@import url(https://fonts.googleapis.com/css2?family=Nunito&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Myriad Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@charset "UTF-8";
.k-reset {
    margin: 0;
    padding: 0;
    border-width: 0;
    outline: 0;
    text-decoration: none;
    font: inherit;
    list-style: none;
}
kendo-sortable {
    display: block;
}
.k-link,
.k-link:hover {
    color: inherit;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
.k-content {
    outline: 0;
}
.k-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.k-no-click {
    pointer-events: none;
}
.k-pdf-export-shadow {
    position: absolute;
    overflow: hidden;
    left: -15000px;
    width: 14400px;
}
.kendo-pdf-hide-pseudo-elements::before,
.kendo-pdf-hide-pseudo-elements::after {
    display: none !important;
}
.k-text-selection ::selection {
    background-color: #ff6358;
    color: #ffffff;
}
.k-block,
.k-panel {
    border-radius: 2px;
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
}
.k-block > .k-header,
.k-panel > .k-header {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
    margin: -4px -8px 4px;
    padding: 8px 8px;
}
.k-content {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-state-disabled,
.k-widget[disabled],
.k-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
.k-state-disabled .k-link,
.k-state-disabled .k-button,
.k-widget[disabled] .k-link,
.k-widget[disabled] .k-button,
.k-disabled .k-link,
.k-disabled .k-button {
    cursor: default;
    outline: 0;
}
.k-state-disabled [disabled],
.k-state-disabled .k-state-disabled,
.k-widget[disabled] [disabled],
.k-widget[disabled] .k-state-disabled,
.k-disabled [disabled],
.k-disabled .k-state-disabled {
    opacity: 1;
    filter: grayscale(0);
}
.k-hr {
    margin: 1em auto;
    padding: 0;
    height: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.08);
    display: block;
    float: none;
    clear: both;
}
.k-d-flex-row > .k-hr {
    margin: 0;
    width: 0;
    height: auto;
    border-width: 0 0 0 1px;
    flex: 0 0 auto;
}
.k-d-flex-col > .k-hr {
    margin: 0;
    flex: 0 0 auto;
}
.k-dirty {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #f31700 #f31700 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
[dir="rtl"] .k-dirty,
.k-rtl .k-dirty {
    border-color: transparent transparent #f31700 #f31700;
    right: auto;
    left: 0;
}
.k-placeholder-line {
    width: 100%;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
}
.k-drop-hint {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 1000;
    transform: translate(-50%, -50%);
}
.k-drop-hint-start,
.k-drop-hint-end {
    flex-shrink: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
}
.k-drop-hint-line {
    flex-grow: 1;
    background-color: #ff6358;
}
.k-drop-hint-h .k-drop-hint-start {
    border-left-width: 6.9282032304px;
    border-left-color: #ff6358;
    border-right-width: 0;
}
.k-drop-hint-h .k-drop-hint-line {
    width: 20px;
    height: 1px;
}
.k-drop-hint-h .k-drop-hint-end {
    border-right-width: 6.9282032304px;
    border-right-color: #ff6358;
    border-left-width: 0;
}
.k-drop-hint-v {
    flex-direction: column;
}
.k-drop-hint-v .k-drop-hint-start {
    border-top-width: 6.9282032304px;
    border-top-color: #ff6358;
    border-bottom-width: 0;
}
.k-drop-hint-v .k-drop-hint-line {
    width: 1px;
    height: 20px;
}
.k-drop-hint-v .k-drop-hint-end {
    border-bottom-width: 6.9282032304px;
    border-bottom-color: #ff6358;
    border-top-width: 0;
}
.k-animation-container {
    position: absolute;
    overflow: hidden;
    z-index: 100;
}
.k-animation-container-fixed {
    position: fixed;
}
.k-animation-container-relative {
    position: relative;
    display: inline-block;
}
.k-push-right-enter, .k-push-right-appear {
    transform: translate(-100%, 0);
}
.k-push-right-enter-active, .k-push-right-appear-active {
    transform: translate(0, 0);
    transition: transform 300ms ease-in-out;
}
.k-push-right-exit {
    transform: translate(0, 0);
}
.k-push-right-exit-active {
    transform: translate(100%, 0);
    transition: transform 300ms ease-in-out;
}
.k-push-left-enter, .k-push-left-appear {
    transform: translate(100%, 0);
}
.k-push-left-enter-active, .k-push-left-appear-active {
    transform: translate(0, 0);
    transition: transform 300ms ease-in-out;
}
.k-push-left-exit {
    transform: translate(0, 0);
}
.k-push-left-exit-active {
    transform: translate(-100%, 0);
    transition: transform 300ms ease-in-out;
}
.k-push-down-enter, .k-push-down-appear {
    transform: translate(0, -100%);
}
.k-push-down-enter-active, .k-push-down-appear-active {
    transform: translate(0, 0);
    transition: transform 300ms ease-in-out;
}
.k-push-down-exit {
    transform: translate(0, 0);
}
.k-push-down-exit-active {
    transform: translate(0, 100%);
    transition: transform 300ms ease-in-out;
}
.k-push-up-enter, .k-push-up-appear {
    transform: translate(0, 100%);
}
.k-push-up-enter-active, .k-push-up-appear-active {
    transform: translate(0, 0);
    transition: transform 300ms ease-in-out;
}
.k-push-up-exit {
    transform: translate(0, 0);
}
.k-push-up-exit-active {
    transform: translate(0, -100%);
    transition: transform 300ms ease-in-out;
}
.k-expand-vertical-enter, .k-expand-vertical-appear {
    transform: scaleY(0);
}
.k-expand-vertical-enter-active, .k-expand-vertical-appear-active {
    transform: scaleY(1);
    transition: transform 300ms ease-in-out;
}
.k-expand-vertical-exit {
    transform: scaleY(1);
}
.k-expand-vertical-exit-active {
    transform: scaleY(0);
    transition: transform 300ms ease-in-out;
}
.k-expand-horizontal-enter, .k-expand-horizontal-appear {
    transform: scaleX(0);
}
.k-expand-horizontal-enter-active, .k-expand-horizontal-appear-active {
    transform: scaleX(1);
    transition: transform 300ms ease-in-out;
}
.k-expand-horizontal-exit {
    transform: scaleX(1);
}
.k-expand-horizontal-exit-active {
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
}
.k-fade-enter, .k-fade-appear {
    opacity: 0;
}
.k-fade-enter-active, .k-fade-appear-active {
    opacity: 1;
    transition: opacity 500ms ease-in-out;
}
.k-fade-exit {
    opacity: 1;
}
.k-fade-exit-active {
    opacity: 0;
    transition: opacity 500ms ease-in-out;
}
.k-fade-exit-active + .k-fade-exit-active,
.k-fade-enter-active + .k-fade-enter-active {
    display: none;
}
.k-zoom-in-enter, .k-zoom-in-appear {
    opacity: 0;
    transform: scale(0);
}
.k-zoom-in-enter-active, .k-zoom-in-appear-active {
    opacity: 1;
    transform: scale(1);
    transition: transform, opacity 300ms ease-in-out;
}
.k-zoom-in-exit {
    opacity: 1;
    transform: scale(1);
}
.k-zoom-in-exit-active {
    opacity: 0;
    transform: scale(2);
    transition: transform, opacity 300ms ease-in-out;
}
.k-zoom-out-enter, .k-zoom-out-appear {
    opacity: 0;
    transform: scale(2);
}
.k-zoom-out-enter-active, .k-zoom-out-appear-active {
    opacity: 1;
    transform: scale(1);
    transition: transform, opacity 300ms ease-in-out;
}
.k-zoom-out-exit {
    opacity: 1;
    transform: scale(1);
}
.k-zoom-out-exit-active {
    opacity: 0;
    transform: scale(0);
    transition: transform, opacity 300ms ease-in-out;
}
.k-slide-in-appear {
    opacity: .1;
    transform: translate(0, -3em);
}
.k-slide-in-appear .k-centered {
    transform: translate(-50%, -60%);
}
.k-slide-in-appear-active {
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}
.k-slide-in-appear-active .k-centered {
    transform: translate(-50%, -50%);
}
.k-slide-down-enter, .k-slide-down-appear {
    transform: translateY(-100%);
}
.k-slide-down-enter-active, .k-slide-down-appear-active {
    transform: translateY(0);
    transition: transform 300ms ease-in-out;
}
.k-slide-down-exit {
    transform: translateY(0);
}
.k-slide-down-exit-active {
    transform: translateY(-100%);
    transition: transform 300ms ease-in-out;
}
.k-slide-up-enter, .k-slide-up-appear {
    transform: translateY(100%);
}
.k-slide-up-enter-active, .k-slide-up-appear-active {
    transform: translateY(0);
    transition: transform 300ms ease-in-out;
}
.k-slide-up-exit {
    transform: translateY(0);
}
.k-slide-up-exit-active {
    transform: translateY(100%);
    transition: transform 300ms ease-in-out;
}
.k-slide-right-enter, .k-slide-right-appear {
    transform: translateX(-100%);
}
.k-slide-right-enter-active, .k-slide-right-appear-active {
    transform: translateX(0);
    transition: transform 300ms ease-in-out;
}
.k-slide-right-exit {
    transform: translateX(0);
}
.k-slide-right-exit-active {
    transform: translateX(-100%);
    transition: transform 300ms ease-in-out;
}
.k-slide-left-enter, .k-slide-left-appear {
    transform: translateX(100%);
}
.k-slide-left-enter-active, .k-slide-left-appear-active {
    transform: translateX(0);
    transition: transform 300ms ease-in-out;
}
.k-slide-left-exit {
    transform: translateX(0);
}
.k-slide-left-exit-active {
    transform: translateX(100%);
    transition: transform 300ms ease-in-out;
}
.k-reveal-vertical-enter, .k-reveal-vertical-appear {
    max-height: 0;
}
.k-reveal-vertical-enter-active, .k-reveal-vertical-appear-active {
    transition: max-height 300ms ease-in-out;
}
.k-reveal-vertical-exit-active {
    max-height: 0 !important;
    transition: max-height 300ms ease-in-out;
}
.k-reveal-horizontal-enter, .k-reveal-horizontal-appear {
    max-width: 0;
}
.k-reveal-horizontal-enter-active, .k-reveal-horizontal-appear-active {
    transition: max-width 300ms ease-in-out;
}
.k-reveal-horizontal-exit-active {
    max-width: 0 !important;
    transition: max-width 300ms ease-in-out;
}
.k-fx-end .k-fx-next,
.k-fx-end .k-fx-current {
    transition: all 350ms ease-out;
}
.k-fx {
    position: relative;
}
.k-fx .k-fx-current {
    z-index: 0;
}
.k-fx .k-fx-next {
    z-index: 1;
}
.k-fx-hidden,
.k-fx-hidden * {
    visibility: hidden !important;
}
.k-fx-reverse .k-fx-current {
    z-index: 1;
}
.k-fx-reverse .k-fx-next {
    z-index: 0;
}
.k-fx-zoom.k-fx-start .k-fx-next {
    transform: scale(0) !important;
}
.k-fx-zoom.k-fx-end .k-fx-next {
    transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next,
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next {
    transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
    transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
    transform: scale(0) !important;
}
.k-fx-fade.k-fx-start .k-fx-next {
    will-change: opacity;
    opacity: 0;
}
.k-fx-fade.k-fx-end .k-fx-next {
    opacity: 1;
}
.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current {
    will-change: opacity;
    opacity: 1;
}
.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current {
    opacity: 0;
}
.k-fx-slide.k-fx-end .k-fx-next .k-content,
.k-fx-slide.k-fx-end .k-fx-next .k-header,
.k-fx-slide.k-fx-end .k-fx-next .k-footer,
.k-fx-slide.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-end .k-fx-current .k-header,
.k-fx-slide.k-fx-end .k-fx-current .k-footer,
.k-fx-slide.k-fx-end .k-fx-next .km-content,
.k-fx-slide.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-end .k-fx-next .km-footer,
.k-fx-slide.k-fx-end .k-fx-current .km-content,
.k-fx-slide.k-fx-end .k-fx-current .km-header,
.k-fx-slide.k-fx-end .k-fx-current .km-footer {
    transition: all 350ms ease-out;
}
.k-fx-slide.k-fx-start .k-fx-next .k-content,
.k-fx-slide.k-fx-start .k-fx-next .km-content {
    will-change: transform;
    transform: translateX(100%);
}
.k-fx-slide.k-fx-start .k-fx-next .k-header,
.k-fx-slide.k-fx-start .k-fx-next .k-footer,
.k-fx-slide.k-fx-start .k-fx-next .km-header,
.k-fx-slide.k-fx-start .k-fx-next .km-footer {
    will-change: opacity;
    opacity: 0;
}
.k-fx-slide.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-end .k-fx-current .km-content {
    transform: translateX(-100%);
}
.k-fx-slide.k-fx-end .k-fx-next .k-header,
.k-fx-slide.k-fx-end .k-fx-next .k-footer,
.k-fx-slide.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-end .k-fx-next .km-footer {
    opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-content,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content {
    will-change: transform;
    transform: translateX(0);
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
    transform: translateX(100%);
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-content,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
    transform: translateX(-100%);
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-content,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content {
    transform: translateX(0);
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-footer,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer {
    will-change: opacity;
    opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-footer,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer {
    opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-footer,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer {
    opacity: 0;
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-footer,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer {
    opacity: 1;
}
.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .k-content,
.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content {
    transform: translateX(-100%);
}
.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
    transform: translateX(100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .k-content,
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content {
    transform: translateX(0);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
    transform: translateX(-100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .k-content,
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
    transform: translateX(100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .k-content,
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content {
    transform: translateX(0%);
}
.k-fx-tile.k-fx-start .k-fx-next {
    will-change: transform;
    transform: translateX(100%);
}
.k-fx-tile.k-fx-end .k-fx-current {
    transform: translateX(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
    will-change: transform;
    transform: translateX(0);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
    transform: translateX(100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
    transform: translateX(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
    transform: translateX(0);
}
.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
    transform: translateX(-100%);
}
.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
    transform: translateX(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
    transform: translateX(0);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
    transform: translateX(-100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
    transform: translateX(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
    transform: translateX(0%);
}
.k-fx.k-fx-overlay.k-fx-start .k-fx-next,
.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next {
    will-change: transform;
    transform: translateX(100%);
}
.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
    transform: translateX(-100%);
}
.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
    transform: translateY(100%);
}
.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
    transform: translateY(-100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
    transform: none;
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
    will-change: transform;
    transform: none;
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current,
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current {
    transform: translateX(100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
    transform: translateX(-100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
    transform: translateY(100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
    transform: translateY(-100%);
}
.k-drag-clue {
    border-radius: 2px;
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 20000;
    cursor: move;
}
.k-drag-status,
.k-drag-clue .k-drag-status {
    margin: 0;
    margin-right: .4ex;
}
.k-drag-clue {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-reorder-cue {
    position: absolute;
}
.k-reorder-cue::before, .k-reorder-cue::after {
    content: "";
    width: 0;
    height: 0;
    border: 3px solid transparent;
    position: absolute;
    transform: translateX(-50%);
}
.k-reorder-cue::before {
    border-bottom-width: 0;
    border-top-color: currentColor;
    top: -4px;
}
.k-reorder-cue::after {
    border-top-width: 0;
    border-bottom-color: currentColor;
    bottom: -4px;
}
.k-loading {
    width: 64px;
    height: 64px;
    display: block;
}
.k-loading .animate {
    animation: loading 2s infinite linear;
}
.k-loading-mask,
.k-loading-image,
.k-loading-color {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.k-loading-mask {
    z-index: 100;
}
.k-loading-mask.k-opaque .k-loading-color {
    opacity: 1;
}
.k-loading-text {
    text-indent: -4000px;
    text-align: center;
    position: absolute;
}
.k-loading-image {
    z-index: 2;
}
.k-loading-color {
    background-color: #ffffff;
    opacity: .3;
}
.k-i-loading {
    position: relative;
    background-color: transparent;
    box-sizing: border-box;
    color: currentColor;
}
.k-i-loading::before,
.k-i-loading::after,
.k-loading-image::before,
.k-loading-image::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: "";
    box-sizing: inherit;
    border-radius: 50%;
    border-width: .05em;
    border-style: solid;
    border-color: currentColor;
    border-top-color: transparent;
    border-bottom-color: transparent;
    background-color: transparent;
}
.k-icon.k-i-loading::before,
.k-icon.k-i-loading::after {
    content: "";
}
.k-i-loading::before,
.k-loading-image::before {
    margin-top: -.5em;
    margin-left: -.5em;
    width: 1em;
    height: 1em;
    animation: k-loading-animation .7s linear infinite;
}
.k-i-loading::after,
.k-loading-image::after {
    margin-top: -.25em;
    margin-left: -.25em;
    width: .5em;
    height: .5em;
    animation: k-loading-animation reverse 1.4s linear infinite;
}
.k-loading-image::before,
.k-loading-image::after {
    content: "";
    border-width: 1px;
    border-width: max( 1px, .015em );
    font-size: 4em;
}
@keyframes loading {
    0% {
        stroke-dasharray: 0 251;
        stroke-dashoffset: 502;
    }
    50% {
        stroke-dasharray: 250 1;
    }
    100% {
        stroke-dasharray: 0 251;
        stroke-dashoffset: 0;
    }
}
@keyframes k-loading-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.k-resize-handle,
.k-resize-hint {
    position: absolute;
    border-color: inherit;
    z-index: 200;
}
.k-resize-handle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.k-resize-handle::before {
    content: "";
    border: 0 solid;
    border-color: inherit;
}
.k-resize-n {
    width: 100%;
    height: 6px;
    flex-direction: row;
    left: 0;
    top: -3px;
    cursor: n-resize;
}
.k-resize-s {
    width: 100%;
    height: 6px;
    flex-direction: row;
    left: 0;
    bottom: -3px;
    cursor: s-resize;
}
.k-resize-w {
    width: 6px;
    height: 100%;
    flex-direction: column;
    top: 0;
    left: -3px;
    cursor: w-resize;
}
.k-resize-e {
    width: 6px;
    height: 100%;
    flex-direction: column;
    top: 0;
    right: -3px;
    cursor: e-resize;
}
.k-resize-sw,
.k-resize-se,
.k-resize-nw,
.k-resize-ne {
    width: 5px;
    height: 5px;
}
.k-resize-sw {
    cursor: sw-resize;
    bottom: 0;
    left: 0;
}
.k-resize-se {
    cursor: se-resize;
    bottom: 0;
    right: 0;
}
.k-resize-nw {
    cursor: nw-resize;
    top: 0;
    left: 0;
}
.k-resize-ne {
    cursor: ne-resize;
    top: 0;
    right: 0;
}
.k-vertical-resize {
    cursor: row-resize;
}
.k-horizontal-resize {
    cursor: col-resize;
}
.k-resize-hint {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.k-resize-hint .k-resize-hint-handle {
    width: auto;
    height: 20px;
    align-self: stretch;
}
.k-resize-hint .k-resize-hint-marker {
    width: 2px;
    height: auto;
    flex: 1 1 auto;
}
.k-resize-hint-vertical {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.k-resize-hint-vertical .k-resize-hint-handle {
    width: 20px;
    height: auto;
    align-self: stretch;
}
.k-resize-hint-vertical .k-resize-hint-marker {
    width: auto;
    height: 2px;
    flex: 1 1 auto;
}
.k-scrollbar {
    position: absolute;
    overflow: scroll;
}
.k-scrollbar-vertical {
    top: 0;
    right: 0;
    width: 17px;
    height: 100%;
    overflow-x: hidden;
}
.k-touch-scrollbar {
    display: none;
    position: absolute;
    z-index: 200000;
    height: 8px;
    width: 8px;
    border: 1px solid #8a8a8a;
    background-color: #858585;
}
.k-marquee {
    position: absolute;
    z-index: 100000;
}
.k-marquee-color,
.k-marquee-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.k-marquee-color {
    color: #ffffff;
    background-color: #ff6358;
    border-color: rgba(0, 0, 0, 0.08);
    opacity: .6;
}
.k-marquee-text {
    color: #ffffff;
}
.k-theme-test-class,
.k-common-test-class {
    opacity: 0;
}
[hidden] {
    display: none !important;
}
script {
    display: none !important;
}
.k-hidden {
    display: none !important;
}
.k-rtl {
    direction: rtl;
}
.k-sr-only {
    position: absolute;
    left: -1px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.k-hbox,
.k-hstack {
    display: flex;
    flex-flow: row nowrap;
}
.k-vbox,
.k-vstack {
    display: flex;
    flex-flow: column nowrap;
}
.k-flex,
.k-spacer {
    flex: 1 0 0%;
}
.k-flex-layout {
    display: flex;
}
.k-grid-layout {
    display: grid;
}
.k-separator {
    width: auto;
    height: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    display: block;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    align-self: stretch;
}
.k-separator-horizontal,
.k-vstack > .k-separator {
    width: auto;
    height: 0;
    border-width: 1px 0 0;
}
.k-separator-vertical,
.k-hstack > .k-separator {
    width: 0;
    height: auto;
    border-width: 0 0 0 1px;
}
hr.k-separator {
    margin: 0;
    padding: 0;
}
.k-text-primary {
    color: #ff6358 !important;
}
.k-text-info {
    color: #0058e9 !important;
}
.k-text-success {
    color: #37b400 !important;
}
.k-text-warning {
    color: #ffc000 !important;
}
.k-text-error {
    color: #f31700 !important;
}
.k-text-base {
    color: #424242;
}
.k-color-inherit {
    color: inherit;
}
.k-text-primary,
.k-color-primary {
    color: #ff6358 !important;
}
.k-text-secondary,
.k-color-secondary {
    color: #666666 !important;
}
.k-text-tertiary,
.k-color-tertiary {
    color: #03a9f4 !important;
}
.k-text-info,
.k-color-info {
    color: #0058e9 !important;
}
.k-text-success,
.k-color-success {
    color: #37b400 !important;
}
.k-text-warning,
.k-color-warning {
    color: #ffc000 !important;
}
.k-text-error,
.k-color-error {
    color: #f31700 !important;
}
.k-text-dark,
.k-color-dark {
    color: #424242 !important;
}
.k-text-light,
.k-color-light {
    color: #ebebeb !important;
}
.k-text-inverse,
.k-color-inverse {
    color: #424242 !important;
}
.k-bg-primary {
    background-color: #ff6358 !important;
}
.k-bg-info {
    background-color: #0058e9 !important;
}
.k-bg-success {
    background-color: #37b400 !important;
}
.k-bg-warning {
    background-color: #ffc000 !important;
}
.k-bg-error {
    background-color: #f31700 !important;
}
.k-state-primary {
    background-color: #ffe0de;
    color: #85332e;
    border-color: #ffd3d0;
}
.k-state-info {
    background-color: #ccdefb;
    color: #002e79;
    border-color: #b8d0f9;
}
.k-state-success {
    background-color: #d7f0cc;
    color: #1d5e00;
    border-color: #c7eab8;
}
.k-state-warning {
    background-color: #fff2cc;
    color: #856400;
    border-color: #ffedb8;
}
.k-state-error {
    background-color: #fdd1cc;
    color: #7e0c00;
    border-color: #fcbeb8;
}
.k-info-colored {
    color: #50607f;
    border-color: #d0d9df;
    background-color: #f0f9ff;
}
.k-success-colored {
    color: #507f50;
    border-color: #d0dfd0;
    background-color: #f0fff0;
}
.k-error-colored {
    color: #7f5050;
    border-color: #dfd0d0;
    background-color: #fff0f0;
}
.k-inset {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.03), inset 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}
.k-border {
    border-width: 1px !important;
}
.k-border-0 {
    border-width: 0 !important;
}
.k-border-top {
    border-top-width: 1px !important;
}
.k-border-top-0 {
    border-top-width: 0 !important;
}
.k-border-right {
    border-right-width: 1px !important;
}
.k-border-right-0 {
    border-right-width: 0 !important;
}
.k-border-bottom {
    border-bottom-width: 1px !important;
}
.k-border-bottom-0 {
    border-bottom-width: 0 !important;
}
.k-border-left {
    border-left-width: 1px !important;
}
.k-border-left-0 {
    border-left-width: 0 !important;
}
.k-border-x {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
}
.k-border-x-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}
.k-border-y {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
}
.k-border-y-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}
.k-border-solid {
    border-style: solid !important;
}
.k-border-dashed {
    border-style: dashed !important;
}
.k-border-dotted {
    border-style: dotted !important;
}
.k-border-double {
    border-style: double !important;
}
.k-border-none {
    border-style: none !important;
}
.k-border-primary {
    border-color: #ff6358 !important;
}
.k-border-secondary {
    border-color: #666666 !important;
}
.k-border-tertiary {
    border-color: #03a9f4 !important;
}
.k-border-info {
    border-color: #0058e9 !important;
}
.k-border-success {
    border-color: #37b400 !important;
}
.k-border-warning {
    border-color: #ffc000 !important;
}
.k-border-error {
    border-color: #f31700 !important;
}
.k-border-dark {
    border-color: #424242 !important;
}
.k-border-light {
    border-color: #ebebeb !important;
}
.k-border-inverse {
    border-color: #424242 !important;
}
.k-rounded {
    border-radius: 4px !important;
}
.k-rounded-0 {
    border-radius: 0 !important;
}
.k-rounded-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.k-rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.k-rounded-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.k-rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.k-rounded-bottom {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.k-rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.k-rounded-left {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}
.k-rounded-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.k-display-inline {
    display: inline !important;
}
.k-display-block {
    display: block !important;
}
.k-display-inline-block {
    display: inline-block !important;
}
.k-display-flex {
    display: flex !important;
}
.k-display-inline-flex {
    display: inline-flex !important;
}
.k-display-table {
    display: table !important;
}
.k-display-inline-table {
    display: inline-table !important;
}
.k-display-none {
    display: none !important;
}
.k-d-flex {
    display: flex;
}
.k-d-inline-flex {
    display: inline-flex;
}
.k-d-flex-row {
    display: flex;
    flex-direction: row;
}
.k-d-flex-col {
    display: flex;
    flex-direction: column;
}
.k-flex-row {
    flex-direction: row;
}
.k-flex-row-reverse {
    flex-direction: row-reverse;
}
.k-flex-col, .k-flex-column {
    flex-direction: column;
}
.k-flex-col-reverse, .k-flex-column-reverse {
    flex-direction: column-reverse;
}
.k-flex-wrap {
    flex-wrap: wrap;
}
.k-flex-nowrap {
    flex-wrap: nowrap;
}
.k-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.k-flex-initial {
    flex: 0 1 auto;
}
.k-flex-1 {
    flex: 1 1 0%;
}
.k-flex-auto {
    flex: 1 1 auto;
}
.k-flex-none {
    flex: none;
}
.k-flex-grow {
    flex-grow: 1;
}
.k-flex-grow-0 {
    flex-grow: 0;
}
.k-flex-shrink {
    flex-shrink: 1;
}
.k-flex-shrink-0 {
    flex-shrink: 0;
}
.k-flex-basis-auto {
    flex-basis: auto;
}
.k-flex-basis-0 {
    flex-basis: 0%;
}
.k-align-items-start {
    align-items: flex-start;
}
.k-align-items-end {
    align-items: flex-end;
}
.k-align-items-center {
    align-items: center;
}
.k-align-items-stretch {
    align-items: stretch;
}
.k-align-items-baseline {
    align-items: baseline;
}
.k-align-content-start {
    align-content: flex-start;
}
.k-align-content-end {
    align-content: flex-end;
}
.k-align-content-center {
    align-content: center;
}
.k-align-content-stretch {
    align-content: stretch;
}
.k-align-content-baseline {
    align-content: baseline;
}
.k-align-self-start {
    align-self: flex-start;
}
.k-align-self-end {
    align-self: flex-end;
}
.k-align-self-center {
    align-self: center;
}
.k-align-self-stretch {
    align-self: stretch;
}
.k-align-self-baseline {
    align-self: baseline;
}
.k-justify-content-start {
    justify-content: flex-start;
}
.k-justify-content-end {
    justify-content: flex-end;
}
.k-justify-content-center {
    justify-content: center;
}
.k-justify-content-between {
    justify-content: space-between;
}
.k-justify-content-around {
    justify-content: space-around;
}
.k-justify-content-evenly {
    justify-content: space-evenly;
}
.k-justify-content-stretch > * {
    flex: 1 0 0%;
}
.k-justify-items-start {
    justify-items: flex-start;
}
.k-justify-items-end {
    justify-items: flex-end;
}
.k-justify-items-center {
    justify-items: center;
}
.k-justify-items-stretch {
    justify-items: stretch;
}
.k-float-left {
    float: left !important;
}
.k-float-right {
    float: right !important;
}
.k-float-none {
    float: none !important;
}
.k-clear-left {
    clear: left !important;
}
.k-clear-right {
    clear: right !important;
}
.k-clear-both {
    clear: both !important;
}
.k-clear-none {
    clear: none !important;
}
.k-floatwrap::after {
    content: "";
    display: block;
    clear: both;
}
.k-d-grid {
    display: grid;
}
.k-grid-cols-none {
    grid-template-columns: none;
}
.k-grid-rows-none {
    grid-template-rows: none;
}
.k-grid-flow-col {
    grid-auto-flow: column;
}
.k-grid-flow-col-dense {
    grid-auto-flow: column dense;
}
.k-grid-flow-row {
    grid-auto-flow: row;
}
.k-grid-flow-row-dense {
    grid-auto-flow: row dense;
}
.k-grid-flow-unset {
    grid-auto-flow: unset;
}
.k-colspan-all {
    grid-column: 1 / -1;
}
.k-colspan-auto {
    grid-column: auto;
}
.k-rowspan-all {
    grid-row: 1 / -1;
}
.k-rowspan-auto {
    grid-row: auto;
}
.k-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.k-colspan-1 {
    grid-column: span 1;
}
.k-col-start-1 {
    grid-column-start: 1;
}
.k-col-end-1 {
    grid-column-end: 1;
}
.k-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.k-colspan-2 {
    grid-column: span 2;
}
.k-col-start-2 {
    grid-column-start: 2;
}
.k-col-end-2 {
    grid-column-end: 2;
}
.k-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.k-colspan-3 {
    grid-column: span 3;
}
.k-col-start-3 {
    grid-column-start: 3;
}
.k-col-end-3 {
    grid-column-end: 3;
}
.k-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.k-colspan-4 {
    grid-column: span 4;
}
.k-col-start-4 {
    grid-column-start: 4;
}
.k-col-end-4 {
    grid-column-end: 4;
}
.k-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.k-colspan-5 {
    grid-column: span 5;
}
.k-col-start-5 {
    grid-column-start: 5;
}
.k-col-end-5 {
    grid-column-end: 5;
}
.k-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.k-colspan-6 {
    grid-column: span 6;
}
.k-col-start-6 {
    grid-column-start: 6;
}
.k-col-end-6 {
    grid-column-end: 6;
}
.k-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.k-colspan-7 {
    grid-column: span 7;
}
.k-col-start-7 {
    grid-column-start: 7;
}
.k-col-end-7 {
    grid-column-end: 7;
}
.k-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.k-colspan-8 {
    grid-column: span 8;
}
.k-col-start-8 {
    grid-column-start: 8;
}
.k-col-end-8 {
    grid-column-end: 8;
}
.k-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}
.k-colspan-9 {
    grid-column: span 9;
}
.k-col-start-9 {
    grid-column-start: 9;
}
.k-col-end-9 {
    grid-column-end: 9;
}
.k-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}
.k-colspan-10 {
    grid-column: span 10;
}
.k-col-start-10 {
    grid-column-start: 10;
}
.k-col-end-10 {
    grid-column-end: 10;
}
.k-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}
.k-colspan-11 {
    grid-column: span 11;
}
.k-col-start-11 {
    grid-column-start: 11;
}
.k-col-end-11 {
    grid-column-end: 11;
}
.k-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.k-colspan-12 {
    grid-column: span 12;
}
.k-col-start-12 {
    grid-column-start: 12;
}
.k-col-end-12 {
    grid-column-end: 12;
}
.k-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}
.k-rowspan-1 {
    grid-row: span 1;
}
.k-row-start-1 {
    grid-row-start: 1;
}
.k-row-end-1 {
    grid-row-end: 1;
}
.k-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}
.k-rowspan-2 {
    grid-row: span 2;
}
.k-row-start-2 {
    grid-row-start: 2;
}
.k-row-end-2 {
    grid-row-end: 2;
}
.k-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}
.k-rowspan-3 {
    grid-row: span 3;
}
.k-row-start-3 {
    grid-row-start: 3;
}
.k-row-end-3 {
    grid-row-end: 3;
}
.k-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
}
.k-rowspan-4 {
    grid-row: span 4;
}
.k-row-start-4 {
    grid-row-start: 4;
}
.k-row-end-4 {
    grid-row-end: 4;
}
.k-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
}
.k-rowspan-5 {
    grid-row: span 5;
}
.k-row-start-5 {
    grid-row-start: 5;
}
.k-row-end-5 {
    grid-row-end: 5;
}
.k-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
}
.k-rowspan-6 {
    grid-row: span 6;
}
.k-row-start-6 {
    grid-row-start: 6;
}
.k-row-end-6 {
    grid-row-end: 6;
}
.k-grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
}
.k-rowspan-7 {
    grid-row: span 7;
}
.k-row-start-7 {
    grid-row-start: 7;
}
.k-row-end-7 {
    grid-row-end: 7;
}
.k-grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
}
.k-rowspan-8 {
    grid-row: span 8;
}
.k-row-start-8 {
    grid-row-start: 8;
}
.k-row-end-8 {
    grid-row-end: 8;
}
.k-grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
}
.k-rowspan-9 {
    grid-row: span 9;
}
.k-row-start-9 {
    grid-row-start: 9;
}
.k-row-end-9 {
    grid-row-end: 9;
}
.k-grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
}
.k-rowspan-10 {
    grid-row: span 10;
}
.k-row-start-10 {
    grid-row-start: 10;
}
.k-row-end-10 {
    grid-row-end: 10;
}
.k-order-first {
    order: -9999 !important;
}
.k-order-last {
    order: 9999 !important;
}
.k-order-none {
    order: 0 !important;
}
.k-order-1 {
    order: 1 !important;
}
.k-order-2 {
    order: 2 !important;
}
.k-order-3 {
    order: 3 !important;
}
.k-order-4 {
    order: 4 !important;
}
.k-order-5 {
    order: 5 !important;
}
.k-order-6 {
    order: 6 !important;
}
.k-order-7 {
    order: 7 !important;
}
.k-order-8 {
    order: 8 !important;
}
.k-order-9 {
    order: 9 !important;
}
.k-order-10 {
    order: 10 !important;
}
.k-order-11 {
    order: 11 !important;
}
.k-order-12 {
    order: 12 !important;
}
.k-overflow-auto {
    overflow: auto !important;
}
.k-overflow-x-auto {
    overflow-x: auto !important;
}
.k-overflow-y-auto {
    overflow-y: auto !important;
}
.k-overflow-hidden {
    overflow: hidden !important;
}
.k-overflow-x-hidden {
    overflow-x: hidden !important;
}
.k-overflow-y-hidden {
    overflow-y: hidden !important;
}
.k-overflow-visible {
    overflow: visible !important;
}
.k-overflow-x-visible {
    overflow-x: visible !important;
}
.k-overflow-y-visible {
    overflow-y: visible !important;
}
.k-overflow-scroll {
    overflow: scroll !important;
}
.k-overflow-x-scroll {
    overflow-x: scroll !important;
}
.k-overflow-y-scroll {
    overflow-y: scroll !important;
}
.k-overflow-clip {
    overflow: clip !important;
}
.k-overflow-x-clip {
    overflow-x: clip !important;
}
.k-overflow-y-clip {
    overflow-y: clip !important;
}
.k-overflow-auto-hidden {
    overflow: auto hidden !important;
}
.k-overflow-auto-visible {
    overflow: auto visible !important;
}
.k-overflow-auto-scroll {
    overflow: auto scroll !important;
}
.k-overflow-auto-clip {
    overflow: auto clip !important;
}
.k-overflow-hidden-auto {
    overflow: hidden auto !important;
}
.k-overflow-hidden-visible {
    overflow: hidden visible !important;
}
.k-overflow-hidden-scroll {
    overflow: hidden scroll !important;
}
.k-overflow-hidden-clip {
    overflow: hidden clip !important;
}
.k-overflow-visible-auto {
    overflow: visible auto !important;
}
.k-overflow-visible-hidden {
    overflow: visible hidden !important;
}
.k-overflow-visible-scroll {
    overflow: visible scroll !important;
}
.k-overflow-visible-clip {
    overflow: visible clip !important;
}
.k-overflow-scroll-auto {
    overflow: scroll auto !important;
}
.k-overflow-scroll-hidden {
    overflow: scroll hidden !important;
}
.k-overflow-scroll-visible {
    overflow: scroll visible !important;
}
.k-overflow-scroll-clip {
    overflow: scroll clip !important;
}
.k-overflow-clip-auto {
    overflow: clip auto !important;
}
.k-overflow-clip-hidden {
    overflow: clip hidden !important;
}
.k-overflow-clip-visible {
    overflow: clip visible !important;
}
.k-overflow-clip-scroll {
    overflow: clip scroll !important;
}
.k-pointer-events-none {
    pointer-events: none !important;
}
.k-pointer-events-auto {
    pointer-events: auto !important;
}
.k-static,
.k-pos-static {
    position: static !important;
}
.k-relative,
.k-pos-relative {
    position: relative !important;
}
.k-absolute,
.k-pos-absolute {
    position: absolute !important;
}
.k-fixed,
.k-pos-fixed {
    position: fixed !important;
}
.k-sticky,
.k-pos-sticky {
    position: sticky !important;
}
.k-top,
.k-pos-top {
    top: 0;
}
.k-right,
.k-pos-right {
    right: 0;
}
.k-bottom,
.k-pos-bottom {
    bottom: 0;
}
.k-left,
.k-pos-left {
    left: 0;
}
.k-top-start,
.k-pos-top-start {
    top: 0;
    left: 0;
}
.k-rtl .k-top-start, .k-top-start[dir="rtl"],
[dir="rtl"] .k-top-start, .k-rtl
.k-pos-top-start,
.k-pos-top-start[dir="rtl"],
[dir="rtl"]
.k-pos-top-start {
    left: auto;
    right: 0;
}
.k-top-center,
.k-pos-top-center {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.k-top-end,
.k-pos-top-end {
    top: 0;
    right: 0;
}
.k-rtl .k-top-end, .k-top-end[dir="rtl"],
[dir="rtl"] .k-top-end, .k-rtl
.k-pos-top-end,
.k-pos-top-end[dir="rtl"],
[dir="rtl"]
.k-pos-top-end {
    right: auto;
    left: 0;
}
.k-middle-start,
.k-pos-middle-start {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.k-rtl .k-middle-start, .k-middle-start[dir="rtl"],
[dir="rtl"] .k-middle-start, .k-rtl
.k-pos-middle-start,
.k-pos-middle-start[dir="rtl"],
[dir="rtl"]
.k-pos-middle-start {
    left: auto;
    right: 0;
}
.k-middle-center,
.k-pos-middle-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.k-middle-end,
.k-pos-middle-end {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.k-rtl .k-middle-end, .k-middle-end[dir="rtl"],
[dir="rtl"] .k-middle-end, .k-rtl
.k-pos-middle-end,
.k-pos-middle-end[dir="rtl"],
[dir="rtl"]
.k-pos-middle-end {
    right: auto;
    left: 0;
}
.k-bottom-start,
.k-pos-bottom-start {
    bottom: 0;
    left: 0;
}
.k-rtl .k-bottom-start, .k-bottom-start[dir="rtl"],
[dir="rtl"] .k-bottom-start, .k-rtl
.k-pos-bottom-start,
.k-pos-bottom-start[dir="rtl"],
[dir="rtl"]
.k-pos-bottom-start {
    left: auto;
    right: 0;
}
.k-bottom-center,
.k-pos-bottom-center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.k-bottom-end,
.k-pos-bottom-end {
    bottom: 0;
    right: 0;
}
.k-rtl .k-bottom-end, .k-bottom-end[dir="rtl"],
[dir="rtl"] .k-bottom-end, .k-rtl
.k-pos-bottom-end,
.k-pos-bottom-end[dir="rtl"],
[dir="rtl"]
.k-pos-bottom-end {
    right: auto;
    left: 0;
}
.k-resize-none {
    resize: none !important;
}
.k-resize-both {
    resize: both !important;
}
.k-resize-horizontal {
    resize: horizontal !important;
}
.k-resize-vertical {
    resize: vertical !important;
}
.k-m-0 {
    margin: 0 !important;
}
.k-mt-0 {
    margin-top: 0 !important;
}
.k-mr-0 {
    margin-right: 0 !important;
}
.k-mb-0 {
    margin-bottom: 0 !important;
}
.k-ml-0 {
    margin-left: 0 !important;
}
.k-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.k-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.k-m-1 {
    margin: 4px !important;
}
.k-mt-1 {
    margin-top: 4px !important;
}
.k-mr-1 {
    margin-right: 4px !important;
}
.k-mb-1 {
    margin-bottom: 4px !important;
}
.k-ml-1 {
    margin-left: 4px !important;
}
.k-mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}
.k-my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.k-m-2 {
    margin: 8px !important;
}
.k-mt-2 {
    margin-top: 8px !important;
}
.k-mr-2 {
    margin-right: 8px !important;
}
.k-mb-2 {
    margin-bottom: 8px !important;
}
.k-ml-2 {
    margin-left: 8px !important;
}
.k-mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.k-my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.k-m-3 {
    margin: 12px !important;
}
.k-mt-3 {
    margin-top: 12px !important;
}
.k-mr-3 {
    margin-right: 12px !important;
}
.k-mb-3 {
    margin-bottom: 12px !important;
}
.k-ml-3 {
    margin-left: 12px !important;
}
.k-mx-3 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}
.k-my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.k-m-4 {
    margin: 16px !important;
}
.k-mt-4 {
    margin-top: 16px !important;
}
.k-mr-4 {
    margin-right: 16px !important;
}
.k-mb-4 {
    margin-bottom: 16px !important;
}
.k-ml-4 {
    margin-left: 16px !important;
}
.k-mx-4 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}
.k-my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.k-m-5 {
    margin: 20px !important;
}
.k-mt-5 {
    margin-top: 20px !important;
}
.k-mr-5 {
    margin-right: 20px !important;
}
.k-mb-5 {
    margin-bottom: 20px !important;
}
.k-ml-5 {
    margin-left: 20px !important;
}
.k-mx-5 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.k-my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.k-m-6 {
    margin: 24px !important;
}
.k-mt-6 {
    margin-top: 24px !important;
}
.k-mr-6 {
    margin-right: 24px !important;
}
.k-mb-6 {
    margin-bottom: 24px !important;
}
.k-ml-6 {
    margin-left: 24px !important;
}
.k-mx-6 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}
.k-my-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.k-m-7 {
    margin: 28px !important;
}
.k-mt-7 {
    margin-top: 28px !important;
}
.k-mr-7 {
    margin-right: 28px !important;
}
.k-mb-7 {
    margin-bottom: 28px !important;
}
.k-ml-7 {
    margin-left: 28px !important;
}
.k-mx-7 {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.k-my-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}
.k-m-8 {
    margin: 32px !important;
}
.k-mt-8 {
    margin-top: 32px !important;
}
.k-mr-8 {
    margin-right: 32px !important;
}
.k-mb-8 {
    margin-bottom: 32px !important;
}
.k-ml-8 {
    margin-left: 32px !important;
}
.k-mx-8 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}
.k-my-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}
.k-m-9 {
    margin: 36px !important;
}
.k-mt-9 {
    margin-top: 36px !important;
}
.k-mr-9 {
    margin-right: 36px !important;
}
.k-mb-9 {
    margin-bottom: 36px !important;
}
.k-ml-9 {
    margin-left: 36px !important;
}
.k-mx-9 {
    margin-left: 36px !important;
    margin-right: 36px !important;
}
.k-my-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}
.k-m-10 {
    margin: 40px !important;
}
.k-mt-10 {
    margin-top: 40px !important;
}
.k-mr-10 {
    margin-right: 40px !important;
}
.k-mb-10 {
    margin-bottom: 40px !important;
}
.k-ml-10 {
    margin-left: 40px !important;
}
.k-mx-10 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.k-my-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.k-m-11 {
    margin: 44px !important;
}
.k-mt-11 {
    margin-top: 44px !important;
}
.k-mr-11 {
    margin-right: 44px !important;
}
.k-mb-11 {
    margin-bottom: 44px !important;
}
.k-ml-11 {
    margin-left: 44px !important;
}
.k-mx-11 {
    margin-left: 44px !important;
    margin-right: 44px !important;
}
.k-my-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}
.k-m-12 {
    margin: 48px !important;
}
.k-mt-12 {
    margin-top: 48px !important;
}
.k-mr-12 {
    margin-right: 48px !important;
}
.k-mb-12 {
    margin-bottom: 48px !important;
}
.k-ml-12 {
    margin-left: 48px !important;
}
.k-mx-12 {
    margin-left: 48px !important;
    margin-right: 48px !important;
}
.k-my-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}
.k-m-13 {
    margin: 52px !important;
}
.k-mt-13 {
    margin-top: 52px !important;
}
.k-mr-13 {
    margin-right: 52px !important;
}
.k-mb-13 {
    margin-bottom: 52px !important;
}
.k-ml-13 {
    margin-left: 52px !important;
}
.k-mx-13 {
    margin-left: 52px !important;
    margin-right: 52px !important;
}
.k-my-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
}
.k-m-14 {
    margin: 56px !important;
}
.k-mt-14 {
    margin-top: 56px !important;
}
.k-mr-14 {
    margin-right: 56px !important;
}
.k-mb-14 {
    margin-bottom: 56px !important;
}
.k-ml-14 {
    margin-left: 56px !important;
}
.k-mx-14 {
    margin-left: 56px !important;
    margin-right: 56px !important;
}
.k-my-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
}
.k-m-15 {
    margin: 60px !important;
}
.k-mt-15 {
    margin-top: 60px !important;
}
.k-mr-15 {
    margin-right: 60px !important;
}
.k-mb-15 {
    margin-bottom: 60px !important;
}
.k-ml-15 {
    margin-left: 60px !important;
}
.k-mx-15 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}
.k-my-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.k-m-16 {
    margin: 64px !important;
}
.k-mt-16 {
    margin-top: 64px !important;
}
.k-mr-16 {
    margin-right: 64px !important;
}
.k-mb-16 {
    margin-bottom: 64px !important;
}
.k-ml-16 {
    margin-left: 64px !important;
}
.k-mx-16 {
    margin-left: 64px !important;
    margin-right: 64px !important;
}
.k-my-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}
.k-m-17 {
    margin: 68px !important;
}
.k-mt-17 {
    margin-top: 68px !important;
}
.k-mr-17 {
    margin-right: 68px !important;
}
.k-mb-17 {
    margin-bottom: 68px !important;
}
.k-ml-17 {
    margin-left: 68px !important;
}
.k-mx-17 {
    margin-left: 68px !important;
    margin-right: 68px !important;
}
.k-my-17 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
}
.k-m-18 {
    margin: 72px !important;
}
.k-mt-18 {
    margin-top: 72px !important;
}
.k-mr-18 {
    margin-right: 72px !important;
}
.k-mb-18 {
    margin-bottom: 72px !important;
}
.k-ml-18 {
    margin-left: 72px !important;
}
.k-mx-18 {
    margin-left: 72px !important;
    margin-right: 72px !important;
}
.k-my-18 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
}
.k-m-19 {
    margin: 76px !important;
}
.k-mt-19 {
    margin-top: 76px !important;
}
.k-mr-19 {
    margin-right: 76px !important;
}
.k-mb-19 {
    margin-bottom: 76px !important;
}
.k-ml-19 {
    margin-left: 76px !important;
}
.k-mx-19 {
    margin-left: 76px !important;
    margin-right: 76px !important;
}
.k-my-19 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
}
.k-m-20 {
    margin: 80px !important;
}
.k-mt-20 {
    margin-top: 80px !important;
}
.k-mr-20 {
    margin-right: 80px !important;
}
.k-mb-20 {
    margin-bottom: 80px !important;
}
.k-ml-20 {
    margin-left: 80px !important;
}
.k-mx-20 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}
.k-my-20 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.k-m-21 {
    margin: 84px !important;
}
.k-mt-21 {
    margin-top: 84px !important;
}
.k-mr-21 {
    margin-right: 84px !important;
}
.k-mb-21 {
    margin-bottom: 84px !important;
}
.k-ml-21 {
    margin-left: 84px !important;
}
.k-mx-21 {
    margin-left: 84px !important;
    margin-right: 84px !important;
}
.k-my-21 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
}
.k-m-22 {
    margin: 88px !important;
}
.k-mt-22 {
    margin-top: 88px !important;
}
.k-mr-22 {
    margin-right: 88px !important;
}
.k-mb-22 {
    margin-bottom: 88px !important;
}
.k-ml-22 {
    margin-left: 88px !important;
}
.k-mx-22 {
    margin-left: 88px !important;
    margin-right: 88px !important;
}
.k-my-22 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
}
.k-m-23 {
    margin: 92px !important;
}
.k-mt-23 {
    margin-top: 92px !important;
}
.k-mr-23 {
    margin-right: 92px !important;
}
.k-mb-23 {
    margin-bottom: 92px !important;
}
.k-ml-23 {
    margin-left: 92px !important;
}
.k-mx-23 {
    margin-left: 92px !important;
    margin-right: 92px !important;
}
.k-my-23 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
}
.k-m-24 {
    margin: 96px !important;
}
.k-mt-24 {
    margin-top: 96px !important;
}
.k-mr-24 {
    margin-right: 96px !important;
}
.k-mb-24 {
    margin-bottom: 96px !important;
}
.k-ml-24 {
    margin-left: 96px !important;
}
.k-mx-24 {
    margin-left: 96px !important;
    margin-right: 96px !important;
}
.k-my-24 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
}
.k-m-xs {
    margin: 4px !important;
}
.k-mt-xs {
    margin-top: 4px !important;
}
.k-mr-xs {
    margin-right: 4px !important;
}
.k-mb-xs {
    margin-bottom: 4px !important;
}
.k-ml-xs {
    margin-left: 4px !important;
}
.k-mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
}
.k-my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.k-m-sm {
    margin: 8px !important;
}
.k-mt-sm {
    margin-top: 8px !important;
}
.k-mr-sm {
    margin-right: 8px !important;
}
.k-mb-sm {
    margin-bottom: 8px !important;
}
.k-ml-sm {
    margin-left: 8px !important;
}
.k-mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.k-my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.k-m-md {
    margin: 12px !important;
}
.k-mt-md {
    margin-top: 12px !important;
}
.k-mr-md {
    margin-right: 12px !important;
}
.k-mb-md {
    margin-bottom: 12px !important;
}
.k-ml-md {
    margin-left: 12px !important;
}
.k-mx-md {
    margin-left: 12px !important;
    margin-right: 12px !important;
}
.k-my-md {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.k-m-lg {
    margin: 16px !important;
}
.k-mt-lg {
    margin-top: 16px !important;
}
.k-mr-lg {
    margin-right: 16px !important;
}
.k-mb-lg {
    margin-bottom: 16px !important;
}
.k-ml-lg {
    margin-left: 16px !important;
}
.k-mx-lg {
    margin-left: 16px !important;
    margin-right: 16px !important;
}
.k-my-lg {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.k-m-xl {
    margin: 24px !important;
}
.k-mt-xl {
    margin-top: 24px !important;
}
.k-mr-xl {
    margin-right: 24px !important;
}
.k-mb-xl {
    margin-bottom: 24px !important;
}
.k-ml-xl {
    margin-left: 24px !important;
}
.k-mx-xl {
    margin-left: 24px !important;
    margin-right: 24px !important;
}
.k-my-xl {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.k-m-thin {
    margin: 2px !important;
}
.k-mt-thin {
    margin-top: 2px !important;
}
.k-mr-thin {
    margin-right: 2px !important;
}
.k-mb-thin {
    margin-bottom: 2px !important;
}
.k-ml-thin {
    margin-left: 2px !important;
}
.k-mx-thin {
    margin-left: 2px !important;
    margin-right: 2px !important;
}
.k-my-thin {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
.k-m-hair {
    margin: 1px !important;
}
.k-mt-hair {
    margin-top: 1px !important;
}
.k-mr-hair {
    margin-right: 1px !important;
}
.k-mb-hair {
    margin-bottom: 1px !important;
}
.k-ml-hair {
    margin-left: 1px !important;
}
.k-mx-hair {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.k-my-hair {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}
.k-p-0 {
    padding: 0 !important;
}
.k-pt-0 {
    padding-top: 0 !important;
}
.k-pr-0 {
    padding-right: 0 !important;
}
.k-pb-0 {
    padding-bottom: 0 !important;
}
.k-pl-0 {
    padding-left: 0 !important;
}
.k-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.k-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.k-p-1 {
    padding: 4px !important;
}
.k-pt-1 {
    padding-top: 4px !important;
}
.k-pr-1 {
    padding-right: 4px !important;
}
.k-pb-1 {
    padding-bottom: 4px !important;
}
.k-pl-1 {
    padding-left: 4px !important;
}
.k-px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.k-py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.k-p-2 {
    padding: 8px !important;
}
.k-pt-2 {
    padding-top: 8px !important;
}
.k-pr-2 {
    padding-right: 8px !important;
}
.k-pb-2 {
    padding-bottom: 8px !important;
}
.k-pl-2 {
    padding-left: 8px !important;
}
.k-px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.k-py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.k-p-3 {
    padding: 12px !important;
}
.k-pt-3 {
    padding-top: 12px !important;
}
.k-pr-3 {
    padding-right: 12px !important;
}
.k-pb-3 {
    padding-bottom: 12px !important;
}
.k-pl-3 {
    padding-left: 12px !important;
}
.k-px-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.k-py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.k-p-4 {
    padding: 16px !important;
}
.k-pt-4 {
    padding-top: 16px !important;
}
.k-pr-4 {
    padding-right: 16px !important;
}
.k-pb-4 {
    padding-bottom: 16px !important;
}
.k-pl-4 {
    padding-left: 16px !important;
}
.k-px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.k-py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.k-p-5 {
    padding: 20px !important;
}
.k-pt-5 {
    padding-top: 20px !important;
}
.k-pr-5 {
    padding-right: 20px !important;
}
.k-pb-5 {
    padding-bottom: 20px !important;
}
.k-pl-5 {
    padding-left: 20px !important;
}
.k-px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.k-py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.k-p-6 {
    padding: 24px !important;
}
.k-pt-6 {
    padding-top: 24px !important;
}
.k-pr-6 {
    padding-right: 24px !important;
}
.k-pb-6 {
    padding-bottom: 24px !important;
}
.k-pl-6 {
    padding-left: 24px !important;
}
.k-px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.k-py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.k-p-7 {
    padding: 28px !important;
}
.k-pt-7 {
    padding-top: 28px !important;
}
.k-pr-7 {
    padding-right: 28px !important;
}
.k-pb-7 {
    padding-bottom: 28px !important;
}
.k-pl-7 {
    padding-left: 28px !important;
}
.k-px-7 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.k-py-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.k-p-8 {
    padding: 32px !important;
}
.k-pt-8 {
    padding-top: 32px !important;
}
.k-pr-8 {
    padding-right: 32px !important;
}
.k-pb-8 {
    padding-bottom: 32px !important;
}
.k-pl-8 {
    padding-left: 32px !important;
}
.k-px-8 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.k-py-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
.k-p-9 {
    padding: 36px !important;
}
.k-pt-9 {
    padding-top: 36px !important;
}
.k-pr-9 {
    padding-right: 36px !important;
}
.k-pb-9 {
    padding-bottom: 36px !important;
}
.k-pl-9 {
    padding-left: 36px !important;
}
.k-px-9 {
    padding-left: 36px !important;
    padding-right: 36px !important;
}
.k-py-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}
.k-p-10 {
    padding: 40px !important;
}
.k-pt-10 {
    padding-top: 40px !important;
}
.k-pr-10 {
    padding-right: 40px !important;
}
.k-pb-10 {
    padding-bottom: 40px !important;
}
.k-pl-10 {
    padding-left: 40px !important;
}
.k-px-10 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.k-py-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.k-p-11 {
    padding: 44px !important;
}
.k-pt-11 {
    padding-top: 44px !important;
}
.k-pr-11 {
    padding-right: 44px !important;
}
.k-pb-11 {
    padding-bottom: 44px !important;
}
.k-pl-11 {
    padding-left: 44px !important;
}
.k-px-11 {
    padding-left: 44px !important;
    padding-right: 44px !important;
}
.k-py-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}
.k-p-12 {
    padding: 48px !important;
}
.k-pt-12 {
    padding-top: 48px !important;
}
.k-pr-12 {
    padding-right: 48px !important;
}
.k-pb-12 {
    padding-bottom: 48px !important;
}
.k-pl-12 {
    padding-left: 48px !important;
}
.k-px-12 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}
.k-py-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
.k-p-13 {
    padding: 52px !important;
}
.k-pt-13 {
    padding-top: 52px !important;
}
.k-pr-13 {
    padding-right: 52px !important;
}
.k-pb-13 {
    padding-bottom: 52px !important;
}
.k-pl-13 {
    padding-left: 52px !important;
}
.k-px-13 {
    padding-left: 52px !important;
    padding-right: 52px !important;
}
.k-py-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
}
.k-p-14 {
    padding: 56px !important;
}
.k-pt-14 {
    padding-top: 56px !important;
}
.k-pr-14 {
    padding-right: 56px !important;
}
.k-pb-14 {
    padding-bottom: 56px !important;
}
.k-pl-14 {
    padding-left: 56px !important;
}
.k-px-14 {
    padding-left: 56px !important;
    padding-right: 56px !important;
}
.k-py-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}
.k-p-15 {
    padding: 60px !important;
}
.k-pt-15 {
    padding-top: 60px !important;
}
.k-pr-15 {
    padding-right: 60px !important;
}
.k-pb-15 {
    padding-bottom: 60px !important;
}
.k-pl-15 {
    padding-left: 60px !important;
}
.k-px-15 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.k-py-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.k-p-16 {
    padding: 64px !important;
}
.k-pt-16 {
    padding-top: 64px !important;
}
.k-pr-16 {
    padding-right: 64px !important;
}
.k-pb-16 {
    padding-bottom: 64px !important;
}
.k-pl-16 {
    padding-left: 64px !important;
}
.k-px-16 {
    padding-left: 64px !important;
    padding-right: 64px !important;
}
.k-py-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}
.k-p-17 {
    padding: 68px !important;
}
.k-pt-17 {
    padding-top: 68px !important;
}
.k-pr-17 {
    padding-right: 68px !important;
}
.k-pb-17 {
    padding-bottom: 68px !important;
}
.k-pl-17 {
    padding-left: 68px !important;
}
.k-px-17 {
    padding-left: 68px !important;
    padding-right: 68px !important;
}
.k-py-17 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
}
.k-p-18 {
    padding: 72px !important;
}
.k-pt-18 {
    padding-top: 72px !important;
}
.k-pr-18 {
    padding-right: 72px !important;
}
.k-pb-18 {
    padding-bottom: 72px !important;
}
.k-pl-18 {
    padding-left: 72px !important;
}
.k-px-18 {
    padding-left: 72px !important;
    padding-right: 72px !important;
}
.k-py-18 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}
.k-p-19 {
    padding: 76px !important;
}
.k-pt-19 {
    padding-top: 76px !important;
}
.k-pr-19 {
    padding-right: 76px !important;
}
.k-pb-19 {
    padding-bottom: 76px !important;
}
.k-pl-19 {
    padding-left: 76px !important;
}
.k-px-19 {
    padding-left: 76px !important;
    padding-right: 76px !important;
}
.k-py-19 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
}
.k-p-20 {
    padding: 80px !important;
}
.k-pt-20 {
    padding-top: 80px !important;
}
.k-pr-20 {
    padding-right: 80px !important;
}
.k-pb-20 {
    padding-bottom: 80px !important;
}
.k-pl-20 {
    padding-left: 80px !important;
}
.k-px-20 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.k-py-20 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.k-p-21 {
    padding: 84px !important;
}
.k-pt-21 {
    padding-top: 84px !important;
}
.k-pr-21 {
    padding-right: 84px !important;
}
.k-pb-21 {
    padding-bottom: 84px !important;
}
.k-pl-21 {
    padding-left: 84px !important;
}
.k-px-21 {
    padding-left: 84px !important;
    padding-right: 84px !important;
}
.k-py-21 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
}
.k-p-22 {
    padding: 88px !important;
}
.k-pt-22 {
    padding-top: 88px !important;
}
.k-pr-22 {
    padding-right: 88px !important;
}
.k-pb-22 {
    padding-bottom: 88px !important;
}
.k-pl-22 {
    padding-left: 88px !important;
}
.k-px-22 {
    padding-left: 88px !important;
    padding-right: 88px !important;
}
.k-py-22 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
}
.k-p-23 {
    padding: 92px !important;
}
.k-pt-23 {
    padding-top: 92px !important;
}
.k-pr-23 {
    padding-right: 92px !important;
}
.k-pb-23 {
    padding-bottom: 92px !important;
}
.k-pl-23 {
    padding-left: 92px !important;
}
.k-px-23 {
    padding-left: 92px !important;
    padding-right: 92px !important;
}
.k-py-23 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
}
.k-p-24 {
    padding: 96px !important;
}
.k-pt-24 {
    padding-top: 96px !important;
}
.k-pr-24 {
    padding-right: 96px !important;
}
.k-pb-24 {
    padding-bottom: 96px !important;
}
.k-pl-24 {
    padding-left: 96px !important;
}
.k-px-24 {
    padding-left: 96px !important;
    padding-right: 96px !important;
}
.k-py-24 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}
.k-p-xs {
    padding: 4px !important;
}
.k-pt-xs {
    padding-top: 4px !important;
}
.k-pr-xs {
    padding-right: 4px !important;
}
.k-pb-xs {
    padding-bottom: 4px !important;
}
.k-pl-xs {
    padding-left: 4px !important;
}
.k-px-xs {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.k-py-xs {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.k-p-sm {
    padding: 8px !important;
}
.k-pt-sm {
    padding-top: 8px !important;
}
.k-pr-sm {
    padding-right: 8px !important;
}
.k-pb-sm {
    padding-bottom: 8px !important;
}
.k-pl-sm {
    padding-left: 8px !important;
}
.k-px-sm {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.k-py-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.k-p-md {
    padding: 12px !important;
}
.k-pt-md {
    padding-top: 12px !important;
}
.k-pr-md {
    padding-right: 12px !important;
}
.k-pb-md {
    padding-bottom: 12px !important;
}
.k-pl-md {
    padding-left: 12px !important;
}
.k-px-md {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.k-py-md {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.k-p-lg {
    padding: 16px !important;
}
.k-pt-lg {
    padding-top: 16px !important;
}
.k-pr-lg {
    padding-right: 16px !important;
}
.k-pb-lg {
    padding-bottom: 16px !important;
}
.k-pl-lg {
    padding-left: 16px !important;
}
.k-px-lg {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.k-py-lg {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.k-p-xl {
    padding: 24px !important;
}
.k-pt-xl {
    padding-top: 24px !important;
}
.k-pr-xl {
    padding-right: 24px !important;
}
.k-pb-xl {
    padding-bottom: 24px !important;
}
.k-pl-xl {
    padding-left: 24px !important;
}
.k-px-xl {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.k-py-xl {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.k-p-thin {
    padding: 2px !important;
}
.k-pt-thin {
    padding-top: 2px !important;
}
.k-pr-thin {
    padding-right: 2px !important;
}
.k-pb-thin {
    padding-bottom: 2px !important;
}
.k-pl-thin {
    padding-left: 2px !important;
}
.k-px-thin {
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.k-py-thin {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.k-p-hair {
    padding: 1px !important;
}
.k-pt-hair {
    padding-top: 1px !important;
}
.k-pr-hair {
    padding-right: 1px !important;
}
.k-pb-hair {
    padding-bottom: 1px !important;
}
.k-pl-hair {
    padding-left: 1px !important;
}
.k-px-hair {
    padding-left: 1px !important;
    padding-right: 1px !important;
}
.k-py-hair {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
.k-spacer {
    flex: 1 0 auto;
}
.k-spacer-sized {
    flex-grow: 0;
}
.k-table-layout-fixed {
    table-layout: fixed;
}
.k-table-layout-auto {
    table-layout: auto;
}
.k-text-nowrap {
    white-space: nowrap !important;
}
.k-text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-text-left {
    text-align: left !important;
}
.k-text-right {
    text-align: right !important;
}
.k-text-center {
    text-align: center !important;
}
.k-text-justify {
    text-align: justify !important;
}
.k-text-lowercase {
    text-transform: lowercase !important;
}
.k-text-uppercase {
    text-transform: uppercase !important;
}
.k-text-capitalize {
    text-transform: capitalize !important;
}
.k-fs-xs {
    font-size: 10px !important;
}
.k-fs-sm {
    font-size: 12px !important;
}
.k-fs-md {
    font-size: 16px !important;
}
.k-fs-lg {
    font-size: 18px !important;
}
.k-fs-xl {
    font-size: 20px !important;
}
.k-font-weight-light {
    font-weight: 300 !important;
}
.k-font-weight-normal {
    font-weight: 400 !important;
}
.k-font-weight-bold {
    font-weight: 700 !important;
}
.k-touch-action-none {
    touch-action: none !important;
}
.k-touch-action-auto {
    touch-action: auto !important;
}
.k-flip-h {
    transform: scaleX(-1);
}
.k-flip-v {
    transform: scaleY(-1);
}
.k-flip-h.k-flip-v {
    transform: scale(-1, -1);
}
.k-rotate-45 {
    transform: rotate(45deg);
}
.k-rotate-90 {
    transform: rotate(90deg);
}
.k-rotate-135 {
    transform: rotate(135deg);
}
.k-rotate-180 {
    transform: rotate(180deg);
}
.k-rotate-225 {
    transform: rotate(225deg);
}
.k-rotate-270 {
    transform: rotate(270deg);
}
.k-rotate-315 {
    transform: rotate(315deg);
}
.k-scale-0 {
    transform: scale(0, 0);
}
.k-scale-1 {
    transform: scale(1, 1);
}
.k-scale-2 {
    transform: scale(2, 2);
}
.k-translate-0 {
    transform: translate(0, 0);
}
.k-translate-0-50 {
    transform: translate(0, 50%);
}
.k-translate-0-100 {
    transform: translate(0, 100%);
}
.k-translate-50-0 {
    transform: translate(50%, 0);
}
.k-translate-50-50 {
    transform: translate(50%, 50%);
}
.k-translate-50-100 {
    transform: translate(50%, 100%);
}
.k-translate-100-0 {
    transform: translate(100%, 0);
}
.k-translate-100-50 {
    transform: translate(100%, 50%);
}
.k-translate-100-100 {
    transform: translate(100%, 100%);
}
.k-user-select-none {
    -webkit-user-select: none !important;
            user-select: none !important;
}
.k-user-select-auto {
    -webkit-user-select: auto !important;
            user-select: auto !important;
}
.k-user-select-text {
    -webkit-user-select: text !important;
            user-select: text !important;
}
.k-user-select-all {
    -webkit-user-select: all !important;
            user-select: all !important;
}
.k-user-select-contain {
    -webkit-user-select: contain !important;
            user-select: contain !important;
}
@font-face {
    font-family: "WebComponentsIcons";
    font-style: normal;
    font-weight: normal;
    src: url(data:font/ttf;base64,AAEAAAAMAIAAAwBAR1NVQhXjLzYAAADMAABH/k9TLzIPEgdLAABIzAAAAGBjbWFwa15oEwAASSwAAADMZ2FzcAAAABAAAEn4AAAACGdseWabm5w0AABKAAABtcBoZWFkHEnteQAB/8AAAAA2aGhlYQfABmAAAf/4AAAAJGhtdHjiA9YoAAIAHAAACnxsb2NhSIK27gACCpgAAAVAbWF4cALeAy4AAg/YAAAAIG5hbWX0BvU7AAIP+AAABOlwb3N0AAMAAAACFOQAAAAgAAEAAAAKAB4ALAABbGF0bgAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAoAAAABADoAGgByCmIPlhToGEYY0B6oIKoiWCTEJsonMioaLVQtqC36MzQzoDbeO8REdEVORjpG7kdER7oAAQAaAA0ADgAPABAAEQASABMAFAAVABYAFwAYABkAGgAbABwAHQAeAB8AIAAhACIAIwAlACYCngBIAJIAngC6ANAA6AEIASoBQAFkAXYBjAGkAb4B5gH8AhYCNgJUAnICigKgAsYC8gMcA0YDaAOQA7YD3AP0BBIELgRKBG4EkAS4BN4E/gUYBS4FTAVmBXQFfAWiBcYF2gX2BjYGega4BvoHJAdMB2QHfgeqB9QH7ggWCDwIUghuCJoIxAjeCQoJNAlOCX4JsgnUAOsABQAhABAAFQAbAJEADQAgACAADQAPABQAGQARABoAIAAEAAkACgCQAAoAIAAgAA0ADwAUABkAEQAaACAARwALAB4AHgAbACMAHwAEAB8AIwANABwARQAPAB4AHgAbACMAHwAEAB4AEQAfABUAJgAVABoAEwA4ABAAHgAeABsAIwAfAAQAGgAbAAQADwAUAA0AGgATABEANwAKAB4AHgAbACMAHwAEABcAHAAVAEYAEQAeAB4AGwAjAB8ABAAQABUAGQARABoAHwAVABsAGgAfAD4ACAAeAB4AGwAjAAQAIQAcAEQACgAeAB4AGwAjAAQAHgAbABsAIAA/AAsAHgAeABsAIwAEAB4AFQATABQAIABDAAwAHgAeABsAIwAEABwADQAeABEAGgAgADkAEwAeAB4AGwAjAAQAGwAiABEAHgASABgAGwAjAAQAEAAbACMAGgBBAAoAHgAeABsAIwAEABgAEQASACAALwAMAB4AHgAbACMABAARABoAEAAEACEAHAAwAA8AHgAeABsAIwAEABEAGgAQAAQAHgAVABMAFAAgADIADgAeAB4AGwAjAAQAEQAaABAABAAYABEAEgAgADEADgAeAB4AGwAjAAQAEQAaABAABAAQABsAIwAaAEIACwAeAB4AGwAjAAQAEAAeABUAGAAYAEAACgAeAB4AGwAjAAQAEAAbACMAGgAzABIAHgAeABsAIwAEABAAGwAhAA4AGAARAAQACwAFAAQAIQAcADQAFQAeAB4AGwAjAAQAEAAbACEADgAYABEABAALAAUABAAeABUAEwAUACAANgAUAB4AHgAbACMABAAQABsAIQAOABgAEQAEAAsABQAEABgAEQASACAANQAUAB4AHgAbACMABAAQABsAIQAOABgAEQAEAAsABQAEABAAGwAjABoAOgAQAB4AHgAbACMABAAPABQAEQAiAB4AGwAaAAQAIQAcADsAEwAeAB4AGwAjAAQADwAUABEAIgAeABsAGgAEAB4AFQATABQAIAA9ABIAHgAeABsAIwAEAA8AFAARACIAHgAbABoABAAYABEAEgAgADwAEgAeAB4AGwAjAAQADwAUABEAIgAeABsAGgAEABAAGwAjABoAKwALAB4AHgAbACMABAALAAUABAAhABwALAAOAB4AHgAbACMABAALAAUABAAeABUAEwAUACAALgANAB4AHgAbACMABAALAAUABAAYABEAEgAgAC0ADQAeAB4AGwAjAAQACwAFAAQAEAAbACMAGgAnABEAHgAeABsAIwAEAAkACgAEACEAHAAEAB4AFQATABQAIAAqABAAHgAeABsAIwAEAAkACgAEACEAHAAEABgAEQASACAAKAATAB4AHgAbACMABAAJAAoABAAQABsAIwAaAAQAHgAVABMAFAAgACkAEgAeAB4AGwAjAAQACQAKAAQAEAAbACMAGgAEABgAEQASACAChwAPAB4AEQANAAQAHwAgAA0ADwAXABEAEAAGAAUABQKGAAwAHgARAA0ABAAfACAADQAPABcAEQAQAogACgAeABEADQAEAB4ADQAaABMAEQKFAA4AHgARAA0ABAAPABgAIQAfACAAEQAeABEAEAG4AAwAHAAcABgAJQAEABIAGwAeABkADQAgAccABgAaAA8AFAAbAB4BXgADABgAGAFDABIAGAAVABMAGgAEACAAGwAcAAQAEQAYABEAGQARABoAIAAfAR8AEQAYABUAEwAaAAQAIAAbABwABAARABgAEQAZABEAGgAgAWwACQAYABUAEwAaAAQAIAAbABwBKgANABgAFQATABoABAAgABsABAATAB4AFQAQAUYAHwAYABUAEwAaAAQAHwAgAB4AEQAgAA8AFAAEABEAGAARABkAEQAaACAAHwAEACIAEQAeACAAFQAPAA0AGAFBACEAGAAVABMAGgAEAB8AIAAeABEAIAAPABQABAARABgAEQAZABEAGgAgAB8ABAAUABsAHgAVACYAGwAaACAADQAYAT0AHgAYABUAEwAaAAQAHwAgAB4AEQAgAA8AFAAEABEAGAARABkAEQAaACAABAAiABEAHgAgABUADwANABgBPAAgABgAFQATABoABAAfACAAHgARACAADwAUAAQAEQAYABEAGQARABoAIAAEABQAGwAeABUAJgAbABoAIAANABgBQAAUABgAFQATABoABAAeABUAEwAUACAABAARABgAEQAZABEAGgAgAB8BHgATABgAFQATABoABAAeABUAEwAUACAABAARABgAEQAZABEAGgAgAXEACwAYABUAEwAaAAQAHgAVABMAFAAgAXMADAAYABUAEwAaAAQAHgARABkAGwAiABEBRAAVABgAFQATABoABAAZABUAEAAQABgAEQAEABEAGAARABkAEQAaACAAHwEgABQAGAAVABMAGgAEABkAFQAQABAAGAARAAQAEQAYABEAGQARABoAIAFtAAwAGAAVABMAGgAEABkAFQAQABAAGAARAT4AEwAYABUAEwAaAAQAGAARABIAIAAEABEAGAARABkAEQAaACAAHwEcABIAGAAVABMAGgAEABgAEQASACAABAARABgAEQAZABEAGgAgAW8ACgAYABUAEwAaAAQAGAARABIAIAFyAA0AGAAVABMAGgAEABYAIQAfACAAFQASACUBPwAVABgAFQATABoABAAPABEAGgAgABEAHgAEABEAGAARABkAEQAaACAAHwEdABQAGAAVABMAGgAEAA8AEQAaACAAEQAeAAQAEQAYABEAGQARABoAIAFwAAwAGAAVABMAGgAEAA8AEQAaACAAEQAeAUUAFQAYABUAEwAaAAQADgAbACAAIAAbABkABAARABgAEQAZABEAGgAgAB8BIQAUABgAFQATABoABAAOABsAIAAgABsAGQAEABEAGAARABkAEQAaACABbgAMABgAFQATABoABAAOABsAIAAgABsAGQFHABcAGAAVABMAGgAEAA4ADQAfABEAGAAVABoAEQAEACIAEQAeACAAFQAPAA0AGAFCABkAGAAVABMAGgAEAA4ADQAfABEAGAAVABoAEQAEABQAGwAeABUAJgAbABoAIAANABgCOQAQABMAEwAeABEAEwANACAAEQAEABIAFQARABgAEAAfANIADQAPAA8AEQAfAB8AFQAOABUAGAAVACAAJQArAFgAZgB0AIAAqAC+AOIBAgEyAWYBhAGcAbIB1AH6Ah4CRgJgAnoCqgLYAw4DQgNeA3IDigOmA7ADugPSA+ID+gQKBCoEWgR6BIoEqATABNQE8AT4BRoBjwAGACEAIAAgABsAGgKWAAYAIQAOAA4AGAARAQsABQAeACEAHwAUAQ8AEwAeABUAEwAUACAAGgARAB8AHwAEAA8AGwAaACAAHgANAB8AIAB4AAoAGwAkAAQAHwAVACYAFQAaABMBigARABsAHgAQABEAHgAfAAQAHwAUABsAIwAEABQAFQAQABEBgQAPABsAHgAQABEAHgAfAAQAGwAhACAAHwAVABAAEQGEABcAGwAeABAAEQAeAB8ABAAVABoAHwAVABAAEQAEACIAEQAeACAAFQAPAA0AGAGDABkAGwAeABAAEQAeAB8ABAAVABoAHwAVABAAEQAEABQAGwAeABUAJgAbABoAIAANABgBggAOABsAHgAQABEAHgAfAAQAFQAaAB8AFQAQABEBgAALABsAHgAQABEAHgAfAAQADQAYABgBhQAKABsAHgAQABEAHgAEACAAGwAcAG0AEAAbAB4AEAARAB4ABAAfACAAJQAYABEABAAgABsAHABuABIAGwAeABAAEQAeAAQAHwAgACUAGAARAAQAHgAVABMAFAAgAHAAEQAbAB4AEAARAB4ABAAfACAAJQAYABEABAAYABEAEgAgAG8AEwAbAB4AEAARAB4ABAAfACAAJQAYABEABAAOABsAIAAgABsAGQBsAAwAGwAeABAAEQAeAAQAHwAgACUAGAARAYgADAAbAB4AEAARAB4ABAAeABUAEwAUACAAcgAXABsAHgAQABEAHgAEAB4ADQAQABUAIQAfAAQAIAAbABwABAAeABUAEwAUACAAdQAWABsAHgAQABEAHgAEAB4ADQAQABUAIQAfAAQAIAAbABwABAAYABEAEgAgAHMAGgAbAB4AEAARAB4ABAAeAA0AEAAVACEAHwAEAA4AGwAgACAAGwAZAAQAHgAVABMAFAAgAHQAGQAbAB4AEAARAB4ABAAeAA0AEAAVACEAHwAEAA4AGwAgACAAGwAZAAQAGAARABIAIABxAA0AGwAeABAAEQAeAAQAHgANABAAFQAhAB8BiQAJABsAHgAQABEAHgAEABoAGwGHAAsAGwAeABAAEQAeAAQAGAARABIAIAGGAA0AGwAeABAAEQAeAAQADgAbACAAIAAbABkBUwAEABsAGAAQARQABAAYACEAHgILAAsAGAAbABMAEwARAB4ABAAOABsAJAIKAAcAGAAbABMAEwARAB4CKwALABEAFAANABoADwARAAQADgAbACQCKgAHABEAFAANABoADwARANUADwANAB4ADwAbABAAEQAEAB8ADwANABoAGgARAB4A2QAXAA0AHgAPABsAEAARAAQAHQAeAAQADwAbABAAEQAEAB8ADwANABoAGgARAB4A0wAPAA0AHgAPABsAEAARAAQAGwAhACAAGAAVABoAEQDUAAcADQAeAA8AGwAQABECgwAOAA0AHgAEAB8AIAANAA8AFwARABAABgAFAAUCggALAA0AHgAEAB8AIAANAA8AFwARABAChAAJAA0AHgAEAB4ADQAaABMAEQKBAA0ADQAeAAQADwAYACEAHwAgABEAHgARABACmAADAA0AHgEbABAADQAPABcAIwANAB4AEAAEABEAGAARABkAEQAaACABGQAMAA0ADwAXAAQAEQAYABEAGQARABoAIAA1AGwAdACMAKgAtgDAAMgA1gDcAO4A+AEQARoBPgFiAXYBngG8AcwB3AIAAh4COAJUAnYCkAKcArgC0gLeAuoC/gMMAyIDRANWA3IDjAOYA7gD5gQYBDAEXASMBKIErATGBOQFAAUOBSoFPAGwAAMAIQAgAaIACwAhAB8AIAAbABkABAAVAA8AGwAaAegADQAhAB8AIAAbABkABAASABsAHgAZAA0AIADcAAYAIQAeAB8AGwAeAkoABAAfAB8ACAJNAAMAHwAfAlAABgAfABwAHgAbABYCUgACAB8B7gAIAB4AGwAfAB8AIAANAA4BBAAEAB4AGwAcAboACwAbABwAJQAEABIAGwAeABkADQAgAa8ABAAbABwAJQFZABEAGwAaACIAEQAeACAABAAhABwAHAARAB4ADwANAB8AEQFYABEAGwAaACIAEQAeACAABAAYABsAIwARAB4ADwANAB8AEQDHAAkAGwAaABoAEQAPACAAGwAeAakAEwAbABkAGQARABoAIAAfAAQAHgARABkAGwAiABEABAANABgAGAGoAA4AGwAZABkAEQAaACAABAAeABEAGQAbACIAEQGnAAcAGwAZABkAEQAaACAAVAAHABsAGAAhABkAGgAfAn8AEQAbABgAIQAZABoABAAfACAADQAPABcAEQAQAAYABQAFAn4ADgAbABgAIQAZABoABAAfACAADQAPABcAEQAQAoAADAAbABgAIQAZABoABAAeAA0AGgATABEB3QANABsAGAAhABkAGgAEABIAHgARABEAJgARAn0AEAAbABgAIQAZABoABAAPABgAIQAfACAAEQAeABEAEAGNAAwAGwAQABEABAAfABoAFQAcABwAEQAgAlUABQAYABsAIQAQAJ8ADQAYABsAHwARAAQAGwAhACAAGAAVABoAEQCgAAwAGAAbAB8AEQAEAA8AFQAeAA8AGAARAJ4ABQAYABsAHwARAIoABQAYABsADwAXAbkACQAYABEADQAeAAQADwAfAB8A9wAGABUAHgAPABgAEQKdAAoAFAAbAB4AGwAcABgAEQAgABQA9AAQABQAEQAPABcADgAbACQABAAPABQAEQAPABcAEQAQAPMACAAUABEADwAXAA4AGwAkAJwADQAUABEADwAXAAQAGwAhACAAGAAVABoAEQCdAAwAFAARAA8AFwAEAA8AFQAeAA8AGAARAJsABQAUABEADwAXAZoADwAUAA0AGgATABEABAAZAA0AGgAhAA0AGAAYACUB1wAWABEAGAAYAB8ABAAZABEAHgATABEABAAiABEAHgAgABUADwANABgAGAAlAdYAGAARABgAGAAfAAQAGQARAB4AEwARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAAYACUB1QALABEAGAAYAB8ABAAZABEAHgATABEB2QAVABEAGAAYAAQAHwAcABgAFQAgAAQAIgARAB4AIAAVAA8ADQAYABgAJQHYABcAEQAYABgABAAfABwAGAAVACAABAAUABsAHgAVACYAGwAaACAADQAYABgAJQBJAAoADQAgABEAEwAbAB4AFQAmABEAxgAEAA0AHgAgApcADAANABoAEAAYABEABAAfACAAFQAPABcAmQAOAA0AGgAPABEAGAAEABsAIQAgABgAFQAaABEAmgANAA0AGgAPABEAGAAEAA8AFQAeAA8AGAARAJgABgANABoADwARABgBkQANAA0AGAARABoAEAANAB4ABAAQAA0AIAARAIsACAANABgAEQAaABAADQAeAMUACgANABgADwAhABgADQAgABsAHgAgAEIAXABuAIoAnACuALwA3gDsAPQBHAE6AVQBcAGaAbABwgHMAeoCCAIkAjgCRgJ6ArIC1AL2AwgDGgMuA0IDVAItAAwAHgAVAA4ADgAOABgAEQAEAA4AGwAkAiwACAAeABUADgAOAA4AGAARAEgADQAeAA0AEwAEAA0AGgAQAAQAEAAeABsAHAC1AAgAGwAjABoAGAAbAA0AEAKQAAgAGwAhABMAFAAaACEAIAHmAAYAGwAYABgADQAeAaEAEAAbAA8AIQAZABEAGgAgAAQAGQANABoADQATABEAHgDRAAYAFQAiABUAEAARAV0AAwAVACIAgAATABUAHwAcABgADQAlAAQAFQAaABgAFQAaABEABAASABgAEQAkAf8ADgAVAB8AHAAYAA0AJQAEABUAGgAYABUAGgARAH8ADAAVAB8AHAAYAA0AJQAEABIAGAARACQAfQANABUAHwAcABgADQAlAAQADgAYABsADwAXAH4AFAAVAB8AHAAYAA0AJQAEAAwAGgAYABUAGgARAAQADgAYABsADwAXATsACgAVABkAEQAaACAAFQAbABoAHwIPAAgAFQATABMABAAOABsAJAIOAAQAFQATABMBowAOABUADwAgABUAGwAaAA0AHgAlAAQADQAQABACXwAOABEAIAANABUAGAAEAB8AEQAPACAAFQAbABoCDQANABEAGAAVAA8AFQAbACEAHwAEAA4AGwAkAgwACQARABgAFQAPABUAGwAhAB8AjwAGABEAGAARACAAEQE1ABkAEQAPAB4AEQANAB8AEQAEACIAEQAeACAAFQAPAA0AGAAEAB8AHAANAA8AFQAaABMBMQAbABEADwAeABEADQAfABEABAAUABsAHgAVACYAGwAaACAADQAYAAQAHwAcAA0ADwAVABoAEwHpABAAEQAPABUAGQANABgABAAVABoADwAeABEADQAfABEB6gAQABEADwAVABkADQAYAAQAEAARAA8AHgARAA0AHwARAmYACAANACAADQAEACMAEQAOAmUACAANACAADQAEAB8AHQAYAnoACQANACAADQAEAB4AEQAfACACZAAJAA0AIAANAAQAFgAfABsAGgJjAAgADQAgAA0ABAAPAB8AIgJYAAQADQAgAA0ACAASACgANgA+AEoAXgBqAIABNwAKACUAEQAQAB4AGwAcABwAEQAeAfoABgAkABwAGwAeACACTwADACQAEQDNAAUAHQAhAA0AGAIRAAkAGQANABUAGAAEAA4AGwAkAhAABQAZAA0AFQAYAZgACgAQABUAIAAEACAAGwAbABgAHwCOAAQAEAAVACAAOQB0AJYArgDKAOoA+gEQATQBTgFYAXoBjgGmAboB0gHqAgACDgIqAkoCZgKIArAC1gLqAwQDJgNSA2ADagOCA5QDqAO+A94D8AQCBCQESARaBGwEfgSUBLQEygTgBPYFFgUqBTwFVAVmBXwFkAWiBawFxgEnABAAIQAYABgABAAfAA8AHgARABEAGgAEABEAJAAVACABJgALACEAGAAYAAQAHwAPAB4AEQARABoBGAANAB4AGwAaACAABAARABgAEQAZABEAGgAgARoADwAbAB4AIwANAB4AEAAEABEAGAARABkAEQAaACAA5AAHABsAHgAjAA0AHgAQAeMACgAbAB4AGQAhABgADQAEABIAJAHAABEAGwAeABkADQAgAAQADwAbABAAEQAEAA4AGAAbAA8AFwGMAAwAGwAeABkABAARABgAEQAZABEAGgAgAYsABAAbAB4AGQFXABAAGwAeABEAEwAeABsAIQAaABAABAAPABsAGAAbAB4B6wAJABsAGgAgAAQAHwAVACYAEQFWAAsAGwAaACAABAASAA0AGQAVABgAJQI3AAkAGwAYABAAEQAeAAQAIQAcAjUACwAbABgAEAARAB4ABAAbABwAEQAaAjgACwAbABgAEAARAB4ABAAZABsAHgARAjYACgAbABgAEAARAB4ABAANABAAEAI0AAYAGwAYABAAEQAeAQcADQAYABUAHAAEACIAEQAeACAAFQAPAA0AGAEGAA8AGAAVABwABAAUABsAHgAVACYAGwAaACAADQAYAa0ADQAYAA0AHwAUAAQAGQANABoADQATABEAHgGuABAAFQAaABAABAANABoAEAAEAB4AEQAcABgADQAPABEAsAATABUAGAAgABEAHgAEAB8AGwAeACAABAAQABEAHwAPAAQAHwAZAK8AEgAVABgAIAARAB4ABAAfABsAHgAgAAQADQAfAA8ABAAfABkArgAJABUAGAAgABEAHgAEAB8AGQCtAAwAFQAYACAAEQAeAAQADwAYABEADQAeALIAEAAVABgAIAARAB4ABAANABAAEAAEABMAHgAbACEAHACxABUAFQAYACAAEQAeAAQADQAQABAABAARACQAHAAeABEAHwAfABUAGwAaAKwABgAVABgAIAARAB4CSQAEABUAGAAZAnkACwAVABgAEQAfAAQAEQAeAB4AGwAeAkgACAAVABgAEQAEACYAFQAcAj8ACQAVABgAEQAEACMAGwAeABACbwAKABUAGAARAAQAIgAVABAAEQAbAnsADwAVABgAEQAEACAAJQAcABEAHwAPAB4AFQAcACACPAAIABUAGAARAAQAIAAkACACQwAIABUAGAARAAQAHAAfABACdQAQABUAGAARAAQAHAAeABsAEwAeAA0AGQAZABUAGgATAnIAEQAVABgAEQAEABwAHgARAB8AEQAaACAADQAgABUAGwAaAkEACAAVABgAEQAEABwAHAAgAkIACAAVABgAEQAEABwAEAASAkAACAAVABgAEQAEABkAEAAOAnEACgAVABgAEQAEABUAGQANABMAEQJWAA8AFQAYABEABAAUABsAHgAVACYAGwAaACAADQAYAkQACgAVABgAEQAEABIAGAANAB8AFAI+AAoAFQAYABEABAARACQADwARABgCeAAKABUAGAARAAQAEQAeAB4AGwAeAnQADwAVABgAEQAEABAAFQAfAA8ABAAVABkADQATABECcwAJABUAGAARAAQAEAANACAADQI9AAgAFQAYABEABAAPAB8AIgJFAAsAFQAYABEABAAPABsAGgASABUAEwJHAAgAFQAYABEABAAOAA0ADwJwAAoAFQAYABEABAANACEAEAAVABsCRgAJABUAGAARAAQADQAfAA8AJAI7AAgAFQAYABEABAANABAAEAI6AAQAFQAYABECEwAMAA0ADwARAA4AGwAbABcABAAOABsAJAISAAgADQAPABEADgAbABsAFwAVACwASAByAJwAvgDSAN4A9gEAARQBNgFCAWIBegGQAZ4BugHGAdIB3AHsAmEADQAeABsAIQAcAAQAHwARAA8AIAAVABsAGgJbABQAHgAbACEAHAAEABQAEQANABAAEQAeAAQAHwARAA8AIAAVABsAGgJcABQAHgAbACEAHAAEABIAGwAbACAAEQAeAAQAHwARAA8AIAAVABsAGgJnABAAHgAbACEAHAAEAA8AGwAYABgAEQAPACAAFQAbABoBkgAJAB4AGwAhABwABAAOABsAJABMAAUAHgAbACEAHABLAAsAHgAVABAABAAYAA0AJQAbACEAIABKAAQAHgAVABABEwAJAB4AEQAlAB8ADwANABgAEQDQABAAHgARAA0AIAARAB4ABAAbAB4ABAARAB0AIQANABgCfAAFAB4ADQAcABQCFwAPABsAGwATABgAEQAEABwAGAAhAB8ABAAOABsAJAIWAAsAGwAbABMAGAARAAQAHAAYACEAHwIVAAoAGwAbABMAGAARAAQADgAbACQCFAAGABsAGwATABgAEQIBAA0AGAAbAA4AEQAEABsAIQAgABgAFQAaABECAgAFABgAGwAOABEAvgAFABEADQAeAB8AvQAEABEADQAeAIIABwANABwABAAeABsAIwCBAAoADQAcAAQADwAbABgAIQAZABoAFQAsAFAAbgCcAMoA6gEKARYBIAEqATgBVAFgAWYBgAGKAZABlgGcAaIBqAC4ABEAJQAcABEAHgAYABUAGgAXAAQAGwAcABEAGgAEAB8AGQC3AA4AJQAcABEAHgAYABUAGgAXAAQAGwAcABEAGgHDABYAJQAcABEAHgAYABUAGgAXAAQAGAAVABMAFAAgAAQAEAAVAA0AGAAbABMBxQAWACUAHAARAB4AGAAVABoAFwAEABMAGAAbAA4AEQAEAB4AEQAZABsAIgARAcQADwAlABwAEQAeABgAFQAaABcABAATABgAGwAOABEBxgAPACUAHAARAB4AGAAVABoAFwAEABEAGQANABUAGAJLAAUAIAAZABgACgJMAAQAIAAZABgAWwAEABsAGQARAFwABgARABUAEwAUACAA7wANABEADQAeACAABAAbACEAIAAYABUAGgARAPAABQARAA0AHgAgAOgAAgAQAE4ADAANABoAEAAYABEAHgAEABAAHgANABMA2wAEAA0AGgAQAWQAAgALAWMAAgAKAWIAAgAJAWEAAgAIAWAAAgAHAV8AAgAGABUALAA6AFYAagCGAJ4AsgDKAOoBCgE+AXYBggGQAZ4BuAHaAgACGgIwAmABVAAGACAADQAYABUADwERAA0AGgAiABEAHgAgAAQADwAbABgAGwAeAB8BaQAJABoAHwARAB4AIAAEACEAHAFqAA0AGgAfABEAHgAgAAQAGQAVABAAEAAYABEBawALABoAHwARAB4AIAAEABAAGwAjABoCbgAJABoAFAARAB4AFQAgABEAEAD7AAsAGgASABsAHgAZAA0AIAAVABsAGgFnAA8AGgAQABEAGgAgAAQAFQAaAA8AHgARAA0AHwARAWgADwAaABAAEQAaACAABAAQABEADwAeABEADQAfABEBNAAZABoADwAeABEADQAfABEABAAiABEAHgAgABUADwANABgABAAfABwADQAPABUAGgATATAAGwAaAA8AHgARAA0AHwARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAAEAB8AHAANAA8AFQAaABMCCQAFABoADgAbACQB+QAGABkAHAAbAB4AIAEpAAYAGQANABMAEQAfAQMADAAZAA0AEwARAAQAHgARAB8AFQAmABEBpgAQABkADQATABEABAAZAA0AHAAEABEAEAAVACAAGwAeAaQAEgAZAA0AEwARAAQAGAAVABMAFAAgAAQAEAAVAA0AGAAbABMBAAAMABkADQATABEABAARACQAHAAbAB4AIAGlAAoAGQANABMAEQAEABEAEAAVACAB7AAXABkADQATABEABAANAA4AHwAbABgAIQAgABEABAAcABsAHwAVACAAFQAbABoA/wAFABkADQATABEACwAYAEYAeACiANABAAE0AWYBnAHMAgABTQAWACEAHwAgABUAEgAlAAQAHwAgAA0AHgAgAAQAIgARAB4AIAAVAA8ADQAYAUgAGAAhAB8AIAAVABIAJQAEAB8AIAANAB4AIAAEABQAGwAeABUAJgAbABoAIAANABgBTwAUACEAHwAgABUAEgAlAAQAEQAaABAABAAiABEAHgAgABUADwANABgBSgAWACEAHwAgABUAEgAlAAQAEQAaABAABAAUABsAHgAVACYAGwAaACAADQAYAU4AFwAhAB8AIAAVABIAJQAEAA8AEQAaACAAEQAeAAQAIgARAB4AIAAVAA8ADQAYAUkAGQAhAB8AIAAVABIAJQAEAA8AEQAaACAAEQAeAAQAFAAbAB4AFQAmABsAGgAgAA0AGAFQABgAIQAfACAAFQASACUABAAOABEAIAAjABEAEQAaAAQAIgARAB4AIAAVAA8ADQAYAUsAGgAhAB8AIAAVABIAJQAEAA4AEQAgACMAEQARABoABAAUABsAHgAVACYAGwAaACAADQAYAVEAFwAhAB8AIAAVABIAJQAEAA0AHgAbACEAGgAQAAQAIgARAB4AIAAVAA8ADQAYAUwAGQAhAB8AIAAVABIAJQAEAA0AHgAbACEAGgAQAAQAFAAbAB4AFQAmABsAGgAgAA0AGAJOAAIAHwADAAgAKABIAMwADwAcABUABAAfACAADQAgACEAHwAEABsAHAARABoAywAPABwAFQAEAB8AIAANACAAIQAfAAQAFAAbABgAEADKAA8AHAAVAAQAHwAgAA0AIAAhAB8ABAAQABEAGgAlABsAOABGAFIAXAB6AJwAugDUAO4BAAEcATwBSAF4AZgBwgHcAfYCDgIYAjICTgJsApQCsALMAtoAtAAGABsAEwAbACEAIACzAAUAGwATABUAGgCWAAQAGwAPABcBZgAOABUAHwAgAAQAIQAaABsAHgAQABEAHgARABAB+AAQABUAHwAgAAQAHgAbABkADQAaAAQAHwAZAA0AGAAYAfcADgAVAB8AIAAEAB4AGwAZAA0AGgAEAA4AFQATAWUADAAVAB8AIAAEABsAHgAQABEAHgARABACGQAMABUAGgAXABEAEAAVABoABAAOABsAJAIYAAgAFQAaABcAEQAQABUAGgCUAA0AFQAaABcABAAiABEAHgAgABUADwANABgAkgAPABUAGgAXAAQAFAAbAB4AFQAmABsAGgAgAA0AGAKJAAUAFQAaABEABgKOABcAFQAaABEABAAfACAADQAPABcAEQAQAAYABQAFAAQAGQANAB4AFwARAB4AHwKLAA8AFQAaABEABAAfACAADQAPABcAEQAQAAYABQAFAo0AFAAVABoAEQAEAB8AIAANAA8AFwARABAABAAZAA0AHgAXABEAHgAfAooADAAVABoAEQAEAB8AIAANAA8AFwARABACjAAMABUAGgARAAQAGQANAB4AFwARAB4AHwIAAAsAFQAaABEABAAUABEAFQATABQAIAEOAAQAFQAaABEB/wAMABEAIAAgABEAHgAEAB8AHAANAA8AEQDPAA0AEQAfAB8ABAAbAB4ABAARAB0AIQANABgAUwAOAA0AJQAbACEAIAAEAB8AIAANAA8AFwARABAAUgATAA0AJQAbACEAIAAEAB8AFQAQABEABAAOACUABAAfABUAEAARAFEADQANACUAGwAhACAABAAHAAQADgAlAAQABwBQAA0ADQAlABsAIQAgAAQABgAEAA4AJQAEAAkATwAGAA0AJQAbACEAIAC5AAYADQAhABoADwAUAB0APABUAGQAgACgAL4AzADeAPoBFAEgATQBSgFUAXABhAGaAboB3gH0AgoCJAI8AlgCZgKeAr4C3AL+AhsACwAlAB8AHAANAA8AEQAEAA4AGwAkAhoABwAlAB8AHAANAA8AEQBYAA0AGwAeABEABAAiABEAHgAgABUADwANABgAWQAPABsAHgARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAHCAA4AGwAQACEAGAARAAQAGQANABoADQATABEAHgEFAAYAFQAeAB4AGwAeAMkACAAVABoAIQAfAAQAHwAZAKUADQAVABoAIQAfAAQAGwAhACAAGAAVABoAEQCmAAwAFQAaACEAHwAEAA8AFQAeAA8AGAARAKQABQAVABoAIQAfAGEACQAVABoABAAjABUAEAAgABQAYAAKABUAGgAEABQAEQAVABMAFAAgAFcABAARABoAIQGrAA0AEQAQABUADQAEABkADQAaAA0AEwARAB4AXwAJAA0AJAAEACMAFQAQACAAFABeAAoADQAkAAQAFAARABUAEwAUACAB+wAPAA0AIAAPABQABAASACEAGAAYAAQAIwAbAB4AEAIEABEADQAeABcAEQAeAAQAHAAVABoABAAgAA0AHgATABEAIAIDAAoADQAeABcAEQAeAAQAHAAVABoAYwAKAA0AHgATABUAGgAEACAAGwAcAGQADAANAB4AEwAVABoABAAeABUAEwAUACAAZgALAA0AHgATABUAGgAEABgAEQASACAAZQANAA0AHgATABUAGgAEAA4AGwAgACAAGwAZAGIABgANAB4AEwAVABoBMwAbAA0AFwARAAQAIgARAB4AIAAVAA8ADQAYAAQAHwAcAA0ADwAVABoAEwAEABEAHQAhAA0AGAEtAA8ADQAXABEABAAfAA0AGQARAAQAIwAVABAAIAAUASwADgANABcAEQAEAB8ADQAZABEABAAfABUAJgARAS4AEAANABcAEQAEAB8ADQAZABEABAAUABEAFQATABQAIAEvAB0ADQAXABEABAAUABsAHgAVACYAGwAaACAADQAYAAQAHwAcAA0ADwAVABoAEwAEABEAHQAhAA0AGAADAAgAIgA2APoADAAbACAAFQASABUADwANACAAFQAbABoAzgAJABsAIAAEABEAHQAhAA0AGACHAA4AGwAaAAQAHgARAA8AIQAeAB4AEQAaAA8AEQADAAgAGAA0AFoABwAiABEAHgAYAA0AHAB2AA0AIQAgABgAFQAaABEABAAjABUAEAAgABQAdwAOACEAIAAYABUAGgARAAQAGwASABIAHwARACAAMgBmAHIAggCcALoA1gD2AQYBIAE4AUIBVAFkAW4BigGeAaYBrgHIAdgB6gH2AhgCNgJMAoICogK+AsoC3AMCAy4DRANmA4oDqgPSA/YEEgQqBDIEQgROBG4ElgS+BNYE8gUMBSoAjQAFAB4AFQAaACAAwAAHAB4AEQAiABUAEQAjAHkADAAbAB8AFQAgABUAGwAaAAQAIAAbABwAegAOABsAHwAVACAAFQAbABoABAAeABUAEwAUACAAfAANABsAHwAVACAAFQAbABoABAAYABEAEgAgAHsADwAbAB8AFQAgABUAGwAaAAQADgAbACAAIAAbABkAyAAHABgAIQAfAAQAHwAZAKIADAAYACEAHwAEABsAIQAgABgAFQAaABEAowALABgAIQAfAAQADwAVAB4ADwAYABEAoQAEABgAIQAfAOoACAAYAA0AJQAYABUAHwAgAOwABwAYAA0AJQAEAB8AGQDgAAQAGAANACUCHQANABUAGgAgABEAHgARAB8AIAAEAA4AGwAkAhwACQAVABoAIAARAB4AEQAfACACBQADABUAGgKPAAMAFQARAP4ADAAUABsAIAAbAAQADwANABkAEQAeAA0B5wAHABEAHgAPABEAGgAgAO0ACAANACEAHwARAAQAHwAZAOEABQANACEAHwARAbcAEAANAB8AIAARAAQAHAAYAA0AFQAaAAQAIAARACQAIAG2AA4ADQAfACAAEQAEABkADQAeABcAEAAbACMAGgG1AAoADQAfACAAEQAEABQAIAAZABgBtAAaAA0AHwAgABEABAASAB4AGwAZAAQAIwAbAB4AEAAEAB8AIAAeABUAHAAEABIAFQAYABEBswAPAA0AHwAgABEABAASAB4AGwAZAAQAIwAbAB4AEAGyAA0ADQAfACAAEQAEAA0AHwAEABQAIAAZABgBsQAFAA0AHwAgABEBlgAIAA0AHwAfACMAGwAeABACdwASAA0AHgANABkAEQAgABEAHgAfAAQAIQAaABcAGgAbACMAGgJ2ABUADQAeAA0AGQARACAAEQAeAB8ABAAOACUAIAARAAQADQAeAB4ADQAlAmIACgANAB4ADQAZABEAIAARAB4AHwJsABAADQAeAA0AGQARACAAEQAeAAQAHwAgAB4AFQAaABMCawARAA0AHgANABkAEQAgABEAHgAEABUAGgAgABEAEwARAB4CagAPAA0AHgANABkAEQAgABEAHgAEABIAGAAbAA0AIAJpABMADQAeAA0AGQARACAAEQAeAAQAEAANACAAEQAEACAAFQAZABECaAARAA0AHgANABkAEQAgABEAHgAEAA4AGwAbABgAEQANABoBlwANAA0AHgANABMAHgANABwAFAAEAA0AEAAQAdsACwANABoAEQAEABIAHgARABEAJgARAMQAAwANABoBDAAHAA0AGAARACAAIAARAQ0ABQANABUAGgAgAVIADwANABMAEQAEABwAHgAbABwAEQAeACAAFQARAB8CXQATAA0AEwARAAQAFAARAA0AEAARAB4ABAAfABEADwAgABUAGwAaAl4AEwANABMAEQAEABIAGwAbACAAEQAeAAQAHwARAA8AIAAVABsAGgBoAAsADQAQABAAFQAaABMABAAgABsAHABpAA0ADQAQABAAFQAaABMABAAeABUAEwAUACAAawAMAA0AEAAQABUAGgATAAQAGAARABIAIABqAA4ADQAQABAAFQAaABMABAAOABsAIAAgABsAGQBnAAcADQAQABAAFQAaABMABAAKABwAPABcAPwACAAhABEAHwAgABUAGwAaANgADwAeAAQADwAbABAAEQAEAB8ADwANABoAGgARAB4A1gAPAB4ABAAPABsAEAARAAQAGwAhACAAGAAVABoAEQDXAAcAHgAEAA8AGwAQABEAIABCAGIAcgB6AIQAmgC2ANAA6AD2AQABDgEgATgBRAFwAZwBugHSAeICEgJGAloCaAKOApgCrgK8AuQC/AMYAzIBdQAPACEAGAARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAIvAAcAHwAfAAQADgAbACQCLgADAB8AHwBVAAQAGwAjAB8B3AAKABsAIwAEABIAHgARABEAJgARARcADQAbACEAGgAQAAQADwAbAB4AGgARAB4AHwEJAAwAGwAgAA0AIAARAAQAHgAVABMAFAAgAQoACwAbACAADQAgABEABAAYABEAEgAgAQgABgAbACAADQAgABECnAAEABsAHwARAOMABgARACMAFQAaABAAiAAIABEAHwARACAABAAfABkBKAALABEAHwARACAABAAPABsAGAAbAB4AhQAFABEAHwARACACWQAVABEAHAAbAB4AIAAEABQAEQANABAAEQAeAAQAHwARAA8AIAAVABsAGgJaABUAEQAcABsAHgAgAAQAEgAbABsAIAARAB4ABAAfABEADwAgABUAGwAaAf0ADgARABwAGAANAA8AEQAEAB8AFQAaABMAGAARAf4ACwARABwAGAANAA8AEQAEAA0AGAAYAFYABwARABsAHgAQABEAHgE2ABcAEQAZABsAIgARAAQAIgARAB4AIAAVAA8ADQAYAAQAHwAcAA0ADwAVABoAEwEyABkAEQAZABsAIgARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAAEAB8AHAANAA8AFQAaABMAiQAJABEAGAAbAA0AEAAEAB8AGQCGAAYAEQAYABsADQAQAfwAEgARABMAIQAYAA0AHgAEABEAJAAcAB4AEQAfAB8AFQAbABoAhAAEABEAEAAbAh8ACgARABAAEAAVACAABAAOABsAJAIeAAYAEQAQABAAFQAgAPkAEwANABAAFQAbAA4AIQAgACAAGwAaAAQADwAUABEADwAXABEAEAD4AAsADQAQABUAGwAOACEAIAAgABsAGgKaAA0ADQAQAA0AHgAEABkADQAeABcAEQAeAB8CmwAMAA0AEAANAB4ABAASABUAGAAYABEAEAKZAAUADQAQAA0AHgAtAFwAagCAAIgAnACwAMYA4gEEAR4BSgFyAZoBvAHmAgICEgIcAigCQgJMAmgCggKWAq4CwALkAwgDHAMkAz4DVgNqA3oDhgOSA7oD0APmBCQEUgSMBLYExgTQAeUABgAlABkADgAbABgBXAAKACEAHAAEAB8ADwAeABUAHAAgAeQAAwAhABkA6QAJACEADgAgABUAIAAYABEAHwJXAAkAIQAOAB4AEQAcABsAHgAgAVsACgAhAA4ABAAfAA8AHgAVABwAIAHBAA0AIAAlABgAEQAEAA4AIQAVABgAEAARAB4CIQAQACAAIQAZAA4AGAARAAQAIQAcABsAGgAEAA4AGwAkAiAADAAgACEAGQAOABgAEQAEACEAHAAbABoBvwAVACAAHgAVABwABAAjABsAHgAQAAQAEgAbAB4AGQANACAAIAAVABoAEwG+ABMAIAAeABUAHAAEAB8AHAANABoABAARABgAEQAZABEAGgAgAB8BvQATACAAHgAVABwABAASABsAGgAgAAQAEQAYABEAGQARABoAIAAfAbwAEAAgAB4AFQAcAAQADwAfAB8ABAASABsAHgAZAA0AIAG7ABQAIAAeABUAHAAEAA0AGAAYAAQAEgAbAB4AGQANACAAIAAVABoAEwFaAA0AIAAeABUAFwARACAAFAAeABsAIQATABQA7gAHACAAGwAcAAQAHwAZAOIABAAgABsAHADdAAUAIAAVAA8AFwDxAAwAIAANAB4ABAAbACEAIAAYABUAGgARAPIABAAgAA0AHgHfAA0AHAARABgAGAAEAA8AFAARAA8AFwARAB4AqwAMABsAHgAgAAQAEAARAB8ADwAEAB8AGQCoAAkAGwAeACAABAAQABEAHwAPAKoACwAbAB4AIAAEAA0AHwAPAAQAHwAZAKcACAAbAB4AIAAEAA0AHwAPAToAEQAaAA0AHAAEACAAGwAEAB8AGgANABwAGAAVABoAEQAfATkAEQAaAA0AHAAEACAAGwAEABMAHgAVABAAGAAVABoAEQAfATgACQAaAA0AHAAEABMAHgAVABACVAADABgAGgErAAwAFQAmABEABAAgABsABAATAB4AFQAQAaoACwAVABgAIgARAB4AGAAVABMAFAAgANoACQAVABMAGgANACAAIQAeABEBFQAHABQADQAeABwAEQAaAgcABQAUAA0AHgARARYABQAUAA0AHAARAN8AEwARACAABAAPABsAGAAhABkAGgAEABwAGwAfABUAIAAVABsAGgGQAAoAEQAYABEADwAgAAQADgAbACQBjgAKABEAGAARAA8AIAAEAA0AGAAYApQAHgAPAA0AIAAgABEAHgAEAB8AIAAeAA0AFQATABQAIAAEABgAFQAaABEAHwAEABkADQAeABcAEQAeAB8ClQAWAA8ADQAgACAAEQAeAAQAHwAgAB4ADQAVABMAFAAgAAQAGAAVABoAEQAfApIAHAAPAA0AIAAgABEAHgAEAB8AGQAbABsAIAAUAAQAGAAVABoAEQAfAAQAGQANAB4AFwARAB4AHwKTABQADwANACAAIAARAB4ABAAfABkAGwAbACAAFAAEABgAFQAaABEAHwKRAAcADwANACAAIAARAB4AjAAEAA0AIgARARAACgANACAAIQAeAA0AIAAVABsAGgA7AHgAkACgALYAxADiARIBLAFeAYgBsgHkAg4CKgJGAnYCmgKyAs4C8AMQAzADTgNeA3ADhAOmA8oD5gQCBDAEXgSABKIExATuBRYFQgVoBYIFnAXQBgIGKgZSBn4Goga4Bs4G+gckB1IHeAeqB9oIDghACHAIpAInAAsAIwAVACAAIAARAB4ABAAOABsAJAImAAcAIwAVACAAIAARAB4CJQAKACEAGQAOABgAHgAEAA4AGwAkAiQABgAhABkADgAYAB4A9gAOAB4AFQAEAB8AIAANACAAEQAEABoAIQAYABgA9QAXAB4AFQAEAB8AIAANACAAEQAEABUAGgAQABEAIAARAB4AGQAVABoADQAgABEBEgAMAB4ADQAaAB8AHAARAB4ADQAaAA8AJQGgABgAHgANAA8AFwAEAA8AFAANABoAEwARAB8ABAAeABEAFgARAA8AIAAEAA0AGAAYAZ8AFAAeAA0ADwAXAAQADwAUAA0AGgATABEAHwAEAB4AEQAWABEADwAgAZwAFAAeAA0ADwAXAAQADwAUAA0AGgATABEAHwAEABEAGgANAA4AGAARAZ4AGAAeAA0ADwAXAAQADwAUAA0AGgATABEAHwAEAA0ADwAPABEAHAAgAAQADQAYABgBnQAUAB4ADQAPABcABAAPABQADQAaABMAEQAfAAQADQAPAA8AEQAcACABmwANAB4ADQAPABcABAAPABQADQAaABMAEQAfAd4ADQAbABsAGAAOAA0AHgAEABIAGAAbAA0AIAHiABcAGwATABMAGAARAAQAEgAhABgAGAAEAB8ADwAeABEAEQAaAAQAGQAbABAAEQJtABEAGwAPAAQAHwARAA8AIAAVABsAGgAEABgAEQAiABEAGAJgAAsAGwAPAAQAHwARAA8AIAAVABsAGgEiAA0AFAAhABkADgAaAA0AFQAYAB8ABAAhABwBIwAQABQAIQAZAA4AGgANABUAGAAfAAQAHgAVABMAFAAgASUADwAUACEAGQAOABoADQAVABgAHwAEABgAEQASACABJAAPABQAIQAZAA4AGgANABUAGAAfAAQAEAAbACMAGgGVAA4AEQAkACAADgAbACQABAAUABUAEAAQABEAGgGUAAcAEQAkACAADgAbACQBkwAIABEAJAAgAA0AHgARAA0BdAAJABEAJAAgAAQAIwAeAA0AHAGZABAAEQAZABwAGAANACAAEQAEABkADQAaAA0AEwARAB4CIwARABEAGAAYAAQADQAEABIAHgAVABEAGgAQAAQADgAbACQCIgANABEAGAAYAAQADQAEABIAHgAVABEAGgAQAdoADQANAA4AGAARAAQAIQAaABkAEQAeABMAEQHQABYADQAOABgAEQAEAB4AGwAjAAQAFQAaAB8AEQAeACAABAAOABEAGAAbACMBzwAWAA0ADgAYABEABAAeABsAIwAEABUAGgAfABEAHgAgAAQADQAOABsAIgARAfMAEAANAA4AGAARAAQAHgAbACMABAATAB4AGwAhABwAHwHSABAADQAOABgAEQAEAB4AGwAjAAQAEAARABgAEQAgABEBygAQAA0ADgAYABEABAAcAB4AGwAcABEAHgAgABUAEQAfAfYAFAANAA4AGAARAAQAHAAbAB8AFQAgABUAGwAaAAQAHgAVABMAFAAgAfQAEwANAA4AGAARAAQAHAAbAB8AFQAgABUAGwAaAAQAGAARABIAIAH1ABUADQAOABgAEQAEABwAGwAfABUAIAAVABsAGgAEAA8AEQAaACAAEQAeAcgAEgANAA4AGAARAAQAGAAVABMAFAAgAAQAEAAVAA0AGAAbABMB1AAMAA0ADgAYABEABAAQABEAGAARACAAEQHyAAwADQAOABgAEQAEAA8AGwAeABoAEQAeAc4AGQANAA4AGAARAAQADwAbABgAIQAZABoABAAVABoAHwARAB4AIAAEAB4AFQATABQAIAHNABgADQAOABgAEQAEAA8AGwAYACEAGQAaAAQAFQAaAB8AEQAeACAABAAYABEAEgAgAfEAEwANAA4AGAARAAQADwAbABgAIQAZABoABAATAB4AGwAhABwAHwHRABMADQAOABgAEQAEAA8AGwAYACEAGQAaAAQAEAARABgAEQAgABEBzAAVAA0ADgAYABEABAAPABEAGAAYAAQAHAAeABsAHAARAB4AIAAVABEAHwHTABEADQAOABgAEQAEAA8AEQAYABgABAAQABEAGAARACAAEQHLAAoADQAOABgAEQAEAA8AEQAYABgB8AAKAA0ADgAYABEABAAOABsAEAAlAXgAFQANAA4AGAARAAQADQAYABUAEwAaAAQAIAAbABwABAAeABUAEwAUACABdgAUAA0ADgAYABEABAANABgAFQATABoABAAgABsAHAAEABgAEQASACABdwAWAA0ADgAYABEABAANABgAFQATABoABAAgABsAHAAEAA8AEQAaACAAEQAeAX8AEgANAA4AGAARAAQADQAYABUAEwAaAAQAHgARABkAGwAiABEBewAYAA0ADgAYABEABAANABgAFQATABoABAAZABUAEAAQABgAEQAEAB4AFQATABQAIAF5ABcADQAOABgAEQAEAA0AGAAVABMAGgAEABkAFQAQABAAGAARAAQAGAARABIAIAF6ABkADQAOABgAEQAEAA0AGAAVABMAGgAEABkAFQAQABAAGAARAAQADwARABoAIAARAB4BfgAYAA0ADgAYABEABAANABgAFQATABoABAAOABsAIAAgABsAGQAEAB4AFQATABQAIAF8ABcADQAOABgAEQAEAA0AGAAVABMAGgAEAA4AGwAgACAAGwAZAAQAGAARABIAIAF9ABkADQAOABgAEQAEAA0AGAAVABMAGgAEAA4AGwAgACAAGwAZAAQADwARABoAIAARAB4ByQAFAA0ADgAYABEACwAYACIAMABAAE4AWgBoAIgArAC8AMYCCAAEAB8AEQAeALYABgAcABgAGwANABAA3gAHABoAHwAgABUADwAXAKkABgAaAB8AGwAeACACBgAFABoAHAAVABoAlwAGABoAGAAbAA8AFwCVAA8AGgAYABUAGgAXAAQAIgARAB4AIAAVAA8ADQAYAJMAEQAaABgAFQAaABcABAAUABsAHgAVACYAGwAaACAADQAYAE0ABwAaABMAHgAbACEAHACDAAQAGgAQABsBVQAJABoAEAARAB4AGAAVABoAEQAKABYAKgBAAFgAbAB4AJYApACqAMwA5gAJABsAGAAhABkAEQAEACEAHADnAAoAGwAYACEAGQARAAQAGwASABIA5QALABsAGAAhABkAEQAEABAAGwAjABoCMQAJABUAGQARABsABAAOABsAJAIwAAUAFQAZABEAGwGsAA4AFQAQABEAGwAEABEAJAAgABEAHgAaAA0AGAJRAAYADgAcAB4AGwAWAlMAAgAOAeAAEAANABgAFQAQAA0AIAAVABsAGgAEACQAFAAgABkAGAHhAA8ADQAYABUAEAANACAAFQAbABoABAAQAA0AIAANAAgAEgAgADoAWgBqAIoAmACkAL8ABgAeABEAGgAPABQB7QAMABUAJgANAB4AEAAEACAADQAOABgAEQHvAA8AFQAmAA0AHgAQAAQADwAeABsAHwAfACAADQAOALsABwAVABoAEAAbACMAHwC8AA8AFQAaABAAGwAjAAQAGQAVABoAFQAZABUAJgARALoABgAVABoAEAAbACMAXQAFABUAEAAgABQA/QAHAA0AHgAaABUAGgATAAQACgAiADIASAIzAAsAGwAhACAAIQAOABEABAAOABsAJAIyAAcAGwAhACAAIQAOABECKQAKAA0AGQAZABEAHgAEAA4AGwAkAigABgANABkAGQARAB4ABQAMAB4ALgBKAGwAwwAIABsAGwAZAAQAGwAhACAAwgAHABsAGwAZAAQAFQAaAQIADQAbABsAGQAEAA4AEQAfACAABAASABUAIAEBABAAGwAbABkABAANAA8AIAAhAA0AGAAEAB8AFQAmABEAwQAEABsAGwAZAAEABAKdAAICngAAAAMD/wGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6iIDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEALAAAAAoACAABAAIAAEAIAAtADYASQB64FvhXOIO4wrkA+VT5qnmr+cF6CzpR+oi//3//wAAAAAAIAAtADAASQBh4ADhAOIA4wDkAOUA5gDmq+cA6ADpAOoA//3//wAB/+P/1//V/8P/rCAnH4Me4B3vHPob/htSG1EbARoHGTQYfAADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBQAEAAsACgAACAAABEQECwP6AAoD+gAGAAAABAUABAALAAoAAAgAAASEBAsD+gAGAAQABgAAAAQFAAQACwAKAAAIAAAERAQFAAYABAAGA/oAAAAEBQAEAAsACgAACAAABIQEBQAGA/oACgP6AAAABAQABAAMAAoAAAgAACQEhAgABAP4AAoD+gAAAAQFAAMACwALAAAIAAAkBEQLA/oABwP8AAgAAAAEBAAEAAwACgAACAAAJASECAP8AAgABAAGAAAABAUAAwALAAsAAAgAACQERAUABgAHAAQD+AAAAAgEAAQADAALAAAIABgAACQIRIRUhAQABAAEA/gACAAEAAYD+gAHAQAAAAAACAQAAwALAAsAAAgAGAAAJAiERIxEBAAGA/oABwEACwP8A/wACAP4AAAAAAAIBAAEAAwACwAACAAYAAAkCESE1IQMA/wD/AAIA/gACwP6AAYD+QEAAAAAAAgEAAMACwALAAAIABgAAJQkBIREzEQLA/oABgP5AQMABAAEA/gACAAAAAAACAQAAQAMAA0AAAgAFAAAlCQEJASEBAAEAAQD/AP8AAgBAAYD+gAMA/oAAAAIAgADAA4ACwAACAAUAABMJAQkBEYABgP6AAwD+gALA/wD/AAEAAQD+AAAAAgEAAEADAANAAAIABQAACQIJASEDAP8A/wABAAEA/gADQP6AAYD9AAGAAAACAIAAwAOAAsAAAgAFAAAlCQEJAREDgP6AAYD9AAGAwAEAAQD/AP8AAgAAAAIBAAAAAwADgAACAAYAAAEhAREBIQEBAAIA/wD/AAIA/wABgP6AA4D+gAGAAAAAAAIAAAEAA8ACgAACAAUAAAkCIQEhAgD/AP8AAsD/AAIAAoD+gAGA/oAAAAAAAgEAAQADAAMAAAIABgAACQI1FSE1AwD/AP8AAgACgP6AAYCAQEAAAAEAwAD8A0ACgAAGAAAlNxc3CQEXAQT8/ET+wP7ARPz8/EQBQP7ARAABATwAgALAAwAABgAAARcHFwkBBwE8/PxEAUD+wEQCvPz8RAFAAUBEAAAAAAEAwAEAA0AChAAGAAABBycHCQEnAvz8/EQBQAFARAKE/PxE/sABQEQAAAAAAQFAAIACxAMAAAYAACUnNycJATcCxPz8RP7AAUBExPz8RP7A/sBEAAEBAACAAwADAAAGAAABIxEjESMBAwDAgMABAAGA/wABAAGAAAEAwADAA0ACwAAGAAAlNSE1ITUBAcD/AAEAAYDAwIDA/wAAAAEBAACAAwADAAAHAAABMxEzETMJAQEAwIDA/wD/AAIAAQD/AP6AAYAAAAAAAQDAAMADQALAAAYAAAEVIRUhFQECQAEA/wD+gALAwIDAAQAAAQEAAMADQAKAAAoAAAEVMwsBMzUhNSEVAkCAoKCA/wACQAJAgP8AAQCAQEAAAAAAAQEAAMADQAKAAAgAAAEbASMVIRUhNQEAoKCAAYD+QAGAAQD/AIBAwAAAAAACAMAAwANAAsAACAAMAAABGwEjFSEVITUBIRUhAQCgoIABgP5AAcD9gAKAAYABAP8AgEDAAUBAAAMAAAAABAADgAAGAAoAEQAAATMVIxUtARMzESMBJRUjFTMVAQCAgP8AAQDAgIACQP8AgIABwUGAoKD9wAOA/iCggEF/AAAAAAEAQAAAA8ADgAARAAAlNSEVIzUjNTMRIxsBIxEhNQUCwP5AQICAgKCggAHAAQAAgICAQAHAAQD/AP5AgKAAAAACAMAAAANAA4AABgANAAABIxEjESMTAREjESMbAQIAgECAoAFgQICgoAKA/kABwAEA/YABwP5A/wABAAACAEABAAPAAsAAAgAGAAATDQEBFSE1QAGA/oABwAHAAsDg4AEAQEAABgBAAAADwAOAAAIABQAJAA0AEQAVAAATESUBEQUBFSE1BRUhNQEVITUFFSE1QAFA/sABQAJA/cACQP3AAkD9wAJA/cADgP6AwP1AAYDAAoBAQMBAQP7AQEDAQEAAAAAACQBAAAADwAOAAAMABwALAA8AEwAXABsAHwAjAAATIREhASERIQEhESE1IREhASERIQERIREBIREhJSERIQEhESFAAQD/AAFAAQD/AP7AAQD/AAEA/wABQAEA/wABQAEA/wABAP8A/sABAP8AAUABAP8AA4D/AP2AAQD/AAEAQAEA/wABAAFA/wABAP3AAQBAAQD8gAEAAAAGAEAAQAPAA4AAAwAHAAsADwATABcAABMzFSMlFSE1ATM1IwUhNSEBMzUjBSE1IUDAwAEAAoD8gMDAAQACgP2A/wDAwAEAAoD9gAOAwMDAwP4AwMDA/gDAwMAAAAQAQABAA4ADgAADAAcACwAPAAATIREhESERIQEhESEZASERQAGA/oABgP6AAcABgP6AAYABwP6AAcABgPzAAYABwP6AAYAAAAQAQABAA4ADgAADAAcACwAPAAATIREhEyERIQEhESEDESERQAGA/oBAAQD/AAHAAQD/AEABgAHA/oACAAEA/UABAAIA/oABgAAAAAACAUAAQAKAA0AAAwAHAAABMxEjExEzEQFAgIDAgANA/QADAP0AAwAABgBAAAADgAPAAAMABwALAA8AEwAXAAAlIRUhNSE1IQEhESEFITUhESE1IQEVITUBgAIA/gACAP4A/sABAP8AAUACAP4AAgD+AP7AA0CAgMCA/sACwICA/sCAAcDAwAAABQBAAAADgAPAAAMABwALAA8AEwAAEyERIQEVITUBITUhESE1IREhNSFAAYD+gAHAAYD+gAGA/oABgP6AAYD+gAPA/EADwMDA/kDA/kDA/kDAAAAABABAAAADgAPAAAMABwALAA8AABMhESEBIREhASERIQEhESFAAYD+gAHAAYD+gP5AAYD+gAHAAYD+gAIAAcD+QAHA/EABwP5AAcAAAAQAQAAAA4ADwAADAAcACwAPAAA3IRUhESE1ITUhNSERFSE1QANA/MADQPzAA0D8wANAwMABAMBAwAEAwMAAAAAFAEAAAAOAA8AAAwAHAAsADwATAAATIRUhESE1ISUhNSEBESERASE1IUABgP6AAYD+gAHAAYD+gP5AA0D+gAGA/oABwMD/AMBAwAIA/kABwPxAwAADAIAAAANAA4AAAwAHAAsAABMzESMhMxEjIREzEYDAwAEAwMABAMADgPyAA4D8gAOAAAAAAwBAAIADwANAAAMABwALAAABFSE1ERUhNREhFSEDwPyAA4D8gAOAA0DAwP8AwMD/AMAAAAMAQADAA8ACwAADAAcACwAAARUhNR0BITUVIRUhA8D8gAOA/IADgALAgIDAgIDAgAAAAAADAEAAQAPAA4AAAwAHAAsAAAEVITURFSE1ESEVIQPA/IADgPyAA4ADgMDA/sDAwP7AwAAAAwGAAEACQAOAAAsAFwAjAAABMjY1NCYjIgYVFBYXIgYVFBYzMjY1NCYDIgYVFBYzMjY1NCYB4Cg4OCgoODgoKDg4KCg4OCgoODgoKDg4AsA4KCg4OCgoOIA4KCg4OCgoOP7AOCgoODgoKDgAAwBAAYADgAJAAAsAFwAjAAABNCYjIgYVFBYzMjY3FBYzMjY1NCYjIgYFFBYzMjY1NCYjIgYBADgoKDg4KCg4gDgoKDg4KCg4AUA4KCg4OCgoOAHgKDg4KCg4OCgoODgoKDg4KCg4OCgoODgAAgCAAEADgANAAAMACQAAAREhEQEhESMRIQKA/gABAAIAwP7AAUACAP4A/wACAP7AAAAAAAEAQABAA8ADgQA9AAABFAYjIiYnMScRFAYrASImPQEjFRQGKwEiJjURBw4BIyImNTQ2NzEzNDYzATA2NzkBPgEzMhYXATAWMRceAQPAJRsOGAgSJRuAGyWAJRuAGyURCBkOGyUJCAEBAQF+AQEIFw0OFwkBfwEBCAkBwBslCwkR/tsbJSUbwMAbJSUbAScSCgslGw0WCQEBAX8BAQgKCwn+gQEBCRYAAAEBQP/AAoADwAAJAAAFEyMRMwsBMxEjAeCggICgoICAQAEAAgABAP8A/gAAAQAAAUAEAAKAAAkAAAElFSE1DQE1IRUEAP8A/gD/AAEAAgAB4KCAgKCggIAAAAAAAgDA/8IDAAPAAAMAEgAAASEVIREhNyMRMwsBMxEjFyEVIQMA/cACQP7hn4CAoKCAgJ/+4QJAA8BA/IL+AYABAP8A/oD+QAAAAgAAAMAD/gMAAAMAEgAAExEzESERJxUhNQ0BNSEVNxEzEQBAA37+/oD/AAEAAYD+QAMA/cACQP7hn4CAoKCAgJ/+4QJAAAAABQDA/8ADAAPAAAQACAALAA8AFgAAASEVITUVIRUhASEDAzMVIxM1IxUjGwEB4P7gAkD9wAJA/kABQKAgQEBAQICgoAJAQEDAQP8AAQD/AIADgICA/wABAAAAAAAFAAAAwAQAAwAABAAIAAsADwAWAAABETMRIzMRMxEBEQUlMxUjJSMVMxUtAQGAQEDAQAEA/wABAICA/QCAgAEA/wAB4P7gAkD9wAJA/kABQKAgQEBAgKCgAAAAAAQAAAAAA8ADwAAHAA8AFwAfAAATFSMRMxUzFQEVIxUzFTMRASMVIxUhNSMDMzUzNSEVM0BAQMACgMDAQP5AQMABwMBAQMD+QMABwMABwMBAAQDAQMABwP5AwEBAAoDAQEAAAAAEAAAAAAPAA8AABwAPABcAHwAAASM1IRUjFSMBIzUjFSMVIQE1IzUjETM1JRUzFTMRIxUBgIABwIDAAUDAQMABwP5AwEBAAoDAQEADQICAgP2AwMBAAcBAwP5AwEBAwAHAwAAABAAAAAADwAPAAAcADwAXAB8AAAE1MxEjNSM1ATUzNSM1IxEBMzUzNSEVMxMjFSMVITUjA0CAgID9gMDAQAHAQMD+QMBAQMABwMACQID+QIDA/sDAQMD+QAHAwEBA/YDAQEAAAAQAAAAAA8ADwAAHAA8AFwAfAAAlMxUhNTM1MwEzFTM1MzUhARUzFTMRIxUFNSM1IxEzNQJAgP5AgMD+wMBAwP5AAcDAQED9gMBAQICAgIACgMDAQP5AQMABwMBAQMD+QMAAAAAEAAAAAAPAA8AABwAPABcAHwAAExUjETMVMxUBFSMVMxUzEQEjFSMVITUjAzM1MzUhFTOAgICAAoDAwED+QEDAAcDAQEDA/kDAAYCAAcCAwAFAwEDAAcD+QMBAQAKAwEBAAAAABAAAAAADwAPAAAsAFwAjAC8AAAE1IxUjETMVMzUzFQEVIzUjFTM1MxUzEQEzNSMVMxUjFSE1IwMjFTM1IzUzNSEVMwEAwEBAwEACQMBAQMBA/kBAwECAAUCAQEDAQID+wIABgECAAUCAQMABAIBAwECAAUD+gEBAwEBAAoBAQMBAQAAABAAAAAADwAPAAAsAFwAjAC8AAAEzNSM1IRUjFTMVIwEjNTM1IxUzFSMVIQEVMzUjFSM1IxEzNSU1IxUzNTMVMxEjFQGAQIABQIBAwAEAgEDAQIABQP6AQEDAQEACgEBAwEBAAsCAgICAgP4AwEBAwEABwEDAQID+wIBAQMBAgAFAgAAABAAAAAADwAPAAAsAFwAjAC8AAAEVMzUzESM1IxUjNQE1MxUzNSMVIzUjEQEjFTM1IzUzNSEVMxMzNSMVMxUjFSE1IwLAgICAgID+AMBAQMBAAcBAwECA/sCAQEDAQIABQIACQECA/sCAQMD/AIBAwECA/sABgEBAwEBA/YBAQMBAQAAABAAAAAADwAPAAAsAFwAjAC8AAAEjFTMVITUzNSM1MwEzFSMVMzUjNTM1IQE1IxUzNTMVMxEjFQUVMzUjFSM1IxEzNQJAQID+wIBAwP8AgEDAQID+wAGAQEDAQED9gEBAwEBAAQCAgICAgAIAwEBAwED+QEDAQIABQIBAQMBAgP7AgAAABAAAAAADwAPAAAsAFwAjAC8AAAE1IxUjETMVMzUzFQEVIzUjFTM1MxUzEQEzNSMVMxUjFSE1IwMjFTM1IzUzNSEVMwEAgICAgIACAMBAQMBA/kBAwECAAUCAQEDAQID+wIABgECAAUCAQMABAIBAwECAAUD+gEBAwEBAAoBAQMBAQAAABABAAAADwAOAAAMABwALAA8AABMzESMBMxEjASEVIREhFSFAQEADQEBA/UACgP2AAoD9gAMA/YACfv2AAwJA/QBAAAAEAEAAAAPAA4AAAwAHAAsADwAAARUhNQEhFSETETMRIREzEQNA/YACfv2AAoBCQPyAQAOAgID8wEADAP2AAoD9gAKAAAQAQAAAA8ADgAADAAcACwAPAAAlIxEzAREjEQUhFSERIRUhA8CAgPzAQAMA/YACgP2AAoCAAoD9ggKA/YBCQAOAQAAABABAAAADwAOAAAMABwALAA8AADc1IRUBITUhAxEjESERIxHAAoD9ggKA/YBCQAOAQACAgANAQP0AAoD9gAKA/YAAAAAEAEAAAAPAA4AAAwAHAAsADwAAEzMRIwERMxElITUhESE1IUCAgANAQP0AAoD9gAKA/YADAP2AAn79gAKAQkD8gEAAAAQAQAAAA8ADgAAGAAwAEgAYAAATMxUjFSMRASMVIREjAxUzFTMRASMRITUjgMDAQANAwAEAQMDAQPzAQAEAwAOAQMABAPzAQAEAAoBAwAEA/YD/AEAAAAABAQAAwAMAAsAAHQAAATQ2OwEyFx4BFxYdARQGIyImPQE0Jy4BJyYrASImAQATDYBJQEBgGxwTDQ0TFxZPNDQ8gA0TAqANExwbYEBASYANExMNgDw0NE8WFxMAAAEBAADAAwACwAAdAAABMhYdARQHDgEHBisBIiY1NDY7ATI3PgE3Nj0BNDYC4A0THBtgQEBJgA0TEw2APDQ0TxYXEwLAEw2ASUBAYBscEw0NExcWTzQ0PIANEwAAAQEAAMADAALAAB0AACUUBisBIicuAScmPQE0NjMyFh0BFBceARcWOwEyFgMAEw2ASUBAYBscEw0NExcWTzQ0PIANE+ANExwbYEBASYANExMNgDw0NE8WFxMAAAABAQAAwAMAAsAAHQAAJSImPQE0Nz4BNzY7ATIWFRQGKwEiBw4BBwYdARQGASANExwbYEBASYANExMNgDw0NE8WFxPAEw2ASUBAYBscEw0NExcWTzQ0PIANEwAAAAQAQAAAA8ADgAAEAAgADQARAAABIREhEQMhESEBIREhERMhESEDQP0AA4CA/YACgP4AAcD+AEABgP6AA4D8gAOA/QACgP3AAgD+AAHA/oAABABAAAADwAOAAAQACAANABEAAAEhESERAyERIQEVIREhFyERIQOA/MADgED9AAMA/cABgP6AQAEA/wADgPyAA4D8wAMA/gBAAYBA/wAAAAAUAAAAAAPAA8AABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgATABQAAATIxEhEQMhESEHIzUzBSM1MzUjNTMXIzUzFyM1MxcjNTMBIzUzJSM1MxEjNTM1IzUzASM1MwUjNTMFIzUzFyM1MxcjNTMFIzUzJSM1MwUjNTNAQAPAQPzAA0DAQED+AEBAQECAQECAQECAQED+gEBAAoBAQEBAQED9gEBAAgBAQP6AQECAQECAQEABAEBA/YBAQAKAQEADwPxAA8D8gANAwEDAQEBAQEBAQEBA/sBAwED+wEBAQP5AQEBAQEBAQEBAQEBAQEBAAAADAEAAAAPAA4AABAAIAAwAACURIREhJREhEQEhFSEDwPyAA4D8wAMA/UACgP2AQANA/IBAAwD9AALAwAADAEAAAAPAA4AABAAIAAwAADchESEREyERIQEzESOAA0D8gEADAP0AAgDAwAADgPyAA0D9AALA/YAAAAADAEAAAAPAA4AABAAIAAwAABMRIREhBREhERMhFSFAA4D8gANA/QBAAoD9gANA/MADgED9AAMA/gDAAAADAEAAAAPAA4AABAAIAAwAAAEhESERAyERIQUzESMDgPzAA4BA/QADAP1AwMADgPyAA4D8wAMAQP2AAAAEAEAAAAPAA4AAAwAHAAsADwAAEyEVIREhFSE1IREhFyERIUADgPyAA4D8gAOA/ICAAoD9gAOAQP0AQMACAID/AAAAAAQAQAAAA8ADgAADAAcACwAPAAABMxEjATMRIzchESEXIREhA4BAQPzAQECAAoD9gIABgP6AA4D8gAOA/IDAAgCA/wAABABAAAADwAOAAAMABwALAA8AABMRIREDIREhBTMRIwEzESNAA4BA/QADAP2AwMABQMDAA4D8gAOA/MADAID+AAIA/gAAAAAABgBAAAADwAOAAAMABwALAA8AEwAXAAA3IREhFyERIRMzESMBMxEjATMRIwEzESPAAoD9gEACAP4AQICAAQCAgP4AQEADQEBAgAKAQP4AAcD+gAGA/oACgPyAA4D8gAAABABAAAADwAOAAAMABwALAA8AABMRIREDIREhBTMRIwEzESNAA4BA/QADAP1AwMABwMDAA4D8gAOA/MADAED9gAKA/YAAAAAABABA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AQMBAQECBAI1Ly5GFBQBAQEBAQEBAQsXF0IoKC0CAMAZGVc6O0ICAAOA/voMHB1TNDQ6Qjs6VxkZExRFLi83wBQURi4vNS0oKEIXFwsBAQEBAQEBARQURi4vNQIEAgEBAQMBAQEBAQMBAQEEBwQCAQMBAQEBAQMBAQECAwIpJCMzDw4BAEI7OlcZGcAAAQCAAEADgANAAB8AAAEUBw4BBwYjISInLgEnJjURNDc+ATc2MyEyFx4BFxYVA4AUFEYuLzX/ADUvLkYUFBQURi4vNQEANS8uRhQUAUA1Ly5GFBQUFEYuLzUBADUvLkYUFBQURi4vNQADAIAAQAOAA0AABwANABMAABM1MzUhETM1ATMRIREhJRUjFSERwMD/AEABwID+AAFAAQDAAQACwEBA/wBA/kACAP4AgMBAAQAAAAAABQCAAEADgANAAAQACAARABYAGgAAATMRIRE3MxUjATMRIRUjESE1ISMRIREHIzUzAQCA/wBAgIABgMD+wMABQAEAwAEAQICAAkABAP8AwID/AAFAwP7AgP8AAQDAgAAAAgCAAEADgANAAAcADQAAAREhESERIREXIxUjFSEDgP4A/wACAMDAwAGAAkD+AAEAAgD/AEDAwAADAIAAQAOAA0AAAwAHAA0AAAERIREDIREhAyERMxEhAYACAED+gAGAwP4AwAFAAkD+AAIA/kABgAFA/gABQAAABAA/AAADfwOAAAMABwALAA8AABMzESMBIREhBREhEQUhFSE/QEACQP5AAcABAP1AAoD9wAJAA4D8gAMA/wCA/wABAECAAAAAAgB/AAADPwOAABQAGAAAATUzESM1IxUjETMVIREhFTM1IREhBSE1IQH/wMBAwMD+wAFAQAFA/sABAP3AAkABgIABAICA/wCA/wCAgAEAwIAAAAAABACBAAADwQOAAAQACQAOABIAADchESERNyEVITUTIREhESURIxGBAsD9QEACQP3AwAHA/kACQECAAQD/AMCAgAHA/wABAID8gAOAAAQAPwBAA78DgAADAAcACwAQAAATIREhASERITczESMlFSE1Ib8BAP8AAYABAP8AQICA/cADgPyAAwD+QAHA/UBAAkDAQEAAAAIAPwCAA78DQAATABgAAAERIREjNSEVIxUzFSE1MxEhETM1IxEjETMDP/8AgP8AgIABAIABAIDAgIAC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FTMRIxUhAz/+wED+wAFAwMBAwMABQICAgAEAgAEAgID/AIAAAAMAgQAAA8EDgAAEAAgADQAAASERIRElETMRASERIREBgQHA/kACAED8wALA/UADAP8AAQCA/IADgP0AAQD/AAAEAD8AAAO/A4AAAwAHAAsAEAAAASERIQEzESMhETMRASERIREDP/2AAoD9AEBAA0BA/QICgP2AAgABAP0AA4D8gAOA/QABAP8AAAAAAwA/AIADvwNAABMAFwAbAAABESERIzUhFSMVMxUhNTMRIREzNQUjNTMBIxEzAz//AID/AICAAQCAAQCA/cCAgAGAgIACAAFA/sDAwEDAwP7AAUBAwID/AAEAAAADAEAAQAPAA4AAAwAHAAsAABMhESEDFSE1ASERIcABAP8AgAOA/oABAP8AAwD+QAJAQED8wALAAAEAPwCAA78DQAATAAABIxEhESMVITUjNTM1IRUzESERMwO/gP8AgP8AgIABAIABAIABwP7AAUDAwEDAwAFA/sAAAAAAAwA///4DvwM+AAMACAAMAAAlIREhARUhNSEBIREhAb//AAEA/oADgPyAAwD/AAEAfgHA/gBAQAMA/UAABAA/AAADvwOAAAMACAANABEAAAERIREDITUhFREVITUhBREhEQG//wCAA4D8gAOA/IACAAEAAwD9gAKA/QBAQAOAQEB+/YACgAAAAAMAfwAAAz8DgAAUABgAHAAAATUzESM1IxUjETMVIREhFTM1IREhByE1IREjNTMB/8DAQMDA/sABQEABQP7AQP8AAQCAgAGAgAEAgID/AID/AICAAQDAgAEAgAAAAwA/AAAC/wOAAAMABwAMAAATIREhBzMRIwURIREhvwEA/wCAQEABwAEA/wADAP2AgAOAfv2AAoAAAAAAAwB/AAADPwOAAAQACAAMAAATIREhEQEzESMXESERfwEA/wABQEBAgAEAAwD9gAKA/QADgH79gAKAAAAAAwEBAAADwQOAAAQACAAMAAABIREhESURMxEBIREhAQEBAP8AAoBA/oABAP8AAwD9gAKAgPyAA4D9AgKAAAAAAAT//wAAA/8DgAAEAAgADAARAAATIREhESURMxEBIREhATMRIxF/AQD/AANAQP6AAQD/AP2AQEADAP2AAoCA/IADgP0CAoD8/gOA/IAAAAAABP//AAAD/wOAAAMABwALABAAABMhESEBETMRASERIQEzESMRvwEA/wADAED+QAEA/wD9wEBAAwD9gAMA/IADgP0CAoD8/gOA/IAAAAMAPwDAA78DgAADAAgADQAAASERISUVITUhEyERIREDP/2AAoD9AAOA/ICCAoD9gAIAAQCAQED9QAEA/wAAAAADAD8AgAO/A0AAAwAIAA0AAAEhESEBFSE1IRMhESERAz/9gAKA/QADgPyAggKA/YACQAEA/sBAQP6AAQD/AAAAAwA///4DvwK+AAMACAANAAABIREhARUhNSE3IREhEQM//YACgP0AA4D8gIICgP2AAb4BAP2AQEBAAQD/AAAAAAQAP//AA78DwAAEAAkADgATAAATIREhEQMhNSEVNyERIREDFSE1Ib8CgP2AgAOA/ICCAoD9gIIDgPyAA0D/AAEA/IBAQIABAP8AA4BAQAAABAA//8ADvwPAAAQACQAOABMAABMhESERAyE1IRU3IREhEQMVITUhvwKA/YCAA4D8gIICgP2AggOA/IADAP8AAQD8wEBAwAEA/wADQEBAAAADAID/0wOtA4AALAA0AEcAACUHBiIvAQ4BIyInLgEnJjU0NjcXFjI/ATY0LwE+ATMyFx4BFxYVFAYHFxYUBy8BDgEHFzcxASEVMxEzESchIgYVERQWMyE1IQOtLRM1EroSJhQuKSk9ERIHBmISNhIuEhJiESYULikpPRESBwa6ExMtrQkXDa0t/UABwMBAwP4AGyUlGwFA/sAALRMTugYHEhE9KSkuFCYRYhISLhI1E2IGBxIRPSkpLhQmEboTNRMtrQ0XCa0tAxPA/wABQMAlG/0AGyVAAAADAQAAgAMAAwAAJwA9AFIAAAEzMhYXHgEXHgEXHgEVFAYHDgEHHgEXHgEVFAYHDgEHDgEHDgEHIxEXFTMyNjc+ATc+ATU0JicuAScuASsBHQEzMjY3PgE3PgE1NCYnLgEnLgEjAQDoJjgTEiIPDhkKCgkMDAwhFR4tDxAQCgsKGxISKxoQTj7BgD4mLgoQGgoJCggJCBgQCjcuM2EjLAkPFwkKCAcHBxQNDTktAwADAwQNCgobEBElFRYqEhMcCggdFRQxGxYqFRUhDAwQAgICAQKAa5QCAQILCgkZEA4ZCQkLAgEB/qsCAgINCgobEg4ZCgoOBQQFAAEBAACAAwADAAALAAABNyEHMwMjByE3IxMC8g7+jg52bHwOAXIOdmwCwEBA/gBAQAIAAAACAQAAQAMAA0AAAwAjAAAlIRUhAREUBgcOASMiJicuATURIxEUFx4BFxYzMjc+ATc2NREBAAIA/gABgAoLETgiIjgRCwqAFhZILi4wMC4uSBYWgEADAP5AEREHCwwMCwcREQHA/kA1JCUuCgoKCi4lJDUBwAAAAAABAQAAgAMAAwAABwAAJREjJyEVIxEBwL4CAgDAgAIAgID+AAACAMAAgANAAwAACAAMAAABIwMzNyEXMwMDGwEjAleu6YAvASIvgOm6Y2PGAwD9gICAAoD+gAEQ/vAAAAAEAEAAgAPAAwAAHwA0ADwAQAAAJSM1Iw4BIyImJy4BNTQ2PwE0JiMiBgc1PgEzMhYVETEnBw4BBw4BFRQWFx4BMzI2Nz4BPQEFMwMjAzM3Myc3FyMDwFgBFT0oHS4RERFCQXYoKSNBHSBJKUxMV1QUHQoKCgkJCRkPFSINDg7+d2DQYNBgNNi5TU2agEgkJBAQECobOEIKESorGRhPExJKS/7zzgwDCQcHGBIMFQgICA4PDiUWI84CgP2AoGDs7AAEAEAAgAPAAwAAHwA0ADwAQAAAJSM1Iw4BIyImJy4BNTQ2PwE0JiMiBgc1PgEzMhYVETMnBw4BBw4BFRQWFx4BMzI2Nz4BPQEFMwMjAzM3Myc3FyMBkVgCFD0oHi4REBFBQXcpKCRAHSBJKUxLAVhUEx4KCgoJCgkYDxUiDg0OAidg0GDQYDTYuU1NmoBIJCQQEBAqGzhCChEqKxkYTxMSSkv+884MAwkHBxgSDBUICAgODw4lFiPOAoD9gKBg7OwAAAAABQAAAIAEAAKAAJwAsADBAM4A2wAAATQ2Nz4BMzIWFx4BFzcuAScuASMiBgcOAQcOARUjPAE1NCYnLgEnLgEnLgEjIgYHNSMRIzU0JicuAScuAScuASMiBgcOAQcOAQcXPgE3PgEzMhYXHgEVHAEVDgEHDgEHDgEHIxUzDgEVFBYXHgEzMjY3PgE3Mx4BFzMuAScuATUzFTM1HgEzMjY3PgE3Mx4BFx4BMzI2Nz4BNzM1IwUOAQcOASMiJicuATU0NjczDgEHNzQ2Nz4BMzIWFx4BFSMyNDEXDgEjIiYnLgEnMw4BBQ4BIyImJy4BJzMOAQMUDQ4NJBUPGAoLDgQ3BRYSES0cFigTEhwJCQkzBQYFDgkJFw4OHg8dLhI5WgECAgkHBhQODSMWFicQERkJCQwEOAUOCgkeFBYhCwgIETMjERkJChIJLQIBAQ8PDyscER8PDx4QAQEFBTwFCAIBAlo1ES8eHjQWDBIGPwUSDhU4IxsvExIXBgHs/c4GEw0MHhEQGggJCQICqAEEAtMNDg4gExMgDQ0NtwGbDiATFyUOAwUCqQQKAVULHREVIg0GCgSrAw4BQCQ0EREQCQkKGxMKGysPDw8LCwshFhYyHQECARQlERIdDQwTBwYHGBm0/sA0FB0IDBUJCA4FBgUGBgcSDAwfFAgTGwgIBwoLBxsTAQkGBgsEAwQDAwgGQAYLBxYmDw8OBgYGFQ4NHwkKHgwJJh2ANhsbGhkPJxcYKA8ZGBIRES8dQFUOFQgICAkICBUMBgsFBgsEViIzERIRERERNCMBaxESGBgFDwkMFRYLCxARCBYOEhwAAAACAIAAAAOAAkAACwBWAAABFwcnByc3JzcXNxcTMxUjNTQ2Nz4BNz4BNz4BNz4BNz4BNz4BNz4BNTQmJy4BIyIGBzU+ATMyFhceARceARceARUUBgcOAQcOAQcOAQcOAQcOAQcOAQcBjbMts7Mts7Mts7MtnaL/BQUFDQcIEAkJEQgIDwYGCwUEBgMCAgcHBxUPGS8XGTkfDxoMCxQICAwFBAQEBAQLBwcPCQkSCgYMBgYLBAULBAFgsy2zsy2zsy2zsy3+LUAYDBYJChEIBw4GBQsFBQkFBAkEBQkEBQoFCg8FBQYQED0NDQMDAwkGBg4ICBMKCxMJCBAGBw0GBgsFBAcEBAcDBAsGAAAAAgCAAIADgANAAAsAVQAAARcHJwcnNyc3FzcXNzMVIzU0Njc+ATc+ATc+ATc+ATc+ATc+ATc+ATU0JicuASMiBgc1PgEzMhYXHgEXHgEXHgEVFAYHDgEHDgEHDgEHDgEHDgEHDgEBjbMts7Mts7Mts7MtnaL/BQUFDQcIEAkJEQgIDwYGCwUEBgMCAgcHBxUPGS8XGTkfDxoMCxQICAwFBAQEBAQLBwcPCQkSCgYMBgYLBAULAWCzLbOzLbOzLbOzLS1AGAwWCQoRCAcOBgULBQUJBQQJBAUJBAUKBQoPBQUGEBA8Dg0DAwMJBgYOCAgTCgsTCQgQBwYNBgYLBQQHBAQHAwQLAAAABQAAAIAEAAMAACIANgBhAJEAlQAANzUzMjY3PgE1ETQmJy4BKwE1MzIWFx4BFx4BFRQGBw4BKwE3HgEzMjY3PgE1NCYnLgEjIgYHEQUVIzUzMjY3PgE1ETQmJy4BJy4BKwE1MxUjIgYHDgEVERQWFx4BFx4BOwEBFQ4BBw4BBwMjAy4BJy4BJy4BJzUzFQ4BBw4BFRQWFxM3PgE1NCYnLgEnIiYjNTM1IRUhAA4MEgUDAwQEBhALDpsrQRYWJA4NDhgYG1M4qm0SHgwgNhYVFhYVFjciDB0QAeamDgwRBgMDAQICBgQGDQcOpg4MEQYDBAICAQYFBg0HDgGtCg4FBw0FfwqIBQcCBAgFBQ0IlAwRAwQEBgZdVQYHBAQEDQkBAgJw/AAEAIAMCQkGGBMBIhUaBQgHDAsMCyYbGj4jLk8fIyMgBAUbGxtJLi5KGhsbBQX+gxQMDAgIBhkUASIRFgYEBwMEBAwMCAgGGRT+3hEWBgQHAwQEAbQMAgcGCBgQ/osBeg4SAwUIAwMDAQwMAQYDBAoFCBoR/v/+ExoHBQkEBAYCAQzAQAAAAAAFAAAAgAQAAwAAKgAtAGEAlQCZAAATIwcOARUUFhceARcVIzU+ATc+ATcTMxMeARceARcVIzU+ATc+ATU0Ji8BLwEHBRcHITUzMjY3PgE1ETQmJy4BKwE1MxUiBgcOAQcOARURFBYXHgEXHgE7ATI2Nz4BNz4BNyEXByE1MzI2Nz4BNRE0JicuASsBNTMVIgYHDgEHDgEVERQWFx4BFx4BOwEyNjc+ATc+ATcTIRUh8YoYBAQDBAQRDXALDgQGDwh9CXsIDQYGEQuMCw4EBAMFBRUIPD0CQQge/u4NCxAFAwMEBAUPCg2gDhQFBggCAgICAgIEBAMUERoVHAgJDwcGDgcBRgke/u0OCxAFAwIDBAUPCg6hDhQGBQgCAgICAgEFAwQUERoUHQgIDwcHDgYJ/AAEAAETRQ0TBwUIBAQFAQwMAgcEByAYAWj+lBYdBgcHAQwMAQQEAwkGBxYQPxixsS8CegwJCgUYFAEyFQkFCAcMDAMEAwkFBgcU/tUOEwUEBQECAgQEBA0KCh4VAnoMCQoFGBQBMhUJBQgHDAwDBAMJBQYHFP7VDhMFBAUBAgIEBAQNCgoeFQIEQAADAAAAgAQAAwAAXgCFAIkAAAEzNTQmJy4BJy4BKwE1MxUjIgYHDgEHDgEVERQWFx4BFx4BOwEVIzUzMjY3PgE9ASMVFBYXHgEXHgE7ARUjNTMyNjc+ATURNCYnLgEnLgErATUzFSMiBgcOAQcOAR0BJTczERQWFx4BFx4BMxUjNTI2Nz4BNz4BPQE0JicuAScuASMiBgcnJSEVIQEBvwICAgcFBxAHEMAQBw8HBQcCAgICAgIHBQcPBxDAEA0VBgQEvwICAgYGBw4IEMAQDRUGBAQCAgIGBQgQBxDAEAgOBwUHAgICAX9+AgIBAgYFBRwPwBAbBQQHAQICAgEBBAMDCAQGEQoFAYD8AAQAAYByERYFBAcDBAQMDAQDAwgFBRkb/twGEwUEBwMEBAwMCAgFGRSSkhEWBQQHAwQEDAwICAUWCQEkGxoFBAcDBAQMDAQDAwgFBRYQcow0/o0SFwUEBwMCAwwMAwIDBgQEGBPtGB8HBQgCAgMFBQr0QAAAAAADAAAAgAQAAwAAXgCVAJkAAAEzNTQmJy4BJy4BKwE1MxUjIgYHDgEHDgEVERQWFx4BFx4BOwEVIzUzMjY3PgE9ASMVFBYXHgEXHgE7ARUjNTMyNjc+ATURNCYnLgEnLgErATUzFSMiBgcOAQcOAR0BBQchNT4BNz4BNTQmJy4BIyIGBw4BByM+ATc+ATMyFhceARUUBgcOAQcOAQczMjY3PgE3PgE3MxMhFSEBAb8CAgIHBQcQBxDAEAcPBwUHAgICAgICBwUHDwcQwBANFQYEBL8CAgIGBgcOCBDAEA0VBgQEAgICBgUIEAcQwBAIDgcFBwICAgKhH/79OVEXFxcMDQ0eEhAdDQ0TBgwEFBERKhkbLBISEggIDCcaKTIKcxEZBwcMBgYKBAxe/AAEAAGAchEWBQQHAwQEDAwEAwMIBQUZG/7cBhMFBAcDBAQMDAgIBRkUkpIRFgUEBwMEBAwMCAgFFgkBJBsaBQQHAwQEDAwEAwMIBQUWEHKsVAw0VSEhPRsVIg4NDQkJChwSHi4QEBAREREpFxEhERo4HSw1CQEBAgUEBAsHAixAAAMAAACABAADAABeALkAvQAAATM1NCYnLgEnLgErATUzFSMiBgcOAQcOARURFBYXHgEXHgE7ARUjNTMyNjc+AT0BIxUUFhceARceATsBFSM1MzI2Nz4BNRE0JicuAScuASsBNTMVIyIGBw4BBw4BHQElPgE3PgEzMhYXHgEVFAYHHgEXHgEVFAYHDgEjIiYnLgE1NDY3PgEzMhYXHgEXHgEXHgEzMjY3PgE1NCYnLgEnLgEnLgErATU+ATc+ATc+ATU0JicuASMiBgcnASEVIQEBvwICAgcFBxAHEMAQBw8HBQcCAgICAgIHBQcPBxDAEA0VBgQEvwICAgYGBw4IEMAQDRUGBAQCAgIGBQgQBxDAEAgOBwUHAgICAYYKGA8OJRYbKQ8LCx8fFR8LCgsTEhhHLhYfCQgIBAQECQYECAQDDQoKDgQGDQcRHQ0MDQYGBAoFBxMNDBoNCg0aDQ4TBgYGCwsKGxAaKxELAXn8AAQAAYByERYFBAcDBAQMDAQDAwgFBRkb/twGEwUEBwMEBAwMCAgFGRSSkhEWBQQHAwQEDAwICAUWCQEkGxoFBAcDBAQMDAQDAwgFBRYQcmUWIQwMDBERDBsOGDEZCBYODyIUHDAVGhsFBgUMBgUIAwQDAQEBBgUFBgECAQwNDB4RDRgMCQ4EBwsFBgUJAgkHCBIKCxcNEBoLCgobGgUBG0AAAAQAAACABAADAABeAGoAbQBxAAABMzU0JicuAScuASsBNTMVIyIGBw4BBw4BFREUFhceARceATsBFSM1MzI2Nz4BPQEjFRQWFx4BFx4BOwEVIzUzMjY3PgE1ETQmJy4BJy4BKwE1MxUjIgYHDgEHDgEdAQUVIxUjNSM1EzMRMyM1BwEhFSEBAb8CAgIHBQcQBxDAEAcPBwUHAgICAgICBwUHDwcQwBANFQYEBL8CAgIGBgcOCBDAEA0VBgQEAgICBgUIEAcQwBAIDgcFBwICAgKpOzW6zCM7cJoBYPwABAABgHIRFgUEBwMEBAwMBAMDCAUFGRv+3AYTBQQHAwQEDAwICAUZFJKSERYFBAcDBAQMDAgIBRYJASQbGgUEBwMEBAwMBAMDCAUFFhByXi50dCkBI/7i2toB3kAAAAADAAAAgAQAAwAAXgCaAJ4AAAEzNTQmJy4BJy4BKwE1MxUjIgYHDgEHDgEVERQWFx4BFx4BOwEVIzUzMjY3PgE9ASMVFBYXHgEXHgE7ARUjNTMyNjc+ATURNCYnLgEnLgErATUzFSMiBgcOAQcOAR0BJQcjBx4BFx4BFRQGBw4BBw4BBw4BIyImJy4BNTQ2Nz4BMzIWFx4BFx4BMzI2Nz4BNTQmJy4BJy4BJzczNyEVIQEBvwICAgcFBxAHEMAQBw8HBQcCAgICAgIHBQcPBxDAEA0VBgQEvwICAgYGBw4IEMAQDRUGBAQCAgIGBQgQBxDAEAgOBwUHAgICAn8ZhB0rRBkVFgcHBxILChgNEyYUEx0JCQkEAwQKBQQIAwMLBw0YDRMhDg4PDQ0NIxYSMB5UnYD8AAQAAYByERYFBAcDBAQMDAQDAwgFBRkb/twGEwUEBwMEBAwMCAgFGRSSkhEWBQQHAwQEDAwICAUWCQEkGxoFBAcDBAQMDAQDAwgFBRYQcsA3OwcgGRY0HhEhDg8ZCwoRBgkJBwYHDwgFCAMEAwEBAgYGCAkPDg8jFBQlEhEbCQcJAavAQAAAAAAEAAAAgAQAAwAAXgCOAKwAsAAAATM1NCYnLgEnLgErATUzFSMiBgcOAQcOARURFBYXHgEXHgE7ARUjNTMyNjc+AT0BIxUUFhceARceATsBFSM1MzI2Nz4BNRE0JicuAScuASsBNTMVIyIGBw4BBw4BHQElFQ4BBw4BBw4BBw4BBz4BMzIWFx4BFRQGBw4BIyImJy4BNTQ2Nz4BNz4BNz4BOwEHDgEVFBYXHgEXHgEzMjY3PgE1NCYnLgEjIgYHDgEBIRUhAQG/AgICBwUHEAcQwBAHDwcFBwICAgICAgcFBw8HEMAQDRUGBAS/AgICBgYHDggQwBANFQYEBAICAgYFCBAHEMAQCA4HBQcCAgICdxQgDA0ZDAwUCAgNBhYrFhQkEA8PDxASMR8VIw4dHAsLCx8UFCcTEiMQEboDAgUFBg8LBxMLDRcKCwoKCgscEwYMBgcTATX8AAQAAYByERYFBAcDBAQMDAQDAwgFBRkb/twGEwUEBwMEBAwMCAgFGRSSkhEWBQQHAwQEDAwICAUWCQEkGxoFBAcDBAQMDAQDAwgFBRYQcsAMAggGBxMNDRwQECYVDxASEhEuHBsyFhsbDw4dSi0dNxoaLhUUGwcHB98VIw0PIhESHQoIBw0NDSUYHC8UExQCAwILAZZAAAAABgBAAAADwAOAAAMABwALABkAZgCgAAABIRUhESEVIREhFSEDESM1DgEHNT4BNz4BNwMzFSM1NDY3PgE3PgE3PgE3PgE3PgE3PgE3PgE1NCYnLgEjIgYHNT4BMzIWFx4BFx4BFx4BFRQGBw4BBw4BBw4BBw4BBw4BBw4BBw4BAzUeATMyNjc+ATU0JicuASsBNTMyNjU0JiMiBgc1PgEzMhYXHgEVFAYHFR4BFx4BFRQGBw4BIyImJwGAAkD9wAJA/cACQP3AwEACHwsLFAkKEQgae8AEAwQJBgYMBwYNBgYLBQUIAwQEAgIBBQUFEAsTIxETKhgLEwkIDwYGCQQDAwMDAwgFBQwHBg4HBQkFBAgEAwYCAgJFDyMVDBQHBwcICQkYDxwZHh0WFw8eDhAlFRckDQ0NHh4QGQoJCQ8QDysbFyYPAwBA/wBA/wBAA0D/AMACDwMuBAgEBQsG/e4uEwoRCAcOBgYLBQQJBAQHBAQHAwQHBAMIBAkMBAQEDQ0xCwoCAwIIBAULBwYPCAkQBgcMBgYKBAUJBAMGAwMGAgMGAwIG/pwwCQkEBQQNCAgNBAUEKhAQDw8ICC0HBggJCBcNGB8GAQEKCAgTDBEbCgoLBgYABgBAAAADwANAAAMABwALABcAIwAvAAABIRUhESEVIREhFSEDIgYVFBYzMjY1NCYDIgYVFBYzMjY1NCYDIgYVFBYzMjY1NCYBgAJA/cACQP3AAkD9wOAoODgoKDg4KCg4OCgoODgoKDg4KCg4OAMAQP8AQP8AQAMAOCgoODgoKDj+wDgoKDg4KCg4/sA4KCg4OCgoOAAAAAAIAEAAQAPAA4AAAwAHAAsADwATABcAGwAeAAABITUhFSEVIRUhFSEVIRUhFSEVIRUhFSEVIRUhASURA8D8gAOA/gACAP4AAgD+AAIA/gACAP4AAgD8gAOA/YD/AANAQIBAQEBAQEBAQEBAQAGg4P5AAAAAAAgAQABAA8ADgAADAAcACwAPABMAFwAbAB4AAAEhNSEVIRUhFSEVIRUhFSEVIRUhFSEVIRUhFSElEQUDwPyAA4D+AAIA/gACAP4AAgD+AAIA/gACAPyAA4D9gP8AA0BAgEBAQEBAQEBAQEBAwAHA4AAEAEABAAPAA0AAAwAHAAsADgAAASEVIREhNSEFIRUhARE3AYABgP6AAkD9wAGA/oABgP1AwAFAQAFAQMBAAcD+QOAAAAQAQAEAA8ACwAADAAcACwAOAAABIRUhFSE1IQUhFSEBETcBgAGA/oACQP3AAYD+gAGA/UDAAsBAwEDAQAHA/kDgAAAABABAAEADwAKAAAMABwALAA4AAAEhFSEVITUhASEVIQURNwGAAYD+gAJA/cABgP6AAYD9QMACAEDAQAFAQED+QOAAAAADAEACQAPAA4AAAwAHAAsAAAEhNSEHIRUhFyEVIQPA/IADgID9gAKAgPyAA4ADQECAQEBAAAAAAAMAQAFAA8ACgAADAAcACwAAASE1IQchFSEXIRUhA8D8gAOAgP2AAoCA/IADgAJAQIBAQEAAAAAAAwBAAAADwAFAAAMABwALAAABITUhByEVIRchFSEDwPyAA4CA/YACgID8gAOAAQBAgEBAQAAAAAAGAIAAgAOAA0AAAwAHAAsADwATABcAAAEhNSEHIRUhFyEVIQchFSEXIRUhByEVIQOA/QADAMD9wAJAwP0AAwDA/cACQMD9AAMAwP3AAkADAECAQEBAQEBAQEBAAAYAgACAA4ADQAADAAcACwAPABMAFwAAASE1IQchNSEXITUhByE1IRchNSEHITUhA4D9AAMAgP4AAgCA/QADAID+AAIAgP0AAwCA/gACAAMAQMBAwEDAQMBAwEAABgCAAIADgANAAAMABwALAA8AEwAXAAATIRUhATUhFRchNSEDFSE1JSE1IREVITWAAwD9AAMA/QDAAkD9wMADAP3AAkD9wAJAAkBAAQBAQIBA/oBAQEBA/wBAQAAGAIAAgAOAA0AAAwAHAAsADwATABcAAAEhNSE1IRUhASE1ITUhNSE1ITUhESE1IQOA/QADAP0AAwD9AAMA/QADAP0AAwD9AAMA/QACgECAQP4AQEBAQED+QEAAAAUAQAAAA8ADgAADAAcACwAQACwAABMXIzUVMycjFSEnIR0BISchBTcnMzUjJzM1IychNSEnITUhJyE1ISchNSEnB55AXt5AngFeQP7iAd5A/mIDEy1TE1NAk9NAARP+rUABk/4tQAIT/a1AApP9LUAtAkBAQMBAwECAQEDALVNAQEBAQEBAQEBAQEAtAAAAAAYAQAAAA8ADgAADAAcACwAPABMAGwAAARUhNQERIREFIREhAyEVIRU1IRUDITUhESE1IQPA/QACAP2AAkD+AAIAQP6AAYD+gEACQP2AAoD9wAMAQED+wP5AAcBA/sABAECAQEACwED+wEAAAAUAQABAA8ADQAADAAcACwAPABMAAAEhNSEXIRUhFyEVIQUhFSEXIRUhAoD9wAJAwP0AAwCA/IADgP7A/cACQMD9AAMAAwBAgECAgIBAQEAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREFITUhFSE1IRUhNSFAA4D8wAMA/UABgP6AAoD9gAGA/oAAA8D8QAOA/MADQIBAwEDAQAAFAEAAAAPAA8AAAwAHAAsADwATAAA3ESERAREhEQchFSEXIRUhByEVIUADgPzAAwDA/oABgID9gAKAgP6AAYAAA8D8QAOA/MADQEBAQEBAQAAAAAAFAEAAAAPAA8AAAwAHAAsADwATAAA3ESERAREhEQchFSEVIRUhFSEVIUADgPzAAwBA/oABgP2AAoD+gAGAAAPA/EADgPzAA0BAQEBAQEAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERASE1IRUhNSEVITUhQAOA/MADAP1AAYD+gAKA/YABgP6AAAPA/EADgPzAA0D+wEDAQMBAAAAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERAyEVIRchFSEHIRUhQAOA/MADAMD+gAGAgP2AAoCA/oABgAADwPxAA4D8wANA/wBAQEBAQAAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERAyEVIRUhFSEVIRUhQAOA/MADAED+gAGA/YACgP6AAYAAA8D8QAOA/MADQP8AQEBAQEAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREBITUhFSE1IRUhNSFAA4D8wAMA/UABgP6AAoD9gAGA/oAAA8D8QAOA/MADQP4AQMBAwEAAAAAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREDIRUhFyEVIQchFSFAA4D8wAMAwP6AAYCA/YACgID+gAGAAAPA/EADgPzAA0D+QEBAQEBAAAAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREDIRUhFSEVIRUhFSFAA4D8wAMAQP6AAYD9gAKA/oABgAADwPxAA4D8wANA/kBAQEBAQAAGAEAAAAPAA8AAAwAHAAsADwATACcAABMRIREDIREhARcjNRUzFyMfASE1AzcXIRUhFyEVIRczFSMXMxUjFwdAA4BA/QADAP2HPEN/PLv2PP7OQC0yAeH+WzwBaf7SPPK2O3s/fy0DwPxAA8D8gANA/oBAQIBAQEBAAggtNUBAQEBAQECILQAABQBAAEADgAOAAAMABwALAA8AEwAAExEhEQUhESEZASERKQERITUhESFAA0D9AAFA/sABQAGA/sABQP7AAUADgPzAA0BA/sD+gAFA/sABQEABQAAACwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAAASM1MzMjFTM3IxUzNSMVMzUjFTMRIxUzNSMVMzcjFTM3IxUzExEhEQUhESEBAEBAgEBAgEBAQEBAQEBAQECAQECAQECA/MADAP1AAsABwEBAQEDAQMBA/kBAwEDAQEBAAcD8wANAQP1AAAAVAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFsAABMjNTMVIxUzFSMVMxUjFTMVIxUzASMVMxUjFTMVIxUzFSMVMwEjFTM3IxUzASMVMzcjFTM3IxUzJSMVMzcjFTM3IxUzASMVMzcjFTM3IxUzESERIxEhFSERMxEhgEBAQEBAQEBAQEADAEBAQEBAQEBA/YBAQIBAQP8AQECAQECAQEABAEBAgEBAgEBA/wBAQIBAQIBAQP6AQP6AAYBAAYADQECAQEBAwEBAQAJAQEBAwEBAQALAQEBA/UBAQEBAQEBAQEBAQANAQEBAQED+wAGA/oBA/oABgAAAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAARUhNRMjFTMVIzUzFSM1MxEjNTMVIzUzASM1MxUjNTMRIzUzFSM1MwEjNTMXIzUzFyM1MxUjNTMVIzUzESM1MxUjNTMVIzUzISMVMzMjNTMXIzUzISMVMzMjNTMXIzUzASMVMzMjNTMXIzUzA4D8wEBAQEBAQEBAQEBAAwBAQEBAQEBAQP2AQECAQECAQEBAQEBAQEBAQEBA/oBAQIBAQIBAQAEAQECAQECAQED/AEBAgEBAgEBAAgBAQAGAQIBAwED+wEDAQAHAQMBA/sBAwEACQEBAQEBAwEDAQP7AQMBAwEBAQEBAQEBAQAMAQEBAQAAAGwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAAlIxEzBTUjFSM1MxUjNTMVITUzFSM1MxUBNTMVIzUzFSE1MxUjNTMVATUzFQc1MxUHNTMVIzUzFSM1MxUhNTMVIzUzFSM1MxURNSMVFTUzFQc1MxURNSMVFTUzFQc1MxUBNSMVFTUzFQc1MxUCAEBAAYBAgEDAQP7AQMBAAcBAwED+wEDAQAJAQEBAQEDAQMBA/sBAwEDAQEBAQEBAQEBAAwBAQEBAQANAQEBAQEBAQEBAQED9AEBAQEBAQEBAAoBAQIBAQIBAQEBAQEBAQEBAQEABgEBAgEBAgEBA/wBAQIBAQIBAQAEAQECAQECAQEAAAAAbAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAAAEVITUXIxUzFSM1MxUjNTMVIzUzFSM1MwEjNTMVIzUzFSM1MxUjNTMlIzUzFyM1MzcjNTMVIzUzFSM1MxUjNTMVIzUzFSM1MyEjFTMzIzUzFyM1MyEjFTMzIzUzFyM1MwEjFTMzIzUzNyM1MwOA/MBAQEBAQEBAQEBAQAMAQEBAQEBAQED9gEBAgEBAgEBAQEBAQEBAQEBAQP6AQECAQECAQEABAEBAgEBAgEBA/wBAQIBAQIBAQAOAQECAQIBAwEDAQMBAAUBAwEDAQMBAwEBAQMBAwEDAQMBAwEDAQEBAQEBAQEBAAYBAQMBAAAAAGwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAA3NSEVJSMVMzUjNTM1IzUzNSM1MzUjNTMBIzUzNSM1MzUjNTM1IzUzASM1MxcjNTMTIzUzNSM1MzUjNTM1IzUzNSM1MzUjNTMhIxUzMyM1MxcjNTMhIxUzMyM1MxcjNTMBIxUzMyM1MxMjNTNAA0D9AEBAQEBAQEBAQEADAEBAQEBAQEBA/YBAQIBAQIBAQEBAQEBAQEBAQED+gEBAgEBAgEBAAQBAQIBAQIBAQP8AQECAQECAQEBAQEDAQIBAQEBAQEBA/kBAQEBAQEBA/sBAQED+wEBAQEBAQEBAQEBAQEBAQEBAQED+gEBA/sBAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAEzMRIxM1IxUzNTMVMzUzFTM1MxUzNTMVATUzFTM1MxUzNTMVMzUzFQE1MxUHNTMVBTUzFTM1MxUzNTMVMzUzFTM1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A0D8gAJA/gABgP6AwMAAAAADAEAAAAPAA4AACwAPABMAAAERIxEhESMRIxEhEQERMxEzETMRAoBA/sCAQAOA/YDAwMADgPzAA0D8wANA/IADgPzAAgD+AAFA/sAABABAAAADwAOAAAUACQANABEAACUVIREzEQEjETMTESERJSERIQPA/IBAAYDAwED+wALA/sABQEBAA4D8wAKA/kACAP3AAkCA/kAAAAIAQAAAA8ADgAALAA8AADc1IREhNSERIREhNQEVITWAAUD+wALA/QADgP3A/wBAgAFAQAFA/IBAAYDAwAAAAAADAEAAAAPAA4AACwAPABMAADc1IREhNSERIREhNQEzFSMFFSE1gALA/UACAP3AA4D8wMDAAYD+gECAAUBAAUD8gEADAMDAwMAAAAAAAwBAAAADwAOAAAsADwATAAABESERITUhNSERITUFFSE1ESEVIQPA/IADgPzAA0D8wAIA/gABQP7AAkABQPyAQIABQECAwMABgMAAAAQAQAAAA8ADgAAFAAkADQARAAAlFSERMxEBIRUhExEhEQEhESEDwPyAQAKA/kABwED9wALA/kABwEBAA4D8wAGAwAEA/sABQAGA/sAAAAAAAwBAAAADwAOAAAoADgARAAABJwcnByc1IxEhEQUXByclFwcDK7C3REu1QAOA/sCFhY7+joyMAi+x5ERatOb8gAMAgIW7jnKMpwAAAAIAQAAAA8ADgAAHAA8AAAElAREjESERAwkCNQEXNwKA/wD/AEADgED/AP8A/wABDfz3AnWA/wABi/yAA4D+5v6aAQD+zc4BDH7OAAACAEAAAAPAA4AAAwAJAAATESERBwkCESFAA4BA/wD/AP8AAwADgPyAA4Da/poBAP7NAjMAAQBAAAADwAOAAA0AADcVIRUhETMRAQUBEQEngANA/IBAAQABAAFA/sD+gEBAA4D+QAEAgAFA/oD+wIAAAwBAAAADwQOAAAUAGQAdAAA3IRUhETMBAzUTNycHNTcXNxc3FQcfAScHJzcXNyeAA0D8gEABMfHCUzfe8FfacG9MTAF1paoyeIFWQEADgP49/sNmAQRCRHBMdGyuq4VeXXVrrsrVKJeafwAAAwBAAAADwAOAAAUADQAVAAAlFSERMxEBBSU1BSUFFQEFJTUFJQUVA8D8gEABQAEAAQD/AP8A/wABAAEAAQD/AP8A/wBAQAOA/MABOIDASMCAwEgCALh4SHi4gEgAAAAAAwBAAAADwAOAAAUADQARAAAlFSERMxEBBSU1BSUFFQEhFSEDwPyAQAFAAQABAP8A/wD/AAMA/QADAEBAA4D8wAG4gMBIwIDASAJIQAAAAAAKAAAAAAPAA4AABQCeAKwAugDIANYA5ADyAQABDgAAJRUhETMRJTgBMRQGIyImNTwBNyMnDgEjIiYnMwccARUUBiMiJjU0NjcVJwceARUUBiMiJjU0NjMxNycqASMiJjU0NjMyFhUUBgc1FzcuATU0NjMyFhcxFz4BMzIWFzEzPgEzMhYVFAYjIiYnMSMOASMiJicxJw4BIzEHFzoBMzgBMTIWFzE3PAE1NDYzMhYVHAEHMRc+ATMyFhU4ATkBAxQWMzI2NTQmIzEiBhUhFBYzMjY1NCYjMSIGFSUUFjMyNjU0JiMxIgYVBzQmIyIGFRQWMzEyNjURNCYjIgYVFBYzMTI2NQU0JiMiBhUUFjMxMjY1JTQmIyIGFRQWMzEyNjUFNCYjIgYVFBYzMTI2NQPA/EBAA4AlGxslAQGnBQ0HBw0GAacmGhslBANiLgQFJRsbJSUbPTkBAgEbJSUbGyUEAydpBAUlGxokAp0HEgoSHQiSCB0SGyUlGxIdCJIIHRIZJQKdBxIKeHQBAgEHDQWnJRsaJgGoBQ0HGyVgEw0NExMNDRP/ABMNDRMTDQ0T/wATDQ0TEw0NE8ATDQ0TEw0NExMNDRMTDQ0TAQATDQ0TEw0NEwEAEw0NExMNDRMBABMNDRMTDQ0TQEADgPzAwBslJRsCBAJ9AgMDAn0CBAIbJSUbCA4HAZNPBxAJGyUlGxoma1UlGxslJRsIDgcBO7cHEAkbJSMZTwUGEg4OEiUbGyURDw4SIxlPBQbSrgMCfQIEAhslJRsCBAJ9AgMlGwGADRMTDQ0TEw0NExMNDRMTDYANExMNDRMTDYANExMNDRMTDf7ADRMTDQ0TEw1ADRMTDQ0TEw3ADRMTDQ0TEw3ADRMTDQ0TEw0ACwAAAAADwAOAAAUATgBcAGoAeACGANkA5wD1AQMBEQAAJRUhETMRARQGIyImJzMHOAExFAYjIiY1NDY3MScOASMiJiczBxQGIyImNTQ2MzIWFyM3OAExNDYzMhYVFAYHMRc+ATMyFhcjNzQ2MzIWFQU0JiMiBhUUFjMxMjY1JTQmIyIGFRQWMzEyNjUFNCYjIgYVFBYzMTI2NSU0JiMiBhUUFjMxMjY1ExQGIyImJxUHHgEVFAYjIiY1OAE5AScOASMiJicVBx4BFRQGIyImNTQ2MzIWFzU3LgE1NDYzMhYVOAE5ARc+ATMyFhc1Ny4BNTQ2MzIWFTgBOQEBNCYjIgYVFBYzMTI2NSU0JiMiBhUUFjMxMjY1BTQmIyIGFRQWMzEyNjUlNCYjIgYVFBYzMTI2NQPA/EBAA4AlGwsUCAGaJRsbJQEBogcQCQsUCAGaJRsbJSUbCxQIAZolGxslAQGiBxAJCxQIAZolGxsl/OATDQ0TEw0NEwEAEw0NExMNDRMBABMNDRMTDQ0TAQATDQ0TEw0NEyAlGwkQB6IBASUbGyWaCBMLCRAHogEBJRsbJSUbCRAHogEBJRsbJZoIEwsJEAeiAQElGxsl/OATDQ0TEw0NEwEAEw0NExMNDRMBABMNDRMTDQ0TAQATDQ0TEw0NE0BAA4D8wAKAGyUHBk0bJSUbBAgDeQQEBwZNGyUlGxslBwZNGyUlGwQIA3kEBAcGTRslJRtADRMTDQ0TEw2ADRMTDQ0TEw3ADRMTDQ0TEw2ADRMTDQ0TEw3/ABslBAUBeQQHBBslJRtNBgcEBQF5BAcEGyUlGxomBAUBeQQHBBslJRtNBgcEBQF5BAcEGyUlG/8ADRMTDQ0TEw3ADRMTDQ0TEw2ADRMTDQ0TEw3ADRMTDQ0TEw0AAAAACwAAAAADwAOAAAUAWABmAHQAggCQAM4A3ADqAPgBBgAAJRUhETMRARQGIyImJxUHHgEVFAYjIiY1OAE5AScOASMiJicVBx4BFRQGIyImNTQ2MzIWFzU3LgE1NDYzMhYVOAE5ARc+ATMyFhc1Ny4BNTQ2MzIWFTgBOQEBNCYjIgYVFBYzMTI2NSU0JiMiBhUUFjMxMjY1BTQmIyIGFRQWMzEyNjUlNCYjIgYVFBYzMTI2NRMUBiMiJicxIw4BIyImJzEjDgEjIiYnMSMOASMiJjU0NjMyFhcxMz4BMzIWFzEzPgEzMhYXMTM+ATMyFhUxITQmIyIGFRQWMzEyNjUhNCYjIgYVFBYzMTI2NSE0JiMiBhUUFjMxMjY1ITQmIyIGFRQWMzEyNjUDwPxAQAOAJRsJEAeiAQElGxslmggTCwkQB6IBASUbGyUlGwkQB6IBASUbGyWaCBMLCRAHogEBJRsbJfzgEw0NExMNDRMBABMNDRMTDQ0TAQATDQ0TEw0NEwEAEw0NExMNDRMgJRsSHQiSCB0SEh0IkggdEhIdCJIIHRIbJSUbEh0IkggdEhIdCJIIHRISHQiSCB0SGyX84BMNDRMTDQ0TAQATDQ0TEw0NEwEAEw0NExMNDRMBABMNDRMTDQ0TQEADgPzAAYAbJQQFAXkEBwQbJSUbTQYHBAUBeQQHBBslJRsaJgQFAXkEBwQbJSUbTQYHBAUBeQQHBBslJRv/AA0TEw0NExMNwA0TEw0NExMNgA0TEw0NExMNwA0TEw0NExMNAYAbJREPDhIRDw4SEQ8OEiUbGyURDw4SEQ8OEhEPDhIlGw0TEw0NExMNDRMTDQ0TEw0NExMNDRMTDQ0TEw0NExMNAAIAQAAAA8ADgABjAH8AAAE0Njc1NjcwNDkBPgE3NDAxNDY9ATQ2NTwBNTwBNzwBNTwBNTgBNTQmJxcmJy4BJxcuAScXJicmJyYnJicmJy4BLwEmJyYnJicmJyoBIyIHDgEHBhUUFx4BFxYzMjc+ATc2NzEHDgEjIicuAScmNTQ2NzU+ATMwMjkBEQUOAQcxA7MCAQEBAgIBAQEBFRQBBAUHDggBCBAJAQQDCAcICAgIDQ0dRCQDEBELCwsLEREDBgNdUVJ6IyMjI3pSUV1PR0dyKSgTozWNUFBGRmgeHj01NIxPAQF1DjQjAVMDBwMBBgYBBg4GAQMGAwMDBAMBAgECBQIBAgEDBwMBMV8qAwoKDhcLAgwWCgEEBAgIBwgHBwoJFSELAQUDAgICAQEBIyN6UlFdXVFSeiMjGhlbPj5JozU9Hh5oRkZQUI00ATQ8/oBdNVokAAAABgBAAAADwAOAAGMAcQCXAJ4ArQC8AAABNDY3NTY3MDQ5AT4BNzQwMTQ2PQE0NjU8ATU8ATc8ATU8ATU4ATU0JicXJicuAScXLgEnFyYnJicmJyYnJicuAS8BJicmJyYnJicqASMiBw4BBwYVFBceARcWMzI3PgE3NjcxJRQGIyImNTQ2MzEyFhUTDgEjIicuAScmNTQ2NzU+ATMwMjkBFSIGFRQWMzI2NzUXDgEHMQMUMBU0MDUHMBQxOAE5ATgBMTA0OQEHOAExOAE5ATgBMTgBOQEDswIBAQECAgEBAQEVFAEEBQcOCAEIEAkBBAMIBwgICAgNDR1EJAMQEQsLCwsREQMGA11RUnojIyMjelJRXU9HR3IpKBP+zUs1NUtLNTVLkDWNUFBGRmgeHj01NIxPAVBwcU9DZxC7DjQjUAECAVMDBwMBBgYBBg4GAQMGAwMDBAMBAgECBQIBAgEDBwMBMV8qAwoKDhcLAgwWCgEEBAgIBwgHBwoJFSELAQUDAgICAQEBIyN6UlFdXVFSeiMjGhlbPj5JbTVLSzU1S0s1/vA1PR4eaEZGUFCNNAE0PMBwUFBwUj4BLjVaJAEFAQEBAQwBAQwACQBAAAADwAOAAAUAEwAhAC8APQBLAFkAZwB1AAAlFSERMxETFAYjIiY1NDYzMTIWFSM0JiMiBhUUFjMxMjY1ExQGIyImNTQ2MzEyFhUjNCYjIgYVFBYzMTI2NRMUBiMiJjU0NjMxMhYVIzQmIyIGFRQWMzEyNjUTFAYjIiY1NDYzMTIWFSM0JiMiBhUUFjMxMjY1A8D8gEDAJRsbJSUbGyUgEw0NExMNDRPgJRsbJSUbGyUgEw0NExMNDRPgJRsbJSUbGyUgEw0NExMNDRPgJRsbJSUbGyUgEw0NExMNDRNAQAOA/MACwBslJRsbJSUbDRMTDQ0TEw3+gBslJRsbJSUbDRMTDQ0TEw0BABslJRsbJSUbDRMTDQ0TEw3+gBslJRsbJSUbDRMTDQ0TEw0AAAYAQAAAA8ADgAAFAIQAkgCgAK4AvAAAJRUhETMRARQGIyImJzEuAQcOAQcOAQceARUUBgcxHgEXHgEXHgEXHgEVFAYHIw4BBw4BByMqASMqASMiJiczDgEjIiY1NDYzMhYXMR4BMzoBMzE+ATcHPgE3LgE1NDY3MS4BJy4BJy4BJy4BNTQ2NzE+ATcxPgE3PgE3NhYXPgEzMhYVMQU0JiMiBhUUFjMxMjY1AzQmIyIGFRQWMzEyNjUlFBYzMjY1NCYjMSIGFQE0JiMiBhUUFjMxMjY1A8D8gEADQCUbGCMEDicZNWstHUkTCQoLCQ09MB8/GhMbCBMZGBMBEFNAKV4yAQYMBQEBAQ8cDQEIEwsaJiYaGCQDCBIJBQkELVQnAx1MEwoLCwkOPDEfPxoTGwgTGBkTCBUNFjwlMnY6IjQTCBULGyX94BMNDRMTDQ0TgBMNDRMTDQ0TAYATDQ0TEw0NEwEAEw0NExMNDRNAQAOA/MADABslHhcCAQEEGBMMLSEJGA0OGAkUFAoGEBALHxIHIRUVIQcsShoSFgMCAwYHJRsbJR8XAQEDFBABDDEmCRgODRgJFBUJBxAPDB8TBiEVFSEHER0NFiUQFRsDAwMEBwclG8ANExMNDRMTDf5ADRMTDQ0TEw3ADRMTDQ0TEw0BwA0TEw0NExMNAAACAEAAAAPAA4AABQBOAAAlFSERMxElPgE1LgEnLgEnLgE1Jjc+ATc2Nz4BMyciBw4BBwYHDgEHDgEXFBYXHgEXHgEXHgEVFAYHDgEHDgEjKgEnMwcyFjMyNz4BNzY3A8D8gEACICAgASAhGj4fRUABGBhGKCggXZ0BBAIXF0kuLjE6XSEwLwEhIRo+Hxw0ExERFhYkhFocPyAOHA4DBAIeGCc4OHk5OShAQAOA/MCwHUorKT0TEA8GDiMvHxkYJg0OCBcQQAICCQgIDA4lFR5IKSk9ExAPBwUNCwsfGB4xFSItCgMDAUABAwQXFxYmAAAGAEAAAAPAA4AABQBEAFIAYABuAHwAACUVIREzEQEUBiMiJicxBRc+ATMyFhUUBiMiJicxBQ4BIyImNTQ2MzIWFyMlMDY1Jw4BIyImNTQ2MzIWFzElPgEzMhYVMQU0JiMiBhUUFjMxMjY1AzQmIyIGFRQWMzEyNjUlFBYzMjY1NCYjMSIGFQE0JiMiBhUUFjMxMjY1A8D8gEADQCUbDBQJ/mnpBQwGGyUlGwsTCP6mAyUYGyUlGwsTCQEBWgHqBQwGGyUlGwwUCQGYBCMYGib94BMNDRMTDQ0TgBMNDRMTDQ0TAYATDQ0TEw0NEwEAEw0NExMNDRNAQAOA/MADABslCAeZugICJRsbJQcGlRggJRsbJQcGlQEBugICJRsbJQgHmhYfJhrADRMTDQ0TEw3+QA0TEw0NExMNwA0TEw0NExMNAcANExMNDRMTDQAAAAACAEAAAAPAA4AABQANAAAlFSERMxEBLQE1BQEFFQPA/IBAAnv+wgHD/cMBQv57QEADgPzAATr+yED4/v7GQAAABwBAAAADwAOAAAUAEwAhAC8APQBLAFkAACUVIREzEQEiBhUUFjMyNjUxNCYjNTIWFRQGIyImNTE0NjMFIgYVFBYzMjY1MTQmIzUyFhUUBiMiJjUxNDYzAyIGFRQWMzI2NTE0JiMlIgYVFBYzMjY1MTQmIwPA/IBAAQA1S0s1NUtLNVBwcFBQcHBQAcAbJSUbGyUlGzVLSzU1S0s1YEJeXkJCXl5C/oAoODgoKDg4KEBAA4D8wAGASzU1S0s1NUtAcFBQcHBQUHDAJRsbJSUbGyVASzU1S0s1NUsBgF5CQl5eQkJeQDgoKDg4KCg4AAAABABAAAADwAOAAAUAEQAVACEAACUVIREzESUjFSM1IxEzNTMVMwcjETMBIxEjESMRMxUzNTMDwPyAQAHAgECAgECAQMDAAcCAQICAQIBAQAOA/MDAgIACAICAQP6AAQABAP8A/wCAgAADAEAAAAPAA4AABQARAB0AACUVIREzEQERIxUjFTMRMzUzNQE1IxEjFTMVMxEzNQPA/IBAAUBAgIBAgAEAQICAQIBAQAOA/MABAAHAQED+AIBAAcCA/sBAwAGAQAAAAAAGAED//wO/A4AAFAAXABsAHgAiACYAAAEjFQUnBxcTBxc3BRc3JxM3JwcnNQMnNxc1FwcHJxcXJzcHByc3FwIgQP7BUg9Von40hgE9YzReUoQPlvpA7u5AsbHAd+3ijss9Pd1iewOAWO8UPhX+16wmuTGIJoABRx4/I/pg/mw5s+zasSnh2zrDwy/yGSKIqgALAEL//wO+A4AATgBRAF8AagB4AIYAlACXAKUArAC6AAABBy4BIyIGBzMnNCYnPQEjFQ4BBzEFOAExIgYHIycHFx4BFzEXDgEVFBYXMQcXNzI2NzEXHgEzOAE5ATI2MzEXNyc+ATU0JicxNz4BNzE3Jwc1JzIWFRQGIyImNTE0NjMHHgEXMxUnLgEnFQciJjU0NjMyFhUxFAYjEyImNTQ2MzIWFTEUBiM3LgEjMSIGIzEnPgE3Fwc3FxciJjU0NjMyFhUxFAYjLwE3HgEXMTciJjU0NjMyFhUxFAYjA7BnCBUMBw4GAcYSDkALDwP+/Q0YCAFBD0AEFQ56AQIFBHA0dQ0XCPQGIhYDBgNHNEsCAgcHPxEZBF/tsSANExMNDRMTDSoCBQIB4wEBAToNExMNDRMTDaANExMNDRMTDQ4DBwQDBgJqAQIB5zhie0UNExMNDRMTDQiOwwEDAi0NExMNDRMTDQJJGAcIAwPGEh0IAUhJBhMMwgoJED4QDxYG3wUKBgkRB5omoQsJJhQaAWImZgQLBgsVCPoFGxIWCynaWhMNDRMTDQ0TUAIEAd03AwQCATsTDQ0TEw0NE/7QEw0NExMNDRNeAQEBwgECATi7iKpQEw0NExMNDRNpwy4CBAENEw0NExMNDRMAAAABAED//wO/A4AAEwAAJRcHLwEHJzcvATcXJTUzFRc3FwcCxYI0ltq2NLSGpw+EAQ1AxsoOxdizJs4s+ib3yik+IL2WoMYvPy4AAAAABQBAAEADwAOAAAgADgAVACIALwAAAQUuATU0NjcHHwE1DgEHAScXPgE/AQUWFx4BFxYzMjY3BwMTEQU+ATUxNCcuAScmAcT+lQwNLSkBi8A5YiUBz8E3L0gSAf3RFyIhUi8vMxIjEQNYOAGZAwQgIXBMTAHJnCFKKEqGNwEioPoFMCX+wDC/FEovAmcqIyMyDQ4DBAEBNgIE/llmEicVWU9OeCYlAAAACABAAAADwAOAAAMABwAOABcAJQAuADUAPQAAAREhESUhESEDFQcVFzMRAxcHFzcRIRUXBxcHFzUnNycjJzUjBxcXDwEXFQchNTclNyMnNyMRFzcHFTM1NzUDgP0AA0D8gAOAwIAapqV/PyVA/wAamkAv70BAQEBAQIBAQEBAQEABAGX+4CA/gH+lJUxxQEADQP0AAwBA/IABgBqASxsBLwERgEAvKwEEJRuAQC85KEBAQEBAgECsFEBAQECAZXsggID+sXFLHO8bQAsAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAbMzFAEB7F8PPPUACwQAAAAAANyV+uQAAAAA3JX65P/+/8AEAAPBAAAACAACAAAAAAAAAAEAAAPA/8AAAAQA//4AAAQAAAEAAAAAAAAAAAAAAAAAAAKfBAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAABQAQAAUAEAAFABAABQAQAAQAEAAFABAABAAQAAUAEAAEABAABAAQAAQAEAAEABAABAAQAAIAEAAEABAAAgAQAAQAEAAAABAABAAQAAMAEAAE8BAAAwAQAAUAEAAEABAAAwAQAAQAEAADABAABAAQAAQAEAADABAAAAAQAAEAEAADABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAABQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAYAEAABABAAAgAQAAEAEAAFABAAAAAQAAMAEAAAABAAAwAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAABAAQAAQAEAAEABAABAAQAAEAEAABABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAMAEAADABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAABAAQAAFMEAAAABAAAAAQAAQAEAAAABAAAwAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAADABAAAQAQAAEAEAADABAAAQAQAAEAEAADABAAAQAQAAEAEAADABAAAwAQAAEAEAAEABAABAAQAAIAEAACABAABAAQAAIAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAMAEAADABAAAwAQAAIAEAADABAAAWgQAAEMEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAAAQAQAAIAEAAFABAABQAQAAEAEAABABAAAQAQAAMAEAADABAABAAQAAQAEAAEABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAABABAAAUQQAAQAEAACABAAAQAQAAEAEAAAABAAAQAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAEAEAADABAAAwAQAAMAEAABQBAAAUAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAQAEAACABAAAgAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAAAABAAAAAQAAEAEAAAABAAAQAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAAwEAADABAAAQAQAAEAEAABABAAAQAQAAIAEAAAABAABAAQAAQAEAABABAAAgAQAAIAEAACABAAAgAQAAIAEAAA/BAAAfwQAAIEEAAA/BAAAPwQAAD8EAABABAAAQAQAAEAEAABABAAAAAQAAAAEAABABAAAQAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAABABAAAPwQAAIAEAAAABAD//gQAAAAEAABABAAAAAQAAAAEAABABAAAAAQAAD8EAAA/BAAAPwQAAH8EAACBBAAAPwQAAD8EAABABAAAPwQAAD8EAAA/BAAAfwQAAD8EAAB/BAABAQQA//8EAP//BAAAPwQAAD8EAAA/BAAAPwQAAD8EAACABAABAAQAAQAEAAEABAABAAQAAMAEAABABAAAQAQAAAAEAACABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAMAEAADABAAAAAQAAEAEAABABAAAAAQAAIAEAABABAAAAAQAAIAEAAAABAAAAAQAAAAEAAAABAAAAAQAAIAEAACABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAAAABAAAQAQAAAAEAABABAAAQAQAAAAEAAAABAAAQAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAFMEAAAABAAAAAQAAAAEAABABAAAQAQAAMAEAABABAABAAQAAIAEAABABAAAgAQAAIAEAABABAAAAAQAAAAEAABABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAACgBAAAoAQAAMAEAACABAAAQAQAAIAEAABABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAAEABAAAQAQAAMAEAABABAAAQAQAAEAEAACABAAAQAQAAEAEAABABAAAgAQAAEAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAADABAAAQAQAAEAEAABABAAAQgQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAQAQAAEAEAACABAAAgAQAAIAEAACABAAAQAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAQAQAAEAEAACABAAAQAQAAEAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQgQAAEAEAABABAAAQAAAAAAAAAAAAAoAFAAeACgAMgA8AEYAUABaAGQAbgB4AIIAjACWAKAAqgC0AL4AyADSANwA5gDwAPoBBAEOARgBIgEsATYBQAFKAVQBXgFoAXIBfAGKAZgBpgG0AcIB0AHeAewCAgIYAi4CRAJaAnAChgKcArQCygLeAvIDCAMeAzIDRANWA2wDfgOWA6wDyAPsBAwEKgQ+BG4EugToBQwFMgVGBXYFoAXGBeYGEAYqBkQGXgZ4Bq4G5Ab+B1IHaAeAB6QHyAf2CCQIVgiICLoI7AkeCWAJognkCiYKaAqKCqwKzgrwCxILPgtsC5oLyAv2DB4MRgzEDOINAA0eDTwNXg2ADaQN1A34DhwOQA5mDrYPCA90D8QQFhB2ELwQ8BFGEXIRuBIGEmYSzhNmE84UZhSqFOwVTBXEFkIWVha6FvYXEBd6F7wX1Bg6GHgYhhjkGRoZNBlOGXQZiBmcGbIZ1hnqGggaJhpcGpwathrQGuobBBsoG0obbBuCG6IbsBw6HUYdmB4SHnIe4B9IH2wfnh/eIAwgIiAwIEAgTiB+IJIgtCDOIOog+iEmIXAhtCIwIywkiiVCJcYmLCbSJuYnLieOJ84n3CfyKAAoFCgoKFIorijUKVIp8iokKlQqYip2KoQq6CsiK1IrbCuCK6IrwCwCLDIsiizyLTItmi4aLnwu1i8UL1ovsDACMCwwWjCEMJ4wuDFqMZAxtjIgMuozVDNkNCA0cjSgNMQ1sjXgNfY2rjbiNwg3ODdUN3Q3mDfCN+g4DDg0OFY4djiYOLg42DkCOSw56jpKOnQ6njr4OzI7bjuOO8I79jw+PF48kjzGPQw9ej3EPhg+aD6qPtg/Bj8kP0Q/ZD+KP7g/1D/2QBRAOkBoQIZApEDEQOxBEkEyQVJBckGaQcJCLkKqQsRDAEMSQzBDkEPyRShFrkYyRwhH5kimSXxKhEsiTABM+E3iTi5OaE6gTsJO5E8GTyJPPk9aT4hPtk/kUBJQWlCQULhQ4FEKUTJRXFGGUa5R2FICUipSblKYUt5TZlQAVJpVMlXKVmRW/Fe0V/ZYglk+WeJaqFrWWx5b3F1cXvZftmDsYTphZmGoYrRjOmPKZDBklmUQZX5mAGaCZuZnKmd0Z9xoQmhqaKBo9GlEabZp7GpMarBq6GuKa8ZsGGxybMRtHm10bchuCG5SbrJvEnDmcTpyLHJ+csZzEHZadtB3sniCeSJ5dnnAegB6VnqSevB7KHtee5Z7znwqfIR8wH0KfUJ9en2wffp+RH6Gfs5/Fn9cf7aA+oImgrCC9oQohEiEqoWUhhSG6Iduh/SIIoiMiUyJkIpSipaK3Isgi2SLoIvajBSMho1QjYaN1I6ijtSPCo9Kj3SPnpBQkNSRKpGQkbaR3JIoklyShJLmk1yTcpOck9yUOJR6lNKU9pUwlo6YAplumvKbLpt8m9qcTpzSnWCgIqL6o2aj6KRmpO6lOqWcpgamfqcYp8SohKlYqiirAqtSq66sFKyKrOytZK2OrcquBK44rpCu4q8GrzSvcrBUsIywyrECsV6yRLMss3S0GrRYtIS05LVAtXC1pLXOtqi3FrdquDa48rlmudS5+rowulS6vrtSu4y7xrvuvBa8ULyIvM69Cr0yvbC/SMEQwv7EBsRAxITE4MVWxeTGosbixwTHtMgCyFjI0MkiycDKEsp4yq7K7Ms+zOLNKM1WzXbNnM3CzejOCM4uzlTOfM6izsjO4s8AzzbPZs+O0NrSMNN21CLVBtWe1pzXFNe819zYVNiI2LjZANn22hzacNrW2uAAAQAAAp8DLAA+AAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAABoBPgABAAAAAAAAABsBEQABAAAAAAABABIAAAABAAAAAAACAAcDYAABAAAAAAADABIC9AABAAAAAAAEABIDdQABAAAAAAAFAAsC0wABAAAAAAAGABIDKgABAAAAAAAJABsBYgABAAAAAAAKADMAeAABAAAAAAALABYANgABAAAAAAAMABYBswABAAAAAAANABsB9QABAAAAAAAOAC8CRgADAAEECQAAADYBLAADAAEECQABACQAEgADAAEECQACAA4DZwADAAEECQADACQDBgADAAEECQAEACQDhwADAAEECQAFABYC3gADAAEECQAGACQDPAADAAEECQAJADYBfQADAAEECQAKAGYAqwADAAEECQALACwATAADAAEECQAMACwByQADAAEECQANADYCEAADAAEECQAOAF4CdVdlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4Ac2h0dHA6Ly93d3cudGVsZXJpay5jb20AaAB0AHQAcAA6AC8ALwB3AHcAdwAuAHQAZQBsAGUAcgBpAGsALgBjAG8AbVdlYiBDb21wb25lbnRzIEljb24gRm9udApGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBXAGUAYgAgAEMAbwBtAHAAbwBuAGUAbgB0AHMAIABJAGMAbwBuACAARgBvAG4AdAAKAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALlRlbGVyaWssIEEgUHJvZ3Jlc3MgQ29tcGFueQBUAGUAbABlAHIAaQBrACwAIABBACAAUAByAG8AZwByAGUAcwBzACAAQwBvAG0AcABhAG4AeVRlbGVyaWssIEEgUHJvZ3Jlc3MgQ29tcGFueQBUAGUAbABlAHIAaQBrACwAIABBACAAUAByAG8AZwByAGUAcwBzACAAQwBvAG0AcABhAG4AeWh0dHA6Ly93d3cudGVsZXJpay5jb20AaAB0AHQAcAA6AC8ALwB3AHcAdwAuAHQAZQBsAGUAcgBpAGsALgBjAG8AbUFwYWNoZSBMaWNlbnNlLCBWZXJzaW9uIDIuMABBAHAAYQBjAGgAZQAgAEwAaQBjAGUAbgBzAGUALAAgAFYAZQByAHMAaQBvAG4AIAAyAC4AMGh0dHA6Ly93d3cuYXBhY2hlLm9yZy9saWNlbnNlcy9MSUNFTlNFLTIuMC5odG1sAGgAdAB0AHAAOgAvAC8AdwB3AHcALgBhAHAAYQBjAGgAZQAuAG8AcgBnAC8AbABpAGMAZQBuAHMAZQBzAC8ATABJAEMARQBOAFMARQAtADIALgAwAC4AaAB0AG0AbFZlcnNpb24gMS43AFYAZQByAHMAaQBvAG4AIAAxAC4AN1dlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4Ac1dlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcldlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4AcwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");
}
.k-icon {
    width: 1em;
    height: 1em;
    outline: 0;
    font-size: 16px;
    font-family: "WebComponentsIcons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-decoration: none;
    flex-shrink: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.k-icon:hover, .k-icon:focus {
    text-decoration: none;
}
.k-no-flexbox {
    display: inline-block;
}
.k-svg-icon {
    width: 1em;
    height: 1em;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
}
.k-svg-icon > svg {
    fill: currentColor;
    flex: 1 0 auto;
}
.k-svg-icon.k-flip-h, .k-svg-icon.k-flip-v, .k-svg-icon.k-flip-h.k-flip-v {
    transform: none;
}
.k-svg-icon.k-flip-h > svg {
    transform: scaleX(-1);
}
.k-svg-icon.k-flip-v > svg {
    transform: scaleY(-1);
}
.k-svg-icon.k-flip-h.k-flip-v > svg {
    transform: scale(-1, -1);
}
.k-icon-with-modifier {
    position: relative;
    margin: .25em;
}
.k-icon-modifier {
    position: absolute;
    font-size: .5em;
    bottom: 0;
    right: 0;
    margin: 0 -.5em -.5em 0;
}
.k-i-none::before {
    content: "";
    display: none;
}
.k-widget .k-icon.k-i-expand, .k-widget .k-icon.k-i-collapse {
    cursor: pointer;
}
.k-icon-xs {
    font-size: 8px;
}
.k-icon-sm {
    font-size: 12px;
}
.k-icon-md {
    font-size: 32px;
}
.k-icon-lg {
    font-size: 48px;
}
.k-icon-xl {
    font-size: 64px;
}
.k-i-caret-tr::before {
    content: "\e000";
}
.k-i-arrow-45-up-right::before {
    content: "\e000";
}
.k-i-collapse-ne::before {
    content: "\e000";
}
.k-i-resize-ne::before {
    content: "\e000";
}
.k-i-caret-br::before {
    content: "\e001";
}
.k-i-arrow-45-down-right::before {
    content: "\e001";
}
.k-i-collapse-se::before {
    content: "\e001";
}
.k-i-resize-se::before {
    content: "\e001";
}
.k-i-caret-bl::before {
    content: "\e002";
}
.k-i-arrow-45-down-left::before {
    content: "\e002";
}
.k-i-collapse-sw::before {
    content: "\e002";
}
.k-i-resize-sw::before {
    content: "\e002";
}
.k-i-caret-tl::before {
    content: "\e003";
}
.k-i-arrow-45-up-left::before {
    content: "\e003";
}
.k-i-collapse-nw::before {
    content: "\e003";
}
.k-i-resize-nw::before {
    content: "\e003";
}
.k-i-caret-alt-up::before {
    content: "\e004";
}
.k-i-arrow-60-up::before {
    content: "\e004";
}
.k-i-arrow-n::before {
    content: "\e004";
}
.k-i-kpi-trend-increase::before {
    content: "\e004";
}
.k-i-expand-n::before {
    content: "\e004";
}
.k-i-sarrow-n::before {
    content: "\e004";
}
.k-i-caret-alt-right::before {
    content: "\e005";
}
.k-i-arrow-60-right::before {
    content: "\e005";
}
.k-i-arrow-e::before {
    content: "\e005";
}
.k-i-expand::before {
    content: "\e005";
}
.k-i-expand-e::before {
    content: "\e005";
}
.k-i-sarrow-e::before {
    content: "\e005";
}
.k-i-caret-alt-down::before {
    content: "\e006";
}
.k-i-arrow-60-down::before {
    content: "\e006";
}
.k-i-arrow-s::before {
    content: "\e006";
}
.k-i-kpi-trend-decrease::before {
    content: "\e006";
}
.k-i-expand-s::before {
    content: "\e006";
}
.k-i-collapse::before {
    content: "\e006";
}
.k-i-sarrow-s::before {
    content: "\e006";
}
.k-i-caret-alt-left::before {
    content: "\e007";
}
.k-i-arrow-60-left::before {
    content: "\e007";
}
.k-i-arrow-w::before {
    content: "\e007";
}
.k-i-expand-w::before {
    content: "\e007";
}
.k-i-sarrow-w::before {
    content: "\e007";
}
.k-i-caret-alt-to-top::before {
    content: "\e008";
}
.k-i-arrow-end-up::before {
    content: "\e008";
}
.k-i-seek-n::before {
    content: "\e008";
}
.k-i-caret-alt-to-right::before {
    content: "\e009";
}
.k-i-arrow-end-right::before {
    content: "\e009";
}
.k-i-seek-e::before {
    content: "\e009";
}
.k-i-caret-alt-to-bottom::before {
    content: "\e00a";
}
.k-i-arrow-end-down::before {
    content: "\e00a";
}
.k-i-seek-s::before {
    content: "\e00a";
}
.k-i-caret-alt-to-left::before {
    content: "\e00b";
}
.k-i-arrow-end-left::before {
    content: "\e00b";
}
.k-i-seek-w::before {
    content: "\e00b";
}
.k-i-caret-double-alt-up::before {
    content: "\e00c";
}
.k-i-arrow-double-60-up::before {
    content: "\e00c";
}
.k-i-arrow-seek-up::before {
    content: "\e00c";
}
.k-i-caret-double-alt-right::before {
    content: "\e00d";
}
.k-i-arrow-double-60-right::before {
    content: "\e00d";
}
.k-i-arrow-seek-right::before {
    content: "\e00d";
}
.k-i-forward-sm::before {
    content: "\e00d";
}
.k-i-caret-double-alt-down::before {
    content: "\e00e";
}
.k-i-arrow-double-60-down::before {
    content: "\e00e";
}
.k-i-arrow-seek-down::before {
    content: "\e00e";
}
.k-i-caret-double-alt-left::before {
    content: "\e00f";
}
.k-i-arrow-double-60-left::before {
    content: "\e00f";
}
.k-i-arrow-seek-left::before {
    content: "\e00f";
}
.k-i-rewind-sm::before {
    content: "\e00f";
}
.k-i-caret-alt-expand::before {
    content: "\e010";
}
.k-i-arrows-kpi::before {
    content: "\e010";
}
.k-i-kpi::before {
    content: "\e010";
}
.k-i-caret-alt-sort::before {
    content: "\e010";
}
.k-i-arrows-no-change::before {
    content: "\e011";
}
.k-i-arrow-overflow-down::before {
    content: "\e012";
}
.k-i-chevron-up::before {
    content: "\e013";
}
.k-i-arrow-chevron-up::before {
    content: "\e013";
}
.k-i-arrowhead-n::before {
    content: "\e013";
}
.k-i-chevron-right::before {
    content: "\e014";
}
.k-i-arrow-chevron-right::before {
    content: "\e014";
}
.k-i-arrowhead-e::before {
    content: "\e014";
}
.k-i-chevron-down::before {
    content: "\e015";
}
.k-i-arrow-chevron-down::before {
    content: "\e015";
}
.k-i-arrowhead-s::before {
    content: "\e015";
}
.k-i-chevron-left::before {
    content: "\e016";
}
.k-i-arrow-chevron-left::before {
    content: "\e016";
}
.k-i-arrowhead-w::before {
    content: "\e016";
}
.k-i-arrow-up::before {
    content: "\e017";
}
.k-i-arrow-right::before {
    content: "\e018";
}
.k-i-arrow-down::before {
    content: "\e019";
}
.k-i-arrow-left::before {
    content: "\e01a";
}
.k-i-level-down::before {
    content: "\e01b";
}
.k-i-arrow-drill::before {
    content: "\e01b";
}
.k-i-level-up::before {
    content: "\e01c";
}
.k-i-arrow-parent::before {
    content: "\e01c";
}
.k-i-level-to-top::before {
    content: "\e01d";
}
.k-i-arrow-root::before {
    content: "\e01d";
}
.k-i-level-root::before {
    content: "\e01d";
}
.k-i-col-resize::before {
    content: "\e01e";
}
.k-i-arrows-resizing::before {
    content: "\e01e";
}
.k-i-arrows-axes::before {
    content: "\e01f";
}
.k-i-arrows-dimensions::before {
    content: "\e01f";
}
.k-i-dimension::before {
    content: "\e01f";
}
.k-i-arrows-swap::before {
    content: "\e020";
}
.k-i-drag-and-drop::before {
    content: "\e021";
}
.k-i-categorize::before {
    content: "\e022";
}
.k-i-grid::before {
    content: "\e023";
}
.k-i-grid-layout::before {
    content: "\e024";
}
.k-i-group::before {
    content: "\e025";
}
.k-i-ungroup::before {
    content: "\e026";
}
.k-i-handler-drag::before {
    content: "\e027";
}
.k-i-layout::before {
    content: "\e028";
}
.k-i-layout-1-by-4::before {
    content: "\e029";
}
.k-i-layout-2-by-2::before {
    content: "\e02a";
}
.k-i-page-layout::before {
    content: "\e02a";
}
.k-i-layout-side-by-side::before {
    content: "\e02b";
}
.k-i-layout-stacked::before {
    content: "\e02c";
}
.k-i-columns::before {
    content: "\e02d";
}
.k-i-rows::before {
    content: "\e02e";
}
.k-i-reorder::before {
    content: "\e02f";
}
.k-i-menu::before {
    content: "\e030";
}
.k-i-hamburger::before {
    content: "\e030";
}
.k-i-more-vertical::before {
    content: "\e031";
}
.k-i-more-v::before {
    content: "\e031";
}
.k-i-vbars::before {
    content: "\e031";
}
.k-i-more-horizontal::before {
    content: "\e032";
}
.k-i-more-h::before {
    content: "\e032";
}
.k-i-hbars::before {
    content: "\e032";
}
.k-i-overlap::before {
    content: "\e033";
}
.k-i-home::before {
    content: "\e034";
}
.k-i-root::before {
    content: "\e034";
}
.k-i-height::before {
    content: "\e035";
}
.k-i-width::before {
    content: "\e036";
}
.k-i-max-height::before {
    content: "\e037";
}
.k-i-max-width::before {
    content: "\e038";
}
.k-i-min-height::before {
    content: "\e039";
}
.k-i-min-width::before {
    content: "\e03a";
}
.k-i-margin::before {
    content: "\e03b";
}
.k-i-margin-top::before {
    content: "\e03c";
}
.k-i-margin-right::before {
    content: "\e03d";
}
.k-i-margin-bottom::before {
    content: "\e03e";
}
.k-i-margin-left::before {
    content: "\e03f";
}
.k-i-padding::before {
    content: "\e040";
}
.k-i-padding-top::before {
    content: "\e041";
}
.k-i-padding-right::before {
    content: "\e042";
}
.k-i-padding-bottom::before {
    content: "\e043";
}
.k-i-padding-left::before {
    content: "\e044";
}
.k-i-border-style::before {
    content: "\e045";
}
.k-i-border-style-top::before {
    content: "\e046";
}
.k-i-border-style-right::before {
    content: "\e047";
}
.k-i-border-style-bottom::before {
    content: "\e048";
}
.k-i-border-style-left::before {
    content: "\e049";
}
.k-i-border-radius::before {
    content: "\e04a";
}
.k-i-border-radius-top-right::before {
    content: "\e04b";
}
.k-i-border-radius-bottom-right::before {
    content: "\e04c";
}
.k-i-border-radius-bottom-left::before {
    content: "\e04d";
}
.k-i-border-radius-top-left::before {
    content: "\e04e";
}
.k-i-outline-width::before {
    content: "\e04f";
}
.k-i-outline-offset::before {
    content: "\e050";
}
.k-i-box-sizing::before {
    content: "\e051";
}
.k-i-position-top::before {
    content: "\e052";
}
.k-i-position-right::before {
    content: "\e053";
}
.k-i-position-bottom::before {
    content: "\e054";
}
.k-i-position-left::before {
    content: "\e055";
}
.k-i-display-block::before {
    content: "\e056";
}
.k-i-display-inline-block::before {
    content: "\e057";
}
.k-i-display-flex::before {
    content: "\e058";
}
.k-i-display-inline-flex::before {
    content: "\e059";
}
.k-i-gap-column::before {
    content: "\e05a";
}
.k-i-gap-row::before {
    content: "\e05b";
}
.k-i-undo::before {
    content: "\e100";
}
.k-i-undo-large::before {
    content: "\e100";
}
.k-i-redo::before {
    content: "\e101";
}
.k-i-redo-large::before {
    content: "\e101";
}
.k-i-arrow-rotate-ccw::before {
    content: "\e102";
}
.k-i-reset::before {
    content: "\e102";
}
.k-i-arrow-rotate-cw::before {
    content: "\e103";
}
.k-i-reload::before {
    content: "\e103";
}
.k-i-refresh::before {
    content: "\e103";
}
.k-i-recurrence::before {
    content: "\e103";
}
.k-i-arrows-repeat::before {
    content: "\e103";
}
.k-i-arrows-no-repeat::before {
    content: "\e104";
}
.k-i-non-recurrence::before {
    content: "\e104";
}
.k-i-refresh-clear::before {
    content: "\e104";
}
.k-i-arrow-rotate-ccw-small::before {
    content: "\e105";
}
.k-i-reset-sm::before {
    content: "\e105";
}
.k-i-arrow-rotate-cw-small::before {
    content: "\e106";
}
.k-i-reload-sm::before {
    content: "\e106";
}
.k-i-refresh-sm::before {
    content: "\e106";
}
.k-i-recurrence-sm::before {
    content: "\e106";
}
.k-i-arrows-repeat-sm::before {
    content: "\e106";
}
.k-i-clock::before {
    content: "\e107";
}
.k-i-calendar::before {
    content: "\e108";
}
.k-i-save::before {
    content: "\e109";
}
.k-i-floppy::before {
    content: "\e109";
}
.k-i-print::before {
    content: "\e10a";
}
.k-i-printer::before {
    content: "\e10a";
}
.k-i-pencil::before {
    content: "\e10b";
}
.k-i-edit::before {
    content: "\e10b";
}
.k-i-trash::before {
    content: "\e10c";
}
.k-i-delete::before {
    content: "\e10c";
}
.k-i-paperclip::before {
    content: "\e10d";
}
.k-i-attachment::before {
    content: "\e10d";
}
.k-i-clip::before {
    content: "\e10d";
}
.k-i-paperclip-alt::before {
    content: "\e10e";
}
.k-i-attachment-45::before {
    content: "\e10e";
}
.k-i-clip-45::before {
    content: "\e10e";
}
.k-i-link::before {
    content: "\e10f";
}
.k-i-link-horizontal::before {
    content: "\e10f";
}
.k-i-hyperlink::before {
    content: "\e10f";
}
.k-i-link-h::before {
    content: "\e10f";
}
.k-i-unlink::before {
    content: "\e110";
}
.k-i-unlink-horizontal::before {
    content: "\e110";
}
.k-i-hyperlink-remove::before {
    content: "\e110";
}
.k-i-unlink-h::before {
    content: "\e110";
}
.k-i-link-vertical::before {
    content: "\e111";
}
.k-i-link-v::before {
    content: "\e111";
}
.k-i-unlink-vertical::before {
    content: "\e112";
}
.k-i-unlink-v::before {
    content: "\e112";
}
.k-i-lock::before {
    content: "\e113";
}
.k-i-unlock::before {
    content: "\e114";
}
.k-i-cancel::before {
    content: "\e115";
}
.k-i-cancel-outline::before {
    content: "\e116";
}
.k-i-deny::before {
    content: "\e116";
}
.k-i-cancel-circle::before {
    content: "\e117";
}
.k-i-check::before {
    content: "\e118";
}
.k-i-checkmark::before {
    content: "\e118";
}
.k-i-tick::before {
    content: "\e118";
}
.k-i-check-outline::before {
    content: "\e119";
}
.k-i-checkmark-outline::before {
    content: "\e119";
}
.k-i-success::before {
    content: "\e119";
}
.k-i-check-circle::before {
    content: "\e11a";
}
.k-i-checkmark-circle::before {
    content: "\e11a";
}
.k-i-x::before {
    content: "\e11b";
}
.k-i-close::before {
    content: "\e11b";
}
.k-i-clear::before {
    content: "\e11b";
}
.k-i-times::before {
    content: "\e11b";
}
.k-i-group-delete::before {
    content: "\e11b";
}
.k-i-x-outline::before {
    content: "\e11c";
}
.k-i-close-outline::before {
    content: "\e11c";
}
.k-i-clear-outline::before {
    content: "\e11c";
}
.k-i-times-outline::before {
    content: "\e11c";
}
.k-i-error::before {
    content: "\e11c";
}
.k-i-x-circle::before {
    content: "\e11d";
}
.k-i-close-circle::before {
    content: "\e11d";
}
.k-i-clear-circle::before {
    content: "\e11d";
}
.k-i-times-circle::before {
    content: "\e11d";
}
.k-i-plus::before {
    content: "\e11e";
}
.k-i-add::before {
    content: "\e11e";
}
.k-i-plus-outline::before {
    content: "\e11f";
}
.k-i-add-outline::before {
    content: "\e11f";
}
.k-i-plus-circle::before {
    content: "\e120";
}
.k-i-add-circle::before {
    content: "\e120";
}
.k-i-minus::before {
    content: "\e121";
}
.k-i-kpi-trend-equal::before {
    content: "\e121";
}
.k-i-minus-outline::before {
    content: "\e122";
}
.k-i-minus-circle::before {
    content: "\e123";
}
.k-i-sort-asc::before {
    content: "\e124";
}
.k-i-sort-desc::before {
    content: "\e125";
}
.k-i-sort-clear::before {
    content: "\e126";
}
.k-i-unsort::before {
    content: "\e126";
}
.k-i-sort-asc-small::before {
    content: "\e127";
}
.k-i-sort-asc-sm::before {
    content: "\e127";
}
.k-i-sort-desc-small::before {
    content: "\e128";
}
.k-i-sort-desc-sm::before {
    content: "\e128";
}
.k-i-filter::before {
    content: "\e129";
}
.k-i-filter-clear::before {
    content: "\e12a";
}
.k-i-filter-small::before {
    content: "\e12b";
}
.k-i-filter-sm::before {
    content: "\e12b";
}
.k-i-filter-sort-asc-small::before {
    content: "\e12c";
}
.k-i-filter-sort-asc-sm::before {
    content: "\e12c";
}
.k-i-filter-sort-desc-small::before {
    content: "\e12d";
}
.k-i-filter-sort-desc-sm::before {
    content: "\e12d";
}
.k-i-filter-add-expression::before {
    content: "\e12e";
}
.k-i-filter-add-group::before {
    content: "\e12f";
}
.k-i-login::before {
    content: "\e130";
}
.k-i-sign-in::before {
    content: "\e130";
}
.k-i-logout::before {
    content: "\e131";
}
.k-i-sign-out::before {
    content: "\e131";
}
.k-i-download::before {
    content: "\e132";
}
.k-i-upload::before {
    content: "\e133";
}
.k-i-hyperlink-open::before {
    content: "\e134";
}
.k-i-hyperlink-open-sm::before {
    content: "\e135";
}
.k-i-launch::before {
    content: "\e136";
}
.k-i-window::before {
    content: "\e137";
}
.k-i-window-maximize::before {
    content: "\e137";
}
.k-i-maximize::before {
    content: "\e137";
}
.k-i-window-restore::before {
    content: "\e138";
}
.k-i-windows::before {
    content: "\e138";
}
.k-i-tiles::before {
    content: "\e138";
}
.k-i-restore::before {
    content: "\e138";
}
.k-i-window-minimize::before {
    content: "\e139";
}
.k-i-minimize::before {
    content: "\e139";
}
.k-i-gear::before {
    content: "\e13a";
}
.k-i-cog::before {
    content: "\e13a";
}
.k-i-custom::before {
    content: "\e13a";
}
.k-i-gears::before {
    content: "\e13b";
}
.k-i-cogs::before {
    content: "\e13b";
}
.k-i-wrench::before {
    content: "\e13c";
}
.k-i-settings::before {
    content: "\e13c";
}
.k-i-eye::before {
    content: "\e13d";
}
.k-i-preview::before {
    content: "\e13d";
}
.k-i-search::before {
    content: "\e13e";
}
.k-i-zoom::before {
    content: "\e13e";
}
.k-i-zoom-in::before {
    content: "\e13f";
}
.k-i-zoom-out::before {
    content: "\e140";
}
.k-i-arrows-move::before {
    content: "\e141";
}
.k-i-pan::before {
    content: "\e141";
}
.k-i-move::before {
    content: "\e141";
}
.k-i-calculator::before {
    content: "\e142";
}
.k-i-cart::before {
    content: "\e143";
}
.k-i-shopping-cart::before {
    content: "\e143";
}
.k-i-connector::before {
    content: "\e144";
}
.k-i-plus-sm::before {
    content: "\e145";
}
.k-i-splus::before {
    content: "\e145";
}
.k-i-minus-sm::before {
    content: "\e146";
}
.k-i-sminus::before {
    content: "\e146";
}
.k-i-kpi-status-deny::before {
    content: "\e147";
}
.k-i-kpi-status-hold::before {
    content: "\e148";
}
.k-i-kpi-status-open::before {
    content: "\e149";
}
.k-i-equal::before {
    content: "\e14a";
}
.k-i-not-equal::before {
    content: "\e14b";
}
.k-i-less-or-equal::before {
    content: "\e14c";
}
.k-i-greater-or-equal::before {
    content: "\e14d";
}
.k-i-divide::before {
    content: "\e14e";
}
.k-i-accessibility::before {
    content: "\e14f";
}
.k-i-barcode-outline::before {
    content: "\e150";
}
.k-i-barcode::before {
    content: "\e151";
}
.k-i-barcode-scanner::before {
    content: "\e152";
}
.k-i-qr-code-outline::before {
    content: "\e153";
}
.k-i-qr-code::before {
    content: "\e154";
}
.k-i-qr-code-scanner::before {
    content: "\e155";
}
.k-i-barcode-qr-code-scanner::before {
    content: "\e156";
}
.k-i-signature::before {
    content: "\e157";
}
.k-i-hand::before {
    content: "\e158";
}
.k-i-pointer::before {
    content: "\e159";
}
.k-i-cursor::before {
    content: "\e159";
}
.k-i-stick::before {
    content: "\e15a";
}
.k-i-unstick::before {
    content: "\e15b";
}
.k-i-set-column-position::before {
    content: "\e15c";
}
.k-i-play::before {
    content: "\e200";
}
.k-i-pause::before {
    content: "\e201";
}
.k-i-stop::before {
    content: "\e202";
}
.k-i-rewind::before {
    content: "\e203";
}
.k-i-forward::before {
    content: "\e204";
}
.k-i-volume-down::before {
    content: "\e205";
}
.k-i-volume-low::before {
    content: "\e205";
}
.k-i-volume-up::before {
    content: "\e206";
}
.k-i-volume-high::before {
    content: "\e206";
}
.k-i-volume-mute::before {
    content: "\e207";
}
.k-i-volume-off::before {
    content: "\e207";
}
.k-i-hd::before {
    content: "\e208";
}
.k-i-closed-captions::before {
    content: "\e209";
}
.k-i-subtitles::before {
    content: "\e209";
}
.k-i-playlist::before {
    content: "\e20a";
}
.k-i-music-notes::before {
    content: "\e20b";
}
.k-i-audio::before {
    content: "\e20b";
}
.k-i-play-sm::before {
    content: "\e20c";
}
.k-i-pause-sm::before {
    content: "\e20d";
}
.k-i-stop-sm::before {
    content: "\e20e";
}
.k-i-heart-outline::before {
    content: "\e300";
}
.k-i-fav-outline::before {
    content: "\e300";
}
.k-i-favorite-outline::before {
    content: "\e300";
}
.k-i-heart::before {
    content: "\e301";
}
.k-i-fav::before {
    content: "\e301";
}
.k-i-favorite::before {
    content: "\e301";
}
.k-i-star-outline::before {
    content: "\e302";
}
.k-i-bookmark-outline::before {
    content: "\e302";
}
.k-i-star::before {
    content: "\e303";
}
.k-i-bookmark::before {
    content: "\e303";
}
.k-i-checkbox::before {
    content: "\e304";
}
.k-i-shape-rect::before {
    content: "\e304";
}
.k-i-checkbox-checked::before {
    content: "\e305";
}
.k-i-checkbox-indeterminate::before {
    content: "\e306";
}
.k-i-tri-state-indeterminate::before {
    content: "\e306";
}
.k-i-checkbox-null::before {
    content: "\e307";
}
.k-i-tri-state-null::before {
    content: "\e307";
}
.k-i-circle::before {
    content: "\e308";
}
.k-i-radiobutton::before {
    content: "\e309";
}
.k-i-shape-circle::before {
    content: "\e309";
}
.k-i-radiobutton-checked::before {
    content: "\e30a";
}
.k-i-bell::before {
    content: "\e400";
}
.k-i-notification::before {
    content: "\e400";
}
.k-i-info-circle::before {
    content: "\e401";
}
.k-i-information::before {
    content: "\e401";
}
.k-i-info::before {
    content: "\e401";
}
.k-i-note::before {
    content: "\e401";
}
.k-i-question-circle::before {
    content: "\e402";
}
.k-i-question::before {
    content: "\e402";
}
.k-i-help::before {
    content: "\e402";
}
.k-i-exclamation-circle::before {
    content: "\e403";
}
.k-i-warning::before {
    content: "\e403";
}
.k-i-exception::before {
    content: "\e403";
}
.k-i-camera::before {
    content: "\e500";
}
.k-i-photo-camera::before {
    content: "\e500";
}
.k-i-image::before {
    content: "\e501";
}
.k-i-photo::before {
    content: "\e501";
}
.k-i-image-export::before {
    content: "\e502";
}
.k-i-photo-export::before {
    content: "\e502";
}
.k-i-zoom-actual-size::before {
    content: "\e503";
}
.k-i-zoom-best-fit::before {
    content: "\e504";
}
.k-i-image-resize::before {
    content: "\e505";
}
.k-i-crop::before {
    content: "\e506";
}
.k-i-mirror::before {
    content: "\e507";
}
.k-i-flip-horizontal::before {
    content: "\e508";
}
.k-i-flip-h::before {
    content: "\e508";
}
.k-i-flip-vertical::before {
    content: "\e509";
}
.k-i-flip-v::before {
    content: "\e509";
}
.k-i-rotate::before {
    content: "\e50a";
}
.k-i-rotate-right::before {
    content: "\e50b";
}
.k-i-rotate-cw::before {
    content: "\e50b";
}
.k-i-rotate-left::before {
    content: "\e50c";
}
.k-i-rotate-ccw::before {
    content: "\e50c";
}
.k-i-brush::before {
    content: "\e50d";
}
.k-i-palette::before {
    content: "\e50e";
}
.k-i-droplet::before {
    content: "\e50f";
}
.k-i-paint::before {
    content: "\e50f";
}
.k-i-background::before {
    content: "\e50f";
}
.k-i-shape-line::before {
    content: "\e510";
}
.k-i-line::before {
    content: "\e510";
}
.k-i-brightness-contrast::before {
    content: "\e511";
}
.k-i-sliders::before {
    content: "\e512";
}
.k-i-saturation::before {
    content: "\e512";
}
.k-i-invert-colors::before {
    content: "\e513";
}
.k-i-transparency::before {
    content: "\e514";
}
.k-i-opacity::before {
    content: "\e514";
}
.k-i-grayscale::before {
    content: "\e515";
}
.k-i-blur::before {
    content: "\e516";
}
.k-i-sharpen::before {
    content: "\e517";
}
.k-i-shapes::before {
    content: "\e518";
}
.k-i-shape::before {
    content: "\e518";
}
.k-i-round-corners::before {
    content: "\e519";
}
.k-i-bring-to-front::before {
    content: "\e51a";
}
.k-i-front-element::before {
    content: "\e51a";
}
.k-i-bring-to-back::before {
    content: "\e51b";
}
.k-i-back-element::before {
    content: "\e51b";
}
.k-i-bring-forward::before {
    content: "\e51c";
}
.k-i-forward-element::before {
    content: "\e51c";
}
.k-i-bring-backward::before {
    content: "\e51d";
}
.k-i-backward-element::before {
    content: "\e51d";
}
.k-i-align-self-start::before {
    content: "\e51e";
}
.k-i-align-left-element::before {
    content: "\e51e";
}
.k-i-align-self-center::before {
    content: "\e51f";
}
.k-i-align-center-element::before {
    content: "\e51f";
}
.k-i-align-self-end::before {
    content: "\e520";
}
.k-i-align-right-element::before {
    content: "\e520";
}
.k-i-align-self-start-alt::before {
    content: "\e521";
}
.k-i-align-top-element::before {
    content: "\e521";
}
.k-i-align-self-center-alt::before {
    content: "\e522";
}
.k-i-align-middle-element::before {
    content: "\e522";
}
.k-i-align-self-end-alt::before {
    content: "\e523";
}
.k-i-align-bottom-element::before {
    content: "\e523";
}
.k-i-thumbnails-up::before {
    content: "\e524";
}
.k-i-thumbnails-right::before {
    content: "\e525";
}
.k-i-thumbnails-down::before {
    content: "\e526";
}
.k-i-thumbnails-left::before {
    content: "\e527";
}
.k-i-fullscreen::before {
    content: "\e528";
}
.k-i-full-screen::before {
    content: "\e528";
}
.k-i-fullscreen-enter::before {
    content: "\e528";
}
.k-i-fullscreen-exit::before {
    content: "\e529";
}
.k-i-full-screen-exit::before {
    content: "\e529";
}
.k-i-droplet-slash::before {
    content: "\e52a";
}
.k-i-reset-color::before {
    content: "\e52a";
}
.k-i-paint-remove::before {
    content: "\e52a";
}
.k-i-background-remove::before {
    content: "\e52a";
}
.k-i-photos::before {
    content: "\e52b";
}
.k-i-images::before {
    content: "\e52b";
}
.k-i-gallery::before {
    content: "\e52b";
}
.k-i-align-to-grid::before {
    content: "\e52c";
}
.k-i-size-to-grid::before {
    content: "\e52d";
}
.k-i-make-same-size::before {
    content: "\e52e";
}
.k-i-make-same-width::before {
    content: "\e52f";
}
.k-i-make-same-height::before {
    content: "\e530";
}
.k-i-make-horizontal-spacing-equal::before {
    content: "\e531";
}
.k-i-increase-horizontal-spacing::before {
    content: "\e532";
}
.k-i-decrease-horizontal-spacing::before {
    content: "\e533";
}
.k-i-remove-horizontal-spacing::before {
    content: "\e534";
}
.k-i-make-vertical-spacing-equal::before {
    content: "\e535";
}
.k-i-increase-vertical-spacing::before {
    content: "\e536";
}
.k-i-decrease-vertical-spacing::before {
    content: "\e537";
}
.k-i-remove-vertical-spacing::before {
    content: "\e538";
}
.k-i-eyedropper::before {
    content: "\e539";
}
.k-i-snap-grid::before {
    content: "\e53a";
}
.k-i-snap-to-gridlines::before {
    content: "\e53b";
}
.k-i-snap-to-snaplines::before {
    content: "\e53c";
}
.k-i-dimentions::before {
    content: "\e53d";
}
.k-i-align-self-stretch::before {
    content: "\e53e";
}
.k-i-align-stretch-element-horizontal::before {
    content: "\e53e";
}
.k-i-align-self-stretch-alt::before {
    content: "\e53f";
}
.k-i-align-stretch-element-vertical::before {
    content: "\e53f";
}
.k-i-align-items-start::before {
    content: "\e540";
}
.k-i-align-left-elements::before {
    content: "\e540";
}
.k-i-align-items-center::before {
    content: "\e541";
}
.k-i-align-center-elements::before {
    content: "\e541";
}
.k-i-align-items-end::before {
    content: "\e542";
}
.k-i-align-right-elements::before {
    content: "\e542";
}
.k-i-align-items-stretch::before {
    content: "\e543";
}
.k-i-align-stretch-elements-horizontal::before {
    content: "\e543";
}
.k-i-align-items-baseline::before {
    content: "\e544";
}
.k-i-align-baseline-horizontal::before {
    content: "\e544";
}
.k-i-align-items-start-alt::before {
    content: "\e545";
}
.k-i-align-top-elements::before {
    content: "\e545";
}
.k-i-align-items-center-alt::before {
    content: "\e546";
}
.k-i-align-middle-elements::before {
    content: "\e546";
}
.k-i-align-items-end-alt::before {
    content: "\e547";
}
.k-i-align-bottom-elements::before {
    content: "\e547";
}
.k-i-align-items-stretch-alt::before {
    content: "\e548";
}
.k-i-align-stretch-elements-vertical::before {
    content: "\e548";
}
.k-i-align-items-baseline-alt::before {
    content: "\e549";
}
.k-i-align-baseline-vertical::before {
    content: "\e549";
}
.k-i-justify-content-start::before {
    content: "\e54a";
}
.k-i-justify-start-horizontal::before {
    content: "\e54a";
}
.k-i-justify-content-center::before {
    content: "\e54b";
}
.k-i-justify-center-horizontal::before {
    content: "\e54b";
}
.k-i-justify-content-end::before {
    content: "\e54c";
}
.k-i-justify-end-horizontal::before {
    content: "\e54c";
}
.k-i-justify-content-between::before {
    content: "\e54d";
}
.k-i-justify-between-horizontal::before {
    content: "\e54d";
}
.k-i-justify-content-around::before {
    content: "\e54e";
}
.k-i-justify-around-horizontal::before {
    content: "\e54e";
}
.k-i-justify-content-start-alt::before {
    content: "\e54f";
}
.k-i-justify-start-vertical::before {
    content: "\e54f";
}
.k-i-justify-content-center-alt::before {
    content: "\e550";
}
.k-i-justify-center-vertical::before {
    content: "\e550";
}
.k-i-justify-content-end-alt::before {
    content: "\e551";
}
.k-i-justify-end-vertical::before {
    content: "\e551";
}
.k-i-justify-content-between-alt::before {
    content: "\e552";
}
.k-i-justify-between-vertical::before {
    content: "\e552";
}
.k-i-justify-content-around-alt::before {
    content: "\e553";
}
.k-i-justify-around-vertical::before {
    content: "\e553";
}
.k-i-file-wrench::before {
    content: "\e600";
}
.k-i-page-properties::before {
    content: "\e600";
}
.k-i-bold::before {
    content: "\e601";
}
.k-i-italic::before {
    content: "\e602";
}
.k-i-underline::before {
    content: "\e603";
}
.k-i-font-family::before {
    content: "\e604";
}
.k-i-foreground-color::before {
    content: "\e605";
}
.k-i-text::before {
    content: "\e605";
}
.k-i-convert-lowercase::before {
    content: "\e606";
}
.k-i-convert-uppercase::before {
    content: "\e607";
}
.k-i-strikethrough::before {
    content: "\e608";
}
.k-i-strike-through::before {
    content: "\e608";
}
.k-i-subscript::before {
    content: "\e609";
}
.k-i-sub-script::before {
    content: "\e609";
}
.k-i-supscript::before {
    content: "\e60a";
}
.k-i-sup-script::before {
    content: "\e60a";
}
.k-i-superscript::before {
    content: "\e60a";
}
.k-i-div::before {
    content: "\e60b";
}
.k-i-all::before {
    content: "\e60c";
}
.k-i-h1::before {
    content: "\e60d";
}
.k-i-h2::before {
    content: "\e60e";
}
.k-i-h3::before {
    content: "\e60f";
}
.k-i-h4::before {
    content: "\e610";
}
.k-i-h5::before {
    content: "\e611";
}
.k-i-h6::before {
    content: "\e612";
}
.k-i-list-ordered::before {
    content: "\e613";
}
.k-i-list-numbered::before {
    content: "\e613";
}
.k-i-insert-ordered-list::before {
    content: "\e613";
}
.k-i-list-unordered::before {
    content: "\e614";
}
.k-i-list-bulleted::before {
    content: "\e614";
}
.k-i-insert-unordered-list::before {
    content: "\e614";
}
.k-i-indent::before {
    content: "\e615";
}
.k-i-indent-increase::before {
    content: "\e615";
}
.k-i-outdent::before {
    content: "\e616";
}
.k-i-indent-decrease::before {
    content: "\e616";
}
.k-i-insert-top::before {
    content: "\e617";
}
.k-i-insert-up::before {
    content: "\e617";
}
.k-i-insert-n::before {
    content: "\e617";
}
.k-i-insert-middle::before {
    content: "\e618";
}
.k-i-insert-m::before {
    content: "\e618";
}
.k-i-insert-bottom::before {
    content: "\e619";
}
.k-i-insert-down::before {
    content: "\e619";
}
.k-i-insert-s::before {
    content: "\e619";
}
.k-i-align-top::before {
    content: "\e61a";
}
.k-i-align-middle::before {
    content: "\e61b";
}
.k-i-align-bottom::before {
    content: "\e61c";
}
.k-i-align-left::before {
    content: "\e61d";
}
.k-i-justify-left::before {
    content: "\e61d";
}
.k-i-align-center::before {
    content: "\e61e";
}
.k-i-justify-center::before {
    content: "\e61e";
}
.k-i-align-right::before {
    content: "\e61f";
}
.k-i-justify-left::before {
    content: "\e61f";
}
.k-i-align-justify::before {
    content: "\e620";
}
.k-i-justify-full::before {
    content: "\e620";
}
.k-i-align-remove::before {
    content: "\e621";
}
.k-i-justify-clear::before {
    content: "\e621";
}
.k-i-text-wrap::before {
    content: "\e622";
}
.k-i-horizontal-rule::before {
    content: "\e623";
}
.k-i-rule-horizontal::before {
    content: "\e623";
}
.k-i-hr::before {
    content: "\e623";
}
.k-i-table-align-top-left::before {
    content: "\e624";
}
.k-i-table-align-top-center::before {
    content: "\e625";
}
.k-i-table-align-top-right::before {
    content: "\e626";
}
.k-i-table-align-middle-left::before {
    content: "\e627";
}
.k-i-table-align-middle-center::before {
    content: "\e628";
}
.k-i-table-align-middle-right::before {
    content: "\e629";
}
.k-i-table-align-bottom-left::before {
    content: "\e62a";
}
.k-i-table-align-bottom-center::before {
    content: "\e62b";
}
.k-i-table-align-bottom-right::before {
    content: "\e62c";
}
.k-i-table-align-remove::before {
    content: "\e62d";
}
.k-i-borders-all::before {
    content: "\e62e";
}
.k-i-all-borders::before {
    content: "\e62e";
}
.k-i-borders-outside::before {
    content: "\e62f";
}
.k-i-outside-borders::before {
    content: "\e62f";
}
.k-i-borders-inside::before {
    content: "\e630";
}
.k-i-inside-borders::before {
    content: "\e630";
}
.k-i-borders-inside-horizontal::before {
    content: "\e631";
}
.k-i-border-inside-h::before {
    content: "\e631";
}
.k-i-inside-horizontal-borders::before {
    content: "\e631";
}
.k-i-borders-inside-vertical::before {
    content: "\e632";
}
.k-i-borders-inside-v::before {
    content: "\e632";
}
.k-i-inside-vertical-borders::before {
    content: "\e632";
}
.k-i-border-top::before {
    content: "\e633";
}
.k-i-top-border::before {
    content: "\e633";
}
.k-i-border-bottom::before {
    content: "\e634";
}
.k-i-bottom-border::before {
    content: "\e634";
}
.k-i-border-left::before {
    content: "\e635";
}
.k-i-left-border::before {
    content: "\e635";
}
.k-i-border-right::before {
    content: "\e636";
}
.k-i-right-border::before {
    content: "\e636";
}
.k-i-borders-none::before {
    content: "\e637";
}
.k-i-border-no::before {
    content: "\e637";
}
.k-i-no-borders::before {
    content: "\e637";
}
.k-i-borders-show-hide::before {
    content: "\e638";
}
.k-i-form::before {
    content: "\e639";
}
.k-i-border::before {
    content: "\e639";
}
.k-i-form-element::before {
    content: "\e63a";
}
.k-i-code-snippet::before {
    content: "\e63b";
}
.k-i-select-all::before {
    content: "\e63c";
}
.k-i-button::before {
    content: "\e63d";
}
.k-i-select-box::before {
    content: "\e63e";
}
.k-i-calendar-date::before {
    content: "\e63f";
}
.k-i-group-box::before {
    content: "\e640";
}
.k-i-textarea::before {
    content: "\e641";
}
.k-i-textbox::before {
    content: "\e642";
}
.k-i-textbox-hidden::before {
    content: "\e643";
}
.k-i-password::before {
    content: "\e644";
}
.k-i-paragraph-add::before {
    content: "\e645";
}
.k-i-edit-tools::before {
    content: "\e646";
}
.k-i-template-manager::before {
    content: "\e647";
}
.k-i-change-manually::before {
    content: "\e648";
}
.k-i-track-changes::before {
    content: "\e649";
}
.k-i-track-changes-enable::before {
    content: "\e64a";
}
.k-i-track-changes-accept::before {
    content: "\e64b";
}
.k-i-track-changes-accept-all::before {
    content: "\e64c";
}
.k-i-track-changes-reject::before {
    content: "\e64d";
}
.k-i-track-changes-reject-all::before {
    content: "\e64e";
}
.k-i-document-manager::before {
    content: "\e64f";
}
.k-i-custom-icon::before {
    content: "\e650";
}
.k-i-book::before {
    content: "\e651";
}
.k-i-dictionary-add::before {
    content: "\e651";
}
.k-i-image-add::before {
    content: "\e652";
}
.k-i-image-light-dialog::before {
    content: "\e652";
}
.k-i-image-insert::before {
    content: "\e652";
}
.k-i-insert-image::before {
    content: "\e652";
}
.k-i-image-edit::before {
    content: "\e653";
}
.k-i-image-map-editor::before {
    content: "\e654";
}
.k-i-comment::before {
    content: "\e655";
}
.k-i-comment-remove::before {
    content: "\e656";
}
.k-i-comments-remove::before {
    content: "\e657";
}
.k-i-comments-remove-all::before {
    content: "\e657";
}
.k-i-silverlight::before {
    content: "\e658";
}
.k-i-media-manager::before {
    content: "\e659";
}
.k-i-video-external::before {
    content: "\e65a";
}
.k-i-flash-manager::before {
    content: "\e65b";
}
.k-i-binoculars::before {
    content: "\e65c";
}
.k-i-find-and-replace::before {
    content: "\e65c";
}
.k-i-find::before {
    content: "\e65c";
}
.k-i-copy::before {
    content: "\e65d";
}
.k-i-files::before {
    content: "\e65d";
}
.k-i-cut::before {
    content: "\e65e";
}
.k-i-clipboard::before {
    content: "\e65f";
}
.k-i-paste::before {
    content: "\e65f";
}
.k-i-clipboard-code::before {
    content: "\e660";
}
.k-i-paste-as-html::before {
    content: "\e660";
}
.k-i-clipboard-word::before {
    content: "\e661";
}
.k-i-paste-from-word::before {
    content: "\e661";
}
.k-i-clipboard-word-alt::before {
    content: "\e662";
}
.k-i-paste-from-word-strip-file::before {
    content: "\e662";
}
.k-i-clipboard-html::before {
    content: "\e663";
}
.k-i-paste-html::before {
    content: "\e663";
}
.k-i-clipboard-markdown::before {
    content: "\e664";
}
.k-i-paste-markdown::before {
    content: "\e664";
}
.k-i-clipboard-text::before {
    content: "\e665";
}
.k-i-paste-plain-text::before {
    content: "\e665";
}
.k-i-apply-format::before {
    content: "\e666";
}
.k-i-clear-css::before {
    content: "\e667";
}
.k-i-clearformat::before {
    content: "\e667";
}
.k-i-copy-format::before {
    content: "\e668";
}
.k-i-strip-all-formatting::before {
    content: "\e669";
}
.k-i-strip-css-format::before {
    content: "\e66a";
}
.k-i-strip-font-elements::before {
    content: "\e66b";
}
.k-i-strip-span-elements::before {
    content: "\e66c";
}
.k-i-strip-word-formatting::before {
    content: "\e66d";
}
.k-i-format-code-block::before {
    content: "\e66e";
}
.k-i-building-blocks::before {
    content: "\e66f";
}
.k-i-style-builder::before {
    content: "\e66f";
}
.k-i-puzzle-piece::before {
    content: "\e670";
}
.k-i-module-manager::before {
    content: "\e670";
}
.k-i-puzzle::before {
    content: "\e670";
}
.k-i-link-add::before {
    content: "\e671";
}
.k-i-hyperlink-light-dialog::before {
    content: "\e671";
}
.k-i-hyperlink-insert::before {
    content: "\e671";
}
.k-i-globe-link::before {
    content: "\e672";
}
.k-i-hyperlink-globe::before {
    content: "\e672";
}
.k-i-globe-unlink::before {
    content: "\e673";
}
.k-i-hyperlink-globe-remove::before {
    content: "\e673";
}
.k-i-envelop-link::before {
    content: "\e674";
}
.k-i-hyperlink-email::before {
    content: "\e674";
}
.k-i-anchor::before {
    content: "\e675";
}
.k-i-table-add::before {
    content: "\e676";
}
.k-i-table-light-dialog::before {
    content: "\e676";
}
.k-i-table-insert::before {
    content: "\e676";
}
.k-i-create-table::before {
    content: "\e676";
}
.k-i-table::before {
    content: "\e677";
}
.k-i-table-properties::before {
    content: "\e678";
}
.k-i-table-cell::before {
    content: "\e679";
}
.k-i-table-cell-properties::before {
    content: "\e67a";
}
.k-i-table-column-insert-left::before {
    content: "\e67b";
}
.k-i-add-column-left::before {
    content: "\e67b";
}
.k-i-table-column-insert-right::before {
    content: "\e67c";
}
.k-i-add-column-right::before {
    content: "\e67c";
}
.k-i-table-row-insert-above::before {
    content: "\e67d";
}
.k-i-add-row-above::before {
    content: "\e67d";
}
.k-i-table-row-insert-below::before {
    content: "\e67e";
}
.k-i-add-row-below::before {
    content: "\e67e";
}
.k-i-table-column-delete::before {
    content: "\e67f";
}
.k-i-delete-column::before {
    content: "\e67f";
}
.k-i-table-row-delete::before {
    content: "\e680";
}
.k-i-delete-row::before {
    content: "\e680";
}
.k-i-table-cell-delete::before {
    content: "\e681";
}
.k-i-table-delete::before {
    content: "\e682";
}
.k-i-cells-merge::before {
    content: "\e683";
}
.k-i-merge-cells::before {
    content: "\e683";
}
.k-i-cells-merge-horizontally::before {
    content: "\e684";
}
.k-i-cells-merge-h::before {
    content: "\e684";
}
.k-i-merge-horizontally::before {
    content: "\e684";
}
.k-i-cells-merge-vertically::before {
    content: "\e685";
}
.k-i-cells-merge-v::before {
    content: "\e685";
}
.k-i-merge-vertically::before {
    content: "\e685";
}
.k-i-cell-split-horizontally::before {
    content: "\e686";
}
.k-i-cells-split-h::before {
    content: "\e686";
}
.k-i-cell-split-vertically::before {
    content: "\e687";
}
.k-i-cells-split-v::before {
    content: "\e687";
}
.k-i-table-unmerge::before {
    content: "\e688";
}
.k-i-normal-layout::before {
    content: "\e688";
}
.k-i-pane-freeze::before {
    content: "\e689";
}
.k-i-freeze-pane::before {
    content: "\e689";
}
.k-i-row-freeze::before {
    content: "\e68a";
}
.k-i-freeze-row::before {
    content: "\e68a";
}
.k-i-column-freeze::before {
    content: "\e68b";
}
.k-i-col-freeze::before {
    content: "\e68b";
}
.k-i-freeze-col::before {
    content: "\e68b";
}
.k-i-toolbar-float::before {
    content: "\e68c";
}
.k-i-spell-checker::before {
    content: "\e68d";
}
.k-i-validation-xhtml::before {
    content: "\e68e";
}
.k-i-validation-data::before {
    content: "\e68f";
}
.k-i-toggle-full-screen-mode::before {
    content: "\e690";
}
.k-i-formula-fx::before {
    content: "\e691";
}
.k-i-fx::before {
    content: "\e691";
}
.k-i-sum::before {
    content: "\e692";
}
.k-i-symbol::before {
    content: "\e693";
}
.k-i-dollar::before {
    content: "\e694";
}
.k-i-currency::before {
    content: "\e694";
}
.k-i-percent::before {
    content: "\e695";
}
.k-i-custom-format::before {
    content: "\e696";
}
.k-i-format-number::before {
    content: "\e696";
}
.k-i-decimal-increase::before {
    content: "\e697";
}
.k-i-increace-decimal::before {
    content: "\e697";
}
.k-i-decimal-decrease::before {
    content: "\e698";
}
.k-i-decrease-decimal::before {
    content: "\e698";
}
.k-i-font-size::before {
    content: "\e699";
}
.k-i-image-absolute-position::before {
    content: "\e69a";
}
.k-i-table-wizard::before {
    content: "\e69b";
}
.k-i-crosstab::before {
    content: "\e69c";
}
.k-i-crosstab-wizard::before {
    content: "\e69d";
}
.k-i-table-body::before {
    content: "\e69e";
}
.k-i-table-column-groups::before {
    content: "\e69f";
}
.k-i-table-corner::before {
    content: "\e6a0";
}
.k-i-table-row-groups::before {
    content: "\e6a1";
}
.k-i-globe-outline::before {
    content: "\e700";
}
.k-i-globe::before {
    content: "\e701";
}
.k-i-map-marker::before {
    content: "\e702";
}
.k-i-marker-pin::before {
    content: "\e702";
}
.k-i-map-marker-target::before {
    content: "\e703";
}
.k-i-marker-pin-target::before {
    content: "\e703";
}
.k-i-pin::before {
    content: "\e704";
}
.k-i-unpin::before {
    content: "\e705";
}
.k-i-share::before {
    content: "\e800";
}
.k-i-user::before {
    content: "\e801";
}
.k-i-inbox::before {
    content: "\e802";
}
.k-i-blogger::before {
    content: "\e803";
}
.k-i-blogger-box::before {
    content: "\e804";
}
.k-i-delicious::before {
    content: "\e805";
}
.k-i-delicious-box::before {
    content: "\e806";
}
.k-i-digg::before {
    content: "\e807";
}
.k-i-digg-box::before {
    content: "\e808";
}
.k-i-envelop::before {
    content: "\e809";
}
.k-i-email::before {
    content: "\e809";
}
.k-i-letter::before {
    content: "\e809";
}
.k-i-envelop-box::before {
    content: "\e80a";
}
.k-i-email-box::before {
    content: "\e80a";
}
.k-i-letter-box::before {
    content: "\e80a";
}
.k-i-facebook::before {
    content: "\e80b";
}
.k-i-facebook-box::before {
    content: "\e80c";
}
.k-i-google::before {
    content: "\e80d";
}
.k-i-google-box::before {
    content: "\e80e";
}
.k-i-google-plus::before {
    content: "\e80f";
}
.k-i-google-plus-box::before {
    content: "\e810";
}
.k-i-linkedin::before {
    content: "\e811";
}
.k-i-linkedin-box::before {
    content: "\e812";
}
.k-i-myspace::before {
    content: "\e813";
}
.k-i-myspace-box::before {
    content: "\e814";
}
.k-i-pinterest::before {
    content: "\e815";
}
.k-i-pinterest-box::before {
    content: "\e816";
}
.k-i-reddit::before {
    content: "\e817";
}
.k-i-reddit-box::before {
    content: "\e818";
}
.k-i-stumble-upon::before {
    content: "\e819";
}
.k-i-stumble-upon-box::before {
    content: "\e81a";
}
.k-i-tell-a-friend::before {
    content: "\e81b";
}
.k-i-tell-a-friend-box::before {
    content: "\e81c";
}
.k-i-tumblr::before {
    content: "\e81d";
}
.k-i-tumblr-box::before {
    content: "\e81e";
}
.k-i-twitter::before {
    content: "\e81f";
}
.k-i-twitter-box::before {
    content: "\e820";
}
.k-i-yammer::before {
    content: "\e821";
}
.k-i-yammer-box::before {
    content: "\e822";
}
.k-i-behance::before {
    content: "\e823";
}
.k-i-behance-box::before {
    content: "\e824";
}
.k-i-dribbble::before {
    content: "\e825";
}
.k-i-dribbble-box::before {
    content: "\e826";
}
.k-i-rss::before {
    content: "\e827";
}
.k-i-rss-box::before {
    content: "\e828";
}
.k-i-vimeo::before {
    content: "\e829";
}
.k-i-vimeo-box::before {
    content: "\e82a";
}
.k-i-youtube::before {
    content: "\e82b";
}
.k-i-youtube-box::before {
    content: "\e82c";
}
.k-i-folder::before {
    content: "\e900";
}
.k-i-folder-open::before {
    content: "\e901";
}
.k-i-folder-add::before {
    content: "\e902";
}
.k-i-folder-up::before {
    content: "\e903";
}
.k-i-folder-more::before {
    content: "\e904";
}
.k-i-fields-more::before {
    content: "\e904";
}
.k-i-aggregate-fields::before {
    content: "\e905";
}
.k-i-file::before {
    content: "\e906";
}
.k-i-file-vertical::before {
    content: "\e906";
}
.k-i-page-portrait::before {
    content: "\e906";
}
.k-i-file-v::before {
    content: "\e906";
}
.k-i-file-add::before {
    content: "\e907";
}
.k-i-insert-file::before {
    content: "\e907";
}
.k-i-file-txt::before {
    content: "\e908";
}
.k-i-txt::before {
    content: "\e908";
}
.k-i-file-csv::before {
    content: "\e909";
}
.k-i-csv::before {
    content: "\e909";
}
.k-i-file-excel::before {
    content: "\e90a";
}
.k-i-file-xls::before {
    content: "\e90a";
}
.k-i-excel::before {
    content: "\e90a";
}
.k-i-xls::before {
    content: "\e90a";
}
.k-i-xlsa::before {
    content: "\e90a";
}
.k-i-file-word::before {
    content: "\e90b";
}
.k-i-file-doc::before {
    content: "\e90b";
}
.k-i-word::before {
    content: "\e90b";
}
.k-i-doc::before {
    content: "\e90b";
}
.k-i-file-mdb::before {
    content: "\e90c";
}
.k-i-mdb::before {
    content: "\e90c";
}
.k-i-file-ppt::before {
    content: "\e90d";
}
.k-i-ppt::before {
    content: "\e90d";
}
.k-i-file-pdf::before {
    content: "\e90e";
}
.k-i-pdf::before {
    content: "\e90e";
}
.k-i-pdfa::before {
    content: "\e90e";
}
.k-i-file-psd::before {
    content: "\e90f";
}
.k-i-psd::before {
    content: "\e90f";
}
.k-i-file-flash::before {
    content: "\e910";
}
.k-i-flash::before {
    content: "\e910";
}
.k-i-file-config::before {
    content: "\e911";
}
.k-i-config::before {
    content: "\e911";
}
.k-i-file-ascx::before {
    content: "\e912";
}
.k-i-ascx::before {
    content: "\e912";
}
.k-i-file-bac::before {
    content: "\e913";
}
.k-i-bac::before {
    content: "\e913";
}
.k-i-file-zip::before {
    content: "\e914";
}
.k-i-zip::before {
    content: "\e914";
}
.k-i-film::before {
    content: "\e915";
}
.k-i-css3::before {
    content: "\e916";
}
.k-i-html5::before {
    content: "\e917";
}
.k-i-code::before {
    content: "\e918";
}
.k-i-html::before {
    content: "\e918";
}
.k-i-source-code::before {
    content: "\e918";
}
.k-i-view-source::before {
    content: "\e918";
}
.k-i-css::before {
    content: "\e919";
}
.k-i-js::before {
    content: "\e91a";
}
.k-i-exe::before {
    content: "\e91b";
}
.k-i-csproj::before {
    content: "\e91c";
}
.k-i-vbproj::before {
    content: "\e91d";
}
.k-i-cs::before {
    content: "\e91e";
}
.k-i-vb::before {
    content: "\e91f";
}
.k-i-sln::before {
    content: "\e920";
}
.k-i-cloud::before {
    content: "\e921";
}
.k-i-file-horizontal::before {
    content: "\e922";
}
.k-i-page-landscape::before {
    content: "\e922";
}
.k-i-file-h::before {
    content: "\e922";
}
.k-i-subreport::before {
    content: "\e923";
}
.k-i-data::before {
    content: "\e924";
}
.k-i-report-header-section::before {
    content: "\e925";
}
.k-i-report-footer-section::before {
    content: "\e926";
}
.k-i-group-header-section::before {
    content: "\e927";
}
.k-i-group-footer-section::before {
    content: "\e928";
}
.k-i-page-header-section::before {
    content: "\e929";
}
.k-i-page-footer-section::before {
    content: "\e92a";
}
.k-i-detail-section::before {
    content: "\e92b";
}
.k-i-toc-section::before {
    content: "\e92c";
}
.k-i-group-section::before {
    content: "\e92d";
}
.k-i-parameters::before {
    content: "\e92e";
}
.k-i-data-csv::before {
    content: "\e92f";
}
.k-i-data-json::before {
    content: "\e930";
}
.k-i-data-sql::before {
    content: "\e931";
}
.k-i-data-web::before {
    content: "\e932";
}
.k-i-group-collection::before {
    content: "\e933";
}
.k-i-parameter-boolean::before {
    content: "\e934";
}
.k-i-parameter-date-time::before {
    content: "\e935";
}
.k-i-parameter-float::before {
    content: "\e936";
}
.k-i-parameter-integer::before {
    content: "\e937";
}
.k-i-parameter-string::before {
    content: "\e938";
}
.k-i-toc-section-level::before {
    content: "\e939";
}
.k-i-inherited::before {
    content: "\e93a";
}
.k-i-file-video::before {
    content: "\e93b";
}
.k-i-file-audio::before {
    content: "\e93c";
}
.k-i-file-image::before {
    content: "\e93d";
}
.k-i-file-presentation::before {
    content: "\e93e";
}
.k-i-file-data::before {
    content: "\e93f";
}
.k-i-file-disc-image::before {
    content: "\e940";
}
.k-i-file-programming::before {
    content: "\e941";
}
.k-i-parameters-byte-array::before {
    content: "\e942";
}
.k-i-parameters-unknown::before {
    content: "\e943";
}
.k-i-file-error::before {
    content: "\e944";
}
.k-i-file-validation::before {
    content: "\e944";
}
.k-i-files-error::before {
    content: "\e945";
}
.k-i-files-validation::before {
    content: "\e945";
}
.k-i-data-rest::before {
    content: "\e946";
}
.k-i-file-typescript::before {
    content: "\e947";
}
.k-i-table-position-start::before {
    content: "\e6a2";
}
.k-i-table-position-left::before {
    content: "\e6a2";
}
.k-i-table-position-center::before {
    content: "\e6a3";
}
.k-i-table-position-end::before {
    content: "\e6a4";
}
.k-i-table-position-right::before {
    content: "\e6a4";
}
.k-i-list-roman-upper::before {
    content: "\e6a5";
}
.k-i-list-roman-lower::before {
    content: "\e6a6";
}
.k-i-import::before {
    content: "\e6a7";
}
.k-i-export::before {
    content: "\e6a8";
}
.k-i-match-full-word::before {
    content: "\e6a9";
}
.k-i-regular-expression::before {
    content: "\e6ab";
}
.k-i-replace-single::before {
    content: "\e6ac";
}
.k-i-replace-all::before {
    content: "\e6ad";
}
.k-i-letter-space::before {
    content: "\e6ae";
}
.k-i-line-height::before {
    content: "\e6af";
}
.k-i-graph::before {
    content: "\ea00";
}
.k-i-chart-column-clustered::before {
    content: "\ea01";
}
.k-i-chart-column-stacked::before {
    content: "\ea02";
}
.k-i-chart-column-stacked100::before {
    content: "\ea03";
}
.k-i-chart-column-range::before {
    content: "\ea04";
}
.k-i-chart-bar-clustered::before {
    content: "\ea05";
}
.k-i-chart-bar-stacked::before {
    content: "\ea06";
}
.k-i-chart-bar-stacked100::before {
    content: "\ea07";
}
.k-i-chart-bar-range::before {
    content: "\ea08";
}
.k-i-chart-area-clustered::before {
    content: "\ea09";
}
.k-i-chart-area-stacked::before {
    content: "\ea0a";
}
.k-i-chart-area-stacked100::before {
    content: "\ea0b";
}
.k-i-chart-area-range::before {
    content: "\ea0c";
}
.k-i-chart-line::before {
    content: "\ea0d";
}
.k-i-chart-line-stacked::before {
    content: "\ea0e";
}
.k-i-chart-line-stacked100::before {
    content: "\ea0f";
}
.k-i-chart-line-markers::before {
    content: "\ea10";
}
.k-i-chart-line-stacked-markers::before {
    content: "\ea11";
}
.k-i-chart-line-stacked100-markers::before {
    content: "\ea12";
}
.k-i-chart-pie::before {
    content: "\ea13";
}
.k-i-chart-doughnut::before {
    content: "\ea14";
}
.k-i-chart-scatter::before {
    content: "\ea15";
}
.k-i-chart-scatter-smooth-lines-markers::before {
    content: "\ea16";
}
.k-i-chart-scatter-smooth-lines::before {
    content: "\ea17";
}
.k-i-chart-scatter-straight-lines-markers::before {
    content: "\ea18";
}
.k-i-chart-scatter-straight-lines::before {
    content: "\ea19";
}
.k-i-chart-bubble::before {
    content: "\ea1a";
}
.k-i-chart-candlestick::before {
    content: "\ea1b";
}
.k-i-chart-ohlc::before {
    content: "\ea1c";
}
.k-i-chart-radar::before {
    content: "\ea1d";
}
.k-i-chart-radar-markers::before {
    content: "\ea1e";
}
.k-i-chart-radar-filled::before {
    content: "\ea1f";
}
.k-i-chart-rose::before {
    content: "\ea20";
}
.k-i-chart-choropleth::before {
    content: "\ea21";
}
.k-rtl .k-i-indent-increase,
.k-rtl .k-i-indent-decrease,
.k-rtl .k-i-expand,
.k-rtl .k-i-collapse,
[dir="rtl"] .k-i-expand,
[dir="rtl"] .k-i-collapse {
    transform: scaleX(-1);
}
.k-sprite {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -ms-high-contrast-adjust: none;
}
.k-image {
    display: inline-block;
}
.k-body,
.k-typography {
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    font-weight: 400;
    margin: 0;
}
.k-body p,
.k-typography p {
    margin: 0 0 14px;
}
.k-h1 {
    font-size: 42px;
    font-family: inherit;
    line-height: 54px;
    font-weight: 400;
    margin: 0 0 14px;
}
.k-h2 {
    font-size: 34px;
    font-family: inherit;
    line-height: 46px;
    font-weight: 400;
    margin: 0 0 14px;
}
.k-h3 {
    font-size: 28px;
    font-family: inherit;
    line-height: 42px;
    font-weight: 400;
    margin: 0 0 14px;
}
.k-h4 {
    font-size: 22px;
    font-family: inherit;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 14px;
}
.k-h5 {
    font-size: 18px;
    font-family: inherit;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 14px;
}
.k-h6 {
    font-size: 14px;
    font-family: inherit;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 14px;
}
.k-paragraph {
    font-size: 14px;
    font-family: inherit;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 14px;
}
.k-pre,
.k-code {
    font-size: 14px;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace;
    line-height: 20px;
    font-weight: 400;
    border-style: solid;
    border-width: 1px;
}
.k-pre {
    padding: 16px 24px;
    overflow: auto;
}
.k-pre > .k-code {
    padding: 0;
    border-width: 0;
    border-color: transparent;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
}
.k-code {
    padding: 0px 4px;
}
.k-display-1 {
    font-size: 84px;
    font-family: inherit;
    line-height: 1.2;
    font-weight: 300;
}
.k-display-2 {
    font-size: 70px;
    font-family: inherit;
    line-height: 1.2;
    font-weight: 300;
}
.k-display-3 {
    font-size: 56px;
    font-family: inherit;
    line-height: 1.2;
    font-weight: 300;
}
.k-display-4 {
    font-size: 42px;
    font-family: inherit;
    line-height: 1.2;
    font-weight: 300;
}
.k-body {
    color: #424242;
    background-color: #ffffff;
}
.k-pre,
.k-code {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-avatar {
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
    flex-shrink: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    overflow: hidden;
}
.k-avatar-text,
.k-avatar-initials {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-avatar-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.k-avatar-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.k-avatar-sm {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
}
.k-avatar-md {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
}
.k-avatar-lg {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
}
.k-avatar-rounded {
    border-radius: 4px;
}
.k-avatar-circle {
    border-radius: 50%;
}
.k-avatar-bordered {
    border-width: 1px;
}
.k-avatar-solid.k-avatar-primary {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
}
.k-avatar-solid.k-avatar-secondary {
    border-color: #666666;
    color: #ffffff;
    background-color: #666666;
}
.k-avatar-solid.k-avatar-tertiary {
    border-color: #03a9f4;
    color: #ffffff;
    background-color: #03a9f4;
}
.k-avatar-solid.k-avatar-info {
    border-color: #0058e9;
    color: #ffffff;
    background-color: #0058e9;
}
.k-avatar-solid.k-avatar-success {
    border-color: #37b400;
    color: #ffffff;
    background-color: #37b400;
}
.k-avatar-solid.k-avatar-warning {
    border-color: #ffc000;
    color: #000000;
    background-color: #ffc000;
}
.k-avatar-solid.k-avatar-error {
    border-color: #f31700;
    color: #ffffff;
    background-color: #f31700;
}
.k-avatar-solid.k-avatar-dark {
    border-color: #424242;
    color: #ffffff;
    background-color: #424242;
}
.k-avatar-solid.k-avatar-light {
    border-color: #ebebeb;
    color: #000000;
    background-color: #ebebeb;
}
.k-avatar-solid.k-avatar-inverse {
    border-color: #424242;
    color: #ffffff;
    background-color: #424242;
}
.k-avatar-outline {
    border-color: currentColor;
}
.k-avatar-outline.k-avatar-primary {
    color: #ff6358;
}
.k-avatar-outline.k-avatar-secondary {
    color: #666666;
}
.k-avatar-outline.k-avatar-tertiary {
    color: #03a9f4;
}
.k-avatar-outline.k-avatar-info {
    color: #0058e9;
}
.k-avatar-outline.k-avatar-success {
    color: #37b400;
}
.k-avatar-outline.k-avatar-warning {
    color: #ffc000;
}
.k-avatar-outline.k-avatar-error {
    color: #f31700;
}
.k-avatar-outline.k-avatar-dark {
    color: #424242;
}
.k-avatar-outline.k-avatar-light {
    color: #ebebeb;
}
.k-avatar-outline.k-avatar-inverse {
    color: #424242;
}
.k-badge {
    padding: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    color: inherit;
    background-color: transparent;
    font: inherit;
    text-align: center;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-badge > * {
    color: inherit;
}
a.k-badge,
.k-badge > a {
    text-decoration: none;
}
a.k-badge:hover,
.k-badge > a:hover {
    text-decoration: underline;
}
.k-badge-icon {
    max-width: 1em;
    max-height: 1em;
    font-size: inherit;
}
.k-badge-icon.k-svg-icon svg {
    fill: currentColor;
}
.k-badge-sm {
    padding: 2px 2px;
    border-width: 1px;
    font-size: 10px;
    line-height: 1;
}
.k-badge-sm:empty {
    padding: 2px;
}
.k-badge-md {
    padding: 4px 4px;
    border-width: 1px;
    font-size: 10px;
    line-height: 1;
}
.k-badge-md:empty {
    padding: 4px;
}
.k-badge-lg {
    padding: 6px 6px;
    border-width: 1px;
    font-size: 12px;
    line-height: 1;
}
.k-badge-lg:empty {
    padding: 6px;
}
.k-badge-rounded.k-badge-sm {
    border-radius: 1px;
}
.k-badge-rounded.k-badge-md {
    border-radius: 2px;
}
.k-badge-rounded.k-badge-lg {
    border-radius: 4px;
}
.k-badge-pill {
    border-radius: 5rem;
}
.k-badge-circle {
    padding: 0 !important;
    border-radius: 100%;
}
.k-badge-circle.k-badge-sm {
    width: calc(1em + 6px);
    height: calc(1em + 6px);
}
.k-badge-circle.k-badge-md {
    width: calc(1em + 10px);
    height: calc(1em + 10px);
}
.k-badge-circle.k-badge-lg {
    width: calc(1em + 14px);
    height: calc(1em + 14px);
}
.k-badge-dot {
    padding: 0 !important;
    border-radius: 100%;
    font-size: 0;
}
.k-badge-dot.k-badge-sm {
    width: 6px;
    height: 6px;
}
.k-badge-dot.k-badge-md {
    width: 10px;
    height: 10px;
}
.k-badge-dot.k-badge-lg {
    width: 12px;
    height: 12px;
}
kendo-badge-container {
    display: inline-block;
}
.k-badge-container {
    position: relative;
    overflow: visible;
}
.k-badge-inside {
    position: absolute;
    z-index: 9999;
}
.k-badge-edge {
    position: absolute;
    z-index: 9999;
}
.k-badge-edge.k-top-start {
    transform: translate(-50%, -50%);
}
.k-badge-edge.k-top-end {
    transform: translate(50%, -50%);
}
.k-badge-edge.k-bottom-start {
    transform: translate(-50%, 50%);
}
.k-badge-edge.k-bottom-end {
    transform: translate(50%, 50%);
}
.k-rtl .k-badge-edge.k-top-start,
[dir="rtl"].k-badge-edge.k-top-start,
[dir="rtl"] .k-badge-edge.k-top-start {
    transform: translate(50%, -50%);
}
.k-rtl .k-badge-edge.k-top-end,
[dir="rtl"].k-badge-edge.k-top-end,
[dir="rtl"] .k-badge-edge.k-top-end {
    transform: translate(-50%, -50%);
}
.k-rtl .k-badge-edge.k-bottom-start,
[dir="rtl"].k-badge-edge.k-bottom-start,
[dir="rtl"] .k-badge-edge.k-bottom-start {
    transform: translate(50%, 50%);
}
.k-rtl .k-badge-edge.k-bottom-end,
[dir="rtl"].k-badge-edge.k-bottom-end,
[dir="rtl"] .k-badge-edge.k-bottom-end {
    transform: translate(-50%, 50%);
}
.k-badge-outside {
    position: absolute;
    z-index: 9999;
}
.k-badge-outside.k-top-start {
    transform: translate(-100%, -100%);
}
.k-badge-outside.k-top-end {
    transform: translate(100%, -100%);
}
.k-badge-outside.k-bottom-start {
    transform: translate(-100%, 100%);
}
.k-badge-outside.k-bottom-end {
    transform: translate(100%, 100%);
}
.k-rtl .k-badge-outside.k-top-start,
[dir="rtl"].k-badge-outside.k-top-start,
[dir="rtl"] .k-badge-outside.k-top-start {
    transform: translate(100%, -100%);
}
.k-rtl .k-badge-outside.k-top-end,
[dir="rtl"].k-badge-outside.k-top-end,
[dir="rtl"] .k-badge-outside.k-top-end {
    transform: translate(-100%, -100%);
}
.k-rtl .k-badge-outside.k-bottom-start,
[dir="rtl"].k-badge-outside.k-bottom-start,
[dir="rtl"] .k-badge-outside.k-bottom-start {
    transform: translate(100%, 100%);
}
.k-rtl .k-badge-outside.k-bottom-end,
[dir="rtl"].k-badge-outside.k-bottom-end,
[dir="rtl"] .k-badge-outside.k-bottom-end {
    transform: translate(-100%, 100%);
}
.k-badge-border-cutout {
    box-shadow: 0 0 0 2px #ffffff;
}
.k-badge-solid.k-badge-primary {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
}
.k-badge-solid.k-badge-secondary {
    border-color: #666666;
    color: #ffffff;
    background-color: #666666;
}
.k-badge-solid.k-badge-tertiary {
    border-color: #03a9f4;
    color: #ffffff;
    background-color: #03a9f4;
}
.k-badge-solid.k-badge-info {
    border-color: #0058e9;
    color: #ffffff;
    background-color: #0058e9;
}
.k-badge-solid.k-badge-success {
    border-color: #37b400;
    color: #ffffff;
    background-color: #37b400;
}
.k-badge-solid.k-badge-warning {
    border-color: #ffc000;
    color: #000000;
    background-color: #ffc000;
}
.k-badge-solid.k-badge-error {
    border-color: #f31700;
    color: #ffffff;
    background-color: #f31700;
}
.k-badge-solid.k-badge-dark {
    border-color: #424242;
    color: #ffffff;
    background-color: #424242;
}
.k-badge-solid.k-badge-light {
    border-color: #ebebeb;
    color: #000000;
    background-color: #ebebeb;
}
.k-badge-solid.k-badge-inverse {
    border-color: #424242;
    color: #ffffff;
    background-color: #424242;
}
.k-badge-outline {
    border-color: currentColor;
    background-color: #ffffff;
}
.k-badge-outline.k-badge-primary {
    color: #ff6358;
}
.k-badge-outline.k-badge-secondary {
    color: #666666;
}
.k-badge-outline.k-badge-tertiary {
    color: #03a9f4;
}
.k-badge-outline.k-badge-info {
    color: #0058e9;
}
.k-badge-outline.k-badge-success {
    color: #37b400;
}
.k-badge-outline.k-badge-warning {
    color: #ffc000;
}
.k-badge-outline.k-badge-error {
    color: #f31700;
}
.k-badge-outline.k-badge-dark {
    color: #424242;
}
.k-badge-outline.k-badge-light {
    color: #ebebeb;
}
.k-badge-outline.k-badge-inverse {
    color: #424242;
}
.k-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
}
.k-overlay {
    background-color: #000000;
}
.k-overlay-primary {
    background-color: #ff6358;
}
.k-overlay-secondary {
    background-color: #666666;
}
.k-overlay-tertiary {
    background-color: #03a9f4;
}
.k-overlay-info {
    background-color: #0058e9;
}
.k-overlay-success {
    background-color: #37b400;
}
.k-overlay-warning {
    background-color: #ffc000;
}
.k-overlay-error {
    background-color: #f31700;
}
.k-overlay-dark {
    background-color: #424242;
}
.k-overlay-light {
    background-color: #ebebeb;
}
.k-overlay-inverse {
    background-color: #424242;
}
.k-loader {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 0;
}
.k-loader-canvas {
    display: flex;
    position: relative;
}
.k-loader-segment {
    border-radius: 50%;
    background-color: currentColor;
    position: absolute;
}
.k-loader-sm {
    padding: 2px;
}
.k-loader-sm .k-loader-segment {
    width: 4px;
    height: 4px;
}
.k-loader-md {
    padding: 4px;
}
.k-loader-md .k-loader-segment {
    width: 8px;
    height: 8px;
}
.k-loader-lg {
    padding: 8px;
}
.k-loader-lg .k-loader-segment {
    width: 16px;
    height: 16px;
}
@keyframes pulsing-2-segment {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
.k-loader-pulsing-2 .k-loader-canvas {
    align-items: center;
}
.k-loader-pulsing-2 .k-loader-segment:nth-child(1) {
    left: 0;
    transform: scale(1.5);
    transform-origin: 0 50%;
    animation: pulsing-2-segment 1s ease infinite;
    animation-delay: -.5s;
}
.k-loader-pulsing-2 .k-loader-segment:nth-child(2) {
    right: 0;
    transform-origin: 100% 50%;
    animation: pulsing-2-segment 1s ease infinite;
}
.k-loader-pulsing-2.k-loader-sm .k-loader-canvas {
    width: 12px;
    height: 6px;
}
.k-loader-pulsing-2.k-loader-md .k-loader-canvas {
    width: 24px;
    height: 12px;
}
.k-loader-pulsing-2.k-loader-lg .k-loader-canvas {
    width: 48px;
    height: 24px;
}
@keyframes spinner-3-segment {
    0% {
        top: 0;
        left: 50%;
    }
    33.3333% {
        top: 100%;
        left: 0;
    }
    66.6666% {
        top: 100%;
        left: 100%;
    }
    100% {
        top: 0;
        left: 50%;
    }
}
.k-loader-spinner-3 .k-loader-segment {
    transform: translate(-50%, -50%);
}
.k-loader-spinner-3 .k-loader-segment:nth-child(1) {
    top: 0;
    left: 50%;
    animation: spinner-3-segment 2s ease infinite;
}
.k-loader-spinner-3 .k-loader-segment:nth-child(2) {
    top: 100%;
    left: 0;
    animation: spinner-3-segment 2s ease infinite;
    animation-delay: -0.6666666667s;
}
.k-loader-spinner-3 .k-loader-segment:nth-child(3) {
    top: 100%;
    left: 100%;
    animation: spinner-3-segment 2s ease infinite;
    animation-delay: -1.3333333333s;
}
.k-loader-spinner-3.k-loader-sm .k-loader-canvas {
    margin: 2px;
    width: 12px;
    height: 9.8564064608px;
}
.k-loader-spinner-3.k-loader-md .k-loader-canvas {
    margin: 4px;
    width: 24px;
    height: 19.7128129216px;
}
.k-loader-spinner-3.k-loader-lg .k-loader-canvas {
    margin: 8px;
    width: 48px;
    height: 39.4256258432px;
}
@keyframes spinner-4-segment-1 {
    0% {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 0;
        left: 0;
        transform: translateX(0) translateY(0);
    }
    66.6% {
        top: 0;
        left: 0;
        transform: translateX(0) translateY(0);
    }
    100% {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}
@keyframes spinner-4-segment-2 {
    0% {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 0;
        left: 100%;
        transform: translateX(-100%) translateY(0);
    }
    66.6% {
        top: 0;
        left: 100%;
        transform: translateX(-100%) translateY(0);
    }
    100% {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}
@keyframes spinner-4-segment-3 {
    0% {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 100%;
        left: 100%;
        transform: translateX(-100%) translateY(-100%);
    }
    66.6% {
        top: 100%;
        left: 100%;
        transform: translateX(-100%) translateY(-100%);
    }
    100% {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}
@keyframes spinner-4-segment-4 {
    0% {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 100%;
        left: 0;
        transform: translateX(0) translateY(-100%);
    }
    66.6% {
        top: 100%;
        left: 0;
        transform: translateX(0) translateY(-100%);
    }
    100% {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}
@keyframes spinner-4 {
    0% {
        transform: rotate(0);
    }
    33.3% {
        transform: rotate(0);
    }
    66.6% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(180deg);
    }
}
.k-loader-spinner-4 .k-loader-canvas {
    animation: spinner-4 1.833s ease infinite;
}
.k-loader-spinner-4 .k-loader-segment {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.k-loader-spinner-4 .k-loader-segment:nth-child(1) {
    animation: spinner-4-segment-1 1.833s ease infinite;
}
.k-loader-spinner-4 .k-loader-segment:nth-child(2) {
    animation: spinner-4-segment-2 1.833s ease infinite;
}
.k-loader-spinner-4 .k-loader-segment:nth-child(3) {
    animation: spinner-4-segment-3 1.833s ease infinite;
}
.k-loader-spinner-4 .k-loader-segment:nth-child(4) {
    animation: spinner-4-segment-4 1.833s ease infinite;
}
.k-loader-spinner-4.k-loader-sm .k-loader-canvas {
    width: 16px;
    height: 16px;
}
.k-loader-spinner-4.k-loader-md .k-loader-canvas {
    width: 32px;
    height: 32px;
}
.k-loader-spinner-4.k-loader-lg .k-loader-canvas {
    width: 64px;
    height: 64px;
}
.k-loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2001;
}
.k-loader-container .k-loader {
    padding: 0;
}
.k-loader-container,
.k-loader-container-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.k-loader-container-overlay {
    opacity: 0.5;
}
.k-loader-container-inner {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.k-loader-container-panel {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}
.k-loader-container-sm .k-loader-container-inner {
    padding: 16px;
    gap: 4px;
}
.k-loader-container-sm .k-loader-container-label {
    font-size: 12px;
}
.k-loader-container-md .k-loader-container-inner {
    padding: 20px;
    gap: 8px;
}
.k-loader-container-md .k-loader-container-label {
    font-size: 16px;
}
.k-loader-container-lg .k-loader-container-inner {
    padding: 24px;
    gap: 12px;
}
.k-loader-container-lg .k-loader-container-label {
    font-size: 18px;
}
.k-loader-top .k-loader-container-inner {
    flex-direction: column;
    text-align: center;
}
.k-loader-end .k-loader-container-label {
    order: -1;
}
.k-loader-primary {
    color: #ff6358;
}
.k-loader-secondary {
    color: #656565;
}
.k-loader-tertiary {
    color: #03a9f4;
}
.k-loader-info {
    color: #0058e9;
}
.k-loader-success {
    color: #37b400;
}
.k-loader-warning {
    color: #ffc000;
}
.k-loader-error {
    color: #f31700;
}
.k-loader-dark {
    color: #424242;
}
.k-loader-light {
    color: #ebebeb;
}
.k-loader-inverse {
    color: #424242;
}
.k-loader-container-panel {
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
}
.k-loader-container-inner .k-text-secondary {
    color: #656565 !important;
}
.k-chip-list {
    display: inline-flex;
}
.k-chip-list > * {
    margin-right: 8px;
}
.k-chip-list > *:last-child {
    margin-right: 0;
}
.k-selection-single .k-selected-icon-wrapper {
    display: none;
}
.k-selection-multiple .k-selected-icon-wrapper {
    width: 0;
    height: 16px;
    position: relative;
    left: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    z-index: 1;
}
.k-selection-multiple .k-selected-icon {
    font-size: 14px;
}
.k-selection-multiple .k-chip-selected .k-selected-icon-wrapper {
    width: 16px;
    visibility: visible;
}
.k-selection-multiple > .k-chip-has-icon .k-selected-icon-wrapper {
    border-radius: 50%;
    position: absolute;
}
.k-selection-multiple :not(.k-chip-has-icon) .k-selected-icon-wrapper {
    left: 4px;
    opacity: 0;
    transition: width .2s, opacity .2s;
}
.k-selection-multiple :not(.k-chip-has-icon).k-chip-selected .k-selected-icon-wrapper {
    opacity: 1;
}
.k-chip {
    overflow: hidden;
    padding: 4px 0px;
    height: 24px;
    border-radius: 12px;
    position: relative;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
}
.k-chip:focus, .k-chip.k-chip-focus {
    outline: 0;
}
.k-chip.k-chip-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
.k-chip-content {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px;
    flex: 1 1 auto;
}
.k-chip-icon,
.k-remove-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
}
.k-chip-icon {
    margin-left: 4px;
}
.k-remove-icon {
    margin-right: 8px;
    font-size: 14px;
}
.k-chip-avatar {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}
.k-chip-list[dir="rtl"] > *,
.k-rtl .k-chip-list > * {
    margin-right: 0;
    margin-left: 8px;
}
.k-chip-list[dir="rtl"] > *:last-child,
.k-rtl .k-chip-list > *:last-child {
    margin-left: 0;
}
.k-chip[dir="rtl"] .k-chip-icon,
.k-rtl .k-chip .k-chip-icon {
    margin-left: 0;
    margin-right: 4px;
}
.k-chip[dir="rtl"] .k-remove-icon,
.k-rtl .k-chip .k-remove-icon {
    margin-right: 0;
    margin-left: 8px;
}
.k-selection-multiple .k-chip[dir="rtl"] .k-selected-icon-wrapper, .k-selection-multiple
.k-rtl .k-chip .k-selected-icon-wrapper {
    left: 0;
    right: 4px;
}
.k-selection-multiple .k-chip[dir="rtl"]:not(.k-chip-has-icon) .k-selected-icon-wrapper, .k-selection-multiple
.k-rtl .k-chip:not(.k-chip-has-icon) .k-selected-icon-wrapper {
    left: 0;
    right: 4px;
}
.k-selection-single .k-chip-selected.k-chip-filled {
    border-color: rgba(255, 99, 88, 0.2);
    color: #ff6358;
    background-color: rgba(255, 99, 88, 0.08);
}
.k-selection-single .k-chip-selected.k-chip-outline {
    border-color: rgba(255, 99, 88, 0.2);
    color: #ff6358;
    background-color: transparent;
}
.k-selection-multiple > .k-chip-has-icon.k-chip-selected .k-selected-icon-wrapper {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.44);
}
.k-chip-filled {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ebebeb;
}
.k-chip-filled:hover, .k-chip-filled.k-chip-hover {
    background-color: #e2e2e2;
}
.k-chip-filled:focus, .k-chip-filled.k-chip-focused {
    background-color: #ebebeb;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-chip-filled.k-chip-selected {
    background-color: #d8d8d8;
}
.k-chip-filled.k-chip-success {
    border-color: rgba(55, 180, 0, 0.3);
    color: #37b400;
    background-color: rgba(55, 180, 0, 0.12);
}
.k-chip-filled.k-chip-warning {
    border-color: rgba(255, 192, 0, 0.3);
    color: #ffc000;
    background-color: rgba(255, 192, 0, 0.12);
}
.k-chip-filled.k-chip-error {
    border-color: rgba(243, 23, 0, 0.3);
    color: #f31700;
    background-color: rgba(243, 23, 0, 0.12);
}
.k-chip-filled.k-chip-info {
    border-color: rgba(0, 88, 233, 0.3);
    color: #0058e9;
    background-color: rgba(0, 88, 233, 0.12);
}
.k-chip-outline {
    border-color: #424242;
    color: #424242;
    background-color: transparent;
}
.k-chip-outline:hover, .k-chip-outline.k-chip-hover {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ffffff;
    background-color: #424242;
}
.k-chip-outline:focus, .k-chip-outline.k-chip-focused {
    border-color: #424242;
    color: #424242;
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-chip-outline.k-chip-selected {
    color: #ffffff;
    background-color: #424242;
}
.k-chip-outline.k-chip-success {
    border-color: rgba(55, 180, 0, 0.54);
    color: #37b400;
    background-color: transparent;
}
.k-chip-outline.k-chip-warning {
    border-color: rgba(255, 192, 0, 0.54);
    color: #ffc000;
    background-color: transparent;
}
.k-chip-outline.k-chip-error {
    border-color: rgba(243, 23, 0, 0.54);
    color: #f31700;
    background-color: transparent;
}
.k-chip-outline.k-chip-info {
    border-color: rgba(0, 88, 233, 0.54);
    color: #0058e9;
    background-color: transparent;
}
.k-chip-primary:focus, .k-chip-primary.k-chip-focus {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.16);
}
.k-chip-info:focus, .k-chip-info.k-chip-focus {
    box-shadow: 0 0 0 2px rgba(0, 88, 233, 0.16);
}
.k-chip-success:focus, .k-chip-success.k-chip-focus {
    box-shadow: 0 0 0 2px rgba(55, 180, 0, 0.16);
}
.k-chip-warning:focus, .k-chip-warning.k-chip-focus {
    box-shadow: 0 0 0 2px rgba(255, 192, 0, 0.16);
}
.k-chip-error:focus, .k-chip-error.k-chip-focus {
    box-shadow: 0 0 0 2px rgba(243, 23, 0, 0.16);
}
.k-cursor-auto {
    cursor: auto;
}
.k-cursor-default {
    cursor: default;
}
.k-cursor-none {
    cursor: none;
}
.k-cursor-context-menu {
    cursor: context-menu;
}
.k-cursor-help {
    cursor: help;
}
.k-cursor-pointer {
    cursor: pointer;
}
.k-cursor-progress {
    cursor: progress;
}
.k-cursor-wait {
    cursor: wait;
}
.k-cursor-cell {
    cursor: cell;
}
.k-cursor-crosshair {
    cursor: crosshair;
}
.k-cursor-text {
    cursor: text;
}
.k-cursor-vertical-text {
    cursor: vertical-text;
}
.k-cursor-alias {
    cursor: alias;
}
.k-cursor-copy {
    cursor: copy;
}
.k-cursor-move {
    cursor: move;
}
.k-cursor-no-drop {
    cursor: no-drop;
}
.k-cursor-not-allowed {
    cursor: not-allowed;
}
.k-cursor-e-resize {
    cursor: e-resize;
}
.k-cursor-n-resize {
    cursor: n-resize;
}
.k-cursor-ne-resize {
    cursor: ne-resize;
}
.k-cursor-nw-resize {
    cursor: nw-resize;
}
.k-cursor-s-resize {
    cursor: s-resize;
}
.k-cursor-se-resize {
    cursor: se-resize;
}
.k-cursor-sw-resize {
    cursor: sw-resize;
}
.k-cursor-w-resize {
    cursor: w-resize;
}
.k-cursor-ew-resize {
    cursor: ew-resize;
}
.k-cursor-ns-resize {
    cursor: ns-resize;
}
.k-cursor-nesw-resize {
    cursor: nesw-resize;
}
.k-cursor-nwse-resize {
    cursor: nwse-resize;
}
.k-cursor-col-resize {
    cursor: col-resize;
}
.k-cursor-row-resize {
    cursor: row-resize;
}
.k-cursor-all-scroll {
    cursor: all-scroll;
}
.k-cursor-zoom-in {
    cursor: zoom-in;
}
.k-cursor-zoom-out {
    cursor: zoom-out;
}
.k-cursor-grab {
    cursor: grab;
}
.k-cursor-grabbing {
    cursor: grabbing;
}
.k-button {
    border-radius: 2px;
    padding: 4px 8px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    vertical-align: middle;
    -webkit-user-select: none;
            user-select: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    position: relative;
}
.k-button:disabled, .k-button.k-state-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
.k-button::-moz-focus-inner {
    padding: 0;
    border: 0;
    outline: 0;
}
.k-button:hover, .k-button:focus {
    text-decoration: none;
    outline: 0;
}
.k-button .k-icon,
.k-button .k-image,
.k-button .k-sprite {
    color: inherit;
    align-self: center;
    position: relative;
}
.k-button .k-button-icon {
    color: inherit;
    align-self: center;
    position: relative;
}
.k-text-button > .k-icon,
.k-text-button > .k-button-icon {
    display: none;
}
.k-icon-button,
.k-button.k-button-icon {
    padding: 4px;
    width: calc(1.4285714286em + 10px);
    height: calc(1.4285714286em + 10px);
    gap: 0;
}
.k-icon-button > .k-text,
.k-icon-button > .k-button-text,
.k-button.k-button-icon > .k-text,
.k-button.k-button-icon > .k-button-text {
    display: none;
}
.k-icon-button .k-button-icon,
.k-button.k-button-icon .k-button-icon {
    margin: 0;
}
.k-button.k-button-icon {
    padding: 4px;
    width: calc(1.4285714286em + 10px);
    height: calc(1.4285714286em + 10px);
}
.k-menu-button,
.k-dropdown-button {
    outline: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    vertical-align: middle;
}
.k-button-group {
    margin: 0;
    padding: 0;
    border-width: 0;
    box-sizing: border-box;
    list-style: none;
    outline: 0;
    white-space: nowrap;
    display: inline-flex;
    flex-direction: row;
    vertical-align: middle;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-button-group .k-button {
    border-radius: 0;
}
.k-button-group .k-button ~ .k-button {
    margin-inline-start: -1px;
}
.k-button-group .k-button:hover,
.k-button-group .k-button.k-state-hover,
.k-button-group .k-button:active,
.k-button-group .k-button.k-state-active,
.k-button-group .k-button.k-state-selected,
.k-button-group .k-button:focus,
.k-button-group .k-button.k-state-focus {
    z-index: 2;
}
.k-button-group .k-group-start,
.k-button-group .k-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.k-button-group .k-group-end,
.k-button-group .k-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.k-button-group .k-group-start.k-group-end,
.k-button-group .k-button:first-child:last-child {
    border-radius: 2px;
}
.k-button-group-stretched {
    display: flex;
}
.k-button-group-stretched .k-button {
    display: inline-block;
    flex: 1 0 0%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-button-group-stretched .k-button > .k-icon {
    vertical-align: text-bottom;
}
.k-split-button {
    border-width: 0;
    border-radius: 0;
    outline: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    vertical-align: middle;
}
.k-split-button .k-button {
    border-radius: 0;
}
.k-split-button > .k-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.k-split-button > .k-split-button-arrow,
.k-split-button > .k-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-inline-start: -1px;
    padding: 4px;
    width: auto;
    flex: none;
}
.k-split-button[dir="rtl"] > .k-button:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.k-split-button[dir="rtl"] > .k-button:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.k-button-flat, .k-button.k-flat,
.k-button.k-bare {
    border-color: transparent !important;
    color: inherit;
    background: none !important;
    box-shadow: none !important;
    transition: color .2s ease-in-out;
}
.k-button-flat::before, .k-button.k-flat::before,
.k-button.k-bare::before {
    display: block;
}
.k-button-flat::after, .k-button.k-flat::after,
.k-button.k-bare::after {
    box-shadow: inset 0 0 0 2px currentColor;
    display: block;
}
.k-button-flat:focus::after, .k-button.k-flat:focus::after,
.k-button.k-bare:focus::after, .k-button-flat.k-state-focus::after, .k-state-focus.k-button.k-flat::after,
.k-state-focus.k-button.k-bare::after, .k-button-flat.k-state-focused::after, .k-state-focused.k-button.k-flat::after,
.k-state-focused.k-button.k-bare::after {
    opacity: .12;
}
.k-button-outline, .k-button.k-outline {
    box-shadow: none;
    color: inherit;
    background: none;
}
.k-button-clear {
    border-color: transparent !important;
    color: inherit;
    background: none !important;
    box-shadow: none !important;
}
.k-rtl .k-button-group .k-button {
    border-radius: 0;
}
.k-rtl .k-button-group .k-group-start,
.k-rtl .k-button-group .k-button:first-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.k-rtl .k-button-group .k-group-end,
.k-rtl .k-button-group .k-button:last-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.k-rtl .k-button-group .k-group-start.k-group-end,
.k-rtl .k-button-group .k-button:first-child:last-child {
    border-radius: 2px;
}
.k-rtl .k-split-button .k-button {
    border-radius: 0;
}
.k-rtl .k-split-button > .k-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.k-rtl .k-split-button > .k-split-button-arrow,
.k-rtl .k-split-button > .k-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.k-button-overlay, .k-button::before {
    border-radius: inherit;
    content: "";
    background: currentColor;
    opacity: 0;
    display: none;
    pointer-events: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    z-index: 0;
    transition: opacity .2s ease-in-out;
}
.k-button:hover::before, .k-button.k-state-hover::before {
    opacity: 0.04;
}
.k-button.k-no-focus:not(:hover)::before, .k-button.k-no-focus:not(.k-state-hover)::before {
    opacity: 0;
}
.k-button:active::before, .k-button.k-state-active::before {
    opacity: 0.16;
}
.k-button.k-state-selected::before {
    opacity: 0.2;
}
.k-button::after {
    border-radius: 2px;
    content: "";
    opacity: 0;
    display: none;
    pointer-events: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    z-index: 0;
    transition: opacity .2s ease-in-out;
}
.k-ie9 .k-button[disabled]:hover,
.k-ie9 .k-button[disabled]:focus,
.k-ie9 .k-button.k-state-disabled:hover,
.k-ie9 .k-button.k-state-disabled:focus,
.k-ie10 .k-button[disabled]:hover,
.k-ie10 .k-button[disabled]:focus,
.k-ie10 .k-button.k-state-disabled:hover,
.k-ie10 .k-button.k-state-disabled:focus {
    outline: none;
    cursor: default;
    opacity: 0.6;
    box-shadow: none;
}
.k-ie .k-button,
.k-ie .k-button-group {
    display: inline-block;
    overflow: visible;
}
.k-ie .k-button-icontext .k-icon,
.k-ie .k-button-icontext .k-image,
.k-ie .k-button-icontext .k-sprite {
    margin: 0 4px 0 0;
}
.k-ie .k-button-icontext.k-rtl .k-icon,
.k-ie .k-button-icontext.k-rtl .k-image,
.k-ie .k-button-icontext.k-rtl .k-sprite,
.k-rtl .k-ie .k-button-icontext .k-icon,
.k-rtl .k-ie .k-button-icontext .k-image,
.k-rtl .k-ie .k-button-icontext .k-sprite, .k-ie .k-button-icontext[dir="rtl"] .k-icon,
.k-ie .k-button-icontext[dir="rtl"] .k-image,
.k-ie .k-button-icontext[dir="rtl"] .k-sprite,
[dir="rtl"] .k-ie .k-button-icontext .k-icon,
[dir="rtl"] .k-ie .k-button-icontext .k-image,
[dir="rtl"] .k-ie .k-button-icontext .k-sprite {
    margin: 0 0 0 4px;
}
.k-button,
.k-button-secondary {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button:hover, .k-button.k-state-hover,
.k-button-secondary:hover,
.k-button-secondary.k-state-hover {
    background-color: #ebebeb;
}
.k-button:focus, .k-button.k-state-focus, .k-button.k-state-focused,
.k-button-secondary:focus,
.k-button-secondary.k-state-focus,
.k-button-secondary.k-state-focused {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-button:active, .k-button.k-state-active,
.k-button-secondary:active,
.k-button-secondary.k-state-active {
    background-color: #d8d8d8;
}
.k-button.k-state-selected,
.k-button-secondary.k-state-selected {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
}
.k-button-primary, .k-button.k-primary {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.04));
}
.k-button-primary:hover, .k-button.k-primary:hover, .k-button-primary.k-state-hover, .k-state-hover.k-button.k-primary {
    border-color: #f55f54;
    background-color: #f55f54;
}
.k-button-primary:focus, .k-button.k-primary:focus, .k-button-primary.k-state-focus, .k-state-focus.k-button.k-primary, .k-button-primary.k-state-focused, .k-state-focused.k-button.k-primary {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}
.k-button-primary:active, .k-button.k-primary:active, .k-button-primary.k-state-active, .k-state-active.k-button.k-primary {
    border-color: #e0574d;
    background-color: #e0574d;
}
.k-button-primary.k-state-selected, .k-state-selected.k-button.k-primary {
    border-color: #e0574d;
    background-color: #e0574d;
}
.k-button-group .k-button:focus,
.k-button-group .k-button.k-state-focus,
.k-button-group .k-button.k-state-focused,
.k-button-group .k-button-outline:focus,
.k-button-group .k-button.k-outline:focus,
.k-button-group .k-button-outline.k-state-focus,
.k-button-group .k-state-focus.k-button.k-outline,
.k-button-group .k-button-outline.k-state-focused,
.k-button-group .k-state-focused.k-button.k-outline {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.16);
}
.k-split-button:focus,
.k-split-button.k-state-focus,
.k-split-button.k-state-focused {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-button-outline, .k-button.k-outline {
    box-shadow: none;
    border-color: currentColor;
    color: #424242;
    background: none;
}
.k-button-outline:hover, .k-button.k-outline:hover, .k-button-outline.k-state-hover, .k-state-hover.k-button.k-outline {
    border-color: #424242;
    color: #ffffff;
    background-color: #424242;
    background-image: none;
}
.k-button-outline:focus, .k-button.k-outline:focus, .k-button-outline.k-state-focus, .k-state-focus.k-button.k-outline, .k-button-outline.k-state-focused, .k-state-focused.k-button.k-outline {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-button-outline:active, .k-button.k-outline:active, .k-button-outline.k-state-active, .k-state-active.k-button.k-outline {
    border-color: #424242;
    color: #ffffff;
    background-color: #424242;
    background-image: none;
}
.k-button-outline.k-state-selected, .k-state-selected.k-button.k-outline {
    border-color: #424242;
    color: #ffffff;
    background-color: #424242;
    background-image: none;
}
.k-button-outline.k-primary, .k-primary.k-button.k-outline {
    border-color: currentColor;
    color: #ff6358;
    background: none;
    box-shadow: none;
}
.k-button-outline.k-primary:hover, .k-primary.k-button.k-outline:hover, .k-button-outline.k-primary.k-state-hover, .k-primary.k-state-hover.k-button.k-outline {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
    background-image: none;
}
.k-button-outline.k-primary:focus, .k-primary.k-button.k-outline:focus, .k-button-outline.k-primary.k-state-focus, .k-primary.k-state-focus.k-button.k-outline, .k-button-outline.k-primary.k-state-focused, .k-primary.k-state-focused.k-button.k-outline {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}
.k-button-outline.k-primary:active, .k-primary.k-button.k-outline:active, .k-button-outline.k-primary.k-state-active, .k-primary.k-state-active.k-button.k-outline {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
    background-image: none;
    box-shadow: none;
}
.k-button-outline.k-primary.k-state-selected, .k-primary.k-state-selected.k-button.k-outline {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
    background-image: none;
    box-shadow: none;
}
.k-button-flat, .k-button.k-flat,
.k-button.k-bare, .k-button-flat:hover, .k-button.k-flat:hover,
.k-button.k-bare:hover, .k-button-flat.k-state-hover, .k-state-hover.k-button.k-flat,
.k-state-hover.k-button.k-bare, .k-button-flat:active, .k-button.k-flat:active,
.k-button.k-bare:active, .k-button-flat.k-state-active, .k-state-active.k-button.k-flat,
.k-state-active.k-button.k-bare, .k-button-flat:focus, .k-button.k-flat:focus,
.k-button.k-bare:focus, .k-button-flat.k-state-focus, .k-state-focus.k-button.k-flat,
.k-state-focus.k-button.k-bare {
    color: inherit;
}
.k-button-flat.k-primary, .k-primary.k-button.k-flat,
.k-primary.k-button.k-bare, .k-button-flat.k-primary:hover, .k-primary.k-button.k-flat:hover,
.k-primary.k-button.k-bare:hover, .k-button-flat.k-primary.k-state-hover, .k-primary.k-state-hover.k-button.k-flat,
.k-primary.k-state-hover.k-button.k-bare, .k-button-flat.k-primary:active, .k-primary.k-button.k-flat:active,
.k-primary.k-button.k-bare:active, .k-button-flat.k-primary.k-state-active, .k-primary.k-state-active.k-button.k-flat,
.k-primary.k-state-active.k-button.k-bare, .k-button-flat.k-primary:focus, .k-primary.k-button.k-flat:focus,
.k-primary.k-button.k-bare:focus, .k-button-flat.k-primary.k-state-focus, .k-primary.k-state-focus.k-button.k-flat,
.k-primary.k-state-focus.k-button.k-bare {
    color: #ff6358;
}
.k-button-clear {
    color: #424242;
}
.k-button-clear:hover, .k-button-clear.k-state-hover, .k-button-clear:active, .k-button-clear.k-state-active, .k-button-clear.k-state-selected, .k-button-clear:focus, .k-button-clear.k-state-focus, .k-button-clear.k-state-focused {
    color: #3d3d3d;
}
.k-button-clear:focus::after, .k-button-clear.k-state-focus::after, .k-button-clear.k-state-focused::after, .k-button-clear.k-state-focused:active::after {
    background-color: #424242;
    opacity: 0.1;
    display: block;
}
.k-input {
    margin: 0;
    padding: 4px 8px;
    width: 100%;
    min-width: 0;
    height: calc(1.4285714286em + 8px);
    border: 0;
    outline: 0;
    box-sizing: border-box;
    box-shadow: none;
    color: inherit;
    background: none;
    font: inherit;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}
.k-input::-ms-clear {
    display: none;
}
.k-input::placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
            user-select: none;
}
.k-input:-ms-input-placeholder {
    color: #666666;
}
.k-input:invalid {
    box-shadow: none;
}
.k-space-left > input,
.k-space-right > input {
    flex-grow: 1;
}
.k-space-left > .k-icon,
.k-space-right > .k-icon {
    left: 3px;
    margin: 3px 6px;
}
.k-textbox.k-space-left {
    flex-direction: row-reverse;
}
.k-input-prefix,
.k-input-suffix {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: calc(1.4285714286em + 8px);
}
.k-input-prefix > *,
.k-input-suffix > * {
    flex-shrink: 0;
}
.k-input-prefix > .k-icon,
.k-input-suffix > .k-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.k-input-prefix > .k-clear-value,
.k-input-suffix > .k-clear-value {
    width: 28px;
    height: 28px;
    position: relative;
}
.k-input-prefix > .k-clear-value::after,
.k-input-suffix > .k-clear-value::after {
    content: "";
    opacity: 0;
    display: none;
    pointer-events: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
}
.k-input-prefix > .k-clear-value.k-state-focused::after, .k-input-prefix > .k-clear-value:focus::after,
.k-input-suffix > .k-clear-value.k-state-focused::after,
.k-input-suffix > .k-clear-value:focus::after {
    display: block;
}
.k-input-separator {
    margin: 0;
    width: 0;
    height: 16px;
    border-width: 0 0 0 1px;
    border-style: solid;
}
.k-input-icon {
    width: 24px;
    height: 28px;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.k-ie9 .k-input-icon {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}
.k-ie9 .k-rtl .k-input-icon, .k-ie9
[dir="rtl"] .k-input-icon {
    left: 0;
    right: auto;
}
.k-clear-value {
    width: 24px;
    height: 28px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    cursor: pointer;
    opacity: .5;
}
.k-clear-value:hover,
.k-clear-value.k-state-hover {
    opacity: 1;
}
.k-searchbar {
    flex: 1 1 auto;
    display: flex;
    flex-flow: row nowrap;
}
.k-text-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
@keyframes autoFillStart {
    from {
    }
    to {
    }
}
@keyframes autoFillEnd {
    from {
    }
    to {
    }
}
.k-autofill:-webkit-autofill {
    animation-name: autoFillStart;
}
.k-autofill:not(:-webkit-autofill) {
    animation-name: autoFillEnd;
}
.k-textbox:-webkit-autofill {
    animation-name: autoFillStart;
}
.k-textbox:not(:-webkit-autofill) {
    animation-name: autoFillEnd;
}
.k-input-prefix > .k-icon,
.k-input-suffix > .k-icon {
    color: #666666;
}
.k-input-prefix .k-clear-value,
.k-input-suffix .k-clear-value {
    color: #424242;
}
.k-input-prefix > .k-clear-value.k-state-focused::after, .k-input-prefix > .k-clear-value:focus::after,
.k-input-suffix > .k-clear-value.k-state-focused::after,
.k-input-suffix > .k-clear-value:focus::after {
    background-color: #424242;
    opacity: 0.2;
}
.k-input-separator {
    border-color: #424242;
    opacity: 0.5;
}
.k-popup {
    margin: 0;
    padding: 0px 0px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.k-popup > .k-widget {
    border-width: 0;
}
.k-popup.k-colorpicker-popup {
    display: flex;
    align-items: center;
}
.k-popup .k-item {
    outline: none;
}
.k-popup .k-rtl .k-list-optionlabel,
[dir="rtl"] .k-popup .k-list-optionlabel {
    text-align: right;
}
.k-animation-container {
    border-radius: 0 0 2px 2px;
}
.k-animation-container-shown {
    overflow: visible;
}
.k-popup > kendo-list > .k-first {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.k-popup .k-item.k-first {
    position: relative;
}
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
    padding: 4px 8px;
    min-height: 1.4285714286em;
    white-space: normal;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.k-popup > .k-group-header {
    margin-top: 0px;
}
.k-popup .k-outer-group-header {
    padding: 4px 8px;
    min-height: 1.4285714286em;
    white-space: normal;
}
.k-popup .k-outer-group-header.k-virtual-item {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.k-popup > .k-colorpalette {
    padding: 8px 8px;
}
.k-popup .k-list .k-item > .k-group {
    padding: 0 .5em;
    font-size: 9.996px;
    line-height: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}
.k-popup .k-list .k-item > .k-group::before {
    content: "";
    width: 14px;
    height: 14px;
    border-width: 7px;
    border-style: solid;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -14px;
    bottom: 0;
}
.k-rtl.k-popup .k-list .k-item > .k-group,
[dir="rtl"] .k-popup .k-list .k-item > .k-group {
    right: auto;
    left: 0;
}
.k-rtl.k-popup .k-list .k-item > .k-group::before,
[dir="rtl"] .k-popup .k-list .k-item > .k-group::before {
    right: -14px;
    left: auto;
}
.k-group-header + div > .k-list > .k-item.k-first::before {
    content: " ";
    display: block;
    border-top-width: 1px;
    border-top-style: solid;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
}
.k-popup .k-list > .k-outer-group-header {
    border-top-width: 1px;
    border-top-style: solid;
}
.k-popup.k-popup-transparent {
    border-width: 0;
    background-color: transparent;
}
.k-popup.k-popup-flush {
    padding: 0;
}
.k-list-scroller {
    position: relative;
    overflow: auto;
}
.k-list {
    height: auto;
}
.k-list > .k-item {
    display: flex;
    align-items: center;
    align-content: center;
    cursor: pointer;
}
.k-list > .k-item > .k-icon {
    align-self: center;
    margin-right: 8px;
}
.k-list > .k-custom-item {
    font-style: italic;
}
.k-list > .k-custom-item > .k-i-plus {
    margin-left: auto;
    margin-right: 0;
}
[dir="rtl"] .k-list > .k-item > .k-icon {
    margin-right: 0;
    margin-left: 8px;
}
.k-list .k-item,
.k-list-optionlabel {
    padding: 4px 8px;
    min-height: 1.4285714286em;
    line-height: 1.4285714286em;
    white-space: normal;
    transition-property: color, background-color, outline-color, box-shadow;
    transition-duration: 200ms;
    transition-timing-function: ease;
}
.k-list-optionlabel {
    cursor: pointer;
    outline: none;
}
.k-list-filter {
    display: block;
    position: relative;
    padding: 8px;
    box-sizing: border-box;
    flex: 0 0 auto;
}
.k-list-filter > .k-textbox {
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 24px;
}
.k-list-filter > .k-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.k-rtl .k-list-filter > .k-textbox,
[dir="rtl"] .k-list-filter > .k-textbox {
    padding-right: 8px;
    padding-left: 24px;
}
.k-rtl .k-list-filter > .k-icon,
[dir="rtl"] .k-list-filter > .k-icon {
    left: 16px;
    right: auto;
}
.k-dropdown-button .k-popup .k-item {
    cursor: pointer;
}
.k-split-button .k-list .k-item:focus,
.k-dropdown-button .k-list .k-item:focus {
    outline: none;
}
.k-list-container .k-button {
    border-radius: 0;
    padding: 4px 8px;
    border-width: 0;
    color: inherit;
    background-color: transparent;
    background-image: none;
    line-height: inherit;
    display: flex;
    justify-content: flex-start;
}
.k-ie11 .k-list-container .k-button {
    display: flex;
}
.k-ie11 .k-list-container .k-button .k-icon {
    margin: 0 4px 0 0;
}
.k-list-container .k-button.k-state-disabled {
    pointer-events: none;
}
.k-list-container .k-nodata {
    min-height: 138px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    white-space: normal;
}
.k-list-container .k-nodata .k-button {
    display: inline-flex;
    border-width: 1px;
}
.k-list-container .k-separator {
    height: 0;
}
.k-virtual-content {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.k-virtual-content > .k-virtual-list > .k-virtual-item {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.k-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}
.k-popup {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-popup > kendo-list > .k-first {
    border-bottom-color: rgba(0, 0, 0, 0.08);
}
.k-popup > .k-group-header,
.k-popup .k-outer-group-header.k-first,
.k-popup > .k-virtual-wrap > .k-group-header {
    border-bottom-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}
.k-popup .k-outer-group-header {
    border-bottom-color: rgba(0, 0, 0, 0.08);
}
.k-popup .k-list .k-item > .k-group {
    color: #ffffff;
    background: #424242;
}
.k-popup .k-list .k-item > .k-group::before {
    border-color: #424242 #424242 transparent transparent;
}
.k-rtl.k-popup .k-list .k-item > .k-group::before,
[dir="rtl"] .k-popup .k-list .k-item > .k-group::before {
    border-color: #424242 transparent transparent #424242;
}
.k-group-header + div > .k-list > .k-item.k-first::before {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-list > .k-outer-group-header {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-popup > .k-colorpalette,
.k-popup > .k-flatcolorpicker {
    background: transparent;
}
.k-list .k-item:hover,
.k-list .k-item.k-state-hover,
.k-list-optionlabel:hover,
.k-list-optionlabel.k-state-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-list .k-item:hover.k-state-selected,
.k-list .k-item.k-state-hover.k-state-selected,
.k-list-optionlabel:hover.k-state-selected,
.k-list-optionlabel.k-state-hover.k-state-selected {
    color: #ffffff;
    background-color: #eb5b51;
}
.k-list .k-item:focus,
.k-list .k-item.k-state-focused,
.k-list-optionlabel:focus,
.k-list-optionlabel.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-list .k-item.k-state-selected,
.k-list-optionlabel.k-state-selected {
    color: #ffffff;
    background-color: #ff6358;
}
.k-animation-container {
    border-radius: 0 0 2px 2px;
}
.k-animation-container-shown,
.k-animation-container > .k-popup {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}
.k-animation-container-fixed > .k-popup {
    box-shadow: none;
}
.k-list-container .k-button {
    box-shadow: none;
}
.k-list-container .k-button:hover,
.k-list-container .k-button.k-state-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-list-container .k-button:active,
.k-list-container .k-button.k-state-active {
    color: inherit;
    background-color: inherit;
}
.k-list-container .k-button.k-state-selected {
    color: #ffffff;
    background-color: #ff6358;
}
.k-list-container .k-button:focus,
.k-list-container .k-button.k-state-focus,
.k-list-container .k-button.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-list-container .k-button.k-state-disabled {
    background: transparent;
}
.k-list-container .k-nodata {
    color: rgba(66, 66, 66, 0.5);
}
.k-list-container .k-nodata .k-button {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-toolbar {
    margin: 0;
    padding: 8px 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-toolbar::before {
    content: "";
    height: calc(1.4285714286em + 10px);
    margin-inline-start: -8px;
}
.k-toolbar.k-toolbar-resizable {
    flex-wrap: nowrap;
}
.k-toolbar > * {
    flex-shrink: 0;
    display: inline-flex;
    align-content: center;
    vertical-align: middle;
}
.k-toolbar > * > label {
    margin-inline-end: 8px;
    align-self: center;
}
.k-toolbar .k-overflow-anchor {
    border-radius: 0;
    margin: 0;
    padding: 8px;
    width: calc(1.4285714286em + 26px);
    height: 100%;
    border-width: 0;
    border-color: inherit;
    box-sizing: border-box;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}
.k-toolbar .k-overflow-anchor::before {
    display: block;
}
.k-toolbar .k-separator,
.k-toolbar .k-toolbar-separator {
    width: 0;
    height: 1.4285714286em;
    border-width: 0 0 0 1px;
    border-style: solid;
    align-self: center;
}
.k-toolbar .k-toolbar-spacer {
    height: 1.4285714286em;
    flex: 1 0 0%;
}
.k-toolbar .k-toolbar-template {
    align-self: center;
    align-items: center;
}
.k-toolbar-group {
    display: flex;
    flex-direction: inherit;
    flex-wrap: nowrap;
    gap: inherit;
}
kendo-toolbar-renderer {
    border-color: inherit;
}
.k-overflow-container .k-overflow-tool-group {
    display: block;
}
.k-overflow-container .k-overflow-button {
    width: 100%;
}
.k-overflow-container .k-button-group {
    display: flex;
    flex-direction: column;
}
.k-overflow-container .k-button-group .k-button {
    margin: 0;
}
.k-overflow-container .k-split-button {
    display: flex;
    flex-direction: column;
}
.k-overflow-container .k-overflow-hidden {
    display: none;
}
.k-toolbar.k-rtl .k-overflow-anchor,
.k-rtl .k-toolbar .k-overflow-anchor, .k-toolbar[dir="rtl"] .k-overflow-anchor,
[dir="rtl"] .k-toolbar .k-overflow-anchor {
    margin: 0;
    right: auto;
    left: 0;
}
.k-floating-toolbar,
.editorToolbarWindow.k-window-content {
    padding: 8px 8px !important;
    border-width: 1px;
    border-style: solid;
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    align-items: center;
}
.k-floating-toolbar .k-toolbar,
.editorToolbarWindow.k-window-content .k-toolbar {
    padding: 0;
    border-width: 0;
    color: inherit;
    background: none;
}
.k-editortoolbar-dragHandle {
    cursor: move;
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-shrink: 0;
}
.k-toolbar {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-toolbar .k-overflow-anchor {
    color: inherit;
    background: transparent;
}
.k-toolbar .k-separator {
    border-color: inherit;
}
.k-floating-toolbar,
.editorToolbarWindow.k-window-content {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-form,
.k-form-inline {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-fieldset {
    margin: 30px;
    border-width: 1px 0 0;
    border-style: solid;
    padding: 25px 0 0;
}
.k-fieldset > legend {
    margin-left: 0;
    padding: 0 8px 0 0;
    text-transform: uppercase;
}
kendo-label > .k-label {
    margin: 0;
}
.k-label-optional {
    margin-left: 6px;
    font-size: 12px;
    font-style: italic;
    align-self: center;
}
.k-label-empty::before {
    content: "";
    display: inline-block;
}
.k-input-label {
    margin-right: 10px;
    z-index: 1;
}
.k-input-label:dir(rtl),
.k-rtl .k-input-label, .k-input-label.k-rtl,
[dir="rtl"] .k-input-label, .k-input-label[dir="rtl"] {
    margin-right: 0;
    margin-left: 10px;
}
.k-form {
    border: 0;
}
.k-form .k-label,
.k-form kendo-label,
.k-form .k-form-label {
    margin-bottom: 0px;
    display: flex;
    flex-flow: row nowrap;
}
.k-form .k-checkbox-label,
.k-form .k-radio-label {
    display: inline-flex;
}
.k-form .k-label + .k-radio {
    margin-left: 0;
}
.k-form .k-form-fieldset {
    margin: 2em 0 0;
    padding: 0px;
    border: 0;
}
.k-form .k-form-fieldset > *:first-child {
    margin-top: 0;
}
.k-form .k-form-legend {
    margin: 0 0 1em;
    padding: 0px;
    border-width: 0 0 2px;
    border-style: solid;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}
.k-form .k-form-group {
    padding: 0;
}
.k-form .k-form-field,
.k-form .k-form-buttons,
.k-form .k-daterangepicker .k-textbox-container {
    margin-top: 1em;
}
.k-form > *:first-child,
.k-form .k-daterangepicker .k-textbox-container:first-child {
    margin-top: 0;
}
.k-form .k-form-field,
.k-form .k-form-field-wrap {
    display: block;
}
.k-form .k-form-field-disabled .k-label,
.k-form .k-form-field-disabled .k-form-label {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
.k-form .k-alert-error {
    font-size: 12px;
    margin-top: 8px;
}
.k-form .k-field-info {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    margin: 0 8px;
}
.k-form .k-textbox,
.k-form .k-textarea,
.k-form .k-autocomplete,
.k-form .k-combobox,
.k-form .k-dropdown,
.k-form .k-dropdowntree,
.k-form .k-multiselect,
.k-form .k-dropdowntree,
.k-form .k-dateinput,
.k-form .k-datepicker,
.k-form .k-datetimepicker,
.k-form .k-daterangepicker-wrap,
.k-form .k-timepicker,
.k-form .k-numerictextbox,
.k-form .k-maskedtextbox,
.k-form .k-textbox-container,
.k-form .k-floating-label-container {
    display: flex;
    width: 100%;
}
.k-form .k-editor .k-dropdown, .k-form .k-editor .k-dropdowntree {
    width: 12.4em;
}
.k-form-buttons {
    display: flex;
}
.k-form-buttons > * {
    margin-right: 8px;
}
.k-form-buttons > *:last-child {
    margin-right: 0;
}
.k-form-hint,
.k-form-error {
    margin-top: 4px;
    display: flex;
    font-size: 12px;
    font-style: italic;
}
.k-text-start,
.k-buttons-start {
    justify-content: flex-start;
}
.k-text-end,
.k-buttons-end {
    justify-content: flex-end;
}
.k-form-separator {
    margin: 1em 0 0;
    border-width: 1px 0 0;
    border-style: solid;
    display: block;
    flex: 0 0 auto;
}
.k-form-horizontal .k-form-field {
    display: flex;
}
.k-form-horizontal .k-form-field > .k-label,
.k-form-horizontal .k-form-field > kendo-label,
.k-form-horizontal .k-form-field > .k-form-label {
    margin-right: 10px;
    padding-top: 5px;
    width: 25%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.k-form-horizontal .k-form-field .k-label-optional {
    margin: 0;
    align-self: inherit;
}
.k-form-horizontal .k-form-field-wrap {
    max-width: calc(75% - 10px);
    flex: 1 1 auto;
}
.k-form-horizontal .k-form-buttons {
    margin-top: 2em;
}
.k-form [dir="rtl"] .k-form-buttons > *, .k-form [dir="rtl"].k-form-buttons > *,
.k-rtl .k-form .k-form-buttons > *,
.k-rtl .k-form.k-form-buttons > * {
    margin-right: 0;
    margin-left: 8px;
}
.k-form [dir="rtl"] .k-form-buttons > *:last-child, .k-form [dir="rtl"].k-form-buttons > *:last-child,
.k-rtl .k-form .k-form-buttons > *:last-child,
.k-rtl .k-form.k-form-buttons > *:last-child {
    margin-left: 0;
}
.k-form [dir="rtl"] .k-label-optional,
.k-rtl .k-form .k-label-optional {
    margin-left: 0;
    margin-right: 6px;
}
.k-form-horizontal [dir="rtl"].k-form-field > .k-label,
.k-form-horizontal [dir="rtl"].k-form-field > kendo-label,
.k-form-horizontal [dir="rtl"].k-form-field > .k-form-label,
.k-form-horizontal [dir="rtl"] .k-form-field > .k-label,
.k-form-horizontal [dir="rtl"] .k-form-field > kendo-label,
.k-form-horizontal [dir="rtl"] .k-form-field > .k-form-label,
.k-rtl .k-form-horizontal.k-form-field > .k-label,
.k-rtl .k-form-horizontal.k-form-field > kendo-label,
.k-rtl .k-form-horizontal.k-form-field > .k-form-label,
.k-rtl .k-form-horizontal .k-form-field > .k-label,
.k-rtl .k-form-horizontal .k-form-field > kendo-label,
.k-rtl .k-form-horizontal .k-form-field > .k-form-label {
    margin-right: 0;
    margin-left: 10px;
}
.k-form-inline {
    padding: 16px;
}
.k-form-inline fieldset {
    border-width: 1px 0 0;
    border-style: solid;
    margin: 32px 0;
    padding: 0;
}
.k-form-inline fieldset:first-child:first-of-type {
    margin-top: 0;
}
.k-form-inline fieldset:last-child:last-of-type {
    margin-bottom: 0;
}
.k-form-inline legend {
    font-size: 12px;
    text-align: left;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
    text-transform: uppercase;
    padding: 0 8px 0 0;
    width: auto;
}
.k-form-inline .k-form-field {
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 12px;
}
.k-form-inline .k-form-field > span:not(.k-widget) {
    width: 25%;
    text-align: right;
    line-height: 1.4285714286;
    padding: 5px 0;
    padding-right: 12px;
    align-self: center;
}
.k-form-inline .k-form-field > input {
    align-self: center;
}
.k-form-inline .k-form-field > input:not(.k-checkbox):not(.k-radio) {
    flex: 1 1 auto;
}
.k-form-inline .k-form-field .k-alert-error {
    font-size: 12px;
    margin-top: 8px;
}
.k-form-inline .k-form-field .k-field-info {
    display: block;
    font-size: 10px;
    line-height: 1;
    margin: 0;
}
.k-form-inline .k-form-field:last-child {
    margin-bottom: 0;
}
.k-edit-form-container {
    width: 400px;
    min-width: 400px;
    border-color: inherit;
    position: relative;
}
.k-edit-form-container .k-tabstrip-wrapper {
    margin: -16px -16px;
}
.k-edit-form-container .k-tabstrip.k-root-tabs {
    margin-bottom: 16px;
}
.k-edit-form-container .k-tabstrip .k-tabstrip-items {
    padding: 16px 16px 0;
}
.k-edit-form-container .k-tabstrip .k-content {
    padding: 16px 16px;
    border-width: 0;
}
.k-edit-buttons {
    padding: 8px 8px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    text-align: right;
    clear: both;
}
.k-edit-buttons .k-button + .k-button {
    margin-left: 0.5em;
}
.k-edit-form-container .k-edit-buttons {
    margin: 16px -16px -16px;
    padding: 16px 16px;
}
.k-popup-edit-form > .k-actions, .k-popup-edit-form > .k-action-buttons,
.k-popup-edit-form > .k-columnmenu-actions,
.k-edit-form-container .k-actions,
.k-edit-form-container .k-action-buttons,
.k-edit-form-container .k-columnmenu-actions {
    margin: 1em -16px -16px;
}
.k-edit-label {
    margin: 0 0 1em 0;
    padding: 5px 0;
    width: 30%;
    line-height: 1.4285714286;
    text-align: right;
    float: left;
    clear: both;
}
.k-edit-field {
    margin: 0 0 1em 0;
    width: 65%;
    float: right;
    clear: right;
    position: relative;
}
.k-edit-field.k-no-editor {
    padding: 5px 0;
}
.k-edit-field > .k-widget,
.k-edit-field > .k-textbox,
.k-edit-field > .k-textarea {
    width: 100%;
    box-sizing: border-box;
}
.k-edit-field > .k-colorpicker {
    width: auto;
}
.k-edit-field input[type="radio"]:not(.k-radio),
.k-edit-field input[type="checkbox"]:not(.k-checkbox) {
    margin-right: .4ex;
}
.k-edit-field .k-radio-label,
.k-edit-field .k-checkbox-label {
    margin-right: 1em;
}
.k-edit-field > .k-reset > li + li {
    margin-top: 0.5em;
}
.k-edit-field .k-reset .k-widget {
    margin: 0 .4ex 0 1ex;
}
.k-rtl .k-edit-buttons {
    text-align: left;
}
.k-rtl .k-edit-buttons .k-button + .k-button {
    margin-left: 0;
    margin-right: .5em;
}
.k-form,
.k-form-inline {
    color: #424242;
}
.k-form fieldset legend,
.k-form-inline fieldset legend {
    color: #373737;
}
.k-form .k-form-legend,
.k-form-inline .k-form-legend {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-form .k-field-info,
.k-form-inline .k-field-info {
    color: #666666;
}
.k-form .k-alert-error,
.k-form-inline .k-alert-error {
    color: #f31700;
}
.k-form-error,
.k-text-error,
.k-form-field-error .k-label {
    color: #f31700;
}
.k-form-separator {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-listgroup {
    border-radius: 2px;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    line-height: 1.4285714286;
    list-style: none;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.k-listgroup > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.k-listgroup .k-listgroup-item + .k-listgroup-item {
    border-top-width: 1px;
}
.k-listgroup-flush {
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
}
.k-listgroup-item {
    padding: 8px 8px;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    position: relative;
}
.k-listgroup-item > .k-link {
    margin: -8px -8px;
    padding: 8px 8px;
    color: inherit;
    text-decoration: none;
    outline: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    position: relative;
}
.k-listgroup-item > .k-link > .k-select {
    padding: 8px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.k-listgroup-item-segmented {
    align-items: stretch;
}
.k-listgroup-item-segmented > .k-link {
    margin-right: 0;
}
.k-listgroup-item-segmented > .k-select {
    margin: -8px -8px -8px 0;
    padding: 8px;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: inherit;
    cursor: pointer;
}
.k-listgroup-form-row {
    margin: -8px -8px;
    padding: 8px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto;
    position: relative;
}
.k-listgroup-form-row .k-listgroup-form-field-label {
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-listgroup-form-row .k-listgroup-form-field-wrapper {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    text-align: end;
    position: relative;
}
.k-listgroup-form-row .k-listgroup-form-field-wrapper select,
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="text"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="password"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="date"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="time"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="datetime-local"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="number"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper textarea {
    width: 100%;
    box-sizing: border-box;
    flex: 1 1 100%;
}
.k-listgroup-form-row .k-listgroup-form-field-wrapper textarea {
    min-height: 4em;
    resize: vertical;
}
.k-listgroup-item.k-listgroup-form-row {
    margin: 0;
}
[dir="rtl"] .k-listgroup-item > .k-link > .k-select {
    right: auto;
    left: 0;
}
[dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-icon {
    transform: scaleX(-1);
}
[dir="rtl"] .k-listgroup-item-segmented > .k-link {
    margin-right: -8px;
    margin-left: 0;
}
[dir="rtl"] .k-listgroup-item-segmented > .k-select {
    margin-right: 0;
    margin-left: -8px;
    border-right-width: 1px;
    border-left-width: 0;
}
[dir="rtl"] .k-listgroup-item-segmented > .k-select .k-icon {
    transform: scaleX(-1);
}
.k-noflexbox .k-listgroup,
.k-noflexbox .k-listgroup > ul .k-listgroup-item,
.k-noflexbox .k-listgroup-item > .k-link {
    display: block;
}
.k-listgroup {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-checkbox {
    border-radius: 2px;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    line-height: initial;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
}
.k-checkbox::before {
    content: "";
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-family: "WebComponentsIcons", monospace;
    line-height: 1;
    transform: scale(0) translate(-50%, -50%);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
}
.k-checkbox:checked::before,
.k-checkbox.k-checked::before {
    transform: scale(1) translate(-50%, -50%);
}
.k-checkbox:indeterminate::before,
.k-checkbox.k-indeterminate::before,
.k-checkbox.k-state-indeterminate::before {
    content: "";
    transform: scale(1) translate(-50%, -50%);
}
.k-checkbox:disabled,
.k-checkbox.k-disabled,
.k-checkbox:disabled + .k-checkbox-label,
.k-checkbox.k-disabled + .k-checkbox-label {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
.k-checkbox-label {
    margin: 0;
    padding: 0;
    line-height: 17px;
    display: inline-flex;
    align-items: flex-start;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.k-checkbox-label .k-label {
    cursor: pointer;
}
.k-checkbox-label .k-ripple {
    top: 8px;
    left: 8px;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    visibility: hidden !important;
}
.k-checkbox-label .k-ripple-blob {
    top: 50% !important;
    left: 50% !important;
    width: 200% !important;
    height: 200% !important;
}
.k-checkbox + .k-checkbox-label {
    display: inline;
}
.k-checkbox + .k-checkbox-label,
.k-checkbox-label + .k-checkbox {
    margin-left: 4px;
}
.k-checkbox-label > .k-checkbox {
    margin-right: 4px;
    flex-shrink: 0;
}
kendo-label.k-checkbox-label > .k-checkbox:last-child {
    margin-right: 0;
}
kendo-label.k-checkbox-label > .k-label:first-child {
    margin-right: 4px;
}
kendo-label.k-checkbox-label > .k-label {
    display: inline;
}
.k-checkbox-label:empty {
    display: none;
}
.k-checkbox-label.k-no-text {
    min-width: 1px;
}
.k-checkbox-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.k-checkbox-list .k-checkbox-item {
    padding: 4px 0px;
}
.k-list-horizontal .k-checkbox-item {
    display: inline-block;
    margin: 0 32px 0 0;
}
.k-list-horizontal .k-checkbox-item:last-child {
    margin-right: 0;
}
.k-rtl .k-checkbox + .k-checkbox-label,
.k-rtl .k-checkbox-label + .k-checkbox,
[dir="rtl"] .k-checkbox + .k-checkbox-label,
[dir="rtl"] .k-checkbox-label + .k-checkbox {
    margin-left: 0;
    margin-right: 4px;
}
.k-rtl .k-checkbox-label > .k-checkbox,
[dir="rtl"] .k-checkbox-label > .k-checkbox {
    margin-right: 0;
    margin-left: 4px;
}
.k-rtl kendo-label.k-checkbox-label > .k-checkbox:last-child,
[dir="rtl"] kendo-label.k-checkbox-label > .k-checkbox:last-child {
    margin-left: 0;
}
.k-rtl kendo-label.k-checkbox-label > .k-label:first-child,
[dir="rtl"] kendo-label.k-checkbox-label > .k-label:first-child {
    margin-right: 0;
    margin-left: 4px;
}
.k-rtl .k-list-horizontal .k-checkbox-item,
[dir="rtl"] .k-list-horizontal .k-checkbox-item {
    margin-right: 0;
    margin-left: 32px;
}
.k-rtl .k-list-horizontal .k-checkbox-item:last-child,
[dir="rtl"] .k-list-horizontal .k-checkbox-item:last-child {
    margin-left: 0;
}
.k-ripple-container .k-checkbox::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    margin-left: -18px;
    margin-top: -18px;
    border-radius: 100%;
    z-index: 1;
    transform: scale(0);
}
.k-ripple-container .k-checkbox:disabled::after,
.k-ripple-container .k-checkbox.k-disabled::after {
    display: none;
}
.k-checkbox::-ms-check {
    border-width: 1px;
    border-color: inherit;
    color: inherit;
    background-color: inherit;
}
.k-checkbox {
    border-color: rgba(0, 0, 0, 0.08);
    color: transparent;
    background-color: #ffffff;
}
.k-checkbox:focus,
.k-checkbox.k-state-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}
.k-checkbox:indeterminate,
.k-checkbox.k-state-indeterminate,
.k-checkbox.k-indeterminate {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ff6358;
    background-color: #ffffff;
}
.k-checkbox:checked,
.k-checkbox.k-checked {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
}
.k-checkbox:checked:focus,
.k-checkbox.k-checked.k-state-focus {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}
.k-checkbox.k-invalid,
.k-checkbox.k-state-invalid,
.k-checkbox.ng-invalid.ng-touched,
.k-checkbox.ng-invalid.ng-dirty {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-checkbox.k-invalid + .k-checkbox-label,
.k-checkbox.k-state-invalid + .k-checkbox-label,
.k-checkbox.ng-invalid.ng-touched + .k-checkbox-label,
.k-checkbox.ng-invalid.ng-dirty + .k-checkbox-label {
    color: #f31700;
}
.k-ripple-container .k-checkbox::after {
    background: #ff6358;
    opacity: 0.3;
}
.k-radio {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    line-height: initial;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
}
.k-radio::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: currentColor;
    transform: scale(0) translate(-50%, -50%);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
}
.k-radio:checked::before,
.k-radio.k-checked::before {
    transform: scale(1) translate(-50%, -50%);
}
.k-radio:disabled,
.k-radio.k-disabled,
.k-radio:disabled + .k-radio-label,
.k-radio.k-disabled + .k-radio-label {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
.k-radio + .k-radio-label {
    display: inline;
}
.k-radio-label {
    margin: 0;
    padding: 0;
    line-height: 17px;
    display: inline-flex;
    align-items: flex-start;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.k-radio-label .k-label {
    cursor: pointer;
}
.k-radio-label:empty {
    display: none;
}
.k-radio-label .k-ripple {
    top: 8px;
    left: 8px;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    visibility: hidden !important;
}
.k-radio-label .k-ripple-blob {
    top: 50% !important;
    left: 50% !important;
    width: 200% !important;
    height: 200% !important;
}
.k-radio + .k-radio-label,
.k-radio-label + .k-radio,
.k-label + .k-radio {
    margin-left: 4px;
}
.k-radio-label > .k-radio {
    margin-right: 4px;
    flex-shrink: 0;
}
kendo-label.k-radio-label > .k-label {
    display: inline;
}
.k-radio-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.k-radio-list .k-radio-item {
    padding: 4px 0px;
}
.k-list-horizontal .k-radio-item {
    display: inline-block;
    margin: 0 32px 0 0;
}
.k-list-horizontal .k-radio-item:last-child {
    margin-right: 0;
}
.k-rtl .k-radio + .k-radio-label,
.k-rtl .k-radio-label + .k-radio,
.k-rtl .k-label + .k-radio,
[dir="rtl"] .k-radio + .k-radio-label,
[dir="rtl"] .k-radio-label + .k-radio,
[dir="rtl"] .k-label + .k-radio {
    margin-left: 0;
    margin-right: 4px;
}
.k-rtl .k-radio-label > .k-radio,
[dir="rtl"] .k-radio-label > .k-radio {
    margin-right: 0;
    margin-left: 4px;
}
.k-rtl kendo-label.k-radio-label > .k-radio:last-child,
[dir="rtl"] kendo-label.k-radio-label > .k-radio:last-child {
    margin-left: 0;
}
.k-rtl kendo-label.k-radio-label > .k-label:first-child,
[dir="rtl"] kendo-label.k-radio-label > .k-label:first-child {
    margin-right: 0;
    margin-left: 4px;
}
.k-rtl .k-list-horizontal .k-radio-item,
[dir="rtl"] .k-list-horizontal .k-radio-item {
    margin-right: 0;
    margin-left: 32px;
}
.k-rtl .k-list-horizontal .k-radio-item:last-child,
[dir="rtl"] .k-list-horizontal .k-radio-item:last-child {
    margin-left: 0;
}
.k-ripple-container .k-radio::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    margin-left: -18px;
    margin-top: -18px;
    border-radius: 100%;
    z-index: 1;
    transform: scale(0);
}
.k-ripple-container .k-radio:disabled::after,
.k-ripple-container .k-radio.k-disabled::after {
    display: none;
}
.k-radio::-ms-check {
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background-color: inherit;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .k-radio::-ms-check {
        border-width: 1px;
    }
}
.k-radio {
    border-color: rgba(0, 0, 0, 0.08);
    color: transparent;
    background-color: #ffffff;
}
.k-radio:focus,
.k-radio.k-state-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}
.k-radio.k-invalid,
.k-radio.k-state-invalid,
.k-radio.ng-invalid.ng-touched,
.k-radio.ng-invalid.ng-dirty {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-radio.k-invalid + .k-radio-label,
.k-radio.k-state-invalid + .k-radio-label,
.k-radio.ng-invalid.ng-touched + .k-radio-label,
.k-radio.ng-invalid.ng-dirty + .k-radio-label {
    color: #f31700;
}
.k-radio:checked,
.k-radio.k-checked {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
}
.k-radio:checked:focus,
.k-radio.k-checked.k-state-focus {
    border-color: #ff6358;
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}
.k-ripple-container .k-radio::after {
    background: #ff6358;
    opacity: 0.3;
}
.k-switch {
    border-radius: 9999px;
    cursor: pointer;
    width: 60px;
    box-sizing: border-box;
    outline: 0;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    font-family: inherit;
    font-size: 10px;
    line-height: 1.4285714286;
    -webkit-user-select: none;
            user-select: none;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-switch [type="checkbox"] {
    display: none;
}
.k-switch[aria-readonly="true"] {
    pointer-events: none;
}
.k-switch,
.k-switch-container,
.k-switch-handle {
    box-sizing: border-box;
}
.k-switch-container {
    border-radius: 9999px;
    padding: 0px 0px;
    width: 60px;
    flex: 1 0 auto;
    position: relative;
    outline: 0;
    transition: background-color 200ms ease-out 0s;
}
.k-switch-handle {
    border-radius: 9999px;
    width: 30px;
    height: 30px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0;
    transition: left 200ms ease-out 0s;
}
.k-switch-on .k-switch-handle {
    left: calc(100% - 30px);
}
.k-switch-off .k-switch-handle {
    left: 0px;
}
.k-switch-label-on,
.k-switch-label-off {
    display: inline;
    max-width: calc(100% - 38px);
    text-transform: uppercase;
    line-height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}
.k-switch-label-on {
    left: 8px;
}
.k-switch-label-off {
    right: 8px;
}
.k-rtl .k-switch.k-switch-on .k-switch-handle,
.k-switch[dir="rtl"].k-switch-on .k-switch-handle {
    left: 0px;
}
.k-rtl .k-switch.k-switch-off .k-switch-handle,
.k-switch[dir="rtl"].k-switch-off .k-switch-handle {
    left: calc(100% - 30px);
}
.k-rtl .k-switch .k-switch-label-on,
.k-switch[dir="rtl"] .k-switch-label-on {
    left: initial;
    right: 8px;
}
.k-rtl .k-switch .k-switch-label-off,
.k-switch[dir="rtl"] .k-switch-label-off {
    left: 8px;
    right: initial;
}
.k-ie9 .k-switch {
    display: inline-block;
}
.k-ie9 .k-switch-container {
    display: block;
}
.k-ie9 .k-switch-handle {
    display: block;
}
.k-switch:hover .k-switch-container, .k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.k-switch:focus .k-switch-container, .k-switch.k-state-focused .k-switch-container {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}
.k-switch-container {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.k-switch-on .k-switch-container {
    color: #ffffff;
    background-color: #ff6358;
}
.k-switch-on .k-switch-handle {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ffffff;
    background-color: #f2f2f2;
}
.k-switch-on:hover .k-switch-container, .k-switch-on.k-state-hover .k-switch-container {
    color: #ffffff;
    background-color: #eb5b51;
}
.k-switch-on:hover .k-switch-handle, .k-switch-on.k-state-hover .k-switch-handle {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ffffff;
    background-color: #ededed;
}
.k-switch-on .k-switch-label-off {
    color: transparent;
}
.k-switch-off .k-switch-container {
    color: #424242;
    background-color: #ffffff;
}
.k-switch-off .k-switch-handle {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f2f2f2;
}
.k-switch-off:hover .k-switch-container, .k-switch-off.k-state-hover .k-switch-container {
    color: #424242;
    background-color: #ffffff;
}
.k-switch-off:hover .k-switch-handle, .k-switch-off.k-state-hover .k-switch-handle {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ededed;
}
.k-switch-off .k-switch-label-on {
    color: transparent;
}
.k-pane-wrapper {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-pane-wrapper .k-pane {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
            user-select: none;
    box-sizing: border-box;
    font-family: sans-serif;
    overflow-x: hidden;
}
.k-pane-wrapper .k-view {
    top: 0;
    left: 0;
    position: relative;
    border: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-pane-wrapper .k-content {
    min-height: 1px;
    flex: 1;
    align-items: stretch;
    display: block;
    width: auto;
    overflow: hidden;
    position: relative;
}
.k-pane-wrapper > div.k-pane {
    box-shadow: none;
    font-weight: normal;
}
.k-pane-wrapper .k-popup-edit-form .k-content,
.k-pane-wrapper .k-grid-edit-form .k-content,
.k-pane-wrapper .k-grid-column-menu .k-content,
.k-pane-wrapper .k-grid-filter-menu .k-content {
    overflow-y: auto;
}
.k-pane-wrapper .k-popup-edit-form .k-content > .k-scroll-container,
.k-pane-wrapper .k-grid-edit-form .k-content > .k-scroll-container,
.k-pane-wrapper .k-grid-column-menu .k-content > .k-scroll-container,
.k-pane-wrapper .k-grid-filter-menu .k-content > .k-scroll-container {
    position: absolute;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
}
.k-pane-wrapper .k-grid-filter-menu .k-filter-selected-items {
    margin: 1em;
    font-weight: normal;
}
.k-pane-wrapper .k-grid-edit-form .k-popup-edit-form,
.k-pane-wrapper .k-grid-edit-form .k-edit-form-container {
    width: auto;
    min-width: auto;
}
.k-pane-wrapper .k-grid .k-grid-search {
    width: 100%;
}
.k-grid.k-grid-mobile {
    border-width: 0;
}
.k-grid-mobile .k-resize-handle-inner::before {
    content: "\e01e";
    position: absolute;
    font: 16px/1 "WebComponentsIcons";
    top: calc(50% - 1px);
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .2em;
}
.k-grid-mobile .k-header a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
        user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
}
.k-pane-wrapper .k-scheduler-edit-form .k-recur-view {
    padding: 0;
    flex-direction: column;
    align-items: stretch;
}
.k-pane-wrapper .k-scheduler-edit-form .k-recur-view > .k-listgroup-form-row {
    margin: 0;
}
.k-pane-wrapper .k-scheduler-edit-form .k-recur-items-wrap {
    width: 100%;
    margin: -1px 0;
}
.k-pane-wrapper .k-scheduler-edit-form .k-scheduler-recur-end-wrap {
    white-space: nowrap;
}
.k-pane-wrapper .k-scheduler-edit-form .k-edit-buttons {
    border-width: 0;
}
.k-scheduler.k-scheduler-mobile {
    border-width: 0;
}
.k-scheduler-mobile th {
    font-weight: normal;
}
.k-scheduler-mobile .k-event:hover .k-resize-handle {
    visibility: hidden;
}
.k-scheduler-mobile .k-scheduler-toolbar {
    padding: 8px 8px;
}
.k-scheduler-mobile .k-scheduler-toolbar > * {
    margin: 0;
}
.k-scheduler-mobile .k-scheduler-toolbar::before {
    display: none;
}
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0;
}
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current {
    line-height: 1;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 0;
}
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-y-date-format {
    font-size: 12px;
}
.k-scheduler-mobile .k-scheduler-footer {
    padding: 8px 8px;
    display: flex;
    justify-content: space-between;
}
.k-scheduler-mobile .k-scheduler-footer > * {
    margin: 0;
}
.k-scheduler-mobile .k-scheduler-footer::before {
    display: none;
}
.k-scheduler-mobile .k-scheduler-monthview .k-hidden {
    height: 40px;
}
.k-scheduler-mobile .k-scheduler-monthview .k-scheduler-table td {
    height: 40px;
    vertical-align: top;
    text-align: center;
}
.k-scheduler-mobile .k-scheduler-monthview .k-events-container {
    position: absolute;
    text-align: center;
    height: 6px;
    line-height: 6px;
}
.k-scheduler-mobile .k-scheduler-monthview .k-event {
    position: static;
    padding: 4px;
    border-radius: 50%;
    display: inline-block;
    width: 4px;
    height: 4px;
    min-height: 0;
    margin: 1px;
}
.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header.k-mobile-horizontal-header .k-scheduler-times table tr:first-child {
    display: none;
}
.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header .k-scheduler-header .k-scheduler-date-group {
    display: none;
}
.k-scheduler-mobile .k-scheduler-header-wrap > div {
    overflow: visible;
}
.k-scheduler-mobile .k-scheduler-agendaview .k-mobile-header {
    display: none;
}
.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table {
    table-layout: auto;
}
.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table .k-scheduler-groupcolumn {
    width: 1%;
}
.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table td {
    white-space: normal;
}
.k-scheduler-mobile .k-mobile-header .k-scheduler-table td,
.k-scheduler-mobile .k-mobile-header .k-scheduler-table th {
    height: 1.5em;
}
.k-scheduler-mobile .k-time-text,
.k-scheduler-mobile .k-time-period {
    display: block;
    line-height: 1;
}
.k-scheduler-mobile .k-time-period {
    font-size: .7em;
}
.k-scheduler-mobile .k-scheduler-table td,
.k-scheduler-mobile .k-scheduler-table th {
    height: 2em;
    vertical-align: middle;
}
.k-scheduler-mobile .k-scheduler-datecolumn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.k-scheduler-mobile .k-task {
    display: flex;
    align-items: center;
}
.k-scheduler-mobile .k-task .k-scheduler-mark {
    border-radius: 50%;
}
.k-scheduler-mobile .k-task .k-i-reload {
    font-size: 1em;
    margin-right: .5em;
}
.k-scheduler-mobile .k-task .k-scheduler-task-text {
    flex: 1 1 0%;
}
.k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell,
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn {
    vertical-align: top;
}
.k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell .k-scheduler-group-text,
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    white-space: nowrap;
}
.k-scheduler-mobile .k-scrollbar-h tr + tr .k-scheduler-times {
    border-bottom-width: 0;
}
.k-pane-wrapper .k-grid-edit-form > .k-header,
.k-pane-wrapper .k-grid-column-menu > .k-header,
.k-pane-wrapper .k-grid-filter-menu > .k-header,
.k-pane-wrapper .k-scheduler-edit-form > .k-header {
    display: flex;
    justify-content: space-between;
    padding: .3em .6em;
    width: auto;
    line-height: 2em;
}
.k-pane-wrapper .k-grid-edit-form > .k-header .k-header-done,
.k-pane-wrapper .k-grid-edit-form > .k-header .k-header-cancel,
.k-pane-wrapper .k-grid-column-menu > .k-header .k-header-done,
.k-pane-wrapper .k-grid-column-menu > .k-header .k-header-cancel,
.k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-done,
.k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-cancel,
.k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-done,
.k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-cancel {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.k-pane-wrapper .k-grid-edit-form > .k-header .k-header-done .k-icon,
.k-pane-wrapper .k-grid-edit-form > .k-header .k-header-cancel .k-icon,
.k-pane-wrapper .k-grid-column-menu > .k-header .k-header-done .k-icon,
.k-pane-wrapper .k-grid-column-menu > .k-header .k-header-cancel .k-icon,
.k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-done .k-icon,
.k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-cancel .k-icon,
.k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-done .k-icon,
.k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-cancel .k-icon {
    font-size: 1.5em;
}
.k-pane-wrapper .k-list-title,
.k-pane-wrapper .k-filter-help-text,
.k-pane-wrapper .k-list-group-header {
    padding: 8px 8px;
    display: block;
}
.k-pane-wrapper .k-list-group-header {
    font-weight: bold;
    text-transform: uppercase;
}
.k-pane-wrapper .k-listgroup .k-listgroup-item {
    border-color: inherit;
}
.k-pane-wrapper .k-listgroup + .k-listgroup {
    margin-top: 2em;
}
.k-pane-wrapper .k-column-menu .k-filter-item .k-filterable * {
    pointer-events: none;
}
.k-pane-wrapper .k-filter-menu .k-space-right {
    margin: .5em 10px;
    width: auto;
    display: flex;
    align-items: center;
}
.k-pane-wrapper .k-filter-menu .k-filter-tools {
    margin: 1em;
    display: flex;
    justify-content: space-between;
}
.k-pane-wrapper .k-popup-edit-form .k-recur-editor-wrap {
    display: flex;
}
.k-pane-wrapper .k-popup-edit-form .k-mobiletimezoneeditor {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    flex: 1 1 auto;
}
.k-pane-wrapper .k-multicheck-wrap.k-listgroup {
    overflow-y: auto;
}
.k-pane-wrapper .k-state-disabled {
    opacity: 1;
}
.k-pane-wrapper .k-state-disabled > * {
    opacity: .7;
}
.k-pane-wrapper .k-pager-wrap.k-pager-sm {
    justify-content: center;
}
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh {
    display: none;
}
.k-ie .k-pane-wrapper .k-scheduler .k-scheduler-toolbar,
.k-ie .k-pane-wrapper .k-scheduler .k-scheduler-footer {
    line-height: 2em;
}
.k-ie .k-pane-wrapper .k-grid .k-icon {
    text-indent: 0;
}
.k-rtl .k-pane-wrapper .k-grid-edit-form > .k-header,
.k-rtl .k-pane-wrapper .k-grid-column-menu > .k-header,
.k-rtl .k-pane-wrapper .k-grid-filter-menu > .k-header,
.k-rtl .k-pane-wrapper .k-scheduler-edit-form > .k-header, .k-pane-wrapper[dir="rtl"] .k-grid-edit-form > .k-header,
.k-pane-wrapper[dir="rtl"] .k-grid-column-menu > .k-header,
.k-pane-wrapper[dir="rtl"] .k-grid-filter-menu > .k-header,
.k-pane-wrapper[dir="rtl"] .k-scheduler-edit-form > .k-header,
[dir="rtl"] .k-pane-wrapper .k-grid-edit-form > .k-header,
[dir="rtl"] .k-pane-wrapper .k-grid-column-menu > .k-header,
[dir="rtl"] .k-pane-wrapper .k-grid-filter-menu > .k-header,
[dir="rtl"] .k-pane-wrapper .k-scheduler-edit-form > .k-header {
    flex-direction: row-reverse;
}
.k-rtl .k-pane-wrapper .k-filter-menu .k-space-right > .k-i-zoom, .k-pane-wrapper[dir="rtl"] .k-filter-menu .k-space-right > .k-i-zoom,
[dir="rtl"] .k-pane-wrapper .k-filter-menu .k-space-right > .k-i-zoom {
    left: 15px;
    right: auto;
}
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li, .k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar > ul > li,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li {
    border: 0;
}
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, .k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next {
    transform: scaleX(-1);
}
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload, .k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-task .k-i-reload,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload {
    margin-left: .5em;
    margin-right: 0;
}
.k-rtl .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right, .k-pane-wrapper[dir="rtl"] .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right,
[dir="rtl"] .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right {
    transform: scaleX(-1);
}
.k-pane-wrapper,
.k-view {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-pane-wrapper .k-pane > .k-view > .k-content {
    background-position: 50% 50%;
    background-color: #fafafa;
}
.k-pane-wrapper .k-pane .k-grid-mobile .k-column-active + th.k-header {
    border-left-color: #424242;
}
.k-pane-wrapper .k-pane .k-grid-mobile .k-resize-handle-inner::before {
    background-color: #fafafa;
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-nav-current {
    color: #ff6358;
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendadate {
    color: inherit;
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-time-period,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendaweekday {
    color: #666666;
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-wrap,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-datecolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-group-cell,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-all-day {
    background-color: #fafafa;
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools > li {
    display: inline-block;
    background-color: inherit;
}
.k-pane-wrapper .k-pane .k-grid-edit-form .k-header,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-header,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header {
    color: #ffffff;
    background-color: #ff6358;
}
.k-pane-wrapper .k-pane .k-grid-edit-form .k-header .k-link,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-header .k-link,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header .k-link,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header .k-link {
    color: inherit;
}
.k-pane-wrapper .k-pane .k-grid-edit-form .k-item,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-link,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-item,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-link,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-item,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-link,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-item,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-link {
    color: #424242;
}
.k-pane-wrapper .k-pane .k-grid-edit-form .k-clear,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-select-all,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-clear,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-select-all,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-select-all,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-clear,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-select-all,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-resetSeries {
    color: #ff6358;
}
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected {
    color: #ff6358;
    background: none;
}
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected .k-link {
    color: inherit;
}
.k-progressbar {
    border-radius: 2px;
    --kendo-progressbar-progress: 0;
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 1;
    display: inline-grid;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-progressbar > .k-state-selected {
    border-width: 0;
    border-style: solid;
    display: flex;
    overflow: hidden;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}
.k-progressbar > ul {
    border-width: inherit;
    border-style: inherit;
    white-space: nowrap;
    display: flex;
    align-items: stretch;
    flex: 1;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}
.k-progressbar .k-item {
    display: block;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
}
.k-progress-status-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}
.k-progress-status-wrap.k-progress-start {
    justify-content: flex-start;
}
.k-progress-status-wrap.k-progress-center {
    justify-content: center;
}
.k-progress-status-wrap.k-progress-end {
    justify-content: flex-end;
}
.k-progress-status {
    padding: 0 0.5em;
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 0.5em;
    padding-inline-end: 0.5em;
    min-width: 10px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}
.k-progressbar-horizontal {
    width: 27em;
    height: 22px;
    grid-template-columns: 1fr;
    grid-template-rows: 100%;
}
.k-progressbar-horizontal .k-progress-status-wrap {
    flex-direction: row;
}
.k-progressbar-horizontal > .k-state-selected {
    width: 0;
    width: calc(var( --kendo-progressbar-progress, 0 )*1%);
    flex-direction: row;
}
.k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap {
    width: calc(100%*100/var( --kendo-progressbar-progress, 1 ));
}
.k-progressbar-horizontal > ul {
    flex-direction: row;
}
.k-progressbar-horizontal .k-item + .k-item {
    border-left-width: 1px;
    border-inline-start-width: 1px;
    border-inline-end-width: 0;
}
.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
    flex-direction: row-reverse;
    justify-self: flex-end;
}
.k-progressbar-vertical {
    width: 22px;
    height: 27em;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
}
.k-progressbar-vertical .k-progress-status-wrap {
    flex-direction: column-reverse;
}
.k-progressbar-vertical .k-progress-status {
    writing-mode: vertical-lr;
}
.k-progressbar-vertical > .k-state-selected {
    height: 0;
    height: calc(var( --kendo-progressbar-progress, 0 )*1%);
    flex-direction: column-reverse;
    align-self: flex-end;
    align-items: flex-end;
}
.k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap {
    height: calc(100%*100/var( --kendo-progressbar-progress, 1 ));
}
.k-progressbar-vertical > ul {
    flex-direction: column;
}
.k-progressbar-vertical .k-item + .k-item {
    border-top-width: 1px;
    border-block-start-width: 1px;
    border-block-end-width: 0;
}
.k-progressbar-vertical.k-progressbar-reverse {
    flex-direction: column;
}
.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected {
    flex-direction: column;
    align-self: flex-start;
}
.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-state-selected,
.k-progressbar-indeterminate .k-item {
    display: none;
}
.telerik-blazor.k-progressbar-horizontal > .k-state-selected,
.telerik-blazor.k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap {
    transition: width .1s ease-in-out;
}
.k-rtl .k-progressbar,
.k-progressbar[dir="rtl"] {
    direction: rtl;
}
.k-progressbar {
    display: -ms-inline-grid;
}
.k-progressbar > .k-progress-status-wrap,
.k-progressbar > .k-state-selected {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.k-progressbar-horizontal {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 22px;
}
.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
    -ms-grid-column-align: end;
}
.k-progressbar-vertical {
    -ms-grid-columns: 22px;
    -ms-grid-rows: 1fr;
}
.k-progressbar-vertical > .k-state-selected {
    -ms-grid-row-align: end;
}
.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected {
    -ms-grid-row-align: start;
}
@keyframes progressbar-indeterminate-animation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 22px 0;
    }
}
.k-progressbar {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ebebeb;
}
.k-progressbar .k-state-selected {
    border-color: #eb5b51;
    color: #ffffff;
    background-color: #ff6358;
}
.k-progressbar .k-item {
    border-color: #ffffff;
}
.k-progressbar-indeterminate {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ebebeb;
    background-image: linear-gradient(45deg, #d8d8d8 25%, transparent 25%, transparent 50%, #d8d8d8 50%, #d8d8d8 75%, transparent 75%, transparent);
    background-size: 22px 22px;
    animation: progressbar-indeterminate-animation 1s linear infinite;
}
.k-ripple-target {
    position: relative;
}
.k-ripple {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}
.k-ripple-blob {
    pointer-events: none;
    position: absolute;
    border-radius: 50%;
    padding: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: opacity 100ms linear, transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: .1;
    background-color: currentColor;
}
.k-primary .k-ripple-blob {
    opacity: .2;
}
.k-ripple-focus::after {
    visibility: visible;
    animation: ripple 600ms ease-out;
}
@keyframes ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.k-messagebox {
    margin: 0 0 1em 0;
    padding: 4px 8px;
    border-width: 0 0 0 4px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-messagebox a {
    color: inherit;
    font-style: italic;
    text-decoration: underline;
}
.k-messagebox-primary {
    border-color: #ffd3d0;
    color: #85332e;
    background-color: #ffe0de;
}
.k-messagebox-secondary {
    border-color: #d4d4d4;
    color: #353535;
    background-color: #e0e0e0;
}
.k-messagebox-tertiary {
    border-color: #b8e7fc;
    color: #02587f;
    background-color: #cdeefd;
}
.k-messagebox-info {
    border-color: #b8d0f9;
    color: #002e79;
    background-color: #ccdefb;
}
.k-messagebox-success {
    border-color: #c7eab8;
    color: #1d5e00;
    background-color: #d7f0cc;
}
.k-messagebox-warning {
    border-color: #ffedb8;
    color: #856400;
    background-color: #fff2cc;
}
.k-messagebox-error {
    border-color: #fcbeb8;
    color: #7e0c00;
    background-color: #fdd1cc;
}
.k-messagebox-dark {
    border-color: #cacaca;
    color: #222222;
    background-color: #d9d9d9;
}
.k-messagebox-light {
    border-color: #f9f9f9;
    color: #7a7a7a;
    background-color: #fbfbfb;
}
.k-messagebox-inverse {
    border-color: #cacaca;
    color: #222222;
    background-color: #d9d9d9;
}
.k-actions, .k-action-buttons,
.k-columnmenu-actions {
    padding: 8px 8px;
    border-width: 0px 0 0 0;
    border-style: solid;
    border-color: inherit;
    flex-shrink: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    clear: both;
}
.k-popup .k-actions, .k-popup .k-action-buttons,
.k-popup .k-columnmenu-actions {
    margin-top: 16px;
}
.k-ie .k-actions .k-button ~ .k-button, .k-ie .k-action-buttons .k-button ~ .k-button, .k-ie .k-columnmenu-actions .k-button ~ .k-button {
    margin-left: 8px;
    flex-shrink: 0;
}
.k-rtl .k-ie .k-actions .k-button ~ .k-button, .k-rtl .k-ie .k-action-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-columnmenu-actions .k-button ~ .k-button,
[dir="rtl"] .k-ie .k-actions .k-button ~ .k-button,
[dir="rtl"] .k-ie .k-action-buttons .k-button ~ .k-button,
[dir="rtl"] .k-ie .k-columnmenu-actions .k-button ~ .k-button {
    margin-left: 0;
    margin-right: 8px;
}
.k-actions-start {
    justify-content: flex-start;
}
.k-actions-center {
    justify-content: center;
}
.k-actions-end {
    justify-content: flex-end;
}
.k-actions-stretched > * {
    flex: 1 0 0%;
}
.k-textbox-container,
.k-floating-label-container {
    padding-top: 20.0000000004px;
    width: 12.4em;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    flex-direction: column;
    justify-content: stretch;
}
.k-textbox-container > .k-label,
.k-floating-label-container > .k-label {
    max-width: 90%;
    font-size: 14px;
    line-height: 1.4285714286;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: 25.0000000004px;
    left: 9px;
    overflow: hidden;
    cursor: text;
    transform-origin: left center;
    transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out;
    pointer-events: none;
}
.k-textbox-container > .k-textbox,
.k-textbox-container > .k-widget,
.k-floating-label-container > .k-textbox,
.k-floating-label-container > .k-widget {
    flex: 1 1 auto;
    width: auto;
}
.k-textbox-container.k-state-empty > .k-label,
.k-floating-label-container.k-state-empty > .k-label {
    top: 25.0000000004px;
    left: 9px;
    transform: scale(1);
}
.k-textbox-container > .k-label,
.k-textbox-container.k-state-focused > .k-label,
.k-floating-label-container > .k-label,
.k-floating-label-container.k-state-focused > .k-label {
    top: 0;
    left: 0;
    transform: scale(1);
}
.k-textbox-container:focus-within > .k-label,
.k-floating-label-container:focus-within > .k-label {
    top: 0;
    left: 0;
    transform: scale(1);
}
.k-textbox-container.k-state-empty:not(.k-state-focused) ::placeholder,
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder {
    color: transparent;
}
.k-rtl .k-textbox-container > .k-label, .k-textbox-container[dir="rtl"] > .k-label, .k-rtl
.k-floating-label-container > .k-label,
.k-floating-label-container[dir="rtl"] > .k-label {
    transform-origin: right center;
}
.k-rtl .k-textbox-container.k-state-empty > .k-label, .k-textbox-container[dir="rtl"].k-state-empty > .k-label, .k-rtl
.k-floating-label-container.k-state-empty > .k-label,
.k-floating-label-container[dir="rtl"].k-state-empty > .k-label {
    left: auto;
    right: 9px;
}
.k-rtl .k-textbox-container > .k-label,
.k-rtl .k-textbox-container.k-state-focused > .k-label, .k-textbox-container[dir="rtl"] > .k-label,
.k-textbox-container[dir="rtl"].k-state-focused > .k-label, .k-rtl
.k-floating-label-container > .k-label,
.k-rtl
.k-floating-label-container.k-state-focused > .k-label,
.k-floating-label-container[dir="rtl"] > .k-label,
.k-floating-label-container[dir="rtl"].k-state-focused > .k-label {
    left: auto;
    right: 0;
}
.k-rtl .k-textbox-container:focus-within, .k-textbox-container[dir="rtl"]:focus-within, .k-rtl
.k-floating-label-container:focus-within,
.k-floating-label-container[dir="rtl"]:focus-within {
    left: auto;
    right: 0;
}
.k-textbox {
    border-radius: 2px;
    margin: 0;
    padding: 0;
    width: 12.4em;
    height: calc(1.4285714286em + 10px);
    border-width: 1px;
    border-style: solid;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    box-sizing: border-box;
    box-shadow: none;
    background: none;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    vertical-align: middle;
    position: relative;
    -webkit-appearance: none;
}
.k-textbox::-ms-clear {
    display: none;
}
.k-textbox::placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
            user-select: none;
}
.k-textbox:-ms-input-placeholder {
    color: #666666;
}
.k-textbox .k-button-clear {
    width: calc(1.4285714286em + 8px);
    height: calc(1.4285714286em + 8px);
    border: 0;
}
.k-textbox .k-textbox-separator {
    margin: 0;
    width: 0;
    height: 16px;
    border-width: 0 0 0 1px;
    border-style: solid;
}
.k-textbox:disabled, .k-textbox[disabled], .k-textbox.k-state-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
.k-textbox:disabled::selection, .k-textbox[disabled]::selection, .k-textbox.k-state-disabled::selection {
    color: #424242;
    background-color: transparent;
}
input.k-textbox {
    padding: 4px 8px;
}
.k-textbox {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-textbox::selection,
.k-textbox .k-input::selection {
    color: #ffffff;
    background-color: #ff6358;
}
.k-textbox .k-textbox-separator {
    border-color: #424242;
    opacity: 0.5;
}
.k-textbox:focus, .k-textbox.k-state-focus, .k-textbox.k-state-focused {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-textbox:focus-within {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-textbox:hover, .k-textbox.k-state-hover {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-textbox.k-invalid, .k-textbox.k-state-invalid, .k-textbox.ng-invalid.ng-touched, .k-textbox.ng-invalid.ng-dirty {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-textarea {
    border-radius: 2px;
    margin: 0;
    padding: 0;
    width: 18em;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    box-sizing: border-box;
    box-shadow: none;
    background: none;
    display: inline-flex;
    flex-wrap: nowrap;
    vertical-align: middle;
    position: relative;
    -webkit-appearance: none;
}
.k-textarea::-ms-clear {
    display: none;
}
.k-textarea::placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
            user-select: none;
}
.k-textarea > .k-input {
    padding: 4px 8px;
    height: auto;
    min-height: calc(1.4285714286em + 10px);
    overflow-y: auto;
    resize: vertical;
}
.k-textarea:disabled, .k-textarea[disabled], .k-textarea.k-state-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
.k-textarea:disabled::selection, .k-textarea[disabled]::selection, .k-textarea.k-state-disabled::selection {
    color: #424242;
    background-color: transparent;
}
.k-textarea-suffix {
    flex-shrink: 0;
}
textarea.k-textarea {
    padding: 4px 8px;
    min-height: calc(1.4285714286em + 10px);
    display: inline-block;
    resize: both;
}
.k-textbox-container > .k-textarea,
.k-floating-label-container > .k-textarea {
    flex: 1 1 auto;
    width: 100%;
}
.k-ie .k-textarea :-ms-input-placeholder, .k-ie .k-textarea:-ms-input-placeholder {
    color: #666666;
}
.k-textarea {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-textarea::selection,
.k-textarea .k-input::selection {
    color: #ffffff;
    background-color: #ff6358;
}
.k-textarea:hover, .k-textarea.k-state-hover {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-textarea:focus, .k-textarea.k-state-focus, .k-textarea.k-state-focused {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-textarea:focus-within {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-textarea.k-invalid, .k-textarea.k-state-invalid, .k-textarea.ng-invalid.ng-touched, .k-textarea.ng-invalid.ng-dirty {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-tooltip {
    border-radius: 2px;
    margin: 0;
    padding: 4px 8px;
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    background-repeat: repeat-x;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.25;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    position: absolute;
    z-index: 12000;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-tooltip-icon {
    margin-inline-end: 4px;
    flex-shrink: 0;
}
.k-tooltip-title {
    margin-bottom: .25em;
    font-size: 17.5px;
    line-height: 1;
}
.k-tooltip-content {
    align-self: stretch;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-tooltip-button {
    margin-inline-start: 4px;
    flex-shrink: 0;
}
.k-tooltip-button .k-icon {
    color: inherit;
    vertical-align: top;
}
.k-callout {
    width: 12px;
    height: 12px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    position: absolute;
    pointer-events: none;
}
.k-callout-n {
    margin-left: -6px;
    border-bottom-color: currentColor;
    top: -12px;
    left: 50%;
    pointer-events: none;
}
.k-callout-e {
    margin-top: -6px;
    border-left-color: currentColor;
    top: 50%;
    right: -12px;
    pointer-events: none;
}
.k-callout-s {
    margin-left: -6px;
    border-top-color: currentColor;
    bottom: -12px;
    left: 50%;
    pointer-events: none;
}
.k-callout-w {
    margin-top: -6px;
    border-right-color: currentColor;
    top: 50%;
    left: -12px;
    pointer-events: none;
}
.k-tooltip-wrapper .k-tooltip {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}
.k-tooltip {
    border-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.75);
}
.k-tooltip .k-callout {
    color: rgba(0, 0, 0, 0.75);
}
.k-tooltip-primary {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
}
.k-tooltip-primary .k-callout {
    color: #ff6358;
}
.k-tooltip-info {
    border-color: #0058e9;
    color: #ffffff;
    background-color: #0058e9;
}
.k-tooltip-info .k-callout {
    color: #0058e9;
}
.k-tooltip-success {
    border-color: #37b400;
    color: #ffffff;
    background-color: #37b400;
}
.k-tooltip-success .k-callout {
    color: #37b400;
}
.k-tooltip-warning {
    border-color: #ffc000;
    color: #000000;
    background-color: #ffc000;
}
.k-tooltip-warning .k-callout {
    color: #ffc000;
}
.k-tooltip-error {
    border-color: #f31700;
    color: #ffffff;
    background-color: #f31700;
}
.k-tooltip-error .k-callout {
    color: #f31700;
}
.k-validator-tooltip {
    margin-top: 6px;
    width: auto;
    white-space: normal;
    display: flex;
    align-items: center;
    z-index: 9999;
}
.k-grid .k-validator-tooltip {
    max-width: 300px;
}
.k-fab {
    padding: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    color: inherit;
    background-color: transparent;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: inherit;
    text-align: center;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    outline: none;
}
.k-fab:focus {
    outline: none;
}
.k-fab-icon {
    width: 20px;
    height: 20px;
}
.k-fab-icon:not(:only-child) {
    margin-right: 4px;
    margin-left: -4px;
}
.k-fab-sm {
    padding: 8px 8px;
}
.k-fab-md {
    padding: 16px 16px;
}
.k-fab-lg {
    padding: 24px 24px;
}
.k-fab-square {
    border-radius: 0;
}
.k-fab-square.k-fab-sm {
    width: calc(1.4285714286em + 16px);
    height: calc(1.4285714286em + 16px);
}
.k-fab-square.k-fab-md {
    width: calc(1.4285714286em + 32px);
    height: calc(1.4285714286em + 32px);
}
.k-fab-square.k-fab-lg {
    width: calc(1.4285714286em + 48px);
    height: calc(1.4285714286em + 48px);
}
.k-fab-circle {
    border-radius: 50%;
}
.k-fab-circle.k-fab-sm {
    width: calc(1.4285714286em + 16px);
    height: calc(1.4285714286em + 16px);
}
.k-fab-circle.k-fab-md {
    width: calc(1.4285714286em + 32px);
    height: calc(1.4285714286em + 32px);
}
.k-fab-circle.k-fab-lg {
    width: calc(1.4285714286em + 48px);
    height: calc(1.4285714286em + 48px);
}
.k-fab-pill {
    border-radius: 5rem;
}
.k-fab-rounded {
    border-radius: 4px;
}
.k-fab-items {
    margin: 0;
    padding: 16px 0px;
    display: flex;
}
.k-fab-items-bottom {
    flex-direction: column;
}
.k-fab-items-bottom .k-fab-item:last-child {
    margin-bottom: 0;
}
.k-fab-items-top {
    flex-direction: column-reverse;
}
.k-fab-items-top .k-fab-item:first-child {
    margin-bottom: 0;
}
.k-fab-item {
    list-style-type: none;
    margin-bottom: 8px;
    outline: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.k-fab-item.k-text-right {
    flex-direction: row;
}
.k-fab-item.k-text-right .k-fab-item-text {
    margin-right: 8px;
}
.k-fab-item.k-text-left {
    flex-direction: row-reverse;
}
.k-fab-item.k-text-left .k-fab-item-text {
    margin-left: 8px;
}
.k-fab-item-text {
    padding: 4px 4px;
    border-width: 1px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 1;
}
.k-fab-item-icon {
    padding: 8px 8px;
    border-width: 0;
    border-radius: 50%;
    box-sizing: content-box;
    outline: none;
}
.k-rtl .k-fab,
.k-fab[dir="rtl"],
[dir="rtl"] .k-fab {
    direction: rtl;
}
.k-rtl .k-fab .k-fab-icon:not(:only-child),
.k-fab[dir="rtl"] .k-fab-icon:not(:only-child),
[dir="rtl"] .k-fab .k-fab-icon:not(:only-child) {
    margin-right: -4px;
    margin-left: 4px;
}
.k-rtl .k-fab-popup .k-fab-item.k-text-left,
[dir="rtl"] .k-fab-popup .k-fab-item.k-text-left {
    flex-direction: row;
}
.k-rtl .k-fab-popup .k-fab-item.k-text-right,
[dir="rtl"] .k-fab-popup .k-fab-item.k-text-right {
    flex-direction: row-reverse;
}
.k-fab {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
}
.k-fab-primary {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
}
.k-fab-secondary {
    border-color: #666666;
    color: #ffffff;
    background-color: #666666;
}
.k-fab-tertiary {
    border-color: #03a9f4;
    color: #ffffff;
    background-color: #03a9f4;
}
.k-fab-info {
    border-color: #0058e9;
    color: #ffffff;
    background-color: #0058e9;
}
.k-fab-success {
    border-color: #37b400;
    color: #ffffff;
    background-color: #37b400;
}
.k-fab-warning {
    border-color: #ffc000;
    color: #000000;
    background-color: #ffc000;
}
.k-fab-error {
    border-color: #f31700;
    color: #ffffff;
    background-color: #f31700;
}
.k-fab-dark {
    border-color: #424242;
    color: #ffffff;
    background-color: #424242;
}
.k-fab-light {
    border-color: #ebebeb;
    color: #000000;
    background-color: #ebebeb;
}
.k-fab-inverse {
    border-color: #424242;
    color: #ffffff;
    background-color: #424242;
}
.k-state-hover.k-fab-primary,
.k-state-hovered.k-fab-primary,
.k-fab-primary:hover {
    border-color: #f55f54;
    background-color: #f55f54;
}
.k-state-hover.k-fab-secondary,
.k-state-hovered.k-fab-secondary,
.k-fab-secondary:hover {
    border-color: #626262;
    background-color: #626262;
}
.k-state-hover.k-fab-tertiary,
.k-state-hovered.k-fab-tertiary,
.k-fab-tertiary:hover {
    border-color: #03a2ea;
    background-color: #03a2ea;
}
.k-state-hover.k-fab-info,
.k-state-hovered.k-fab-info,
.k-fab-info:hover {
    border-color: #0054e0;
    background-color: #0054e0;
}
.k-state-hover.k-fab-success,
.k-state-hovered.k-fab-success,
.k-fab-success:hover {
    border-color: #35ad00;
    background-color: #35ad00;
}
.k-state-hover.k-fab-warning,
.k-state-hovered.k-fab-warning,
.k-fab-warning:hover {
    border-color: #f5b800;
    background-color: #f5b800;
}
.k-state-hover.k-fab-error,
.k-state-hovered.k-fab-error,
.k-fab-error:hover {
    border-color: #e91600;
    background-color: #e91600;
}
.k-state-hover.k-fab-dark,
.k-state-hovered.k-fab-dark,
.k-fab-dark:hover {
    border-color: #3f3f3f;
    background-color: #3f3f3f;
}
.k-state-hover.k-fab-light,
.k-state-hovered.k-fab-light,
.k-fab-light:hover {
    border-color: #e2e2e2;
    background-color: #e2e2e2;
}
.k-state-hover.k-fab-inverse,
.k-state-hovered.k-fab-inverse,
.k-fab-inverse:hover {
    border-color: #3f3f3f;
    background-color: #3f3f3f;
}
.k-fab.k-state-focus,
.k-fab.k-state-focused,
.k-fab:focus {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.22), 0 4px 5px rgba(0, 0, 0, 0.24), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.k-state-active.k-fab-primary,
.k-state-selected.k-fab-primary,
.k-fab-primary:active {
    border-color: #eb5b51;
    background-color: #eb5b51;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(255, 99, 88, 0.4);
}
.k-state-active.k-fab-secondary,
.k-state-selected.k-fab-secondary,
.k-fab-secondary:active {
    border-color: #5e5e5e;
    background-color: #5e5e5e;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(102, 102, 102, 0.4);
}
.k-state-active.k-fab-tertiary,
.k-state-selected.k-fab-tertiary,
.k-fab-tertiary:active {
    border-color: #039be0;
    background-color: #039be0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(3, 169, 244, 0.4);
}
.k-state-active.k-fab-info,
.k-state-selected.k-fab-info,
.k-fab-info:active {
    border-color: #0051d6;
    background-color: #0051d6;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 88, 233, 0.4);
}
.k-state-active.k-fab-success,
.k-state-selected.k-fab-success,
.k-fab-success:active {
    border-color: #33a600;
    background-color: #33a600;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(55, 180, 0, 0.4);
}
.k-state-active.k-fab-warning,
.k-state-selected.k-fab-warning,
.k-fab-warning:active {
    border-color: #ebb100;
    background-color: #ebb100;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(255, 192, 0, 0.4);
}
.k-state-active.k-fab-error,
.k-state-selected.k-fab-error,
.k-fab-error:active {
    border-color: #e01500;
    background-color: #e01500;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(243, 23, 0, 0.4);
}
.k-state-active.k-fab-dark,
.k-state-selected.k-fab-dark,
.k-fab-dark:active {
    border-color: #3d3d3d;
    background-color: #3d3d3d;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(66, 66, 66, 0.4);
}
.k-state-active.k-fab-light,
.k-state-selected.k-fab-light,
.k-fab-light:active {
    border-color: #d8d8d8;
    background-color: #d8d8d8;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(235, 235, 235, 0.4);
}
.k-state-active.k-fab-inverse,
.k-state-selected.k-fab-inverse,
.k-fab-inverse:active {
    border-color: #3d3d3d;
    background-color: #3d3d3d;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(66, 66, 66, 0.4);
}
.k-fab.k-state-disabled,
.k-fab:disabled {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.06), 0 1px 18px rgba(0, 0, 0, 0.06), 0 3px 5px rgba(0, 0, 0, 0.08);
    opacity: 1;
}
.k-state-disabled.k-fab-primary,
.k-fab-primary:disabled {
    background-color: #ffa19b;
}
.k-state-disabled.k-fab-secondary,
.k-fab-secondary:disabled {
    background-color: #a3a3a3;
}
.k-state-disabled.k-fab-tertiary,
.k-fab-tertiary:disabled {
    background-color: #68cbf8;
}
.k-state-disabled.k-fab-info,
.k-fab-info:disabled {
    background-color: #669bf2;
}
.k-state-disabled.k-fab-success,
.k-fab-success:disabled {
    background-color: #87d266;
}
.k-state-disabled.k-fab-warning,
.k-fab-warning:disabled {
    background-color: #ffd966;
}
.k-state-disabled.k-fab-error,
.k-fab-error:disabled {
    background-color: #f87466;
}
.k-state-disabled.k-fab-dark,
.k-fab-dark:disabled {
    background-color: #8e8e8e;
}
.k-state-disabled.k-fab-light,
.k-fab-light:disabled {
    background-color: #f3f3f3;
}
.k-state-disabled.k-fab-inverse,
.k-fab-inverse:disabled {
    background-color: #8e8e8e;
}
.k-fab-item-text {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
}
.k-fab-item-icon {
    border-color: #ebebeb;
    color: #000000;
    background-color: #ebebeb;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
}
.k-fab-item.k-state-hover .k-fab-item-icon,
.k-fab-item.k-state-hovered .k-fab-item-icon .k-fab-item:hover .k-fab-item-icon {
    border-color: #e2e2e2;
    background-color: #e2e2e2;
}
.k-fab-item:focus .k-fab-item-text,
.k-fab-item:focus .k-fab-item-icon,
.k-fab-item.k-state-focus .k-fab-item-text,
.k-fab-item.k-state-focus .k-fab-item-icon,
.k-fab-item.k-state-focused .k-fab-item-text,
.k-fab-item.k-state-focused .k-fab-item-icon {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.22), 0 4px 5px rgba(0, 0, 0, 0.24), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.k-fab-item.k-state-active .k-fab-item-icon,
.k-fab-item:active .k-fab-item-icon {
    border-color: #d8d8d8;
    background-color: #d8d8d8;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(235, 235, 235, 0.4);
}
.k-fab-item.k-state-disabled,
.k-fab-item:disabled {
    opacity: 1;
}
.k-fab-item.k-state-disabled .k-fab-item-text,
.k-fab-item.k-state-disabled .k-fab-item-icon,
.k-fab-item:disabled .k-fab-item-text,
.k-fab-item:disabled .k-fab-item-icon {
    color: #9d9d9d;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.06), 0 1px 18px rgba(0, 0, 0, 0.06), 0 3px 5px rgba(0, 0, 0, 0.08);
}
.k-fab-item:focus:disabled .k-fab-item-text,
.k-fab-item:focus:disabled .k-fab-item-icon, .k-fab-item:focus.k-state-disabled .k-fab-item-text,
.k-fab-item:focus.k-state-disabled .k-fab-item-icon,
.k-fab-item.k-state-focus:disabled .k-fab-item-text,
.k-fab-item.k-state-focus:disabled .k-fab-item-icon,
.k-fab-item.k-state-focus.k-state-disabled .k-fab-item-text,
.k-fab-item.k-state-focus.k-state-disabled .k-fab-item-icon,
.k-fab-item.k-state-focused:disabled .k-fab-item-text,
.k-fab-item.k-state-focused:disabled .k-fab-item-icon,
.k-fab-item.k-state-focused.k-state-disabled .k-fab-item-text,
.k-fab-item.k-state-focused.k-state-disabled .k-fab-item-icon {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
}
.k-animation-container > .k-fab-popup {
    box-shadow: none;
}
.k-captcha {
    width: 280px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
}
.k-captcha-image-wrap {
    position: relative;
    gap: 8px;
}
.k-captcha-image-controls {
    position: relative;
    gap: 8px;
}
.k-captcha-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.k-captcha-image > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.k-captcha-loading .k-captcha-image {
    height: auto;
}
.k-captcha-volume-control {
    height: 100%;
}
.k-captcha-input > .k-textbox {
    width: 100%;
}
.k-captcha-validation-message {
    margin-top: 4px;
    font-size: 12px;
    font-style: italic;
}
.k-captcha {
    border-color: #ffffff;
    color: #ffffff;
    background-color: #ffffff;
}
.k-autocomplete {
    border-radius: 2px;
    width: 12.4em;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    white-space: nowrap;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: stretch;
    vertical-align: middle;
    transition: all .1s ease;
    position: relative;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-autocomplete .k-i-loading {
    width: 24px;
    height: 28px;
}
.k-autocomplete .k-clear-value {
    visibility: hidden;
}
.k-autocomplete:hover .k-clear-value, .k-autocomplete.k-state-hover .k-clear-value, .k-autocomplete.k-state-focused .k-clear-value, .k-autocomplete.k-state-focus .k-clear-value {
    visibility: visible;
}
.k-autocomplete:focus-within .k-clear-value {
    visibility: visible;
}
.k-autocomplete.k-header,
.k-autocomplete {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-autocomplete.k-header:hover, .k-autocomplete.k-header.k-state-hover,
.k-autocomplete:hover,
.k-autocomplete.k-state-hover {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-autocomplete.k-header.k-state-open, .k-autocomplete.k-header.k-state-focused, .k-autocomplete.k-header.k-state-focus,
.k-autocomplete.k-state-open,
.k-autocomplete.k-state-focused,
.k-autocomplete.k-state-focus {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-autocomplete.k-header:focus-within,
.k-autocomplete:focus-within {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-autocomplete.k-header.k-invalid, .k-autocomplete.k-header.k-state-invalid, .k-autocomplete.k-header.ng-invalid.ng-touched, .k-autocomplete.k-header.ng-invalid.ng-dirty,
.k-autocomplete.k-invalid,
.k-autocomplete.k-state-invalid,
.k-autocomplete.ng-invalid.ng-touched,
.k-autocomplete.ng-invalid.ng-dirty {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-numerictextbox {
    width: 12.4em;
    border-width: 0;
    box-sizing: border-box;
    outline: 0;
    background: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
    white-space: nowrap;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-numerictextbox .k-numeric-wrap {
    border-radius: 2px;
    padding: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    transition: all .1s ease;
    cursor: default;
    outline: 0;
    display: flex;
    flex-flow: row nowrap;
}
.k-numerictextbox .k-input {
    text-overflow: clip;
}
.k-numerictextbox .k-select {
    border-radius: 0 2px 2px 0;
    padding: 0;
    width: calc(1.4285714286em + 8px);
    border-width: 0 0 0 0px;
    border-style: solid;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
}
.k-numerictextbox .k-link {
    padding: 0 4px;
    min-width: 24px;
    box-sizing: border-box;
    flex: 1 1 auto;
    display: block;
    overflow: hidden;
    position: relative;
}
.k-numerictextbox .k-link .k-icon {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}
.k-numerictextbox .k-link-increase .k-icon {
    bottom: -2px;
}
.k-numerictextbox .k-link-decrease .k-icon {
    top: -2px;
}
.k-numerictextbox .k-i-warning {
    align-self: center;
    margin-right: 0.5em;
}
.k-rtl .k-numerictextbox, .k-numerictextbox[dir="rtl"] {
    text-align: right;
}
.k-rtl .k-numerictextbox .k-numeric-wrap .k-i-warning, .k-numerictextbox[dir="rtl"] .k-numeric-wrap .k-i-warning {
    align-self: center;
    margin-right: 0;
    margin-left: 0.5em;
}
.k-rtl .k-numerictextbox .k-select, .k-numerictextbox[dir="rtl"] .k-select {
    border-radius: 2px 0 0 2px;
    border-width: 0 0px 0 0;
}
.k-numerictextbox .k-numeric-wrap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-numerictextbox .k-numeric-wrap:hover, .k-numerictextbox .k-numeric-wrap.k-state-hover {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-numerictextbox .k-numeric-wrap.k-state-focused {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-numerictextbox .k-numeric-wrap.k-invalid, .k-numerictextbox .k-numeric-wrap.k-invalid:hover, .k-numerictextbox .k-numeric-wrap.k-state-invalid {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-numerictextbox .k-select {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-numerictextbox .k-select .k-link:hover,
.k-numerictextbox .k-select .k-link.k-state-hover {
    background-color: #ebebeb;
}
.k-numerictextbox .k-select .k-link:active,
.k-numerictextbox .k-select .k-link.k-state-active,
.k-numerictextbox .k-select .k-link.k-state-selected {
    background-color: #d8d8d8;
}
.k-numerictextbox.k-state-invalid .k-numeric-wrap, .k-numerictextbox.ng-invalid.ng-touched .k-numeric-wrap, .k-numerictextbox.ng-invalid.ng-dirty .k-numeric-wrap {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-slider {
    border: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    background: none;
    display: inline-flex;
    align-items: stretch;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-slider .k-button {
    height: 28px;
    line-height: 28px;
    margin: 0;
    min-width: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    width: 28px;
    box-sizing: content-box;
}
.k-slider .k-button .k-icon,
.k-slider .k-button .k-button-icon {
    vertical-align: baseline;
    line-height: 28px;
    height: 100%;
}
.k-slider .k-button-increase {
    right: 0;
    top: 0;
}
.k-slider .k-button-decrease {
    left: 0;
    top: 0;
}
.k-slider .k-label {
    width: auto;
    font-size: .92em;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
}
.k-slider .k-tick,
.k-slider .k-slider-track {
    cursor: pointer;
}
.k-slider .k-tick {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    position: relative;
}
.k-slider.k-state-disabled .k-tick,
.k-slider.k-state-disabled .k-slider-track,
.k-slider.k-state-disabled .k-draghandle {
    cursor: default;
}
.k-rtl .k-slider .k-slider-selection, .k-slider.k-rtl .k-slider-selection,
[dir="rtl"] .k-slider .k-slider-selection, .k-slider[dir="rtl"] .k-slider-selection {
    left: auto;
    right: 0;
}
.k-rtl .k-slider .k-button-increase, .k-slider.k-rtl .k-button-increase,
[dir="rtl"] .k-slider .k-button-increase, .k-slider[dir="rtl"] .k-button-increase {
    left: 0;
    right: auto;
}
.k-rtl .k-slider .k-button-decrease, .k-slider.k-rtl .k-button-decrease,
[dir="rtl"] .k-slider .k-button-decrease, .k-slider[dir="rtl"] .k-button-decrease {
    right: 0;
    left: auto;
}
.k-slider {
    gap: 7px;
}
.k-slider > .k-button {
    position: relative;
    flex-shrink: 0;
    align-self: center;
}
.k-slider > .k-slider-track-wrap {
    flex: 1 1 auto;
    display: flex;
    flex-flow: inherit;
    position: relative;
    touch-action: none;
}
.k-slider > .k-slider-track-wrap .k-slider-items {
    flex: 1 1 100%;
    display: flex;
    flex-flow: inherit;
    justify-content: space-between;
}
.k-slider > .k-slider-track-wrap .k-slider-items::after {
    display: none;
}
.k-slider > .k-slider-track-wrap .k-tick {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 1px;
}
.k-slider > .k-slider-track-wrap .k-draghandle {
    position: absolute;
}
.k-slider-horizontal > .k-slider-track-wrap .k-slider-track {
    width: 100%;
}
.k-slider-horizontal > .k-slider-track-wrap .k-draghandle {
    top: 50%;
    transform: translate(-50%, -50%);
}
.k-slider-horizontal > .k-slider-track-wrap .k-draghandle:focus,
.k-slider-horizontal > .k-slider-track-wrap .k-draghandle:active {
    transform: translate(-50%, -50%) scale(1);
}
.k-slider-horizontal > .k-slider-track-wrap .k-slider-selection {
    width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
    left: calc(var(--kendo-slider-start, 0)*1%);
}
.k-slider-horizontal > .k-slider-track-wrap .k-draghandle-start {
    left: calc(var(--kendo-slider-start, 0)*1%);
}
.k-slider-horizontal > .k-slider-track-wrap .k-draghandle-end {
    left: calc(var(--kendo-slider-end, 0)*1%);
}
[dir="rtl"] .k-slider-horizontal > .k-slider-track-wrap .k-slider-selection {
    left: unset;
    right: calc(var(--kendo-slider-start, 0)*1%);
}
[dir="rtl"] .k-slider-horizontal > .k-slider-track-wrap .k-draghandle-start {
    left: unset;
    right: calc(var(--kendo-slider-start, 0)*1%);
}
[dir="rtl"] .k-slider-horizontal > .k-slider-track-wrap .k-draghandle-end {
    left: unset;
    right: calc(var(--kendo-slider-end, 0)*1%);
}
[dir="rtl"] .k-slider-horizontal > .k-slider-track-wrap .k-draghandle {
    transform: translate(50%, -50%);
}
[dir="rtl"] .k-slider-horizontal > .k-slider-track-wrap .k-draghandle:focus,
[dir="rtl"] .k-slider-horizontal > .k-slider-track-wrap .k-draghandle:active {
    transform: translate(50%, -50%) scale(1);
}
.k-slider-vertical > .k-slider-track-wrap .k-slider-track {
    height: 100%;
}
.k-slider-vertical > .k-slider-track-wrap .k-draghandle {
    left: 50%;
    transform: translate(-50%, 50%);
}
.k-slider-vertical > .k-slider-track-wrap .k-draghandle:focus,
.k-slider-vertical > .k-slider-track-wrap .k-draghandle:active {
    transform: translate(-50%, 50%) scale(1);
}
.k-slider-vertical > .k-slider-track-wrap .k-slider-selection {
    bottom: calc(var(--kendo-slider-start, 0)*1%);
    height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
}
.k-slider-vertical > .k-slider-track-wrap .k-draghandle-start {
    bottom: calc(var(--kendo-slider-start, 0)*1%);
}
.k-slider-vertical > .k-slider-track-wrap .k-draghandle-end {
    bottom: calc(var(--kendo-slider-end, 0)*1%);
}
.k-slider-vertical {
    height: 200px;
    width: 30px;
    flex-flow: column-reverse nowrap;
}
.k-slider-vertical .k-button-decrease {
    bottom: 0;
    top: auto;
}
.k-slider-vertical .k-tick {
    text-align: right;
    margin-left: 2px;
}
.k-slider-vertical .k-slider-topleft .k-tick {
    text-align: left;
}
.k-slider-vertical .k-tick {
    background-position: -92px center;
}
.k-slider-vertical .k-slider-topleft .k-tick {
    background-position: -122px center;
}
.k-slider-vertical .k-slider-bottomright .k-tick {
    background-position: -152px center;
}
.k-slider-vertical .k-tick-large {
    display: flex;
    align-items: center;
    background-position: -2px center;
}
.k-slider-vertical .k-slider-topleft .k-tick-large {
    background-position: -32px center;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large {
    background-position: -62px center;
}
.k-slider-vertical .k-first {
    background-position: -92px 100%;
}
.k-slider-vertical .k-tick-large.k-first {
    background-position: -2px 100%;
}
.k-slider-vertical .k-slider-topleft .k-first {
    background-position: -122px 100%;
}
.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
    background-position: -32px 100%;
}
.k-slider-vertical .k-slider-bottomright .k-first {
    background-position: -152px 100%;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
    background-position: -62px 100%;
}
.k-slider-vertical .k-last {
    background-position: -92px 0;
}
.k-slider-vertical .k-tick-large.k-last {
    background-position: -2px 0;
}
.k-slider-vertical .k-slider-topleft .k-last {
    background-position: -122px 0;
}
.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
    background-position: -32px 0;
}
.k-slider-vertical .k-slider-bottomright .k-last {
    background-position: -152px 0;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
    background-position: -62px 0;
}
.k-slider-vertical .k-label {
    text-align: left;
    left: 120%;
    top: 50%;
    transform: translateY(-50%);
}
.k-slider-vertical .k-first .k-label {
    top: 100%;
}
.k-slider-vertical .k-last .k-label {
    top: 0;
}
.k-slider-vertical .k-slider-topleft .k-label {
    left: auto;
    right: 120%;
}
.k-rtl .k-slider-vertical .k-label, .k-slider-vertical.k-rtl .k-label,
[dir="rtl"] .k-slider-vertical .k-label, .k-slider-vertical[dir="rtl"] .k-label {
    left: auto;
    right: 120%;
}
.k-rtl .k-slider-vertical .k-slider-topleft .k-label, .k-slider-vertical.k-rtl .k-slider-topleft .k-label,
[dir="rtl"] .k-slider-vertical .k-slider-topleft .k-label, .k-slider-vertical[dir="rtl"] .k-slider-topleft .k-label {
    left: 120%;
    right: auto;
}
.k-slider-horizontal {
    height: 30px;
    width: 200px;
    flex-flow: row nowrap;
}
.k-slider-horizontal .k-tick {
    float: left;
    height: 100%;
    text-align: center;
}
.k-slider-horizontal .k-tick {
    background-position: center -92px;
}
.k-slider-horizontal .k-slider-topleft .k-tick {
    background-position: center -122px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick {
    background-position: center -152px;
}
.k-slider-horizontal .k-tick-large {
    background-position: center -2px;
}
.k-slider-horizontal .k-slider-topleft .k-tick-large {
    background-position: center -32px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large {
    background-position: center -62px;
}
.k-slider-horizontal .k-first {
    background-position: 0 -92px;
}
.k-slider-horizontal .k-tick-large.k-first {
    background-position: 0 -2px;
}
.k-slider-horizontal .k-slider-topleft .k-first {
    background-position: 0 -122px;
}
.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first {
    background-position: 0 -32px;
}
.k-slider-horizontal .k-slider-bottomright .k-first {
    background-position: 0 -152px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first {
    background-position: 0 -62px;
}
.k-slider-horizontal .k-last {
    background-position: 100% -92px;
}
.k-slider-horizontal .k-tick-large.k-last {
    background-position: 100% -2px;
}
.k-slider-horizontal .k-slider-topleft .k-last {
    background-position: 100% -122px;
}
.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last {
    background-position: 100% -32px;
}
.k-slider-horizontal .k-slider-bottomright .k-last {
    background-position: 100% -152px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last {
    background-position: 100% -62px;
}
.k-slider-horizontal .k-label {
    left: 50%;
    bottom: -1.2em;
    transform: translateX(-50%);
}
.k-slider-horizontal .k-first .k-label {
    left: 0;
}
.k-slider-horizontal .k-last .k-label {
    left: 100%;
}
.k-slider-horizontal .k-slider-topleft .k-label {
    top: -1.2em;
}
.k-rtl .k-slider-horizontal .k-slider-track,
.k-rtl .k-slider-horizontal .k-slider-selection, .k-slider-horizontal.k-rtl .k-slider-track,
.k-slider-horizontal.k-rtl .k-slider-selection,
[dir="rtl"] .k-slider-horizontal .k-slider-track,
[dir="rtl"] .k-slider-horizontal .k-slider-selection, .k-slider-horizontal[dir="rtl"] .k-slider-track,
.k-slider-horizontal[dir="rtl"] .k-slider-selection {
    right: 0;
    left: auto;
}
.k-rtl .k-slider-horizontal .k-slider-buttons .k-slider-track, .k-slider-horizontal.k-rtl .k-slider-buttons .k-slider-track,
[dir="rtl"] .k-slider-horizontal .k-slider-buttons .k-slider-track, .k-slider-horizontal[dir="rtl"] .k-slider-buttons .k-slider-track {
    right: 38px;
}
.k-rtl .k-slider-horizontal .k-button .k-i-arrow-e,
.k-rtl .k-slider-horizontal .k-button .k-i-arrow-w, .k-slider-horizontal.k-rtl .k-button .k-i-arrow-e,
.k-slider-horizontal.k-rtl .k-button .k-i-arrow-w,
[dir="rtl"] .k-slider-horizontal .k-button .k-i-arrow-e,
[dir="rtl"] .k-slider-horizontal .k-button .k-i-arrow-w, .k-slider-horizontal[dir="rtl"] .k-button .k-i-arrow-e,
.k-slider-horizontal[dir="rtl"] .k-button .k-i-arrow-w {
    transform: scaleX(-1);
}
.k-slider-wrap {
    height: 100%;
    width: 100%;
}
.k-slider-track,
.k-slider-selection {
    margin: 0;
    padding: 0;
    position: absolute;
}
.k-slider-horizontal .k-slider-track, .k-slider-horizontal
.k-slider-selection {
    height: 4px;
    left: 0;
    margin-top: -2px;
    top: 50%;
}
.k-slider-vertical .k-slider-track, .k-slider-vertical
.k-slider-selection {
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    width: 4px;
}
.k-slider-horizontal .k-slider-buttons .k-slider-track {
    left: 38px;
}
.k-slider-vertical .k-slider-buttons .k-slider-track {
    bottom: 38px;
}
.k-draghandle {
    background-color: transparent;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    outline: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    box-sizing: content-box;
    width: 14px;
    height: 14px;
}
.k-slider-horizontal .k-draghandle {
    top: 50%;
    transform: translateY(-50%);
}
.k-slider-horizontal .k-draghandle:active, .k-slider-horizontal .k-draghandle.k-pressed {
    transform: translateY(-50%) scale(1);
}
.k-slider-vertical .k-draghandle {
    left: 50%;
    transform: translateX(-50%);
}
.k-slider-vertical .k-draghandle:active, .k-slider-vertical .k-draghandle.k-pressed {
    transform: translateX(-50%) scale(1);
}
.k-slider-transitions.k-slider-horizontal .k-draghandle {
    transition: left 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.k-slider-transitions.k-slider-vertical .k-draghandle {
    transition: bottom 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.k-draghandle.k-pressed {
    transition: none;
}
.k-slider-transitions.k-slider-horizontal .k-slider-selection {
    transition: width 0.3s ease-out;
}
.k-slider-transitions.k-slider-vertical .k-slider-selection {
    transition: height 0.3s ease-out;
}
.k-slider-selection.k-pressed {
    transition: none;
}
.k-slider-items {
    -webkit-user-select: none;
            user-select: none;
}
.k-slider-buttons .k-slider-items {
    margin-left: 38px;
}
.k-slider-horizontal .k-slider-items {
    height: 100%;
    padding: 2px 0;
    box-sizing: border-box;
}
.k-slider-vertical .k-slider-items {
    padding-top: 1px;
}
.k-slider-vertical .k-slider-buttons .k-slider-items {
    margin: 0;
    padding-top: 38px;
}
.k-slider-items::after {
    content: "";
    display: block;
    clear: both;
}
.k-slider-tooltip .k-callout-n,
.k-slider-tooltip .k-callout-s {
    margin-left: -3px;
}
.k-slider-tooltip .k-callout-w,
.k-slider-tooltip .k-callout-e {
    margin-top: -3px;
}
.k-no-flexbox .k-slider-horizontal {
    display: inline-block;
}
.k-no-flexbox .k-slider-vertical {
    display: inline-block;
}
.k-slider {
    color: #424242;
}
.k-slider .k-slider-track,
.k-slider .k-slider-selection {
    border-radius: 2px;
}
.k-slider .k-slider-track {
    background-color: #ebebeb;
}
.k-slider .k-slider-selection {
    background-color: #ff6358;
}
.k-slider .k-button {
    border-radius: 50%;
}
.k-slider .k-draghandle {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
    border-radius: 50%;
}
.k-slider .k-draghandle:hover {
    border-color: #f55f54;
    background-color: #f55f54;
}
.k-slider .k-draghandle:active, .k-slider .k-draghandle.k-pressed {
    border-color: #e0574d;
    background-color: #e0574d;
}
.k-slider .k-draghandle:focus, .k-slider .k-draghandle.k-state-focused {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}
.k-slider.k-state-focused .k-draghandle {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}
.k-slider .k-slider-wrap:focus {
    outline: none;
}
.k-slider-horizontal .k-tick {
    background-image: url(data:image/gif;base64,R0lGODlhAQC0AIABALi4uAAAACH5BAEAAAEALAAAAAABALQAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7);
}
.k-slider-vertical .k-tick {
    background-image: url(data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7);
}
.k-colorpicker {
    width: auto;
    border-width: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    background: none;
    text-align: left;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    overflow: visible;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-colorpicker .k-selected-color {
    padding: 4px;
    width: calc(1.4285714286em + 8px);
    height: calc(1.4285714286em + 8px);
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
}
.k-colorpicker .k-selected-color .k-i-line {
    border-top: 1px solid #f31700;
    width: 200%;
    height: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-33%, -33%) rotateZ(45deg);
    transform-origin: 0 0;
}
.k-colorpicker .k-selected-color .k-i-line::before {
    display: none;
}
.k-colorpicker .k-tool-icon {
    padding: 4px;
    width: calc(1.4285714286em + 8px);
    height: calc(1.4285714286em + 8px);
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    box-sizing: border-box;
    font-size: inherit;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
}
.k-colorpicker .k-tool-icon::before {
    font-size: 16px;
    line-height: 1;
}
.k-colorpicker .k-tool-icon .k-selected-color {
    margin: 1px 0 0;
    padding: 0;
    width: 14px;
    height: 3px;
    border-width: 0;
    line-height: 0;
    display: inline-block;
}
.k-colorpicker .k-picker-wrap {
    border-radius: 2px;
    padding: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: row;
    transition: all .1s ease;
    overflow: hidden;
    cursor: default;
    outline: 0;
}
.k-colorpicker .k-select {
    border-radius: 0 2px 2px 0;
    padding: 4px 4px;
    width: calc(1.4285714286em + 8px);
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: inherit;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
}
.k-rtl .k-colorpicker .k-picker-wrap .k-select, .k-colorpicker[dir="rtl"] .k-picker-wrap .k-select {
    border-radius: 2px 0 0 2px;
    border-width: 0 1px 0 0;
}
.k-colorpicker + .k-animation-container .k-popup {
    padding: 0;
}
.k-flatcolorpicker {
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 310px;
    padding: 8px;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-flatcolorpicker .k-hsv-rectangle {
    position: relative;
    flex: 1 1 auto;
    -webkit-user-select: none;
            user-select: none;
    -ms-touch-action: pinch-zoom double-tap-zoom;
}
.k-flatcolorpicker .k-hsv-rectangle .k-draghandle {
    margin: -7px 0 0 -7px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
}
.k-flatcolorpicker .k-hsv-gradient {
    height: 180px;
}
.k-flatcolorpicker .k-sliders-wrap {
    flex-shrink: 0;
    position: relative;
}
.k-flatcolorpicker .k-sliders-wrap.k-hbox, .k-flatcolorpicker .k-sliders-wrap.k-hstack {
    margin-left: 8px;
}
.k-flatcolorpicker .k-sliders-wrap.k-hbox .k-slider + .k-slider, .k-flatcolorpicker .k-sliders-wrap.k-hstack .k-slider + .k-slider {
    margin-left: 8px;
}
.k-flatcolorpicker .k-sliders-wrap.k-vbox, .k-flatcolorpicker .k-sliders-wrap.k-vstack {
    margin-top: 8px;
}
.k-flatcolorpicker .k-sliders-wrap.k-vbox .k-slider + .k-slider, .k-flatcolorpicker .k-sliders-wrap.k-vstack .k-slider + .k-slider {
    margin-top: 8px;
}
.k-flatcolorpicker .k-sliders-wrap-clearable.k-hbox .k-clear-color, .k-flatcolorpicker .k-sliders-wrap-clearable.k-hstack .k-clear-color {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.k-flatcolorpicker .k-sliders-wrap-clearable.k-hbox .k-hue-slider,
.k-flatcolorpicker .k-sliders-wrap-clearable.k-hbox .k-alpha-slider, .k-flatcolorpicker .k-sliders-wrap-clearable.k-hstack .k-hue-slider,
.k-flatcolorpicker .k-sliders-wrap-clearable.k-hstack .k-alpha-slider {
    height: 140px;
    align-self: flex-end;
}
.k-flatcolorpicker .k-slider {
    display: block;
}
.k-flatcolorpicker .k-slider .k-slider-wrap {
    z-index: 1;
}
.k-flatcolorpicker .k-slider .k-slider-selection {
    display: none;
}
.k-flatcolorpicker .k-slider .k-draghandle {
    border-width: 3px;
}
.k-flatcolorpicker .k-slider-horizontal {
    width: 100%;
    height: 10px;
    flex: 0 0 10px;
}
.k-flatcolorpicker .k-slider-horizontal .k-slider-track {
    margin-top: -5px;
    height: 10px;
    border-radius: 10px;
}
.k-flatcolorpicker .k-slider-vertical {
    width: 10px;
    height: 180px;
    flex: 0 0 10px;
}
.k-flatcolorpicker .k-slider-vertical .k-slider-track {
    margin-left: -5px;
    width: 10px;
    border-radius: 10px;
}
.k-flatcolorpicker .k-draghandle {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
}
.k-flatcolorpicker .k-colorinputs {
    margin-top: 16px;
}
.k-flatcolorpicker .k-colorinputs > .k-gradient-values + .k-gradient-values {
    margin-top: 8px;
}
.k-flatcolorpicker .k-gradient-values {
    justify-content: space-between;
}
.k-flatcolorpicker .k-gradient-values .k-input,
.k-flatcolorpicker .k-gradient-values .k-textbox {
    padding: 4px 4px;
}
.k-flatcolorpicker .k-gradient-values div,
.k-flatcolorpicker .k-gradient-values input,
.k-flatcolorpicker .k-gradient-values .k-numerictextbox {
    width: 48px;
    text-align: center;
}
.k-flatcolorpicker .k-gradient-values div {
    text-transform: uppercase;
    text-align: center;
}
.k-flatcolorpicker .k-gradient-values .k-hex-value {
    width: 65px;
}
.k-flatcolorpicker .k-color-contrast .k-separator {
    margin: 8px 0;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: inherit;
    display: block;
    flex: 0 0 auto;
    align-self: stretch;
}
.k-flatcolorpicker .k-color-contrast .k-contrast-ratio {
    margin-bottom: 8px;
}
.k-flatcolorpicker .k-color-contrast .k-contrast-ratio-text {
    font-weight: 700;
}
.k-flatcolorpicker .k-color-contrast .k-contrast-validation {
    margin-left: 8px;
}
.k-flatcolorpicker .k-color-contrast .k-contrast-validation .k-icon {
    vertical-align: middle;
}
.k-flatcolorpicker .k-color-contrast .k-contrast-validation .k-i-check + .k-i-check {
    margin-left: -14px;
}
.k-flatcolorpicker .k-selected-color {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    background-position: 50% 50%;
}
.k-flatcolorpicker .k-color-input {
    display: flex;
    flex-direction: row;
    position: relative;
}
.k-flatcolorpicker .k-color-value {
    margin: 0 0 0 calc(2.8571428572em + 16px);
    padding: 4px 8px;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: inherit;
    outline: 0;
    flex: 1;
}
.k-flatcolorpicker .k-clear-color-container {
    display: flex;
    flex-direction: row;
}
.k-flatcolorpicker .k-clear-color {
    flex: 1;
}
.k-flatcolorpicker .k-color-value + .k-clear-color {
    flex: none;
    position: absolute;
    top: 0;
    right: 0;
}
.k-flatcolorpicker .k-controls {
    margin-top: 16px;
    text-align: center;
}
.k-rtl .k-flatcolorpicker .k-sliders-wrap.k-hbox,
.k-rtl .k-flatcolorpicker .k-sliders-wrap.k-hstack, .k-flatcolorpicker[dir="rtl"] .k-sliders-wrap.k-hbox,
.k-flatcolorpicker[dir="rtl"] .k-sliders-wrap.k-hstack,
[dir="rtl"] .k-flatcolorpicker .k-sliders-wrap.k-hbox,
[dir="rtl"] .k-flatcolorpicker .k-sliders-wrap.k-hstack {
    margin-left: 0;
    margin-right: 8px;
}
.k-rtl .k-flatcolorpicker .k-sliders-wrap.k-hbox .k-slider + .k-slider,
.k-rtl .k-flatcolorpicker .k-sliders-wrap.k-hstack .k-slider + .k-slider, .k-flatcolorpicker[dir="rtl"] .k-sliders-wrap.k-hbox .k-slider + .k-slider,
.k-flatcolorpicker[dir="rtl"] .k-sliders-wrap.k-hstack .k-slider + .k-slider,
[dir="rtl"] .k-flatcolorpicker .k-sliders-wrap.k-hbox .k-slider + .k-slider,
[dir="rtl"] .k-flatcolorpicker .k-sliders-wrap.k-hstack .k-slider + .k-slider {
    margin-left: 0;
    margin-right: 8px;
}
.k-rtl .k-flatcolorpicker .k-color-value, .k-flatcolorpicker[dir="rtl"] .k-color-value,
[dir="rtl"] .k-flatcolorpicker .k-color-value {
    margin: 0 calc(2.8571428572em + 16px) 0 0;
    direction: initial;
    text-align: right;
}
.k-rtl .k-flatcolorpicker .k-color-value + .k-clear-color, .k-flatcolorpicker[dir="rtl"] .k-color-value + .k-clear-color,
[dir="rtl"] .k-flatcolorpicker .k-color-value + .k-clear-color {
    right: auto;
    left: 0;
}
.k-colorpalette {
    border-width: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 0;
    display: inline-block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-colorpalette .k-palette {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    position: relative;
}
.k-colorpalette .k-item {
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    overflow: hidden;
    -ms-high-contrast-adjust: none;
    cursor: pointer;
}
.k-colorpalette .k-item:hover,
.k-colorpalette .k-item.k-state-hover {
    position: relative;
    z-index: 101;
}
.k-colorpalette .k-item.k-state-selected,
.k-colorpalette .k-item.k-state-selected:hover,
.k-colorpalette .k-item.k-state-focused,
.k-colorpalette .k-item:focus {
    position: relative;
    z-index: 100;
}
.k-colorpicker .k-picker-wrap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-colorpicker .k-picker-wrap.k-invalid, .k-colorpicker .k-picker-wrap.k-invalid:hover, .k-colorpicker .k-picker-wrap.k-state-invalid {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-colorpicker > :hover,
.k-colorpicker .k-state-hover {
    background-color: #ebebeb;
}
.k-colorpicker .k-state-focused {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-colorpicker.k-state-invalid .k-picker-wrap, .k-colorpicker.ng-invalid.ng-touched .k-picker-wrap, .k-colorpicker.ng-invalid.ng-dirty .k-picker-wrap {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-flatcolorpicker {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-flatcolorpicker .k-color-value {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-flatcolorpicker .k-hsv-gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black), linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.k-flatcolorpicker .k-slider .k-draghandle {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    background-color: transparent;
}
.k-flatcolorpicker .k-slider .k-draghandle:hover,
.k-flatcolorpicker .k-slider .k-draghandle:focus {
    border-color: white;
    box-shadow: 0 1px 4px black;
    background-color: transparent;
}
.k-flatcolorpicker .k-slider.k-state-focused .k-draghandle {
    box-shadow: 0 1px 4px black;
}
.k-flatcolorpicker .k-hue-slider.k-slider-horizontal .k-slider-track {
    background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}
.k-flatcolorpicker .k-hue-slider.k-slider-vertical .k-slider-track {
    background: linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}
.k-flatcolorpicker .k-alpha-slider .k-slider-track {
    background: url("data:image/png;base64,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") center;
}
.k-flatcolorpicker .k-draghandle {
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.k-flatcolorpicker .k-draghandle.k-state-focus {
    box-shadow: 0 1px 4px black;
}
.k-flatcolorpicker .k-color-contrast .k-separator {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-rtl .k-flatcolorpicker .k-hue-slider.k-slider-horizontal .k-slider-track,
[dir="rtl"] .k-flatcolorpicker .k-hue-slider.k-slider-horizontal .k-slider-track {
    background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}
.k-rtl .k-flatcolorpicker .k-alpha-slider .k-slider-track,
[dir="rtl"] .k-flatcolorpicker .k-alpha-slider .k-slider-track {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAAQCAYAAABnaabpAAAACXBIWXMAABbqAAAW6gHljkMQAAAGvmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA4LTIwVDE0OjU0OjQxKzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0xMi0wNVQxMzoyNjozMCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0xMi0wNVQxMzoyNjozMCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpjNTNiZjJiNC01Y2RhLTQzNGMtOTJmNS05NDg2NjdlZjRmYTgiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowYjMzZmFjMi1mYzM4LTI0NGItYjRkMS05OWE2ZDNhNWE4ZWIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1YjI5M2E2NC00YTc0LWY0NDQtYmRjOC02MjI0ZjUwOTY2NGEiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjViMjkzYTY0LTRhNzQtZjQ0NC1iZGM4LTYyMjRmNTA5NjY0YSIgc3RFdnQ6d2hlbj0iMjAxOS0wOC0yMFQxNDo1NDo0MSswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplNWEyZTA2Yy1lZWQwLTVhNGMtYjZjMC1lMGZiZjhmZjBkNjciIHN0RXZ0OndoZW49IjIwMTktMTItMDVUMTM6MjY6MzArMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YzUzYmYyYjQtNWNkYS00MzRjLTkyZjUtOTQ4NjY3ZWY0ZmE4IiBzdEV2dDp3aGVuPSIyMDE5LTEyLTA1VDEzOjI2OjMwKzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PKc3+gAABx9JREFU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") center;
}
.k-colorpalette .k-item:hover,
.k-colorpalette .k-item.k-state-hover {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.k-colorpalette .k-item.k-state-selected,
.k-colorpalette .k-item.k-state-selected:hover,
.k-colorpalette .k-item.k-state-focused,
.k-colorpalette .k-item:focus {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white;
}
.k-combobox {
    width: 12.4em;
    border-width: 0;
    box-sizing: border-box;
    outline: 0;
    background: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
    white-space: nowrap;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-combobox .k-dropdown-wrap {
    border-radius: 2px;
    padding: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    transition: all .1s ease;
    outline: 0;
    cursor: initial;
}
.k-combobox .k-clear-value {
    visibility: hidden;
}
.k-combobox:hover .k-clear-value, .k-combobox.k-state-hover .k-clear-value, .k-combobox.k-state-focused .k-clear-value, .k-combobox.k-state-focus .k-clear-value,
.k-combobox .k-dropdown-wrap.k-state-hover .k-clear-value,
.k-combobox .k-dropdown-wrap.k-state-focused .k-clear-value {
    visibility: visible;
}
.k-combobox:focus-within .k-clear-value {
    visibility: visible;
}
.k-combobox .k-select {
    border-radius: 0 2px 2px 0;
    padding: 0px 0px;
    width: calc(1.4285714286em + 8px);
    border-width: 0 0 0 0px;
    box-sizing: border-box;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
}
.k-combobox[dir="rtl"],
.k-rtl .k-combobox {
    text-align: right;
}
.k-combobox[dir="rtl"] .k-select,
.k-rtl .k-combobox .k-select {
    border-radius: 2px 0 0 2px;
    border-width: 0 0px 0 0;
}
.k-combobox .k-dropdown-wrap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-combobox .k-dropdown-wrap.k-invalid, .k-combobox .k-dropdown-wrap.k-invalid:hover, .k-combobox .k-dropdown-wrap.k-state-invalid {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-combobox .k-select {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-combobox > :hover,
.k-combobox .k-state-hover {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-combobox > :hover .k-select,
.k-combobox .k-state-hover .k-select {
    background-color: #ebebeb;
}
.k-combobox > .k-state-focused {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-combobox .k-state-active .k-select {
    background-color: #d8d8d8;
}
.k-combobox.k-state-invalid .k-dropdown-wrap, .k-combobox.ng-invalid.ng-touched .k-dropdown-wrap, .k-combobox.ng-invalid.ng-dirty .k-dropdown-wrap {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-combobox.k-state-hover .k-dropdown-wrap {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-combobox.k-state-focus .k-dropdown-wrap {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-combobox.k-invalid .k-dropdown-wrap {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-calendar {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    flex-flow: column nowrap;
    -webkit-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-calendar > .k-calendar {
    border: 0;
}
.k-calendar .k-link {
    white-space: normal;
    position: relative;
    overflow: hidden;
}
.k-calendar-table {
    margin: 0;
    border-width: 0;
    border-color: inherit;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
    text-align: center;
    outline: 0;
    display: inline-table;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.k-calendar-caption,
.k-calendar-caption.k-calendar-th,
.k-calendar .k-meta-header,
.k-calendar .k-month-header {
    padding: 4px 8px;
    height: 32px;
    box-sizing: border-box;
    text-transform: none;
    text-align: left;
    font-weight: bold;
    cursor: default;
}
.k-calendar-th,
.k-calendar-td {
    border-width: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    border-color: inherit;
    font-weight: normal;
    cursor: default;
}
.k-calendar-th {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
}
.k-calendar-td {
    border-radius: 2px;
    border-color: transparent;
}
.k-calendar .k-header {
    padding: 4px 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: flex;
    flex-flow: row nowrap;
    gap: 4px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.k-calendar-header {
    padding: 4px 4px;
    min-width: 256px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
}
.k-calendar-header .k-title,
.k-calendar-header .k-calendar-title {
    font-weight: bold;
}
.k-calendar-header .k-today,
.k-calendar-header .k-nav-today {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
.k-calendar-header .k-calendar-nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 4px;
}
.k-calendar-footer,
.k-calendar .k-footer {
    padding: 8px 16px;
    text-align: center;
    clear: both;
}
.k-calendar-view {
    margin: auto;
    padding: 0 4px;
    width: 224px;
    min-height: 224px;
    box-sizing: content-box;
    gap: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.k-calendar-view .k-link {
    border-radius: 2px;
    padding: 0.5em 0.5em;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.k-week-number .k-calendar-view {
    width: 256px;
}
.k-calendar-monthview .k-calendar-td {
    width: 32px;
    height: 32px;
}
.k-calendar-monthview .k-link {
    width: 32px;
    height: 32px;
}
.k-calendar-yearview .k-calendar-td {
    width: auto;
    height: auto;
}
.k-calendar-yearview .k-link {
    width: 56px;
    height: 56px;
}
.k-calendar-decadeview .k-calendar-td {
    width: auto;
    height: auto;
}
.k-calendar-decadeview .k-link {
    width: 56px;
    height: 56px;
}
.k-calendar-centuryview .k-calendar-td {
    width: auto;
    height: auto;
}
.k-calendar-centuryview .k-link {
    width: 56px;
    height: 56px;
    text-align: left;
}
.k-popup .k-calendar {
    height: 100%;
}
.k-calendar-container,
.k-datetime-container {
    padding: 0;
}
.k-calendar-container .k-calendar,
.k-datetime-container .k-calendar {
    border-width: 0;
}
.k-calendar .k-content.k-scrollable,
.k-calendar .k-calendar-content.k-scrollable {
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    padding-right: 100px;
    padding-left: 100px;
    margin-left: -100px;
    margin-right: -117px;
}
.k-calendar .k-scrollable-placeholder {
    position: absolute;
    z-index: -1;
    width: 1px;
    top: 0;
    right: 0;
}
.k-calendar-infinite {
    box-sizing: content-box;
    display: inline-flex;
    flex-flow: row nowrap;
}
.k-calendar-infinite .k-calendar-view {
    padding: 0px 16px;
    height: 288px;
    flex: 0 0 auto;
    display: flex;
    flex-flow: column nowrap;
    gap: 0;
    overflow: hidden;
}
.k-calendar-infinite .k-calendar-view .k-content.k-scrollable {
    position: relative;
}
.k-calendar-infinite .k-calendar-view::after {
    display: block;
    position: absolute;
    bottom: 0;
    content: " ";
    height: 0;
    line-height: 0;
    z-index: 1;
    width: 150%;
    left: -25%;
    box-shadow: 0 0 32px 16px #ffffff;
}
.k-calendar-infinite .k-calendar-header {
    margin-left: -16px;
    margin-right: -16px;
    padding: 8px 16px;
    width: auto;
    min-width: 0;
}
.k-calendar-infinite .k-calendar-weekdays {
    flex: 0 0 auto;
}
.k-calendar-navigation {
    width: 5em;
    text-align: center;
    flex: 0 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.k-calendar-navigation::before, .k-calendar-navigation::after {
    display: block;
    position: absolute;
    content: " ";
    height: 0;
    line-height: 0;
    z-index: 1;
    width: 200%;
    left: -50%;
    box-shadow: 0 0 6em 3em #fafafa;
}
.k-calendar-navigation::before {
    top: 0;
}
.k-calendar-navigation::after {
    bottom: 0;
}
.k-calendar-navigation .k-content,
.k-calendar-navigation .k-calendar-content {
    background: transparent;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.k-calendar-navigation .k-content ul,
.k-calendar-navigation .k-calendar-content ul {
    width: 5em;
}
.k-calendar-navigation .k-content li,
.k-calendar-navigation .k-calendar-content li {
    height: 2em;
    line-height: 2em;
    cursor: pointer;
    padding: 0 1em;
}
.k-calendar-navigation .k-calendar-navigation-marker {
    font-weight: bold;
}
.k-calendar-navigation .k-calendar-navigation-highlight {
    width: 100%;
    border-width: 1px 0;
    border-style: solid;
    height: 2em;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.k-calendar-range {
    width: auto;
}
.k-calendar-range .k-calendar-view {
    width: auto;
    white-space: nowrap;
}
.k-calendar-range .k-calendar-view::after {
    display: none;
}
.k-calendar-range .k-range-start {
    border-color: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.k-calendar-range .k-range-end {
    border-color: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.k-calendar-range .k-range-mid {
    border-color: inherit;
    border-radius: 0;
}
.k-widget.k-daterangepicker {
    border: 0;
}
.k-rtl .k-calendar .k-nav-prev,
.k-rtl .k-calendar .k-nav-next,
.k-rtl .k-calendar .k-prev-view,
.k-rtl .k-calendar .k-next-view,
.k-calendar[dir="rtl"] .k-nav-prev,
.k-calendar[dir="rtl"] .k-nav-next,
.k-calendar[dir="rtl"] .k-prev-view,
.k-calendar[dir="rtl"] .k-next-view {
    transform: scaleX(-1);
}
.k-rtl .k-calendar .k-content.k-scrollable,
.k-rtl .k-calendar .k-calendar-content.k-scrollable,
.k-calendar[dir="rtl"] .k-content.k-scrollable,
.k-calendar[dir="rtl"] .k-calendar-content.k-scrollable {
    padding-right: 100px;
    padding-left: 100px;
    margin-left: -117px;
    margin-right: -100px;
}
.k-rtl .k-calendar tbody th,
.k-rtl .k-calendar .k-calendar-tbody .k-calendar-th,
.k-calendar[dir="rtl"] tbody th,
.k-calendar[dir="rtl"] .k-calendar-tbody .k-calendar-th {
    text-align: right;
}
.k-rtl .k-calendar .k-content > table,
.k-rtl .k-calendar .k-content > .k-calendar-table,
.k-rtl .k-calendar .k-calendar-content > table,
.k-rtl .k-calendar .k-calendar-content > .k-calendar-table,
.k-calendar[dir="rtl"] .k-content > table,
.k-calendar[dir="rtl"] .k-content > .k-calendar-table,
.k-calendar[dir="rtl"] .k-calendar-content > table,
.k-calendar[dir="rtl"] .k-calendar-content > .k-calendar-table {
    margin-right: 0;
    margin-left: -17px;
}
.k-calendar {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-calendar .k-header {
    border-color: inherit;
    color: #424242;
    background-color: #fafafa;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.k-calendar .k-nav-today {
    color: #ff6358;
}
.k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-state-focus {
    color: #d6534a;
}
.k-calendar .k-calendar-th,
.k-calendar .k-calendar-caption,
.k-calendar .k-meta-header,
.k-calendar .k-month-header {
    color: #666666;
}
.k-calendar .k-calendar-view .k-today {
    color: #ff6358;
}
.k-calendar .k-other-month {
    color: #666666;
}
.k-calendar .k-alt {
    background-color: transparent;
    color: #666666;
}
.k-calendar .k-out-of-range {
    pointer-events: none;
    visibility: hidden;
}
.k-calendar .k-calendar-td:hover .k-link,
.k-calendar .k-calendar-td.k-state-hover .k-link {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f0f0f0;
}
.k-calendar .k-calendar-td.k-state-selected .k-link {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ffffff;
    background-color: #ff6358;
}
.k-calendar .k-calendar-td.k-state-selected:hover .k-link,
.k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link {
    color: #ffffff;
    background-color: #f55f54;
}
.k-calendar .k-calendar-td.k-state-focused .k-link,
.k-calendar .k-calendar-td.k-state-focus .k-link {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-calendar .k-calendar-td.k-state-selected.k-state-focused .k-link,
.k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-calendar .k-calendar-navigation {
    color: #424242;
    background-color: #fafafa;
    box-shadow: inset -1px 0 rgba(0, 0, 0, 0.08);
}
.k-calendar .k-calendar-navigation li:hover,
.k-calendar .k-calendar-navigation li.k-state-hover {
    color: #d6534a;
}
.k-calendar .k-calendar-navigation-highlight {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-calendar[dir="rtl"] .k-calendar-navigation,
.k-rtl .k-calendar .k-calendar-navigation {
    box-shadow: inset 1px 0 rgba(0, 0, 0, 0.08);
}
.k-calendar.k-invalid, .k-calendar.k-invalid:hover, .k-calendar.k-state-invalid, .k-calendar.ng-invalid.ng-touched, .k-calendar.ng-invalid.ng-dirty {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-scheduler .k-calendar .k-other-month {
    color: #666666;
    background-color: transparent;
}
.k-calendar .k-range-start,
.k-calendar .k-range-end,
.k-calendar .k-range-mid {
    background-image: linear-gradient(transparent 1px, rgba(255, 99, 88, 0.25) 1px, rgba(255, 99, 88, 0.25) calc(100% - 1px), transparent calc(100% - 1px));
}
.k-ie .k-calendar .k-range-start,
.k-edge .k-calendar .k-range-start, .k-ie
.k-calendar .k-range-end,
.k-edge
.k-calendar .k-range-end, .k-ie
.k-calendar .k-range-mid,
.k-edge
.k-calendar .k-range-mid {
    background-image: none;
    background-color: rgba(255, 99, 88, 0.25);
}
.k-calendar .k-range-start.k-range-end {
    background-image: none;
    background-color: transparent;
}
.k-calendar .k-range-start .k-link,
.k-calendar .k-range-end .k-link {
    background-color: #ff6358;
}
.k-calendar .k-range-start.k-state-active .k-link,
.k-calendar .k-range-end.k-state-active .k-link {
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.k-calendar .k-range-split-start,
.k-calendar .k-range-split-end {
    position: relative;
}
.k-calendar .k-range-split-start::after,
.k-calendar .k-range-split-end::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 5px;
}
.k-calendar .k-range-split-start::after {
    left: -5px;
    right: auto;
    background-image: linear-gradient(to left, rgba(255, 99, 88, 0.25), transparent 100%);
}
.k-calendar .k-range-split-end::after {
    right: -5px;
    left: auto;
    background-image: linear-gradient(to right, rgba(255, 99, 88, 0.25), transparent 100%);
}
.k-daterangepicker.k-state-invalid .k-dateinput-wrap {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-dateinput {
    width: 12.4em;
    border-width: 0;
    box-sizing: border-box;
    outline: 0;
    background: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
    white-space: nowrap;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-dateinput .k-dateinput-wrap {
    border-radius: 2px;
    padding: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    transition: all .1s ease;
    cursor: default;
    outline: 0;
    display: flex;
    flex-flow: row nowrap;
}
.k-dateinput .k-select {
    border-radius: 0 2px 2px 0;
    padding: 0;
    width: calc(1.4285714286em + 8px);
    border-width: 0 0 0 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
}
.k-dateinput .k-link {
    padding: 0 4px;
    min-width: 16px;
    flex: 1 1 auto;
    display: block;
    overflow: hidden;
    position: relative;
}
.k-dateinput .k-link .k-icon {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}
.k-dateinput .k-link-increase .k-icon {
    bottom: -2px;
}
.k-dateinput .k-link-decrease .k-icon {
    top: -2px;
}
.k-dateinput .k-i-warning {
    display: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    overflow: visible;
}
.k-dateinput.k-invalid .k-i-warning,
.k-dateinput.k-state-invalid .k-i-warning {
    display: inline-block;
}
.k-rtl .k-dateinput, .k-dateinput[dir="rtl"] {
    text-align: right;
}
.k-rtl .k-dateinput .k-dateinput-wrap .k-i-warning, .k-dateinput[dir="rtl"] .k-dateinput-wrap .k-i-warning {
    left: 8px;
    right: auto;
}
.k-rtl .k-dateinput .k-select, .k-dateinput[dir="rtl"] .k-select {
    border-radius: 2px 0 0 2px;
    border-width: 0 0px 0 0;
}
.k-picker-wrap .k-dateinput {
    margin: 0 !important;
    width: 100%;
    flex: 1 1 auto;
}
.k-picker-wrap .k-dateinput .k-dateinput-wrap {
    border-radius: 2px 0 0 2px;
    border-width: 0;
    box-shadow: none !important;
}
[dir="rtl"] .k-picker-wrap .k-dateinput .k-dateinput-wrap,
.k-rtl .k-picker-wrap .k-dateinput .k-dateinput-wrap {
    border-radius: 0 2px 2px 0;
}
.k-datepicker,
.k-timepicker {
    width: 12.4em;
    border-width: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    white-space: nowrap;
    background: none;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-datepicker .k-picker-wrap,
.k-timepicker .k-picker-wrap {
    border-radius: 2px;
    padding: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    position: relative;
    transition: all .1s ease;
    cursor: default;
    outline: 0;
}
.k-datepicker .k-select,
.k-timepicker .k-select {
    border-radius: 0 2px 2px 0;
    padding: 4px 4px;
    width: calc(1.4285714286em + 8px);
    border-width: 0 0 0 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
}
.k-datepicker .k-i-warning,
.k-timepicker .k-i-warning {
    display: none;
    position: absolute;
    top: 50%;
    right: calc(1.4285714286em + 12px);
    transform: translateY(-50%);
    overflow: visible;
}
.k-datepicker .k-state-invalid .k-i-warning,
.k-timepicker .k-state-invalid .k-i-warning {
    display: inline-block;
}
.k-rtl .k-datepicker, .k-datepicker[dir="rtl"], .k-rtl
.k-timepicker,
.k-timepicker[dir="rtl"] {
    text-align: right;
}
.k-rtl .k-datepicker .k-select, .k-datepicker[dir="rtl"] .k-select, .k-rtl
.k-timepicker .k-select,
.k-timepicker[dir="rtl"] .k-select {
    border-radius: 2px 0 0 2px;
    border-width: 0 0px 0 0;
}
.k-rtl .k-datepicker .k-i-warning, .k-datepicker[dir="rtl"] .k-i-warning, .k-rtl
.k-timepicker .k-i-warning,
.k-timepicker[dir="rtl"] .k-i-warning {
    right: auto;
    left: calc(1.4285714286em + 12px);
}
.k-datetimepicker {
    width: 12.4em;
    border-width: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
    white-space: nowrap;
    background: none;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-datetimepicker .k-picker-wrap {
    border-radius: 2px;
    padding: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    position: relative;
    transition: all .1s ease;
    cursor: default;
    outline: 0;
}
.k-datetimepicker .k-select {
    border-radius: 0 2px 2px 0;
    border-width: 0 0 0 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
}
.k-datetimepicker .k-link {
    padding: 4px 4px;
    width: calc(1.4285714286em + 8px);
    height: 100%;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.k-datetimepicker .k-i-warning {
    display: none;
    position: absolute;
    top: 50%;
    right: calc(2.8571428572em + 20px);
    transform: translateY(-50%);
    overflow: visible;
}
.k-datetimepicker .k-state-invalid .k-i-warning {
    display: inline-block;
}
.k-rtl .k-datetimepicker, .k-datetimepicker[dir="rtl"] {
    text-align: right;
}
.k-rtl .k-datetimepicker .k-select, .k-datetimepicker[dir="rtl"] .k-select {
    border-radius: 2px 0 0 2px;
    border-width: 0 0px 0 0;
}
.k-rtl .k-datetimepicker .k-i-warning, .k-datetimepicker[dir="rtl"] .k-i-warning {
    right: auto;
    left: calc(2.8571428572em + 20px);
}
.k-datetime-container .k-datetime-wrap {
    width: 288px;
    overflow: hidden;
}
.k-datetime-container .k-datetime-buttongroup {
    padding: 8px;
}
.k-datetime-container .k-datetime-selector {
    display: flex;
    transition: transform .2s;
}
.k-datetime-container .k-datetime-calendar-wrap,
.k-datetime-container .k-datetime-time-wrap {
    text-align: center;
    flex: 0 0 288px;
}
.k-datetime-container .k-timeselector {
    outline: none;
}
.k-datetime-container .k-time-list-container {
    justify-content: center;
}
.k-datetime-container .k-time-tab .k-datetime-selector {
    transform: translateX(-100%);
}
.k-rtl .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container.k-rtl .k-time-tab .k-datetime-selector,
[dir="rtl"] .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container[dir="rtl"] .k-time-tab .k-datetime-selector {
    transform: translateX(100%);
}
.k-time-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    line-height: 2em;
}
.k-time-header .k-title {
    font-weight: bold;
}
.k-time-header .k-time-now {
    border-width: 0;
    line-height: inherit;
    cursor: pointer;
}
.k-time-list-wrapper {
    display: inline-block;
    overflow: hidden;
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    padding: 20px 0;
    text-align: center;
    min-width: 4em;
    height: 200px;
    flex: 1 1 auto;
}
.k-time-list-wrapper .k-title {
    display: block;
    text-align: center;
    font-size: 10px;
    position: absolute;
    text-transform: capitalize;
    font-weight: bold;
    min-width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    margin-top: -20px;
    z-index: 12;
}
.k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
    display: block;
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    height: calc(50% - 1em);
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
}
.k-time-list-wrapper.k-state-focused::before {
    top: 0;
}
.k-time-list-wrapper.k-state-focused::after {
    bottom: 0;
}
.k-time-container {
    position: absolute;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    line-height: 1.4285714286;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 20px;
    padding-right: 100px;
    padding-left: 100px;
    margin-left: -100px;
    margin-right: -117px;
}
.k-time-container > ul {
    height: auto;
    width: 4em;
    margin: auto;
}
.k-rtl .k-time-container, .k-time-container.k-rtl,
[dir="rtl"] .k-time-container, .k-time-container[dir="rtl"] {
    padding-right: 100px;
    padding-left: 100px;
    margin-left: -117px;
    margin-right: -100px;
}
.k-time-list-container {
    display: flex;
    position: relative;
}
.k-time-list {
    position: absolute;
    display: flex;
    z-index: 10;
    outline: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.k-time-list::before, .k-time-list::after {
    display: block;
    position: absolute;
    content: " ";
    height: 0;
    line-height: 0;
    z-index: 1;
    width: 200%;
    left: -50%;
}
.k-time-list::before {
    top: 0;
}
.k-time-list::after {
    bottom: 0;
}
.k-time-list .k-item {
    padding: 4px 8px;
    min-height: calc(1.43em + 2px);
    line-height: calc(1.43em + 2px);
}
.k-time-highlight {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: calc(1.4285714286em + 8px);
    z-index: 1;
    border-width: 1px 0;
    border-style: solid;
    border-radius: .1px;
}
.k-time-container .k-scrollable-placeholder {
    position: absolute;
    width: 1px;
    top: 0;
    right: 0;
}
.k-time-separator {
    width: 0;
    height: 100%;
    display: inline-flex;
    align-self: center;
    justify-content: center;
    z-index: 11;
}
.k-datepicker .k-select,
.k-timepicker .k-select,
.k-datetimepicker .k-select,
.k-dateinput .k-select {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-datepicker .k-i-warning,
.k-timepicker .k-i-warning,
.k-datetimepicker .k-i-warning,
.k-dateinput .k-i-warning {
    color: #f31700;
}
.k-datepicker .k-picker-wrap,
.k-timepicker .k-picker-wrap,
.k-datetimepicker .k-picker-wrap,
.k-dateinput .k-dateinput-wrap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-datepicker .k-picker-wrap:hover, .k-datepicker .k-picker-wrap.k-state-hover,
.k-timepicker .k-picker-wrap:hover,
.k-timepicker .k-picker-wrap.k-state-hover,
.k-datetimepicker .k-picker-wrap:hover,
.k-datetimepicker .k-picker-wrap.k-state-hover,
.k-dateinput .k-dateinput-wrap:hover,
.k-dateinput .k-dateinput-wrap.k-state-hover {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-datepicker .k-picker-wrap.k-state-focused, .k-datepicker .k-picker-wrap.k-state-active,
.k-timepicker .k-picker-wrap.k-state-focused,
.k-timepicker .k-picker-wrap.k-state-active,
.k-datetimepicker .k-picker-wrap.k-state-focused,
.k-datetimepicker .k-picker-wrap.k-state-active,
.k-dateinput .k-dateinput-wrap.k-state-focused,
.k-dateinput .k-dateinput-wrap.k-state-active {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-datepicker .k-select:hover,
.k-datepicker .k-select.k-state-hover,
.k-timepicker .k-select:hover,
.k-timepicker .k-select.k-state-hover {
    background-color: #ebebeb;
}
.k-dateinput .k-link:hover,
.k-dateinput .k-link.k-state-hover,
.k-datetimepicker .k-link:hover,
.k-datetimepicker .k-link.k-state-hover {
    background-color: #ebebeb;
}
.k-dateinput .k-link:active,
.k-dateinput .k-link.k-state-active,
.k-dateinput .k-link.k-state-selected,
.k-datetimepicker .k-link:active,
.k-datetimepicker .k-link.k-state-active,
.k-datetimepicker .k-link.k-state-selected {
    background-color: #d8d8d8;
}
.k-time-header .k-time-now {
    color: #ff6358;
    background: transparent;
}
.k-time-header .k-time-now:hover, .k-time-header .k-time-now:focus {
    color: #d6534a;
}
.k-time-list-wrapper .k-title {
    color: #666666;
}
.k-time-list-wrapper.k-state-focused .k-title {
    color: #424242;
}
.k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
    background-color: rgba(0, 0, 0, 0.04);
}
.k-time-list::before, .k-time-list::after {
    box-shadow: 0 0 3em 1.5em #ffffff;
}
.k-time-list .k-item:hover {
    color: #ff6358;
}
.k-time-container {
    background: transparent;
}
.k-time-highlight {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}
.k-datetime-container .k-date-tab .k-datetime-buttongroup,
.k-datetime-container .k-date-tab .k-datetime-selector {
    background-color: #ffffff;
}
.k-datepicker .k-picker-wrap.k-invalid, .k-datepicker .k-picker-wrap.k-state-invalid,
.k-datetimepicker .k-picker-wrap.k-invalid,
.k-datetimepicker .k-picker-wrap.k-state-invalid,
.k-timepicker .k-picker-wrap.k-invalid,
.k-timepicker .k-picker-wrap.k-state-invalid {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-datepicker.k-state-invalid .k-picker-wrap, .k-datepicker.ng-invalid.ng-touched .k-picker-wrap, .k-datepicker.ng-invalid.ng-dirty .k-picker-wrap,
.k-datetimepicker.k-state-invalid .k-picker-wrap,
.k-datetimepicker.ng-invalid.ng-touched .k-picker-wrap,
.k-datetimepicker.ng-invalid.ng-dirty .k-picker-wrap,
.k-timepicker.k-state-invalid .k-picker-wrap,
.k-timepicker.ng-invalid.ng-touched .k-picker-wrap,
.k-timepicker.ng-invalid.ng-dirty .k-picker-wrap {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-dateinput .k-dateinput-wrap.k-invalid, .k-dateinput .k-dateinput-wrap.k-state-invalid {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-dateinput.k-state-invalid .k-dateinput-wrap, .k-dateinput.ng-invalid.ng-touched .k-dateinput-wrap, .k-dateinput.ng-invalid.ng-dirty .k-dateinput-wrap {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-datepicker.k-state-hover .k-picker-wrap {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-datepicker.k-state-focus .k-picker-wrap {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-datepicker.k-invalid .k-picker-wrap {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-dateinput.k-state-hover .k-dateinput-wrap,
.k-daterangepicker.k-state-hover .k-dateinput-wrap {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-dateinput.k-state-focus .k-dateinput-wrap,
.k-daterangepicker.k-state-focus .k-dateinput-wrap {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-dateinput.k-invalid .k-dateinput-wrap,
.k-daterangepicker.k-invalid .k-dateinput-wrap {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-dropdowngrid-popup {
    overflow: hidden;
}
.k-dropdowngrid-popup .k-virtual-wrap {
    margin: 0;
}
.k-dropdowngrid-popup .k-list-scroller {
    overflow-x: hidden;
}
.k-grid-list {
    width: 100%;
    max-width: none;
    border-width: 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    empty-cells: show;
    outline: none;
    display: table;
}
.k-dropdowngrid-popup .k-grid-header {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: inherit;
    display: block;
}
.k-dropdowngrid-popup .k-grid-header-wrap {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: inherit;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}
.k-dropdowngrid-popup .k-grid-header table {
    margin-bottom: -1px;
    width: 100%;
    max-width: none;
    border-width: 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    empty-cells: show;
    outline: none;
}
.k-dropdowngrid-popup .k-grid-header .k-header {
    padding: 8px 12px;
    border-width: 0 0 0 1px;
    border-style: solid;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.k-dropdowngrid-popup .k-grid-header .k-header:first-child {
    border-left: 0;
}
.k-grid-list > .k-item {
    box-sizing: border-box;
    display: table-row;
    position: relative;
    cursor: pointer;
}
.k-grid-list > .k-item > .k-cell,
.k-grid-list > .k-item > .k-group,
.k-grid-list > .k-item > .k-spacer-group {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.k-grid-list.k-virtual-list > .k-item > .k-cell,
.k-grid-list.k-virtual-list > .k-item > .k-group,
.k-grid-list.k-virtual-list > .k-item > .k-spacer-group {
    display: inline-block;
}
.k-grid-list > .k-item:last-child > .k-cell,
.k-grid-list > .k-item:last-child > .k-group-cell,
.k-grid-list > .k-item:last-child > .k-spacer-cell {
    border-bottom-width: 0;
}
.k-grid-list > .k-item > .k-cell {
    padding: 8px 12px;
    border-width: 0 0 0px 1px;
    border-style: solid;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.k-grid-list > .k-item > .k-cell:first-child {
    border-left: 0;
}
.k-dropdowngrid-popup .k-group-header,
.k-dropdowngrid-popup .k-outer-group-header {
    margin: 0;
    padding: 8px 12px;
    min-height: auto;
    text-align: left;
    font-weight: bold;
}
.k-dropdowngrid-popup .k-outer-group-header.k-first {
    border-bottom-width: 1px;
}
.k-grid-list > .k-item.k-first {
    border-top: 1px solid currentColor;
}
.k-grid-list > .k-item > .k-group-cell,
.k-grid-list > .k-item > .k-spacer-cell {
    padding: 0;
    width: 0;
    border-left-width: 0;
    border-right-width: 0;
    overflow: visible;
    position: relative;
}
.k-grid-list > .k-item > .k-group-cell > span {
    padding: 0 6px;
    font-size: .875em;
    position: absolute;
    top: 0;
    right: 0;
}
.k-grid-list > .k-outer-group-header {
    height: 36.0000000004px;
    display: table-row;
    position: relative;
}
.k-grid-list > .k-outer-group-header > strong {
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
}
.k-dropdowngrid-popup .k-footer {
    padding: 8px 12px;
    border-width: 1px 0 0 0;
    border-style: solid;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}
.k-rtl.k-dropdowngrid-popup .k-grid-header-wrap,
.k-rtl .k-dropdowngrid-popup .k-grid-header-wrap,
[dir="rtl"].k-dropdowngrid-popup .k-grid-header-wrap,
[dir="rtl"] .k-dropdowngrid-popup .k-grid-header-wrap {
    border-right-width: 0;
    border-left-width: 1px;
}
.k-rtl.k-dropdowngrid-popup .k-grid-header .k-header,
.k-rtl .k-dropdowngrid-popup .k-grid-header .k-header,
.k-rtl .k-grid-list > .k-item > .k-cell,
[dir="rtl"].k-dropdowngrid-popup .k-grid-header .k-header,
[dir="rtl"] .k-dropdowngrid-popup .k-grid-header .k-header,
[dir="rtl"] .k-grid-list > .k-item > .k-cell {
    border-left-width: 0;
    border-right-width: 1px;
    text-align: right;
}
.k-rtl.k-dropdowngrid-popup .k-grid-header .k-header:first-child,
.k-rtl .k-dropdowngrid-popup .k-grid-header .k-header:first-child,
.k-rtl .k-grid-list > .k-item > .k-cell:first-child,
[dir="rtl"].k-dropdowngrid-popup .k-grid-header .k-header:first-child,
[dir="rtl"] .k-dropdowngrid-popup .k-grid-header .k-header:first-child,
[dir="rtl"] .k-grid-list > .k-item > .k-cell:first-child {
    border-right-width: 0;
}
.k-rtl div.k-dropdowngrid-popup .k-group-header,
.k-rtl div.k-dropdowngrid-popup .k-outer-group-header,
[dir="rtl"] div.k-dropdowngrid-popup .k-group-header,
[dir="rtl"] div.k-dropdowngrid-popup .k-outer-group-header {
    text-align: right;
}
.k-rtl .k-grid-list > .k-item > .k-group-cell > span,
[dir="rtl"] .k-grid-list > .k-item > .k-group-cell > span {
    right: auto;
    left: 0;
}
.k-rtl .k-grid-list > .k-outer-group-header > strong,
[dir="rtl"] .k-grid-list > .k-outer-group-header > strong {
    left: auto;
    right: 0;
}
.k-dropdowngrid-popup {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-dropdowngrid-popup .k-header,
.k-dropdowngrid-popup .k-grid-header {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-dropdowngrid-popup .k-footer {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-dropdowngrid-popup .k-group-header,
.k-dropdowngrid-popup .k-outer-group-header.k-first {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-grid-list > .k-item:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.04);
}
.k-grid-list > .k-outer-group-header:nth-child(2n) {
    background: none;
}
.k-grid-list > .k-outer-group-header:nth-child(2n) > strong {
    background-color: rgba(0, 0, 0, 0.04);
}
.k-dropdowngrid-popup .k-cell {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-dropdowngrid-popup .k-item.k-state-hover,
.k-dropdowngrid-popup .k-item:hover {
    background-color: #ededed;
}
.k-dropdowngrid-popup .k-item.k-state-selected {
    background-color: rgba(255, 99, 88, 0.25);
}
.k-dropdowngrid-popup .k-item.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-dropdowngrid-popup .k-group-cell span {
    background-color: #424242;
    color: #ffffff;
}
.k-grid-list > .k-item.k-last > .k-cell,
.k-grid-list > .k-item.k-last > .k-group-cell,
.k-grid-list > .k-item.k-last > .k-spacer-cell {
    border-bottom-color: #424242;
}
.k-dropdown, .k-dropdowntree {
    width: 12.4em;
    border-width: 0;
    outline: 0;
    background: none;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
    white-space: nowrap;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    border-radius: 2px;
    padding: 0;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    transition: all .1s ease;
    cursor: pointer;
    outline: 0;
}
.k-dropdown .k-dropdown-wrap .k-select, .k-dropdowntree .k-dropdown-wrap .k-select {
    border-radius: 0 2px 2px 0;
    padding: 4px 4px;
    width: calc(1.4285714286em + 8px);
    border-width: 0;
    box-sizing: border-box;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
}
.k-dropdown .k-dropdown-wrap .k-clear-value, .k-dropdowntree .k-dropdown-wrap .k-clear-value {
    visibility: hidden;
}
.k-dropdown .k-dropdown-wrap.k-state-focused .k-clear-value, .k-dropdowntree .k-dropdown-wrap.k-state-focused .k-clear-value, .k-dropdown .k-dropdown-wrap.k-state-hover .k-clear-value, .k-dropdowntree .k-dropdown-wrap.k-state-hover .k-clear-value, .k-dropdown .k-dropdown-wrap:hover .k-clear-value, .k-dropdowntree .k-dropdown-wrap:hover .k-clear-value {
    visibility: visible;
}
.k-dropdown.k-rtl, .k-rtl.k-dropdowntree,
.k-dropdown[dir="rtl"],
.k-dropdowntree[dir="rtl"],
.k-rtl .k-dropdown,
.k-rtl .k-dropdowntree,
[dir="rtl"] .k-dropdown,
[dir="rtl"] .k-dropdowntree {
    text-align: right;
}
.k-dropdown.k-rtl .k-select, .k-rtl.k-dropdowntree .k-select,
.k-dropdown[dir="rtl"] .k-select,
.k-dropdowntree[dir="rtl"] .k-select,
.k-rtl .k-dropdown .k-select,
.k-rtl .k-dropdowntree .k-select,
[dir="rtl"] .k-dropdown .k-select,
[dir="rtl"] .k-dropdowntree .k-select {
    border-radius: 2px 0 0 2px;
}
.k-dropdown-operator {
    width: auto;
}
.k-dropdown-operator .k-dropdown-wrap .k-input {
    display: none;
}
.k-dropdown-operator .k-dropdown-wrap .k-select {
    width: calc(1.4285714286em + 8px);
    height: calc(1.4285714286em + 8px);
}
select.k-dropdown, select.k-dropdowntree {
    border-radius: 2px;
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .1s ease;
    cursor: pointer;
}
.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-dropdown .k-dropdown-wrap:hover, .k-dropdowntree .k-dropdown-wrap:hover, .k-dropdown .k-dropdown-wrap.k-state-hover, .k-dropdowntree .k-dropdown-wrap.k-state-hover {
    background-color: #ebebeb;
}
.k-dropdown .k-dropdown-wrap.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-state-focused {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-dropdown .k-dropdown-wrap.k-invalid, .k-dropdowntree .k-dropdown-wrap.k-invalid, .k-dropdown .k-dropdown-wrap.k-invalid:hover, .k-dropdowntree .k-dropdown-wrap.k-invalid:hover, .k-dropdown .k-dropdown-wrap.k-state-invalid, .k-dropdowntree .k-dropdown-wrap.k-state-invalid {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-dropdown.k-state-invalid > .k-dropdown-wrap, .k-state-invalid.k-dropdowntree > .k-dropdown-wrap, .k-dropdown.ng-invalid.ng-touched > .k-dropdown-wrap, .ng-invalid.ng-touched.k-dropdowntree > .k-dropdown-wrap, .k-dropdown.ng-invalid.ng-dirty > .k-dropdown-wrap, .ng-invalid.ng-dirty.k-dropdowntree > .k-dropdown-wrap {
    border-color: rgba(243, 23, 0, 0.5);
}
select.k-dropdown, select.k-dropdowntree {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
select.k-dropdown:hover, select.k-dropdowntree:hover {
    background-color: #ebebeb;
}
select.k-dropdown:focus, select.k-dropdowntree:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-multiselect, .k-dropdowntree {
    border-radius: 2px;
    width: 100%;
    border-width: 0;
    box-sizing: border-box;
    outline: 0;
    background: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
    white-space: nowrap;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-multiselect .k-loading-hidden, .k-dropdowntree .k-loading-hidden {
    visibility: hidden;
}
.k-multiselect .k-multiselect-wrap, .k-dropdowntree .k-multiselect-wrap {
    border-radius: 2px;
    padding: 0 24px 0 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    transition: all .1s ease;
    cursor: text;
    outline: 0;
}
.k-multiselect .k-multiselect-wrap .k-input, .k-dropdowntree .k-multiselect-wrap .k-input {
    float: left;
}
.k-multiselect .k-multiselect-wrap::before, .k-dropdowntree .k-multiselect-wrap::before {
    content: "";
    width: 0;
    height: calc(1.4285714286em + 8px);
    float: left;
}
.k-multiselect .k-multiselect-wrap ul, .k-dropdowntree .k-multiselect-wrap ul {
    vertical-align: top;
}
.k-multiselect .k-multiselect-wrap li.k-button, .k-dropdowntree .k-multiselect-wrap li.k-button {
    float: left;
}
.k-multiselect .k-multiselect-wrap li .k-icon, .k-dropdowntree .k-multiselect-wrap li .k-icon {
    cursor: pointer;
}
.k-multiselect .k-multiselect-wrap .k-button, .k-dropdowntree .k-multiselect-wrap .k-button {
    min-height: calc(1.4285714286em + 4px);
    padding: 1px 4px;
    margin: 2px 0 0 2px;
    cursor: default;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    line-height: inherit;
    white-space: normal;
}
.k-multiselect .k-multiselect-wrap .k-button .k-select, .k-dropdowntree .k-multiselect-wrap .k-button .k-select {
    display: flex;
    cursor: pointer;
    align-self: stretch;
}
.k-multiselect .k-multiselect-wrap .k-button:last-child, .k-dropdowntree .k-multiselect-wrap .k-button:last-child {
    margin-bottom: 2px;
}
.k-multiselect .k-multiselect-wrap .k-searchbar, .k-dropdowntree .k-multiselect-wrap .k-searchbar {
    float: left;
    width: auto;
}
.k-multiselect .k-multiselect-wrap .k-searchbar .k-input, .k-dropdowntree .k-multiselect-wrap .k-searchbar .k-input {
    padding-right: 0;
}
.k-multiselect .k-multiselect-wrap .k-i-loading, .k-dropdowntree .k-multiselect-wrap .k-i-loading {
    width: 24px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
}
.k-multiselect .k-multiselect-wrap .k-clear-value, .k-dropdowntree .k-multiselect-wrap .k-clear-value {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.k-multiselect .k-multiselect-wrap:hover .k-clear-value, .k-dropdowntree .k-multiselect-wrap:hover .k-clear-value, .k-multiselect .k-multiselect-wrap.k-state-hover .k-clear-value, .k-dropdowntree .k-multiselect-wrap.k-state-hover .k-clear-value, .k-multiselect .k-multiselect-wrap.k-state-focused .k-clear-value, .k-dropdowntree .k-multiselect-wrap.k-state-focused .k-clear-value {
    visibility: visible;
}
.k-multiselect .k-multiselect-wrap > .k-select, .k-dropdowntree .k-multiselect-wrap > .k-select {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 28px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    cursor: pointer;
}
.k-multiselect .k-multiselect-wrap.k-multiselect-wrap-arrow .k-clear-value, .k-dropdowntree .k-multiselect-wrap.k-multiselect-wrap-arrow .k-clear-value {
    right: 20px;
}
.k-multiselect.k-state-hover > .k-multiselect-wrap .k-clear-value, .k-state-hover.k-dropdowntree > .k-multiselect-wrap .k-clear-value, .k-multiselect.k-state-focused > .k-multiselect-wrap .k-clear-value, .k-state-focused.k-dropdowntree > .k-multiselect-wrap .k-clear-value, .k-multiselect.k-state-focus > .k-multiselect-wrap .k-clear-value, .k-state-focus.k-dropdowntree > .k-multiselect-wrap .k-clear-value {
    visibility: visible;
}
.k-multiselect[dir="rtl"], .k-dropdowntree[dir="rtl"],
.k-rtl .k-multiselect,
.k-rtl .k-dropdowntree {
    text-align: right;
}
.k-multiselect[dir="rtl"] .k-multiselect-wrap, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap,
.k-rtl .k-multiselect .k-multiselect-wrap,
.k-rtl .k-dropdowntree .k-multiselect-wrap {
    padding-left: 24px;
    padding-right: 0;
}
.k-multiselect[dir="rtl"] .k-multiselect-wrap::before, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap::before,
.k-multiselect[dir="rtl"] .k-multiselect-wrap li.k-button,
.k-dropdowntree[dir="rtl"] .k-multiselect-wrap li.k-button,
.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-input,
.k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-input,
.k-rtl .k-multiselect .k-multiselect-wrap::before,
.k-rtl .k-dropdowntree .k-multiselect-wrap::before,
.k-rtl .k-multiselect .k-multiselect-wrap li.k-button,
.k-rtl .k-dropdowntree .k-multiselect-wrap li.k-button,
.k-rtl .k-multiselect .k-multiselect-wrap .k-input,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-input {
    float: right;
}
.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-searchbar, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-searchbar,
.k-rtl .k-multiselect .k-multiselect-wrap .k-searchbar,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-searchbar {
    float: right;
}
.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-searchbar .k-input, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-searchbar .k-input,
.k-rtl .k-multiselect .k-multiselect-wrap .k-searchbar .k-input,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-searchbar .k-input {
    padding-left: 0;
    padding-right: 8px;
}
.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-button, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-button,
.k-rtl .k-multiselect .k-multiselect-wrap .k-button,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-button {
    width: auto;
    margin-right: 2px;
    margin-left: 0;
}
.k-multiselect[dir="rtl"] .k-multiselect-wrap > .k-select, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap > .k-select,
.k-rtl .k-multiselect .k-multiselect-wrap > .k-select,
.k-rtl .k-dropdowntree .k-multiselect-wrap > .k-select {
    left: 0;
    right: auto;
}
.k-multiselect[dir="rtl"] .k-clear-value, .k-dropdowntree[dir="rtl"] .k-clear-value,
.k-multiselect[dir="rtl"] .k-i-loading,
.k-dropdowntree[dir="rtl"] .k-i-loading,
.k-rtl .k-multiselect .k-clear-value,
.k-rtl .k-dropdowntree .k-clear-value,
.k-rtl .k-multiselect .k-i-loading,
.k-rtl .k-dropdowntree .k-i-loading {
    right: auto;
    left: 0;
}
.k-multiselect[dir="rtl"] .k-multiselect-wrap.k-multiselect-wrap-arrow .k-clear-value, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap.k-multiselect-wrap-arrow .k-clear-value,
.k-rtl .k-multiselect .k-multiselect-wrap.k-multiselect-wrap-arrow .k-clear-value,
.k-rtl .k-dropdowntree .k-multiselect-wrap.k-multiselect-wrap-arrow .k-clear-value {
    left: 20px;
    right: auto;
}
.k-multiselect.k-state-focused > .k-multiselect-wrap, .k-state-focused.k-dropdowntree > .k-multiselect-wrap {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-multiselect .k-multiselect-wrap, .k-dropdowntree .k-multiselect-wrap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-multiselect .k-multiselect-wrap > .k-readonly, .k-dropdowntree .k-multiselect-wrap > .k-readonly {
    opacity: .6;
}
.k-multiselect .k-multiselect-wrap .k-button .k-icon, .k-dropdowntree .k-multiselect-wrap .k-button .k-icon {
    opacity: .6;
}
.k-multiselect .k-multiselect-wrap .k-button .k-icon:hover, .k-dropdowntree .k-multiselect-wrap .k-button .k-icon:hover,
.k-multiselect .k-multiselect-wrap .k-button .k-icon.k-state-hover,
.k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-state-hover {
    opacity: 1;
}
.k-multiselect .k-multiselect-wrap .k-button:active, .k-dropdowntree .k-multiselect-wrap .k-button:active, .k-multiselect .k-multiselect-wrap .k-button.k-state-active, .k-dropdowntree .k-multiselect-wrap .k-button.k-state-active {
    background-color: #d8d8d8;
}
.k-multiselect .k-multiselect-wrap .k-button:focus .k-icon, .k-dropdowntree .k-multiselect-wrap .k-button:focus .k-icon, .k-multiselect .k-multiselect-wrap .k-button.k-state-focused .k-icon, .k-dropdowntree .k-multiselect-wrap .k-button.k-state-focused .k-icon {
    opacity: 1;
}
.k-multiselect .k-multiselect-wrap .k-i-loading, .k-dropdowntree .k-multiselect-wrap .k-i-loading {
    background-color: #ffffff;
}
.k-multiselect .k-multiselect-wrap:hover, .k-dropdowntree .k-multiselect-wrap:hover, .k-multiselect .k-multiselect-wrap.k-state-hover, .k-dropdowntree .k-multiselect-wrap.k-state-hover {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-multiselect .k-multiselect-wrap.k-invalid, .k-dropdowntree .k-multiselect-wrap.k-invalid, .k-multiselect .k-multiselect-wrap.k-invalid:hover, .k-dropdowntree .k-multiselect-wrap.k-invalid:hover, .k-multiselect .k-multiselect-wrap.k-state-invalid, .k-dropdowntree .k-multiselect-wrap.k-state-invalid {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-multiselect.k-state-invalid .k-multiselect-wrap, .k-state-invalid.k-dropdowntree .k-multiselect-wrap, .k-multiselect.ng-invalid.ng-touched .k-multiselect-wrap, .ng-invalid.ng-touched.k-dropdowntree .k-multiselect-wrap, .k-multiselect.ng-invalid.ng-dirty .k-multiselect-wrap, .ng-invalid.ng-dirty.k-dropdowntree .k-multiselect-wrap {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-multiselect.k-state-hover .k-multiselect-wrap, .k-state-hover.k-dropdowntree .k-multiselect-wrap {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-multiselect.k-state-focus .k-multiselect-wrap, .k-state-focus.k-dropdowntree .k-multiselect-wrap {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-multiselect.k-invalid .k-multiselect-wrap, .k-invalid.k-dropdowntree .k-multiselect-wrap {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-treeview {
    padding: 0px 0px;
    border-width: 0;
    background: none;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: block;
    cursor: default;
    overflow: auto;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-treeview > .k-group {
    outline: 0;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-treeview .k-content,
.k-treeview > .k-group,
.k-treeview .k-item > .k-group {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
    position: relative;
}
.k-treeview .k-content.ng-animating,
.k-treeview > .k-group.ng-animating,
.k-treeview .k-item > .k-group.ng-animating {
    overflow: hidden;
}
.k-treeview .k-top,
.k-treeview .k-mid,
.k-treeview .k-bot {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.k-treeview .k-item {
    outline-style: none;
    margin: 0;
    padding: 0 0 0 16px;
    border-width: 0;
    display: block;
}
.k-treeview .k-in {
    margin: 0;
    padding: 4px 8px;
    border: 0px solid transparent;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    position: relative;
}
.k-treeview .k-in.k-state-focused {
    z-index: 1;
}
.k-treeview .k-treeview-load-more-button {
    cursor: pointer;
}
.k-treeview .k-treeview-load-more-button:hover, .k-treeview .k-treeview-load-more-button.k-state-hover, .k-treeview .k-treeview-load-more-button:focus, .k-treeview .k-treeview-load-more-button.k-state-focused {
    text-decoration: underline;
}
.k-treeview .k-treeview-load-more-checkboxes-container {
    padding-left: 36px;
}
.k-treeview .k-treeview-load-more-checkboxes-container .k-i-loading {
    margin-left: -20px;
    margin-right: 4px;
}
.k-treeview .k-i-expand,
.k-treeview .k-i-collapse {
    margin-left: -16px;
    cursor: pointer;
}
.k-treeview .k-i-expand + .k-checkbox-wrapper,
.k-treeview .k-i-collapse + .k-checkbox-wrapper {
    margin-left: 4px;
}
.k-treeview .k-checkbox-wrapper {
    margin-right: 4px;
}
.k-treeview .k-i-drag-and-drop {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.k-treeview .k-in .k-icon,
.k-treeview .k-in .k-image,
.k-treeview .k-in .k-sprite {
    margin-right: 4px;
}
.k-rtl .k-treeview .k-item,
.k-treeview[dir="rtl"] .k-item {
    padding-left: 0;
    padding-right: 16px;
}
.k-rtl .k-treeview .k-treeview-load-more-checkboxes-container,
.k-treeview[dir="rtl"] .k-treeview-load-more-checkboxes-container {
    padding-left: 0;
    padding-right: 36px;
}
.k-rtl .k-treeview .k-treeview-load-more-checkboxes-container .k-i-loading,
.k-treeview[dir="rtl"] .k-treeview-load-more-checkboxes-container .k-i-loading {
    margin-left: 4px;
    margin-right: -20px;
}
.k-rtl .k-treeview .k-i-expand,
.k-rtl .k-treeview .k-i-collapse,
.k-treeview[dir="rtl"] .k-i-expand,
.k-treeview[dir="rtl"] .k-i-collapse {
    margin-left: 0;
    margin-right: -16px;
}
.k-rtl .k-treeview .k-i-expand + .k-checkbox-wrapper,
.k-rtl .k-treeview .k-i-collapse + .k-checkbox-wrapper,
.k-treeview[dir="rtl"] .k-i-expand + .k-checkbox-wrapper,
.k-treeview[dir="rtl"] .k-i-collapse + .k-checkbox-wrapper {
    margin-right: 4px;
}
.k-rtl .k-treeview .k-checkbox-wrapper,
.k-treeview[dir="rtl"] .k-checkbox-wrapper {
    margin-right: 0;
    margin-left: 4px;
}
.k-rtl .k-treeview .k-in .k-icon,
.k-rtl .k-treeview .k-in .k-image,
.k-rtl .k-treeview .k-in .k-sprite,
.k-treeview[dir="rtl"] .k-in .k-icon,
.k-treeview[dir="rtl"] .k-in .k-image,
.k-treeview[dir="rtl"] .k-in .k-sprite {
    margin-left: 4px;
    margin-right: 0;
}
.k-treeview {
    color: #424242;
}
.k-treeview .k-in:hover,
.k-treeview .k-in.k-state-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-treeview .k-in.k-state-selected {
    color: #ffffff;
    background-color: #ff6358;
}
.k-treeview .k-in.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-treeview .k-treeview-load-more-button {
    color: #ff6358;
    background-color: transparent;
}
.k-treeview .k-treeview-load-more-button:hover,
.k-treeview .k-treeview-load-more-button.k-state-hover {
    color: #d6534a;
    background-color: transparent;
}
.k-treeview .k-treeview-load-more-button:focus,
.k-treeview .k-treeview-load-more-button.k-state-focused {
    color: #ff6358;
    background-color: transparent;
    box-shadow: none;
}
.k-dropdowntree {
    width: 12.4em;
}
.k-popup-dropdowntree {
    padding: 0;
}
.k-popup-dropdowntree .k-list-filter {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
    margin: 0 0 6px;
}
.k-popup-dropdowntree .k-check-all {
    padding: 6px 6px 0;
}
.k-popup-dropdowntree .k-list-filter .k-check-all {
    padding-top: 0;
}
.k-popup-dropdowntree .k-treeview {
    padding: 6px 6px;
}
.k-maskedtextbox {
    width: 12.4em;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    border-width: 0;
    box-sizing: border-box;
    outline: 0;
    background: none;
    text-align: left;
    white-space: nowrap;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-maskedtextbox > .k-textbox {
    flex: 1 0 0%;
    min-width: 0;
}
.k-maskedtextbox > .k-textbox.k-state-invalid {
    transition: none;
}
.k-maskedtextbox > .k-textbox.k-state-invalid + .k-i-warning {
    display: inline-block;
}
.k-maskedtextbox .k-i-warning {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}
.k-maskedtextbox[dir="rtl"],
.k-rtl .k-maskedtextbox {
    text-align: right;
}
.k-maskedtextbox[dir="rtl"] .k-i-warning,
.k-rtl .k-maskedtextbox .k-i-warning {
    right: auto;
    left: 8px;
}
.k-maskedtextbox ::-ms-clear {
    display: none;
}
.k-maskedtextbox .k-i-warning {
    color: #f31700;
}
.k-maskedtextbox.k-state-invalid .k-textbox, .k-maskedtextbox.ng-invalid.ng-touched .k-textbox, .k-maskedtextbox.ng-invalid.ng-dirty .k-textbox {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-searchbox {
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    flex-flow: row nowrap;
    position: relative;
    overflow: hidden;
}
.k-searchbox > .k-input {
    padding: 4px 8px;
}
.k-searchbox {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-searchbox:hover, .k-searchbox.k-state-hover {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-searchbox:focus, .k-searchbox.k-state-focus {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-searchbox:focus-within {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-searchbox:disabled, .k-searchbox.k-state-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
.k-external-dropzone {
    height: 220px;
    display: flex;
    flex-flow: row nowrap;
}
.k-dropzone-inner {
    padding: 8px 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.k-dropzone-inner > .k-icon,
.k-dropzone-inner .k-dropzone-icon {
    margin-bottom: 24px;
    font-size: 48px;
}
.k-dropzone-inner .k-dropzone-hint {
    margin-bottom: 8px;
}
.k-dropzone-inner .k-dropzone-note {
    font-size: 12px;
}
.k-no-flexbox .k-dropzone-inner {
    padding-top: 48px;
    padding-bottom: 48px;
    width: 100%;
    height: 100%;
}
.k-no-flexbox .k-dropzone-hint,
.k-no-flexbox .k-dropzone-note {
    display: block;
}
.k-dropzone-inner {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-dropzone-inner > .k-icon,
.k-dropzone-inner .k-dropzone-icon {
    color: #7e7e7e;
}
.k-dropzone-inner .k-dropzone-note {
    color: #7e7e7e;
}
.k-external-dropzone-hover .k-icon,
.k-external-dropzone-hover .k-dropzone-icon {
    color: #ff6358;
}
.k-upload {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-upload .k-upload-button {
    min-width: 7em;
}
.k-upload .k-dropzone {
    padding: 8px 8px;
    border-width: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-color: transparent;
}
.k-upload .k-dropzone .k-dropzone-hint {
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    flex: 1;
}
.k-upload .k-dropzone .k-upload-status {
    font-weight: normal;
    display: flex;
    align-items: center;
    position: relative;
}
.k-upload .k-dropzone .k-upload-status > .k-icon {
    margin-right: 4px;
}
.k-upload .k-dropzone .k-upload-status + .k-dropzone-hint {
    display: none;
}
.k-upload .k-dropzone-active .k-upload-status {
    display: none;
}
.k-upload .k-dropzone-active .k-upload-status + .k-dropzone-hint {
    display: block;
}
.k-upload .k-upload-files {
    max-height: 300px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    list-style: none;
}
.k-upload .k-upload-files .k-file-multiple,
.k-upload .k-upload-files .k-file-single {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.k-upload .k-upload-files .k-file-single {
    align-items: center;
}
.k-upload .k-upload-files .k-file-multiple {
    align-items: flex-start;
}
.k-upload .k-upload-files .k-file {
    padding: 8px 8px 10px;
    border-width: 0 0 1px;
    border-style: solid;
    outline: none;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.k-upload .k-upload-files .k-file:last-child {
    border-width: 0;
}
.k-upload .k-upload-files .k-filename {
    margin-left: 1em;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.k-upload .k-upload-files .k-upload-status .k-icon {
    vertical-align: middle;
}
.k-upload .k-upload-files .k-upload-pct {
    margin: 0 4px;
    font-weight: normal;
    vertical-align: middle;
}
.k-upload .k-upload-files ~ .k-clear-selected,
.k-upload .k-upload-files ~ .k-upload-selected {
    margin-top: -4px;
    border-width: 0;
}
.k-upload .k-upload-files ~ .k-upload-selected {
    border-left-width: 1px;
    border-left-style: solid;
    margin-left: -1px;
}
.k-upload .k-upload-files .k-file-name,
.k-upload .k-upload-files .k-file-size,
.k-upload .k-upload-files .k-file-validation-message,
.k-upload .k-upload-files .k-file-information {
    display: block;
}
.k-upload .k-upload-files .k-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.k-upload .k-upload-files .k-file-size,
.k-upload .k-upload-files .k-file-information,
.k-upload .k-upload-files .k-file-validation-message {
    font-size: 11px;
    line-height: 1;
}
.k-upload .k-upload-files .k-file-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper,
.k-upload .k-upload-files .k-file-invalid-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
    margin: 0px 0;
    width: 24px;
    height: 34px;
    border-width: 2px;
    border-style: solid;
    font-size: 7.98px;
    text-transform: uppercase;
    box-sizing: content-box;
    position: absolute;
    top: 8px;
}
.k-upload .k-upload-files .k-file-group-wrapper .k-file-group,
.k-upload .k-upload-files .k-file-invalid-group-wrapper .k-file-group,
.k-upload .k-upload-files .k-multiple-files-group-wrapper .k-file-group,
.k-upload .k-upload-files .k-multiple-files-invalid-group-wrapper .k-file-group {
    font-size: 32px;
}
.k-upload .k-upload-files .k-file-group-wrapper .k-file-state,
.k-upload .k-upload-files .k-file-invalid-group-wrapper .k-file-state,
.k-upload .k-upload-files .k-multiple-files-group-wrapper .k-file-state,
.k-upload .k-upload-files .k-multiple-files-invalid-group-wrapper .k-file-state {
    position: absolute;
}
.k-upload .k-upload-files .k-file-invalid-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
    font-size: 1.2em;
}
.k-upload .k-upload-files .k-multiple-files-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
    margin-top: 4px;
}
.k-upload .k-upload-files .k-file-state {
    visibility: hidden;
}
.k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
.k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
    margin-left: calc(24px + 1em);
    min-height: 38px;
    display: block;
    overflow: hidden;
}
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
    margin-left: calc(24px + 1em);
}
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
    margin-bottom: -2px;
}
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper .k-file-size,
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper .k-file-information,
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper .k-file-validation-message {
    font-size: 9.432px;
}
.k-upload .k-upload-files .k-file-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::after,
.k-upload .k-upload-files .k-file-invalid-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::after {
    content: "";
    border-style: solid;
    display: inline-block;
    position: absolute;
}
.k-upload .k-upload-files .k-file-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::before,
.k-upload .k-upload-files .k-file-invalid-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::before {
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-width: 6px;
    margin-top: -1px;
    margin-right: -1px;
}
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::after,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::after {
    top: -6px;
    left: -6px;
    width: 15px;
    height: 35px;
    border-width: 2px 0 0 2px;
}
.k-upload .k-upload-files .k-file-extension,
.k-upload .k-upload-files .k-file-invalid-icon {
    position: absolute;
    bottom: 0;
    line-height: normal;
}
.k-upload .k-upload-files .k-file-invalid-icon {
    margin-left: 4px;
}
.k-upload .k-upload-files .k-file-extension {
    margin-left: .2em;
    margin-bottom: .3em;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    left: 0;
}
.k-upload .k-upload-files .k-upload-action {
    border-width: 0;
    color: inherit;
    background: none;
    box-shadow: none;
}
.k-upload .k-upload-files .k-file-name-size-wrapper {
    margin-left: 0;
    margin-right: 0;
    min-height: 32px;
    display: block;
    overflow: hidden;
    flex: 1 0 0;
}
.k-upload .k-file-multiple > .k-file-name-size-wrapper {
    margin-left: 8px;
}
.k-upload .k-multiple-files-wrapper,
.k-upload .k-file-single > .k-file-name-size-wrapper,
.k-upload .k-file > .k-file-name-size-wrapper {
    margin-left: 8px;
    margin-right: 0;
    min-height: 32px;
    display: block;
    overflow: hidden;
    flex: 1 0 0;
}
.k-upload .k-multiple-files-wrapper .k-file-name-size-wrapper {
    margin-bottom: 12px;
    display: block;
}
.k-upload .k-multiple-files-wrapper .k-file-information {
    margin-top: -4px;
}
.k-upload .k-progress {
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.k-upload .k-progressbar {
    height: 2px;
    position: absolute;
    bottom: 4px;
    width: calc(100% - 16px);
}
.k-upload .k-progressbar .k-progress {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.k-upload .k-file-invalid > .k-progress {
    width: 100%;
}
.k-upload .k-actions, .k-upload .k-action-buttons,
.k-upload .k-columnmenu-actions {
    border-top-width: 1px;
}
.k-upload[dir="rtl"] .k-dropzone,
.k-rtl .k-upload .k-dropzone {
    text-align: left;
}
.k-upload[dir="rtl"] .k-dropzone .k-upload-status > .k-icon,
.k-rtl .k-upload .k-dropzone .k-upload-status > .k-icon {
    margin-left: 6px;
    margin-right: 0;
}
.k-upload[dir="rtl"] .k-multiple-files-wrapper,
.k-upload[dir="rtl"] .k-file-single > .k-file-name-size-wrapper,
.k-upload[dir="rtl"] .k-file-multiple > .k-file-name-size-wrapper,
.k-upload[dir="rtl"] .k-file > .k-file-name-size-wrapper,
.k-rtl .k-upload .k-multiple-files-wrapper,
.k-rtl .k-upload .k-file-single > .k-file-name-size-wrapper,
.k-rtl .k-upload .k-file-multiple > .k-file-name-size-wrapper,
.k-rtl .k-upload .k-file > .k-file-name-size-wrapper {
    margin-right: 8px;
}
.k-upload[dir="rtl"] .k-button + .k-button,
.k-rtl .k-upload .k-button + .k-button {
    border-right-width: 0;
}
.k-upload[dir="rtl"] .k-progress,
.k-rtl .k-upload .k-progress {
    left: auto;
    right: 0;
}
.k-upload-button {
    position: relative;
    overflow: hidden;
    direction: ltr;
}
.k-upload-button input {
    font: 170px monospace !important;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.k-upload-button input[disabled],
.k-upload-button input.k-state-disabled {
    visibility: hidden;
}
.k-ie9 .k-upload-status-total {
    top: 1.5em;
}
.k-ie9 .k-upload-status-total > .k-icon {
    margin-top: -3px;
}
.k-no-flexbox .k-upload-files .k-file-multiple,
.k-no-flexbox .k-upload-files .k-file-single {
    display: block;
    width: 100%;
}
.k-no-flexbox .k-upload-files .k-upload-status {
    position: absolute;
    right: 8px;
    top: 8px;
}
.k-no-flexbox .k-upload-files .k-file-group-wrapper,
.k-no-flexbox .k-upload-files .k-file-invalid-group-wrapper,
.k-no-flexbox .k-upload-files .k-multiple-files-group-wrapper,
.k-no-flexbox .k-upload-files .k-multiple-files-invalid-group-wrapper {
    position: absolute;
    top: 8px;
}
.k-no-flexbox .k-upload-files .k-multiple-files-wrapper,
.k-no-flexbox .k-upload-files .k-file-single > .k-file-name-size-wrapper,
.k-no-flexbox .k-upload-files .k-file > .k-file-name-size-wrapper {
    margin-left: 40px;
    margin-right: calc(3.4285714286em + 26px);
}
.k-no-flexbox .k-dropzone {
    position: relative;
    text-align: left;
}
.k-no-flexbox .k-dropzone .k-upload-button {
    display: inline-block;
}
.k-no-flexbox .k-dropzone .k-dropzone-hint,
.k-no-flexbox .k-dropzone .k-upload-status-total {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
.k-no-flexbox [dir="rtl"] .k-dropzone-hint,
.k-no-flexbox [dir="rtl"] .k-upload-status-total,
.k-no-flexbox [dir="rtl"] .k-upload-files .k-upload-status,
.k-no-flexbox .k-rtl .k-dropzone-hint,
.k-no-flexbox .k-rtl .k-upload-status-total,
.k-no-flexbox .k-rtl .k-upload-files .k-upload-status {
    right: auto;
    left: 8px;
}
.k-no-flexbox [dir="rtl"] .k-multiple-files-wrapper,
.k-no-flexbox [dir="rtl"] .k-file-single > .k-file-name-size-wrapper,
.k-no-flexbox [dir="rtl"] .k-file > .k-file-name-size-wrapper,
.k-no-flexbox .k-rtl .k-multiple-files-wrapper,
.k-no-flexbox .k-rtl .k-file-single > .k-file-name-size-wrapper,
.k-no-flexbox .k-rtl .k-file > .k-file-name-size-wrapper {
    margin-left: calc(3.4285714286em + 26px);
    margin-right: 40px;
}
.k-upload {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-upload .k-dropzone {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-upload .k-dropzone.k-dropzone-hover, .k-upload .k-dropzone.k-dropzone-hovered {
    background-color: #f0f0f0;
}
.k-upload .k-dropzone .k-dropzone-hint {
    color: #666666;
}
.k-upload .k-upload-files,
.k-upload .k-file {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-upload .k-file.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-upload .k-file .k-upload-action.k-state-focused {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-upload .k-upload-status {
    color: #666666;
}
.k-upload .k-file-progress .k-file-name {
    color: #424242;
}
.k-upload .k-file-progress .k-progress {
    background-color: #0058e9;
}
.k-upload .k-file-success .k-progress {
    background-color: #37b400;
}
.k-upload .k-file-error .k-file-validation-message,
.k-upload .k-file-invalid .k-file-validation-message {
    color: #f31700;
}
.k-upload .k-file-error .k-progress,
.k-upload .k-file-invalid .k-progress {
    background-color: #f31700;
}
.k-upload .k-file-extension-wrapper,
.k-upload .k-multiple-files-extension-wrapper,
.k-upload .k-file-group-wrapper,
.k-upload .k-multiple-files-group-wrapper,
.k-upload .k-file-invalid-extension-wrapper,
.k-upload .k-multiple-files-invalid-extension-wrapper,
.k-upload .k-file-invalid-group-wrapper,
.k-upload .k-multiple-files-invalid-group-wrapper {
    color: #666666;
    border-color: #666666;
}
.k-upload .k-file-invalid-extension-wrapper,
.k-upload .k-multiple-files-invalid-extension-wrapper,
.k-upload .k-file-error .k-file-extension-wrapper,
.k-upload .k-file-invalid-group-wrapper,
.k-upload .k-multiple-files-invalid-group-wrapper,
.k-upload .k-file-error .k-file-group-wrapper {
    border-color: #666666;
}
.k-upload .k-file-extension-wrapper::before,
.k-upload .k-multiple-files-extension-wrapper::before,
.k-upload .k-file-invalid-extension-wrapper::before,
.k-upload .k-multiple-files-invalid-extension-wrapper::before,
.k-upload .k-file-error .k-file-extension-wrapper::before {
    background-color: #ffffff;
    border-color: transparent transparent #666666 #666666;
}
.k-upload .k-multiple-files-extension-wrapper::after,
.k-upload .k-multiple-files-invalid-extension-wrapper::after {
    border-top-color: #666666;
    border-left-color: #666666;
}
.k-upload .k-file-size,
.k-upload .k-file-validation-message,
.k-upload .k-file-information {
    color: #666666;
}
.k-upload .k-multiple-files-wrapper .k-file-information {
    color: #424242;
}
.k-upload.k-state-invalid, .k-upload.ng-invalid.ng-touched, .k-upload.ng-invalid.ng-dirty {
    border-color: rgba(243, 23, 0, 0.5);
}
.k-listbox {
    width: 12.4em;
    height: 200px;
    border-width: 0;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    vertical-align: top;
    background-color: transparent;
    display: inline-flex;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-listbox .k-listbox-toolbar ul {
    display: flex;
}
.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar ul, .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar ul {
    flex-direction: column;
}
.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar li + li, .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar li + li {
    margin-top: 8px;
}
.k-listbox.k-listbox-toolbar-left {
    flex-direction: row;
}
.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
    margin-right: 8px;
}
.k-listbox.k-listbox-toolbar-right {
    flex-direction: row-reverse;
}
.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
    margin-left: 8px;
}
.k-listbox.k-listbox-toolbar-top, .k-listbox.k-listbox-toolbar-bottom {
    flex-direction: column;
}
.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar ul, .k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar ul {
    flex-direction: row;
}
.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li + li, .k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li + li {
    margin-left: 8px;
}
.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar {
    margin-bottom: 8px;
}
.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar {
    margin-top: 8px;
}
.k-listbox .k-list-scroller {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
}
.k-listbox .k-drop-hint {
    border-top-width: 1px;
    border-top-style: solid;
}
.k-listbox .k-ghost {
    opacity: .5;
}
.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar, .k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar, .k-listbox[dir="rtl"].k-listbox-toolbar-left .k-listbox-toolbar, .k-listbox[dir="rtl"].k-listbox-toolbar-right .k-listbox-toolbar,
[dir="rtl"] .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar,
[dir="rtl"] .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
    transform: scaleX(-1);
}
.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar, .k-listbox[dir="rtl"].k-listbox-toolbar-left .k-listbox-toolbar,
[dir="rtl"] .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
    margin-right: 0;
    margin-left: 8px;
}
.k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar, .k-listbox[dir="rtl"].k-listbox-toolbar-right .k-listbox-toolbar,
[dir="rtl"] .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
    margin-right: 8px;
    margin-left: 0;
}
.k-item {
    cursor: default;
}
.k-listbox .k-list-scroller {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-listbox .k-drop-hint {
    border-top-color: #ff6358;
}
.k-rating {
    margin: 0;
    padding: 0;
    border-width: 0;
    box-sizing: border-box;
    outline: 0;
    background: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: inline-flex;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-rating.k-state-readonly {
    pointer-events: none;
}
.k-rating-container {
    flex: 0 1 auto;
    position: relative;
    box-sizing: border-box;
    margin: 0 4px;
}
.k-rating-container .k-rating-item {
    display: inline-flex;
    position: relative;
    padding: 4px 4px;
    align-items: center;
    vertical-align: middle;
    margin: 0;
    outline: 0;
    overflow: hidden;
    transition: color 200ms ease-out 0s;
}
.k-rating-container .k-rating-item * {
    pointer-events: none;
}
.k-rating-container .k-rating-item .k-icon {
    font-size: 24px;
}
.k-rating-container .k-rating-item .k-rating-precision-part,
.k-rating-container .k-rating-item .k-rating-precision-complement {
    display: inherit;
    position: absolute;
    top: 4px;
    left: 4px;
    overflow: hidden;
}
.k-rating-container .k-rating-item .k-rating-precision-complement {
    direction: rtl;
}
.k-rating-container .k-rating-item svg {
    fill: currentColor;
}
.k-rating-label {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    line-height: 1.5;
    margin: 4px 8px;
}
.k-ie9 .k-rating-label,
.k-ie9 .k-rating-container,
.k-ie9 .k-rating-item {
    display: inline-block;
}
.k-rtl .k-rating-precision-part,
[dir="rtl"] .k-rating-precision-part {
    left: auto;
    right: 4px;
}
.k-rtl .k-rating-item .k-rating-precision-complement,
[dir="rtl"] .k-rating-item .k-rating-precision-complement {
    direction: ltr;
}
.k-rating {
    color: #424242;
}
.k-rating:focus .k-rating-item > .k-icon, .k-rating.k-state-focused .k-rating-item > .k-icon {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.k-rating:focus .k-rating-item.k-state-selected > .k-icon, .k-rating.k-state-focused .k-rating-item.k-state-selected > .k-icon {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.k-rating-item {
    color: #424242;
}
.k-rating-item.k-state-selected {
    color: #ff6358;
}
.k-rating-item.k-state-selected:focus, .k-rating-item.k-state-selected.k-state-focused {
    color: #ff6358;
}
.k-rating-item:hover, .k-rating-item.k-state-hover {
    color: #ff6358;
    cursor: pointer;
}
.k-appbar {
    padding: 8px 16px;
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    list-style: none;
    display: flex;
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-appbar > * {
    flex-shrink: 0;
}
.k-appbar .k-appbar-section {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}
.k-appbar .k-appbar-spacer {
    flex: 1 0 auto;
}
.k-appbar .k-appbar-spacer-sized {
    flex-grow: 0;
}
.k-appbar .k-appbar-separator {
    margin: 0;
    width: 0;
    min-height: 1em;
    border-style: solid;
    border-width: 0 0 0 1px;
    display: inline-block;
}
.k-appbar-static {
    position: static;
}
.k-appbar-sticky {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.k-appbar-fixed {
    width: 100%;
    position: fixed;
    z-index: 1;
}
.k-appbar-top {
    top: 0;
    bottom: auto;
}
.k-appbar-bottom {
    top: auto;
    bottom: 0;
}
.k-appbar-bottom.k-appbar-fixed {
    bottom: 0;
}
.k-appbar {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
}
.k-appbar-bottom {
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.16);
}
.k-appbar-primary {
    color: #ffffff;
    background-color: #ff6358;
}
.k-appbar-secondary {
    color: #ffffff;
    background-color: #666666;
}
.k-appbar-tertiary {
    color: #ffffff;
    background-color: #03a9f4;
}
.k-appbar-info {
    color: #ffffff;
    background-color: #0058e9;
}
.k-appbar-success {
    color: #ffffff;
    background-color: #37b400;
}
.k-appbar-warning {
    color: #000000;
    background-color: #ffc000;
}
.k-appbar-error {
    color: #ffffff;
    background-color: #f31700;
}
.k-appbar-dark {
    color: #ffffff;
    background-color: #424242;
}
.k-appbar-light {
    color: #000000;
    background-color: #ebebeb;
}
.k-appbar-inverse {
    color: #ffffff;
    background-color: #424242;
}
.k-menu {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-menu-item {
    border-width: 0;
    outline: 0;
    display: flex;
    flex: 0 0 auto;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
}
.k-menu-link {
    padding: 6px 12px;
    outline: 0;
    color: inherit;
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
    align-items: center;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}
.k-menu-link > .k-icon:not(.k-menu-expand-arrow),
.k-menu-link > .k-image,
.k-menu-link > .k-sprite {
    margin-right: 4px;
}
.k-menu-expand-arrow {
    margin-left: 4px;
    margin-right: -4px;
    position: relative;
}
.k-menu-expand-arrow.k-i-arrow-60-left,
.k-menu-expand-arrow.k-i-arrow-60-right {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.k-menu-expand-arrow.k-i-arrow-60-right {
    right: 4px;
}
.k-menu-expand-arrow.k-i-arrow-60-left {
    left: 4px;
}
.k-menu-horizontal {
    flex-direction: row;
}
.k-menu-horizontal > .k-menu-item + .k-menu-item {
    margin-left: 0px;
}
.k-menu-horizontal > .k-separator {
    margin: 0 2px;
    width: 0;
    height: auto;
    border-width: 0 0 0 1px;
    border-style: solid;
    flex-shrink: 0;
}
.k-menu-vertical {
    flex-direction: column;
}
.k-menu-vertical > .k-menu-item + .k-menu-item {
    margin-top: 0px;
}
.k-menu-vertical > .k-menu-item > .k-menu-link {
    padding: 4px 8px;
    padding-right: 32px;
}
.k-menu-vertical > .k-separator {
    margin: 2px 0;
    height: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.08);
    display: block;
}
.k-menu-popup {
    border-width: 1px;
    border-style: solid;
    overflow: auto;
    max-height: 80vh;
}
.k-menu-group {
    margin: 0;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 1.4285714286;
    list-style: none;
    display: none;
    position: absolute;
}
.k-menu-popup .k-menu-group {
    position: relative;
    display: flex;
    flex-direction: column;
}
.k-menu-group .k-menu-item {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-menu-group .k-menu-item + .k-menu-item {
    margin-top: 0px;
}
.k-menu-group .k-menu-link {
    padding: 4px 8px;
    padding-right: 32px;
}
.k-menu-group .k-separator {
    margin: 2px 0;
    height: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.08);
    display: block;
}
.k-popups-wrapper {
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}
.k-context-menu {
    margin: 0;
    padding: 0px 0px;
    border-width: 1px;
    border-style: solid;
}
.k-context-menu.k-menu-horizontal {
    padding: 0px 0px;
}
.k-animation-container .k-context-menu.k-menu-horizontal {
    display: flex !important;
    flex-wrap: nowrap;
}
.k-context-menu-popup {
    z-index: 12000;
}
.k-context-menu-popup > .k-popup:not(.k-menu-popup),
.k-context-menu-popup .k-context-menu {
    border: 0;
}
.k-menu-scroll-wrapper {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
.k-menu-scroll-wrapper .k-menu {
    overflow: hidden;
    flex-wrap: nowrap;
}
.k-menu-scroll-button {
    border-radius: 0;
    padding: 0;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background: inherit;
    position: absolute;
}
.k-menu-scroll-button.k-scroll-left {
    top: 0;
    left: 0;
    height: 100%;
    width: 16px;
    border-right-width: 1px;
}
.k-menu-scroll-button.k-scroll-right {
    top: 0;
    right: 0;
    height: 100%;
    width: 16px;
    border-left-width: 1px;
}
.k-menu-scroll-button.k-scroll-up {
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    border-bottom-width: 1px;
}
.k-menu-scroll-button.k-scroll-down {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    border-top-width: 1px;
}
.k-rtl .k-menu-link > .k-icon:not(.k-menu-expand-arrow),
.k-rtl .k-menu-link > .k-image,
.k-rtl .k-menu-link > .k-sprite,
[dir="rtl"] .k-menu-link > .k-icon:not(.k-menu-expand-arrow),
[dir="rtl"] .k-menu-link > .k-image,
[dir="rtl"] .k-menu-link > .k-sprite {
    margin-left: 4px;
    margin-right: 0;
}
.k-rtl .k-menu-expand-arrow.k-i-arrow-60-down,
[dir="rtl"] .k-menu-expand-arrow.k-i-arrow-60-down {
    margin-left: -4px;
    margin-right: 4px;
}
.k-rtl .k-menu-horizontal > .k-menu-item + .k-menu-item,
[dir="rtl"] .k-menu-horizontal > .k-menu-item + .k-menu-item {
    margin-right: 0px;
    margin-left: 0;
}
.k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
[dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
    padding-right: 8px;
    padding-left: 32px;
}
.k-rtl .k-menu-group .k-menu-link,
[dir="rtl"] .k-menu-group .k-menu-link {
    padding-right: 8px;
    padding-left: 32px;
}
.k-menu:not(.k-context-menu) {
    color: #424242;
    background-color: transparent;
}
.k-menu:not(.k-context-menu) > .k-item {
    color: #ff6358;
}
.k-menu:not(.k-context-menu) > .k-item:hover, .k-menu:not(.k-context-menu) > .k-item.k-state-hover {
    color: #d6534a;
}
.k-menu:not(.k-context-menu) > .k-item > .k-state-active {
    color: #424242;
}
.k-menu:not(.k-context-menu) > .k-item:focus, .k-menu:not(.k-context-menu) > .k-item.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-menu-group,
.k-menu.k-context-menu {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-menu-group .k-item:hover, .k-menu-group .k-item.k-state-hover,
.k-menu.k-context-menu .k-item:hover,
.k-menu.k-context-menu .k-item.k-state-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-menu-group .k-item > .k-state-active,
.k-menu.k-context-menu .k-item > .k-state-active {
    color: #ffffff;
    background-color: #ff6358;
}
.k-menu-group .k-item:focus, .k-menu-group .k-item.k-state-focused,
.k-menu.k-context-menu .k-item:focus,
.k-menu.k-context-menu .k-item.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-menu-scroll-button {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ff6358;
    background-color: #ffffff;
}
.k-menu-scroll-button:hover {
    color: #d6534a;
}
.k-menu-scroll-button:hover::before {
    opacity: 0;
}
.k-window {
    border-radius: 0px;
    padding: 0;
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.25;
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    z-index: 10002;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-window.k-window-maximized {
    max-width: 100vw;
    max-height: 100vh;
    box-shadow: none;
}
.k-window-sm {
    width: 300px;
}
.k-window-md {
    width: 800px;
}
.k-window-lg {
    width: 1200px;
}
.k-window-titlebar {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 12px 16px;
    border-width: 0 0 1px;
    border-style: solid;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    align-items: center;
}
.k-window-minimized .k-window-titlebar {
    border-width: 0;
}
.k-window-title {
    padding: .5em 0;
    margin: -.5em 0;
    font-size: 18px;
    line-height: 1.1111111111;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.k-window-title::before {
    content: "\200b";
}
.k-window-actions {
    margin: -5em 0;
    margin-inline-end: -4px;
    line-height: 1;
    display: flex;
    flex-flow: row nowrap;
    flex-shrink: 0;
    align-items: center;
    vertical-align: top;
}
.k-window-action {
    flex-shrink: 0;
}
.k-window-content,
.k-prompt-container {
    padding: 16px 16px;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background: none;
    outline: 0;
    overflow: auto;
    position: relative;
    flex: 1 1 auto;
}
.k-window-content + .k-prompt-container {
    margin-top: -8px;
}
.k-window-content:first-child {
    padding-top: max( 16px, 12px );
}
.k-window-content:last-child {
    padding-bottom: max( 16px, 12px );
}
.k-window-iframecontent {
    padding: 0;
    overflow: visible;
}
.k-window-iframecontent .k-content-frame {
    vertical-align: top;
    border: 0;
    width: 100%;
    height: 100%;
}
.k-window-buttongroup {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 8px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    flex: 0 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    overflow: hidden;
}
.k-prompt-container > .k-textbox,
.k-prompt-container > .k-textarea {
    width: 100%;
}
.k-window .k-resize-n {
    top: 0;
}
.k-window .k-resize-e {
    right: 0;
}
.k-window .k-resize-s {
    bottom: 0;
}
.k-window .k-resize-w {
    left: 0;
}
.k-window {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06);
}
.k-window:focus, .k-window.k-state-focused {
    box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
}
.k-window-titlebar {
    border-color: inherit;
    color: #424242;
    background-color: #fafafa;
}
.k-dialog-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    outline: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
}
.k-dialog-wrapper .k-dialog {
    position: relative;
}
.k-dialog {
    padding: 0;
    position: fixed;
    box-sizing: border-box;
}
.k-dialog.k-dialog-centered {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.k-dialog .k-multiselect, .k-dialog .k-dropdowntree {
    width: 100%;
}
.k-dialog-close {
    align-self: flex-end;
}
.k-dialog-buttongroup {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 8px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    flex: 0 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}
.k-ie .k-dialog-buttongroup .k-button ~ .k-button {
    margin-left: 8px;
}
.k-rtl .k-ie .k-dialog-buttongroup .k-button ~ .k-button,
[dir="rtl"] .k-ie .k-dialog-buttongroup .k-button ~ .k-button {
    margin-left: 0;
    margin-right: 8px;
}
.k-dialog-titlebar {
    border-color: inherit;
    color: #ffffff;
    background-color: #ff6358;
}
.k-drawer-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}
kendo-drawer.k-drawer,
kendo-drawer .k-drawer-wrapper {
    transition: none;
}
.k-drawer {
    height: 100%;
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-drawer-mini .k-drawer.k-drawer-start,
.k-drawer-expanded .k-drawer.k-drawer-start,
.k-drawer-left.k-drawer-mini .k-drawer,
.k-drawer-left.k-drawer-expanded .k-drawer {
    border-right-width: 1px;
}
.k-drawer-mini .k-drawer.k-drawer-end,
.k-drawer-expanded .k-drawer.k-drawer-end,
.k-drawer-right.k-drawer-mini .k-drawer,
.k-drawer-right.k-drawer-expanded .k-drawer {
    border-left-width: 1px;
}
.k-drawer.k-drawer-start,
.k-drawer-left .k-drawer {
    top: 0;
    left: 0;
}
.k-drawer.k-drawer-end,
.k-drawer-right .k-drawer {
    top: 0;
    right: 0;
}
.k-drawer-content {
    flex: 1 1 auto;
}
.k-drawer-overlay .k-drawer {
    max-width: 80vw;
    position: fixed;
    z-index: 10002;
    border: 0;
}
.k-drawer-overlay > .k-overlay {
    display: none;
}
.k-drawer-overlay.k-drawer-expanded > .k-overlay {
    display: block;
}
.k-drawer-push {
    display: flex;
    flex-direction: row;
}
.k-drawer-push .k-drawer {
    height: auto;
    position: relative;
    align-self: stretch;
}
.k-drawer-push .k-drawer.k-drawer-end,
.k-drawer-push.k-drawer-right .k-drawer {
    order: 1;
}
.k-drawer-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    transition: all 300ms ease-in-out;
}
.k-drawer-wrapper::-webkit-scrollbar {
    width: 7px;
}
.k-drawer-wrapper::-webkit-scrollbar-thumb {
    border-radius: 20px;
}
.k-drawer-items,
.k-drawer-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.k-drawer-item {
    padding: 8px 8px;
    outline: 0;
    color: inherit;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    cursor: pointer;
}
.k-drawer-item > .k-drawer-link {
    margin: -8px -8px;
    padding: 8px 8px;
    color: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1 0 auto;
}
.k-drawer-item .k-icon {
    margin: 0 8px;
    height: auto;
    font-size: 16px;
    line-height: 1.5;
    flex-shrink: 0;
}
.k-drawer-item .k-icon.k-i-none {
    margin: 0;
}
.k-drawer-item .k-item-text {
    padding: 0 8px;
    display: inline-block;
    white-space: nowrap;
}
.k-drawer-separator {
    padding: 0;
    height: 1px;
}
.k-drawer-mini .k-drawer-wrapper {
    width: 48px;
}
.k-rtl.k-drawer-mini .k-drawer-start,
.k-rtl .k-drawer-mini .k-drawer-start,
.k-rtl .k-drawer-expanded .k-drawer-start,
.k-rtl.k-drawer-expanded .k-drawer-start,
[dir="rtl"].k-drawer-mini .k-drawer-start,
[dir="rtl"] .k-drawer-mini .k-drawer-start,
[dir="rtl"] .k-drawer-expanded .k-drawer-start,
[dir="rtl"].k-drawer-expanded .k-drawer-start {
    border-left-width: 1px;
    border-right-width: 0;
}
.k-rtl.k-drawer-mini .k-drawer-end,
.k-rtl .k-drawer-mini .k-drawer-end,
.k-rtl.k-drawer-expanded .k-drawer-end .k-drawer-expanded .k-drawer-end,
[dir="rtl"].k-drawer-mini .k-drawer-end,
[dir="rtl"] .k-drawer-mini .k-drawer-end,
[dir="rtl"].k-drawer-expanded .k-drawer-end .k-drawer-expanded .k-drawer-end {
    border-left-width: 0;
    border-right-width: 1px;
}
.k-rtl.k-drawer-overlay .k-drawer-start,
.k-rtl .k-drawer-overlay .k-drawer-start,
[dir="rtl"].k-drawer-overlay .k-drawer-start,
[dir="rtl"] .k-drawer-overlay .k-drawer-start {
    left: auto;
    right: 0;
}
.k-rtl.k-drawer-overlay .k-drawer-end,
.k-rtl .k-drawer-overlay .k-drawer-end,
[dir="rtl"].k-drawer-overlay .k-drawer-end,
[dir="rtl"] .k-drawer-overlay .k-drawer-end {
    left: 0;
    right: auto;
}
.k-rtl .k-drawer-left.k-drawer-push .k-drawer,
[dir="rtl"] .k-drawer-left.k-drawer-push .k-drawer {
    order: 1;
}
.k-rtl .k-drawer-right.k-drawer-push .k-drawer,
[dir="rtl"] .k-drawer-right.k-drawer-push .k-drawer {
    order: 0;
}
.k-drawer {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-drawer-wrapper {
    scrollbar-color: rgba(156, 156, 156, 0.7) #dedede;
}
.k-drawer-wrapper::-webkit-scrollbar-track {
    background: #dedede;
}
.k-drawer-wrapper::-webkit-scrollbar-thumb {
    background: rgba(156, 156, 156, 0.7);
}
.k-drawer-wrapper::-webkit-scrollbar-thumb:hover {
    background: #9c9c9c;
}
.k-drawer-item:hover, .k-drawer-item.k-state-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-drawer-item:focus, .k-drawer-item.k-state-focused {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-drawer-item:focus:hover, .k-drawer-item:focus.k-state-hover, .k-drawer-item.k-state-focused:hover, .k-drawer-item.k-state-focused.k-state-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-drawer-item.k-state-selected {
    color: #ffffff;
    background-color: #ff6358;
}
.k-drawer-item.k-state-selected:hover, .k-drawer-item.k-state-selected.k-state-hover {
    color: #ffffff;
    background-color: #f55f54;
}
.k-drawer-separator {
    background-color: rgba(0, 0, 0, 0.08);
}
.k-notification-group {
    position: fixed;
    display: inline-flex;
    flex-wrap: wrap;
    max-height: 100%;
    flex-direction: column-reverse;
}
.k-notification-container {
    margin: 2px 0;
    display: inline-flex;
    vertical-align: top;
}
.k-notification-container-animating {
    overflow: hidden;
}
.k-notification {
    border-radius: 2px;
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.4285714286;
    cursor: default;
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-notification-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.k-notification-wrap > .k-icon {
    margin-right: 4px;
    flex: 0 0 auto;
}
.k-notification-wrap > .k-i-close {
    margin-right: 0;
    margin-left: 4px;
    flex: 0 0 auto;
    cursor: pointer;
}
.k-notification-wrap > .k-notification-content {
    flex: 1 1 auto;
}
.k-rtl .k-notification .k-notification-wrap > .k-icon,
[dir="rtl"] .k-notification .k-notification-wrap > .k-icon {
    margin-right: 0;
    margin-left: 4px;
}
.k-rtl .k-notification .k-notification-wrap > .k-i-close,
[dir="rtl"] .k-notification .k-notification-wrap > .k-i-close {
    margin-left: 0;
    margin-right: 4px;
}
.k-ie9 .k-notification-wrap {
    white-space: nowrap;
}
.k-ie9 .k-notification-wrap > .k-icon {
    vertical-align: top;
}
.k-ie9 .k-notification-wrap > .k-notification-content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.k-notification {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-notification-wrap > .k-i-close {
    color: inherit;
}
.k-notification-group .k-notification {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}
.k-notification-primary {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
}
.k-notification-secondary {
    border-color: #666666;
    color: #ffffff;
    background-color: #666666;
}
.k-notification-tertiary {
    border-color: #03a9f4;
    color: #ffffff;
    background-color: #03a9f4;
}
.k-notification-info {
    border-color: #0058e9;
    color: #ffffff;
    background-color: #0058e9;
}
.k-notification-success {
    border-color: #37b400;
    color: #ffffff;
    background-color: #37b400;
}
.k-notification-warning {
    border-color: #ffc000;
    color: #000000;
    background-color: #ffc000;
}
.k-notification-error {
    border-color: #f31700;
    color: #ffffff;
    background-color: #f31700;
}
.k-notification-dark {
    border-color: #424242;
    color: #ffffff;
    background-color: #424242;
}
.k-notification-light {
    border-color: #ebebeb;
    color: #000000;
    background-color: #ebebeb;
}
.k-notification-inverse {
    border-color: #424242;
    color: #ffffff;
    background-color: #424242;
}
.k-rpanel-left,
.k-rpanel-right {
    position: fixed;
    display: block;
    overflow: auto;
    min-width: 320px;
    height: 100%;
    top: 0;
}
.k-rpanel-left + *,
.k-rpanel-right + * {
    overflow: auto;
}
.k-rpanel-left.k-rpanel-expanded,
.k-rpanel-right.k-rpanel-expanded {
    transform: translateX(0) translateZ(0);
}
.k-rpanel-left {
    transform: translateX(-100%) translateZ(0);
    left: 0;
}
.k-rpanel-right {
    transform: translateX(100%) translateZ(0);
    right: 0;
}
.k-rpanel-top {
    position: static;
    max-height: 0;
}
.k-rpanel-top.k-rpanel-expanded {
    max-height: 568px;
    overflow: visible !important;
}
.k-rpanel-toggle {
    touch-action: manipulation;
}
.k-actionsheet-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
.k-actionsheet {
    width: 360px;
    max-width: 100%;
    max-height: 50vh;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 10002;
}
.k-actionsheet-header {
    padding: 8px 16px;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
}
.k-actionsheet-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.k-actionsheet-item {
    padding: 0;
    box-sizing: border-box;
}
.k-actionsheet-action {
    margin: 0;
    padding: 8px 16px;
    min-height: 40px;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    outline: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 12px;
}
.k-actionsheet-item-text {
    display: flex;
    flex-flow: column nowrap;
}
.k-actionsheet-item-description {
    font-size: 0.875em;
    opacity: 0.75;
}
.k-actionsheet > .k-hr {
    margin: 0;
    border-color: inherit;
}
.k-actionsheet-top {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-width: 0px;
    border-top-width: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.k-actionsheet-bottom {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-width: 0px;
    border-bottom-width: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.k-actionsheet-left {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-width: 0px;
    border-left-width: 0;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}
.k-actionsheet-right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-width: 0px;
    border-right-width: 0;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}
.k-animation-container > .k-actionsheet {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
}
.k-actionsheet {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.k-actionsheet-action:hover, .k-actionsheet-action.k-state-hover {
    background-color: #f0f0f0;
}
.k-actionsheet-action:focus, .k-actionsheet-action.k-state-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
kendo-card,
kendo-card-header,
kendo-card-body,
kendo-card-actions,
kendo-card-footer {
    display: block;
}
.k-card {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-card > .k-card-inner {
    border-radius: 3px;
    display: flex;
    flex-direction: inherit;
    overflow: hidden;
}
.k-card-horizontal {
    flex-flow: row nowrap;
}
.k-card-vertical {
    flex-flow: column nowrap;
}
.k-card-header {
    padding: 12px 16px;
    border-width: 0 0 1px;
    border-style: solid;
    outline: 0;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.k-card-header .k-card-title,
.k-card-header .k-card-subtitle {
    margin-bottom: 0;
}
.k-card-header .k-card-title + .k-card-subtitle,
.k-card-header .k-card-subtitle + .k-card-subtitle {
    margin-top: 8px;
}
.k-card-footer {
    padding: 12px 16px;
    border-width: 1px 0 0;
    border-style: solid;
    outline: 0;
    flex-shrink: 0;
}
.k-card-body {
    padding: 16px 16px;
    outline: 0;
    flex: 1 1 auto;
}
.k-card-body p {
    margin: 0 0 14px;
}
.k-card-body > .k-last,
.k-card-body > :last-child {
    margin-bottom: 0;
}
.k-card-body > .k-card-actions {
    padding: 0;
}
.k-card-avatar,
.k-card .k-avatar {
    margin-right: 16px;
    width: 45px;
    height: 45px;
    flex-basis: 45px;
}
.k-card-image,
.k-card-media {
    border: 0;
    max-width: 100%;
    flex-shrink: 0;
    overflow: hidden;
}
.k-card-image > img,
.k-card-media > img {
    border: 0;
    max-width: 100%;
}
.k-card-horizontal .k-card-image, .k-card-horizontal
.k-card-media {
    max-width: 100px;
    object-fit: cover;
}
.k-card-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-family: inherit;
    line-height: normal;
    font-weight: 400;
}
.k-card-subtitle {
    margin: 0 0 8px;
    font-size: 12px;
    font-family: inherit;
    line-height: normal;
    font-weight: 400;
}
.k-card-separator {
    margin: 0;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: block;
    flex: 0 0 auto;
    align-self: stretch;
}
.k-card-separator.k-separator-vertical,
.k-card-horizontal > .k-card-separator {
    border-left-width: 1px;
}
.k-card-separator.k-separator-horizontal,
.k-card-vertical > .k-card-separator {
    border-top-width: 1px;
}
.k-card > .k-hr {
    margin: 0;
    flex: 0 0 auto;
    border-color: inherit;
}
.k-card-actions {
    padding: 8px 8px;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
    flex-basis: auto;
    gap: 8px;
}
.k-card-actions > .k-button {
    padding-left: 7px;
    padding-right: 7px;
    max-width: 100%;
    white-space: normal;
}
.k-card-actions-start {
    justify-content: flex-start;
}
.k-card-actions-end {
    justify-content: flex-end;
}
.k-card-actions-center {
    justify-content: center;
}
.k-card-actions-horizontal {
    flex-flow: row nowrap;
}
.k-card-actions-vertical {
    flex-flow: column nowrap;
}
.k-card-actions-stretched {
    padding: 0;
    gap: 0;
}
.k-card-actions-stretched > .k-button,
.k-card-actions-stretched > .k-card-action {
    flex: 1 1 auto;
}
.k-card-actions-stretched .k-button {
    border-radius: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.k-card .k-card-actions-stretched {
    border-top-width: 1px;
}
.k-card-horizontal > .k-card-actions-stretched {
    border-top-width: 0;
    border-inline-start-width: 1px;
}
.k-card-vertical > .k-card-actions-stretched {
    border-top-width: 1px;
}
.k-card-actions-stretched.k-card-actions-horizontal > .k-card-action + .k-card-action {
    border-inline-start-width: 1px;
}
.k-card-actions-stretched.k-card-actions-vertical > .k-card-action + .k-card-action {
    border-top-width: 1px;
}
.k-card-action {
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: inline-flex;
}
.k-card-action > .k-button {
    flex: 1 1 auto;
}
.k-card-list {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    gap: 16px;
    flex: 0 0 auto;
}
.k-card-list .k-card {
    flex: 0 0 auto;
}
.k-card-deck {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    gap: 16px;
    flex: 0 0 auto;
}
.k-card-deck .k-card {
    flex: 0 0 auto;
}
.k-card-deck-scrollwrap {
    padding-bottom: 3px;
    width: 100%;
    box-sizing: content-box;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.k-card-deck-scrollwrap > .k-button {
    border-radius: 0px;
    flex: 0 0 auto;
    position: absolute;
    z-index: 1;
}
.k-card-deck-scrollwrap > .k-button:first-child {
    left: -1px;
}
.k-card-deck-scrollwrap > .k-button:last-child {
    right: -1px;
}
.k-card-deck-scrollwrap > .k-card-deck {
    margin-bottom: -20px;
    padding-bottom: 20px;
    flex: 1 1 auto;
}
.k-card-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 0 0 auto;
}
.k-card-group .k-card {
    border-radius: 0;
    flex: 0 0 auto;
}
.k-card-group .k-card + .k-card {
    margin-inline-start: 1px;
}
.k-card-group .k-card.k-first {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.k-card-group .k-card.k-last {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.k-card-group .k-card.k-only {
    border-radius: 4px;
}
.k-card-with-callout {
    overflow: visible;
}
.k-card-callout {
    margin: 0;
    width: 20px;
    height: 20px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    position: absolute;
}
.k-card-callout.k-callout-n {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.k-card-callout.k-callout-e {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%) rotate(135deg) scaleX(-1);
}
.k-card-callout.k-callout-s {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) rotate(135deg);
}
.k-card-callout.k-callout-w {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(-135deg);
}
.k-card-flat {
    box-shadow: none;
}
.k-rtl .k-card-actions-stretched .k-card-action + .k-card-action,
[dir="rtl"] .k-card-actions-stretched .k-card-action + .k-card-action {
    border-right-width: 1px;
    border-left-width: 0;
}
.k-rtl .k-card-horizontal > .k-card-actions-stretched,
.k-rtl .k-card-horizontal .k-card-actions-vertical,
[dir="rtl"] .k-card-horizontal > .k-card-actions-stretched,
[dir="rtl"] .k-card-horizontal .k-card-actions-vertical {
    border-right-width: 1px;
    border-left-width: 0;
}
.k-ie11 .k-card-body {
    flex: 1 1 auto;
}
.k-card {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-card:focus, .k-card.k-state-focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}
.k-card-actions {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-card-header {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
}
.k-card-footer {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
}
.k-card-separator {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-card-subtitle {
    color: #666666;
}
.k-card-primary {
    background-color: #ffe0de;
    color: #85332e;
    border-color: #ffd3d0;
}
.k-card-primary .k-card-subtitle {
    color: inherit;
}
.k-card-secondary {
    background-color: #e0e0e0;
    color: #353535;
    border-color: #d4d4d4;
}
.k-card-secondary .k-card-subtitle {
    color: inherit;
}
.k-card-tertiary {
    background-color: #cdeefd;
    color: #02587f;
    border-color: #b8e7fc;
}
.k-card-tertiary .k-card-subtitle {
    color: inherit;
}
.k-card-info {
    background-color: #ccdefb;
    color: #002e79;
    border-color: #b8d0f9;
}
.k-card-info .k-card-subtitle {
    color: inherit;
}
.k-card-success {
    background-color: #d7f0cc;
    color: #1d5e00;
    border-color: #c7eab8;
}
.k-card-success .k-card-subtitle {
    color: inherit;
}
.k-card-warning {
    background-color: #fff2cc;
    color: #856400;
    border-color: #ffedb8;
}
.k-card-warning .k-card-subtitle {
    color: inherit;
}
.k-card-error {
    background-color: #fdd1cc;
    color: #7e0c00;
    border-color: #fcbeb8;
}
.k-card-error .k-card-subtitle {
    color: inherit;
}
.k-card-dark {
    background-color: #d9d9d9;
    color: #222222;
    border-color: #cacaca;
}
.k-card-dark .k-card-subtitle {
    color: inherit;
}
.k-card-light {
    background-color: #fbfbfb;
    color: #7a7a7a;
    border-color: #f9f9f9;
}
.k-card-light .k-card-subtitle {
    color: inherit;
}
.k-card-inverse {
    background-color: #d9d9d9;
    color: #222222;
    border-color: #cacaca;
}
.k-card-inverse .k-card-subtitle {
    color: inherit;
}
.k-card-wrap.k-state-focused > .k-card, .k-card-wrap.k-state-selected > .k-card {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}
.k-card-callout {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}
.k-card:focus .k-card-callout,
.k-card.k-state-focus .k-card-callout {
    border-color: rgba(0, 0, 0, 0.15);
}
.k-card:focus .k-card-callout.k-callout-n,
.k-card.k-state-focus .k-card-callout.k-callout-n {
    box-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.06);
}
.k-card:focus .k-card-callout.k-callout-e,
.k-card.k-state-focus .k-card-callout.k-callout-e {
    box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06);
}
.k-card:focus .k-card-callout.k-callout-s,
.k-card.k-state-focus .k-card-callout.k-callout-s {
    box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.06);
}
.k-card:focus .k-card-callout.k-callout-w,
.k-card.k-state-focus .k-card-callout.k-callout-w {
    box-shadow: 2px -1px 4px 0 rgba(0, 0, 0, 0.06);
}
.k-popover {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    z-index: 12000;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-popover-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px 16px;
    border-width: 0 0 1px;
    border-style: solid;
}
.k-popover-body {
    padding: 16px 16px;
}
.k-popover-actions {
    border-width: 1px 0 0;
}
.k-popover-callout {
    margin: 0;
    width: 20px;
    height: 20px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    position: absolute;
}
.k-popover-callout.k-callout-n {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.k-popover-callout.k-callout-e {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%) rotate(135deg) scaleX(-1);
}
.k-popover-callout.k-callout-s {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) rotate(135deg);
}
.k-popover-callout.k-callout-w {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(-135deg);
}
.k-popover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-popover-header {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
}
.k-popover-callout {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}
.k-popover-callout.k-callout-e {
    box-shadow: rgba(0, 0, 0, 0.03) 2px -1px 4px 0px;
}
.k-popover-callout.k-callout-s {
    box-shadow: rgba(0, 0, 0, 0.06) 2px -2px 4px 0px;
}
.k-popover-callout.k-callout-w {
    box-shadow: rgba(0, 0, 0, 0.03) 2px -1px 4px 0px;
}
.k-breadcrumb {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: row;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-breadcrumb-container,
.k-breadcrumb-root-item-container {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
}
.k-breadcrumb-container.k-flex-wrap {
    flex-wrap: wrap;
}
.k-breadcrumb-root-item-container {
    align-items: flex-start;
    flex-shrink: 0;
}
.k-breadcrumb-item {
    vertical-align: middle;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}
.k-breadcrumb-root-item {
    flex-shrink: 0;
}
.k-breadcrumb-link,
.k-breadcrumb-root-link {
    border-radius: 2px;
    padding: 6px 8px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    overflow: hidden;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.k-breadcrumb-root-link {
    margin-right: 8px;
}
.k-breadcrumb-link > .k-image,
.k-breadcrumb-icontext-link .k-icon {
    margin-right: 4px;
}
.k-breadcrumb-icon-link {
    padding: 8px 8px;
}
.k-breadcrumb-delimiter,
.k-breadcrumb-delimiter-icon {
    color: inherit;
    font-size: 12px;
    opacity: 0.6;
}
.k-breadcrumb-input-container {
    width: 100%;
}
.k-breadcrumb-input-container .k-breadcrumb-input-container {
    border-color: transparent;
}
.k-breadcrumb-input-container .k-textbox {
    width: 100%;
    height: 100%;
}
.k-ie9 .k-breadcrumb,
.k-ie9 .k-breadcrumb-container {
    display: block;
}
.k-ie9 .k-breadcrumb-item {
    display: inline-block;
}
.k-breadcrumb[dir="rtl"] .k-breadcrumb-root-link,
.k-rtl .k-breadcrumb .k-breadcrumb-root-link {
    margin-right: 0;
    margin-left: 8px;
}
.k-breadcrumb[dir="rtl"] .k-breadcrumb-link > .k-image,
.k-breadcrumb[dir="rtl"] .k-breadcrumb-icontext-link .k-icon,
.k-rtl .k-breadcrumb .k-breadcrumb-link > .k-image,
.k-rtl .k-breadcrumb .k-breadcrumb-icontext-link .k-icon {
    margin-right: 0;
    margin-left: 4px;
}
.k-breadcrumb {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-breadcrumb:focus, .k-breadcrumb.k-state-focused {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.06);
}
.k-breadcrumb-link {
    color: #ff6358;
}
.k-breadcrumb-link:hover, .k-breadcrumb-link.k-state-hover {
    color: #d6534a;
    background-color: #fafafa;
}
.k-breadcrumb-link:focus, .k-breadcrumb-link.k-state-focused {
    color: #ff6358;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-breadcrumb-root-link:hover, .k-breadcrumb-root-link.k-state-hover {
    background-color: #fafafa;
}
.k-breadcrumb-root-link:focus, .k-breadcrumb-root-link.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-pager-wrap {
    padding: 8px 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: default;
    flex: 0 0 auto;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-pager-wrap .k-link {
    text-decoration: none;
    outline: 0;
    font: inherit;
    background-color: inherit;
}
.k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-state-focus {
    z-index: 3;
}
.k-pager-wrap .k-widget,
.k-pager-wrap select.k-dropdown,
.k-pager-wrap select.k-dropdowntree {
    font-size: inherit;
}
.k-rtl .k-pager-wrap .k-i-arrow-end-left,
.k-rtl .k-pager-wrap .k-i-arrow-60-left,
.k-rtl .k-pager-wrap .k-i-arrow-60-right,
.k-rtl .k-pager-wrap .k-i-arrow-end-right,
.k-rtl .k-pager-wrap .k-i-seek-w,
.k-rtl .k-pager-wrap .k-i-arrow-w,
.k-rtl .k-pager-wrap .k-i-arrow-e,
.k-rtl .k-pager-wrap .k-i-seek-e, .k-pager-wrap[dir="rtl"] .k-i-arrow-end-left,
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-left,
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-right,
.k-pager-wrap[dir="rtl"] .k-i-arrow-end-right,
.k-pager-wrap[dir="rtl"] .k-i-seek-w,
.k-pager-wrap[dir="rtl"] .k-i-arrow-w,
.k-pager-wrap[dir="rtl"] .k-i-arrow-e,
.k-pager-wrap[dir="rtl"] .k-i-seek-e,
[dir="rtl"] .k-pager-wrap .k-i-arrow-end-left,
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-left,
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-right,
[dir="rtl"] .k-pager-wrap .k-i-arrow-end-right,
[dir="rtl"] .k-pager-wrap .k-i-seek-w,
[dir="rtl"] .k-pager-wrap .k-i-arrow-w,
[dir="rtl"] .k-pager-wrap .k-i-arrow-e,
[dir="rtl"] .k-pager-wrap .k-i-seek-e {
    transform: scaleX(-1);
}
.k-pager-input, .k-pager-sizes, .k-pager-info {
    margin-left: 1em;
    margin-right: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
    min-width: calc(1.4285714286em + 10px);
    height: calc(1.4285714286em + 10px);
    box-sizing: border-box;
    color: inherit;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.k-pager-nav:hover, .k-pager-numbers .k-link:hover, .k-pager-refresh:hover {
    z-index: 2;
}
.k-state-disabled.k-pager-nav, .k-pager-numbers .k-state-disabled.k-link, .k-state-disabled.k-pager-refresh {
    color: inherit;
}
.k-pager-nav {
    padding: 4px 4px;
    border-width: 0px;
    border-style: solid;
}
.k-pager-numbers-wrap {
    display: flex;
    flex-direction: row;
    position: relative;
}
.k-pager-numbers-wrap select.k-dropdown, .k-pager-numbers-wrap select.k-dropdowntree {
    cursor: pointer;
    display: none;
}
.k-pager-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
}
.k-pager-numbers li {
    display: inline-flex;
}
.k-pager-numbers .k-link {
    padding: 4px 4px;
    border-width: 0px;
    border-style: solid;
}
.k-pager-numbers .k-state-selected {
    cursor: inherit;
    z-index: 2;
}
.k-pager-input .k-textbox {
    margin: 0 1ex;
    width: 3em;
}
.k-pager-sizes .k-dropdown, .k-pager-sizes .k-dropdowntree,
.k-pager-sizes > select {
    margin-right: 1ex;
    width: 5em;
}
.k-rtl .k-pager-sizes .k-dropdown, .k-rtl .k-pager-sizes .k-dropdowntree,
.k-rtl .k-pager-sizes > select,
[dir="rtl"] .k-pager-sizes .k-dropdown,
[dir="rtl"] .k-pager-sizes .k-dropdowntree,
[dir="rtl"] .k-pager-sizes > select {
    margin-left: 1ex;
    margin-right: 0;
}
.k-pager-info {
    text-align: right;
    justify-content: flex-end;
    flex: 1 1 0%;
    order: 9;
}
.k-pager-refresh {
    margin-left: auto;
    order: 10;
}
.k-rtl .k-pager-refresh,
[dir="rtl"] .k-pager-refresh {
    margin-left: 0;
    margin-right: auto;
}
.k-pager-sm {
    overflow: visible;
}
.k-pager-sm .k-pager-numbers-wrap select.k-dropdown, .k-pager-sm .k-pager-numbers-wrap select.k-dropdowntree {
    width: 5em;
    display: flex;
}
.k-pager-sm .k-pager-numbers-wrap {
    margin-left: 1em;
    margin-right: 1em;
    height: calc(1.4285714286em + 10px);
    box-sizing: border-box;
    border-color: inherit;
}
.k-rtl .k-pager-sm .k-pager-numbers-wrap, .k-pager-sm[dir="rtl"] .k-pager-numbers-wrap,
[dir="rtl"] .k-pager-sm .k-pager-numbers-wrap {
    margin-left: 1em;
    margin-right: 1em;
}
.k-pager-md .k-pager-info,
.k-pager-sm .k-pager-info,
.k-pager-sm .k-pager-sizes,
.k-pager-sm .k-pager-numbers {
    display: none;
}
.k-pager-wrap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-pager-wrap:focus, .k-pager-wrap.k-focus, .k-pager-wrap.k-state-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-pager-nav.k-link:hover, .k-pager-refresh:hover, .k-state-hover.k-pager-nav.k-link, .k-state-hover.k-pager-refresh {
    color: #424242;
    background-color: #f0f0f0;
}
.k-state-selected.k-pager-nav.k-link, .k-state-selected.k-pager-refresh {
    color: #ffffff;
    background-color: #ff6358;
}
.k-pager-nav.k-link:focus, .k-pager-refresh:focus, .k-state-focus.k-pager-nav.k-link, .k-state-focus.k-pager-refresh {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-pager-numbers .k-link {
    color: #ff6358;
}
.k-pager-numbers .k-link:hover, .k-pager-numbers .k-link.k-state-hover {
    color: #ff6358;
    background-color: rgba(255, 99, 88, 0.08);
}
.k-pager-numbers .k-link:focus, .k-pager-numbers .k-link.k-state-focus {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(255, 99, 88, 0.12);
}
.k-pager-numbers .k-link.k-state-selected {
    color: #ff6358;
    background-color: rgba(255, 99, 88, 0.2);
}
.k-pager-md .k-pager-numbers .k-current-page .k-link,
.k-pager-sm .k-pager-numbers .k-current-page .k-link {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
}
.k-pager-md .k-pager-numbers .k-current-page .k-link:hover, .k-pager-md .k-pager-numbers .k-current-page .k-link.k-state-hover,
.k-pager-sm .k-pager-numbers .k-current-page .k-link:hover,
.k-pager-sm .k-pager-numbers .k-current-page .k-link.k-state-hover {
    background-color: #ebebeb;
}
.k-pager-md .k-pager-numbers.k-state-expanded,
.k-pager-sm .k-pager-numbers.k-state-expanded {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}
.k-pager-md .k-pager-numbers.k-state-expanded .k-link:hover, .k-pager-md .k-pager-numbers.k-state-expanded .k-link.k-state-hover,
.k-pager-sm .k-pager-numbers.k-state-expanded .k-link:hover,
.k-pager-sm .k-pager-numbers.k-state-expanded .k-link.k-state-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-pager-md .k-pager-numbers.k-state-expanded .k-link.k-state-selected,
.k-pager-sm .k-pager-numbers.k-state-expanded .k-link.k-state-selected {
    color: #ffffff;
    background-color: #ff6358;
}
.k-panelbar {
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    list-style: none;
    display: block;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-panelbar > .k-item,
.k-panelbar > .k-panelbar-header {
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: block;
}
.k-panelbar > .k-item > .k-link,
.k-panelbar > .k-panelbar-header > .k-link {
    padding: 12px 16px;
    color: inherit;
    background: none;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    flex-flow: row nowrap;
    gap: 4px;
    align-items: center;
    align-content: center;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
    cursor: default;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.k-panelbar > .k-item + .k-item,
.k-panelbar > .k-panelbar-header + .k-panelbar-header {
    border-top-width: 1px;
}
.k-panelbar .k-group,
.k-panelbar .k-panelbar-group {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background-color: transparent;
    list-style: none;
}
.k-panelbar .k-group > .k-item,
.k-panelbar .k-panelbar-group > .k-panelbar-item {
    display: block;
}
.k-panelbar .k-group > .k-item > .k-link,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link {
    padding: 8px 16px;
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    gap: 4px;
    align-items: center;
    align-content: center;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
    cursor: default;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.k-panelbar .k-group > .k-item.k-level-1 .k-link,
.k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-1 .k-link {
    padding-left: 16px;
}
.k-panelbar .k-group > .k-item.k-level-2 .k-link,
.k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-2 .k-link {
    padding-left: 32px;
}
.k-panelbar .k-group > .k-item.k-level-3 .k-link,
.k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-3 .k-link {
    padding-left: 48px;
}
.k-panelbar .k-group > .k-item.k-level-4 .k-link,
.k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-4 .k-link {
    padding-left: 64px;
}
.k-panelbar .k-content,
.k-panelbar .k-panelbar-content {
    display: flow-root;
}
.k-panelbar .k-panelbar-expand,
.k-panelbar .k-panelbar-collapse,
.k-panelbar .k-panelbar-toggle {
    margin-inline-start: auto;
}
.k-panelbar .k-group .k-panelbar-expand,
.k-panelbar .k-group .k-panelbar-collapse,
.k-panelbar .k-panelbar-group .k-panelbar-toggle {
    margin-inline-end: 0px;
}
.k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link,
.k-rtl .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-1 .k-link, .k-panelbar.k-rtl .k-group > .k-item.k-level-1 .k-link,
.k-panelbar.k-rtl .k-panelbar-group > .k-panelbar-item.k-level-1 .k-link, .k-panelbar[dir="rtl"] .k-group > .k-item.k-level-1 .k-link,
.k-panelbar[dir="rtl"] .k-panelbar-group > .k-panelbar-item.k-level-1 .k-link {
    padding-left: 16px;
    padding-right: 16px;
}
.k-rtl .k-panelbar .k-group > .k-item.k-level-2 .k-link,
.k-rtl .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-2 .k-link, .k-panelbar.k-rtl .k-group > .k-item.k-level-2 .k-link,
.k-panelbar.k-rtl .k-panelbar-group > .k-panelbar-item.k-level-2 .k-link, .k-panelbar[dir="rtl"] .k-group > .k-item.k-level-2 .k-link,
.k-panelbar[dir="rtl"] .k-panelbar-group > .k-panelbar-item.k-level-2 .k-link {
    padding-left: 16px;
    padding-right: 32px;
}
.k-rtl .k-panelbar .k-group > .k-item.k-level-3 .k-link,
.k-rtl .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-3 .k-link, .k-panelbar.k-rtl .k-group > .k-item.k-level-3 .k-link,
.k-panelbar.k-rtl .k-panelbar-group > .k-panelbar-item.k-level-3 .k-link, .k-panelbar[dir="rtl"] .k-group > .k-item.k-level-3 .k-link,
.k-panelbar[dir="rtl"] .k-panelbar-group > .k-panelbar-item.k-level-3 .k-link {
    padding-left: 16px;
    padding-right: 48px;
}
.k-rtl .k-panelbar .k-group > .k-item.k-level-4 .k-link,
.k-rtl .k-panelbar .k-panelbar-group > .k-panelbar-item.k-level-4 .k-link, .k-panelbar.k-rtl .k-group > .k-item.k-level-4 .k-link,
.k-panelbar.k-rtl .k-panelbar-group > .k-panelbar-item.k-level-4 .k-link, .k-panelbar[dir="rtl"] .k-group > .k-item.k-level-4 .k-link,
.k-panelbar[dir="rtl"] .k-panelbar-group > .k-panelbar-item.k-level-4 .k-link {
    padding-left: 16px;
    padding-right: 64px;
}
.k-no-flexbox .k-panelbar > .k-item > .k-link,
.k-no-flexbox .k-panelbar .k-group > .k-link {
    display: block;
}
.k-no-flexbox .k-panelbar .k-link > .k-image,
.k-no-flexbox .k-panelbar .k-link > .k-sprite,
.k-no-flexbox .k-panelbar .k-link > .k-icon {
    margin-right: 4px;
}
.k-no-flexbox .k-panelbar .k-panelbar-expand,
.k-no-flexbox .k-panelbar .k-panelbar-collapse {
    margin: 0 !important;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
}
.k-no-flexbox .k-panelbar[dir="rtl"] .k-link > .k-image,
.k-no-flexbox .k-panelbar[dir="rtl"] .k-link > .k-sprite,
.k-no-flexbox .k-panelbar[dir="rtl"] .k-link > .k-icon,
.k-no-flexbox .k-rtl .k-panelbar .k-link > .k-image,
.k-no-flexbox .k-rtl .k-panelbar .k-link > .k-sprite,
.k-no-flexbox .k-rtl .k-panelbar .k-link > .k-icon {
    margin-left: 4px;
    margin-right: 0;
}
.k-no-flexbox .k-panelbar[dir="rtl"] .k-panelbar-expand,
.k-no-flexbox .k-panelbar[dir="rtl"] .k-panelbar-collapse,
.k-no-flexbox .k-rtl .k-panelbar .k-panelbar-expand,
.k-no-flexbox .k-rtl .k-panelbar .k-panelbar-collapse {
    right: auto;
    left: 16px;
}
.k-ie .k-panelbar-expand,
.k-ie .k-panelbar-collapse,
.k-ie .k-panelbar-toggle {
    margin-left: auto;
}
.k-ie .k-group .k-panelbar-expand,
.k-ie .k-group .k-panelbar-collapse,
.k-ie .k-panelbar-group .k-panelbar-toggle {
    margin-right: 0px;
}
.k-rtl .k-ie .k-panelbar-expand,
.k-rtl .k-ie .k-panelbar-collapse,
.k-rtl .k-ie .k-panelbar-toggle, .k-ie.k-rtl .k-panelbar-expand,
.k-ie.k-rtl .k-panelbar-collapse,
.k-ie.k-rtl .k-panelbar-toggle, .k-ie[dir="rtl"] .k-panelbar-expand,
.k-ie[dir="rtl"] .k-panelbar-collapse,
.k-ie[dir="rtl"] .k-panelbar-toggle {
    margin-left: initial;
    margin-right: auto;
}
.k-rtl .k-ie .k-group .k-panelbar-expand,
.k-rtl .k-ie .k-group .k-panelbar-collapse,
.k-rtl .k-ie .k-panelbar-group .k-panelbar-toggle, .k-ie.k-rtl .k-group .k-panelbar-expand,
.k-ie.k-rtl .k-group .k-panelbar-collapse,
.k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir="rtl"] .k-group .k-panelbar-expand,
.k-ie[dir="rtl"] .k-group .k-panelbar-collapse,
.k-ie[dir="rtl"] .k-panelbar-group .k-panelbar-toggle {
    margin-left: 0px;
}
.k-panelbar {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-panelbar > .k-item > .k-link,
.k-panelbar > .k-panelbar-header > .k-link {
    color: #ff6358;
    background-color: #ffffff;
}
.k-panelbar > .k-item > .k-link .k-icon,
.k-panelbar > .k-item > .k-link .k-panelbar-item-icon,
.k-panelbar > .k-panelbar-header > .k-link .k-icon,
.k-panelbar > .k-panelbar-header > .k-link .k-panelbar-item-icon {
    color: #424242;
}
.k-panelbar > .k-item > .k-link:hover,
.k-panelbar > .k-item > .k-link.k-state-hover,
.k-panelbar > .k-panelbar-header > .k-link:hover,
.k-panelbar > .k-panelbar-header > .k-link.k-state-hover {
    background-color: whitesmoke;
}
.k-panelbar > .k-item > .k-link:focus,
.k-panelbar > .k-item > .k-link.k-state-focus,
.k-panelbar > .k-item > .k-link.k-state-focused,
.k-panelbar > .k-panelbar-header > .k-link:focus,
.k-panelbar > .k-panelbar-header > .k-link.k-state-focus,
.k-panelbar > .k-panelbar-header > .k-link.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-panelbar > .k-item > .k-link.k-state-selected,
.k-panelbar > .k-panelbar-header > .k-link.k-state-selected {
    color: #ffffff;
    background-color: #ff6358;
}
.k-panelbar > .k-item > .k-link.k-state-selected .k-icon,
.k-panelbar > .k-item > .k-link.k-state-selected .k-panelbar-item-icon,
.k-panelbar > .k-panelbar-header > .k-link.k-state-selected .k-icon,
.k-panelbar > .k-panelbar-header > .k-link.k-state-selected .k-panelbar-item-icon {
    color: inherit;
}
.k-panelbar > .k-item > .k-link.k-state-selected:hover,
.k-panelbar > .k-item > .k-link.k-state-selected.k-state-hover,
.k-panelbar > .k-panelbar-header > .k-link.k-state-selected:hover,
.k-panelbar > .k-panelbar-header > .k-link.k-state-selected.k-state-hover {
    background-color: #eb5b51;
}
.k-panelbar .k-group > .k-item > .k-link:hover,
.k-panelbar .k-group > .k-item > .k-link.k-state-hover,
.k-panelbar .k-group > .k-panelbar-item > .k-link:hover,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-hover,
.k-panelbar .k-panelbar-group > .k-item > .k-link:hover,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-hover,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link:hover,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-hover {
    background-color: whitesmoke;
}
.k-panelbar .k-group > .k-item > .k-link:focus,
.k-panelbar .k-group > .k-item > .k-link.k-state-focus,
.k-panelbar .k-group > .k-item > .k-link.k-state-focused,
.k-panelbar .k-group > .k-panelbar-item > .k-link:focus,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-focus,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-focused,
.k-panelbar .k-panelbar-group > .k-item > .k-link:focus,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-focus,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-focused,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link:focus,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-focus,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-panelbar .k-group > .k-item > .k-link.k-state-selected,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected {
    color: #ffffff;
    background-color: #ff6358;
}
.k-panelbar .k-group > .k-item > .k-link.k-state-selected:hover,
.k-panelbar .k-group > .k-item > .k-link.k-state-selected.k-state-hover,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected:hover,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected.k-state-hover,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected:hover,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected.k-state-hover,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected:hover,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected.k-state-hover {
    background-color: #eb5b51;
}
.k-stepper {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: inherit;
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
    background: none;
}
.k-stepper .k-step-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    z-index: 1;
}
.k-stepper .k-step-link {
    outline: none;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.k-stepper .k-step-disabled {
    pointer-events: none;
}
.k-stepper .k-step-disabled .k-step-link {
    cursor: default;
}
.k-stepper .k-step-indicator {
    border-radius: 50%;
    margin: 3px;
    width: 28px;
    height: 28px;
    border-width: 1px;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: visible;
    transition-property: color, background-color, border-color;
    transition-duration: .4s;
    transition-timing-function: ease-in-out;
    box-sizing: content-box;
}
.k-stepper .k-step-indicator::after {
    border-radius: 100%;
    content: "";
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    pointer-events: none;
    display: none;
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    z-index: 2;
}
.k-stepper .k-step-focus .k-step-indicator::after,
.k-stepper .k-step-link:focus .k-step-indicator::after {
    display: block;
}
.k-stepper .k-step-label {
    max-width: 10em;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.k-stepper .k-step-label:only-child {
    border-radius: 15px;
    padding: 5px 12px;
    border-width: 0;
}
.k-stepper .k-step-label .k-step-text {
    max-width: calc(10em - 20px);
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.k-stepper .k-step-label .k-icon {
    margin-left: 4px;
}
.k-stepper .k-step-current .k-step-label {
    font-weight: bold;
}
.k-stepper .k-step-label-optional {
    flex-basis: 100%;
    font-style: italic;
}
.k-stepper .k-step-disabled .k-step-label-optional,
.k-stepper.k-state-disabled .k-step-label-optional {
    color: inherit;
}
.k-stepper .k-progressbar {
    pointer-events: none;
    z-index: 0;
    overflow: visible;
}
.k-stepper .k-progressbar-horizontal {
    grid-row: 1 / -1;
}
.k-stepper .k-progressbar-vertical {
    position: absolute;
}
.k-step-list-horizontal {
    flex-direction: row;
    grid-row: 1;
}
.k-step-list-horizontal .k-step {
    flex: 1 0 auto;
    text-align: center;
}
.k-step-list-horizontal .k-step-link {
    margin: auto;
    max-width: 10em;
    flex-direction: column;
}
.k-step-list-horizontal .k-step-label {
    text-align: center;
}
.k-step-list-horizontal .k-step-indicator + .k-step-label {
    margin-top: 5px;
}
.k-step-list-horizontal ~ .k-progressbar {
    width: 100%;
    height: 2px;
    top: 17px;
}
.k-step-list-vertical {
    flex-direction: column;
}
.k-step-list-vertical .k-step {
    min-height: 54px;
}
.k-step-list-vertical .k-step-label {
    justify-content: flex-start;
}
.k-step-list-vertical .k-step-indicator + .k-step-label {
    margin-left: 12px;
}
.k-step-list-vertical ~ .k-progressbar {
    width: 2px;
    height: 100%;
    min-height: 20px;
    left: 17px;
}
.k-step-list-vertical .k-step-content {
    height: 0;
    overflow: hidden;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.k-step-list-vertical .k-step-current .k-step-content {
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 30px;
    padding: 20px 10px;
}
.k-rtl .k-stepper,
.k-stepper[dir="rtl"] {
    direction: rtl;
}
.k-rtl .k-stepper .k-step-label .k-icon,
.k-stepper[dir="rtl"] .k-step-label .k-icon {
    margin-left: 0;
    margin-right: 4px;
}
.k-rtl .k-stepper .k-step-list-vertical .k-step-indicator + .k-step-label,
.k-stepper[dir="rtl"] .k-step-list-vertical .k-step-indicator + .k-step-label {
    margin-left: 0;
    margin-right: 12px;
}
.k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
.k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
    left: auto;
    right: 17px;
}
.k-stepper {
    color: #424242;
}
.k-stepper .k-step:hover .k-step-label, .k-stepper .k-step.k-step-hover .k-step-label {
    color: #373737;
}
.k-stepper .k-step:hover .k-step-indicator, .k-stepper .k-step.k-step-hover .k-step-indicator {
    background-color: #ebebeb;
}
.k-stepper .k-step.k-step-disabled .k-step-indicator, .k-stepper .k-step:disabled .k-step-indicator {
    color: #8f8f8f;
}
.k-stepper .k-step-indicator {
    border-color: #cccccc;
    color: #424242;
    background-color: #ffffff;
}
.k-stepper .k-step-indicator::after {
    box-shadow: inset 0 0 0 2px #ffffff;
}
.k-stepper .k-step-label:only-child {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-stepper .k-step-done .k-step-indicator {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
}
.k-stepper .k-step-done:hover .k-step-indicator, .k-stepper .k-step-done.k-step-hover .k-step-indicator {
    background-color: #eb5b51;
}
.k-stepper .k-step-done.k-step-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
    border-color: #ffa19b;
    color: #ffffff;
    background-color: #ffa19b;
}
.k-stepper .k-step-current .k-step-indicator {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
}
.k-stepper .k-step-current:hover .k-step-indicator, .k-stepper .k-step-current.k-step-hover .k-step-indicator {
    background-color: #eb5b51;
}
.k-stepper .k-step-current.k-step-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
    border-color: #ffa19b;
    color: #ffffff;
    background-color: #ffa19b;
}
.k-stepper .k-step-success .k-step-label .k-icon {
    color: #37b400;
}
.k-stepper .k-step-error .k-step-label {
    color: #f31700;
}
.k-stepper .k-step-error .k-step-label {
    color: #f31700;
}
.k-stepper .k-step-error:hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
    color: #f31700;
}
.k-stepper .k-step-disabled .k-step-label {
    color: #8f8f8f;
}
.k-stepper .k-step-focus .k-step-label:only-child,
.k-stepper .k-step-link:focus .k-step-label:only-child {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-stepper .k-step-label-optional {
    color: #666666;
}
.k-wizard {
    padding: 20px 20px;
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: inherit;
    position: relative;
    color: inherit;
    background: none;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.k-wizard .k-wizard-steps {
    display: flex;
    overflow: hidden;
}
.k-wizard .k-wizard-step {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.k-wizard .k-wizard-step:focus, .k-wizard .k-wizard-step.k-state-focused {
    outline-width: 1px;
    outline-style: dotted;
    outline-offset: -1px;
}
.k-wizard .k-wizard-content {
    overflow-y: auto;
}
.k-wizard .k-wizard-buttons {
    margin-top: 32px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.k-wizard .k-wizard-buttons .k-button {
    margin-right: 10px;
}
.k-wizard .k-wizard-buttons .k-wizard-pager {
    vertical-align: middle;
}
.k-wizard .k-wizard-buttons-right .k-button:last-of-type {
    margin-right: 0;
}
.k-wizard .k-stepper .k-step-list-vertical .k-step {
    flex: 1 0 auto;
}
.k-wizard .k-stepper .k-step-indicator {
    flex-shrink: 0;
}
.k-wizard-horizontal {
    flex-direction: column;
}
.k-wizard-horizontal .k-wizard-steps {
    margin-top: 32px;
}
.k-wizard-horizontal .k-wizard-steps,
.k-wizard-horizontal .k-wizard-content {
    flex: 1 1 auto;
}
.k-wizard-vertical .k-wizard-steps {
    flex: 1 0 0%;
}
.k-wizard-vertical .k-wizard-content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
.k-wizard-vertical .k-wizard-steps {
    margin-left: 32px;
}
.k-wizard-left {
    flex-direction: row-reverse;
}
.k-wizard-left .k-wizard-steps {
    margin-right: 32px;
    margin-left: 0;
}
.k-wizard-step:focus, .k-wizard-step.k-state-focused {
    outline-color: #656565;
}
.k-ie .k-wizard-step:focus,
.k-ie .k-wizard-step.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
    outline: none;
}
.k-tabstrip-wrapper {
    padding: 0px 0px;
    border-width: 0px;
    border-style: solid;
    display: flex;
    flex-direction: column;
}
.k-tabstrip {
    border-width: 0;
    border-color: transparent;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    color: inherit;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-tabstrip-wrapper > .k-tabstrip {
    flex: 1 1 auto;
}
.k-tabstrip-items-wrapper {
    border-width: 0;
    border-style: solid;
    border-color: inherit;
}
.k-tabstrip-items {
    outline: 0;
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
    position: relative;
}
.k-tabstrip-items .k-item {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-items: stretch;
    outline: 0;
}
.k-tabstrip-items .k-tab-on-top {
    z-index: 1;
}
.k-tabstrip-items .k-link {
    padding: 6px 12px;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    vertical-align: middle;
    flex: 1 1 auto;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.k-ie11 .k-tabstrip-items {
    white-space: nowrap;
}
.k-tabstrip-content,
.k-tabstrip > .k-content {
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    display: none;
    overflow: auto;
    flex: 1 1 auto;
}
.k-tabstrip-content.k-state-active,
.k-tabstrip > .k-content.k-state-active {
    display: block;
}
.k-tabstrip-content:focus, .k-tabstrip-content.k-state-focused,
.k-tabstrip > .k-content:focus,
.k-tabstrip > .k-content.k-state-focused {
    outline-width: 1px;
    outline-style: dotted;
    outline-offset: -1px;
}
.k-tabstrip-items .k-loading {
    width: 20%;
    height: 0;
    border: 0;
    border-top: 1px solid transparent;
    border-color: inherit;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: width .2s linear;
}
.k-tabstrip-items .k-loading.k-complete {
    width: 100%;
    border-top-width: 0;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-items-wrapper {
    border-width: 0;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-tabstrip-items {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-button {
    flex-shrink: 0;
    align-self: stretch;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-items-wrapper.k-hstack > .k-button {
    height: auto;
}
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-items-wrapper.k-vstack > .k-button {
    width: auto;
}
.k-tabstrip.k-tabstrip-scrollable > .k-content,
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-content {
    border-width: 1px;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-bottom-width: 1px;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: -1px;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item + .k-item {
    margin-left: 0px;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-state-active {
    border-bottom-color: transparent;
}
.k-tabstrip-top > .k-content,
.k-tabstrip-top > .k-tabstrip-content {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-width: 0;
}
.k-tabstrip-bottom > .k-tabstrip-items-wrapper {
    border-top-width: 1px;
}
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-top: -1px;
}
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item + .k-item {
    margin-left: 0px;
}
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-state-active {
    border-top-color: transparent;
}
.k-tabstrip-bottom > .k-content,
.k-tabstrip-bottom > .k-tabstrip-content {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0;
}
.k-tabstrip-left {
    flex-direction: row;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper {
    border-right-width: 1px;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper > .k-tabstrip-items {
    display: inline-flex;
    flex-direction: column;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-right: -1px;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item + .k-item {
    margin-top: 0px;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-state-active {
    border-right-color: transparent;
}
.k-tabstrip-left > .k-content,
.k-tabstrip-left > .k-tabstrip-content {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin: 0 !important;
    border-left-width: 0;
}
.k-tabstrip-right {
    flex-direction: row-reverse;
}
.k-tabstrip-right > .k-tabstrip-items-wrapper {
    border-left-width: 1px;
}
.k-tabstrip-right > .k-tabstrip-items-wrapper > .k-tabstrip-items {
    display: inline-flex;
    flex-direction: column;
}
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-left: -1px;
}
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item + .k-item {
    margin-top: 0px;
}
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item.k-state-active {
    border-left-color: transparent;
}
.k-tabstrip-right > .k-content,
.k-tabstrip-right > .k-tabstrip-content {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin: 0 !important;
    border-right-width: 0;
}
.k-rtl .k-tabstrip.k-tabstrip-left > .k-tabstrip-items-wrapper, .k-rtl .k-tabstrip.k-tabstrip-right > .k-tabstrip-items-wrapper,
.k-tabstrip[dir="rtl"].k-tabstrip-left > .k-tabstrip-items-wrapper,
.k-tabstrip[dir="rtl"].k-tabstrip-right > .k-tabstrip-items-wrapper {
    order: 1;
}
.k-rtl .k-tabstrip.k-tabstrip-left > .k-content, .k-rtl .k-tabstrip.k-tabstrip-right > .k-content,
.k-tabstrip[dir="rtl"].k-tabstrip-left > .k-content,
.k-tabstrip[dir="rtl"].k-tabstrip-right > .k-content {
    order: 0;
}
.k-rtl .k-tabstrip.k-tabstrip-left > .k-tabstrip-content, .k-rtl .k-tabstrip.k-tabstrip-right > .k-tabstrip-content,
.k-tabstrip[dir="rtl"].k-tabstrip-left > .k-tabstrip-content,
.k-tabstrip[dir="rtl"].k-tabstrip-right > .k-tabstrip-content {
    order: 0;
}
.k-rtl .k-tabstrip .k-tabstrip-prev,
.k-rtl .k-tabstrip .k-tabstrip-next,
.k-tabstrip[dir="rtl"] .k-tabstrip-prev,
.k-tabstrip[dir="rtl"] .k-tabstrip-next {
    transform: scaleX(-1);
}
.k-tabstrip-items-wrapper {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
}
.k-tabstrip-items-wrapper .k-item {
    color: #ff6358;
}
.k-tabstrip-items-wrapper .k-item:hover, .k-tabstrip-items-wrapper .k-item.k-state-hover {
    color: #d6534a;
}
.k-tabstrip-items-wrapper .k-item.k-state-active, .k-tabstrip-items-wrapper .k-item.k-state-selected {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-tabstrip-items-wrapper .k-item.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
}
.k-tabstrip > .k-content {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-tabstrip > .k-content:focus, .k-tabstrip > .k-content.k-state-focused {
    outline-color: #424242;
}
.k-expander {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    overflow: hidden;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: column;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-rtl .k-expander .k-expander-indicator, .k-expander.k-rtl .k-expander-indicator, .k-expander[dir="rtl"] .k-expander-indicator {
    margin-left: 0;
    margin-right: 12px;
}
.k-expander-header {
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.k-expander-spacer {
    flex: 1 1 auto;
}
.k-expander-title {
    text-transform: uppercase;
    font-weight: 500;
}
.k-expander-indicator {
    margin-left: 12px;
}
.k-expander-content {
    padding: 16px 16px;
    box-sizing: border-box;
}
.k-expander + .k-expander.k-expanded,
.k-expander.k-expanded + .k-expander {
    margin-top: 8px;
}
.k-expander:not(.k-expanded) + .k-expander:not(.k-expanded) {
    border-top-width: 0;
}
.k-expander {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-expander.k-state-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-expander-header {
    color: #424242;
    background-color: transparent;
    outline: none;
}
.k-expander-header:hover, .k-expander-header.k-state-hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.k-expander-header.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-expander-title {
    color: #ff6358;
}
.k-expander-sub-title {
    opacity: 0.5;
}
.k-bottom-nav {
    padding: 4px 4px;
    width: 100%;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    font-size: 14px;
    line-height: normal;
    font-family: inherit;
    letter-spacing: 0.2px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 4px;
    overflow: hidden;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-bottom-nav-border {
    border-width: 1px 0px 0px 0px;
}
.k-bottom-nav-shadow {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
}
.k-bottom-nav-item {
    padding: 0 8px;
    min-width: 72px;
    min-height: 48px;
    border-width: 0;
    border-radius: 2px;
    box-sizing: border-box;
    font: inherit;
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: 0 4px;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    outline: none;
}
.k-bottom-nav-item:focus {
    outline: none;
}
.k-bottom-nav-item:hover {
    color: inherit;
    text-decoration: none;
}
.k-bottom-nav-item > .k-bottom-nav-link {
    margin: 0 -8px;
    padding: 0 8px;
    width: 100%;
    color: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    outline: 0;
}
.k-bottom-nav-item.k-state-disabled {
    background-color: initial;
}
.k-bottom-nav-item-icon {
    font-size: 24px;
}
.k-bottom-nav-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.k-bottom-nav-item-flow-horizontal .k-bottom-nav-item {
    flex-direction: row;
    flex-wrap: nowrap;
}
.k-bottom-nav-item-flow-vertical .k-bottom-nav-item {
    flex-direction: column;
}
.k-bottom-nav.k-pos-fixed {
    bottom: 0;
    z-index: 1;
}
.k-bottom-nav-solid.k-bottom-nav-primary {
    color: #ffc8c5;
    background-color: #ff6358;
}
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item:focus {
    background-color: rgba(255, 200, 197, 0.2);
}
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-selected {
    color: #ffffff;
}
.k-bottom-nav-solid.k-bottom-nav-secondary {
    color: #c9c9c9;
    background-color: #666666;
}
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item:focus {
    background-color: rgba(201, 201, 201, 0.2);
}
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-selected {
    color: #ffffff;
}
.k-bottom-nav-solid.k-bottom-nav-tertiary {
    color: #a7e1fb;
    background-color: #03a9f4;
}
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
    background-color: rgba(167, 225, 251, 0.2);
}
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-selected {
    color: #ffffff;
}
.k-bottom-nav-solid.k-bottom-nav-info {
    color: #a6c5f7;
    background-color: #0058e9;
}
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item:focus {
    background-color: rgba(166, 197, 247, 0.2);
}
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-selected {
    color: #ffffff;
}
.k-bottom-nav-solid.k-bottom-nav-success {
    color: #b9e5a6;
    background-color: #37b400;
}
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item:focus {
    background-color: rgba(185, 229, 166, 0.2);
}
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-selected {
    color: #ffffff;
}
.k-bottom-nav-solid.k-bottom-nav-warning {
    color: #594300;
    background-color: #ffc000;
}
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item:focus {
    background-color: rgba(89, 67, 0, 0.2);
}
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-selected {
    color: #000000;
}
.k-bottom-nav-solid.k-bottom-nav-error {
    color: #fbaea6;
    background-color: #f31700;
}
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item:focus {
    background-color: rgba(251, 174, 166, 0.2);
}
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-selected {
    color: #ffffff;
}
.k-bottom-nav-solid.k-bottom-nav-dark {
    color: #bdbdbd;
    background-color: #424242;
}
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item:focus {
    background-color: rgba(189, 189, 189, 0.2);
}
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-selected {
    color: #ffffff;
}
.k-bottom-nav-solid.k-bottom-nav-light {
    color: #525252;
    background-color: #ebebeb;
}
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item:focus {
    background-color: rgba(82, 82, 82, 0.2);
}
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-selected {
    color: #000000;
}
.k-bottom-nav-solid.k-bottom-nav-inverse {
    color: #bdbdbd;
    background-color: #424242;
}
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item:focus {
    background-color: rgba(189, 189, 189, 0.2);
}
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-selected {
    color: #ffffff;
}
.k-bottom-nav-flat {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-bottom-nav-flat .k-bottom-nav-item.k-state-focus,
.k-bottom-nav-flat .k-bottom-nav-item.k-state-focused,
.k-bottom-nav-flat .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-state-selected {
    color: #ff6358;
}
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-state-selected {
    color: #4e4e4e;
}
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-selected {
    color: #03a9f4;
}
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-state-selected {
    color: #0058e9;
}
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-state-selected {
    color: #37b400;
}
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-state-selected {
    color: #ffc000;
}
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-state-selected {
    color: #f31700;
}
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-state-selected {
    color: #424242;
}
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-state-selected {
    color: #b3b3b3;
}
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-state-selected {
    color: #424242;
}
.k-ie .k-bottom-nav-item {
    background-color: transparent;
}
.k-splitter {
    height: 300px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-splitter .k-pane {
    overflow: hidden;
}
.k-splitter .k-scrollable {
    overflow: auto;
}
.k-splitter .k-splitter-resizing {
    overflow: hidden;
}
.k-pane > .k-splitter {
    border-width: 0;
    overflow: hidden;
}
.k-splitter .k-pane-loading {
    position: static;
    top: 50%;
    left: 50%;
}
.k-ghost-splitbar,
.k-splitbar {
    border-style: solid;
    outline: 0;
    position: absolute;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.k-ghost-splitbar .k-icon,
.k-splitbar .k-icon {
    font-size: 10px;
    display: block;
    cursor: pointer;
}
.k-splitbar-draggable-horizontal {
    cursor: col-resize;
}
.k-splitbar-draggable-vertical {
    cursor: row-resize;
}
.k-ghost-splitbar-horizontal,
.k-splitbar-horizontal {
    width: 8px;
    border-width: 0;
    background-repeat: repeat-y;
    flex-direction: column;
    top: 0;
}
.k-ghost-splitbar-vertical,
.k-splitbar-vertical {
    height: 8px;
    border-width: 0;
    background-repeat: repeat-x;
    flex-direction: row;
    left: 0;
}
.k-splitbar-static-horizontal {
    width: 1px;
}
.k-splitbar-static-vertical {
    height: 1px;
}
.k-splitbar-draggable-horizontal .k-resize-handle {
    width: 2px;
    height: 20px;
    position: static;
    z-index: 1;
}
.k-splitbar .k-resize-handle {
    display: none;
    background-color: currentColor;
}
.k-splitbar-draggable-horizontal .k-resize-handle,
.k-splitbar-draggable-vertical .k-resize-handle {
    display: block;
}
.k-splitbar-horizontal .k-i-arrow-60-left {
    margin-bottom: 7px;
}
.k-splitbar-horizontal .k-i-arrow-60-right {
    margin-top: 7px;
}
.k-splitbar-vertical .k-i-arrow-60-up {
    margin-right: 7px;
}
.k-splitbar-vertical .k-i-arrow-60-down {
    margin-left: 7px;
}
.k-splitbar-draggable-vertical .k-resize-handle {
    width: 20px;
    height: 2px;
    position: static;
    z-index: 1;
}
.k-pane > .k-splitter-overlay {
    opacity: 0;
    position: absolute;
}
.k-splitter-flex {
    display: flex;
    width: 100%;
    height: auto;
}
.k-splitter-flex .k-pane {
    position: relative;
    flex: 1 1 auto;
    display: block;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    max-height: 100%;
    height: 100%;
}
.k-splitter-flex .k-pane-static {
    flex-grow: 0;
    flex-shrink: 0;
}
.k-splitter-flex .k-pane-flex {
    display: flex;
}
.k-splitter-flex .k-splitbar {
    position: static;
    flex: 0 0 auto;
}
.k-splitter-flex .k-pane.k-state-hidden, .k-splitter-flex .k-pane[hidden],
.k-splitter-flex .k-pane-flex.k-state-hidden,
.k-splitter-flex .k-pane-flex[hidden] {
    flex: 0 1 0% !important;
    overflow: hidden !important;
    display: block !important;
}
.k-splitter-flex.k-splitter-horizontal {
    flex-direction: row;
}
.k-splitter-flex.k-splitter-horizontal[dir="rtl"] > .k-splitbar > .k-collapse-next,
.k-splitter-flex.k-splitter-horizontal[dir="rtl"] > .k-splitbar > .k-collapse-prev {
    transform: scaleX(-1);
}
.k-splitter-flex.k-splitter-vertical {
    flex-direction: column;
}
.k-splitter {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-splitbar {
    color: #424242;
    background-color: #fafafa;
}
.k-splitbar:hover,
.k-splitbar.k-state-hover,
.k-splitbar-horizontal-hover,
.k-splitbar-vertical-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-splitbar:focus,
.k-splitbar.k-state-focus,
.k-splitbar.k-state-focused {
    color: #ffffff;
    background: #ff6358;
}
.k-ghost-splitbar {
    background-color: #f0f0f0;
}
.k-tilelayout {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    display: grid;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-tilelayout .k-card {
    box-shadow: none;
    border-width: 1px;
}
.k-tilelayout-item {
    position: relative;
    z-index: 0;
}
.k-layout-item-hint {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    position: relative;
}
.k-layout-item-hint.k-layout-item-hint-resize {
    z-index: 3;
}
.k-tilelayout-item-header.k-card-header {
    z-index: 0;
}
.k-tilelayout-item-body {
    min-height: 0;
}
.k-tilelayout {
    background-color: #fafafa;
}
.k-tilelayout-item:focus,
.k-tilelayout-item.k-state-focus,
.k-tilelayout-item.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}
.k-layout-item-hint {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 0.2);
}
.k-skeleton {
    display: block;
}
.k-skeleton-text {
    border-radius: 2px;
    transform: scale(1, 0.6);
}
.k-skeleton-text:empty::before {
    content: "\00a0";
}
.k-skeleton-rect {
    border-radius: 0;
}
.k-skeleton-circle {
    border-radius: 9999px;
}
@keyframes k-skeleton-wave {
    0% {
        transform: translateX(-100%);
    }
    60% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.k-skeleton-wave .k-skeleton, .k-skeleton-wave.k-skeleton {
    position: relative;
    overflow: hidden;
}
.k-skeleton-wave .k-skeleton::after, .k-skeleton-wave.k-skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    animation: k-skeleton-wave 1.6s linear .5s infinite;
}
@keyframes k-skeleton-pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
.k-skeleton-pulse .k-skeleton, .k-skeleton-pulse.k-skeleton {
    animation: k-skeleton-pulse 1.5s ease-in-out .5s infinite;
}
.k-skeleton {
    background-color: rgba(66, 66, 66, 0.2);
}
.k-skeleton-wave .k-skeleton::after, .k-skeleton-wave.k-skeleton::after {
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.04), transparent);
}
.k-grid {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-grid.k-grid-display-block {
    display: block;
}
.k-grid .k-grid-container {
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
}
.k-grid .k-grid-aria-root {
    border-color: inherit;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden;
}
.k-grid table {
    margin: 0;
    width: 100%;
    max-width: none;
    border-width: 0;
    border-color: inherit;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    outline: 0;
}
.k-grid thead,
.k-grid tbody,
.k-grid tfoot {
    text-align: left;
    border-color: inherit;
}
.k-grid tr {
    border-color: inherit;
}
.k-grid th,
.k-grid td {
    padding: 8px 12px;
    border-style: solid;
    border-color: inherit;
    outline: 0;
    font-weight: inherit;
    text-align: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-grid th:first-child,
.k-grid td:first-child {
    border-left-width: 0;
}
.k-grid th:focus,
.k-grid td:focus {
    outline: none;
}
.k-grid th .k-placeholder-line,
.k-grid td .k-placeholder-line {
    width: 80%;
}
.k-grid th {
    padding: 8px 12px;
    border-width: 0 0 1px 1px;
    white-space: nowrap;
}
.k-grid td {
    border-width: 0 0 0px 1px;
    vertical-align: middle;
}
.k-grid a {
    color: inherit;
    text-decoration: none;
}
.k-grid a:hover {
    text-decoration: none;
}
.k-grid table,
.k-grid .k-grid-header-wrap {
    box-sizing: content-box;
}
.k-grid .k-group-col,
.k-grid .k-hierarchy-col {
    padding: 0;
    width: 32px;
}
.k-grid .k-grouping-row p {
    margin: 0;
    display: flex;
    align-items: center;
    align-content: center;
}
.k-grid .k-grouping-row td {
    overflow: visible;
}
.k-grid .k-grouping-row + tr td {
    border-top-width: 1px;
}
.k-grid .k-grouping-row .k-group-cell,
.k-grid .k-grouping-row + tr .k-group-cell {
    border-top-width: 0;
    text-overflow: clip;
}
.k-grid .k-grouping-row .k-icon {
    margin-left: -4px;
    margin-right: 8px;
    text-decoration: none;
}
.k-grid .k-group-footer td {
    border-style: solid;
    border-width: 1px 0;
}
.k-grid .k-group-footer .k-group-cell + td {
    border-left-width: 1px;
}
.k-grid .k-hierarchy-cell,
.k-grid .k-drag-cell {
    text-align: center;
    padding: 0;
    overflow: visible;
}
.k-grid .k-hierarchy-cell > .k-icon,
.k-grid .k-drag-cell > .k-icon {
    padding: 8px 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    outline: 0;
}
.k-grid .k-hierarchy-cell + .k-grid-content-sticky {
    border-left-width: 1px;
}
.k-grid .k-detail-row .k-detail-cell {
    border-left-width: 0;
}
.k-grid[dir="rtl"] thead,
.k-grid[dir="rtl"] tbody,
.k-grid[dir="rtl"] tfoot,
.k-rtl .k-grid thead,
.k-rtl .k-grid tbody,
.k-rtl .k-grid tfoot {
    text-align: right;
}
.k-grid[dir="rtl"] th,
.k-rtl .k-grid th {
    white-space: nowrap;
}
.k-grid[dir="rtl"] .k-grid-header-wrap,
.k-grid[dir="rtl"] .k-grid-footer-wrap,
.k-rtl .k-grid .k-grid-header-wrap,
.k-rtl .k-grid .k-grid-footer-wrap {
    border-width: 0 0 0 1px;
}
.k-grid[dir="rtl"] .k-group-indicator .k-button-flat, .k-grid[dir="rtl"] .k-group-indicator .k-button.k-flat,
.k-grid[dir="rtl"] .k-group-indicator .k-button.k-bare,
.k-rtl .k-grid .k-group-indicator .k-button-flat,
.k-rtl .k-grid .k-group-indicator .k-button.k-flat,
.k-rtl .k-grid .k-group-indicator .k-button.k-bare {
    margin-left: -2px;
    margin-right: 8px;
}
.k-grid[dir="rtl"] .k-group-indicator .k-link .k-icon,
.k-rtl .k-grid .k-group-indicator .k-link .k-icon {
    margin-left: 4px;
    margin-right: -2px;
}
.k-grid[dir="rtl"] .k-group-indicator,
.k-rtl .k-grid .k-group-indicator {
    margin-right: 0;
    margin-left: 4px;
}
.k-grid[dir="rtl"] .k-group-indicator + .k-group-indicator,
.k-rtl .k-grid .k-group-indicator + .k-group-indicator {
    margin-right: 4px;
}
.k-grid[dir="rtl"] .k-grid-content-locked,
.k-grid[dir="rtl"] .k-grid-footer-locked,
.k-grid[dir="rtl"] .k-grid-header-locked,
.k-rtl .k-grid .k-grid-content-locked,
.k-rtl .k-grid .k-grid-footer-locked,
.k-rtl .k-grid .k-grid-header-locked {
    border-left-width: 1px;
    border-right-width: 0;
}
.k-grid[dir="rtl"] .k-grid-header-sticky,
.k-grid[dir="rtl"] .k-grid-content-sticky,
.k-grid[dir="rtl"] .k-grid-footer-sticky,
.k-rtl .k-grid .k-grid-header-sticky,
.k-rtl .k-grid .k-grid-content-sticky,
.k-rtl .k-grid .k-grid-footer-sticky {
    border-left-width: 1px;
}
.k-grid[dir="rtl"] .k-grid-header-sticky:not([style*="display: none"]) + td,
.k-grid[dir="rtl"] .k-grid-header-sticky:not([style*="display: none"]) + th,
.k-grid[dir="rtl"] .k-grid-content-sticky:not([style*="display: none"]) + td,
.k-grid[dir="rtl"] .k-grid-content-sticky:not([style*="display: none"]) + th,
.k-rtl .k-grid .k-grid-header-sticky:not([style*="display: none"]) + td,
.k-rtl .k-grid .k-grid-header-sticky:not([style*="display: none"]) + th,
.k-rtl .k-grid .k-grid-content-sticky:not([style*="display: none"]) + td,
.k-rtl .k-grid .k-grid-content-sticky:not([style*="display: none"]) + th {
    border-left-width: 1px;
    border-right-width: 0;
}
.k-grid[dir="rtl"] .k-grid-header-sticky.k-header:first-child,
.k-rtl .k-grid .k-grid-header-sticky.k-header:first-child {
    border-left-width: 1px;
}
.k-grid[dir="rtl"] .k-grid-row-sticky,
.k-rtl .k-grid .k-grid-row-sticky {
    border-bottom-width: 1px;
    border-top-width: 1px;
}
.k-grid[dir="rtl"] th,
.k-rtl .k-grid th {
    border-width: 0 1px 1px 0;
}
.k-grid[dir="rtl"] th:first-child,
.k-rtl .k-grid th:first-child {
    border-right-width: 0;
}
.k-grid[dir="rtl"] td,
.k-rtl .k-grid td {
    border-width: 0 1px 0 0;
}
.k-grid[dir="rtl"] td:first-child,
.k-rtl .k-grid td:first-child {
    border-right-width: 0;
}
.k-grid[dir="rtl"] td.k-hierarchy-cell,
.k-rtl .k-grid td.k-hierarchy-cell {
    border-right-width: 0;
}
.k-grid[dir="rtl"] .k-hierarchy-cell + td,
.k-rtl .k-grid .k-hierarchy-cell + td {
    border-right-width: 0;
}
.k-grid[dir="rtl"] .k-grid-header .k-header,
.k-rtl .k-grid .k-grid-header .k-header {
    z-index: 1;
}
.k-grid[dir="rtl"] .k-grid-header .k-header.k-first,
.k-rtl .k-grid .k-grid-header .k-header.k-first {
    border-left-width: 0;
    border-right-width: 1px;
}
.k-grid[dir="rtl"] .k-grid-header .k-with-icon,
.k-grid[dir="rtl"] .k-grid-header .k-filterable,
.k-rtl .k-grid .k-grid-header .k-with-icon,
.k-rtl .k-grid .k-grid-header .k-filterable {
    padding-left: calc(1.4285714286em + 14px);
    padding-right: 12px;
}
.k-grid[dir="rtl"] .k-grid-header .k-grid-filter,
.k-grid[dir="rtl"] .k-grid-header .k-header-column-menu,
.k-rtl .k-grid .k-grid-header .k-grid-filter,
.k-rtl .k-grid .k-grid-header .k-header-column-menu {
    right: auto;
    left: 4px;
}
.k-grid[dir="rtl"] .k-grid-header-sticky.k-header.k-first,
.k-rtl .k-grid .k-grid-header-sticky.k-header.k-first {
    border-left-width: 1px;
}
.k-grid[dir="rtl"] .k-grid-header-sticky.k-header.k-grid-no-left-border.k-first,
.k-rtl .k-grid .k-grid-header-sticky.k-header.k-grid-no-left-border.k-first {
    border-left-width: 1px;
    border-right-width: 0;
}
.k-grid[dir="rtl"] .k-filtercell-operator,
.k-rtl .k-grid .k-filtercell-operator {
    margin-left: 0;
    margin-right: 4px;
}
.k-grid[dir="rtl"] .k-dirty,
.k-rtl .k-grid .k-dirty {
    border-color: currentColor currentColor transparent transparent;
    left: auto;
    right: 0;
}
.k-grid[dir="rtl"] .k-grid-header-wrap,
.k-grid[dir="rtl"] .k-grid-footer-wrap,
.k-rtl .k-grid .k-grid-header-wrap,
.k-rtl .k-grid .k-grid-footer-wrap {
    margin-left: -1px;
    margin-right: 0;
}
.k-grid[dir="rtl"] .k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable,
.k-rtl .k-grid .k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable {
    margin-left: 0;
}
.k-grid[dir="rtl"] .k-group-footer td,
.k-rtl .k-grid .k-group-footer td {
    border-width: 1px 0;
}
.k-grid[dir="rtl"] .k-group-footer .k-group-cell + td,
.k-rtl .k-grid .k-group-footer .k-group-cell + td {
    border-right-width: 1px;
}
.k-grid[dir="rtl"] .k-grouping-row .k-icon,
.k-rtl .k-grid .k-grouping-row .k-icon {
    margin-left: 8px;
    margin-right: -4px;
}
.k-grid[dir="rtl"] .k-column-resizer,
.k-rtl .k-grid .k-column-resizer {
    left: 0;
    right: auto;
}
.k-grid .k-dirty-cell {
    position: relative;
}
.k-grid .k-dirty-cell.k-edit-cell {
    position: static;
}
.k-grid .k-dirty-cell.k-grid-content-sticky {
    position: sticky;
}
.k-grid .k-dirty {
    border-width: 5px;
    border-color: currentColor transparent transparent currentColor;
    left: 0;
    right: auto;
}
.k-grid .k-grid-content-locked + .k-grid-content {
    box-sizing: content-box;
}
.k-grid .k-grid-content-expander {
    position: absolute;
    visibility: hidden;
    height: 1px;
    bottom: 1px;
}
.k-grid .k-grid-filter,
.k-grid .k-header-column-menu,
.k-grid .k-hierarchy-cell .k-icon {
    border-width: 0;
}
.k-grid .k-drag-col {
    padding: 0;
    width: 36px;
}
.k-grid .k-drag-cell {
    cursor: move;
}
.k-grid-toolbar {
    border-width: 0 0 1px;
    flex-shrink: 0;
}
.k-grid-toolbar-bottom {
    border-width: 1px 0 0;
}
.k-grid-search {
    width: 12.4em;
}
.k-grouping-header {
    padding: 8px 8px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    white-space: normal;
    flex-shrink: 0;
    display: block;
    position: relative;
}
.k-grouping-header::before {
    content: "";
    height: calc(1.4285714286em + 10px);
    display: inline-block;
    vertical-align: middle;
}
.k-grouping-header-flex {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 8px;
}
.k-grouping-header-flex::before {
    margin-left: -8px;
}
.k-grouping-header-flex .k-group-indicator {
    margin: 0;
}
.k-grid .k-indicator-container {
    margin: -8px 0;
    padding: 8px 0;
}
.k-grid .k-indicator-container:last-child {
    flex-grow: 1;
}
.k-group-indicator {
    border-radius: 2px;
    margin: 0;
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    vertical-align: top;
    box-sizing: border-box;
}
.k-group-indicator .k-link,
.k-group-indicator .k-button-flat,
.k-group-indicator .k-button.k-flat,
.k-group-indicator .k-button.k-bare {
    padding: 0;
    border-width: 0;
    display: inline-flex;
    align-items: center;
}
.k-group-indicator .k-link .k-icon {
    margin-left: -2px;
    margin-right: 4px;
}
.k-group-indicator .k-button-flat,
.k-group-indicator .k-button.k-flat,
.k-group-indicator .k-button.k-bare {
    margin-left: 8px;
    margin-right: -2px;
    padding: 0;
    width: auto;
    height: auto;
    opacity: .5;
}
.k-group-indicator .k-button-flat::before, .k-group-indicator .k-button.k-flat::before,
.k-group-indicator .k-button.k-bare::before, .k-group-indicator .k-button-flat::after, .k-group-indicator .k-button.k-flat::after,
.k-group-indicator .k-button.k-bare::after {
    display: none;
}
.k-group-indicator .k-button-flat:hover, .k-group-indicator .k-button.k-flat:hover,
.k-group-indicator .k-button.k-bare:hover {
    opacity: 1;
}
.k-group-indicator {
    margin-right: 4px;
}
.k-group-indicator + .k-group-indicator {
    margin-left: 4px;
}
.k-grouping-dropclue {
    width: 12px;
    height: calc(1.4285714286em + 10px);
    position: absolute;
    top: 3px;
    box-sizing: content-box;
}
.k-grouping-dropclue::before, .k-grouping-dropclue::after {
    display: inline-block;
    content: "";
    position: absolute;
}
.k-grouping-dropclue::before {
    border-width: 6px;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    top: 0;
}
.k-grouping-dropclue::after {
    width: 2px;
    height: calc(100% - 6px);
    top: 6px;
    left: 5px;
}
.k-grid-header-wrap,
.k-grid-footer-wrap {
    margin-right: -1px;
    width: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: inherit;
    position: relative;
    overflow: hidden;
}
.k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable {
    margin-right: 0;
}
.k-ie .k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable {
    display: inline-block;
}
.k-grid-header,
.k-grid-footer {
    padding-inline-start: 0;
    padding-inline-end: var(--kendo-scrollbar-width, 17px);
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    flex: 0 0 auto;
}
.k-grid-header table,
.k-grid-footer table {
    table-layout: fixed;
}
div.k-grid-header,
div.k-grid-footer {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.k-grid-header {
    border-bottom-width: 1px;
}
.k-grid-header table {
    margin-bottom: -1px;
}
.k-grid-header.k-grid-draggable-header {
    -webkit-user-select: none;
            user-select: none;
    touch-action: none;
}
.k-grid-header .k-header {
    position: relative;
    vertical-align: bottom;
    cursor: default;
}
.k-grid-header .k-header:first-child {
    border-left-width: 0;
}
.k-grid-header .k-header.k-first {
    border-left-width: 1px;
}
.k-grid-header .k-header > .k-link {
    margin: -8px -12px;
    padding: 8px 12px;
    line-height: inherit;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
}
.k-ie .k-grid-header .k-header > .k-link {
    margin: 0;
    padding: 0;
}
.k-grid-header .k-with-icon,
.k-grid-header .k-filterable {
    padding-right: calc(1.4285714286em + 14px);
}
.k-ie .k-grid-header .k-with-icon, .k-ie
.k-grid-header .k-filterable {
    padding-right: calc(1.4285714286em + 14px);
}
.k-grid-header .k-header > .k-link:focus {
    text-decoration: none;
}
.k-grid-header .k-grid-filter,
.k-grid-header .k-header-column-menu {
    padding: 4px;
    width: calc(1.4285714286em + 10px);
    height: calc(1.4285714286em + 10px);
    box-sizing: border-box;
    outline: 0;
    line-height: 1.4285714286;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 1;
}
.k-ie .k-grid-header .k-grid-filter, .k-ie
.k-grid-header .k-header-column-menu {
    position: static;
    float: right;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: calc(-1.4285714286em + -10px);
}
.k-grid-header .k-grid-filter:hover,
.k-grid-header .k-header-column-menu:hover {
    cursor: pointer;
}
.k-grid-header .k-header > .k-link > .k-icon.k-i-sort-desc-sm, .k-grid-header .k-header > .k-link > .k-icon.k-i-sort-asc-sm {
    vertical-align: text-top;
    margin-left: 7px;
}
.k-grid-header .k-sort-order {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    font-size: 12px;
    margin-top: 2px;
    margin-left: -2px;
}
.k-column-resizer {
    width: .5em;
    height: 1000%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: col-resize;
}
.k-grid-footer {
    border-top-width: 1px;
}
.k-grid-footer td {
    height: 1.4285714286em;
}
.k-grid-footer td,
.k-group-footer td,
.k-grouping-row td {
    font-weight: bold;
}
.k-grid-filter-popup {
    min-width: 200px;
}
.k-grid-column-menu-standalone a.k-grid-filter {
    position: initial;
    display: inline-block;
    margin: -4px 0;
    padding: 4px 8px;
}
.k-grid-columnmenu-popup {
    width: 230px;
}
.k-grid-columnmenu-popup.k-popup {
    padding: 2px 0;
}
.k-filter-row {
    line-height: 1.4285714286;
}
.k-filter-row td,
.k-filter-row th {
    border-width: 0 0 1px 1px;
    white-space: nowrap;
    padding: 8px 8px;
}
.k-filter-row td:first-child {
    border-left-width: 0;
}
.k-filter-row .k-multiselect, .k-filter-row .k-dropdowntree {
    height: auto;
}
.k-filter-row .k-filtercell .k-widget.k-sized-input {
    flex: 0 1 auto;
}
.k-filtercell {
    width: auto;
    display: flex;
}
.k-filtercell > span,
.k-filtercell .k-filtercell-wrapper {
    display: flex;
    flex: 1 1 auto;
}
.k-filtercell > span > label,
.k-filtercell .k-filtercell-wrapper > label {
    vertical-align: middle;
}
.k-filtercell .k-filtercell-wrapper > .k-widget {
    width: 100%;
}
.k-filtercell > span .k-button {
    visibility: visible;
    pointer-events: all;
}
.k-filtercell > span .k-button,
.k-filtercell > span .k-dropdown-operator {
    margin-left: 4px;
}
.k-ie .k-filtercell > span .k-button, .k-ie
.k-filtercell > span .k-dropdown-operator {
    min-width: calc(1.4285714286em + 8px);
}
.k-filtercell > span .k-widget {
    width: auto;
}
.k-filtercell .k-filtercell-operator > .k-button.k-clear-button-visible {
    visibility: visible;
    height: calc(1.4285714286em + 10px);
}
.k-filtercell .k-filtercell-operator > .k-button:not(.k-clear-button-visible) {
    visibility: hidden;
    pointer-events: none;
}
.k-filtercell .k-filtercell-operator {
    margin-left: 4px;
}
.k-filtercell .k-widget:not(.k-dropdown-operator),
.k-filtercell .k-filtercell-wrapper > .k-textbox {
    display: flex;
    flex: 1 1 auto;
}
.k-filtercell .k-filtercell-wrapper > .k-textbox {
    width: 100%;
    min-width: 0;
}
.k-grid-content,
.k-grid-content-locked {
    border-color: inherit;
    outline: 0;
}
.k-grid-content table,
.k-grid-content-locked table {
    table-layout: fixed;
}
.k-grid-content tr:last-child > td,
.k-grid-content-locked tr:last-child > td {
    border-bottom-width: 0;
}
.k-grid-content {
    width: 100%;
    min-height: 0;
    overflow: auto;
    overflow-x: auto;
    overflow-y: scroll;
    position: relative;
    flex: 1;
}
.k-virtual-scrollable-wrap {
    height: 100%;
    overflow-y: hidden;
    position: relative;
}
.k-grid .k-edit-cell,
.k-grid .k-command-cell,
.k-grid .k-grid-edit-row td {
    padding: 3px 12px;
    text-overflow: clip;
}
.k-grid .k-edit-cell > input:not([type="checkbox"]):not([type="radio"]),
.k-grid .k-edit-cell > select,
.k-grid .k-edit-cell > .k-textbox,
.k-grid .k-edit-cell > .k-widget:not(.k-switch),
.k-grid .k-grid-edit-row td > input:not([type="checkbox"]):not([type="radio"]),
.k-grid .k-grid-edit-row td > select,
.k-grid .k-grid-edit-row td > .k-textbox,
.k-grid .k-grid-edit-row td > .k-widget:not(.k-switch) {
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}
.k-grid .k-command-cell > .k-button {
    vertical-align: middle;
}
.k-grid .k-command-cell > .k-button + .k-button {
    margin-left: 8px;
    margin-inline-end: unset;
    margin-inline-start: 8px;
}
.k-grid > .k-resize-handle,
.k-grid-header .k-resize-handle {
    height: 25px;
    cursor: col-resize;
    position: absolute;
    z-index: 2;
}
.k-grid-pager {
    border-width: 1px 0 0;
    border-color: inherit;
    font-size: inherit;
}
.k-grid-pager-top {
    border-width: 0 0 1px;
}
.k-pager-input .k-numerictextbox {
    margin: 0 7px;
    width: 3em;
}
.k-grid-virtual .k-grid-content .k-grid-table-wrap {
    float: left;
    width: 100%;
}
.k-grid-virtual .k-grid-content .k-grid-table {
    position: relative;
    float: left;
    z-index: 1;
}
.k-grid-virtual .k-grid-content > .k-height-container {
    position: relative;
    float: left;
}
.k-grid-virtual .k-grid-content::after {
    content: "";
    display: block;
    clear: both;
}
.k-width-container {
    position: absolute;
    visibility: hidden;
}
.k-width-container div {
    height: 1px;
}
.k-grid-virtual[dir="rtl"] .k-grid-content .k-grid-table,
.k-grid-virtual.k-rtl .k-grid-content .k-grid-table {
    float: right;
}
.k-grid-add-row td {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.k-grid-lockedcolumns {
    white-space: nowrap;
}
.k-grid-content,
.k-grid-content-locked,
.k-pager-wrap {
    white-space: normal;
}
.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked {
    flex: 0 0 auto;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    border-style: solid;
    border-width: 0 1px 0 0;
    box-sizing: content-box;
}
.k-grid-content-locked + .k-grid-content.k-auto-scrollable,
.k-grid-footer-locked + .k-grid-content.k-auto-scrollable,
.k-grid-header-locked + .k-grid-content.k-auto-scrollable {
    display: inline-block;
}
.k-grid-content,
.k-grid-footer-wrap,
.k-grid-header-wrap {
    flex: 1 1 auto;
    display: inline-block;
    vertical-align: top;
}
.k-grid-content.k-auto-scrollable,
.k-grid-footer-wrap.k-auto-scrollable,
.k-grid-header-wrap.k-auto-scrollable {
    display: block;
}
.k-grid-header-locked > table,
.k-grid-header-wrap > table {
    margin-bottom: -1px;
}
.k-grid-header .k-header.k-grid-header-sticky,
.k-grid-header .k-filter-row .k-grid-header-sticky,
.k-grid-content-sticky,
.k-grid-row-sticky,
.k-grid-footer-sticky {
    position: sticky;
    z-index: 2;
}
.k-grid-header .k-header.k-grid-header-sticky.k-edit-cell,
.k-grid-header .k-filter-row .k-grid-header-sticky.k-edit-cell,
.k-grid-content-sticky.k-edit-cell,
.k-grid-row-sticky.k-edit-cell,
.k-grid-footer-sticky.k-edit-cell {
    overflow: visible;
    z-index: 3;
}
kendo-grid tr.k-grid-row-sticky {
    border: 0;
    position: static;
    z-index: auto;
}
kendo-grid .k-grid-row-sticky td {
    border-bottom-width: 1px;
    border-top-width: 1px;
    position: sticky;
    top: inherit;
    bottom: inherit;
}
kendo-grid .k-grid-row-sticky td {
    z-index: 2;
}
kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky {
    z-index: 3;
}
kendo-grid .k-grid-header-locked th.k-grid-header-sticky:last-child,
kendo-grid .k-grid-content-locked tr .k-grid-content-sticky:last-child {
    border-right: 0;
}
kendo-grid .k-grid-header .k-grid-column-menu {
    z-index: 5;
}
.k-grid-content-sticky.k-grid-row-sticky {
    z-index: 3;
}
.k-grid .k-grid-header-sticky,
.k-grid .k-grid-content-sticky,
.k-grid .k-grid-footer-sticky {
    border-right-width: 1px;
}
.k-grid .k-grid-header-sticky:not([style*="display: none"]) + td,
.k-grid .k-grid-header-sticky:not([style*="display: none"]) + th,
.k-grid .k-grid-content-sticky:not([style*="display: none"]) + td,
.k-grid .k-grid-content-sticky:not([style*="display: none"]) + th,
.k-grid .k-grid-footer-sticky:not([style*="display: none"]) + td,
.k-grid .k-grid-footer-sticky:not([style*="display: none"]) + th {
    border-left-width: 0;
}
.k-grid .k-grid-row-sticky {
    border-bottom-width: 1px;
    border-top-width: 1px;
}
.k-grid-header-sticky.k-header.k-grid-no-left-border.k-first {
    border-left-width: 0;
}
.k-grid.k-grid-no-scrollbar .k-grid-header-wrap,
.k-grid.k-grid-no-scrollbar .k-grid-footer-wrap {
    margin: 0;
    border-width: 0;
}
.k-grid.k-grid-no-scrollbar .k-grid-header,
.k-grid.k-grid-no-scrollbar .k-grid-footer {
    padding: 0;
}
.k-grid.k-grid-no-scrollbar .k-grid-content {
    overflow-y: auto;
}
.k-grid-norecords {
    text-align: center;
}
div.k-grid-norecords {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.k-grid-norecords-template {
    width: 20em;
    height: 4em;
    line-height: 4em;
    margin: 0 auto;
    border: 1px solid;
}
.k-header > .k-cell-inner {
    margin: -8px calc(-1.4285714286em - -2px) -8px -12px;
}
.k-filterable > .k-cell-inner {
    margin: -8px calc(-1.4285714286em + -10px) -8px -12px;
}
.k-filterable > .k-cell-inner .k-link {
    padding-right: 0;
}
.k-cell-inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    overflow: hidden;
}
.k-cell-inner > .k-link {
    padding: 8px 12px;
    width: auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    flex: 1;
    overflow: hidden;
}
.k-cell-inner > .k-link > .k-icon.k-i-sort-desc-sm,
.k-cell-inner > .k-link > .k-icon.k-i-sort-asc-sm {
    margin-left: 0;
    display: inline-block;
    flex-shrink: 0;
}
.k-cell-inner .k-sort-order {
    flex-shrink: 0;
    line-height: normal;
}
.k-cell-inner .k-grid-filter,
.k-cell-inner .k-header-column-menu {
    position: static;
}
.k-cell-inner .k-grid-filter,
.k-cell-inner .k-header-column-menu,
.k-cell-inner .k-hierarchy-cell .k-icon {
    text-align: center;
    display: inline-block;
    flex-shrink: 0;
}
.k-column-title {
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    overflow: hidden;
}
.k-loading-pdf-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.k-loading-pdf-mask > .k-i-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 64px;
}
.k-loading-pdf-mask .k-loading-pdf-progress {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.k-pdf-export .k-loading-pdf-mask {
    display: none;
}
.k-grid-pdf-export-element {
    position: absolute;
    left: -10000px;
    top: -10000px;
}
.k-grid-pdf-export-element .k-filter-row {
    display: none;
}
.k-pdf-export-shadow .k-grid {
    float: left;
    width: auto !important;
}
.k-pdf-export-shadow .k-grid,
.k-pdf-export-shadow .k-grid-content,
.k-pdf-export-shadow .k-grid-content-locked {
    height: auto !important;
    overflow: visible;
}
.k-pdf-export-shadow .k-grid-header-locked + .k-grid-header-wrap,
.k-pdf-export-shadow .k-grid-header-locked + .k-grid-content,
.k-pdf-export-shadow .k-grid-header-locked + .k-grid-footer-wrap {
    width: auto !important;
}
.k-pdf-export-shadow .k-grid-header,
.k-pdf-export-shadow .k-grid[data-role="grid"] .k-grid-footer {
    padding: 0 !important;
}
.k-filter-menu.k-popup .k-filter-menu-container,
.k-grid-filter-popup.k-popup .k-filter-menu-container {
    width: 230px;
}
.k-filter-menu.k-popup .k-multicheck-wrap,
.k-grid-filter-popup.k-popup .k-multicheck-wrap,
.k-popup .k-filter-menu .k-multicheck-wrap,
.k-popup .k-grid-filter-popup .k-multicheck-wrap {
    padding: 8px 8px 0;
}
.k-filter-menu.k-popup .k-multicheck-wrap .k-item,
.k-grid-filter-popup.k-popup .k-multicheck-wrap .k-item,
.k-popup .k-filter-menu .k-multicheck-wrap .k-item,
.k-popup .k-grid-filter-popup .k-multicheck-wrap .k-item {
    padding: 2px 0;
}
.k-filter-menu.k-popup .k-multicheck-wrap .k-check-all-wrap,
.k-grid-filter-popup.k-popup .k-multicheck-wrap .k-check-all-wrap,
.k-popup .k-filter-menu .k-multicheck-wrap .k-check-all-wrap,
.k-popup .k-grid-filter-popup .k-multicheck-wrap .k-check-all-wrap {
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.k-filter-menu.k-popup .k-filter-help-text,
.k-grid-filter-popup.k-popup .k-filter-help-text,
.k-popup .k-filter-menu .k-filter-help-text,
.k-popup .k-grid-filter-popup .k-filter-help-text {
    padding: 8px 8px 0;
}
.k-filter-menu.k-popup .k-filter-selected-items,
.k-grid-filter-popup.k-popup .k-filter-selected-items,
.k-popup .k-filter-menu .k-filter-selected-items,
.k-popup .k-grid-filter-popup .k-filter-selected-items {
    padding: 8px 8px 0;
}
.k-filter-menu .k-filter-menu-container {
    box-sizing: border-box;
}
.k-filter-menu .k-widget,
.k-filter-menu .k-radio-list,
.k-filter-menu .k-textbox,
.k-filter-menu .k-searchbox {
    margin: 8px 8px 0;
    width: calc(100% - 16px);
    box-sizing: border-box;
    display: flex;
}
.k-filter-menu .k-widget.k-filter-and {
    width: 6em;
}
.k-filter-menu .k-widget.k-button-group {
    width: auto;
    display: inline-flex;
}
.k-filter-menu .k-switch {
    width: 60px;
    display: inline-flex;
}
.k-multicheck-wrap {
    max-height: 300px;
    white-space: nowrap;
    overflow: auto;
}
.k-filter-selected-items {
    font-weight: bold;
    line-height: normal;
    white-space: nowrap;
}
.k-autofitting {
    width: auto !important;
    table-layout: auto !important;
}
.k-autofitting th.k-header,
.k-autofitting td {
    white-space: nowrap !important;
}
.k-autofitting .k-detail-row {
    display: none !important;
}
.k-autofitting input.k-input,
.k-autofitting span.k-input,
.k-autofitting input.k-textbox {
    width: 0 !important;
}
.k-column-list {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.k-column-chooser-title,
.k-column-list-item {
    padding: 2px 8px;
}
.k-column-list-item {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
}
.k-columns-items-wrap {
    padding: 6px 0;
}
.k-columnmenu-item {
    padding: 4px 8px;
    outline: 0;
    cursor: pointer;
}
.k-columnmenu-item > .k-icon {
    margin-right: 4px;
}
.k-columnmenu-item-wrapper + .k-columnmenu-item-wrapper {
    border-top: 1px solid;
    border-top-color: rgba(0, 0, 0, 0.08);
}
.k-columnmenu-item-content {
    overflow: hidden;
}
.k-filter-menu .k-actions, .k-filter-menu .k-action-buttons,
.k-filter-menu .k-columnmenu-actions,
.k-column-list-wrapper .k-actions,
.k-column-list-wrapper .k-action-buttons,
.k-column-list-wrapper .k-columnmenu-actions,
.k-columnmenu-item-content .k-actions,
.k-columnmenu-item-content .k-action-buttons,
.k-columnmenu-item-content .k-columnmenu-actions {
    margin-top: 4px;
    padding: 8px 8px;
}
.k-column-menu-group-header {
    padding: 4px 8px;
    display: flex;
    flex: 0 0 auto;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
}
.k-column-menu-group-header-text {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 12px;
    line-height: 1.4285714286;
    font-weight: bold;
    text-transform: uppercase;
    flex: 1 1 auto;
}
.k-column-menu .k-menu:not(.k-context-menu) {
    font-weight: 400;
}
.k-column-menu .k-expander {
    border: 0;
    background: inherit;
}
.k-column-menu .k-expander .k-columnmenu-item {
    display: flex;
    align-items: center;
}
[dir="rtl"] .k-columnmenu-item > .k-icon,
.k-rtl .k-columnmenu-item > .k-icon {
    margin-left: 4px;
    margin-right: 0;
}
[dir="rtl"] .k-header > .k-cell-inner,
.k-rtl .k-header > .k-cell-inner {
    margin-right: -12px;
    margin-left: calc(-1.4285714286em - -2px);
}
[dir="rtl"] .k-header > .k-cell-inner .k-sort-order,
.k-rtl .k-header > .k-cell-inner .k-sort-order {
    margin-right: -2px;
    margin-left: 0;
}
[dir="rtl"] .k-filterable > .k-cell-inner,
.k-rtl .k-filterable > .k-cell-inner {
    margin-right: -12px;
    margin-left: calc(-1.4285714286em + -10px);
}
[dir="rtl"] .k-filterable > .k-cell-inner .k-link,
.k-rtl .k-filterable > .k-cell-inner .k-link {
    padding-right: 12px;
    padding-left: 0;
}
.k-ie .k-grid-header,
.k-ie .k-grid-footer {
    padding-right: 17px;
    padding-left: 0;
    display: block;
}
.k-ie [dir="rtl"] .k-grid-header,
.k-ie [dir="rtl"] .k-grid-footer,
.k-ie .k-rtl .k-grid-header,
.k-ie .k-rtl .k-grid-footer {
    padding-right: 0;
    padding-left: 17px;
}
.k-grid-header,
.k-header,
th.k-header,
.k-grid-header-wrap,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-grid td,
.k-grid-footer,
.k-grid-footer-wrap,
.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked,
.k-filter-row > td,
.k-filter-row > th {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-grid-header,
.k-grouping-header,
.k-grid-add-row,
.k-grid-footer {
    color: #424242;
    background-color: #fafafa;
}
.k-grid-toolbar {
    border-color: inherit;
    box-shadow: none;
}
.k-grid-content {
    background-color: #ffffff;
}
.k-group-footer td,
.k-grouping-row td,
tbody .k-group-cell {
    color: #424242;
    background-color: #fafafa;
}
.k-grouping-dropclue::before {
    border-color: #424242 transparent transparent;
}
.k-grouping-dropclue::after {
    background-color: #424242;
}
.k-grid {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-grid tr.k-alt {
    background-color: rgba(0, 0, 0, 0.04);
}
.k-grid tbody tr:hover,
.k-grid tbody tr.k-state-hover {
    background-color: #ededed;
}
.k-grid td.k-state-selected,
.k-grid tr.k-state-selected > td {
    background-color: rgba(255, 99, 88, 0.25);
}
.k-grid td.k-state-focused,
.k-grid th.k-state-focused,
.k-grid th:focus,
.k-grid .k-master-row > td:focus,
.k-grid .k-grouping-row > td:focus,
.k-grid .k-detail-row > td:focus,
.k-grid .k-group-footer > td:focus,
.k-grid .k-grid-pager.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-grid .k-grid-filter,
.k-grid .k-header-column-menu,
.k-grid .k-hierarchy-cell .k-icon {
    color: #424242;
}
.k-grid .k-grouping-row {
    background-color: #fafafa;
}
.k-grid .k-grouping-row .k-icon {
    color: #424242;
}
.k-grid .k-grouping-row .k-grid-content-sticky {
    border-color: rgba(0, 0, 0, 0.3);
    border-top-color: rgba(0, 0, 0, 0.08);
}
.k-grid .k-grid-header-locked,
.k-grid .k-grid-content-locked,
.k-grid .k-grid-header-locked .k-header,
.k-grid .k-grid-content-locked td {
    border-color: rgba(0, 0, 0, 0.3);
}
.k-grid .k-grid-content-locked .k-group-footer td,
.k-grid .k-grid-content-locked .k-group-cell {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-grid .k-grid-content-locked .k-grouping-row + tr td {
    border-top-color: rgba(0, 0, 0, 0.08);
}
.k-grid .k-grid-content-locked .k-state-selected td {
    background-color: #ffd8d5;
}
.k-grid .k-grid-content-locked .k-state-selected.k-alt td {
    background-color: #f7d1ce;
}
.k-grid .k-grid-content-locked .k-state-hover td,
.k-grid .k-grid-content-locked tr:hover td {
    background-color: #ebebeb;
}
.k-grid .k-grid-content-locked .k-state-selected:hover td,
.k-grid .k-grid-content-locked .k-state-selected.k-state-hover td {
    background-color: #f1ccc9;
}
.k-grid .k-grid-header-locked .k-header {
    border-bottom-color: rgba(0, 0, 0, 0.08);
}
.k-grid[dir="rtl"] th.k-hierarchy-cell,
.k-grid[dir="rtl"] td.k-hierarchy-cell, .k-grid.k-rtl th.k-hierarchy-cell,
.k-grid.k-rtl td.k-hierarchy-cell {
    border-left-color: transparent;
}
col.k-sorted,
th.k-sorted {
    background-color: rgba(0, 0, 0, 0.02);
}
.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
    color: #ff6358;
}
.k-grid-header .k-grid-filter:hover,
.k-grid-header .k-header-column-menu:hover,
.k-grid-header .k-hierarchy-cell .k-icon:hover {
    background-color: #ebebeb;
}
.k-grid-header .k-grid-filter:focus, .k-grid-header .k-grid-filter.k-state-focus, .k-grid-header .k-grid-filter.k-state-border-down,
.k-grid-header .k-header-column-menu:focus,
.k-grid-header .k-header-column-menu.k-state-focus,
.k-grid-header .k-header-column-menu.k-state-border-down,
.k-grid-header .k-hierarchy-cell .k-icon:focus,
.k-grid-header .k-hierarchy-cell .k-icon.k-state-focus,
.k-grid-header .k-hierarchy-cell .k-icon.k-state-border-down {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.k-grid-header .k-grid-filter.k-state-active,
.k-grid-header .k-header-column-menu.k-state-active,
.k-grid-header .k-hierarchy-cell .k-icon.k-state-active {
    color: #ffffff;
    background-color: #ff6358;
}
.k-grid-header th.k-grid-header-sticky,
.k-grid-header td.k-grid-header-sticky,
.k-grid-header .k-grid-header-sticky.k-sorted {
    color: #424242;
    background-color: #fafafa;
    border-right-color: rgba(0, 0, 0, 0.3);
    border-left-color: rgba(0, 0, 0, 0.3);
}
.k-grid-footer {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-grid-footer .k-grid-footer-sticky {
    border-left-color: rgba(0, 0, 0, 0.3);
    border-right-color: rgba(0, 0, 0, 0.3);
    background-color: #fafafa;
}
.k-master-row .k-grid-content-sticky {
    border-color: rgba(0, 0, 0, 0.3);
    border-top-color: rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}
.k-master-row .k-grid-row-sticky {
    border-top-color: rgba(0, 0, 0, 0.3);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}
.k-master-row.k-alt .k-grid-content-sticky,
.k-master-row.k-alt .k-grid-row-sticky {
    background-color: #f6f6f6;
}
.k-master-row.k-state-selected .k-grid-content-sticky,
.k-master-row.k-state-selected .k-grid-row-sticky,
.k-master-row td.k-grid-content-sticky.k-state-selected {
    background-color: #ffd8d5;
}
.k-master-row.k-state-selected.k-alt .k-grid-content-sticky,
.k-master-row.k-state-selected.k-alt .k-grid-row-sticky,
.k-master-row.k-alt td.k-grid-content-sticky.k-state-selected {
    background-color: #f7d1ce;
}
.k-master-row:hover .k-grid-content-sticky,
.k-master-row:hover .k-grid-row-sticky,
.k-master-row.k-state-hover .k-grid-content-sticky,
.k-master-row.k-state-hover .k-grid-row-sticky {
    background-color: #ebebeb;
}
.k-master-row.k-state-selected:hover .k-grid-content-sticky,
.k-master-row.k-state-selected:hover .k-grid-row-sticky,
.k-master-row.k-state-selected.k-state-hover .k-grid-content-sticky,
.k-master-row.k-state-selected.k-state-hover .k-grid-row-sticky,
.k-master-row:hover td.k-grid-content-sticky.k-state-selected,
.k-master-row.k-state-hover td.k-grid-content-sticky.k-state-selected {
    background-color: #f1ccc9;
}
kendo-grid .k-grid-content-sticky {
    border-top-color: rgba(0, 0, 0, 0.08);
    border-left-color: rgba(0, 0, 0, 0.3);
    border-right-color: rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}
kendo-grid .k-grid-content-sticky:hover, kendo-grid .k-grid-content-sticky.k-state-hover {
    background-color: #ebebeb;
}
kendo-grid .k-grid-row-sticky td {
    border-top-color: rgba(0, 0, 0, 0.3);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}
kendo-grid .k-grid-row-sticky:hover td,
kendo-grid .k-grid-row-sticky.k-state-hover td {
    background-color: #ebebeb;
}
kendo-grid .k-alt .k-grid-content-sticky,
kendo-grid .k-grid-row-sticky.k-alt td {
    background-color: #f6f6f6;
}
kendo-grid tr.k-state-selected .k-grid-content-sticky,
kendo-grid .k-state-selected.k-grid-row-sticky td,
kendo-grid .k-grid-row-sticky td.k-state-selected,
kendo-grid .k-state-selected.k-grid-content-sticky {
    background-color: #ffd8d5;
}
kendo-grid tr.k-state-selected.k-alt .k-grid-content-sticky,
kendo-grid .k-state-selected.k-alt.k-grid-row-sticky td,
kendo-grid .k-alt .k-state-selected.k-grid-content-sticky {
    background-color: #f7d1ce;
}
kendo-grid tr:hover .k-grid-content-sticky,
kendo-grid tr.k-state-hover .k-grid-content-sticky,
kendo-grid .k-grid-row-sticky:hover td,
kendo-grid .k-grid-row-sticky.k-state-hover td,
kendo-grid .k-grid-row-sticky.k-alt:hover td,
kendo-grid .k-grid-row-sticky.k-alt.k-state-hover td,
kendo-grid .k-alt:hover .k-grid-content-sticky,
kendo-grid .k-alt.k-state-hover .k-grid-content-sticky {
    background-color: #ebebeb;
}
kendo-grid tr.k-state-selected:hover .k-grid-content-sticky,
kendo-grid tr.k-state-selected.k-state-hover .k-grid-content-sticky,
kendo-grid .k-state-selected.k-grid-row-sticky:hover td,
kendo-grid .k-state-selected.k-grid-row-sticky.k-state-hover td,
kendo-grid .k-state-selected.k-alt.k-grid-row-sticky:hover td,
kendo-grid .k-state-selected.k-alt.k-grid-row-sticky.k-state-hover td,
kendo-grid tr.k-state-selected.k-alt:hover .k-grid-content-sticky,
kendo-grid tr.k-state-selected.k-alt.k-state-hover .k-grid-content-sticky,
kendo-grid .k-grid-row-sticky:hover td.k-state-selected,
kendo-grid .k-grid-row-sticky.k-state-hover td.k-state-selected,
kendo-grid tr:hover .k-grid-content-sticky.k-state-selected,
kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
    background-color: #f1ccc9;
}
.k-grouping-row .k-grid-content-sticky {
    background-color: #fafafa;
}
.k-grouping-row:hover .k-grid-content-sticky,
.k-grouping-row.k-state-hover .k-grid-content-sticky {
    background-color: #ebebeb;
}
.k-column-list-item:hover,
.k-columnmenu-item:hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-columnmenu-item:focus,
.k-columnmenu-item.k-state-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-columnmenu-item.k-state-selected {
    color: #ffffff;
    background-color: #ff6358;
}
.k-column-menu .k-menu:not(.k-context-menu) {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-column-menu .k-menu:not(.k-context-menu) .k-item {
    color: #424242;
}
.k-column-menu .k-menu:not(.k-context-menu) .k-item:hover, .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-selected {
    color: #ffffff;
    background-color: #ff6358;
}
.k-column-menu .k-menu:not(.k-context-menu) .k-item:focus, .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-column-menu-group-header-text {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
}
.k-check-all-wrap {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-grid-norecords-template {
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
}
.k-listview {
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    flex-flow: column nowrap;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.k-listview-bordered {
    border-width: 1px;
}
.k-listview-header {
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: inherit;
}
.k-listview-bordered > .k-listview-header {
    border-bottom-width: 1px;
}
.k-listview-content {
    margin: 0;
    padding: 0;
    outline: 0;
    flex-grow: 1;
    position: relative;
    overflow: auto;
}
.k-listview-content::after {
    height: 0;
    clear: both;
    display: block;
}
.k-listview-content.k-d-flex::after,
.k-listview-content.k-d-grid::after {
    display: none;
}
.k-listview-content-padding-rectangle {
    padding: 4px 4px;
}
.k-listview-content-padding-square {
    padding: 4px;
}
.k-listview-item {
    padding: 0;
    border-width: 0;
    outline: 0;
    border-style: solid;
    box-sizing: border-box;
    flex-shrink: 0;
}
.k-listview-item-padding-rectangle {
    padding: 4px 4px;
}
.k-listview-item-padding-rectangle .k-listview-link {
    margin: -4px -4px;
    padding: 4px 4px;
}
.k-listview-item-padding-square {
    padding: 4px;
}
.k-listview-item-padding-square .k-listview-link {
    margin: -4px;
    padding: 4px;
}
.k-listview-footer {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: inherit;
}
.k-listview-bordered > .k-listview-footer {
    border-top-width: 1px;
}
.k-listview-pager {
    border-width: 0;
    border-top-width: 1px;
    border-color: inherit;
    font: inherit;
}
.k-listview-pager-top {
    border-top-width: 0;
    border-bottom-width: 1px;
}
.k-listview-bordered > .k-listview-pager-top {
    border-bottom-width: 1px;
}
.k-listview-bordered > .k-listview-pager-bottom {
    border-top-width: 1px;
}
.k-listview-borders-all .k-listview-item {
    border-width: 1px;
}
.k-listview-borders-horizontal .k-listview-item {
    border-top-width: 1px;
}
.k-listview-borders-horizontal .k-listview-item:first-child {
    border-top-width: 0;
}
.k-listview-borders-vertical .k-listview-item {
    border-left-width: 1px;
}
.k-listview-borders-vertical .k-listview-item:first-child {
    border-left-width: 0;
}
.k-listview {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-listview-content > .k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-listview-content > .k-state-selected {
    background-color: rgba(255, 99, 88, 0.25);
}
.k-spreadsheet {
    width: 800px;
    height: 600px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: column;
    cursor: default;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-spreadsheet .k-vertical-align-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.k-spreadsheet .k-vertical-align-bottom {
    position: relative;
    top: 100%;
    transform: translateY(-100%);
}
.k-spreadsheet .k-tabstrip-wrapper {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    position: relative;
}
.k-spreadsheet-quick-access-toolbar {
    padding: 8px;
    display: inline-flex;
    flex-direction: row;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.k-spreadsheet-quick-access-toolbar .k-button:not(:hover) {
    border-color: transparent;
    color: inherit;
    background-color: transparent;
    background-image: none;
}
.k-spreadsheet-tabstrip {
    padding-top: 8px;
}
.k-spreadsheet-tabstrip .k-loading {
    display: none;
}
.k-spreadsheet-tabstrip .k-content {
    border-radius: 0;
    padding: 0;
    border-width: 0;
    overflow: hidden;
}
.k-spreadsheet-toolbar {
    border-width: 0;
}
.k-spreadsheet-toolbar [data-tool="backgroundColor"],
.k-spreadsheet-toolbar [data-tool="textColor"],
.k-spreadsheet-toolbar [data-tool="borders"],
.k-spreadsheet-toolbar [data-tool="alignment"],
.k-spreadsheet-toolbar [data-tool="merge"],
.k-spreadsheet-toolbar [data-tool="freeze"] {
    width: auto;
    min-width: 1.4285714286em;
}
.k-spreadsheet-toolbar [data-tool="fontSize"] {
    width: 5em;
}
.k-spreadsheet-toolbar [data-tool="fontFamily"] {
    width: 6em;
}
.k-spreadsheet-toolbar [data-tool="format"] {
    width: 4em;
}
.k-spreadsheet-action-bar {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    position: relative;
    display: flex;
    flex-direction: row;
}
.k-spreadsheet-name-editor {
    width: 10em;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: inherit;
}
.k-spreadsheet-name-editor .k-combobox {
    width: 100%;
    font-size: inherit;
}
.k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap {
    border-radius: 0;
    border-width: 0;
}
.k-spreadsheet-name-editor .k-combobox .k-select {
    border-radius: 0;
}
.k-spreadsheet-formula-bar {
    border-color: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
}
.k-spreadsheet-formula-bar > .k-i-formula-fx {
    padding: 0 4px;
    box-sizing: content-box;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: inherit;
    flex-shrink: 0;
}
.k-spreadsheet-formula-bar .k-tooltip,
.k-spreadsheet-formula-bar .k-group-header,
.k-spreadsheet-formula-bar .k-list-scroller {
    display: none;
}
.k-spreadsheet-formula-bar .k-spreadsheet-formula-input {
    padding: 4px 8px;
    line-height: 1.4285714286;
}
.k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula::before {
    content: "{";
    font-weight: 700;
}
.k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula::after {
    content: "}";
    font-weight: 700;
}
.k-spreadsheet-formula-input {
    outline: 0;
    white-space: pre;
    flex: 1;
    box-sizing: border-box;
}
.k-spreadsheet-formula-input > .k-syntax-func.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-bool.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-ref.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-str.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-num.k-syntax-at-point {
    text-decoration: underline;
}
.k-spreadsheet-formula-input > .k-series-a,
.k-spreadsheet-formula-input > .k-series-b,
.k-spreadsheet-formula-input > .k-series-c,
.k-spreadsheet-formula-input > .k-series-d {
    background-color: transparent;
}
.k-spreadsheet-formula-list {
    min-width: 100px;
}
.k-spreadsheet-formula-list .k-item {
    padding: 4px 8px;
}
.k-syntax-func,
.k-syntax-startexp {
    font-weight: bold;
}
.k-spreadsheet-cell-editor {
    padding: 0 3px;
    line-height: 20px;
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 2000;
}
.k-spreadsheet-sheets-bar {
    padding: 0 4px 4px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.k-spreadsheet-sheets-bar-add {
    margin-right: 4px;
}
.k-spreadsheet-sheets-bar-add:not(:hover) {
    border-color: transparent;
    color: inherit;
    background: none;
}
.k-spreadsheet-sheets-items {
    margin-top: -1px;
    flex: 1;
    overflow: hidden;
}
.k-spreadsheet-sheets-items .k-tabstrip-items {
    margin: 0 calc(1.4285714286em + 10px) !important;
    border-width: 0;
}
.k-spreadsheet-sheets-items .k-tabstrip-prev {
    left: 0 !important;
}
.k-spreadsheet-sheets-items .k-tabstrip-next {
    right: 0 !important;
}
.k-spreadsheet-sheets-items .k-item .k-link {
    display: inline-block;
}
.k-spreadsheet-sheets-items .k-item .k-spreadsheet-sheets-remove {
    margin-right: 0.5em;
    margin-left: -0.5em;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    flex-direction: row;
    vertical-align: middle;
}
.k-spreadsheet-view {
    height: auto !important;
    border-color: inherit;
    font-size: 12px;
    font-family: Arial, Verdana, Sans-serif;
    flex: 1;
    position: relative;
}
.k-spreadsheet-view .k-state-disabled {
    pointer-events: auto;
}
.k-spreadsheet-fixed-container {
    width: 100%;
    height: 100%;
    border-color: inherit;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 2;
}
.k-spreadsheet-overflow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    border-color: inherit;
}
.k-spreadsheet-pane {
    padding: 0 1px 0 0;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: inherit;
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
}
.k-spreadsheet-pane.k-top {
    border-top-width: 0;
}
.k-spreadsheet-pane.k-left {
    border-left-width: 0;
}
.k-spreadsheet-top-corner {
    border-width: 0 1px 1px 0;
    border-style: solid;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}
.k-spreadsheet-top-corner::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 6px solid transparent;
    border-right-color: inherit;
    border-bottom-color: inherit;
}
.k-spreadsheet-scroller {
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    z-index: 1;
}
@media (hover: none), (pointer: coarse) {
    .k-spreadsheet-scroller {
        z-index: 3;
    }
}
.k-spreadsheet-haxis,
.k-spreadsheet-vaxis {
    border: 0 solid;
    border-color: inherit;
    position: absolute;
}
.k-spreadsheet-haxis {
    border-width: 1px 0 0;
    left: 0;
}
.k-spreadsheet-vaxis {
    border-width: 0 0 0 1px;
    top: 0;
}
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
    text-align: center;
    z-index: 100;
}
.k-spreadsheet-row-header > div,
.k-spreadsheet-column-header > div {
    position: relative;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
}
.k-spreadsheet-row-header > div::after,
.k-spreadsheet-column-header > div::after {
    content: "";
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.k-spreadsheet-row-header {
    position: relative;
}
.k-spreadsheet-column-header {
    position: absolute;
}
.k-spreadsheet-row-header > div {
    border-top-width: 1px;
}
.k-spreadsheet-row-header > div:first-child {
    border-top-width: 0;
}
.k-spreadsheet-row-header > .k-selection-partial::after,
.k-spreadsheet-row-header > .k-selection-full::after {
    border-right-width: 2px;
    display: block;
}
.k-spreadsheet-column-header > div {
    border-left-width: 1px;
}
.k-spreadsheet-column-header > div:first-child {
    border-left-width: 0;
}
.k-spreadsheet-column-header > .k-selection-partial::after,
.k-spreadsheet-column-header > .k-selection-full::after {
    border-bottom-width: 2px;
    display: block;
}
.k-spreadsheet-data {
    border-color: inherit;
    cursor: cell;
    position: relative;
}
.k-spreadsheet-cell {
    padding: 1px;
    box-sizing: border-box;
    position: absolute;
    line-height: normal;
    white-space: pre;
    overflow: hidden;
}
.k-spreadsheet-merged-cells-wrapers {
    position: relative;
}
.k-spreadsheet .k-selection-wrapper {
    position: relative;
    cursor: cell;
}
.k-spreadsheet .k-spreadsheet-selection {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: absolute;
}
.k-spreadsheet .k-spreadsheet-selection-highlight {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: absolute;
}
.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button {
    position: absolute;
    padding: 0;
    z-index: 60;
}
.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button.k-spreadsheet-last-column {
    transform: translateX(-100%);
}
.k-spreadsheet-active-cell {
    outline-color: transparent !important;
    z-index: 10;
}
.k-spreadsheet .k-auto-fill-wrapper {
    position: relative;
}
.k-spreadsheet .k-auto-fill,
.k-spreadsheet .k-auto-fill-punch,
.k-spreadsheet .k-auto-fill-br-hint {
    box-sizing: border-box;
    position: absolute;
}
.k-spreadsheet .k-auto-fill {
    border-width: 1px;
    border-style: solid;
    cursor: crosshair;
}
.k-spreadsheet .k-single-selection::after {
    content: "";
    margin-bottom: -4px;
    margin-right: -4px;
    width: 6px;
    height: 6px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    cursor: crosshair;
}
.k-spreadsheet .k-selection-full::after,
.k-spreadsheet .k-selection-partial::after {
    display: none;
}
.k-spreadsheet .k-autofill-wrapper {
    position: relative;
    cursor: cell;
}
.k-spreadsheet-vborder {
    position: absolute;
    border-left-style: solid;
    border-left-width: 1px;
}
.k-spreadsheet-hborder {
    position: absolute;
    border-top-style: solid;
    border-top-width: 1px;
}
.k-spreadsheet-has-comment::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    border-width: 3px;
    border-style: solid;
}
.k-dirty {
    left: 0;
    right: auto;
}
.k-spreadsheet .k-filter-wrapper {
    position: relative;
    z-index: 50;
}
.k-spreadsheet .k-filter-range {
    border-width: 1px;
    border-style: solid;
    position: absolute;
    box-sizing: border-box;
}
.k-spreadsheet-filter {
    border-radius: 2px;
    line-height: 1;
    position: absolute;
    cursor: pointer;
}
.k-spreadsheet-filter .k-icon {
    vertical-align: middle;
}
.k-spreadsheet-filter-menu {
    width: 280px;
}
.k-spreadsheet-filter-menu .k-animation-container {
    position: relative;
}
.k-spreadsheet-filter-menu > .k-menu,
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical {
    border-width: 0;
}
.k-spreadsheet-filter-menu > .k-menu .k-item,
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-item {
    color: inherit;
}
.k-spreadsheet-filter-menu > .k-menu .k-link,
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
    padding-left: 24px;
}
.k-spreadsheet-filter-menu > .k-menu .k-icon,
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
    margin-left: -20px;
    margin-right: 4px;
}
.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
    height: 200px;
    border-width: 1px;
    border-style: solid;
    overflow-y: scroll;
    overflow-x: auto;
}
.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper .k-treeview {
    padding: 4px;
    overflow: visible;
}
.k-spreadsheet-filter-menu .k-details {
    padding: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
}
.k-spreadsheet-filter-menu .k-details-summary {
    padding: 4px;
    cursor: pointer;
}
.k-spreadsheet-filter-menu .k-details-summary > .k-icon {
    margin-right: 4px;
}
.k-spreadsheet-filter-menu .k-details-content {
    padding: 4px 8px 4px 24px;
}
.k-spreadsheet-filter-menu .k-details-content > .k-textbox,
.k-spreadsheet-filter-menu .k-details-content > .k-widget {
    width: 100%;
    margin-bottom: 3px;
}
.k-spreadsheet-filter-menu .k-details-content .k-space-right {
    background-image: none;
}
.k-spreadsheet-filter-menu .k-details-content .k-filter-and {
    width: 75px;
    margin: 8px 0;
}
.k-spreadsheet-popup {
    padding: 0;
}
.k-spreadsheet-popup .k-separator {
    display: block;
}
.k-spreadsheet-popup .k-button {
    border-radius: 0;
    border-width: 0;
    color: inherit;
    background: none;
}
.k-spreadsheet-popup .k-button-icontext {
    display: flex;
    justify-content: flex-start;
}
.k-spreadsheet-popup .k-reset-color,
.k-spreadsheet-popup .k-custom-color {
    border-radius: 0;
    width: 100%;
    border-width: 0;
    box-sizing: border-box;
    display: flex;
}
.k-spreadsheet-popup .k-reset-color {
    border-bottom-width: 1px;
}
.k-spreadsheet-popup .k-custom-color {
    border-top-width: 1px;
}
.k-spreadsheet-popup .k-spreadsheet-color-palette {
    padding: 0px;
}
.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
    width: 12.5rem;
    height: 5rem;
    display: flex;
    flex-flow: row wrap;
    align-content: space-around;
    justify-content: space-around;
}
.k-spreadsheet-format-popup .k-item {
    justify-content: space-between;
}
.k-spreadsheet-format-popup .k-spreadsheet-sample {
    order: 1;
}
.k-spreadsheet-sample {
    opacity: .7;
}
.k-spreadsheet-clipboard,
.k-spreadsheet-clipboard-paste {
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.k-spreadsheet-window .k-edit-form-container {
    width: auto;
    min-width: 0;
}
.k-spreadsheet-format-cells .k-spreadsheet-preview {
    margin-top: 0.5em;
    text-align: center;
}
.k-spreadsheet-format-cells .k-list-scroller {
    margin-top: 0.5em;
    height: 210px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}
.k-export-config {
    clear: both;
    position: relative;
}
.k-export-config::after {
    content: "";
    clear: both;
    display: block;
}
.k-export-config .k-edit-field {
    margin-left: 5%;
    width: 45%;
    float: left;
}
.k-export-config .k-page-orientation {
    position: absolute;
    right: 0;
    top: 0.5em;
}
.k-export-config .k-page-orientation .k-icon {
    font-size: 6em;
}
.k-spreadsheet-insert-comment textarea {
    height: auto;
}
.k-spreadsheet-insert-image-dialog {
    border-radius: 2px;
    border-style: dashed;
    border-width: 2px;
}
.k-spreadsheet-insert-image-dialog label {
    display: flex;
    justify-content: center;
    min-width: 100%;
    width: 355px;
    height: 230px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcwAAAGQCAYAAAAjl1AKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphMGVmMzZmZi04YmI1LTRlN2YtOTcwMS04OTU5ZTg1N2ZhY2MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDNDOTBDNUQ2OUJGMTFFOTkwMzY4RTI3NjZBQTdENkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDNDOTBDNUM2OUJGMTFFOTkwMzY4RTI3NjZBQTdENkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMmZmZjM0Mi05NjEyLTQwM2YtYWZhYS01MTE1ZjQ2NThmMWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDphYjlhMmUwMy1kNmIwLTY3NGMtODc4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");
    background-size: auto 70%;
    background-position: 50% 30%;
    background-repeat: no-repeat;
}
.k-spreadsheet-insert-image-dialog label div {
    display: flex;
    align-self: flex-end;
    margin-bottom: 30px;
    pointer-events: none;
}
.k-spreadsheet-insert-image-dialog label input {
    display: none;
}
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image {
    background-size: auto 90%;
    background-position: 50% 50%;
}
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div {
    margin: 0;
    align-self: center;
    opacity: 1;
}
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image div {
    opacity: 0;
}
.k-spreadsheet-drawing {
    position: absolute;
    box-sizing: border-box;
    z-index: 101;
}
.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
    outline-style: solid;
    outline-width: 2px;
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: move;
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    position: absolute;
    transform: translate(-50%, -50%);
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.N {
    left: 50%;
    top: 0;
    cursor: ns-resize;
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.NE {
    left: 100%;
    top: 0;
    cursor: nesw-resize;
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.E {
    left: 100%;
    top: 50%;
    cursor: ew-resize;
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.SE {
    left: 100%;
    top: 100%;
    cursor: nwse-resize;
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.S {
    left: 50%;
    top: 100%;
    cursor: ns-resize;
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.SW {
    left: 0;
    top: 100%;
    cursor: nesw-resize;
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.W {
    left: 0;
    top: 50%;
    cursor: ew-resize;
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.NW {
    left: 0;
    top: 0;
    cursor: nwse-resize;
}
.k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover, .k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered {
    border-radius: 2px;
}
.k-rtl .k-spreadsheet .k-dirty,
.k-spreadsheet[dir="rtl"] .k-dirty {
    right: 0;
    left: auto;
}
.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after,
.k-spreadsheet[dir="rtl"] .k-spreadsheet-has-comment::after {
    left: 0;
    right: auto;
}
.k-spreadsheet {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-spreadsheet-top-corner,
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-syntax-ref {
    color: #ff8822;
}
.k-syntax-num {
    color: #0099ff;
}
.k-syntax-str {
    color: #38b714;
}
.k-syntax-error {
    color: red;
}
.k-syntax-bool {
    color: #a9169c;
}
.k-syntax-paren-match {
    background-color: #caf200;
}
.k-spreadsheet-cell-editor {
    color: #424242;
    background-color: #ffffff;
}
.k-spreadsheet-merged-cell {
    background-color: #ffffff;
}
.k-spreadsheet .k-selection-full,
.k-spreadsheet .k-selection-partial {
    background-color: rgba(255, 99, 88, 0.25);
}
.k-spreadsheet-selection {
    border-color: #ff6358;
    background-color: rgba(255, 99, 88, 0.25);
    box-shadow: inset 0 0 0 1px #ff6358;
}
.k-spreadsheet .k-single-selection::after {
    border-color: #ffffff;
    background-color: #ff6358;
}
.k-spreadsheet-active-cell {
    box-shadow: inset 0 0 0 1px #ff6358;
    background-color: #ffffff;
}
.k-spreadsheet-active-cell.k-right {
    box-shadow: inset 0 0 0 1px #ff6358, inset -1px 0 0 1px #ff6358;
}
.k-spreadsheet-active-cell.k-bottom {
    box-shadow: inset 0 0 0 1px #ff6358, inset 0 -1px 0 1px #ff6358;
}
.k-spreadsheet-active-cell.k-bottom.k-right {
    box-shadow: inset 0 0 0 1px #ff6358, inset -1px -1px 0 1px #ff6358;
}
.k-spreadsheet .k-auto-fill {
    border-color: #ff6358;
    background-color: rgba(255, 99, 88, 0.25);
    box-shadow: inset 0 0 0 1px #ff6358;
}
.k-spreadsheet .k-auto-fill-punch {
    background-color: rgba(255, 255, 255, 0.5);
}
.k-spreadsheet .k-resize-handle,
.k-spreadsheet .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-marker {
    background-color: #ff6358;
}
.k-spreadsheet-has-comment::after {
    border-color: #ff6358 #ff6358 transparent transparent;
}
.k-dirty {
    border-color: #f31700 transparent transparent #f31700;
}
.k-spreadsheet .k-filter-range {
    border-color: #ff6358;
}
.k-spreadsheet-filter {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.k-spreadsheet-filter:hover {
    background-color: #ebebeb;
}
.k-spreadsheet-filter.k-state-active {
    background-color: #d8d8d8;
}
.k-spreadsheet-filter-menu > .k-menu .k-item.k-state-hover,
.k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) .k-item.k-state-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-spreadsheet-popup .k-button:hover,
.k-spreadsheet-popup .k-button.k-state-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-spreadsheet-popup .k-button:active,
.k-spreadsheet-popup .k-button.k-state-active,
.k-spreadsheet-popup .k-button.k-state-selected {
    color: #ffffff;
    background-color: #ff6358;
}
.k-spreadsheet-insert-image-dialog {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div {
    color: #ffffff;
}
.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
    outline-color: #ff6358;
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
    border-color: #ff6358;
    background-color: #ff6358;
}
.k-spreadsheet-drawing-anchor-cell {
    background: rgba(255, 99, 88, 0.25);
}
.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after,
.k-spreadsheet[dir="rtl"] .k-spreadsheet-has-comment::after,
[dir="rtl"] .k-spreadsheet .k-spreadsheet-has-comment::after {
    border-color: #ff6358 transparent transparent #ff6358;
}
.k-rtl .k-spreadsheet .k-dirty,
.k-spreadsheet[dir="rtl"] .k-dirty,
[dir="rtl"] .k-spreadsheet .k-dirty {
    border-color: #f31700 #f31700 transparent transparent;
}
.k-pivotgrid {
    border-width: 1px;
    border-style: solid;
    box-sizing: content-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    text-align: left;
    vertical-align: top;
    display: grid;
    grid-template-columns: 300px auto;
    grid-template-rows: 75px auto;
    position: relative;
}
.k-pivotgrid table {
    margin: 0;
    width: 100%;
    max-width: none;
    border-width: 0;
    border-color: inherit;
    border-collapse: separate;
    border-spacing: 0;
    outline: 0;
    empty-cells: show;
}
.k-pivotgrid thead,
.k-pivotgrid tbody,
.k-pivotgrid th,
.k-pivotgrid tr,
.k-pivotgrid td {
    border-color: inherit;
}
.k-pivotgrid-table {
    table-layout: fixed;
}
.k-pivotgrid-table th {
    font-weight: 400;
    text-transform: initial;
}
.k-pivotgrid-table .k-pivotgrid-header-root {
    font-weight: 600;
    text-transform: uppercase;
}
.k-pivotgrid-empty-cell {
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.k-pivotgrid-column-headers {
    overflow: hidden;
}
.k-pivotgrid-column-headers .k-pivotgrid-table {
    padding-inline-start: 0;
    padding-inline-end: var(--kendo-scrollbar-width, 17px);
}
.k-pivotgrid-column-headers .k-pivotgrid-cell {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
}
.k-pivotgrid-column-headers .k-pivotgrid-cell:first-child {
    border-left-width: 0;
}
.k-pivotgrid-column-headers .k-pivotgrid-cell.k-first {
    border-left-width: 1px;
}
.k-pivotgrid-row-headers {
    overflow: hidden;
}
.k-pivotgrid-row-headers .k-pivotgrid-table {
    padding-bottom: var(--kendo-scrollbar-width, 17px);
}
.k-pivotgrid-row-headers .k-pivotgrid-cell {
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    white-space: nowrap;
}
.k-pivotgrid-values {
    border-color: inherit;
    overflow: scroll;
}
.k-pivotgrid-values .k-pivotgrid-cell {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
}
.k-pivotgrid-values .k-pivotgrid-cell:first-child {
    border-left-width: 0;
}
.k-pivotgrid-cell {
    padding: 8px 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
}
.k-pivotgrid-cell .k-icon {
    cursor: pointer;
}
.k-pivotgrid-total {
    font-weight: 600;
}
.k-column-menu .k-treeview {
    padding: 0px 8px;
    overflow: auto;
}
.k-pivotgrid-configurator {
    display: flex;
}
.k-pivotgrid-configurator-panel {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 2;
}
.k-pivotgrid-configurator-button {
    padding: 4px 4px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
}
.k-flex-row .k-pivotgrid-configurator-button,
.k-flex-row-reverse .k-pivotgrid-configurator-button {
    display: flex;
    align-items: center;
}
.k-flex-row .k-pivotgrid-configurator-button span,
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
    writing-mode: vertical-rl;
}
.k-flex-row .k-pivotgrid-configurator-button .k-icon,
.k-flex-row-reverse .k-pivotgrid-configurator-button .k-icon {
    vertical-align: baseline;
}
.k-flex-row-reverse .k-pivotgrid-configurator-button > span {
    transform: rotate(-180deg);
}
.k-flex-col .k-pivotgrid-configurator-button, .k-flex-column .k-pivotgrid-configurator-button,
.k-flex-col-reverse .k-pivotgrid-configurator-button,
.k-flex-column-reverse .k-pivotgrid-configurator-button {
    text-align: center;
}
.k-pivotgrid-configurator-overlay {
    position: absolute;
    overflow: hidden;
    z-index: 2;
}
.k-flex-row .k-pivotgrid-configurator-overlay {
    right: calc(1.4285714286em + 10px);
}
.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
    left: calc(1.4285714286em + 10px);
}
.k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
    bottom: calc(1.4285714286em + 10px);
}
.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
    top: calc(1.4285714286em + 10px);
}
.k-pivotgrid-configurator-header {
    padding: 12px 16px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.k-pivotgrid-configurator-header-text {
    word-break: normal;
    overflow-wrap: anywhere;
}
.k-pivotgrid-configurator-content {
    padding: 2px 16px;
    flex: 1 1 auto;
    overflow: auto;
}
.k-pivotgrid-configurator-content .k-form .k-label {
    font-size: 16px;
    font-weight: 500;
    align-items: flex-start;
}
.k-pivotgrid-configurator-content .k-form .k-dropdown, .k-pivotgrid-configurator-content .k-form .k-dropdowntree {
    max-width: 90px;
}
.k-pivotgrid-configurator-content .k-form .k-textbox {
    flex-basis: 50%;
}
.k-pivotgrid-configurator-content .k-row-fields,
.k-pivotgrid-configurator-content .k-column-fields,
.k-pivotgrid-configurator-content .k-filter-fields {
    margin-top: 8px;
    flex-wrap: wrap;
}
.k-pivotgrid-configurator-content .k-row-fields > *,
.k-pivotgrid-configurator-content .k-column-fields > *,
.k-pivotgrid-configurator-content .k-filter-fields > * {
    margin-bottom: 8px;
}
.k-pivotgrid-configurator-content .k-row-fields > *:last-child,
.k-pivotgrid-configurator-content .k-column-fields > *:last-child,
.k-pivotgrid-configurator-content .k-filter-fields > *:last-child {
    margin-bottom: 0;
}
.k-pivotgrid-configurator-content .k-value-fields {
    margin: 8px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.k-pivotgrid-configurator-content .k-select-all .k-checkbox {
    margin-inline-end: 4px;
}
.k-pivotgrid-configurator-content .k-fields-list-wrapper {
    max-height: 200px;
    border-width: 1px;
    border-style: solid;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.k-pivotgrid-configurator-content .k-settings-description {
    margin-top: 16px;
    text-align: center;
}
.k-pivotgrid-configurator-content .k-chip-content {
    padding-inline-end: 4px;
}
.k-pivotgrid-configurator-content .k-treeview {
    padding: 0px 8px;
    overflow: auto;
}
.k-pivotgrid-configurator-actions {
    padding: 12px 8px;
}
.k-calculated-field {
    padding: 16px 16px;
    border-width: 1px;
    border-radius: 2px;
    border-style: solid;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.k-calculated-field-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.k-calculated-field-header .k-textbox {
    min-width: 200px;
}
.k-calculated-field-header-text {
    margin-right: 5px;
    word-break: normal;
    overflow-wrap: anywhere;
}
.k-calculated-field-header-actions {
    flex-shrink: 0;
    align-self: flex-start;
}
.k-calculated-field-content .k-textbox {
    width: 100%;
}
.k-calculated-field-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.k-calculated-field-actions .k-icon {
    margin-right: 8px;
}
.k-calculated-field-actions .k-dropdown, .k-calculated-field-actions .k-dropdowntree {
    max-width: 100px;
}
.k-filter-menu .k-calculated-item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.k-pivotgrid-configurator-vertical {
    min-width: 320px;
}
.k-flex-row .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
.k-flex-row-reverse .k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
    border-right-width: 0;
    border-left-width: 0;
}
.k-pivotgrid-configurator-horizontal {
    width: 100%;
    height: 420px;
}
.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form {
    display: flex;
    flex-direction: row;
}
.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form-field-wrapper {
    padding-left: 16px;
}
.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form-field-wrapper > *:first-child {
    margin-top: 0;
}
.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form-field-wrapper:first-child {
    padding-left: 0;
    flex: 1 1 30%;
}
.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form-field-wrapper:nth-child(2) {
    flex: 1 1 30%;
}
.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form-field-wrapper:last-child {
    border-left-width: 1px;
    border-left-style: solid;
    flex: 1 1 40%;
}
.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-row-fields,
.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-column-fields,
.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-filter-fields {
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}
.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-value-fields {
    max-height: 250px;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
}
.k-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-flex-column .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
.k-flex-col-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel,
.k-flex-column-reverse .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
    border-top-width: 0;
    border-bottom-width: 0;
}
.k-pivot {
    border-width: 1px;
    border-style: solid;
    position: relative;
}
.k-pivot .k-grid td {
    white-space: nowrap;
}
.k-pivot .k-grid-content {
    flex: 1 1 auto;
}
.k-pivot-toolbar {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    align-items: start;
    flex-wrap: wrap;
}
.k-pivot-toolbar > * {
    max-width: 100%;
}
.k-pivot-toolbar::before {
    display: none;
}
.k-pivot-toolbar .k-button,
.k-fieldselector .k-list li.k-item {
    border-radius: 2px;
    padding: 4px 8px;
    padding-right: 56px;
    min-height: auto;
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    position: relative;
    cursor: move;
}
.k-pivot-toolbar .k-button .k-field-actions .k-setting-delete,
.k-fieldselector .k-list li.k-item .k-field-actions .k-setting-delete {
    box-sizing: content-box;
}
.k-field-actions {
    position: absolute;
    right: 4px;
    top: 4px;
    line-height: 1;
    cursor: pointer;
}
.k-pivot-layout {
    border-spacing: 0;
    table-layout: auto;
}
.k-pivot-layout .k-grid-footer,
.k-pivot-layout .k-grid .k-alt {
    font-weight: bold;
}
.k-pivot-layout > tbody,
.k-pivot td {
    vertical-align: top;
}
.k-pivot-layout > tbody > tr > td {
    padding: 0;
}
.k-pivot-rowheaders > .k-grid,
.k-pivot-table > .k-grid {
    border-width: 0;
}
.k-pivot-rowheaders > .k-grid td:first-child,
.k-pivot-table .k-grid-header .k-header.k-first {
    border-left-width: 1px;
}
.k-pivot-rowheaders > .k-grid td.k-first {
    border-left-width: 0;
}
.k-pivot-rowheaders > .k-grid {
    overflow: hidden;
}
.k-pivot-table {
    border-left-width: 1px;
    border-left-style: solid;
}
.k-pivot-table .k-grid-header-wrap {
    margin-right: -1px;
}
.k-pivot-table .k-grid-header-wrap > table {
    height: 100%;
}
.k-pivot .k-grid-header .k-header {
    vertical-align: top;
}
.k-pivot .k-grid tr .k-grid-footer {
    border-bottom-width: 0;
}
.k-pivot .k-grid tr:last-child:not(.k-grid-footer) td:not(.k-grid-footer) {
    border-bottom-width: 1px;
}
.k-pivot-layout .k-grid td {
    border-bottom-width: 1px;
}
.k-pivot-layout .k-grid-footer > td {
    border-top-width: 0;
}
.k-pivot-filter-window .k-treeview {
    max-height: 600px;
}
.k-fieldselector {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-fieldselector .k-columns {
    display: flex;
    align-items: stretch;
}
.k-fieldselector .k-columns > div {
    padding: 8px;
    width: 50%;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    float: left;
    overflow: auto;
}
.k-fieldselector .k-columns > div + div {
    border-left-width: 1px;
}
.k-fieldselector p {
    margin: 0 0 2px;
    text-transform: uppercase;
}
.k-fieldselector p .k-icon {
    margin: 0 4px 0 0;
}
.k-fieldselector .k-treeview {
    border-width: 0;
    overflow: visible;
}
.k-fieldselector .k-edit-label {
    width: 16%;
}
.k-fieldselector .k-edit-field {
    width: 77%;
}
.k-fieldselector .k-edit-buttons > input,
.k-fieldselector .k-edit-buttons > label {
    float: left;
    margin-top: .4em;
}
.k-fieldselector .k-list-container {
    margin-bottom: 1em;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
}
.k-fieldselector .k-list {
    padding-bottom: 1em;
}
.k-fieldselector .k-list .k-item {
    border-width: 1px;
    border-style: solid;
}
.k-fieldselector .k-list .k-item + .k-item {
    margin-top: 0.5em;
}
.k-ie11 .k-pivot .k-grid {
    display: block;
}
.k-ie11 .k-pivotgrid {
    display: flex;
    flex-direction: column;
}
.k-ie11 .k-pivotgrid > div {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.k-ie11 .k-pivotgrid .k-pivotgrid-empty-cell,
.k-ie11 .k-pivotgrid .k-pivotgrid-row-headers {
    flex: 1 1 30%;
}
.k-ie11 .k-pivotgrid .k-pivotgrid-column-headers,
.k-ie11 .k-pivotgrid .k-pivotgrid-values {
    flex: 1 1 70%;
}
.k-ie11 .k-pivotgrid-column-headers {
    padding-right: 17px;
    padding-left: 0;
}
.k-ie11 [dir="rtl"] .k-pivotgrid-column-headers,
.k-ie11 .k-rtl .k-pivotgrid-column-headers {
    padding-right: 0;
    padding-left: 17px;
}
.k-pivotgrid {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-pivotgrid-column-headers,
.k-pivotgrid-row-headers,
.k-pivotgrid-empty-cell {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-pivotgrid-empty-cell {
    border-color: rgba(0, 0, 0, 0.2272);
}
.k-pivotgrid-row-headers .k-pivotgrid-row .k-pivotgrid-cell:last-child {
    border-right-color: rgba(0, 0, 0, 0.2272);
}
.k-pivotgrid-column-headers .k-pivotgrid-column-total:nth-last-of-type(2) .k-pivotgrid-cell:not(.k-pivotgrid-expanded),
.k-pivotgrid-column-headers .k-pivotgrid-row:last-child {
    border-bottom-color: rgba(0, 0, 0, 0.2272);
}
.k-pivotgrid-header-total,
.k-pivotgrid-total {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ebebeb;
}
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-state-hover,
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row:hover,
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-state-hover,
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row:hover,
.k-pivotgrid-values tbody > .k-pivotgrid-row.k-state-hover,
.k-pivotgrid-values tbody > .k-pivotgrid-row:hover {
    background-color: #ededed;
}
.k-pivotgrid-cell.k-state-focus,
.k-pivotgrid-cell:focus,
.k-master-row > .k-pivotgrid-cell:focus,
.k-grouping-row > .k-pivotgrid-cell:focus,
.k-detail-row > .k-pivotgrid-cell:focus,
.k-group-footer > .k-pivotgrid-cell:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-pivotgrid-cell.k-state-selected,
.k-pivotgrid-row.k-state-selected > .k-pivotgrid-cell {
    background-color: rgba(255, 99, 88, 0.25);
}
.k-pivotgrid-configurator-button,
.k-pivotgrid-configurator-panel {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-pivotgrid-configurator-header {
    color: #424242;
}
.k-pivotgrid-configurator-content .k-fields-list-wrapper {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-calculated-field {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-calculated-field-header {
    color: #424242;
}
.k-filter-menu .k-calculated-item {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-pivotgrid-configurator-content .k-form-field-wrapper {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-flex-row .k-pivotgrid-configurator-overlay {
    box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.16);
}
.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
    box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
}
.k-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
}
.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.k-pivot {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-alt,
.k-pivot-layout > tbody > tr:first-child > td:first-child {
    background-color: #fafafa;
}
.k-fieldselector {
    color: #424242;
}
.k-fieldselector .k-list-container {
    background-color: #ffffff;
}
.k-pivot-toolbar,
.k-pivot-table,
.k-fieldselector,
.k-fieldselector .k-list-container,
.k-fieldselector .k-columns > div,
.k-pivot-rowheaders > .k-grid td:first-child,
.k-pivot-table .k-grid-header .k-header.k-first {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-pivot-rowheaders .k-alt .k-alt,
.k-header.k-alt {
    background-color: #ebebeb;
}
.k-pivot-toolbar .k-button,
.k-fieldselector .k-list li.k-item {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-pivot-toolbar .k-button:hover, .k-pivot-toolbar .k-button.k-state-hover,
.k-fieldselector .k-list li.k-item:hover,
.k-fieldselector .k-list li.k-item.k-state-hover {
    background-color: #ebebeb;
}
.k-pivot-toolbar .k-button:active, .k-pivot-toolbar .k-button.k-state-active,
.k-fieldselector .k-list li.k-item:active,
.k-fieldselector .k-list li.k-item.k-state-active {
    background-color: #d8d8d8;
}
.k-pivot-toolbar .k-button:focus, .k-pivot-toolbar .k-button.k-state-focus, .k-pivot-toolbar .k-button.k-state-focused,
.k-fieldselector .k-list li.k-item:focus,
.k-fieldselector .k-list li.k-item.k-state-focus,
.k-fieldselector .k-list li.k-item.k-state-focused {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-pivot-toolbar .k-button.k-empty,
.k-fieldselector .k-list li.k-item.k-empty {
    color: #666666;
}
.k-pivot-toolbar .k-empty {
    color: #666666;
}
.k-pivot-layout .k-grid-footer,
.k-pivot-layout .k-grid.k-alt {
    color: #424242;
    background-color: #fafafa;
}
.k-fieldselector .k-i-loading {
    border-color: #fafafa;
}
.k-fieldselector .k-i-loading::before,
.k-fieldselector .k-i-loading::after {
    background-color: #fafafa;
}
.k-i-kpi-trend-increase,
.k-i-kpi-trend-decrease,
.k-i-kpi-trend-equal {
    color: inherit;
}
.k-i-kpi-status-hold {
    color: #ffc000;
}
.k-i-kpi-status-deny {
    color: #f31700;
}
.k-i-kpi-status-open {
    color: #37b400;
}
.k-treelist.k-grid-display-block.k-grid-lockedcolumns {
    display: block;
}
.k-treelist .k-status {
    padding: .4em .6em;
    line-height: 1.6em;
}
.k-treelist .k-status .k-loading {
    vertical-align: baseline;
    margin-right: 5px;
}
.k-treelist tr.k-hidden {
    display: none;
}
.k-treelist .k-treelist-dragging,
.k-treelist .k-treelist-dragging .k-state-hover {
    cursor: default;
}
.k-treelist .k-drop-hint {
    transform: translate(0, -50%);
}
.k-treelist tr.k-footer td,
.k-treelist tr.k-footer-template td {
    border-width: 1px 0;
    border-style: solid;
    font-weight: bold;
}
.k-treelist tr.k-footer + tr.k-footer td {
    border-top-width: 0;
}
.k-treelist-scrollable > table,
.k-treelist-scrollable .k-grid-header tr,
.k-treelist-scrollable .k-grid-header th {
    background-color: inherit;
}
.k-treelist-scrollable .k-grid-toolbar {
    position: sticky;
    z-index: 3;
    top: 0;
    left: 0;
}
.k-treelist-scrollable .k-grid-header th {
    position: sticky;
    z-index: 1;
}
.k-treelist-scrollable .k-grid-header th.k-grid-header-sticky {
    z-index: 3;
}
.k-treelist-scrollable thead.k-grid-header {
    padding-right: 0;
}
.k-treelist-scrollable tr.k-group-footer + tr.k-group-footer td {
    border-top-width: 0;
}
.k-treelist-scrollable[dir="rtl"] thead.k-grid-header,
.k-rtl .k-treelist-scrollable thead.k-grid-header {
    padding-left: 0;
}
.k-drag-separator {
    display: inline-block;
    border-right: 1px solid;
    height: 1em;
    vertical-align: top;
    margin: 0 .5em;
}
.k-treelist tr.k-footer,
.k-treelist tr.k-footer-template {
    background-color: #ededed;
}
.k-filter {
    border-width: 0;
    display: inline-block;
    background-color: transparent;
}
.k-filter ul {
    padding: 0;
}
.k-filter ul li {
    list-style-type: none;
}
.k-filter .k-filter-container,
.k-filter .k-filter-preview {
    margin-bottom: 30px;
}
.k-filter .k-filter-lines,
.k-filter .k-filter-item {
    padding-left: 8px;
}
.k-filter .k-filter-toolbar {
    display: inline-flex;
    position: relative;
    padding: 4px 0;
}
.k-filter .k-filter-toolbar::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    top: 50%;
    left: -8px;
}
.k-filter .k-filter-toolbar .k-toolbar {
    border-style: solid;
}
.k-filter .k-filter-toolbar .k-filter-operator .k-dropdown, .k-filter .k-filter-toolbar .k-filter-operator .k-dropdowntree {
    width: 15em;
}
.k-filter .k-filter-item {
    position: relative;
}
.k-filter .k-filter-item::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: -4px;
    left: 0;
}
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
    content: "";
    position: absolute;
    width: 1px;
    top: -5px;
    bottom: 50%;
    left: -8px;
}
.k-filter .k-filter-group-main::before,
.k-filter .k-filter-group-main > .k-filter-toolbar::before,
.k-filter .k-filter-group-main > .k-filter-toolbar::after,
.k-filter .k-filter-lines .k-filter-item:last-child::before {
    display: none;
}
.k-rtl .k-filter .k-filter-lines,
.k-rtl .k-filter .k-filter-item, .k-filter[dir="rtl"] .k-filter-lines,
.k-filter[dir="rtl"] .k-filter-item,
[dir="rtl"] .k-filter .k-filter-lines,
[dir="rtl"] .k-filter .k-filter-item {
    padding-left: 0;
    padding-right: 8px;
}
.k-rtl .k-filter .k-filter-toolbar::before, .k-filter[dir="rtl"] .k-filter-toolbar::before,
[dir="rtl"] .k-filter .k-filter-toolbar::before {
    left: auto;
    right: -8px;
}
.k-rtl .k-filter .k-filter-item::before, .k-filter[dir="rtl"] .k-filter-item::before,
[dir="rtl"] .k-filter .k-filter-item::before {
    left: auto;
    right: 0;
}
.k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after, .k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
[dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
    left: auto;
    right: -8px;
}
.k-filter {
    color: #424242;
}
.k-filter .k-filter-preview-field {
    color: #ff6358;
}
.k-filter .k-filter-preview-operator {
    color: #666666;
}
.k-filter .k-filter-item::before,
.k-filter .k-filter-toolbar::before,
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
    background-color: rgba(0, 0, 0, 0.08);
}
.k-filemanager {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-flow: column nowrap;
}
.k-filemanager-header {
    border-color: inherit;
}
.k-filemanager-toolbar {
    border-width: 0;
    border-bottom-width: 1px;
    border-color: inherit;
    flex-shrink: 0;
}
.k-filemanager-content-container {
    border-color: inherit;
    box-sizing: border-box;
    flex: 1 1 0%;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    overflow: hidden;
}
.k-filemanager-navigation {
    padding: 16px 16px;
    width: 20%;
    border-width: 0;
    border-right-width: 1px;
    border-style: solid;
    border-color: inherit;
    box-sizing: border-box;
    flex-shrink: 0;
    overflow: auto;
}
.k-filemanager-treeview {
    overflow: visible;
}
.k-filemanager-content {
    border-color: inherit;
    flex: 1 1 0%;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    overflow: hidden;
}
.k-filemanager-view {
    overflow: auto;
}
.k-filemanager-breadcrumb {
    border-width: 0;
    border-bottom-width: 1px;
    padding: 8px 8px;
    flex-shrink: 0;
}
.k-filemanager-listview {
    border-width: 0;
    flex: 1 1 0%;
}
.k-filemanager-listview .k-listview-item {
    padding: 16px 16px;
    width: 120px;
    height: 120px;
    text-align: center;
}
.k-filemanager-listview .k-file-preview {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.k-filemanager-listview .k-file-icon {
    font-size: 48px;
}
.k-filemanager-listview .k-file-name {
    margin-top: 8px;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.k-filemanager-listview .k-file-edit-input input {
    width: 100%;
}
.k-filemanager-grid {
    border-width: 0;
    flex: 1 1 0%;
}
.k-filemanager-grid .k-file-preview {
    margin-right: 4px;
    display: inline-flex;
    flex-direction: row;
    vertical-align: middle;
}
.k-filemanager-grid .k-file-name {
    display: inline-flex;
    flex-direction: row;
    vertical-align: middle;
}
.k-filemanager-preview {
    padding: 48px 16px 16px;
    width: 20%;
    min-height: 304px;
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: inherit;
    box-sizing: border-box;
    text-align: center;
    overflow-y: auto;
    flex-shrink: 0;
}
.k-filemanager-preview .k-file-preview {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.k-filemanager-preview .k-file-icon {
    font-size: 96px;
}
.k-filemanager-preview .k-file-name {
    margin-top: 16px;
    display: block;
}
.k-filemanager-preview .k-single-file-selected {
    font-weight: bold;
}
.k-filemanager-preview .k-multiple-files-selected {
    font-weight: bold;
}
.k-filemanager-preview .k-file-meta {
    margin: 16px 0 0;
    box-sizing: border-box;
    text-align: start;
    display: flex;
    flex-flow: row wrap;
}
.k-filemanager-preview .k-file-meta-label {
    display: inline-block;
}
.k-filemanager-preview .k-file-meta-value {
    margin: 0;
}
.k-filemanager-preview .k-file-type {
    text-transform: capitalize;
}
.k-filemanager-preview .k-line-break {
    margin: 16px 0 0;
    width: 100%;
    flex: 1 1 100%;
    flex-direction: row;
    flex-wrap: nowrap;
}
.k-filemanager .k-splitbar {
    flex-shrink: 0;
    display: inline-flex;
    position: relative;
}
.k-filemanager-upload-dialog .k-upload-files {
    max-height: 200px;
    overflow-y: auto;
}
.k-filemanager-drag-hint {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.k-filemanager-drag-hint .k-icon {
    margin-right: 4px;
}
.k-filemanager {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-filemanager-breadcrumb {
    background-color: #fafafa;
}
.k-filemanager-listview .k-listview-item .k-file-icon {
    color: #7e7e7e;
}
.k-filemanager-listview .k-listview-item.k-state-selected .k-file-icon {
    border-color: transparent;
    color: inherit;
    background-color: none;
}
.k-filemanager-preview .k-file-icon {
    color: #7e7e7e;
}
.k-taskboard {
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: column;
    position: relative;
}
.k-taskboard-toolbar {
    padding: 16px 16px;
    border-width: 0;
    box-shadow: none;
    background: none;
}
.k-taskboard-content {
    padding: 0 16px 16px;
    display: flex;
    position: relative;
    flex: 1 1 auto;
    overflow-x: auto;
}
.k-taskboard-columns-container {
    outline: none;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    gap: 16px;
    overflow-x: visible;
}
.k-taskboard-column {
    width: 320px;
    border-width: 1px;
    border-radius: 2px;
    border-style: solid;
    outline: none;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    overflow: hidden;
}
.k-taskboard-column-header {
    padding: 8px 8px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.k-taskboard-column-header-actions {
    display: inline-flex;
    flex-shrink: 0;
    align-self: flex-start;
    gap: 8px;
}
.k-taskboard-column-cards-container {
    margin-bottom: 8px;
    padding: 0px 8px;
    outline: none;
    overflow: auto;
    flex: 1 1 auto;
}
.k-taskboard-column-cards {
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}
.k-taskboard-column-new {
    max-height: calc(1.4285714286em + 26px);
}
.k-taskboard-column-new .k-taskboard-column-header,
.k-taskboard-column-edit .k-taskboard-column-header {
    font-weight: inherit;
}
.k-taskboard-column-new .k-taskboard-column-header-text,
.k-taskboard-column-edit .k-taskboard-column-header-text {
    flex: 1 1 100%;
}
.k-taskboard-column-new .k-textbox,
.k-taskboard-column-edit .k-textbox {
    width: 100%;
}
.k-taskboard-pane {
    width: 320px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}
.k-taskboard-pane-header {
    padding: 12px 16px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.k-taskboard-pane-header-text {
    word-break: normal;
    overflow-wrap: anywhere;
}
.k-taskboard-pane-header-actions {
    flex-shrink: 0;
    align-self: flex-start;
}
.k-taskboard-pane-content {
    padding: 0px 16px;
    overflow: auto;
    flex: 1 1 auto;
}
.k-taskboard-pane-actions {
    padding: 12px 16px;
}
.k-taskboard-pane-start {
    right: auto;
    left: 0;
}
.k-taskboard-card {
    border-radius: 2px;
    border-width: 1px;
}
.k-taskboard-card.k-taskboard-card-category {
    border-left-width: 4px;
}
.k-taskboard-card .k-card-header .k-card-body,
.k-taskboard-card .k-card-footer {
    padding: 16px 16px;
}
.k-taskboard-card .k-card-header {
    align-items: center;
}
.k-taskboard-card .k-card-title {
    font-size: inherit;
    font-weight: inherit;
    word-break: normal;
    overflow-wrap: anywhere;
}
.k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title.k-state-focus, .k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-state-hover {
    text-decoration: underline;
}
.k-taskboard-card .k-card-header-actions {
    align-self: flex-start;
}
.k-taskboard-drag-placeholder {
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    position: relative;
}
.k-rtl .k-taskboard-card.k-taskboard-card-category, .k-taskboard-card.k-taskboard-card-category.k-rtl,
[dir="rtl"] .k-taskboard-card.k-taskboard-card-category, .k-taskboard-card.k-taskboard-card-category[dir="rtl"] {
    border-left-width: 1px;
    border-right-width: 4px;
}
.k-ie .k-taskboard-column:not(:last-child) {
    margin-right: 16px;
}
.k-ie .k-rtl .k-taskboard-column:not(:last-child) {
    margin-right: 0;
    margin-left: 16px;
}
.k-ie .k-taskboard-column-cards-container {
    margin-bottom: 24px;
}
.k-ie .k-taskboard-column-cards > .k-taskboard-card:not(:last-child) {
    margin-bottom: 8px;
}
.k-taskboard-column {
    border-color: transparent;
    background-color: #fafafa;
}
.k-taskboard-column:focus,
.k-taskboard-column.k-state-focus {
    border-color: rgba(0, 0, 0, 0.264);
}
.k-taskboard-column-header {
    color: #424242;
}
.k-taskboard-pane {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-taskboard-pane-header {
    color: #424242;
}
.k-taskboard-card {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-taskboard-card .k-card-title {
    color: #ff6358;
}
.k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title.k-state-focus {
    color: #d6534a;
}
.k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-state-hover {
    color: #ff7c73;
}
.k-taskboard-card:focus, .k-taskboard-card.k-state-focus {
    border-color: rgba(0, 0, 0, 0.2456);
    box-shadow: none;
}
.k-taskboard-card:hover, .k-taskboard-card.k-state-hover {
    border-color: rgba(0, 0, 0, 0.172);
}
.k-taskboard-card.k-state-selected {
    border-color: #ffb0ab;
    box-shadow: none;
}
.k-taskboard-card.k-state-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
.k-taskboard-drag-placeholder {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 0.2);
}
.k-editor {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table.k-editor {
    width: 100%;
    display: table;
    vertical-align: top;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}
table.k-editor tbody,
table.k-editor tr,
table.k-editor td {
    border-color: inherit;
}
kendo-editor .k-editor-content {
    z-index: 1;
}
kendo-editor.k-readonly {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
kendo-editor.k-readonly > .k-content,
kendo-editor.k-readonly .k-editor-content {
    pointer-events: auto;
}
kendo-editor.k-readonly .k-editor-content.k-state-focused {
    outline-width: 1px;
    outline-style: dashed;
}
.k-editor-inline {
    border-radius: 2px;
    padding: 2px 4px;
    border: 1px solid transparent;
    word-wrap: break-word;
    overflow: auto;
    background: none;
}
.k-window.k-editor-widget {
    padding: 0;
}
.k-editor > .k-toolbar {
    border-width: 0 0 1px 0;
    flex-shrink: 0;
}
.k-editor-toolbar {
    border-width: 0 0 1px 0;
}
.k-editor-toolbar .k-tool-group .k-widget ~ .k-widget {
    margin-inline-start: 8px;
}
.k-editor-toolbar .k-tool {
    padding: 4px;
    width: calc(1.4285714286em + 10px);
    height: calc(1.4285714286em + 10px);
}
.k-editor-toolbar .k-tool-text {
    display: none;
}
.k-editor-toolbar .k-overflow-tools {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
}
.k-editor-toolbar .k-overflow-anchor {
    border-width: 0;
    padding: 8px;
    width: calc(1.4285714286em + 26px);
    height: calc(1.4285714286em + 26px);
    position: relative;
}
.k-editor-toolbar .k-editor-export .k-icon {
    margin-right: 0.25em;
}
.k-editor-toolbar .k-editor-export .k-icon,
.k-editor-toolbar .k-editor-export .k-export-tool-text {
    vertical-align: middle;
}
.k-editor-content {
    flex: 1 1 auto;
    overflow-y: auto;
}
.k-editor-content > .k-iframe {
    width: 100%;
    height: 100%;
    border-width: 0;
    display: block;
}
.k-editor-content > .ProseMirror {
    padding: 8px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    outline: none;
    white-space: pre-wrap;
    overflow: auto;
}
.k-editor-content > .ProseMirror table {
    white-space: pre-wrap;
}
.k-editor-content > .ProseMirror .k-placeholder::before {
    content: attr(data-placeholder);
    height: 0;
    color: #666666;
    float: left;
    opacity: 1;
    cursor: text;
    -webkit-user-select: none;
            user-select: none;
}
.k-editable-area {
    padding: 4px;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline: 0;
}
.k-editable-area iframe.k-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    background: none;
    display: block;
}
.k-resizable .k-editable-area {
    padding: 4px 4px 16px;
}
.k-edit-form-content {
    flex: 1 1 auto;
    overflow: auto;
    margin: -16px -16px;
    padding: 16px 16px;
}
.k-ct-popup {
    box-sizing: border-box;
    width: 190px;
    padding: 5px;
}
.k-ct-popup .k-button {
    width: 100%;
}
.k-ct-popup .k-ct-cell {
    margin: 1px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid;
    border-color: inherit;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    opacity: .7;
    pointer-events: all;
}
.k-editor .k-resize-handle {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 13px 13px;
    border-color: transparent;
    border-bottom-color: inherit;
    cursor: se-resize;
}
.k-editor .k-resize-handle .k-i-arrow-45-down-right {
    display: none;
}
.k-rtl .k-editor .k-editor-widget .k-dropdown-wrap {
    padding-left: 0;
}
.k-rtl .k-editor .k-editor-widget .k-dropdown-wrap .k-select {
    border-width: 0;
}
.k-editor-find-replace .k-content {
    position: relative;
}
.k-editor-find-replace .k-edit-form-container {
    display: inline-block;
}
.k-editor-find-replace .k-edit-form-container .k-edit-label {
    text-align: left;
}
.k-editor-find-replace .k-actions, .k-editor-find-replace .k-action-buttons,
.k-editor-find-replace .k-columnmenu-actions {
    padding: 0;
}
.k-editor-find-replace .k-search-options {
    display: flex;
    flex-direction: column;
    padding: 10px 0 40px 0;
}
.k-editor-find-replace .k-search-options > span {
    padding-bottom: 4px;
}
.k-editor-find-replace .k-matches-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.k-editor-dialog {
    box-sizing: border-box;
}
.k-editor-dialog .k-edit-form-container {
    width: auto;
}
.k-editor-dialog .k-edit-label {
    width: 30%;
    padding: 5px 0;
}
.k-editor-dialog .k-edit-field {
    width: 66%;
}
.k-editor-dialog.k-viewhtml-dialog {
    display: flex;
    flex-direction: column;
}
.k-textarea.k-editor-textarea {
    width: 100%;
    height: 100%;
    resize: none;
}
.k-filebrowser-dialog {
    display: flex;
}
.k-filebrowser-dialog .k-edit-form-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.k-filebrowser-dialog .k-edit-label {
    width: 18%;
}
.k-filebrowser-dialog .k-edit-field {
    width: 75%;
}
.k-filebrowser {
    max-width: 100%;
}
.k-filebrowser .k-floatwrap {
    display: flex;
}
.k-filebrowser .k-floatwrap::after {
    display: none;
}
.k-filebrowser .k-breadcrumbs {
    flex: 1;
}
.k-filebrowser .k-search-wrap {
    margin: 0 0 0 1em;
    width: 150px;
    display: flex;
    align-items: center;
}
.k-filebrowser .k-search-wrap .k-input {
    flex: 1;
    width: 100px;
}
.k-filebrowser .k-search-wrap .k-icon {
    margin: 0;
    position: static;
}
.k-filebrowser .k-filebrowser-toolbar {
    margin: 1em 0 0 0;
}
.k-filebrowser .k-upload {
    padding: 0;
    border-width: 0;
    background: none;
}
.k-filebrowser .k-upload .k-upload-button {
    margin: 0;
}
.k-filebrowser .k-upload .k-upload-status {
    display: none;
}
.k-filebrowser .k-upload-files {
    display: none;
}
.k-filebrowser .k-tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 390px;
    max-height: 50vh;
    margin: 0 0 1em 0;
    padding: 4px 8px;
    border-top-width: 0;
    overflow: auto;
}
.k-filebrowser .k-tile {
    width: 33%;
    height: 90px;
    padding: 4px 8px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2px;
}
.k-filebrowser .k-tile .k-i-file,
.k-filebrowser .k-tile .k-i-folder {
    font-size: 4em;
}
.k-filebrowser .k-tile input {
    width: 100px;
}
.k-filebrowser .k-tile strong {
    display: block;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-filebrowser .k-tile-empty {
    display: block;
    margin: auto;
}
.k-filebrowser .k-tile-empty.k-state-selected {
    color: inherit;
    border-width: 0;
    background-image: none;
    background-color: transparent;
}
.k-filebrowser .k-tile-empty strong {
    opacity: .5;
    font-size: 3em;
    font-weight: 400;
}
.k-filebrowser .k-thumb {
    float: left;
    margin-right: 4px;
}
.k-filebrowser .k-breadcrumbs-wrap {
    position: absolute;
    left: 8px;
    top: 4px;
}
.k-filebrowser .k-breadcrumbs-wrap .k-icon {
    position: static;
    margin-top: 0;
}
.k-editor-table-wizard-dialog {
    display: flex;
}
.k-editor-table-wizard-dialog .k-edit-form-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.k-editor-table-wizard-dialog .k-tabstrip-wrapper {
    display: flex;
    flex: 1 1 auto;
    overflow: auto;
}
.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-tabstrip.k-root-tabs {
    flex: 1 1 auto;
    margin-bottom: 0;
}
.k-editor-table-wizard-dialog .k-numerictextbox {
    width: 10em;
}
.k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdowntree {
    width: 4em;
}
.k-editor-table-wizard-dialog .k-numerictextbox + .k-colorpicker, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdowntree {
    margin-left: 4px;
}
.k-editor-table-wizard-dialog .k-colorpicker {
    vertical-align: middle;
}
.k-editor-table-wizard-dialog .k-edit-field > .k-checkbox {
    position: relative;
}
.k-editor-table-wizard-dialog .k-dropdown.k-align, .k-editor-table-wizard-dialog .k-align.k-dropdowntree {
    width: auto;
}
.k-editor-table-wizard-dialog .k-textbox.k-editor-accessibility-summary {
    height: auto;
}
.k-popup.k-align .k-list {
    display: flex;
    flex-flow: row wrap;
}
.k-popup.k-align .k-list .k-item {
    padding: 4px;
    height: calc(1.4285714286em + 10px);
    box-sizing: border-box;
    justify-content: center;
    flex: 1 0 33%;
}
.k-popup.k-align .k-list .k-item .k-icon {
    margin: 0;
}
.k-popup.k-align .k-list .k-item:last-child {
    flex: 1 0 100%;
}
.k-editor-inline .k-table {
    width: 100%;
    border-spacing: 0;
    margin: 0 0 1em;
}
.k-editor-inline .k-table,
.k-editor-inline .k-table td {
    outline: 0;
    border-width: 1px;
    border-style: dotted;
}
.k-editor-inline .k-table td {
    min-width: 1px;
    padding: 2px 4px;
}
.k-editor-inline .k-element-resize-handle-wrapper {
    position: absolute;
    width: 5px;
    height: 5px;
    border-width: 1px;
    border-style: solid;
    z-index: 100;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle {
    width: 100%;
    height: 100%;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-east {
    cursor: e-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-north {
    cursor: n-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northeast {
    cursor: ne-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-northwest {
    cursor: nw-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-south {
    cursor: s-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southeast {
    cursor: se-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-southwest {
    cursor: sw-resize;
}
.k-editor-inline .k-element-resize-handle-wrapper .k-element-resize-handle.k-resize-west {
    cursor: w-resize;
}
.k-editor-inline .k-column-resize-handle-wrapper {
    position: absolute;
    height: 10px;
    width: 10px;
    cursor: col-resize;
    z-index: 2;
}
.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle {
    width: 100%;
    height: 100%;
}
.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    display: none;
    opacity: .8;
}
.k-editor-inline .k-row-resize-handle-wrapper {
    position: absolute;
    z-index: 2;
    cursor: row-resize;
    width: 10px;
    height: 10px;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle {
    display: table;
    width: 100%;
    height: 100%;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 2px;
    opacity: .8;
}
.k-editor {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
kendo-editor.k-readonly .k-editor-content.k-state-focused {
    outline-color: #424242;
}
.k-editor-inline .k-table,
.k-editor-inline .k-table td {
    border-color: #cccccc;
}
.k-editor-inline .k-element-resize-handle-wrapper {
    background-color: #ffffff;
    border-color: #000000;
}
.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
    background-color: #00b0ff;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
    background-color: #00b0ff;
}
.k-editor-inline:hover, .k-editor-inline.k-state-active {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-ct-popup .k-state-selected {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ffffff;
    background-color: #ff6358;
    background-image: none;
}
.k-editor-content .k-text-selected, .k-editor-content::selection {
    color: #ffffff;
    background-color: #ff6358;
}
.k-editor-content .k-text-highlighted {
    background-color: #ffe0de;
}
.k-imageeditor {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-imageeditor-toolbar {
    border-width: 0;
    border-bottom-width: 1px;
}
.k-imageeditor-content {
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: flex;
    flex-flow: row nowrap;
}
.k-imageeditor-canvas-container {
    flex: 1 1 100%;
    display: flex;
    flex-flow: row nowrap;
    overflow: auto;
}
.k-imageeditor-canvas {
    margin: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}
.k-imageeditor-action-pane {
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: inherit;
    flex-shrink: 0;
    overflow-y: auto;
}
.k-imageeditor-action-pane > .k-form {
    padding: 32px 16px;
}
.k-imageeditor-crop-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.k-imageeditor-crop {
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: dashed;
    box-sizing: border-box;
    position: absolute;
}
.k-imageeditor-crop .k-resize-handle {
    margin: 1px 1px;
    border-style: solid;
    border-width: 0 2px 2px 0;
}
.k-imageeditor-crop .k-resize-sw,
.k-imageeditor-crop .k-resize-se,
.k-imageeditor-crop .k-resize-nw,
.k-imageeditor-crop .k-resize-ne {
    width: 15px;
    height: 15px;
}
.k-imageeditor-crop .k-resize-n,
.k-imageeditor-crop .k-resize-s {
    left: calc(50% - 7.5px);
    width: 15px;
    height: 0;
}
.k-imageeditor-crop .k-resize-w,
.k-imageeditor-crop .k-resize-e {
    top: calc(50% - 7.5px);
    width: 0;
    height: 15px;
}
.k-imageeditor-crop .k-resize-ne {
    transform: rotate(-90deg);
}
.k-imageeditor-crop .k-resize-nw {
    transform: rotate(-180deg);
}
.k-imageeditor-crop .k-resize-sw {
    transform: rotate(90deg);
}
.k-imageeditor-crop .k-resize-n {
    top: 0;
}
.k-imageeditor-crop .k-resize-s {
    bottom: 0;
}
.k-imageeditor-crop .k-resize-w {
    left: 0;
}
.k-imageeditor-crop .k-resize-e {
    right: 0;
}
.k-ie .k-imageeditor-canvas {
    flex-direction: row;
    align-self: flex-start;
}
.k-ie .k-imageeditor-action-pane {
    flex: 0 0 auto;
}
.k-imageeditor {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-imageeditor-content {
    background-color: #c6c6c6;
}
.k-imageeditor-canvas {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), white;
    background-repeat: repeat, repeat;
    background-position: 0px 0px, 5px 5px;
    transform-origin: 0 0 0;
    background-origin: padding-box, padding-box;
    background-size: 10px 10px, 10px 10px;
    box-shadow: none;
    text-shadow: none;
    transition: none;
    transform: scaleX(1) scaleY(1) scaleZ(1);
}
.k-imageeditor-action-pane {
    background-color: #fafafa;
}
.k-imageeditor-crop {
    border-color: white;
}
.k-imageeditor-crop-overlay {
    background-color: rgba(0, 0, 0, 0.3);
}
.k-gantt {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-gantt td {
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
}
.k-gantt .k-grid-header tr {
    height: calc(1.4285714286em + 17px);
}
.k-gantt .k-grid-header .k-header {
    position: static;
}
.k-gantt .k-treelist .k-grid-header .k-header {
    position: relative;
}
.k-gantt .k-grid-content tr {
    height: calc(1.4285714286em + 16px);
}
.k-gantt.k-gantt-planned .k-grid-content tr {
    height: calc(2.4285714286em + 16px);
}
.k-gantt .k-gantt-layout {
    white-space: normal;
    vertical-align: top;
    display: inline-block;
}
.k-gantt .k-splitbar {
    position: relative;
    display: inline-flex;
}
.k-gantt .k-treelist-scrollable {
    width: 100%;
    border-width: 0;
    overflow: auto;
}
.k-gantt .k-treelist-scrollable .k-grid-header .k-header {
    position: sticky;
}
.k-gantt .k-treelist-scrollable .k-grid-header th,
.k-gantt .k-treelist-scrollable .k-grid-content-sticky {
    z-index: 4;
}
.k-gantt .k-treelist-scrollable .k-grid-header th.k-grid-header-sticky {
    z-index: 5;
}
.k-gantt .k-treelist-scrollable .k-grid-header tr:first-child th:last-child,
.k-gantt .k-treelist-scrollable tbody td:last-child {
    padding: 0;
}
.k-gantt .k-treelist-scrollable .k-grid-header th:last-child .k-header {
    padding: 8px 12px;
    border-width: 0 0 1px 1px;
    white-space: nowrap;
}
.k-gantt .k-treelist-scrollable tr.k-state-selected > td:last-child {
    background: transparent;
}
.k-gantt .k-treelist-scrollable .k-task {
    display: inline-flex;
    flex-flow: row nowrap;
    white-space: nowrap;
    z-index: 3;
}
.k-gantt .k-treelist-scrollable .k-task:hover .k-task-start,
.k-gantt .k-treelist-scrollable .k-task:hover .k-task-end {
    display: block;
}
.k-gantt .k-treelist-scrollable .k-task:hover .k-task-draghandle {
    visibility: visible;
}
.k-gantt .k-treelist-scrollable .k-task-content {
    padding: 4px 8px;
    display: block;
    line-height: normal;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-gantt .k-treelist-scrollable .k-task-actions {
    flex-shrink: 0;
}
.k-gantt .k-treelist-scrollable .k-task-milestone {
    border: 0;
    transform: none;
    background: none;
}
.k-gantt .k-treelist-scrollable .k-task-milestone .k-task-milestone-content {
    width: .875em;
    height: .875em;
    border-width: 1px;
    border-style: solid;
    transform: rotate(45deg);
}
.k-gantt .k-treelist-scrollable .k-task-summary {
    height: 15px;
    -webkit-clip-path: polygon(-20px 0, calc(100% + 20px) 0, calc(100% + 20px) 100%, 100% 100%, calc(100% - 8px) calc(100% - 5px), 8px calc(100% - 5px), 0 100%, -20px 100%);
            clip-path: polygon(-20px 0, calc(100% + 20px) 0, calc(100% + 20px) 100%, 100% 100%, calc(100% - 8px) calc(100% - 5px), 8px calc(100% - 5px), 0 100%, -20px 100%);
}
.k-gantt .k-treelist-scrollable .k-task-summary-complete {
    width: 100%;
    height: 15px;
}
.k-gantt .k-treelist-scrollable .k-task-start {
    transform: translateX(-140%) translateY(-50%);
}
.k-gantt .k-treelist-scrollable .k-task-end {
    transform: translateX(140%) translateY(-50%);
}
.k-gantt .k-treelist-scrollable .k-master-row:hover .k-task-dot {
    display: block;
}
.k-gantt .k-treelist-scrollable .k-gantt-columns {
    background: transparent;
    pointer-events: none;
    table-layout: fixed;
}
.k-gantt .k-gantt-dependencies-svg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    pointer-events: none;
    z-index: 2;
}
.k-gantt .k-gantt-dependencies-svg polyline {
    stroke-width: 2px;
}
.k-gantt-header {
    border-width: 0 0 1px;
    flex-shrink: 0;
    z-index: 6;
}
.k-gantt-footer {
    border-width: 1px 0 0;
    flex-shrink: 0;
}
.k-gantt-toggle {
    display: none;
}
.k-gantt-views-wrapper {
    margin-left: auto;
}
.k-gantt-views-wrapper .k-views-dropdown {
    width: auto;
    font-size: inherit;
    display: none;
    cursor: pointer;
}
@media (max-width: 480px) {
    .k-gantt-toolbar .k-gantt-toggle {
        display: inline-flex;
    }
    .k-gantt-toolbar .k-gantt-pdf,
    .k-gantt-toolbar .k-gantt-create {
        padding: 4px;
        width: calc(1.4285714286em + 10px);
        height: calc(1.4285714286em + 10px);
    }
    .k-gantt-toolbar .k-gantt-pdf .k-button-text,
    .k-gantt-toolbar .k-gantt-create .k-button-text {
        display: none;
    }
}
@media (max-width: 1024px) {
    .k-gantt-views-wrapper .k-gantt-views {
        display: none;
    }
    .k-gantt-views-wrapper .k-views-dropdown {
        display: flex;
    }
}
.k-gantt-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    flex: 1 1 auto;
    overflow: hidden;
}
.k-gantt-treelist .k-treelist {
    height: 100%;
    border-width: 0;
}
.k-gantt-treelist .k-grid-header,
.k-gantt-treelist .k-grid-footer {
    padding: 0 !important;
}
.k-gantt-treelist .k-grid-header tr {
    height: calc(2.8571428571em + 34px);
    vertical-align: bottom;
}
.k-gantt-treelist .k-grid-content {
    overflow: hidden;
    overflow-x: scroll;
}
.k-gantt-treelist .k-grid-content td {
    vertical-align: middle;
}
.k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
    height: calc(1.4285714286em + 17px);
}
.k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
    overflow: scroll;
}
.k-gantt-timeline .k-timeline {
    height: 100%;
    border-width: 0;
    display: flex;
}
.k-gantt-timeline .k-grid-content {
    overflow-x: scroll;
}
.k-gantt-timeline .k-header {
    padding: 8px 12px;
    border-width: 0 0 1px 1px;
    white-space: nowrap;
}
.k-gantt-tables {
    position: relative;
    border-color: inherit;
}
.k-gantt-rows,
.k-gantt-columns {
    border-color: inherit;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.k-gantt-dependencies {
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
}
.k-gantt-dependencies .k-arrow-e,
.k-gantt-dependencies .k-arrow-w {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    top: -4px;
}
.k-gantt-dependencies .k-arrow-e {
    border-left-color: currentColor;
    right: -6px;
}
.k-gantt-dependencies .k-arrow-w {
    border-right-color: currentColor;
    left: -6px;
}
.k-gantt-line {
    background-color: currentColor;
    border-color: currentColor;
    position: absolute;
}
.k-gantt-line.k-state-selected {
    z-index: 3;
}
.k-gantt-line-h {
    height: 2px;
}
.k-gantt-line-v {
    width: 2px;
}
.k-gantt-dependency-hint {
    z-index: 4;
}
.k-gantt-tasks {
    position: relative;
}
.k-gantt-tasks td {
    padding: 0;
    border-width: 0;
    position: relative;
    vertical-align: middle;
}
.k-gantt-tasks td::after {
    content: "\a0";
}
.k-task-wrap {
    margin: 0 -21px;
    padding: 5px 21px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 2;
}
.k-task-wrap.k-drag-hint {
    position: absolute;
}
.k-task {
    position: relative;
    flex: 1 1 auto;
}
.k-task-dot {
    width: 16px;
    height: 16px;
    line-height: 1;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.k-task-wrap:hover .k-task-dot,
.k-task-wrap.k-origin .k-task-dot {
    display: block;
}
.k-task-dot::before {
    content: "";
    width: 8px;
    height: 8px;
    border-width: 0;
    border-style: solid;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.k-task-dot:hover::before,
.k-task-dot.k-state-hover::before {
    border-width: 1px;
}
.k-task-start {
    left: 0;
}
.k-task-end {
    right: 0;
}
.k-task-draghandle {
    margin-left: 16px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-width: 0;
    border-bottom-color: inherit;
    position: absolute;
    bottom: 0;
    cursor: e-resize;
    visibility: hidden;
}
.k-task-wrap:hover .k-task-draghandle {
    visibility: visible;
}
.k-milestone-wrap {
    margin: 0 -2em;
}
.k-task-milestone {
    width: 1em;
    height: 1em;
    border-width: 1px;
    border-style: solid;
    transform: rotate(45deg);
}
.k-task-summary {
    height: 10px;
    display: inline-block;
    vertical-align: top;
}
.k-task-summary,
.k-task-summary-complete {
    background-color: currentColor;
}
.k-task-summary::before, .k-task-summary::after,
.k-task-summary-complete::before,
.k-task-summary-complete::after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    position: absolute;
    top: 0;
    display: none;
}
.k-task-summary::before,
.k-task-summary-complete::before {
    border-left-color: currentColor;
    left: 0;
}
.k-task-summary::after,
.k-task-summary-complete::after {
    border-right-color: currentColor;
    right: 0;
}
.k-task-summary-complete {
    height: 10px;
    position: relative;
    z-index: 2;
}
.k-task-summary-progress {
    height: 15px;
    overflow: hidden;
}
.k-task-single {
    border-radius: 2px;
    border-width: 0px;
    border-style: solid;
    cursor: default;
}
.k-task-single .k-resize-handle {
    opacity: .5;
    z-index: 2;
    visibility: hidden;
}
.k-task-single .k-resize-handle::before {
    position: absolute;
    top: 2px;
    bottom: 2px;
}
.k-task-single .k-resize-w {
    left: 0;
}
.k-task-single .k-resize-w::before {
    left: 2px;
    border-left-width: 1px;
}
.k-task-single .k-resize-e {
    right: 0;
}
.k-task-single .k-resize-e::before {
    right: 2px;
    border-left-width: 1px;
}
.k-task-single:hover .k-resize-handle,
.k-task-single:hover .k-task-actions {
    visibility: visible;
}
.k-task-complete {
    border-radius: 2px;
    width: 20%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
}
.k-task-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.k-task-template {
    padding: 4px 8px;
    line-height: normal;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-task-actions {
    padding: 2px;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    visibility: hidden;
    z-index: 1;
}
.k-task-actions > .k-link {
    display: inline-flex;
}
.k-resources-wrap {
    position: absolute;
    display: inline-block;
    z-index: 2;
    margin-left: 20px;
    margin-top: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.k-resources-wrap .k-resource {
    margin: 0 5px;
}
.k-task-details {
    padding: 4px 8px;
    white-space: nowrap;
}
.k-task-details strong {
    font-size: 18px;
    font-weight: normal;
    display: block;
}
.k-task-details .k-task-pct {
    font-size: 32px;
}
.k-task-details ul {
    line-height: normal;
}
.k-gantt-planned .k-gantt-dependencies,
.k-gantt-planned .k-task-dot,
.k-gantt-planned .k-resources-wrap {
    margin-top: 0.55em;
}
.k-gantt-planned .k-task-wrap {
    flex-direction: column;
    align-items: flex-start;
}
.k-gantt-planned .k-task-inner-wrap {
    display: inline-flex;
}
.k-gantt-planned .k-task-wrap.k-drag-hint {
    top: 0;
}
.k-gantt-planned .k-summary-wrap.k-drag-hint {
    top: 0.5em;
}
.k-gantt-planned .k-milestone-wrap.k-drag-hint {
    top: 0.3em;
}
.k-task-planned {
    margin: 0 0 0.35em;
    line-height: 0.75em;
    display: flex;
    align-items: center;
}
.k-task-planned .k-task-moment {
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    height: 6px;
    width: 6px;
}
.k-task-planned .k-task-duration {
    height: 2px;
}
.k-task-planned .k-task-moment.k-moment-left {
    margin-left: -4px;
}
.k-task-planned:hover .k-task-duration {
    height: 3px;
}
.k-milestone-wrap .k-task-moment {
    margin-left: 3px;
}
.k-planned-tooltip .k-task-content {
    display: block;
}
.k-task-offset-wrap .k-task-content .k-resize-e {
    display: none;
}
.k-task-offset {
    flex-direction: row-reverse;
    display: flex;
}
.k-task-offset .k-resize-handle {
    right: 0;
    z-index: 2;
    visibility: hidden;
    margin-right: 1.4em;
}
.k-task-offset .k-resize-handle::before {
    border-left-width: 1px;
    position: absolute;
    top: 50%;
    bottom: .5em;
    margin-right: 2px;
}
.k-task-single:hover + .k-task-offset .k-task-actions,
.k-task-offset:hover .k-task-actions,
.k-task-single:hover + .k-task-offset .k-resize-handle,
.k-task-offset:hover .k-resize-handle {
    visibility: visible;
}
.k-pdf-export-shadow .k-gantt {
    float: left;
}
.k-pdf-export-shadow .k-gantt,
.k-pdf-export-shadow .k-gantt-timeline,
.k-pdf-export-shadow .k-gantt-dependencies {
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
}
.k-pdf-export-shadow .k-gantt-treelist .k-treelist {
    display: block;
}
.k-pdf-export-shadow .k-gantt-layout.k-splitbar {
    display: none;
}
.k-gantt-edit-form .k-gantt-delete {
    float: left;
}
.k-rtl .k-gantt-rows,
.k-rtl .k-gantt-columns {
    left: auto;
    right: 0;
}
.k-rtl .k-task-wrap:not(.k-milestone-wrap) {
    margin: 0 -26px;
}
.k-rtl .k-gantt-timeline .k-gantt-tasks tbody {
    text-align: left;
}
.k-rtl .k-gantt-timeline .k-header {
    border-width: 0 1px 1px 0;
}
.k-rtl .k-gantt-timeline .k-header:first-child {
    border-right-width: 0;
}
.k-rtl .k-gantt-timeline .k-task-start {
    left: auto;
    right: 0;
}
.k-rtl .k-gantt-timeline .k-task-end {
    right: auto;
    left: 0;
}
.k-rtl .k-task-content {
    text-align: right;
}
.k-rtl .k-task-complete {
    left: auto;
    right: 0;
}
.k-rtl .k-task-draghandle {
    margin-left: 0;
    margin-right: 16px;
}
.k-rtl .k-gantt-dependencies {
    left: auto;
    right: 0;
}
.k-rtl .k-gantt-delete {
    float: right;
}
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-e {
    display: block;
}
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-w {
    display: none;
}
.k-rtl .k-milestone-wrap {
    margin-left: -2.4em;
}
.k-rtl .k-milestone-wrap .k-task-moment {
    margin-right: 0.2em;
}
.k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start {
    right: -0.1em;
}
.k-gantt {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-gantt .k-treelist-scrollable .k-task-milestone .k-task-milestone-content {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #424242;
}
.k-gantt .k-treelist-scrollable .k-task-milestone.k-state-selected .k-task-milestone-content {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #ff6358;
}
.k-gantt .k-gantt-dependencies-svg polyline {
    fill: none;
    stroke: #000000;
}
.k-gantt .k-gantt-dependencies-svg polyline.k-state-selected {
    stroke: #ff6358;
}
.k-gantt-footer {
    box-shadow: none;
}
.k-gantt-treelist .k-treelist,
.k-gantt-treelist .k-grid-content {
    background-color: transparent;
}
.k-gantt .k-nonwork-hour {
    background-color: rgba(0, 0, 0, 0.025);
}
.k-task-dot::before {
    background-color: #424242;
}
.k-task-dot:hover::before,
.k-task-dot.k-state-hover::before {
    border-color: #424242;
    background-color: #ffffff;
}
.k-task-milestone {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #424242;
}
.k-task-milestone.k-task-delayed {
    background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 2px, #f31700 2px, #f31700 4px);
}
.k-task-milestone.k-task-advanced {
    background-color: #37b400;
}
.k-task-milestone.k-state-selected {
    background-image: none;
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #ff6358;
}
.k-task-summary {
    color: #515151;
}
.k-task-summary.k-task-delayed {
    color: #f87466;
}
.k-task-summary.k-task-advanced {
    color: #87d266;
}
.k-task-summary-complete {
    color: #282828;
}
.k-task-delayed .k-task-summary-complete {
    color: #f31700;
}
.k-task-advanced .k-task-summary-complete {
    color: #37b400;
}
.k-task-summary.k-state-selected {
    color: #ffaea8;
}
.k-task-summary.k-state-selected .k-task-summary-complete {
    color: #ff6358;
}
.k-task-single {
    color: #ffffff;
    background-color: #606060;
}
.k-task-single.k-task-delayed {
    background-color: #f87466;
}
.k-task-single.k-task-advanced {
    background-color: #87d266;
}
.k-task-single .k-task-complete {
    background-color: #424242;
}
.k-task-delayed .k-task-complete {
    background-color: #f31700;
}
.k-task-advanced .k-task-complete {
    background-color: #37b400;
}
.k-task-single.k-state-selected {
    color: #ffffff;
    background-color: #ffaea8;
}
.k-task-single.k-state-selected .k-task-complete {
    background-color: #ff6358;
}
.k-gantt-line {
    color: #000000;
}
.k-gantt-line.k-state-selected {
    color: #ff6358;
}
.k-task-planned .k-task-moment {
    border-color: #ff6358;
    background-color: transparent;
}
.k-task-planned .k-task-duration {
    background-color: #ff6358;
}
.k-task-planned:hover .k-task-moment {
    background-color: #ff6358;
}
.k-task-offset {
    background-image: repeating-linear-gradient(135deg, #ffffff, #ffffff 2px, #f31700 2px, #f31700 4px);
}
.k-task-offset .k-resize-e::before {
    border-color: #000000;
}
.k-task-offset .k-task-actions {
    color: #000000;
}
.k-task-offset:hover {
    background-image: repeating-linear-gradient(135deg, #ffffff, #ffffff 2px, #f87466 2px, #f87466 4px);
}
.k-pdf-export .k-task-offset {
    background-color: #f31700;
}
.k-offset-tooltip-delayed {
    background-color: #f31700;
}
.k-planned-tooltip {
    background-color: #ff6358;
}
.k-scheduler {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: column;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-scheduler table,
.k-scheduler thead,
.k-scheduler tfoot,
.k-scheduler tbody,
.k-scheduler tr,
.k-scheduler th,
.k-scheduler td,
.k-scheduler div,
.k-scheduler > * {
    border-color: inherit;
}
kendo-scheduler.k-scheduler {
    overflow: hidden;
}
kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
    display: none;
}
.k-scheduler-table {
    width: 100%;
    max-width: none;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}
.k-scheduler-table td,
.k-scheduler-table th {
    padding: 8px 8px;
    height: 1.4285714286em;
    overflow: hidden;
    white-space: nowrap;
    border-style: solid;
    border-width: 0 0 1px 1px;
    vertical-align: top;
    box-sizing: content-box;
}
.k-scheduler-table td:first-child,
.k-scheduler-table th:first-child {
    border-left-width: 0;
}
.k-scheduler-table .k-middle-row td {
    border-bottom-style: dotted;
}
.k-scheduler-table .k-link {
    cursor: pointer;
}
.k-scheduler-layout-flex {
    overflow: auto;
}
.k-scheduler-layout-flex .k-scheduler-head {
    position: sticky;
    top: 0;
    z-index: 3;
}
.k-scheduler-layout-flex .k-scheduler-body {
    position: relative;
}
.k-scheduler-layout-flex .k-scheduler-head,
.k-scheduler-layout-flex .k-scheduler-body {
    display: flex;
    flex: 100%;
    flex-wrap: wrap;
}
.k-scheduler-layout-flex .k-scheduler-row {
    display: flex;
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
}
.k-scheduler-layout-flex .k-scheduler-group {
    display: flex;
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    flex-wrap: wrap;
}
.k-scheduler-layout-flex .k-scheduler-group .k-group-cell {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    overflow: auto;
}
.k-scheduler-layout-flex .k-scheduler-group .k-group-content {
    padding: 0;
    display: flex;
    flex: 1 1 100%;
    width: 100%;
    border-width: 0;
    flex-wrap: wrap;
}
.k-scheduler-layout-flex .k-scheduler-group.k-group-horizontal .k-group-cell {
    flex-basis: 100%;
    border-width: 0;
    padding: 0;
}
.k-scheduler-layout-flex .k-more-events {
    bottom: 2px;
    left: 0;
    width: 100%;
}
.k-scheduler-layout-flex .k-scheduler-cell {
    display: flex;
    flex: 1 1 100%;
    padding: 8px 8px;
    min-height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    border-style: solid;
    border-width: 0 1px 1px 0;
    vertical-align: top;
    box-sizing: content-box;
}
.k-scheduler-layout-flex .k-scheduler-cell.k-slot-cell {
    position: relative;
}
.k-scheduler-layout-flex .k-scheduler-cell.k-heading-cell {
    justify-content: center;
    font-weight: bold;
}
.k-scheduler-layout-flex .k-scheduler-cell.k-side-cell {
    justify-content: flex-end;
    flex-grow: 0;
    flex-basis: auto;
    overflow: visible;
}
.k-scheduler-layout-flex .k-scheduler-cell.k-major-cell {
    border-bottom-width: 0;
}
.k-scheduler-layout-flex .k-middle-row .k-scheduler-cell {
    border-bottom-style: dotted;
}
.k-scheduler-layout-flex .k-resource-cell {
    flex: none;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
}
.k-scheduler-layout-flex .k-resource-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-width: 0;
}
.k-scheduler-layout-flex .k-sticky-cell {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 0;
    position: sticky;
    left: 0;
    z-index: 3;
}
.k-scheduler-toolbar {
    border-width: 0;
    border-bottom-width: 1px;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}
.k-scheduler-toolbar .k-widget {
    font-size: inherit;
}
.k-scheduler-toolbar .k-nav-current {
    color: inherit;
    outline: 0;
    text-decoration: none;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.k-scheduler-toolbar .k-nav-current .k-sm-date-format,
.k-scheduler-toolbar .k-nav-current .k-lg-date-format {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-scheduler-toolbar .k-nav-current .k-sm-date-format {
    display: none;
}
.k-scheduler-toolbar .k-scheduler-search {
    display: inline-flex;
    flex-flow: row nowrap;
}
.k-scheduler-toolbar .k-scheduler-views-wrapper {
    margin-left: auto;
}
.k-scheduler-toolbar .k-scheduler-views-wrapper .k-views-dropdown {
    width: auto;
    font: inherit;
    display: none;
}
@media (max-width: 1400px) {
    .k-scheduler-toolbar .k-nav-current .k-lg-date-format {
        max-width: 200px;
    }
}
@media (max-width: 1024px) {
    .k-scheduler-toolbar .k-nav-current .k-lg-date-format {
        display: none;
    }
    .k-scheduler-toolbar .k-nav-current .k-sm-date-format {
        display: inline-block;
    }
    .k-scheduler-toolbar .k-scheduler-views-wrapper .k-scheduler-views {
        display: none;
    }
    .k-scheduler-toolbar .k-scheduler-views-wrapper .k-views-dropdown {
        display: inline-block;
    }
}
kendo-scheduler .k-scheduler-toolbar {
    padding: 8px 8px;
    border-style: solid;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
ul.k-scheduler-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
}
ul.k-scheduler-navigation li {
    border-width: 1px;
    border-style: solid;
    position: relative;
    z-index: 1;
}
ul.k-scheduler-navigation li + li {
    margin-left: -1px;
}
ul.k-scheduler-navigation .k-state-hover,
ul.k-scheduler-navigation .k-state-selected {
    z-index: 2;
}
ul.k-scheduler-navigation .k-link {
    padding: 4px 8px;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}
ul.k-scheduler-navigation .k-nav-prev .k-link,
ul.k-scheduler-navigation .k-nav-next .k-link {
    padding: 4px;
    width: calc(1.4285714286em + 8px);
    height: calc(1.4285714286em + 8px);
}
ul.k-scheduler-navigation .k-nav-current {
    border: 0;
    margin-left: 0;
    gap: 0;
}
ul.k-scheduler-navigation .k-nav-current > .k-link {
    gap: 4px;
}
ul.k-scheduler-navigation .k-nav-today {
    border-radius: 2px 0 0 2px;
}
ul.k-scheduler-navigation .k-nav-next {
    border-radius: 0 2px 2px 0;
}
ul.k-scheduler-views {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
}
ul.k-scheduler-views li {
    border-width: 1px;
    border-style: solid;
    position: relative;
    z-index: 1;
}
ul.k-scheduler-views li + li {
    margin-left: -1px;
}
ul.k-scheduler-views .k-state-hover,
ul.k-scheduler-views .k-state-selected {
    z-index: 2;
}
ul.k-scheduler-views .k-link {
    padding: 4px 8px;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}
ul.k-scheduler-views li:first-child {
    border-radius: 2px;
}
ul.k-scheduler-views li:first-child + li {
    border-radius: 2px 0 0 2px;
}
ul.k-scheduler-views li:last-child {
    border-radius: 0 2px 2px 0;
}
ul.k-scheduler-views.k-state-expanded li {
    border-radius: 0;
    margin: 0;
}
ul.k-scheduler-views.k-state-expanded li + li {
    margin-top: -1px;
}
ul.k-scheduler-views.k-state-expanded li:first-child {
    border-radius: 2px 2px 0 0;
}
ul.k-scheduler-views.k-state-expanded li:first-child + li {
    border-radius: 0;
}
ul.k-scheduler-views.k-state-expanded li:last-child {
    border-radius: 0 0 2px 2px;
}
ul.k-scheduler-views .k-current-view {
    display: none;
}
ul.k-scheduler-views .k-current-view .k-link::after {
    content: "";
    margin: 0 0 0 1ex;
    border: .25em solid transparent;
    border-top: .5em solid currentColor;
    border-bottom-width: 0;
    display: inline-block;
}
@media (max-width: 1024px) {
    ul.k-scheduler-views {
        flex-direction: column;
        align-items: stretch;
        position: absolute;
        right: 8px;
        top: 8px;
        z-index: 1000;
    }
    ul.k-scheduler-views li {
        display: none;
    }
    ul.k-scheduler-views .k-current-view {
        display: block;
    }
    ul.k-scheduler-views.k-state-expanded li {
        display: block;
    }
    .k-rtl ul.k-scheduler-views {
        left: 8px;
        right: auto;
    }
}
.k-scheduler-footer {
    box-shadow: none;
    border-width: 0;
    border-top-width: 1px;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
}
.k-scheduler-footer .k-widget {
    font-size: inherit;
}
.k-scheduler-footer li {
    border-width: 1px;
    border-style: solid;
    position: relative;
    z-index: 1;
}
.k-scheduler-footer li + li {
    margin-left: -1px;
}
.k-scheduler-footer .k-state-hover,
.k-scheduler-footer .k-state-selected {
    z-index: 2;
}
.k-scheduler-footer .k-link {
    padding: 4px 8px;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 4px;
}
.k-scheduler-footer li {
    border-radius: 2px;
}
kendo-scheduler .k-scheduler-footer {
    padding: 8px 8px;
    border-style: solid;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.k-scheduler-layout {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
}
.k-scheduler-layout > tbody > tr > td {
    padding: 0;
    vertical-align: top;
}
.k-scheduler-layout tr + tr .k-scheduler-times tr th,
.k-scheduler-layout .k-scheduler-pane + .k-scheduler-pane .k-scheduler-times tr th {
    border-bottom-color: transparent;
}
.k-scheduler-layout tr + tr .k-scheduler-times tr .k-slot-cell,
.k-scheduler-layout tr + tr .k-scheduler-times tr .k-scheduler-times-all-day,
.k-scheduler-layout tr + tr .k-scheduler-times tr:last-child th,
.k-scheduler-layout .k-scheduler-pane + .k-scheduler-pane .k-scheduler-times tr .k-slot-cell,
.k-scheduler-layout .k-scheduler-pane + .k-scheduler-pane .k-scheduler-times tr .k-scheduler-times-all-day,
.k-scheduler-layout .k-scheduler-pane + .k-scheduler-pane .k-scheduler-times tr:last-child th {
    border-bottom-color: inherit;
}
.k-scheduler-layout.k-scheduler-flex-layout {
    display: flex;
    flex-direction: column;
}
.k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-weekview .k-scheduler-pane:first-child .k-scheduler-table, .k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-dayview .k-scheduler-pane:first-child .k-scheduler-table {
    table-layout: fixed;
}
.k-scheduler-header,
.k-scheduler-view-header {
    padding-inline-end: var(--kendo-scrollbar-width, 17px);
}
.k-scheduler-header th {
    text-align: center;
}
.k-scheduler-header,
.k-scheduler-header-wrap,
.k-scheduler-header-wrap > div {
    border-color: inherit;
    overflow: hidden;
}
.k-scheduler-header-wrap {
    border-width: 0;
    border-style: solid;
    position: relative;
}
.k-scheduler-times {
    border-color: inherit;
    position: relative;
    overflow: hidden;
}
.k-scheduler-times .k-scheduler-table {
    table-layout: auto;
}
.k-scheduler-times th {
    border-width: 0 1px 1px 0;
    text-align: right;
}
.k-scheduler-times .k-slot-cell,
.k-scheduler-times .k-scheduler-times-all-day {
    border-bottom-color: inherit;
}
.k-scheduler-times .k-slot-cell.k-last-resource {
    border-right: 0;
}
.k-scheduler-times .k-slot-cell.k-empty-slot {
    padding-left: 0;
    padding-right: 0;
}
.k-scheduler-datecolumn {
    width: 12em;
}
.k-scheduler-timecolumn {
    width: 11em;
    white-space: nowrap;
}
.k-scheduler-content {
    border-color: inherit;
    position: relative;
    overflow: auto;
}
kendo-scheduler .k-event,
.k-event {
    border-radius: 2px;
    min-height: 25px;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-radius: 2px;
    text-align: left;
    outline: 0;
    cursor: default;
    position: absolute;
    overflow: hidden;
    padding-right: 8px;
}
kendo-scheduler .k-event > div,
.k-event > div {
    position: relative;
    z-index: 2;
}
kendo-scheduler .k-event .k-event-template,
.k-event .k-event-template {
    line-height: 17px;
    padding: 4px 8px;
}
kendo-scheduler .k-event .k-event-time,
.k-event .k-event-time {
    padding-bottom: 0;
    font-size: .875em;
    white-space: nowrap;
    display: none;
}
kendo-scheduler .k-event .k-event-actions,
.k-event .k-event-actions {
    white-space: nowrap;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    z-index: 2;
}
kendo-scheduler .k-event .k-event-actions .k-event-delete,
.k-event .k-event-actions .k-event-delete {
    opacity: .5;
    visibility: hidden;
}
kendo-scheduler .k-event .k-event-actions:hover .k-event-delete, kendo-scheduler .k-event .k-event-actions.k-state-hover .k-event-delete,
.k-event .k-event-actions:hover .k-event-delete,
.k-event .k-event-actions.k-state-hover .k-event-delete {
    opacity: 1;
}
kendo-scheduler .k-event .k-event-actions .k-icon,
.k-event .k-event-actions .k-icon {
    line-height: normal;
    font-size: inherit;
}
kendo-scheduler .k-event .k-event-actions a,
.k-event .k-event-actions a {
    color: inherit;
}
kendo-scheduler .k-event .k-event-actions:first-child,
.k-event .k-event-actions:first-child {
    margin: 2px 0.4ex 0 4px;
    top: 0;
    right: 0;
    float: left;
    position: relative;
    opacity: 1;
    visibility: visible;
    line-height: normal;
}
kendo-scheduler .k-event .k-resize-handle,
.k-event .k-resize-handle {
    z-index: 4;
    opacity: .5;
    visibility: hidden;
}
kendo-scheduler .k-event .k-resize-handle::before,
.k-event .k-resize-handle::before {
    border-color: currentColor;
}
kendo-scheduler .k-event .k-resize-n,
.k-event .k-resize-n {
    height: .5em;
    top: 0;
}
kendo-scheduler .k-event .k-resize-s,
.k-event .k-resize-s {
    height: .5em;
    bottom: 0;
}
kendo-scheduler .k-event .k-resize-n::before,
kendo-scheduler .k-event .k-resize-s::before,
.k-event .k-resize-n::before,
.k-event .k-resize-s::before {
    width: 2em;
    border-bottom-width: 1px;
}
kendo-scheduler .k-event .k-resize-w,
.k-event .k-resize-w {
    width: .5em;
    left: 0;
}
kendo-scheduler .k-event .k-resize-e,
.k-event .k-resize-e {
    width: .5em;
    right: 0;
}
kendo-scheduler .k-event .k-resize-w::before,
kendo-scheduler .k-event .k-resize-e::before,
.k-event .k-resize-w::before,
.k-event .k-resize-e::before {
    height: 2em;
    border-left-width: 1px;
}
kendo-scheduler .k-event:hover .k-event-actions .k-event-delete,
kendo-scheduler .k-event:hover .k-resize-handle, kendo-scheduler .k-event.k-state-hover .k-event-actions .k-event-delete,
kendo-scheduler .k-event.k-state-hover .k-resize-handle,
.k-event:hover .k-event-actions .k-event-delete,
.k-event:hover .k-resize-handle,
.k-event.k-state-hover .k-event-actions .k-event-delete,
.k-event.k-state-hover .k-resize-handle {
    visibility: visible;
}
kendo-scheduler .k-event.k-event-drag-hint .k-event-time,
.k-event.k-event-drag-hint .k-event-time {
    display: block;
}
kendo-scheduler .k-event .k-event-top-actions,
kendo-scheduler .k-event .k-event-bottom-actions,
.k-event .k-event-top-actions,
.k-event .k-event-bottom-actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
kendo-scheduler .k-event .k-event-bottom-actions,
.k-event .k-event-bottom-actions {
    top: auto;
    bottom: 0;
}
.k-scheduler-mark {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
}
.k-more-events {
    padding: 0;
    height: 13px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    position: absolute;
    justify-content: center;
}
.k-more-events > .k-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.k-current-time {
    position: absolute;
}
.k-current-time.k-current-time-arrow-left, .k-current-time.k-current-time-arrow-right, .k-current-time.k-current-time-arrow-down {
    width: 0;
    height: 0;
    background: transparent;
    border: 4px solid transparent;
}
.k-event-drag-hint {
    opacity: .5;
    z-index: 3;
}
.k-event-drag-hint .k-event-actions,
.k-event-drag-hint .k-event-top-actions,
.k-event-drag-hint .k-event-bottom-actions,
.k-event-drag-hint .k-resize-handle {
    display: none;
}
.k-event-drag-hint .k-event-time {
    display: block;
}
.k-scheduler-marquee {
    border-width: 0;
    border-style: solid;
}
.k-scheduler-marquee .k-label-top,
.k-scheduler-marquee .k-label-bottom {
    font-size: .75em;
    position: absolute;
}
.k-scheduler-marquee .k-label-top {
    left: 4px;
    top: 2px;
}
.k-scheduler-marquee .k-label-bottom {
    right: 4px;
    bottom: 2px;
}
.k-scheduler-marquee.k-first::before, .k-scheduler-marquee.k-last::after {
    content: "";
    border-width: 3px;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
}
.k-scheduler-marquee.k-first::before {
    top: 0;
    left: 0;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.k-scheduler-marquee.k-last::after {
    bottom: 0;
    right: 0;
    border-left-color: transparent;
    border-top-color: transparent;
}
.k-pdf-export-shadow .k-scheduler,
.k-scheduler-pdf-export .k-scheduler-content,
.k-scheduler-pdf-export .k-scheduler-times {
    height: auto !important;
    overflow: visible !important;
}
.k-scheduler-pdf-export {
    overflow: hidden;
}
.k-scheduler-pdf-export .k-scheduler-header {
    padding: 0 !important;
}
.k-scheduler-pdf-export .k-scheduler-header-wrap {
    border-width: 0 !important;
}
.k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table,
.k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table {
    width: 100% !important;
}
.k-recurrence-editor {
    display: inline-flex;
    flex-direction: column;
}
kendo-scheduler .k-recurrence-editor {
    display: block;
}
.k-scheduler-monthview .k-scheduler-table {
    height: 100%;
}
.k-scheduler-monthview .k-scheduler-table td {
    height: 80px;
    text-align: right;
}
.k-scheduler-monthview .k-scheduler-body .k-scheduler-cell {
    min-height: 80px;
}
.k-scheduler-monthview .k-hidden {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right-width: 0 !important;
}
.k-scheduler-monthview .k-scheduler-table-auto,
.k-scheduler-monthview .k-scheduler-table-auto td,
.k-scheduler-monthview .k-scheduler-content .k-scheduler-table-auto {
    height: auto;
}
.k-scheduler-monthview .k-scheduler-content {
    overflow-y: scroll;
}
.k-scheduler-monthview.k-scheduler-flex-layout .k-scheduler-content {
    overflow-y: auto;
}
.k-scheduler-agendaview .k-scheduler-mark {
    margin-right: .5em;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
}
.k-scheduler-agendaview .k-scheduler-table th:first-child,
.k-scheduler-agendaview .k-scheduler-table td:first-child {
    border-left-width: 1px;
}
.k-scheduler-agendaview .k-scheduler-table td.k-first {
    border-left-width: 0;
}
.k-scheduler-agendaview .k-task > .k-event-delete {
    color: inherit;
    position: absolute;
    top: 2px;
    right: 2px;
    opacity: .5;
    visibility: hidden;
}
.k-scheduler-agendaview .k-state-hover .k-task > .k-event-delete,
.k-scheduler-agendaview .k-scheduler-content tr:hover .k-event-delete,
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover .k-event-delete,
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row.k-state-hover .k-event-delete {
    visibility: visible;
}
.k-scheduler-agendaday {
    margin: 0 .2em 0 0;
    font-size: 3em;
    line-height: 1;
    font-weight: 400;
    float: left;
}
.k-scheduler-agendaweek {
    display: block;
    margin: .4em 0 0;
    line-height: 1;
    font-style: normal;
}
.k-scheduler-agendadate {
    font-size: .75em;
}
.k-scheduler-timelineview .k-slot-cell {
    overflow: hidden;
}
.k-scheduler-timelineview .k-scheduler-content {
    overflow: auto;
}
.k-scheduler-pane {
    display: flex;
    flex-direction: row;
}
.k-scheduler-pane .k-scheduler-times {
    flex: 0 0 auto;
}
.k-scheduler-pane .k-scheduler-times .k-scheduler-table {
    height: 100%;
}
.k-scheduler-pane .k-scheduler-header,
.k-scheduler-pane .k-scheduler-content {
    flex: 1 1 auto;
}
.k-scheduler-yearview .k-scheduler-body {
    padding: 12px 12px;
    justify-content: center;
}
.k-scheduler-yearview .k-calendar {
    width: 100%;
    border-width: 0;
}
.k-scheduler-yearview .k-calendar .k-calendar-view {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.k-scheduler-yearview .k-calendar .k-content {
    flex: 0;
}
.k-scheduler-yearview .k-calendar .k-link {
    position: relative;
}
.k-scheduler-yearview .k-calendar td.k-state-selected {
    background-color: inherit;
}
.k-scheduler-yearview .k-day-indicator {
    margin-top: calc(32px - 1em);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 1.5px);
}
.k-scheduler-tooltip {
    padding: 8px 8px;
    border-width: 0;
    color: inherit;
}
.k-scheduler-tooltip .k-tooltip-title {
    margin-bottom: 12px;
}
.k-scheduler-tooltip .k-tooltip-title .k-month {
    font-size: 12px;
    text-transform: uppercase;
}
.k-scheduler-tooltip .k-tooltip-title .k-day {
    font-size: 24px;
}
.k-scheduler-tooltip .k-tooltip-events-container {
    overflow: auto;
}
.k-scheduler-tooltip .k-tooltip-events {
    max-height: 250px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.k-scheduler-tooltip .k-tooltip-event {
    padding: 4px 8px;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    gap: 4px;
}
.k-scheduler-tooltip .k-tooltip-event .k-event-time {
    display: flex;
    flex-shrink: 0;
    font-size: inherit;
}
.k-scheduler-edit-dialog .k-dialog {
    max-height: 100vh;
}
.k-scheduler-edit-form .k-edit-form-container {
    width: 620px;
}
.k-scheduler-edit-form .k-edit-label {
    width: 17%;
}
.k-scheduler-edit-form .k-edit-field {
    width: 77%;
}
.k-scheduler-edit-form .k-scheduler-delete {
    float: left;
}
.k-scheduler-edit-form .k-widget.k-recur-interval,
.k-scheduler-edit-form .k-widget.k-recur-count,
.k-scheduler-edit-form .k-widget.k-recur-monthday {
    width: 5em;
}
.k-scheduler-edit-form .k-widget.k-recur-until,
.k-scheduler-edit-form .k-widget.k-recur-month,
.k-scheduler-edit-form .k-widget.k-recur-weekday,
.k-scheduler-edit-form .k-widget.k-recur-weekday-offset {
    width: 9em;
}
.k-rtl .k-scheduler-header th,
.k-rtl .k-scheduler-table td {
    border-width: 0 1px 1px 0;
}
.k-rtl .k-scheduler-table td:first-child,
.k-rtl .k-scheduler-table th:first-child {
    border-right-width: 0;
}
.k-rtl .k-scheduler-times th {
    border-width: 0 0 1px 1px;
}
.k-rtl .k-scheduler .k-scrollbar-v .k-scheduler-header-wrap {
    border-right-width: 0;
    border-left-width: 1px;
}
.k-rtl .k-event {
    text-align: right;
    padding-right: 0;
    padding-left: 8px;
}
.k-rtl .k-event .k-resize-w {
    left: auto;
    right: 0;
}
.k-rtl .k-event .k-resize-e {
    right: auto;
    left: 0;
}
.k-rtl .k-event .k-event-actions {
    right: auto;
    left: 2px;
}
.k-rtl .k-event .k-event-actions:first-child {
    margin: 2px 4px 0 0.4ex;
    float: right;
}
.k-rtl .k-scheduler-agendaview .k-task > .k-event-delete {
    left: 2px;
    right: auto;
}
.k-rtl .k-scheduler-agendaview .k-task .k-scheduler-mark {
    margin-left: .5em;
    margin-right: 0;
}
.k-rtl .k-scheduler-views {
    margin-left: 0;
    margin-right: auto;
}
.k-rtl .k-scheduler-views li:first-child + li {
    border-radius: 0 2px 2px 0;
}
.k-rtl .k-scheduler-views li:last-child {
    border-radius: 2px 0 0 2px;
}
.k-rtl .k-scheduler-views .k-current-view .k-link::after {
    margin: 0 1ex 0 0;
}
.k-rtl .k-scheduler-navigation .k-nav-today {
    border-radius: 0 2px 2px 0;
}
.k-rtl .k-scheduler-navigation .k-nav-next {
    border-radius: 2px 0 0 2px;
}
.k-rtl .k-scheduler-navigation li + li {
    margin-left: 0;
    margin-right: -1px;
}
.k-rtl .k-scheduler-marquee .k-label-top {
    left: auto;
    right: 4px;
}
.k-rtl .k-scheduler-marquee .k-label-bottom {
    left: 4px;
    right: auto;
}
.k-rtl .k-scheduler-edit-form .k-scheduler-delete {
    float: right;
}
.k-rtl .k-scheduler .k-i-arrow-60-left,
.k-rtl .k-scheduler .k-i-arrow-60-right,
.k-rtl .k-scheduler .k-current-time-arrow-right, .k-rtl.k-scheduler .k-i-arrow-60-left,
.k-rtl.k-scheduler .k-i-arrow-60-right,
.k-rtl.k-scheduler .k-current-time-arrow-right {
    transform: scaleX(-1);
}
.k-rtl .k-scheduler .k-scheduler-header-wrap, .k-rtl.k-scheduler .k-scheduler-header-wrap {
    border-right-width: 0;
}
.k-rtl .k-scheduler .k-scheduler-agendaday, .k-rtl.k-scheduler .k-scheduler-agendaday {
    float: right;
    margin: 0 0 0 .2em;
}
.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table td:first-child,
.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table th:first-child, .k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table td:first-child,
.k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table th:first-child {
    border-left-width: 0;
}
.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table tr + tr td:first-child,
.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table tr + tr th:first-child, .k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table tr + tr td:first-child,
.k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table tr + tr th:first-child {
    border-right-width: 1px;
}
.k-ie .k-scheduler-tooltip .k-tooltip-event:not(:last-child),
.k-safari .k-scheduler-tooltip .k-tooltip-event:not(:last-child) {
    margin-bottom: 4px;
}
.k-ie .k-scheduler-yearview .k-calendar-view .k-month,
.k-safari .k-scheduler-yearview .k-calendar-view .k-month {
    margin: 0 6px;
}
.k-scheduler {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-current-time {
    background: #ff0000;
}
.k-current-time.k-current-time-arrow-left {
    border-right-color: #ff0000;
}
.k-current-time.k-current-time-arrow-right {
    border-left-color: #ff0000;
}
.k-current-time.k-current-time-arrow-down {
    border-top-color: #ff0000;
}
.k-scheduler-toolbar {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-scheduler-footer {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-scheduler-header {
    background-color: #fafafa;
}
.k-scheduler-header-wrap {
    background-color: #ffffff;
}
ul.k-scheduler-navigation li.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
ul.k-scheduler-navigation .k-nav-today,
ul.k-scheduler-navigation .k-nav-prev,
ul.k-scheduler-navigation .k-nav-next {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
ul.k-scheduler-navigation .k-nav-today:hover, ul.k-scheduler-navigation .k-nav-today.k-state-hover,
ul.k-scheduler-navigation .k-nav-prev:hover,
ul.k-scheduler-navigation .k-nav-prev.k-state-hover,
ul.k-scheduler-navigation .k-nav-next:hover,
ul.k-scheduler-navigation .k-nav-next.k-state-hover {
    background-color: #ebebeb;
}
ul.k-scheduler-views.k-state-expanded {
    background-color: #fafafa;
}
ul.k-scheduler-views li {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
ul.k-scheduler-views li:hover, ul.k-scheduler-views li.k-state-hover {
    background-color: #ebebeb;
}
ul.k-scheduler-views li.k-state-selected {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
}
ul.k-scheduler-views li:focus, ul.k-scheduler-views li.k-state-focus, ul.k-scheduler-views li.k-state-focused {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-scheduler-footer li {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-scheduler-footer li:hover {
    background-color: #ebebeb;
}
.k-scheduler-nonwork,
.k-scheduler .k-nonwork-hour {
    background-color: whitesmoke;
}
.k-scheduler-other-month,
.k-scheduler .k-other-month {
    background-color: whitesmoke;
}
.k-scheduler-layout td.k-state-selected,
.k-scheduler-layout .k-scheduler-cell.k-state-selected {
    background-color: rgba(255, 99, 88, 0.25);
}
.k-scheduler-layout-flex .k-scheduler-head,
.k-scheduler-layout-flex .k-sticky-cell {
    background-color: #ffffff;
}
.k-event {
    color: #ffffff;
    background-color: #ff7c73;
}
.k-event.k-state-selected {
    color: #ffffff;
    background-color: #ff6358;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-event-inverse {
    color: #000000;
}
.k-scheduler-marquee::before,
.k-scheduler-marquee::after {
    border-color: #ff6358;
}
.k-scheduler-edit-dialog .k-dialog-buttongroup {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-scheduler-agendaview .k-scheduler-content tr:hover,
.k-scheduler-agendaview .k-scheduler-content tr.k-state-hover,
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover,
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row.k-state-hover {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f0f0f0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-scheduler-agendaview .k-scheduler-content tr:hover .k-scheduler-datecolumn,
.k-scheduler-agendaview .k-scheduler-content tr:hover .k-scheduler-groupcolumn,
.k-scheduler-agendaview .k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn,
.k-scheduler-agendaview .k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected {
    background-color: rgba(255, 99, 88, 0.25);
}
.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn,
.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn {
    background-color: #ffffff;
}
.k-scheduler-yearview .k-day-indicator {
    background-color: #ff6358;
}
.k-scheduler-yearview .k-state-selected .k-day-indicator {
    background-color: #ffffff;
}
.k-tooltip.k-scheduler-tooltip {
    color: #424242;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.k-tooltip.k-scheduler-tooltip .k-callout {
    color: #ffffff;
}
.k-chat {
    margin: auto;
    max-width: 500px;
    height: 600px;
    max-height: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-chat .k-message-list {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.k-chat .k-message-list-content {
    padding: 16px 16px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
}
.k-chat .k-message-list-content > * + * {
    margin-top: 16px;
}
.k-chat .k-message-group {
    max-width: 80%;
    background: none;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    position: relative;
}
.k-chat .k-message-group:not(.k-alt) {
    align-items: flex-start;
    text-align: left;
}
.k-chat .k-message-group:not(.k-alt) .k-message-time {
    margin-left: 8px;
    left: 100%;
}
.k-chat .k-message-group:not(.k-alt) .k-message-status {
    left: 0;
}
.k-chat .k-message-group:not(.k-alt) .k-first .k-bubble,
.k-chat .k-message-group:not(.k-alt) .k-only .k-bubble {
    border-bottom-left-radius: 2px;
}
.k-chat .k-message-group:not(.k-alt) .k-middle .k-bubble,
.k-chat .k-message-group:not(.k-alt) .k-last .k-bubble {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.k-chat .k-message-group.k-alt {
    align-self: flex-end;
    align-items: flex-end;
    text-align: right;
}
.k-chat .k-message-group.k-alt .k-message-time {
    margin-right: 8px;
    right: 100%;
}
.k-chat .k-message-group.k-alt .k-message-status {
    right: 0;
}
.k-chat .k-message-group.k-alt .k-first .k-bubble,
.k-chat .k-message-group.k-alt .k-only .k-bubble {
    border-bottom-right-radius: 2px;
}
.k-chat .k-message-group.k-alt .k-middle .k-bubble,
.k-chat .k-message-group.k-alt .k-last .k-bubble {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.k-chat .k-message {
    max-width: 100%;
    margin: 2px 0 0;
    position: relative;
    transition: margin .2s ease-in-out;
    outline: none;
}
.k-chat .k-message-time,
.k-chat .k-message-status {
    font-size: smaller;
    line-height: normal;
    white-space: nowrap;
    pointer-events: none;
    position: absolute;
}
.k-chat .k-message-time {
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease-in-out;
}
.k-chat .k-message-status {
    margin-top: 2px;
    height: 0;
    overflow: hidden;
    top: 100%;
    transition: height .2s ease-in-out;
}
.k-chat .k-bubble {
    border-radius: 12px;
    padding: 8px 12px;
    border-width: 1px;
    border-style: solid;
    line-height: 18px;
    word-wrap: break-word;
}
.k-chat .k-message.k-state-selected {
    margin-bottom: 16px;
    border: 0;
    color: inherit;
    background: none;
}
.k-chat .k-message.k-state-selected .k-message-time {
    opacity: 1;
}
.k-chat .k-message.k-state-selected .k-message-status {
    height: 1.2em;
}
.k-chat .k-message-error,
.k-chat .k-message-sending {
    margin-bottom: 16px;
}
.k-chat .k-message-error .k-message-status,
.k-chat .k-message-sending .k-message-status {
    height: 1.2em;
}
.k-chat .k-avatar {
    border-radius: 100%;
    margin: 0;
    width: 32px;
    height: 32px;
    position: absolute;
}
.k-message-group:not(.k-alt) > .k-avatar {
    left: 0;
    bottom: 0;
}
.k-message-group.k-alt > .k-avatar {
    right: 0;
    bottom: 0;
}
.k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
    padding-left: 40px;
}
.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
    padding-right: 40px;
}
.k-author {
    margin: 0;
    font-size: smaller;
    line-height: normal;
}
.k-chat .k-author {
    margin: 0;
}
.k-chat .k-timestamp {
    font-size: smaller;
    text-transform: uppercase;
    text-align: center;
    align-self: stretch;
}
.k-quick-replies {
    display: block;
    max-width: 100%;
}
.k-quick-reply {
    border-radius: 100px;
    margin-right: 8px;
    margin-bottom: 4px;
    padding: 8px 12px;
    border-width: 1px;
    border-style: solid;
    line-height: 18px;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    display: inline-block;
    flex: 0 0 auto;
    transition-property: color, background-color, border-color;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    outline: none;
}
.k-scrollable-quick-replies {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
}
.k-scrollable-quick-replies::-webkit-scrollbar {
    display: none;
}
.k-scrollable-quick-replies .k-quick-reply {
    margin: 0;
}
.k-scrollable-quick-replies .k-quick-reply + .k-quick-reply {
    margin-left: 8px;
}
.k-message-box {
    padding: 10px 16px;
    border-width: 1px 0 0;
    border-style: solid;
    flex: 0 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.k-message-box .k-input {
    padding: 0;
}
.k-message-box .k-button {
    padding: 0;
    flex-shrink: 0;
}
.k-message-box .k-button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: inline-block;
}
.k-message-box .k-button::before, .k-message-box .k-button::after {
    display: none;
}
.k-rtl .k-message-box .k-button, .k-message-box .k-button[dir="rtl"] {
    transform: scaleX(-1);
}
.k-chat .k-card-list {
    margin: 2px 0 0;
}
.k-chat .k-card-deck {
    max-width: calc(100% + 32px);
    box-sizing: border-box;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px 16px 16px;
    overflow: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
}
.k-chat .k-card-deck .k-card,
.k-chat .k-card-deck .k-card-wrap {
    width: 200px;
}
.k-chat .k-card-deck-scrollwrap {
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 16px;
}
.k-chat .k-card-deck-scrollwrap > .k-card-deck {
    margin-bottom: -20px;
    padding-bottom: 20px;
}
.k-chat .k-card-deck .k-card-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 0 0 auto;
    padding-bottom: 5px;
}
.k-chat .k-card-deck .k-card-wrap .k-card {
    flex: 0 0 auto;
}
.k-chat .k-card-deck .k-card-wrap.k-state-selected {
    background: none;
}
.k-typing-indicator {
    padding: 0;
    border-radius: 50px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.k-typing-indicator span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex: 0 0 8px;
    background-color: currentColor;
    opacity: .4;
}
.k-typing-indicator span:nth-of-type(1) {
    animation: 1s k-animation-blink infinite 0.3333s;
}
.k-typing-indicator span:nth-of-type(2) {
    animation: 1s k-animation-blink infinite 0.6666s;
}
.k-typing-indicator span:nth-of-type(3) {
    animation: 1s k-animation-blink infinite 0.9999s;
}
.k-typing-indicator span + span {
    margin-left: 5px;
}
@keyframes k-animation-blink {
    50% {
        opacity: 1;
    }
}
.k-chat-toolbar,
.k-chat .k-toolbar-box {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    flex: 0 0 auto;
}
.k-chat-toolbar .k-button-list,
.k-chat .k-toolbar-box .k-button-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    scroll-behavior: smooth;
    padding: 10px 16px;
}
.k-chat-toolbar .k-button-list::after,
.k-chat .k-toolbar-box .k-button-list::after {
    content: "";
    padding-right: 16px;
}
.k-chat-toolbar .k-button-list .k-button + .k-button,
.k-chat .k-toolbar-box .k-button-list .k-button + .k-button {
    margin-left: 20px;
    flex-shrink: 0;
}
.k-chat-toolbar .k-scroll-button,
.k-chat .k-toolbar-box .k-scroll-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.k-chat-toolbar .k-scroll-button-left,
.k-chat .k-toolbar-box .k-scroll-button-left {
    left: 0;
}
.k-chat-toolbar .k-scroll-button-right,
.k-chat .k-toolbar-box .k-scroll-button-right {
    right: 0;
}
.k-chat-toolbar .k-button,
.k-chat .k-toolbar-box .k-button {
    border-width: 0;
    color: inherit;
    background: none;
    flex-shrink: 0;
}
.k-rtl .k-message-group:not(.k-alt),
[dir="rtl"] .k-message-group:not(.k-alt) {
    text-align: right;
}
.k-rtl .k-message-group:not(.k-alt) .k-message-time,
[dir="rtl"] .k-message-group:not(.k-alt) .k-message-time {
    margin-left: 0;
    margin-right: 8px;
    left: auto;
    right: 100%;
}
.k-rtl .k-message-group:not(.k-alt) .k-message-status,
[dir="rtl"] .k-message-group:not(.k-alt) .k-message-status {
    left: auto;
    right: 0;
}
.k-rtl .k-message-group.k-alt,
[dir="rtl"] .k-message-group.k-alt {
    text-align: left;
}
.k-rtl .k-message-group.k-alt .k-message-time,
[dir="rtl"] .k-message-group.k-alt .k-message-time {
    margin-right: 0;
    margin-left: 8px;
    right: auto;
    left: 100%;
}
.k-rtl .k-message-group.k-alt .k-message-status,
[dir="rtl"] .k-message-group.k-alt .k-message-status {
    right: auto;
    left: 0;
}
.k-rtl .k-message-group:not(.k-alt) > .k-avatar,
[dir="rtl"] .k-message-group:not(.k-alt) > .k-avatar {
    left: auto;
    right: 0;
}
.k-rtl .k-message-group.k-alt > .k-avatar,
[dir="rtl"] .k-message-group.k-alt > .k-avatar {
    right: auto;
    left: 0;
}
.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
[dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
    padding-left: 0;
    padding-right: 40px;
}
.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
[dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
    padding-right: 0;
    padding-left: 40px;
}
.k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
[dir="rtl"] .k-chat .k-card-deck .k-card-wrap + .k-card-wrap {
    margin-left: 0;
    margin-right: 16px;
}
.k-rtl .k-quick-reply,
[dir="rtl"] .k-quick-reply {
    margin-right: 0;
    margin-left: 8px;
}
.k-chat {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-chat .k-timestamp {
    color: #666666;
}
.k-chat .k-author {
    font-weight: bold;
}
.k-chat .k-bubble {
    border-color: #ffffff;
    color: #424242;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    order: -1;
}
.k-chat .k-bubble:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}
.k-chat .k-state-selected .k-bubble {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.k-chat .k-alt .k-bubble {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
    box-shadow: 0 1px 2px rgba(255, 99, 88, 0.2);
}
.k-chat .k-alt .k-bubble:hover {
    box-shadow: 0 1px 2px rgba(255, 99, 88, 0.2);
}
.k-chat .k-alt .k-state-selected .k-bubble {
    box-shadow: 0 3px 10px rgba(255, 99, 88, 0.4);
}
.k-chat .k-quick-reply {
    border-color: #ff6358;
    color: #ff6358;
    background-color: transparent;
}
.k-chat .k-quick-reply:hover {
    border-color: #ff6358;
    color: #ffffff;
    background-color: #ff6358;
}
.k-chat .k-message-box {
    border-color: inherit;
    color: #424242;
    background-color: #ffffff;
}
.k-chat .k-message-box.k-state-focused {
    box-shadow: 0 0 40px rgba(66, 66, 66, 0.1);
}
.k-chat .k-message-box .k-button:hover {
    color: #ff6358;
}
.k-chat-toolbar,
.k-chat .k-toolbar-box {
    border-color: inherit;
    color: #424242;
    background-color: #fafafa;
}
.k-chat-toolbar .k-button:hover,
.k-chat .k-toolbar-box .k-button:hover {
    color: #ff6358;
    background-color: none;
}
.k-chat-toolbar .k-scroll-button,
.k-chat .k-toolbar-box .k-scroll-button {
    background-color: #fafafa;
    box-shadow: 0 0 20px 5px #fafafa;
}
.k-chat-toolbar .k-scroll-button:hover,
.k-chat .k-toolbar-box .k-scroll-button:hover {
    background-color: #fafafa;
}
.k-mediaplayer {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-mediaplayer > iframe {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top;
}
.k-mediaplayer-titlebar {
    padding: 8px 8px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}
.k-mediaplayer-toolbar-wrap {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
}
.k-mediaplayer-toolbar {
    border-width: 0;
    width: 100% !important;
    box-shadow: none;
}
.k-mediaplayer-time-wrap {
    flex: 1;
}
.k-mediaplayer-volume-wrap {
    padding: 0 7px;
    align-items: center;
}
.k-slider.k-mediaplayer-seekbar {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: -17px;
    left: 0;
}
.k-mediaplayer-seekbar .k-slider-track {
    width: 100% !important;
    border-radius: 0;
}
.k-mediaplayer-fullscreen {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.k-mediaplayer {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-mediaplayer-titlebar {
    color: #ffffff;
    background-image: linear-gradient(rgba(66, 66, 66, 0.7), rgba(66, 66, 66, 0));
    text-shadow: 0 0 2px rgba(66, 66, 66, 0.5);
}
.k-timeline {
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: block;
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-timeline ul {
    margin: 0;
    padding: 0;
}
.k-timeline ul li {
    list-style-type: none;
}
.k-timeline .k-timeline-flag {
    display: inline-block;
    text-align: center;
    padding: 4px 8px;
    border-radius: 2px;
    line-height: 1.4285714286;
    min-width: 80px;
    max-width: 160px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.k-timeline .k-timeline-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.k-timeline.k-timeline-dates-hidden .k-timeline-date {
    display: none;
}
.k-timeline .k-event-collapse {
    display: none;
}
.k-timeline.k-timeline-collapsible .k-card-header {
    cursor: pointer;
}
.k-timeline.k-timeline-collapsible .k-event-collapse {
    display: flex;
}
.k-timeline-card .k-card {
    position: relative;
    overflow: visible;
}
.k-timeline-card .k-card .k-card-header {
    overflow: visible;
    border-bottom: 0;
}
.k-timeline-card .k-card .k-card-header + .k-card-body {
    padding-top: 0;
}
.k-timeline-card .k-card .k-card-body {
    overflow-y: auto;
    scrollbar-width: thin;
}
.k-timeline-card .k-card .k-card-body::-webkit-scrollbar {
    width: 5px;
}
.k-timeline-card .k-card .k-card-body::-webkit-scrollbar-thumb {
    border-radius: 2px;
}
.k-timeline-card .k-timeline-card-callout.k-callout-w, .k-timeline-card .k-timeline-card-callout.k-callout-e {
    top: 36px;
}
.k-timeline-vertical,
.k-timeline-horizontal {
    padding: 0 40px;
    margin: 40px 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border: 0;
}
.k-timeline-vertical::after,
.k-timeline-horizontal .k-timeline-track-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    border-width: 1px;
    border-style: solid;
}
.k-timeline-vertical {
    padding-left: 127px;
}
.k-timeline-vertical.k-timeline-dates-hidden {
    padding-left: 77px;
}
.k-timeline-vertical::after {
    height: 100%;
    width: 6px;
    transform: translateX(-50%);
    border-radius: 4px;
}
.k-timeline-vertical .k-timeline-flag-wrap {
    display: flex;
    align-items: center;
}
.k-timeline-vertical .k-timeline-flag-wrap:first-child {
    padding-top: 40px;
}
.k-timeline-vertical .k-timeline-flag {
    transform: translateX(-50%);
}
.k-timeline-vertical .k-timeline-date-wrap {
    position: absolute;
    padding-right: 16px;
    margin-top: 36px;
    transform: translate(-100%, -50%);
    text-align: right;
}
.k-timeline-vertical .k-timeline-event {
    display: flex;
    align-items: flex-start;
    padding: 40px 0;
}
.k-timeline-vertical .k-timeline-card {
    padding-left: 16px;
}
.k-timeline-vertical .k-timeline-card .k-card {
    margin-left: 16px;
    min-height: 70px;
    width: 400px;
    max-width: 100%;
}
.k-timeline-vertical .k-timeline-card .k-card .k-card-header {
    border-radius: 4px;
}
.k-timeline-vertical .k-timeline-card .k-card .k-card-title {
    display: flex;
    justify-content: space-between;
}
.k-timeline-vertical .k-timeline-card .k-card .k-card-title .k-event-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.k-timeline-vertical .k-timeline-card .k-event-collapse {
    margin: -4px 0;
    transform: rotate(90deg);
    transition: transform .2s ease-in-out;
}
.k-timeline-vertical .k-timeline-card.k-collapsed .k-card-body,
.k-timeline-vertical .k-timeline-card.k-collapsed .k-card-actions {
    display: none;
}
.k-timeline-vertical .k-timeline-card.k-collapsed .k-event-collapse {
    transform: rotate(0deg);
}
.k-timeline-vertical .k-timeline-circle {
    margin-top: 36px;
    transform: translate(-50%, -50%);
    margin-right: -8px;
}
.k-timeline-vertical.k-timeline-alternating {
    padding-left: 40px;
}
.k-timeline-vertical.k-timeline-alternating::after {
    left: 50%;
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-flag-wrap {
    justify-content: center;
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-flag {
    transform: translateX(0);
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-event {
    justify-content: space-between;
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse {
    flex-direction: row-reverse;
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-date-wrap {
    text-align: left;
    padding-right: 0;
    padding-left: 16px;
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-card {
    padding-left: 0;
    padding-right: 16px;
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-card .k-card {
    margin-right: 16px;
    margin-left: auto;
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-card,
.k-timeline-vertical.k-timeline-alternating .k-timeline-date-wrap {
    flex-basis: 50%;
    min-width: 0;
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-date-wrap {
    position: static;
    transform: translateY(-50%);
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-circle {
    transform: translateY(-50%);
    margin-right: 0;
}
.k-timeline-horizontal .k-timeline-track-item {
    flex: 1 0 20%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
}
.k-timeline-horizontal .k-timeline-track-item:hover {
    cursor: pointer;
}
.k-timeline-horizontal .k-timeline-track-item.k-timeline-flag-wrap:hover {
    cursor: default;
}
.k-timeline-horizontal .k-timeline-date-wrap {
    margin-top: auto;
    margin-bottom: 8px;
}
.k-timeline-horizontal .k-timeline-card {
    height: 100%;
    box-sizing: border-box;
}
.k-timeline-horizontal .k-card {
    max-height: 100%;
    box-sizing: border-box;
}
.k-timeline-horizontal .k-timeline-events-list {
    overflow-x: hidden;
    padding-top: 16px;
}
.k-timeline-horizontal .k-timeline-events-list .k-timeline-scrollable-wrap {
    position: relative;
    height: 600px;
}
.k-timeline-horizontal .k-timeline-events-list .k-timeline-scrollable-wrap .k-timeline-event {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.k-timeline-horizontal .k-timeline-track-wrap {
    position: relative;
    padding: 15px 0;
}
.k-timeline-horizontal .k-timeline-track-wrap::after {
    top: auto;
    bottom: 18px;
    left: 28px;
    right: 28px;
    transform: translateY(-50%);
    height: 6px;
}
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-track {
    overflow: hidden;
    margin: 0 30px;
    position: relative;
    z-index: 2;
}
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-track .k-timeline-scrollable-wrap {
    transition: transform 1s ease-in-out;
}
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
    margin-bottom: 22px;
    position: relative;
    min-width: 60px;
}
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) rotate(45deg);
}
.k-timeline-horizontal .k-timeline-scrollable-wrap {
    padding-bottom: 3px;
    display: flex;
    outline: 0;
}
.k-timeline-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: 11px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.k-timeline-arrow-left {
    left: 0;
}
.k-timeline-arrow-right {
    right: 0;
}
.k-timeline-mobile {
    padding: 0 16px;
    margin: 16px 0;
}
.k-timeline-mobile .k-timeline-flag {
    max-width: 112px;
}
.k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
    display: none;
}
.k-timeline-mobile.k-timeline-vertical {
    padding-left: 103px;
}
.k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
    padding-left: 53px;
}
.k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
    padding-left: 16px;
}
.k-timeline-mobile.k-timeline-vertical .k-timeline-card {
    width: 100%;
}
.k-timeline-mobile.k-timeline-vertical .k-timeline-card .k-card {
    width: auto;
}
.k-timeline .k-timeline-flag {
    color: #ffffff;
    background-color: #ff6358;
}
.k-timeline .k-timeline-circle {
    background-color: #ff6358;
}
.k-timeline .k-timeline-card .k-card-header {
    background-color: #ffffff;
    color: #424242;
}
.k-timeline .k-timeline-card .k-card-body {
    scrollbar-color: rgba(0, 0, 0, 0.08) #ffffff;
}
.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-track {
    background: #ffffff;
}
.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.08);
}
.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.08);
}
.k-timeline .k-timeline-date {
    color: #424242;
}
.k-timeline .k-timeline-arrow.k-state-disabled {
    opacity: 1;
    color: #848484;
    background-color: #f9f9f9;
    border-color: #f3f3f3;
}
.k-timeline-vertical::after,
.k-timeline-horizontal .k-timeline-track-wrap::after {
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.08);
}
.k-timeline-horizontal .k-timeline-flag::after {
    background-color: #ff6358;
}
.k-timeline-track-item.k-state-focus .k-timeline-circle {
    box-shadow: 0 3px 4px 0 rgba(255, 99, 88, 0.4);
}
.k-pdf-viewer {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-pdf-viewer .k-toolbar {
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-color: inherit;
    flex: 0 0 auto;
    z-index: 2;
}
.k-pdf-viewer .k-toolbar .k-pager-wrap {
    padding: 0;
    border-width: 0;
    color: inherit;
    background: none;
    overflow: visible;
}
.k-pdf-viewer .k-list-scroller {
    flex: 1 1 auto;
    outline: none;
}
.k-pdf-viewer .k-list-scroller .k-enable-text-select {
    -webkit-user-select: text;
    user-select: text;
    cursor: text;
}
.k-pdf-viewer .k-list-scroller .k-enable-panning {
    cursor: grab;
}
.k-pdf-viewer .k-list-scroller .k-enable-panning span::selection {
    background-color: transparent;
}
.k-pdf-viewer .k-page {
    position: relative;
    margin: 30px auto;
}
.k-pdf-viewer .k-page canvas {
    direction: ltr;
}
.k-pdf-viewer .k-page .k-text-layer {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    overflow: hidden;
}
.k-pdf-viewer .k-page .k-text-layer > span {
    position: absolute;
    line-height: 1.2;
    transform-origin: 0% 0%;
    color: transparent;
}
.k-pdf-viewer .k-page .k-text-layer mark {
    color: transparent;
}
.k-pdf-viewer-search-dialog {
    padding: 8px;
}
.k-pdf-viewer-search-dialog .k-search-container {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-start;
    align-items: center;
}
.k-pdf-viewer-search-dialog .k-search-container .k-textbox {
    display: inline-flex;
    padding-right: 4px;
    margin: 0 8px;
    align-items: center;
    background: none;
}
.k-pdf-viewer-search-dialog .k-search-container .k-textbox .k-icon {
    position: absolute;
    font-size: inherit;
}
.k-ie .k-pdf-viewer-search-dialog .k-search-container .k-textbox .k-icon {
    position: relative;
}
.k-pdf-viewer-search-dialog .k-search-container .k-match-case-button {
    display: inline-flex;
    height: 1.4285714286em;
    justify-content: center;
}
.k-pdf-viewer-search-dialog .k-search-container .k-search-matches {
    display: inline-block;
    min-width: 4.5em;
    margin: 0 8px 0 8px;
    vertical-align: middle;
}
.k-pdf-viewer-search-dialog .k-search-container > .k-button {
    margin-left: 8px;
}
.k-pdf-viewer-search-dialog .k-search-container .k-search-dialog-draghandle {
    cursor: move;
    margin-left: 0;
}
.k-pdf-viewer {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-pdf-viewer .k-canvas {
    background-color: #fafafa;
}
.k-pdf-viewer .k-page {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.k-pdf-viewer .k-search-highlight {
    background-color: #424242;
}
.km-scrollview,
.km-scroll-container {
    -webkit-user-select: none;
            user-select: none;
    border-collapse: separate;
}
.km-scroll-wrapper {
    position: relative;
}
.km-scroll-header {
    position: absolute;
    z-index: 1001;
    width: 100%;
    top: 0;
    left: 0;
}
.km-scroller-pull {
    width: 100%;
    display: block;
    position: absolute;
    line-height: 3em;
    font-size: 1.4em;
    text-align: center;
    transform: translate3d(0, -3em, 0);
}
.km-scroller-pull .km-template {
    display: inline-block;
    min-width: 200px;
    text-align: left;
}
.km-load-more .km-icon,
.km-widget .km-scroller-pull .km-icon {
    display: inline-block;
    height: 2rem;
    margin-right: 1rem;
    vertical-align: middle;
    width: 2rem;
    font-size: 2rem;
    transform: rotate(0deg);
    transition: transform 300ms linear;
}
.km-widget .km-scroller-release .km-icon {
    transform: rotate(180deg);
}
.km-widget .km-scroller-refresh .km-icon {
    transition: none;
}
.km-touch-scrollbar {
    position: absolute;
    visibility: hidden;
    z-index: 200000;
    height: .4em;
    width: .4em;
    opacity: 0;
    transform-origin: 0 0;
    transition: opacity .3s linear;
}
.k-map .km-touch-scrollbar,
.k-diagram .km-touch-scrollbar {
    display: none;
}
.km-vertical-scrollbar {
    height: 100%;
    right: 2px;
    top: 0;
}
.km-horizontal-scrollbar {
    width: 100%;
    left: 0;
    bottom: 2px;
}
.km-touch-scrollbar {
    background-color: #333333;
}
kendo-scrollview.k-scrollview-wrap,
kendo-scrollview.k-scrollview,
.k-widget.k-scrollview {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-scrollview-wrap .k-scrollview,
.k-scrollview .k-scrollview-wrap {
    list-style-type: none;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    white-space: nowrap;
}
.k-scrollview-wrap .k-scrollview img,
.k-scrollview .k-scrollview-wrap img {
    -webkit-user-select: none;
            user-select: none;
}
.k-scrollview-wrap .k-scrollview > li,
.k-scrollview .k-scrollview-wrap > li {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.k-scrollview-wrap .k-scrollview > [data-role="page"],
.k-scrollview .k-scrollview-wrap > [data-role="page"] {
    vertical-align: top;
    display: inline-block;
    min-height: 1px;
}
.k-scrollview-wrap.k-scrollview-animate {
    display: flex;
    flex-flow: row nowrap;
    width: calc(var(--kendo-scrollview-views, 1)*100%);
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transform: translateX(calc(-100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
}
.k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
    width: calc(100%/var(--kendo-scrollview-views, 1));
    flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
}
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
kendo-scrollview.k-scrollview kendo-scrollview-pager,
.k-scrollview-nav-wrap {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    text-align: center;
}
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
kendo-scrollview.k-scrollview kendo-scrollview-pager {
    pointer-events: none;
}
kendo-scrollview.k-scrollview-wrap .k-scrollview-nav,
kendo-scrollview.k-scrollview .k-scrollview-nav {
    pointer-events: initial;
}
.k-scrollview-pageable,
.k-scrollview-nav {
    margin: 0;
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    list-style: none;
    display: inline-flex;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    pointer-events: initial;
}
.k-scrollview-pageable:focus,
.k-scrollview-nav:focus {
    outline: none;
}
.k-scrollview-pageable > .k-button,
.k-scrollview-nav > .k-link {
    margin: 0 10px;
    padding: 0;
    width: 10px;
    height: 10px;
    border-width: 0px;
    border-style: solid;
    border-radius: 50%;
    box-sizing: content-box;
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
    pointer-events: all;
    vertical-align: top;
}
.k-scrollview-pageable > .k-button::before,
.k-scrollview-nav > .k-link::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: initial;
    border-radius: 0;
}
.k-scrollview-next,
.k-scrollview-prev {
    display: table;
    position: absolute;
    padding: 0;
    height: 60%;
    top: 20%;
    text-decoration: none;
    -webkit-user-select: none;
            user-select: none;
    cursor: pointer;
}
.k-scrollview-next .k-icon,
.k-scrollview-prev .k-icon {
    display: table-cell;
    overflow: visible;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 4.5em;
    font-weight: normal;
}
.k-scrollview-prev {
    left: 0;
}
.k-scrollview-next {
    right: 0;
}
.k-scrollview-animation {
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
@supports (-webkit-user-select: none) {
    kendo-scrollview.k-scrollview-wrap ul.k-scrollview li > *,
    kendo-scrollview.k-scrollview ul.k-scrollview-wrap li > *,
    div.k-scrollview ul.k-scrollview-wrap li > * {
        pointer-events: auto;
    }
}
@supports not (-webkit-user-select: none) {
    kendo-scrollview.k-scrollview-wrap ul.k-scrollview li > *,
    kendo-scrollview.k-scrollview ul.k-scrollview-wrap li > *,
    div.k-scrollview ul.k-scrollview-wrap li > * {
        pointer-events: none;
    }
}
kendo-scrollview.k-scrollview-wrap,
kendo-scrollview.k-scrollview,
div.k-scrollview {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
kendo-scrollview.k-scrollview-wrap.k-scrollview-dark kendo-scrollview-pager,
kendo-scrollview.k-scrollview-wrap.k-scrollview-dark .k-scrollview-nav-wrap,
kendo-scrollview.k-scrollview.k-scrollview-dark kendo-scrollview-pager,
kendo-scrollview.k-scrollview.k-scrollview-dark .k-scrollview-nav-wrap,
div.k-scrollview.k-scrollview-dark kendo-scrollview-pager,
div.k-scrollview.k-scrollview-dark .k-scrollview-nav-wrap {
    background-color: rgba(0, 0, 0, 0.4);
}
kendo-scrollview.k-scrollview-wrap.k-scrollview-dark .k-scrollview-next,
kendo-scrollview.k-scrollview-wrap.k-scrollview-dark .k-scrollview-prev,
kendo-scrollview.k-scrollview.k-scrollview-dark .k-scrollview-next,
kendo-scrollview.k-scrollview.k-scrollview-dark .k-scrollview-prev,
div.k-scrollview.k-scrollview-dark .k-scrollview-next,
div.k-scrollview.k-scrollview-dark .k-scrollview-prev {
    color: rgba(0, 0, 0, 0.4);
}
kendo-scrollview.k-scrollview-wrap.k-scrollview-light kendo-scrollview-pager,
kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
kendo-scrollview.k-scrollview.k-scrollview-light kendo-scrollview-pager,
kendo-scrollview.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap,
div.k-scrollview.k-scrollview-light kendo-scrollview-pager,
div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
    background-color: rgba(255, 255, 255, 0.4);
}
.k-scrollview:focus,
.k-scrollview-wrap:focus {
    outline: none;
}
.k-scrollview-elements {
    color: white;
}
.k-scrollview-next,
.k-scrollview-prev {
    color: white;
    background-color: rgba(0, 0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
    opacity: 0.7;
    outline-width: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-scrollview-next:focus, .k-scrollview-next.k-state-focus,
.k-scrollview-prev:focus,
.k-scrollview-prev.k-state-focus {
    color: white;
    opacity: 1;
}
.k-scrollview-next:focus .k-icon::before, .k-scrollview-next.k-state-focus .k-icon::before,
.k-scrollview-prev:focus .k-icon::before,
.k-scrollview-prev.k-state-focus .k-icon::before {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-scrollview-next:hover, .k-scrollview-next.k-state-hover,
.k-scrollview-prev:hover,
.k-scrollview-prev.k-state-hover {
    color: white;
    opacity: 1;
}
.k-scrollview-pageable > .k-button,
.k-scrollview-nav > .k-link {
    background: #f5f5f5;
    border: rgba(0, 0, 0, 0.08);
}
.k-scrollview-pageable > .k-button.k-primary,
.k-scrollview-nav > .k-link.k-primary {
    background: #ff6358;
    border: #ff6358;
}
.k-scrollview-pageable > .k-button:focus, .k-scrollview-pageable > .k-button.k-state-focused,
.k-scrollview-nav > .k-link:focus,
.k-scrollview-nav > .k-link.k-state-focused {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-scrollview-nav > .k-link:hover,
.k-scrollview-nav > .k-link.k-state-hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-scrollview-pageable > .k-button {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-barcode {
    display: inline-block;
}
.k-var--chart-font {
    font-size: 14px;
}
.k-var--chart-title-font {
    font-size: 1.143em;
}
.k-var--chart-pane-title-font {
    font-size: 0.857em;
    font-weight: 400;
}
.k-var--chart-label-font {
    font-size: 0.857em;
}
.k-chart,
.k-sparkline,
.k-stockchart {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-chart,
.k-stockchart {
    display: block;
    height: 400px;
}
.k-chart-surface {
    height: 100%;
}
.k-chart .k-popup {
    border-width: 0;
}
.k-chart-tooltip-wrapper .k-animation-container-shown,
.k-chart-tooltip-wrapper.k-animation-container-shown {
    transition: left ease-in 80ms, top ease-in 80ms;
}
.k-sparkline-tooltip-wrapper,
.k-chart-tooltip-wrapper {
    z-index: 12000;
}
.k-sparkline-tooltip-wrapper > .k-popup,
.k-chart-tooltip-wrapper > .k-popup {
    padding: 0;
    border-width: 0;
    background: transparent;
}
.k-chart-tooltip table {
    border-spacing: 0;
    border-collapse: collapse;
}
.k-chart-tooltip {
    border-radius: 2px;
    font-size: 13.006px;
    line-height: 1.4285714286;
    padding: 4px 8px;
}
.k-chart-tooltip th {
    width: auto;
    text-align: center;
    padding: 1px;
}
.k-chart-tooltip td {
    width: auto;
    text-align: left;
    padding: 2px 4px;
    line-height: 1.4285714286;
    vertical-align: middle;
}
.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
    border-width: 1px;
    border-style: solid;
}
.k-chart-shared-tooltip .k-chart-shared-tooltip-marker {
    display: block;
    width: 15px;
    height: 3px;
    vertical-align: middle;
}
.k-selector {
    position: absolute;
    transform: translateZ(0);
}
.k-selection {
    position: absolute;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-bottom: 0;
}
.k-selection-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.k-handle {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border-width: 1px;
    border-style: solid;
    z-index: 1;
    position: absolute;
    box-sizing: content-box;
}
.k-handle div {
    width: 100%;
    height: 100%;
}
.k-left-handle {
    left: -11px;
}
.k-right-handle {
    right: -11px;
}
.k-left-handle div {
    margin: -22px 0 0 -14.6666666667px;
    padding: 44px 29.3333333333px 0 0;
}
.k-right-handle div {
    margin: -22px 0 0 -14.6666666667px;
    padding: 44px 0 0 29.3333333333px;
}
.k-left-handle.k-handle-active div {
    margin-left: -44px;
    padding-left: 58.6666666667px;
}
.k-right-handle.k-handle-active div {
    margin-left: -44px;
    padding-right: 58.6666666667px;
}
.k-mask {
    position: absolute;
    height: 100%;
}
.k-marquee {
    position: absolute;
    z-index: 100000;
}
.k-marquee-color,
.k-marquee-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.k-navigator-hint div {
    position: absolute;
}
.k-navigator-hint .k-scroll {
    border-radius: 2px;
    position: absolute;
    height: 4px;
}
.k-navigator-hint .k-tooltip {
    margin-top: 20px;
    min-width: 160px;
    opacity: 1;
    text-align: center;
}
.k-sparkline,
.k-sparkline span {
    display: inline-block;
    vertical-align: top;
}
.k-sparkline span {
    height: 100%;
    width: 100%;
}
.k-chart-dragging {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.k-chart-donut-center {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    border: 4px solid transparent;
    box-sizing: border-box;
}
.k-pdf-export .k-chart .k-animation-container,
.k-pdf-export .k-sparkline .k-animation-container,
.k-pdf-export .k-stockchart .k-animation-container {
    display: none;
}
.k-diagram {
    height: 600px;
}
.k-diagram .km-scroll-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.k-diagram .km-scroll-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.k-canvas-container {
    width: 100%;
    height: 100%;
}
.k-diagram img {
    box-sizing: content-box;
}
.k-treemap {
    height: 400px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: block;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-treemap .k-treemap-tile {
    margin: -1px 0 0 -1px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid;
    border-color: inherit;
    color: inherit;
    background-color: inherit;
    overflow: hidden;
    position: absolute;
}
.k-treemap > .k-treemap-tile {
    position: relative;
}
.k-treemap .k-treemap-title {
    padding: 2px 4px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    font-size: 14px;
    background-position: 0 0;
    background-repeat: repeat-x;
}
.k-treemap .k-treemap-title-vertical {
    padding: 4px 2px;
    width: 1.4285714286em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    bottom: 0;
}
.k-treemap .k-treemap-title-vertical > div {
    transform-origin: right;
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    right: 1em;
}
.k-treemap .k-treemap-wrap {
    border-color: inherit;
    color: inherit;
    background-color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.k-treemap .k-treemap-title + .k-treemap-wrap {
    top: 25.0000000004px;
}
.k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
    left: 25.0000000004px;
}
.k-treemap .k-leaf {
    padding: 4px;
}
.k-gauge {
    text-align: left;
    position: relative;
}
.k-arcgauge,
.k-circulargauge {
    display: inline-block;
}
.k-arcgauge-label,
.k-circulargauge-label {
    position: absolute;
    text-align: center;
    padding: 0;
    margin: 0;
}
.k-qrcode {
    display: inline-block;
}
.k-var--accent {
    background-color: #ff6358;
}
.k-var--accent-contrast {
    background-color: #ffffff;
}
.k-var--primary {
    background-color: #ff6358;
}
.k-var--primary-contrast {
    background-color: #ffffff;
}
.k-var--base {
    background-color: #fafafa;
}
.k-var--background {
    background-color: #ffffff;
}
.k-var--border-radius {
    margin-top: 2px;
}
.k-var--normal-background {
    background-color: #fafafa;
}
.k-var--normal-text-color {
    background-color: #424242;
}
.k-var--hover-background {
    background-color: #f0f0f0;
}
.k-var--hover-text-color {
    background-color: #424242;
}
.k-var--selected-background {
    background-color: #ff6358;
}
.k-var--selected-text-color {
    background-color: #ffffff;
}
.k-var--success {
    background-color: #37b400;
}
.k-var--info {
    background-color: #0058e9;
}
.k-var--warning {
    background-color: #ffc000;
}
.k-var--error {
    background-color: #f31700;
}
.k-var--series-a {
    background-color: #ff6358;
}
.k-var--series-b {
    background-color: #ffd246;
}
.k-var--series-c {
    background-color: #78d237;
}
.k-var--series-d {
    background-color: #28b4c8;
}
.k-var--series-e {
    background-color: #2d73f5;
}
.k-var--series-f {
    background-color: #aa46be;
}
.k-var--series-1 {
    background-color: #ff6358;
}
.k-var--series-2 {
    background-color: #ffd246;
}
.k-var--series-3 {
    background-color: #78d237;
}
.k-var--series-4 {
    background-color: #28b4c8;
}
.k-var--series-5 {
    background-color: #2d73f5;
}
.k-var--series-6 {
    background-color: #aa46be;
}
.k-var--series-7 {
    background-color: #ff8a82;
}
.k-var--series-8 {
    background-color: #ffdd74;
}
.k-var--series-9 {
    background-color: #9add69;
}
.k-var--series-10 {
    background-color: #5ec7d6;
}
.k-var--series-11 {
    background-color: #6296f8;
}
.k-var--series-12 {
    background-color: #bf74ce;
}
.k-var--series-13 {
    background-color: #bf4a42;
}
.k-var--series-14 {
    background-color: #bf9e35;
}
.k-var--series-15 {
    background-color: #5a9e29;
}
.k-var--series-16 {
    background-color: #1e8796;
}
.k-var--series-17 {
    background-color: #2256b8;
}
.k-var--series-18 {
    background-color: #80358f;
}
.k-var--series-19 {
    background-color: #ffb1ac;
}
.k-var--series-20 {
    background-color: #ffe9a3;
}
.k-var--series-21 {
    background-color: #bce99b;
}
.k-var--series-22 {
    background-color: #94dae4;
}
.k-var--series-23 {
    background-color: #96b9fa;
}
.k-var--series-24 {
    background-color: #d5a3df;
}
.k-var--series-25 {
    background-color: #80322c;
}
.k-var--series-26 {
    background-color: #806923;
}
.k-var--series-27 {
    background-color: #3c691c;
}
.k-var--series-28 {
    background-color: #145a64;
}
.k-var--series-29 {
    background-color: #173a7b;
}
.k-var--series-30 {
    background-color: #55235f;
}
.k-var--gauge-pointer {
    background-color: #ff6358;
}
.k-var--gauge-track {
    background-color: #ebebeb;
}
.k-var--chart-inactive {
    background-color: rgba(66, 66, 66, 0.5);
}
.k-var--chart-major-lines {
    background-color: rgba(0, 0, 0, 0.08);
}
.k-var--chart-minor-lines {
    background-color: rgba(0, 0, 0, 0.04);
}
.k-var--chart-area-opacity {
    opacity: 0.6;
}
.k-var--chart-area-inactive-opacity {
    opacity: 0.1;
}
.k-var--chart-line-inactive-opacity {
    opacity: 0.3;
}
.k-var--chart-notes-background {
    background-color: rgba(0, 0, 0, 0.5);
}
.k-var--chart-notes-border {
    background-color: rgba(0, 0, 0, 0.5);
}
.k-var--chart-notes-lines {
    background-color: rgba(0, 0, 0, 0.5);
}
.k-var--chart-crosshair-background {
    background-color: rgba(0, 0, 0, 0.5);
}
.k-var--chart-error-bars-background {
    background-color: rgba(0, 0, 0, 0.5);
}
.k-chart,
.k-sparkline,
.k-stockchart {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: transparent;
}
.k-chart .k-popup,
.k-sparkline .k-popup,
.k-stockchart .k-popup {
    background: transparent;
}
.k-chart-tooltip {
    color: #ffffff;
}
.k-chart-tooltip-inverse {
    color: black;
}
.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
    color: #424242;
    background-color: #ebebeb;
    border-color: rgba(0, 0, 0, 0.08);
}
.k-selection {
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.15);
}
.k-selection-bg {
    background-color: transparent;
}
.k-handle {
    cursor: e-resize;
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-handle:hover {
    background-color: #ebebeb;
}
.k-handle div {
    background-color: transparent;
}
.k-mask {
    background-color: #ffffff;
    opacity: .8;
}
.k-marquee-color {
    background-color: #ff6358;
}
.k-marquee-color {
    opacity: .6;
}
.k-treemap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-treemap .k-treemap-title {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-treemap .k-leaf {
    color: #ffffff;
}
.k-treemap .k-leaf.k-inverse {
    color: #424242;
}
.k-treemap .k-leaf.k-state-hover {
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.08);
}
.k-map {
    height: 600px;
    border-width: 0px;
    border-style: solid;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: inherit;
}
.k-map .km-scroll-wrapper {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
            user-select: none;
    position: absolute;
}
.k-map .km-scroll-container {
    height: 100%;
}
.k-map .k-touch-scrollbar {
    display: none;
}
.k-map .k-layer {
    position: absolute;
    left: 0;
    top: 0;
}
.k-map .k-marker {
    transform: translate(-50%, -100%);
    font-size: 32px;
    cursor: pointer;
    position: absolute;
    overflow: visible;
}
.k-map .k-attribution {
    padding: 2px 4px;
    border-width: 0;
    font-size: 10.5px;
    z-index: 1000;
}
.k-map-controls {
    position: absolute;
    display: flex;
    align-items: center;
}
.k-navigator {
    margin: 1em;
    width: 52px;
    height: 52px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
}
.k-pdf-export .k-navigator {
    display: none;
}
.k-navigator .k-button {
    margin: 0;
    padding: 0;
    border-radius: 100%;
    line-height: 1;
    box-shadow: none;
    position: absolute;
}
.k-navigator .k-button:not(:hover) {
    border-color: transparent;
    background: none;
}
.k-navigator .k-navigator-up {
    transform: translateX(-50%);
    top: 2px;
    left: 50%;
}
.k-navigator .k-navigator-right {
    transform: translateY(-50%);
    right: 2px;
    top: 50%;
}
.k-navigator .k-navigator-down {
    transform: translateX(-50%);
    bottom: 2px;
    left: 50%;
}
.k-navigator .k-navigator-left {
    transform: translateY(-50%);
    left: 2px;
    top: 50%;
}
.k-zoom-control {
    margin: 1em;
    border: 0;
    background: none;
    display: flex;
}
.k-pdf-export .k-zoom-control {
    display: none;
}
.k-zoom-control .k-button {
    padding: 4px;
}
.k-map {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-map .k-navigator {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-map .k-marker {
    color: #ff6358;
}
.k-map .k-attribution {
    background-color: rgba(255, 255, 255, 0.8);
}
.k-orgchart {
    width: 100%;
    padding: 24px 24px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    overflow: auto;
}
.k-orgchart-container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}
.k-orgchart-group {
    gap: 24px;
}
.k-orgchart-group.k-vstack > .k-orgchart-node-container {
    gap: 0;
}
.k-orgchart-node-container {
    gap: 24px;
}
.k-orgchart-node-group-container {
    border-radius: 2px;
    padding: 24px 24px;
    border-width: 1px;
    border-style: solid;
    outline: 0;
}
.k-orgchart-node-group-title {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.2;
}
.k-orgchart-node-group-subtitle {
    margin: 0 0 24px;
    font-size: 14px;
}
.k-orgchart-card {
    width: 300px;
    border-width: 1px;
}
.k-orgchart-card .k-card-title {
    margin: 0 0 0px;
    font-size: 18px;
}
.k-orgchart-card .k-card-subtitle {
    margin: 0 0 0px;
    font-size: 14px;
}
.k-orgchart-card .k-card-body {
    border-width: 2px 0 0;
    border-style: solid;
    flex-grow: 0;
}
.k-orgchart-card .k-card-body .k-card-title-wrap {
    margin: 0 12px 0 0;
    min-width: 0;
    min-height: 45px;
}
.k-orgchart-line {
    background-color: currentColor;
}
.k-orgchart-line-h {
    height: 1px;
}
.k-orgchart-line-v {
    margin: 0 auto;
    width: 1px;
    height: 25px;
}
.k-orgchart-button {
    z-index: 1;
}
.k-orgchart {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-orgchart-card .k-card-body {
    border-color: transparent;
}
.k-orgchart-card:focus, .k-orgchart-card.k-state-focus {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}
.k-orgchart-node-group-container {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-orgchart-node-group-container:focus,
.k-orgchart-node-group-container.k-state-focus,
.k-orgchart-node-group-container.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.15);
}
.k-orgchart-node-group-subtitle {
    color: #666666;
}
.k-orgchart-line-h,
.k-orgchart-line-v {
    color: rgba(0, 0, 0, 0.08);
}

.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-0.0625em}.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:normal}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}.mat-focus-indicator{position:relative}.mat-mdc-focus-indicator{position:relative}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#673ab7}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ffd740}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#673ab7}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ffd740}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-badge-content{color:#fff;background:#673ab7}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#ffd740;color:rgba(0,0,0,.87)}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#673ab7}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ffd740}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#673ab7}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ffd740}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(0,0,0,.12)}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:rgba(0,0,0,.87)}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#673ab7}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ffd740}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:rgba(0,0,0,.12)}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa !important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#673ab7}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ffd740}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#673ab7}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ffd740}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip::after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#673ab7;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ffd740;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-table{background:#fff}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}.mat-calendar-table-header{color:rgba(0,0,0,.38)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(0,0,0,.38)}.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}.mat-calendar-body-in-range::before{background:rgba(103,58,183,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#673ab7;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(103,58,183,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(103,58,183,.3)}.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,215,64,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ffd740;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,215,64,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,215,64,.3)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}.mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-datepicker-toggle-active{color:#673ab7}.mat-datepicker-toggle-active.mat-accent{color:#ffd740}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-form-field-label{color:rgba(0,0,0,.6)}.mat-hint{color:rgba(0,0,0,.6)}.mat-form-field.mat-focused .mat-form-field-label{color:#673ab7}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ffd740}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#ffd740}.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#673ab7}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ffd740}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#673ab7}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ffd740}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#673ab7}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ffd740}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.mat-icon.mat-primary{color:#673ab7}.mat-icon.mat-accent{color:#ffd740}.mat-icon.mat-warn{color:#f44336}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#673ab7}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-form-field.mat-accent .mat-input-element{caret-color:#ffd740}.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#eee}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled]::after,.mat-menu-item[disabled] .mat-icon-no-color{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-paginator-container{min-height:56px}.mat-progress-bar-background{fill:#d1c4e9}.mat-progress-bar-buffer{background-color:#d1c4e9}.mat-progress-bar-fill::after{background-color:#673ab7}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ffe57f}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ffe57f}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ffd740}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#673ab7}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ffd740}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#673ab7}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#673ab7}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ffd740}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ffd740}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#673ab7}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ffd740}.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ffd740}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,215,64,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ffd740}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#673ab7}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(103,58,183,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#673ab7}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#673ab7}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-primary .mat-slider-focus-ring{background-color:rgba(103,58,183,.2)}.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#ffd740}.mat-accent .mat-slider-thumb-label-text{color:rgba(0,0,0,.87)}.mat-accent .mat-slider-focus-ring{background-color:rgba(255,215,64,.2)}.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:#f44336}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}.mat-slider:hover .mat-slider-track-background,.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04)}@media(hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#673ab7;color:#fff}.mat-step-header.mat-accent .mat-step-icon{color:rgba(0,0,0,.87)}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ffd740;color:rgba(0,0,0,.87)}.mat-step-header.mat-warn .mat-step-icon{color:#fff}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 24px}.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{top:36px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-sort-header-arrow{color:#757575}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#673ab7}.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ffd740}.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:rgba(0,0,0,.87)}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#673ab7}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-links .mat-focus-indicator::before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-links .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#ffd740}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.4)}.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-links .mat-focus-indicator::before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-links .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator::before{border-color:rgba(0,0,0,.87)}.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.4)}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element{background-color:rgba(0,0,0,.12)}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-links .mat-focus-indicator::before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-links .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#673ab7;color:#fff}.mat-toolbar.mat-accent{background:#ffd740;color:rgba(0,0,0,.87)}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}.mat-tree-node{min-height:48px}.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-simple-snackbar-action{color:#ffd740}

@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/* Library download */
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.8b43027f47b20503057d.eot?v=4.7.0');
  src: url('fontawesome-webfont.8b43027f47b20503057d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.20fd1704ea223900efa9.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.f691f37e57f04c152e23.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.1e59d2330b4c6deb84b3.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.c1e38fd9e0e74ba58f7a.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;box-shadow:0 0 .625em #d9d9d9}
.swal2-popup.swal2-toast .swal2-header{flex-direction:row}
.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}
.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}
.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}
.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}
.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}
.swal2-popup.swal2-toast .swal2-icon::before{display:flex;align-items:center;font-size:2em;font-weight:700}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon::before{font-size:.25em}}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}
.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}
.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}
.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}
.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}
.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}
.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}
.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;background-color:transparent;-webkit-overflow-scrolling:touch}
.swal2-container.swal2-top{align-items:flex-start}
.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}
.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}
.swal2-container.swal2-center{align-items:center}
.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}
.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}
.swal2-container.swal2-bottom{align-items:flex-end}
.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}
.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}
.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}
.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}
.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}
.swal2-container.swal2-grow-column{flex:1;flex-direction:column}
.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}
.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}
.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}
.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}
.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}
.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}
.swal2-popup:focus{outline:0}
.swal2-popup.swal2-loading{overflow-y:hidden}
.swal2-header{display:flex;flex-direction:column;align-items:center}
.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}
.swal2-actions{display:flex;z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}
.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;-webkit-user-select:none;user-select:none}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}
.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}
.swal2-styled:not([disabled]){cursor:pointer}
.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}
.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}
.swal2-styled:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}
.swal2-styled::-moz-focus-inner{border:0}
.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}
.swal2-image{max-width:100%;margin:1.25em auto}
.swal2-close{position:absolute;z-index:2;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}
.swal2-close:hover{transform:none;background:0 0;color:#f27474}
.swal2-content{z-index:1;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}
.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}
.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}
.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}
.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}
.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}
.swal2-range{margin:1em auto;background:inherit}
.swal2-range input{width:80%}
.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}
.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}
.swal2-input{height:2.625em;padding:0 .75em}
.swal2-input[type=number]{max-width:10em}
.swal2-file{background:inherit;font-size:1.125em}
.swal2-textarea{height:6.75em;padding:.75em}
.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}
.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:inherit;color:inherit}
.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}
.swal2-checkbox input,.swal2-radio input{margin:0 .4em}
.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}
.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}
.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;user-select:none}
.swal2-icon::before{display:flex;align-items:center;height:92%;font-size:3.75em}
.swal2-icon.swal2-error{border-color:#f27474}
.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}
.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}
.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}
.swal2-icon.swal2-warning::before{content:"!"}
.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}
.swal2-icon.swal2-info::before{content:"i"}
.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}
.swal2-icon.swal2-question::before{content:"?"}
.swal2-icon.swal2-question.swal2-arabic-question-mark::before{content:"؟"}
.swal2-icon.swal2-success{border-color:#a5dc86}
.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}
.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}
.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}
.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;transform:rotate(45deg)}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}
.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}
.swal2-progress-steps li{display:inline-block;position:relative}
.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}
.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}
[class^=swal2]{-webkit-tap-highlight-color:transparent}
.swal2-show{animation:swal2-show .3s}
.swal2-show.swal2-noanimation{animation:none}
.swal2-hide{animation:swal2-hide .15s forwards}
.swal2-hide.swal2-noanimation{animation:none}
.swal2-rtl .swal2-close{right:auto;left:0}
.swal2-animate-success-icon .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}
.swal2-animate-success-icon .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}
.swal2-animate-success-icon .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}
.swal2-animate-error-icon{animation:swal2-animate-error-icon .5s}
.swal2-animate-error-icon .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}
@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}
@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}
@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}
@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}
@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}
@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}
@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}
@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}
@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}
@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}
@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}
@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}
@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}
@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}
body.swal2-height-auto{height:auto!important}
body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent}
body.swal2-no-backdrop .swal2-shown>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}
body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;transform:translateX(-50%)}
body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}
body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}
body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}
body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}
body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}
body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}
@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}
body.swal2-toast-shown .swal2-container{background-color:transparent}
body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}
body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}
body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}
body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}
body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}
body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}
body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}
body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}
body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}
body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}
body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}
body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}
body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}
body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}
@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff");font-weight:400;font-style:normal}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}
.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-play-circle:before{content:"\f102"}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}
.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}
.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-square:before{content:"\f10a"}
.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-spinner:before{content:"\f10b"}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10c"}
.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10d"}
.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}
.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-share:before{content:"\f10f"}
.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-cog:before{content:"\f110"}
.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\f111"}
.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-circle-outline:before{content:"\f112"}
.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-circle-inner-circle:before{content:"\f113"}
.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-hd:before{content:"\f114"}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f115"}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f116"}
.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-facebook:before{content:"\f117"}
.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-gplus:before{content:"\f118"}
.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-linkedin:before{content:"\f119"}
.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-twitter:before{content:"\f11a"}
.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-tumblr:before{content:"\f11b"}
.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-pinterest:before{content:"\f11c"}
.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f11d"}
.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f11e"}
.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-next-item:before{content:"\f11f"}
.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}
.vjs-icon-previous-item:before{content:"\f120"}
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before{content:"\f121"}
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:400;font-style:normal}
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before{content:"\f122"}
.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}
.video-js:-moz-full-screen{position:absolute}
.video-js:-webkit-full-screen{width:100%!important;height:100%!important}
.video-js[tabindex="-1"]{outline:0}
.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}
.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}
.video-js.vjs-1-1,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}
.video-js.vjs-16-9{padding-top:56.25%}
.video-js.vjs-4-3{padding-top:75%}
.video-js.vjs-9-16{padding-top:177.7777777778%}
.video-js.vjs-1-1{padding-top:100%}
.video-js.vjs-fill{width:100%;height:100%}
.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}
body.vjs-full-window{padding:0;margin:0;height:100%}
.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){width:100%!important;height:100%!important;padding-top:0!important}
.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}
.vjs-hidden{display:none!important}
.vjs-disabled{opacity:.5;cursor:default}
.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}
.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}
.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}
.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}
.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;transition:all .4s}
.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}
.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}
.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}
.video-js button{background:0 0;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.vjs-control .vjs-button{width:100%;height:100%}
.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}
.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto}
.video-js .vjs-modal-dialog>*{box-sizing:border-box}
.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}
.vjs-menu-button{cursor:pointer}
.vjs-menu-button.vjs-disabled{cursor:default}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}
.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}
.vjs-menu .vjs-menu-content>*{box-sizing:border-box}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}
.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}
.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}
.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}
.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible){background:0 0}
.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:700;cursor:default}
.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}
.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}
.video-js .vjs-menu-button-inline:before{width:2.222222222em}
.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}
.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}
.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}
.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}
.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;transition:visibility 1s,opacity 1s}
.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}
.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}
.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}
.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}
.vjs-button>.vjs-icon-placeholder{display:block}
.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}
.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}
.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}
.video-js .vjs-custom-control-spacer{display:none}
.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}
.video-js .vjs-progress-control.disabled{cursor:default}
.vjs-live .vjs-progress-control{display:none}
.vjs-liveui .vjs-progress-control{display:flex;align-items:center}
.vjs-no-flex .vjs-progress-control{width:auto}
.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}
.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}
.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}
.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}
.video-js .vjs-play-progress{background-color:#fff}
.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}
.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}
.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}
.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}
.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}
.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}
.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}
.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}
.video-js .vjs-slider.disabled{cursor:default}
.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}
.video-js .vjs-mute-control{cursor:pointer;flex:none}
.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}
.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}
.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}
.video-js .vjs-volume-panel{transition:width 1s}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{width:10em;transition:width .1s}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}
.video-js .vjs-volume-panel{display:flex}
.video-js .vjs-volume-bar{margin:1.35em .45em}
.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}
.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}
.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}
.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}
.vjs-slider-vertical .vjs-volume-level{width:.3em}
.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}
.vjs-slider-horizontal .vjs-volume-level{height:.3em}
.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}
.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}
.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}
.video-js .vjs-volume-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip{left:1em;top:-12px}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}
.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}
.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}
.vjs-no-flex .vjs-volume-control .vjs-mouse-display{z-index:0}
.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display{display:none}
.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}
.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}
.vjs-has-started .vjs-poster{display:none}
.vjs-audio.vjs-has-started .vjs-poster{display:block}
.vjs-using-native-controls .vjs-poster{display:none}
.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}
.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}
.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}
.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}
.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}
.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}
.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}
.vjs-live .vjs-time-control{display:none}
.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{display:none}
.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}
.vjs-time-divider{display:none;line-height:3em}
.vjs-live .vjs-time-divider{display:none}
.video-js .vjs-play-control{cursor:pointer}
.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}
.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}
.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}
.vjs-subtitles{color:#fff}
.vjs-captions{color:#fc6}
.vjs-tt-cue{display:block}
video::-webkit-media-text-track-display{transform:translateY(-3em)}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}
.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}
.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}
.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}
.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}
.vjs-playback-rate .vjs-menu{width:4em;left:0}
.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}
.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}
.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}
.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;animation:vjs-spinner-show 0s linear .3s forwards}
.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}
.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}
.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}
.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;animation-delay:.44s}
@keyframes vjs-spinner-show{to{visibility:visible}}
@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}
@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}
.vjs-chapters-button .vjs-menu ul{width:24em}
.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}
.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"";font-size:1.5em;line-height:inherit}
.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}
.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" ";font-size:1.5em;line-height:inherit}
.video-js.vjs-layout-small .vjs-audio-button,.video-js.vjs-layout-small .vjs-captions-button,.video-js.vjs-layout-small .vjs-chapters-button,.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-descriptions-button,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-subtitles-button,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-audio-button,.video-js.vjs-layout-tiny .vjs-captions-button,.video-js.vjs-layout-tiny .vjs-chapters-button,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-descriptions-button,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-subtitles-button,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-audio-button,.video-js.vjs-layout-x-small .vjs-captions-button,.video-js.vjs-layout-x-small .vjs-chapters-button,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-descriptions-button,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-subtitles-button,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-volume-control{display:none!important}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto;width:initial}
.video-js.vjs-layout-tiny .vjs-subs-caps-button,.video-js.vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,.video-js.vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button{display:none}
.video-js.vjs-layout-tiny .vjs-custom-control-spacer,.video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer{flex:auto;display:block}
.video-js.vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,.video-js.vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer{width:auto}
.video-js.vjs-layout-tiny .vjs-progress-control,.video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control{display:none}
.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}
.vjs-text-track-settings .vjs-modal-dialog-content{display:table}
.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}
.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}
@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0 24px}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}
.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}
.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}
.vjs-text-track-settings fieldset span{display:inline-block}
.vjs-text-track-settings fieldset span>select{max-width:7.3em}
.vjs-text-track-settings legend{color:#fff;margin:0 0 5px 0}
.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px 0;padding:0;border:0;height:1px;width:1px;overflow:hidden}
.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}
.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}
.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}
.vjs-track-settings-controls .vjs-default-button{margin-right:1em}
@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}
.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}
.js-focus-visible .video-js :focus:not(.focus-visible){outline:0}
.video-js :focus:not(:focus-visible){outline:0}
/* Import font */
/* Source code */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('MaterialIcons-Regular.4674f8ded773cb03e824.eot'); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('MaterialIcons-Regular.cff684e59ffb052d72cb.woff2') format('woff2'),
       url('MaterialIcons-Regular.83bebaf37c09c7e1c3ee.woff') format('woff'),
       url('MaterialIcons-Regular.5e7382c63da0098d634a.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Thin.dbd56bd3357dc3617fe5.woff2') format('woff2'), url('Roboto-Thin.e7f7c82374bd0ebef14b.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('Roboto-Thin.dbd56bd3357dc3617fe5.woff2') format('woff2'), url('Roboto-Thin.e7f7c82374bd0ebef14b.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-ThinItalic.a8cef84f735ef887abdc.woff2') format('woff2'), url('Roboto-ThinItalic.5dd9349c940073834e9a.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url('Roboto-ThinItalic.a8cef84f735ef887abdc.woff2') format('woff2'), url('Roboto-ThinItalic.5dd9349c940073834e9a.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Light.c27d89ac77468ae18f28.woff2') format('woff2'), url('Roboto-Light.d923dfafc0c5183b59aa.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('Roboto-Light.c27d89ac77468ae18f28.woff2') format('woff2'), url('Roboto-Light.d923dfafc0c5183b59aa.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-LightItalic.506274c7228cf81cae4d.woff2') format('woff2'), url('Roboto-LightItalic.d4b8c137518d9d92bb28.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-LightItalic';
    src: url('Roboto-LightItalic.506274c7228cf81cae4d.woff2') format('woff2'), url('Roboto-LightItalic.d4b8c137518d9d92bb28.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.64cfb66c866ea50cad47.woff2') format('woff2'), url('Roboto-Regular.e02e9d6ff5547f7e9962.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('Roboto-Regular.64cfb66c866ea50cad47.woff2') format('woff2'), url('Roboto-Regular.e02e9d6ff5547f7e9962.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-RegularItalic.4dd2af1e8df532f41db8.woff2') format('woff2'), url('Roboto-RegularItalic.5ea38fff9eebef99c5df.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-RegularItalic';
    src: url('Roboto-RegularItalic.4dd2af1e8df532f41db8.woff2') format('woff2'), url('Roboto-RegularItalic.5ea38fff9eebef99c5df.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Medium.1d3bced88509b0838984.woff2') format('woff2'), url('Roboto-Medium.092c6130df8fd2199888.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('Roboto-Medium.1d3bced88509b0838984.woff2') format('woff2'), url('Roboto-Medium.092c6130df8fd2199888.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-MediumItalic.d620b8f53f75966fe42e.woff2') format('woff2'), url('Roboto-MediumItalic.18ff1628c628080166c1.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('Roboto-MediumItalic.d620b8f53f75966fe42e.woff2') format('woff2'), url('Roboto-MediumItalic.18ff1628c628080166c1.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.92fbd4e93cf0a5dbebaa.woff2') format('woff2'), url('Roboto-Bold.73288d91c325e82a5b92.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('Roboto-Bold.92fbd4e93cf0a5dbebaa.woff2') format('woff2'), url('Roboto-Bold.73288d91c325e82a5b92.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-BoldItalic.5f600d98a73d800ae575.woff2') format('woff2'), url('Roboto-BoldItalic.6d89acbd21d7e3fbecb2.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('Roboto-BoldItalic.5f600d98a73d800ae575.woff2') format('woff2'), url('Roboto-BoldItalic.6d89acbd21d7e3fbecb2.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Black.41ed1105a6ebb8ffe34e.woff2') format('woff2'), url('Roboto-Black.937491dfcbe64ca9a9f1.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('Roboto-Black.41ed1105a6ebb8ffe34e.woff2') format('woff2'), url('Roboto-Black.937491dfcbe64ca9a9f1.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-BlackItalic.50ca4c51ebc27e7e7d2f.woff2') format('woff2'), url('Roboto-BlackItalic.2e1ee657996854c6f427.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto-BlackItalic';
    src: url('Roboto-BlackItalic.50ca4c51ebc27e7e7d2f.woff2') format('woff2'), url('Roboto-BlackItalic.2e1ee657996854c6f427.woff') format('woff');
}
.carousel{position:relative;box-sizing:border-box}
.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}
.carousel.is-draggable{cursor:move;cursor:grab}
.carousel.is-dragging{cursor:move;cursor:grabbing}
.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}
.carousel__track{display:flex}
.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}
.has-dots{margin-bottom:calc(0.5rem + 22px)}
.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;user-select:none}
.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}
.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}
.carousel__dots .carousel__dot.is-selected:after{opacity:1}
.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}
.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}
.carousel__button.is-prev{left:10px}
.carousel__button.is-next{right:10px}
.carousel__button[disabled]{cursor:default;opacity:.3}
.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}
html.with-fancybox{scroll-behavior:auto}
body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}
.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}
.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}
.fancybox__container :focus{outline:none}
body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}
@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}
.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}
.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}
.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}
.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}
.fancybox__track{display:flex;height:100%}
.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}
.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}
@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}
.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}
.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}
.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}
.is-loading .fancybox__caption{visibility:hidden}
.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}
.fancybox__nav .carousel__button{z-index:40}
.fancybox__nav .carousel__button.is-next{right:8px}
@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}
.fancybox__nav .carousel__button.is-prev{left:8px}
@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}
.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}
@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}
.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}
.fancybox__no-click,.fancybox__no-click button{pointer-events:none}
.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}
.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}
.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}
.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}
@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}
@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}
.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}
.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}
.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}
.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}
.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}
.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}
.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}
@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}
@keyframes fancybox-fadeOut{to{opacity:0}}
@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}
@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}
@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}
@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}
.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}
.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}
.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}
.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}
.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}
.fancybox__image{transform-origin:0 0;-webkit-user-select:none;user-select:none;transition:none}
.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}
.is-closing .has-image .fancybox__content{overflow:visible}
.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}
.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}
.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}
.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}
.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}
.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}
.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}
.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}
.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}
.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}
.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}
.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}
.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}
.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}
.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}
.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}
.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}
@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}
.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}
.fancybox__toolbar__items{display:flex}
.fancybox__toolbar__items--left{margin-right:auto}
.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}
.fancybox__toolbar__items--right{margin-left:auto}
@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}
.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}
.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;user-select:none}
.fancybox__container:-webkit-full-screen::backdrop{opacity:0}
.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}
.fancybox__container:fullscreen::backdrop{opacity:0}
.fancybox__button--fullscreen g:nth-child(2){display:none}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}
.fancybox__button--slideshow g:nth-child(2){display:none}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
body {
  height: 100vh;
}
.title-info-req {
  text-align: center;
  font-size: 24px;
  color: black;
}
.control label {
  color: #656565;
}
.control {
  margin-bottom: 7px;
}
.control > * {
  width: 100%;
}
.control label {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
}
.control .text {
  padding-left: 7px;
  color: #0067b2;
  font-size: 17px;
}
.btn-send {
  color: white;
  background-color: #d5bd46;
  border: hidden !important;
  border-radius: 0px;
  float: left;
  padding: 5px 16px;
  margin-top: 0px !important;
  font-size: 14px !important;
}
.control label {
  color: #656565;
}
.control-search input {
  float: left;
}
.control-search .btn-search {
  width: 35px;
  height: 34px;
  float: right;
  border-radius: 0;
  margin-top: -34px;
  border: 0;
  background-color: #985d1a !important;
}
.control-search .btn-search-advance {
  width: 35px;
  height: 34px;
  float: right;
  right: 35px;
  border-radius: 0;
  margin-top: -34px;
  border: 0;
}
.control-search .btn-check {
  width: 35px;
  height: 34px;
  float: right;
  border-radius: 0;
  margin-top: -34px;
  border: 0;
}
.control-search .btn-remove-replace-btn-search {
  right: 0 !important;
}
.k-panelbar > .k-item > .k-link {
  color: white !important;
  background-color: #194f8b !important;
  height: 30px;
}
.k-panelbar > .k-item > .k-link.k-state-selected {
  color: #194f8b;
  background-color: #194f8b;
}
.k-panelbar .k-content {
  padding: 7px;
  background: #F1F1F1;
}
.k-panelbar .k-content .func {
  margin-top: 15px;
}
.k-button-icontext span {
  padding-left: 2px;
}
.k-dialog {
  width: 80%;
  height: 80%;
}
.k-dialog .k-content {
  width: 100%;
  height: 100%;
}
.in-meeting .k-tabstrip-items .k-item {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  border-bottom-style: solid;
  color: #1667b0;
  margin-right: 5px;
  border: 2px solid;
}
.k-list .k-item:focus,
.k-list .k-item.k-state-focused,
.k-list-optionlabel:focus,
.k-list-optionlabel.k-state-focused {
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.13) !important;
}
.k-tabstrip-top > .k-tabstrip-items .k-item {
  border-color: #EEEEEE;
  font-weight: bold;
  border-width: 0px 0px 4px 0px;
}
.k-panelbar > .k-item > .k-link.k-state-selected:hover,
.k-panelbar > .k-item > .k-link.k-state-selected.k-state-hover {
  background-color: #e7e7e7;
  color: #194f8b;
}
.btn-dialog {
  border-radius: 7px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 10px;
  float: right;
}
.btn-regist-cv {
  color: white;
  background-color: #194f8b;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
}
.btn-close-success {
  color: black;
  background-color: #d4d4d4;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  font-weight: bold;
}
.btn-pay-success {
  color: white;
  background-color: #e85d3b;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  font-weight: bold;
}
.btn-scanning-img {
  color: white;
  background-color: #616161;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  cursor: no-drop !important;
}
.btn-dialog-wrapper {
  border-width: 0 !important;
  width: 100%;
  margin-top: 10px;
}
.k-window {
  overflow: auto;
}
.x-dialog {
  width: 100%;
  height: 100%;
}
.window-center {
  left: 0 !important;
  right: 0;
  top: 0 !important;
  bottom: 0;
  margin: auto;
}
.x-dialog-register-document {
  max-width: 750px !important;
  max-height: 92% !important;
}
.x-dialog-register-document-3 {
  max-width: 750px !important;
  max-height: 92% !important;
}
.x-dialog-register-document-2 {
  max-width: 750px !important;
  max-height: 92% !important;
}
.x-dialog-register-document-1 {
  max-width: 750px !important;
  max-height: 92% !important;
}
.x-dialog-register-document-0 {
  max-width: 750px !important;
  max-height: 82% !important;
}
.x-dialog-success {
  max-width: 700px !important;
  max-height: 180px !important;
  top: -40% !important;
}
.x-dialog-payment {
  max-width: 700px !important;
  max-height: 500px !important;
  margin-top: 50px !important;
}
.x-dialog-payment-0 {
  max-width: 700px !important;
  max-height: 370px !important;
  margin-top: 50px !important;
}
@media (max-width: 768px) {
  .k-dialog {
    width: 90% !important;
  }

  .x-dialog-register-document,
.x-dialog-register-document-3,
.x-dialog-register-document-2,
.x-dialog-register-document-1,
.x-dialog-register-document-0 {
    max-height: 100% !important;
    max-width: 100% !important;
  }

  .x-dialog-success {
    max-width: 100% !important;
    max-height: 280px !important;
    top: 0% !important;
  }

  .btn-dialog-wrapper {
    margin-top: 5px !important;
    padding-left: 0px !important;
  }

  .x-dialog-payment,
.x-dialog-payment-0 {
    max-width: 100% !important;
    max-height: 600px !important;
    top: 0% !important;
  }

  .x-dialog {
    width: 95% !important;
    height: 95% !important;
  }

  .dialog-info {
    width: 100% !important;
    height: 100% !important;
  }

  .hidden-overlay .ng-trigger-overlayAppear {
    display: none;
  }

  .k-dropdown .k-dropdown-wrap,
.k-dropdowntree .k-dropdown-wrap {
    background-clip: padding-box;
    border-radius: 2px;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    position: relative;
    transition: all 0.1s ease;
    cursor: pointer;
    outline: 0;
    color: #656565;
    background-color: #f6f6f6;
    background-image: linear-gradient(#f6f6f6, #f1f1f1);
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
}
.main-page {
  margin: 0 auto;
  height: 100%;
}
.main-page .nav-title {
  width: 100%;
  background-color: #F5F5F5;
  height: 70px !important;
  margin: top;
  /* position: relative; */
  /* margin-top: 15px; */
  z-index: 999;
}
.main-page .uppercase-black {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #EE4623;
  padding-left: 74px;
  margin-bottom: 10px;
  /* vertical-align: middle; */
  margin-top: 10px;
  /* height: 50px; */
  line-height: 70px;
  text-transform: uppercase;
}
.main-page .row1 {
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.main-page .image-slide-home {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.main-page .image-slider-title {
  padding-top: 20px;
}
.main-page .news-template-1 {
  padding: 7px 0px;
}
.main-page .news-template-1-without-time {
  padding: 7px 0px;
}
.main-page .news-template-2 {
  padding: 7px 0px;
}
.main-page .news-template-3 {
  padding: 7px 0px;
  margin-left: 20px;
}
.main-page .news-template-4 {
  padding: 20px 0px 0px 0px;
}
.main-page .news-template-5 {
  padding: 7px 0px;
}
.main-page .news-template-6 {
  padding: 7px 0px;
  margin-left: 20px;
}
.main-page .news-template-a {
  padding: 7px 0px;
}
.main-page .news-template-b {
  padding: 20px 0px 0px 0px;
  margin-left: 20px;
}
.main-page .news-template-c {
  padding: 20px 0px 0px 0px;
  margin-left: 20px;
}
.main-page .news-template-d {
  padding: 7px 0px;
}
.main-page .news-template-11 {
  padding: 7px 0px;
}
.main-page .news-template-21 {
  padding-top: 20px;
}
.main-page .news-template-34 {
  padding: 20px 0px;
}
.main-page .router-box {
  width: 100%;
}
.main-page .post-more {
  display: flex;
  justify-content: center;
  color: #eb2e35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.main-page .pointer {
  cursor: pointer;
}
.main-page .mobile {
  display: none;
}
.main-page .desktop {
  display: block;
}
.main-page .category-detail {
  margin-top: 15px;
  padding-right: 20px !important;
}
.main-page .banner-right-side {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.main-page .banner-right-side img {
  width: 100%;
  height: auto;
  font-size: 10px;
  object-fit: contain;
}
.main-page .banner-right-side figure {
  margin: 0;
  text-align: left;
}
.main-page .top-news-box {
  padding-right: 12px !important;
}
.main-page .container-box {
  padding-right: 0px !important;
  padding-left: 12px !important;
}
.main-page .news-other-box {
  border-top: 1px solid #e5e5e5;
  border-top-style: solid;
  padding: 10px 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.main-page .news-other-box .title-child-other {
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  padding-left: 10px;
}
.main-page .category-news-other-box {
  border-top: 1px solid #e5e5e5;
  border-top-style: solid;
  padding: 15px 0;
  height: 100px;
  overflow-y: hidden;
}
.main-page .banner-right-side-box {
  padding: 0 12px 0 24px !important;
}
.main-page .banner-right-side-box .row {
  --bs-gutter-x: 0;
}
.main-page .banner-right-side-box-fit {
  box-shadow: 0px 0px 8px -3px #323232;
}
.main-page .top-news-main .banner-main {
  width: 100%;
  height: 300px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.main-page .top-news-main .banner-main .image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  position: absolute;
  font-size: 10px;
}
.main-page .top-news-main .banner-main .title-main {
  font-size: 20px;
  z-index: 800;
  color: white;
  text-align: left;
  padding: 0 10px 0 25px;
  cursor: pointer;
  font-weight: 500;
  bottom: 30px;
  position: absolute;
  line-height: 24px;
  text-shadow: 0px 2px 11px #000000;
}
.main-page .top-news-main .banner-main .title-main:hover {
  color: #00c3ff;
  text-shadow: 0px 2px 11px #1400cc;
}
.main-page .disable-click {
  pointer-events: none;
  cursor: default;
}
.main-page .top-news-child {
  cursor: pointer;
  margin-top: 24px;
}
.main-page .top-news-child .banner-child {
  width: 100%;
  height: 143px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.main-page .top-news-child .banner-child .image {
  width: 100%;
  height: 143px;
  object-fit: cover;
  font-size: 10px;
}
.main-page .category-news {
  cursor: pointer;
}
.main-page .category-news .banner-child {
  width: 100%;
  height: 141px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.main-page .category-news .banner-child .image {
  width: 100%;
  height: 141px;
  object-fit: cover;
  font-size: 10px;
}
.main-page .category .row {
  --bs-gutter-x: 0;
}
.main-page .category-news-container {
  cursor: pointer;
  height: 238px;
}
.main-page .category-news-container .banner-child {
  width: 100%;
  height: 139px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.main-page .category-news-container .banner-child .image {
  width: 100%;
  height: 139px;
  object-fit: cover;
  font-size: 10px;
}
.main-page .container-news {
  cursor: pointer;
}
.main-page .container-news .banner-child {
  width: 100%;
  height: 141px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.main-page .container-news .banner-child .image {
  width: 100%;
  height: 141px;
  object-fit: cover;
  font-size: 10px;
}
.main-page .category-news-other {
  cursor: pointer;
}
.main-page .category-news-other .banner-child-other {
  height: 70px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.main-page .category-news-other .banner-child-other .image {
  height: 70px;
  width: 100%;
  object-fit: cover;
  font-size: 10px;
}
.main-page .container-news-other {
  cursor: pointer;
}
.main-page .container-news-other .banner-child-other {
  height: 70px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.main-page .container-news-other .banner-child-other .image {
  height: 70px;
  width: 100%;
  object-fit: cover;
  font-size: 10px;
}
.main-page .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-page .main-fluid {
  width: 1140px;
}
.main-page .layout-box {
  margin-left: auto;
  margin-right: auto;
}
.main-page .layout-box .news-template-31 .content-width-media {
  width: calc(84vw - 28px);
}
.main-page .bottom-news {
  margin-top: 10px;
}
.main-page .title-child-other {
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  padding-left: 10px;
  margin-top: -3px;
}
.main-page .title-child-other:hover {
  color: #06c;
}
.main-page .title-child-other:hover .time {
  color: #06c;
}
.main-page .title-child {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
.main-page .title-child:hover {
  color: #06c;
}
.main-page .title-child:hover .time {
  color: #06c;
}
.main-page .category-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--main-color);
  border-bottom: 3px solid var(--main-color);
  text-transform: uppercase;
}
.main-page .time {
  color: #c5b3b3;
  font-size: 11px;
  font-weight: normal;
}
.main-page .body-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 250px);
  min-width: 80%;
  max-width: 1550px;
  margin-top: 10px;
}
.main-page .main-row {
  align-items: center;
  --bs-gutter-x: 0;
  height: 100%;
  align-content: space-between;
}
.main-page .body-item-gray {
  width: 1140px;
  background-color: #F5F5F5;
}
.main-page .body-box {
  height: 100%;
}
@media screen and (max-width: 576px) {
  .main-page {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .main-page .banner-right-side-box {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
  .main-page .news-template-3 {
    padding: 20px 0px 10px 0px;
  }
  .main-page .news-template-4 {
    padding: 10px 0px 10px 0px;
  }
  .main-page .news-template-b {
    padding: 10px 0px 10px 0px;
  }
  .main-page .news-template-c {
    padding: 10px 0px 10px 0px;
  }
  .main-page .body-list {
    width: calc(100%);
  }
  .main-page .top-news-main {
    padding: 0 0 10px 0;
  }
  .main-page .top-news-main .banner-main {
    background-size: 100% 100%;
    height: 200px;
  }
  .main-page .top-news-main .banner-main .image {
    height: 200px;
  }
  .main-page .mobile {
    display: block !important;
  }
  .main-page .desktop {
    display: none !important;
  }
  .main-page .category-detail {
    margin-top: 0;
  }
  .main-page .category {
    margin-top: 5px;
  }
  .main-page .category section:nth-child(2) {
    border-top: none;
  }
  .main-page .category-news-other-box {
    border-top: 1px solid #e5e5e5;
    border-top-style: solid;
  }
  .main-page .top-news-child {
    border-top: 1px solid #d8d8d8;
    padding: 10px 0;
    margin-top: 0;
  }
  .main-page .top-news-child .banner-child {
    display: none;
  }
  .main-page .time {
    display: none;
  }
  .main-page .banner-right-side-box {
    width: 100%;
  }
  .main-page .banner-right-side figure {
    text-align: center;
  }
  .main-page .top-news-box {
    border: none;
  }
  .main-page .news-other-box {
    border: none;
  }
  .main-page .category-news-container {
    padding: 0;
    margin-top: 5px 0;
    height: 275px;
    overflow: hidden;
  }
  .main-page .category-news-container .banner-child {
    height: 200px;
  }
  .main-page .category-news-container .banner-child .image {
    height: 200px;
  }
  .main-page .category-news-container .title-child {
    margin-top: 13px;
  }
  .main-page .container-news {
    display: none;
  }
  .main-page .container-news {
    display: block;
    border-top: 11px solid #d8d8d8;
    padding: 20px 0 10px 0;
  }
  .main-page .container-news .banner-child {
    width: 100%;
    height: 67px;
    margin: auto;
    overflow: hidden;
    position: relative;
  }
  .main-page .container-news .banner-child .image {
    width: 100%;
    height: 67px;
    object-fit: cover;
    font-size: 10px;
  }
  .main-page .container-news .title-child {
    font-size: 15px !important;
    padding: 0;
    margin-top: -5px;
    margin-left: 20px;
  }
  .main-page .container-box {
    border: none;
  }
  .main-page .category-news-other .banner-child-other {
    height: 67px;
  }
  .main-page .category-news-other .banner-child-other .image {
    height: 67px;
  }
  .main-page .container-news-other .banner-child-other {
    height: 68px;
  }
  .main-page .container-news-other .banner-child-other .image {
    height: 68px;
  }
  .main-page .title-child-other {
    font-size: 15px !important;
    padding: 0 5px 0 5px;
    margin-top: -5px;
    margin-left: 10px;
  }
  .main-page .title-main {
    font-size: 17px !important;
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
    font-weight: 500;
  }
  .main-page .title-child {
    font-size: 17px !important;
    padding: 0;
    margin-top: 3px;
  }
  .main-page .time {
    font-size: 12px !important;
    padding-left: 12px;
  }
  .main-page .category-title {
    font-size: 19px !important;
    font-weight: 500;
    border-bottom: none;
    border-left: 4px solid var(--main-color);
    margin-left: 0;
    padding-left: 15px;
    margin-top: 15px;
  }
  .main-page .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .main-page .container-fluid {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .main-page .container-fluid [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-page .layout-box {
    position: relative;
    align-items: flex-start;
  }
  .main-page .layout-list {
    width: 100%;
    overflow: hidden;
    display: block;
    z-index: 100;
  }
  .main-page .body-box {
    position: relative;
    width: 1140px;
  }
  .main-page .body-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
  }
}
@media screen and (max-width: 800px) and (min-width: 577px) {
  .main-page .banner-right-side-box {
    padding: 12px !important;
  }
  .main-page .top-news-box {
    padding-left: 12px !important;
  }
  .main-page .category-title {
    font-size: 15px;
  }
  .main-page .banner-right-side img {
    max-height: 100px;
  }
  .main-page .banner-right-side-box-fit {
    box-shadow: none;
  }
  .main-page .banner-right-side img {
    object-fit: cover;
  }
  .main-page .category {
    margin-left: 0;
  }
  .main-page .container-box {
    padding-right: 12px !important;
  }
  .main-page .body-list {
    width: calc(100%);
  }
}
@media screen and (max-width: 1025px) and (min-width: 801px) {
  .main-page .top-news-box {
    padding-left: 12px !important;
  }
  .main-page .top-news-box .body-list {
    width: calc(100% - 50px);
  }
  .main-page .banner-right-side-box {
    padding: 12px 10px 12px 12px !important;
  }
  .main-page .category-news-container {
    height: 280px;
  }
  .main-page .category-news-container .banner-child {
    height: 200px;
  }
  .main-page .category-news-container .banner-child .image {
    height: 200px;
  }
  .main-page .banner-right-side img {
    max-height: 100px;
  }
  .main-page .top-news-main .banner-main {
    height: 394px;
  }
  .main-page .top-news-main .banner-main .image {
    height: 394px;
  }
  .main-page .top-news-child .banner-child {
    height: 190px;
  }
  .main-page .top-news-child .banner-child .image {
    height: 190px;
  }
  .main-page .category-news-container .banner-child {
    height: 190px;
  }
  .main-page .category-news-container .banner-child .image {
    height: 190px;
  }
  .main-page .container-news .banner-child {
    height: 192px;
  }
  .main-page .container-news .banner-child .image {
    height: 192px;
  }
  .main-page .category-news-other .banner-child-other {
    height: 92px;
  }
  .main-page .category-news-other .banner-child-other .image {
    height: 92px;
  }
  .main-page .container-news-other .banner-child-other {
    height: 93px;
  }
  .main-page .container-news-other .banner-child-other .image {
    height: 93px;
  }
  .main-page .banner-right-side-box-fit {
    box-shadow: none;
  }
  .main-page .banner-right-side img {
    object-fit: cover;
  }
  .main-page .category {
    margin-left: 0;
  }
  .main-page .container-box {
    padding-right: 12px !important;
  }
}
app-main-page {
  position: relative;
  top: -6px;
}
header {
  padding: 0;
  margin: 0;
  position: relative;
}
header .desktop {
  display: block !important;
}
header .mobile {
  display: none !important;
}
header nav ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  width: var(--outlet-content-width);
}
header .nav-menu-box {
  background-color: var(--main-color);
  width: 100%;
  display: inline-flex;
  position: relative;
  z-index: 999;
  margin: auto;
}
header .nav-menu-box .nav-content {
  width: var(--outlet-content-width);
  margin: auto;
  position: relative;
  display: inline-flex;
}
header .nav-menu-box .home-icon {
  margin-top: 5px;
}
header .nav-menu-box .home-icon,
header .nav-menu-box .menu-icon {
  color: white;
  cursor: pointer;
}
header .menu-icon-box {
  display: none;
}
header .nav-menu {
  width: 100%;
  height: auto;
  font-size: 95%;
  display: flex;
  justify-content: center;
}
header .nav-menu .dropdown {
  margin: auto;
  height: 100%;
  text-align: center;
}
header .nav-menu .dropdown-home {
  margin: auto;
}
header .nav-menu .play-arrow {
  color: #656565;
  font-size: 12px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  padding-top: 6px;
}
header .nav-menu .item-link {
  color: white;
  text-decoration: none;
  display: inline-table;
  height: 100%;
  width: 100%;
  padding: 7px;
}
header .nav-menu .dropdown:hover > .dropdown-menu {
  display: block;
}
header .nav-menu .dropdown-item:hover {
  background-color: #dddddd;
}
header .nav-menu .dropdown-submenu:hover {
  background-color: #dddddd;
}
header .nav-menu .dropdown-item {
  font-size: 95%;
  margin-right: 20px;
  padding: 0.6rem 1rem;
}
header .nav-menu .dropdown:hover {
  background-color: #133d6c;
}
header .nav-menu .dropdown-menu {
  left: 0;
  padding: 0;
  border-radius: 0;
}
header .nav-menu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
header .nav-menu .dropdown-submenu {
  position: relative;
  border-top: 1px solid #d8d8d8;
}
header .nav-menu .dropdown-menu :first-child {
  border-top: none;
}
header .nav-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  margin-top: 5px;
  left: 100%;
}
header .disable-click {
  pointer-events: none;
  cursor: default;
}
header .banner {
  width: var(--outlet-content-width);
  height: 100px;
  margin: auto;
  position: relative;
}
header .banner .img1 {
  max-width: 100%;
  height: 80%;
  z-index: 5;
  position: absolute;
  object-fit: cover;
  top: 10px;
  bottom: 10px;
  cursor: pointer;
}
header .banner .img2 {
  width: 550px;
  height: 550px;
  top: -227px;
  left: -221px;
  z-index: 2;
  position: absolute;
  object-fit: cover;
  opacity: 0.3;
  clip: rect(210px, 575px, 328px, 219px);
  cursor: default;
}
header .banner .search {
  border-radius: 25px;
  border: 1px solid #9f9da0;
  position: absolute;
  right: 10px;
  top: 51px;
  padding-left: 10px;
  font-size: 13px;
  height: 25px;
  z-index: 998;
  width: 200px;
}
header .banner .search:focus {
  border: 1px solid #f3efef !important;
}
header .banner .search-icon {
  color: #9a9a9a;
  position: absolute;
  right: 15px;
  top: 52px;
  z-index: 999;
  cursor: pointer;
}
header .banner .search-text:focus {
  border: 1px solid white !important;
}
header .banner .banner-link {
  cursor: pointer;
  z-index: 997;
  position: absolute;
  width: 100%;
  height: 100%;
}
header .banner .banner-background {
  cursor: default;
  z-index: 1;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
}
header .banner .language {
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline;
  z-index: 999;
  color: #363842 !important;
  border: none !important;
  cursor: pointer;
}
header .banner .language-text {
  color: var(--main-color);
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
header .banner .color-text-selected {
  color: #363842;
  cursor: default;
}
header .banner .name {
  position: absolute;
  z-index: 6;
  left: 108px;
  top: 20px;
  font-size: 18px;
  font-weight: 900;
  text-shadow: 0px 6px 10px #a2a2a2;
}
header .banner .name-main {
  color: red;
}
header .banner .name-detail {
  color: var(--main-color);
  margin-top: 4px;
}
header .open-menu {
  display: block !important;
}
header .close-menu {
  display: none !important;
}
@media screen and (max-width: 576px) {
  header .desktop,
header .desktop-icon {
    display: none !important;
  }
  header .mobile {
    display: block !important;
  }
  header nav ul {
    width: auto;
  }
  header .banner {
    width: 100% !important;
    height: 100px;
  }
  header .banner .img1 {
    max-width: 100%;
    height: 50px;
    top: 6px;
    left: 50%;
    position: absolute;
    margin-left: -2em;
  }
  header .banner .img2 {
    width: 114px;
    height: 114px;
    top: 0;
    left: 50%;
    object-fit: cover;
    clip: auto;
    position: absolute;
    margin-left: -3.4em;
    opacity: 0.2;
  }
  header .banner .language {
    top: 12px;
    right: 70px;
    width: 25px;
    height: 25px;
    border-radius: 34px;
    background-color: var(--main-color);
    padding-top: 0.82%;
    color: white !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  header .banner .search {
    border-radius: 0;
    right: 0;
    top: 116px;
    font-size: 17px;
    height: 36px;
    z-index: 998;
    width: 100%;
    padding-left: 10px;
    border: none;
  }
  header .banner .search-icon {
    top: 8px;
    font-size: 34px;
    right: 30px;
  }
  header .banner .name {
    left: 0;
    top: 54px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    text-align: center;
  }
  header .banner .name-detail {
    margin-top: 0;
  }
  header .nav-menu-box {
    height: 1px !important;
  }
  header .nav-menu {
    width: 84%;
    height: 100%;
    display: block;
    justify-content: center;
    font-size: 95% !important;
  }
  header .nav-menu .dropdown,
header .nav-menu .item-link {
    display: block;
    text-align: left;
  }
  header .nav-menu .dropdown-submenu:hover {
    background-color: var(--main-color);
  }
  header .nav-menu .dropdown-submenu {
    border-top: 1px solid #4569cf;
    width: 100%;
  }
  header .nav-menu .dropdown {
    padding-left: 0;
    height: auto;
    width: 100%;
    z-index: 9989;
    height: auto !important;
    padding: 0;
    font-weight: bold;
  }
  header .nav-menu .dropdown + .dropdown {
    border-top: 1px solid #4569cf;
  }
  header .nav-menu .dropdown-submenu > .dropdown-menu {
    left: 0px;
    margin-top: 0;
  }
  header .nav-menu .dropdown:hover {
    background-color: var(--main-color);
  }
  header .nav-menu .dropdown .dropdown-menu {
    z-index: 9990;
    margin-top: 0px;
  }
  header .nav-menu .dropdown-menu .dropdown-submenu {
    z-index: 9991;
  }
  header .nav-menu .dropdown-menu {
    display: none;
    width: 100%;
    border-top: 1px solid #4569cf;
  }
  header .nav-menu .button-expand {
    color: white;
    margin-top: 5px;
    position: absolute;
    right: 0;
    font-size: 17px;
    font-weight: normal;
    top: 8px;
    width: auto;
  }
  header .nav-menu .dropdown-item:hover {
    background-color: var(--main-color);
  }
  header .dropdown-menu,
header .dropdown-submenu {
    position: relative !important;
    background-color: var(--main-color);
    color: white;
    border: none;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header .pading-0 {
    padding: 10px 0 !important;
  }
  header .pading-1 {
    padding: 10px 0 !important;
    padding-left: 15px !important;
  }
  header .pading-2 {
    padding: 10px 0 !important;
    padding-left: 25px !important;
  }
  header .pading-3 {
    padding: 10px 0 !important;
    padding-left: 35px !important;
  }
  header .pading-4 {
    padding: 10px 0 !important;
    padding-left: 45px !important;
  }
  header .dropdown-item {
    color: white;
    padding: 5px 0px;
    font-weight: bold;
  }
  header .home-icon {
    z-index: 9980 !important;
    font-size: 25px;
    margin-top: 0 !important;
  }
  header .menu-icon {
    font-size: 30px;
    margin-left: 4px;
  }
  header .nav-menu-box {
    position: relative;
    background-color: #b0bbf6;
  }
  header .menu-icon-box {
    display: inline-block !important;
    position: absolute;
    margin-top: 1px !important;
    width: 40px;
    height: 30px;
    z-index: 999 !important;
    border-radius: 5px;
    color: #8a8a8a;
    top: 7px;
    left: 15px;
  }
  header .close-button-box {
    text-align: end;
    padding-top: 10px;
  }
  header .close-button {
    color: #ff8659;
    font-weight: bold;
  }
  header .navbar-display {
    margin-top: -135px;
    margin-left: 0%;
    width: 70%;
    background: var(--main-color);
    height: 4000px !important;
    position: absolute;
    z-index: 998 !important;
    padding: 0px 15px;
    box-shadow: -5px 5px 5px #878794;
  }
  header .search-cover-shadow,
header .navbar-cover-shadow {
    margin-top: -135px;
    width: 100%;
    background: var(--main-color);
    height: 4000px;
    position: absolute;
    z-index: 997 !important;
    background-color: #969494;
    opacity: 0.4;
  }
  header .search-cover-shadow {
    margin-top: 145px;
    background-color: #363636;
    opacity: 0.5;
  }
  header .navbar-hidden {
    display: none;
  }
  header #navbardropdownMenuLink {
    text-align: left !important;
  }
}
@media screen and (max-width: 1025px) {
  .header .nav-menu {
    font-size: 85%;
  }
}
footer.ver1 {
  font-size: 14px;
  margin: auto;
  margin-top: 1em;
  background-color: #0B68A4;
}
footer.ver1 .mobile {
  display: none;
}
footer.ver1 .desktop {
  display: block;
}
footer.ver1 .footer {
  width: var(--outlet-content-width);
  height: 240px;
  color: white;
  margin: auto;
  padding: 20px 0 10px 0;
}
footer.ver1 .footer .row {
  display: flex;
  flex-direction: row;
}
footer.ver1 .footer span.title {
  display: inline !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #E4C97E;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  padding-bottom: 10px;
}
footer.ver1 .footer ul {
  padding: 10px 12px;
  margin-top: 10px;
  margin-bottom: 0;
  list-style-type: square;
}
footer.ver1 .footer .info ul {
  list-style-type: none;
  padding: 10px 0;
}
footer.ver1 .footer .menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 13em;
  margin-top: 0;
  padding: 0;
}
footer.ver1 .footer .menu li {
  width: 50%;
}
footer.ver1 .footer li {
  padding-bottom: 15px;
}
footer.ver1 .footer li:hover .btn-func {
  visibility: visible;
}
footer.ver1 .footer .info:hover .btn-func {
  visibility: visible;
}
footer.ver1 .footer li a {
  color: white;
  font-weight: 500;
  text-decoration: none;
}
footer.ver1 .footer .btn-func {
  visibility: hidden;
}
footer.ver1 .footer .btn-custom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: initial;
  color: white;
}
footer.ver1 .footer .btn-custom button {
  background-color: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  border: none;
}
footer.ver1 .footer .btn-custom .k-button {
  padding: 0 !important;
}
footer.ver1 .footer .k-popup .k-list {
  height: auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}
footer.ver1 .footer .k-popup .k-item {
  width: 100%;
}
footer.ver1 .footer .handle:hover {
  cursor: pointer;
}
footer.ver1 .footer .btn-add {
  background-color: inherit;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: 1px solid white;
  border-radius: 2px;
  height: 2.5em;
}
footer.ver1 .footer .btn-add:hover {
  background-color: #074973;
}
footer.ver1 .copyright {
  background-color: #074973;
  width: 100%;
  color: white;
  margin: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 0;
}
footer.ver1 .copyright div {
  margin: auto;
  width: var(--outlet-content-width);
}
footer.ver1 .edit .required,
footer.ver1 .edit .err-text {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
footer.ver1 .xbutton-dialog {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 1px;
  color: black;
  font-size: 20px;
}
footer.ver1 .title-info-req {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 16px;
}
footer.ver1 .btn-save {
  color: white;
  background-color: #0B68A4;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  margin-top: 10px;
  margin-right: 16px;
}
@media screen and (max-width: 576px) {
  footer {
    width: 100% !important;
  }
  footer .mobile {
    display: block;
  }
  footer .desktop {
    display: none;
  }
  footer .btn-add {
    width: 25% !important;
  }
}
@media screen and (max-width: 800px) {
  footer {
    width: 100% !important;
  }
  footer .add-menu.x-dialog {
    width: 95% !important;
    height: 95% !important;
  }
}
.search-result .container-fluid {
  padding-left: var(--bs-gutter-x, -0.25rem);
}
.search-result tbody,
.search-result td,
.search-result tfoot,
.search-result th,
.search-result thead,
.search-result tr {
  border-color: #cacaca;
  border-width: 1px;
}
.search-result table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #cacaca;
}
.search-result .subject {
  margin-top: 14px;
}
.search-result .group-header {
  padding: 0px 0px 0px 10px;
  border-left: 5px solid var(--main-color);
  font-weight: bolder;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1.8;
  margin-top: 5px;
  margin-bottom: 10px;
}
.search-result hr {
  display: none;
}
.search-result .title-post {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bolder;
  font-size: 24px;
}
.search-result .mb {
  display: none;
}
.search-result .wb a {
  text-decoration: none;
  color: #212529;
}
.search-result .k-pager-numbers .k-link {
  color: black;
  border-width: 1px;
  margin: 4px;
}
.search-result .k-pager-wrap {
  border: none;
  color: #424242;
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.search-result .k-pager-numbers .k-link.k-state-selected {
  background-color: #c60000;
  color: white !important;
}
.search-result .k-pager-nav {
  border: solid 1px;
  margin: 4px;
}
.search-result .post-part {
  height: 180px;
  cursor: pointer;
  overflow: hidden;
}
.search-result .post-part .img-view {
  overflow: hidden;
  position: relative;
}
.search-result .post-part .img-view .image {
  width: 95%;
  height: 150px;
  display: inline-block;
  object-fit: cover;
}
.search-result .post-part .img-view .video-view .video {
  position: relative !important;
  width: 95%;
  height: 150px;
}
.search-result .post-part .img-view .video-view .img-err {
  position: relative;
  width: 95%;
  height: 150px;
}
.search-result .post-part .img-view .video-view .play-button {
  top: 47% !important;
  left: 47% !important;
}
.search-result .post-part .content-view {
  margin-left: inherit;
  font-size: 14px;
  font-weight: bolder;
  text-decoration: none;
  overflow: hidden;
}
.search-result .post-part .content-view .post-date {
  font-size: 10px;
  color: gray;
  font-weight: normal !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-result .post-part .content-view .post-summary {
  font-size: 12px;
  color: black;
  font-weight: normal !important;
  height: 105px;
  overflow: hidden;
}
.search-result .post-part .content-view .post-title {
  font-size: 16px;
  font-weight: 700;
}
.search-result .post-part .content-view .title-first {
  padding-left: 15px;
  font-size: 22px;
}
.search-result .post-part .content-view:hover .post-title, .search-result .post-part .content-view:hover .post-date, .search-result .post-part .content-view:hover .post-summary {
  color: #06c !important;
}
@media screen and (max-width: 770px) {
  .search-result {
    padding-right: 15px;
    padding-left: 15px;
  }
  .search-result .box {
    padding-right: 15px;
  }
  .search-result .wb {
    display: none;
  }
  .search-result .mb {
    display: block;
  }
  .search-result .mb a {
    text-decoration: none;
    color: #212529;
  }
  .search-result .mb-second {
    padding-top: unset;
    margin-bottom: -20px;
  }
  .search-result .mb-first {
    margin-bottom: 15px;
  }
  .search-result hr {
    border-top: 2px solid #1900ff;
    border-top-style: dotted;
    color: white;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .search-result .post-part {
    height: auto;
  }
  .search-result .post-part .img-view {
    overflow: hidden;
    position: relative;
    height: 98px;
  }
  .search-result .post-part .img-view .image {
    width: 100%;
    height: 98px;
    display: inline-block;
    object-fit: cover;
  }
  .search-result .post-part .img-view .video-view .video {
    position: relative !important;
    width: 100%;
    height: 98px;
  }
  .search-result .post-part .img-view .video-view .mask-video {
    width: 100%;
    height: 98px;
  }
  .search-result .post-part .img-view .video-view .img-err {
    position: relative;
    width: 100%;
    height: 98px;
  }
  .search-result .post-part .img-view .video-view .play-button {
    top: 44% !important;
  }
  .search-result .post-part .img-view-first {
    overflow: hidden;
    object-fit: cover;
    height: 190px;
    position: relative;
  }
  .search-result .post-part .img-view-first .image {
    overflow: hidden;
    font-size: 10px;
    width: 100%;
    height: unset;
  }
  .search-result .post-part .img-view-first .video-view .video {
    position: relative !important;
    width: 100%;
    height: 190px;
  }
  .search-result .post-part .img-view-first .video-view .mask-video {
    width: 100%;
    height: 190px;
  }
  .search-result .post-part .img-view-first .video-view .img-err {
    position: relative;
    width: 100%;
    height: 190px;
  }
  .search-result .post-part .img-view-first .video-view .play-button {
    top: 50% !important;
  }
  .search-result .post-part .content-view .post-summary {
    height: 55px;
    overflow: hidden;
    display: none;
  }
  .search-result .post-part .content-view .post-date {
    display: none;
  }
}
@media (max-width: 1025px) and (min-width: 770px) {
  .search-result .box {
    padding-left: 24px;
  }
}
.embed-page iframe {
  height: 800px;
}
.embed-page .box {
  width: 100%;
  height: 100%;
}
.video-conponent-videotemplate {
  width: 700px;
  height: 400px;
}
.video-conponent-template {
  z-index: 99998;
  position: relative;
}
.video-conponent-template-close {
  position: absolute;
  font-size: 30px;
  z-index: 99999;
  background-color: #9a9a9a;
  color: #c6c6c6;
  font-weight: bold;
  height: 45px;
  width: 45px;
  top: 0;
  right: 0;
  box-shadow: 0px 0px 15px 3px #313131;
  border: none;
  text-align: center;
  border-radius: 3px;
}
.mat-dialog-container {
  padding: 5px !important;
  background-color: #2e2e2e;
  box-shadow: 0px 0px 45px 20px #313131;
}
.video-view .img-err {
  z-index: 800;
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-view .video-js .vjs-control-bar {
  background-image: linear-gradient(#666565 10%, #dbdbdb);
}
.video-view .vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -1em;
}
.video-view .vjs-default-skin .vjs-big-play-button {
  width: 1.9em;
  height: 1.9em;
  border-radius: 100px;
  border: none;
  line-height: 1.95em;
}
.video-view .video {
  width: 100%;
  height: 100%;
  z-index: 800;
  position: absolute;
  top: 0;
}
.video-view .mask-video {
  z-index: 802;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-view .play-button {
  z-index: 801;
  height: 61px;
  width: 60px;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  margin-left: -1em;
  margin-top: -1.2em;
}
.video-view .gg-play-button-o {
  width: 2.5em;
  height: 2.5em;
  border-radius: 45px;
  background-color: #2c2a2a;
  position: relative;
  display: block;
  opacity: 0.7;
}
.video-view .gg-play-button-o::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 0.7em solid transparent;
  border-bottom: 0.7em solid transparent;
  border-left: 1em solid white;
  top: 24%;
  left: 38%;
}
.video-view .zoom-view {
  border: 2px solid white;
  font-size: 10px;
}
.most-view {
  margin-left: 15px;
}
.most-view figure {
  margin: 0 !important;
}
.most-view .margin {
  margin-bottom: 8rem !important;
}
.most-view .title-view {
  margin-top: 0px;
  background-color: white;
  color: #353535;
  width: 100%;
}
.most-view .title-view h5 {
  font-size: 17px !important;
  margin-bottom: 0px;
}
.most-view .header {
  font-weight: bold;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 46px;
  /* identical to box height, or 209% */
  color: #006CB5;
  margin-bottom: -7px;
  margin-top: 10px;
}
.most-view .img-first {
  object-fit: cover;
  margin-top: 10px;
}
.most-view .img-next {
  object-fit: cover;
  max-height: 152px;
}
.most-view .img-next img.img-next {
  width: 100%;
  height: 100% !important;
}
.most-view .img-first {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  max-height: 152px;
}
.most-view .post-fra {
  cursor: pointer;
  overflow: hidden;
}
.most-view .post-fra .view-img {
  overflow: hidden;
  position: relative;
  margin-right: auto !important;
  padding-right: 0px !important;
  height: 100%;
}
.most-view .post-fra .view-img img {
  font-size: 10px;
  margin-right: 0px !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.most-view .post-fra .most-view-time {
  color: #7D7D7D;
  font-weight: 400;
  font-size: 16px;
  margin-left: 15px;
}
.most-view .post-fra .caption-view {
  font-size: 18px;
  font-weight: bolder;
  text-decoration: none;
  margin-top: 24px;
  color: #0b68a4;
  overflow: hidden;
}
.most-view .post-fra .caption-view figcaption:hover {
  color: #0b68a4 !important;
}
.most-view .post-fra .caption-view .caption-first {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  margin: 24px 0px;
  color: #2B2B2B;
}
.most-view .post-fra .caption-view-next {
  display: flex;
  font-size: 18px;
  font-weight: bolder;
  text-decoration: none;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #0b68a4;
  overflow: hidden;
  width: 100%;
}
.most-view .post-fra .caption-view-next figcaption:hover {
  color: #0b68a4 !important;
}
.most-view .post-fra .caption-view-next .caption-next {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: #4F4F4F;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: calc(1.2rem * 3);
  line-height: 1.2rem;
}
.most-view hr {
  border-top: 1px solid #e5e5e5;
  border-top-style: groove;
  display: block !important;
}
.most-view .content-box {
  border-top: 1px dashed #C5C5C5;
  padding: 0;
  margin: 0px 15px;
}
.most-view .text-no-post {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #000000 !important;
}
@media screen and (max-width: 770px) {
  .most-view {
    padding-right: 0px;
    padding-left: 0px;
    margin: 0;
  }
  .most-view .post-fra .view-img {
    overflow: hidden;
    position: relative;
    margin-right: auto !important;
    padding-right: 0px !important;
    height: 100%;
  }
  .most-view .post-fra .view-img img {
    font-size: 10px;
    margin-right: 0px !important;
    width: 100%;
    max-height: 100%;
  }
  .most-view .caption-next {
    margin-top: 20px;
  }
  .most-view .img-next {
    height: 152px !important;
  }
  .most-view .img-first {
    height: 152px !important;
  }
}
.post-detail tbody,
.post-detail td,
.post-detail tfoot,
.post-detail th,
.post-detail thead,
.post-detail tr {
  border-color: #cacaca;
  border-width: 1px;
}
.post-detail table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #cacaca;
}
.post-detail .text-tiny {
  font-size: 0.7em;
}
.post-detail .text-small {
  font-size: 0.85em;
}
.post-detail .text-medium {
  font-size: 1em;
}
.post-detail .text-big {
  font-size: 1.4em;
}
.post-detail .text-huge {
  font-size: 2em;
}
.post-detail a .categories {
  color: #4e7ed8;
  cursor: pointer;
  font-size: 16px;
  font-weight: bolder;
  text-decoration: none !important;
  z-index: 6;
}
.post-detail a:hover span {
  color: #ff9900;
}
.post-detail .title-post {
  font-style: normal;
  margin-top: 47px !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #006CB5;
}
.post-detail .summary {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #565656;
}
.post-detail .created-post {
  font-weight: bolder;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  color: #0B68A4;
}
.post-detail hr.line-title {
  border-top: 5px solid #aeafb3;
}
.post-detail .img-present {
  position: relative;
  max-width: 100% !important;
  font-size: 10px;
}
.post-detail .img-present .video-view {
  height: 390px !important;
}
.post-detail .media {
  position: relative;
  width: 100% !important;
  height: 500px !important;
  max-height: none !important;
}
.post-detail .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 12px;
  border-radius: 2px;
  visibility: hidden;
}
.post-detail .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.post-detail .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.post-detail .vertical-dot .menu .menu-row,
.post-detail .vertical-dot .menu .menu-row-current,
.post-detail .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.post-detail .vertical-dot .menu .menu-row .menu-item-1,
.post-detail .vertical-dot .menu .menu-row .menu-item-2,
.post-detail .vertical-dot .menu .menu-row-current .menu-item-1,
.post-detail .vertical-dot .menu .menu-row-current .menu-item-2,
.post-detail .vertical-dot .menu .menu-row-current-border .menu-item-1,
.post-detail .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.post-detail .vertical-dot .menu .menu-row-current,
.post-detail .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.post-detail .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.post-detail .d-flex {
  visibility: visible !important;
}
.post-detail .title-center {
  text-align: center !important;
}
.post-detail .close-div {
  display: flex;
  margin-top: 3px;
}
.post-detail .post-detail-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.post-detail .post-detail-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.post-detail .post-detail-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.post-detail .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.post-detail .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.post-detail .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.post-detail .description {
  text-align: justify;
}
.post-detail .description img {
  width: 100% !important;
}
.post-detail .description figure {
  width: 100% !important;
}
.post-detail .description figure iframe {
  height: 100%;
  width: 100%;
}
.post-detail .description p {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #000000 !important;
}
.post-detail .description blockquote {
  border-left: 5px solid #d9d9d9;
  padding-left: 15px;
}
.post-detail .reference-link-box {
  margin-top: 10px;
}
.post-detail .sapned {
  margin-top: 20px;
}
.post-detail .reference-link {
  text-decoration: none;
}
.post-detail .reference-link:hover {
  text-decoration: underline;
}
.post-detail .file-container {
  padding: 20px;
  background: #EAEAEA;
  margin-top: 10px;
}
.post-detail .custom-text {
  color: black;
}
.post-detail .custom-text-file {
  font-weight: bold;
  color: black;
  text-decoration: none;
  word-break: break-word;
}
.post-detail .file-div {
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-detail .file-div a {
  text-decoration: none;
}
.post-detail .file-div :hover {
  color: #4e7ed8;
}
.post-detail .categories-link {
  text-decoration: none;
}
.post-detail .margin-box {
  margin: auto;
}
.post-detail .detail-body {
  width: calc(100% - 250px);
  min-width: 80%;
  max-width: 1550px;
}
.post-detail .detail-body .sticky {
  position: absolute;
  left: 60px;
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-detail .detail-body .sticky .action {
  position: sticky;
  top: 50px;
}
.post-detail .detail-body .sticky .action div, .post-detail .detail-body .sticky .action a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid #dfe0e3;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
}
.post-detail .detail-body .sticky .action div img, .post-detail .detail-body .sticky .action a img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.post-detail .detail-body .sticky .action div:hover,
.post-detail .detail-body .sticky .action a:hover {
  opacity: 0.6;
}
.post-detail .detail-body .btn-fl {
  padding: 0;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.post-detail .post-detail-mobile-actions {
  margin-bottom: 12px;
}
.post-detail .post-detail-mobile-actions .action--mobile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.post-detail .post-detail-mobile-actions .action--mobile div,
.post-detail .post-detail-mobile-actions .action--mobile a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  cursor: pointer;
  border: 1px solid #dfe0e3;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
}
.post-detail .post-detail-mobile-actions .action--mobile div img,
.post-detail .post-detail-mobile-actions .action--mobile a img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.post-detail .post-detail-mobile-actions .action--mobile div:hover,
.post-detail .post-detail-mobile-actions .action--mobile a:hover {
  opacity: 0.6;
}
.post-detail .detail-body-full {
  width: 100%;
}
.post-detail .keyword-container {
  display: inline-flex;
}
.post-detail .keyword-title {
  font-weight: 600;
}
.post-detail .keywords {
  padding: 5px 8px;
  margin: 0px 5px;
  background-color: #d9d9d9;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}
.post-detail .keywords:hover {
  color: #FFFFFF;
  background-color: #004A9A;
}
.post-detail .top-new-item {
  margin: 15px 0 0 0;
  display: flex;
  justify-content: center;
}
.post-detail .back-to-top {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
}
.post-detail .post-image {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-detail .fixed-item {
  position: fixed;
  padding: 0px 0px 0 0;
  left: calc(100% - 65px);
  top: 90%;
  transform: translateX(-50%);
  z-index: 1001;
}
.post-detail .main-item {
  display: table;
  margin: 0;
}
.post-detail .responsible-container {
  display: inline-flex;
  font-size: 14px;
  margin: 15px 0;
  float: right;
}
.post-detail .responsible-title {
  font-weight: 600;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .post-detail .fixed-item {
    top: 90%;
    right: 0px;
    left: calc(100% - 30px) !important;
  }
}
@media screen and (max-width: 576px) {
  .post-detail .detail-body {
    width: 100% !important;
  }
  .post-detail .box .categories {
    font-size: 14px;
  }
  .post-detail .box .title-post {
    font-weight: bolder;
    font-size: 20px;
  }
  .post-detail .box .img-present {
    position: relative;
    max-width: 100% !important;
    font-size: 10px;
  }
  .post-detail .box .img-present .video-view {
    height: 190px !important;
  }
  .post-detail .description {
    text-align: justify;
  }
  .post-detail .description img {
    width: 100% !important;
  }
  .post-detail .description figure {
    width: 100% !important;
  }
  .post-detail .description figure iframe {
    height: 100%;
    width: 100%;
  }
  .post-detail .description .media {
    position: relative;
    width: 100% !important;
    height: 260px !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 1025px) and (min-width: 576px) {
  .post-detail .detail-body {
    width: calc(100% - 50px) !important;
  }
  .post-detail .media {
    position: relative;
    width: 100% !important;
    height: 400px !important;
    max-height: none !important;
  }
}
.post-list tbody,
.post-list td,
.post-list tfoot,
.post-list th,
.post-list thead,
.post-list tr {
  border-color: #cacaca;
  border-width: 1px;
}
.post-list table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #cacaca;
}
.post-list .subject {
  margin-top: 14px;
}
.post-list .group-header {
  padding: 0px 0px 0px 10px;
  border-left: 5px solid var(--main-color);
  font-weight: bolder;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1.8;
  margin-top: 5px;
  margin-bottom: 10px;
}
.post-list hr {
  display: none;
}
.post-list .title-post {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bolder;
  font-size: 24px;
}
.post-list .mb {
  display: none;
}
.post-list .wb a {
  text-decoration: none;
  color: #212529;
}
.post-list .k-pager-numbers .k-link {
  color: black;
  border-width: 1px;
  margin: 4px;
}
.post-list .k-pager-wrap {
  border: none;
  color: #424242;
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.post-list .k-pager-numbers .k-link.k-state-selected {
  background-color: #c60000;
  color: white !important;
}
.post-list .k-pager-nav {
  border: solid 1px;
  margin: 4px;
}
.post-list .post-part {
  height: 180px;
  cursor: pointer;
  overflow: hidden;
}
.post-list .post-part .img-view {
  overflow: hidden;
  position: relative;
}
.post-list .post-part .img-view .image {
  width: 95%;
  height: 150px;
  display: inline-block;
  object-fit: cover;
}
.post-list .post-part .img-view .video-view .video {
  position: relative !important;
  width: 95%;
  height: 150px;
}
.post-list .post-part .img-view .video-view .img-err {
  position: relative;
  width: 95%;
  height: 150px;
}
.post-list .post-part .img-view .video-view .play-button {
  top: 47% !important;
  left: 47% !important;
}
.post-list .post-part .content-view {
  margin-left: inherit;
  font-size: 14px;
  font-weight: bolder;
  text-decoration: none;
  overflow: hidden;
}
.post-list .post-part .content-view .post-date {
  font-size: 11px;
  color: gray;
  font-weight: normal !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-list .post-part .content-view .post-summary {
  font-size: 12px;
  color: black;
  font-weight: normal !important;
  height: 105px;
  overflow: hidden;
  margin-top: 3px;
}
.post-list .post-part .content-view .post-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 3px 0;
}
.post-list .post-part .content-view .title-first {
  padding-left: 15px;
  font-size: 22px;
}
.post-list .post-part .content-view:hover .post-title, .post-list .post-part .content-view:hover .post-date, .post-list .post-part .content-view:hover .post-summary {
  color: #06c !important;
}
@media (max-width: 770px) {
  .post-list {
    padding-right: 15px;
    padding-left: 15px;
  }
  .post-list .box {
    padding-right: 15px;
  }
  .post-list .wb {
    display: none;
  }
  .post-list .mb {
    display: block;
  }
  .post-list .mb a {
    text-decoration: none;
    color: #212529;
  }
  .post-list .mb-second {
    padding-top: unset;
    margin-bottom: -15px;
  }
  .post-list .mb-first {
    margin-bottom: 15px;
  }
  .post-list hr {
    border-top: 1px solid #e5e5e5;
    border-top-style: groove;
    color: white;
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .post-list .post-part {
    height: auto;
  }
  .post-list .post-part .img-view {
    overflow: hidden;
    position: relative;
    height: 98px;
  }
  .post-list .post-part .img-view .image {
    width: 100%;
    height: 98px;
    display: inline-block;
    object-fit: cover;
  }
  .post-list .post-part .img-view .video-view .video {
    position: relative !important;
    width: 100%;
    height: 98px;
  }
  .post-list .post-part .img-view .video-view .mask-video {
    width: 100%;
    height: 98px;
  }
  .post-list .post-part .img-view .video-view .img-err {
    position: relative;
    width: 100%;
    height: 98px;
  }
  .post-list .post-part .img-view .video-view .play-button {
    top: 44% !important;
  }
  .post-list .post-part .img-view-first {
    overflow: hidden;
    object-fit: cover;
    height: 205px;
    position: relative;
  }
  .post-list .post-part .img-view-first .image {
    overflow: hidden;
    font-size: 10px;
    width: 100%;
    height: unset;
  }
  .post-list .post-part .img-view-first .video-view .video {
    position: relative !important;
    width: 100%;
    height: 205px;
  }
  .post-list .post-part .img-view-first .video-view .mask-video {
    width: 100%;
    height: 205px;
  }
  .post-list .post-part .img-view-first .video-view .img-err {
    position: relative;
    width: 100%;
    height: 205px;
  }
  .post-list .post-part .img-view-first .video-view .play-button {
    top: 50% !important;
  }
  .post-list .post-part .content-view .post-summary {
    height: 55px;
    overflow: hidden;
    display: none;
  }
  .post-list .post-part .content-view .post-date {
    display: none;
  }
}
@media (max-width: 1025px) and (min-width: 770px) {
  .post-list figure {
    padding: 0;
  }
  .post-list .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.question-search .title-question {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
  border-bottom: #c60000 solid 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.question-search .title-answer {
  margin-top: 0px !important;
}
.question-search .custom-text {
  color: black;
}
.question-search .file-container {
  padding: 20px;
  background: #EAEAEA;
  margin-top: 10px;
}
.question-search .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.question-search .contents {
  font-family: inherit !important;
  white-space: inherit;
  font-size: inherit !important;
  margin-left: 20px;
}
.question-search .contents .contents_label {
  color: #9fa19f;
}
.question-search .custom-color {
  color: #c60000;
}
.question-search .custom-row {
  background-color: white;
  cursor: pointer;
}
.question-search .margin30 {
  margin: 30px 0px 32px 0px;
}
.question-search .btn-search {
  background: #194f8b;
  color: white;
  width: 130px;
  white-space: nowrap;
  padding: 4px 8px;
  font-size: 16px !important;
  font-family: inherit;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  overflow: visible;
}
.question-search .total-question {
  font-weight: bold;
  font-size: 16px;
}
.question-search .hr-style {
  margin-top: 2px;
  margin-bottom: 15px;
}
.question-search .xbutton-dialog-question {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  float: right;
  color: black !important;
  font-size: 12px !important;
}
.question-search .control-search input {
  font-size: 16px !important;
  margin-left: 2px;
}
.question-search .control-search input::placeholder {
  color: #bbbaba;
}
.question-search .control-search .btn-search {
  width: 35px;
  height: 34px;
  float: right;
  border-radius: 0;
  margin-top: -34px;
  border: 0;
  background-color: #985d1a !important;
}
.question-search .control-search .btn-remove {
  background-color: transparent !important;
  right: 40px;
  color: black !important;
  width: 30px;
  height: 32px;
  float: right;
  border-radius: 0;
  margin-top: -33px;
  border: 0;
  font-size: 20px;
  z-index: 1;
  position: sticky;
}
.question-search .control-search .btn-remove-replace-btn-search {
  right: 0 !important;
}
.question-search .control > * {
  width: 100%;
}
.question-search .list-question {
  cursor: pointer;
}
.question-search .list-question aside {
  color: #515460;
}
.question-search .list-question article:hover h3 {
  color: #2569b8;
}
.question-search .list-question article:hover aside {
  color: #2569b8;
}
.question-search .list-question article:hover aside .contents_label {
  color: #4e7ed8;
  opacity: 0.8;
}
.question-search .k-pager-numbers .k-link {
  color: black;
  border-width: 1px;
  margin: 4px;
}
.question-search .k-pager-wrap {
  border: none;
  color: #424242;
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.question-search .k-pager-numbers .k-link.k-state-selected {
  background-color: #c60000;
  color: white !important;
}
.question-search .k-pager-nav {
  border: solid 1px;
  margin: 4px;
}
@media screen and (max-width: 770px) {
  .question-search-detail.x-dialog {
    width: 95% !important;
    height: 95% !important;
  }
}
.question-search-detail.x-dialog {
  max-width: 800px;
  max-height: 800px;
}
.question-search-detail .title-question {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: solid #c60000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.question-search-detail .title-answer {
  margin-top: 0px !important;
}
.question-search-detail .custom-text {
  color: black;
  font-size: 16px;
}
.question-search-detail .file-container {
  padding: 20px;
  background: #EAEAEA;
  margin-top: 10px;
  margin-bottom: 20px;
}
.question-search-detail .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.question-search-detail .contents {
  font-family: inherit !important;
  white-space: pre-wrap;
  font-size: inherit;
}
.question-search-detail .custom-color {
  color: #c60000;
}
.question-search-detail a {
  text-decoration: none;
}
.question-search-detail .custom-text-file {
  font-weight: bold;
  color: black;
  margin-bottom: 8px !important;
}
.question-search-detail .custom-text-file:hover {
  color: #194f8b;
}
.question-search-detail .xbutton-dialog {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 1px;
  color: black !important;
  font-size: 30px !important;
}
.question-search-detail .title-info-req {
  text-align: center;
  font-size: 18px;
  color: black;
  font-weight: bold;
  margin-top: 20px;
}
.receive-questions .page-name {
  color: #194F8B;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: 600;
}
.receive-questions .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-state-active {
  border-bottom-color: #c60000;
}
.receive-questions .k-tabstrip > .k-content {
  border: none;
  overflow-x: hidden;
}
.receive-questions .k-tabstrip-items .k-item {
  color: #000000;
  border-color: #d7d7d7;
  font-weight: bold;
  border-width: 0px 0px 4px 0px;
}
.receive-questions .k-tabstrip-items .k-item.k-state-active,
.receive-questions .k-tabstrip-items .k-item.k-state-selected {
  border-color: #c60000;
  color: #c60000;
  font-weight: bold;
  border-width: 0px 0px 4px 0px;
}
.receive-questions .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
  border-color: #EEEEEE;
  font-weight: bold;
  border-width: 0px 0px 4px 0px;
}
.receive-questions .k-tabstrip-content, .receive-questions .k-tabstrip > .k-content {
  padding: 6px 0px;
}
.receive-questions .k-tabstrip-items {
  border-bottom: solid 1px #d7d7d7;
}
@media screen and (max-width: 770px) {
  .receive-questions {
    overflow-x: hidden;
  }
  .receive-questions .k-tabstrip-top > .k-tabstrip-items {
    overflow-y: hidden;
    width: 100%;
  }
  .receive-questions .k-tabstrip-content, .receive-questions .k-tabstrip > .k-content {
    padding: 6px 12px;
  }
  .receive-questions .page-name {
    margin-left: 10px;
  }
}
.question-info .err-text, .question-info .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.question-info .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
.question-info .btn-custom {
  text-align: right;
  margin-right: 15px;
  margin-bottom: 5px;
}
.question-info .btn-custom button {
  background: #cd330d;
  color: white;
}
.question-info .btn-send {
  background: #c60000;
  color: white;
  position: relative;
  float: right;
  /* border-radius: -5px; */
  border: none;
  margin-right: 0px;
  margin-top: 35px;
  margin-bottom: 5px;
  text-align: center;
  padding: 1px 24px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 8px;
  font-weight: 500;
}
.question-info .button-div {
  position: relative;
  float: right;
  margin-top: 15px;
  /* display: block; */
  display: inline-flex;
}
.question-info .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.question-info .selected-lang {
  border-bottom: 3px red solid;
}
.question-info .employe-detail {
  margin-top: 15px;
  margin-left: 10px;
}
@media screen and (max-width: 770px) {
  .question-info .employe-detail {
    margin: 0;
  }
}
.content-document .x-dialog {
  max-width: 500px;
  max-height: 600px;
}
.content-document .err-text, .content-document .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.content-document .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
.content-document .panelbar-wrapper {
  margin: 0 auto;
}
.content-document .k-panelbar > .k-item > .k-link .k-icon {
  color: #194f8b;
}
.content-document .k-content {
  background-color: white !important;
}
.content-document tbody, .content-document td, .content-document tfoot, .content-document th, .content-document thead, .content-document tr {
  border-color: #cacaca;
  border-width: 1px;
  vertical-align: middle;
}
.content-document th {
  background-color: #f3f2f2;
}
.content-document th,
.content-document td {
  padding: 8px 12px;
  border-style: solid;
  text-overflow: ellipsis;
}
.content-document td {
  display: table-cell;
}
.content-document table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #cacaca;
}
.content-document .no-record {
  text-align: center;
}
.content-document .x-dialog-agree .row {
  line-height: 35px;
}
.content-document .content-margin {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 30px;
}
.content-document .custom-btn-addNew {
  margin-top: 10px !important;
}
.content-document .btn-addNew {
  text-align: right;
  display: block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.content-document .btn-custom {
  text-align: right;
  margin-right: 15px;
  margin-bottom: 5px;
}
.content-document .btn-custom button {
  background: #cd330d;
  color: white;
}
.content-document .btn-search-content {
  background: RGB(25, 79, 139);
  color: white;
  position: relative;
  float: left;
  border: none;
  margin-right: 0px;
  margin-top: 40px;
  margin-bottom: 5px;
  text-align: center;
  padding: 2px 23px;
  font-size: medium;
}
.content-document .btn-delete {
  background: red;
  color: white;
  position: relative;
  float: left;
  border: none;
  margin-right: 0px;
  margin-top: 40px;
  margin-bottom: 5px;
  text-align: center;
  padding: 2px 23px;
  font-size: small;
}
.content-document .btn-continue {
  background: #34a853;
  color: white;
  position: relative;
  float: right;
  border-radius: 0px;
  border: none;
  margin-right: 0px;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
  padding: 1px 23px;
}
.content-document .PayButton-div {
  position: relative;
  float: left;
  width: auto;
  max-width: 100%;
}
.content-document .button-div {
  position: relative;
  float: right;
  display: block;
  width: auto;
  max-width: 100%;
  overflow: hidden;
}
.content-document .red-status {
  color: red;
  font-weight: lighter;
}
.content-document .link-up {
  color: cornflowerblue;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
}
.content-document .icon-format {
  max-width: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content-document .text-center {
  text-align: center;
}
.content-document .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.content-document .selected-lang {
  border-bottom: 3px red solid;
}
.content-document .div-method {
  justify-content: center;
}
.content-document .method-border {
  border: 2px solid #b7b7b7;
  margin-right: 10px;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  width: auto !important;
}
.content-document .mar-bot-20 {
  margin-bottom: 20px;
}
.content-document .div-icon {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
}
.content-document .icon-img {
  width: 75px !important;
  height: 75px;
}
.content-document .payment-div {
  margin-top: 20px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 15px;
  padding-bottom: 8px;
  margin-bottom: 25px;
  text-align: right;
}
.content-document .is-fee {
  color: #e85d3b;
  font-size: 28px;
  padding-left: 20px;
  padding-right: 60px;
  vertical-align: sub;
}
.content-document .is-fee-dot {
  display: inline-flex;
}
.content-document .selected-payment {
  color: #e85d3b !important;
  border-color: #e85d3b !important;
}
.content-document .xbutton-dialog {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 1px;
  color: black !important;
  font-size: 30px !important;
}
.content-document .selected-payment {
  color: #e85d3b !important;
  border-color: #e85d3b !important;
}
@media screen and (max-width: 770px) {
  .content-document table {
    table-layout: fixed;
  }
  .content-document table td {
    word-wrap: break-word;
    /* All browsers since IE 5.5+ */
    overflow-wrap: break-word;
    overflow: hidden;
  }
  .content-document .btn-cancel-document {
    margin-top: 5px;
  }
  .content-document .btn-ticket-appointment {
    margin-top: 5px;
  }
}
.content-document .title-info-req {
  font-size: 15px;
  font-weight: 650;
  margin-top: 5px;
}
.content-document .appointment-label {
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
}
.content-document .orderidx {
  font-size: 80px;
  color: lightgray;
  display: flex;
  align-content: center;
  justify-content: center;
  font-weight: bold;
}
.content-document .content-label {
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
}
.content-document .content-label-hr {
  margin-bottom: 0px;
}
.content-document .center-me {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.content-document .btn-cancel-document {
  background: red;
  width: 150px;
}
.content-document .btn-ticket-appointment {
  margin-right: 20px;
  width: 150px;
}
/*CSS Dialog Huỷ đăng kí*/
.cancel-appointment.x-dialog-cancel {
  max-width: 450px;
  max-height: 300px;
  align-self: center;
}
.cancel-appointment .center-me {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cancel-appointment .k-window-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cancel-appointment .cancel-label {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cancel-appointment .btn-cancel {
  margin-top: 20px;
  float: right;
  width: 130px;
  background: white;
  color: black;
  border: 1px solid black;
}
.cancel-appointment .btn-accept-cancel {
  margin-top: 20px;
  float: left;
  width: 130px;
  background: red;
  color: white;
  border: 1px solid red;
}
.cancel-appointment .areyousure-label {
  padding: 0px 40px;
}
/* Hết CSS Dialog Huỷ đăng kí */
.horizontal-timeline .timeline-wrap {
  /* margin: 10% 10%; */
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
  /* top: 100; */
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.horizontal-timeline .timeline {
  height: 5px;
  width: 106%;
  margin-left: -3%;
  background-color: #fdecb5;
  position: relative;
}
.horizontal-timeline .marker {
  z-index: 1000;
  color: transparent;
  width: 30px;
  height: 30px;
  line-height: 10px;
  /* font-size: 1em; */
  text-align: center;
  position: absolute;
  background-color: red;
  border: 7px solid #FF9F55;
  border-radius: 50%;
}
.horizontal-timeline .style-char {
  color: black;
  font-size: 12px;
  width: 63px;
}
.horizontal-timeline .marker:hover {
  transform: scale(1.2);
  transition: all 300ms ease;
}
.horizontal-timeline .timeline-icon.two {
  background-color: red !important;
}
.horizontal-timeline .timeline-icon.one {
  background-color: #ffffff !important;
}
.horizontal-timeline .mfirst {
  top: -11px;
  left: -3%;
}
.horizontal-timeline .m2 {
  top: -11px;
  left: 32.5%;
}
.horizontal-timeline .m3 {
  top: -11px;
  left: 66%;
}
.horizontal-timeline .mlast {
  top: -11px;
  left: 100%;
}
@media screen and (max-width: 770px) {
  .horizontal-timeline {
    max-width: 100%;
    margin-left: -10px !important;
    margin-right: 50px !important;
  }
}
.search-document {
  /* .search-document input::-webkit-input-placeholder {
      font-size: 10px !important;
  } */
}
.search-document .err-text,
.search-document .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.search-document .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
.search-document .custom-btn-addNew {
  margin-top: 10px !important;
}
.search-document .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
.search-document .btn-custom {
  width: 100%;
}
.search-document .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.search-document .btn-search {
  /* text-align: right; */
  /* margin-right: 15px;
  margin-bottom: 5px; */
  /* float: right; */
  background: RGB(25, 79, 139);
  color: white;
  /* position: relative; */
  float: right;
  /* border-radius: -5px; */
  border: none;
  margin-right: 0px;
  margin-top: 40px;
  margin-bottom: 5px;
  text-align: center;
  padding: 2px 23px;
  font-size: medium;
  width: auto;
  white-space: nowrap;
  display: inline;
}
.search-document .button-div {
  position: relative;
  float: right;
  /* display: block; */
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.search-document .lineSpace {
  line-height: 35px;
}
.search-document .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.search-document .selected-lang {
  border-bottom: 3px red solid;
}
.submit-document .red-icon {
  color: #d0401d;
  margin-right: 15px;
  font-size: 20px;
}
.submit-document .custom-document {
  margin-bottom: 5px;
  font-size: 18px;
}
@media screen and (max-width: 770px) {
  .search-document .k-window {
    width: 100%;
    height: 100%;
  }
}
.receive-document .page-name {
  color: #194F8B;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: 600;
}
.receive-document .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-state-active {
  border-bottom-color: #c60000;
}
.receive-document .k-tabstrip > .k-content {
  border: none;
  overflow: visible !important;
}
.receive-document .k-tabstrip-items .k-item {
  color: #000000;
  border-color: #d7d7d7;
  font-weight: bold;
  border-width: 0px 0px 4px 0px;
}
.receive-document .k-tabstrip-items .k-item.k-state-active,
.receive-document .k-tabstrip-items .k-item.k-state-selected {
  border-color: #c60000;
  color: #c60000;
  font-weight: bold;
  border-width: 0px 0px 4px 0px;
}
.receive-document .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
  border-color: #EEEEEE;
  font-weight: bold;
  border-width: 0px 0px 4px 0px;
}
.receive-document .k-tabstrip-content, .receive-document .k-tabstrip > .k-content {
  padding: 6px 0px;
}
.receive-document .k-tabstrip-items {
  border-bottom: solid 1px #d7d7d7;
}
@media screen and (max-width: 770px) {
  .receive-document {
    overflow-x: hidden;
  }
  .receive-document .k-tabstrip-top > .k-tabstrip-items {
    overflow-y: hidden;
    width: 100% !important;
  }
  .receive-document .k-tabstrip-content, .receive-document .k-tabstrip > .k-content {
    padding: 6px 12px;
  }
  .receive-document .page-name {
    margin-left: 10px;
  }
}
.register-document {
  font-weight: normal;
  /*  .k-button.k-upload-button {
      display: none;
  } */
}
.register-document table {
  table-layout: fixed;
}
.register-document .break-word {
  word-break: break-all;
}
.register-document table, .register-document th, .register-document td {
  border: 1px solid;
  font-weight: normal;
}
.register-document th, .register-document td {
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.register-document .err-text, .register-document .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.register-document .text-center {
  text-align: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.register-document .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
.register-document .is-display-flex {
  display: flex;
}
.register-document .is-display-grid {
  display: grid;
}
.register-document .scoll-x {
  overflow-x: auto;
}
.register-document .title-info-req {
  text-align: center;
  font-size: 18px;
  color: black;
  font-weight: bold;
  margin-top: 20px;
}
.register-document .btn-dialog {
  border-radius: 7px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 10px;
  float: right;
}
.register-document .btn-dialog-wrapper {
  border-width: 0 !important;
  width: 100%;
  margin-top: 10px;
}
.register-document .btn-regist-cv {
  color: white;
  background-color: #194f8b;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
}
.register-document .column-tb-1 {
  width: 5%;
  min-width: 50px;
}
.register-document .column-tb-2 {
  width: 57%;
  min-width: 150px;
}
.register-document .column-tb-3 {
  width: 20%;
  min-width: 150px;
}
.register-document .column-tb-4 {
  width: 15%;
  min-width: 135px;
}
.register-document .column-tb-5 {
  width: 13%;
  min-width: 110px;
}
.register-document .btn-scanning-img {
  color: white;
  background-color: #616161;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  cursor: no-drop !important;
}
.register-document .disable-link {
  cursor: no-drop;
  color: gray;
  text-decoration: none;
  font-weight: normal;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
.register-document .x-dialog {
  max-width: 1550px;
  max-height: 700px;
  /* margin-left: 80px; */
  align-self: center;
}
.register-document .x-dialog-agree {
  max-width: 500px;
  max-height: 360px;
}
.register-document .x-dialog-agree .row {
  line-height: 35px;
}
.register-document .content-margin {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 30px;
}
.register-document .red-text {
  color: red;
}
.register-document .custom-btn-addNew {
  margin-top: 10px !important;
}
.register-document .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
.register-document .btn-custom {
  text-align: right;
  margin-right: 15px;
  margin-bottom: 5px;
}
.register-document .btn-custom button {
  background: #cd330d;
  color: white;
}
.register-document .icon-format {
  max-width: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.register-document .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.register-document tbody,
.register-document td,
.register-document tfoot,
.register-document th,
.register-document thead,
.register-document tr {
  border-color: #cacaca !important;
  border-width: 1px;
  vertical-align: middle;
}
.register-document th {
  background-color: #f3f2f2;
}
.register-document th,
.register-document td {
  padding: 8px 12px;
  border-style: solid;
  text-overflow: ellipsis;
}
.register-document td {
  display: table-cell;
}
.register-document table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #cacaca;
}
.register-document .is-link {
  cursor: pointer;
  color: #0645AD;
  text-decoration: none;
  font-weight: normal;
}
.register-document .selected-lang {
  border-bottom: 3px red solid;
}
.register-document .required {
  color: #ff6358;
  padding-left: 3px;
}
.register-document .control {
  margin-bottom: 7px;
}
.register-document .control label {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 770px) {
  .register-document .k-window {
    width: 90%;
    height: 90%;
  }
  .register-document .x-dialog {
    max-width: 768px;
    max-height: none;
  }
  .register-document .btn-dialog-wrapper {
    margin-top: 5px !important;
    padding-left: 0px !important;
  }
}
.payment-result .name {
  position: absolute;
  z-index: 6;
  left: 108px;
  top: 20px;
  font-size: 18px;
  font-weight: 900;
  text-shadow: 0px 6px 10px #a2a2a2;
}
.payment-result .name-main {
  color: red;
}
.payment-result .name-detail {
  color: var(--main-color);
  margin-top: 4px;
}
.payment-result .loading {
  display: none;
}
.payment-result .payment-status {
  top: 210px;
  position: relative;
  font-weight: bolder;
  text-align: center;
}
.payment-result .payment-msg {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.payment-result .payment-back {
  text-align: center;
}
.payment-result .btn-back {
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 25px;
  margin-top: 30px;
}
.payment-result .banner {
  width: 100% !important;
  height: 240px;
}
.payment-result .banner .img1 {
  max-width: 100%;
  height: 50px;
  top: 6px;
  left: 50%;
  position: absolute;
  margin-left: -2em;
}
.payment-result .banner .name {
  left: 0;
  top: 54px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  text-align: center;
}
.payment-result .banner .img3 {
  max-width: 100%;
  height: 190px;
  top: 10px;
  left: 50%;
  position: absolute;
  margin-left: -6em;
}
.submit-document {
  font-weight: 550;
}
.submit-document .k-pager-numbers .k-link {
  color: black;
  border-width: 1px;
  margin: 4px;
}
.submit-document .page-name {
  margin-bottom: 15px;
  margin-top: 15px;
}
.submit-document .k-pager-wrap {
  border: none;
  color: #424242;
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.submit-document .k-pager-numbers .k-link.k-state-selected {
  background-color: #c60000;
  color: white !important;
}
.submit-document .xbutton-dialog {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 1px;
  color: black !important;
  font-size: 30px !important;
}
.submit-document .title-info-req {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.submit-document .k-pager-nav {
  border: solid 1px;
  margin: 4px;
}
.submit-document .is-pointer {
  cursor: pointer;
}
.submit-document .is-pointer:hover {
  color: #06c !important;
}
.submit-document .document-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.submit-document .btn-dialog {
  border-radius: 7px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 10px;
  float: right;
}
.submit-document .btn-dialog-wrapper {
  border-width: 0 !important;
  width: 100%;
  margin-top: 10px;
}
.submit-document .btn-close-success {
  color: black;
  background-color: #d4d4d4;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  font-weight: bold;
}
@media (max-width: 770px) {
  .submit-document .x-dialog-register-document,
.submit-document .x-dialog-register-document-3,
.submit-document .x-dialog-register-document-2,
.submit-document .x-dialog-register-document-1,
.submit-document .x-dialog-register-document-0 {
    max-height: 100% !important;
    max-width: 100% !important;
  }
  .submit-document .x-dialog-success {
    max-width: 100% !important;
    max-height: 280px !important;
    top: 0% !important;
  }
  .submit-document .btn-dialog-wrapper {
    margin-top: 5px !important;
    padding-left: 0px !important;
  }
}
header-template1 {
  padding: 0;
  margin: 0;
  position: relative;
}
header-template1 nav ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  width: var(--outlet-content-width);
}
header-template1 .nav-menu-box {
  background-color: var(--main-color);
  width: 100%;
  display: inline-flex;
  position: relative;
  z-index: 999;
  margin: auto;
  box-shadow: 0px 3px 0px 0px #dbbe7c;
}
header-template1 .nav-menu-box .nav-content {
  width: var(--outlet-content-width);
  margin: auto;
  position: relative;
  display: inline-flex;
}
header-template1 .nav-menu-box .home-icon {
  margin-top: 5px;
}
header-template1 .nav-menu-box .home-icon,
header-template1 .nav-menu-box .menu-icon {
  color: white;
  cursor: pointer;
}
header-template1 .menu-icon-box {
  display: none;
}
header-template1 .nav-menu {
  width: 100%;
  height: auto;
  font-size: 95%;
  display: flex;
  justify-content: center;
}
header-template1 .nav-menu .dropdown {
  margin: auto;
  height: 100%;
  text-align: center;
  display: flex;
}
header-template1 .nav-menu .dropdown .material-icons {
  color: white;
  padding-top: 5px;
  font-size: 18px;
}
header-template1 .nav-menu .dropdown-home {
  margin: auto;
}
header-template1 .nav-menu .play-arrow {
  color: #656565;
  font-size: 12px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  padding-top: 6px;
}
header-template1 .nav-menu .item-link {
  color: white;
  text-decoration: none;
  display: inline-table;
  height: 100%;
  width: 100%;
  padding: 7px;
}
header-template1 .nav-menu .dropdown:hover > .dropdown-menu {
  display: block;
}
header-template1 .nav-menu .dropdown-item:hover {
  background-color: #dddddd;
}
header-template1 .nav-menu .dropdown-submenu:hover {
  background-color: #dddddd;
}
header-template1 .nav-menu .dropdown-item {
  font-size: 95%;
  margin-right: 20px;
  padding: 0.6rem 1rem;
}
header-template1 .nav-menu .dropdown:hover {
  background-color: #133d6c;
}
header-template1 .nav-menu .dropdown-menu {
  left: 0;
  padding: 0;
  border-radius: 0;
}
header-template1 .nav-menu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
header-template1 .nav-menu .dropdown-submenu {
  position: relative;
  border-top: 1px solid #d8d8d8;
}
header-template1 .nav-menu .dropdown-menu :first-child {
  border-top: none;
}
header-template1 .nav-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  margin-top: 5px;
  left: 100%;
}
header-template1 .disable-click {
  pointer-events: none;
  cursor: default;
}
header-template1 .banner {
  width: var(--outlet-content-width);
  margin: auto;
  position: relative;
}
header-template1 .banner img {
  width: 120px;
}
header-template1 .banner .img1 {
  max-width: 100%;
  height: 80%;
  z-index: 5;
  position: absolute;
  object-fit: cover;
  top: 10px;
  bottom: 10px;
  cursor: pointer;
}
header-template1 .banner .img2 {
  width: 550px;
  height: 550px;
  top: -227px;
  left: -221px;
  z-index: 2;
  position: absolute;
  object-fit: cover;
  opacity: 0.3;
  clip: rect(210px, 575px, 328px, 219px);
  cursor: default;
}
header-template1 .banner .search {
  position: absolute;
  right: 122px;
  top: 51px;
  padding-left: 10px;
  font-size: 14px;
  height: 35px;
  z-index: 998;
  width: 25%;
  background-color: #fafafa;
}
header-template1 .banner .search:focus {
  border: 1px solid #f3efef !important;
}
header-template1 .banner .search-icon {
  color: #9a9a9a;
  position: absolute;
  right: 15px;
  top: 52px;
  z-index: 999;
  cursor: pointer;
}
header-template1 .banner .search-text:focus {
  border: 1px solid white !important;
}
header-template1 .banner .banner-link {
  cursor: pointer;
  z-index: 997;
  position: absolute;
  width: 100%;
  height: 100%;
}
header-template1 .banner .banner-background {
  cursor: default;
  z-index: 1;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
}
header-template1 .banner .language {
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline;
  z-index: 999;
  color: #363842 !important;
  border: none !important;
  cursor: pointer;
}
header-template1 .banner .language-text {
  color: var(--main-color);
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
header-template1 .banner .color-text-selected {
  color: #363842;
  cursor: default;
}
header-template1 .banner .name {
  z-index: 6;
  left: 125px;
  top: 20px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
header-template1 .banner .name .star-5-left {
  font-size: 8px;
  padding-right: 16px;
  color: #eb2e35;
}
header-template1 .banner .name .star-5-right {
  font-size: 8px;
  padding-left: 16px;
  color: #eb2e35;
}
header-template1 .banner .name a {
  text-decoration: none;
}
header-template1 .banner .name-main,
header-template1 .banner .name-detail {
  display: inline !important;
}
header-template1 .banner .name-main {
  color: #0b68a4;
  font-size: 25px;
  font-weight: 700;
}
header-template1 .banner .name-detail {
  color: #eb2e35;
  margin-top: 4px;
  font-weight: 700;
}
header-template1 .banner .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  visibility: hidden;
}
header-template1 .banner .logo-container:hover .logo,
header-template1 .banner .name-main:hover .logo,
header-template1 .banner .name-detail:hover .logo,
header-template1 .banner li:hover .logo {
  visibility: visible;
}
header-template1 .banner .logo-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 10px;
  display: flex;
  position: relative;
  z-index: 10;
}
header-template1 .banner .logo-container .k-upload {
  display: none;
}
header-template1 .banner .material-icons {
  font-size: 18px;
}
header-template1 .banner .top-right-menu {
  z-index: 999;
  color: #363842 !important;
  border: none !important;
  cursor: pointer;
}
header-template1 .banner .top-right-menu-text {
  color: #0b68a4;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
header-template1 .banner .menu .menus {
  display: inline !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header-template1 .banner .menu .menus .menu-item {
  display: inline;
  width: 33%;
  padding-right: 10px;
}
header-template1 .banner .menu .menus button {
  display: inline;
}
header-template1 .banner .btn-custom {
  background: initial;
  color: inherit;
}
header-template1 .banner .btn-custom button {
  background-color: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  border: none;
}
header-template1 .banner .btn-custom .k-button {
  padding: 0 !important;
}
header-template1 .banner .k-popup .k-list {
  height: auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}
header-template1 .banner .k-popup .k-item {
  width: 100%;
}
header-template1 .banner .btn-add {
  background-color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 2px;
}
header-template1 .banner .btn-add:hover {
  background-color: #f3efef;
}
header-template1 .open-menu {
  display: block !important;
}
header-template1 .close-menu {
  display: none !important;
}
header-template1 .login-btn {
  font-size: 14px;
  height: 35px;
  background-color: #e4c97e;
  width: 106px;
  border: none;
}
header-template1 .edit .required,
header-template1 .edit .err-text {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
header-template1 .xbutton-dialog {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 1px;
  color: black;
  font-size: 20px;
}
header-template1 .title-info-req {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 16px;
}
header-template1 .btn-save {
  color: white;
  background-color: #0b68a4;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  margin-top: 10px;
  margin-right: 16px;
}
@media screen and (max-width: 576px) {
  header-template1 .desktop,
header-template1 .desktop-icon {
    display: none !important;
  }
  header-template1 .mobile {
    display: block !important;
  }
  header-template1 nav ul {
    width: auto;
  }
  header-template1 .banner {
    width: 100% !important;
    min-height: auto;
    overflow: hidden;
  }
  header-template1 .banner .img1 {
    max-width: 100%;
    height: 50px;
    top: 6px;
    left: 50%;
    position: relative;
    margin-left: -2em;
  }
  header-template1 .banner .img2 {
    width: 114px;
    height: 114px;
    top: 0;
    left: 50%;
    object-fit: cover;
    clip: auto;
    position: relative;
    margin-left: -3.4em;
    opacity: 0.2;
  }
  header-template1 .banner .language {
    top: 12px;
    right: 70px;
    width: 25px;
    height: 25px;
    border-radius: 34px;
    background-color: var(--main-color);
    padding-top: 0.82%;
    color: white !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: none !important;
  }
  header-template1 .banner .search {
    border-radius: 0;
    right: 122px;
    top: 116px;
    font-size: 17px;
    height: 36px;
    z-index: 998;
    width: 100%;
    padding-left: 10px;
    border: none;
  }
  header-template1 .banner .search-icon {
    top: 8px;
    font-size: 34px;
    right: 30px;
  }
  header-template1 .banner .name {
    left: 0;
    top: 54px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    text-align: center;
  }
  header-template1 .banner .name-detail {
    margin-top: 0;
  }
  header-template1 .nav-menu-box {
    height: 1px !important;
  }
  header-template1 .nav-menu {
    width: 84%;
    height: 100%;
    display: block;
    justify-content: center;
    font-size: 95% !important;
  }
  header-template1 .nav-menu .dropdown,
header-template1 .nav-menu .item-link {
    display: block;
    text-align: left;
  }
  header-template1 .nav-menu .dropdown-submenu:hover {
    background-color: var(--main-color);
  }
  header-template1 .nav-menu .dropdown-submenu {
    border-top: 1px solid #4569cf;
    width: 100%;
  }
  header-template1 .nav-menu .dropdown {
    padding-left: 0;
    height: auto;
    width: 100%;
    z-index: 9989;
    height: auto !important;
    padding: 0;
    font-weight: bold;
  }
  header-template1 .nav-menu .dropdown + .dropdown {
    border-top: 1px solid #4569cf;
  }
  header-template1 .nav-menu .dropdown-submenu > .dropdown-menu {
    left: 0px;
    margin-top: 0;
  }
  header-template1 .nav-menu .dropdown:hover {
    background-color: var(--main-color);
  }
  header-template1 .nav-menu .dropdown .dropdown-menu {
    z-index: 9990;
    margin-top: 0px;
  }
  header-template1 .nav-menu .dropdown-menu .dropdown-submenu {
    z-index: 9991;
  }
  header-template1 .nav-menu .dropdown-menu {
    display: none;
    width: 100%;
    border-top: 1px solid #4569cf;
  }
  header-template1 .nav-menu .button-expand {
    color: white;
    margin-top: 5px;
    position: absolute;
    right: 0;
    font-size: 17px;
    font-weight: normal;
    top: 8px;
    width: auto;
  }
  header-template1 .nav-menu .dropdown-item:hover {
    background-color: var(--main-color);
  }
  header-template1 .dropdown-menu,
header-template1 .dropdown-submenu {
    position: relative !important;
    background-color: var(--main-color);
    color: white;
    border: none;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header-template1 .pading-0 {
    padding: 10px 0 !important;
  }
  header-template1 .pading-1 {
    padding: 10px 0 !important;
    padding-left: 15px !important;
  }
  header-template1 .pading-2 {
    padding: 10px 0 !important;
    padding-left: 25px !important;
  }
  header-template1 .pading-3 {
    padding: 10px 0 !important;
    padding-left: 35px !important;
  }
  header-template1 .pading-4 {
    padding: 10px 0 !important;
    padding-left: 45px !important;
  }
  header-template1 .dropdown-item {
    color: white;
    padding: 5px 0px;
    font-weight: bold;
  }
  header-template1 .home-icon {
    z-index: 9980 !important;
    font-size: 25px;
    margin-top: 0 !important;
  }
  header-template1 .menu-icon {
    font-size: 30px;
    margin-left: 4px;
  }
  header-template1 .nav-menu-box {
    position: relative;
    background-color: #b0bbf6;
  }
  header-template1 .menu-icon-box {
    display: inline-block !important;
    position: absolute;
    margin-top: 1px !important;
    width: 40px;
    height: 30px;
    z-index: 999 !important;
    border-radius: 5px;
    color: #8a8a8a;
    top: 7px;
    left: 15px;
  }
  header-template1 .close-button-box {
    text-align: end;
    padding-top: 10px;
  }
  header-template1 .close-button {
    color: #ff8659;
    font-weight: bold;
  }
  header-template1 .navbar-display {
    top: 0px;
    margin-left: 0%;
    width: 70%;
    background: var(--main-color);
    height: 4000px !important;
    position: fixed;
    z-index: 998 !important;
    padding: 0px 15px;
    box-shadow: -5px 5px 5px #878794;
  }
  header-template1 .search-cover-shadow,
header-template1 .navbar-cover-shadow {
    width: 100%;
    top: 0;
    background: var(--main-color);
    height: 4000px;
    position: fixed;
    z-index: 997 !important;
    background-color: #969494;
    opacity: 0.4;
  }
  header-template1 .search-cover-shadow {
    margin-top: 145px;
    background-color: #363636;
    opacity: 0.5;
  }
  header-template1 .navbar-hidden {
    display: none;
  }
  header-template1 #navbardropdownMenuLink {
    text-align: left !important;
  }
  header-template1 .top-right-menu {
    display: inline-flex !important;
    list-style-type: none;
    position: relative;
    width: 100%;
    justify-content: flex-end;
  }
  header-template1 .login-btn {
    position: relative;
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(100vw - 20px) !important;
  }
  header-template1 .name-main,
header-template1 .name-detail {
    position: relative !important;
  }
  header-template1 .left-block {
    width: 100%;
    position: relative !important;
  }
}
@media screen and (min-width: 575px) {
  header-template1 .desktop {
    display: block !important;
  }
  header-template1 .mobile {
    display: none !important;
  }
  header-template1 .banner {
    height: 120px;
  }
  header-template1 .name {
    position: absolute;
  }
  header-template1 .top-right-menu {
    display: inline !important;
    position: absolute;
    font-size: 13px;
    top: 15px;
    right: 15px;
  }
  header-template1 .login-btn {
    position: absolute;
    float: right;
    top: 51px;
    right: 10px;
  }
}
@media screen and (max-width: 1025px) {
  header-template1 .nav-menu {
    font-size: 85%;
  }
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
kendo-dialog .btn-save {
  color: white;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
}
.image-slider-home .img-scrollview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-slider-home .banner {
  width: 100% !important;
}
.image-slider-home .k-dialog {
  height: auto !important;
  width: auto !important;
}
.image-slider-home kendo-scrollview.k-scrollview-wrap {
  border: none;
}
.image-slider-home .k-scrollview-next,
.image-slider-home .k-scrollview-prev {
  text-shadow: none;
  background: rgba(32, 28, 28, 0.24);
  height: 97px;
  width: 47px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.image-slider-home .k-scrollview-next .k-icon,
.image-slider-home .k-scrollview-prev .k-icon {
  font-size: 30px;
  text-align: center;
}
.image-slider-home .vertical-dot {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 2px;
  background-color: rgba(32, 28, 28, 0.1);
}
.image-slider-home .vertical-dot .three-dot-area {
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.image-slider-home .vertical-dot .three-dot {
  width: 5px;
  height: 20px;
}
.image-slider-home .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
}
.image-slider-home .vertical-dot .menu .menu-row,
.image-slider-home .vertical-dot .menu .menu-row-current,
.image-slider-home .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.image-slider-home .vertical-dot .menu .menu-row .menu-item-1,
.image-slider-home .vertical-dot .menu .menu-row .menu-item-2,
.image-slider-home .vertical-dot .menu .menu-row-current .menu-item-1,
.image-slider-home .vertical-dot .menu .menu-row-current .menu-item-2,
.image-slider-home .vertical-dot .menu .menu-row-current-border .menu-item-1,
.image-slider-home .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.image-slider-home .vertical-dot .menu .menu-row-current,
.image-slider-home .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.image-slider-home .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.image-slider-home .banner-container:hover .vertical-dot {
  display: flex;
}
.image-slider-home .router-outlet-content {
  width: 695px !important;
  height: 90%;
}
.image-slider-home .router-outlet-content-gallery {
  width: 794px !important;
  height: 90%;
}
.image-slider-home .title-info-req {
  color: #004A9A;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.image-slider-home .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.image-slider-home .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.image-slider-home .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.image-slider-home .employe-detail {
  margin-top: 10px;
}
.image-slider-home .employe-detail-mb {
  padding: 10px 0px;
  margin-bottom: 18px;
}
.image-slider-home .close-div {
  display: flex;
  margin-top: 3px;
}
.image-slider-home .slider-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.image-slider-home .slider-dialog .close-icon-div {
  position: absolute;
  right: 0px;
}
.image-slider-home .slider-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .image-slider-home .router-outlet-content {
    width: 100% !important;
  }
  .image-slider-home .router-outlet-content-gallery {
    width: 100% !important;
  }
}
.image-slider-home:hover .vertical-dot {
  visibility: visible;
}
.template-page {
  overflow: hidden;
}
.template-page .news-template-1 {
  margin-bottom: 20px;
}
.template-page .news-template-2 {
  margin-bottom: 20px;
}
.template-page .news-template-3 {
  margin-bottom: 20px;
}
.template-page .news-template-4 {
  margin-bottom: 20px;
}
.template-page .news-template-5 {
  margin-bottom: 20px;
}
.template-page .news-template-6 {
  margin-bottom: 20px;
}
.template-page .news-template-a {
  margin-bottom: 20px;
}
.template-page .news-template-b {
  margin-bottom: 20px;
}
.template-page .news-template-c {
  margin-bottom: 20px;
}
.template-page .body-list {
  max-width: 100%;
  border: none;
  min-height: 591px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 12px 0px 12px;
  background-color: #ffffff;
}
.template-page .body-empty-container {
  width: 100%;
  background-color: #ffffff;
  border: 1px dashed #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}
.template-page .page-list-background {
  background-color: #f5f5f5;
  padding: 20px 16px;
  height: 100vh;
  overflow: scroll;
}
.template-page .page-list-background::-webkit-scrollbar {
  width: 10px;
}
.template-page .page-list-background::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.template-page .page-list-background::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 2px;
}
.template-page .page-list-container {
  background-color: #ffffff;
  padding-top: 16px;
}
.template-page .page-lists {
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}
.template-page .page-lists::-webkit-scrollbar {
  width: 10px;
}
.template-page .page-lists::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.template-page .page-lists::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 2px;
}
.template-page .layout-box {
  position: relative;
  display: flex;
  border: solid 1px #cccccc;
  align-items: flex-start;
  min-height: 100px;
  width: 100%;
  justify-content: space-between;
}
.template-page .layout-box .hidden-dlt {
  top: 0 !important;
  right: 0 !important;
  margin-top: 2px;
  margin-right: 2px;
  position: absolute;
  z-index: 10;
}
.template-page .layout-box .hidden-move {
  top: 0 !important;
  right: 0 !important;
  margin-top: 26px;
  margin-right: 2px;
  position: absolute;
  z-index: 10;
  cursor: all-scroll;
}
.template-page .layout-list {
  width: 100%;
  min-height: 100px;
  background: #2b2b2b;
  border-radius: 4px;
  display: block;
  z-index: 100;
}
.template-page .layout-group {
  display: inline-block;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}
.template-page .layout-box:hover .hidden-dlt {
  visibility: visible;
}
.template-page .layout-box:hover .hidden-move {
  visibility: visible;
}
.template-page .body-box {
  background-color: white;
  display: inline-block;
  position: relative;
}
.template-page .header-list {
  display: block;
  max-width: 100%;
  margin: 20px 12px 0px 12px;
  min-height: 138px;
  overflow: hidden;
  border: none;
}
.template-page .header-empty-container,
.template-page .footer-empty-container {
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border: 1px dashed #000000;
}
.template-page .header-empty,
.template-page .footer-empty {
  height: 110px;
  position: relative;
  margin: 14px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.template-page .header-empty h3,
.template-page .footer-empty h3 {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6);
}
.template-page .instruction-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-page .instruction-container img {
  width: 31px;
  height: 31px;
}
.template-page .instruction {
  margin-left: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.template-page .header-box {
  overflow-x: hidden;
  position: relative;
}
.template-page .header-box:hover .hidden-dlt {
  visibility: visible;
}
.template-page .body-empty {
  height: 563px;
  position: relative;
  margin: 14px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.template-page .body-empty h3 {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6);
}
.template-page .footer-list {
  max-width: 100%;
  margin: 20px 12px;
  min-height: 60px;
  background: white;
  overflow: hidden;
  display: block;
}
.template-page .footer-box {
  margin-top: -14px;
  overflow-x: hidden;
  position: relative;
}
.template-page .footer-box .hidden-dlt {
  margin-top: 16px;
}
.template-page .footer-box:hover .hidden-dlt {
  visibility: visible;
}
.template-page .hidden-dlt {
  margin-top: 2px;
  margin-right: 2px;
  top: 0;
  right: 0;
  height: 22px;
  width: 22px;
  font-size: 18px;
  visibility: hidden;
  border: none;
  border-radius: 2px;
  color: white;
  background-color: #808080;
  position: absolute;
  z-index: 10;
}
.template-page .hidden-move {
  margin-top: 26px;
  margin-right: 2px;
  top: 0;
  right: 0;
  height: 22px;
  width: 22px;
  font-size: 18px;
  visibility: hidden;
  border: none;
  border-radius: 2px;
  color: white;
  background-color: #808080;
  position: absolute;
  z-index: 10;
  cursor: all-scroll;
}
.template-page .k-dialog {
  height: auto !important;
  width: auto !important;
}
.template-page .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.template-page .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.template-page .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.template-page .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.template-page .item-list {
  width: 100%;
  padding: 10px;
  padding-bottom: 25px;
  border-bottom: solid 1px #cccccc;
  min-height: 60px;
  background: white;
  overflow: hidden;
  display: block;
}
.template-page .item-list-body {
  width: 100%;
  padding: 10px;
  padding-bottom: 25px;
  border-bottom: solid 1px #cccccc;
  min-height: 60px;
  background: white;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template-page .item-list-body-col {
  width: calc((100% - 10px) / 2);
  display: block;
}
.template-page .item-list-label {
  width: 100%;
}
.template-page .cdk-drag-placeholder {
  opacity: 0.5;
}
.template-page .body-box:last-child {
  border: none;
}
.template-page .body-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.template-page .menu-bar {
  background-color: #ffffff;
  align-items: center;
  color: #494949;
  text-align: left;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  padding: 0 12px;
  padding-top: 14px;
}
.template-page .menu-bar:hover {
  overflow-x: auto;
}
.template-page .menu-bar::-webkit-scrollbar {
  height: 4px;
}
.template-page .menu-bar::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
.template-page .menu-bar::-webkit-scrollbar-track {
  padding-top: 1px;
  padding-bottom: 1px;
  background: white;
}
.template-page .right-block {
  overflow: hidden;
  padding-right: 10px !important;
}
.template-page .right-block .k-content {
  padding-top: 0px !important;
  height: calc(100vh - 120px);
  overflow-y: auto;
}
.template-page .right-block .page-save {
  height: 80px;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.template-page .right-block .page-save .page-save-icon {
  font-size: 16px;
  cursor: pointer;
}
.template-page .right-block .page-save .page-publish {
  height: 100%;
  border: none;
  border-radius: 5px;
  color: black;
  background-color: #d8a750;
  font-weight: bold;
  width: 45%;
  padding: 0 20px;
}
.template-page .right-block .page-save .preview-button {
  width: 45%;
  height: 100%;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  background-color: #5350D8;
  font-weight: bold;
  padding: 0 20px;
}
.template-page .right-block .k-content::-webkit-scrollbar {
  width: 10px;
}
.template-page .right-block .k-content::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.template-page .right-block .k-content::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 2px;
}
.template-page iframe .container-fuild {
  display: none !important;
}
.template-page .box {
  height: calc(100vh - 100px) !important;
  width: 100%;
  overflow: hidden !important;
}
.template-page .box .container-fuild {
  display: none !important;
}
.template-page .k-tabstrip-items {
  border: solid 1px #ebebeb;
  border-top: none;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
}
.template-page .k-content.k-dialog-content {
  padding-top: 16px !important;
}
.template-page .k-tabstrip-items .k-item {
  color: #8b8b8b;
  border: none;
}
.template-page .k-tabstrip-items .k-item.k-state-active,
.template-page .k-tabstrip-items .k-item.k-state-selected {
  color: #004A9A;
  font-weight: 700;
  border-width: 0 0 4px;
  border-bottom: solid 2px #004A9A;
}
.item-box-header {
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: move;
  background: white;
  font-size: 14px;
  margin-top: 15px;
}
.item-box-footer {
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: move;
  background: white;
  font-size: 14px;
  margin-top: 15px;
}
.item-box-layout {
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: move;
  background: white;
  font-size: 14px;
  margin-top: 15px;
}
.item-box-body {
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: move;
  background: white;
  font-size: 14px;
  margin-top: 15px;
}
.item-img-header {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid 2px #D3DCDF;
  border-radius: 3px;
}
.item-img-footer {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: solid 2px #D3DCDF;
  border-radius: 3px;
}
.item-img-body {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: solid 2px #D3DCDF;
  border-radius: 3px;
}
.item-img-layout {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cdk-drag-preview {
  display: flex;
  flex-wrap: nowrap !important;
  padding: 0px !important;
  margin: 0px !important;
}
.cdk-drag-preview .item-img {
  margin: -15px;
  width: calc(100% + 30px);
}
.cdk-drag-preview .item-img-footer {
  margin: -15px;
  width: calc(100% + 30px);
}
.cdk-drag-preview .item-img-body {
  margin: -15px;
  width: calc(100% + 30px);
}
.cdk-drag-preview .layout-group {
  box-sizing: border-box;
  border: solid 1px #cccccc;
}
.cdk-drag-preview .hidden-dlt {
  visibility: hidden;
}
.cdk-drag-preview .hidden-move {
  visibility: hidden;
}
.cdk-drag-preview .body-box {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.header-preview {
  top: -125px !important;
  left: -450px !important;
}
.layout_100-preview {
  top: -50px !important;
  left: -450px !important;
}
.layout_80_20-preview {
  top: -50px !important;
  left: -450px !important;
}
.layout_70_30-preview {
  top: -50px !important;
  left: -450px !important;
}
.template-1-preview {
  top: -240px !important;
  left: -450px !important;
}
.template-2-preview {
  top: -220px !important;
  left: -320px !important;
}
.template-3-preview {
  top: -200px !important;
  left: -135px !important;
}
.template-4-preview {
  top: -100px !important;
  left: -135px !important;
}
.template-5-preview {
  top: -195px !important;
  left: -450px !important;
}
.template-7-preview {
  top: -195px !important;
  left: -450px !important;
}
.template-8-preview {
  top: -67px !important;
  left: -135px !important;
}
.template-9-preview {
  top: -112px !important;
  left: -135px !important;
}
.banner-1-preview {
  top: -250px !important;
  left: -450px !important;
}
.banner-2-preview {
  top: -222px !important;
  left: -450px !important;
}
.template-13-preview {
  top: -332px !important;
  left: -135px !important;
}
.footer-preview {
  top: -133px !important;
  left: -450px !important;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.nav-scroll {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  cursor: pointer;
  margin-bottom: 6px;
}
.nav-item,
.nav-item-selected {
  box-sizing: border-box;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 16px;
  border: none;
  background-color: #ffffff;
  text-transform: uppercase;
}
.nav-item-selected {
  border: none;
  font-weight: 700;
  color: #007fae;
}
.field-name {
  margin-top: 10px;
  font-size: 15px;
}
.search-place {
  width: 100% !important;
  margin-top: 15px;
  padding: 4px 10px;
  height: 40px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.search-place input {
  border: none;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.search-place input::placeholder {
  font-weight: 400;
  color: #000000;
}
.search-place input:focus {
  outline: none;
}
.search-place i {
  color: gray;
}
.dropdown {
  padding: 0 2px;
}
.dropdown kendo-combobox {
  width: 100% !important;
}
.dropdown .k-dropdown-wrap {
  background-color: white;
  border: none;
}
.dropdown .k-state-focused {
  box-shadow: none;
}
.dropdown .k-select {
  background-color: white;
  background-image: none;
}
.dropdown .k-input {
  font-size: 16px;
  line-height: normal;
  height: 100%;
}
.dropdown .k-i-close {
  height: 100%;
}
@keyframes mykey {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.nav-scroll-selected::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #007fae;
  left: 0;
  bottom: 0;
  animation: mykey 0.3s ease-out;
}
.data-menu .err-text,
.data-menu .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.data-menu .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
.data-menu .filter {
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
  position: relative;
}
.data-menu .filter .k-textbox {
  border: none;
}
.data-menu .filter .k-input-inner::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #808080;
}
.data-menu .img3 {
  margin-left: 10px;
  margin-right: 10px;
  z-index: 999;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 12.5px;
}
.data-menu .img4 {
  position: absolute !important;
  top: 5px !important;
}
.data-menu .img5 {
  cursor: pointer;
}
.data-menu .control-search .btn-remove {
  width: 29px;
  height: 29px;
  right: 38px;
  float: right;
  border-radius: 0;
  margin-top: -30px;
  border: 0;
}
.data-menu .control-search input {
  float: left;
  padding-left: 45px;
  height: 45px;
}
.data-menu .control-search {
  position: relative;
}
.data-menu .control-search .k-button {
  z-index: 999;
  position: absolute;
  top: 35px;
  right: 0px;
}
.data-menu .control-search .btn-search {
  position: relative;
  width: 38px;
  height: 29px;
  float: left;
  border-radius: 0;
  margin-top: -30px;
  border: 0;
  background-color: #985d1a !important;
}
.data-menu .xbutton-dialog {
  padding: 0;
  /* border-radius: 50%;
    opacity: .8; */
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 5px;
  top: 5px;
  color: black !important;
  /* background-color: #bdbdbd !important; */
  font-size: 12px !important;
}
.data-menu .x-dialog {
  max-width: 768px !important;
  max-height: 75% !important;
}
.data-menu .btn-addNew {
  height: 102px;
  width: calc(25% - 16px);
  position: fixed;
  background-color: white;
  bottom: 0px;
  right: 9px;
  padding: 15px;
  text-align: right;
  display: inherit;
  box-sizing: border-box;
}
.data-menu .btn-addNew .k-button {
  border-radius: 7px;
  background: #df7242;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
}
.data-menu .pop-up-title {
  font-size: 20px;
  font-weight: 500;
  color: #004A9A;
  text-align: center;
  margin: 30px;
}
.data-menu .input-label {
  margin: 10px;
  margin-left: 15px;
}
.data-menu .input-box {
  height: 40px;
  margin: 15px;
  margin-top: 10px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.data-menu .btn-save {
  margin: 15px;
  height: 41px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.data-menu .btn-custom {
  width: 100%;
}
.data-menu .btn-custom button {
  background: none;
  color: gray;
  width: 100%;
}
.data-menu .wb-data-menu {
  display: none;
}
.data-menu .mb-data-menu {
  display: contents !important;
}
.data-menu .mb-data-menu .item-menu {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0px 0px 12px !important;
  margin: 7px 0;
  padding: 12px;
  padding-right: 15px;
  border: 0px solid #c4c4c4;
  border-radius: -2px;
  width: 100%;
}
.data-menu .mb-data-menu .active {
  color: #4a4a4a;
}
.data-menu .mb-data-menu .passive {
  color: #b9b9b9;
}
.data-menu .mb-data-menu .mb-drbtn-func {
  padding-right: 5px;
}
.data-menu .mb-data-menu .mb-drbtn-func .k-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 34px;
}
.data-menu .mb-data-menu .btn-custom button {
  background: none;
  color: gray;
  width: 100%;
  border: none;
}
.data-menu .k-window {
  width: 500px;
}
.data-menu .x-dialog {
  max-width: 500px;
  max-height: none;
}
.data-menu .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.data-menu .selected-lang {
  border-bottom: 3px red solid;
  cursor: pointer;
}
@media (max-width: 386px) {
  .data-menu .btn-addNew {
    text-align: right;
    display: inherit;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .data-menu .k-window {
    width: 90%;
    height: 90%;
  }
  .data-menu .x-dialog {
    max-width: 500px;
    max-height: none;
  }
}
@media (max-width: 386px) {
  .data-menu .btn-addNew {
    text-align: right;
    display: inherit;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .data-menu .wb-data-menu {
    display: none;
  }
  .data-menu .mb-data-menu {
    display: contents !important;
  }
  .data-menu .mb-data-menu .item-menu {
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
    margin: 10px 15px 10px 15px !important;
    margin: 7px;
    padding: 5px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    width: 100%;
  }
  .data-menu .mb-data-menu .mb-drbtn-func {
    padding-right: 5px;
  }
  .data-menu .mb-data-menu .mb-drbtn-func .k-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 34px;
  }
  .data-menu .mb-data-menu .btn-custom button {
    background: none;
    color: gray;
    width: 100%;
    border: none;
  }
  .data-menu .k-dropdown-button button {
    background: none !important;
    color: black !important;
    border: none !important;
  }
  .data-menu .x-dialog.data-menu-info {
    width: 100% !important;
  }
}
.data-menu .mb-data-menu {
  display: contents;
}
.data-menu .mb-data-menu .k-list {
  width: 105px;
}
.data-menu .check-box {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  margin-right: 5px;
}
.data-menu .col-10 {
  flex: 0 0 auto !important;
  width: 80.33333333% !important;
}
.data-menu .k-tabstrip {
  border-width: 0;
  border-color: transparent;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 16px !important;
  line-height: 1.4285714286;
  color: inherit;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.data-menu .router-outlet-content {
  width: 1024px;
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.data-menu .k-dropdown .k-dropdown-wrap,
.data-menu .k-dropdowntree .k-dropdown-wrap {
  background-clip: padding-box;
  border-radius: 2px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  position: relative;
  transition: all 0.1s ease;
  cursor: pointer;
  outline: 0;
  color: #656565;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.data-menu .k-button .k-icon,
.data-menu .k-button .k-image,
.data-menu .k-button .k-sprite {
  color: inherit;
  align-self: center;
  position: relative;
}
.data-menu .control-search .btn-remove {
  background-color: transparent !important;
  right: 40px;
  color: #000 !important;
  width: 30px;
  height: 32px;
  float: right;
  border-radius: 0;
  margin-top: 2px !important;
  border: 0;
  margin-right: -38px;
}
.data-menu .k-button .k-icon,
.data-menu .k-button .k-image,
.data-menu .k-button .k-sprite {
  color: inherit;
  align-self: center;
  position: relative;
}
.data-menu .k-icon {
  width: 1em;
  height: 1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-family: WebComponentsIcons;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.data-menu .k-button-outline.k-primary,
.data-menu .k-primary.k-button.k-outline {
  border-color: currentColor;
  color: black !important;
  background: none;
  box-shadow: none;
}
.data-menu .k-tabstrip-top > .k-content,
.data-menu .k-tabstrip-top > .k-tabstrip-content {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-width: 1px !important;
  height: 700px;
}
.cdk-drag-preview .item-menu-drag {
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
  margin: 7px;
  border-radius: -2px;
  width: 100%;
}
.cdk-drag-preview .btn-custom button {
  background: none;
  color: gray;
  width: 100%;
  border: none;
}
footer.ver3 {
  font-size: 14px;
  margin: auto;
  margin-top: 1em;
  background-color: #00396B;
}
footer.ver3 .mobile {
  display: none;
}
footer.ver3 .desktop {
  display: block;
}
footer.ver3 .pointer {
  cursor: pointer;
}
footer.ver3 .footer2 {
  color: white;
  padding: 20px 0 10px 0;
}
footer.ver3 .footer2 .row {
  display: flex;
  flex-direction: row;
}
footer.ver3 .footer2 .title span {
  display: inline !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-style: normal;
  padding-bottom: 10px;
}
footer.ver3 .footer2 .info .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
footer.ver3 .footer2 .info ul {
  list-style-type: none;
}
footer.ver3 .footer2 .info ul i {
  font-size: 1rem;
}
footer.ver3 .footer2 .description {
  margin: 15px 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
}
footer.ver3 .footer2 ul {
  padding: 0;
  margin-bottom: 0;
}
footer.ver3 .footer2 .info {
  padding-right: 1em;
}
footer.ver3 .footer2 .menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 9em;
  list-style-type: disc;
  margin-left: 10px;
}
footer.ver3 .footer2 .menu li {
  width: 50%;
}
footer.ver3 .footer2 li {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
}
footer.ver3 .footer2 li:hover .btn-func,
footer.ver3 .footer2 .info:hover .btn-func {
  visibility: visible;
}
footer.ver3 .footer2 li a {
  color: white;
  text-decoration: none;
}
footer.ver3 .footer2 .btn-func {
  visibility: hidden;
}
footer.ver3 .footer2 .btn-custom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: initial;
  color: white;
}
footer.ver3 .footer2 .btn-custom button {
  background-color: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  border: none;
}
footer.ver3 .footer2 .btn-custom .k-button {
  padding: 0 !important;
}
footer.ver3 .footer2 .k-popup .k-list {
  height: auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}
footer.ver3 .footer2 .k-popup .k-item {
  width: 100%;
  padding: 5px;
}
footer.ver3 .footer2 .handle:hover {
  cursor: pointer;
}
footer.ver3 .footer2 .btn-add {
  background-color: inherit;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: 1px solid white;
  border-radius: 2px;
  height: 2.5em;
}
footer.ver3 .footer2 .btn-add:hover {
  background-color: #074973;
}
footer.ver3 .footer2 .menu,
footer.ver3 .footer2 .contact {
  height: 80px;
  border-left: 1px solid #FFFFFF;
  padding-left: 2em;
}
footer.ver3 .footer2 .contact .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
footer.ver3 .footer2 .contact .social-icon {
  margin-top: 15px;
}
footer.ver3 .footer2 .contact .social-icon a {
  margin: 0 12px;
}
footer.ver3 .footer2 .contact .social-icon a img {
  height: 20px;
  width: 20px;
}
footer.ver3 .footer2 .contact .social-icon i {
  color: white;
}
footer.ver3 .copyright {
  background-color: #08192B;
  width: 100%;
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 15px 0;
}
footer.ver3 .edit .required,
footer.ver3 .edit .err-text {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
footer.ver3 .xbutton-dialog {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 1px;
  color: black;
  font-size: 20px;
}
footer.ver3 .title-info-req {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 16px;
}
footer.ver3 .btn-save {
  color: white;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  margin-top: 10px;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  footer.ver3 .footer2 {
    padding: 0 10px;
  }
  footer.ver3 .footer2 .info,
footer.ver3 .footer2 .menu,
footer.ver3 .footer2 .contact {
    border-bottom: 1px solid white;
    margin: 10px 0 0;
  }
  footer.ver3 .footer2 .menu {
    height: auto;
  }
  footer.ver3 .footer2 .btn-func {
    visibility: visible;
  }
}
@media screen and (max-width: 576px) {
  footer.ver3 {
    width: 100% !important;
  }
  footer.ver3 .mobile {
    display: block;
  }
  footer.ver3 .desktop {
    display: none;
  }
  footer.ver3 .btn-add {
    width: 25% !important;
  }
  footer.ver3 .footer2 {
    padding: 0 5px;
  }
  footer.ver3 .footer2 .info,
footer.ver3 .footer2 .menu,
footer.ver3 .footer2 .contact {
    border-bottom: 1px solid white;
    margin: 5px 0 0;
    padding: 0 1.5rem;
  }
  footer.ver3 .footer2 .menu {
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  footer.ver3 {
    width: 100% !important;
  }
  footer.ver3 .add-menu.x-dialog {
    width: 95% !important;
    height: 95% !important;
  }
}
header-template2 {
  padding: 0;
  margin: 0;
  position: relative;
}
header-template2 nav ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
header-template2 #BannerBackGround {
  background-size: cover;
}
header-template2 .row-height {
  height: 40px;
}
header-template2 .nav-bar {
  margin: auto;
  width: calc(100% - 250px);
  min-width: 80%;
  max-width: 1550px;
}
header-template2 .nav-menu-box {
  background-color: #00396B;
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 999;
  margin: auto;
  box-shadow: 0px 2px 0px 0px #D6A022;
}
header-template2 .nav-menu-box .nav-content {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  display: inline-flex;
}
header-template2 .nav-menu-box .padding-0 {
  padding: 0px;
}
header-template2 .nav-menu-box .home-icon {
  margin-top: 5px;
}
header-template2 .nav-menu-box .home-icon,
header-template2 .nav-menu-box .menu-icon {
  color: white;
  cursor: pointer;
}
header-template2 .menu-icon-box {
  display: none;
}
header-template2 .nav-menu {
  width: 100%;
  height: auto;
  font-size: 95%;
  display: flex;
  justify-content: space-between;
}
header-template2 .nav-menu .dropdown {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  display: inline-block;
}
header-template2 .nav-menu .dropdown .material-icons {
  color: white;
  padding-top: 5px;
  font-size: 18px;
}
header-template2 .nav-menu .dropdown .dropdown-home {
  margin: auto;
}
header-template2 .nav-menu .dropdown .play-arrow {
  color: #656565;
  font-size: 12px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  padding-top: 6px;
}
header-template2 .nav-menu .dropdown .item-link {
  color: white;
  text-decoration: none;
  display: inline-block;
  flex-direction: column;
  font-weight: 600;
  font-size: 14px;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px;
  cursor: pointer;
}
header-template2 .nav-menu .dropdown .item-link:hover,
header-template2 .nav-menu .dropdown .item-link:active,
header-template2 .nav-menu .dropdown .focus {
  background-color: white !important;
  color: #00396B;
  height: 100%;
  border-radius: 0;
}
header-template2 .nav-menu .dropdown .dropdown-menu {
  background-color: inherit;
  position: relative;
  border: none;
  min-width: 0;
}
header-template2 .nav-menu .dropdown .dropdown-submenu {
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 35px;
  left: 0;
}
header-template2 .nav-menu .dropdown .dropdown-submenu a {
  display: block;
}
header-template2 .nav-menu .dropdown .dropdown-item:hover {
  background-color: #dddddd;
}
header-template2 .nav-menu .dropdown .dropdown-item {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  border-top: 1px solid #DEDEDE;
  padding: 0.6rem 1rem;
}
header-template2 .nav-menu .dropdown .dropdown:hover {
  background-color: #133d6c;
}
header-template2 .disable-click {
  pointer-events: none;
  cursor: default;
}
header-template2 .nav-top {
  border-bottom: 1px solid #D6D6D6;
  width: calc(100% - 250px);
  margin: 0 auto;
  max-width: 1550px;
}
header-template2 .nav-top .contact {
  margin: auto;
  background-color: white;
  position: relative;
  padding-top: 1px;
}
header-template2 .nav-top .contact .search {
  margin: auto 0;
  height: 40px;
}
header-template2 .nav-top .contact .search .form-control {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #373737;
  margin-top: 5px;
}
header-template2 .nav-top .contact .language {
  font-size: 13px;
  border-left: 1px solid #ECECEC;
  right: 15px;
  color: white;
  margin: auto 0;
  text-align: center;
  cursor: pointer;
  height: 40px;
}
header-template2 .nav-top .contact .language .mat-form-field {
  max-width: 50px;
  margin-top: -5px;
}
header-template2 .nav-top .contact .language .mat-form-field-underline {
  display: none;
}
header-template2 .banner {
  position: relative;
  margin: 20px auto;
  width: calc(100% - 250px);
  max-width: 1550px;
  margin: 0 auto;
}
header-template2 .banner .row {
  height: 100%;
}
header-template2 .banner .img1 {
  max-width: 100%;
  height: 100%;
  z-index: 5;
  object-fit: contain;
  cursor: pointer;
  padding: 10px 0px;
}
header-template2 .banner .name {
  margin: auto 0;
}
header-template2 .banner .name a {
  text-decoration: none;
}
header-template2 .banner .name-main,
header-template2 .banner .name-detail {
  display: inline !important;
}
header-template2 .banner .name-main .edit-logo,
header-template2 .banner .name-detail .edit-logo {
  position: absolute;
}
header-template2 .banner .name-main a {
  color: #00396B;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.06em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
header-template2 .banner .name-detail a {
  color: #D7A123;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
header-template2 .banner .search:focus {
  border: 1px solid #f3efef !important;
}
header-template2 .banner .search-icon {
  color: #9a9a9a;
  position: absolute;
  right: 15px;
  top: 52px;
  z-index: 999;
  cursor: pointer;
}
header-template2 .banner .search-text:focus {
  border: 1px solid white !important;
}
header-template2 .banner .banner-link {
  cursor: pointer;
  z-index: 997;
  position: absolute;
  width: 100%;
  height: 100%;
}
header-template2 .banner .banner-background {
  cursor: default;
  z-index: 1;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
}
header-template2 .banner .color-text-selected {
  color: #363842;
  cursor: default;
}
header-template2 .banner .edit-logo {
  visibility: hidden;
}
header-template2 .banner .logo-container:hover .edit-logo,
header-template2 .banner .name:hover .edit-logo {
  visibility: visible;
}
header-template2 .banner .logo-container {
  display: flex;
  flex-direction: row;
}
header-template2 .banner .logo-container .btn-custom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header-template2 .banner .logo-container .k-upload {
  display: none;
}
header-template2 .banner .material-icons {
  font-size: 18px;
}
header-template2 .banner .menu .menus {
  display: inline !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header-template2 .banner .menu .menus .menu-item {
  display: inline;
  width: 33%;
  padding-right: 10px;
}
header-template2 .banner .menu .menus button {
  display: inline;
}
header-template2 .banner .login {
  margin: auto 0;
}
header-template2 .banner .login-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  height: 44px;
  background-color: #D6A022;
  border-radius: 4px;
  color: white;
  width: 146px;
  border: none;
}
header-template2 .banner .btn-custom {
  background: initial;
  color: inherit;
}
header-template2 .banner .btn-custom button {
  background-color: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  border: none;
}
header-template2 .banner .btn-custom .k-button {
  padding: 0 !important;
}
header-template2 .banner .k-popup .k-list {
  height: auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}
header-template2 .banner .k-popup .k-item {
  width: 100%;
}
header-template2 .banner .btn-add {
  background-color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 2px;
}
header-template2 .banner .btn-add:hover {
  background-color: #f3efef;
}
header-template2 .banner .dropdown {
  position: relative;
  display: inline-block;
}
header-template2 .banner .dropdown-bg {
  padding-top: 20px;
}
header-template2 .banner .dropdown-content {
  display: none;
  position: absolute;
  right: 10px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  min-width: 230px;
  z-index: 1000;
}
header-template2 .banner .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-top: 1px solid #DBDBDB;
  font-size: 14px;
  color: #4B4B4B;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
header-template2 .banner .dropdown-content a:hover {
  background-color: #f1f1f1;
}
header-template2 .banner .dropdown-content a:first-child {
  border-top: none;
}
header-template2 .banner .dropdown-content .avatar {
  margin: 0;
  margin-right: 10px;
  padding: 0;
  max-width: 60px;
  max-height: 60px;
}
header-template2 .banner .dropdown-content .avatar img {
  width: 100%;
  height: 100%;
}
header-template2 .banner .dropdown-content .user-info {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header-template2 .banner .dropdown-content .user-info .role {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}
header-template2 .banner .dropdown-content .user-info .btn-edit-info {
  background-color: #946711;
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 10px;
}
header-template2 .banner .dropdown:hover .dropdown-content {
  display: block;
}
header-template2 .banner .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
header-template2 .user {
  display: flex;
  flex-direction: row;
  margin: auto 0;
  padding: 0;
  justify-content: flex-end;
}
header-template2 .user .change-btn {
  margin: 0 10px;
  cursor: pointer;
}
header-template2 .user .avatar {
  margin: 0 10px;
  cursor: pointer;
}
header-template2 .user .avatar img {
  width: 3rem;
  height: 3rem;
}
header-template2 .user .change-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  min-width: 3rem;
  height: 3rem;
}
header-template2 .user .change-btn img {
  width: 1.5rem;
  height: 1.5rem;
}
header-template2 .pointer {
  cursor: pointer;
}
header-template2 .open-menu {
  display: block !important;
}
header-template2 .close-menu {
  display: none !important;
}
header-template2 .login-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  height: 44px;
  background-color: #D6A022;
  border-radius: 4px;
  color: white;
  width: 146px;
  border: none;
}
header-template2 .edit .required,
header-template2 .edit .err-text {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
header-template2 .xbutton-dialog {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 1px;
  color: black;
  font-size: 20px;
}
header-template2 .title-info-req {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 16px;
}
header-template2 .btn-save {
  color: white;
  background-color: #0b68a4;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  margin-top: 10px;
  margin-right: 16px;
}
header-template2 kendo-dialog .btn-save {
  color: white;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
}
@media screen and (max-width: 576px) {
  header-template2 .desktop,
header-template2 .desktop-icon {
    display: none !important;
  }
  header-template2 .mobile {
    display: block !important;
  }
  header-template2 nav ul {
    width: auto;
  }
  header-template2 .nav-menu-box {
    height: 1px !important;
  }
  header-template2 .nav-top {
    border-bottom: 1px solid #D6D6D6;
  }
  header-template2 .nav-top .contact {
    margin: auto;
    background-color: white;
    position: relative;
    padding-top: 1px;
  }
  header-template2 .nav-top .contact .search {
    margin: auto 0;
  }
  header-template2 .nav-top .contact .language .mat-form-field {
    width: 65%;
  }
  header-template2 .banner {
    width: 100% !important;
    min-height: auto;
  }
  header-template2 .banner .img1 {
    height: 50px;
    top: 6px;
    left: 50%;
    position: relative;
  }
  header-template2 .banner .logo-container {
    display: block;
  }
  header-template2 .banner .name {
    padding: 0;
    margin: 0 auto;
  }
  header-template2 .banner .name hgroup {
    text-align: center;
  }
  header-template2 .banner .user {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-right: 10px;
  }
  header-template2 .nav-menu {
    font-size: 95% !important;
  }
  header-template2 .nav-menu .dropdown,
header-template2 .nav-menu .item-link {
    display: block;
    text-align: left;
    width: 100% !important;
  }
  header-template2 .nav-menu .dropdown-submenu {
    border-top: 1px solid #4569cf;
    width: 100%;
  }
  header-template2 .nav-menu .dropdown {
    padding-left: 0;
    height: auto;
    width: 100%;
    z-index: 9989;
    height: auto !important;
    padding: 0;
    font-weight: bold;
  }
  header-template2 .nav-menu .dropdown + .dropdown {
    border-top: 1px solid #4569cf;
  }
  header-template2 .nav-menu .dropdown-submenu > .dropdown-menu {
    left: 0px;
    margin-top: 0;
  }
  header-template2 .nav-menu .dropdown:hover {
    background-color: var(--main-color);
  }
  header-template2 .nav-menu .dropdown .dropdown-menu {
    z-index: 9990;
    margin-top: 0px;
  }
  header-template2 .nav-menu .dropdown-menu .dropdown-submenu {
    z-index: 9991;
    top: 10px !important;
  }
  header-template2 .nav-menu .dropdown-menu {
    display: none;
    width: 100% !important;
    border-top: 1px solid #4569cf;
  }
  header-template2 .nav-menu .button-expand {
    color: white;
    margin-top: 5px;
    position: absolute;
    right: 0;
    font-size: 17px;
    font-weight: normal;
    top: 8px;
    width: auto;
  }
  header-template2 .nav-menu .dropdown-item:hover {
    background-color: var(--main-color);
  }
  header-template2 .nav-menu .show {
    display: block !important;
  }
  header-template2 .nav-menu .dropdown-menu,
header-template2 .nav-menu .dropdown-submenu {
    position: relative !important;
    background-color: var(--main-color);
    color: white;
    border: none;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header-template2 .pading-0 {
    padding: 10px 0 !important;
  }
  header-template2 .pading-1 {
    padding: 10px 0 !important;
    padding-left: 15px !important;
  }
  header-template2 .pading-2 {
    padding: 10px 0 !important;
    padding-left: 25px !important;
  }
  header-template2 .pading-3 {
    padding: 10px 0 !important;
    padding-left: 35px !important;
  }
  header-template2 .pading-4 {
    padding: 10px 0 !important;
    padding-left: 45px !important;
  }
  header-template2 .dropdown-item {
    color: #000;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    padding: 0.5rem 0.7rem !important;
    font-weight: bold;
  }
  header-template2 .home-icon {
    z-index: 9980 !important;
    font-size: 25px;
    margin-top: 0 !important;
  }
  header-template2 .menu-icon {
    font-size: 30px;
    margin-left: 4px;
  }
  header-template2 .menu-icon-box {
    display: inline-block !important;
    position: absolute;
    margin-top: 1px !important;
    width: 40px;
    height: 30px;
    z-index: 999 !important;
    border-radius: 5px;
    color: #8a8a8a;
    top: 7px;
    left: 15px;
  }
  header-template2 .close-button-box {
    text-align: end;
    padding-top: 10px;
  }
  header-template2 .close-button {
    color: #ff8659;
    font-weight: bold;
  }
  header-template2 .navbar-display {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    top: 0px;
    margin-left: 0%;
    width: 65%;
    background: var(--main-color);
    height: 4000px !important;
    position: fixed;
    z-index: 998 !important;
    padding: 0px 15px;
    box-shadow: -5px 5px 5px #878794;
  }
  header-template2 .search-cover-shadow,
header-template2 .navbar-cover-shadow {
    width: 100%;
    top: 0;
    background: var(--main-color);
    height: 4000px;
    position: fixed;
    z-index: 997 !important;
    background-color: #969494;
    opacity: 0.4;
  }
  header-template2 .search-cover-shadow {
    margin-top: 145px;
    background-color: #363636;
    opacity: 0.5;
  }
  header-template2 .navbar-hidden {
    display: none;
  }
  header-template2 #navbardropdownMenuLink {
    text-align: left !important;
  }
  header-template2 .login-btn {
    position: relative;
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(100vw - 20px) !important;
  }
  header-template2 .left-block {
    width: 100%;
    position: relative !important;
  }
}
@media screen and (min-width: 575px) {
  header-template2 .desktop {
    display: block !important;
  }
  header-template2 .mobile {
    display: none !important;
  }
  header-template2 .top-right-menu {
    display: inline !important;
    position: absolute;
    font-size: 13px;
    top: 15px;
    right: 15px;
  }
  header-template2 .dropdown-menu:hover .dropdown-submenu {
    display: block;
  }
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
header-template3 {
  padding: 0;
  margin: 0;
  position: relative;
}
header-template3 nav ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
header-template3 .nav-menu-box {
  background-color: #007FAE;
  width: 100%;
  height: 40px !important;
  display: inline-block;
  position: relative;
  z-index: 999;
  margin: auto;
  box-shadow: 0px 2px 0px 0px #D6A022;
}
header-template3 .nav-menu-box .nav-content {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  display: inline-flex;
}
header-template3 .nav-menu-box .home-icon {
  margin-top: 5px;
}
header-template3 .nav-menu-box .home-icon,
header-template3 .nav-menu-box .menu-icon {
  color: white;
  cursor: pointer;
}
header-template3 .nav-menu-box .nav-menu {
  width: 100%;
  height: auto;
  font-size: 95%;
  display: flex;
  justify-content: center;
}
header-template3 .nav-menu-box .nav-menu .dropdown {
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  display: inline-block;
}
header-template3 .nav-menu-box .nav-menu .dropdown .k-icon {
  font-size: 20px !important;
}
header-template3 .nav-menu-box .nav-menu .dropdown .material-icons {
  color: white;
  padding-top: 5px;
  font-size: 18px;
}
header-template3 .nav-menu-box .nav-menu .dropdown .dropdown-home {
  margin: auto;
}
header-template3 .nav-menu-box .nav-menu .dropdown .play-arrow {
  color: #656565;
  font-size: 12px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  padding-top: 6px;
}
header-template3 .nav-menu-box .nav-menu .dropdown .item-link {
  color: white;
  text-decoration: none;
  display: inline-block;
  flex-direction: column;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  cursor: pointer;
}
header-template3 .nav-menu-box .nav-menu .dropdown .item-link:hover,
header-template3 .nav-menu-box .nav-menu .dropdown .item-link:active,
header-template3 .nav-menu-box .nav-menu .dropdown .focus {
  background-color: white !important;
  color: #007FAE;
  height: 100%;
  border-radius: 0;
}
header-template3 .nav-menu-box .nav-menu .dropdown .dropdown-menu {
  background-color: inherit;
  position: relative;
  border: none;
  min-width: 0;
}
header-template3 .nav-menu-box .nav-menu .dropdown .dropdown-menu:hover .dropdown-submenu,
header-template3 .nav-menu-box .nav-menu .dropdown .dropdown-menu:active .dropdown-submenu {
  display: block;
}
header-template3 .nav-menu-box .nav-menu .dropdown .dropdown-submenu {
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 42px;
  left: 0;
}
header-template3 .nav-menu-box .nav-menu .dropdown .dropdown-submenu a {
  display: block;
}
header-template3 .nav-menu-box .nav-menu .dropdown .dropdown-item:hover {
  background-color: #dddddd;
}
header-template3 .nav-menu-box .nav-menu .dropdown .dropdown-item {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border-top: 1px solid #DEDEDE;
  padding: 0.6rem 1rem;
}
header-template3 .nav-menu-box .nav-menu .dropdown .dropdown:hover {
  background-color: #133d6c;
}
header-template3 .nav-menu-box .login-area {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
}
header-template3 .nav-menu-box .login-area .search {
  font-size: 16px;
  cursor: pointer;
}
header-template3 .nav-menu-box .login-area .login.item-link {
  color: white;
  text-decoration: none;
  display: inline-block;
  flex-direction: column;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  cursor: pointer;
}
header-template3 .nav-menu-box .login-area .login.item-link:hover {
  background-color: white !important;
  color: #007FAE;
  height: 100%;
  border-radius: 0;
}
header-template3 .menu-icon-box {
  display: none;
}
header-template3 .sub-menu .sub-item-link {
  color: #575757;
  text-decoration: none;
  display: inline-block;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  cursor: pointer;
}
header-template3 .sub-menu .item-link:hover,
header-template3 .sub-menu .item-link:active,
header-template3 .sub-menu .focus {
  background-color: white !important;
  color: #00396B;
  height: 100%;
  border-radius: 0;
}
header-template3 .disable-click {
  pointer-events: none;
  cursor: default;
}
header-template3 .banner {
  position: relative;
  margin: 20px auto;
}
header-template3 .banner .row {
  height: 100%;
}
header-template3 .banner .row > * {
  padding: 0;
}
header-template3 .banner .img1 {
  max-width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  object-fit: cover;
  cursor: pointer;
}
header-template3 .banner .name {
  margin: auto 0;
}
header-template3 .banner .name a {
  text-decoration: none;
}
header-template3 .banner .name-main,
header-template3 .banner .name-detail {
  display: inline !important;
}
header-template3 .banner .name-main .edit-logo,
header-template3 .banner .name-detail .edit-logo {
  position: absolute;
}
header-template3 .banner .name-main a {
  color: #007FAE;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.06em;
  text-shadow: -2px -2px 3px rgba(0, 0, 0, 0.23);
}
header-template3 .banner .name-detail a {
  color: #4F5355;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
}
header-template3 .banner .search:focus {
  border: 1px solid #f3efef !important;
}
header-template3 .banner .search-icon {
  color: #9a9a9a;
  position: absolute;
  right: 15px;
  top: 52px;
  z-index: 999;
  cursor: pointer;
}
header-template3 .banner .search-text:focus {
  border: 1px solid white !important;
}
header-template3 .banner .banner-link {
  cursor: pointer;
  z-index: 997;
  position: absolute;
  width: 100%;
  height: 100%;
}
header-template3 .banner .banner-background {
  cursor: default;
  z-index: 1;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
}
header-template3 .banner .color-text-selected {
  color: #363842;
  cursor: default;
}
header-template3 .banner .edit-logo {
  visibility: hidden;
}
header-template3 .banner .logo-container:hover .edit-logo,
header-template3 .banner .name:hover .edit-logo {
  visibility: visible;
}
header-template3 .banner .logo-container {
  display: flex;
  flex-direction: row;
}
header-template3 .banner .logo-container .btn-custom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header-template3 .banner .logo-container .k-upload {
  display: none;
}
header-template3 .banner .material-icons {
  font-size: 18px;
}
header-template3 .banner .menu .menus {
  display: inline !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header-template3 .banner .menu .menus .menu-item {
  display: inline;
  width: 33%;
  padding-right: 10px;
}
header-template3 .banner .menu .menus button {
  display: inline;
}
header-template3 .banner .login {
  margin: auto 0;
}
header-template3 .banner .login-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  height: 44px;
  background-color: #D6A022;
  border-radius: 4px;
  color: white;
  width: 146px;
  border: none;
}
header-template3 .banner .btn-custom {
  background: initial;
  color: inherit;
}
header-template3 .banner .btn-custom button {
  background-color: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  border: none;
}
header-template3 .banner .btn-custom .k-button {
  padding: 0 !important;
}
header-template3 .banner .k-popup .k-list {
  height: auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}
header-template3 .banner .k-popup .k-item {
  width: 100%;
}
header-template3 .banner .btn-add {
  background-color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 2px;
}
header-template3 .banner .btn-add:hover {
  background-color: #f3efef;
}
header-template3 .banner .dropdown {
  position: relative;
  display: inline-block;
}
header-template3 .banner .dropdown-bg {
  padding-top: 20px;
}
header-template3 .banner .dropdown-content {
  display: none;
  position: absolute;
  right: 10px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  min-width: 230px;
  z-index: 1000;
}
header-template3 .banner .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-top: 1px solid #DBDBDB;
  font-size: 14px;
  color: #4B4B4B;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
header-template3 .banner .dropdown-content a:hover {
  background-color: #f1f1f1;
}
header-template3 .banner .dropdown-content a:first-child {
  border-top: none;
}
header-template3 .banner .dropdown-content .avatar {
  margin: 0;
  margin-right: 10px;
  padding: 0;
  min-width: 60px;
  min-height: 60px;
}
header-template3 .banner .dropdown-content .avatar img {
  width: 100%;
  height: 100%;
}
header-template3 .banner .dropdown-content .user-info {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header-template3 .banner .dropdown-content .user-info .role {
  font-weight: bold;
  font-size: 16px;
}
header-template3 .banner .dropdown-content .user-info .btn-edit-info {
  background-color: #946711;
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 10px;
}
header-template3 .banner .dropdown:hover .dropdown-content {
  display: block;
}
header-template3 .banner .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
header-template3 .user {
  display: flex;
  flex-direction: row;
  margin: auto 0;
  padding: 0;
}
header-template3 .user .change-btn,
header-template3 .user .avatar {
  margin: 0 10px;
  cursor: pointer;
  height: 44px;
  width: 44px;
}
header-template3 .user .change-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  min-width: 44px;
  min-height: 44px;
}
header-template3 .user .change-btn img {
  width: 28px !important;
  height: 28px !important;
}
header-template3 .pointer {
  cursor: pointer;
}
header-template3 .open-menu {
  display: block !important;
}
header-template3 .close-menu {
  display: none !important;
}
header-template3 .login-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  height: 44px;
  background-color: #D6A022;
  border-radius: 4px;
  color: white;
  width: 146px;
  border: none;
}
header-template3 .edit .required,
header-template3 .edit .err-text {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
header-template3 .xbutton-dialog {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 1px;
  color: black;
  font-size: 20px;
}
header-template3 .title-info-req {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 16px;
}
header-template3 .btn-save {
  color: white;
  background-color: #0b68a4;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  margin-top: 10px;
  margin-right: 16px;
}
@media screen and (max-width: 576px) {
  header-template3 .desktop,
header-template3 .desktop-icon {
    display: none !important;
  }
  header-template3 .mobile {
    display: block !important;
  }
  header-template3 nav ul {
    width: auto;
  }
  header-template3 .nav-menu-box {
    height: 1px !important;
  }
  header-template3 .nav-top {
    border-bottom: 1px solid #D6D6D6;
  }
  header-template3 .nav-top .contact {
    margin: auto;
    background-color: white;
    position: relative;
    padding-top: 1px;
  }
  header-template3 .nav-top .contact .search {
    margin: auto 0;
  }
  header-template3 .nav-top .contact .language .mat-form-field {
    width: 70%;
  }
  header-template3 .banner {
    width: 100% !important;
    min-height: auto;
  }
  header-template3 .banner .img1 {
    height: 50px;
    top: 6px;
    left: 50%;
    position: relative;
  }
  header-template3 .banner .logo-container {
    display: block;
  }
  header-template3 .banner .name {
    margin: 0;
    padding: 0;
    margin: 5px 0;
  }
  header-template3 .banner .name hgroup {
    text-align: center;
  }
  header-template3 .banner .name hgroup .name-main a {
    font-size: 26px;
  }
  header-template3 .banner .name hgroup .name-detail a {
    font-size: 23px;
  }
  header-template3 .banner .user {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-right: 10px;
  }
  header-template3 .nav-menu {
    font-size: 95% !important;
  }
  header-template3 .nav-menu .dropdown,
header-template3 .nav-menu .item-link {
    display: block;
    text-align: left;
    width: 100% !important;
  }
  header-template3 .nav-menu .dropdown-submenu {
    border-top: 1px solid #4569cf;
    width: 100%;
  }
  header-template3 .nav-menu .dropdown {
    padding-left: 0;
    height: auto;
    width: 100%;
    z-index: 9989;
    height: auto !important;
    padding: 0;
    font-weight: bold;
  }
  header-template3 .nav-menu .dropdown + .dropdown {
    border-top: 1px solid #4569cf;
  }
  header-template3 .nav-menu .dropdown-submenu > .dropdown-menu {
    left: 0px;
    margin-top: 0;
  }
  header-template3 .nav-menu .dropdown:hover {
    background-color: var(--main-color);
  }
  header-template3 .nav-menu .dropdown .dropdown-menu {
    z-index: 9990;
    margin-top: 0px;
  }
  header-template3 .nav-menu .dropdown-menu .dropdown-submenu {
    z-index: 9991;
  }
  header-template3 .nav-menu .dropdown-menu {
    display: none;
    width: 100%;
    border-top: 1px solid #4569cf;
  }
  header-template3 .nav-menu .button-expand {
    color: white;
    margin-top: 5px;
    position: absolute;
    right: 0;
    font-size: 17px;
    font-weight: normal;
    top: 8px;
    width: auto;
  }
  header-template3 .nav-menu .dropdown-item:hover {
    background-color: var(--main-color);
  }
  header-template3 .dropdown-menu,
header-template3 .dropdown-submenu {
    position: relative !important;
    background-color: var(--main-color);
    color: white;
    border: none;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header-template3 .pading-0 {
    padding: 10px 0 !important;
  }
  header-template3 .pading-1 {
    padding: 10px 0 !important;
    padding-left: 15px !important;
  }
  header-template3 .pading-2 {
    padding: 10px 0 !important;
    padding-left: 25px !important;
  }
  header-template3 .pading-3 {
    padding: 10px 0 !important;
    padding-left: 35px !important;
  }
  header-template3 .pading-4 {
    padding: 10px 0 !important;
    padding-left: 45px !important;
  }
  header-template3 .dropdown-item {
    color: #000;
    padding: 5px 0px;
    font-weight: bold;
  }
  header-template3 .home-icon {
    z-index: 9980 !important;
    font-size: 25px;
    margin-top: 0 !important;
  }
  header-template3 .menu-icon {
    font-size: 30px;
    margin-left: 4px;
  }
  header-template3 .menu-icon-box {
    display: inline-block !important;
    position: absolute;
    margin-top: 1px !important;
    width: 40px;
    height: 30px;
    z-index: 999 !important;
    border-radius: 5px;
    color: #8a8a8a;
    top: 7px;
    left: 15px;
  }
  header-template3 .close-button-box {
    text-align: end;
    padding-top: 10px;
  }
  header-template3 .close-button {
    color: #ff8659;
    font-weight: bold;
  }
  header-template3 .navbar-display {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    top: 0px;
    margin-left: 0%;
    width: 70%;
    background: var(--main-color);
    height: 4000px !important;
    position: fixed;
    z-index: 998 !important;
    padding: 0px 15px;
    box-shadow: -5px 5px 5px #878794;
  }
  header-template3 .search-cover-shadow,
header-template3 .navbar-cover-shadow {
    width: 100%;
    top: 0;
    background: var(--main-color);
    height: 4000px;
    position: fixed;
    z-index: 997 !important;
    background-color: #969494;
    opacity: 0.4;
  }
  header-template3 .search-cover-shadow {
    margin-top: 145px;
    background-color: #363636;
    opacity: 0.5;
  }
  header-template3 .navbar-hidden {
    display: none;
  }
  header-template3 #navbardropdownMenuLink {
    text-align: left !important;
  }
  header-template3 .login-btn {
    position: relative;
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(100vw - 20px) !important;
  }
  header-template3 .left-block {
    width: 100%;
    position: relative !important;
  }
}
@media screen and (min-width: 575px) {
  header-template3 .desktop {
    display: block !important;
  }
  header-template3 .mobile {
    display: none !important;
  }
  header-template3 .banner {
    height: 100px;
  }
  header-template3 .top-right-menu {
    display: inline !important;
    position: absolute;
    font-size: 13px;
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 1025px) {
  header-template3 .nav-menu {
    font-size: 85%;
  }
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
kendo-dialog .btn-save {
  color: white;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
}
.news-template-1-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-1-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-1-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-1-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-1-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-1-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-1-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-1-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-1-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-1-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-1-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-1-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-1-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-1-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-1-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-1-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-1-dialog .float-right {
  float: right;
}
.news-template-1-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-1-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-1-dialog .control {
  margin-bottom: 22px;
}
.news-template-1-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-1-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.news-template-1-dialog .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-1-dialog .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-1-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-1-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-2 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-2 .row {
  --bs-gutter-x: 0;
}
.news-template-2 .full-width {
  width: 100%;
}
.news-template-2 .k-dialog {
  height: auto !important;
  width: 400px !important;
}
.news-template-2 .pd-l-10 {
  padding-left: 18px;
}
.news-template-2 .post-title {
  display: flex;
  align-items: center;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  background-color: #00396B;
  position: relative;
  min-height: 40px;
}
.news-template-2 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-2 .post-more a {
  color: #EB2E35;
}
.news-template-2 .pointer {
  cursor: pointer;
}
.news-template-2 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-2 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1F1F1F;
  margin-left: 16px;
  margin-bottom: 0;
  text-decoration: none;
}
.news-template-2 .post-image, .news-template-2 .post-image-cover {
  height: 198px;
  width: 100%;
}
.news-template-2 .post-image-cover {
  object-fit: cover;
}
.news-template-2 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-2 .time-clock {
  display: flex;
}
.news-template-2 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-2 .main-item {
  display: table;
  margin: 0;
}
.news-template-2 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-2 .d-flex {
  visibility: visible !important;
}
.news-template-2 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-2 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-2 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-2 .menu .menu-row,
.news-template-2 .menu .menu-row-current,
.news-template-2 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-2 .menu .menu-row .menu-item-1,
.news-template-2 .menu .menu-row .menu-item-2,
.news-template-2 .menu .menu-row-current .menu-item-1,
.news-template-2 .menu .menu-row-current .menu-item-2,
.news-template-2 .menu .menu-row-current-border .menu-item-1,
.news-template-2 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-2 .menu .menu-row-current,
.news-template-2 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-2 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-2 .img-figure, .news-template-2 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.news-template-2 .uppercase {
  color: #FFFFFF;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-2 .top-new-item {
  margin: 10px 0 0 0;
}
.news-template-2 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-2 .news-template-2-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-2 .news-template-2-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-2 .news-template-2-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-2 .news-template-2-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-2 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-2 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-2 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-2 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-2 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-2 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.news-template-2 .text-section :hover {
  color: #00396B;
}
.news-template-2 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396B;
  margin-bottom: 9px !important;
  text-decoration: none;
}
.news-template-2 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .news-template-2 .pd-l-10 {
    padding-left: 0px;
  }
}
.news-template-2 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-template-2-dialog {
  margin-left: 0px !important;
}
.news-template-2-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-2-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-2-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-2-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-2-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-2-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-2-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-2-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-2-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-2-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-2-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-2-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-2-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-2-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-2-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-2-dialog .float-right {
  float: right;
}
.news-template-2-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-2-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-2-dialog .control {
  margin-bottom: 22px;
}
.news-template-2-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-2-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-2-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-2-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-2-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-2-dialog .padding-col {
  padding: 7px 15px 0;
}
.intro-page {
  width: 100%;
  position: relative;
}
.intro-page .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 12px;
  border-radius: 2px;
  visibility: hidden;
}
.intro-page .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.intro-page .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.intro-page .vertical-dot .menu .menu-row,
.intro-page .vertical-dot .menu .menu-row-current,
.intro-page .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.intro-page .vertical-dot .menu .menu-row .menu-item-1,
.intro-page .vertical-dot .menu .menu-row .menu-item-2,
.intro-page .vertical-dot .menu .menu-row-current .menu-item-1,
.intro-page .vertical-dot .menu .menu-row-current .menu-item-2,
.intro-page .vertical-dot .menu .menu-row-current-border .menu-item-1,
.intro-page .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.intro-page .vertical-dot .menu .menu-row-current,
.intro-page .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.intro-page .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.intro-page .d-flex {
  visibility: visible !important;
}
.intro-page .close-div {
  display: flex;
  margin-top: 3px;
}
.intro-page .reward-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.intro-page .reward-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.intro-page .reward-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.intro-page .reward-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.intro-page .background-img {
  position: relative;
}
.intro-page .background-img img {
  width: 100%;
}
.intro-page .col-12 {
  padding: 0;
}
.intro-page .content {
  padding: 0.25rem;
}
.intro-page .menu-bar {
  position: relative;
  margin-top: -84px !important;
  display: flex;
  flex-direction: column;
  margin: 30px 0 0 0;
  justify-content: space-around;
  text-align: left;
  width: 100%;
  flex-wrap: nowrap;
}
.intro-page .menu-bar .tab {
  display: flex;
  flex-direction: row;
}
.intro-page .tab-scroll {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0 1rem;
  cursor: pointer;
}
.intro-page .tab-item {
  padding: 15px;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  height: 5rem;
  color: black;
  background-color: white;
  bottom: 0px;
  transition: all 0.5s ease;
}
.intro-page .tab-des {
  margin: 30px 0 0;
  display: block;
  font-weight: bold;
  color: #00396b;
}
.intro-page .tab-des p {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #00396b;
}
.intro-page .tab-active {
  height: 6rem !important;
  padding-top: 25px;
  color: white;
  background-color: #d6a022;
  text-shadow: 2px 0px 4px #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.intro-page .history {
  width: 100%;
  margin: 0 0 100px 0;
}
.intro-page .history img {
  width: 100%;
}
.intro-page .news {
  border-bottom: 1px solid black;
}
.intro-page .dialog-width {
  max-width: 400px;
}
@media screen and (max-width: 1200px) {
  .intro-page .tab-item {
    padding: 0.5rem;
    font-size: 0.64rem;
    line-height: 0.8rem;
    height: 3.438rem;
  }
  .intro-page .tab-active {
    height: 4.688rem !important;
  }
  .intro-page .tab-scroll {
    margin: 0 0.375rem;
  }
  .intro-page .tab-des {
    padding: 0 15px;
  }
}
@media screen and (max-width: 576px) {
  .intro-page .tab-item {
    padding: 0.236rem;
    font-size: 0.5rem;
    line-height: 0.688rem;
    height: 3rem;
  }
  .intro-page .tab-active {
    height: 4rem !important;
  }
  .intro-page .tab-scroll {
    margin: 0 0.375rem;
  }
  .intro-page .tab-des p {
    font-size: 23px;
    line-height: 26px;
  }
}
app-intro-page {
  position: relative;
  top: -6px;
}
.organization-structure {
  width: 100%;
  height: 100%;
  font-style: normal;
}
.organization-structure .director,
.organization-structure .sub-director {
  display: block;
  height: 5rem;
  margin: 15px auto;
}
.organization-structure .director span,
.organization-structure .sub-director span {
  height: 100%;
  width: 100%;
  background-color: #E02D2D;
}
.organization-structure .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 12px;
  border-radius: 2px;
  visibility: hidden;
}
.organization-structure .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.organization-structure .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.organization-structure .vertical-dot .menu .menu-row,
.organization-structure .vertical-dot .menu .menu-row-current,
.organization-structure .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.organization-structure .vertical-dot .menu .menu-row .menu-item-1,
.organization-structure .vertical-dot .menu .menu-row .menu-item-2,
.organization-structure .vertical-dot .menu .menu-row-current .menu-item-1,
.organization-structure .vertical-dot .menu .menu-row-current .menu-item-2,
.organization-structure .vertical-dot .menu .menu-row-current-border .menu-item-1,
.organization-structure .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.organization-structure .vertical-dot .menu .menu-row-current,
.organization-structure .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.organization-structure .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.organization-structure .d-flex {
  visibility: visible !important;
}
.organization-structure .title-center {
  text-align: center !important;
}
.organization-structure .all-unit {
  width: 100%;
  margin: 30px auto;
}
.organization-structure .all-unit p {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}
.organization-structure .all-unit .unit {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 102%;
  margin: 15px -10px;
}
.organization-structure .all-unit .unit span {
  background-color: #00396B;
  margin: 15px 10px;
  height: 80px;
  padding: 0 30px;
}
.organization-structure .director span,
.organization-structure .sub-director span,
.organization-structure .unit span {
  display: flex;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  justify-content: center;
  text-align: center;
  align-items: center;
  cursor: pointer;
}
.organization-structure .employe-detail {
  padding: 10px;
}
.organization-structure .info-list {
  width: 100%;
  height: 150px;
  margin: 25px 0;
}
.organization-structure .info-list .avatar {
  height: 100%;
  padding: 0 12px 0 0;
}
.organization-structure .info-list .avatar img {
  width: 100%;
  height: 100%;
}
.organization-structure .info-list .personal-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #DEDEDE;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.organization-structure .info-list .personal-info .list {
  display: flex;
  height: 30%;
  padding-left: 10px;
  font-size: 16px;
  line-height: 19px;
}
.organization-structure .info-list .personal-info .list .row {
  display: flex;
  align-items: center;
}
.organization-structure .info-list .personal-info .list i {
  color: #D6A022;
  font-size: 18px;
}
.organization-structure .info-list .personal-info .list span {
  color: #666666;
  font-weight: 400;
}
.organization-structure .info-list .personal-info .list .content {
  font-weight: 500;
  color: #292929;
}
.organization-structure .employee-list {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 19px;
  padding: 15px;
  margin-bottom: 20px;
}
.organization-structure .employee-list table,
.organization-structure .employee-list td,
.organization-structure .employee-list th {
  border: 1px solid #DFDFDF;
}
.organization-structure .employee-list table {
  width: 100%;
  border-collapse: collapse;
}
.organization-structure .employee-list tr {
  color: #000000;
}
.organization-structure .employee-list th,
.organization-structure .employee-list td {
  padding: 10px;
}
.organization-structure .employee-list th {
  font-weight: 600;
}
.organization-structure .employee-list .index {
  text-align: center;
}
.organization-structure .employee-list td {
  font-weight: 400;
}
.organization-structure .paginator {
  float: right;
}
.organization-structure .paginator :first-child a span {
  display: none;
}
.organization-structure .paginator .active {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.organization-structure .paginator .page-item {
  margin: 0 5px;
  font-size: x-small;
}
.organization-structure .paginator .page-item :focus {
  box-shadow: none;
}
.organization-structure .paginator .hide {
  display: none;
}
.organization-structure .paginator .page-link {
  color: #000;
  border: 1px solid #E7E7E7;
}
.organization-structure .paginator .active .page-link {
  background-color: #D6A022;
  color: #fff;
}
.organization-structure .xbutton-dialog {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 1px;
  color: black;
  font-size: 20px;
}
.organization-structure .k-dialog {
  height: auto !important;
}
.organization-structure .info.x-dialog {
  width: 700px;
  height: 90%;
}
.organization-structure .dialog-employee {
  width: 90% !important;
}
.organization-structure .list .title {
  white-space: nowrap;
  width: 100px;
}
.organization-structure .title-info-req {
  text-align: left;
  color: #00396B;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.organization-structure .title-info-req.employee {
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .organization-structure .employee-list {
    font-size: 13px !important;
    line-height: 16px !important;
  }
  .organization-structure .employee-list th,
.organization-structure .employee-list td {
    padding: 8px;
  }
}
@media screen and (max-width: 576px) {
  .organization-structure .all-unit {
    width: 95% !important;
  }
  .organization-structure .all-unit .unit {
    width: 70% !important;
  }
  .organization-structure .info-list {
    height: 5rem;
  }
  .organization-structure .info-list .avatar,
.organization-structure .info-list .list {
    font-size: 9px !important;
    line-height: 12px !important;
  }
  .organization-structure .info-list .list {
    padding-left: 5px;
  }
  .organization-structure .info-list .list i {
    font-size: 12px !important;
  }
  .organization-structure .info-list .list .title,
.organization-structure .info-list .list .content {
    padding: 0.1rem;
  }
  .organization-structure .employee-list {
    font-size: 8px !important;
    line-height: 11px !important;
  }
  .organization-structure .employee-list th,
.organization-structure .employee-list td {
    padding: 6px;
  }
}
.reward-and-achivement {
  color: black;
  font-weight: normal;
}
.reward-and-achivement .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 12px;
  border-radius: 2px;
  visibility: hidden;
}
.reward-and-achivement .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.reward-and-achivement .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.reward-and-achivement .vertical-dot .menu .menu-row,
.reward-and-achivement .vertical-dot .menu .menu-row-current,
.reward-and-achivement .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.reward-and-achivement .vertical-dot .menu .menu-row .menu-item-1,
.reward-and-achivement .vertical-dot .menu .menu-row .menu-item-2,
.reward-and-achivement .vertical-dot .menu .menu-row-current .menu-item-1,
.reward-and-achivement .vertical-dot .menu .menu-row-current .menu-item-2,
.reward-and-achivement .vertical-dot .menu .menu-row-current-border .menu-item-1,
.reward-and-achivement .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.reward-and-achivement .vertical-dot .menu .menu-row-current,
.reward-and-achivement .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.reward-and-achivement .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.reward-and-achivement .d-flex {
  visibility: visible !important;
}
.reward-and-achivement .close-div {
  display: flex;
  margin-top: 3px;
}
.reward-and-achivement .reward-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.reward-and-achivement .reward-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.reward-and-achivement .reward-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.reward-and-achivement .reward-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.reward-and-achivement .rGaps > * {
  padding: 0 10px;
  margin-bottom: 20px;
  min-height: 300px;
}
.reward-and-achivement .description p,
.reward-and-achivement .item p {
  font-size: 16px;
  font-weight: normal;
  color: black;
}
@media screen and (max-width: 576px) {
  .reward-and-achivement {
    padding: 0 10px;
  }
  .reward-and-achivement .item {
    margin: 0;
    border: none;
  }
}
.achivement-item {
  padding: 20px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 100%;
}
.achivement-item .image-frame {
  width: 100%;
  height: 180px;
  text-align: center;
}
.achivement-item .image-frame .image {
  max-width: 100%;
  max-height: 100%;
}
.achivement-item p.title {
  text-align: center;
  font-weight: bold;
  margin: 0;
  margin-top: 20px;
}
.news-template-3 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-3 .row {
  --bs-gutter-x: 0;
  flex-direction: column;
}
.news-template-3 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-3 .post-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0B68A4;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  background-color: #00396B;
  position: relative;
  height: 40px;
  width: 30%;
}
.news-template-3 .back-rectangle {
  background-color: #0B68A4;
  position: absolute;
  right: -15%;
  height: 78%;
  bottom: 0.5px;
  width: 15%;
  display: flex;
}
.news-template-3 .line {
  background-color: #d6a022;
  width: 100%;
  height: 4px;
  margin-bottom: 10px;
  margin-top: 4px;
  display: flex;
  position: relative;
}
.news-template-3 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-3 .post-more a {
  color: #EB2E35;
}
.news-template-3 .pointer {
  cursor: pointer;
}
.news-template-3 .icon-clock {
  width: 14px;
  height: 14px;
  color: #00396B;
  margin-top: 1px;
}
.news-template-3 .title {
  font-style: normal;
  font-size: 12px;
  text-align: justify;
  color: #1F1F1F;
  margin-bottom: 0;
  margin-top: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.news-template-3 .new-post-title {
  margin-left: 9px;
  margin-top: -5px;
}
.news-template-3 .new-item {
  background-color: #EB2E35;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  align-items: self-end;
  padding: 3px 10px;
  margin-left: 5px;
}
.news-template-3 .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-3 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-3 .time-clock {
  display: flex;
}
.news-template-3 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-3 .main-item {
  display: table;
  box-sizing: border-box;
}
.news-template-3 .main-item .row {
  flex-wrap: nowrap;
}
.news-template-3 .top-news-list {
  padding: 17px;
  border: 1px solid #ededed;
}
.news-template-3 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: -14px;
  margin-left: -14px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-3 .d-flex {
  visibility: visible !important;
}
.news-template-3 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-3 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-3 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-3 .menu .menu-row,
.news-template-3 .menu .menu-row-current,
.news-template-3 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-3 .menu .menu-row .menu-item-1,
.news-template-3 .menu .menu-row .menu-item-2,
.news-template-3 .menu .menu-row-current .menu-item-1,
.news-template-3 .menu .menu-row-current .menu-item-2,
.news-template-3 .menu .menu-row-current-border .menu-item-1,
.news-template-3 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-3 .menu .menu-row-current,
.news-template-3 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-3 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-3 .img-figure, .news-template-3 .img-figure-no-img {
  height: 198px;
  max-width: 372px;
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-3 .uppercase {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}
.news-template-3 .top-new-item {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news-template-3 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-3 .news-template-3-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-3 .news-template-3-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-3 .news-template-3-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-3 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-3 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-3 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-3 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-3 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.news-template-3 .text-section {
  display: flex;
  flex-direction: row;
}
.news-template-3 .text-section :hover {
  color: #00396B;
}
.news-template-3 .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396B;
}
.news-template-3 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .news-template-3 .post-title {
    width: 45%;
  }
}
@media screen and (max-width: 576px) {
  .news-template-3 .top-new-item {
    padding: 0px 10px;
  }
  .news-template-3 .main-page .news-template-3 {
    margin-left: 0px;
  }
}
.news-template-3 .dialog-width {
  max-width: 400px;
}
.news-template-3 .no-deco {
  text-decoration: none;
}
.news-template-3-dialog {
  width: 100%;
  margin-left: 0px !important;
}
.news-template-3-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-3-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-3-dialog .err-text,
.news-template-3-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-3-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-3-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-3-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-3-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-3-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-3-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-3-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-3-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-3-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-3-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-3-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-3-dialog .float-right {
  float: right;
}
.news-template-3-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-3-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-3-dialog .btn-save {
  color: #fff;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  width: 200px;
  height: 40px;
}
.news-template-3-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-4 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-4 .row {
  --bs-gutter-x: 0;
}
.news-template-4 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-4 .post-title {
  display: flex;
  color: #0B68A4;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #00396B;
  position: relative;
  height: 40px;
}
.news-template-4 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-4 .post-more a {
  color: #EB2E35;
}
.news-template-4 .pointer {
  cursor: pointer;
}
.news-template-4 .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-4 .title {
  min-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  margin-left: 16px;
  margin-bottom: 0;
}
.news-template-4 .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-4 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-4 .time-clock {
  display: flex;
}
.news-template-4 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-4 .main-item {
  display: table;
}
.news-template-4 .main-item .row {
  flex-wrap: nowrap;
}
.news-template-4 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 3px;
  margin-left: 1px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-4 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-4 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-4 .d-flex {
  visibility: visible !important;
}
.news-template-4 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-4 .menu .menu-row,
.news-template-4 .menu .menu-row-current,
.news-template-4 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-4 .menu .menu-row .menu-item-1,
.news-template-4 .menu .menu-row .menu-item-2,
.news-template-4 .menu .menu-row-current .menu-item-1,
.news-template-4 .menu .menu-row-current .menu-item-2,
.news-template-4 .menu .menu-row-current-border .menu-item-1,
.news-template-4 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-4 .menu .menu-row-current,
.news-template-4 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-4 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-4 .img-figure, .news-template-4 .img-figure-no-img {
  height: 198px;
  max-width: 372px;
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-4 .uppercase {
  color: #FFFFFF;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-4 .top-new-item {
  margin: 10px 0;
  width: 100%;
}
.news-template-4 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-4 .news-template-4-dialog {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 10px 0px;
  margin-bottom: 18px;
}
.news-template-4 .news-template-4-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-4 .news-template-4-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-4 .news-template-4-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-4 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-4 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-4 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-4 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-4 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.news-template-4 .item-image {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: contain;
  cursor: pointer;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}
.news-template-4 .text-section {
  display: flex;
  min-height: 30px;
  margin-top: 10px;
}
.news-template-4 .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396B;
}
.news-template-4 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-template-4-dialog {
  width: 100%;
  margin-left: 0px !important;
}
.news-template-4-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-4-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-4-dialog .err-text,
.news-template-4-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-4-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-4-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-4-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-4-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-4-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-4-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-4-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-4-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-4-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-4-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-4-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-4-dialog .float-right {
  float: right;
}
.news-template-4-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-4-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-4-dialog .btn-save {
  color: #fff;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  width: 200px;
  height: 40px;
}
.news-template-4-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-5 {
  width: 100%;
  background-color: #ffffff !important;
}
.news-template-5 .row {
  --bs-gutter-x: 0;
}
.news-template-5 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-5 .post-title {
  display: flex;
  color: #0b68a4;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #00396b;
  position: relative;
  height: 40px;
}
.news-template-5 .image {
  height: 100%;
  width: 25vw;
  height: 25vw;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  text-align: center;
}
.news-template-5 .image-box-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-template-5 .image-mobile {
  width: 70vw;
  height: 70vw;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  text-align: center;
}
.news-template-5 .post-more {
  display: flex;
  justify-content: center;
  color: #eb2e35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-5 .post-more a {
  color: #eb2e35;
}
.news-template-5 .pointer {
  cursor: pointer;
}
.news-template-5 .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-5 .title {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  margin-left: 16px;
}
.news-template-5 .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-5 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-5 .time-clock {
  display: flex;
}
.news-template-5 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-5 .main-item {
  display: table;
}
.news-template-5 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 3px;
  margin-left: 1px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-5 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-5 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-5 .d-flex {
  visibility: visible !important;
}
.news-template-5 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-5 .menu .menu-row,
.news-template-5 .menu .menu-row-current,
.news-template-5 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-5 .menu .menu-row .menu-item-1,
.news-template-5 .menu .menu-row .menu-item-2,
.news-template-5 .menu .menu-row-current .menu-item-1,
.news-template-5 .menu .menu-row-current .menu-item-2,
.news-template-5 .menu .menu-row-current-border .menu-item-1,
.news-template-5 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-5 .menu .menu-row-current,
.news-template-5 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-5 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-5 .img-figure,
.news-template-5 .img-figure-no-img {
  height: 198px;
  max-width: 372px;
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-5 .uppercase {
  color: #ffffff;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-5 .top-new-item {
  margin: 10px 0;
}
.news-template-5 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-5 .news-template-5-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-5 .news-template-5-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-5 .news-template-5-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-5 .news-template-5-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-5 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-5 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-5 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-5 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-5 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.news-template-5 .text-section {
  display: flex;
  margin-top: 10px;
}
.news-template-5 .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396b;
}
.news-template-5 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-template-5 .grid-column {
  flex: 1 0 0%;
  padding: 0 1.2rem;
}
.news-template-5 .span-half {
  max-width: 45.8%;
}
.news-template-5 .intro-des {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10vw;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-template-5 .intro-des-mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10vw;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-template-5 .intro-text {
  flex: 1;
}
.news-template-5 .intro-text .field-name {
  color: #000000 !important;
  font-size: 24px;
}
.news-template-5 .intro-text .letter {
  color: #494949 !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  text-align: justify;
}
.news-template-5 .intro-text-mobile {
  flex: 1;
}
.news-template-5 .intro-text-mobile .field-name-mobile {
  color: #000000 !important;
  font-size: 24px;
}
.news-template-5 .intro-text-mobile .letter-mobile {
  color: #494949 !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  text-align: justify;
}
.news-template-5 .p3 {
  padding: 3.2rem;
}
.news-template-5 .pt3 {
  padding-top: 3.2rem;
}
.news-template-5 .pr3 {
  padding-right: 3.2rem;
}
.news-template-5 .pb3 {
  padding-bottom: 3.2rem;
}
.news-template-5 .pl3 {
  padding-left: 3.2rem;
}
@media screen and (max-width: 1000px) {
  .news-template-5 .pattern {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 40em) {
  .news-template-5 .mobile-m {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.news-template-5-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-5-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-5-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-5-dialog .err-text,
.news-template-5-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-5-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-5-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-5-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-5-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-5-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-5-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-5-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-5-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-5-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-5-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-5-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-5-dialog .float-right {
  float: right;
}
.news-template-5-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-5-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-5-dialog .btn-save {
  color: #fff;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  width: 200px;
  height: 40px;
}
.news-template-5-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-5-dialog .preview {
  position: relative;
  vertical-align: top;
  height: 200px !important;
  width: 200px !important;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 15px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.news-template-5-dialog .temp5-title {
  height: 30px;
}
.news-template-5-dialog .temp5-des {
  height: 100px;
}
.news-template-5-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-5-dialog .input-box {
  margin: 15px;
  margin-top: 10px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-5-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-5-dialog textarea {
  width: 100%;
  padding: 5px 8px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-size: 16px;
  resize: none;
}
.news-template-5-dialog textarea:focus {
  outline: none !important;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 5px #c4c4c4;
}
.news-template-5-dialog textarea::-webkit-scrollbar {
  display: none;
}
.news-template-6 {
  width: 100%;
  background-color: #ffffff !important;
}
.news-template-6 .row {
  --bs-gutter-x: 0;
}
.news-template-6 .full-width {
  width: 100%;
}
.news-template-6 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-6 .post-title {
  display: flex;
  color: #0b68a4;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #00396b;
  position: relative;
  height: 40px;
}
.news-template-6 .post-more {
  display: flex;
  justify-content: center;
  color: #eb2e35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-6 .post-more a {
  color: #eb2e35;
}
.news-template-6 .pointer {
  cursor: pointer;
}
.news-template-6 .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-6 .title {
  min-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  margin-left: 16px;
  margin-bottom: 0;
}
.news-template-6 .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-6 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-6 .time-clock {
  display: flex;
}
.news-template-6 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-6 .main-item {
  display: table;
}
.news-template-6 .main-item .row {
  flex-wrap: nowrap;
}
.news-template-6 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 3px;
  margin-left: 3px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-6 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-6 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-6 .d-flex {
  visibility: visible !important;
}
.news-template-6 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-6 .menu .menu-row,
.news-template-6 .menu .menu-row-current,
.news-template-6 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-6 .menu .menu-row .menu-item-1,
.news-template-6 .menu .menu-row .menu-item-2,
.news-template-6 .menu .menu-row-current .menu-item-1,
.news-template-6 .menu .menu-row-current .menu-item-2,
.news-template-6 .menu .menu-row-current-border .menu-item-1,
.news-template-6 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-6 .menu .menu-row-current,
.news-template-6 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-6 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-6 .img-figure,
.news-template-6 .img-figure-no-img {
  height: 198px;
  max-width: 372px;
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-6 .uppercase {
  color: #ffffff;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-6 .top-new-item {
  margin: 10px 0;
  width: 100%;
}
.news-template-6 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-6 .news-template-6-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-6 .news-template-6-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-6 .news-template-6-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-6 .news-template-6-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-6 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-6 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-6 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-6 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-6 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.news-template-6 .text-section {
  display: flex;
  min-height: 30px;
  margin-top: 10px;
}
.news-template-6 .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396b;
}
.news-template-6 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-template-6 .nested-menu {
  border: 1px solid #e4e4e4;
}
.news-template-6 .nested-menu .list-group-item {
  background-color: #d59f22;
  font-size: 20px;
  text-align: center;
  color: white;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
}
.news-template-6 .nested-menu .list-submenu {
  padding: 10px;
}
.news-template-6 .nested-menu .list-submenu :last-child {
  border: none;
}
.news-template-6 .nested-menu .submenu {
  cursor: pointer;
  padding: 0;
  list-style-type: none;
  height: auto;
  border-bottom: 1px solid #cecece;
  color: #4a4a4a;
  padding: 10px;
  font-weight: 500;
  display: block;
}
.news-template-6-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-6-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-6-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-6-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-6-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-6-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-6-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-6-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-6-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-6-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-6-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-6-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-6-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-6-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-6-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-6-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-6-dialog .float-right {
  float: right;
}
.news-template-6-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-6-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-6-dialog .control {
  margin-bottom: 22px;
}
.news-template-6-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-6-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-6-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-6-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-6-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-6-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-a {
  width: 100%;
  background-color: #ffffff !important;
}
.news-template-a .row {
  --bs-gutter-x: 0;
}
.news-template-a .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-a .post-title {
  display: flex;
  color: #0b68a4;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #00396b;
  position: relative;
  height: 40px;
}
.news-template-a .image {
  height: 100%;
  width: 25vw;
  height: 25vw;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  text-align: center;
}
.news-template-a .image-box-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-template-a .image-mobile {
  width: 70vw;
  height: 70vw;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  text-align: center;
}
.news-template-a .post-more {
  display: flex;
  justify-content: center;
  color: #eb2e35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-a .post-more a {
  color: #eb2e35;
}
.news-template-a .pointer {
  cursor: pointer;
}
.news-template-a .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-a .title {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  margin-left: 16px;
}
.news-template-a .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-a .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-a .time-clock {
  display: flex;
}
.news-template-a .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-a .main-item {
  display: table;
}
.news-template-a .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 3px;
  margin-left: 1px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-a .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-a .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-a .d-flex {
  visibility: visible !important;
}
.news-template-a .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-a .menu .menu-row,
.news-template-a .menu .menu-row-current,
.news-template-a .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-a .menu .menu-row .menu-item-1,
.news-template-a .menu .menu-row .menu-item-2,
.news-template-a .menu .menu-row-current .menu-item-1,
.news-template-a .menu .menu-row-current .menu-item-2,
.news-template-a .menu .menu-row-current-border .menu-item-1,
.news-template-a .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-a .menu .menu-row-current,
.news-template-a .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-a .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-a .img-figure,
.news-template-a .img-figure-no-img {
  height: 198px;
  max-width: 372px;
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-a .uppercase {
  color: #ffffff;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-a .top-new-item {
  margin: 10px 0;
}
.news-template-a .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-a .news-template-a-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-a .news-template-a-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-a .news-template-a-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-a .news-template-a-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-a .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-a .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-a .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-a .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-a .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.news-template-a .text-section {
  display: flex;
  margin-top: 10px;
}
.news-template-a .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396b;
}
.news-template-a .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-template-a .grid-column {
  flex: 1 0 0%;
  padding: 0 1.2rem;
}
.news-template-a .span-half {
  max-width: 45.8%;
}
.news-template-a .intro-des {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10vw;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-template-a .intro-des-mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10vw;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-template-a .intro-text {
  flex: 1;
}
.news-template-a .intro-text .field-name {
  color: #000000 !important;
  font-size: 24px;
}
.news-template-a .intro-text .letter {
  color: #494949 !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  text-align: justify;
}
.news-template-a .intro-text-mobile {
  flex: 1;
}
.news-template-a .intro-text-mobile .field-name-mobile {
  color: #000000 !important;
  font-size: 24px;
}
.news-template-a .intro-text-mobile .letter-mobile {
  color: #494949 !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  text-align: justify;
}
.news-template-a .p3 {
  padding: 3.2rem;
}
.news-template-a .pt3 {
  padding-top: 3.2rem;
}
.news-template-a .pr3 {
  padding-right: 3.2rem;
}
.news-template-a .pb3 {
  padding-bottom: 3.2rem;
}
.news-template-a .pl3 {
  padding-left: 3.2rem;
}
@media screen and (max-width: 1000px) {
  .news-template-a .pattern {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 40em) {
  .news-template-a .mobile-m {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.news-template-a-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-a-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-a-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-a-dialog .err-text,
.news-template-a-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-a-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-a-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-a-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-a-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-a-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-a-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-a-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-a-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-a-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-a-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-a-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-a-dialog .float-right {
  float: right;
}
.news-template-a-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-a-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-a-dialog .btn-save {
  color: #fff;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  width: 200px;
  height: 40px;
}
.news-template-a-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-a-dialog .preview {
  position: relative;
  vertical-align: top;
  height: 200px !important;
  width: 200px !important;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 15px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.news-template-a-dialog .tempA-title {
  height: 30px;
}
.news-template-a-dialog .tempA-des {
  height: 100px;
}
.news-template-a-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-a-dialog .input-box {
  margin: 15px;
  margin-top: 10px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-a-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-a-dialog textarea {
  width: 100%;
  padding: 5px 8px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-size: 16px;
  resize: none;
}
.news-template-a-dialog textarea:focus {
  outline: none !important;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 5px #c4c4c4;
}
.news-template-a-dialog textarea::-webkit-scrollbar {
  display: none;
}
.news-template-b {
  width: 100%;
}
.news-template-b .container-fluid {
  display: block;
}
.news-template-b .row {
  --bs-gutter-x: 0;
}
.news-template-b .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-b .no-wrap {
  display: flex;
  flex-wrap: nowrap !important;
}
.news-template-b .title {
  text-align: left;
  padding: 5px;
  background-color: #f1f1f1 !important;
  border: solid #e6e6e6 2px;
}
.news-template-b .main-item {
  display: table;
  margin: 0;
}
.news-template-b .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-b .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-b .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-b .d-flex {
  visibility: visible !important;
}
.news-template-b .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-b .menu .menu-row,
.news-template-b .menu .menu-row-current,
.news-template-b .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-b .menu .menu-row .menu-item-1,
.news-template-b .menu .menu-row .menu-item-2,
.news-template-b .menu .menu-row-current .menu-item-1,
.news-template-b .menu .menu-row-current .menu-item-2,
.news-template-b .menu .menu-row-current-border .menu-item-1,
.news-template-b .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-b .menu .menu-row-current,
.news-template-b .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-b .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-b .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-b .news-template-b-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-b .news-template-b-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-b .news-template-b-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-b .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-b .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-b .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-b .web-link {
  box-sizing: border-box;
}
.news-template-b .dropdown-content {
  display: none;
  position: absolute;
  width: calc(100% - 24px);
  background-color: #f6f6f6;
  overflow: auto;
  border: 1px solid #b7b7b7;
  z-index: 1;
}
.news-template-b .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.news-template-b .drop-menu {
  position: relative;
  width: 100%;
  padding: 12px;
  background-color: #f1f1f1 !important;
  border-right: solid #e6e6e6 2px;
  border-left: solid #e6e6e6 2px;
  border-bottom: solid #e6e6e6 2px;
}
.news-template-b .dropbtn {
  width: 100%;
  min-height: 30px;
  border: none;
  display: flex;
  background-color: #d0d0d0;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  text-align: left;
}
.news-template-b .drop-item-list {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 210px !important;
}
.news-template-b .drop-item-search {
  width: calc(100% - 14px);
  padding: 7px;
  margin: 7px;
}
.news-template-b .drop-item {
  min-height: 30px;
  border: none;
  display: flex;
  background-color: #f6f6f6;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
}
.news-template-b .active {
  background-color: #d0d0d0;
}
.news-template-b .show {
  display: block;
  z-index: 1;
}
.news-template-b-dialog {
  width: 100%;
  margin-left: 0px !important;
}
.news-template-b-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-b-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-b-dialog .err-text,
.news-template-b-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-b-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-b-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-b-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-b-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-b-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-b-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-b-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-b-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-b-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-b-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-b-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-b-dialog .float-right {
  float: right;
}
.news-template-b-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-b-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-b-dialog .btn-save {
  color: #fff;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  width: 200px;
  height: 40px;
}
.news-template-b-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-c {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-c .container-fluid {
  display: block;
}
.news-template-c .row {
  --bs-gutter-x: 0;
}
.news-template-c .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-c .post-title {
  display: flex;
  color: #0B68A4;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #00396B;
  position: relative;
  height: 40px;
}
.news-template-c .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-c .post-more a {
  color: #EB2E35;
}
.news-template-c .pointer {
  cursor: pointer;
}
.news-template-c .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-c .title {
  min-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  margin-left: 16px;
  margin-bottom: 0;
}
.news-template-c .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-c .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-c .time-clock {
  display: flex;
}
.news-template-c .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-c .main-item {
  display: table;
}
.news-template-c .main-item .row {
  flex-wrap: nowrap;
}
.news-template-c .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-c .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-c .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-c .d-flex {
  visibility: visible !important;
}
.news-template-c .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-c .menu .menu-row,
.news-template-c .menu .menu-row-current,
.news-template-c .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-c .menu .menu-row .menu-item-1,
.news-template-c .menu .menu-row .menu-item-2,
.news-template-c .menu .menu-row-current .menu-item-1,
.news-template-c .menu .menu-row-current .menu-item-2,
.news-template-c .menu .menu-row-current-border .menu-item-1,
.news-template-c .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-c .menu .menu-row-current,
.news-template-c .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-c .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-c .img-figure,
.news-template-c .img-figure-no-img {
  height: 198px;
  max-width: 372px;
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-c .uppercase {
  color: #FFFFFF;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-c .top-new-item {
  margin: 10px 0;
  width: 100%;
}
.news-template-c .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-c .news-template-c-dialog {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 10px 0px;
  margin-bottom: 18px;
}
.news-template-c .news-template-c-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-c .news-template-c-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-c .news-template-c-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-c .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-c .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-c .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-c .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-c .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.news-template-c .navigation {
  background-color: #f3eddb;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.news-template-c .navigation .label {
  color: #6e6e6e;
  font-weight: 600;
  font-size: 14px;
  margin-top: 3px;
  margin-left: 5px;
}
.news-template-c .navigation .arrow {
  border: none;
  color: #d6a022;
  background-color: #f3eddb;
  display: flex;
}
.news-template-c .navigation .arrow .k-i-arrow-chevron-left {
  margin-right: -2px;
  font-size: 20px;
  cursor: pointer;
}
.news-template-c .navigation .arrow .k-i-arrow-chevron-right {
  margin-left: -2px;
  font-size: 20px;
  cursor: pointer;
}
.news-template-c .item-image {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}
.news-template-c .text-section {
  display: flex;
  min-height: 30px;
  margin-top: 10px;
}
.news-template-c .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396B;
}
.news-template-c .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-template-c .k-dialog .archive .gallery {
  padding: 0 12px;
}
.news-template-c-dialog {
  width: 100%;
  margin-left: 0px !important;
}
.news-template-c-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-c-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-c-dialog .err-text,
.news-template-c-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-c-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-c-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-c-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-c-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-c-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-c-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-c-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-c-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-c-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-c-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-c-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-c-dialog .float-right {
  float: right;
}
.news-template-c-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-c-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-c-dialog .btn-save {
  color: #fff;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  width: 200px;
  height: 40px;
}
.news-template-c-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-d {
  margin-bottom: 45px;
  background-color: #fff;
}
.news-template-d .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 22px;
}
.news-template-d .three-dot-area {
  cursor: pointer;
  width: 20px;
  display: flex;
  justify-content: center;
}
.news-template-d .three-dot {
  width: 5px;
  height: 20px;
}
.news-template-d .menu {
  background-color: white;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-d .menu .menu-row,
.news-template-d .menu .menu-row-current,
.news-template-d .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-d .menu .menu-row .menu-item-1,
.news-template-d .menu .menu-row .menu-item-2,
.news-template-d .menu .menu-row-current .menu-item-1,
.news-template-d .menu .menu-row-current .menu-item-2,
.news-template-d .menu .menu-row-current-border .menu-item-1,
.news-template-d .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-d .menu .menu-row-current,
.news-template-d .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-d .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-d .news-d-content {
  display: flex;
}
.news-template-d .news-d-large-item {
  text-decoration: none;
  width: 50%;
}
.news-template-d .news-d-large-item-info {
  padding: 12px 22px 18px 22px;
  border: 1px solid #eeeeee;
  border-top: none;
}
.news-template-d .news-d-info-title {
  margin-bottom: 12px;
  font-size: 24px;
  color: #292621;
  font-weight: 500;
  cursor: pointer;
}
.news-template-d .news-d-list-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 20px;
  justify-content: space-between;
}
.news-template-d .news-d-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.news-template-d .news-d-title h3 {
  margin: 0;
  margin-left: 16px;
  color: #007fae;
  font-weight: 700;
  font-size: 24px;
}
.news-template-d .news-d-large-item-img {
  width: 100%;
  cursor: pointer;
}
.news-template-d .news-d-large-item-img img {
  width: 100%;
}
.news-template-d .news-d-details {
  margin: 0;
  color: #292621;
}
.news-template-d .news-d-small-item {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.news-template-d .news-d-small-item-img {
  width: 44%;
  margin-right: 20px;
  cursor: pointer;
}
.news-template-d .news-d-small-item-img img {
  width: 100%;
}
.news-template-d .news-d-small-title {
  width: 50%;
  font-weight: 500;
  color: #292621;
  font-size: 16px;
  cursor: pointer;
}
.news-template-d .news-template-d-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-d .news-template-d-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-d .news-template-d-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-d .news-template-d-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-d .close-div {
  display: flex;
  margin-top: 3px;
}
@media only screen and (max-width: 576px) {
  .news-template-d .news-d-content {
    display: flex;
    flex-direction: column;
  }
  .news-template-d .news-d-large-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-template-d .news-d-info-title {
    font-weight: 500;
    color: #292621;
    font-size: 20px;
  }
  .news-template-d .news-d-details {
    display: none;
  }
  .news-template-d .news-d-list-item {
    margin: 0;
  }
  .news-template-d .news-d-small-item {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .news-template-d .news-d-small-item-img {
    width: 100%;
  }
  .news-template-d .news-d-small-item-img img {
    width: 100%;
  }
  .news-template-d .news-d-small-title {
    width: 100%;
    padding: 12px 22px 18px 22px;
    border: 1px solid #eeeeee;
    border-top: none;
  }
}
.news-template-d-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-d-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-d-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-d-dialog .err-text,
.news-template-d-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-d-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-d-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-d-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-d-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-d-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-d-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-d-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-d-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-d-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-d-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-d-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-d-dialog .float-right {
  float: right;
}
.news-template-d-dialog .border-infor {
  background: #ffffff;
  border: 0.6px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-d-dialog .label-infor {
  color: #407bff;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-d-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-d-dialog .input-box {
  height: 40px;
  margin: 15px;
  margin-top: 10px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-d-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-d-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-d-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-d-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-12 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-12 .row {
  --bs-gutter-x: 0;
}
.news-template-12 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-12 .pd-l-10 {
  padding-left: 18px;
}
.news-template-12 .post-title {
  align-items: center;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  position: relative;
  min-height: 40px;
}
.news-template-12 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-12 .post-more a {
  color: #EB2E35;
}
.news-template-12 .pointer {
  cursor: pointer;
}
.news-template-12 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-12 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1F1F1F;
  margin-left: 16px;
  margin-bottom: 0;
}
.news-template-12 .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-12 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-12 .time-clock {
  display: flex;
}
.news-template-12 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-12 .main-item {
  display: table;
  margin: 0;
}
.news-template-12 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-12 .d-flex {
  visibility: visible !important;
}
.news-template-12 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-12 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-12 .dialog-width {
  max-width: 400px;
}
.news-template-12 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-12 .menu .menu-row,
.news-template-12 .menu .menu-row-current,
.news-template-12 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-12 .menu .menu-row .menu-item-1,
.news-template-12 .menu .menu-row .menu-item-2,
.news-template-12 .menu .menu-row-current .menu-item-1,
.news-template-12 .menu .menu-row-current .menu-item-2,
.news-template-12 .menu .menu-row-current-border .menu-item-1,
.news-template-12 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-12 .menu .menu-row-current,
.news-template-12 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-12 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-12 .img-figure, .news-template-12 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.news-template-12 .uppercase {
  color: #FFFFFF;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-12 .top-new-item {
  margin: 15px 0 0 0;
}
.news-template-12 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-12 .news-template-12-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-12 .news-template-12-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-12 .news-template-12-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-12 .news-template-12-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-12 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-12 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-12 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-12 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-12 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-12 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.news-template-12 .text-section :hover {
  color: #00396B;
}
.news-template-12 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396B;
  margin-bottom: 9px !important;
}
.news-template-12 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .news-template-12 .pd-l-10 {
    padding-left: 0px;
  }
}
.news-template-12 .uppercase-black {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #00396B;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news-template-12 .intro-des, .news-template-12 .intro-des-reserve {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 6vw;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-template-12 .intro-des-reserve {
  flex-direction: row-reverse;
}
.news-template-12 .intro-text {
  flex: 1;
  margin-top: 10px;
}
.news-template-12 .intro-text .field-name {
  color: #000000 !important;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: justify;
}
.news-template-12 .intro-text .field-name:hover {
  color: #00396b !important;
}
.news-template-12 .intro-text .letter {
  color: #494949 !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  text-align: justify;
  margin-top: 10px;
}
.news-template-12 .intro-text .letter:hover {
  color: #00396b !important;
}
.news-template-12 .p3 {
  padding: 3.2rem;
}
.news-template-12 .pt3 {
  padding-top: 3.2rem;
}
.news-template-12 .pr3 {
  padding-right: 3.2rem;
}
.news-template-12 .pb3 {
  padding-bottom: 3.2rem;
}
.news-template-12 .pl3 {
  padding-left: 3.2rem;
}
.news-template-12 .image-circle, .news-template-12 .image-circle-no-border {
  width: 422px;
  height: 422px;
  border-radius: 50%;
}
.news-template-12 .image-circle-no-border {
  border-radius: unset;
}
.news-template-12 .center-img {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .news-template-12 .image-circle, .news-template-12 .image-circle-no-border {
    width: 222px;
    height: 222px;
    border-radius: 50%;
    object-fit: cover;
  }
  .news-template-12 .image-circle-no-border {
    border-radius: unset;
  }
  .news-template-12 .intro-des, .news-template-12 .intro-des-reserve {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .news-template-12 .intro-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .news-template-12 .pattern {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 40em) {
  .news-template-12 .mobile-m {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.news-template-12 .field-detail {
  text-decoration: none;
}
.news-template-12-dialog {
  margin-left: 0px !important;
}
.news-template-12-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-12-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-12-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-12-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-12-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-12-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-12-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-12-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-12-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-12-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-12-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-12-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-12-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-12-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-12-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-12-dialog .float-right {
  float: right;
}
.news-template-12-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-12-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-12-dialog .control {
  margin-bottom: 22px;
}
.news-template-12-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-12-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-12-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-12-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-12-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-12-dialog .padding-col {
  padding: 7px 15px 0;
}
.field .k-grid-header,
.field .k-grid-header .k-header {
  font-weight: bold;
  padding-right: 0px !important;
}
.field .control > * {
  width: 40% !important;
}
.field .router {
  width: 100%;
  margin: auto;
  margin-top: 15px !important;
}
.field .k-i-close {
  margin-top: 7px !important;
}
.field .k-dropdownlist {
  display: none;
}
.field .k-pager-numbers .k-link.k-state-selected,
.k-i-arrow-double-60-right .k-i-forward-sm {
  color: #fff;
  background-color: #d6a022;
}
.field .col-md-3 {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}
.field .check-element {
  display: none !important;
}
.field .tab-des {
  margin: 30px 0;
  display: none;
  font-weight: bold;
  color: #00396b;
}
.field .tab-des p {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #00396b;
}
.field .control-search .btn-remove {
  background-color: transparent !important;
  right: 40px;
  color: #000 !important;
  width: 30px;
  height: 33px;
  float: right;
  border-radius: 0;
  margin-top: -32px !important;
  border: 0;
  margin-right: -38px;
}
.field .k-grid {
  border-color: rgba(0, 0, 0, 0.08);
  color: #2c2c2c !important;
  background-color: #ffffff;
}
.field .list-member-title {
  font-size: 16px !important;
  color: #ea4335;
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.field .k-grid {
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4285714286;
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}
.field .k-grid td.k-state-selected,
.k-grid tr.k-state-selected > td {
  background-color: white !important;
}
.field .k-cell-inner > .k-link {
  padding: 8px 12px;
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: 1;
  overflow: hidden;
  background-color: white !important;
}
.field .k-grid td {
  border-width: 0 0 0px 0px !important;
  vertical-align: middle;
  background-color: white;
  border-bottom: 1px solid #e1e1e1 !important;
  vertical-align: top;
  padding-top: 15px;
}
.field .img {
  cursor: pointer;
}
.field .k-pager-info {
  text-align: right;
  justify-content: flex-end;
  flex: 1 1 0%;
  visibility: hidden;
  order: 9;
  overflow: hidden;
  display: none;
}
.field .k-pager-wrap {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: white !important;
  justify-content: right !important;
  border-top: 1px solid #e1e1e1 !important;
  margin-top: 30px;
}
.field .k-grid-header {
  padding: opx !important;
  border-bottom: 1px solid #b6b6b6 !important;
}
.field .k-grid-header-wrap,
.k-grid-footer-wrap {
  margin-right: -1px;
  width: 100%;
  border-width: 0px 0px 0 0 !important;
  border-style: solid;
  border-color: inherit;
  position: relative;
  overflow: hidden;
}
.field .k-grid-content {
  width: 100%;
  min-height: 0;
  overflow: auto;
  overflow-x: auto;
  /* overflow-y: scroll; */
  position: relative;
  flex: 1;
}
.field .search-place {
  width: 100% !important;
  margin-top: 20px;
}
.field .k-grid th {
  padding: 8px 12px;
  border-width: 0 0 0 0;
  white-space: nowrap;
  background-color: white;
}
.field .btn-search {
  color: white;
  background-color: #d6a022;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  position: absolute;
  border-radius: 3px;
}
.field .btn-dialog-cus {
  float: left;
  margin-top: 30px;
}
.field .total-member {
  color: black;
}
.field .dialog-info-post-detail {
  max-width: 830px;
}
@media (max-width: 600px) {
  :host ::ng-deep .field .dialog-info {
    width: 100% !important;
    height: 100% !important;
    z-index: 1060;
  }
}
.field .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 15px;
}
.field .btn-addNew .k-button {
  font-size: 14px !important;
}
.field .btn-custom {
  width: 100%;
}
.field .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.field .item {
  border: 1px solid #c4c4c4;
  margin: 10px;
}
.field .index {
  float: left;
  width: calc(100% - 28px);
}
@media (max-width: 768px) {
  .field .k-dropdown-button button {
    background: none !important;
    color: black !important;
    border: none !important;
    padding-right: 0px;
    width: 28px;
    float: right;
  }

  .field .btn-addNew {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.archive {
  background: white;
  height: 90%;
  min-width: 794px;
  min-height: 500px;
}
.archive .mb-archive {
  display: none;
}
.archive .mb-archive span.value {
  color: #3b3b3b;
  font-weight: 500;
}
.archive .g-btn {
  margin-top: 5px;
}
.archive .g-btn kendo-dropdownbutton button {
  height: 100%;
  display: inline-block;
}
.archive .input-label {
  margin: 10px;
  margin-left: 15px;
  margin-bottom: 0px;
}
.archive .input-box {
  margin: 15px;
  margin-top: 10px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.archive .btn-custom button {
  background: #34a853;
  color: white;
  color: white;
  width: 140px;
  height: 40px;
  border-radius: 5px;
}
.archive .btn-dialog-wrapper {
  padding: 20px 10px;
  position: relative;
}
.archive .btn-save {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.archive .mb-archive .function {
  text-align: right;
}
.archive.x-dialog-shared {
  max-height: 600px;
  max-width: 1300px;
}
.archive.x-dialog {
  max-height: 200px;
  max-width: 600px;
}
.archive .popup-width {
  width: 140px;
}
.archive .btn-fr {
  float: right;
}
.archive .btn-fl {
  display: flex;
  float: left;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.archive .btn-fl span {
  margin: 0 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.archive .btn-fl span:first-of-type {
  margin-left: 0;
}
.archive .btn-fl span:last-of-type {
  margin-right: 0;
}
.archive .align-center-bt {
  text-align: center;
}
.archive .headerOfficeStyle {
  text-align: center;
  color: #675f5f;
  background: #f6f6f6;
  text-overflow: inherit;
  vertical-align: middle;
  padding: 0px;
}
.archive .block-nm {
  display: inline;
}
.archive .btn-show {
  width: 15px;
  display: inline-table;
  border: none;
  background-color: transparent;
}
.archive .mr-r15 {
  margin-right: 15px;
}
.archive .icon-mouse {
  cursor: pointer;
}
@media (max-width: 768px) {
  .archive .g-archive {
    display: none;
  }

  .archive .mb-archive {
    display: initial;
  }
}
.archive .is-first-item {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.archive .obj-item {
  border: 1px solid;
  border-radius: 25px;
  padding: 2px 6px 2px 6px;
  margin: 1px;
  font-size: 11px;
  word-break: break-all;
}
.archive .seen-obj {
  color: #1D35AE;
  background-color: #E6EBFF;
}
.archive .remove-member-style {
  cursor: pointer;
  margin-left: 5px;
}
.archive .block-info {
  margin-top: 5px;
  margin-bottom: 5px;
}
.archive .obj-item-1 {
  display: inline-block;
}
.archive .not-first-item {
  border-top: 1px transparent;
  border-bottom: 1px solid;
}
.archive .custom-header-grid {
  background-color: white;
  color: black;
}
.archive .nopad-lr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.archive .is-item {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.archive .is-folder-link {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  color: #9F9F9F;
}
.archive .is-current-folder {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  font-weight: bold;
}
.archive .file-icon {
  width: 30px;
  height: 33px;
  margin-right: 10px;
}
.archive .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 15px;
}
.archive .btn-group-list {
  float: right;
  margin-right: 15px;
}
.archive .is-cursor {
  cursor: pointer;
}
.archive .left-icon {
  padding-right: 40px;
}
.archive .file-type {
  width: 168px;
  height: 108px;
  object-fit: cover;
}
.archive .file-type-folder {
  width: 54px;
  height: 45px;
  margin-top: 15px;
}
.archive .align-center {
  text-align: center;
  padding: 0;
}
.archive .align-center-top {
  text-align: center;
  padding: 0;
  margin-top: 26px;
}
.archive .archive-item {
  width: 100%;
  height: 100%;
  border: 1px solid #DFDFDF;
  padding: 5px;
}
.archive .align-center-webkit {
  text-align: -webkit-center;
  margin-bottom: 25px;
}
.archive .custom-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 7px;
  margin-bottom: 15px;
}
.archive .btn-elipsis {
  border: none;
  background-color: transparent;
  color: black;
  background-image: none;
}
.btn-elipsis button {
  border: none;
  background-color: transparent;
  color: #919191;
  background-image: none;
}
.archive .display-content {
  position: relative;
  background-color: white;
  padding: 15px;
}
.archive .display-content .archive-item.image {
  border: 0;
  padding: 0;
}
.archive .display-content .folder:hover {
  background-color: #dee2e6;
}
.archive .upload-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
.archive .header {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.archive .header .gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 200px;
  position: relative;
}
.archive .header .gallery .dlt-img {
  visibility: visible;
  position: absolute;
  text-shadow: none;
  background: rgba(32, 28, 28, 0.4);
  height: 18px;
  width: 18px;
  color: white;
  cursor: pointer;
  top: 5px;
  right: 40px;
}
.archive .header .gallery .dlt-img i {
  font-size: 14px;
}
.archive .header .gallery .dlt-img .close-btn-white {
  width: 12px;
  height: 12px;
}
.archive .header .gallery:hover .dlt-img {
  visibility: visible;
}
.archive .header img {
  width: 100%;
  word-break: break-all;
  cursor: pointer;
}
.archive .header .picked-img {
  width: 318px;
  object-fit: cover;
}
.archive .header .add-new {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.archive .header .add-new img {
  width: 30%;
}
.archive .header .add-new .custom-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 26px;
  color: #838383;
}
.archive .header .border:hover {
  background-color: #dee2e6;
}
.archive .go-back {
  margin-bottom: 15px;
  cursor: pointer;
}
.archive .go-back i {
  font-size: xx-large;
}
.archive .image img {
  width: 100%;
  height: 108px;
}
.archive .disabled {
  background-color: #6c757d;
}
.archive .border {
  border: 1px dashed #000000 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  height: 100%;
  width: 317px;
}
.archive .border .border-height {
  height: 100%;
}
@media (max-width: 600px) {
  .archive {
    min-width: 100%;
  }
}
.archive .vertical-dot-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  left: 40px;
}
.archive .vertical-dot-menu .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.archive .vertical-dot-menu .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
  display: none;
}
.archive .vertical-dot-menu .menu .menu-row,
.archive .vertical-dot-menu .menu .menu-row-current,
.archive .vertical-dot-menu .menu .menu-row-current-border {
  cursor: pointer;
}
.archive .vertical-dot-menu .menu .menu-row .menu-item-1,
.archive .vertical-dot-menu .menu .menu-row .menu-item-2,
.archive .vertical-dot-menu .menu .menu-row-current .menu-item-1,
.archive .vertical-dot-menu .menu .menu-row-current .menu-item-2,
.archive .vertical-dot-menu .menu .menu-row-current-border .menu-item-1,
.archive .vertical-dot-menu .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.archive .vertical-dot-menu .menu .menu-row-current,
.archive .vertical-dot-menu .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.archive .vertical-dot-menu .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.archive .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.archive .size-dialog {
  position: absolute;
}
.archive .size-dialog .reward-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.archive .size-dialog .reward-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.archive .size-dialog .reward-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.archive .size-dialog .reward-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.archive .size-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
.archive .size-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.archive .size-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.user-info-wrapper {
  margin: auto;
  width: 100%;
  margin-top: 40px;
}
.user-info-container {
  display: flex;
  width: 100%;
  margin-bottom: 200px;
  margin-left: 0;
  margin-right: 0;
}
.user-upload-img {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  max-width: 251px;
  height: 251px;
  margin-right: 30px;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.user-upload-img .user-image {
  width: 118px;
  height: 118px;
  background-color: grey;
  border-radius: 50%;
}
.user-upload-img .user-avatar {
  border-radius: 50%;
  width: 118px;
  height: 118px;
  object-fit: contain;
}
.user-upload-img .upload {
  width: 100%;
  display: flex;
  justify-content: center;
}
.user-upload-img .k-upload {
  border: none;
}
.user-upload-img .k-upload .k-dropzone {
  background-color: white;
}
.user-upload-img .k-upload .k-button {
  background-color: white;
  background-image: none;
  border: none;
}
.user-upload-img .k-upload .k-button input {
  cursor: pointer;
}
.user-upload-img .k-upload .k-button span {
  color: #00396b;
  font-size: 16px;
  font-weight: 500;
}
.user-form-container {
  max-width: 759px;
  padding: 25px 20px 30px 30px;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.user-form-container .user-form-title {
  color: #1f1f1f;
  font-size: 24px;
}
.user-form-container .user-form {
  width: 100%;
  margin-top: 31px;
}
.user-form-container .user-input-item {
  margin-bottom: 40px;
}
.user-form-container .user-input-item.select-item .k-input,
.user-form-container .user-input-item.select-item .k-input::placeholder {
  color: #c5c5c5;
  font-size: 16px;
  font-weight: 500;
}
.user-form-container .user-input-item.select-item .k-picker-wrap {
  padding-top: 11px;
}
.user-form-container .user-input-item.select-item .k-select {
  color: #878787;
}
.user-form-container .k-dropdown {
  width: 100%;
}
.user-form-container .k-dropdown .k-dropdown-wrap {
  width: 60%;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  background-color: #ffffff;
  background-image: none;
}
.user-form-container .k-dropdown .k-input {
  height: 54px;
  padding: 20px 0 17px 19px;
}
.user-form-container .k-dropdown .k-select {
  padding-right: 23px;
}
.user-form-container .k-textbox {
  width: 60%;
  height: 54px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 20px 0 17px 19px;
}
.user-form-container .k-datepicker {
  width: 60%;
}
.user-form-container .k-datepicker .k-select {
  background-color: #ffffff;
  background-image: none;
  padding-right: 23px;
  padding-bottom: 0;
  padding-top: 5px;
}
.user-form-container .k-datepicker .k-picker-wrap {
  width: 100%;
  height: 54px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 13px 0 17px 19px;
}
.user-form-container .k-dateinput-wrap .k-input {
  padding: 0;
}
.user-form-container .k-textbox::placeholder {
  color: #c5c5c5;
  font-size: 16px;
  font-weight: 500;
}
.user-form-container .user-button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 109px;
}
.user-form-container .user-form-button {
  min-width: 120px;
  font-size: 16px;
  padding: 13px 47px;
  margin-left: 32px;
  border: none;
  background-color: #23bd20;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 600;
}
.user-form-container .quit-button {
  color: #616161;
  border: 1px solid #b0b0b0;
  background-color: #ffffff;
}
.user-form-container .user-error {
  color: #d51923;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-top: 4px;
}
@media screen and (max-width: 576px) {
  .user-info-container {
    justify-content: center;
  }

  .user-upload-img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .user-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    box-shadow: none;
  }
  .user-form-container .k-textbox,
.user-form-container .k-datepicker,
.user-form-container .k-dropdown .k-dropdown-wrap {
    width: 100%;
  }
  .user-form-container .user-form-button {
    padding: 13px 20px;
  }
}
.success-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.success-container .success-icon {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 106px;
  height: 106px;
}
.success-container .success-title {
  font-size: 22px;
  font-weight: 600;
  color: #1bb018;
}
.success-container .success-msg {
  margin-bottom: 56px;
}
.success-container button {
  background-color: #1bb018;
  width: 209px;
  height: 44px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 51px;
}
.success-container button:hover {
  color: #000000;
}
.login-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.login-page .panel-login {
  background-color: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 48px 64px;
  padding-bottom: 24px;
  margin-top: -100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-page .panel-login .text-input {
  width: 100%;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  font-weight: 600;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.login-page .panel-login .text-input input {
  width: 100%;
  border: none;
  margin: 10px 0;
  padding: 5px 0;
}
.login-page .panel-login .text-input input:focus {
  outline: none;
}
.login-page .panel-login .text-input .btn-showpass {
  border: none;
  background-color: #fff;
  color: gray;
}
.login-page .panel-login .logo {
  width: 60%;
}
.login-page .panel-login .sub-item {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.login-page .panel-login .login-button {
  width: 100%;
  background-color: #00396b;
  border: none;
  color: white;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.login-page .panel-login .remember,
.login-page .panel-login .contact {
  color: gray;
}
.login-page .panel-login .remember > input {
  margin-right: 4px;
}
.login-page .panel-login .forgot-pwd {
  font-weight: 500;
  color: #00396b;
  cursor: pointer;
}
.login-page .panel-login .contact-link {
  color: #d6a022;
  font-weight: 500;
  cursor: pointer;
}
.login-page .panel-login .action > button {
  padding: 0;
}
.login-page .panel-login .action {
  color: gray;
  cursor: pointer;
}
.login-page .panel-login .invalid {
  border: 1px solid red;
}
.login-page .panel-login .focus {
  border-color: #00396b;
}
.login-page .panel-login .error-text {
  color: red;
  text-align: left;
  font-size: 13px;
  min-height: 20px;
}
.login-page .panel-login a {
  text-decoration: none;
}
.login-page .panel-login .login-failed-error {
  min-height: 30px;
  background-color: #f9e8e8;
  color: #e02d2d;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
}
.login-page .panel-login .input {
  position: relative;
  width: 100%;
}
.login-page .panel-login .input__label {
  position: absolute;
  left: 0;
  top: 0;
  color: #c5c5c5;
  padding: calc(0.5rem * 0.75) 0.5rem;
  margin: calc(0.5rem * 0.75 + 3px) 0;
  white-space: nowrap;
  background-color: white;
  transform: translate(0, 0);
  transform-origin: 0 0;
  transition: transform 120ms ease-in;
  line-height: auto;
  text-align: left;
}
.login-page .panel-login .input__field {
  box-sizing: border-box;
  width: 100%;
  padding: calc(.5rem * 1.5) 0.5rem;
  border-radius: 5px;
  background-color: white;
}
.login-page .panel-login .input__field:focus + .input__label, .login-page .panel-login .input__field:not(:placeholder-shown) + .input__label {
  transform: translate(-0.5rem, -80%) scale(0.8);
  color: #00396b;
  padding: 0 0.5rem;
}
.login-page input:-webkit-autofill,
.login-page input:-webkit-autofill:hover,
.login-page input:-webkit-autofill:focus,
.login-page input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px white inset !important;
}
.login-page .panel-login .description h6 {
  color: #606060;
  font-size: 20px;
}
.login-page .panel-login .description .content {
  color: #1F1F1F;
  font-size: 16px;
}
.login-page .panel-login .form {
  width: 100%;
}
.login-page .panel-login .cf-forgot-password-button {
  width: 100%;
  background-color: #00396b;
  border: none;
  color: white;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 600;
}
.login-page .panel-login .alert {
  background-color: #E8FFEA;
  width: 100%;
  color: #42AE30;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.login-page .panel-login .alert .icon-alert {
  width: 22px;
  height: 22px;
}
.login-page .panel-login .alert .description {
  font-size: 14px;
  text-align: left;
}
.settings-container {
  display: flex;
  margin-left: 200px;
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: 512px;
}
.settings-container .setting-navbar {
  width: 251px;
  height: 125px;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-right: 30px;
}
.settings-container .setting-item {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-left: 28px;
  cursor: pointer;
}
.settings-container .setting-item-title {
  margin-top: 3px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4b4b4b;
}
@media screen and (max-width: 992px) {
  .settings-container .setting-navbar {
    width: 100%;
    max-width: 759px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .settings-container app-change-password {
    width: 100%;
    max-width: 759px;
  }
  .settings-container app-change-password .change-password-container {
    width: 100%;
    max-width: 759px;
  }
  .settings-container app-support {
    width: 100%;
    max-width: 759px;
  }
  .settings-container app-support .support-container {
    width: 100%;
    max-width: 759px;
  }
}
@media screen and (max-width: 992px) {
  .settings-container {
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    padding: 0 10px 10px 10px;
  }
}
.change-password-container {
  width: 759px;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding-top: 25px;
  padding-left: 30px;
}
.change-password-container .change-password-form-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #1f1f1f;
}
.change-password-container .change-password-form {
  margin-top: 30px;
}
.change-password-container .input-item {
  position: relative;
  margin-bottom: 32px;
}
.change-password-container .input-item-label {
  position: absolute;
  top: -6px;
  left: 22px;
  padding: 0 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  background-color: #ffffff;
  color: #1f1f1f;
  z-index: 1;
}
.change-password-container .k-textbox {
  width: 55%;
  height: 54px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 24px 22px;
}
.change-password-container .change-password-error {
  color: #f44336;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin-top: 4px;
}
.change-password-container .button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 109px;
  margin-bottom: 40px;
  margin-right: 17px;
}
.change-password-container .form-button {
  min-width: 120px;
  font-size: 16px;
  padding: 13px 47px;
  margin-left: 32px;
  border: none;
  background-color: #23bd20;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 600;
}
.change-password-container .quit-button {
  color: #616161;
  border: 1px solid #b0b0b0;
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .change-password-container .form-button {
    font-size: 12px;
    padding: 13px 26px;
  }
}
.support-container {
  width: 759px;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  color: #1f1f1f;
}
.support-container .support-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}
.support-container .support-content {
  padding: 0;
}
.support-container .support-item {
  margin-top: 28px;
  display: flex;
  align-items: center;
}
.support-container .support-item-icon {
  margin-right: 16px;
}
.support-container .support-item-title {
  font-weight: 500;
  font-size: 20px;
  color: #d6a022;
}
.images .image-grid {
  display: flex;
  justify-content: space-between;
}
.images .err-text,
.images .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.images .selected-lang {
  border-bottom: 3px red solid;
}
.images .default-lang {
  /* border-bottom: none; */
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.images .k-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}
.images .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
.images .k-pager-wrap {
  border-color: white !important;
  color: #424242;
  background-color: white !important;
}
.images .err-image {
  border: 1px solid #ea4335;
  border-radius: 0.5;
  animation: myerr 1s infinite;
}
.images .btn-dialog-cus {
  float: left;
  margin-top: 25px;
}
.images .btn-search {
  color: white;
  background-color: #985D1A;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
}
@media (max-width: 768px) {
  .g-archive {
    display: none;
  }

  .mb-archive {
    display: initial;
  }
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
.images .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 15px;
}
.images .btn-group-list {
  float: right;
  margin-right: 15px;
}
.images .is-cursor {
  cursor: pointer;
}
.images .file-type {
  width: 100%;
  height: 200px;
  display: inline-block;
  object-fit: cover;
  cursor: pointer;
}
.images .file-type-upload {
  width: 20%;
  /* width: 170px;
  height: 170px; */
}
.images .file-type-upload-success {
  width: 20%;
}
.images .align-center {
  text-align: center;
}
.images .item {
  width: 100%;
  height: 100%;
  border: 0.2px solid #c2c2c2;
  padding: 5px;
  border-radius: 5%;
}
.images .align-center-webkit {
  text-align: -webkit-center;
  margin-bottom: 25px;
}
.images .custom-text {
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  height: 35px;
}
.images .btn-elipsis {
  border: none;
  background-color: transparent;
  color: black;
  background-image: none;
  position: absolute;
  right: 24px;
  top: 4px;
  z-index: 999;
}
.images .btn-elipsis button {
  /* border: none;
  background-color: transparent;
  color: black;
  background-image: none; */
  background: none;
  border: none;
  /* border-style: groove;
  border: 2px solid darkgray; */
}
:host ::ng-deep .k-grid td {
  border-width: 0;
}
:host ::ng-deep .k-grid th {
  border-width: 0;
}
.images.pd-for-scroll {
  padding: 0px 0px 0px 0px !important;
  margin: 15px 3px 0px 3px !important;
}
.images .img-slide {
  width: 40px;
  height: 40px;
  object-fit: contain;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.images .video-slide {
  width: 100%;
  height: 490px;
  object-fit: fill;
  padding: 10px;
}
/* .images .k-dialog{
    background: none;
} */
.images .carousel-control-next-icon,
.images .carousel-control-prev-icon {
  background-color: darkgrey;
  border-radius: 50%;
  background-size: 16px;
  padding: 20px;
  top: 50%;
  /* left: 50%; */
}
.images .xbutton-detail-media {
  border-radius: 50%;
  background: darkgrey !important;
  float: right;
}
.images .k-window-content {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-content: center;
}
.images.crystal-detail.k-dialog-wrapper .k-dialog {
  background: none !important;
  box-shadow: none !important;
  width: 90%;
}
.images .upload-image {
  float: left;
  /* margin-left: 25px; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.images .upload-image .top {
  margin-bottom: 5px;
  white-space: nowrap;
}
.images .archive-item {
  position: relative;
  margin-bottom: 28px;
  /* bottom: 0;  */
}
.images .img-title {
  margin-top: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #494949;
  text-transform: uppercase;
}
.images .input-image {
  float: left;
  /* margin-left: -100px; */
  max-width: 1000px;
}
.images .btn-remove {
  right: 0px;
}
.images .k-pager-wrap {
  border-color: white;
  color: #424242;
  background-color: white;
}
.popup-upload.x-dialog {
  max-width: 768px;
  /* max-height: 565px; */
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}
:host ::ng-deep .popup-upload .k-window-content, .k-prompt-container {
  overflow: hidden !important;
}
.images .image-upload {
  display: none;
}
.images.popup-upload .k-window {
  max-height: 700px;
}
.images .vnpt-upload-img .k-upload {
  display: none;
}
.images .mb-drbtn-func .k-dropdown-button {
  height: 0px !important;
  background: none;
}
.images .bookmark-show {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 4px;
  z-index: 1;
  float: left;
  left: 24px;
  font-size: 27px;
  color: red;
}
.images .xbutton-dialog .k-icon {
  font-size: 20px !important;
}
.images .k-button .k-icon, .k-button .k-image, .k-button .k-sprite {
  color: inherit;
  align-self: center;
  position: relative;
}
.images .k-icon {
  width: 1em;
  height: 1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-family: "WebComponentsIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.images .image-slide {
  width: 100%;
  height: 400px;
  object-fit: contain;
}
.images .carousel-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.images .carousel-prev, .images .carousel-next {
  display: flex;
  align-items: center;
}
.images .carousel-inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  width: 70%;
}
.images .thumbnail-images-container {
  margin-top: 36px;
  padding-left: -5px;
  padding-right: -5px;
  width: 100%;
  display: flex;
}
.images .image-slide-thumbnail {
  width: 20%;
  padding: 0 5px;
  height: 80px;
}
.images .image-slide-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .images .col-md-2 {
    flex: 0 0 auto;
    width: 261px !important;
    height: 270px !important;
  }
}
@media (max-width: 768px) {
  .images .image-slide, .images .image-slide-thumbnail {
    height: auto;
  }
}
.videos .image-grid {
  display: flex;
  justify-content: space-between;
}
.videos .err-text,
.videos .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.videos .selected-lang {
  border-bottom: 3px red solid;
}
.videos .default-lang {
  /* border-bottom: none; */
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.videos .k-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}
.videos .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
.videos .k-pager-wrap {
  border-color: white !important;
  color: #424242;
  background-color: white !important;
}
.videos .err-image {
  border: 1px solid #ea4335;
  border-radius: 0.5;
  animation: myerr 1s infinite;
}
.videos .btn-dialog-cus {
  float: left;
  margin-top: 25px;
}
.videos .btn-search {
  color: white;
  background-color: #985D1A;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
}
@media (max-width: 768px) {
  .g-archive {
    display: none;
  }

  .mb-archive {
    display: initial;
  }
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
.videos .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 15px;
}
.videos .btn-group-list {
  float: right;
  margin-right: 15px;
}
.videos .is-cursor {
  cursor: pointer;
}
.videos .file-type {
  width: 100%;
  height: 200px;
  display: inline-block;
  object-fit: cover;
  cursor: pointer;
}
.videos .file-type-upload {
  width: 20%;
  /* width: 170px;
  height: 170px; */
}
.videos .file-type-upload-success {
  width: 20%;
}
.videos .align-center {
  text-align: center;
}
-item {
  width: 100%;
  height: 100%;
  border: 0.2px solid #c2c2c2;
  padding: 5px;
  border-radius: 5%;
}
.videos .align-center-webkit {
  text-align: -webkit-center;
  margin-bottom: 25px;
}
.videos .custom-text {
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  height: 35px;
}
.videos .btn-elipsis {
  border: none;
  background-color: transparent;
  color: black;
  background-image: none;
  position: absolute;
  right: 24px;
  top: 4px;
  z-index: 999;
}
.videos .btn-elipsis button {
  /* border: none;
  background-color: transparent;
  color: black;
  background-image: none; */
  background: none;
  border: none;
  /* border-style: groove;
  border: 2px solid darkgray; */
}
:host ::ng-deep .k-grid td {
  border-width: 0;
}
:host ::ng-deep .k-grid th {
  border-width: 0;
}
.videos.pd-for-scroll {
  padding: 0px 0px 0px 0px !important;
  margin: 15px 3px 0px 3px !important;
}
.videos .img-slide {
  width: 40px;
  height: 40px;
  object-fit: contain;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videos .video-slide {
  width: 100%;
  height: 490px;
  object-fit: fill;
  padding: 10px;
}
/* .videos .k-dialog{
    background: none;
} */
.videos .carousel-control-next-icon,
.videos .carousel-control-prev-icon {
  background-color: darkgrey;
  border-radius: 50%;
  background-size: 16px;
  padding: 20px;
  top: 50%;
  /* left: 50%; */
}
.videos .xbutton-detail-media {
  border-radius: 50%;
  background: darkgrey !important;
  float: right;
}
.videos .k-window-content {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-content: center;
}
.videos.crystal-detail.k-dialog-wrapper .k-dialog {
  background: none !important;
  box-shadow: none !important;
  width: 90%;
}
.videos .upload-image {
  float: left;
  /* margin-left: 25px; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.videos .upload-image .top {
  margin-bottom: 5px;
  white-space: nowrap;
}
.videos .archive-item {
  position: relative;
  margin-bottom: 28px;
  /* bottom: 0;  */
}
.videos .img-title {
  margin-top: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #494949;
  text-transform: uppercase;
}
.videos .input-image {
  float: left;
  /* margin-left: -100px; */
  max-width: 1000px;
}
.videos .btn-remove {
  right: 0px;
}
@media (min-width: 768px) {
  .videos .col-md-2 {
    flex: 0 0 auto;
    width: 261px !important;
    height: 270px !important;
  }
}
.videos .k-pager-wrap {
  border-color: white;
  color: #424242;
  background-color: white;
}
.popup-upload.x-dialog {
  max-width: 768px;
  /* max-height: 565px; */
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}
:host ::ng-deep .popup-upload .k-window-content, .k-prompt-container {
  overflow: hidden !important;
}
.videos .image-upload {
  display: none;
}
.videos.popup-upload .k-window {
  max-height: 700px;
}
.videos .vnpt-upload-img .k-upload {
  display: none;
}
.videos .mb-drbtn-func .k-dropdown-button {
  height: 0px !important;
  background: none;
}
.videos .bookmark-show {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 4px;
  z-index: 1;
  float: left;
  left: 24px;
  font-size: 27px;
  color: red;
}
.videos .xbutton-dialog .k-icon {
  font-size: 20px !important;
}
.videos .k-button .k-icon, .k-button .k-image, .k-button .k-sprite {
  color: inherit;
  align-self: center;
  position: relative;
}
.videos .k-icon {
  width: 1em;
  height: 1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-family: "WebComponentsIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.videos .image-slide {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.videos .carousel-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.videos .carousel-prev, .videos .carousel-next {
  display: flex;
  align-items: center;
}
.videos .carousel-inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  width: 70%;
}
.videos .thumbnail-videos-container {
  margin-top: 36px;
  padding-left: -5px;
  padding-right: -5px;
  width: 100%;
  display: flex;
}
.videos .image-slide-thumbnail {
  width: 20%;
  padding: 0 5px;
  height: 80px;
}
.videos .image-slide-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos .video-wrapper {
  width: 100%;
  height: 600px;
  object-fit: contain;
}
.login-page .panel-login .description h6 {
  color: #606060;
  font-size: 20px;
}
.login-page .panel-login .description .content {
  color: #1F1F1F;
  font-size: 16px;
}
.working-schedule .title {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #474747;
}
.working-schedule .k-header {
  background-color: #00396b;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  padding: 14px;
  text-align: center;
}
.working-schedule .k-grid {
  border: 1px solid #afafaf;
  border-bottom-width: 0;
}
.working-schedule .k-grid td {
  vertical-align: top;
  border-color: #afafaf;
  border-bottom-width: 1px;
  background-color: #ffffff;
  padding-top: 30px;
}
.working-schedule .schedule-table {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.working-schedule .working-container {
  padding-left: 15px;
  padding-right: 18px;
  height: 100%;
  min-height: 47px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #494949;
}
.working-schedule .working {
  margin-bottom: 13px;
}
.working-schedule .working:last-child {
  margin-bottom: 62px;
}
.working-schedule .day-container {
  padding-left: 6px;
  padding-right: 2px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #494949;
}
.electronic-text .k-grid-header,
.electronic-text .k-grid-header .k-header {
  font-weight: bold;
  padding-right: 0px !important;
}
.electronic-text .router {
  margin-top: 15px !important;
  box-sizing: border-box;
}
.electronic-text .k-combobox {
  height: 100%;
}
.electronic-text .k-combobox .k-dropdown-wrap {
  height: 100%;
}
.electronic-text .k-dropdownlist {
  display: none;
}
.electronic-text .check-element {
  display: none !important;
}
.electronic-text .tab-des {
  margin: 30px 0;
  display: none;
  font-weight: bold;
  color: #00396b;
}
.electronic-text .tab-des p {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #00396b;
}
.electronic-text .control-search .btn-remove {
  background-color: transparent !important;
  right: 40px;
  color: #000 !important;
  width: 30px;
  height: 36px;
  float: right;
  border-radius: 0;
  margin-top: -36px !important;
  border: 0;
  margin-right: -38px;
}
.electronic-text .k-grid {
  border-color: rgba(0, 0, 0, 0.08);
  color: #2c2c2c !important;
  background-color: #ffffff;
}
.electronic-text .k-grid {
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4285714286;
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}
.electronic-text .list-member-title {
  font-size: 16px !important;
  color: #ea4335;
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.electronic-text .k-cell-inner > .k-link {
  padding: 8px 12px;
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: 1;
  overflow: hidden;
  background-color: white !important;
}
.electronic-text .k-grid td {
  border-width: 0 0 0px 0px !important;
  vertical-align: middle;
  background-color: white;
  border-bottom: 1px solid #e1e1e1 !important;
  vertical-align: top;
  padding-top: 15px;
}
.electronic-text .img {
  cursor: pointer;
}
.electronic-text .k-pager-info {
  text-align: right;
  justify-content: flex-end;
  flex: 1 1 0%;
  visibility: hidden;
  order: 9;
  overflow: hidden;
  display: none;
}
.electronic-text .k-pager-wrap {
  color: #424242;
  background-color: white !important;
  justify-content: right !important;
  padding-top: 30px;
}
.electronic-text .k-pager-wrap:focus {
  box-shadow: none;
}
.electronic-text .k-grid-header {
  padding: opx !important;
  border-bottom: 1px solid #b6b6b6 !important;
}
.electronic-text .k-grid-header-wrap,
.electronic-text .k-grid-footer-wrap {
  margin-right: -1px;
  width: 100%;
  border-width: 0px 0px 0 0 !important;
  border-style: solid;
  border-color: inherit;
  position: relative;
  overflow: hidden;
}
.electronic-text .k-grid-content {
  width: 100%;
  overflow: auto;
  overflow-x: auto;
  /* overflow-y: scroll; */
  position: relative;
  flex: 1;
}
.electronic-text .k-pager-nav {
  border: 1px solid #e7e7e7;
  margin-left: 10px;
  color: #000;
}
.electronic-text .k-state-selected {
  border: none;
}
.electronic-text .search-place {
  width: 100% !important;
  margin-top: 15px;
  padding: 4px 10px;
  height: 40px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.electronic-text .search-place input {
  border: none;
  width: 100%;
  font-size: 16px;
}
.electronic-text .search-place input::placeholder {
  font-weight: 400;
  color: #aaaaaa;
}
.electronic-text .search-place input:focus {
  outline: none;
}
.electronic-text .search-place i {
  color: gray;
}
.electronic-text .dropdown {
  padding: 0 2px;
}
.electronic-text .dropdown kendo-combobox {
  width: 100% !important;
}
.electronic-text .dropdown .k-dropdown-wrap {
  background-color: white;
  border: none;
}
.electronic-text .dropdown .k-state-focused {
  box-shadow: none;
}
.electronic-text .dropdown .k-select {
  background-color: white;
  background-image: none;
}
.electronic-text .dropdown .k-input {
  font-size: 16px;
  line-height: normal;
  height: auto;
}
.electronic-text .dropdown .k-i-close {
  height: 100%;
}
.electronic-text .k-grid th {
  padding: 8px 12px;
  border-width: 0 0 0 0;
  white-space: nowrap;
  background-color: white;
}
.electronic-text .btn-search {
  color: #000;
  background-color: #d6a022;
  border: hidden;
  font-weight: 600;
  font-size: 16px !important;
  border-radius: 3px;
  margin-top: 39px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.electronic-text .filter {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 10px;
}
.electronic-text .filter .field-name {
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5a;
}
.electronic-text .search-input {
  width: 40%;
}
.electronic-text .filter-1 {
  width: 60%;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.electronic-text .filter-1 .filter-item {
  width: 50%;
}
.electronic-text .text-name {
  color: #00396b;
}
.electronic-text .total-member {
  color: black;
}
.electronic-text .dialog-info-post-detail {
  max-width: 830px;
}
.electronic-text .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 15px;
}
.electronic-text .btn-addNew .k-button {
  font-size: 14px !important;
}
.electronic-text .btn-custom {
  width: 100%;
}
.electronic-text .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.electronic-text .item {
  border: 1px solid #c4c4c4;
  margin: 10px;
}
.electronic-text .index {
  float: left;
  width: calc(100% - 28px);
}
.electronic-text .k-pager-numbers .k-state-selected {
  color: #fff;
  background-color: #d6a022;
}
@media (max-width: 768px) {
  .electronic-text .k-dropdownlist {
    display: inline;
    color: #fff;
    background-color: #d6a022;
  }
  .electronic-text .k-pager-numbers-wrap {
    margin: 0;
  }
  .electronic-text .k-dropdown-button button {
    background: none !important;
    color: black !important;
    border: none !important;
    padding-right: 0px;
    width: 28px;
    float: right;
  }
  .electronic-text .btn-addNew {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .electronic-text .router {
    padding: 0 20px;
  }
  .electronic-text .btn-search {
    margin-top: 10px;
    height: 35px;
  }
  .electronic-text .search-place {
    height: 35px;
    margin-top: 5px;
  }
}
@media (max-width: 992px) {
  .electronic-text .router-outlet-content {
    padding: 0 10px;
  }
}
.member-unit {
  margin-bottom: 96px;
}
.member-unit .lb-name {
  font-size: 30px;
}
.member-unit .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 12px;
  border-radius: 2px;
  visibility: hidden;
}
.member-unit .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.member-unit .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.member-unit .vertical-dot .menu .menu-row,
.member-unit .vertical-dot .menu .menu-row-current,
.member-unit .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.member-unit .vertical-dot .menu .menu-row .menu-item-1,
.member-unit .vertical-dot .menu .menu-row .menu-item-2,
.member-unit .vertical-dot .menu .menu-row-current .menu-item-1,
.member-unit .vertical-dot .menu .menu-row-current .menu-item-2,
.member-unit .vertical-dot .menu .menu-row-current-border .menu-item-1,
.member-unit .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.member-unit .vertical-dot .menu .menu-row-current,
.member-unit .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.member-unit .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.member-unit .d-flex {
  visibility: visible !important;
}
.member-unit .title-center {
  text-align: center !important;
}
.member-unit .image-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
  justify-content: space-between;
}
.member-unit .image-column {
  flex: 33%;
  max-width: 33%;
}
.member-unit .image-item {
  vertical-align: middle;
  width: 100%;
  margin-top: 20px;
  padding: 0 7px;
  cursor: pointer;
}
.member-unit .image-container {
  display: block;
  position: relative;
  text-decoration: none;
}
.member-unit .image-overlay {
  position: absolute;
  width: 100%;
  height: 104px;
  transition: 0.3s ease-out;
  opacity: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.69);
  text-decoration: none;
  cursor: pointer;
}
.member-unit .image-overlay h3 {
  font-weight: 700;
  font-size: 31px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin: 16px 10px;
}
.member-unit img {
  vertical-align: middle;
  width: 100%;
}
.member-unit .image-container:hover .image-overlay {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .member-unit .image-row {
    flex-direction: column;
    align-items: center;
    margin-left: 4px;
    margin-right: 4px;
  }
  .member-unit .image-column {
    flex: 100%;
    max-width: 100%;
  }
}
.library-text .k-grid-header,
.library-text .k-grid-header .k-header {
  font-weight: bold;
  padding-right: 0px !important;
}
.library-text .field-name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #353535;
}
.library-text .router {
  margin-top: 15px !important;
  box-sizing: border-box;
}
.library-text .k-cell-inner {
  margin: 0px 0px -5px -15px !important;
  float: left;
}
.library-text .wb-library-text {
  display: block !important;
}
.library-text .mb-library-text {
  display: none !important;
}
.library-text .k-dropdownlist {
  display: none;
}
.library-text .label-text-name {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #00396B;
}
.library-text .check-element {
  display: none !important;
}
.library-text .tab-des {
  margin: 30px 0;
  display: none;
  font-weight: bold;
  color: #00396b;
}
.library-text .tab-des p {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #00396b;
}
.library-text .control-search .btn-remove {
  background-color: transparent !important;
  right: 40px;
  color: #000 !important;
  width: 30px;
  height: 36px;
  float: right;
  border-radius: 0;
  margin-top: -36px !important;
  border: 0;
  margin-right: -38px;
}
.library-text .k-grid {
  border-color: rgba(0, 0, 0, 0.08);
  color: #2c2c2c !important;
  background-color: #ffffff;
}
.library-text .k-column-title {
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #111111;
}
.library-text .k-grid {
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4285714286;
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}
.library-text .list-member-title {
  font-size: 16px !important;
  color: #ea4335;
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.library-text .k-combobox {
  height: 100%;
}
.library-text .k-combobox .k-dropdown-wrap {
  height: 100%;
}
.library-text .k-cell-inner > .k-link {
  padding: 8px 12px;
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: 1;
  overflow: hidden;
  background-color: white !important;
  justify-content: center;
}
.library-text .k-grid td {
  border-width: 0 0 0px 0px !important;
  vertical-align: middle;
  background-color: white;
  border-bottom: 1px solid #e1e1e1 !important;
  vertical-align: top;
  padding-top: 15px;
}
.library-text .k-grid td dd {
  padding-left: 5px;
}
.library-text .img {
  cursor: pointer;
}
.library-text .k-pager-info {
  text-align: right;
  justify-content: flex-end;
  flex: 1 1 0%;
  visibility: hidden;
  order: 9;
  overflow: hidden;
  display: none;
}
.library-text .k-pager-wrap {
  color: #424242;
  background-color: white !important;
  justify-content: right !important;
  padding-top: 30px;
}
.library-text .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 12px;
  border-radius: 2px;
  visibility: hidden;
}
.library-text .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.library-text .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.library-text .vertical-dot .menu .menu-row,
.library-text .vertical-dot .menu .menu-row-current,
.library-text .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.library-text .vertical-dot .menu .menu-row .menu-item-1,
.library-text .vertical-dot .menu .menu-row .menu-item-2,
.library-text .vertical-dot .menu .menu-row-current .menu-item-1,
.library-text .vertical-dot .menu .menu-row-current .menu-item-2,
.library-text .vertical-dot .menu .menu-row-current-border .menu-item-1,
.library-text .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.library-text .vertical-dot .menu .menu-row-current,
.library-text .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.library-text .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.library-text .d-flex {
  visibility: visible !important;
}
.library-text .k-pager-wrap:focus {
  box-shadow: none;
}
.library-text .k-grid-header {
  padding: 0px !important;
  border-bottom: 1px solid #b6b6b6 !important;
}
.library-text .k-grid-header-wrap,
.library-text .k-grid-footer-wrap {
  margin-right: -1px;
  width: 100%;
  border-width: 0px 0px 0 0 !important;
  border-style: solid;
  border-color: inherit;
  position: relative;
  overflow: hidden;
}
.library-text .k-grid-content {
  width: 100%;
  overflow: auto;
  overflow-x: auto;
  /* overflow-y: scroll; */
  position: relative;
  flex: 1;
}
.library-text .k-pager-nav {
  border: 1px solid white;
  margin-left: 10px;
  color: #000;
}
.library-text .k-state-selected {
  border: none;
}
.library-text .search-place {
  width: 100% !important;
  margin-top: 15px;
  padding: 4px 10px;
  height: 40px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.library-text .search-place input {
  border: none;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #AFAFAF;
}
.library-text .search-place input::placeholder {
  font-weight: 400;
  color: #aaaaaa;
}
.library-text .search-place input:focus {
  outline: none;
}
.library-text .search-place i {
  color: gray;
}
.library-text .dropdown {
  padding: 0 2px;
}
.library-text .dropdown kendo-combobox {
  width: 100% !important;
}
.library-text .dropdown .k-dropdown-wrap {
  background-color: white;
  border: none;
}
.library-text .dropdown .k-state-focused {
  box-shadow: none;
}
.library-text .dropdown .k-select {
  background-color: white;
  background-image: none;
}
.library-text .dropdown .k-input {
  font-size: 16px;
  line-height: normal;
  height: 100%;
}
.library-text .dropdown .k-i-close {
  height: 100%;
}
.library-text .k-grid th {
  padding: 8px 12px;
  border-width: 0 0 0 0;
  white-space: nowrap;
  background-color: white;
}
.library-text .btn-search {
  border: hidden;
  background: #006CB5;
  font-size: 16px;
  border-radius: 3px;
  margin-top: 45px;
  height: 40px;
  display: flex;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  color: white;
  flex-direction: row;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.library-text .filter {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 10px;
}
.library-text .search-input {
  width: 40%;
}
.library-text .filter-1 {
  width: 60%;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.library-text .filter-1 .filter-item {
  width: 50%;
}
.library-text .label-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2C2C2C;
}
.library-text .label-text0-name {
  justify-content: center !important;
  display: flex !important;
}
.library-text .text-name {
  color: #00396b;
}
.library-text .total-member {
  color: black;
}
.library-text .dialog-info-post-detail {
  max-width: 830px;
}
.library-text .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 15px;
}
.library-text .btn-addNew .k-button {
  font-size: 14px !important;
}
.library-text .btn-custom {
  width: 100%;
}
.library-text .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.library-text .item {
  border: 1px solid #c4c4c4;
  margin: 10px;
}
.library-text .index {
  justify-content: center;
  display: flex;
  text-align: center;
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.library-text .k-pager-numbers .k-state-selected {
  color: #fff;
  background-color: #d6a022;
}
.library-text .library-text-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.library-text .library-text-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.library-text .library-text-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.library-text .library-text-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.library-text .dialog-width {
  max-width: 400px;
}
.library-text .download-box {
  display: flex;
  justify-content: center;
}
.library-text .pointer {
  cursor: pointer;
}
@media (max-width: 768px) {
  .library-text .k-dropdownlist {
    display: inline;
    color: #fff;
    background-color: #d6a022;
  }
  .library-text .k-pager-numbers-wrap {
    margin: 0;
  }
  .library-text .item-menu {
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    width: 100%;
  }
  .library-text .wb-library-text {
    display: none !important;
  }
  .library-text .mb-library-text {
    display: block !important;
    padding: 0px;
  }
  .library-text .k-dropdown-button button {
    background: none !important;
    color: black !important;
    border: none !important;
    padding-right: 0px;
    width: 28px;
    float: right;
  }
  .library-text .btn-addNew {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .library-text .router {
    padding: 0 20px;
  }
  .library-text .btn-search {
    margin-top: 10px;
    height: 35px;
  }
  .library-text .search-place {
    height: 35px;
    margin-top: 5px;
  }
}
@media (max-width: 992px) {
  .library-text .router-outlet-content {
    padding: 0 10px;
  }
}
.news-template-1, .news-template-1-without-time {
  width: 100%;
  min-height: 504px;
}
.news-template-1 .row, .news-template-1-without-time .row {
  --bs-gutter-x: 0;
}
.news-template-1 .k-dialog, .news-template-1-without-time .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-1 .post-title, .news-template-1-without-time .post-title {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 43px;
  color: #000;
}
.news-template-1 .title-text, .news-template-1-without-time .title-text {
  margin-bottom: 0 !important;
}
.news-template-1 .post-more, .news-template-1-without-time .post-more {
  display: flex;
  justify-content: center;
  color: #d6a022;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 4px;
}
.news-template-1 .post-more a, .news-template-1-without-time .post-more a {
  color: #d6a022;
}
.news-template-1 .pointer, .news-template-1-without-time .pointer {
  cursor: pointer;
}
.news-template-1 .icon-clock, .news-template-1-without-time .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-1 .title, .news-template-1-without-time .title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #292621;
  text-decoration: none;
  margin-bottom: 5px !important;
}
.news-template-1 .title-template-type-2, .news-template-1-without-time .title-template-type-2 {
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #2B2B2B;
  margin-bottom: 20px;
}
.news-template-1 .post-image, .news-template-1 .post-image-radius, .news-template-1-without-time .post-image, .news-template-1-without-time .post-image-radius {
  height: 100%;
  width: 100%;
}
.news-template-1 .post-image-radius, .news-template-1-without-time .post-image-radius {
  border-radius: 4px;
}
.news-template-1 .post-image-default, .news-template-1-without-time .post-image-default {
  height: 100%;
  width: 100%;
}
.news-template-1 .post-image-org, .news-template-1-without-time .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-1 .time-clock, .news-template-1-without-time .time-clock {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}
.news-template-1 .time-text, .news-template-1-without-time .time-text {
  color: #0B68A4;
  margin-left: 10px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-1 .main-item, .news-template-1-without-time .main-item {
  display: table;
}
.news-template-1 .vertical-dot, .news-template-1-without-time .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-1 .main-item:hover .vertical-dot, .news-template-1-without-time .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-1 .d-flex, .news-template-1-without-time .d-flex {
  visibility: visible !important;
}
.news-template-1 .three-dot-area, .news-template-1-without-time .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-1 .menu, .news-template-1-without-time .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-1 .menu .menu-row,
.news-template-1 .menu .menu-row-current,
.news-template-1 .menu .menu-row-current-border, .news-template-1-without-time .menu .menu-row,
.news-template-1-without-time .menu .menu-row-current,
.news-template-1-without-time .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-1 .menu .menu-row .menu-item-1,
.news-template-1 .menu .menu-row .menu-item-2,
.news-template-1 .menu .menu-row-current .menu-item-1,
.news-template-1 .menu .menu-row-current .menu-item-2,
.news-template-1 .menu .menu-row-current-border .menu-item-1,
.news-template-1 .menu .menu-row-current-border .menu-item-2, .news-template-1-without-time .menu .menu-row .menu-item-1,
.news-template-1-without-time .menu .menu-row .menu-item-2,
.news-template-1-without-time .menu .menu-row-current .menu-item-1,
.news-template-1-without-time .menu .menu-row-current .menu-item-2,
.news-template-1-without-time .menu .menu-row-current-border .menu-item-1,
.news-template-1-without-time .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-1 .menu .menu-row-current,
.news-template-1 .menu .menu-row-current-border, .news-template-1-without-time .menu .menu-row-current,
.news-template-1-without-time .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-1 .menu .menu-item-3, .news-template-1-without-time .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-1 .img-figure,
.news-template-1 .img-figure-no-img,
.news-template-1 .img-figure-template-type-2, .news-template-1-without-time .img-figure,
.news-template-1-without-time .img-figure-no-img,
.news-template-1-without-time .img-figure-template-type-2 {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.news-template-1 .img-figure-2, .news-template-1-without-time .img-figure-2 {
  height: 260px !important;
}
.news-template-1 .post-list, .news-template-1-without-time .post-list {
  display: flex;
  flex-wrap: wrap;
}
.news-template-1 .post-list .k-pager-info, .news-template-1 .post-list .k-pager-sizes, .news-template-1-without-time .post-list .k-pager-info, .news-template-1-without-time .post-list .k-pager-sizes {
  display: none;
}
.news-template-1 .post-list .k-pager kendo-datapager-prev-buttons, .news-template-1-without-time .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-1 .post-list .k-pager .k-state-selected, .news-template-1-without-time .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-1 .post-list .top-part, .news-template-1-without-time .post-list .top-part {
  display: flex;
  flex-direction: column;
}
.news-template-1 .uppercase, .news-template-1-without-time .uppercase {
  text-transform: uppercase;
}
.news-template-1 .top-new-item, .news-template-1-without-time .top-new-item {
  margin: 5px 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-1 .top-new-item .title:hover, .news-template-1-without-time .top-new-item .title:hover {
  color: #00396b;
}
.news-template-1 .close-div, .news-template-1-without-time .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-1 .news-template-1-dialog, .news-template-1-without-time .news-template-1-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-1 .news-template-1-dialog .close-icon-div, .news-template-1-without-time .news-template-1-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-1 .news-template-1-dialog .close-icon, .news-template-1-without-time .news-template-1-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-1 .news-template-1-dialog .title-info-req, .news-template-1-without-time .news-template-1-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-1 .input-label, .news-template-1-without-time .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-1 .btn-delete, .news-template-1-without-time .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-1 .btn-cancel, .news-template-1-without-time .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-1 .dialog-width, .news-template-1-without-time .dialog-width {
  max-width: 400px;
}
.news-template-1 .space-box, .news-template-1-without-time .space-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-template-1 .img-figure, .news-template-1-without-time .img-figure {
    height: auto !important;
  }
  .news-template-1 .post-list, .news-template-1-without-time .post-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.search-page {
  width: 100%;
  background-color: #ffffff !important;
}
.search-page .search-result-container {
  margin-top: 30px;
}
.search-page .search-result-list {
  margin-top: 5px;
}
.search-page .search-result-summary {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #4e4e4e;
}
.search-page .search-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
.search-page .search-result-item {
  display: flex;
  width: 100%;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}
.search-page .search-result-image {
  cursor: pointer;
  flex: 1;
}
.search-page .search-result-image img {
  width: 100%;
  object-fit: cover;
}
.search-page .search-result-info {
  width: 75%;
  display: flex;
  flex-direction: column;
  margin-left: 28px;
}
.search-page .search-result-info h3 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #414142;
  cursor: pointer;
}
.search-page .search-result-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #494949;
  margin: 0;
}
.search-page .post-title {
  display: flex;
  color: #0b68a4;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 15px;
  background-color: #00396b;
  position: relative;
  height: 40px;
}
.search-page .post-more {
  display: flex;
  justify-content: center;
  color: #eb2e35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.search-page .post-more a {
  color: #eb2e35;
}
.search-page .pointer {
  cursor: pointer;
}
.search-page .icon-clock {
  width: 14px;
  height: 14px;
  margin-top: 5px;
}
.search-page .title {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  margin-left: 16px;
  margin-right: 30px;
}
.search-page .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.search-page .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.search-page .time-clock {
  display: flex;
}
.search-page .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.search-page .three-dot-area {
  cursor: pointer;
  width: 20px;
  display: flex;
  justify-content: center;
}
.search-page .three-dot {
  width: 5px;
  height: 20px;
}
.search-page .main-item {
  display: table;
  margin: 0;
}
.search-page .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 22px;
}
.search-page .menu {
  border: 2px solid black;
  background-color: #fffcfc;
  color: #0079ff;
  border-radius: 5px;
  cursor: pointer;
  width: 90px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.search-page .menu .menu-row,
.search-page .menu .menu-row-current,
.search-page .menu .menu-row-current-border {
  cursor: pointer;
}
.search-page .menu .menu-row .menu-item-1,
.search-page .menu .menu-row .menu-item-2,
.search-page .menu .menu-row-current .menu-item-1,
.search-page .menu .menu-row-current .menu-item-2,
.search-page .menu .menu-row-current-border .menu-item-1,
.search-page .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 25px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid black;
}
.search-page .menu .menu-row-current,
.search-page .menu .menu-row-current-border {
  background-color: #d8d5d5;
  color: #686868;
  border-bottom: 2px;
  border-radius: 0 0 2px 2px;
}
.search-page .menu .menu-row-current-border {
  border-radius: 2px 2px 0 0;
}
.search-page .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  align-items: center;
}
.search-page .img-figure,
.search-page .img-figure-no-img {
  height: 198px;
  max-width: 372px;
  display: flex;
  justify-content: center;
  position: relative;
}
.search-page .uppercase {
  color: #ffffff;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.search-page .top-new-item {
  margin: 10px 0;
}
.search-page .close-div {
  display: flex;
  margin-top: 3px;
}
.search-page .search-page-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.search-page .search-page-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.search-page .search-page-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.search-page .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.search-page .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.search-page .text-section {
  display: flex;
  margin-top: 10px;
}
.search-page .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396b;
}
.search-page .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.search-page .k-pager-wrap {
  border-color: white !important;
  color: #424242;
  background-color: white !important;
}
.image-slider-a {
  position: relative;
  margin-bottom: 10px;
  min-height: 445px;
}
.image-slider-a .img-scrollview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-slider-a .k-dialog {
  height: auto !important;
  width: auto !important;
}
.image-slider-a kendo-scrollview.k-scrollview-wrap {
  border: none;
}
.image-slider-a .k-scrollview-next, .image-slider-a .k-scrollview-prev {
  text-shadow: none;
  background: rgba(32, 28, 28, 0.24);
  height: 97px;
  width: 47px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.image-slider-a .k-scrollview-next .k-icon, .image-slider-a .k-scrollview-prev .k-icon {
  font-size: 30px;
  text-align: center;
}
.image-slider-a .k-scrollview-pageable .k-button {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0);
  border: white solid 1px;
  height: 10px !important;
  width: 10px !important;
  margin: 3px;
}
.image-slider-a .k-scrollview-pageable .k-button::before {
  height: 10px !important;
  width: 10px !important;
}
.image-slider-a .k-scrollview-pageable .k-primary {
  background-color: white;
  border: white;
}
.image-slider-a .statistic {
  width: 250px;
  height: 350px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  margin-top: -375px;
  right: 50px;
  position: absolute;
  padding: 15px;
}
.image-slider-a .statistic .stat-box {
  width: 100%;
  height: 100%;
  background-color: white;
  position: relative;
}
.image-slider-a .statistic .stat-box .stat-box-title {
  background-color: #d8a64e;
  color: white;
  font-weight: bold;
  text-align: center;
  height: 30px;
  line-height: 30px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.image-slider-a .statistic .stat-box .stat-box-info {
  height: calc(100%-106px);
  width: 100%;
  position: relative;
}
.image-slider-a .statistic .stat-box .stat-box-info .stat-description {
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  color: #535353;
  font-size: 14px;
}
.image-slider-a .statistic .stat-box .stat-box-info .stat-number {
  text-align: center;
  font-weight: bold;
  font-size: 66px;
  line-height: 60px;
  color: #007fae;
}
.image-slider-a .statistic .stat-box .stat-box-info .stat-unit {
  padding: 15px;
  text-align: center;
  color: #535353;
  font-size: 14px;
}
.image-slider-a .statistic .stat-box .hotline {
  bottom: 0;
  padding: 15px;
  box-sizing: border-box;
  position: absolute;
  border-top: solid 2px #f2f2f2;
  width: 100%;
}
.image-slider-a .statistic .stat-box .hotline .hotline-title {
  color: #808080;
  font-weight: bold;
  font-size: 14px;
}
.image-slider-a .statistic .stat-box .hotline .hotline-number {
  color: red;
  font-weight: bold;
  font-size: 16px;
}
.image-slider-a .d-flex {
  visibility: visible !important;
}
.image-slider-a .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.image-slider-a .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.image-slider-a .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.image-slider-a .vertical-dot .menu .menu-row,
.image-slider-a .vertical-dot .menu .menu-row-current,
.image-slider-a .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.image-slider-a .vertical-dot .menu .menu-row .menu-item-1,
.image-slider-a .vertical-dot .menu .menu-row .menu-item-2,
.image-slider-a .vertical-dot .menu .menu-row-current .menu-item-1,
.image-slider-a .vertical-dot .menu .menu-row-current .menu-item-2,
.image-slider-a .vertical-dot .menu .menu-row-current-border .menu-item-1,
.image-slider-a .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.image-slider-a .vertical-dot .menu .menu-row-current,
.image-slider-a .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.image-slider-a .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.image-slider-a .banner {
  width: 100%;
}
.image-slider-a .title-info-req {
  font-weight: bold;
}
.image-slider-a .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.image-slider-a .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.image-slider-a .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.image-slider-a .close-div {
  display: flex;
  margin-top: 3px;
}
.image-slider-a .slider-dialog {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 10px 0px;
  margin-bottom: 18px;
}
.image-slider-a .slider-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.image-slider-a .slider-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.image-slider-a:hover .vertical-dot {
  visibility: visible;
}
.news-template-11 {
  width: 100%;
  background-color: #ffffff !important;
}
.news-template-11 .row {
  --bs-gutter-x: 0;
}
.news-template-11 .post-title {
  font-weight: bold;
  border-left: 7px solid #D8A750;
  margin-bottom: 20px;
  min-height: 60px;
  font-size: 24px;
  padding-left: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #007FAE;
  text-transform: uppercase;
}
.news-template-11 .pointer {
  cursor: pointer;
}
.news-template-11 .icon-clock {
  min-width: 14px;
  min-height: 14px;
  background-color: #007FAE;
}
.news-template-11 .title {
  margin: 0;
  margin-left: 20px;
  font-weight: 500;
  font-size: 20px;
}
.news-template-11 .post-image {
  width: 100%;
  border: 1px solid #DCDCDC;
}
.news-template-11 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-11 .three-dot-area {
  cursor: pointer;
  width: 20px;
  display: flex;
  justify-content: center;
}
.news-template-11 .three-dot {
  width: 5px;
  height: 20px;
}
.news-template-11 .main-item {
  display: table;
  margin: 0;
}
.news-template-11 .list-news {
  border: 1px solid #efefef;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.news-template-11 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 22px;
}
.news-template-11 .menu {
  background-color: white;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-11 .menu .menu-row,
.news-template-11 .menu .menu-row-current,
.news-template-11 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-11 .menu .menu-row .menu-item-1,
.news-template-11 .menu .menu-row .menu-item-2,
.news-template-11 .menu .menu-row-current .menu-item-1,
.news-template-11 .menu .menu-row-current .menu-item-2,
.news-template-11 .menu .menu-row-current-border .menu-item-1,
.news-template-11 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-11 .menu .menu-row-current,
.news-template-11 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-11 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-11 .img-figure,
.news-template-11 .img-figure-no-img {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-11 .top-new-item {
  margin-top: 20px;
}
.news-template-11 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-11 .news-template-11-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-11 .news-template-11-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-11 .news-template-11-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-11 .news-template-11-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-11 .text-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}
.news-template-11 .title-first {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.news-template-11 .content-detail {
  font-size: 16px;
}
.news-template-11 .first-news {
  display: flex;
  flex-direction: row;
  gap: 24px;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 0px;
  padding-bottom: 20px;
}
.news-template-11 .top-news-detail {
  width: 100%;
}
.news-template-11 .left,
.news-template-11 .right {
  width: 50%;
}
@media (max-width: 768px) {
  .news-template-11 .left,
.news-template-11 .right {
    width: 100%;
  }
  .news-template-11 .first-news {
    flex-direction: column;
  }
}
.news-template-11-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-11-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-11-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-11-dialog .err-text,
.news-template-11-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-11-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-11-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-11-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-11-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-11-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-11-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-11-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-11-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-11-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-11-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-11-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-11-dialog .float-right {
  float: right;
}
.news-template-11-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-11-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-11-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-11-dialog .input-box {
  height: 40px;
  margin: 15px;
  margin-top: 10px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-11-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-11-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-11-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-11-dialog .padding-col {
  padding: 7px 15px 0;
}
.login-page .panel-login .change-password-button {
  width: 100%;
  background-color: #00396b;
  border: none;
  color: white;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 600;
}
.login-page .panel-login .cf-forgot-password-button {
  width: 100%;
  background-color: #00396b;
  border: none;
  color: white;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 600;
}
.library-page .background-img {
  position: relative;
}
.library-page .background-img img {
  width: 100%;
  height: 181px;
}
.library-page .menu-bar {
  position: relative;
  top: -100px;
  display: flex;
  margin-top: 30px;
  justify-content: center;
  width: 100%;
  flex-wrap: nowrap;
}
.library-page .tab-scroll {
  height: 126px;
  width: 160px;
  margin: 0 14px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.library-page .tab-item {
  padding: 5px 10px 5px 10px;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  height: 104px;
  color: black;
  background-color: white;
  bottom: 0px;
  transition: all 0.5s ease;
}
.library-page .tab-des {
  margin: 30px 0;
  font-weight: bold;
  color: #00396b;
}
.library-page .tab-des p {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #00396b;
}
.library-page .active {
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #d6a022;
  text-shadow: 2px 0px 4px #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
app-library {
  position: relative;
  top: -6px;
}
.contact-container {
  margin-bottom: 130px;
  margin-left: 200px;
}
.contact-container input.k-input {
  width: 100% !important;
  height: 44px !important;
  border-radius: 3px !important;
  padding-left: 19px !important;
}
.contact-container .k-input::placeholder, .contact-container .k-input::placeholder {
  color: #B9B9B9;
  text-transform: uppercase;
}
.contact-container .k-i-close {
  height: 100%;
}
.contact-container .contact-title {
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
  color: #00396B;
  text-transform: uppercase;
}
.contact-container .contact-wrapper {
  display: flex;
}
.contact-container .contact-drop {
  width: 100%;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #C8C8C8;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
}
.contact-container .k-combobox {
  border: 1px solid #C8C8C8 !important;
  width: 100%;
  height: 44px;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  background: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.contact-container .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 12px;
  border-radius: 2px;
  visibility: hidden;
}
.contact-container .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.contact-container .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.contact-container .vertical-dot .menu .menu-row,
.contact-container .vertical-dot .menu .menu-row-current,
.contact-container .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.contact-container .vertical-dot .menu .menu-row .menu-item-1,
.contact-container .vertical-dot .menu .menu-row .menu-item-2,
.contact-container .vertical-dot .menu .menu-row-current .menu-item-1,
.contact-container .vertical-dot .menu .menu-row-current .menu-item-2,
.contact-container .vertical-dot .menu .menu-row-current-border .menu-item-1,
.contact-container .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-container .vertical-dot .menu .menu-row-current,
.contact-container .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.contact-container .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact-container .d-flex {
  visibility: visible !important;
}
.contact-container .contact-inputs {
  width: 33%;
  margin-right: 68px;
}
.contact-container .contact-input-item {
  margin-bottom: 15px;
}
.contact-container .contact-textarea-item {
  margin-bottom: 26px;
}
.contact-container .k-textbox {
  width: 100%;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #C8C8C8;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
}
.contact-container .k-textbox::placeholder, .contact-container .k-textarea::placeholder {
  color: #B9B9B9;
  text-transform: uppercase;
}
.contact-container .k-textarea {
  width: 100%;
  height: 197px;
  resize: none;
  border: 1px solid #C8C8C8;
  padding-left: 19px;
  padding-top: 19px;
}
.contact-container .contact-button-wrapper {
  display: flex;
  justify-content: flex-end;
}
.contact-container .contact-form-button {
  min-width: 169px;
  font-size: 18px;
  padding: 8px;
  border: none;
  background-color: #00396B;
  color: #FFFFFF;
  border-radius: 3px;
  text-transform: uppercase;
}
.contact-container .contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.contact-container .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 13px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #D6A022;
}
.contact-container .contact-info {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #5E5E5E;
}
.contact-container .contact-error {
  color: #d51923;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-top: 4px;
}
.routerLink {
  background: white;
  margin-top: 20px;
}
.routerLink .img {
  margin: 2px 12px 6px 12px;
}
.routerLink .mb-routerLink {
  display: none;
}
.routerLink .mb-routerLink span.value {
  color: #3b3b3b;
  font-weight: 500;
}
.routerLink .g-btn {
  margin-top: 5px;
}
.routerLink .g-btn kendo-dropdownbutton button {
  height: 100%;
  display: inline-block;
}
.routerLink .btn-custom button {
  background: #34a853;
  color: white;
}
.routerLink .mb-routerLink .function {
  text-align: right;
}
.routerLink.x-dialog-shared {
  max-height: 600px;
  max-width: 1300px;
}
.routerLink.x-dialog {
  max-height: 200px;
  max-width: 600px;
}
.routerLink .popup-width {
  width: 140px;
}
.routerLink .btn-fr {
  float: right;
}
.routerLink .btn-fl {
  float: left;
  margin: 20px 0px 20px 0px;
}
.routerLink .margin {
  margin-left: 0px;
}
.routerLink .align-center-bt {
  text-align: center;
}
.routerLink .headerOfficeStyle {
  text-align: center;
  color: #675f5f;
  background: #f6f6f6;
  text-overflow: inherit;
  vertical-align: middle;
  padding: 0px;
}
.routerLink .block-nm {
  display: inline;
}
.routerLink .btn-show {
  width: 15px;
  display: inline-table;
  border: none;
  background-color: transparent;
}
.routerLink .mr-r15 {
  margin-right: 15px;
}
.routerLink .icon-mouse {
  cursor: pointer;
}
@media (max-width: 768px) {
  .routerLink .g-routerLink {
    display: none;
  }

  .routerLink {
    justify-content: center;
  }

  .routerLink .is-folder-link {
    padding: 0 !important;
  }

  .routerLink .margin {
    margin-left: 0 !important;
  }

  .routerLink .mb-routerLink {
    display: initial;
  }
}
.routerLink .is-first-item {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.routerLink .obj-item {
  border: 1px solid;
  border-radius: 25px;
  padding: 2px 6px 2px 6px;
  margin: 1px;
  font-size: 11px;
  word-break: break-all;
}
.routerLink .seen-obj {
  color: #1d35ae;
  background-color: #e6ebff;
}
.routerLink .remove-member-style {
  cursor: pointer;
  margin-left: 5px;
}
.routerLink .block-info {
  margin-top: 5px;
  margin-bottom: 5px;
}
.routerLink .obj-item-1 {
  display: inline-block;
}
.routerLink .not-first-item {
  border-top: 1px transparent;
  border-bottom: 1px solid;
}
.routerLink .custom-header-grid {
  background-color: white;
  color: black;
}
.routerLink .nopad-lr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.routerLink .is-item {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.routerLink .change {
  font-weight: 700;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  cursor: pointer;
  color: #575757 !important;
}
.routerLink .is-folder-link {
  font-weight: 600;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  color: #575757;
}
.routerLink .is-current-folder1 {
  font-weight: 600;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #575757;
}
.routerLink .is-current-folder {
  font-weight: 600;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #00396b;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #006CB5;
}
.routerLink .file-icon {
  width: 30px;
  height: 33px;
  margin-right: 10px;
}
.routerLink .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 15px;
}
.routerLink .btn-group-list {
  float: right;
  margin-right: 15px;
}
.routerLink .is-cursor {
  cursor: pointer;
}
.routerLink .left-icon {
  padding-right: 40px;
}
.routerLink .file-type {
  width: 60%;
}
.routerLink .align-center {
  text-align: center;
}
.routerLink .routerLink-item {
  width: 100%;
  height: 100%;
  border: 0.2px solid #c2c2c2;
  padding: 5px;
  border-radius: 5%;
}
.routerLink .align-center-webkit {
  text-align: -webkit-center;
  margin-bottom: 25px;
}
.routerLink .custom-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.routerLink .btn-elipsis {
  border: none;
  background-color: transparent;
  color: black;
  background-image: none;
}
.btn-elipsis button {
  border: none;
  background-color: transparent;
  color: #919191;
  background-image: none;
}
.routerLink .display-content {
  position: relative;
  background-color: white;
  padding: 15px;
}
.routerLink .upload-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
.routerLink .header {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.routerLink .header .gallery .dlt-img {
  visibility: hidden;
  padding: 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.routerLink .header .gallery:hover .dlt-img {
  visibility: visible;
}
.routerLink .header img {
  width: 100%;
  height: 100%;
  word-break: break-all;
  cursor: pointer;
}
.routerLink .disabled {
  background-color: #6c757d;
}
.routerLink .search-breadcrumb {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #00396b;
}
.intro-page-dialog {
  margin-left: 0px !important;
}
.intro-page-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.intro-page-dialog .vnpt-upload-img img {
  width: 160px;
}
.intro-page-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.intro-page-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.intro-page-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .intro-page-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.intro-page-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.intro-page-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .intro-page-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .intro-page-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.intro-page-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.intro-page-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .intro-page-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .intro-page-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.intro-page-dialog .row-file {
  margin-bottom: 5px;
}
.intro-page-dialog .float-right {
  float: right;
}
.intro-page-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.intro-page-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.intro-page-dialog .control {
  margin-bottom: 22px;
}
.intro-page-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.intro-page-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.intro-page-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.intro-page-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.intro-page-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-13 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-13 .row {
  --bs-gutter-x: 0;
}
.news-template-13 .k-dialog {
  height: auto !important;
  width: 400px !important;
}
.news-template-13 .pd-l-10 {
  padding-left: 18px;
}
.news-template-13 .post-title {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #EE4623;
}
.news-template-13 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-13 .post-more a {
  color: #EB2E35;
}
.news-template-13 .pointer {
  cursor: pointer;
}
.news-template-13 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-13 .icon-arrow {
  width: 16px;
  height: 16px;
  margin-top: -4px;
  margin-left: 8px;
}
.news-template-13 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1F1F1F;
  margin-bottom: 0;
}
.news-template-13 .post-image, .news-template-13 .post-image-cover {
  height: 259px;
  width: 100%;
}
.news-template-13 .post-image-cover {
  object-fit: cover;
}
.news-template-13 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-13 .time-clock {
  display: flex;
}
.news-template-13 .time-text {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #D52929;
}
.news-template-13 .main-item {
  margin: 0;
}
.news-template-13 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-13 .d-flex {
  visibility: visible !important;
}
.news-template-13 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-13 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-13 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-13 .menu .menu-row,
.news-template-13 .menu .menu-row-current,
.news-template-13 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-13 .menu .menu-row .menu-item-1,
.news-template-13 .menu .menu-row .menu-item-2,
.news-template-13 .menu .menu-row-current .menu-item-1,
.news-template-13 .menu .menu-row-current .menu-item-2,
.news-template-13 .menu .menu-row-current-border .menu-item-1,
.news-template-13 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-13 .menu .menu-row-current,
.news-template-13 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-13 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-13 .img-figure, .news-template-13 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.news-template-13 .uppercase {
  color: #EE4623;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.news-template-13 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-13 .news-template-13-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-13 .news-template-13-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-13 .news-template-13-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-13 .news-template-13-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-13 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-13 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-13 .btn-detail {
  margin-top: 26px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #EE4623;
  border-radius: 3px;
}
.news-template-13 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-13 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-13 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-13 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.news-template-13 .text-section :hover {
  color: #00396B;
}
.news-template-13 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #535353;
  letter-spacing: 0.01em;
  margin-bottom: 9px !important;
}
.news-template-13 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #696969;
  letter-spacing: -0.01em;
  height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .news-template-13 .pd-l-10 {
    padding-left: 0px;
  }
}
.news-template-13 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-template-13 .content-right {
  padding-top: 25px;
  padding-left: 30px;
}
.news-template-13 .detail-btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #4D4D4D;
  padding-left: 3px;
}
.news-template-13 .top-new-first-item {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-13 .top-new-first-item .title:hover {
  color: #00396b;
}
.news-template-13 .top-new-item {
  margin: 10px 0;
  padding-right: 20px;
  justify-content: space-between;
}
.news-template-13 .top-new-item .title:hover {
  color: #00396b;
}
.news-template-13 .post-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.news-template-13 .post-list .k-pager-info, .news-template-13 .post-list .k-pager-sizes {
  display: none;
}
.news-template-13 .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-13 .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-13 .post-list .top-part {
  display: flex;
  flex-direction: column;
}
.news-template-13 .post-image {
  height: 189px;
  width: 100%;
  object-fit: cover;
}
.news-template-13 .post-image-default {
  height: 100%;
  width: 100%;
}
.news-template-13 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-13 .hide-item {
  display: none;
}
.news-template-13 .line {
  border: 1px solid #DC7E10;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
}
.news-template-13 .title-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  letter-spacing: -0.01em;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  .news-template-13 .line {
    border: 1px solid #DC7E10;
    margin-top: 5px;
    margin-bottom: 10px;
    min-width: auto;
  }
  .news-template-13 .post-list {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
  }
  .news-template-13 .top-new-item {
    padding-right: 10px;
    display: block;
  }
  .news-template-13 .content-right {
    padding-top: 0px;
  }
  .news-template-13 .container-fluid {
    margin-left: 5px;
  }
}
.news-template-13-dialog {
  margin-left: 0px !important;
}
.news-template-13-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-13-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-13-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-13-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-13-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-13-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-13-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-13-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-13-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-13-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-13-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-13-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-13-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-13-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-13-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-13-dialog .float-right {
  float: right;
}
.news-template-13-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-13-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-13-dialog .control {
  margin-bottom: 22px;
}
.news-template-13-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-13-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-13-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-13-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-13-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-13-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-14 {
  width: 100%;
  min-height: 504px;
}
.news-template-14 .row {
  --bs-gutter-x: 0;
}
.news-template-14 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-14 .post-title {
  display: flex;
  justify-content: center;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}
.news-template-14 .title-text {
  margin-bottom: 0 !important;
}
.news-template-14 .post-more {
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #EE4623;
  line-height: 21px;
  background-color: white;
  padding-top: 4px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.news-template-14 .post-more a {
  color: #d6a022;
}
.news-template-14 .pointer {
  cursor: pointer;
}
.news-template-14 .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-14 .title {
  line-height: 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #292621;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
}
.news-template-14 .post-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-template-14 .post-image-default {
  height: 100%;
  width: 100%;
}
.news-template-14 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-14 .time-clock {
  display: flex;
}
.news-template-14 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-14 .main-item {
  display: table;
}
.news-template-14 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-14 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-14 .d-flex {
  visibility: visible !important;
}
.news-template-14 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-14 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-14 .menu .menu-row,
.news-template-14 .menu .menu-row-current,
.news-template-14 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-14 .menu .menu-row .menu-item-1,
.news-template-14 .menu .menu-row .menu-item-2,
.news-template-14 .menu .menu-row-current .menu-item-1,
.news-template-14 .menu .menu-row-current .menu-item-2,
.news-template-14 .menu .menu-row-current-border .menu-item-1,
.news-template-14 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-14 .menu .menu-row-current,
.news-template-14 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-14 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-14 .img-figure,
.news-template-14 .img-figure-no-img {
  height: 312px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.news-template-14 .img-figure-2 {
  height: 260px !important;
}
.news-template-14 .post-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  padding: 0px 17px;
}
.news-template-14 .post-list .k-pager-info, .news-template-14 .post-list .k-pager-sizes {
  display: none;
}
.news-template-14 .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-14 .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-14 .post-list .top-part {
  display: flex;
  flex-direction: column;
}
.news-template-14 .uppercase {
  text-transform: uppercase;
}
.news-template-14 .top-new-item {
  margin: 10px 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-14 .top-new-item .title:hover {
  color: #00396b;
}
.news-template-14 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-14 .news-template-14-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-14 .news-template-14-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-14 .news-template-14-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-14 .news-template-14-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-14 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-14 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-14 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-14 .dialog-width {
  max-width: 400px;
}
.news-template-14 .k-scrollview-next, .news-template-14 .k-scrollview-prev {
  color: white;
  background-color: #EE4623;
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: 1;
  outline-width: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 30px;
  top: calc(50% - 110px);
  width: 36px;
  border-radius: 3px;
}
.news-template-14 .k-scrollview-next .k-icon, .news-template-14 .k-scrollview-prev .k-icon {
  font-size: 1.5em;
  font-weight: normal;
  padding-left: 8px;
}
.news-template-14 .k-scrollview-wrap {
  border: none;
  height: 540px !important;
}
.news-template-14 .dash-line {
  background: linear-gradient(to right, #DC7E10 20%, #E1E1E1 20%, #E1E1E1 80%, #E1E1E1 80%);
  height: 2px;
  margin-bottom: 15px;
}
.news-template-14 .text-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #696969;
  letter-spacing: -0.01em;
  height: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  white-space: pre-line;
}
.news-template-14 .k-scrollview-wrap .k-scrollview > li {
  height: 530px !important;
}
.news-template-14 .k-scrollview-pageable > .k-button {
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .news-template-14 .post-list {
    margin-right: 0px;
  }
  .news-template-14 .k-scrollview-wrap {
    border: none;
    height: 485px !important;
  }
}
.news-template-14-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-14-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-14-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-14-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-14-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-14-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-14-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-14-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-14-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-14-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-14-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-14-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-14-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-14-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-14-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-14-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-14-dialog .float-right {
  float: right;
}
.news-template-14-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-14-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-14-dialog .control {
  margin-bottom: 22px;
}
.news-template-14-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-14-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.news-template-14-dialog .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-14-dialog .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-14-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-14-dialog .padding-col {
  padding: 7px 15px 0;
}
.org-tree {
  width: 100%;
  min-height: 504px;
}
.org-tree .row {
  --bs-gutter-x: 0;
}
.org-tree .k-dialog {
  height: auto !important;
  width: auto !important;
}
.org-tree .post-title {
  display: flex;
  justify-content: space-between;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}
.org-tree .title-text {
  margin-bottom: 0 !important;
}
.org-tree .post-more {
  display: flex;
  justify-content: center;
  color: #d6a022;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 4px;
}
.org-tree .post-more a {
  color: #d6a022;
}
.org-tree .pointer {
  cursor: pointer;
}
.org-tree .icon-clock {
  width: 14px;
  height: 14px;
}
.org-tree .title {
  line-height: 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #292621;
  margin-bottom: 20px;
}
.org-tree .post-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.org-tree .post-image-default {
  height: 100%;
  width: 100%;
}
.org-tree .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.org-tree .time-clock {
  display: flex;
}
.org-tree .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.org-tree .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.org-tree .main-item:hover .vertical-dot {
  visibility: visible;
}
.org-tree .d-flex {
  visibility: visible !important;
}
.org-tree .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.org-tree .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.org-tree .menu .menu-row,
.org-tree .menu .menu-row-current,
.org-tree .menu .menu-row-current-border {
  cursor: pointer;
}
.org-tree .menu .menu-row .menu-item-1,
.org-tree .menu .menu-row .menu-item-2,
.org-tree .menu .menu-row-current .menu-item-1,
.org-tree .menu .menu-row-current .menu-item-2,
.org-tree .menu .menu-row-current-border .menu-item-1,
.org-tree .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.org-tree .menu .menu-row-current,
.org-tree .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.org-tree .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.org-tree .img-figure,
.org-tree .img-figure-no-img {
  height: 312px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.org-tree .img-figure-2 {
  height: 260px !important;
}
.org-tree .post-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.org-tree .post-list .k-pager-info, .org-tree .post-list .k-pager-sizes {
  display: none;
}
.org-tree .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.org-tree .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.org-tree .post-list .top-part {
  display: flex;
  flex-direction: column;
}
.org-tree .uppercase {
  text-transform: uppercase;
}
.org-tree .top-new-item {
  margin: 10px 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.org-tree .top-new-item .title:hover {
  color: #00396b;
}
.org-tree .close-div {
  display: flex;
  margin-top: 3px;
}
.org-tree .org-tree-dialog, .org-tree .description-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.org-tree .org-tree-dialog .close-icon-div, .org-tree .description-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.org-tree .org-tree-dialog .close-icon, .org-tree .description-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.org-tree .org-tree-dialog .title-info-req, .org-tree .description-dialog .title-info-req {
  font-weight: 500;
  color: #006CB5;
  margin-bottom: 20px;
}
.org-tree .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.org-tree .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.org-tree .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.org-tree .dialog-width {
  max-width: 50%;
  height: 80%;
}
.org-tree .break-line {
  border: 1px dashed #7C7C7C;
  margin: 40px 0px;
}
.org-tree .items-box, .org-tree .items-box-border {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  padding: 20px;
}
.org-tree .items-box-border {
  border: 1px dashed #000000;
}
.org-tree .item-blue, .org-tree .item-blue-margin {
  background: #0099DC;
  width: 311px;
  height: 98px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  margin: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.org-tree .item-blue-margin {
  margin: 20px 10px !important;
}
.org-tree .item-header-unit-member {
  width: auto !important;
  padding: 10px;
}
.org-tree .straight-line {
  height: 105px;
  border-right: 1px dashed #000000;
}
.org-tree .center-box {
  display: flex;
  justify-content: center;
}
.org-tree .margin-items {
  margin: 0px 20px;
}
.org-tree .box-blue-border {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #0099DC;
  width: 326px;
  margin: 30px 0px;
  padding: 10px 0px;
}
.org-tree .img-small {
  width: 50px;
  height: 50px;
  margin: 5px;
  object-fit: contain;
}
.org-tree .center-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.org-tree .text-0, .org-tree .text-1, .org-tree .text-2 {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #454545;
}
.org-tree .text-0 {
  padding: 11px 13px 11px 0px;
}
.org-tree .text-1 {
  padding: 0px 5px 0px 0px;
}
.org-tree .text-2 {
  margin: 0px 10px;
}
.org-tree .box-blue-border-no-img {
  background: #FFFFFF;
  border: 1px solid #0099DC;
  width: 223px;
  margin: 30px 0px;
  height: 75px;
  display: flex;
  justify-content: center;
}
.org-tree .unit-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #525252;
  margin-top: 40px;
  padding: 0 30px;
}
.org-tree .no-margin {
  margin: 0 !important;
}
.org-tree .no-padding {
  padding: 0 !important;
}
.org-tree .margin-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.org-tree .margin-box {
  margin: 0 35px;
  margin-bottom: 40px;
}
.org-tree .margin-box-bottom {
  margin-bottom: 30px;
}
.org-tree .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.org-tree .close-div {
  display: flex;
}
.org-tree .k-window-content {
  padding: 16px 30px;
}
.org-tree .description-text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .org-tree .item-blue-margin {
    height: auto;
  }
  .org-tree .center-box {
    width: 100%;
  }
  .org-tree .items-box-border {
    border: none !important;
    padding: 0px;
  }
  .org-tree .item-blue-margin {
    margin: 0px 20px 10px !important;
    height: 51px;
    font-size: 12px;
  }
  .org-tree .straight-line {
    height: 17px;
  }
  .org-tree .box-blue-border {
    justify-content: center;
  }
  .org-tree .item-header-unit-member {
    padding: 40px;
  }
  .org-tree .box-blue-border-no-img {
    width: 326px;
  }
  .org-tree .item-header-unit-member {
    width: 326px !important;
  }
  .org-tree .box-blue-border, .org-tree .box-blue-border-no-img {
    margin: 10px 0px;
  }
  .org-tree .dialog-width {
    max-width: 80% !important;
    height: 80% !important;
    top: 10% !important;
    left: 10% !important;
  }
}
.org-tree .org-img-width {
  max-width: 100%;
}
.org-tree-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.org-tree-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.org-tree-dialog .vnpt-upload-img img {
  width: 160px;
}
.org-tree-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.org-tree-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.org-tree-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .org-tree-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.org-tree-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.org-tree-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .org-tree-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .org-tree-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.org-tree-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.org-tree-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .org-tree-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .org-tree-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.org-tree-dialog .row-file {
  margin-bottom: 5px;
}
.org-tree-dialog .float-right {
  float: right;
}
.org-tree-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.org-tree-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.org-tree-dialog .control {
  margin-bottom: 22px;
}
.org-tree-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.org-tree-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.org-tree-dialog .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.org-tree-dialog .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.org-tree-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.org-tree-dialog .padding-col {
  padding: 7px 15px 0;
}
header-template4 {
  padding: 0;
  margin: 0;
  position: relative;
}
header-template4 nav ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
header-template4 #BannerBackGround {
  background-size: cover;
}
header-template4 .row-height {
  height: 40px;
}
header-template4 .nav-bar {
  height: 42px;
}
header-template4 .nav-menu-box {
  background-color: #0467BC;
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 999;
  margin: auto;
  box-shadow: 0px 5px 0px 0px #DC7E10;
}
header-template4 .nav-menu-box .nav-content {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  display: inline-flex;
}
header-template4 .nav-menu-box .home-icon {
  margin-top: 5px;
}
header-template4 .nav-menu-box .home-icon,
header-template4 .nav-menu-box .menu-icon {
  color: white;
  cursor: pointer;
}
header-template4 .menu-icon-box {
  display: none;
}
header-template4 .nav-menu {
  width: 100%;
  height: auto;
  font-size: 95%;
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
}
header-template4 .nav-menu .dropdown {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  display: inline-block;
}
header-template4 .nav-menu .dropdown .material-icons {
  color: white;
  padding-top: 5px;
  font-size: 18px;
}
header-template4 .nav-menu .dropdown .dropdown-home {
  margin: auto;
}
header-template4 .nav-menu .dropdown .play-arrow {
  color: #656565;
  font-size: 12px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  padding-top: 6px;
}
header-template4 .nav-menu .dropdown .item-link {
  color: white;
  text-decoration: none;
  display: inline-block;
  flex-direction: column;
  font-weight: 600;
  font-size: 16px;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  cursor: pointer;
}
header-template4 .nav-menu .dropdown .item-link:hover,
header-template4 .nav-menu .dropdown .item-link:active,
header-template4 .nav-menu .dropdown .focus {
  background-color: white !important;
  color: #00396B;
  height: 100%;
  border-radius: 0;
}
header-template4 .nav-menu .dropdown .dropdown-menu {
  background-color: inherit;
  position: relative;
  border: none;
  min-width: 0;
}
header-template4 .nav-menu .dropdown .dropdown-submenu {
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 35px;
  left: 0;
}
header-template4 .nav-menu .dropdown .dropdown-submenu a {
  display: block;
}
header-template4 .nav-menu .dropdown .dropdown-item:hover {
  background-color: #dddddd;
}
header-template4 .nav-menu .dropdown .dropdown-item {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border-top: 1px solid #DEDEDE;
  padding: 0.6rem 1rem;
}
header-template4 .nav-menu .dropdown .dropdown:hover {
  background-color: #133d6c;
}
header-template4 .disable-click {
  pointer-events: none;
  cursor: default;
}
header-template4 .nav-top {
  border-bottom: 1px solid #D6D6D6;
  max-width: 1140px;
  margin: 0 auto;
}
header-template4 .nav-top .contact {
  margin: auto;
  background-color: white;
  position: relative;
  padding-top: 1px;
}
header-template4 .nav-top .contact .search {
  margin: auto 0;
  height: 40px;
}
header-template4 .nav-top .contact .search .form-control {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #373737;
  margin-top: 5px;
}
header-template4 .nav-top .contact .language {
  font-size: 13px;
  border-left: 1px solid #ECECEC;
  right: 15px;
  color: white;
  margin: auto 0;
  text-align: center;
  cursor: pointer;
  height: 40px;
}
header-template4 .nav-top .contact .language .mat-form-field {
  max-width: 50px;
  margin-top: -5px;
}
header-template4 .nav-top .contact .language .mat-form-field-underline {
  display: none;
}
header-template4 .banner {
  position: relative;
  margin: 20px auto;
  max-width: 1140px;
  margin: 0 auto;
}
header-template4 .banner .row {
  height: 100%;
}
header-template4 .banner .img1 {
  max-width: 117px;
  height: 105px;
  z-index: 5;
  object-fit: contain;
  cursor: pointer;
  margin: auto;
}
header-template4 .banner .name {
  margin: auto 0;
  display: flex;
  flex-direction: row;
}
header-template4 .banner .name a {
  text-decoration: none;
}
header-template4 .banner .name-main,
header-template4 .banner .name-detail {
  display: inline !important;
}
header-template4 .banner .name-main .edit-logo,
header-template4 .banner .name-detail .edit-logo {
  position: absolute;
}
header-template4 .banner .name-main {
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 37px;
  color: #028CD4;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.37);
  display: block;
}
header-template4 .banner .name-detail a {
  color: #D7A123;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
header-template4 .banner .search:focus {
  border: 1px solid #f3efef !important;
}
header-template4 .banner .search-icon {
  color: #9a9a9a;
  position: absolute;
  right: 15px;
  top: 52px;
  z-index: 999;
  cursor: pointer;
}
header-template4 .banner .search-text:focus {
  border: 1px solid white !important;
}
header-template4 .banner .banner-link {
  cursor: pointer;
  z-index: 997;
  position: absolute;
  width: 100%;
  height: 100%;
}
header-template4 .banner .banner-background {
  cursor: default;
  z-index: 1;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
}
header-template4 .banner .color-text-selected {
  color: #363842;
  cursor: default;
}
header-template4 .banner .edit-logo {
  visibility: hidden;
}
header-template4 .banner .logo-container:hover .edit-logo,
header-template4 .banner .name:hover .edit-logo {
  visibility: visible;
}
header-template4 .banner .logo-container {
  display: flex;
  flex-direction: row;
}
header-template4 .banner .logo-container .btn-custom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header-template4 .banner .logo-container .k-upload {
  display: none;
}
header-template4 .banner .material-icons {
  font-size: 18px;
}
header-template4 .banner .menu .menus {
  display: inline !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header-template4 .banner .menu .menus .menu-item {
  display: inline;
  width: 33%;
  padding-right: 10px;
}
header-template4 .banner .menu .menus button {
  display: inline;
}
header-template4 .banner .login {
  margin: 45px 0px;
}
header-template4 .banner .login-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  height: 44px;
  background-color: #D6A022;
  border-radius: 4px;
  color: white;
  width: 146px;
  border: none;
}
header-template4 .banner .btn-custom {
  background: initial;
  color: inherit;
}
header-template4 .banner .btn-custom button {
  background-color: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  border: none;
}
header-template4 .banner .btn-custom .k-button {
  padding: 0 !important;
}
header-template4 .banner .k-popup .k-list {
  height: auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}
header-template4 .banner .k-popup .k-item {
  width: 100%;
}
header-template4 .banner .btn-add {
  background-color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 2px;
}
header-template4 .banner .btn-add:hover {
  background-color: #f3efef;
}
header-template4 .banner .dropdown {
  position: relative;
  display: inline-block;
}
header-template4 .banner .dropdown-bg {
  padding-top: 20px;
}
header-template4 .banner .dropdown-content {
  display: none;
  position: absolute;
  right: 10px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  min-width: 230px;
  z-index: 1000;
}
header-template4 .banner .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-top: 1px solid #DBDBDB;
  font-size: 14px;
  color: #4B4B4B;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
header-template4 .banner .dropdown-content a:hover {
  background-color: #f1f1f1;
}
header-template4 .banner .dropdown-content a:first-child {
  border-top: none;
}
header-template4 .banner .dropdown-content .avatar {
  margin: 0;
  margin-right: 10px;
  padding: 0;
  max-width: 60px;
  max-height: 60px;
}
header-template4 .banner .dropdown-content .avatar img {
  width: 100%;
  height: 100%;
}
header-template4 .banner .dropdown-content .user-info {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header-template4 .banner .dropdown-content .user-info .role {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}
header-template4 .banner .dropdown-content .user-info .btn-edit-info {
  background-color: #946711;
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 10px;
}
header-template4 .banner .dropdown:hover .dropdown-content {
  display: block;
}
header-template4 .banner .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
header-template4 .user {
  display: flex;
  flex-direction: row;
  margin: auto 0;
  padding: 0;
  justify-content: flex-end;
}
header-template4 .user .change-btn {
  margin: 0 10px;
  cursor: pointer;
}
header-template4 .user .avatar {
  margin: 0 10px;
  cursor: pointer;
}
header-template4 .user .avatar img {
  width: 3rem;
  height: 3rem;
}
header-template4 .user .change-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  min-width: 3rem;
  height: 3rem;
}
header-template4 .user .change-btn img {
  width: 1.5rem;
  height: 1.5rem;
}
header-template4 .pointer {
  cursor: pointer;
}
header-template4 .open-menu {
  display: block !important;
}
header-template4 .close-menu {
  display: none !important;
}
header-template4 .login-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  height: 44px;
  background-color: #D6A022;
  border-radius: 4px;
  color: white;
  width: 146px;
  border: none;
}
header-template4 .edit .required,
header-template4 .edit .err-text {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
header-template4 .xbutton-dialog {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 1px;
  color: black;
  font-size: 20px;
}
header-template4 .title-info-req {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 16px;
}
header-template4 .btn-save {
  color: white;
  background-color: #0b68a4;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  margin-top: 10px;
  margin-right: 16px;
}
header-template4 kendo-dialog .btn-save {
  color: white;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
}
header-template4 .cskh {
  display: flex;
  flex-direction: column;
  height: 60px !important;
  width: 199px;
  background: #FFFFFF;
  border: 1px solid #027DC3;
  border-radius: 8px;
}
header-template4 .phone-box {
  padding: 0 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header-template4 .phone-icon {
  width: 25px;
  height: 25px;
  object-fit: cover;
  margin-top: 17px;
  margin-left: 18px;
}
header-template4 .phone-top {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #000000;
  padding-top: 8px;
}
header-template4 .phone-bottom {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #08659A;
  padding-top: 4px;
}
@media screen and (max-width: 576px) {
  header-template4 .desktop,
header-template4 .desktop-icon {
    display: none !important;
  }
  header-template4 .mobile {
    display: block !important;
  }
  header-template4 nav ul {
    width: auto;
  }
  header-template4 .nav-menu-box {
    height: 1px !important;
  }
  header-template4 .nav-top {
    border-bottom: 1px solid #D6D6D6;
  }
  header-template4 .nav-top .contact {
    margin: auto;
    background-color: white;
    position: relative;
    padding-top: 1px;
  }
  header-template4 .nav-top .contact .search {
    margin: auto 0;
  }
  header-template4 .nav-top .contact .language .mat-form-field {
    width: 65%;
  }
  header-template4 .banner {
    width: 100% !important;
    min-height: auto;
  }
  header-template4 .banner .img1 {
    height: 50px;
    top: 6px;
    left: 50%;
    position: relative;
  }
  header-template4 .banner .logo-container {
    display: block;
  }
  header-template4 .banner .name {
    padding: 0;
    margin: 0 auto;
  }
  header-template4 .banner .name hgroup {
    text-align: center;
  }
  header-template4 .banner .user {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-right: 10px;
  }
  header-template4 .nav-menu {
    font-size: 95% !important;
  }
  header-template4 .nav-menu .dropdown,
header-template4 .nav-menu .item-link {
    display: block;
    text-align: left;
    width: 100% !important;
  }
  header-template4 .nav-menu .dropdown-submenu {
    border-top: 1px solid #4569cf;
    width: 100%;
  }
  header-template4 .nav-menu .dropdown {
    padding-left: 0;
    height: auto;
    width: 100%;
    z-index: 9989;
    height: auto !important;
    padding: 0;
    font-weight: bold;
  }
  header-template4 .nav-menu .dropdown + .dropdown {
    border-top: 1px solid #4569cf;
  }
  header-template4 .nav-menu .dropdown-submenu > .dropdown-menu {
    left: 0px;
    margin-top: 0;
  }
  header-template4 .nav-menu .dropdown:hover {
    background-color: var(--main-color);
  }
  header-template4 .nav-menu .dropdown .dropdown-menu {
    z-index: 9990;
    margin-top: 0px;
  }
  header-template4 .nav-menu .dropdown-menu .dropdown-submenu {
    z-index: 9991;
    top: 10px !important;
  }
  header-template4 .nav-menu .dropdown-menu {
    display: none;
    width: 100% !important;
    border-top: 1px solid #4569cf;
  }
  header-template4 .nav-menu .button-expand {
    color: white;
    margin-top: 5px;
    position: absolute;
    right: 0;
    font-size: 17px;
    font-weight: normal;
    top: 8px;
    width: auto;
  }
  header-template4 .nav-menu .dropdown-item:hover {
    background-color: var(--main-color);
  }
  header-template4 .nav-menu .show {
    display: block !important;
  }
  header-template4 .nav-menu .dropdown-menu,
header-template4 .nav-menu .dropdown-submenu {
    position: relative !important;
    background-color: var(--main-color);
    color: white;
    border: none;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header-template4 .pading-0 {
    padding: 10px 0 !important;
  }
  header-template4 .pading-1 {
    padding: 10px 0 !important;
    padding-left: 15px !important;
  }
  header-template4 .pading-2 {
    padding: 10px 0 !important;
    padding-left: 25px !important;
  }
  header-template4 .pading-3 {
    padding: 10px 0 !important;
    padding-left: 35px !important;
  }
  header-template4 .pading-4 {
    padding: 10px 0 !important;
    padding-left: 45px !important;
  }
  header-template4 .dropdown-item {
    color: #000;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    padding: 0.5rem 0.7rem !important;
    font-weight: bold;
  }
  header-template4 .home-icon {
    z-index: 9980 !important;
    font-size: 25px;
    margin-top: 0 !important;
  }
  header-template4 .menu-icon {
    font-size: 30px;
    margin-left: 4px;
  }
  header-template4 .menu-icon-box {
    display: inline-block !important;
    position: absolute;
    margin-top: 1px !important;
    width: 40px;
    height: 30px;
    z-index: 999 !important;
    border-radius: 5px;
    color: #8a8a8a;
    top: 7px;
    left: 15px;
  }
  header-template4 .close-button-box {
    text-align: end;
    padding-top: 10px;
  }
  header-template4 .close-button {
    color: #ff8659;
    font-weight: bold;
  }
  header-template4 .navbar-display {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    top: 0px;
    margin-left: 0%;
    width: 65%;
    background: var(--main-color);
    height: 4000px !important;
    position: fixed;
    z-index: 998 !important;
    padding: 0px 15px;
    box-shadow: -5px 5px 5px #878794;
  }
  header-template4 .search-cover-shadow,
header-template4 .navbar-cover-shadow {
    width: 100%;
    top: 0;
    background: var(--main-color);
    height: 4000px;
    position: fixed;
    z-index: 997 !important;
    background-color: #969494;
    opacity: 0.4;
  }
  header-template4 .search-cover-shadow {
    margin-top: 145px;
    background-color: #363636;
    opacity: 0.5;
  }
  header-template4 .navbar-hidden {
    display: none;
  }
  header-template4 #navbardropdownMenuLink {
    text-align: left !important;
  }
  header-template4 .login-btn {
    position: relative;
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(100vw - 20px) !important;
  }
  header-template4 .left-block {
    width: 100%;
    position: relative !important;
  }
}
@media screen and (min-width: 575px) {
  header-template4 .desktop {
    display: block !important;
  }
  header-template4 .mobile {
    display: none !important;
  }
  header-template4 .top-right-menu {
    display: inline !important;
    position: absolute;
    font-size: 13px;
    top: 15px;
    right: 15px;
  }
  header-template4 .dropdown-menu:hover .dropdown-submenu {
    display: block;
  }
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
.news-template-19 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-19 .row {
  --bs-gutter-x: 0;
}
.news-template-19 .k-dialog {
  height: auto !important;
  width: 400px !important;
}
.news-template-19 .pd-l-10 {
  padding-left: 18px;
}
.news-template-19 .post-title {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #EE4623;
  position: relative;
}
.news-template-19 .post-title .category {
  flex-direction: row;
  display: flex;
  margin-top: 10px;
  animation-duration: 1s;
  animation-timing-function: linear;
}
.news-template-19 .post-title .arrow-icon, .news-template-19 .post-title .arrow-icon-left {
  height: 13px;
  width: 8px;
}
.news-template-19 .post-title .arrow-icon-left {
  margin-right: 10px;
}
.news-template-19 .post-title .arrow-box {
  position: absolute;
  right: 0;
  top: -2px;
}
.news-template-19 .post-title .title-right {
  position: absolute;
  left: 50%;
  width: 50%;
  top: 22px;
  overflow: hidden;
}
.news-template-19 .post-title .category-box {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 20px;
}
.news-template-19 .post-title .category-name {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #3E3E3E;
}
.news-template-19 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-19 .post-more a {
  color: #EB2E35;
}
.news-template-19 .pointer {
  cursor: pointer;
}
.news-template-19 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-19 .icon-arrow {
  width: 16px;
  height: 16px;
  margin-top: -4px;
  margin-left: 8px;
}
.news-template-19 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1F1F1F;
  margin-bottom: 0;
}
.news-template-19 .post-image, .news-template-19 .post-image-cover {
  height: 280px;
  width: 100%;
  border-radius: 5px;
}
.news-template-19 .post-image-cover {
  object-fit: cover;
}
.news-template-19 .post-right-image {
  height: 142px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.news-template-19 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-19 .time-clock {
  display: flex;
}
.news-template-19 .time-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #797979;
  padding-top: 10px;
  margin-bottom: 10px;
}
.news-template-19 .main-item {
  margin: 0;
}
.news-template-19 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-19 .d-flex {
  visibility: visible !important;
}
.news-template-19 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-19 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-19 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-19 .menu .menu-row,
.news-template-19 .menu .menu-row-current,
.news-template-19 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-19 .menu .menu-row .menu-item-1,
.news-template-19 .menu .menu-row .menu-item-2,
.news-template-19 .menu .menu-row-current .menu-item-1,
.news-template-19 .menu .menu-row-current .menu-item-2,
.news-template-19 .menu .menu-row-current-border .menu-item-1,
.news-template-19 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-19 .menu .menu-row-current,
.news-template-19 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-19 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-19 .img-figure, .news-template-19 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.news-template-19 .uppercase {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 30px;
}
.news-template-19 .k-scrollview-wrap {
  border: none;
}
.news-template-19 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-19 .news-template-19-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-19 .news-template-19-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-19 .news-template-19-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-19 .news-template-19-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-19 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-19 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-19 .btn-detail {
  margin-top: 26px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #EE4623;
  border-radius: 3px;
}
.news-template-19 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-19 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-19 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-19 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.news-template-19 .text-section :hover {
  color: #00396B;
}
.news-template-19 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 0px !important;
}
.news-template-19 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #454545;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .news-template-19 .pd-l-10 {
    padding-left: 0px;
  }
}
.news-template-19 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-template-19 .content-right {
  padding-top: 25px;
  padding-left: 30px;
}
.news-template-19 .detail-btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #4D4D4D;
  padding-left: 3px;
}
.news-template-19 .top-new-first-item {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-19 .top-new-first-item .title:hover {
  color: #00396b;
}
.news-template-19 .top-new-item {
  margin-bottom: 15px;
  padding-right: 20px;
  justify-content: space-between;
}
.news-template-19 .top-new-item .title:hover {
  color: #00396b;
}
.news-template-19 .post-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.news-template-19 .post-list .k-pager-info, .news-template-19 .post-list .k-pager-sizes {
  display: none;
}
.news-template-19 .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-19 .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-19 .post-list .top-part {
  display: flex;
  flex-direction: row;
}
.news-template-19 .post-image {
  height: 189px;
  width: 100%;
  object-fit: cover;
}
.news-template-19 .post-image-default {
  height: 142px;
  width: 100%;
}
.news-template-19 .first-post-image-default {
  height: 280px;
  width: 100%;
}
.news-template-19 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-19 .hide-item {
  display: none;
}
.news-template-19 .line {
  border: 1px solid #DC7E10;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
}
.news-template-19 .title-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #000000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
.news-template-19 .news-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-template-19 .left-box {
  margin-right: 20px;
}
.news-template-19 .right-item-detail {
  padding-left: 10px;
}
@media (max-width: 600px) {
  .news-template-19 .line {
    border: 1px solid #DC7E10;
    margin-top: 5px;
    margin-bottom: 10px;
    min-width: auto;
  }
  .news-template-19 .post-list {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
  }
  .news-template-19 .post-list .top-part {
    display: flex;
    flex-direction: column;
  }
  .news-template-19 .top-new-item {
    padding-right: 10px;
    display: block;
  }
  .news-template-19 .content-right {
    padding-top: 0px;
  }
  .news-template-19 .container-fluid {
    margin-left: 5px;
  }
}
@media (max-width: 600px) {
  .news-template-19 .post-title .arrow-box {
    position: relative;
  }
  .news-template-19 .post-title .title-right {
    position: relative;
    left: 0;
    top: 0;
    width: 20%;
  }
}
.news-template-19-dialog {
  margin-left: 0px !important;
}
.news-template-19-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-19-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-19-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-19-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-19-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-19-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-19-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-19-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-19-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-19-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-19-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-19-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-19-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-19-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-19-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-19-dialog .float-right {
  float: right;
}
.news-template-19-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-19-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-19-dialog .control {
  margin-bottom: 22px;
}
.news-template-19-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-19-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-19-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-19-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-19-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-19-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-15 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-15 .row {
  --bs-gutter-x: 0;
}
.news-template-15 .k-dialog {
  height: auto !important;
  width: 400px !important;
}
.news-template-15 .pd-l-10 {
  padding-left: 18px;
}
.news-template-15 .post-title {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  background-color: #027DC3;
  position: relative;
  min-height: 40px;
}
.news-template-15 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-15 .post-more a {
  color: #EB2E35;
}
.news-template-15 .pointer {
  cursor: pointer;
}
.news-template-15 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-15 title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: justify;
  color: #000000;
  margin-left: 14px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.news-template-15 .post-image, .news-template-15 .post-image-cover {
  height: 284px;
  width: 100%;
}
.news-template-15 .post-image-cover {
  object-fit: cover;
}
.news-template-15 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-15 .time-clock {
  display: flex;
}
.news-template-15 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-15 .main-item {
  display: table;
  margin: 0;
}
.news-template-15 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-15 .d-flex {
  visibility: visible !important;
}
.news-template-15 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-15 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-15 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-15 .menu .menu-row,
.news-template-15 .menu .menu-row-current,
.news-template-15 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-15 .menu .menu-row .menu-item-1,
.news-template-15 .menu .menu-row .menu-item-2,
.news-template-15 .menu .menu-row-current .menu-item-1,
.news-template-15 .menu .menu-row-current .menu-item-2,
.news-template-15 .menu .menu-row-current-border .menu-item-1,
.news-template-15 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-15 .menu .menu-row-current,
.news-template-15 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-15 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-15 .img-figure, .news-template-15 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.news-template-15 .uppercase {
  color: #FFFFFF;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-15 .top-new-item {
  margin: 15px 0 0 0;
}
.news-template-15 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-15 .news-template-15-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-15 .news-template-15-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-15 .news-template-15-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-15 .news-template-15-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-15 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-15 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-15 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-15 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-15 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-15 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.news-template-15 .text-section :hover {
  color: #00396B;
}
.news-template-15 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #535353;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.news-template-15 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #696969;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .news-template-15 .pd-l-10 {
    padding-left: 0px;
  }
}
.news-template-15 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-template-15-dialog {
  margin-left: 0px !important;
}
.news-template-15-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-15-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-15-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-15-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-15-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-15-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-15-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-15-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-15-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-15-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-15-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-15-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-15-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-15-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-15-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-15-dialog .float-right {
  float: right;
}
.news-template-15-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-15-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-15-dialog .control {
  margin-bottom: 22px;
}
.news-template-15-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-15-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-15-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-15-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-15-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-15-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-16 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-16 .row {
  --bs-gutter-x: 0;
}
.news-template-16 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-16 .post-title {
  display: flex;
  color: #0B68A4;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  background-color: #08659A;
  position: relative;
  height: 50px;
}
.news-template-16 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-16 .post-more a {
  color: #EB2E35;
}
.news-template-16 .pointer {
  cursor: pointer;
}
.news-template-16 .icon-clock {
  width: 14px;
  height: 14px;
  color: #08659A;
  margin-top: 1px;
}
.news-template-16 .title {
  font-style: normal;
  font-size: 16px;
  text-align: justify;
  color: #454545;
  margin-left: 9px;
  line-height: 18.5px;
  font-weight: 400;
  margin-bottom: 0;
}
.news-template-16 .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-16 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-16 .time-clock {
  display: flex;
}
.news-template-16 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-16 .main-item {
  display: table;
  box-sizing: border-box;
}
.news-template-16 .main-item .row {
  flex-wrap: nowrap;
}
.news-template-16 .top-news-list {
  padding: 17px;
  border: 1px solid #ededed;
}
.news-template-16 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: -14px;
  margin-left: -14px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-16 .d-flex {
  visibility: visible !important;
}
.news-template-16 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-16 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-16 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-16 .menu .menu-row,
.news-template-16 .menu .menu-row-current,
.news-template-16 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-16 .menu .menu-row .menu-item-1,
.news-template-16 .menu .menu-row .menu-item-2,
.news-template-16 .menu .menu-row-current .menu-item-1,
.news-template-16 .menu .menu-row-current .menu-item-2,
.news-template-16 .menu .menu-row-current-border .menu-item-1,
.news-template-16 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-16 .menu .menu-row-current,
.news-template-16 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-16 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-16 .img-figure, .news-template-16 .img-figure-no-img {
  height: 198px;
  max-width: 372px;
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-16 .uppercase {
  color: #FFFFFF;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-16 .top-new-item {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news-template-16 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-16 .news-template-16-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-16 .news-template-16-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-16 .news-template-16-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-16 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-16 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-16 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-16 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-16 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.news-template-16 .text-section {
  display: flex;
  flex-direction: row;
}
.news-template-16 .text-section :hover {
  color: #00396B;
}
.news-template-16 .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396B;
}
.news-template-16 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 576px) {
  .news-template-16 .top-new-item {
    padding: 0px 10px;
  }
}
.news-template-16 .dialog-width {
  max-width: 400px;
}
.news-template-16-dialog {
  width: 100%;
  margin-left: 0px !important;
}
.news-template-16-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-16-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-16-dialog .err-text,
.news-template-16-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-16-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-16-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-16-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-16-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-16-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-16-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-16-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-16-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-16-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-16-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-16-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-16-dialog .float-right {
  float: right;
}
.news-template-16-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-16-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-16-dialog .btn-save {
  color: #fff;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  width: 200px;
  height: 40px;
}
.news-template-16-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-17 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-17 .row {
  --bs-gutter-x: 0;
}
.news-template-17 .k-dialog {
  height: auto !important;
  width: 400px !important;
}
.news-template-17 .pd-l-10 {
  padding-left: 18px;
}
.news-template-17 .post-title {
  display: block;
  align-items: center;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 500;
  left: 0;
  /* position: absolute; */
  /* display: block; */
  width: 5px;
  background-color: #EE4623;
  /* position: relative; */
  font-size: 25px;
  line-height: 29px;
  /* background-color: #027DC3; */
  /* position: absolute; */
  min-height: 40px;
}
.news-template-17 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-17 .post-more a {
  color: #EB2E35;
}
.news-template-17 .pointer {
  cursor: pointer;
}
.news-template-17 .icon-clock {
  width: 14px;
  height: 17px;
  margin-top: 3px;
}
.news-template-17 title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: justify;
  color: #000000;
  margin-left: 14px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.news-template-17 .post-image,
.news-template-17 .post-image-cover {
  height: 284px;
  width: 100%;
}
.news-template-17 .post-image-cover {
  object-fit: cover;
}
.news-template-17 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-17 .time-clock {
  display: flex;
  margin-left: 10px;
}
.news-template-17 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-17 .main-item {
  display: table;
  margin: 0;
}
.news-template-17 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-17 .d-flex {
  visibility: visible !important;
}
.news-template-17 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-17 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-17 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-17 .menu .menu-row,
.news-template-17 .menu .menu-row-current,
.news-template-17 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-17 .menu .menu-row .menu-item-1,
.news-template-17 .menu .menu-row .menu-item-2,
.news-template-17 .menu .menu-row-current .menu-item-1,
.news-template-17 .menu .menu-row-current .menu-item-2,
.news-template-17 .menu .menu-row-current-border .menu-item-1,
.news-template-17 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-17 .menu .menu-row-current,
.news-template-17 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-17 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-17 .img-figure,
.news-template-17 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.news-template-17 .uppercase {
  color: #333333;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  line-height: 19px;
}
.news-template-17 .top-new-item {
  margin: 15px 0 0 0;
}
.news-template-17 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-17 .news-template-17-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-17 .news-template-17-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-17 .news-template-17-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-17 .news-template-17-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-17 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-17 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-17 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-17 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-17 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-17 .text-section {
  display: flex;
  flex-direction: row;
}
.news-template-17 .text-section :hover {
  color: #00396B;
}
.news-template-17 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #535353;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
  margin-left: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.news-template-17 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #696969;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .news-template-17 .pd-l-10 {
    padding-left: 0px;
  }
}
.news-template-17 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-template-17 p {
  margin-top: 0;
  margin-bottom: 0.3rem !important;
}
.news-template-17 .title2 {
  font-weight: 400;
  font-size: 18px;
  margin-left: 15px;
  color: #4A4A4A;
  line-height: 21px;
}
.news-template-17-dialog {
  margin-left: 0px !important;
}
.news-template-17-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-17-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-17-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-17-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-17-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-17-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-17-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-17-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-17-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-17-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-17-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-17-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-17-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-17-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-17-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-17-dialog .float-right {
  float: right;
}
.news-template-17-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-17-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-17-dialog .control {
  margin-bottom: 22px;
}
.news-template-17-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-17-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-17-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-17-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-17-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-17-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-18 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-18 .row {
  --bs-gutter-x: 0;
}
.news-template-18 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-18 .pd-l-10 {
  padding-left: 18px;
}
.news-template-18 .post-title {
  align-items: center;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  position: relative;
  min-height: 40px;
}
.news-template-18 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-18 .post-more a {
  color: #EB2E35;
}
.news-template-18 .pointer {
  cursor: pointer;
}
.news-template-18 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-18 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1F1F1F;
  margin-left: 16px;
  margin-bottom: 0;
}
.news-template-18 .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-18 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-18 .time-clock {
  display: flex;
}
.news-template-18 .boddy1 {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  /* max-width: 1140px; */
}
.news-template-18 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-18 .main-item {
  display: table;
  margin: 0;
}
.news-template-18 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-18 .d-flex {
  visibility: visible !important;
}
.news-template-18 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-18 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-18 .dialog-width {
  max-width: 400px;
}
.news-template-18 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-18 .menu .menu-row,
.news-template-18 .menu .menu-row-current,
.news-template-18 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-18 .menu .menu-row .menu-item-1,
.news-template-18 .menu .menu-row .menu-item-2,
.news-template-18 .menu .menu-row-current .menu-item-1,
.news-template-18 .menu .menu-row-current .menu-item-2,
.news-template-18 .menu .menu-row-current-border .menu-item-1,
.news-template-18 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-18 .menu .menu-row-current,
.news-template-18 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-18 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-18 .img-figure,
.news-template-18 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.news-template-18 .uppercase {
  color: #FFFFFF;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-18 .top-new-item {
  margin: 15px 0 0 0;
}
.news-template-18 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-18 .news-template-18-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-18 .news-template-18-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-18 .news-template-18-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-18 .news-template-18-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-18 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-18 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-18 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-18 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-18 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-18 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.news-template-18 .text-section :hover {
  color: #00396B;
}
.news-template-18 c .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396B;
  margin-bottom: 9px !important;
}
.news-template-18 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .news-template-18 .pd-l-10 {
    padding-left: 0px;
  }
}
.news-template-18 .uppercase-black {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #EE4623;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.news-template-18 .intro-des,
.news-template-18 .intro-des-reserve {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 6vw;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 1140px;
}
.news-template-18 .intro-des-reserve {
  flex-direction: row-reverse;
}
.news-template-18 .intro-text {
  flex: 1;
  margin: auto;
}
.news-template-18 .intro-text .field-name {
  color: #027DC3 !important;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: justify;
  text-transform: uppercase;
}
.news-template-18 .intro-text .field-name:hover {
  color: #00396b !important;
}
.news-template-18 .intro-text .letter {
  color: #323232 !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 25px !important;
  text-align: justify;
  margin-top: 20px;
}
.news-template-18 .intro-text .letter:hover {
  color: #00396b !important;
}
.news-template-18 .p3 {
  padding: 3.2rem;
}
.news-template-18 .pt3 {
  padding-top: 3.2rem;
}
.news-template-18 .pr3 {
  padding-right: 3.2rem;
}
.news-template-18 .pb3 {
  padding-bottom: 3.2rem;
}
.news-template-18 .pl3 {
  padding-left: 3.2rem;
}
.news-template-18 .image-circle,
.news-template-18 .image-circle-no-border {
  width: 550px;
  height: 400px;
}
.news-template-18 .image-circle-no-border {
  border-radius: unset;
}
.news-template-18 .center-img {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .news-template-18 .image-circle,
.news-template-18 .image-circle-no-border {
    width: 222px;
    height: 222px;
    border-radius: 50%;
    object-fit: cover;
  }
  .news-template-18 .image-circle-no-border {
    border-radius: unset;
  }
  .news-template-18 .intro-des,
.news-template-18 .intro-des-reserve {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .news-template-18 .intro-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .news-template-18 .pattern {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 40em) {
  .news-template-18 .mobile-m {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.news-template-18-dialog {
  margin-left: 0px !important;
}
.news-template-18-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-18-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-18-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-18-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-18-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-18-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-18-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-18-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-18-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-18-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-18-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-18-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-18-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-18-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-18-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-18-dialog .float-right {
  float: right;
}
.news-template-18-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-18-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-18-dialog .control {
  margin-bottom: 22px;
}
.news-template-18-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-18-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-18-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-18-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-18-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-18-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-20 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-20 .row {
  --bs-gutter-x: 0;
}
.news-template-20 .k-dialog {
  height: auto !important;
  width: 400px !important;
}
.news-template-20 .pd-l-10 {
  padding-left: 18px;
}
.news-template-20 .post-title {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 25px;
  position: relative;
  min-height: 40px;
  justify-content: center;
  padding-top: 30px;
}
.news-template-20 .title-blue {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 25px;
  position: relative;
  color: #0098DA;
}
.news-template-20 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-20 .post-more a {
  color: #EB2E35;
}
.news-template-20 .pointer {
  cursor: pointer;
}
.news-template-20 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-20 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1F1F1F;
  margin-left: 16px;
  margin-bottom: 0;
}
.news-template-20 .post-image, .news-template-20 .post-image-cover {
  height: 84px !important;
  width: 84px !important;
}
.news-template-20 .post-image-cover {
  object-fit: cover;
}
.news-template-20 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-20 .time-clock {
  display: flex;
}
.news-template-20 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-20 .main-item {
  display: table;
  margin: 0;
}
.news-template-20 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-20 .d-flex {
  visibility: visible !important;
}
.news-template-20 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-20 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-20 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-20 .menu .menu-row,
.news-template-20 .menu .menu-row-current,
.news-template-20 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-20 .menu .menu-row .menu-item-1,
.news-template-20 .menu .menu-row .menu-item-2,
.news-template-20 .menu .menu-row-current .menu-item-1,
.news-template-20 .menu .menu-row-current .menu-item-2,
.news-template-20 .menu .menu-row-current-border .menu-item-1,
.news-template-20 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-20 .menu .menu-row-current,
.news-template-20 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-20 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-20 .img-figure, .news-template-20 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
  justify-content: center;
}
.news-template-20 .uppercase {
  color: #FFFFFF;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-20 .top-new-item {
  margin: 15px 0 0 0;
}
.news-template-20 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-20 .news-template-20-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-20 .news-template-20-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-20 .news-template-20-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-20 .news-template-20-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-20 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-20 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-20 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-20 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-20 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-20 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.news-template-20 .text-section :hover {
  color: #00396B;
}
.news-template-20 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 9px !important;
  text-align: center;
  margin-top: 30px;
  height: 60px;
}
.news-template-20 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #454545;
  height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 1200px) {
  .news-template-20 .pd-l-10 {
    padding-left: 0px;
  }
}
.news-template-20 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-template-20 .post-row {
  margin-top: 50px;
}
.news-template-20 .post-detail {
  padding: 0 80px;
  margin-top: 50px;
}
.news-template-20 .view-detail {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #08659A;
}
.news-template-20 .description-row {
  margin-top: 20px;
}
.news-template-20 .line {
  border: 1px solid #DC7E10;
  margin: 10px 70px;
}
.news-template-20-dialog {
  margin-left: 0px !important;
}
.news-template-20-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-20-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-20-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-20-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-20-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-20-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-20-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-20-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-20-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-20-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-20-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-20-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-20-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-20-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-20-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-20-dialog .float-right {
  float: right;
}
.news-template-20-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-20-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-20-dialog .control {
  margin-bottom: 22px;
}
.news-template-20-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-20-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-20-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-20-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-20-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-20-dialog .padding-col {
  padding: 7px 15px 0;
}
.image-slider-title .img-scrollview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.image-slider-title .banner {
  width: 100% !important;
}
.image-slider-title .image-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #FFFFFF;
  padding: 25px 55px 0px 55px;
  height: 115px;
  background-image: url('slider-title-background.5702ca1f924c613a86d3.png') !important;
  white-space: pre-line;
  border-radius: 0px 0px 4px 0px;
}
.image-slider-title .k-dialog {
  height: auto !important;
  width: auto !important;
}
.image-slider-title kendo-scrollview.k-scrollview-wrap {
  border: none;
}
.image-slider-title kendo-scrollview-pager {
  display: none;
}
.image-slider-title .k-scrollview-next,
.image-slider-title .k-scrollview-prev {
  text-shadow: none;
  background: rgba(32, 28, 28, 0.24);
  height: 36px;
  width: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
}
.image-slider-title .k-scrollview-next {
  right: 2%;
}
.image-slider-title .k-scrollview-prev {
  left: 2%;
}
.image-slider-title .k-scrollview-next .k-icon,
.image-slider-title .k-scrollview-prev .k-icon {
  font-size: 36px;
  text-align: center;
}
.image-slider-title .vertical-dot {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 2px;
  background-color: rgba(32, 28, 28, 0.1);
}
.image-slider-title .vertical-dot .three-dot-area {
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.image-slider-title .vertical-dot .three-dot {
  width: 5px;
  height: 20px;
}
.image-slider-title .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
}
.image-slider-title .vertical-dot .menu .menu-row,
.image-slider-title .vertical-dot .menu .menu-row-current,
.image-slider-title .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.image-slider-title .vertical-dot .menu .menu-row .menu-item-1,
.image-slider-title .vertical-dot .menu .menu-row .menu-item-2,
.image-slider-title .vertical-dot .menu .menu-row-current .menu-item-1,
.image-slider-title .vertical-dot .menu .menu-row-current .menu-item-2,
.image-slider-title .vertical-dot .menu .menu-row-current-border .menu-item-1,
.image-slider-title .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.image-slider-title .vertical-dot .menu .menu-row-current,
.image-slider-title .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.image-slider-title .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.image-slider-title .banner-container:hover .vertical-dot {
  display: flex;
}
.image-slider-title .router-outlet-content {
  width: 695px !important;
  height: 90%;
}
.image-slider-title .router-outlet-content-gallery {
  width: 794px !important;
  height: 90%;
}
.image-slider-title .title-info-req {
  color: #004A9A;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.image-slider-title .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.image-slider-title .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.image-slider-title .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.image-slider-title .employe-detail {
  margin-top: 10px;
}
.image-slider-title .employe-detail-mb {
  padding: 10px 0px;
  margin-bottom: 18px;
}
.image-slider-title .close-div {
  display: flex;
  margin-top: 3px;
}
.image-slider-title .slider-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.image-slider-title .slider-dialog .close-icon-div {
  position: absolute;
  right: 0px;
}
.image-slider-title .slider-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.image-slider-title .k-scrollview {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .image-slider-title .img-scrollview {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .image-slider-title .router-outlet-content {
    width: 100% !important;
  }
  .image-slider-title .router-outlet-content-gallery {
    width: 100% !important;
  }
  .image-slider-title .img-scrollview {
    height: 100%;
  }
}
@media screen and (max-width: 770px) {
  .image-slider-title .img-scrollview {
    height: 100%;
  }
  .image-slider-title .image-name {
    font-size: 5vw;
    padding: 20px 50px 0px 50px;
  }
}
.image-slider-title:hover .vertical-dot {
  visibility: visible;
}
.image-slider-title:hover .k-scrollview-next,
.image-slider-title:hover .k-scrollview-prev {
  visibility: visible;
}
.news-template-21 {
  width: 100%;
  background-color: #ffffff !important;
  padding: 0px 10px;
}
.news-template-21 .container-fluid {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.news-template-21 .row {
  --bs-gutter-x: 0;
}
.news-template-21 .scroll-area {
  max-height: 645px;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.news-template-21 .scroll-area::-webkit-scrollbar {
  display: none;
}
.news-template-21 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-21 .post-title {
  display: flex;
  color: #0b68a4;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #00396b;
  position: relative;
  height: 40px;
}
.news-template-21 .post-more {
  display: flex;
  justify-content: center;
  color: #eb2e35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-21 .post-more a {
  color: #eb2e35;
}
.news-template-21 .pointer {
  cursor: pointer;
}
.news-template-21 .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-21 .title {
  min-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  margin-left: 16px;
  margin-bottom: 0;
}
.news-template-21 .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-21 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-21 .time-clock {
  display: flex;
}
.news-template-21 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-21 .main-item {
  display: flex;
  background: white;
  flex-direction: column;
}
.news-template-21 .main-item .row {
  flex-wrap: nowrap;
}
.news-template-21 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 3px;
  margin-left: 3px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-21 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-21 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-21 .d-flex {
  visibility: visible !important;
}
.news-template-21 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-21 .menu .menu-row,
.news-template-21 .menu .menu-row-current,
.news-template-21 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-21 .menu .menu-row .menu-item-1,
.news-template-21 .menu .menu-row .menu-item-2,
.news-template-21 .menu .menu-row-current .menu-item-1,
.news-template-21 .menu .menu-row-current .menu-item-2,
.news-template-21 .menu .menu-row-current-border .menu-item-1,
.news-template-21 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-21 .menu .menu-row-current,
.news-template-21 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-21 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-21 .img-figure,
.news-template-21 .img-figure-no-img {
  height: 198px;
  max-width: 372px;
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-21 .uppercase {
  color: #ffffff;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-21 .top-new-item {
  margin: 10px 0;
  width: 100%;
}
.news-template-21 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-21 .news-template-21-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-21 .news-template-21-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-21 .news-template-21-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-21 .news-template-21-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-21 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-21 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-21 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-21 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-21 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.news-template-21 .text-section {
  display: flex;
  min-height: 30px;
  margin-top: 10px;
}
.news-template-21 .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396b;
}
.news-template-21 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-template-21 .title-holder {
  margin-bottom: 10px;
}
.news-template-21 .list-title {
  width: 153px;
  height: 43px;
  background-color: #006CB5;
  -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 0, 78% 0%, 100% 90%, 0% 90%, 0% 100%, 0% 0%, 0% 0%);
          clip-path: polygon(0 0%, 0% 0%, 0% 0, 78% 0%, 100% 90%, 0% 90%, 0% 100%, 0% 0%, 0% 0%);
  z-index: 1;
  position: relative;
}
.news-template-21 .list-group-item {
  z-index: 1;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 46px;
  color: #FFFFFF;
  padding: 0px 0px 0px 10px;
  border: none;
  background-color: #006CB5;
  -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 0, 80% 0%, 100% 90%, 0% 90%, 0% 100%, 0% 0%, 0% 0%);
          clip-path: polygon(0 0%, 0% 0%, 0% 0, 80% 0%, 100% 90%, 0% 90%, 0% 100%, 0% 0%, 0% 0%);
}
.news-template-21 .title-decorate {
  content: "";
  margin-top: -30px;
  margin-left: 5px;
  width: 164px;
  height: 29px;
  background: rgba(8, 174, 239, 0.49);
  -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 0, 86% 0%, 100% 90%, 0% 90%, 0% 100%, 0% 0%, 0% 0%);
          clip-path: polygon(0 0%, 0% 0%, 0% 0, 86% 0%, 100% 90%, 0% 90%, 0% 100%, 0% 0%, 0% 0%);
}
.news-template-21 .title-bar {
  height: 4px;
  background-color: #006CB5;
}
.news-template-21 .nested-menu .list-submenu {
  padding: 0 10px;
  background-color: #F5F5F5;
}
.news-template-21 .nested-menu .list-submenu :last-child {
  border: none;
}
.news-template-21 .nested-menu .submenu {
  text-decoration: none;
  cursor: pointer;
  list-style-type: none;
  height: auto;
  color: #4a4a4a;
  padding: 0px 0px;
  font-weight: 500;
  display: block;
}
.news-template-21 .nested-menu .submenu .sub-item {
  border-bottom: 1px dashed #848484;
}
.news-template-21 .nested-menu .submenu:first-child {
  padding-top: 0px;
  padding-bottom: 0px;
}
.news-template-21 .nested-menu .item-title-icon {
  display: flex;
  width: 100%;
}
.news-template-21 .water-icon {
  width: 15px;
  height: 17px;
  margin-top: 7px;
  margin-right: 7px;
}
.news-template-21 .item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #2B2B2B;
  margin-top: 7px;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.news-template-21 .item-title-text {
  flex: 1;
}
.news-template-21 .temp-hot-icon {
  width: 34px;
  height: auto;
  margin-left: 6px;
  flex-shrink: 0;
}
.news-template-21 .item-title-news {
  margin-left: 15px;
  width: 38px;
  height: 17px;
  background-color: #E81818;
  text-align: center;
  border-radius: 5px;
  font-size: 11px;
  color: #FFFFFF;
  display: inline-block;
}
.news-template-21 .item-keyword {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #027DC3;
}
.news-template-21 .item-time {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #A8A8A8;
}
.news-template-21 .item-info {
  margin-bottom: 7px;
  margin-top: 3px;
  margin-left: 22px;
}
.news-template-21 .sidebar {
  border-left: solid 0.7px #E7E7E7;
  padding-left: 10px;
}
@media (max-width: 770px) {
  .news-template-21 {
    padding: 0px !important;
  }
  .news-template-21 .sidebar {
    border-left: none !important;
    padding-left: 0px !important;
  }
}
.news-template-21-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-21-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-21-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-21-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-21-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-21-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-21-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-21-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-21-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-21-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-21-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-21-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-21-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-21-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-21-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-21-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-21-dialog .float-right {
  float: right;
}
.news-template-21-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-21-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-21-dialog .control {
  margin-bottom: 22px;
}
.news-template-21-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-21-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-21-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-21-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-21-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-21-dialog .padding-col {
  padding: 7px 15px 0;
}
.quiz-container {
  margin-left: 200px;
}
.quiz-container input.k-input {
  width: 100% !important;
  height: 44px !important;
  border-radius: 3px !important;
  padding-left: 19px !important;
}
.quiz-container .k-input::placeholder, .quiz-container .k-input::placeholder {
  color: #B9B9B9;
  text-transform: uppercase;
}
.quiz-container .k-i-close {
  height: 100%;
}
.quiz-container .quiz-title {
  margin-top: 30px;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #404040;
  text-transform: uppercase;
  margin-left: 30px;
}
.quiz-container .quiz-wrapper {
  display: flex;
}
.quiz-container .quiz-drop {
  width: 100%;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #C8C8C8;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
}
.quiz-container .k-combobox {
  border: 1px solid #C8C8C8 !important;
  width: 100%;
  height: 44px;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  background: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.quiz-container .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 12px;
  border-radius: 2px;
  visibility: hidden;
}
.quiz-container .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.quiz-container .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.quiz-container .vertical-dot .menu .menu-row,
.quiz-container .vertical-dot .menu .menu-row-current,
.quiz-container .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.quiz-container .vertical-dot .menu .menu-row .menu-item-1,
.quiz-container .vertical-dot .menu .menu-row .menu-item-2,
.quiz-container .vertical-dot .menu .menu-row-current .menu-item-1,
.quiz-container .vertical-dot .menu .menu-row-current .menu-item-2,
.quiz-container .vertical-dot .menu .menu-row-current-border .menu-item-1,
.quiz-container .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.quiz-container .vertical-dot .menu .menu-row-current,
.quiz-container .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.quiz-container .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.quiz-container .d-flex {
  visibility: visible !important;
}
.quiz-container .quiz-inputs {
  width: 33%;
  margin-right: 68px;
}
.quiz-container .quiz-input-item, .quiz-container .quiz-input-item-captcha {
  margin-bottom: 15px;
  width: 590px;
}
.quiz-container .quiz-input-item-captcha {
  display: flex;
}
.quiz-container .quiz-textarea-item, .quiz-container .quiz-button-item {
  width: 590px;
  margin-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
}
.quiz-container .quiz-textarea-item .k-upload, .quiz-container .quiz-button-item .k-upload {
  display: none;
}
.quiz-container .quiz-button-item {
  margin-top: 10px;
}
.quiz-container .k-textbox {
  width: 100%;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #C8C8C8;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
}
.quiz-container .k-textbox::placeholder, .quiz-container .k-textarea::placeholder {
  color: #B9B9B9;
  text-transform: uppercase;
}
.quiz-container .k-textarea {
  width: 100%;
  height: 197px;
  resize: none;
  border: 1px solid #C8C8C8;
  padding-left: 19px;
  padding-top: 19px;
}
.quiz-container .quiz-button-wrapper {
  display: flex;
  justify-content: flex-end;
}
.quiz-container .quiz-form-button {
  min-width: 169px;
  font-size: 18px;
  padding: 8px;
  border: none;
  background-color: #00396B;
  color: #FFFFFF;
  border-radius: 3px;
  text-transform: uppercase;
}
.quiz-container .quiz-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.quiz-container .quiz-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 13px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #D6A022;
}
.quiz-container .quiz-info {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #5E5E5E;
}
.quiz-container .quiz-error {
  color: #d51923;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-top: 4px;
}
.quiz-container .send-background {
  background: #F9F9F9;
  margin-top: 20px;
}
.quiz-container .k-tabstrip-items {
  background-color: #027DC3;
  justify-content: normal;
}
.quiz-container .k-tabstrip-items .k-item {
  color: white;
  border: none;
}
.quiz-container .k-tabstrip-items .k-item.k-state-active {
  color: white;
  background-color: #03598A;
  border: none;
}
.quiz-container .k-tabstrip-items .k-link {
  padding: 14px 26px;
}
.quiz-container .k-tabstrip > .k-content {
  padding: 0;
}
.quiz-container .form-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.quiz-container .quiz-form {
  padding-left: 15px;
}
.quiz-container .data-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
  display: flex;
  align-content: center;
  align-items: center;
  height: 40px;
}
.quiz-container .required {
  color: #EE2323;
  padding-left: 3px;
}
.quiz-container .add-image-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #EE4623;
  height: 130px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.quiz-container .image-upload, .quiz-container .add-image {
  width: 200px;
  height: 130px;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.quiz-container .add-image {
  border: 1px dashed #EE4623;
}
.quiz-container .captcha-item {
  background-color: white;
  height: 40px;
  width: 222px;
  margin-left: 40px;
  display: flex;
  justify-content: center;
}
.quiz-container .reload-captcha-btn {
  width: 40px;
  height: 40px;
  object-fit: cover;
  background: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.quiz-container .reload-icon {
  height: 16px;
  width: 16px;
}
.quiz-container .quiz-submit-button {
  min-width: 169px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 8px;
  border: none;
  background: #EE4623;
  color: #FFFFFF;
  border-radius: 3px;
}
.quiz-container .quiz-reset-button {
  min-width: 169px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 8px;
  border: 1px solid #BEBEBE;
  background: #FFFFFF;
  color: #727272;
  border-radius: 3px;
  margin-left: 20px;
}
.quiz-container .k-content.k-state-active {
  border: none;
  overflow: hidden;
}
.quiz-container .categories-box {
  width: 100%;
  height: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(107, 144, 200, 0.84);
  margin-bottom: 20px;
  margin-top: 20px;
}
.quiz-container .image-categories {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.quiz-container .categories-text {
  position: absolute;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0 20px;
}
.quiz-container .categories-area {
  padding-left: 20px;
}
.quiz-container .header-area, .quiz-container .footer-area {
  padding: 0 !important;
}
.quiz-container .wrapper-area-flex {
  display: flex;
  justify-content: center;
}
.quiz-container .wrapper {
  width: 1140px;
}
@media screen and (max-width: 600px) {
  .quiz-container .quiz-form {
    padding: 0 15px;
  }
  .quiz-container .form-row {
    display: block;
  }
  .quiz-container .quiz-input-item {
    width: 100%;
  }
  .quiz-container .quiz-textarea-item {
    width: 100%;
    display: block;
  }
  .quiz-container .quiz-input-item-captcha {
    display: block;
  }
  .quiz-container .captcha-item {
    margin-left: 0;
    margin-top: 10px;
  }
  .quiz-container .reload-captcha-btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .quiz-container .quiz-button-item {
    flex-direction: column;
    width: 100%;
  }
  .quiz-container .quiz-reset-button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.quiz-search .title-quiz {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
  border-bottom: #c60000 solid 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.quiz-search .title-answer {
  margin-top: 0px !important;
}
.quiz-search .custom-text {
  color: black;
}
.quiz-search .file-container {
  padding: 20px;
  background: #EAEAEA;
  margin-top: 10px;
}
.quiz-search .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.quiz-search .contents {
  font-family: inherit !important;
  white-space: inherit;
  font-size: inherit !important;
  margin-left: 20px;
}
.quiz-search .contents .contents_label {
  color: #9fa19f;
}
.quiz-search .custom-color {
  color: #c60000;
}
.quiz-search .custom-row {
  background-color: white;
  cursor: pointer;
}
.quiz-search .margin30 {
  margin: 30px 0px 32px 0px;
}
.quiz-search .btn-search {
  color: white;
  width: 130px;
  white-space: nowrap;
  padding: 4px 8px;
  font-size: 16px !important;
  font-family: inherit;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  overflow: visible;
  background: #EE4623;
  border-radius: 3px;
  border: none;
  height: 40px;
}
.quiz-search .total-quiz {
  font-weight: bold;
  font-size: 16px;
}
.quiz-search .hr-style {
  margin-top: 2px;
  margin-bottom: 15px;
}
.quiz-search .xbutton-dialog-quiz {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  float: right;
  color: black !important;
  font-size: 12px !important;
}
.quiz-search .control-search input {
  font-size: 16px !important;
  margin-left: 2px;
}
.quiz-search .control-search input::placeholder {
  color: #bbbaba;
}
.quiz-search .control-search .btn-search {
  width: 35px;
  height: 34px;
  float: right;
  border-radius: 0;
  margin-top: -34px;
  border: 0;
  background-color: #985d1a !important;
}
.quiz-search .control-search .btn-remove {
  background-color: transparent !important;
  right: 40px;
  color: black !important;
  width: 30px;
  height: 32px;
  float: right;
  border-radius: 0;
  margin-top: -39px;
  border: 0;
  font-size: 20px;
  z-index: 1;
  position: sticky;
}
.quiz-search .control-search .btn-remove-replace-btn-search {
  right: 0 !important;
}
.quiz-search .control > * {
  width: 100%;
}
.quiz-search .list-quiz {
  cursor: pointer;
}
.quiz-search .list-quiz aside {
  color: #515460;
}
.quiz-search .list-quiz article:hover h3 {
  color: #2569b8;
}
.quiz-search .list-quiz article:hover aside {
  color: #2569b8;
}
.quiz-search .list-quiz article:hover aside .contents_label {
  color: #4e7ed8;
  opacity: 0.8;
}
.quiz-search .k-pager-numbers .k-link {
  color: black;
  border-width: 1px;
  margin: 4px;
  border-color: #DADADA;
}
.quiz-search .k-pager-wrap {
  border: none;
  color: #424242;
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  justify-content: end;
}
.quiz-search .k-pager-numbers .k-link.k-state-selected {
  background-color: #08659A;
  color: white !important;
}
.quiz-search .k-pager-nav {
  border: solid 1px;
  margin: 4px;
  border-color: #DADADA;
}
.quiz-search .float-right {
  justify-content: end;
  display: flex;
}
.quiz-search .search-place {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  height: 44px;
  padding-left: 10px;
}
.quiz-search .water-icon {
  width: 20px;
  height: 20px;
}
.quiz-search .question-row {
  flex-direction: row;
  --bs-gutter-x: 0;
  margin-bottom: 20px;
}
.quiz-search .icon-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.quiz-search .question-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #3C3C3C;
}
.quiz-search .break-line {
  border: 1px solid #E5E5E5;
  margin-bottom: 30px;
}
.quiz-search .category-title1 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #EE4623;
  margin-bottom: 30px;
}
.quiz-search .view-more-box {
  justify-content: center;
  display: flex;
  margin-bottom: 30px;
}
.quiz-search .btn-view-more {
  margin-top: 10px;
}
@media screen and (max-width: 770px) {
  .quiz-search-detail.x-dialog {
    width: 95% !important;
    height: 95% !important;
  }
}
.quiz-search-detail.x-dialog {
  max-width: 800px;
  max-height: 800px;
}
.quiz-search-detail .title-quiz {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: solid #c60000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.quiz-search-detail .title-answer {
  margin-top: 0px !important;
}
.quiz-search-detail .custom-text {
  color: black;
  font-size: 16px;
}
.quiz-search-detail .file-container {
  padding: 20px;
  background: #EAEAEA;
  margin-top: 10px;
  margin-bottom: 20px;
}
.quiz-search-detail .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.quiz-search-detail .contents {
  font-family: inherit !important;
  white-space: pre-wrap;
  font-size: inherit;
}
.quiz-search-detail .custom-color {
  color: #c60000;
}
.quiz-search-detail a {
  text-decoration: none;
}
.quiz-search-detail .custom-text-file {
  font-weight: bold;
  color: black;
  margin-bottom: 8px !important;
}
.quiz-search-detail .custom-text-file:hover {
  color: #194f8b;
}
.quiz-search-detail .xbutton-dialog {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 1px;
  color: black !important;
  font-size: 30px !important;
}
.quiz-search-detail .title-info-req {
  text-align: center;
  font-size: 18px;
  color: black;
  font-weight: bold;
  margin-top: 20px;
}
.quiz-search-detail .question-icon-box, .quiz-search-detail .answer-icon-box {
  background-color: #DC7E10;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.quiz-search-detail .answer-icon-box {
  background-color: #027DC3;
}
.quiz-search-detail .question-icon {
  height: 40px;
  width: 36px;
}
.quiz-search-detail .quiz-box {
  display: flex;
}
.quiz-search-detail .question-box {
  margin-left: 40px;
}
.quiz-search-detail .white-question-icon {
  width: 32px;
  height: 40px;
}
.quiz-search-detail .file-attach {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #767676;
}
.quiz-search-detail .attach-file-icon {
  width: 24px;
  height: 24px;
}
.images-list {
  height: auto;
  margin-bottom: 20px;
}
.images-list .img-scrollview {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}
@media (min-width: 576px) {
  .images-list .img-scrollview .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0px 5px 0px 5px;
  }
}
.images-list .img-scrollview-last {
  padding: 0px;
}
.images-list .banner {
  width: 100% !important;
  height: 100%;
  justify-content: space-between;
  --bs-gutter-x: 0;
}
.images-list .image-name {
  position: absolute;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #FFFFFF;
  padding: 25px 55px 0px 55px;
  height: 115px;
  white-space: pre-line;
  border-radius: 0px 0px 4px 0px;
}
.images-list .k-dialog {
  height: auto !important;
  width: auto !important;
}
.images-list kendo-scrollview.k-scrollview-wrap {
  border: none;
}
.images-list kendo-scrollview-pager {
  display: none;
}
.images-list .vertical-dot {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 2px;
  background-color: rgba(32, 28, 28, 0.1);
}
.images-list .vertical-dot .three-dot-area {
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.images-list .vertical-dot .three-dot {
  width: 5px;
  height: 20px;
}
.images-list .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
}
.images-list .vertical-dot .menu .menu-row,
.images-list .vertical-dot .menu .menu-row-current,
.images-list .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.images-list .vertical-dot .menu .menu-row .menu-item-1,
.images-list .vertical-dot .menu .menu-row .menu-item-2,
.images-list .vertical-dot .menu .menu-row-current .menu-item-1,
.images-list .vertical-dot .menu .menu-row-current .menu-item-2,
.images-list .vertical-dot .menu .menu-row-current-border .menu-item-1,
.images-list .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.images-list .vertical-dot .menu .menu-row-current,
.images-list .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.images-list .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.images-list .banner-container:hover .vertical-dot {
  display: flex;
}
.images-list .router-outlet-content {
  width: 695px !important;
  height: 90%;
}
.images-list .router-outlet-content-gallery {
  width: 794px !important;
  height: 90%;
}
.images-list .title-info-req {
  color: #004A9A;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.images-list .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.images-list .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.images-list .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.images-list .employe-detail {
  margin-top: 10px;
}
.images-list .employe-detail-mb {
  padding: 10px 0px;
  margin-bottom: 18px;
}
.images-list .close-div {
  display: flex;
  margin-top: 3px;
}
.images-list .slider-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.images-list .slider-dialog .close-icon-div {
  position: absolute;
  right: 0px;
}
.images-list .slider-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.images-list .k-scrollview {
  position: relative;
}
@media (max-width: 1024px) {
  .images-list .router-outlet-content {
    width: 100% !important;
  }
  .images-list .router-outlet-content-gallery {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .images-list .banner {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768) {
  .images-list .banner {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .images-list .img-scrollview {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .images-list .img-scrollview-last {
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .images-list .col-md-3 {
    width: 24% !important;
  }
}
.images-list:hover .vertical-dot {
  visibility: visible;
}
.images-list:hover .k-scrollview-next,
.images-list:hover .k-scrollview-prev {
  visibility: visible;
}
.images-slider .img-scrollview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.images-slider .post-more {
  display: flex;
  justify-content: center;
}
.images-slider .primary-title {
  cursor: pointer;
  color: #000000;
  margin-top: 48px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30.17px;
  display: flex;
  justify-content: center;
}
.images-slider .primary-title span {
  color: #006cb5;
  margin-left: 6px;
}
.images-slider .sub-title {
  margin-top: 36px;
  margin-bottom: 75px;
  max-width: 815px;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  color: #323232;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.images-slider .sub-title p {
  margin-bottom: 0;
}
.images-slider .k-scrollview-wrap .k-scrollview > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.images-slider .item-list {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px 17px;
  gap: 0px 144px;
  min-height: 601px;
  align-items: center;
  max-width: 100%;
  margin-bottom: 156px;
  min-width: 100%;
  position: relative;
  justify-content: center;
}
.images-slider .item-list .arrow {
  display: flex;
  position: absolute;
  z-index: 200;
  -webkit-user-select: none;
          user-select: none;
}
.images-slider .item-list .arrow .next-arrow,
.images-slider .item-list .arrow .prev-arrow {
  transition: 0.6s;
  height: 41px;
  width: 41px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.images-slider .item-list .arrow .next-arrow:hover,
.images-slider .item-list .arrow .prev-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}
.images-slider .item-list .arrow .next-arrow {
  margin-left: 519px;
}
.images-slider .item-list .slide {
  display: flex;
  gap: 0 144px;
  align-items: center;
  justify-content: center;
}
.images-slider .item-list .item {
  display: flex;
  flex-direction: column;
  width: 367px;
  height: 422px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.1);
  padding: 91px 36px 44px 37px;
  transition: 0.7s ease;
  z-index: 1;
  overflow: hidden;
}
.images-slider .item-list .item .title h4 {
  line-height: 25px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #292621;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  color: #006cb5;
  margin-top: 72px;
  margin-bottom: 9px;
}
.images-slider .item-list .item .text-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #353535;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: pre-line;
}
.images-slider .item-list .item .image {
  display: flex;
  justify-content: center;
}
.images-slider .item-list .item .btn {
  display: none;
}
.images-slider .item-list .item.active {
  padding: 91px 86px 40px 85px;
  background: linear-gradient(180deg, #006cb5 8.33%, #0098da 38.54%, #00aeef 91.6%);
  width: 416px;
  height: 601px;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.images-slider .item-list .item.active .post-image {
  filter: brightness(0) invert(1);
}
.images-slider .item-list .item.active .title h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 16px;
  margin-top: 88px;
}
.images-slider .item-list .item.active .text-item {
  overflow: hidden;
  margin-bottom: 81px;
}
.images-slider .item-list .item.active .text-item p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.images-slider .item-list .item.active .btn {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
.images-slider .item-list .item.active .btn-detail {
  display: inline-block;
  padding: 12px 41px;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  max-width: 159px;
  max-height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.5px;
  cursor: pointer;
  transition: 0.6s;
}
.images-slider .item-list .item.active .btn-detail:hover {
  opacity: 0.8;
}
.images-slider .item-list .item.active .post-image {
  max-width: 98px;
  max-height: 122px;
}
.images-slider .banner {
  width: 100% !important;
}
.images-slider .image-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  padding: 25px 55px 0px 55px;
  height: 115px;
  background-image: url('slider-title-background.5702ca1f924c613a86d3.png') !important;
  white-space: pre-line;
  border-radius: 0px 0px 4px 0px;
}
.images-slider .k-dialog {
  height: auto !important;
  width: auto !important;
}
.images-slider kendo-scrollview.k-scrollview-wrap {
  border: none;
}
.images-slider kendo-scrollview-pager {
  display: none;
}
.images-slider .k-scrollview-next,
.images-slider .k-scrollview-prev {
  text-shadow: none;
  background: rgba(32, 28, 28, 0.24);
  height: 36px;
  width: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
}
.images-slider .k-scrollview-next {
  right: 2%;
}
.images-slider .k-scrollview-prev {
  left: 2%;
}
.images-slider .k-scrollview-next .k-icon,
.images-slider .k-scrollview-prev .k-icon {
  font-size: 36px;
  text-align: center;
}
.images-slider .vertical-dot {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 2px;
  background-color: rgba(32, 28, 28, 0.1);
}
.images-slider .vertical-dot .three-dot-area {
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.images-slider .vertical-dot .three-dot {
  width: 5px;
  height: 20px;
}
.images-slider .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
}
.images-slider .vertical-dot .menu .menu-row,
.images-slider .vertical-dot .menu .menu-row-current,
.images-slider .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.images-slider .vertical-dot .menu .menu-row .menu-item-1,
.images-slider .vertical-dot .menu .menu-row .menu-item-2,
.images-slider .vertical-dot .menu .menu-row-current .menu-item-1,
.images-slider .vertical-dot .menu .menu-row-current .menu-item-2,
.images-slider .vertical-dot .menu .menu-row-current-border .menu-item-1,
.images-slider .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.images-slider .vertical-dot .menu .menu-row-current,
.images-slider .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.images-slider .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.images-slider .banner-container:hover .vertical-dot {
  display: flex;
}
.images-slider .router-outlet-content {
  width: 695px !important;
  height: 90%;
}
.images-slider .router-outlet-content-gallery {
  width: 794px !important;
  height: 90%;
}
.images-slider .title-info-req {
  color: #004a9a;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.images-slider .input-label {
  color: #004a9a;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.images-slider .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.images-slider .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.images-slider .employe-detail {
  margin-top: 10px;
}
.images-slider .employe-detail-mb {
  padding: 10px 0px;
  margin-bottom: 18px;
}
.images-slider .close-div {
  display: flex;
  margin-top: 3px;
}
.images-slider .slider-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.images-slider .slider-dialog .close-icon-div {
  position: absolute;
  right: 0px;
}
.images-slider .slider-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.images-slider .k-scrollview {
  position: relative;
}
@media (max-width: 1024px) {
  .images-slider .router-outlet-content {
    width: 100% !important;
  }
  .images-slider .router-outlet-content-gallery {
    width: 100% !important;
  }
}
.images-slider:hover .vertical-dot {
  visibility: visible;
}
.images-slider:hover .k-scrollview-next,
.images-slider:hover .k-scrollview-prev {
  visibility: visible;
}
@media screen and (max-width: 992px) {
  .post-more {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .primary-title {
    font-size: 18px !important;
    line-height: 24px;
  }

  .sub-title {
    font-size: 16px !important;
    line-height: 28px;
  }

  .title h4 {
    font-size: 16px !important;
  }

  .text-item p {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 610px) {
  .next-arrow {
    margin-left: 460px !important;
  }
}
@media screen and (max-width: 576px) {
  .arrow {
    display: flex;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .arrow .next-arrow {
    margin-left: 40px !important;
  }
  .arrow .next-arrow,
.arrow .prev-arrow {
    background: rgba(0, 0, 0, 0.11);
  }
}
header-template5 {
  padding: 0;
  margin: 0;
  position: relative;
}
header-template5 .pointer {
  cursor: pointer;
  margin-right: 20px;
}
header-template5 .navbar-collapse-custom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1002;
}
header-template5 .nav-item {
  color: #006CB5 !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  padding: 0.5rem 0.7rem !important;
  font-weight: bold;
}
header-template5 nav ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
header-template5 #BannerBackGround {
  background-size: cover;
}
header-template5 .row-height {
  height: 40px;
}
header-template5 .nav-bar {
  margin: auto;
  width: calc(100% - 250px);
  min-width: 80%;
  max-width: 1550px;
}
header-template5 .nav-menu-box {
  background-color: white;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1000;
  margin: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.19);
}
header-template5 .nav-menu-box .nav-content {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  display: inline-flex;
  display: flex;
  justify-content: center;
}
header-template5 .nav-menu-box .home-icon {
  margin-top: 5px;
}
header-template5 .nav-menu-box .home-icon,
header-template5 .nav-menu-box .menu-icon {
  color: white;
  cursor: pointer;
}
header-template5 .menu-icon-box {
  display: none;
}
header-template5 .nav-menu {
  width: 100%;
  height: auto;
  font-size: 95%;
  display: flex;
  justify-content: space-between;
}
header-template5 .nav-menu .dropdown {
  height: 100%;
  text-align: center;
  display: inline-block;
}
header-template5 .nav-menu .dropdown .material-icons {
  color: white;
  padding-top: 5px;
  font-size: 15px;
}
header-template5 .nav-menu .dropdown .dropdown-home {
  margin: auto;
}
header-template5 .nav-menu .dropdown .play-arrow {
  color: #656565;
  font-size: 12px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  padding-top: 6px;
}
header-template5 .nav-menu .dropdown .item-link {
  color: #383838;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 10px;
  justify-content: center;
  cursor: pointer;
  color: #006CB5;
}
header-template5 .nav-menu .dropdown .item-link .menu-name {
  display: flex;
  align-items: center;
}
header-template5 .nav-menu .dropdown .item-link:hover,
header-template5 .nav-menu .dropdown .item-link:active,
header-template5 .nav-menu .dropdown .focus {
  background-color: #006CB5 !important;
  color: white;
  height: 100%;
  border-radius: 0;
}
header-template5 .nav-menu .dropdown .dropdown-menu {
  background-color: inherit;
  position: relative;
  border: none;
  min-width: 0;
}
header-template5 .nav-menu .dropdown .dropdown-submenu {
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 100%;
  left: 0;
}
header-template5 .nav-menu .dropdown .dropdown-submenu a {
  display: block;
}
header-template5 .nav-menu .dropdown .dropdown-item:hover {
  background-color: #dddddd;
}
header-template5 .nav-menu .dropdown .dropdown-item {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border-top: 1px solid #DEDEDE;
  padding: 0.6rem 1rem;
  color: #006CB5;
}
header-template5 .nav-menu .dropdown .dropdown:hover {
  background-color: #133d6c;
}
header-template5 .disable-click {
  pointer-events: none;
  cursor: default;
}
header-template5 .nav-top {
  border-bottom: 1px solid #D6D6D6;
  max-width: 1140px;
  margin: 0 auto;
}
header-template5 .nav-top .contact {
  margin: auto;
  background-color: white;
  position: relative;
  padding-top: 1px;
}
header-template5 .nav-top .contact .search {
  margin: auto 0;
  height: 40px;
}
header-template5 .nav-top .contact .search .form-control {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #373737;
  margin-top: 5px;
}
header-template5 .nav-top .contact .language {
  font-size: 13px;
  border-left: 1px solid #ECECEC;
  right: 15px;
  color: white;
  margin: auto 0;
  text-align: center;
  cursor: pointer;
  height: 40px;
}
header-template5 .nav-top .contact .language .mat-form-field {
  max-width: 50px;
  margin-top: -5px;
}
header-template5 .nav-top .contact .language .mat-form-field-underline {
  display: none;
}
header-template5 .banner {
  position: relative;
  margin: 20px auto;
  max-width: 1140px;
  margin: 0 auto;
}
header-template5 .banner .row {
  height: 100%;
}
header-template5 .banner .img1 {
  max-width: 117px;
  height: 105px;
  z-index: 5;
  object-fit: contain;
  cursor: pointer;
  margin: auto;
}
header-template5 .banner .name {
  margin: auto 0;
  display: flex;
  flex-direction: row;
}
header-template5 .banner .name a {
  text-decoration: none;
}
header-template5 .banner .name-main,
header-template5 .banner .name-detail {
  display: inline !important;
}
header-template5 .banner .name-main .edit-logo,
header-template5 .banner .name-detail .edit-logo {
  position: absolute;
}
header-template5 .banner .name-main {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  display: block;
}
header-template5 .banner .name-detail a {
  color: #D7A123;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
header-template5 .banner .search:focus {
  border: 1px solid #f3efef !important;
}
header-template5 .banner .search-icon {
  color: #9a9a9a;
  position: absolute;
  right: 15px;
  top: 52px;
  z-index: 999;
  cursor: pointer;
}
header-template5 .banner .search-text:focus {
  border: 1px solid white !important;
}
header-template5 .banner .banner-link {
  cursor: pointer;
  z-index: 997;
  position: absolute;
  width: 100%;
  height: 100%;
}
header-template5 .banner .banner-background {
  cursor: default;
  z-index: 1;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
}
header-template5 .banner .color-text-selected {
  color: #363842;
  cursor: default;
}
header-template5 .banner .edit-logo {
  visibility: hidden;
}
header-template5 .banner .logo-container:hover .edit-logo,
header-template5 .banner .name:hover .edit-logo {
  visibility: visible;
}
header-template5 .banner .logo-container {
  display: flex;
  flex-direction: row;
}
header-template5 .banner .logo-container .btn-custom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header-template5 .banner .logo-container .k-upload {
  display: none;
}
header-template5 .banner .material-icons {
  font-size: 18px;
}
header-template5 .banner .menu .menus {
  display: inline !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header-template5 .banner .menu .menus .menu-item {
  display: inline;
  width: 33%;
  padding-right: 10px;
}
header-template5 .banner .menu .menus button {
  display: inline;
}
header-template5 .banner .login {
  margin: 45px 0px;
}
header-template5 .banner .login-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  height: 44px;
  background-color: #D6A022;
  border-radius: 4px;
  color: white;
  width: 146px;
  border: none;
}
header-template5 .banner .btn-custom {
  background: initial;
  color: inherit;
}
header-template5 .banner .btn-custom button {
  background-color: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  border: none;
}
header-template5 .banner .btn-custom .k-button {
  padding: 0 !important;
}
header-template5 .banner .k-popup .k-list {
  height: auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}
header-template5 .banner .k-popup .k-item {
  width: 100%;
}
header-template5 .banner .btn-add {
  background-color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 2px;
}
header-template5 .banner .btn-add:hover {
  background-color: #f3efef;
}
header-template5 .banner .dropdown {
  position: relative;
  display: inline-block;
}
header-template5 .banner .dropdown-bg {
  padding-top: 20px;
}
header-template5 .banner .dropdown-content {
  display: none;
  position: absolute;
  right: 10px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  min-width: 230px;
  z-index: 1000;
}
header-template5 .banner .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-top: 1px solid #DBDBDB;
  font-size: 14px;
  color: #4B4B4B;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
header-template5 .banner .dropdown-content a:hover {
  background-color: #f1f1f1;
}
header-template5 .banner .dropdown-content a:first-child {
  border-top: none;
}
header-template5 .banner .dropdown-content .avatar {
  margin: 0;
  margin-right: 10px;
  padding: 0;
  max-width: 60px;
  max-height: 60px;
}
header-template5 .banner .dropdown-content .avatar img {
  width: 100%;
  height: 100%;
}
header-template5 .banner .dropdown-content .user-info {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header-template5 .banner .dropdown-content .user-info .role {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}
header-template5 .banner .dropdown-content .user-info .btn-edit-info {
  background-color: #946711;
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 10px;
}
header-template5 .banner .dropdown:hover .dropdown-content {
  display: block;
}
header-template5 .banner .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
header-template5 .user {
  display: flex;
  flex-direction: row;
  margin: auto 0;
  padding: 0;
  justify-content: flex-end;
}
header-template5 .user .change-btn {
  margin: 0 10px;
  cursor: pointer;
}
header-template5 .user .avatar {
  margin: 0 10px;
  cursor: pointer;
}
header-template5 .user .avatar img {
  width: 3rem;
  height: 3rem;
}
header-template5 .user .change-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  min-width: 3rem;
  height: 3rem;
}
header-template5 .user .change-btn img {
  width: 1.5rem;
  height: 1.5rem;
}
header-template5 .pointer {
  cursor: pointer;
}
header-template5 .open-menu {
  display: block !important;
}
header-template5 .close-menu {
  display: none !important;
}
header-template5 .login-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  height: 44px;
  background-color: #D6A022;
  border-radius: 4px;
  color: white;
  width: 146px;
  border: none;
}
header-template5 .edit .required,
header-template5 .edit .err-text {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
header-template5 .xbutton-dialog {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 1px;
  color: black;
  font-size: 20px;
}
header-template5 .title-info-req {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 16px;
}
header-template5 .btn-save {
  color: white;
  background-color: #0b68a4;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  margin-top: 10px;
  margin-right: 16px;
}
header-template5 kendo-dialog .btn-save {
  color: white;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
}
header-template5 .cskh {
  display: flex;
  flex-direction: column;
  height: 60px !important;
  width: 199px;
  background: #FFFFFF;
  border: 1px solid #027DC3;
  border-radius: 8px;
}
header-template5 .phone-box {
  padding: 0 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header-template5 .phone-icon {
  width: 25px;
  height: 25px;
  object-fit: cover;
  margin-top: 17px;
  margin-left: 18px;
}
header-template5 .phone-top {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #000000;
  padding-top: 8px;
}
header-template5 .phone-bottom {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #08659A;
  padding-top: 4px;
}
header-template5 .home-icon-blue {
  width: 20px;
  height: 17px;
}
header-template5 .home-icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
header-template5 .mat-form-field-appearance-legacy .mat-form-field-underline {
  display: none;
}
header-template5 .mat-form-field-infix {
  width: 40px;
  padding: 10px 0 !important;
  border-top: none !important;
}
header-template5 .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 0px !important;
}
header-template5 .lang-name {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #006CB5;
}
header-template5 .icon-search {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
header-template5 .search-box {
  height: 100%;
  justify-content: center;
  display: flex;
  /* justify-items: center; */
  flex-direction: column;
}
header-template5 .search-box-dropdown {
  position: absolute;
  top: 50px;
  right: 5px;
}
header-template5 .padding-0 {
  padding: 0px;
}
header-template5 .background-img {
  width: 100%;
  object-fit: contain;
}
header-template5 .display-for-background {
  display: block;
}
header-template5 .display-for-navbar {
  display: none;
}
@media screen and (max-width: 576px) {
  header-template5 .desktop,
header-template5 .desktop-icon {
    display: none !important;
  }
  header-template5 .nav-link {
    color: #006CB5 !important;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    font-weight: bold;
  }
  header-template5 .img-logo {
    width: 12%;
    height: auto;
    object-fit: contain;
  }
  header-template5 .mobile {
    display: block !important;
  }
  header-template5 .display-for-navbar {
    display: flex;
    padding: 43px 15px 20px 15px;
    justify-content: flex-start;
  }
  header-template5 .display-for-background {
    display: none;
  }
  header-template5 nav ul {
    width: auto;
  }
  header-template5 .nav-menu-box {
    height: 1px !important;
  }
  header-template5 .nav-top {
    border-bottom: 1px solid #D6D6D6;
  }
  header-template5 .nav-top .contact {
    margin: auto;
    background-color: white;
    position: relative;
    padding-top: 1px;
  }
  header-template5 .nav-top .contact .search {
    margin: auto 0;
  }
  header-template5 .nav-top .contact .language .mat-form-field {
    width: 65%;
  }
  header-template5 .banner {
    width: 100% !important;
    min-height: auto;
  }
  header-template5 .banner .img1 {
    height: 50px;
    top: 6px;
    left: 50%;
    position: relative;
  }
  header-template5 .banner .logo-container {
    display: block;
  }
  header-template5 .banner .name {
    padding: 0;
    margin: 0 auto;
  }
  header-template5 .banner .name hgroup {
    text-align: center;
  }
  header-template5 .banner .user {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-right: 10px;
  }
  header-template5 .nav-menu {
    font-size: 95% !important;
  }
  header-template5 .nav-menu .dropdown,
header-template5 .nav-menu .item-link {
    display: block;
    text-align: left;
    width: 100% !important;
    height: 100% !important;
  }
  header-template5 .nav-menu .dropdown-submenu {
    border-top: 1px solid #4569cf;
    width: 100%;
  }
  header-template5 .nav-menu .dropdown {
    padding-left: 0;
    height: auto;
    width: 100%;
    z-index: 9989;
    height: auto !important;
    padding: 0;
    font-weight: bold;
  }
  header-template5 .nav-menu .dropdown + .dropdown {
    border-top: 1px solid #4569cf;
  }
  header-template5 .nav-menu .dropdown-submenu > .dropdown-menu {
    left: 0px;
    margin-top: 0;
  }
  header-template5 .nav-menu .dropdown:hover {
    background-color: var(--main-color);
  }
  header-template5 .nav-menu .dropdown .dropdown-menu {
    z-index: 9990;
    margin-top: 0px;
  }
  header-template5 .nav-menu .dropdown-menu .dropdown-submenu {
    z-index: 9991;
    top: 10px !important;
  }
  header-template5 .nav-menu .dropdown-menu {
    display: none;
    width: 100% !important;
    border-top: 1px solid #4569cf;
  }
  header-template5 .nav-menu .button-expand {
    color: white;
    margin-top: 5px;
    position: absolute;
    right: 0;
    font-size: 17px;
    font-weight: normal;
    top: 8px;
    width: auto;
  }
  header-template5 .nav-menu .dropdown-item:hover {
    background-color: var(--main-color);
  }
  header-template5 .nav-menu .show {
    display: block !important;
  }
  header-template5 .nav-menu .dropdown-menu,
header-template5 .nav-menu .dropdown-submenu {
    position: relative !important;
    background-color: var(--main-color);
    color: white;
    border: none;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header-template5 .nav-menu .menu-name {
    color: #006CB5;
  }
  header-template5 .pading-0 {
    padding: 10px 0 !important;
  }
  header-template5 .pading-1 {
    padding: 10px 0 !important;
    padding-left: 15px !important;
  }
  header-template5 .pading-2 {
    padding: 10px 0 !important;
    padding-left: 25px !important;
  }
  header-template5 .pading-3 {
    padding: 10px 0 !important;
    padding-left: 35px !important;
  }
  header-template5 .pading-4 {
    padding: 10px 0 !important;
    padding-left: 45px !important;
  }
  header-template5 .dropdown-item {
    color: #006CB5;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    padding: 0.5rem 0.7rem !important;
    font-weight: bold;
  }
  header-template5 .home-icon {
    z-index: 9980 !important;
    font-size: 25px;
    margin-top: 0 !important;
  }
  header-template5 .menu-icon {
    font-size: 30px;
    margin-left: 4px;
  }
  header-template5 .menu-icon-box {
    display: inline-block !important;
    position: absolute;
    margin-top: 1px !important;
    width: 40px;
    height: 30px;
    z-index: 999 !important;
    border-radius: 5px;
    color: #8a8a8a;
    top: 7px;
    left: 15px;
  }
  header-template5 .close-button-box {
    text-align: end;
    padding-top: 10px;
  }
  header-template5 .close-button {
    color: #ff8659;
    font-weight: bold;
  }
  header-template5 .navbar-display {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    top: 0px;
    margin-left: 0%;
    width: 65%;
    background: var(--main-color);
    height: 4000px !important;
    position: fixed;
    z-index: 998 !important;
    padding: 0px 15px;
    box-shadow: -5px 5px 5px #878794;
  }
  header-template5 .search-cover-shadow,
header-template5 .navbar-cover-shadow {
    width: 100%;
    top: 0;
    background: var(--main-color);
    height: 4000px;
    position: fixed;
    z-index: 997 !important;
    background-color: #969494;
    opacity: 0.4;
  }
  header-template5 .search-cover-shadow {
    margin-top: 145px;
    background-color: #363636;
    opacity: 0.5;
  }
  header-template5 .navbar-hidden {
    display: none;
  }
  header-template5 #navbardropdownMenuLink {
    text-align: left !important;
  }
  header-template5 .login-btn {
    position: relative;
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(100vw - 20px) !important;
  }
  header-template5 .left-block {
    width: 100%;
    position: relative !important;
  }
}
header-template5 .language {
  display: flex;
  align-items: center;
}
@media (min-width: 1000px) and (max-width: 1440px) {
  header-template5 .item-link {
    padding: 5px 2px !important;
  }
  header-template5 .dropdown-item {
    font-size: 9px !important;
  }
}
@media (min-width: 700px) and (max-width: 1540px) {
  header-template5 .item-link {
    padding: 10px 2px !important;
  }
  header-template5 .dropdown-item {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 575px) {
  header-template5 .desktop {
    display: block !important;
  }
  header-template5 .mobile {
    display: none !important;
  }
  header-template5 .top-right-menu {
    display: inline !important;
    position: absolute;
    font-size: 13px;
    top: 15px;
    right: 15px;
  }
  header-template5 .dropdown-menu:hover .dropdown-submenu {
    display: block;
  }
}
.news-template-22 .row, .news-template-22-without-time .row {
  --bs-gutter-x: 0;
}
.news-template-22 .padding, .news-template-22-without-time .padding {
  padding: 0%;
}
.news-template-22 .k-dialog, .news-template-22-without-time .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-22 .post-title, .news-template-22-without-time .post-title {
  display: flex;
  justify-content: space-between;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}
.news-template-22 .title-text, .news-template-22-without-time .title-text {
  margin-bottom: 0 !important;
}
.news-template-22 .post-more, .news-template-22-without-time .post-more {
  display: flex;
  justify-content: center;
  color: #d6a022;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 4px;
}
.news-template-22 .post-more a, .news-template-22-without-time .post-more a {
  color: #d6a022;
}
.news-template-22 .pointer, .news-template-22-without-time .pointer {
  cursor: pointer;
}
.news-template-22 .icon-clock, .news-template-22-without-time .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-22 .title, .news-template-22-without-time .title {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  color: #2B2B2B;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-template-22 .title-template-type-2, .news-template-22-without-time .title-template-type-2 {
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #2B2B2B;
  margin-bottom: 20px;
}
.news-template-22 .post-image, .news-template-22 .post-image-radius, .news-template-22-without-time .post-image, .news-template-22-without-time .post-image-radius {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-template-22 .post-image-radius, .news-template-22-without-time .post-image-radius {
  border-radius: 4px;
}
.news-template-22 .post-image-default, .news-template-22-without-time .post-image-default {
  height: 100%;
  width: 100%;
}
.news-template-22 .post-image-org, .news-template-22-without-time .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-22 .time-clock, .news-template-22-without-time .time-clock {
  display: flex;
}
.news-template-22 .time-text, .news-template-22-without-time .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-22 .main-item, .news-template-22-without-time .main-item {
  display: table;
}
.news-template-22 .vertical-dot, .news-template-22-without-time .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-22 .main-item:hover .vertical-dot, .news-template-22-without-time .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-22 .d-flex, .news-template-22-without-time .d-flex {
  visibility: visible !important;
}
.news-template-22 .menu, .news-template-22-without-time .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-22 .menu .menu-row,
.news-template-22 .menu .menu-row-current,
.news-template-22 .menu .menu-row-current-border, .news-template-22-without-time .menu .menu-row,
.news-template-22-without-time .menu .menu-row-current,
.news-template-22-without-time .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-22 .menu .menu-row .menu-item-1,
.news-template-22 .menu .menu-row .menu-item-2,
.news-template-22 .menu .menu-row-current .menu-item-1,
.news-template-22 .menu .menu-row-current .menu-item-2,
.news-template-22 .menu .menu-row-current-border .menu-item-1,
.news-template-22 .menu .menu-row-current-border .menu-item-2, .news-template-22-without-time .menu .menu-row .menu-item-1,
.news-template-22-without-time .menu .menu-row .menu-item-2,
.news-template-22-without-time .menu .menu-row-current .menu-item-1,
.news-template-22-without-time .menu .menu-row-current .menu-item-2,
.news-template-22-without-time .menu .menu-row-current-border .menu-item-1,
.news-template-22-without-time .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-22 .menu .menu-row-current,
.news-template-22 .menu .menu-row-current-border, .news-template-22-without-time .menu .menu-row-current,
.news-template-22-without-time .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-22 .menu .menu-item-3, .news-template-22-without-time .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-22 .img-figure,
.news-template-22 .img-figure-no-img,
.news-template-22 .img-figure-template-type-2, .news-template-22-without-time .img-figure,
.news-template-22-without-time .img-figure-no-img,
.news-template-22-without-time .img-figure-template-type-2 {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
}
.news-template-22 .post-list, .news-template-22-without-time .post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-template-22 .post-list .k-pager-info, .news-template-22 .post-list .k-pager-sizes, .news-template-22-without-time .post-list .k-pager-info, .news-template-22-without-time .post-list .k-pager-sizes {
  display: none;
}
.news-template-22 .post-list .k-pager kendo-datapager-prev-buttons, .news-template-22-without-time .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-22 .post-list .k-pager .k-state-selected, .news-template-22-without-time .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-22 .post-list .top-part, .news-template-22-without-time .post-list .top-part {
  display: flex;
  flex-direction: column;
}
.news-template-22 .uppercase, .news-template-22-without-time .uppercase {
  text-transform: uppercase;
}
.news-template-22 .top-new-item, .news-template-22-without-time .top-new-item {
  margin: 15px 0px 0px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-22 .top-new-item .title:hover, .news-template-22-without-time .top-new-item .title:hover {
  color: #00396b;
}
.news-template-22 .close-div, .news-template-22-without-time .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-22 .news-template-22-dialog, .news-template-22-without-time .news-template-22-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-22 .news-template-22-dialog .close-icon-div, .news-template-22-without-time .news-template-22-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-22 .news-template-22-dialog .close-icon, .news-template-22-without-time .news-template-22-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-22 .news-template-22-dialog .title-info-req, .news-template-22-without-time .news-template-22-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-22 .input-label, .news-template-22-without-time .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-22 .btn-delete, .news-template-22-without-time .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-22 .btn-cancel, .news-template-22-without-time .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-22 .dialog-width, .news-template-22-without-time .dialog-width {
  max-width: 400px;
}
@media (max-width: 770px) {
  .news-template-22 .post-list, .news-template-22-without-time .post-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .news-template-22 .post-image, .news-template-22-without-time .post-image {
    height: auto !important;
  }
  .news-template-22 .top-new-item, .news-template-22-without-time .top-new-item {
    margin: 0px !important;
  }
}
@media (min-width: 770px) {
  .news-template-22 .col-md-4, .news-template-22-without-time .col-md-4 {
    width: 32%;
  }
}
.news-template-22-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-22-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-22-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-22-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-22-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-22-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-22-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-22-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-22-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-22-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-22-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-22-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-22-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-22-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-22-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-22-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-22-dialog .float-right {
  float: right;
}
.news-template-22-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-22-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-22-dialog .control {
  margin-bottom: 22px;
}
.news-template-22-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-22-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.news-template-22-dialog .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-22-dialog .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-22-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-22-dialog .padding-col {
  padding: 7px 15px 0;
}
footer.ver4 {
  font-size: 14px;
  margin: auto;
  margin-top: 1em;
  background-color: #FFFFFF;
}
footer.ver4 .mobile {
  display: none !important;
}
footer.ver4 .desktop {
  display: block;
}
footer.ver4 .pointer {
  cursor: pointer;
}
footer.ver4 .footer3 {
  color: black;
}
footer.ver4 .footer3 .row {
  line-height: 2rem;
  display: flex;
  flex-direction: row;
}
footer.ver4 .footer3 .title span {
  display: inline !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-style: normal;
  padding-bottom: 10px;
}
footer.ver4 .footer3 .textapplink {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #848585;
}
footer.ver4 .footer3 .barcodeholder {
  border: 1px solid #000000;
  box-sizing: border-box;
  height: 100px;
  width: 100px;
}
footer.ver4 .footer3 .googleplay {
  padding-left: 0px;
}
footer.ver4 .footer3 .googleplay .appimg {
  height: 46px;
}
footer.ver4 .footer3 .appstore {
  padding-left: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer.ver4 .footer3 .applink-holder {
  display: flex;
  gap: 10px;
  flex-direction: row;
  float: right;
  margin-bottom: 15px;
}
footer.ver4 .footer3 .barcodes {
  width: 100%;
}
footer.ver4 .footer3 .image-block {
  justify-content: left;
  display: flex;
}
footer.ver4 .footer3 .info {
  color: #131313;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
footer.ver4 .footer3 .info .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}
footer.ver4 .footer3 .info ul {
  list-style-type: none;
  margin-bottom: 15px;
}
footer.ver4 .footer3 .info ul i {
  font-size: 1rem;
}
footer.ver4 .footer3 .info-access {
  margin-bottom: 15px;
}
footer.ver4 .footer3 .description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #848585;
}
footer.ver4 .footer3 ul {
  padding: 0;
  margin-bottom: 0;
}
footer.ver4 .footer3 .info {
  padding-right: 1em;
}
footer.ver4 .footer3 .menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 9em;
  list-style-type: disc;
  margin-left: 10px;
}
footer.ver4 .footer3 .menu li {
  width: 50%;
}
footer.ver4 .footer3 li {
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
}
footer.ver4 .footer3 li:hover .btn-func,
footer.ver4 .footer3 .info:hover .btn-func {
  visibility: visible;
}
footer.ver4 .footer3 li a {
  color: black;
  text-decoration: none;
}
footer.ver4 .footer3 .btn-func {
  visibility: hidden;
}
footer.ver4 .footer3 .btn-custom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: initial;
  color: black;
}
footer.ver4 .footer3 .btn-custom button {
  background-color: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: black;
  border: none;
}
footer.ver4 .footer3 .btn-custom .k-button {
  padding: 0 !important;
}
footer.ver4 .footer3 .k-popup .k-list {
  height: auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}
footer.ver4 .footer3 .k-popup .k-item {
  width: 100%;
  padding: 5px;
}
footer.ver4 .footer3 .handle:hover {
  cursor: pointer;
}
footer.ver4 .footer3 .btn-add {
  background-color: inherit;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  border: 1px solid white;
  border-radius: 2px;
  height: 2.5em;
}
footer.ver4 .footer3 .btn-add:hover {
  background-color: #074973;
}
footer.ver4 .footer3 .menu,
footer.ver4 .footer3 .contact {
  height: 80px;
  border-left: 1px solid #FFFFFF;
  padding-left: 2em;
}
footer.ver4 .footer3 .contact .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
footer.ver4 .footer3 .contact .social-icon {
  margin-top: 15px;
}
footer.ver4 .footer3 .contact .social-icon a {
  margin: 0 12px;
}
footer.ver4 .footer3 .contact .social-icon a img {
  height: 20px;
  width: 20px;
}
footer.ver4 .footer3 .contact .social-icon i {
  color: black;
}
footer.ver4 .copyright {
  background-color: #08659A;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 0px;
}
footer.ver4 .icon-footer {
  max-height: 220px;
  margin: 0px 0px 50px 0px;
  object-fit: contain;
  width: 100%;
  height: auto;
}
footer.ver4 .edit .required,
footer.ver4 .edit .err-text {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
footer.ver4 .xbutton-dialog {
  padding: 0;
  color: inherit;
  background: none;
  border-width: 0;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 1px;
  color: black;
  font-size: 20px;
}
footer.ver4 .title-info-req {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 16px;
}
footer.ver4 .btn-save {
  color: black;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  margin-top: 10px;
  margin-right: 16px;
}
footer.ver4 .break-line {
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 20px;
  margin-top: 20px;
}
footer.ver4 .margin-box {
  margin-bottom: 30px;
}
footer.ver4 .menu-title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
  cursor: pointer;
}
footer.ver4 .childmenu-title {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #454545;
  cursor: pointer;
}
footer.ver4 .menu-width {
  margin: auto;
  width: calc(100% - 250px);
  min-width: 80%;
  max-width: 1550px;
  align-items: flex-end;
}
footer.ver4 .footer-background {
  border: 1px solid #006CB5;
  width: calc(100% - 1px);
  margin-left: 1px;
}
footer.ver4 .margin-background {
  margin: auto;
}
footer.ver4 .title-info {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #006CB5;
  margin: 20px 0px 20px 0px;
}
footer.ver4 .operator-info {
  display: flex;
}
footer.ver4 .icon-copyright {
  height: 27px;
}
footer.ver4 .icon-copyrightholder {
  display: flex;
  align-items: center;
  margin-right: 0.8rem;
}
footer.ver4 .logofooterholder {
  justify-content: right;
  display: flex;
}
footer.ver4 .logofooter {
  width: 30px;
  margin-left: 2px;
  margin-right: 1px;
  position: absolute;
  right: 0;
  height: 100%;
}
footer.ver4 .footertext {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
footer.ver4 .online-box {
  margin: 20px 10px 10px 0px;
}
footer.ver4 .copyright-row {
  display: flex;
  flex-wrap: nowrap;
}
footer.ver4 .bold-title {
  font-weight: 700;
}
footer.ver4 .title-text {
  font-weight: 700;
  font-size: 14px !important;
  color: #848585;
}
footer.ver4 .link {
  display: flex;
}
footer.ver4 .download-box {
  margin-left: 10px;
}
footer.ver4 .c-text {
  color: #FFF;
  font-size: 1.3rem;
  letter-spacing: -0.03375rem;
}
footer.ver4 .access-title {
  color: #848585;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0275rem;
}
footer.ver4 .margin-title {
  margin-top: 10px;
}
footer.ver4 .number-box {
  color: #FFF;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0275rem;
  background: #006CB5;
  width: 1.23rem;
  height: 1.83rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0px;
  margin-right: 5px;
}
footer.ver4 .number-arr {
  display: flex;
  flex-direction: row;
}
footer.ver4 .container-checkbox {
  margin-top: 10px;
}
footer.ver4 .checkmark {
  margin-left: 5px;
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  footer.ver4 {
    width: 100% !important;
  }
  footer.ver4 .menu-width {
    width: calc(100%);
  }
  footer.ver4 .mobile {
    display: block !important;
  }
  footer.ver4 .desktop {
    display: none !important;
  }
  footer.ver4 .btn-add {
    width: 25% !important;
  }
  footer.ver4 .footer3 .info,
footer.ver4 .footer3 .menu,
footer.ver4 .footer3 .contact {
    border-bottom: 1px solid white;
    margin: 5px 0 0;
  }
  footer.ver4 .footer3 .menu {
    height: auto;
  }
  footer.ver4 .footer3 .applink-holder {
    padding-top: 0px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  footer.ver4 .footer3 .icon-footer {
    max-height: 107px;
    margin: 30px 0px 20px 0px;
  }
  footer.ver4 .footer3 .appstore {
    margin-bottom: 15px;
  }
  footer.ver4 .footer3 .mobile-container {
    flex-direction: column;
  }
  footer.ver4 .footer3 .googleplay .appimg {
    height: 41px;
  }
}
@media screen and (max-width: 800px) {
  footer.ver4 {
    width: 100% !important;
  }
  footer.ver4 .menu-width {
    width: calc(100%);
  }
  footer.ver4 .mobile {
    display: block !important;
  }
  footer.ver4 .desktop {
    display: none !important;
  }
  footer.ver4 .btn-add {
    width: 25% !important;
  }
  footer.ver4 .footer3 .info,
footer.ver4 .footer3 .menu,
footer.ver4 .footer3 .contact {
    border-bottom: 1px solid white;
    margin: 5px 0 0;
  }
  footer.ver4 .footer3 .menu {
    height: auto;
  }
  footer.ver4 .footer3 .applink-holder {
    width: 100%;
    padding-top: 0px;
    flex-direction: column;
    align-items: center;
  }
  footer.ver4 .footer3 .icon-footer {
    max-height: 107px;
    margin: 30px 0px 20px 0px;
  }
  footer.ver4 .footer3 .appstore {
    margin-bottom: 15px;
  }
  footer.ver4 .footer3 .googleplay .appimg {
    height: 41px;
  }
}
.news-template-23 {
  width: 100%;
  background-color: #ffffff !important;
  height: 100%;
}
.news-template-23 .container-fluid {
  align-items: baseline !important;
}
.news-template-23 .row {
  --bs-gutter-x: 0;
}
.news-template-23 .scroll-area {
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.news-template-23 .scroll-area::-webkit-scrollbar {
  display: none;
}
.news-template-23 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-23 .post-title {
  display: flex;
  color: #0b68a4;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #00396b;
  position: relative;
  height: 40px;
}
.news-template-23 .post-more {
  display: flex;
  justify-content: center;
  color: #eb2e35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-23 .post-more a {
  color: #eb2e35;
}
.news-template-23 .pointer {
  cursor: pointer;
}
.news-template-23 .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-23 .title {
  min-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  margin-left: 16px;
  margin-bottom: 0;
}
.news-template-23 .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-23 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-23 .time-clock {
  display: flex;
}
.news-template-23 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-23 .main-item {
  display: table;
}
.news-template-23 .main-item .row {
  flex-wrap: nowrap;
}
.news-template-23 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 3px;
  margin-left: 3px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-23 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-23 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-23 .d-flex {
  visibility: visible !important;
}
.news-template-23 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-23 .menu .menu-row,
.news-template-23 .menu .menu-row-current,
.news-template-23 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-23 .menu .menu-row .menu-item-1,
.news-template-23 .menu .menu-row .menu-item-2,
.news-template-23 .menu .menu-row-current .menu-item-1,
.news-template-23 .menu .menu-row-current .menu-item-2,
.news-template-23 .menu .menu-row-current-border .menu-item-1,
.news-template-23 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-23 .menu .menu-row-current,
.news-template-23 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-23 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-23 .img-figure,
.news-template-23 .img-figure-no-img {
  height: 198px;
  max-width: 372px;
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-23 .uppercase {
  color: #ffffff;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-23 .top-new-item {
  margin: 10px 0;
  width: 100%;
}
.news-template-23 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-23 .news-template-23-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-23 .news-template-23-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-23 .news-template-23-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-23 .news-template-23-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-23 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-23 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-23 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-23 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-23 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.news-template-23 .text-section {
  display: flex;
  min-height: 30px;
  margin-top: 10px;
}
.news-template-23 .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396b;
}
.news-template-23 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-template-23 .nested-menu .list-group-items {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 46px;
  color: #006CB5;
  padding: 0px 0px 0px 20px;
  border: none;
}
.news-template-23 .nested-menu .list-submenu {
  padding-left: 10px;
  overflow: hidden;
  overflow-y: auto;
}
.news-template-23 .nested-menu .list-submenu :last-child {
  border: none;
}
.news-template-23 .nested-menu .submenu {
  text-decoration: none;
  cursor: pointer;
  list-style-type: none;
  height: auto;
  color: #4a4a4a;
  font-weight: 500;
  display: block;
}
.news-template-23 .nested-menu .submenu .sub-item {
  display: flex;
  font-size: 14px;
  border-bottom: 1px dashed #848484;
}
.news-template-23 .nested-menu .submenu:first-child {
  padding-top: 0px;
}
.news-template-23 .nested-menu .img-first {
  width: 100%;
  object-fit: cover;
}
.news-template-23 .nested-menu .sub-item {
  display: flex;
  font-size: 14px;
}
.news-template-23 .nested-menu .sub-number {
  font-size: 48px;
  width: 50px;
  padding-right: 10px;
  margin-left: 15px;
}
.news-template-23 .water-icon {
  width: 20px;
  height: 20px;
  margin-top: 18px;
  margin-left: 17px;
}
.news-template-23 .list-title {
  display: flex;
}
.news-template-23 .item-title {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #2B2B2B;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.news-template-23 .item-title-first {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #2B2B2B;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-template-23 .item-keyword {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #027DC3;
}
.news-template-23 .item-time {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #A8A8A8;
  margin-left: 15px;
}
.news-template-23 .item-info {
  margin-top: 3px;
}
.news-template-23 .sidebar {
  border-left: 0.7px solid #D8D8D8;
  margin-left: 10px;
  margin-top: 30px;
}
.news-template-23 .desktop-width {
  width: 100vw;
  left: calc(-50vw + 50%);
  background: #F9F9F9;
}
.news-template-23 .content-width-media {
  width: calc(75% - 220px);
  margin: auto;
}
.news-template-23 ::-webkit-scrollbar {
  width: 3px;
}
.news-template-23 ::-webkit-scrollbar-thumb {
  background: #676262;
}
.news-template-23 ::-webkit-scrollbar-track {
  padding-top: 1px;
  padding-bottom: 1px;
  background: white;
}
@media (max-width: 768px) {
  .news-template-23 .sidebar {
    border-left: none !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
  .news-template-23 .list-group-items {
    padding: 0px !important;
  }
  .news-template-23 .list-submenu {
    padding-left: 0px !important;
    height: auto !important;
  }
  .news-template-23 .scroll-area {
    background: #F9F9F9;
  }
  .news-template-23 .img-first {
    height: auto !important;
  }
}
.news-template-23-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-23-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-23-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-23-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-23-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-23-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-23-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-23-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-23-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-23-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-23-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-23-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-23-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-23-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-23-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-23-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-23-dialog .float-right {
  float: right;
}
.news-template-23-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-23-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-23-dialog .control {
  margin-bottom: 22px;
}
.news-template-23-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-23-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-23-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-23-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-23-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-23-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-24 {
  width: 100%;
  background-color: #ffffff !important;
}
.news-template-24 .row {
  --bs-gutter-x: 0;
  display: flex;
  flex-wrap: wrap;
}
.news-template-24 .padding {
  padding: 0%;
}
.news-template-24 .scroll-area {
  max-height: 1400px;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.news-template-24 .scroll-area::-webkit-scrollbar {
  display: none;
}
.news-template-24 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-24 .post-title {
  display: flex;
  color: #0b68a4;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #00396b;
  position: relative;
  height: 40px;
}
.news-template-24 .post-more {
  display: flex;
  justify-content: center;
  color: #eb2e35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-24 .post-more a {
  color: #eb2e35;
}
.news-template-24 .pointer {
  cursor: pointer;
}
.news-template-24 .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-24 .title {
  min-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  margin-left: 16px;
  margin-bottom: 0;
}
.news-template-24 .post-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-template-24 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-24 .time-clock {
  display: flex;
}
.news-template-24 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-24 .main-item {
  display: flex;
  background: white;
  flex-direction: column;
}
.news-template-24 .main-item .row {
  flex-wrap: nowrap;
}
.news-template-24 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 3px;
  margin-left: 3px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-24 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-24 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-24 .d-flex {
  visibility: visible !important;
}
.news-template-24 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-24 .menu .menu-row,
.news-template-24 .menu .menu-row-current,
.news-template-24 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-24 .menu .menu-row .menu-item-1,
.news-template-24 .menu .menu-row .menu-item-2,
.news-template-24 .menu .menu-row-current .menu-item-1,
.news-template-24 .menu .menu-row-current .menu-item-2,
.news-template-24 .menu .menu-row-current-border .menu-item-1,
.news-template-24 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-24 .menu .menu-row-current,
.news-template-24 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-24 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-24 .img-figure,
.news-template-24 .img-figure-no-img .img-figure-template-type-2 {
  height: 173px;
  width: 218px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 30px;
}
.news-template-24 .img-figure-template-type-2 {
  height: 153px;
}
.news-template-24 .uppercase {
  color: #ffffff;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-24 .top-new-item {
  margin: 10px 0;
  width: 100%;
}
.news-template-24 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-24 .news-template-24-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-24 .news-template-24-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-24 .news-template-24-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-24 .news-template-24-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-24 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-24 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-24 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-24 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-24 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.news-template-24 .text-section {
  display: flex;
  min-height: 30px;
  margin-top: 10px;
}
.news-template-24 .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396b;
}
.news-template-24 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-template-24 .title-holder {
  margin-bottom: 10px;
}
.news-template-24 .list-title {
  width: 153px;
  height: 43px;
  background-color: #006CB5;
  -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 0, 78% 0%, 100% 90%, 0% 90%, 0% 100%, 0% 0%, 0% 0%);
          clip-path: polygon(0 0%, 0% 0%, 0% 0, 78% 0%, 100% 90%, 0% 90%, 0% 100%, 0% 0%, 0% 0%);
  z-index: 1;
  position: relative;
}
.news-template-24 .list-group-item {
  z-index: 1;
  margin-top: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 46px;
  color: #FFFFFF;
  padding: 0px 0px 0px 10px;
  border: none;
  background-color: #006CB5;
  -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 0, 80% 0%, 100% 90%, 0% 90%, 0% 100%, 0% 0%, 0% 0%);
          clip-path: polygon(0 0%, 0% 0%, 0% 0, 80% 0%, 100% 90%, 0% 90%, 0% 100%, 0% 0%, 0% 0%);
}
.news-template-24 .title-decorate {
  content: "";
  margin-top: -30px;
  margin-left: 5px;
  width: 164px;
  height: 29px;
  background: rgba(8, 174, 239, 0.49);
  -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 0, 86% 0%, 100% 90%, 0% 90%, 0% 100%, 0% 0%, 0% 0%);
          clip-path: polygon(0 0%, 0% 0%, 0% 0, 86% 0%, 100% 90%, 0% 90%, 0% 100%, 0% 0%, 0% 0%);
}
.news-template-24 .nested-menu .list-submenu {
  padding-right: 15px;
  background-color: #FFFFFF;
}
.news-template-24 .nested-menu .list-submenu :last-child {
  border: none;
}
.news-template-24 .nested-menu .submenu {
  cursor: pointer;
  list-style-type: none;
  height: auto;
  color: #4a4a4a;
  font-weight: 500;
  display: block;
}
.news-template-24 .nested-menu .submenu:first-child {
  padding-top: 0px;
  padding-bottom: 0px;
}
.news-template-24 .nested-menu .item-title-icon {
  display: flex;
}
.news-template-24 .water-icon {
  width: 100%;
  height: 100%;
}
.news-template-24 .top-part {
  display: flex;
  flex-direction: column;
}
.news-template-24 .item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #353535;
  margin-top: 16px;
}
.news-template-24 .item-title-news {
  margin-left: 15px;
  width: 38px;
  height: 17px;
  background-color: #E81818;
  text-align: center;
  border-radius: 5px;
  font-size: 11px;
  color: #FFFFFF;
  display: inline-block;
}
.news-template-24 .item-keyword {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #027DC3;
}
.news-template-24 .item-time {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #A8A8A8;
  margin-left: 15px;
}
.news-template-24 .item-summary {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-top: 12px;
  color: #505050;
}
.news-template-24 .item-info {
  margin-bottom: 12px;
  margin-top: 20px;
  margin-left: 0px;
  flex: 1 1 auto;
}
.news-template-24 .info-post {
  flex-direction: row;
}
@media (max-width: 600px) {
  .news-template-24 .info-post {
    flex-direction: column;
  }
}
.news-template-24-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-24-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-24-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-24-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-24-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-24-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-24-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-24-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-24-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-24-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-24-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-24-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-24-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-24-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-24-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-24-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-24-dialog .float-right {
  float: right;
}
.news-template-24-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-24-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-24-dialog .control {
  margin-bottom: 22px;
}
.news-template-24-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-24-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-24-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-24-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-24-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-24-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-25, .news-template-25-without-time {
  width: 100%;
}
.news-template-25 .row, .news-template-25-without-time .row {
  --bs-gutter-x: 0;
}
.news-template-25 .dot, .news-template-25-without-time .dot {
  height: 10px;
  width: 10px;
  background-color: #006CB5;
  border-radius: 50%;
  position: absolute;
  margin-top: 5px;
}
.news-template-25 .line, .news-template-25-without-time .line {
  border-bottom: 1px dashed #A6A6A6;
}
.news-template-25 .defaults, .news-template-25-without-time .defaults {
  display: flex;
}
.news-template-25 .k-dialog, .news-template-25-without-time .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-25 .post-title, .news-template-25-without-time .post-title {
  display: flex;
  justify-content: space-between;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 139%);
  margin-bottom: 10px;
}
.news-template-25 .title-text, .news-template-25-without-time .title-text {
  font-size: 16px;
  line-height: 46px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  margin-left: 22px;
  margin-bottom: 0 !important;
}
.news-template-25 .post-more, .news-template-25-without-time .post-more {
  display: flex;
  justify-content: center;
  color: #d6a022;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 4px;
}
.news-template-25 .post-more a, .news-template-25-without-time .post-more a {
  color: #d6a022;
}
.news-template-25 .pointer, .news-template-25-without-time .pointer {
  cursor: pointer;
}
.news-template-25 .icon-clock, .news-template-25-without-time .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-25 .title-summary-img, .news-template-25-without-time .title-summary-img {
  border-right: 1px solid #E3E3E3;
}
@media (max-width: 575px) {
  .news-template-25 .title-summary-img, .news-template-25-without-time .title-summary-img {
    border-right: 0px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
  }
  .news-template-25 .post-list, .news-template-25-without-time .post-list {
    padding: 0;
  }
  .news-template-25 .container-fluid, .news-template-25-without-time .container-fluid {
    padding: 0;
  }
}
@media (max-width: 860px) {
  .news-template-25 .title-summary-img, .news-template-25-without-time .title-summary-img {
    border-right: 0px solid #E3E3E3;
  }
}
@media (max-width: 860px) and (min-width: 575px) {
  .news-template-25 .title-summary-img, .news-template-25-without-time .title-summary-img {
    border-right: 1px solid #E3E3E3;
  }
}
.news-template-25 .title, .news-template-25-without-time .title {
  line-height: 27px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #292621;
  margin-bottom: 8px;
  margin-right: 20px;
}
.news-template-25 .title-second, .news-template-25-without-time .title-second {
  line-height: 27px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #292621;
  margin-bottom: 8px;
  margin-right: 20px;
  margin-left: 30px;
}
.news-template-25 .title-a, .news-template-25-without-time .title-a {
  text-decoration: none;
}
.news-template-25 .title-template-type-2, .news-template-25-without-time .title-template-type-2 {
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #2B2B2B;
  margin-bottom: 20px;
}
.news-template-25 .post-image, .news-template-25 .post-image-radius, .news-template-25-without-time .post-image, .news-template-25-without-time .post-image-radius {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-template-25 .post-image-radius, .news-template-25-without-time .post-image-radius {
  border-radius: 4px;
}
.news-template-25 .post-image-default, .news-template-25-without-time .post-image-default {
  height: 100%;
  width: 100%;
  padding-right: 20px;
}
.news-template-25 .post-image-org, .news-template-25-without-time .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-25 .time-clock, .news-template-25-without-time .time-clock {
  display: flex;
}
.news-template-25 .time-text, .news-template-25-without-time .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-25 .main-item, .news-template-25-without-time .main-item {
  display: table;
}
.news-template-25 .vertical-dot, .news-template-25-without-time .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-25 .main-item:hover .vertical-dot, .news-template-25-without-time .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-25 .d-flex, .news-template-25-without-time .d-flex {
  visibility: visible !important;
}
.news-template-25 .three-dot-area, .news-template-25-without-time .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-25 .menu, .news-template-25-without-time .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-25 .menu .menu-row,
.news-template-25 .menu .menu-row-current,
.news-template-25 .menu .menu-row-current-border, .news-template-25-without-time .menu .menu-row,
.news-template-25-without-time .menu .menu-row-current,
.news-template-25-without-time .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-25 .menu .menu-row .menu-item-1,
.news-template-25 .menu .menu-row .menu-item-2,
.news-template-25 .menu .menu-row-current .menu-item-1,
.news-template-25 .menu .menu-row-current .menu-item-2,
.news-template-25 .menu .menu-row-current-border .menu-item-1,
.news-template-25 .menu .menu-row-current-border .menu-item-2, .news-template-25-without-time .menu .menu-row .menu-item-1,
.news-template-25-without-time .menu .menu-row .menu-item-2,
.news-template-25-without-time .menu .menu-row-current .menu-item-1,
.news-template-25-without-time .menu .menu-row-current .menu-item-2,
.news-template-25-without-time .menu .menu-row-current-border .menu-item-1,
.news-template-25-without-time .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-25 .menu .menu-row-current,
.news-template-25 .menu .menu-row-current-border, .news-template-25-without-time .menu .menu-row-current,
.news-template-25-without-time .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-25 .menu .menu-item-3, .news-template-25-without-time .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-25 .img-figure,
.news-template-25 .img-figure-no-img,
.news-template-25 .img-figure-template-type-2, .news-template-25-without-time .img-figure,
.news-template-25-without-time .img-figure-no-img,
.news-template-25-without-time .img-figure-template-type-2 {
  height: 312px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.news-template-25 .img-figure-template-type-2, .news-template-25-without-time .img-figure-template-type-2 {
  height: 153px;
}
.news-template-25 .img-figure-2, .news-template-25-without-time .img-figure-2 {
  height: 260px !important;
}
.news-template-25 .post-list, .news-template-25-without-time .post-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: 17px;
}
.news-template-25 .post-list .k-pager-info, .news-template-25 .post-list .k-pager-sizes, .news-template-25-without-time .post-list .k-pager-info, .news-template-25-without-time .post-list .k-pager-sizes {
  display: none;
}
.news-template-25 .post-list .k-pager kendo-datapager-prev-buttons, .news-template-25-without-time .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-25 .post-list .k-pager .k-state-selected, .news-template-25-without-time .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-25 .post-list .img-first, .news-template-25-without-time .post-list .img-first {
  width: 264px;
  height: 173px;
  margin-right: 23px;
  margin-top: 15px;
}
.news-template-25 .post-list .img-firsts, .news-template-25-without-time .post-list .img-firsts {
  width: 264px;
  height: 173px;
}
.news-template-25 .post-list .top-part, .news-template-25-without-time .post-list .top-part {
  display: flex;
  flex-direction: column;
}
.news-template-25 .post-list .top-part .Summary, .news-template-25-without-time .post-list .top-part .Summary {
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #292621;
  text-decoration: none;
  margin-bottom: 0px;
  margin-right: 20px;
}
.news-template-25 .uppercase, .news-template-25-without-time .uppercase {
  text-transform: uppercase;
}
.news-template-25 .top-new-item, .news-template-25-without-time .top-new-item {
  margin: 10px 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-25 .top-new-item .title:hover, .news-template-25-without-time .top-new-item .title:hover {
  color: #00396b;
}
.news-template-25 .close-div, .news-template-25-without-time .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-25 .news-template-25-dialog, .news-template-25-without-time .news-template-25-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-25 .news-template-25-dialog .close-icon-div, .news-template-25-without-time .news-template-25-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-25 .news-template-25-dialog .close-icon, .news-template-25-without-time .news-template-25-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-25 .news-template-25-dialog .title-info-req, .news-template-25-without-time .news-template-25-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-25 .input-label, .news-template-25-without-time .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-25 .btn-delete, .news-template-25-without-time .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-25 .btn-cancel, .news-template-25-without-time .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-25 .dialog-width, .news-template-25-without-time .dialog-width {
  max-width: 400px;
}
.news-template-25 .secondarray, .news-template-25-without-time .secondarray {
  border-bottom: 1px solid #E3E3E3;
}
.news-template-25-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-25-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-25-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-25-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-25-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-25-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-25-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-25-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-25-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-25-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-25-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-25-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-25-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-25-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-25-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-25-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-25-dialog .float-right {
  float: right;
}
.news-template-25-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-25-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-25-dialog .control {
  margin-bottom: 22px;
}
.news-template-25-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-25-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.news-template-25-dialog .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-25-dialog .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-25-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-25-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-26,
.news-template-26-without-time {
  width: 100%;
  min-height: 504px;
  overflow: hidden !important;
}
.news-template-26 .k-tabstrip-items .k-link,
.news-template-26-without-time .k-tabstrip-items .k-link {
  padding: 0px 0px 12px 0px;
  color: #b6b6b6;
  font-weight: 700;
  line-height: 22.63px;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 50px;
}
.news-template-26 .k-tabstrip-items .k-item:not(:first-child) .k-link,
.news-template-26-without-time .k-tabstrip-items .k-item:not(:first-child) .k-link {
  padding: 0px 10px 12px 10px;
}
.news-template-26 .k-tabstrip-items .k-item.k-state-active .k-link,
.news-template-26-without-time .k-tabstrip-items .k-item.k-state-active .k-link {
  color: #004a9a;
  font-weight: 700;
  border-width: 0 0 3px !important;
  border-color: #08659a;
  border-style: solid;
}
.news-template-26 .k-tabstrip-top > .k-tabstrip-items .k-item,
.news-template-26-without-time .k-tabstrip-top > .k-tabstrip-items .k-item {
  border-width: 0px 0px 1px 0px;
}
.news-template-26 .row,
.news-template-26-without-time .row {
  --bs-gutter-x: 0;
}
.news-template-26 .k-dialog,
.news-template-26-without-time .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-26 .dialog2 .k-dialog,
.news-template-26-without-time .dialog2 .k-dialog {
  height: 100% !important;
  width: 100% !important;
}
.news-template-26 .k-prompt-container .dialog1,
.news-template-26-without-time .k-prompt-container .dialog1 {
  padding: 16px 16px !important;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: none;
  outline: 0;
  overflow: hidden !important;
  position: relative;
  flex: 1 1 auto;
}
.news-template-26 kendo-dialog.dialog2 .k-dialog .k-content,
.news-template-26-without-time kendo-dialog.dialog2 .k-dialog .k-content {
  padding: 0px !important;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: none;
  outline: 0;
  overflow: hidden !important;
  position: relative;
  flex: 1 1 auto;
}
.news-template-26 .post-title,
.news-template-26-without-time .post-title {
  display: flex;
  justify-content: space-between;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}
.news-template-26 .title-text,
.news-template-26-without-time .title-text {
  margin-bottom: 47px;
  margin-top: 47px;
  line-height: 45.25px;
  font-weight: 700;
  font-size: 36px;
  color: #006cb5;
}
.news-template-26 .post-more,
.news-template-26-without-time .post-more {
  display: flex;
  justify-content: center;
  color: #d6a022;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 4px;
}
.news-template-26 .post-more a,
.news-template-26-without-time .post-more a {
  color: #d6a022;
}
.news-template-26 .koverley2 .k-overlay,
.news-template-26-without-time .koverley2 .k-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}
.news-template-26 .overlay,
.news-template-26-without-time .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: transparent;
}
.news-template-26 .pointer,
.news-template-26-without-time .pointer {
  cursor: pointer;
}
.news-template-26 .video-title,
.news-template-26-without-time .video-title {
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-template-26 .icon-clock,
.news-template-26-without-time .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-26 .title,
.news-template-26-without-time .title {
  line-height: 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #292621;
  margin-bottom: 20px;
  text-decoration: none;
}
.news-template-26 .title-template-type-2,
.news-template-26-without-time .title-template-type-2 {
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #2b2b2b;
  margin-bottom: 20px;
}
.news-template-26 .post-image,
.news-template-26 .post-image-radius,
.news-template-26-without-time .post-image,
.news-template-26-without-time .post-image-radius {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-template-26 .post-image-radius,
.news-template-26-without-time .post-image-radius {
  border-radius: 4px;
}
.news-template-26 .post-image-default,
.news-template-26-without-time .post-image-default {
  height: 100%;
  width: 100%;
}
.news-template-26 .post-image-org,
.news-template-26-without-time .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-26 .time-clock,
.news-template-26-without-time .time-clock {
  display: flex;
}
.news-template-26 .time-text,
.news-template-26-without-time .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-26 .main-item,
.news-template-26-without-time .main-item {
  display: table;
}
.news-template-26 .vertical-dot,
.news-template-26-without-time .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-26 .main-item:hover .vertical-dot,
.news-template-26-without-time .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-26 .d-flex,
.news-template-26-without-time .d-flex {
  visibility: visible !important;
}
.news-template-26 .three-dot-area,
.news-template-26-without-time .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-26 .menu,
.news-template-26-without-time .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-26 .menu .menu-row,
.news-template-26 .menu .menu-row-current,
.news-template-26 .menu .menu-row-current-border,
.news-template-26-without-time .menu .menu-row,
.news-template-26-without-time .menu .menu-row-current,
.news-template-26-without-time .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-26 .menu .menu-row .menu-item-1,
.news-template-26 .menu .menu-row .menu-item-2,
.news-template-26 .menu .menu-row-current .menu-item-1,
.news-template-26 .menu .menu-row-current .menu-item-2,
.news-template-26 .menu .menu-row-current-border .menu-item-1,
.news-template-26 .menu .menu-row-current-border .menu-item-2,
.news-template-26-without-time .menu .menu-row .menu-item-1,
.news-template-26-without-time .menu .menu-row .menu-item-2,
.news-template-26-without-time .menu .menu-row-current .menu-item-1,
.news-template-26-without-time .menu .menu-row-current .menu-item-2,
.news-template-26-without-time .menu .menu-row-current-border .menu-item-1,
.news-template-26-without-time .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-26 .menu .menu-row-current,
.news-template-26 .menu .menu-row-current-border,
.news-template-26-without-time .menu .menu-row-current,
.news-template-26-without-time .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-26 .menu .menu-item-3,
.news-template-26-without-time .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-26 .img-figure,
.news-template-26 .img-figure-no-img,
.news-template-26 .img-figure-template-type-2,
.news-template-26-without-time .img-figure,
.news-template-26-without-time .img-figure-no-img,
.news-template-26-without-time .img-figure-template-type-2 {
  height: 312px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.news-template-26 .img-figure-template-type-2,
.news-template-26-without-time .img-figure-template-type-2 {
  height: 153px;
}
.news-template-26 .img-figure-2,
.news-template-26-without-time .img-figure-2 {
  height: 260px !important;
}
.news-template-26 .post-list,
.news-template-26-without-time .post-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.news-template-26 .post-list .k-pager-info,
.news-template-26 .post-list .k-pager-sizes,
.news-template-26-without-time .post-list .k-pager-info,
.news-template-26-without-time .post-list .k-pager-sizes {
  display: none;
}
.news-template-26 .post-list .k-pager kendo-datapager-prev-buttons,
.news-template-26-without-time .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-26 .post-list .k-pager .k-state-selected,
.news-template-26-without-time .post-list .k-pager .k-state-selected {
  background-color: #d6a022;
  border: none;
}
.news-template-26 .post-list .top-part,
.news-template-26-without-time .post-list .top-part {
  display: flex;
  flex-direction: column;
}
.news-template-26 .uppercase,
.news-template-26-without-time .uppercase {
  text-transform: uppercase;
}
.news-template-26 .top-new-item,
.news-template-26-without-time .top-new-item {
  margin: 10px 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-26 .top-new-item .title:hover,
.news-template-26-without-time .top-new-item .title:hover {
  color: #00396b;
}
.news-template-26 .dialog-opened,
.news-template-26-without-time .dialog-opened {
  position: relative;
  overflow: hidden !important;
}
.news-template-26 .close-div,
.news-template-26-without-time .close-div {
  display: flex;
}
.news-template-26 .news-template-26-dialog,
.news-template-26-without-time .news-template-26-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-26 .news-template-26-dialog .close-icon-div,
.news-template-26-without-time .news-template-26-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-26 .news-template-26-dialog .close-icon,
.news-template-26-without-time .news-template-26-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-26 .news-template-26-dialog .title-info-req,
.news-template-26-without-time .news-template-26-dialog .title-info-req {
  font-weight: 500;
  color: #004a9a;
}
.news-template-26 .input-label,
.news-template-26-without-time .input-label {
  color: #004a9a;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-26 .btn-delete,
.news-template-26-without-time .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-26 .btn-cancel,
.news-template-26-without-time .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-26 .dialog-width,
.news-template-26-without-time .dialog-width {
  max-width: 400px;
  max-height: 354px;
}
.news-template-26 .dialog-width-video,
.news-template-26-without-time .dialog-width-video {
  width: 1040px;
  height: 647px;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.news-template-26 .wrapper,
.news-template-26-without-time .wrapper {
  display: flex;
  margin-bottom: 100px;
}
.news-template-26 .content,
.news-template-26-without-time .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-template-26 img,
.news-template-26-without-time img {
  width: 120px;
  height: 120px;
}
.news-template-26 .k-tabstrip > .k-content.k-state-active,
.news-template-26-without-time .k-tabstrip > .k-content.k-state-active {
  margin-top: 40px;
}
.news-template-26 .k-tabstrip > .k-content,
.news-template-26-without-time .k-tabstrip > .k-content {
  padding: 0;
  border: none !important;
}
.news-template-26 .k-tabstrip-items,
.news-template-26-without-time .k-tabstrip-items {
  overflow-x: auto;
}
.news-template-26 .width-full,
.news-template-26-without-time .width-full {
  width: 100%;
  position: relative;
}
.news-template-26 iframe,
.news-template-26-without-time iframe {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .news-template-26 .dialog-width-video,
.news-template-26-without-time .dialog-width-video {
    max-width: 90%;
    max-height: 317px;
  }
  .news-template-26 .k-dialog,
.news-template-26-without-time .k-dialog {
    height: 100% !important;
    width: 100% !important;
  }
  .news-template-26 .close-icon-div,
.news-template-26-without-time .close-icon-div {
    position: relative;
    right: 35px !important;
    top: -30px;
  }
  .news-template-26 .k-window-content,
.news-template-26-without-time .k-window-content {
    padding: 0px !important;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background: none;
    outline: 0;
    overflow: hidden;
    position: absolute;
    flex: 1 1 auto;
  }
  .news-template-26 .k-dialog,
.news-template-26-without-time .k-dialog {
    position: initial;
  }
}
@media screen and (max-width: 768px) {
  .news-template-26 .dialog-width-video,
.news-template-26-without-time .dialog-width-video {
    max-width: 90% !important;
    max-height: 317px !important;
  }
  .news-template-26 .k-dialog,
.news-template-26-without-time .k-dialog {
    height: 100% !important;
    width: 100% !important;
  }
  .news-template-26 .close-icon-div,
.news-template-26-without-time .close-icon-div {
    position: relative;
    float: right;
    top: -30px;
  }
  .news-template-26 .k-window-content,
.news-template-26-without-time .k-window-content {
    padding: 0px !important;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background: none;
    outline: 0;
    overflow: hidden;
    position: absolute !important;
    flex: 1 1 auto;
  }
  .news-template-26 .k-dialog,
.news-template-26-without-time .k-dialog {
    position: initial !important;
  }
}
.news-template-26 .d-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
.news-template-26 .media {
  width: 100%;
  max-height: 233px;
  min-height: 233px;
  position: relative;
  margin-bottom: 0;
}
.news-template-26 .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .news-template-26 .d-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-template-26 .video-title {
    font-size: 16px !important;
  }
  .news-template-26 .post-more {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .news-template-26 .d-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-template-26 .video-title {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 576px) {
  .news-template-26 .d-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.news-template-26-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-26-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-26-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-26-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-26-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-26-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-26-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-26-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-26-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-26-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-26-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-26-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-26-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-26-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-26-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-26-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-26-dialog .float-right {
  float: right;
}
.news-template-26-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-26-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-26-dialog .control {
  margin-bottom: 22px;
}
.news-template-26-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-26-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.news-template-26-dialog .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-26-dialog .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-26-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-26-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-27 {
  width: 100%;
  background-color: #ffffff !important;
  margin-bottom: 30px;
}
.news-template-27 .row {
  --bs-gutter-x: 0;
}
.news-template-27 .k-dialog {
  height: auto !important;
  width: 400px !important;
}
.news-template-27 .pd-l-10 {
  padding-left: 18px;
}
.news-template-27 .post-title {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 37px;
  color: #006CB5;
  position: relative;
  min-height: 40px;
  justify-content: center;
  padding: 40px 25px 43px;
  text-transform: uppercase;
}
.news-template-27 .post-title p {
  margin-bottom: 0;
  text-align: center;
}
.news-template-27 .title-blue {
  font-style: normal;
  position: relative;
  color: #006cb5;
  text-transform: uppercase;
}
.news-template-27 .sub-post-title {
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  display: flex;
  margin-top: 31px;
  margin-bottom: 66px;
  justify-content: center;
  text-align: center;
}
.news-template-27 .sub-post-title p {
  margin: 0;
  max-width: 815px;
}
.news-template-27 .post-more {
  display: flex;
  justify-content: center;
  color: #eb2e35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-27 .post-more a {
  color: #eb2e35;
}
.news-template-27 .pointer {
  cursor: pointer;
}
.news-template-27 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-27 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1f1f1f;
  margin-left: 16px;
  margin-bottom: 0;
}
.news-template-27 .post-image,
.news-template-27 .post-image-cover {
  height: 60px !important;
  width: 60px !important;
}
.news-template-27 .post-image-cover {
  object-fit: contain;
  margin-top: 6px;
}
.news-template-27 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-27 .time-clock {
  display: flex;
}
.news-template-27 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-27 .main-item {
  display: table;
  margin: 0;
}
.news-template-27 .item-a {
  text-decoration: none;
  color: #a0a0a0;
  font-size: 16;
}
.news-template-27 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-27 .d-flex {
  visibility: visible !important;
}
.news-template-27 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-27 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-27 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-27 .menu .menu-row,
.news-template-27 .menu .menu-row-current,
.news-template-27 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-27 .menu .menu-row .menu-item-1,
.news-template-27 .menu .menu-row .menu-item-2,
.news-template-27 .menu .menu-row-current .menu-item-1,
.news-template-27 .menu .menu-row-current .menu-item-2,
.news-template-27 .menu .menu-row-current-border .menu-item-1,
.news-template-27 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-27 .menu .menu-row-current,
.news-template-27 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-27 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-27 .img-figure,
.news-template-27 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.news-template-27 .uppercase {
  color: #ffffff;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-27 .column {
  margin: 110px 0;
}
.news-template-27 .post-detail-mb {
  padding: 20px 28px 20px 28px;
  border-radius: 5px;
  border: 1px solid #2868ae;
}
.news-template-27 .top-new-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 20px;
}
.news-template-27 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-27 .news-template-27-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-27 .news-template-27-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-27 .news-template-27-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-27 .news-template-27-dialog .title-info-req {
  font-weight: 500;
  color: #004a9a;
}
.news-template-27 .input-label {
  color: #004a9a;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-27 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-27 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-27 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-27 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-27 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.news-template-27 .text-section :hover {
  color: #00396b;
}
.news-template-27 .post-infor {
  margin-left: 16px;
}
.news-template-27 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  color: #2868ae;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 7px;
}
.news-template-27 .new-detail {
  font-style: normal;
  font-size: 16px;
  color: #a0a0a0;
  margin-bottom: 0px;
  margin-right: 11px;
}
@media (max-width: 1200px) {
  .news-template-27 .pd-l-10 {
    padding-left: 0px;
  }
}
.news-template-27 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-template-27 .post-row {
  margin-top: 50px;
}
.news-template-27 .dl-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 31px;
  margin-bottom: 10px;
  place-items: center;
}
.news-template-27 .post-detail {
  border: 1px solid #2868ae;
  padding: 20px 25px 25px;
  width: 100%;
  max-height: 263px;
  max-width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.news-template-27 .post-detail .section-box {
  display: flex;
}
.news-template-27 .view-detail {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #08659a;
}
.news-template-27 .line {
  border: 1px solid #dc7e10;
  margin: 10px 70px;
}
.news-template-27 .info-box {
  display: flex;
}
.news-template-27 .text-box {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .news-template-27 .post-title {
    padding: 0px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .dl-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .post-detail {
    max-width: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .img-figure,
.img-figure-no-img {
    margin-bottom: 16px;
  }

  .column {
    margin: 10px 0px !important;
  }

  .title-first {
    font-size: 16px !important;
  }

  .new-detail {
    font-size: 14px !important;
    color: #666161 !important;
  }

  .post-title {
    font-size: 18px !important;
  }
  .post-title p {
    margin-bottom: 28px;
  }

  .sub-post-title {
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .column {
    margin: 10px 0 !important;
  }

  .top-new-item {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 20px 0px !important;
  }
}
.news-template-27-dialog {
  margin-left: 0px !important;
}
.news-template-27-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-27-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-27-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-27-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-27-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-27-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-27-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-27-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-27-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-27-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-27-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-27-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-27-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-27-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-27-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-27-dialog .float-right {
  float: right;
}
.news-template-27-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-27-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-27-dialog .control {
  margin-bottom: 22px;
}
.news-template-27-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-27-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-27-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-27-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-27-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-27-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-28 {
  width: 100%;
}
.news-template-28 .row {
  --bs-gutter-x: 0;
}
.news-template-28 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-28 .no-wrap {
  display: flex;
  flex-wrap: nowrap !important;
}
.news-template-28 .title {
  text-align: left;
  padding: 22px 0px 22px 15px;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  width: 70%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-template-28 .main-item {
  display: table;
  margin: 10px 0px;
}
.news-template-28 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-28 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-28 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-28 .d-flex {
  visibility: visible !important;
}
.news-template-28 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-28 .menu .menu-row,
.news-template-28 .menu .menu-row-current,
.news-template-28 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-28 .menu .menu-row .menu-item-1,
.news-template-28 .menu .menu-row .menu-item-2,
.news-template-28 .menu .menu-row-current .menu-item-1,
.news-template-28 .menu .menu-row-current .menu-item-2,
.news-template-28 .menu .menu-row-current-border .menu-item-1,
.news-template-28 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-28 .menu .menu-row-current,
.news-template-28 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-28 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-28 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-28 .news-template-28-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-28 .news-template-28-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-28 .news-template-28-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-28 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-28 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-28 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-28 .web-link {
  box-sizing: border-box;
  background-color: #006CB5;
  display: flex;
}
.news-template-28 .dropdown-content {
  display: none;
  position: absolute;
  width: calc(100% - 30px);
  background-color: #f6f6f6;
  overflow: auto;
  border: 1px solid #b7b7b7;
  z-index: 1;
  top: 45px;
}
.news-template-28 .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.news-template-28 .drop-menu {
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 0px;
  justify-content: center;
  display: flex;
}
.news-template-28 .dropbtn {
  width: 100%;
  min-height: 30px;
  border: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  justify-content: space-between;
  text-align: left;
  background: #fff;
}
.news-template-28 .drop-item-list {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 210px !important;
}
.news-template-28 .drop-item-search {
  width: calc(100% - 14px);
  padding: 7px;
  margin: 7px;
}
.news-template-28 .drop-item {
  min-height: 30px;
  border: none;
  display: flex;
  background-color: #f6f6f6;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
}
.news-template-28 .active {
  background-color: #d0d0d0;
}
.news-template-28 .show {
  display: block;
  z-index: 1;
}
.news-template-28-dialog {
  width: 100%;
  margin-left: 0px !important;
}
.news-template-28-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-28-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-28-dialog .err-text,
.news-template-28-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-28-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-28-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-28-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-28-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-28-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-28-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-28-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-28-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-28-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-28-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-28-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-28-dialog .float-right {
  float: right;
}
.news-template-28-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-28-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-28-dialog .btn-save {
  color: #fff;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  width: 200px;
  height: 40px;
}
.news-template-28-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-29 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-29 .row {
  --bs-gutter-x: 0;
}
.news-template-29 .k-dialog {
  height: auto !important;
  width: 400px !important;
}
.news-template-29 .pd-l-10 {
  padding-left: 18px;
}
.news-template-29 .menu-col {
  padding-right: 10px;
}
.news-template-29 .post-title {
  align-items: center;
  position: relative;
  min-height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #EE4623;
  position: relative;
}
.news-template-29 .post-title .nav-scroll {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 6px;
}
.news-template-29 .post-title .nav-item,
.news-template-29 .post-title .nav-item-selected {
  box-sizing: border-box;
  padding: 8px 0px 8px 0px;
  font-weight: 400;
  font-size: 16px;
  border: none;
  background-color: #ffffff;
  text-transform: uppercase;
}
.news-template-29 .post-title .nav-item-selected {
  border: none;
  font-weight: 700;
  color: #007fae;
}
@keyframes mykey {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.news-template-29 .post-title .nav-scroll-selected::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #007fae;
  left: 0;
  bottom: 0;
  margin-bottom: 15px;
  animation: mykey 0.3s ease-out;
}
.news-template-29 .post-title .menu-bar {
  background-color: #ffffff;
  align-items: center;
  color: #494949;
  text-align: left;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  padding: 0 12px;
  padding-left: 0px;
  padding-top: 14px;
  width: 100%;
  height: 50px;
  margin-bottom: 35px;
}
.news-template-29 .post-title .menu-bar:hover {
  overflow-x: auto;
}
.news-template-29 .post-title .menu-bar::-webkit-scrollbar {
  height: 4px;
}
.news-template-29 .post-title .menu-bar::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
.news-template-29 .post-title .menu-bar::-webkit-scrollbar-track {
  padding-top: 1px;
  padding-bottom: 1px;
  background: white;
}
.news-template-29 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-29 .post-more a {
  color: #EB2E35;
}
.news-template-29 .pointer {
  cursor: pointer;
}
.news-template-29 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-29 .icon-arrow {
  width: 16px;
  height: 16px;
  margin-top: -4px;
  margin-left: 8px;
}
.news-template-29 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1F1F1F;
  margin-bottom: 0;
}
.news-template-29 .post-image, .news-template-29 .post-image-cover {
  height: 271px;
  width: 100%;
  border-radius: 5px;
}
.news-template-29 .post-image-cover {
  object-fit: cover;
}
.news-template-29 .post-right-image {
  height: 271px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.news-template-29 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-29 .time-clock {
  display: flex;
}
.news-template-29 .time-text {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #0B68A4;
  padding-top: 20px;
  margin-bottom: 16px;
}
.news-template-29 .main-item {
  margin: 0;
  width: 100%;
}
.news-template-29 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-29 .d-flex {
  visibility: visible !important;
}
.news-template-29 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-29 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-29 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-29 .menu .menu-row,
.news-template-29 .menu .menu-row-current,
.news-template-29 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-29 .menu .menu-row .menu-item-1,
.news-template-29 .menu .menu-row .menu-item-2,
.news-template-29 .menu .menu-row-current .menu-item-1,
.news-template-29 .menu .menu-row-current .menu-item-2,
.news-template-29 .menu .menu-row-current-border .menu-item-1,
.news-template-29 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-29 .menu .menu-row-current,
.news-template-29 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-29 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-29 .img-figure, .news-template-29 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.news-template-29 .uppercase {
  height: 45px;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  color: #006CB5;
  text-transform: uppercase;
}
.news-template-29 .k-scrollview-wrap {
  border: none;
}
.news-template-29 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-29 .news-template-29-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-29 .news-template-29-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-29 .news-template-29-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-29 .news-template-29-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-29 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-29 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-29 .btn-detail {
  margin-top: 26px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #EE4623;
  border-radius: 3px;
}
.news-template-29 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-29 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-29 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-29 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.news-template-29 .text-section :hover {
  color: #00396B;
}
.news-template-29 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 0px !important;
}
.news-template-29 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #454545;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .news-template-29 .pd-l-10 {
    padding-left: 0px;
  }
}
.news-template-29 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-template-29 .content-right {
  padding-top: 25px;
  padding-left: 30px;
}
.news-template-29 .detail-btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #4D4D4D;
  padding-left: 3px;
}
.news-template-29 .top-new-first-item {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-29 .top-new-first-item .title:hover {
  color: #00396b;
}
.news-template-29 .top-new-item {
  margin-bottom: 47px;
  justify-content: space-between;
  text-decoration: none;
}
.news-template-29 .top-new-item .title:hover {
  color: #00396b;
}
.news-template-29 .post-list {
  margin-right: -20px;
}
.news-template-29 .post-list .k-pager-info, .news-template-29 .post-list .k-pager-sizes {
  display: none;
}
.news-template-29 .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-29 .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-29 .post-list .top-part {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-right: 30px;
  height: 100%;
}
.news-template-29 .post-image {
  height: 189px;
  width: 100%;
  object-fit: cover;
}
.news-template-29 .post-image-default {
  height: 271px;
  width: 100%;
}
.news-template-29 .first-post-image-default {
  height: 271px;
  width: 100%;
}
.news-template-29 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-29 .hide-item {
  display: none;
}
.news-template-29 .line {
  border: 1px solid #DC7E10;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
}
.news-template-29 .title-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #000000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  margin-bottom: 16px;
  min-height: 80px;
}
.news-template-29 .summary {
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
}
.news-template-29 .news-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-template-29 .left-box {
  margin-right: 20px;
}
.news-template-29 .right-item-detail {
  padding-left: 31px;
  padding-right: 30px;
  padding-bottom: 32px;
  height: 50%;
}
@media (max-width: 768px) {
  .news-template-29 .line {
    border: 1px solid #DC7E10;
    margin-top: 5px;
    margin-bottom: 10px;
    min-width: auto;
  }
  .news-template-29 .post-list {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
  }
  .news-template-29 .post-list .top-part {
    display: flex;
    flex-direction: column;
  }
  .news-template-29 .top-new-item {
    margin-left: 5px;
    padding-right: 10px;
    display: block;
  }
  .news-template-29 .content-right {
    padding-top: 0px;
  }
  .news-template-29 .container-fluid {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .news-template-29 .post-title .arrow-box {
    position: relative;
  }
  .news-template-29 .post-title .title-right {
    position: relative;
    left: 0;
    top: 0;
    width: 20%;
  }
  .news-template-29 .post-title .menu-bar {
    width: 90%;
  }
}
.news-template-29-dialog {
  margin-left: 0px !important;
}
.news-template-29-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-29-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-29-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-29-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-29-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-29-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-29-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-29-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-29-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-29-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-29-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-29-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-29-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-29-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-29-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-29-dialog .float-right {
  float: right;
}
.news-template-29-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-29-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-29-dialog .control {
  margin-bottom: 22px;
}
.news-template-29-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-29-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-29-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-29-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-29-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-29-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-30,
.news-template-30-without-time {
  width: 100%;
  min-height: 504px;
}
.news-template-30 .row,
.news-template-30-without-time .row {
  --bs-gutter-x: 0;
}
.news-template-30 .small-post,
.news-template-30-without-time .small-post {
  display: flex;
  flex-direction: row;
}
.news-template-30 .k-dialog,
.news-template-30-without-time .k-dialog {
  object-fit: cover;
}
.news-template-30 .video-container,
.news-template-30-without-time .video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.news-template-30 .no-pointer-events,
.news-template-30-without-time .no-pointer-events {
  pointer-events: none;
}
.news-template-30 .video-container iframe,
.news-template-30-without-time .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.news-template-30 .post-more,
.news-template-30-without-time .post-more {
  display: flex;
  justify-content: center;
  color: #d6a022;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 4px;
}
.news-template-30 .post-more a,
.news-template-30-without-time .post-more a {
  color: #d6a022;
}
.news-template-30 .container-fluid,
.news-template-30-without-time .container-fluid {
  background: url('backround-library.9408c372d90ad9aef02e.png');
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: #004A9A;
}
.news-template-30 .desktop-width,
.news-template-30-without-time .desktop-width {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}
.news-template-30 .content-width,
.news-template-30-without-time .content-width {
  margin: 0 auto;
}
.news-template-30 .content-width-mainpage,
.news-template-30-without-time .content-width-mainpage {
  width: auto;
}
.news-template-30 .content-width-media,
.news-template-30-without-time .content-width-media {
  width: calc(100% - 250px);
}
.news-template-30 .pointer,
.news-template-30-without-time .pointer {
  cursor: pointer;
}
.news-template-30 .icon-clock,
.news-template-30-without-time .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-30 .width-first,
.news-template-30-without-time .width-first {
  width: 536px;
}
.news-template-30 .post-image,
.news-template-30 .post-image-radius,
.news-template-30-without-time .post-image,
.news-template-30-without-time .post-image-radius {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-template-30 .post-image-radius,
.news-template-30-without-time .post-image-radius {
  border-radius: none;
}
.news-template-30 .post-image-default,
.news-template-30-without-time .post-image-default {
  height: 100%;
  width: 100%;
}
.news-template-30 .post-image-org,
.news-template-30-without-time .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-30 .time-clock,
.news-template-30-without-time .time-clock {
  display: flex;
}
.news-template-30 .time-text,
.news-template-30-without-time .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.news-template-30 .main-item,
.news-template-30-without-time .main-item {
  display: table;
}
.news-template-30 .vertical-dot,
.news-template-30-without-time .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: none;
  visibility: hidden;
}
.news-template-30 .main-item:hover .vertical-dot,
.news-template-30-without-time .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-30 .d-flex,
.news-template-30-without-time .d-flex {
  visibility: visible !important;
}
.news-template-30 .three-dot-area,
.news-template-30-without-time .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-30 .menu,
.news-template-30-without-time .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-30 .menu .menu-row,
.news-template-30 .menu .menu-row-current,
.news-template-30 .menu .menu-row-current-border,
.news-template-30-without-time .menu .menu-row,
.news-template-30-without-time .menu .menu-row-current,
.news-template-30-without-time .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-30 .menu .menu-row .menu-item-1,
.news-template-30 .menu .menu-row .menu-item-2,
.news-template-30 .menu .menu-row-current .menu-item-1,
.news-template-30 .menu .menu-row-current .menu-item-2,
.news-template-30 .menu .menu-row-current-border .menu-item-1,
.news-template-30 .menu .menu-row-current-border .menu-item-2,
.news-template-30-without-time .menu .menu-row .menu-item-1,
.news-template-30-without-time .menu .menu-row .menu-item-2,
.news-template-30-without-time .menu .menu-row-current .menu-item-1,
.news-template-30-without-time .menu .menu-row-current .menu-item-2,
.news-template-30-without-time .menu .menu-row-current-border .menu-item-1,
.news-template-30-without-time .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-30 .menu .menu-row-current,
.news-template-30 .menu .menu-row-current-border,
.news-template-30-without-time .menu .menu-row-current,
.news-template-30-without-time .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-30 .menu .menu-item-3,
.news-template-30-without-time .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-30 .padding,
.news-template-30-without-time .padding {
  padding-left: 15px;
}
.news-template-30 .img-first,
.news-template-30-without-time .img-first {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-template-30 .post-img-first,
.news-template-30-without-time .post-img-first {
  position: relative;
  width: 100%;
  margin: 0px;
}
.news-template-30 .img-figure-first,
.news-template-30-without-time .img-figure-first {
  width: 100%;
  height: 100%;
}
.news-template-30 .img-figure,
.news-template-30 .img-figure-no-img,
.news-template-30 .img-figure-template-type-2,
.news-template-30-without-time .img-figure,
.news-template-30-without-time .img-figure-no-img,
.news-template-30-without-time .img-figure-template-type-2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin: 0px;
  object-fit: cover;
  border-radius: 3px;
}
.news-template-30 .img-figure-other,
.news-template-30-without-time .img-figure-other {
  position: relative;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  position: relative;
  object-fit: cover;
}
.news-template-30 .media-hot,
.news-template-30-without-time .media-hot {
  position: relative;
  margin-bottom: 0px;
}
.news-template-30 .img-figure-template-type-2,
.news-template-30-without-time .img-figure-template-type-2 {
  height: 153px;
}
.news-template-30 .img-figure-2,
.news-template-30-without-time .img-figure-2 {
  height: 260px !important;
}
.news-template-30 .post-list,
.news-template-30-without-time .post-list {
  display: flex;
  margin-right: -20px;
}
.news-template-30 .post-list .k-pager-info,
.news-template-30 .post-list .k-pager-sizes,
.news-template-30-without-time .post-list .k-pager-info,
.news-template-30-without-time .post-list .k-pager-sizes {
  display: none;
}
.news-template-30 .post-list .k-pager kendo-datapager-prev-buttons,
.news-template-30-without-time .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-30 .post-list .k-pager .k-state-selected,
.news-template-30-without-time .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-30 .post-list .top-part,
.news-template-30-without-time .post-list .top-part {
  display: flex;
  flex-direction: column;
  margin-right: 36px;
}
.news-template-30 .margin-right,
.news-template-30-without-time .margin-right {
  margin-right: 36px;
}
.news-template-30 .top-new-item,
.news-template-30-without-time .top-new-item {
  margin: 10px 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-30 .top-new-item .title:hover,
.news-template-30-without-time .top-new-item .title:hover {
  color: #00396b;
}
.news-template-30 .close-div,
.news-template-30-without-time .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-30 .description-text,
.news-template-30-without-time .description-text {
  text-align: justify;
}
.news-template-30 .description-text figure,
.news-template-30-without-time .description-text figure {
  width: 100% !important;
  height: 500px;
}
.news-template-30 .description-text figure iframe,
.news-template-30-without-time .description-text figure iframe {
  height: 100%;
  width: 100%;
}
.news-template-30 .description-text p,
.news-template-30-without-time .description-text p {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000 !important;
}
.news-template-30 .description-text blockquote,
.news-template-30-without-time .description-text blockquote {
  border-left: none solid #d9d9d9;
  padding-left: 15px;
  font-style: italic;
}
.news-template-30 .center,
.news-template-30-without-time .center {
  position: fixed;
  bottom: 57px;
  width: 50vw;
  left: 10px;
  right: 10px;
  /* margin-left: 53px; */
  margin: 0 auto;
  z-index: 10000000000;
}
.news-template-30 .news-template-30-dialog,
.news-template-30-without-time .news-template-30-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-30 .news-template-30-dialog .close-icon-div,
.news-template-30-without-time .news-template-30-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-30 .news-template-30-dialog .close-icon,
.news-template-30-without-time .news-template-30-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-30 .news-template-30-dialog .title-info-req,
.news-template-30-without-time .news-template-30-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-30 .close-icon-div,
.news-template-30-without-time .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-30 .input-label,
.news-template-30-without-time .input-label {
  color: #004A9A;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-30 .btn-delete,
.news-template-30-without-time .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: none;
  background-color: #1c8d43;
  border: none;
  color: white;
  font-size: 14px;
}
.news-template-30 .btn-cancel,
.news-template-30-without-time .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: none;
  background-color: #6c757d;
  border: none;
  color: white;
  font-size: 14px;
}
.news-template-30 .dialog-width,
.news-template-30-without-time .dialog-width {
  max-width: 400px;
}
.news-template-30 .content,
.news-template-30-without-time .content {
  display: flex;
  flex-direction: column;
}
.news-template-30 .dialog-opened,
.news-template-30-without-time .dialog-opened {
  position: relative;
  overflow: hidden !important;
}
.news-template-30 .image-list,
.news-template-30-without-time .image-list {
  /* Căn giữa danh sách hình ảnh */
  display: flex;
  justify-content: center;
}
.news-template-30 .smallImg,
.news-template-30-without-time .smallImg {
  width: 165px;
  height: 134px;
  padding-top: 37px;
  padding-right: 30px;
}
.news-template-30 .dialog-width-images,
.news-template-30-without-time .dialog-width-images {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.news-template-30 .k-dialog .dialog2,
.news-template-30-without-time .k-dialog .dialog2 {
  height: 70% !important;
  width: 78% !important;
  top: 0px;
}
.news-template-30 .dialogimage2 .k-window-content,
.news-template-30 .k-prompt-container,
.news-template-30-without-time .dialogimage2 .k-window-content,
.news-template-30-without-time .k-prompt-container {
  padding: 0px !important;
  border-width: none;
  border-color: none;
  color: inherit;
  background: none;
  outline: 0;
  overflow: auto;
  position: relative;
  flex: 1 1 auto;
}
.news-template-30 .koverley2 .k-overlay,
.news-template-30-without-time .koverley2 .k-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}
.news-template-30 .overlay,
.news-template-30-without-time .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: transparent;
}
.news-template-30 .opend-dialog,
.news-template-30-without-time .opend-dialog {
  max-width: 100% !important;
  max-height: 100% !important;
}
.news-template-30 .dialog-container,
.news-template-30-without-time .dialog-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-template-30 .close-div2,
.news-template-30-without-time .close-div2 {
  display: flex;
}
.news-template-30 .dialog-opened,
.news-template-30-without-time .dialog-opened {
  position: relative;
  overflow: hidden !important;
}
.news-template-30 .title,
.news-template-30 .template-title,
.news-template-30 .post-title,
.news-template-30 .description-text,
.news-template-30-without-time .title,
.news-template-30-without-time .template-title,
.news-template-30-without-time .post-title,
.news-template-30-without-time .description-text {
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #FFFFFF;
}
.news-template-30 .template-title,
.news-template-30-without-time .template-title {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  line-height: 30px;
  padding-top: 36px;
}
.news-template-30 .title-template-type-2,
.news-template-30-without-time .title-template-type-2 {
  line-height: 20px;
  font-style: normal;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #2B2B2B;
  margin-bottom: 20px;
}
.news-template-30 .post-title,
.news-template-30-without-time .post-title {
  padding-top: 10px;
  margin-bottom: 10px;
}
.news-template-30 .title-first,
.news-template-30-without-time .title-first {
  font-size: 16px;
  line-height: 30px;
}
.news-template-30 .title-other,
.news-template-30-without-time .title-other {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 22px;
}
.news-template-30 .description-text,
.news-template-30-without-time .description-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
.news-template-30 .aaa,
.news-template-30-without-time .aaa {
  flex: 0 0 auto;
  width: 35.5%;
}
.news-template-30 .bbb,
.news-template-30-without-time .bbb {
  flex: 0 0 auto;
  width: 62.1%;
}
.news-template-30 .d-grid,
.news-template-30-without-time .d-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 36px;
  object-fit: cover;
}
.news-template-30 .dialog-container,
.news-template-30-without-time .dialog-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-template-30 .dialogimage2 .k-window-content, .news-template-30 .k-prompt-container,
.news-template-30-without-time .dialogimage2 .k-window-content,
.news-template-30-without-time .k-prompt-container {
  padding: 0px !important;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: none;
  outline: 0;
  overflow: hidden;
  position: relative;
  flex: 1 1 auto;
}
.news-template-30 .width-full,
.news-template-30-without-time .width-full {
  width: 100%;
  height: 100%;
}
.news-template-30 .opend-dialog-images .video-container,
.news-template-30-without-time .opend-dialog-images .video-container {
  height: 700px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .news-template-30 .container-fluid,
.news-template-30-without-time .container-fluid {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .news-template-30 .container-fluid [class*=col-],
.news-template-30-without-time .container-fluid [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .news-template-30 .img-figure-other,
.news-template-30-without-time .img-figure-other {
    width: 100%;
    height: 287px;
  }
}
@media screen and (max-width: 770px) {
  .news-template-30 .content-width,
.news-template-30-without-time .content-width {
    margin: 10px 0px !important;
    width: 80%;
  }
  .news-template-30 .post-img-first,
.news-template-30-without-time .post-img-first {
    height: 150px !important;
  }
  .news-template-30 .img-figure-other,
.news-template-30-without-time .img-figure-other {
    height: 150px !important;
  }
  .news-template-30 .dialog-width-images,
.news-template-30-without-time .dialog-width-images {
    max-height: 317px;
  }
  .news-template-30 .opend-dialog-images .video-container,
.news-template-30-without-time .opend-dialog-images .video-container {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .news-template-30 .padding-box,
.news-template-30-without-time .padding-box {
    padding: 0 20px;
  }
}
.news-template-30-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-30-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-30-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-30-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-30-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-30-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-30-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-30-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-30-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-30-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-30-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-30-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-30-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-30-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-30-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-30-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-30-dialog .float-right {
  float: right;
}
.news-template-30-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-30-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-30-dialog .control {
  margin-bottom: 22px;
}
.news-template-30-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-30-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.news-template-30-dialog .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-30-dialog .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-30-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-30-dialog .padding-col {
  padding: 7px 15px 0;
}
.post-detail2 tbody,
.post-detail2 td,
.post-detail2 tfoot,
.post-detail2 th,
.post-detail2 thead,
.post-detail2 tr {
  border-color: #cacaca;
  border-width: 1px;
}
.post-detail2 table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #cacaca;
}
.post-detail2 .content {
  align-items: center;
  justify-content: center;
  display: flex;
}
.post-detail2 .text-tiny {
  font-size: 0.7em;
}
.post-detail2 .text-small {
  font-size: 0.85em;
}
.post-detail2 .text-medium {
  font-size: 1em;
}
.post-detail2 .text-big {
  font-size: 1.4em;
}
.post-detail2 .text-huge {
  font-size: 2em;
}
.post-detail2 .row {
  display: flex;
}
.post-detail2 a .categories {
  color: #4e7ed8;
  cursor: pointer;
  font-size: 16px;
  font-weight: bolder;
  text-decoration: none !important;
  z-index: 6;
}
.post-detail2 a:hover span {
  color: #ff9900;
}
.post-detail2 .title-post {
  font-style: normal;
  margin-top: 47px !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #006CB5;
}
.post-detail2 .summary {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #565656;
}
.post-detail2 .margin-template {
  margin: auto;
  width: 75%;
}
.post-detail2 .created-post {
  font-weight: bolder;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  color: #0B68A4;
}
.post-detail2 hr.line-title {
  border-top: 5px solid #aeafb3;
}
.post-detail2 .img-present {
  position: relative;
  max-width: 100% !important;
  font-size: 10px;
}
.post-detail2 .img-present .video-view {
  height: 390px !important;
}
.post-detail2 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 12px;
  border-radius: 2px;
  visibility: hidden;
}
.post-detail2 .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.post-detail2 .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.post-detail2 .vertical-dot .menu .menu-row,
.post-detail2 .vertical-dot .menu .menu-row-current,
.post-detail2 .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.post-detail2 .vertical-dot .menu .menu-row .menu-item-1,
.post-detail2 .vertical-dot .menu .menu-row .menu-item-2,
.post-detail2 .vertical-dot .menu .menu-row-current .menu-item-1,
.post-detail2 .vertical-dot .menu .menu-row-current .menu-item-2,
.post-detail2 .vertical-dot .menu .menu-row-current-border .menu-item-1,
.post-detail2 .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.post-detail2 .vertical-dot .menu .menu-row-current,
.post-detail2 .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.post-detail2 .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.post-detail2 .d-flex {
  visibility: visible !important;
}
.post-detail2 .title-center {
  text-align: center !important;
}
.post-detail2 .close-div {
  display: flex;
  margin-top: 3px;
}
.post-detail2 .post-detail-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.post-detail2 .post-detail-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.post-detail2 .post-detail-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.post-detail2 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.post-detail2 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.post-detail2 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.post-detail2 .description {
  text-align: justify;
}
.post-detail2 .description figure {
  width: 100% !important;
  height: 500px;
}
.post-detail2 .description figure iframe {
  height: 100%;
  width: 100%;
}
.post-detail2 .description p {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #000000 !important;
}
.post-detail2 .description blockquote {
  border-left: 5px solid #d9d9d9;
  padding-left: 15px;
}
.post-detail2 img {
  width: 100%;
  height: auto;
}
.post-detail2 .box {
  padding: 0px;
  padding-left: 0px;
}
.post-detail2 .reference-link-box {
  margin-top: 10px;
}
.post-detail2 .sapned {
  margin-top: 20px;
}
.post-detail2 .padding-body {
  margin-left: 10px;
  padding-right: 50px !important;
  max-width: 1140px;
  margin: 0 auto;
}
.post-detail2 .reference-link {
  text-decoration: none;
}
.post-detail2 .reference-link:hover {
  text-decoration: underline;
}
.post-detail2 .file-container {
  padding: 20px;
  background: #EAEAEA;
  margin-top: 10px;
}
.post-detail2 .custom-text {
  color: black;
}
.post-detail2 .custom-text-file {
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.post-detail2 .file-div {
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-detail2 .file-div a {
  text-decoration: none;
}
.post-detail2 .file-div :hover {
  color: #4e7ed8;
}
.post-detail2 .categories-link {
  text-decoration: none;
}
@media screen and (max-width: 770px) {
  .box {
    padding-left: 15px;
    padding-right: 30px;
  }
  .box .categories {
    font-size: 14px;
  }
  .box .title-post {
    font-weight: bolder;
    font-size: 20px;
  }
  .box .img-present {
    position: relative;
    max-width: 100% !important;
    font-size: 10px;
  }
  .box .img-present .video-view {
    height: 190px !important;
  }

  .padding-right {
    padding-right: 14px;
  }

  .padding-left {
    padding-left: 14px;
  }

  .description {
    text-align: justify;
  }
  .description figure {
    width: 100% !important;
  }
  .description figure iframe {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1025px) and (min-width: 770px) {
  .box {
    padding-left: 15px !important;
  }
}
.news-template-31 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-31 .row {
  --bs-gutter-x: 0;
}
.news-template-31 .k-dialog {
  height: auto !important;
  width: 400px !important;
}
.news-template-31 .pd-l-10 {
  padding-left: 18px;
}
.news-template-31 .post-title {
  display: flex;
  align-items: center;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  position: relative;
  min-height: 40px;
}
.news-template-31 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-31 .post-more a {
  color: #EB2E35;
}
.news-template-31 .pointer {
  cursor: pointer;
}
.news-template-31 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-31 a:link {
  text-decoration: none;
}
.news-template-31 .title {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: #2B2B2B;
  margin-bottom: 0;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-template-31 .post-image, .news-template-31 .post-image-cover {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  margin-right: 20px;
}
.news-template-31 .post-image-cover {
  object-fit: cover;
}
.news-template-31 .post-image-first, .news-template-31 .post-image-cover-first {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.news-template-31 .post-image-cover-first {
  object-fit: cover;
}
.news-template-31 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-31 .time-clock {
  display: flex;
}
.news-template-31 .time-text {
  color: #0B68A4;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 2rem;
}
.news-template-31 .time-text-first {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #0B68A4;
  margin-bottom: 7px !important;
}
.news-template-31 .main-item {
  display: table;
  margin: 0;
}
.news-template-31 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-31 .d-flex {
  visibility: visible !important;
}
.news-template-31 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-31 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-31 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-31 .menu .menu-row,
.news-template-31 .menu .menu-row-current,
.news-template-31 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-31 .menu .menu-row .menu-item-1,
.news-template-31 .menu .menu-row .menu-item-2,
.news-template-31 .menu .menu-row-current .menu-item-1,
.news-template-31 .menu .menu-row-current .menu-item-2,
.news-template-31 .menu .menu-row-current-border .menu-item-1,
.news-template-31 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-31 .menu .menu-row-current,
.news-template-31 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-31 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-31 .img-figure, .news-template-31 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.news-template-31 .uppercase {
  color: #006cb5;
  margin-top: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 46px;
}
.news-template-31 .top-new-item {
  padding-left: 20px;
}
.news-template-31 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-31 .news-template-31-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-31 .news-template-31-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-31 .news-template-31-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-31 .news-template-31-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-31 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-31 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-31 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-31 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-31 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-31 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
.news-template-31 .text-section :hover {
  color: #00396B;
}
.news-template-31 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #2B2B2B;
  margin-bottom: 0px !important;
  text-decoration: none;
}
.news-template-31 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
.news-template-31 .desktop-width {
  position: relative;
  padding-bottom: 20px;
}
.news-template-31 .content-width-media {
  width: calc(62vw - 28px);
  margin: auto;
}
@media (max-width: 1200px) {
  .news-template-31 .pd-l-10 {
    padding-left: 0px;
  }
}
.news-template-31 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .news-template-31 .content-width-media {
    width: calc(100%);
    margin: auto;
  }
  .news-template-31 .text-section {
    display: block;
  }
  .news-template-31 .title {
    margin-top: 30px;
    margin-left: 0px;
  }
  .news-template-31 .time-text {
    margin-left: 0px;
    margin-top: 20px;
  }
  .news-template-31 .desktop-width {
    width: auto !important;
    left: 0px !important;
  }
}
.news-template-31-dialog {
  margin-left: 0px !important;
}
.news-template-31-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-31-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-31-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-31-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-31-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-31-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-31-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-31-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-31-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-31-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-31-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-31-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-31-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-31-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-31-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-31-dialog .float-right {
  float: right;
}
.news-template-31-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-31-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-31-dialog .control {
  margin-bottom: 22px;
}
.news-template-31-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-31-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-31-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-31-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-31-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-31-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-32 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-32 .row {
  --bs-gutter-x: 0;
}
.news-template-32 .k-dialog {
  height: auto !important;
  width: 400px !important;
}
.news-template-32 .pd-l-10 {
  padding-left: 18px;
}
.news-template-32 .post-title {
  display: flex;
  align-items: center;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  background-color: #00396B;
  position: relative;
  min-height: 40px;
}
.news-template-32 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-32 .post-more a {
  color: #EB2E35;
}
.news-template-32 .pointer {
  cursor: pointer;
}
.news-template-32 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-32 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1F1F1F;
  margin-left: 16px;
  margin-bottom: 0;
  text-decoration: none;
}
.news-template-32 .post-image {
  height: 50%;
  width: 50%;
  display: block;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  object-fit: contain;
}
.news-template-32 .post-image-cover {
  object-fit: cover;
  width: 48px;
}
.news-template-32 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-32 .time-clock {
  display: flex;
}
.news-template-32 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-32 .main-item {
  display: table;
  margin: 0;
}
.news-template-32 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-32 .d-flex {
  visibility: visible !important;
}
.news-template-32 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-32 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-32 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-32 .menu .menu-row,
.news-template-32 .menu .menu-row-current,
.news-template-32 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-32 .menu .menu-row .menu-item-1,
.news-template-32 .menu .menu-row .menu-item-2,
.news-template-32 .menu .menu-row-current .menu-item-1,
.news-template-32 .menu .menu-row-current .menu-item-2,
.news-template-32 .menu .menu-row-current-border .menu-item-1,
.news-template-32 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-32 .menu .menu-row-current,
.news-template-32 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-32 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-32 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}
.news-template-32 .text-section :hover {
  color: #00396B;
}
.news-template-32 .text-section .i {
  animation: growAndFade 3s infinite ease-out;
  background-color: black;
  border-radius: 50%;
  height: 25%;
  opacity: 0;
  position: absolute;
  width: 135%;
  left: -17%;
}
.news-template-32 .text-section .circle {
  animation-delay: 1s;
}
.news-template-32 .text-section .img-figure, .news-template-32 .text-section .img-figure-no-img {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  width: 48px;
  height: 48px;
  border: 1px solid #D8D8D8;
  border-radius: 100%;
  overflow: hidden;
  background: #FFFFFF;
}
.news-template-32 .text-section .img-figure:hover .post-image, .news-template-32 .text-section .img-figure-no-img:hover .post-image {
  width: 60%;
  height: 60%;
  margin-top: 9px;
}
@keyframes growAndFade {
  0% {
    opacity: 0.25;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.news-template-32 .uppercase {
  color: #FFFFFF;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-32 .top-new-item {
  margin: 15px 0 0 0;
}
.news-template-32 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-32 .news-template-32-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-32 .news-template-32-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-32 .news-template-32-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-32 .news-template-32-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-32 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-32 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-32 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-32 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-32 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-32 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396B;
  margin-bottom: 9px !important;
  text-decoration: none;
}
.news-template-32 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
.news-template-32 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-template-32 .fixed-item {
  position: fixed;
  padding: 0px 0px 0 0;
  left: calc(100% - 65px);
  top: 45%;
  transform: translateX(-50%);
  z-index: 1001;
}
@media (max-width: 768px) {
  .news-template-32 .fixed-item {
    top: 30%;
    right: 0px;
    left: auto;
  }
}
.news-template-32-dialog {
  margin-left: 0px !important;
}
.news-template-32-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-32-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-32-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-32-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-32-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-32-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-32-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-32-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-32-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-32-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-32-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-32-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-32-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-32-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-32-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-32-dialog .float-right {
  float: right;
}
.news-template-32-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-32-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-32-dialog .control {
  margin-bottom: 22px;
}
.news-template-32-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-32-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-32-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-32-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-32-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-32-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-33,
.news-template-33-without-time {
  width: 100%;
  min-height: 504px;
}
.news-template-33 .row,
.news-template-33-without-time .row {
  --bs-gutter-x: 0;
}
.news-template-33 .k-dialog,
.news-template-33-without-time .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-33 .dialog2 .k-dialog,
.news-template-33-without-time .dialog2 .k-dialog {
  height: 100% !important;
  width: 100% !important;
}
.news-template-33 .k-dialog .dialod1,
.news-template-33-without-time .k-dialog .dialod1 {
  height: 100% !important;
  width: 100% !important;
}
.news-template-33 .k-dialog .dialog2,
.news-template-33-without-time .k-dialog .dialog2 {
  height: 70% !important;
  width: 78% !important;
  top: 0px;
}
.news-template-33 .post-title,
.news-template-33-without-time .post-title {
  display: flex;
  justify-content: space-between;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}
.news-template-33 .title-text,
.news-template-33-without-time .title-text {
  margin-bottom: 47px;
  margin-top: 47px;
  line-height: 45.25px;
  font-weight: 700;
  font-size: 36px;
  color: #006cb5;
}
.news-template-33 .post-more,
.news-template-33-without-time .post-more {
  display: flex;
  justify-content: center;
  color: #d6a022;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 4px;
}
.news-template-33 .post-more a,
.news-template-33-without-time .post-more a {
  color: #d6a022;
}
.news-template-33 .close-div,
.news-template-33-without-time .close-div {
  display: flex;
}
.news-template-33 .close-icon-div,
.news-template-33-without-time .close-icon-div {
  position: fixed;
  right: 537px;
  top: 150px;
}
.news-template-33 .pointer,
.news-template-33-without-time .pointer {
  cursor: pointer;
}
.news-template-33 .dialogimage2 .k-window-content,
.news-template-33 .k-prompt-container,
.news-template-33-without-time .dialogimage2 .k-window-content,
.news-template-33-without-time .k-prompt-container {
  padding: 0px !important;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: none;
  outline: 0;
  overflow: hidden;
  position: relative;
  flex: 1 1 auto;
}
.news-template-33 .icon-clock,
.news-template-33-without-time .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-33 .title,
.news-template-33-without-time .title {
  line-height: 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #292621;
  margin-bottom: 20px;
  text-decoration: none;
}
.news-template-33 .title-template-type-2,
.news-template-33-without-time .title-template-type-2 {
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #2b2b2b;
  margin-bottom: 20px;
}
.news-template-33 .post-image,
.news-template-33 .post-image-radius,
.news-template-33-without-time .post-image,
.news-template-33-without-time .post-image-radius {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-template-33 .post-image-radius,
.news-template-33-without-time .post-image-radius {
  border-radius: 4px;
}
.news-template-33 .post-image-default,
.news-template-33-without-time .post-image-default {
  height: 100%;
  width: 100%;
}
.news-template-33 .post-image-org,
.news-template-33-without-time .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-33 .time-clock,
.news-template-33-without-time .time-clock {
  display: flex;
}
.news-template-33 .time-text,
.news-template-33-without-time .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-33 .center,
.news-template-33-without-time .center {
  position: fixed;
  bottom: 30px;
  width: 40vw;
  left: 10px;
  right: 10px;
  /* margin-left: 53px; */
  margin: 0 auto;
  z-index: 10000000000;
}
.news-template-33 .vertical-dot,
.news-template-33-without-time .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-33 .main-item:hover .vertical-dot,
.news-template-33-without-time .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-33 .d-flex,
.news-template-33-without-time .d-flex {
  visibility: visible !important;
}
.news-template-33 .three-dot-area,
.news-template-33-without-time .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-33 .menu,
.news-template-33-without-time .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-33 .menu .menu-row,
.news-template-33 .menu .menu-row-current,
.news-template-33 .menu .menu-row-current-border,
.news-template-33-without-time .menu .menu-row,
.news-template-33-without-time .menu .menu-row-current,
.news-template-33-without-time .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-33 .menu .menu-row .menu-item-1,
.news-template-33 .menu .menu-row .menu-item-2,
.news-template-33 .menu .menu-row-current .menu-item-1,
.news-template-33 .menu .menu-row-current .menu-item-2,
.news-template-33 .menu .menu-row-current-border .menu-item-1,
.news-template-33 .menu .menu-row-current-border .menu-item-2,
.news-template-33-without-time .menu .menu-row .menu-item-1,
.news-template-33-without-time .menu .menu-row .menu-item-2,
.news-template-33-without-time .menu .menu-row-current .menu-item-1,
.news-template-33-without-time .menu .menu-row-current .menu-item-2,
.news-template-33-without-time .menu .menu-row-current-border .menu-item-1,
.news-template-33-without-time .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-33 .menu .menu-row-current,
.news-template-33 .menu .menu-row-current-border,
.news-template-33-without-time .menu .menu-row-current,
.news-template-33-without-time .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-33 .menu .menu-item-3,
.news-template-33-without-time .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-33 .img-figure,
.news-template-33 .img-figure-no-img,
.news-template-33 .img-figure-template-type-2,
.news-template-33-without-time .img-figure,
.news-template-33-without-time .img-figure-no-img,
.news-template-33-without-time .img-figure-template-type-2 {
  height: 312px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.news-template-33 .img-figure-template-type-2,
.news-template-33-without-time .img-figure-template-type-2 {
  height: 153px;
}
.news-template-33 .img-figure-2,
.news-template-33-without-time .img-figure-2 {
  height: 260px !important;
}
.news-template-33 .post-list,
.news-template-33-without-time .post-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.news-template-33 .post-list .k-pager-info,
.news-template-33 .post-list .k-pager-sizes,
.news-template-33-without-time .post-list .k-pager-info,
.news-template-33-without-time .post-list .k-pager-sizes {
  display: none;
}
.news-template-33 .post-list .k-pager kendo-datapager-prev-buttons,
.news-template-33-without-time .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-33 .post-list .k-pager .k-state-selected,
.news-template-33-without-time .post-list .k-pager .k-state-selected {
  background-color: #d6a022;
  border: none;
}
.news-template-33 .post-list .top-part,
.news-template-33-without-time .post-list .top-part {
  display: flex;
  flex-direction: column;
}
.news-template-33 .uppercase,
.news-template-33-without-time .uppercase {
  text-transform: uppercase;
}
.news-template-33 .top-new-item,
.news-template-33-without-time .top-new-item {
  margin: 10px 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-33 .top-new-item .title:hover,
.news-template-33-without-time .top-new-item .title:hover {
  color: #00396b;
}
.news-template-33 .close-div,
.news-template-33-without-time .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-33 .close-div2,
.news-template-33-without-time .close-div2 {
  display: flex;
}
.news-template-33 .news-template-33-dialog,
.news-template-33-without-time .news-template-33-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-33 .news-template-33-dialog .close-icon-div,
.news-template-33-without-time .news-template-33-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-33 .news-template-33-dialog .close-icon,
.news-template-33-without-time .news-template-33-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-33 .news-template-33-dialog .title-info-req,
.news-template-33-without-time .news-template-33-dialog .title-info-req {
  font-weight: 500;
  color: #004a9a;
}
.news-template-33 .input-label,
.news-template-33-without-time .input-label {
  color: #004a9a;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-33 .btn-delete,
.news-template-33-without-time .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-33 .btn-cancel,
.news-template-33-without-time .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-33 .dialog-width,
.news-template-33-without-time .dialog-width {
  max-width: 400px;
}
.news-template-33 .koverley2 .k-overlay,
.news-template-33-without-time .koverley2 .k-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}
.news-template-33 .dialog-width-images,
.news-template-33-without-time .dialog-width-images {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.news-template-33 .wrapper,
.news-template-33-without-time .wrapper {
  display: flex;
}
.news-template-33 .content,
.news-template-33-without-time .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-template-33 .post-image,
.news-template-33-without-time .post-image {
  width: 100%;
  max-height: 233px;
  min-height: 233px;
  object-fit: cover;
}
.news-template-33 .dialog-container,
.news-template-33-without-time .dialog-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-template-33 .image-list,
.news-template-33-without-time .image-list {
  /* Căn giữa danh sách hình ảnh */
  display: flex;
  justify-content: center;
}
.news-template-33 .album-name,
.news-template-33-without-time .album-name {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #363636;
  margin-top: 20px;
}
.news-template-33 .d-grid,
.news-template-33-without-time .d-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 30px;
}
.news-template-33 .k-tabstrip-content,
.news-template-33 .k-tabstrip > .k-content,
.news-template-33-without-time .k-tabstrip-content,
.news-template-33-without-time .k-tabstrip > .k-content {
  padding: 0;
  border: unset;
}
.news-template-33 .k-tabstrip-content.k-state-active,
.news-template-33 .k-tabstrip > .k-content.k-state-active,
.news-template-33-without-time .k-tabstrip-content.k-state-active,
.news-template-33-without-time .k-tabstrip > .k-content.k-state-active {
  margin-top: 56px;
}
.news-template-33 .post-name,
.news-template-33-without-time .post-name {
  margin-top: 28px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22.63px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-template-33 .k-tabstrip-items .k-link,
.news-template-33-without-time .k-tabstrip-items .k-link {
  padding: 0px 0px 12px 0px;
  color: #b6b6b6;
  font-weight: 700;
  line-height: 22.63px;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 50px;
}
.news-template-33 .k-tabstrip-items .k-item:not(:first-child) .k-link,
.news-template-33-without-time .k-tabstrip-items .k-item:not(:first-child) .k-link {
  padding: 0px 10px 12px 10px;
}
.news-template-33 .k-tabstrip-items .k-item.k-state-active .k-link,
.news-template-33-without-time .k-tabstrip-items .k-item.k-state-active .k-link {
  color: #004a9a;
  font-weight: 700;
  border-width: 0 0 3px !important;
  border-color: #08659a;
  border-style: solid;
}
.news-template-33 .k-tabstrip-items,
.news-template-33-without-time .k-tabstrip-items {
  overflow-x: auto;
}
.news-template-33 .k-tabstrip-items::-webkit-scrollbar,
.news-template-33-without-time .k-tabstrip-items::-webkit-scrollbar {
  height: 3px;
}
.news-template-33 .k-tabstrip-items::-webkit-scrollbar-track,
.news-template-33-without-time .k-tabstrip-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.news-template-33 .k-tabstrip-items::-webkit-scrollbar-thumb,
.news-template-33-without-time .k-tabstrip-items::-webkit-scrollbar-thumb {
  background: #888;
}
.news-template-33 .k-tabstrip-items::-webkit-scrollbar-thumb:hover,
.news-template-33-without-time .k-tabstrip-items::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.news-template-33 .k-tabstrip-top > .k-tabstrip-items .k-item,
.news-template-33-without-time .k-tabstrip-top > .k-tabstrip-items .k-item {
  border-width: 0px 0px 1px 0px;
}
.news-template-33 .media,
.news-template-33-without-time .media {
  position: relative;
}
.news-template-33 .overlap,
.news-template-33-without-time .overlap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 106px;
  background: rgba(0, 0, 0, 0.56);
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-template-33 .overlap .number-img .text,
.news-template-33-without-time .overlap .number-img .text {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 30.17px;
}
.news-template-33 .overlap .number-img .image,
.news-template-33-without-time .overlap .number-img .image {
  height: 24px;
  width: 24px;
}
.news-template-33 .overlap .number-img .image img,
.news-template-33-without-time .overlap .number-img .image img {
  width: 100%;
  height: 100%;
}
.news-template-33 kendo-tabstrip,
.news-template-33-without-time kendo-tabstrip {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .news-template-33 .d-grid,
.news-template-33-without-time .d-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-template-33 .title-text,
.news-template-33-without-time .title-text {
    font-size: 28px !important;
  }
  .news-template-33 .post-name,
.news-template-33-without-time .post-name {
    font-size: 16px !important;
  }
  .news-template-33 .overlap,
.news-template-33-without-time .overlap {
    width: 94px;
  }
}
@media screen and (max-width: 768px) {
  .news-template-33 .d-grid,
.news-template-33-without-time .d-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-template-33 .title-text,
.news-template-33-without-time .title-text {
    font-size: 26px !important;
  }
  .news-template-33 .overlap,
.news-template-33-without-time .overlap {
    width: 86px;
  }
  .news-template-33 .dialog-width-images,
.news-template-33-without-time .dialog-width-images {
    width: 40%;
    height: 55%;
    max-width: 90%;
    max-height: 65%;
    top: -120px;
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .news-template-33 .d-grid,
.news-template-33-without-time .d-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .news-template-33 .post-image,
.news-template-33-without-time .post-image {
    max-height: unset !important;
    min-height: unset !important;
  }
  .news-template-33 .post-name,
.news-template-33-without-time .post-name {
    margin-top: 16px;
  }
  .news-template-33 .k-tabstrip-content.k-state-active,
.news-template-33 .k-tabstrip > .k-content.k-state-active,
.news-template-33-without-time .k-tabstrip-content.k-state-active,
.news-template-33-without-time .k-tabstrip > .k-content.k-state-active {
    margin-top: 44px;
  }
  .news-template-33 .title-text,
.news-template-33-without-time .title-text {
    margin-bottom: 35px;
  }
  .news-template-33 .dialog-width-images,
.news-template-33-without-time .dialog-width-images {
    width: 40%;
    height: 55%;
    max-width: 90%;
    max-height: 65% !important;
    top: -120px !important;
    margin: auto;
  }
}
.news-template-33-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-33-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-33-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-33-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-33-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-33-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-33-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-33-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-33-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-33-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-33-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-33-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-33-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-33-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-33-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-33-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-33-dialog .float-right {
  float: right;
}
.news-template-33-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-33-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-33-dialog .control {
  margin-bottom: 22px;
}
.news-template-33-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-33-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.news-template-33-dialog .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-33-dialog .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-33-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-33-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-34 .row,
.news-template-34-without-time .row {
  --bs-gutter-x: 0;
}
.news-template-34 .k-dialog,
.news-template-34-without-time .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-34 .post-title,
.news-template-34-without-time .post-title {
  display: flex;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  align-items: center;
}
.news-template-34 .title-text,
.news-template-34-without-time .title-text {
  text-align: left;
  line-height: 26px;
  line-height: 158%;
  font-size: 14px;
  color: #A5A5A5;
  margin-top: 12px;
  margin-bottom: 12px;
}
.news-template-34 .post-more,
.news-template-34-without-time .post-more {
  display: flex;
  justify-content: center;
  color: #d6a022;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 4px;
}
.news-template-34 .post-more a,
.news-template-34-without-time .post-more a {
  color: #d6a022;
}
.news-template-34 .pointer,
.news-template-34-without-time .pointer {
  cursor: pointer;
}
.news-template-34 .icon-clock,
.news-template-34-without-time .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-34 .title,
.news-template-34-without-time .title {
  line-height: 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #292621;
  margin-bottom: 20px;
  text-decoration: none;
}
.news-template-34 .title-template-type-2,
.news-template-34-without-time .title-template-type-2 {
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #2b2b2b;
  margin-bottom: 20px;
}
.news-template-34 .post-image,
.news-template-34 .post-image-radius,
.news-template-34-without-time .post-image,
.news-template-34-without-time .post-image-radius {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-template-34 .post-image-radius,
.news-template-34-without-time .post-image-radius {
  border-radius: 4px;
}
.news-template-34 .post-image-default,
.news-template-34-without-time .post-image-default {
  height: 100%;
  width: 100%;
}
.news-template-34 .post-image-org,
.news-template-34-without-time .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-34 .time-clock,
.news-template-34-without-time .time-clock {
  display: flex;
}
.news-template-34 .time-text,
.news-template-34-without-time .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-34 .main-item,
.news-template-34-without-time .main-item {
  border-top: 0.7px solid #CACACA;
  width: 100%;
  min-height: 50px;
  border-bottom: 0.7px solid #CACACA;
}
.news-template-34 .vertical-dot,
.news-template-34-without-time .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-34 .main-item:hover .vertical-dot,
.news-template-34-without-time .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-34 .d-flex,
.news-template-34-without-time .d-flex {
  visibility: visible !important;
}
.news-template-34 .three-dot-area,
.news-template-34-without-time .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-34 .menu,
.news-template-34-without-time .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 2;
}
.news-template-34 .menu .menu-row,
.news-template-34 .menu .menu-row-current,
.news-template-34 .menu .menu-row-current-border,
.news-template-34-without-time .menu .menu-row,
.news-template-34-without-time .menu .menu-row-current,
.news-template-34-without-time .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-34 .menu .menu-row .menu-item-1,
.news-template-34 .menu .menu-row .menu-item-2,
.news-template-34 .menu .menu-row-current .menu-item-1,
.news-template-34 .menu .menu-row-current .menu-item-2,
.news-template-34 .menu .menu-row-current-border .menu-item-1,
.news-template-34 .menu .menu-row-current-border .menu-item-2,
.news-template-34-without-time .menu .menu-row .menu-item-1,
.news-template-34-without-time .menu .menu-row .menu-item-2,
.news-template-34-without-time .menu .menu-row-current .menu-item-1,
.news-template-34-without-time .menu .menu-row-current .menu-item-2,
.news-template-34-without-time .menu .menu-row-current-border .menu-item-1,
.news-template-34-without-time .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-34 .menu .menu-row-current,
.news-template-34 .menu .menu-row-current-border,
.news-template-34-without-time .menu .menu-row-current,
.news-template-34-without-time .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-34 .menu .menu-item-3,
.news-template-34-without-time .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-34 .img-figure,
.news-template-34 .img-figure-no-img,
.news-template-34 .img-figure-template-type-2,
.news-template-34-without-time .img-figure,
.news-template-34-without-time .img-figure-no-img,
.news-template-34-without-time .img-figure-template-type-2 {
  height: 312px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.news-template-34 .img-figure-template-type-2,
.news-template-34-without-time .img-figure-template-type-2 {
  height: 153px;
}
.news-template-34 .img-figure-2,
.news-template-34-without-time .img-figure-2 {
  height: 260px !important;
}
.news-template-34 .post-list,
.news-template-34-without-time .post-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.news-template-34 .post-list .k-pager-info,
.news-template-34 .post-list .k-pager-sizes,
.news-template-34-without-time .post-list .k-pager-info,
.news-template-34-without-time .post-list .k-pager-sizes {
  display: none;
}
.news-template-34 .post-list .k-pager kendo-datapager-prev-buttons,
.news-template-34-without-time .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-34 .post-list .k-pager .k-state-selected,
.news-template-34-without-time .post-list .k-pager .k-state-selected {
  background-color: #d6a022;
  border: none;
}
.news-template-34 .post-list .top-part,
.news-template-34-without-time .post-list .top-part {
  display: flex;
  flex-direction: column;
}
.news-template-34 .uppercase,
.news-template-34-without-time .uppercase {
  text-transform: uppercase;
}
.news-template-34 .top-new-item,
.news-template-34-without-time .top-new-item {
  margin: 10px 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-34 .top-new-item .title:hover,
.news-template-34-without-time .top-new-item .title:hover {
  color: #00396b;
}
.news-template-34 .close-div,
.news-template-34-without-time .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-34 .news-template-34-dialog,
.news-template-34-without-time .news-template-34-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-34 .news-template-34-dialog .close-icon-div,
.news-template-34-without-time .news-template-34-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-34 .news-template-34-dialog .close-icon,
.news-template-34-without-time .news-template-34-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-34 .news-template-34-dialog .title-info-req,
.news-template-34-without-time .news-template-34-dialog .title-info-req {
  font-weight: 500;
  color: #004a9a;
}
.news-template-34 .input-label,
.news-template-34-without-time .input-label {
  color: #004a9a;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-34 .btn-delete,
.news-template-34-without-time .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-34 .btn-cancel,
.news-template-34-without-time .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-34 .dialog-width,
.news-template-34-without-time .dialog-width {
  max-width: 400px;
}
.news-template-34 .menus-wrap,
.news-template-34-without-time .menus-wrap {
  display: flex;
  align-items: center;
}
.news-template-34 .item-icon,
.news-template-34-without-time .item-icon {
  margin-right: 27px;
}
.news-template-34 .wrapper,
.news-template-34-without-time .wrapper {
  display: flex;
}
.news-template-34 .menus-item,
.news-template-34-without-time .menus-item {
  background: #FFFFFF;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.news-template-34 .menus-text,
.news-template-34-without-time .menus-text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #006CB5;
  text-align: center;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 6px 15px;
}
.news-template-34 .item-box,
.news-template-34-without-time .item-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 25px;
  cursor: pointer;
}
.news-template-34 .content,
.news-template-34-without-time .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-template-34 .post-image,
.news-template-34-without-time .post-image {
  width: 100%;
  max-height: 233px;
  min-height: 233px;
  object-fit: cover;
}
.news-template-34 .trending-icon,
.news-template-34-without-time .trending-icon {
  width: 22px;
  height: 22px;
}
.news-template-34 .d-grid,
.news-template-34-without-time .d-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 30px;
}
.news-template-34 .k-tabstrip-content,
.news-template-34 .k-tabstrip > .k-content,
.news-template-34-without-time .k-tabstrip-content,
.news-template-34-without-time .k-tabstrip > .k-content {
  padding: 0;
  border: unset;
}
.news-template-34 .k-tabstrip-content.k-state-active,
.news-template-34 .k-tabstrip > .k-content.k-state-active,
.news-template-34-without-time .k-tabstrip-content.k-state-active,
.news-template-34-without-time .k-tabstrip > .k-content.k-state-active {
  margin-top: 56px;
}
.news-template-34 .post-name,
.news-template-34-without-time .post-name {
  margin-top: 28px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22.63px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-template-34 .k-tabstrip-items .k-link,
.news-template-34-without-time .k-tabstrip-items .k-link {
  padding: 6px 12px 13px;
  color: #b6b6b6;
  font-weight: 700;
  line-height: 22.63px;
  font-size: 18px;
}
.news-template-34 .k-tabstrip-items .k-item.k-state-active,
.news-template-34 .k-tabstrip-items .k-item.k-state-selected,
.news-template-34-without-time .k-tabstrip-items .k-item.k-state-active,
.news-template-34-without-time .k-tabstrip-items .k-item.k-state-selected {
  color: #004a9a;
  font-weight: 700;
  border-width: 0 0 3px;
  border-color: #08659a;
  border-style: solid;
}
.news-template-34 .k-tabstrip-items .k-item.k-state-active,
.news-template-34 .k-tabstrip-items .k-item.k-state-selected,
.news-template-34-without-time .k-tabstrip-items .k-item.k-state-active,
.news-template-34-without-time .k-tabstrip-items .k-item.k-state-selected {
  color: #004a9a;
  font-weight: 700;
  border-width: 0 0 3px !important;
  border-color: #08659a;
  border-style: solid;
  margin-bottom: 3px;
}
.news-template-34 .k-tabstrip-items .k-item.k-state-active .k-link,
.news-template-34-without-time .k-tabstrip-items .k-item.k-state-active .k-link {
  color: #004a9a;
}
.news-template-34 .k-tabstrip-items,
.news-template-34-without-time .k-tabstrip-items {
  overflow-x: auto;
}
.news-template-34 .k-tabstrip-items::-webkit-scrollbar,
.news-template-34-without-time .k-tabstrip-items::-webkit-scrollbar {
  height: 3px;
}
.news-template-34 .k-tabstrip-items::-webkit-scrollbar-track,
.news-template-34-without-time .k-tabstrip-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.news-template-34 .k-tabstrip-items::-webkit-scrollbar-thumb,
.news-template-34-without-time .k-tabstrip-items::-webkit-scrollbar-thumb {
  background: #888;
}
.news-template-34 .k-tabstrip-items::-webkit-scrollbar-thumb:hover,
.news-template-34-without-time .k-tabstrip-items::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.news-template-34 .k-tabstrip-top > .k-tabstrip-items .k-item,
.news-template-34-without-time .k-tabstrip-top > .k-tabstrip-items .k-item {
  border-width: 0px 0px 1px 0px;
}
.news-template-34 .media,
.news-template-34-without-time .media {
  position: relative;
}
.news-template-34 .overlap,
.news-template-34-without-time .overlap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 106px;
  background: rgba(0, 0, 0, 0.56);
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-template-34 .overlap .number-img .text,
.news-template-34-without-time .overlap .number-img .text {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 30.17px;
}
.news-template-34 .overlap .number-img .image,
.news-template-34-without-time .overlap .number-img .image {
  height: 24px;
  width: 24px;
}
.news-template-34 .overlap .number-img .image img,
.news-template-34-without-time .overlap .number-img .image img {
  width: 100%;
  height: 100%;
}
.news-template-34 kendo-tabstrip,
.news-template-34-without-time kendo-tabstrip {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .news-template-34 .d-grid,
.news-template-34-without-time .d-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-template-34 .title-text,
.news-template-34-without-time .title-text {
    font-size: 14px !important;
  }
  .news-template-34 .post-name,
.news-template-34-without-time .post-name {
    font-size: 16px !important;
  }
  .news-template-34 .overlap,
.news-template-34-without-time .overlap {
    width: 94px;
  }
}
@media screen and (max-width: 768px) {
  .news-template-34 .d-grid,
.news-template-34-without-time .d-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-template-34 .title-text,
.news-template-34-without-time .title-text {
    font-size: 26px !important;
  }
  .news-template-34 .overlap,
.news-template-34-without-time .overlap {
    width: 86px;
  }
  .news-template-34 .wrapper,
.news-template-34-without-time .wrapper {
    display: block !important;
    margin-bottom: 20px;
  }
  .news-template-34 .menus-item,
.news-template-34-without-time .menus-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .news-template-34 .d-grid,
.news-template-34-without-time .d-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .news-template-34 .post-image,
.news-template-34-without-time .post-image {
    max-height: unset !important;
    min-height: unset !important;
  }
  .news-template-34 .post-name,
.news-template-34-without-time .post-name {
    margin-top: 16px;
  }
  .news-template-34 .k-tabstrip-content.k-state-active,
.news-template-34 .k-tabstrip > .k-content.k-state-active,
.news-template-34-without-time .k-tabstrip-content.k-state-active,
.news-template-34-without-time .k-tabstrip > .k-content.k-state-active {
    margin-top: 44px;
  }
  .news-template-34 .title-text,
.news-template-34-without-time .title-text {
    margin-bottom: 35px;
  }
}
@media (max-width: 770px) {
  .news-template-34 .title-text,
.news-template-34-without-time .title-text {
    margin-bottom: 0px !important;
  }
  .news-template-34 .item-box,
.news-template-34-without-time .item-box {
    margin-top: 15px;
  }
}
.news-template-34-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-34-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-34-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-34-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-34-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-34-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-34-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-34-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-34-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-34-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-34-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-34-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-34-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-34-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-34-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-34-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-34-dialog .float-right {
  float: right;
}
.news-template-34-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-34-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-34-dialog .control {
  margin-bottom: 22px;
}
.news-template-34-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-34-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.news-template-34-dialog .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-34-dialog .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-34-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-34-dialog .padding-col {
  padding: 7px 15px 0;
}
.opend-dialog-video {
  max-width: 100% !important;
  max-height: 100% !important;
}
.opend-dialog-video .k-window-content, .k-prompt-container {
  padding: 0px !important;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: none;
  outline: 0;
  overflow: auto;
  position: relative;
  flex: 1 1 auto;
}
.opend-dialog-video .close-icon-div {
  position: absolute;
  right: -10px;
  top: -30px;
}
.opend-dialog-video .close-icon {
  width: 30px;
  height: 30px;
  position: fixed;
  cursor: pointer;
  z-index: 555555;
}
.opend-dialog-video .vnpt-upload-img .k-upload {
  display: none;
}
.opend-dialog-video .vnpt-upload-img img {
  width: 160px;
}
.opend-dialog-video .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.opend-dialog-video .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.opend-dialog-video .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .opend-dialog-video.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.opend-dialog-video .custom-btn-addNew {
  margin-top: 10px !important;
}
.opend-dialog-video .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .opend-dialog-video .btn-custom {
  width: 100%;
}
:host ::ng-deep .opend-dialog-video .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.opend-dialog-video .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.opend-dialog-video .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .opend-dialog-video.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .opend-dialog-video .vnpt-upload-img img {
    width: 99px;
  }

  .opend-dialog-video {
    max-width: 100% !important;
    max-height: 100% !important;
  }
}
.opend-dialog-video .row-file {
  margin-bottom: 5px;
}
.opend-dialog-video .float-right {
  float: right;
}
.opend-dialog-video .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.opend-dialog-video .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.opend-dialog-video .control {
  margin-bottom: 22px;
}
.opend-dialog-video .input-label {
  margin: 10px;
  margin-left: 15px;
}
.opend-dialog-video .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.opend-dialog-video .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.opend-dialog-video .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.opend-dialog-video .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.opend-dialog-video .padding-col {
  padding: 7px 15px 0;
}
@media screen and (max-width: 768px) {
  .opend-dialog-video .video-box {
    height: 310px !important;
  }
}
.opend-dialog-images {
  max-width: 100% !important;
  max-height: 100% !important;
}
.opend-dialog-images .slider-container {
  position: relative;
}
.opend-dialog-images .category {
  flex-direction: row;
  display: flex;
  margin-top: 10px;
  animation-duration: 1s;
  animation-timing-function: linear;
}
.opend-dialog-images .title-right {
  display: flex;
  overflow: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.opend-dialog-images .category-box {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 10px;
}
.opend-dialog-images .category-name {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #3E3E3E;
}
.opend-dialog-images .show {
  display: block;
}
.opend-dialog-images .close-icon-div {
  position: absolute;
  right: 25px;
  top: -30px;
}
.opend-dialog-images .close-icon {
  width: 30px;
  height: 30px;
  position: fixed;
  cursor: pointer;
  z-index: 555555;
}
.opend-dialog-images .slider {
  display: flex;
  overflow: hidden;
}
.opend-dialog-images .demo {
  opacity: 0.6;
}
.opend-dialog-images .slider img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.opend-dialog-images .thumbnail-container {
  margin-top: 10px;
  text-align: center;
  display: flex;
}
.opend-dialog-images .thumbnails img {
  width: 60px;
  height: auto;
  cursor: pointer;
  margin-right: 5px;
  transition: opacity 0.3s ease-in-out;
}
.opend-dialog-images .thumbnails img:hover {
  opacity: 0.7;
}
.opend-dialog-images button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.opend-dialog-images button:nth-of-type(1) {
  left: 10px;
}
.opend-dialog-images button:nth-of-type(2) {
  right: 10px;
}
.opend-dialog-images * {
  box-sizing: border-box;
}
.opend-dialog-images .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  opacity: 0.6;
}
.opend-dialog-images .cursor {
  cursor: pointer;
}
.opend-dialog-images .prev {
  cursor: pointer;
  position: fixed;
  top: 55%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  height: 60px;
  color: white;
  left: 50px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.opend-dialog-images .next {
  cursor: pointer;
  position: fixed;
  top: 55%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  height: 60px;
  color: white;
  right: 50px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.opend-dialog-images .title-right::-webkit-scrollbar {
  height: 10px;
}
.opend-dialog-images .title-right::-webkit-scrollbar-thumb {
  background: #000000;
}
.opend-dialog-images .title-right::-webkit-scrollbar-track {
  padding-top: 1px;
  padding-bottom: 1px;
  background: white;
}
.opend-dialog-images .prev:hover,
.opend-dialog-images .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.opend-dialog-images .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.opend-dialog-images .caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.opend-dialog-images .row:after {
  content: "";
  display: table;
  clear: both;
}
.opend-dialog-images .column {
  float: left;
  width: 16.66%;
}
.opend-dialog-images .demo {
  opacity: 0.6;
}
.opend-dialog-images .active,
.opend-dialog-images .demo:hover {
  opacity: 1;
}
.opend-dialog-images .opend-dialog-images .close-icon-div {
  position: absolute;
  right: 25px;
  top: -30px;
}
.opend-dialog-images .opend-dialog-images .close-icon {
  width: 30px;
  height: 30px;
  position: fixed;
  cursor: pointer;
  z-index: 555555;
}
.opend-dialog-images .opend-dialog-images .vnpt-upload-img .k-upload {
  display: none;
}
.opend-dialog-images .opend-dialog-images .vnpt-upload-img img {
  width: 160px;
}
.opend-dialog-images .opend-dialog-images .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.opend-dialog-images .opend-dialog-images .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.opend-dialog-images .opend-dialog-images .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
.opend-dialog-images :host ::ng-deep .opend-dialog-images.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.opend-dialog-images .opend-dialog-images .custom-btn-addNew {
  margin-top: 10px !important;
}
.opend-dialog-images .opend-dialog-images .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
.opend-dialog-images :host ::ng-deep .opend-dialog-images .btn-custom {
  width: 100%;
}
.opend-dialog-images :host ::ng-deep .opend-dialog-images .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.opend-dialog-images .opend-dialog-images .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.opend-dialog-images .opend-dialog-images .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  .opend-dialog-images :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }
  .opend-dialog-images :host ::ng-deep .opend-dialog-images.x-dialog {
    max-width: 768px;
    max-height: none;
  }
  .opend-dialog-images .opend-dialog-images .vnpt-upload-img img {
    width: 99px;
  }
  .opend-dialog-images .opend-dialog-images {
    max-width: 100% !important;
    max-height: 100% !important;
  }
}
.opend-dialog-images .opend-dialog-images .row-file {
  margin-bottom: 5px;
}
.opend-dialog-images .opend-dialog-images .float-right {
  float: right;
}
.opend-dialog-images .opend-dialog-images .border-infor {
  background: #ffffff;
  border: 0.6px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.opend-dialog-images .opend-dialog-images .label-infor {
  color: #407bff;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.opend-dialog-images .opend-dialog-images .control {
  margin-bottom: 22px;
}
.opend-dialog-images .opend-dialog-images .input-label {
  margin: 10px;
  margin-left: 15px;
}
.opend-dialog-images .opend-dialog-images .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.opend-dialog-images .opend-dialog-images .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.opend-dialog-images .opend-dialog-images .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.opend-dialog-images .opend-dialog-images .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.opend-dialog-images .opend-dialog-images .padding-col {
  padding: 7px 15px 0;
}
.opend-dialog-images .opend-dialog-images .video-container {
  position: relative;
  width: 100%;
  height: 600px;
}
.opend-dialog-images .opend-dialog-images .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opend-dialog-images .slideshow-container {
  height: 350px;
}
@media screen and (max-width: 770px) {
  .opend-dialog-images .slideshow-container {
    height: 160px;
  }
}
.opend-30-dialog {
  max-width: 100% !important;
  max-height: 100% !important;
}
.opend-30-dialog .k-scrollview-next,
.opend-30-dialog .k-scrollview-prev {
  display: table;
  position: fixed !important;
  padding: 40px !important;
  height: 60%;
  top: 20%;
  text-decoration: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.opend-30-dialog .img-scrollview {
  width: 1141px;
  height: 580px;
  overflow: hidden !important;
  object-fit: cover;
}
.dialogimage2 .k-window-content,
.k-prompt-container {
  padding: 0px !important;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: none;
  outline: 0;
  overflow: auto;
  position: relative;
  flex: 1 1 auto;
}
.opend-30-dialog .k-scrollview-pageable,
.opend-30-dialog .k-scrollview-nav {
  margin: 0;
  padding: 20px;
  max-width: 100%;
  box-sizing: border-box;
  line-height: 0;
  text-align: center;
  white-space: nowrap;
  list-style: none;
  display: inline-flex;
  align-items: center;
  overflow-x: scroll;
  display: none !important;
  overflow-y: hidden;
  pointer-events: initial;
}
.image-list {
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  justify-content: center !important;
  height: 134px;
}
.opend-30-dialog .image-list img {
  width: 165px;
  height: 134px;
  margin-right: 30px;
  overflow: hidden;
}
.opend-30-dialog .k-window-content,
.k-prompt-container {
  padding: 0px !important;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: none;
  outline: 0;
  overflow: auto;
  position: relative;
  flex: 1 1 auto;
}
.opend-30-dialog .k-scrollview-prev {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: 10;
  outline-width: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: -50px;
}
.opend-30-dialog .k-window-content,
.k-prompt-container {
  padding: 0px !important;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: none;
  outline: 0;
  overflow: auto;
  position: relative;
  flex: 1 1 auto;
}
.opend-30-dialog .close-icon-div {
  position: absolute;
  right: -10px;
  top: -30px;
}
.opend-30-dialog .close-icon {
  width: 30px;
  height: 30px;
  position: fixed;
  cursor: pointer;
  z-index: 555555;
  right: 16%;
  top: 13%;
}
.imgItem {
  width: 100%;
  height: 100%;
}
.opend-30-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.opend-30-dialog .vnpt-upload-img img {
  width: 160px;
}
.opend-30-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.opend-30-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.opend-30-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .opend-30-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.opend-30-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.opend-30-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .opend-30-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .opend-30-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.opend-30-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.opend-30-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .opend-30-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .opend-30-dialog .vnpt-upload-img img {
    width: 99px;
  }

  .opend-30-dialog {
    max-width: 100% !important;
    max-height: 100% !important;
  }
}
.opend-30-dialog .row-file {
  margin-bottom: 5px;
}
.opend-30-dialog .float-right {
  float: right;
}
.opend-30-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.opend-30-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.opend-30-dialog .control {
  margin-bottom: 22px;
}
.opend-30-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.opend-30-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.opend-30-dialog .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.opend-30-dialog .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.opend-30-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.opend-30-dialog .padding-col {
  padding: 7px 15px 0;
}
.opend-30-dialog .video-container {
  position: relative;
  width: 1141px;
  height: 647px;
}
.opend-30-dialog .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-slider-customer-service .img-scrollview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-slider-customer-service .banner {
  width: 100% !important;
}
.image-slider-customer-service .k-dialog {
  height: auto !important;
  width: auto !important;
}
.image-slider-customer-service kendo-scrollview.k-scrollview-wrap {
  border: none;
}
.image-slider-customer-service .k-button {
  border-radius: 0%;
  width: 58px;
  height: 6px;
}
.image-slider-customer-service .k-primary {
  background: #006CB5 !important;
  border: #006CB5 !important;
}
.image-slider-customer-service .k-scrollview-next,
.image-slider-customer-service .k-scrollview-prev {
  text-shadow: none;
  background: rgba(32, 28, 28, 0.24);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute !important;
  padding: 0 !important;
  top: 50%;
  transform: translateY(-50%);
}
.image-slider-customer-service .k-scrollview-next .k-icon,
.image-slider-customer-service .k-scrollview-prev .k-icon {
  font-size: 30px;
  text-align: center;
}
.image-slider-customer-service .vertical-dot {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 2px;
  background-color: rgba(32, 28, 28, 0.1);
}
.image-slider-customer-service .vertical-dot .three-dot-area {
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.image-slider-customer-service .vertical-dot .three-dot {
  width: 5px;
  height: 20px;
}
.image-slider-customer-service .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
}
.image-slider-customer-service .vertical-dot .menu .menu-row,
.image-slider-customer-service .vertical-dot .menu .menu-row-current,
.image-slider-customer-service .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.image-slider-customer-service .vertical-dot .menu .menu-row .menu-item-1,
.image-slider-customer-service .vertical-dot .menu .menu-row .menu-item-2,
.image-slider-customer-service .vertical-dot .menu .menu-row-current .menu-item-1,
.image-slider-customer-service .vertical-dot .menu .menu-row-current .menu-item-2,
.image-slider-customer-service .vertical-dot .menu .menu-row-current-border .menu-item-1,
.image-slider-customer-service .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.image-slider-customer-service .vertical-dot .menu .menu-row-current,
.image-slider-customer-service .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.image-slider-customer-service .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.image-slider-customer-service .banner-container:hover .vertical-dot {
  display: flex;
}
.image-slider-customer-service .router-outlet-content {
  width: 695px !important;
  height: 90%;
}
.image-slider-customer-service .router-outlet-content-gallery {
  width: 794px !important;
  height: 90%;
}
.image-slider-customer-service .title-info-req {
  color: #004A9A;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.image-slider-customer-service .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.image-slider-customer-service .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.image-slider-customer-service .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.image-slider-customer-service .employe-detail {
  margin-top: 10px;
}
.image-slider-customer-service .employe-detail-mb {
  padding: 10px 0px;
  margin-bottom: 18px;
}
.image-slider-customer-service .close-div {
  display: flex;
  margin-top: 3px;
}
.image-slider-customer-service .slider-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.image-slider-customer-service .slider-dialog .close-icon-div {
  position: absolute;
  right: 0px;
}
.image-slider-customer-service .slider-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .image-slider-customer-service .router-outlet-content {
    width: 100% !important;
  }
  .image-slider-customer-service .router-outlet-content-gallery {
    width: 100% !important;
  }
}
.image-slider-customer-service:hover .vertical-dot {
  visibility: visible;
}
.customer-care {
  margin-left: 200px;
}
.customer-care input.k-input {
  width: 100% !important;
  height: 50px !important;
  border-radius: 3px !important;
  padding-left: 19px !important;
}
.customer-care .auto {
  margin: auto;
}
.customer-care input, .customer-care button, .customer-care select, .customer-care optgroup, .customer-care textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: 20px;
  width: 20px;
}
.customer-care .checkboxFour {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid #006CB5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.customer-care .checkboxFour label {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: white;
}
.customer-care .checkboxFour input[type=checkbox]:checked + label {
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 100%);
}
.customer-care .checkboxFour1 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid #006CB5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.customer-care .checkboxFour1 label {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: white;
}
.customer-care .checkboxFour1 input[type=checkbox1]:checked + label {
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 100%);
}
.customer-care .checkboxFour2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid #006CB5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.customer-care .checkboxFour2 label {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: white;
}
.customer-care .checkboxFour2 input[type=checkbox2]:checked + label {
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 100%);
}
.customer-care .checkboxFive label {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: #eee;
  border: 1px solid #ddd;
}
.customer-care .checkboxFive label:after {
  opacity: 0.2;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 6px;
  left: 7px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.customer-care .checkboxFive label:hover::after {
  opacity: 0.5;
}
.customer-care .checkboxFive input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.customer-care .k-input::placeholder,
.customer-care .k-input::placeholder {
  color: #B9B9B9;
}
.customer-care .k-i-close {
  height: 100%;
}
.customer-care .text-image {
  margin-top: 20px;
  align-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  display: flex;
  line-height: 19px;
  color: #565656;
}
.customer-care .titile {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #343434;
}
.customer-care .quiz-title {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #000000;
  margin-left: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.customer-care .quiz-wrapper {
  display: flex;
}
.customer-care .quiz-drop {
  width: 100%;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #C8C8C8;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
}
.customer-care .round-checkbox {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.customer-care .button {
  width: 249px;
  height: 5px;
  left: 60px;
  top: 109px;
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 100%);
}
.customer-care hr {
  margin: auto;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.customer-care .round-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}
.customer-care .checkmark {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #006CB5;
}
.customer-care .text-not-title {
  height: 40px;
  position: relative;
  top: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  line-height: 19px;
  color: #FF0000;
}
.customer-care .round-checkbox input:checked + .checkmark {
  background-color: #2196f3;
}
.customer-care .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.customer-care .round-checkbox input:checked + .checkmark:after {
  display: block;
}
.customer-care .round-checkbox .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.customer-care .checkmark-text {
  height: 20px;
  width: 20px;
  border: 1px solid #C2C2C2;
}
.customer-care .round-checkbox input:checked + .checkmark {
  background-color: #2196f3;
}
.customer-care .checkmark-text:after {
  content: "";
  position: absolute;
  display: none;
}
.customer-care .round-checkbox input:checked + .checkmark-text:after {
  display: block;
}
.customer-care .round-checkbox .checkmark-text:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: white;
}
.customer-care .k-combobox {
  border: 1px solid #C8C8C8 !important;
  width: 100%;
  height: 50px;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  background: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.customer-care .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 12px;
  border-radius: 2px;
  visibility: hidden;
}
.customer-care .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.customer-care .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.customer-care .vertical-dot .menu .menu-row,
.customer-care .vertical-dot .menu .menu-row-current,
.customer-care .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.customer-care .vertical-dot .menu .menu-row .menu-item-1,
.customer-care .vertical-dot .menu .menu-row .menu-item-2,
.customer-care .vertical-dot .menu .menu-row-current .menu-item-1,
.customer-care .vertical-dot .menu .menu-row-current .menu-item-2,
.customer-care .vertical-dot .menu .menu-row-current-border .menu-item-1,
.customer-care .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.customer-care .vertical-dot .menu .menu-row-current,
.customer-care .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.customer-care .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.customer-care .d-flex {
  visibility: visible !important;
}
.customer-care .quiz-inputs {
  width: 33%;
  margin-right: 68px;
}
.customer-care .quiz-input-item,
.customer-care .quiz-input-item-captcha {
  margin-bottom: 15px;
}
.customer-care .quiz-input-item-captcha {
  display: flex;
}
.customer-care .quiz-textarea-item,
.customer-care .quiz-button-item {
  width: 100%;
  flex-wrap: wrap;
  height: 70px;
}
.customer-care .quiz-textarea-item .k-upload,
.customer-care .quiz-button-item .k-upload {
  display: none;
}
.customer-care .quiz-button-item {
  margin-top: 10px;
}
.customer-care .button-image {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  height: 40px;
  background: #006CB5;
  flex: none;
  order: 0;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 16px;
  width: auto;
  line-height: 20px;
  display: flex;
  flex-grow: 0;
  border: none;
  margin-left: 20px;
}
.customer-care .k-textbox {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #C8C8C8;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.customer-care .k-textbox::placeholder,
.customer-care .k-textarea::placeholder {
  color: #B9B9B9;
}
.customer-care .k-textarea {
  width: 100%;
  height: 197px;
  resize: none;
  border: 1px solid #C8C8C8;
  padding-left: 19px;
  padding-top: 19px;
}
.customer-care .quiz-button-wrapper {
  display: flex;
  justify-content: flex-end;
}
.customer-care .quiz-form-button {
  min-width: 169px;
  font-size: 18px;
  padding: 8px;
  border: none;
  background-color: #00396B;
  color: #FFFFFF;
  border-radius: 3px;
  text-transform: uppercase;
}
.customer-care .quiz-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.customer-care .quiz-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 13px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #D6A022;
}
.customer-care .quiz-info {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #5E5E5E;
}
.customer-care .quiz-error {
  color: #d51923;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-top: 4px;
}
.customer-care .send-background {
  background: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
}
.customer-care .k-tabstrip-items {
  background-color: #027DC3;
  justify-content: normal;
}
.customer-care .k-tabstrip-items .k-item {
  color: white;
  border: none;
}
.customer-care .k-tabstrip-items .k-item.k-state-active {
  color: white;
  background-color: #03598A;
  border: none;
}
.customer-care .k-tabstrip-items .k-link {
  padding: 14px 26px;
}
.customer-care .k-tabstrip > .k-content {
  padding: 0;
}
.customer-care .label-text {
  display: flex;
  align-items: center;
  margin: 0px 10px 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-left: 25px;
  color: #000000;
}
.customer-care .label-text1 {
  display: flex;
  align-items: center;
  margin: 0px 10px 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-left: -30px;
}
.customer-care .form-row-checkbox {
  display: flex;
  width: 100%;
  margin: 15px 0px 15px 0px;
}
.customer-care .form-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.customer-care .quiz-form {
  padding-left: 15px;
}
.customer-care .data-title {
  color: #414141;
  display: flex;
  align-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #353535;
  align-items: center;
  height: 40px;
}
.customer-care .required {
  color: #EE2323;
  padding-left: 3px;
}
.customer-care .add-image-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #EE4623;
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.customer-care .image-upload,
.customer-care .add-image {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.customer-care .add-image {
  border: 1px solid #C8C8C8;
}
.customer-care .captcha-item {
  background-color: white;
  height: 50px;
  margin-left: 40px;
  border: 1px solid #C8C8C8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background: #E3E3E3;
}
.customer-care .reload-captcha-btn {
  width: 50px;
  height: 50px;
  object-fit: cover;
  background: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.customer-care .reload-icon {
  height: 16px;
  width: 16px;
}
.customer-care .quiz-submit-button {
  min-width: 169px;
  border: none;
  float: right;
  padding: 11px 10px;
  height: 50px;
  text-transform: uppercase;
  background: #006CB5;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  border-radius: 3px;
}
.customer-care .quiz-reset-button {
  min-width: 169px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 8px;
  border: 1px solid #BEBEBE;
  background: #FFFFFF;
  color: #727272;
  border-radius: 3px;
  margin-left: 20px;
}
.customer-care .k-content.k-state-active {
  border: none;
  overflow: hidden;
}
.customer-care .categories-box {
  width: 100%;
  height: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(107, 144, 200, 0.84);
  margin-bottom: 20px;
  margin-top: 20px;
}
.customer-care .image-categories {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.customer-care .categories-text {
  position: absolute;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0 20px;
}
.customer-care .categories-area {
  padding-left: 20px;
  margin-top: 20px;
}
.customer-care .header-area,
.customer-care .footer-area {
  padding: 0 !important;
}
.customer-care .wrapper-area-flex {
  display: flex;
  justify-content: center;
}
.customer-care .col-md-6 {
  flex: 0 0 auto;
  width: 48%;
}
.customer-care .col-md-9 {
  flex: 0 0 auto;
  width: 73%;
}
@media screen and (max-width: 600px) {
  .customer-care .col-md-6 {
    flex: 0 0 auto;
    width: 47%;
    margin-right: 10px;
  }
  .customer-care .col-md-11 {
    flex: 0 0 auto;
    width: 47%;
  }
  .customer-care .quiz-form {
    padding: 0 15px;
  }
  .customer-care .form-row {
    display: block;
  }
  .customer-care .quiz-input-item {
    width: 100%;
  }
  .customer-care .quiz-textarea-item {
    width: 100%;
    display: block;
  }
  .customer-care .quiz-input-item-captcha {
    display: block;
  }
  .customer-care .captcha-item {
    margin-left: 0;
    margin-top: 10px;
  }
  .customer-care .reload-captcha-btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .customer-care .quiz-button-item {
    flex-direction: column;
    width: 100%;
  }
  .customer-care .quiz-reset-button {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 770px) {
  .customer-care .row {
    margin-left: 0px !important;
  }
  .customer-care .col-md-11 {
    flex: 0 0 auto;
    width: 47%;
  }
  .customer-care .categories-area {
    margin-top: 20px;
  }
  .customer-care .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: var(--bs-gutter-y);
  }
  .customer-care .k-combobox {
    border: 1px solid #C8C8C8 !important;
    width: 100%;
    height: 50px;
    border-width: 0;
    box-sizing: border-box;
    outline: 0;
    background: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
    white-space: nowrap;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .customer-care .col-md-9 {
    flex: 0 0 auto;
    width: 97% !important;
  }
  .customer-care .text-not-title {
    height: 40px;
    position: relative;
    top: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    line-height: 19px;
    margin-bottom: 15px;
    color: #FF0000;
  }
  .customer-care .form-row {
    display: flex;
    width: 96%;
    justify-content: space-between;
  }
  .customer-care .titile {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
    line-height: 29px;
    color: #343434;
  }
  .customer-care .text-image {
    margin-top: 20px;
    align-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    display: flex;
    line-height: 19px;
    margin-left: 0px;
    color: #565656;
    margin-right: 0px;
  }
  .customer-care .quiz-title {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #000000;
    margin-left: 14px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
}
.customer-care .form-row-mb {
  display: flex;
  width: 100% !important;
  justify-content: space-between;
}
.customer-care .quiz-submit-button {
  min-width: 169px;
  border: none;
  float: right;
  padding: 11px 10px;
  height: 50px;
  text-transform: uppercase;
  background: #006CB5;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  border-radius: 3px;
}
.water-bill-information {
  margin-left: 200px;
}
.water-bill-information .wb-water-bill-information {
  display: block;
}
.water-bill-information .mb-water-bill-information {
  display: none !important;
}
.water-bill-information input.k-input {
  width: 100% !important;
  height: 50px !important;
  border-radius: 3px !important;
  padding-left: 19px !important;
}
.water-bill-information .checkboxFour {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid #006CB5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.water-bill-information .checkboxFour label {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: white;
}
.water-bill-information .checkboxFour input[type=checkbox]:checked + label {
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 100%);
}
.water-bill-information .checkboxFour1 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid #006CB5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.water-bill-information .checkboxFour1 label {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: white;
}
.water-bill-information .checkboxFour1 input[type=checkbox1]:checked + label {
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 100%);
}
.water-bill-information .checkboxFour2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid #006CB5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.water-bill-information .checkboxFour2 label {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: white;
}
.water-bill-information .checkboxFour2 input[type=checkbox2]:checked + label {
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 100%);
}
.water-bill-information .k-input::placeholder,
.water-bill-information .k-input::placeholder {
  color: #B9B9B9;
}
.water-bill-information .auto {
  margin: auto;
}
.water-bill-information .k-i-close {
  height: 100%;
}
.water-bill-information .text-image {
  margin-top: 20px;
  align-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  display: flex;
  line-height: 19px;
  color: #565656;
}
.water-bill-information .titile {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #343434;
}
.water-bill-information .quiz-title {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #000000;
  margin-left: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.water-bill-information .quiz-wrapper {
  display: flex;
}
.water-bill-information .quiz-drop {
  width: 100%;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #C8C8C8;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
}
.water-bill-information .round-checkbox {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.water-bill-information .button {
  width: 249px;
  height: 5px;
  left: 60px;
  top: 109px;
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 100%);
}
.water-bill-information hr {
  margin: auto;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.water-bill-information .round-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}
.water-bill-information .checkmark {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #006CB5;
}
.water-bill-information .text-not-title {
  height: 40px;
  position: relative;
  top: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  line-height: 19px;
  color: #FF0000;
}
.water-bill-information .round-checkbox input:checked + .checkmark {
  background-color: #2196f3;
}
.water-bill-information .k-grid td {
  padding: 8px 8px !important;
  border-style: solid;
  border-color: #CFCFCF !important;
  font-weight: inherit;
  text-align: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
.water-bill-information .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.water-bill-information .round-checkbox input:checked + .checkmark:after {
  display: block;
}
.water-bill-information .round-checkbox .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.water-bill-information .checkmark-text {
  height: 20px;
  width: 20px;
  border: 1px solid #C2C2C2;
}
.water-bill-information .round-checkbox input:checked + .checkmark {
  background-color: #2196f3;
}
.water-bill-information .checkmark-text:after {
  content: "";
  position: absolute;
  display: none;
}
.water-bill-information .round-checkbox input:checked + .checkmark-text:after {
  display: block;
}
.water-bill-information .round-checkbox .checkmark-text:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: white;
}
.water-bill-information .k-combobox {
  border: 1px solid #C8C8C8 !important;
  width: 100%;
  height: 50px;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  background: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.water-bill-information .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 12px;
  border-radius: 2px;
  visibility: hidden;
}
.water-bill-information .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.water-bill-information .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.water-bill-information .vertical-dot .menu .menu-row,
.water-bill-information .vertical-dot .menu .menu-row-current,
.water-bill-information .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.water-bill-information .vertical-dot .menu .menu-row .menu-item-1,
.water-bill-information .vertical-dot .menu .menu-row .menu-item-2,
.water-bill-information .vertical-dot .menu .menu-row-current .menu-item-1,
.water-bill-information .vertical-dot .menu .menu-row-current .menu-item-2,
.water-bill-information .vertical-dot .menu .menu-row-current-border .menu-item-1,
.water-bill-information .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.water-bill-information .vertical-dot .menu .menu-row-current,
.water-bill-information .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.water-bill-information .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.water-bill-information .d-flex {
  visibility: visible !important;
}
.water-bill-information .quiz-inputs {
  width: 33%;
  margin-right: 68px;
}
.water-bill-information .quiz-input-item,
.water-bill-information .quiz-input-item-captcha {
  margin-bottom: 15px;
}
.water-bill-information .quiz-input-item-captcha {
  display: flex;
}
.water-bill-information .quiz-textarea-item,
.water-bill-information .quiz-button-item {
  width: 100%;
  flex-wrap: wrap;
  height: 70px;
}
.water-bill-information .quiz-textarea-item .k-upload,
.water-bill-information .quiz-button-item .k-upload {
  display: none;
}
.water-bill-information .quiz-button-item {
  margin-top: 40px;
  margin-left: 17px;
}
.water-bill-information .button-image {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  height: 40px;
  background: #006CB5;
  flex: none;
  order: 0;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-grow: 0;
  border: none;
  margin-left: 20px;
}
.water-bill-information .image-null {
  width: 33%;
  margin-bottom: 50px;
  margin-top: 50px;
}
.water-bill-information .k-textbox {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #C8C8C8;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.water-bill-information .k-textbox::placeholder,
.water-bill-information .k-textarea::placeholder {
  color: #B9B9B9;
}
.water-bill-information .k-textarea {
  width: 100%;
  height: 197px;
  resize: none;
  border: 1px solid #C8C8C8;
  padding-left: 19px;
  padding-top: 19px;
}
.water-bill-information .quiz-button-wrapper {
  display: flex;
  justify-content: flex-end;
}
.water-bill-information .quiz-form-button {
  min-width: 169px;
  font-size: 18px;
  padding: 8px;
  border: none;
  background-color: #00396B;
  color: #FFFFFF;
  border-radius: 3px;
  text-transform: uppercase;
}
.water-bill-information .quiz-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.water-bill-information .quiz-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 13px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #D6A022;
}
.water-bill-information .quiz-info {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #5E5E5E;
}
.water-bill-information .quiz-error {
  color: #d51923;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-top: 4px;
}
.water-bill-information .send-background {
  background: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
}
.water-bill-information .k-tabstrip-items {
  background-color: #027DC3;
  justify-content: normal;
}
.water-bill-information .k-tabstrip-items .k-item {
  color: white;
  border: none;
}
.water-bill-information .k-tabstrip-items .k-item.k-state-active {
  color: white;
  background-color: #03598A;
  border: none;
}
.water-bill-information .k-tabstrip-items .k-link {
  padding: 14px 26px;
}
.water-bill-information .k-tabstrip > .k-content {
  padding: 0;
}
.water-bill-information .label-text {
  display: flex;
  align-items: center;
  margin: 0px 10px 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-left: 25px;
  color: #000000;
}
.water-bill-information .form-row-checkbox {
  display: flex;
  width: 100%;
  margin: 15px 0px 15px 0px;
}
.water-bill-information .form-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.water-bill-information .center {
  text-align: center;
  margin-bottom: 100px;
}
.water-bill-information .text-null {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  color: #353535;
}
.water-bill-information .data-title {
  color: #414141;
  display: flex;
  align-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #353535;
  align-items: center;
  height: 40px;
}
.water-bill-information .required {
  color: #EE2323;
  padding-left: 3px;
}
.water-bill-information .k-grid-header,
.water-bill-information .k-grouping-header,
.water-bill-information .k-grid-add-row,
.water-bill-information .k-grid-footer {
  color: #FFFFFF;
  background-color: #006CB5;
}
.water-bill-information .k-grid-header .k-header {
  position: relative;
  vertical-align: bottom;
  cursor: default;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  border-color: white;
  text-align: center;
}
.water-bill-information .k-grid th {
  padding: 8px 12px;
  border-width: 0 0 1px 3px;
  white-space: nowrap;
}
.water-bill-information .k-grid th,
.water-bill-information .k-grid td {
  padding: 8px 12px;
  border-style: solid;
  border-color: inherit;
  outline: 0;
  font-weight: inherit;
  text-align: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
.water-bill-information .add-image-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #EE4623;
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.water-bill-information .padding-top {
  margin-top: 30px;
  margin-bottom: 30px;
}
.water-bill-information .image-upload,
.water-bill-information .add-image {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.water-bill-information .add-image {
  border: 1px solid #C8C8C8;
}
.water-bill-information .captcha-item {
  background-color: white;
  height: 50px;
  margin-left: 40px;
  border: 1px solid #C8C8C8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background: #E3E3E3;
}
.water-bill-information .reload-captcha-btn {
  width: 50px;
  height: 50px;
  object-fit: cover;
  background: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.water-bill-information .reload-icon {
  height: 16px;
  width: 16px;
}
.water-bill-information .quiz-submit-button {
  min-width: 169px;
  border: none;
  float: right;
  padding: 11px 10px;
  height: 50px;
  text-transform: uppercase;
  background: #006CB5;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  border-radius: 3px;
}
.water-bill-information .quiz-reset-button {
  min-width: 169px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 8px;
  border: 1px solid #BEBEBE;
  background: #FFFFFF;
  color: #727272;
  border-radius: 3px;
  margin-left: 20px;
}
.water-bill-information .k-content.k-state-active {
  border: none;
  overflow: hidden;
}
.water-bill-information .text-header {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 5px 0px 10px 0px;
  color: #006CB5;
}
.water-bill-information .text-header-2 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin: 15px 0px 15px 0px;
}
.water-bill-information .text-header-3 {
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin: 15px 0px 15px 5px;
}
.water-bill-information .categories-box {
  width: 100%;
  height: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(107, 144, 200, 0.84);
  margin-bottom: 20px;
  margin-top: 20px;
}
.water-bill-information .image-categories {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.water-bill-information .categories-text {
  position: absolute;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0 20px;
}
.water-bill-information .categories-area {
  padding-left: 20px;
  margin-top: 20px;
}
.water-bill-information .header-area,
.water-bill-information .footer-area {
  padding: 0 !important;
}
.water-bill-information .wrapper-area-flex {
  display: flex;
  justify-content: center;
}
.water-bill-information .col-md-6 {
  flex: 0 0 auto;
  width: 48%;
}
.water-bill-information .col-md-9 {
  flex: 0 0 auto;
  width: 73%;
}
@media screen and (max-width: 600px) {
  .water-bill-information .col-md-6 {
    flex: 0 0 auto;
    width: 48%;
  }
  .water-bill-information .quiz-form {
    padding: 0 15px;
  }
  .water-bill-information .form-row {
    display: block;
  }
  .water-bill-information .quiz-input-item {
    width: 100%;
  }
  .water-bill-information .quiz-textarea-item {
    width: 100%;
    display: block;
  }
  .water-bill-information .quiz-input-item-captcha {
    display: block;
  }
  .water-bill-information .captcha-item {
    margin-left: 0;
    margin-top: 10px;
  }
  .water-bill-information .reload-captcha-btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .water-bill-information .quiz-button-item {
    flex-direction: column;
    width: 100%;
  }
  .water-bill-information .quiz-reset-button {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 770px) {
  .water-bill-information .row {
    margin-left: 0px !important;
  }
  .water-bill-information .categories-area {
    margin-top: 20px;
  }
  .water-bill-information .row > * {
    flex-shrink: 0;
    width: 99%;
    max-width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: var(--bs-gutter-y);
  }
  .water-bill-information .col-md-9 {
    flex: 0 0 auto;
    width: 97%;
  }
  .water-bill-information .text-not-title {
    height: 40px;
    position: relative;
    top: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    line-height: 19px;
    margin-bottom: 15px;
    color: #FF0000;
  }
  .water-bill-information .form-row {
    display: flex;
    width: 96%;
    justify-content: space-between;
  }
  .water-bill-information .titile {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
    line-height: 29px;
    color: #343434;
  }
  .water-bill-information .text-image {
    margin-top: 20px;
    align-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    display: flex;
    line-height: 19px;
    margin-left: 0px;
    color: #565656;
    margin-right: 0px;
  }
  .water-bill-information .quiz-title {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #000000;
    margin-left: 14px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
  .water-bill-information .form-row-mb {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
  }
  .water-bill-information .quiz-submit-button {
    min-width: 169px;
    border: none;
    float: right;
    padding: 11px 10px;
    height: 50px;
    text-transform: uppercase;
    background: #006CB5;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    border-radius: 3px;
  }
  .water-bill-information .send-background {
    background: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px !important;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
  }
  .water-bill-information .wb-water-bill-information {
    display: none !important;
  }
  .water-bill-information .mb-water-bill-information {
    display: block !important;
  }
  .water-bill-information .mb-water-bill-information .item-menu {
    margin: 10px 15px 10px 15px !important;
    margin: 7px 0;
    padding: 5px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    width: 100%;
  }
  .water-bill-information .mb-water-bill-information .mb-drbtn-func {
    padding-right: 5px;
  }
  .water-bill-information .mb-water-bill-information .btn-custom button {
    background: none;
    color: gray;
    width: 100%;
    border: none;
  }
  .water-bill-information .mb-water-bill-information {
    display: none;
  }
  .water-bill-information .mb-water-bill-information .k-list {
    width: 150px;
  }
  .water-bill-information .mb-water-bill-information .item-menu {
    margin: 10px 0px 10px 0px !important;
    margin: 7px 0;
    padding: 5px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    width: 100%;
  }
}
.file-settlemen {
  margin-left: 200px;
}
.file-settlemen .wb-water-bill-information {
  display: block;
}
.file-settlemen .mb-water-bill-information {
  display: none !important;
}
.file-settlemen input,
.file-settlemen button,
.file-settlemen select,
.file-settlemen optgroup,
.file-settlemen textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  display: block;
  line-height: inherit;
}
.file-settlemen .checkboxFour {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid #006CB5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.file-settlemen .checkboxx {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: 20px;
  width: 20px;
}
.file-settlemen .checkboxFour label {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: white;
}
.file-settlemen .checkboxFour input[type=checkbox]:checked + label {
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 100%);
}
.file-settlemen .checkboxFour1 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid #006CB5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.file-settlemen .checkboxFour1 label {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: white;
}
.file-settlemen .checkboxFour1 input[type=checkbox1]:checked + label {
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 100%);
}
.file-settlemen .checkboxFour2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid #006CB5;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.file-settlemen .checkboxFour2 label {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: white;
}
.file-settlemen .checkboxFour2 input[type=checkbox2]:checked + label {
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 100%);
}
.file-settlemen input.k-input {
  width: 100% !important;
  height: 50px !important;
  border-radius: 3px !important;
  padding-left: 19px !important;
}
.file-settlemen .k-input::placeholder,
.file-settlemen .k-input::placeholder {
  color: #B9B9B9;
}
.file-settlemen .auto {
  margin: auto;
}
.file-settlemen .k-i-close {
  height: 100%;
}
.file-settlemen .bodder-settlemen {
  background: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #C8C8C8;
}
.file-settlemen .margin-bodder {
  margin: 20px;
}
.file-settlemen .text-image {
  margin-top: 20px;
  align-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  display: flex;
  line-height: 19px;
  color: #565656;
}
.file-settlemen .titile {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #343434;
}
.file-settlemen .quiz-title {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #000000;
  margin-left: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.file-settlemen .quiz-wrapper {
  display: flex;
}
.file-settlemen .quiz-drop {
  width: 100%;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #C8C8C8;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
}
.file-settlemen .round-checkbox {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.file-settlemen .button {
  width: 249px;
  height: 5px;
  left: 60px;
  top: 109px;
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 100%);
}
.file-settlemen hr {
  margin: auto;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.file-settlemen .round-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}
.file-settlemen .checkmark {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #006CB5;
}
.file-settlemen .text-not-title {
  height: 40px;
  position: relative;
  top: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  line-height: 19px;
  color: #FF0000;
}
.file-settlemen .k-grid td {
  padding: 8px 8px !important;
  border-style: solid;
  border-color: #CFCFCF !important;
  font-weight: inherit;
  text-align: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-settlemen .k-combobox {
  border: 1px solid #C8C8C8 !important;
  width: 100%;
  height: 50px;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  background: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.file-settlemen .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 12px;
  border-radius: 2px;
  visibility: hidden;
}
.file-settlemen .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.file-settlemen .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.file-settlemen .vertical-dot .menu .menu-row,
.file-settlemen .vertical-dot .menu .menu-row-current,
.file-settlemen .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.file-settlemen .vertical-dot .menu .menu-row .menu-item-1,
.file-settlemen .vertical-dot .menu .menu-row .menu-item-2,
.file-settlemen .vertical-dot .menu .menu-row-current .menu-item-1,
.file-settlemen .vertical-dot .menu .menu-row-current .menu-item-2,
.file-settlemen .vertical-dot .menu .menu-row-current-border .menu-item-1,
.file-settlemen .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.file-settlemen .vertical-dot .menu .menu-row-current,
.file-settlemen .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.file-settlemen .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.file-settlemen .d-flex {
  visibility: visible !important;
}
.file-settlemen .quiz-inputs {
  width: 33%;
  margin-right: 68px;
}
.file-settlemen .quiz-input-item,
.file-settlemen .quiz-input-item-captcha {
  margin-bottom: 15px;
}
.file-settlemen .quiz-input-item-captcha {
  display: flex;
}
.file-settlemen .quiz-textarea-item,
.file-settlemen .quiz-button-item {
  width: 100%;
  flex-wrap: wrap;
  height: 70px;
}
.file-settlemen .quiz-textarea-item .k-upload,
.file-settlemen .quiz-button-item .k-upload {
  display: none;
}
.file-settlemen .quiz-button-item {
  margin-top: 40px;
}
.file-settlemen .button-image {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  height: 40px;
  background: #006CB5;
  flex: none;
  order: 0;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-grow: 0;
  border: none;
  margin-left: 20px;
}
.file-settlemen .image-null {
  width: 33%;
  margin-bottom: 50px;
  margin-top: 50px;
}
.file-settlemen .k-textbox {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #C8C8C8;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 19px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.file-settlemen .k-textbox::placeholder,
.file-settlemen .k-textarea::placeholder {
  color: #B9B9B9;
}
.file-settlemen .k-textarea {
  width: 100%;
  height: 197px;
  resize: none;
  border: 1px solid #C8C8C8;
  padding-left: 19px;
  padding-top: 19px;
}
.file-settlemen .quiz-button-wrapper {
  display: flex;
  justify-content: flex-end;
}
.file-settlemen .quiz-form-button {
  min-width: 169px;
  font-size: 18px;
  padding: 8px;
  border: none;
  background-color: #00396B;
  color: #FFFFFF;
  border-radius: 3px;
  text-transform: uppercase;
}
.file-settlemen .quiz-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.file-settlemen .quiz-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-right: 13px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #D6A022;
}
.file-settlemen .quiz-info {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #5E5E5E;
}
.file-settlemen .quiz-error {
  color: #d51923;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-top: 4px;
}
.file-settlemen .send-background {
  background: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
}
.file-settlemen .k-tabstrip-items {
  background-color: #027DC3;
  justify-content: normal;
}
.file-settlemen .k-tabstrip-items .k-item {
  color: white;
  border: none;
}
.file-settlemen .k-tabstrip-items .k-item.k-state-active {
  color: white;
  background-color: #03598A;
  border: none;
}
.file-settlemen .k-tabstrip-items .k-link {
  padding: 14px 26px;
}
.file-settlemen .k-tabstrip > .k-content {
  padding: 0;
}
.file-settlemen .label-text {
  display: flex;
  align-items: center;
  margin: 0px 10px 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-left: 25px;
  color: #000000;
}
.file-settlemen .form-row-checkbox {
  display: flex;
  width: 100%;
  margin: 15px 0px 15px 0px;
}
.file-settlemen .form-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.file-settlemen .center {
  text-align: center;
  margin-bottom: 100px;
}
.file-settlemen .text-null {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  color: #353535;
}
.file-settlemen .data-title {
  color: #414141;
  display: flex;
  align-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #353535;
  align-items: center;
  height: 40px;
}
.file-settlemen .required {
  color: #EE2323;
  padding-left: 3px;
}
.file-settlemen .k-grid-header,
.file-settlemen .k-grouping-header,
.file-settlemen .k-grid-add-row,
.file-settlemen .k-grid-footer {
  color: #FFFFFF;
  background-color: #006CB5;
}
.file-settlemen .k-grid-header .k-header {
  position: relative;
  vertical-align: bottom;
  cursor: default;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  border-color: white;
  text-align: center;
}
.file-settlemen .k-grid th {
  padding: 8px 12px;
  border-width: 0 0 1px 3px;
  white-space: nowrap;
}
.file-settlemen .k-grid th,
.file-settlemen .k-grid td {
  padding: 8px 12px;
  border-style: solid;
  border-color: inherit;
  outline: 0;
  font-weight: inherit;
  text-align: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-settlemen .add-image-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #EE4623;
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.file-settlemen .padding-top {
  margin-top: 30px;
  margin-bottom: 30px;
}
.file-settlemen .image-upload,
.file-settlemen .add-image {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.file-settlemen .add-image {
  border: 1px solid #C8C8C8;
}
.file-settlemen .captcha-item {
  background-color: white;
  height: 50px;
  border: 1px solid #C8C8C8;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background: #E3E3E3;
}
.file-settlemen .reload-captcha-btn {
  height: 50px;
  object-fit: cover;
  background: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-settlemen .reload-icon {
  height: 16px;
  width: 16px;
}
.file-settlemen .quiz-submit-button {
  border: none;
  float: right;
  padding: 11px 10px;
  height: 50px;
  text-transform: uppercase;
  background: #006CB5;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  border-radius: 3px;
}
.file-settlemen .quiz-reset-button {
  min-width: 169px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 8px;
  border: 1px solid #BEBEBE;
  background: #FFFFFF;
  color: #727272;
  border-radius: 3px;
  margin-left: 20px;
}
.file-settlemen .k-content.k-state-active {
  border: none;
  overflow: hidden;
}
.file-settlemen .text-header {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #343434;
}
.file-settlemen .text-header-2 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #006CB5;
  margin: 10px 0px 10px 0px;
}
.file-settlemen .text-header-3 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0px 10px 0px;
  color: #383838;
}
.file-settlemen .text-file {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #003EB5;
  margin: 10px 0px 10px 0px;
}
.file-settlemen .text-result {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #039B2D;
  margin: 10px 0px 10px 0px;
}
.file-settlemen .categories-box {
  width: 100%;
  height: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(107, 144, 200, 0.84);
  margin-bottom: 20px;
  margin-top: 20px;
}
.file-settlemen .image-categories {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.file-settlemen .categories-text {
  position: absolute;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0 20px;
}
.file-settlemen .categories-area {
  padding-left: 20px;
  margin-top: 20px;
}
.file-settlemen .header-area,
.file-settlemen .footer-area {
  padding: 0 !important;
}
.file-settlemen .wrapper-area-flex {
  display: flex;
  justify-content: center;
}
.file-settlemen .col-md-6 {
  flex: 0 0 auto;
  width: 48%;
}
.file-settlemen .col-md-9 {
  flex: 0 0 auto;
  width: 73%;
}
@media screen and (max-width: 600px) {
  .file-settlemen .col-md-6 {
    flex: 0 0 auto;
    width: 48%;
  }
  .file-settlemen .quiz-form {
    padding: 0 15px;
  }
  .file-settlemen .form-row {
    display: block;
  }
  .file-settlemen .quiz-input-item {
    width: 100%;
  }
  .file-settlemen .quiz-textarea-item {
    width: 100%;
    display: block;
  }
  .file-settlemen .quiz-input-item-captcha {
    display: block;
  }
  .file-settlemen .captcha-item {
    margin-left: 0;
    margin-top: 10px;
  }
  .file-settlemen .reload-captcha-btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .file-settlemen .quiz-button-item {
    flex-direction: column;
    width: 100%;
  }
  .file-settlemen .quiz-reset-button {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 770px) {
  .file-settlemen .row {
    margin-left: 0px !important;
  }
  .file-settlemen .categories-area {
    margin-top: 20px;
  }
  .file-settlemen .row > * {
    flex-shrink: 0;
    width: 99%;
    max-width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: var(--bs-gutter-y);
  }
  .file-settlemen .col-md-9 {
    flex: 0 0 auto;
    width: 97%;
  }
  .file-settlemen .text-not-title {
    height: 40px;
    position: relative;
    top: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    line-height: 19px;
    margin-bottom: 15px;
    color: #FF0000;
  }
  .file-settlemen .form-row {
    display: flex;
    width: 96%;
    justify-content: space-between;
  }
  .file-settlemen .titile {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
    line-height: 29px;
    color: #343434;
  }
  .file-settlemen .text-image {
    margin-top: 20px;
    align-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    display: flex;
    line-height: 19px;
    margin-left: 0px;
    color: #565656;
    margin-right: 0px;
  }
  .file-settlemen .quiz-title {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #000000;
    margin-left: 14px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
  .file-settlemen .form-row-mb {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
  }
  .file-settlemen .quiz-submit-button {
    min-width: 169px;
    border: none;
    float: right;
    padding: 11px 10px;
    height: 50px;
    text-transform: uppercase;
    background: #006CB5;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    border-radius: 3px;
  }
  .file-settlemen .send-background {
    background: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px !important;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
  }
  .file-settlemen .wb-water-bill-information {
    display: none !important;
  }
  .file-settlemen .mb-water-bill-information {
    display: block !important;
  }
  .file-settlemen .mb-water-bill-information .item-menu {
    margin: 7px 0;
    padding: 5px;
  }
  .file-settlemen .mb-water-bill-information .mb-drbtn-func {
    padding-right: 5px;
  }
  .file-settlemen .mb-water-bill-information .btn-custom button {
    background: none;
    color: gray;
    width: 100%;
    border: none;
  }
  .file-settlemen .mb-water-bill-information {
    display: none;
  }
  .file-settlemen .mb-water-bill-information .k-list {
    width: 150px;
  }
  .file-settlemen .mb-water-bill-information .item-menu {
    margin: 7px 0;
    padding: 5px;
  }
}
.news-template-35 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-35 .row {
  --bs-gutter-x: 0;
}
.news-template-35 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-35 .post-title {
  display: flex;
  color: #0B68A4;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #00396B;
  position: relative;
  height: 40px;
}
.news-template-35 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-35 .post-more a {
  color: #EB2E35;
}
.news-template-35 .pointer {
  cursor: pointer;
}
.news-template-35 .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-35 .title {
  min-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  margin-left: 16px;
  margin-bottom: 0;
}
.news-template-35 .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-35 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-35 .time-clock {
  display: flex;
}
.news-template-35 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-35 .main-item {
  display: table;
}
.news-template-35 .main-item .row {
  flex-wrap: nowrap;
}
.news-template-35 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 3px;
  margin-left: 1px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-35 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-35 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-35 .d-flex {
  visibility: visible !important;
}
.news-template-35 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-35 .menu .menu-row,
.news-template-35 .menu .menu-row-current,
.news-template-35 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-35 .menu .menu-row .menu-item-1,
.news-template-35 .menu .menu-row .menu-item-2,
.news-template-35 .menu .menu-row-current .menu-item-1,
.news-template-35 .menu .menu-row-current .menu-item-2,
.news-template-35 .menu .menu-row-current-border .menu-item-1,
.news-template-35 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-35 .menu .menu-row-current,
.news-template-35 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-35 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-35 .img-figure, .news-template-35 .img-figure-no-img {
  height: 198px;
  max-width: 372px;
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-35 .uppercase {
  color: #FFFFFF;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-35 .top-new-item {
  margin: 10px 0;
  width: 100%;
}
.news-template-35 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-35 .news-template-35-dialog {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 10px 0px;
  margin-bottom: 18px;
}
.news-template-35 .news-template-35-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-35 .news-template-35-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-35 .news-template-35-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-35 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-35 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-35 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-35 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-35 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.news-template-35 .item-image {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: fill;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}
.news-template-35 .text-section {
  display: flex;
  min-height: 30px;
  margin-top: 10px;
}
.news-template-35 .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396B;
}
.news-template-35 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-template-35 .info-box {
  background-color: #FFFFFF;
  position: absolute;
  top: 25%;
  right: 2%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 25px;
  width: 36%;
}
.news-template-35 .template-box {
  position: relative;
}
.news-template-35 .pin-location {
  height: 20px;
  width: 16px;
}
.news-template-35 .icon-phone {
  height: 18px;
  width: 18px;
}
.news-template-35 .icon-home-phone {
  height: 24px;
  width: 24px;
}
.news-template-35 .icon-mail {
  height: 24px;
  width: 24px;
}
.news-template-35 .info-text {
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #3F3F3F;
}
.news-template-35 .info-row {
  display: flex;
}
.news-template-35 .info-org {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  background: linear-gradient(180deg, #006CB5 0%, #00AEEF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}
@media (max-width: 1276px) {
  .news-template-35 .info-box {
    position: relative;
    right: 0%;
    width: 100%;
  }
}
.news-template-35-dialog {
  width: 100%;
  margin-left: 0px !important;
}
.news-template-35-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-35-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-35-dialog .err-text,
.news-template-35-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-35-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-35-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-35-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-35-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-35-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-35-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-35-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-35-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-35-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-35-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-35-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-35-dialog .float-right {
  float: right;
}
.news-template-35-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-35-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-35-dialog .btn-save {
  color: #fff;
  background-color: #34a853;
  border: hidden;
  padding: 5px 20px;
  font-size: 14px !important;
  width: 200px;
  height: 40px;
}
.news-template-35-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-36,
.news-template-36-without-time {
  width: 100%;
  min-height: 504px;
}
.news-template-36 .row,
.news-template-36-without-time .row {
  --bs-gutter-x: 0;
}
.news-template-36 .k-dialog,
.news-template-36-without-time .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-36 .dialog2 .k-dialog,
.news-template-36-without-time .dialog2 .k-dialog {
  height: 100% !important;
  width: 100% !important;
}
.news-template-36 .k-dialog .dialod1,
.news-template-36-without-time .k-dialog .dialod1 {
  height: 100% !important;
  width: 100% !important;
}
.news-template-36 .k-dialog .dialog2,
.news-template-36-without-time .k-dialog .dialog2 {
  height: 70% !important;
  width: 78% !important;
  top: 0px;
}
.news-template-36 .post-title,
.news-template-36-without-time .post-title {
  display: flex;
  justify-content: space-between;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
}
.news-template-36 .title-text,
.news-template-36-without-time .title-text {
  margin-bottom: 47px;
  margin-top: 47px;
  line-height: 45.25px;
  font-weight: 700;
  font-size: 18px;
  color: #006cb5;
}
.news-template-36 .post-more,
.news-template-36-without-time .post-more {
  display: flex;
  justify-content: center;
  color: #d6a022;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 4px;
}
.news-template-36 .post-more a,
.news-template-36-without-time .post-more a {
  color: #d6a022;
}
.news-template-36 .close-div,
.news-template-36-without-time .close-div {
  display: flex;
}
.news-template-36 .close-icon-div,
.news-template-36-without-time .close-icon-div {
  position: fixed;
  right: 537px;
  top: 150px;
}
.news-template-36 .pointer,
.news-template-36-without-time .pointer {
  cursor: pointer;
}
.news-template-36 .dialogimage2 .k-window-content,
.news-template-36 .k-prompt-container,
.news-template-36-without-time .dialogimage2 .k-window-content,
.news-template-36-without-time .k-prompt-container {
  padding: 0px !important;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: none;
  outline: 0;
  overflow: hidden;
  position: relative;
  flex: 1 1 auto;
}
.news-template-36 .icon-clock,
.news-template-36-without-time .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-36 .title,
.news-template-36-without-time .title {
  line-height: 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #292621;
  margin-bottom: 20px;
  text-decoration: none;
}
.news-template-36 .title-template-type-2,
.news-template-36-without-time .title-template-type-2 {
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #2b2b2b;
  margin-bottom: 20px;
}
.news-template-36 .post-image,
.news-template-36 .post-image-radius,
.news-template-36-without-time .post-image,
.news-template-36-without-time .post-image-radius {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-template-36 .post-image-radius,
.news-template-36-without-time .post-image-radius {
  border-radius: 4px;
}
.news-template-36 .post-image-default,
.news-template-36-without-time .post-image-default {
  height: 100%;
  width: 100%;
}
.news-template-36 .post-image-org,
.news-template-36-without-time .post-image-org {
  position: absolute;
  top: 40%;
}
.news-template-36 .time-clock,
.news-template-36-without-time .time-clock {
  display: flex;
}
.news-template-36 .time-text,
.news-template-36-without-time .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-36 .center,
.news-template-36-without-time .center {
  position: fixed;
  bottom: 30px;
  width: 40vw;
  left: 10px;
  right: 10px;
  /* margin-left: 53px; */
  margin: 0 auto;
  z-index: 10000000000;
}
.news-template-36 .vertical-dot,
.news-template-36-without-time .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-36 .main-item:hover .vertical-dot,
.news-template-36-without-time .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-36 .d-flex,
.news-template-36-without-time .d-flex {
  visibility: visible !important;
}
.news-template-36 .three-dot-area,
.news-template-36-without-time .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-36 .menu,
.news-template-36-without-time .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-36 .menu .menu-row,
.news-template-36 .menu .menu-row-current,
.news-template-36 .menu .menu-row-current-border,
.news-template-36-without-time .menu .menu-row,
.news-template-36-without-time .menu .menu-row-current,
.news-template-36-without-time .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-36 .menu .menu-row .menu-item-1,
.news-template-36 .menu .menu-row .menu-item-2,
.news-template-36 .menu .menu-row-current .menu-item-1,
.news-template-36 .menu .menu-row-current .menu-item-2,
.news-template-36 .menu .menu-row-current-border .menu-item-1,
.news-template-36 .menu .menu-row-current-border .menu-item-2,
.news-template-36-without-time .menu .menu-row .menu-item-1,
.news-template-36-without-time .menu .menu-row .menu-item-2,
.news-template-36-without-time .menu .menu-row-current .menu-item-1,
.news-template-36-without-time .menu .menu-row-current .menu-item-2,
.news-template-36-without-time .menu .menu-row-current-border .menu-item-1,
.news-template-36-without-time .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-36 .menu .menu-row-current,
.news-template-36 .menu .menu-row-current-border,
.news-template-36-without-time .menu .menu-row-current,
.news-template-36-without-time .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-36 .menu .menu-item-3,
.news-template-36-without-time .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-36 .img-figure,
.news-template-36 .img-figure-no-img,
.news-template-36 .img-figure-template-type-2,
.news-template-36-without-time .img-figure,
.news-template-36-without-time .img-figure-no-img,
.news-template-36-without-time .img-figure-template-type-2 {
  height: 312px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.news-template-36 .img-figure-template-type-2,
.news-template-36-without-time .img-figure-template-type-2 {
  height: 153px;
}
.news-template-36 .img-figure-2,
.news-template-36-without-time .img-figure-2 {
  height: 260px !important;
}
.news-template-36 .post-list,
.news-template-36-without-time .post-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.news-template-36 .post-list .k-pager-info,
.news-template-36 .post-list .k-pager-sizes,
.news-template-36-without-time .post-list .k-pager-info,
.news-template-36-without-time .post-list .k-pager-sizes {
  display: none;
}
.news-template-36 .post-list .k-pager kendo-datapager-prev-buttons,
.news-template-36-without-time .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-36 .post-list .k-pager .k-state-selected,
.news-template-36-without-time .post-list .k-pager .k-state-selected {
  background-color: #d6a022;
  border: none;
}
.news-template-36 .post-list .top-part,
.news-template-36-without-time .post-list .top-part {
  display: flex;
  flex-direction: column;
}
.news-template-36 .uppercase,
.news-template-36-without-time .uppercase {
  text-transform: uppercase;
}
.news-template-36 .top-new-item,
.news-template-36-without-time .top-new-item {
  margin: 10px 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-36 .top-new-item .title:hover,
.news-template-36-without-time .top-new-item .title:hover {
  color: #00396b;
}
.news-template-36 .close-div,
.news-template-36-without-time .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-36 .close-div2,
.news-template-36-without-time .close-div2 {
  display: flex;
}
.news-template-36 .news-template-36-dialog,
.news-template-36-without-time .news-template-36-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-36 .news-template-36-dialog .close-icon-box,
.news-template-36-without-time .news-template-36-dialog .close-icon-box {
  position: absolute;
  right: 10px;
}
.news-template-36 .news-template-36-dialog .close-icon,
.news-template-36-without-time .news-template-36-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-36 .news-template-36-dialog .title-info-req,
.news-template-36-without-time .news-template-36-dialog .title-info-req {
  font-weight: 500;
  color: #004a9a;
}
.news-template-36 .input-label,
.news-template-36-without-time .input-label {
  color: #004a9a;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-36 .btn-delete,
.news-template-36-without-time .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-36 .btn-cancel,
.news-template-36-without-time .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-36 .dialog-width,
.news-template-36-without-time .dialog-width {
  max-width: 400px;
}
.news-template-36 .koverley2 .k-overlay,
.news-template-36-without-time .koverley2 .k-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}
.news-template-36 .dialog-width-images,
.news-template-36-without-time .dialog-width-images {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.news-template-36 .wrapper,
.news-template-36-without-time .wrapper {
  display: flex;
}
.news-template-36 .content,
.news-template-36-without-time .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.news-template-36 .post-image,
.news-template-36-without-time .post-image {
  border-radius: 5px;
  object-fit: cover;
}
.news-template-36 .dialog-container,
.news-template-36-without-time .dialog-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-template-36 .radio-info,
.news-template-36-without-time .radio-info {
  margin-right: 6%;
  max-width: 42%;
  width: 100%;
}
.news-template-36 .album-name,
.news-template-36-without-time .album-name {
  font-style: normal;
  font-weight: 700;
  color: #3F3F3F;
  font-size: 16px;
  font-weight: 700;
}
.news-template-36 .author-name,
.news-template-36-without-time .author-name {
  max-width: 4.5%;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.news-template-36 .radio-order,
.news-template-36-without-time .radio-order {
  color: #006CB5;
  font-size: 16px;
  font-weight: 700;
  width: 2%;
}
.news-template-36 .radio-duration,
.news-template-36-without-time .radio-duration {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.news-template-36 .view-count-icon,
.news-template-36-without-time .view-count-icon {
  max-width: 1.2%;
  margin: 0 0.7% 0 7%;
  color: #C2C2C2;
}
.news-template-36 .view-count,
.news-template-36-without-time .view-count {
  color: #C2C2C2;
  font-size: 16px;
  font-weight: 700;
  margin-right: 6%;
  max-width: 3%;
  width: 100%;
}
.news-template-36 .d-grid,
.news-template-36-without-time .d-grid {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  width: -webkit-fill-available;
  gap: 30px 0px;
}
.news-template-36 .k-tabstrip-content,
.news-template-36 .k-tabstrip > .k-content,
.news-template-36-without-time .k-tabstrip-content,
.news-template-36-without-time .k-tabstrip > .k-content {
  padding: 0;
  border: unset;
}
.news-template-36 .k-tabstrip-content.k-state-active,
.news-template-36 .k-tabstrip > .k-content.k-state-active,
.news-template-36-without-time .k-tabstrip-content.k-state-active,
.news-template-36-without-time .k-tabstrip > .k-content.k-state-active {
  margin-top: 56px;
}
.news-template-36 .post-name,
.news-template-36-without-time .post-name {
  margin-top: 28px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.63px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-template-36 .k-tabstrip-items .k-link,
.news-template-36-without-time .k-tabstrip-items .k-link {
  padding: 0px 0px 12px 0px;
  color: #b6b6b6;
  font-weight: 700;
  line-height: 22.63px;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 50px;
}
.news-template-36 .k-tabstrip-items .k-item:not(:first-child) .k-link,
.news-template-36-without-time .k-tabstrip-items .k-item:not(:first-child) .k-link {
  padding: 0px 10px 12px 10px;
}
.news-template-36 .k-tabstrip-items .k-item.k-state-active .k-link,
.news-template-36-without-time .k-tabstrip-items .k-item.k-state-active .k-link {
  color: #004a9a;
  font-weight: 700;
  border-width: 0 0 3px !important;
  border-color: #08659a;
  border-style: solid;
}
.news-template-36 .k-tabstrip-items,
.news-template-36-without-time .k-tabstrip-items {
  overflow-x: auto;
}
.news-template-36 .k-tabstrip-items::-webkit-scrollbar,
.news-template-36-without-time .k-tabstrip-items::-webkit-scrollbar {
  height: 3px;
}
.news-template-36 .k-tabstrip-items::-webkit-scrollbar-track,
.news-template-36-without-time .k-tabstrip-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.news-template-36 .k-tabstrip-items::-webkit-scrollbar-thumb,
.news-template-36-without-time .k-tabstrip-items::-webkit-scrollbar-thumb {
  background: #888;
}
.news-template-36 .k-tabstrip-items::-webkit-scrollbar-thumb:hover,
.news-template-36-without-time .k-tabstrip-items::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.news-template-36 .k-tabstrip-top > .k-tabstrip-items .k-item,
.news-template-36-without-time .k-tabstrip-top > .k-tabstrip-items .k-item {
  border-width: 0px 0px 1px 0px;
}
.news-template-36 .media,
.news-template-36-without-time .media {
  position: relative;
  width: 6%;
  margin: 0 2% 0 1%;
}
.news-template-36 .overlap,
.news-template-36-without-time .overlap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 106px;
  background: rgba(0, 0, 0, 0.56);
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-template-36 .overlap .number-img .text,
.news-template-36-without-time .overlap .number-img .text {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 30.17px;
}
.news-template-36 .overlap .number-img .image,
.news-template-36-without-time .overlap .number-img .image {
  height: 24px;
  width: 24px;
}
.news-template-36 .overlap .number-img .image img,
.news-template-36-without-time .overlap .number-img .image img {
  width: 100%;
  height: 100%;
}
.news-template-36 .download-radio,
.news-template-36-without-time .download-radio {
  width: 32px;
  height: 32px;
  min-width: 32px;
  position: relative;
  border-radius: 32px;
  background: var(--1, linear-gradient(180deg, #006CB5 0%, #00AEEF 100%));
  border: none;
}
.news-template-36 .download-radio-icon,
.news-template-36-without-time .download-radio-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-template-36 .radio-container,
.news-template-36-without-time .radio-container {
  align-items: center;
  display: flex;
}
.news-template-36 .k-pager-wrap,
.news-template-36-without-time .k-pager-wrap {
  border: none;
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
}
.news-template-36 .k-pager-numbers .k-link.k-state-selected,
.news-template-36-without-time .k-pager-numbers .k-link.k-state-selected {
  color: #ffffff;
  background-color: #d6a022;
}
.news-template-36 .k-pager-numbers .k-link,
.news-template-36-without-time .k-pager-numbers .k-link {
  color: #d6a022;
}
.news-template-36 .mb,
.news-template-36-without-time .mb {
  display: none !important;
}
.news-template-36 audio,
.news-template-36-without-time audio {
  height: 30px;
  margin-top: 15px;
}
.news-template-36 kendo-tabstrip,
.news-template-36-without-time kendo-tabstrip {
  width: 100%;
}
@media (max-width: 992px) {
  .news-template-36 .d-grid,
.news-template-36-without-time .d-grid {
    width: 120%;
  }
  .news-template-36 .media,
.news-template-36-without-time .media {
    position: relative;
    width: 20%;
    margin: 0 1.6%;
  }
  .news-template-36 .radio-order,
.news-template-36-without-time .radio-order {
    font-size: 14px;
  }
  .news-template-36 .album-name,
.news-template-36-without-time .album-name {
    font-size: 14px;
  }
  .news-template-36 .radio-info,
.news-template-36-without-time .radio-info {
    margin-right: 15%;
    max-width: 50%;
  }
  .news-template-36 .author-name, .news-template-36 .radio-duration, .news-template-36 .view-count,
.news-template-36-without-time .author-name,
.news-template-36-without-time .radio-duration,
.news-template-36-without-time .view-count {
    font-size: 14px;
  }
  .news-template-36 .view-count,
.news-template-36-without-time .view-count {
    margin-right: 4.5%;
  }
  .news-template-36 .view-count-icon,
.news-template-36-without-time .view-count-icon {
    max-width: 2%;
    margin: 0 0.7% 0 5.1%;
  }
  .news-template-36 .download-radio-icon,
.news-template-36-without-time .download-radio-icon {
    width: 20px;
    height: 20px;
  }
  .news-template-36 .download-radio,
.news-template-36-without-time .download-radio {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 28px;
  }
}
@media (max-width: 768px) {
  .news-template-36 .wb,
.news-template-36-without-time .wb {
    display: none !important;
  }
  .news-template-36 .mb,
.news-template-36-without-time .mb {
    display: block !important;
    padding: 5px;
  }
  .news-template-36 .radio-container,
.news-template-36-without-time .radio-container {
    display: block;
    border: 1px solid #c4c4c4;
    margin: 10px 0;
    padding: 5px;
    font-size: 14px;
  }
  .news-template-36 audio,
.news-template-36-without-time audio {
    margin-top: 0px;
    height: 15px;
  }
}
.news-template-36-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-36-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-36-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-36-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-36-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-36-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-36-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-36-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-36-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-36-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-36-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-36-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-36-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-36-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-36-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-36-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-36-dialog .float-right {
  float: right;
}
.news-template-36-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-36-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-36-dialog .control {
  margin-bottom: 22px;
}
.news-template-36-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-36-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.news-template-36-dialog .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-36-dialog .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-36-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-36-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-38 .img-scrollview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.news-template-38 .banner {
  width: 100% !important;
}
.news-template-38 .image-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #FFFFFF;
  padding: 25px 55px 0px 55px;
  height: 115px;
  background-image: url('slider-title-background.5702ca1f924c613a86d3.png') !important;
  white-space: pre-line;
  border-radius: 0px 0px 4px 0px;
}
.news-template-38 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-38 kendo-scrollview.k-scrollview-wrap {
  border: none;
}
.news-template-38 kendo-scrollview-pager {
  display: none;
}
.news-template-38 .k-scrollview-next,
.news-template-38 .k-scrollview-prev {
  text-shadow: none;
  background: rgba(32, 28, 28, 0.24);
  height: 36px;
  width: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
}
.news-template-38 .k-scrollview-next {
  right: 2%;
}
.news-template-38 .k-scrollview-prev {
  left: 2%;
}
.news-template-38 .k-scrollview-next .k-icon,
.news-template-38 .k-scrollview-prev .k-icon {
  font-size: 36px;
  text-align: center;
}
.news-template-38 .vertical-dot {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 2px;
  background-color: rgba(32, 28, 28, 0.1);
}
.news-template-38 .vertical-dot .three-dot-area {
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.news-template-38 .vertical-dot .three-dot {
  width: 5px;
  height: 20px;
}
.news-template-38 .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
}
.news-template-38 .vertical-dot .menu .menu-row,
.news-template-38 .vertical-dot .menu .menu-row-current,
.news-template-38 .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-38 .vertical-dot .menu .menu-row .menu-item-1,
.news-template-38 .vertical-dot .menu .menu-row .menu-item-2,
.news-template-38 .vertical-dot .menu .menu-row-current .menu-item-1,
.news-template-38 .vertical-dot .menu .menu-row-current .menu-item-2,
.news-template-38 .vertical-dot .menu .menu-row-current-border .menu-item-1,
.news-template-38 .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-template-38 .vertical-dot .menu .menu-row-current,
.news-template-38 .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-38 .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-38 .banner-container:hover .vertical-dot {
  display: flex;
}
.news-template-38 .router-outlet-content {
  width: 695px !important;
  height: 90%;
}
.news-template-38 .router-outlet-content-gallery {
  width: 794px !important;
  height: 90%;
}
.news-template-38 .title-info-req {
  color: #004A9A;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.news-template-38 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-38 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-38 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-38 .employe-detail {
  margin-top: 10px;
}
.news-template-38 .employe-detail-mb {
  padding: 10px 0px;
  margin-bottom: 18px;
}
.news-template-38 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-38 .slider-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-38 .slider-dialog .close-icon-div {
  position: absolute;
  right: 0px;
}
.news-template-38 .slider-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-38 .k-scrollview {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .news-template-38 .img-scrollview {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .news-template-38 .router-outlet-content {
    width: 100% !important;
  }
  .news-template-38 .router-outlet-content-gallery {
    width: 100% !important;
  }
  .news-template-38 .img-scrollview {
    height: 100%;
  }
}
@media screen and (max-width: 770px) {
  .news-template-38 .img-scrollview {
    height: 100%;
  }
  .news-template-38 .image-name {
    font-size: 5vw;
    padding: 20px 50px 0px 50px;
  }
}
.news-template-38:hover .vertical-dot {
  visibility: visible;
}
.news-template-37 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-37 .back-to-top {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
}
.news-template-37 .row {
  --bs-gutter-x: 0;
}
.news-template-37 .k-dialog {
  height: auto !important;
  width: 400px !important;
}
.news-template-37 .pd-l-10 {
  padding-left: 18px;
}
.news-template-37 .post-title {
  display: flex;
  align-items: center;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  background-color: #00396B;
  position: relative;
  min-height: 40px;
}
.news-template-37 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-37 .post-more a {
  color: #EB2E35;
}
.news-template-37 .pointer {
  cursor: pointer;
}
.news-template-37 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-37 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1F1F1F;
  margin-left: 16px;
  margin-bottom: 0;
  text-decoration: none;
}
.news-template-37 .post-image {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-template-37 .post-image-cover {
  object-fit: cover;
  width: 48px;
}
.news-template-37 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-37 .time-clock {
  display: flex;
}
.news-template-37 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-37 .main-item {
  display: table;
  margin: 0;
}
.news-template-37 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-37 .d-flex {
  visibility: visible !important;
}
.news-template-37 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-37 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-37 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-37 .menu .menu-row,
.news-template-37 .menu .menu-row-current,
.news-template-37 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-37 .menu .menu-row .menu-item-1,
.news-template-37 .menu .menu-row .menu-item-2,
.news-template-37 .menu .menu-row-current .menu-item-1,
.news-template-37 .menu .menu-row-current .menu-item-2,
.news-template-37 .menu .menu-row-current-border .menu-item-1,
.news-template-37 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-37 .menu .menu-row-current,
.news-template-37 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-37 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-37 .img-figure, .news-template-37 .img-figure-no-img {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  width: 48px;
  height: 48px;
  border: 1px solid #D8D8D8;
  border-radius: 100%;
  overflow: hidden;
  background: #FFFFFF;
}
.news-template-37 .img-figure:hover .post-image, .news-template-37 .img-figure-no-img:hover .post-image {
  width: 60%;
  height: 60%;
  margin-top: 9px;
}
.news-template-37 .uppercase {
  color: #FFFFFF;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-37 .top-new-item {
  margin: 15px 0 0 0;
}
.news-template-37 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-37 .news-template-37-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-37 .news-template-37-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-37 .news-template-37-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-37 .news-template-37-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-37 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-37 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-37 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-37 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-37 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-37 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}
.news-template-37 .text-section :hover {
  color: #00396B;
}
.news-template-37 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396B;
  margin-bottom: 9px !important;
  text-decoration: none;
}
.news-template-37 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
.news-template-37 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-template-37 .fixed-item {
  position: fixed;
  padding: 0px 0px 0 0;
  left: calc(100% - 65px);
  top: 90%;
  transform: translateX(-50%);
  z-index: 1001;
}
@media (max-width: 768px) {
  .news-template-37 .fixed-item {
    top: 70%;
    right: 0px;
    left: auto;
  }
}
.news-template-37-dialog {
  margin-left: 0px !important;
}
.news-template-37-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-37-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-37-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-37-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-37-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-37-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-37-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-37-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-37-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-37-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-37-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-37-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-37-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-37-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-37-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-37-dialog .float-right {
  float: right;
}
.news-template-37-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-37-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-37-dialog .control {
  margin-bottom: 22px;
}
.news-template-37-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-37-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-37-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-37-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-37-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-37-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-39 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-39 .row {
  --bs-gutter-x: 0;
}
.news-template-39 .k-dialog {
  height: auto !important;
  width: 400px !important;
}
.news-template-39 .pd-l-10 {
  padding-left: 18px;
}
.news-template-39 .post-title {
  display: flex;
  align-items: center;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  background-color: #00396B;
  position: relative;
  min-height: 40px;
  justify-content: space-between;
}
.news-template-39 .post-title .category {
  flex-direction: row;
  display: flex;
  animation-duration: 1s;
  animation-timing-function: linear;
  align-items: center;
  height: 100%;
}
.news-template-39 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-39 .post-more a {
  color: #EB2E35;
}
.news-template-39 .pointer {
  cursor: pointer;
}
.news-template-39 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-39 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1F1F1F;
  margin-left: 16px;
  margin-bottom: 0;
  text-decoration: none;
}
.news-template-39 .post-image, .news-template-39 .post-image-cover {
  height: 198px;
  width: 100%;
}
.news-template-39 .post-image-default {
  height: 198px;
  width: 100%;
}
.news-template-39 .post-image-cover {
  object-fit: cover;
}
.news-template-39 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-39 .time-clock {
  display: flex;
}
.news-template-39 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-39 .main-item {
  display: table;
  margin: 0;
}
.news-template-39 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-39 .d-flex {
  visibility: visible !important;
}
.news-template-39 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-39 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-39 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-39 .menu .menu-row,
.news-template-39 .menu .menu-row-current,
.news-template-39 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-39 .menu .menu-row .menu-item-1,
.news-template-39 .menu .menu-row .menu-item-2,
.news-template-39 .menu .menu-row-current .menu-item-1,
.news-template-39 .menu .menu-row-current .menu-item-2,
.news-template-39 .menu .menu-row-current-border .menu-item-1,
.news-template-39 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-39 .menu .menu-row-current,
.news-template-39 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-39 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-39 .img-figure, .news-template-39 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.news-template-39 .uppercase {
  color: #FFFFFF;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-39 .top-new-item {
  margin: 15px 0 0 0;
}
.news-template-39 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-39 .news-template-39-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-39 .news-template-39-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-39 .news-template-39-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-39 .news-template-39-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-39 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-39 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-39 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-39 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-39 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-39 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.news-template-39 .text-section :hover {
  color: #00396B;
}
.news-template-39 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396B;
  margin-bottom: 9px !important;
  text-decoration: none;
}
.news-template-39 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .news-template-39 .pd-l-10 {
    padding-left: 0px;
  }
}
.news-template-39 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-template-39 .arrow-icon, .news-template-39 .arrow-icon-left {
  height: 25px;
  width: 25px;
}
.news-template-39 .arrow-icon-left {
  margin-right: 10px;
}
.news-template-39 .arrow-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.news-template-39 .title-right {
  width: 90%;
  overflow: hidden;
}
.news-template-39 .category-box {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 20px;
}
.news-template-39 .category-name {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #00396B;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
}
.news-template-39 .title-box {
  display: flex;
}
.news-template-39 .menu-box {
  display: flex;
  justify-content: end;
  position: relative;
  max-width: 700px;
}
.news-template-39 .full-width {
  width: 100%;
}
@media screen and (max-width: 400px) {
  .news-template-39 .post-title {
    display: block;
  }
  .news-template-39 .menu-box {
    display: block;
  }
  .news-template-39 .title-right {
    width: 300px;
  }
}
.news-template-39-dialog {
  margin-left: 0px !important;
}
.news-template-39-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-39-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-39-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-39-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-39-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-39-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-39-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-39-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-39-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-39-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-39-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-39-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-39-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-39-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-39-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-39-dialog .float-right {
  float: right;
}
.news-template-39-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-39-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-39-dialog .control {
  margin-bottom: 22px;
}
.news-template-39-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-39-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-39-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-39-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-39-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-39-dialog .padding-col {
  padding: 7px 15px 0;
}
.notify-page {
  width: 100%;
  background-color: #ffffff !important;
}
.notify-page .search-result-container {
  margin-top: 30px;
}
.notify-page .search-result-list {
  margin-top: 5px;
}
.notify-page .search-result-summary {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #4e4e4e;
}
.notify-page .search-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
.notify-page .search-result-item {
  display: flex;
  width: 100%;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}
.notify-page .search-result-image {
  cursor: pointer;
  flex: 1;
}
.notify-page .search-result-image img {
  width: 100%;
  object-fit: cover;
}
.notify-page .search-result-info {
  width: 75%;
  display: flex;
  flex-direction: column;
  margin-left: 28px;
}
.notify-page .search-result-info h3 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #414142;
  cursor: pointer;
}
.notify-page .search-result-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #494949;
  margin: 0;
}
.notify-page .post-title {
  display: flex;
  color: #0b68a4;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 15px;
  background-color: #00396b;
  position: relative;
  height: 40px;
}
.notify-page .post-more {
  display: flex;
  justify-content: center;
  color: #eb2e35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.notify-page .post-more a {
  color: #eb2e35;
}
.notify-page .pointer {
  cursor: pointer;
}
.notify-page .icon-clock {
  width: 14px;
  height: 14px;
  margin-top: 5px;
}
.notify-page .title {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  margin-left: 16px;
  margin-right: 30px;
}
.notify-page .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.notify-page .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.notify-page .time-clock {
  display: flex;
}
.notify-page .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.notify-page .three-dot-area {
  cursor: pointer;
  width: 20px;
  display: flex;
  justify-content: center;
}
.notify-page .three-dot {
  width: 5px;
  height: 20px;
}
.notify-page .main-item {
  display: table;
  margin: 0;
}
.notify-page .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 22px;
}
.notify-page .menu {
  border: 2px solid black;
  background-color: #fffcfc;
  color: #0079ff;
  border-radius: 5px;
  cursor: pointer;
  width: 90px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.notify-page .menu .menu-row,
.notify-page .menu .menu-row-current,
.notify-page .menu .menu-row-current-border {
  cursor: pointer;
}
.notify-page .menu .menu-row .menu-item-1,
.notify-page .menu .menu-row .menu-item-2,
.notify-page .menu .menu-row-current .menu-item-1,
.notify-page .menu .menu-row-current .menu-item-2,
.notify-page .menu .menu-row-current-border .menu-item-1,
.notify-page .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 25px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid black;
}
.notify-page .menu .menu-row-current,
.notify-page .menu .menu-row-current-border {
  background-color: #d8d5d5;
  color: #686868;
  border-bottom: 2px;
  border-radius: 0 0 2px 2px;
}
.notify-page .menu .menu-row-current-border {
  border-radius: 2px 2px 0 0;
}
.notify-page .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  align-items: center;
}
.notify-page .img-figure,
.notify-page .img-figure-no-img {
  height: 198px;
  max-width: 372px;
  display: flex;
  justify-content: center;
  position: relative;
}
.notify-page .uppercase {
  color: #ffffff;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.notify-page .top-new-item {
  margin: 10px 0;
}
.notify-page .close-div {
  display: flex;
  margin-top: 3px;
}
.notify-page .notify-page-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.notify-page .notify-page-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.notify-page .notify-page-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.notify-page .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.notify-page .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.notify-page .text-section {
  display: flex;
  margin-top: 10px;
}
.notify-page .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396b;
}
.notify-page .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.notify-page .k-pager-wrap {
  border-color: white !important;
  color: #424242;
  background-color: white !important;
}
.notify-page .title-txt {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  color: #00396b;
}
.notify-page .summary-txt {
  color: #797979;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.notify-page .date-txt {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
}
.news-template-40 .row, .news-template-40-without-time .row {
  --bs-gutter-x: 0;
}
.news-template-40 .padding, .news-template-40-without-time .padding {
  padding: 0%;
}
.news-template-40 .k-dialog, .news-template-40-without-time .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-40 .post-title, .news-template-40-without-time .post-title {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 43px;
  color: #000;
}
.news-template-40 .title-text, .news-template-40-without-time .title-text {
  margin-bottom: 0 !important;
}
.news-template-40 .post-more, .news-template-40-without-time .post-more {
  display: flex;
  justify-content: center;
  color: #d6a022;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  background-color: white;
  padding-top: 4px;
}
.news-template-40 .post-more a, .news-template-40-without-time .post-more a {
  color: #d6a022;
}
.news-template-40 .pointer, .news-template-40-without-time .pointer {
  cursor: pointer;
}
.news-template-40 .icon-clock, .news-template-40-without-time .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-40 .title-first, .news-template-40-without-time .title-first {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  color: #2B2B2B;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  position: absolute;
  top: 57vh;
  left: 30px;
  text-wrap: nowrap;
}
.news-template-40 .title-second, .news-template-40-without-time .title-second {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  color: #2B2B2B;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  position: absolute;
  top: 25vh;
  left: 30px;
  text-wrap: nowrap;
}
.news-template-40 .title, .news-template-40-without-time .title {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  color: #2B2B2B;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  position: absolute;
  top: 22vh;
  left: 30px;
  text-wrap: nowrap;
}
.news-template-40 .title-template-type-2, .news-template-40-without-time .title-template-type-2 {
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #2B2B2B;
  margin-bottom: 20px;
}
.news-template-40 .post-image, .news-template-40 .post-image-radius, .news-template-40-without-time .post-image, .news-template-40-without-time .post-image-radius {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-template-40 .post-image-radius, .news-template-40-without-time .post-image-radius {
  border-radius: 4px;
}
.news-template-40 .post-image-default, .news-template-40-without-time .post-image-default {
  height: 100%;
  width: 100%;
}
.news-template-40 .post-image-org, .news-template-40-without-time .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-40 .time-clock, .news-template-40-without-time .time-clock {
  display: flex;
}
.news-template-40 .time-text, .news-template-40-without-time .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-40 .main-item, .news-template-40-without-time .main-item {
  display: table;
  margin: 30px 0;
}
.news-template-40 .vertical-dot, .news-template-40-without-time .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-40 .main-item:hover .vertical-dot, .news-template-40-without-time .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-40 .d-flex, .news-template-40-without-time .d-flex {
  visibility: visible !important;
}
.news-template-40 .menu, .news-template-40-without-time .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-40 .menu .menu-row,
.news-template-40 .menu .menu-row-current,
.news-template-40 .menu .menu-row-current-border, .news-template-40-without-time .menu .menu-row,
.news-template-40-without-time .menu .menu-row-current,
.news-template-40-without-time .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-40 .menu .menu-row .menu-item-1,
.news-template-40 .menu .menu-row .menu-item-2,
.news-template-40 .menu .menu-row-current .menu-item-1,
.news-template-40 .menu .menu-row-current .menu-item-2,
.news-template-40 .menu .menu-row-current-border .menu-item-1,
.news-template-40 .menu .menu-row-current-border .menu-item-2, .news-template-40-without-time .menu .menu-row .menu-item-1,
.news-template-40-without-time .menu .menu-row .menu-item-2,
.news-template-40-without-time .menu .menu-row-current .menu-item-1,
.news-template-40-without-time .menu .menu-row-current .menu-item-2,
.news-template-40-without-time .menu .menu-row-current-border .menu-item-1,
.news-template-40-without-time .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-40 .menu .menu-row-current,
.news-template-40 .menu .menu-row-current-border, .news-template-40-without-time .menu .menu-row-current,
.news-template-40-without-time .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-40 .menu .menu-item-3, .news-template-40-without-time .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-40 .img-figure,
.news-template-40 .img-figure-no-img,
.news-template-40 .img-figure-template-type-2, .news-template-40-without-time .img-figure,
.news-template-40-without-time .img-figure-no-img,
.news-template-40-without-time .img-figure-template-type-2 {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 5px;
  height: 34.5vh;
}
.news-template-40 .post-list, .news-template-40-without-time .post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 70vh;
  overflow: hidden;
}
.news-template-40 .post-list .k-pager-info, .news-template-40 .post-list .k-pager-sizes, .news-template-40-without-time .post-list .k-pager-info, .news-template-40-without-time .post-list .k-pager-sizes {
  display: none;
}
.news-template-40 .post-list .k-pager kendo-datapager-prev-buttons, .news-template-40-without-time .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-40 .post-list .k-pager .k-state-selected, .news-template-40-without-time .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-40 .post-list .top-part, .news-template-40-without-time .post-list .top-part {
  display: flex;
  flex-direction: column;
}
.news-template-40 .uppercase, .news-template-40-without-time .uppercase {
  text-transform: uppercase;
}
.news-template-40 .top-new-item, .news-template-40-without-time .top-new-item {
  margin: 15px 0px 0px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-40 .top-new-item .title:hover, .news-template-40-without-time .top-new-item .title:hover {
  color: #00396b;
}
.news-template-40 .close-div, .news-template-40-without-time .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-40 .news-template-40-dialog, .news-template-40-without-time .news-template-40-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-40 .news-template-40-dialog .close-icon-div, .news-template-40-without-time .news-template-40-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-40 .news-template-40-dialog .close-icon, .news-template-40-without-time .news-template-40-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-40 .news-template-40-dialog .title-info-req, .news-template-40-without-time .news-template-40-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-40 .input-label, .news-template-40-without-time .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-40 .btn-delete, .news-template-40-without-time .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-40 .btn-cancel, .news-template-40-without-time .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-40 .dialog-width, .news-template-40-without-time .dialog-width {
  max-width: 400px;
}
.news-template-40 .post-container, .news-template-40-without-time .post-container {
  position: relative;
}
.news-template-40 .first-post, .news-template-40-without-time .first-post {
  height: 70vh;
}
.news-template-40 .menu-name, .news-template-40-without-time .menu-name {
  text-transform: uppercase;
  color: #FFF;
  background-color: rgba(0, 132, 199, 0.75);
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 7px;
}
.news-template-40 .title-name, .news-template-40-without-time .title-name {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  color: #FFF;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2px 10px;
  border-radius: 5px;
  text-wrap: wrap;
  overflow: hidden;
  margin-right: 10px;
}
.news-template-40 a, .news-template-40-without-time a {
  text-decoration: none;
}
.news-template-40 .mobile-view, .news-template-40-without-time .mobile-view {
  display: none;
}
.news-template-40 .web-view, .news-template-40-without-time .web-view {
  display: block;
}
.news-template-40 .post-more, .news-template-40-without-time .post-more {
  display: none;
}
.news-template-40 p, .news-template-40-without-time p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .news-template-40 .col-md-4, .news-template-40-without-time .col-md-4 {
    width: 32%;
  }
  .news-template-40 .web-view, .news-template-40-without-time .web-view {
    display: none;
  }
  .news-template-40 .mobile-view, .news-template-40-without-time .mobile-view {
    display: block;
  }
  .news-template-40 .post-list, .news-template-40-without-time .post-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: auto;
  }
  .news-template-40 .img-figure, .news-template-40-without-time .img-figure {
    height: 30vh;
  }
  .news-template-40 .title-first, .news-template-40-without-time .title-first {
    top: 15vh;
    left: 15px;
    width: 95%;
  }
  .news-template-40 .post-more, .news-template-40-without-time .post-more {
    display: block;
  }
}
@media (max-width: 576px) {
  .news-template-40 .web-view, .news-template-40-without-time .web-view {
    display: none;
  }
  .news-template-40 .mobile-view, .news-template-40-without-time .mobile-view {
    display: block;
  }
  .news-template-40 .post-list, .news-template-40-without-time .post-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: auto;
  }
  .news-template-40 .img-figure, .news-template-40-without-time .img-figure {
    height: 30vh;
  }
  .news-template-40 .title-first, .news-template-40-without-time .title-first {
    top: 15vh;
    left: 15px;
    width: 95%;
  }
  .news-template-40 .post-more, .news-template-40-without-time .post-more {
    display: flex;
    color: #D9D9D9;
    padding: 0;
  }
}
.news-template-40-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-40-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-40-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-40-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-40-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-40-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-40-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-40-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-40-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-40-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-40-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-40-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-40-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-40-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-40-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-40-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-40-dialog .float-right {
  float: right;
}
.news-template-40-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-40-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-40-dialog .control {
  margin-bottom: 40px;
}
.news-template-40-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-40-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.news-template-40-dialog .k-input {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-40-dialog .k-clear-value {
  height: 38px !important;
  margin-top: -1px !important;
}
.news-template-40-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-40-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-41, .news-template-41-without-time {
  width: 100%;
  min-height: 504px;
}
.news-template-41 .description, .news-template-41-without-time .description {
  text-align: justify;
}
.news-template-41 .description img, .news-template-41-without-time .description img {
  width: 100%;
}
.news-template-41 .description figure, .news-template-41-without-time .description figure {
  width: 100% !important;
}
.news-template-41 .description figure iframe, .news-template-41-without-time .description figure iframe {
  height: 100%;
  width: 100%;
}
.news-template-41 .description p, .news-template-41-without-time .description p {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000 !important;
}
.news-template-41 .description blockquote, .news-template-41-without-time .description blockquote {
  border-left: 5px solid #d9d9d9;
  padding-left: 15px;
  font-style: italic;
}
.news-template-41 img, .news-template-41-without-time img {
  width: 100% !important;
  height: auto;
}
.news-template-41 .row, .news-template-41-without-time .row {
  --bs-gutter-x: 0;
}
.news-template-41 .k-dialog, .news-template-41-without-time .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-41 .post-title, .news-template-41-without-time .post-title {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 43px;
  color: #006CB5;
}
.news-template-41 .title-text, .news-template-41-without-time .title-text {
  margin-bottom: 0 !important;
}
.news-template-41 .post-more, .news-template-41-without-time .post-more {
  display: flex;
  justify-content: center;
  color: #d6a022;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 4px;
}
.news-template-41 .post-more a, .news-template-41-without-time .post-more a {
  color: #d6a022;
}
.news-template-41 .pointer, .news-template-41-without-time .pointer {
  cursor: pointer;
}
.news-template-41 .icon-clock, .news-template-41-without-time .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-41 .title, .news-template-41-without-time .title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #292621;
  text-decoration: none;
  margin-bottom: 5px !important;
}
.news-template-41 .title-template-type-2, .news-template-41-without-time .title-template-type-2 {
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #2B2B2B;
  margin-bottom: 20px;
}
.news-template-41 .post-image, .news-template-41 .post-image-radius, .news-template-41-without-time .post-image, .news-template-41-without-time .post-image-radius {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-template-41 .post-image-radius, .news-template-41-without-time .post-image-radius {
  border-radius: 4px;
}
.news-template-41 .post-image-default, .news-template-41-without-time .post-image-default {
  height: 100%;
  width: 100%;
}
.news-template-41 .post-image-org, .news-template-41-without-time .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-41 .time-clock, .news-template-41-without-time .time-clock {
  display: flex;
}
.news-template-41 .time-text, .news-template-41-without-time .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-41 .main-item, .news-template-41-without-time .main-item {
  display: table;
}
.news-template-41 .vertical-dot, .news-template-41-without-time .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-41 .main-item:hover .vertical-dot, .news-template-41-without-time .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-41 .d-flex, .news-template-41-without-time .d-flex {
  visibility: visible !important;
}
.news-template-41 .three-dot-area, .news-template-41-without-time .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-41 .menu, .news-template-41-without-time .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-41 .menu .menu-row,
.news-template-41 .menu .menu-row-current,
.news-template-41 .menu .menu-row-current-border, .news-template-41-without-time .menu .menu-row,
.news-template-41-without-time .menu .menu-row-current,
.news-template-41-without-time .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-41 .menu .menu-row .menu-item-41,
.news-template-41 .menu .menu-row .menu-item-2,
.news-template-41 .menu .menu-row-current .menu-item-41,
.news-template-41 .menu .menu-row-current .menu-item-2,
.news-template-41 .menu .menu-row-current-border .menu-item-41,
.news-template-41 .menu .menu-row-current-border .menu-item-2, .news-template-41-without-time .menu .menu-row .menu-item-41,
.news-template-41-without-time .menu .menu-row .menu-item-2,
.news-template-41-without-time .menu .menu-row-current .menu-item-41,
.news-template-41-without-time .menu .menu-row-current .menu-item-2,
.news-template-41-without-time .menu .menu-row-current-border .menu-item-41,
.news-template-41-without-time .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-41 .menu .menu-row-current,
.news-template-41 .menu .menu-row-current-border, .news-template-41-without-time .menu .menu-row-current,
.news-template-41-without-time .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-41 .menu .menu-item-3, .news-template-41-without-time .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-41 .img-figure,
.news-template-41 .img-figure-no-img,
.news-template-41 .img-figure-template-type-2, .news-template-41-without-time .img-figure,
.news-template-41-without-time .img-figure-no-img,
.news-template-41-without-time .img-figure-template-type-2 {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.news-template-41 .img-figure-2, .news-template-41-without-time .img-figure-2 {
  height: 260px !important;
}
.news-template-41 .post-list, .news-template-41-without-time .post-list {
  display: flex;
  flex-wrap: wrap;
}
.news-template-41 .post-list .k-pager-info, .news-template-41 .post-list .k-pager-sizes, .news-template-41-without-time .post-list .k-pager-info, .news-template-41-without-time .post-list .k-pager-sizes {
  display: none;
}
.news-template-41 .post-list .k-pager kendo-datapager-prev-buttons, .news-template-41-without-time .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-41 .post-list .k-pager .k-state-selected, .news-template-41-without-time .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-41 .post-list .top-part, .news-template-41-without-time .post-list .top-part {
  display: flex;
  flex-direction: column;
}
.news-template-41 .uppercase, .news-template-41-without-time .uppercase {
  text-transform: uppercase;
}
.news-template-41 .top-new-item, .news-template-41-without-time .top-new-item {
  margin: 5px 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-41 .top-new-item .title:hover, .news-template-41-without-time .top-new-item .title:hover {
  color: #00396b;
}
.news-template-41 .close-div, .news-template-41-without-time .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-41 .news-template-41-dialog, .news-template-41-without-time .news-template-41-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-41 .news-template-41-dialog .close-icon-div, .news-template-41-without-time .news-template-41-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-41 .news-template-41-dialog .close-icon, .news-template-41-without-time .news-template-41-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-41 .news-template-41-dialog .title-info-req, .news-template-41-without-time .news-template-41-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-41 .input-label, .news-template-41-without-time .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-41 .btn-delete, .news-template-41-without-time .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-41 .btn-cancel, .news-template-41-without-time .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-41 .dialog-width, .news-template-41-without-time .dialog-width {
  max-width: 400px;
}
.news-template-41 .space-box, .news-template-41-without-time .space-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-template-41 .img-figure, .news-template-41-without-time .img-figure {
    height: auto !important;
  }
  .news-template-41 .post-list, .news-template-41-without-time .post-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.news-template-42 {
  width: 100%;
  margin-top: 50px;
}
.news-template-42 .row {
  --bs-gutter-x: 0;
}
.news-template-42 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-42 .k-scrollview-pageable > .k-button.k-primary, .news-template-42 .k-scrollview-nav > .k-link.k-primary {
  background: #0084C7;
  border: #0084C7;
}
.news-template-42 .k-scrollview-pageable > .k-button, .news-template-42 .k-scrollview-nav > .k-link {
  background: #D9D9D9;
}
.news-template-42 .post-title {
  display: flex;
  justify-content: center;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}
.news-template-42 .title-text {
  margin-bottom: 0 !important;
}
.news-template-42 .post-more {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 43px;
  color: #000;
}
.news-template-42 .post-more a {
  color: #d6a022;
}
.news-template-42 .pointer {
  cursor: pointer;
}
.news-template-42 .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-42 .title {
  line-height: 21px;
  font-style: normal;
  font-size: 14px;
  color: #292621;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  max-width: 55%;
  margin: 10px 0;
}
.news-template-42 .post-image {
  height: 100px;
  width: 100px;
}
.news-template-42 .post-image-default {
  height: 100px;
  width: 100px;
}
.news-template-42 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-42 .time-clock {
  display: flex;
}
.news-template-42 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-42 .main-item {
  display: table;
}
.news-template-42 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-42 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-42 .d-flex {
  visibility: visible !important;
}
.news-template-42 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-42 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-42 .menu .menu-row,
.news-template-42 .menu .menu-row-current,
.news-template-42 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-42 .menu .menu-row .menu-item-1,
.news-template-42 .menu .menu-row .menu-item-2,
.news-template-42 .menu .menu-row-current .menu-item-1,
.news-template-42 .menu .menu-row-current .menu-item-2,
.news-template-42 .menu .menu-row-current-border .menu-item-1,
.news-template-42 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-42 .menu .menu-row-current,
.news-template-42 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-42 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-42 .img-figure,
.news-template-42 .img-figure-no-img {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 10px;
}
.news-template-42 .post-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  padding: 0px 17px;
  min-width: 80%;
  max-width: 80%;
}
.news-template-42 .post-list .k-pager-info, .news-template-42 .post-list .k-pager-sizes {
  display: none;
}
.news-template-42 .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-42 .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-42 .post-list .top-part {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-wrap: wrap;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  text-align: center;
}
.news-template-42 .uppercase {
  text-transform: uppercase;
}
.news-template-42 .top-new-item {
  margin: 10px 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.news-template-42 .top-new-item .title:hover {
  color: #00396b;
}
.news-template-42 .tooltips {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 1;
}
.news-template-42 .tooltips .tooltiptext {
  visibility: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 250px;
  word-wrap: break-word;
  background-color: #0084C7;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 3;
  top: -10px;
  left: 40%;
}
.news-template-42 .tooltips .tooltiptext p {
  margin: 0;
}
.news-template-42 a {
  color: #FFF;
}
.news-template-42 .tooltips .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #0084C7 transparent transparent;
}
.news-template-42 .tooltips:hover .tooltiptext {
  visibility: visible;
}
.news-template-42 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-42 .news-template-42-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-42 .news-template-42-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-42 .news-template-42-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-42 .news-template-42-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-42 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-42 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-42 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-42 .dialog-width {
  max-width: 400px;
}
.news-template-42 .k-scrollview-next, .news-template-42 .k-scrollview-prev {
  color: white;
  background-color: #0084C7;
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: 1;
  outline-width: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 30px;
  top: calc(50% - 210px);
  width: 36px;
  border-radius: 3px;
}
.news-template-42 .k-scrollview-next .k-icon, .news-template-42 .k-scrollview-prev .k-icon {
  font-size: 1.5em;
  font-weight: normal;
  padding-left: 8px;
}
.news-template-42 .k-scrollview-wrap {
  border: none;
  height: 215px !important;
}
.news-template-42 .dash-line {
  background: linear-gradient(to right, #DC7E10 20%, #E1E1E1 20%, #E1E1E1 80%, #E1E1E1 80%);
  height: 2px;
  margin-bottom: 15px;
}
.news-template-42 .text-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #696969;
  letter-spacing: -0.01em;
  height: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  white-space: pre-line;
}
.news-template-42 .k-scrollview-wrap .k-scrollview > li {
  display: flex;
  justify-content: center;
}
.news-template-42 .k-scrollview-pageable > .k-button {
  width: 12px;
  height: 12px;
}
.news-template-42 li.ng-tns-c303-1.ng-star-inserted {
  display: flex;
  justify-content: center;
}
.news-template-42 .mobile-view {
  display: none;
}
.news-template-42 .web-view {
  display: block;
}
@media (max-width: 768px) {
  .news-template-42 .main-item {
    margin-top: 20px;
  }
  .news-template-42 .col-md-4 {
    width: 32%;
  }
  .news-template-42 .web-view {
    display: none;
  }
  .news-template-42 .mobile-view {
    display: block;
  }
  .news-template-42 .post-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: 190px;
    min-width: 100%;
    max-width: 100%;
  }
  .news-template-42 .post-list .top-part {
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .news-template-42 .post-more {
    padding: 0px;
    font-size: 18px;
  }
  .news-template-42 .post-title {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .news-template-42 .main-item {
    margin-top: 20px;
  }
  .news-template-42 .web-view {
    display: none;
  }
  .news-template-42 .mobile-view {
    display: block;
  }
  .news-template-42 .post-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: 190px;
    min-width: 100%;
    max-width: 100%;
  }
  .news-template-42 .post-list .top-part {
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .news-template-42 .img-figure, .news-template-42 .post-image {
    height: 80px;
    width: 80%;
  }
  .news-template-42 .post-more {
    padding: 0px;
    font-size: 18px;
  }
  .news-template-42 .post-title {
    display: block;
    margin-bottom: 0;
  }
}
.news-template-43-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-43-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-43-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-43-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-43-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-43-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-43-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-43-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-43-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-43-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-43-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-43-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-43-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-43-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-43-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-43-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-43-dialog .float-right {
  float: right;
}
.news-template-43-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-43-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-43-dialog .control {
  margin-bottom: 22px;
}
.news-template-43-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-43-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.news-template-43-dialog .k-input {
  height: 38px !important;
}
.news-template-43-dialog .k-clear-value {
  height: 38px !important;
}
.news-template-43-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-43-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-43, .news-template-43-without-time {
  width: 100%;
  min-height: 504px;
}
.news-template-43 .row, .news-template-43-without-time .row {
  --bs-gutter-x: 0;
}
.news-template-43 .k-dialog, .news-template-43-without-time .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-43 .post-title, .news-template-43-without-time .post-title {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 43px;
  color: #000;
}
.news-template-43 .title-text, .news-template-43-without-time .title-text {
  margin-bottom: 0 !important;
}
.news-template-43 .post-more, .news-template-43-without-time .post-more {
  display: flex;
  justify-content: center;
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  background-color: #0084C7;
  padding: 5px 19px;
  border-radius: 20px;
  height: 27px;
}
.news-template-43 .post-more a, .news-template-43-without-time .post-more a {
  color: #FFF;
}
.news-template-43 .pointer, .news-template-43-without-time .pointer {
  cursor: pointer;
}
.news-template-43 .icon-clock, .news-template-43-without-time .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-43 .title, .news-template-43-without-time .title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #292621;
  text-decoration: none;
  margin-bottom: 15px !important;
}
.news-template-43 .title-template-type-2, .news-template-43-without-time .title-template-type-2 {
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #2B2B2B;
  margin-bottom: 20px;
}
.news-template-43 .post-image, .news-template-43 .post-image-radius, .news-template-43-without-time .post-image, .news-template-43-without-time .post-image-radius {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-template-43 .post-image-radius, .news-template-43-without-time .post-image-radius {
  border-radius: 4px;
}
.news-template-43 .post-image-default, .news-template-43-without-time .post-image-default {
  height: 100%;
  width: 100%;
}
.news-template-43 .post-image-org, .news-template-43-without-time .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-43 .time-clock, .news-template-43-without-time .time-clock {
  display: flex;
}
.news-template-43 .time-text, .news-template-43-without-time .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-43 .main-item, .news-template-43-without-time .main-item {
  display: table;
}
.news-template-43 .vertical-dot, .news-template-43-without-time .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-43 .main-item:hover .vertical-dot, .news-template-43-without-time .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-43 .d-flex, .news-template-43-without-time .d-flex {
  visibility: visible !important;
}
.news-template-43 .three-dot-area, .news-template-43-without-time .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-43 .menu, .news-template-43-without-time .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-43 .menu .menu-row,
.news-template-43 .menu .menu-row-current,
.news-template-43 .menu .menu-row-current-border, .news-template-43-without-time .menu .menu-row,
.news-template-43-without-time .menu .menu-row-current,
.news-template-43-without-time .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-43 .menu .menu-row .menu-item-1,
.news-template-43 .menu .menu-row .menu-item-2,
.news-template-43 .menu .menu-row-current .menu-item-1,
.news-template-43 .menu .menu-row-current .menu-item-2,
.news-template-43 .menu .menu-row-current-border .menu-item-1,
.news-template-43 .menu .menu-row-current-border .menu-item-2, .news-template-43-without-time .menu .menu-row .menu-item-1,
.news-template-43-without-time .menu .menu-row .menu-item-2,
.news-template-43-without-time .menu .menu-row-current .menu-item-1,
.news-template-43-without-time .menu .menu-row-current .menu-item-2,
.news-template-43-without-time .menu .menu-row-current-border .menu-item-1,
.news-template-43-without-time .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-43 .menu .menu-row-current,
.news-template-43 .menu .menu-row-current-border, .news-template-43-without-time .menu .menu-row-current,
.news-template-43-without-time .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-43 .menu .menu-item-3, .news-template-43-without-time .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-43 figure, .news-template-43-without-time figure {
  margin: 0;
}
.news-template-43 .img-figure,
.news-template-43 .img-figure-no-img,
.news-template-43 .img-figure-template-type-2, .news-template-43-without-time .img-figure,
.news-template-43-without-time .img-figure-no-img,
.news-template-43-without-time .img-figure-template-type-2 {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-43 .img-figure-2, .news-template-43-without-time .img-figure-2 {
  height: 260px !important;
}
.news-template-43 .post-list, .news-template-43-without-time .post-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 20px 20px 20px 60px;
}
.news-template-43 .post-list .k-pager-info, .news-template-43 .post-list .k-pager-sizes, .news-template-43-without-time .post-list .k-pager-info, .news-template-43-without-time .post-list .k-pager-sizes {
  display: none;
}
.news-template-43 .post-list .k-pager kendo-datapager-prev-buttons, .news-template-43-without-time .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-43 .post-list .k-pager .k-state-selected, .news-template-43-without-time .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-43 .post-list .top-part, .news-template-43-without-time .post-list .top-part {
  display: flex;
  flex-direction: row;
}
.news-template-43 .line, .news-template-43-without-time .line {
  height: 5px;
  border-top: 1px solid #D9D9D9;
  margin: 20px;
}
.news-template-43 .info-part, .news-template-43-without-time .info-part {
  width: 700px;
  margin-top: 20px;
}
.news-template-43 .date, .news-template-43-without-time .date {
  font-size: 26px;
  font-weight: 600;
  border-bottom: 1px solid;
  width: 53%;
  margin-bottom: 5px;
}
.news-template-43 .month, .news-template-43-without-time .month {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.news-template-43 .img-figure, .news-template-43-without-time .img-figure {
  height: 200px;
  width: 380px;
  margin-right: 15px;
}
.news-template-43 .uppercase, .news-template-43-without-time .uppercase {
  text-transform: uppercase;
}
.news-template-43 .top-new-item, .news-template-43-without-time .top-new-item {
  margin: 5px 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-43 .top-new-item .title:hover, .news-template-43-without-time .top-new-item .title:hover {
  color: #00396b;
}
.news-template-43 .sub-info, .news-template-43-without-time .sub-info {
  position: relative;
}
.news-template-43 .care, .news-template-43-without-time .care {
  width: 85px;
  padding: 15px 8px;
  height: 25px;
  line-height: 0.2;
  display: flex;
  justify-content: center;
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  background-color: #0084C7;
  border-radius: 20px;
  margin-left: calc(100% - 85px);
  position: absolute;
  top: 80px;
  left: 0;
}
.news-template-43 .care a, .news-template-43-without-time .care a {
  color: #FFF;
}
.news-template-43 .close-div, .news-template-43-without-time .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-43 .news-template-43-dialog, .news-template-43-without-time .news-template-43-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-43 .news-template-43-dialog .close-icon-div, .news-template-43-without-time .news-template-43-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-43 .news-template-43-dialog .close-icon, .news-template-43-without-time .news-template-43-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-43 .news-template-43-dialog .title-info-req, .news-template-43-without-time .news-template-43-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-43 .input-label, .news-template-43-without-time .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-43 .btn-delete, .news-template-43-without-time .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-43 .btn-cancel, .news-template-43-without-time .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-43 .dialog-width, .news-template-43-without-time .dialog-width {
  max-width: 400px;
}
.news-template-43 .space-box, .news-template-43-without-time .space-box {
  width: 100%;
}
@media (max-width: 768px) {
  .news-template-43 .main-item, .news-template-43-without-time .main-item {
    margin: 10px;
  }
  .news-template-43 .img-figure, .news-template-43-without-time .img-figure {
    height: auto !important;
    width: 240px;
  }
  .news-template-43 .post-list, .news-template-43-without-time .post-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin: 0;
  }
  .news-template-43 .info-part, .news-template-43-without-time .info-part {
    width: 400px;
  }
}
@media (max-width: 576px) {
  .news-template-43 .date-part, .news-template-43-without-time .date-part {
    display: none;
  }
  .news-template-43 .img-figure, .news-template-43-without-time .img-figure {
    height: 90px;
    width: 130px;
    margin-right: 10px;
  }
  .news-template-43 .main-item, .news-template-43-without-time .main-item {
    margin: 0px;
  }
  .news-template-43 .info-part, .news-template-43-without-time .info-part {
    width: 65%;
    margin-top: 0;
    font-size: 12px !important;
  }
  .news-template-43 .title, .news-template-43-without-time .title {
    font-size: 12px;
    margin-bottom: 0 !important;
  }
  .news-template-43 p, .news-template-43-without-time p {
    margin-bottom: 0;
  }
  .news-template-43 .post-list, .news-template-43-without-time .post-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin: 0;
  }
  .news-template-43 .care, .news-template-43-without-time .care {
    display: none;
  }
  .news-template-43 .post-title, .news-template-43-without-time .post-title {
    align-items: center;
  }
  .news-template-43 .post-more, .news-template-43-without-time .post-more {
    background-color: transparent;
    color: #D9D9D9;
    padding: 0;
  }
}
.news-template-44 {
  width: 100%;
  margin-bottom: 20px;
}
.news-template-44 .row {
  --bs-gutter-x: 0;
}
.news-template-44 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-44 .k-scrollview-wrap {
  background-color: #0084C7;
  height: 235px;
}
.news-template-44 .post-title {
  display: flex;
  justify-content: center;
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 20px;
}
.news-template-44 .title-text {
  margin-bottom: 0 !important;
}
.news-template-44 .unit-name {
  color: #FFF;
  text-align: center;
}
.news-template-44 .post-more {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 43px;
  color: #000;
}
.news-template-44 .post-more a {
  color: #d6a022;
}
.news-template-44 .pointer {
  cursor: pointer;
}
.news-template-44 .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-44 .title {
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  max-width: 100%;
  margin: 10px 0;
  text-align: center;
  height: 20px;
}
.news-template-44 .post-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.news-template-44 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-44 .time-clock {
  display: flex;
}
.news-template-44 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-44 .main-item {
  display: table;
}
.news-template-44 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-44 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-44 .d-flex {
  visibility: visible !important;
}
.news-template-44 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-44 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-44 .menu .menu-row,
.news-template-44 .menu .menu-row-current,
.news-template-44 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-44 .menu .menu-row .menu-item-1,
.news-template-44 .menu .menu-row .menu-item-2,
.news-template-44 .menu .menu-row-current .menu-item-1,
.news-template-44 .menu .menu-row-current .menu-item-2,
.news-template-44 .menu .menu-row-current-border .menu-item-1,
.news-template-44 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-44 .menu .menu-row-current,
.news-template-44 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-44 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-44 .img-figure,
.news-template-44 .img-figure-no-img {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 10px;
}
.news-template-44 .img-figure-2 {
  height: 100px;
}
.news-template-44 .post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  background-color: #0084C7;
  border-radius: 5px;
  width: 100%;
  justify-content: center;
}
.news-template-44 .post-list .k-pager-info, .news-template-44 .post-list .k-pager-sizes {
  display: none;
}
.news-template-44 .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-44 .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-44 .post-list .top-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-wrap: wrap;
  width: 100%;
}
.news-template-44 .uppercase {
  text-transform: uppercase;
}
.news-template-44 .top-new-item {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
}
.news-template-44 .top-new-item .title:hover {
  color: #00396b;
}
.news-template-44 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-44 .news-template-44-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-44 .news-template-44-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-44 .news-template-44-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-44 .news-template-44-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-44 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-44 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-44 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-44 .dialog-width {
  max-width: 400px;
}
.news-template-44 .k-scrollview-next, .news-template-44 .k-scrollview-prev {
  color: white;
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: 1;
  outline-width: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 30px;
  top: calc(50% + 10px);
  width: 70px;
  border-radius: 3px;
}
.news-template-44 .k-scrollview-next .k-icon, .news-template-44 .k-scrollview-prev .k-icon {
  font-size: 2.5em;
  font-weight: normal;
  padding-left: 8px;
}
.news-template-44 .k-scrollview-wrap {
  border: none;
}
.news-template-44 ul.k-scrollview-pageable {
  display: none;
}
.news-template-44 .dash-line {
  background: linear-gradient(to right, #DC7E10 20%, #E1E1E1 20%, #E1E1E1 80%, #E1E1E1 80%);
  height: 2px;
  margin-bottom: 15px;
}
.news-template-44 .text-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #696969;
  letter-spacing: -0.01em;
  height: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  white-space: pre-line;
}
.news-template-44 .view-more {
  background-color: #0084C7;
  text-align: center;
  padding: 10px 10px 30px 10px;
  margin-bottom: 30px;
  border-radius: 0 0 5px 5px;
}
.news-template-44 .view-more-button {
  background-color: #fff;
  width: 110px;
  text-align: center;
  padding: 2px;
  border-radius: 15px;
  margin-left: calc(50% - 48px);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.news-template-44 .k-scrollview-pageable > .k-button {
  width: 12px;
  height: 12px;
}
.news-template-44 li.ng-tns-c303-1.ng-star-inserted {
  display: flex;
  justify-content: center;
}
.news-template-44 .news-template-44-dialog .close-div {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-44 .mobile-view {
  display: none;
}
.news-template-44 .web-view {
  display: block;
}
@media (max-width: 768px) {
  .news-template-44 .web-view {
    display: none;
  }
  .news-template-44 .mobile-view {
    display: block;
  }
  .news-template-44 .post-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: auto;
    height: 215px;
    padding-bottom: 10px;
  }
  .news-template-44 .post-list .top-part {
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
  }
  .news-template-44 .view-more {
    background-color: transparent;
    text-align: center;
    padding: 0;
    margin-bottom: 0px;
    border-radius: 0;
  }
  .news-template-44 .view-more-button {
    position: absolute;
    top: 93%;
    left: 50%;
    margin: -25px 0 0 -50px;
  }
  .news-template-44 .img-figure, .news-template-44 .img-figure-no-img {
    height: 150px;
    width: 150px;
  }
  .news-template-44 .title-first {
    top: 15vh;
    left: 15px;
    width: 95%;
  }
  .news-template-44 .menu-name {
    width: 95%;
  }
  .news-template-44 .post-more {
    padding: 0px;
    font-size: 18px;
  }
  .news-template-44 .post-title {
    display: block;
    margin-bottom: 0;
  }
  .news-template-44 .post-image {
    height: 150px;
    width: 150px;
  }
  .news-template-44 .title, .news-template-44 .unit-name {
    max-width: 95%;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .news-template-44 .web-view {
    display: none;
  }
  .news-template-44 .mobile-view {
    display: block;
  }
  .news-template-44 .post-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: auto;
    height: 165px;
    padding-bottom: 10px;
  }
  .news-template-44 .post-list .top-part {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 10px;
  }
  .news-template-44 .view-more {
    background-color: transparent;
    text-align: center;
    padding: 0;
    margin-bottom: 0px;
    border-radius: 0;
  }
  .news-template-44 .view-more-button {
    position: absolute;
    top: 93%;
    left: 50%;
    margin: -25px 0 0 -50px;
  }
  .news-template-44 .img-figure {
    height: 100px;
  }
  .news-template-44 .title-first {
    top: 15vh;
    left: 15px;
    width: 95%;
  }
  .news-template-44 .menu-name {
    width: 95%;
  }
  .news-template-44 .post-more {
    padding: 0px;
    font-size: 18px;
  }
  .news-template-44 .post-title {
    display: block;
    margin-bottom: 0;
  }
  .news-template-44 .post-image {
    height: 100px;
    width: 100px;
  }
  .news-template-44 .title, .news-template-44 .unit-name {
    max-width: 95%;
    text-align: left;
  }
}
.news-template-45 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-45 .row {
  --bs-gutter-x: 0;
}
.news-template-45 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-45 .pd-l-10 {
  padding-left: 18px;
}
.news-template-45 .post-title {
  align-items: center;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  position: relative;
  min-height: 40px;
  width: 100%;
}
.news-template-45 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-45 .post-more a {
  color: #EB2E35;
}
.news-template-45 .pointer {
  cursor: pointer;
}
.news-template-45 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-45 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1F1F1F;
  margin-left: 16px;
  margin-bottom: 0;
}
.news-template-45 .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-45 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-45 .time-clock {
  display: flex;
}
.news-template-45 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-45 .main-item {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.news-template-45 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-45 .d-flex {
  visibility: visible !important;
}
.news-template-45 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-45 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-45 .dialog-width {
  max-width: 400px;
}
.news-template-45 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-45 .menu .menu-row,
.news-template-45 .menu .menu-row-current,
.news-template-45 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-45 .menu .menu-row .menu-item-1,
.news-template-45 .menu .menu-row .menu-item-2,
.news-template-45 .menu .menu-row-current .menu-item-1,
.news-template-45 .menu .menu-row-current .menu-item-2,
.news-template-45 .menu .menu-row-current-border .menu-item-1,
.news-template-45 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-45 .menu .menu-row-current,
.news-template-45 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-45 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-45 .img-figure, .news-template-45 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.news-template-45 .uppercase {
  color: #FFFFFF;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-45 .top-new-item {
  margin: 15px 0 0 0;
}
.news-template-45 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-45 .news-template-45-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-45 .news-template-45-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-45 .news-template-45-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-45 .news-template-45-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-45 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-45 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-45 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-45 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-45 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-45 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.news-template-45 .text-section :hover {
  color: #00396B;
}
.news-template-45 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396B;
  margin-bottom: 9px !important;
}
.news-template-45 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
.news-template-45 .is-current-folder1 {
  font-weight: 600;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #575757;
}
.news-template-45 .is-current-folder {
  font-weight: 600;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #00396b;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #006CB5;
}
.news-template-45 .img {
  margin: 2px 12px 6px 12px;
}
.news-template-45 .btn-fl {
  float: left;
  margin: 20px 0px 20px 0px;
}
.news-template-45 .btn-search {
  color: white;
  background-color: #006CB5;
  border: hidden;
  padding: 9px 20px;
  font-size: 14px !important;
  font-weight: 600;
  width: 100%;
}
.news-template-45 .control-search .btn-remove {
  background-color: transparent !important;
  right: 40px;
  color: #000 !important;
  width: 30px;
  height: 23px;
  float: right;
  border-radius: 0;
  margin-top: -33px;
  border: 0;
}
.news-template-45 .search-container {
  display: flex;
  align-items: flex-end;
  width: 80vw;
}
.news-template-45 .btn-dialog {
  float: left;
}
.news-template-45 a.field-detail {
  text-decoration: none;
}
.news-template-45 .control label {
  font-size: 18px;
  margin-bottom: 10px;
}
.news-template-45 .control input {
  height: 40px;
}
.news-template-45 .control {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .news-template-45 .pd-l-10 {
    padding-left: 0px;
  }
}
.news-template-45 .uppercase-black {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #00396B;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news-template-45 .intro-des, .news-template-45 .intro-des-reserve {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2vw;
  padding: 30px 0;
  border-bottom: 1px solid #D9D9D9;
}
.news-template-45 .intro-des-reserve {
  flex-direction: row-reverse;
  justify-content: end;
}
.news-template-45 .intro-text, .news-template-45 .intro-text-reverse {
  flex: 1;
  margin-top: 10px;
}
.news-template-45 .intro-text .field-name, .news-template-45 .intro-text-reverse .field-name {
  color: #000000 !important;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  margin-top: 40px;
}
.news-template-45 .intro-text .field-name:hover, .news-template-45 .intro-text-reverse .field-name:hover {
  color: #00396b !important;
}
.news-template-45 .intro-text .letter, .news-template-45 .intro-text-reverse .letter {
  color: #494949 !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  text-align: left;
  margin-top: 10px;
}
.news-template-45 .intro-text .letter:hover, .news-template-45 .intro-text-reverse .letter:hover {
  color: #00396b !important;
}
.news-template-45 .intro-text-reverse {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex: none;
}
.news-template-45 .p3 {
  padding: 3.2rem;
}
.news-template-45 .pt3 {
  padding-top: 3.2rem;
}
.news-template-45 .pr3 {
  padding-right: 3.2rem;
}
.news-template-45 .pb3 {
  padding-bottom: 3.2rem;
}
.news-template-45 .pl3 {
  padding-left: 3.2rem;
}
.news-template-45 .image-circle, .news-template-45 .image-circle-no-border {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.news-template-45 .image-circle-no-border {
  border-radius: unset;
}
.news-template-45 .center-img {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .news-template-45 .intro-des, .news-template-45 .intro-des-reserve {
    display: block;
  }
  .news-template-45 .image-circle, .news-template-45 .image-circle-no-border {
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
  .news-template-45 .search-container {
    width: 100%;
  }
  .news-template-45 .btn-dialog {
    margin-top: 20px;
    margin-left: 0;
  }
}
.news-template-46-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-46-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-46-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-46-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-46-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-46-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-46-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-46-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-46-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-46-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-46-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-46-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-46-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-46-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-46-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-46-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-46-dialog .float-right {
  float: right;
}
.news-template-46-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-46-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-46-dialog .control {
  margin-bottom: 22px;
}
.news-template-46-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-46-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  background-color: white;
}
.news-template-46-dialog .k-input {
  height: 38px !important;
}
.news-template-46-dialog .k-clear-value {
  height: 38px !important;
}
.news-template-46-dialog .btn-save {
  margin: 15px;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-46-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-46 {
  width: 100%;
  margin-top: 50px;
}
.news-template-46 .row {
  --bs-gutter-x: 0;
}
.news-template-46 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-46 .k-scrollview-pageable > .k-button.k-primary, .news-template-46 .k-scrollview-nav > .k-link.k-primary {
  background: #0084C7;
  border: #0084C7;
}
.news-template-46 .k-scrollview-pageable > .k-button, .news-template-46 .k-scrollview-nav > .k-link {
  background: #D9D9D9;
}
.news-template-46 .post-title {
  display: flex;
  justify-content: center;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}
.news-template-46 .title-text {
  margin-bottom: 0 !important;
}
.news-template-46 .post-more {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 43px;
  color: #000;
}
.news-template-46 .post-more a {
  color: #d6a022;
}
.news-template-46 .pointer {
  cursor: pointer;
}
.news-template-46 .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-46 .title {
  line-height: 21px;
  font-style: normal;
  font-size: 14px;
  color: #292621;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  max-width: 55%;
  margin: 10px 0;
}
.news-template-46 .post-image {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  object-fit: contain;
  border: 1px solid #0084C7;
}
.news-template-46 .post-image-default {
  height: 100px;
  width: 100px;
}
.news-template-46 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-46 .time-clock {
  display: flex;
}
.news-template-46 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-46 .main-item {
  display: table;
}
.news-template-46 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-46 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-46 .d-flex {
  visibility: visible !important;
}
.news-template-46 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-46 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-46 .menu .menu-row,
.news-template-46 .menu .menu-row-current,
.news-template-46 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-46 .menu .menu-row .menu-item-1,
.news-template-46 .menu .menu-row .menu-item-2,
.news-template-46 .menu .menu-row-current .menu-item-1,
.news-template-46 .menu .menu-row-current .menu-item-2,
.news-template-46 .menu .menu-row-current-border .menu-item-1,
.news-template-46 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-46 .menu .menu-row-current,
.news-template-46 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-46 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-46 .img-figure,
.news-template-46 .img-figure-no-img {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 10px;
}
.news-template-46 .post-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 17px;
  min-width: 50%;
  max-width: 80%;
  justify-content: center;
  gap: 50px;
}
.news-template-46 .post-list .k-pager-info, .news-template-46 .post-list .k-pager-sizes {
  display: none;
}
.news-template-46 .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-46 .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.news-template-46 .post-list .top-part {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-wrap: wrap;
  border-radius: 5px;
  border: none;
  background: #FFF;
  width: 100%;
  text-align: center;
}
.news-template-46 .uppercase {
  text-transform: uppercase;
}
.news-template-46 .top-new-item {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-template-46 .top-new-item .title:hover {
  color: #00396b;
}
.news-template-46 .tooltips {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 1;
}
.news-template-46 .tooltips .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #0084C7;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 3;
  top: -10px;
  left: 80%;
}
.news-template-46 .tooltips .tooltiptext p {
  margin: 0;
}
.news-template-46 a {
  color: #FFF;
}
.news-template-46 .tooltips .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #0084C7 transparent transparent;
}
.news-template-46 .tooltips:hover .tooltiptext {
  visibility: visible;
}
.news-template-46 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-46 .news-template-46-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-46 .news-template-46-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-46 .news-template-46-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-46 .news-template-46-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-46 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-46 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-46 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-46 .dialog-width {
  max-width: 400px;
}
.news-template-46 .k-scrollview-next, .news-template-46 .k-scrollview-prev {
  color: white;
  background-color: #0084C7;
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: 1;
  outline-width: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 30px;
  top: calc(50% - 210px);
  width: 36px;
  border-radius: 3px;
}
.news-template-46 .k-scrollview-next .k-icon, .news-template-46 .k-scrollview-prev .k-icon {
  font-size: 1.5em;
  font-weight: normal;
  padding-left: 8px;
}
.news-template-46 .k-scrollview-wrap {
  border: none;
  height: 190px !important;
}
.news-template-46 .dash-line {
  background: linear-gradient(to right, #DC7E10 20%, #E1E1E1 20%, #E1E1E1 80%, #E1E1E1 80%);
  height: 2px;
  margin-bottom: 15px;
}
.news-template-46 .text-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #696969;
  letter-spacing: -0.01em;
  height: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  white-space: pre-line;
}
.news-template-46 .k-scrollview-wrap .k-scrollview > li {
  display: flex;
  justify-content: center;
}
.news-template-46 .k-scrollview-pageable > .k-button {
  width: 12px;
  height: 12px;
}
.news-template-46 li.ng-tns-c303-1.ng-star-inserted {
  display: flex;
  justify-content: center;
}
.news-template-46 .mobile-view {
  display: none;
}
.news-template-46 .web-view {
  display: block;
}
@media (max-width: 768px) {
  .news-template-46 .main-item {
    margin-top: 20px;
  }
  .news-template-46 .col-md-4 {
    width: 32%;
  }
  .news-template-46 .web-view {
    display: none;
  }
  .news-template-46 .mobile-view {
    display: block;
  }
  .news-template-46 .post-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: 190px;
    min-width: 100%;
    max-width: 100%;
  }
  .news-template-46 .post-list .top-part {
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .news-template-46 .post-more {
    padding: 0px;
    font-size: 18px;
  }
  .news-template-46 .post-title {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .news-template-46 .main-item {
    margin-top: 20px;
  }
  .news-template-46 .web-view {
    display: none;
  }
  .news-template-46 .mobile-view {
    display: block;
  }
  .news-template-46 .post-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: 190px;
    min-width: 100%;
    max-width: 100%;
  }
  .news-template-46 .post-list .top-part {
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .news-template-46 .img-figure, .news-template-46 .post-image {
    height: 80px;
    width: 80%;
  }
  .news-template-46 .post-more {
    padding: 0px;
    font-size: 18px;
  }
  .news-template-46 .post-title {
    display: block;
    margin-bottom: 0;
  }
}
.news-template-47-dialog {
  margin-left: 0px !important;
}
.news-template-47-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-47-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-47-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-47-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-47-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-47-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-47-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-47-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-47-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-47-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-47-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-47-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-47-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-47-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-47-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-47-dialog .float-right {
  float: right;
}
.news-template-47-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-47-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-47-dialog .control {
  margin-bottom: 22px;
}
.news-template-47-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-47-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-47-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-47-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-47-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-47-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-47 {
  width: 100%;
  background-color: #FFFFFF !important;
}
.news-template-47 .button {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
}
.news-template-47 .row {
  --bs-gutter-x: 0;
}
.news-template-47 .k-dialog {
  height: auto !important;
  width: 400px !important;
}
.news-template-47 .pd-l-10 {
  padding-left: 18px;
}
.news-template-47 .post-title {
  display: flex;
  align-items: center;
  color: #00396b;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  background-color: #00396B;
  position: relative;
  min-height: 40px;
}
.news-template-47 .post-more {
  display: flex;
  justify-content: center;
  color: #EB2E35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-47 .post-more a {
  color: #EB2E35;
}
.news-template-47 .pointer {
  cursor: pointer;
}
.news-template-47 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-47 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1F1F1F;
  margin-left: 16px;
  margin-bottom: 0;
  text-decoration: none;
}
.news-template-47 .post-image {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-template-47 .post-image-cover {
  object-fit: cover;
  width: 48px;
}
.news-template-47 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-47 .time-clock {
  display: flex;
}
.news-template-47 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-47 .main-item {
  display: table;
  margin: 0;
}
.news-template-47 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-47 .d-flex {
  visibility: visible !important;
}
.news-template-47 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-47 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-47 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-47 .menu .menu-row,
.news-template-47 .menu .menu-row-current,
.news-template-47 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-47 .menu .menu-row .menu-item-1,
.news-template-47 .menu .menu-row .menu-item-2,
.news-template-47 .menu .menu-row-current .menu-item-1,
.news-template-47 .menu .menu-row-current .menu-item-2,
.news-template-47 .menu .menu-row-current-border .menu-item-1,
.news-template-47 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-47 .menu .menu-row-current,
.news-template-47 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-47 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-47 .img-figure, .news-template-47 .img-figure-no-img {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  width: 48px;
  height: 48px;
  border: 1px solid #D8D8D8;
  border-radius: 100%;
  overflow: hidden;
  background: #FFFFFF;
}
.news-template-47 .img-figure:hover .post-image, .news-template-47 .img-figure-no-img:hover .post-image {
  width: 60%;
  height: 60%;
  margin-top: 9px;
}
.news-template-47 .uppercase {
  color: #FFFFFF;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-47 .top-new-item {
  margin: 15px 0 0 0;
}
.news-template-47 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-47 .news-template-47-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-47 .news-template-47-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-47 .news-template-47-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-47 .news-template-47-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-47 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-47 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-47 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-47 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-47 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-47 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}
.news-template-47 .text-section :hover {
  color: #00396B;
}
.news-template-47 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396B;
  margin-bottom: 9px !important;
  text-decoration: none;
}
.news-template-47 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #1F1F1F;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
.news-template-47 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-template-47 .fixed-item {
  position: fixed;
  padding: 0px 0px 0 0;
  left: calc(100% - 60px);
  top: 65%;
  transform: translateX(-50%);
  z-index: 1001;
}
.news-template-47 .pop-up {
  background-color: #FFFFFF;
  position: absolute;
  min-width: 200px;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 2px 10px);
}
.news-template-47 .pop-up::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 90%;
  margin-left: -5px;
  border-width: 7px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
}
.news-template-47 .pop-up-hotline {
  left: -158px;
  top: -89px;
}
.news-template-47 .pop-up-email {
  left: -210px;
  top: -20px;
}
.news-template-47 .pop-up-title {
  background-color: #025acd;
  color: #FFFFFF;
  padding: 5px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-template-47 .pop-up-content {
  background-color: #FFFFFF;
  display: flex;
  padding: 10px;
}
.news-template-47 .pop-up-content img {
  width: 30px;
  margin-right: 5px;
}
.news-template-47 .hotline {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 700;
}
.news-template-47 .gray-text {
  color: #808080;
  font-weight: 400;
}
.news-template-47 .close-button {
  cursor: pointer;
  margin-right: 3px;
}
.news-template-47 .close-button img {
  width: 10px;
}
.news-template-47 .circles {
  height: 45px;
  width: 45px;
}
.news-template-47 .circles .i {
  animation: growAndFade 3s infinite ease-out;
  background-color: #aaaaaa;
  border-radius: 50%;
  height: 60%;
  opacity: 0;
  position: absolute;
  width: 120%;
  top: 2%;
  left: -23%;
}
.news-template-47 .circles .circle1 {
  animation-delay: 1s;
}
.news-template-47 .circles-1 {
  height: 45px;
  width: 45px;
}
.news-template-47 .circles-1 .i {
  animation: growAndFade 3s infinite ease-out;
  background-color: #aaaaaa;
  border-radius: 50%;
  height: 60%;
  opacity: 0;
  position: absolute;
  width: 120%;
  top: 53%;
  left: -23%;
}
.news-template-47 .circles-1 .circle1-1 {
  animation-delay: 1s;
}
@keyframes growAndFade {
  0% {
    opacity: 0.25;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .news-template-47 .fixed-item {
    top: 70%;
    right: 0px;
    left: auto;
  }
}
.news-template-48-dialog {
  margin-left: 0px !important;
}
.news-template-48-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-48-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-48-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-48-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-48-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-48-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-48-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-48-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-48-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-48-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-48-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-48-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-48-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-48-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-48-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-48-dialog .float-right {
  float: right;
}
.news-template-48-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-48-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-48-dialog .control {
  margin-bottom: 22px;
}
.news-template-48-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-48-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-48-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-48-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-48-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-48 {
  width: 100%;
  position: relative;
}
.news-template-48 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 12px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-48 .vertical-dot .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-48 .vertical-dot .menu {
  background-color: white;
  cursor: pointer;
  width: 130px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-48 .vertical-dot .menu .menu-row,
.news-template-48 .vertical-dot .menu .menu-row-current,
.news-template-48 .vertical-dot .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-48 .vertical-dot .menu .menu-row .menu-item-1,
.news-template-48 .vertical-dot .menu .menu-row .menu-item-2,
.news-template-48 .vertical-dot .menu .menu-row-current .menu-item-1,
.news-template-48 .vertical-dot .menu .menu-row-current .menu-item-2,
.news-template-48 .vertical-dot .menu .menu-row-current-border .menu-item-1,
.news-template-48 .vertical-dot .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-48 .vertical-dot .menu .menu-row-current,
.news-template-48 .vertical-dot .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-48 .vertical-dot .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-48 .d-flex {
  visibility: visible !important;
}
.news-template-48 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-48 .reward-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-48 .reward-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-48 .reward-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-48 .reward-dialog .title-info-req {
  font-weight: 500;
  color: #004a9a;
}
.news-template-48 .background-img {
  position: relative;
}
.news-template-48 .background-img img {
  width: 100%;
}
.news-template-48 .history {
  width: 100%;
  margin: 0 0 100px 0;
}
.news-template-48 .history img {
  width: 100%;
}
.news-template-48 .news {
  border-bottom: 1px solid black;
}
.news-template-48 .dialog-width {
  max-width: 400px;
}
.news-template-48 .uppercase {
  height: 45px;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  color: #006CB5;
  text-transform: uppercase;
}
.news-template-48 .news-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-template-48 .tab-container {
  display: grid;
  border: 1px solid var(--neutral-05, #E3E7EA);
  margin: 15px 0;
  cursor: pointer;
}
.news-template-48 .item-image {
  justify-self: center;
  margin: 20px;
}
.news-template-48 .item-name {
  justify-self: center;
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .news-template-48 .uppercase {
    margin-top: 15px;
    font-size: 25px;
  }
  .news-template-48 .tab-container {
    height: 90%;
    margin: 10px;
  }
  .news-template-48 .item-name {
    font-size: 15px;
  }
}
app-news-template-48 {
  position: relative;
  top: -6px;
}
.news-template-49-dialog {
  margin-left: 0px !important;
}
.news-template-49-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-49-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-49-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-49-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-49-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-49-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-49-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-49-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-49-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-49-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-49-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-49-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-49-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-49-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-49-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-49-dialog .float-right {
  float: right;
}
.news-template-49-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-49-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-49-dialog .control {
  margin-bottom: 22px;
}
.news-template-49-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-49-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-49-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-49-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-49-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-49-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-49 {
  width: 100%;
  background-color: #ffffff !important;
}
.news-template-49 .row {
  --bs-gutter-x: 0;
}
.news-template-49 .k-dialog {
  height: 100%;
  width: 100%;
}
.news-template-49 .pd-l-10 {
  padding-left: 18px;
}
.news-template-49 .menu-col {
  padding-right: 10px;
}
.news-template-49 .post-title {
  align-items: center;
  position: relative;
  min-height: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #ee4623;
  position: relative;
}
.news-template-49 .post-title .nav-scroll {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 6px;
}
.news-template-49 .post-title .nav-item,
.news-template-49 .post-title .nav-item-selected {
  box-sizing: border-box;
  padding: 8px 0px 8px 0px;
  font-weight: 400;
  font-size: 16px;
  border: none;
  background-color: #ffffff;
  text-transform: uppercase;
}
.news-template-49 .post-title .nav-item-selected {
  border: none;
  font-weight: 700;
  color: #007fae;
}
@keyframes mykey {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.news-template-49 .post-title .nav-scroll-selected::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #007fae;
  left: 0;
  bottom: 0;
  margin-bottom: 15px;
  animation: mykey 0.3s ease-out;
}
.news-template-49 .post-title .menu-bar {
  background-color: #ffffff;
  align-items: center;
  color: #494949;
  text-align: left;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  padding: 0 12px;
  padding-left: 0px;
  padding-top: 14px;
  width: 100%;
  height: 50px;
  margin-bottom: 35px;
}
.news-template-49 .post-title .menu-bar:hover {
  overflow-x: auto;
}
.news-template-49 .post-title .menu-bar::-webkit-scrollbar {
  height: 4px;
}
.news-template-49 .post-title .menu-bar::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
.news-template-49 .post-title .menu-bar::-webkit-scrollbar-track {
  padding-top: 1px;
  padding-bottom: 1px;
  background: white;
}
.news-template-49 .post-more {
  display: flex;
  justify-content: center;
  color: #eb2e35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-49 .post-more a {
  color: #eb2e35;
}
.news-template-49 .pointer {
  cursor: pointer;
}
.news-template-49 .icon-clock {
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.news-template-49 .icon-arrow {
  width: 16px;
  height: 16px;
  margin-top: -4px;
  margin-left: 8px;
}
.news-template-49 .title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #1f1f1f;
  margin-bottom: 0;
}
.news-template-49 .post-image,
.news-template-49 .post-image-cover {
  height: 200px;
  width: 100%;
  border-radius: 5px;
}
.news-template-49 .post-image-cover {
  object-fit: cover;
}
.news-template-49 .post-right-image {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.news-template-49 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-49 .time-clock {
  display: flex;
  align-items: center;
}
.news-template-49 .clock {
  width: 15px;
  margin-right: 5px;
}
.news-template-49 .time-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #5f717b;
  padding: 0;
  margin: 0;
}
.news-template-49 .main-item {
  margin: 0;
  width: 100%;
}
.news-template-49 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-49 .d-flex {
  visibility: visible !important;
}
.news-template-49 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-49 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-49 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-49 .menu .menu-row,
.news-template-49 .menu .menu-row-current,
.news-template-49 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-49 .menu .menu-row .menu-item-1,
.news-template-49 .menu .menu-row .menu-item-2,
.news-template-49 .menu .menu-row-current .menu-item-1,
.news-template-49 .menu .menu-row-current .menu-item-2,
.news-template-49 .menu .menu-row-current-border .menu-item-1,
.news-template-49 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-49 .menu .menu-row-current,
.news-template-49 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-49 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-49 .img-figure,
.news-template-49 .img-figure-no-img {
  height: 100%;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.news-template-49 .uppercase {
  height: 45px;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  color: #006cb5;
  text-transform: uppercase;
}
.news-template-49 .k-scrollview-wrap {
  border: none;
}
.news-template-49 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-49 .news-template-49-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-49 .news-template-49-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-49 .news-template-49-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-49 .news-template-49-dialog .title-info-req {
  font-weight: 500;
  color: #004a9a;
}
.news-template-49 .input-label {
  color: #004a9a;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-49 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-49 .btn-detail {
  margin-top: 26px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #ee4623;
  border-radius: 3px;
}
.news-template-49 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-49 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-49 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 49px;
}
.news-template-49 .text-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.news-template-49 .text-section :hover {
  color: #00396b;
}
.news-template-49 .title-first {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 0px !important;
}
.news-template-49 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #454545;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
.news-template-49 .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-template-49 .content-right {
  padding-top: 25px;
  padding-left: 30px;
}
.news-template-49 .detail-btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #4d4d4d;
  padding-left: 3px;
}
.news-template-49 .top-new-first-item {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-49 .top-new-first-item .title:hover {
  color: #00396b;
}
.news-template-49 .top-new-item {
  margin-bottom: 47px;
  justify-content: space-between;
  text-decoration: none;
}
.news-template-49 .top-new-item .title:hover {
  color: #00396b;
}
.news-template-49 .post-list {
  margin-right: -20px;
}
.news-template-49 .post-list .k-pager-info,
.news-template-49 .post-list .k-pager-sizes {
  display: none;
}
.news-template-49 .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.news-template-49 .post-list .k-pager .k-state-selected {
  background-color: #d6a022;
  border: none;
}
.news-template-49 .post-list .top-part {
  display: flex;
  flex-direction: row;
  margin-right: 30px;
  height: 100%;
}
.news-template-49 .post-image {
  height: 189px;
  width: 100%;
  object-fit: cover;
}
.news-template-49 .post-image-default {
  height: 271px;
  width: 100%;
}
.news-template-49 .first-post-image-default {
  height: 271px;
  width: 100%;
}
.news-template-49 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-49 .hide-item {
  display: none;
}
.news-template-49 .line {
  border: 1px solid #dc7e10;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
}
.news-template-49 .title-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #000000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  margin-bottom: 16px;
  min-height: 80px;
}
.news-template-49 .summary {
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
}
.news-template-49 .news-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-template-49 .left-box {
  margin-right: 20px;
}
.news-template-49 .right-item-detail {
  height: 50%;
}
.news-template-49 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: transparent;
}
.news-template-49 .pointer {
  cursor: pointer;
}
.news-template-49 .video-title {
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-template-49 .dialog-width {
  max-width: 400px;
  max-height: 354px;
}
.news-template-49 .dialog-width-video {
  width: 1040px;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.news-template-49 .width-full {
  width: 100%;
  position: relative;
}
.news-template-49 .d-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
.news-template-49 .download-radio {
  width: 32px;
  height: 32px;
  min-width: 32px;
  position: relative;
  border-radius: 32px;
  background: var(--1, linear-gradient(180deg, #006CB5 0%, #00AEEF 100%));
  border: none;
}
.news-template-49 .download-radio-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-template-49 .radio-container {
  align-items: center;
  display: flex;
  margin: 10px 0;
}
.news-template-49 .radio-info {
  margin-right: 6%;
  max-width: 42%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-template-49 .album-name {
  font-style: normal;
  font-weight: 700;
  color: #3F3F3F;
  font-size: 16px;
  font-weight: 700;
}
.news-template-49 .author-name {
  max-width: 4.5%;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.news-template-49 .radio-order {
  color: #006CB5;
  font-size: 16px;
  font-weight: 700;
  width: 2%;
}
.news-template-49 .radio-duration {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.news-template-49 .view-count-icon {
  max-width: 1.2%;
  margin: 0 0.7% 0 7%;
  color: #C2C2C2;
}
.news-template-49 .view-count {
  color: #C2C2C2;
  font-size: 16px;
  font-weight: 700;
  margin-right: 6%;
  max-width: 3%;
  width: 100%;
}
.news-template-49 .media {
  position: relative;
  width: 6%;
  margin: 0 2% 0 1%;
  border: #E3E7EA 1px solid;
  border-radius: 5px;
}
.news-template-49 .post-image-cover {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 5px;
}
.news-template-49 audio {
  height: 40px;
  width: 350px;
}
@media screen and (max-width: 1200px) {
  .news-template-49 .pd-l-10 {
    padding-left: 0px;
  }
  .news-template-49 .d-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-template-49 .video-title {
    font-size: 18px !important;
  }
  .news-template-49 .post-more {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .news-template-49 .dialog-width-video {
    max-width: 90% !important;
    max-height: 317px !important;
  }
  .news-template-49 .k-dialog {
    height: 100% !important;
    width: 100% !important;
  }
  .news-template-49 .close-icon-div {
    position: relative;
    float: right;
    top: -30px;
  }
  .news-template-49 .k-window-content {
    padding: 0px !important;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background: none;
    outline: 0;
    overflow: hidden;
    position: absolute !important;
    flex: 1 1 auto;
  }
  .news-template-49 .k-dialog {
    position: initial !important;
  }
  .news-template-49 .line {
    border: 1px solid #dc7e10;
    margin-top: 5px;
    margin-bottom: 10px;
    min-width: auto;
  }
  .news-template-49 .post-list {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
  }
  .news-template-49 .post-list .top-part {
    display: flex;
    flex-direction: column;
    margin-right: 0px;
  }
  .news-template-49 .top-new-item {
    padding-right: 10px;
    display: block;
  }
  .news-template-49 .content-right {
    padding-top: 0px;
  }
  .news-template-49 .title-text {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .news-template-49 .d-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-template-49 .post-title .arrow-box {
    position: relative;
  }
  .news-template-49 .post-title .title-right {
    position: relative;
    left: 0;
    top: 0;
    width: 20%;
  }
  .news-template-49 .post-title .menu-bar {
    width: 90%;
  }
  .news-template-49 .radio-container {
    display: block;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    margin: 20px 0;
    padding: 5px;
    font-size: 14px;
  }
  .news-template-49 audio {
    margin-top: 0px;
    width: 100%;
    height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 576px) {
  .news-template-49 .d-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .news-template-49 iframe {
    width: 100%;
    height: 100%;
  }
  .news-template-49 .dialog-width-video {
    max-width: 90%;
    max-height: 317px;
  }
  .news-template-49 .k-dialog {
    height: 100% !important;
    width: 100% !important;
  }
  .news-template-49 .close-icon-div {
    position: relative;
    right: 35px !important;
    top: -30px;
  }
  .news-template-49 .k-window-content {
    padding: 0px !important;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background: none;
    outline: 0;
    overflow: hidden;
    position: absolute;
    flex: 1 1 auto;
  }
  .news-template-49 .k-dialog {
    position: initial;
  }
  .news-template-49 .top-part {
    margin-right: 0px;
  }
}
.print-page {
  margin: 0 auto;
  height: 100%;
}
.print-page .margin-box {
  margin: auto;
}
.print-page .detail-body {
  width: calc(100% - 250px);
  min-width: 80%;
  max-width: 1550px;
}
.print-page .detail-body .btn-print {
  color: #fff;
  background-color: #006CB5;
  padding: 8px 12px;
  text-decoration: none;
  cursor: pointer;
}
.print-page .detail-body .btn-print:hover {
  opacity: 0.6;
}
.video-template,
.video-template-without-time {
  width: 100%;
}
.video-template .row,
.video-template-without-time .row {
  --bs-gutter-x: 0;
}
.video-template .small-post,
.video-template-without-time .small-post {
  display: flex;
  flex-direction: row;
}
.video-template .k-dialog,
.video-template-without-time .k-dialog {
  object-fit: cover;
}
.video-template .video-container,
.video-template-without-time .video-container {
  width: 100%;
  height: 100%;
}
.video-template .no-pointer-events,
.video-template-without-time .no-pointer-events {
  pointer-events: none;
}
.video-template .video-container iframe,
.video-template-without-time .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.video-template .video-title,
.video-template-without-time .video-title {
  position: relative;
  margin-bottom: 20px;
  padding: 6px 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #004A9A;
  word-break: break-word;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}
.video-template .video-title:hover,
.video-template-without-time .video-title:hover {
  color: #00396b;
}
@media screen and (max-width: 1135px) {
  .video-template .video-title,
.video-template-without-time .video-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 770px) {
  .video-template .video-title,
.video-template-without-time .video-title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    padding: 4px 8px 8px 10px;
    border-left-width: 3px;
  }
}
.video-template .post-more,
.video-template-without-time .post-more {
  display: flex;
  justify-content: center;
  color: #d6a022;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 4px;
}
.video-template .post-more a,
.video-template-without-time .post-more a {
  color: #d6a022;
}
.video-template .container-fluid,
.video-template-without-time .container-fluid {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.video-template .desktop-width,
.video-template-without-time .desktop-width {
  width: 100%;
  position: relative;
  top: 20px;
  height: 100%;
  padding: 0 0;
}
.video-template .content-width,
.video-template-without-time .content-width {
  margin: 0 auto;
  height: 100%;
}
.video-template .content-width-mainpage,
.video-template-without-time .content-width-mainpage {
  width: auto;
  height: 100%;
}
.video-template .content-width-media,
.video-template-without-time .content-width-media {
  width: calc(100% - 250px);
  height: 100%;
}
.video-template .pointer,
.video-template-without-time .pointer {
  cursor: pointer;
}
.video-template .image-name,
.video-template-without-time .image-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #FFFFFF;
  padding: 8px 12px;
  height: 115px;
  background-image: url('slider-title-background.5702ca1f924c613a86d3.png') !important;
  white-space: pre-line;
  border-radius: 0px 0px 4px 0px;
}
.video-template .icon-clock,
.video-template-without-time .icon-clock {
  width: 14px;
  height: 14px;
}
.video-template .padding-box,
.video-template-without-time .padding-box {
  height: 100%;
}
.video-template .width-first,
.video-template-without-time .width-first {
  width: 536px;
}
.video-template .post-image,
.video-template .post-image-radius,
.video-template-without-time .post-image,
.video-template-without-time .post-image-radius {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-template .post-image-radius,
.video-template-without-time .post-image-radius {
  border-radius: none;
}
.video-template .post-image-default,
.video-template-without-time .post-image-default {
  height: 100%;
  width: 100%;
}
.video-template .post-image-org,
.video-template-without-time .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.video-template .time-clock,
.video-template-without-time .time-clock {
  display: flex;
}
.video-template .time-text,
.video-template-without-time .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.video-template .main-item,
.video-template-without-time .main-item {
  display: table;
}
.video-template .vertical-dot,
.video-template-without-time .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 999;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: none;
  visibility: hidden;
}
.video-template .main-item:hover .vertical-dot,
.video-template-without-time .main-item:hover .vertical-dot {
  visibility: visible;
}
.video-template .d-flex,
.video-template-without-time .d-flex {
  visibility: visible !important;
}
.video-template .three-dot-area,
.video-template-without-time .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.video-template .menu,
.video-template-without-time .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.video-template .menu .menu-row,
.video-template .menu .menu-row-current,
.video-template .menu .menu-row-current-border,
.video-template-without-time .menu .menu-row,
.video-template-without-time .menu .menu-row-current,
.video-template-without-time .menu .menu-row-current-border {
  cursor: pointer;
}
.video-template .menu .menu-row .menu-item-1,
.video-template .menu .menu-row .menu-item-2,
.video-template .menu .menu-row-current .menu-item-1,
.video-template .menu .menu-row-current .menu-item-2,
.video-template .menu .menu-row-current-border .menu-item-1,
.video-template .menu .menu-row-current-border .menu-item-2,
.video-template-without-time .menu .menu-row .menu-item-1,
.video-template-without-time .menu .menu-row .menu-item-2,
.video-template-without-time .menu .menu-row-current .menu-item-1,
.video-template-without-time .menu .menu-row-current .menu-item-2,
.video-template-without-time .menu .menu-row-current-border .menu-item-1,
.video-template-without-time .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.video-template .menu .menu-row-current,
.video-template .menu .menu-row-current-border,
.video-template-without-time .menu .menu-row-current,
.video-template-without-time .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.video-template .menu .menu-item-3,
.video-template-without-time .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.video-template .padding,
.video-template-without-time .padding {
  padding-left: 15px;
}
.video-template .img-first,
.video-template-without-time .img-first {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-template .post-img-first,
.video-template-without-time .post-img-first {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0px;
}
.video-template .img-figure-first,
.video-template-without-time .img-figure-first {
  width: 100%;
  height: 100%;
}
.video-template .img-figure,
.video-template .img-figure-no-img,
.video-template .img-figure-template-type-2,
.video-template-without-time .img-figure,
.video-template-without-time .img-figure-no-img,
.video-template-without-time .img-figure-template-type-2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin: 0px;
  object-fit: cover;
  border-radius: 3px;
}
.video-template .img-figure-other,
.video-template-without-time .img-figure-other {
  position: relative;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  position: relative;
  object-fit: cover;
}
.video-template .media-hot,
.video-template-without-time .media-hot {
  position: relative;
  margin-bottom: 0px;
}
.video-template .img-figure-template-type-2,
.video-template-without-time .img-figure-template-type-2 {
  height: 153px;
}
.video-template .img-figure-2,
.video-template-without-time .img-figure-2 {
  height: 260px !important;
}
.video-template .post-list,
.video-template-without-time .post-list {
  display: flex;
  margin-right: -20px;
}
.video-template .post-list .k-pager-info,
.video-template .post-list .k-pager-sizes,
.video-template-without-time .post-list .k-pager-info,
.video-template-without-time .post-list .k-pager-sizes {
  display: none;
}
.video-template .post-list .k-pager kendo-datapager-prev-buttons,
.video-template-without-time .post-list .k-pager kendo-datapager-prev-buttons {
  margin-left: auto;
}
.video-template .post-list .k-pager .k-state-selected,
.video-template-without-time .post-list .k-pager .k-state-selected {
  background-color: #D6A022;
  border: none;
}
.video-template .post-list .top-part,
.video-template-without-time .post-list .top-part {
  display: flex;
  flex-direction: column;
  margin-right: 36px;
}
.video-template .margin-right,
.video-template-without-time .margin-right {
  margin-right: 36px;
}
.video-template .top-new-item,
.video-template-without-time .top-new-item {
  margin: 10px 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.video-template .top-new-item .title:hover,
.video-template-without-time .top-new-item .title:hover {
  color: #00396b;
}
.video-template .close-div,
.video-template-without-time .close-div {
  display: flex;
  margin-top: 3px;
}
.video-template .description-text,
.video-template-without-time .description-text {
  text-align: justify;
}
.video-template .description-text figure,
.video-template-without-time .description-text figure {
  width: 100% !important;
  height: 500px;
}
.video-template .description-text figure iframe,
.video-template-without-time .description-text figure iframe {
  height: 100%;
  width: 100%;
}
.video-template .description-text p,
.video-template-without-time .description-text p {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000 !important;
}
.video-template .description-text blockquote,
.video-template-without-time .description-text blockquote {
  border-left: none solid #d9d9d9;
  padding-left: 15px;
  font-style: italic;
}
.video-template .center,
.video-template-without-time .center {
  position: fixed;
  bottom: 57px;
  width: 50vw;
  left: 10px;
  right: 10px;
  /* margin-left: 53px; */
  margin: 0 auto;
  z-index: 10000000000;
}
.video-template .video-template-dialog,
.video-template-without-time .video-template-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.video-template .video-template-dialog .close-icon-div,
.video-template-without-time .video-template-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.video-template .video-template-dialog .close-icon,
.video-template-without-time .video-template-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.video-template .video-template-dialog .title-info-req,
.video-template-without-time .video-template-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.video-template .close-icon-div,
.video-template-without-time .close-icon-div {
  position: absolute;
  right: 10px;
}
.video-template .input-label,
.video-template-without-time .input-label {
  color: #004A9A;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.video-template .btn-delete,
.video-template-without-time .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: none;
  background-color: #1c8d43;
  border: none;
  color: white;
  font-size: 14px;
}
.video-template .btn-cancel,
.video-template-without-time .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: none;
  background-color: #6c757d;
  border: none;
  color: white;
  font-size: 14px;
}
.video-template .dialog-width,
.video-template-without-time .dialog-width {
  max-width: 400px;
}
.video-template .content,
.video-template-without-time .content {
  display: flex;
  flex-direction: column;
}
.video-template .dialog-opened,
.video-template-without-time .dialog-opened {
  position: relative;
  overflow: hidden !important;
}
.video-template .image-list,
.video-template-without-time .image-list {
  /* Căn giữa danh sách hình ảnh */
  display: flex;
  justify-content: center;
}
.video-template .smallImg,
.video-template-without-time .smallImg {
  width: 165px;
  height: 134px;
  padding-top: 37px;
  padding-right: 30px;
}
.video-template .dialog-width-images,
.video-template-without-time .dialog-width-images {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.video-template .k-dialog .dialog2,
.video-template-without-time .k-dialog .dialog2 {
  height: 70% !important;
  width: 78% !important;
  top: 0px;
}
.video-template .dialogimage2 .k-window-content,
.video-template .k-prompt-container,
.video-template-without-time .dialogimage2 .k-window-content,
.video-template-without-time .k-prompt-container {
  padding: 0px !important;
  border-width: none;
  border-color: none;
  color: inherit;
  background: none;
  outline: 0;
  overflow: auto;
  position: relative;
  flex: 1 1 auto;
}
.video-template .koverley2 .k-overlay,
.video-template-without-time .koverley2 .k-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}
.video-template .overlay,
.video-template-without-time .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: transparent;
}
.video-template .opend-dialog,
.video-template-without-time .opend-dialog {
  max-width: 100% !important;
  max-height: 100% !important;
}
.video-template .dialog-container,
.video-template-without-time .dialog-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-template .close-div2,
.video-template-without-time .close-div2 {
  display: flex;
}
.video-template .dialog-opened,
.video-template-without-time .dialog-opened {
  position: relative;
  overflow: hidden !important;
}
.video-template .title,
.video-template .template-title,
.video-template .post-title,
.video-template .description-text,
.video-template-without-time .title,
.video-template-without-time .template-title,
.video-template-without-time .post-title,
.video-template-without-time .description-text {
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #FFFFFF;
}
.video-template .template-title,
.video-template-without-time .template-title {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  line-height: 30px;
  padding-top: 36px;
}
.video-template .title-template-type-2,
.video-template-without-time .title-template-type-2 {
  line-height: 20px;
  font-style: normal;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #2B2B2B;
  margin-bottom: 20px;
}
.video-template .post-title,
.video-template-without-time .post-title {
  padding-top: 10px;
  margin-bottom: 10px;
}
.video-template .title-first,
.video-template-without-time .title-first {
  font-size: 16px;
  line-height: 30px;
}
.video-template .title-other,
.video-template-without-time .title-other {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 22px;
}
.video-template .description-text,
.video-template-without-time .description-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
.video-template .aaa,
.video-template-without-time .aaa {
  flex: 0 0 auto;
  width: 35.5%;
}
.video-template .bbb,
.video-template-without-time .bbb {
  flex: 0 0 auto;
  width: 62.1%;
}
.video-template .d-grid,
.video-template-without-time .d-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 36px;
  object-fit: cover;
}
.video-template .dialog-container,
.video-template-without-time .dialog-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-template .dialogimage2 .k-window-content, .video-template .k-prompt-container,
.video-template-without-time .dialogimage2 .k-window-content,
.video-template-without-time .k-prompt-container {
  padding: 0px !important;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: none;
  outline: 0;
  overflow: hidden;
  position: relative;
  flex: 1 1 auto;
}
.video-template .width-full,
.video-template-without-time .width-full {
  width: 100%;
  height: 100%;
}
.video-template .opend-dialog-images .video-container,
.video-template-without-time .opend-dialog-images .video-container {
  height: 700px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .video-template .container-fluid,
.video-template-without-time .container-fluid {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .video-template .container-fluid [class*=col-],
.video-template-without-time .container-fluid [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .video-template .img-figure-other,
.video-template-without-time .img-figure-other {
    width: 100%;
    height: 287px;
  }
}
@media screen and (max-width: 770px) {
  .video-template .content-width,
.video-template-without-time .content-width {
    margin: 10px 0px !important;
    width: 80%;
  }
  .video-template .post-img-first,
.video-template-without-time .post-img-first {
    height: 200px !important;
  }
  .video-template .img-figure-other,
.video-template-without-time .img-figure-other {
    height: 150px !important;
  }
  .video-template .dialog-width-images,
.video-template-without-time .dialog-width-images {
    max-height: 317px;
  }
  .video-template .opend-dialog-images .video-container,
.video-template-without-time .opend-dialog-images .video-container {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .video-template .padding-box,
.video-template-without-time .padding-box {
    padding: 0 20px;
  }
}
.news-template-51-dialog {
  max-width: 500px !important;
  max-height: 75% !important;
  margin-left: 0px !important;
}
.news-template-51-dialog .vnpt-upload-img .k-upload {
  display: none;
}
.news-template-51-dialog .vnpt-upload-img img {
  width: 160px;
}
.news-template-51-dialog .err-text {
  color: #ff6358;
  margin-left: 15px;
  font-style: italic;
}
.news-template-51-dialog .required {
  color: #ff6358;
  padding-left: 3px;
  font-style: italic;
}
.news-template-51-dialog .err {
  border: 1px solid #ea4335;
  animation: myerr 1s infinite;
}
@keyframes myerr {
  0% {
    border-color: #ea4335;
  }
  25% {
    border-color: yellow;
  }
  50% {
    border-color: blue;
  }
  100% {
    border-color: #34a853;
  }
}
:host ::ng-deep .news-template-51-dialog.x-dialog {
  max-width: 768px;
  max-height: 565px;
}
.news-template-51-dialog .custom-btn-addNew {
  margin-top: 10px !important;
}
.news-template-51-dialog .btn-addNew {
  text-align: right;
  display: inherit;
  margin-right: 15px;
  margin-bottom: 5px;
}
:host ::ng-deep .news-template-51-dialog .btn-custom {
  width: 100%;
}
:host ::ng-deep .news-template-51-dialog .btn-custom button {
  background: #cd330d;
  color: white;
  width: 100%;
}
.news-template-51-dialog .default-lang {
  border-bottom: none;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.news-template-51-dialog .selected-lang {
  border-bottom: 3px red solid;
}
@media (max-width: 600px) {
  :host ::ng-deep .k-window {
    width: 90%;
    height: 90%;
  }

  :host ::ng-deep .news-template-51-dialog.x-dialog {
    max-width: 768px;
    max-height: none;
  }

  .news-template-51-dialog .vnpt-upload-img img {
    width: 99px;
  }
}
.news-template-51-dialog .row-file {
  margin-bottom: 5px;
}
.news-template-51-dialog .float-right {
  float: right;
}
.news-template-51-dialog .border-infor {
  background: #FFFFFF;
  border: 0.6px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 11px;
}
.news-template-51-dialog .label-infor {
  color: #407BFF;
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.news-template-51-dialog .control {
  margin-bottom: 22px;
}
.news-template-51-dialog .input-label {
  margin: 10px;
  margin-left: 15px;
}
.news-template-51-dialog .input-box {
  height: 40px;
  margin: 10px 15px;
  width: calc(100% - 30px);
  border: solid 1px #e9e9e9;
  border-radius: 0px;
  background-color: white;
}
.news-template-51-dialog .input-box .k-input {
  height: 38px;
  margin-top: -1px;
}
.news-template-51-dialog .input-box .k-clear-value {
  height: 38px;
  margin-top: -1px;
}
.news-template-51-dialog .btn-save {
  margin: 15px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
}
.news-template-51-dialog .padding-col {
  padding: 7px 15px 0;
}
.news-template-51 {
  width: 100%;
  background-color: #ffffff !important;
  padding-top: 20px;
}
.news-template-51 .row {
  --bs-gutter-x: 0;
}
.news-template-51 .full-width {
  width: 100%;
}
.news-template-51 .k-dialog {
  height: auto !important;
  width: auto !important;
}
.news-template-51 .sidebar {
  contain: inline-size;
}
.news-template-51 .menu-img {
  width: 100%;
  cursor: pointer;
}
.news-template-51 .post-img {
  width: 100%;
  margin-top: 20px;
}
.news-template-51 .post-title {
  display: flex;
  font-size: 20px;
  margin: 5px 0;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-template-51 .dots-wrapper {
  text-align: center;
  margin: 10px 0;
}
.news-template-51 .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.news-template-51 .dot.active {
  background-color: #555;
}
.news-template-51 .post-summary {
  font-size: 15px;
  line-height: 30px;
}
.news-template-51 .post-time {
  color: #006CB5;
  font-size: 14px;
}
.news-template-51 .post-more {
  display: flex;
  justify-content: center;
  color: #eb2e35;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-template-51 .post-more a {
  color: #eb2e35;
}
.news-template-51 .pointer {
  cursor: pointer;
}
.news-template-51 .icon-clock {
  width: 14px;
  height: 14px;
}
.news-template-51 .title {
  min-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  margin-left: 16px;
  margin-bottom: 0;
}
.news-template-51 .post-image {
  height: 198px;
  width: 100%;
  object-fit: cover;
}
.news-template-51 .post-image-org {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40%;
}
.news-template-51 .time-clock {
  display: flex;
}
.news-template-51 .time-text {
  color: #979797;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.news-template-51 .main-item {
  display: table;
}
.news-template-51 .main-item .row {
  flex-wrap: nowrap;
}
.news-template-51 .vertical-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #808080;
  color: white;
  z-index: 10;
  margin-top: 3px;
  margin-left: 3px;
  border-radius: 2px;
  visibility: hidden;
}
.news-template-51 .main-item:hover .vertical-dot {
  visibility: visible;
}
.news-template-51 .three-dot-area {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.news-template-51 .d-flex {
  visibility: visible !important;
}
.news-template-51 .menu {
  background-color: white;
  cursor: pointer;
  width: 110px;
  top: 43%;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.news-template-51 .menu .menu-row,
.news-template-51 .menu .menu-row-current,
.news-template-51 .menu .menu-row-current-border {
  cursor: pointer;
}
.news-template-51 .menu .menu-row .menu-item-1,
.news-template-51 .menu .menu-row .menu-item-2,
.news-template-51 .menu .menu-row-current .menu-item-1,
.news-template-51 .menu .menu-row-current .menu-item-2,
.news-template-51 .menu .menu-row-current-border .menu-item-1,
.news-template-51 .menu .menu-row-current-border .menu-item-2 {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-template-51 .menu .menu-row-current,
.news-template-51 .menu .menu-row-current-border {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.news-template-51 .menu .menu-item-3 {
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-template-51 .img-figure,
.news-template-51 .img-figure-no-img {
  height: 198px;
  max-width: 372px;
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-51 .uppercase {
  color: #ffffff;
  padding-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.news-template-51 .top-new-item {
  margin: 10px 0;
  width: 100%;
}
.news-template-51 .close-div {
  display: flex;
  margin-top: 3px;
}
.news-template-51 .news-template-51-dialog {
  display: flex;
  justify-content: center;
  position: relative;
}
.news-template-51 .news-template-51-dialog .close-icon-div {
  position: absolute;
  right: 10px;
}
.news-template-51 .news-template-51-dialog .close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news-template-51 .news-template-51-dialog .title-info-req {
  font-weight: 500;
  color: #004A9A;
}
.news-template-51 .input-label {
  color: #004A9A;
  margin: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
}
.news-template-51 .btn-delete {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #1c8d43;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-51 .btn-cancel {
  margin: 15px;
  width: 100px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #6c757d;
  border: hidden;
  color: white;
  font-size: 14px;
}
.news-template-51 .flower-img {
  width: 19px;
  height: 19px;
  margin: 10px;
}
.news-template-51 .first-news-deco {
  position: absolute;
  right: 0px;
  height: 40px;
  width: 49px;
}
.news-template-51 .text-section {
  display: flex;
  min-height: 30px;
  margin-top: 10px;
}
.news-template-51 .title-first {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #00396b;
}
.news-template-51 .new-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
:root {
  --outlet-content-width: 1024px;
  --main-color: #0b68a4;
}
.router-outlet-content {
  width: 1024px;
  width: 100%;
  max-width: 1040px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .router-outlet-content {
    width: auto;
    margin: 0px;
  }
}
@media screen and (max-width: 576px) {
  .router-outlet-content {
    width: auto;
    margin: 0px;
  }
}
html {
  background-color: white !important;
}
body {
  margin: 0;
  overflow-x: hidden;
}
.loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.loading img {
  max-width: 100px;
}
.plain-container {
  display: none !important;
}
.fancybox__container {
  z-index: 10000;
}
