.k-sr-only {
    position: absolute;
    left: -1px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.k-theme-test-class,
.k-common-test-class {
    opacity: 0;
}

.k-body {
    font-size: var(--kendo-font-size, inherit);
    font-family: var(--kendo-font-family, inherit);
    line-height: var(--kendo-line-height, normal);
    font-weight: var(--kendo-font-weight, normal);
    letter-spacing: var(--kendo-letter-spacing, normal);
    color: var(--kendo-body-text, initial);
    background-color: var(--kendo-body-bg, initial);
    margin: 0;
}

.k-hstack, .k-hbox {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.k-vstack, .k-vbox {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}

.k-spacer, .k-flex {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-spacer-sized {
    -webkit-box-flex: 0;
            flex: none;
}

.k-float-wrap::after, .k-floatwrap::after {
    content: "";
    display: block;
    clear: both;
}

.k-flex-layout {
    display: -webkit-box;
    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;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
    flex-shrink: 0 !important;
    align-self: stretch;
}

.k-separator-horizontal,
.k-vstack > .k-separator,
.k-vbox > .k-separator {
    width: auto;
    height: 0;
    border-width: 1px 0 0;
}

.k-separator-vertical,
.k-hstack > .k-separator,
.k-hbox > .k-separator {
    width: 0;
    height: auto;
    border-width: 0 0 0 1px;
}

hr.k-separator {
    margin: 0;
    padding: 0;
}

.k-hidden {
    display: none !important;
}

.k-rtl {
    direction: rtl;
}

[hidden] {
    display: none !important;
}

script {
    display: none !important;
}

.k-disabled,
.k-widget[disabled],
.k-disabled {
    outline: none;
    cursor: default;
    color: var(--kendo-disabled-text, inherit);
    border-color: var(--kendo-disabled-border, inherit);
    pointer-events: none;
    box-shadow: none;
}

.k-disabled .k-link,
.k-widget[disabled] .k-link,
.k-disabled .k-link {
    cursor: default;
    outline: 0;
}

.k-hr {
    margin-block: 16px;
    padding: 0;
    height: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: var(--kendo-component-border, inherit);
    display: block;
    float: none;
    clear: both;
}

.k-d-flex-row > .k-hr {
    margin: 0;
    width: 0;
    height: auto;
    border-width: 0 0 0 1px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-d-flex-col > .k-hr {
    margin: 0;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-sprite {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.k-image {
    display: inline-block;
}

.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%;
    -webkit-transform: translate(-50%, -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-dirty {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-width: 3px;
    border-style: solid;
    border-block-start-color: currentColor;
    border-block-end-color: transparent;
    border-inline-start-color: transparent;
    border-inline-end-color: currentColor;
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
}

.k-loading-mask,
.k-loading-image,
.k-loading-color {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.k-loading-mask *,
.k-loading-mask *::before,
.k-loading-mask *::after, .k-loading-mask::before, .k-loading-mask::after,
.k-loading-image *,
.k-loading-image *::before,
.k-loading-image *::after,
.k-loading-image::before,
.k-loading-image::after,
.k-loading-color *,
.k-loading-color *::before,
.k-loading-color *::after,
.k-loading-color::before,
.k-loading-color::after {
    box-sizing: border-box;
}

.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 {
    opacity: 0.3;
}

.k-i-loading {
    width: 1em;
    height: 1em;
    line-height: 1;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    vertical-align: middle;
    position: relative;
    background-color: transparent;
    box-sizing: border-box;
}

.k-i-loading::before, .k-i-loading::after {
    box-sizing: border-box;
}

.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;
    -webkit-animation: k-loading-animation .7s linear infinite;
            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: clamp(0.015em, 1px, 1px);
    font-size: 4em;
}

@-webkit-keyframes k-loading-animation {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes k-loading-animation {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.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: white;
    background-color: var(--kendo-primary-60, #ff6358);
    border-color: var(--kendo-primary-100, rgba(0, 0, 0, 0.08));
    opacity: .6;
}

.k-marquee-text {
    color: white;
}

:root {
    --kendo-elevation-1: 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-2: 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-3: 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-4: 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-5: 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-6: 0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-7: 0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-8: 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-9: 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12);
}

.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%;
    -webkit-transform: translate(-50%, -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 ::-moz-selection {
    background-color: #ff6358;
    color: white;
}

.k-text-selection ::selection {
    background-color: #ff6358;
    color: white;
}

.k-block,
.k-panel {
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
}

.k-block > .k-header,
.k-panel > .k-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
    padding-inline: 8px;
    padding-block: 4px;
}

.k-block > .k-content,
.k-panel > .k-content {
    padding-inline: 8px;
    padding-block: 4px;
}

.k-content {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-disabled,
.k-widget[disabled] {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}

.k-disabled .k-link,
.k-widget[disabled] .k-link {
    cursor: default;
    outline: 0;
}

.k-disabled [disabled],
.k-disabled .k-disabled,
.k-widget[disabled] [disabled],
.k-widget[disabled] .k-disabled {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

.k-hr {
    margin: 16px 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;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-d-flex-col > .k-hr {
    margin: 0;
    -webkit-box-flex: 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-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 {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
}

.k-push-right-enter-active, .k-push-right-appear-active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-push-right-exit {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.k-push-right-exit-active {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-push-left-enter, .k-push-left-appear {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
}

.k-push-left-enter-active, .k-push-left-appear-active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-push-left-exit {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.k-push-left-exit-active {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-push-down-enter, .k-push-down-appear {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
}

.k-push-down-enter-active, .k-push-down-appear-active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-push-down-exit {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.k-push-down-exit-active {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-push-up-enter, .k-push-up-appear {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
}

.k-push-up-enter-active, .k-push-up-appear-active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-push-up-exit {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.k-push-up-exit-active {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-expand-vertical-enter, .k-expand-vertical-appear {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
}

.k-expand-vertical-enter-active, .k-expand-vertical-appear-active {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-expand-vertical-exit {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
}

.k-expand-vertical-exit-active {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-expand-horizontal-enter, .k-expand-horizontal-appear {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
}

.k-expand-horizontal-enter-active, .k-expand-horizontal-appear-active {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-expand-horizontal-exit {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}

.k-expand-horizontal-exit-active {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-fade-enter, .k-fade-appear {
    opacity: 0;
}

.k-fade-enter-active, .k-fade-appear-active {
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}

.k-fade-exit {
    opacity: 1;
}

.k-fade-exit-active {
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    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;
    -webkit-transform: scale(0);
            transform: scale(0);
}

.k-zoom-in-enter-active, .k-zoom-in-appear-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: transform, opacity 300ms ease-in-out;
    transition: transform, opacity 300ms ease-in-out, -webkit-transform;
}

.k-zoom-in-exit {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}

.k-zoom-in-exit-active {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: transform, opacity 300ms ease-in-out;
    transition: transform, opacity 300ms ease-in-out, -webkit-transform;
}

.k-zoom-out-enter, .k-zoom-out-appear {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
}

.k-zoom-out-enter-active, .k-zoom-out-appear-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: transform, opacity 300ms ease-in-out;
    transition: transform, opacity 300ms ease-in-out, -webkit-transform;
}

.k-zoom-out-exit {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}

.k-zoom-out-exit-active {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: transform, opacity 300ms ease-in-out;
    transition: transform, opacity 300ms ease-in-out, -webkit-transform;
}

.k-slide-in-appear {
    opacity: .1;
    -webkit-transform: translate(0, -3em);
            transform: translate(0, -3em);
}

.k-slide-in-appear .k-centered {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
}

.k-slide-in-appear-active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
    transition: opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
    transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
}

.k-slide-in-appear-active .k-centered {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.k-slide-down-enter, .k-slide-down-appear {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.k-slide-down-enter-active, .k-slide-down-appear-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-slide-down-exit {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.k-slide-down-exit-active {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-slide-up-enter, .k-slide-up-appear {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.k-slide-up-enter-active, .k-slide-up-appear-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-slide-up-exit {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.k-slide-up-exit-active {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-slide-right-enter, .k-slide-right-appear {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.k-slide-right-enter-active, .k-slide-right-appear-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-slide-right-exit {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.k-slide-right-exit-active {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-slide-left-enter, .k-slide-left-appear {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.k-slide-left-enter-active, .k-slide-left-appear-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.k-slide-left-exit {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.k-slide-left-exit-active {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-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 {
    -webkit-transition: max-height 300ms ease-in-out;
    transition: max-height 300ms ease-in-out;
}

.k-reveal-vertical-exit-active {
    max-height: 0 !important;
    -webkit-transition: max-height 300ms ease-in-out;
    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 {
    -webkit-transition: max-width 300ms ease-in-out;
    transition: max-width 300ms ease-in-out;
}

.k-reveal-horizontal-exit-active {
    max-width: 0 !important;
    -webkit-transition: max-width 300ms ease-in-out;
    transition: max-width 300ms ease-in-out;
}

.k-fx-end .k-fx-next,
.k-fx-end .k-fx-current {
    -webkit-transition: all 350ms ease-out;
    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 {
    -webkit-transform: scale(0) !important;
            transform: scale(0) !important;
}

.k-fx-zoom.k-fx-end .k-fx-next {
    -webkit-transform: scale(1) !important;
            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 {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
    -webkit-transform: scale(0) !important;
            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 {
    -webkit-transition: all 350ms ease-out;
    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;
    -webkit-transform: translateX(100%);
            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 {
    -webkit-transform: translateX(-100%);
            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;
    -webkit-transform: translateX(0);
            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 {
    -webkit-transform: translateX(100%);
            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 {
    -webkit-transform: translateX(-100%);
            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 {
    -webkit-transform: translateX(0);
            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 {
    -webkit-transform: translateX(-100%);
            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 {
    -webkit-transform: translateX(100%);
            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 {
    -webkit-transform: translateX(0);
            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 {
    -webkit-transform: translateX(-100%);
            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 {
    -webkit-transform: translateX(100%);
            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 {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}

.k-fx-tile.k-fx-start .k-fx-next {
    will-change: transform;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.k-fx-tile.k-fx-end .k-fx-current {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
    will-change: transform;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
    -webkit-transform: translateX(0%);
            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;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
    -webkit-transform: none;
            transform: none;
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
    will-change: transform;
    -webkit-transform: none;
            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 {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.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-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-resize-handle,
.k-resize-hint {
    position: absolute;
    border-color: inherit;
    z-index: 200;
}

.k-resize-handle {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.k-resize-handle::before {
    content: "";
    border: 0 solid;
    border-color: inherit;
}

.k-resize-n {
    width: 100%;
    height: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    left: 0;
    top: -3px;
    cursor: n-resize;
}

.k-resize-s {
    width: 100%;
    height: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    left: 0;
    bottom: -3px;
    cursor: s-resize;
}

.k-resize-w {
    width: 6px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: 0;
    left: -3px;
    cursor: w-resize;
}

.k-resize-e {
    width: 6px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            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;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-resize-hint-vertical {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            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;
    -webkit-box-flex: 1;
            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-ratio-auto {
    aspect-ratio: auto;
}

.\!k-ratio-auto {
    aspect-ratio: auto !important;
}

.k-ratio-1 {
    aspect-ratio: 1;
}

.\!k-ratio-1 {
    aspect-ratio: 1 !important;
}

.k-ratio-square {
    aspect-ratio: 1 / 1;
}

.\!k-ratio-square {
    aspect-ratio: 1 / 1 !important;
}

.k-ratio-video {
    aspect-ratio: 16 / 9;
}

.\!k-ratio-video {
    aspect-ratio: 16 / 9 !important;
}

.k-aspect-ratio-auto {
    aspect-ratio: auto;
}

.\!k-aspect-ratio-auto {
    aspect-ratio: auto !important;
}

.k-aspect-ratio-1 {
    aspect-ratio: 1;
}

.\!k-aspect-ratio-1 {
    aspect-ratio: 1 !important;
}

.k-aspect-ratio-square {
    aspect-ratio: 1 / 1;
}

.\!k-aspect-ratio-square {
    aspect-ratio: 1 / 1 !important;
}

.k-aspect-ratio-video {
    aspect-ratio: 16 / 9;
}

.\!k-aspect-ratio-video {
    aspect-ratio: 16 / 9 !important;
}

.k-box-sizing-border {
    box-sizing: border-box;
}

.\!k-box-sizing-border {
    box-sizing: border-box !important;
}

.k-box-sizing-content {
    box-sizing: content-box;
}

.\!k-box-sizing-content {
    box-sizing: content-box !important;
}

.k-clear-left {
    clear: left;
}

.\!k-clear-left {
    clear: left !important;
}

.k-clear-right {
    clear: right;
}

.\!k-clear-right {
    clear: right !important;
}

.k-clear-both {
    clear: both;
}

.\!k-clear-both {
    clear: both !important;
}

.k-clear-none {
    clear: none;
}

.\!k-clear-none {
    clear: none !important;
}

.k-columns-1 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
}

.\!k-columns-1 {
    -webkit-columns: 1 !important;
       -moz-columns: 1 !important;
            columns: 1 !important;
}

.k-columns-2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
}

.\!k-columns-2 {
    -webkit-columns: 2 !important;
       -moz-columns: 2 !important;
            columns: 2 !important;
}

.k-columns-3 {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
}

.\!k-columns-3 {
    -webkit-columns: 3 !important;
       -moz-columns: 3 !important;
            columns: 3 !important;
}

.k-columns-4 {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
}

.\!k-columns-4 {
    -webkit-columns: 4 !important;
       -moz-columns: 4 !important;
            columns: 4 !important;
}

.k-columns-5 {
    -webkit-columns: 5;
       -moz-columns: 5;
            columns: 5;
}

.\!k-columns-5 {
    -webkit-columns: 5 !important;
       -moz-columns: 5 !important;
            columns: 5 !important;
}

.k-columns-6 {
    -webkit-columns: 6;
       -moz-columns: 6;
            columns: 6;
}

.\!k-columns-6 {
    -webkit-columns: 6 !important;
       -moz-columns: 6 !important;
            columns: 6 !important;
}

.k-columns-7 {
    -webkit-columns: 7;
       -moz-columns: 7;
            columns: 7;
}

.\!k-columns-7 {
    -webkit-columns: 7 !important;
       -moz-columns: 7 !important;
            columns: 7 !important;
}

.k-columns-8 {
    -webkit-columns: 8;
       -moz-columns: 8;
            columns: 8;
}

.\!k-columns-8 {
    -webkit-columns: 8 !important;
       -moz-columns: 8 !important;
            columns: 8 !important;
}

.k-columns-9 {
    -webkit-columns: 9;
       -moz-columns: 9;
            columns: 9;
}

.\!k-columns-9 {
    -webkit-columns: 9 !important;
       -moz-columns: 9 !important;
            columns: 9 !important;
}

.k-columns-10 {
    -webkit-columns: 10;
       -moz-columns: 10;
            columns: 10;
}

.\!k-columns-10 {
    -webkit-columns: 10 !important;
       -moz-columns: 10 !important;
            columns: 10 !important;
}

.k-columns-11 {
    -webkit-columns: 11;
       -moz-columns: 11;
            columns: 11;
}

.\!k-columns-11 {
    -webkit-columns: 11 !important;
       -moz-columns: 11 !important;
            columns: 11 !important;
}

.k-columns-12 {
    -webkit-columns: 12;
       -moz-columns: 12;
            columns: 12;
}

.\!k-columns-12 {
    -webkit-columns: 12 !important;
       -moz-columns: 12 !important;
            columns: 12 !important;
}

.k-columns-auto {
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto;
}

.\!k-columns-auto {
    -webkit-columns: auto !important;
       -moz-columns: auto !important;
            columns: auto !important;
}

.k-d-none {
    display: none;
}

.\!k-d-none {
    display: none !important;
}

.k-d-contents {
    display: contents;
}

.\!k-d-contents {
    display: contents !important;
}

.k-d-block {
    display: block;
}

.\!k-d-block {
    display: block !important;
}

.k-d-inline {
    display: inline;
}

.\!k-d-inline {
    display: inline !important;
}

.k-d-inline-block {
    display: inline-block;
}

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

.k-d-flex, .k-d-flex-row, .k-d-flex-col {
    display: -webkit-box;
    display: flex;
}

.\!k-d-flex, .\!k-d-flex-row, .\!k-d-flex-col {
    display: -webkit-box !important;
    display: flex !important;
}

.k-d-inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
}

.\!k-d-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

.k-d-grid {
    display: grid;
}

.\!k-d-grid {
    display: grid !important;
}

.k-d-inline-grid {
    display: inline-grid;
}

.\!k-d-inline-grid {
    display: inline-grid !important;
}

.k-d-table {
    display: table;
}

.\!k-d-table {
    display: table !important;
}

.k-d-inline-table {
    display: inline-table;
}

.\!k-d-inline-table {
    display: inline-table !important;
}

.k-d-table-row {
    display: table-row;
}

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

.k-d-table-cell {
    display: table-cell;
}

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

.k-d-list-item {
    display: list-item;
}

.\!k-d-list-item {
    display: list-item !important;
}

.k-display-none {
    display: none;
}

.\!k-display-none {
    display: none !important;
}

.k-display-contents {
    display: contents;
}

.\!k-display-contents {
    display: contents !important;
}

.k-display-block {
    display: block;
}

.\!k-display-block {
    display: block !important;
}

.k-display-inline {
    display: inline;
}

.\!k-display-inline {
    display: inline !important;
}

.k-display-inline-block {
    display: inline-block;
}

.\!k-display-inline-block {
    display: inline-block !important;
}

.k-display-flex {
    display: -webkit-box;
    display: flex;
}

.\!k-display-flex {
    display: -webkit-box !important;
    display: flex !important;
}

.k-display-inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
}

.\!k-display-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

.k-display-grid {
    display: grid;
}

.\!k-display-grid {
    display: grid !important;
}

.k-display-inline-grid {
    display: inline-grid;
}

.\!k-display-inline-grid {
    display: inline-grid !important;
}

.k-display-table {
    display: table;
}

.\!k-display-table {
    display: table !important;
}

.k-display-inline-table {
    display: inline-table;
}

.\!k-display-inline-table {
    display: inline-table !important;
}

.k-display-table-row {
    display: table-row;
}

.\!k-display-table-row {
    display: table-row !important;
}

.k-display-table-cell {
    display: table-cell;
}

.\!k-display-table-cell {
    display: table-cell !important;
}

.k-display-list-item {
    display: list-item;
}

.\!k-display-list-item {
    display: list-item !important;
}

.k-float-left {
    float: left;
}

.\!k-float-left {
    float: left !important;
}

.k-float-right {
    float: right;
}

.\!k-float-right {
    float: right !important;
}

.k-float-none {
    float: none;
}

.\!k-float-none {
    float: none !important;
}

.k-object-fit-contain {
    -o-object-fit: contain;
       object-fit: contain;
}

.\!k-object-fit-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
}

.k-object-fit-cover {
    -o-object-fit: cover;
       object-fit: cover;
}

.\!k-object-fit-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
}

.k-object-fit-fill {
    -o-object-fit: fill;
       object-fit: fill;
}

.\!k-object-fit-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
}

.k-object-fit-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
}

.\!k-object-fit-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
}

.k-object-fit-initial {
    -o-object-fit: initial;
       object-fit: initial;
}

.\!k-object-fit-initial {
    -o-object-fit: initial !important;
       object-fit: initial !important;
}

.k-object-fit-none {
    -o-object-fit: none;
       object-fit: none;
}

.\!k-object-fit-none {
    -o-object-fit: none !important;
       object-fit: none !important;
}

.k-object-position-center {
    -o-object-position: center;
       object-position: center;
}

.\!k-object-position-center {
    -o-object-position: center !important;
       object-position: center !important;
}

.k-object-position-top {
    -o-object-position: top;
       object-position: top;
}

.\!k-object-position-top {
    -o-object-position: top !important;
       object-position: top !important;
}

.k-object-position-right {
    -o-object-position: right;
       object-position: right;
}

.\!k-object-position-right {
    -o-object-position: right !important;
       object-position: right !important;
}

.k-object-position-bottom {
    -o-object-position: bottom;
       object-position: bottom;
}

.\!k-object-position-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
}

.k-object-position-left {
    -o-object-position: left;
       object-position: left;
}

.\!k-object-position-left {
    -o-object-position: left !important;
       object-position: left !important;
}

.k-object-position-top-left {
    -o-object-position: top left;
       object-position: top left;
}

.\!k-object-position-top-left {
    -o-object-position: top left !important;
       object-position: top left !important;
}

.k-object-position-top-right {
    -o-object-position: top right;
       object-position: top right;
}

.\!k-object-position-top-right {
    -o-object-position: top right !important;
       object-position: top right !important;
}

.k-object-position-bottom-left {
    -o-object-position: bottom left;
       object-position: bottom left;
}

.\!k-object-position-bottom-left {
    -o-object-position: bottom left !important;
       object-position: bottom left !important;
}

.k-object-position-bottom-right {
    -o-object-position: bottom right;
       object-position: bottom right;
}

.\!k-object-position-bottom-right {
    -o-object-position: bottom right !important;
       object-position: bottom right !important;
}

.k-overflow-auto {
    overflow: auto;
}

.\!k-overflow-auto {
    overflow: auto !important;
}

.k-overflow-hidden {
    overflow: hidden;
}

.\!k-overflow-hidden {
    overflow: hidden !important;
}

.k-overflow-visible {
    overflow: visible;
}

.\!k-overflow-visible {
    overflow: visible !important;
}

.k-overflow-scroll {
    overflow: scroll;
}

.\!k-overflow-scroll {
    overflow: scroll !important;
}

.k-overflow-clip {
    overflow: clip;
}

.\!k-overflow-clip {
    overflow: clip !important;
}

.k-overflow-x-auto {
    overflow-x: auto;
}

.\!k-overflow-x-auto {
    overflow-x: auto !important;
}

.k-overflow-x-hidden {
    overflow-x: hidden;
}

.\!k-overflow-x-hidden {
    overflow-x: hidden !important;
}

.k-overflow-x-visible {
    overflow-x: visible;
}

.\!k-overflow-x-visible {
    overflow-x: visible !important;
}

.k-overflow-x-scroll {
    overflow-x: scroll;
}

.\!k-overflow-x-scroll {
    overflow-x: scroll !important;
}

.k-overflow-x-clip {
    overflow-x: clip;
}

.\!k-overflow-x-clip {
    overflow-x: clip !important;
}

.k-overflow-y-auto {
    overflow-y: auto;
}

.\!k-overflow-y-auto {
    overflow-y: auto !important;
}

.k-overflow-y-hidden {
    overflow-y: hidden;
}

.\!k-overflow-y-hidden {
    overflow-y: hidden !important;
}

.k-overflow-y-visible {
    overflow-y: visible;
}

.\!k-overflow-y-visible {
    overflow-y: visible !important;
}

.k-overflow-y-scroll {
    overflow-y: scroll;
}

.\!k-overflow-y-scroll {
    overflow-y: scroll !important;
}

.k-overflow-y-clip {
    overflow-y: clip;
}

.\!k-overflow-y-clip {
    overflow-y: clip !important;
}

.k-top-0 {
    top: 0;
}

.\!k-top-0 {
    top: 0 !important;
}

.k-top-1px {
    top: 1px;
}

.\!k-top-1px {
    top: 1px !important;
}

.k-top-0\.5 {
    top: 2px;
}

.\!k-top-0\.5 {
    top: 2px !important;
}

.k-top-1 {
    top: 4px;
}

.\!k-top-1 {
    top: 4px !important;
}

.k-top-1\.5 {
    top: 6px;
}

.\!k-top-1\.5 {
    top: 6px !important;
}

.k-top-2 {
    top: 8px;
}

.\!k-top-2 {
    top: 8px !important;
}

.k-top-2\.5 {
    top: 10px;
}

.\!k-top-2\.5 {
    top: 10px !important;
}

.k-top-3 {
    top: 12px;
}

.\!k-top-3 {
    top: 12px !important;
}

.k-top-3\.5 {
    top: 14px;
}

.\!k-top-3\.5 {
    top: 14px !important;
}

.k-top-4 {
    top: 16px;
}

.\!k-top-4 {
    top: 16px !important;
}

.k-top-4\.5 {
    top: 18px;
}

.\!k-top-4\.5 {
    top: 18px !important;
}

.k-top-5 {
    top: 20px;
}

.\!k-top-5 {
    top: 20px !important;
}

.k-top-5\.5 {
    top: 22px;
}

.\!k-top-5\.5 {
    top: 22px !important;
}

.k-top-6 {
    top: 24px;
}

.\!k-top-6 {
    top: 24px !important;
}

.k-top-6\.5 {
    top: 26px;
}

.\!k-top-6\.5 {
    top: 26px !important;
}

.k-top-7 {
    top: 28px;
}

.\!k-top-7 {
    top: 28px !important;
}

.k-top-7\.5 {
    top: 30px;
}

.\!k-top-7\.5 {
    top: 30px !important;
}

.k-top-8 {
    top: 32px;
}

.\!k-top-8 {
    top: 32px !important;
}

.k-top-9 {
    top: 36px;
}

.\!k-top-9 {
    top: 36px !important;
}

.k-top-10 {
    top: 40px;
}

.\!k-top-10 {
    top: 40px !important;
}

.k-top-11 {
    top: 44px;
}

.\!k-top-11 {
    top: 44px !important;
}

.k-top-12 {
    top: 48px;
}

.\!k-top-12 {
    top: 48px !important;
}

.k-top-13 {
    top: 52px;
}

.\!k-top-13 {
    top: 52px !important;
}

.k-top-14 {
    top: 56px;
}

.\!k-top-14 {
    top: 56px !important;
}

.k-top-15 {
    top: 60px;
}

.\!k-top-15 {
    top: 60px !important;
}

.k-top-16 {
    top: 64px;
}

.\!k-top-16 {
    top: 64px !important;
}

.k-top-17 {
    top: 68px;
}

.\!k-top-17 {
    top: 68px !important;
}

.k-top-18 {
    top: 72px;
}

.\!k-top-18 {
    top: 72px !important;
}

.k-top-19 {
    top: 76px;
}

.\!k-top-19 {
    top: 76px !important;
}

.k-top-20 {
    top: 80px;
}

.\!k-top-20 {
    top: 80px !important;
}

.k-top-21 {
    top: 84px;
}

.\!k-top-21 {
    top: 84px !important;
}

.k-top-22 {
    top: 88px;
}

.\!k-top-22 {
    top: 88px !important;
}

.k-top-23 {
    top: 92px;
}

.\!k-top-23 {
    top: 92px !important;
}

.k-top-24 {
    top: 96px;
}

.\!k-top-24 {
    top: 96px !important;
}

.k-top--1 {
    top: -1px;
}

.\!k-top--1 {
    top: -1px !important;
}

.k-right-0 {
    right: 0;
}

.\!k-right-0 {
    right: 0 !important;
}

.k-right-1px {
    right: 1px;
}

.\!k-right-1px {
    right: 1px !important;
}

.k-right-0\.5 {
    right: 2px;
}

.\!k-right-0\.5 {
    right: 2px !important;
}

.k-right-1 {
    right: 4px;
}

.\!k-right-1 {
    right: 4px !important;
}

.k-right-1\.5 {
    right: 6px;
}

.\!k-right-1\.5 {
    right: 6px !important;
}

.k-right-2 {
    right: 8px;
}

.\!k-right-2 {
    right: 8px !important;
}

.k-right-2\.5 {
    right: 10px;
}

.\!k-right-2\.5 {
    right: 10px !important;
}

.k-right-3 {
    right: 12px;
}

.\!k-right-3 {
    right: 12px !important;
}

.k-right-3\.5 {
    right: 14px;
}

.\!k-right-3\.5 {
    right: 14px !important;
}

.k-right-4 {
    right: 16px;
}

.\!k-right-4 {
    right: 16px !important;
}

.k-right-4\.5 {
    right: 18px;
}

.\!k-right-4\.5 {
    right: 18px !important;
}

.k-right-5 {
    right: 20px;
}

.\!k-right-5 {
    right: 20px !important;
}

.k-right-5\.5 {
    right: 22px;
}

.\!k-right-5\.5 {
    right: 22px !important;
}

.k-right-6 {
    right: 24px;
}

.\!k-right-6 {
    right: 24px !important;
}

.k-right-6\.5 {
    right: 26px;
}

.\!k-right-6\.5 {
    right: 26px !important;
}

.k-right-7 {
    right: 28px;
}

.\!k-right-7 {
    right: 28px !important;
}

.k-right-7\.5 {
    right: 30px;
}

.\!k-right-7\.5 {
    right: 30px !important;
}

.k-right-8 {
    right: 32px;
}

.\!k-right-8 {
    right: 32px !important;
}

.k-right-9 {
    right: 36px;
}

.\!k-right-9 {
    right: 36px !important;
}

.k-right-10 {
    right: 40px;
}

.\!k-right-10 {
    right: 40px !important;
}

.k-right-11 {
    right: 44px;
}

.\!k-right-11 {
    right: 44px !important;
}

.k-right-12 {
    right: 48px;
}

.\!k-right-12 {
    right: 48px !important;
}

.k-right-13 {
    right: 52px;
}

.\!k-right-13 {
    right: 52px !important;
}

.k-right-14 {
    right: 56px;
}

.\!k-right-14 {
    right: 56px !important;
}

.k-right-15 {
    right: 60px;
}

.\!k-right-15 {
    right: 60px !important;
}

.k-right-16 {
    right: 64px;
}

.\!k-right-16 {
    right: 64px !important;
}

.k-right-17 {
    right: 68px;
}

.\!k-right-17 {
    right: 68px !important;
}

.k-right-18 {
    right: 72px;
}

.\!k-right-18 {
    right: 72px !important;
}

.k-right-19 {
    right: 76px;
}

.\!k-right-19 {
    right: 76px !important;
}

.k-right-20 {
    right: 80px;
}

.\!k-right-20 {
    right: 80px !important;
}

.k-right-21 {
    right: 84px;
}

.\!k-right-21 {
    right: 84px !important;
}

.k-right-22 {
    right: 88px;
}

.\!k-right-22 {
    right: 88px !important;
}

.k-right-23 {
    right: 92px;
}

.\!k-right-23 {
    right: 92px !important;
}

.k-right-24 {
    right: 96px;
}

.\!k-right-24 {
    right: 96px !important;
}

.k-right--1 {
    right: -1px;
}

.\!k-right--1 {
    right: -1px !important;
}

.k-bottom-0 {
    bottom: 0;
}

.\!k-bottom-0 {
    bottom: 0 !important;
}

.k-bottom-1px {
    bottom: 1px;
}

.\!k-bottom-1px {
    bottom: 1px !important;
}

.k-bottom-0\.5 {
    bottom: 2px;
}

.\!k-bottom-0\.5 {
    bottom: 2px !important;
}

.k-bottom-1 {
    bottom: 4px;
}

.\!k-bottom-1 {
    bottom: 4px !important;
}

.k-bottom-1\.5 {
    bottom: 6px;
}

.\!k-bottom-1\.5 {
    bottom: 6px !important;
}

.k-bottom-2 {
    bottom: 8px;
}

.\!k-bottom-2 {
    bottom: 8px !important;
}

.k-bottom-2\.5 {
    bottom: 10px;
}

.\!k-bottom-2\.5 {
    bottom: 10px !important;
}

.k-bottom-3 {
    bottom: 12px;
}

.\!k-bottom-3 {
    bottom: 12px !important;
}

.k-bottom-3\.5 {
    bottom: 14px;
}

.\!k-bottom-3\.5 {
    bottom: 14px !important;
}

.k-bottom-4 {
    bottom: 16px;
}

.\!k-bottom-4 {
    bottom: 16px !important;
}

.k-bottom-4\.5 {
    bottom: 18px;
}

.\!k-bottom-4\.5 {
    bottom: 18px !important;
}

.k-bottom-5 {
    bottom: 20px;
}

.\!k-bottom-5 {
    bottom: 20px !important;
}

.k-bottom-5\.5 {
    bottom: 22px;
}

.\!k-bottom-5\.5 {
    bottom: 22px !important;
}

.k-bottom-6 {
    bottom: 24px;
}

.\!k-bottom-6 {
    bottom: 24px !important;
}

.k-bottom-6\.5 {
    bottom: 26px;
}

.\!k-bottom-6\.5 {
    bottom: 26px !important;
}

.k-bottom-7 {
    bottom: 28px;
}

.\!k-bottom-7 {
    bottom: 28px !important;
}

.k-bottom-7\.5 {
    bottom: 30px;
}

.\!k-bottom-7\.5 {
    bottom: 30px !important;
}

.k-bottom-8 {
    bottom: 32px;
}

.\!k-bottom-8 {
    bottom: 32px !important;
}

.k-bottom-9 {
    bottom: 36px;
}

.\!k-bottom-9 {
    bottom: 36px !important;
}

.k-bottom-10 {
    bottom: 40px;
}

.\!k-bottom-10 {
    bottom: 40px !important;
}

.k-bottom-11 {
    bottom: 44px;
}

.\!k-bottom-11 {
    bottom: 44px !important;
}

.k-bottom-12 {
    bottom: 48px;
}

.\!k-bottom-12 {
    bottom: 48px !important;
}

.k-bottom-13 {
    bottom: 52px;
}

.\!k-bottom-13 {
    bottom: 52px !important;
}

.k-bottom-14 {
    bottom: 56px;
}

.\!k-bottom-14 {
    bottom: 56px !important;
}

.k-bottom-15 {
    bottom: 60px;
}

.\!k-bottom-15 {
    bottom: 60px !important;
}

.k-bottom-16 {
    bottom: 64px;
}

.\!k-bottom-16 {
    bottom: 64px !important;
}

.k-bottom-17 {
    bottom: 68px;
}

.\!k-bottom-17 {
    bottom: 68px !important;
}

.k-bottom-18 {
    bottom: 72px;
}

.\!k-bottom-18 {
    bottom: 72px !important;
}

.k-bottom-19 {
    bottom: 76px;
}

.\!k-bottom-19 {
    bottom: 76px !important;
}

.k-bottom-20 {
    bottom: 80px;
}

.\!k-bottom-20 {
    bottom: 80px !important;
}

.k-bottom-21 {
    bottom: 84px;
}

.\!k-bottom-21 {
    bottom: 84px !important;
}

.k-bottom-22 {
    bottom: 88px;
}

.\!k-bottom-22 {
    bottom: 88px !important;
}

.k-bottom-23 {
    bottom: 92px;
}

.\!k-bottom-23 {
    bottom: 92px !important;
}

.k-bottom-24 {
    bottom: 96px;
}

.\!k-bottom-24 {
    bottom: 96px !important;
}

.k-bottom--1 {
    bottom: -1px;
}

.\!k-bottom--1 {
    bottom: -1px !important;
}

.k-left-0 {
    left: 0;
}

.\!k-left-0 {
    left: 0 !important;
}

.k-left-1px {
    left: 1px;
}

.\!k-left-1px {
    left: 1px !important;
}

.k-left-0\.5 {
    left: 2px;
}

.\!k-left-0\.5 {
    left: 2px !important;
}

.k-left-1 {
    left: 4px;
}

.\!k-left-1 {
    left: 4px !important;
}

.k-left-1\.5 {
    left: 6px;
}

.\!k-left-1\.5 {
    left: 6px !important;
}

.k-left-2 {
    left: 8px;
}

.\!k-left-2 {
    left: 8px !important;
}

.k-left-2\.5 {
    left: 10px;
}

.\!k-left-2\.5 {
    left: 10px !important;
}

.k-left-3 {
    left: 12px;
}

.\!k-left-3 {
    left: 12px !important;
}

.k-left-3\.5 {
    left: 14px;
}

.\!k-left-3\.5 {
    left: 14px !important;
}

.k-left-4 {
    left: 16px;
}

.\!k-left-4 {
    left: 16px !important;
}

.k-left-4\.5 {
    left: 18px;
}

.\!k-left-4\.5 {
    left: 18px !important;
}

.k-left-5 {
    left: 20px;
}

.\!k-left-5 {
    left: 20px !important;
}

.k-left-5\.5 {
    left: 22px;
}

.\!k-left-5\.5 {
    left: 22px !important;
}

.k-left-6 {
    left: 24px;
}

.\!k-left-6 {
    left: 24px !important;
}

.k-left-6\.5 {
    left: 26px;
}

.\!k-left-6\.5 {
    left: 26px !important;
}

.k-left-7 {
    left: 28px;
}

.\!k-left-7 {
    left: 28px !important;
}

.k-left-7\.5 {
    left: 30px;
}

.\!k-left-7\.5 {
    left: 30px !important;
}

.k-left-8 {
    left: 32px;
}

.\!k-left-8 {
    left: 32px !important;
}

.k-left-9 {
    left: 36px;
}

.\!k-left-9 {
    left: 36px !important;
}

.k-left-10 {
    left: 40px;
}

.\!k-left-10 {
    left: 40px !important;
}

.k-left-11 {
    left: 44px;
}

.\!k-left-11 {
    left: 44px !important;
}

.k-left-12 {
    left: 48px;
}

.\!k-left-12 {
    left: 48px !important;
}

.k-left-13 {
    left: 52px;
}

.\!k-left-13 {
    left: 52px !important;
}

.k-left-14 {
    left: 56px;
}

.\!k-left-14 {
    left: 56px !important;
}

.k-left-15 {
    left: 60px;
}

.\!k-left-15 {
    left: 60px !important;
}

.k-left-16 {
    left: 64px;
}

.\!k-left-16 {
    left: 64px !important;
}

.k-left-17 {
    left: 68px;
}

.\!k-left-17 {
    left: 68px !important;
}

.k-left-18 {
    left: 72px;
}

.\!k-left-18 {
    left: 72px !important;
}

.k-left-19 {
    left: 76px;
}

.\!k-left-19 {
    left: 76px !important;
}

.k-left-20 {
    left: 80px;
}

.\!k-left-20 {
    left: 80px !important;
}

.k-left-21 {
    left: 84px;
}

.\!k-left-21 {
    left: 84px !important;
}

.k-left-22 {
    left: 88px;
}

.\!k-left-22 {
    left: 88px !important;
}

.k-left-23 {
    left: 92px;
}

.\!k-left-23 {
    left: 92px !important;
}

.k-left-24 {
    left: 96px;
}

.\!k-left-24 {
    left: 96px !important;
}

.k-left--1 {
    left: -1px;
}

.\!k-left--1 {
    left: -1px !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-inset-0 {
    inset: 0;
}

.\!k-inset-0 {
    inset: 0 !important;
}

.k-inset-1 {
    inset: 1px;
}

.\!k-inset-1 {
    inset: 1px !important;
}

.k-inset--1 {
    inset: -1px;
}

.\!k-inset--1 {
    inset: -1px !important;
}

.k-inset-x-0 {
    inset-inline: 0;
}

.\!k-inset-x-0 {
    inset-inline: 0 !important;
}

.k-inset-x-1 {
    inset-inline: 1px;
}

.\!k-inset-x-1 {
    inset-inline: 1px !important;
}

.k-inset-x--1 {
    inset-inline: -1px;
}

.\!k-inset-x--1 {
    inset-inline: -1px !important;
}

.k-inset-y-0 {
    inset-block: 0;
}

.\!k-inset-y-0 {
    inset-block: 0 !important;
}

.k-inset-y-1 {
    inset-block: 1px;
}

.\!k-inset-y-1 {
    inset-block: 1px !important;
}

.k-inset-y--1 {
    inset-block: -1px;
}

.\!k-inset-y--1 {
    inset-block: -1px !important;
}

.k-top-left-0 {
    top: 0;
    left: 0;
}

.\!k-top-left-0 {
    top: 0 !important;
    left: 0 !important;
}

.k-top-left-1 {
    top: 1px;
    left: 1px;
}

.\!k-top-left-1 {
    top: 1px !important;
    left: 1px !important;
}

.k-top-left--1 {
    top: -1px;
    left: -1px;
}

.\!k-top-left--1 {
    top: -1px !important;
    left: -1px !important;
}

.k-top-right-0 {
    top: 0;
    right: 0;
}

.\!k-top-right-0 {
    top: 0 !important;
    right: 0 !important;
}

.k-top-right-1 {
    top: 1px;
    right: 1px;
}

.\!k-top-right-1 {
    top: 1px !important;
    right: 1px !important;
}

.k-top-right--1 {
    top: -1px;
    right: -1px;
}

.\!k-top-right--1 {
    top: -1px !important;
    right: -1px !important;
}

.k-bottom-left-0 {
    bottom: 0;
    left: 0;
}

.\!k-bottom-left-0 {
    bottom: 0 !important;
    left: 0 !important;
}

.k-bottom-left-1 {
    bottom: 1px;
    left: 1px;
}

.\!k-bottom-left-1 {
    bottom: 1px !important;
    left: 1px !important;
}

.k-bottom-left--1 {
    bottom: -1px;
    left: -1px;
}

.\!k-bottom-left--1 {
    bottom: -1px !important;
    left: -1px !important;
}

.k-bottom-right-0 {
    bottom: 0;
    right: 0;
}

.\!k-bottom-right-0 {
    bottom: 0 !important;
    right: 0 !important;
}

.k-bottom-right-1 {
    bottom: 1px;
    right: 1px;
}

.\!k-bottom-right-1 {
    bottom: 1px !important;
    right: 1px !important;
}

.k-bottom-right--1 {
    bottom: -1px;
    right: -1px;
}

.\!k-bottom-right--1 {
    bottom: -1px !important;
    right: -1px !important;
}

.k-top-start,
.k-pos-top-start {
    top: 0;
    inset-inline-start: 0;
}

.k-top-end,
.k-pos-top-end {
    top: 0;
    inset-inline-end: 0;
}

.k-bottom-start,
.k-pos-bottom-start {
    bottom: 0;
    inset-inline-start: 0;
}

.k-bottom-end,
.k-pos-bottom-end {
    bottom: 0;
    inset-inline-end: 0;
}

.k-top-center,
.k-pos-top-center {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.k-middle-left,
.k-middle-start,
.k-pos-middle-start {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.k-middle-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.k-middle-right,
.k-middle-end,
.k-pos-middle-end {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.k-bottom-center,
.k-pos-bottom-center {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.k-pos-static, .k-static {
    position: static;
}

.\!k-pos-static, .\!k-static {
    position: static !important;
}

.k-pos-relative, .k-relative {
    position: relative;
}

.\!k-pos-relative, .\!k-relative {
    position: relative !important;
}

.k-pos-absolute, .k-absolute {
    position: absolute;
}

.\!k-pos-absolute, .\!k-absolute {
    position: absolute !important;
}

.k-pos-fixed, .k-fixed {
    position: fixed;
}

.\!k-pos-fixed, .\!k-fixed {
    position: fixed !important;
}

.k-pos-sticky, .k-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.\!k-pos-sticky, .\!k-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.k-visibility-visible, .k-visible {
    visibility: visible;
}

.\!k-visibility-visible, .\!k-visible {
    visibility: visible !important;
}

.k-visibility-invisible {
    visibility: hidden;
}

.\!k-visibility-invisible {
    visibility: hidden !important;
}

.k-visibility-collapse {
    visibility: collapse;
}

.\!k-visibility-collapse {
    visibility: collapse !important;
}

.k-z-0 {
    z-index: 0;
}

.\!k-z-0 {
    z-index: 0 !important;
}

.k-z-10 {
    z-index: 10;
}

.\!k-z-10 {
    z-index: 10 !important;
}

.k-z-20 {
    z-index: 20;
}

.\!k-z-20 {
    z-index: 20 !important;
}

.k-z-30 {
    z-index: 30;
}

.\!k-z-30 {
    z-index: 30 !important;
}

.k-z-40 {
    z-index: 40;
}

.\!k-z-40 {
    z-index: 40 !important;
}

.k-z-50 {
    z-index: 50;
}

.\!k-z-50 {
    z-index: 50 !important;
}

.k-z-auto {
    z-index: auto;
}

.\!k-z-auto {
    z-index: auto !important;
}

.k-align-content-normal {
    align-content: normal;
}

.\!k-align-content-normal {
    align-content: normal !important;
}

.k-align-content-stretch {
    align-content: stretch;
}

.\!k-align-content-stretch {
    align-content: stretch !important;
}

.k-align-content-center {
    align-content: center;
}

.\!k-align-content-center {
    align-content: center !important;
}

.k-align-content-start {
    align-content: start;
}

.\!k-align-content-start {
    align-content: start !important;
}

.k-align-content-end {
    align-content: end;
}

.\!k-align-content-end {
    align-content: end !important;
}

.k-align-content-flex-start {
    align-content: flex-start;
}

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

.k-align-content-flex-end {
    align-content: flex-end;
}

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

.k-align-content-baseline {
    align-content: baseline;
}

.\!k-align-content-baseline {
    align-content: baseline !important;
}

.k-align-content-first-baseline {
    align-content: first baseline;
}

.\!k-align-content-first-baseline {
    align-content: first baseline !important;
}

.k-align-content-last-baseline {
    align-content: last baseline;
}

.\!k-align-content-last-baseline {
    align-content: last baseline !important;
}

.k-align-content-between {
    align-content: space-between;
}

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

.k-align-content-around {
    align-content: space-around;
}

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

.k-align-content-evenly {
    align-content: space-evenly;
}

.\!k-align-content-evenly {
    align-content: space-evenly !important;
}

.k-align-items-normal {
    -webkit-box-align: normal;
            align-items: normal;
}

.\!k-align-items-normal {
    -webkit-box-align: normal !important;
            align-items: normal !important;
}

.k-align-items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
}

.\!k-align-items-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
}

.k-align-items-center {
    -webkit-box-align: center;
            align-items: center;
}

.\!k-align-items-center {
    -webkit-box-align: center !important;
            align-items: center !important;
}

.k-align-items-start {
    -webkit-box-align: start;
            align-items: start;
}

.\!k-align-items-start {
    -webkit-box-align: start !important;
            align-items: start !important;
}

.k-align-items-end {
    -webkit-box-align: end;
            align-items: end;
}

.\!k-align-items-end {
    -webkit-box-align: end !important;
            align-items: end !important;
}

.k-align-items-flex-start {
    -webkit-box-align: start;
            align-items: flex-start;
}

.\!k-align-items-flex-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
}

.k-align-items-flex-end {
    -webkit-box-align: end;
            align-items: flex-end;
}

.\!k-align-items-flex-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
}

.k-align-items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
}

.\!k-align-items-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
}

.k-align-items-first-baseline {
    -webkit-box-align: first baseline;
            align-items: first baseline;
}

.\!k-align-items-first-baseline {
    -webkit-box-align: first baseline !important;
            align-items: first baseline !important;
}

.k-align-items-last-baseline {
    -webkit-box-align: last baseline;
            align-items: last baseline;
}

.\!k-align-items-last-baseline {
    -webkit-box-align: last baseline !important;
            align-items: last baseline !important;
}

.k-align-items-self-start {
    -webkit-box-align: self-start;
            align-items: self-start;
}

.\!k-align-items-self-start {
    -webkit-box-align: self-start !important;
            align-items: self-start !important;
}

.k-align-items-self-end {
    -webkit-box-align: self-end;
            align-items: self-end;
}

.\!k-align-items-self-end {
    -webkit-box-align: self-end !important;
            align-items: self-end !important;
}

.k-align-self-auto {
    align-self: auto;
}

.\!k-align-self-auto {
    align-self: auto !important;
}

.k-align-self-normal {
    align-self: normal;
}

.\!k-align-self-normal {
    align-self: normal !important;
}

.k-align-self-stretch {
    align-self: stretch;
}

.\!k-align-self-stretch {
    align-self: stretch !important;
}

.k-align-self-center {
    align-self: center;
}

.\!k-align-self-center {
    align-self: center !important;
}

.k-align-self-start {
    align-self: start;
}

.\!k-align-self-start {
    align-self: start !important;
}

.k-align-self-end {
    align-self: end;
}

.\!k-align-self-end {
    align-self: end !important;
}

.k-align-self-flex-start {
    align-self: flex-start;
}

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

.k-align-self-flex-end {
    align-self: flex-end;
}

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

.k-align-self-baseline {
    align-self: baseline;
}

.\!k-align-self-baseline {
    align-self: baseline !important;
}

.k-align-self-first-baseline {
    align-self: first baseline;
}

.\!k-align-self-first-baseline {
    align-self: first baseline !important;
}

.k-align-self-last-baseline {
    align-self: last baseline;
}

.\!k-align-self-last-baseline {
    align-self: last baseline !important;
}

.k-align-self-self-start {
    align-self: self-start;
}

.\!k-align-self-self-start {
    align-self: self-start !important;
}

.k-align-self-self-end {
    align-self: self-end;
}

.\!k-align-self-self-end {
    align-self: self-end !important;
}

.k-basis-0 {
    flex-basis: 0;
}

.\!k-basis-0 {
    flex-basis: 0 !important;
}

.k-basis-1px {
    flex-basis: 1px;
}

.\!k-basis-1px {
    flex-basis: 1px !important;
}

.k-basis-0\.5 {
    flex-basis: 2px;
}

.\!k-basis-0\.5 {
    flex-basis: 2px !important;
}

.k-basis-1 {
    flex-basis: 4px;
}

.\!k-basis-1 {
    flex-basis: 4px !important;
}

.k-basis-1\.5 {
    flex-basis: 6px;
}

.\!k-basis-1\.5 {
    flex-basis: 6px !important;
}

.k-basis-2 {
    flex-basis: 8px;
}

.\!k-basis-2 {
    flex-basis: 8px !important;
}

.k-basis-2\.5 {
    flex-basis: 10px;
}

.\!k-basis-2\.5 {
    flex-basis: 10px !important;
}

.k-basis-3 {
    flex-basis: 12px;
}

.\!k-basis-3 {
    flex-basis: 12px !important;
}

.k-basis-3\.5 {
    flex-basis: 14px;
}

.\!k-basis-3\.5 {
    flex-basis: 14px !important;
}

.k-basis-4 {
    flex-basis: 16px;
}

.\!k-basis-4 {
    flex-basis: 16px !important;
}

.k-basis-4\.5 {
    flex-basis: 18px;
}

.\!k-basis-4\.5 {
    flex-basis: 18px !important;
}

.k-basis-5 {
    flex-basis: 20px;
}

.\!k-basis-5 {
    flex-basis: 20px !important;
}

.k-basis-5\.5 {
    flex-basis: 22px;
}

.\!k-basis-5\.5 {
    flex-basis: 22px !important;
}

.k-basis-6 {
    flex-basis: 24px;
}

.\!k-basis-6 {
    flex-basis: 24px !important;
}

.k-basis-6\.5 {
    flex-basis: 26px;
}

.\!k-basis-6\.5 {
    flex-basis: 26px !important;
}

.k-basis-7 {
    flex-basis: 28px;
}

.\!k-basis-7 {
    flex-basis: 28px !important;
}

.k-basis-7\.5 {
    flex-basis: 30px;
}

.\!k-basis-7\.5 {
    flex-basis: 30px !important;
}

.k-basis-8 {
    flex-basis: 32px;
}

.\!k-basis-8 {
    flex-basis: 32px !important;
}

.k-basis-9 {
    flex-basis: 36px;
}

.\!k-basis-9 {
    flex-basis: 36px !important;
}

.k-basis-10 {
    flex-basis: 40px;
}

.\!k-basis-10 {
    flex-basis: 40px !important;
}

.k-basis-11 {
    flex-basis: 44px;
}

.\!k-basis-11 {
    flex-basis: 44px !important;
}

.k-basis-12 {
    flex-basis: 48px;
}

.\!k-basis-12 {
    flex-basis: 48px !important;
}

.k-basis-13 {
    flex-basis: 52px;
}

.\!k-basis-13 {
    flex-basis: 52px !important;
}

.k-basis-14 {
    flex-basis: 56px;
}

.\!k-basis-14 {
    flex-basis: 56px !important;
}

.k-basis-15 {
    flex-basis: 60px;
}

.\!k-basis-15 {
    flex-basis: 60px !important;
}

.k-basis-16 {
    flex-basis: 64px;
}

.\!k-basis-16 {
    flex-basis: 64px !important;
}

.k-basis-17 {
    flex-basis: 68px;
}

.\!k-basis-17 {
    flex-basis: 68px !important;
}

.k-basis-18 {
    flex-basis: 72px;
}

.\!k-basis-18 {
    flex-basis: 72px !important;
}

.k-basis-19 {
    flex-basis: 76px;
}

.\!k-basis-19 {
    flex-basis: 76px !important;
}

.k-basis-20 {
    flex-basis: 80px;
}

.\!k-basis-20 {
    flex-basis: 80px !important;
}

.k-basis-21 {
    flex-basis: 84px;
}

.\!k-basis-21 {
    flex-basis: 84px !important;
}

.k-basis-22 {
    flex-basis: 88px;
}

.\!k-basis-22 {
    flex-basis: 88px !important;
}

.k-basis-23 {
    flex-basis: 92px;
}

.\!k-basis-23 {
    flex-basis: 92px !important;
}

.k-basis-24 {
    flex-basis: 96px;
}

.\!k-basis-24 {
    flex-basis: 96px !important;
}

.k-basis-auto {
    flex-basis: auto;
}

.\!k-basis-auto {
    flex-basis: auto !important;
}

.k-basis-1\/2 {
    flex-basis: 50%;
}

.\!k-basis-1\/2 {
    flex-basis: 50% !important;
}

.k-basis-1\/3 {
    flex-basis: 33.333333%;
}

.\!k-basis-1\/3 {
    flex-basis: 33.333333% !important;
}

.k-basis-2\/3 {
    flex-basis: 66.666667%;
}

.\!k-basis-2\/3 {
    flex-basis: 66.666667% !important;
}

.k-basis-1\/4 {
    flex-basis: 25%;
}

.\!k-basis-1\/4 {
    flex-basis: 25% !important;
}

.k-basis-2\/4 {
    flex-basis: 50%;
}

.\!k-basis-2\/4 {
    flex-basis: 50% !important;
}

.k-basis-3\/4 {
    flex-basis: 75%;
}

.\!k-basis-3\/4 {
    flex-basis: 75% !important;
}

.k-basis-1\/5 {
    flex-basis: 20%;
}

.\!k-basis-1\/5 {
    flex-basis: 20% !important;
}

.k-basis-2\/5 {
    flex-basis: 40%;
}

.\!k-basis-2\/5 {
    flex-basis: 40% !important;
}

.k-basis-3\/5 {
    flex-basis: 60%;
}

.\!k-basis-3\/5 {
    flex-basis: 60% !important;
}

.k-basis-4\/5 {
    flex-basis: 80%;
}

.\!k-basis-4\/5 {
    flex-basis: 80% !important;
}

.k-basis-1\/6 {
    flex-basis: 16.666667%;
}

.\!k-basis-1\/6 {
    flex-basis: 16.666667% !important;
}

.k-basis-2\/6 {
    flex-basis: 33.333333%;
}

.\!k-basis-2\/6 {
    flex-basis: 33.333333% !important;
}

.k-basis-3\/6 {
    flex-basis: 50%;
}

.\!k-basis-3\/6 {
    flex-basis: 50% !important;
}

.k-basis-4\/6 {
    flex-basis: 66.666667%;
}

.\!k-basis-4\/6 {
    flex-basis: 66.666667% !important;
}

.k-basis-5\/6 {
    flex-basis: 83.333333%;
}

.\!k-basis-5\/6 {
    flex-basis: 83.333333% !important;
}

.k-basis-1\/12 {
    flex-basis: 8.333333%;
}

.\!k-basis-1\/12 {
    flex-basis: 8.333333% !important;
}

.k-basis-2\/12 {
    flex-basis: 16.666667%;
}

.\!k-basis-2\/12 {
    flex-basis: 16.666667% !important;
}

.k-basis-3\/12 {
    flex-basis: 25%;
}

.\!k-basis-3\/12 {
    flex-basis: 25% !important;
}

.k-basis-4\/12 {
    flex-basis: 33.333333%;
}

.\!k-basis-4\/12 {
    flex-basis: 33.333333% !important;
}

.k-basis-5\/12 {
    flex-basis: 41.666667%;
}

.\!k-basis-5\/12 {
    flex-basis: 41.666667% !important;
}

.k-basis-6\/12 {
    flex-basis: 50%;
}

.\!k-basis-6\/12 {
    flex-basis: 50% !important;
}

.k-basis-7\/12 {
    flex-basis: 58.333333%;
}

.\!k-basis-7\/12 {
    flex-basis: 58.333333% !important;
}

.k-basis-8\/12 {
    flex-basis: 66.666667%;
}

.\!k-basis-8\/12 {
    flex-basis: 66.666667% !important;
}

.k-basis-9\/12 {
    flex-basis: 75%;
}

.\!k-basis-9\/12 {
    flex-basis: 75% !important;
}

.k-basis-10\/12 {
    flex-basis: 83.333333%;
}

.\!k-basis-10\/12 {
    flex-basis: 83.333333% !important;
}

.k-basis-11\/12 {
    flex-basis: 91.666667%;
}

.\!k-basis-11\/12 {
    flex-basis: 91.666667% !important;
}

.k-basis-full {
    flex-basis: 100%;
}

.\!k-basis-full {
    flex-basis: 100% !important;
}

.k-basis-min {
    flex-basis: min-content;
}

.\!k-basis-min {
    flex-basis: min-content !important;
}

.k-basis-max {
    flex-basis: max-content;
}

.\!k-basis-max {
    flex-basis: max-content !important;
}

.k-basis-fit {
    flex-basis: fit-content;
}

.\!k-basis-fit {
    flex-basis: fit-content !important;
}

.k-flex-basis-0 {
    flex-basis: 0;
}

.\!k-flex-basis-0 {
    flex-basis: 0 !important;
}

.k-flex-basis-1px {
    flex-basis: 1px;
}

.\!k-flex-basis-1px {
    flex-basis: 1px !important;
}

.k-flex-basis-0\.5 {
    flex-basis: 2px;
}

.\!k-flex-basis-0\.5 {
    flex-basis: 2px !important;
}

.k-flex-basis-1 {
    flex-basis: 4px;
}

.\!k-flex-basis-1 {
    flex-basis: 4px !important;
}

.k-flex-basis-1\.5 {
    flex-basis: 6px;
}

.\!k-flex-basis-1\.5 {
    flex-basis: 6px !important;
}

.k-flex-basis-2 {
    flex-basis: 8px;
}

.\!k-flex-basis-2 {
    flex-basis: 8px !important;
}

.k-flex-basis-2\.5 {
    flex-basis: 10px;
}

.\!k-flex-basis-2\.5 {
    flex-basis: 10px !important;
}

.k-flex-basis-3 {
    flex-basis: 12px;
}

.\!k-flex-basis-3 {
    flex-basis: 12px !important;
}

.k-flex-basis-3\.5 {
    flex-basis: 14px;
}

.\!k-flex-basis-3\.5 {
    flex-basis: 14px !important;
}

.k-flex-basis-4 {
    flex-basis: 16px;
}

.\!k-flex-basis-4 {
    flex-basis: 16px !important;
}

.k-flex-basis-4\.5 {
    flex-basis: 18px;
}

.\!k-flex-basis-4\.5 {
    flex-basis: 18px !important;
}

.k-flex-basis-5 {
    flex-basis: 20px;
}

.\!k-flex-basis-5 {
    flex-basis: 20px !important;
}

.k-flex-basis-5\.5 {
    flex-basis: 22px;
}

.\!k-flex-basis-5\.5 {
    flex-basis: 22px !important;
}

.k-flex-basis-6 {
    flex-basis: 24px;
}

.\!k-flex-basis-6 {
    flex-basis: 24px !important;
}

.k-flex-basis-6\.5 {
    flex-basis: 26px;
}

.\!k-flex-basis-6\.5 {
    flex-basis: 26px !important;
}

.k-flex-basis-7 {
    flex-basis: 28px;
}

.\!k-flex-basis-7 {
    flex-basis: 28px !important;
}

.k-flex-basis-7\.5 {
    flex-basis: 30px;
}

.\!k-flex-basis-7\.5 {
    flex-basis: 30px !important;
}

.k-flex-basis-8 {
    flex-basis: 32px;
}

.\!k-flex-basis-8 {
    flex-basis: 32px !important;
}

.k-flex-basis-9 {
    flex-basis: 36px;
}

.\!k-flex-basis-9 {
    flex-basis: 36px !important;
}

.k-flex-basis-10 {
    flex-basis: 40px;
}

.\!k-flex-basis-10 {
    flex-basis: 40px !important;
}

.k-flex-basis-11 {
    flex-basis: 44px;
}

.\!k-flex-basis-11 {
    flex-basis: 44px !important;
}

.k-flex-basis-12 {
    flex-basis: 48px;
}

.\!k-flex-basis-12 {
    flex-basis: 48px !important;
}

.k-flex-basis-13 {
    flex-basis: 52px;
}

.\!k-flex-basis-13 {
    flex-basis: 52px !important;
}

.k-flex-basis-14 {
    flex-basis: 56px;
}

.\!k-flex-basis-14 {
    flex-basis: 56px !important;
}

.k-flex-basis-15 {
    flex-basis: 60px;
}

.\!k-flex-basis-15 {
    flex-basis: 60px !important;
}

.k-flex-basis-16 {
    flex-basis: 64px;
}

.\!k-flex-basis-16 {
    flex-basis: 64px !important;
}

.k-flex-basis-17 {
    flex-basis: 68px;
}

.\!k-flex-basis-17 {
    flex-basis: 68px !important;
}

.k-flex-basis-18 {
    flex-basis: 72px;
}

.\!k-flex-basis-18 {
    flex-basis: 72px !important;
}

.k-flex-basis-19 {
    flex-basis: 76px;
}

.\!k-flex-basis-19 {
    flex-basis: 76px !important;
}

.k-flex-basis-20 {
    flex-basis: 80px;
}

.\!k-flex-basis-20 {
    flex-basis: 80px !important;
}

.k-flex-basis-21 {
    flex-basis: 84px;
}

.\!k-flex-basis-21 {
    flex-basis: 84px !important;
}

.k-flex-basis-22 {
    flex-basis: 88px;
}

.\!k-flex-basis-22 {
    flex-basis: 88px !important;
}

.k-flex-basis-23 {
    flex-basis: 92px;
}

.\!k-flex-basis-23 {
    flex-basis: 92px !important;
}

.k-flex-basis-24 {
    flex-basis: 96px;
}

.\!k-flex-basis-24 {
    flex-basis: 96px !important;
}

.k-flex-basis-auto {
    flex-basis: auto;
}

.\!k-flex-basis-auto {
    flex-basis: auto !important;
}

.k-flex-basis-1\/2 {
    flex-basis: 50%;
}

.\!k-flex-basis-1\/2 {
    flex-basis: 50% !important;
}

.k-flex-basis-1\/3 {
    flex-basis: 33.333333%;
}

.\!k-flex-basis-1\/3 {
    flex-basis: 33.333333% !important;
}

.k-flex-basis-2\/3 {
    flex-basis: 66.666667%;
}

.\!k-flex-basis-2\/3 {
    flex-basis: 66.666667% !important;
}

.k-flex-basis-1\/4 {
    flex-basis: 25%;
}

.\!k-flex-basis-1\/4 {
    flex-basis: 25% !important;
}

.k-flex-basis-2\/4 {
    flex-basis: 50%;
}

.\!k-flex-basis-2\/4 {
    flex-basis: 50% !important;
}

.k-flex-basis-3\/4 {
    flex-basis: 75%;
}

.\!k-flex-basis-3\/4 {
    flex-basis: 75% !important;
}

.k-flex-basis-1\/5 {
    flex-basis: 20%;
}

.\!k-flex-basis-1\/5 {
    flex-basis: 20% !important;
}

.k-flex-basis-2\/5 {
    flex-basis: 40%;
}

.\!k-flex-basis-2\/5 {
    flex-basis: 40% !important;
}

.k-flex-basis-3\/5 {
    flex-basis: 60%;
}

.\!k-flex-basis-3\/5 {
    flex-basis: 60% !important;
}

.k-flex-basis-4\/5 {
    flex-basis: 80%;
}

.\!k-flex-basis-4\/5 {
    flex-basis: 80% !important;
}

.k-flex-basis-1\/6 {
    flex-basis: 16.666667%;
}

.\!k-flex-basis-1\/6 {
    flex-basis: 16.666667% !important;
}

.k-flex-basis-2\/6 {
    flex-basis: 33.333333%;
}

.\!k-flex-basis-2\/6 {
    flex-basis: 33.333333% !important;
}

.k-flex-basis-3\/6 {
    flex-basis: 50%;
}

.\!k-flex-basis-3\/6 {
    flex-basis: 50% !important;
}

.k-flex-basis-4\/6 {
    flex-basis: 66.666667%;
}

.\!k-flex-basis-4\/6 {
    flex-basis: 66.666667% !important;
}

.k-flex-basis-5\/6 {
    flex-basis: 83.333333%;
}

.\!k-flex-basis-5\/6 {
    flex-basis: 83.333333% !important;
}

.k-flex-basis-1\/12 {
    flex-basis: 8.333333%;
}

.\!k-flex-basis-1\/12 {
    flex-basis: 8.333333% !important;
}

.k-flex-basis-2\/12 {
    flex-basis: 16.666667%;
}

.\!k-flex-basis-2\/12 {
    flex-basis: 16.666667% !important;
}

.k-flex-basis-3\/12 {
    flex-basis: 25%;
}

.\!k-flex-basis-3\/12 {
    flex-basis: 25% !important;
}

.k-flex-basis-4\/12 {
    flex-basis: 33.333333%;
}

.\!k-flex-basis-4\/12 {
    flex-basis: 33.333333% !important;
}

.k-flex-basis-5\/12 {
    flex-basis: 41.666667%;
}

.\!k-flex-basis-5\/12 {
    flex-basis: 41.666667% !important;
}

.k-flex-basis-6\/12 {
    flex-basis: 50%;
}

.\!k-flex-basis-6\/12 {
    flex-basis: 50% !important;
}

.k-flex-basis-7\/12 {
    flex-basis: 58.333333%;
}

.\!k-flex-basis-7\/12 {
    flex-basis: 58.333333% !important;
}

.k-flex-basis-8\/12 {
    flex-basis: 66.666667%;
}

.\!k-flex-basis-8\/12 {
    flex-basis: 66.666667% !important;
}

.k-flex-basis-9\/12 {
    flex-basis: 75%;
}

.\!k-flex-basis-9\/12 {
    flex-basis: 75% !important;
}

.k-flex-basis-10\/12 {
    flex-basis: 83.333333%;
}

.\!k-flex-basis-10\/12 {
    flex-basis: 83.333333% !important;
}

.k-flex-basis-11\/12 {
    flex-basis: 91.666667%;
}

.\!k-flex-basis-11\/12 {
    flex-basis: 91.666667% !important;
}

.k-flex-basis-full {
    flex-basis: 100%;
}

.\!k-flex-basis-full {
    flex-basis: 100% !important;
}

.k-flex-basis-min {
    flex-basis: min-content;
}

.\!k-flex-basis-min {
    flex-basis: min-content !important;
}

.k-flex-basis-max {
    flex-basis: max-content;
}

.\!k-flex-basis-max {
    flex-basis: max-content !important;
}

.k-flex-basis-fit {
    flex-basis: fit-content;
}

.\!k-flex-basis-fit {
    flex-basis: fit-content !important;
}

.k-flex-row, .k-d-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.\!k-flex-row, .\!k-d-flex-row, .\!k-d-flex-col {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
}

.k-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}

.\!k-flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
}

.k-flex-col, .k-d-flex-col, .k-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.\!k-flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
}

.k-flex-col-reverse, .k-flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
}

.\!k-flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
}

.k-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
}

.\!k-grow {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
}

.k-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
}

.\!k-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
}

.k-flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
}

.\!k-flex-grow {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
}

.k-flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
}

.\!k-flex-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
}

.k-shrink {
    flex-shrink: 1;
}

.\!k-shrink {
    flex-shrink: 1 !important;
}

.k-shrink-0 {
    flex-shrink: 0;
}

.\!k-shrink-0 {
    flex-shrink: 0 !important;
}

.k-flex-shrink {
    flex-shrink: 1;
}

.\!k-flex-shrink {
    flex-shrink: 1 !important;
}

.k-flex-shrink-0 {
    flex-shrink: 0;
}

.\!k-flex-shrink-0 {
    flex-shrink: 0 !important;
}

.k-flex-wrap {
    flex-wrap: wrap;
}

.\!k-flex-wrap {
    flex-wrap: wrap !important;
}

.k-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.\!k-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.k-flex-nowrap {
    flex-wrap: nowrap;
}

.\!k-flex-nowrap {
    flex-wrap: nowrap !important;
}

.k-flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
}

.\!k-flex-1 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
}

.k-flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.\!k-flex-auto {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
}

.k-flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
}

.\!k-flex-initial {
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
}

.k-flex-none {
    -webkit-box-flex: 0;
            flex: none;
}

.\!k-flex-none {
    -webkit-box-flex: 0 !important;
            flex: none !important;
}

.k-gap-0 {
    gap: 0;
}

.\!k-gap-0 {
    gap: 0 !important;
}

.k-gap-1px {
    gap: 1px;
}

.\!k-gap-1px {
    gap: 1px !important;
}

.k-gap-0\.5 {
    gap: 2px;
}

.\!k-gap-0\.5 {
    gap: 2px !important;
}

.k-gap-1 {
    gap: 4px;
}

.\!k-gap-1 {
    gap: 4px !important;
}

.k-gap-1\.5 {
    gap: 6px;
}

.\!k-gap-1\.5 {
    gap: 6px !important;
}

.k-gap-2 {
    gap: 8px;
}

.\!k-gap-2 {
    gap: 8px !important;
}

.k-gap-2\.5 {
    gap: 10px;
}

.\!k-gap-2\.5 {
    gap: 10px !important;
}

.k-gap-3 {
    gap: 12px;
}

.\!k-gap-3 {
    gap: 12px !important;
}

.k-gap-3\.5 {
    gap: 14px;
}

.\!k-gap-3\.5 {
    gap: 14px !important;
}

.k-gap-4 {
    gap: 16px;
}

.\!k-gap-4 {
    gap: 16px !important;
}

.k-gap-4\.5 {
    gap: 18px;
}

.\!k-gap-4\.5 {
    gap: 18px !important;
}

.k-gap-5 {
    gap: 20px;
}

.\!k-gap-5 {
    gap: 20px !important;
}

.k-gap-5\.5 {
    gap: 22px;
}

.\!k-gap-5\.5 {
    gap: 22px !important;
}

.k-gap-6 {
    gap: 24px;
}

.\!k-gap-6 {
    gap: 24px !important;
}

.k-gap-6\.5 {
    gap: 26px;
}

.\!k-gap-6\.5 {
    gap: 26px !important;
}

.k-gap-7 {
    gap: 28px;
}

.\!k-gap-7 {
    gap: 28px !important;
}

.k-gap-7\.5 {
    gap: 30px;
}

.\!k-gap-7\.5 {
    gap: 30px !important;
}

.k-gap-8 {
    gap: 32px;
}

.\!k-gap-8 {
    gap: 32px !important;
}

.k-gap-9 {
    gap: 36px;
}

.\!k-gap-9 {
    gap: 36px !important;
}

.k-gap-10 {
    gap: 40px;
}

.\!k-gap-10 {
    gap: 40px !important;
}

.k-gap-11 {
    gap: 44px;
}

.\!k-gap-11 {
    gap: 44px !important;
}

.k-gap-12 {
    gap: 48px;
}

.\!k-gap-12 {
    gap: 48px !important;
}

.k-gap-13 {
    gap: 52px;
}

.\!k-gap-13 {
    gap: 52px !important;
}

.k-gap-14 {
    gap: 56px;
}

.\!k-gap-14 {
    gap: 56px !important;
}

.k-gap-15 {
    gap: 60px;
}

.\!k-gap-15 {
    gap: 60px !important;
}

.k-gap-16 {
    gap: 64px;
}

.\!k-gap-16 {
    gap: 64px !important;
}

.k-gap-17 {
    gap: 68px;
}

.\!k-gap-17 {
    gap: 68px !important;
}

.k-gap-18 {
    gap: 72px;
}

.\!k-gap-18 {
    gap: 72px !important;
}

.k-gap-19 {
    gap: 76px;
}

.\!k-gap-19 {
    gap: 76px !important;
}

.k-gap-20 {
    gap: 80px;
}

.\!k-gap-20 {
    gap: 80px !important;
}

.k-gap-21 {
    gap: 84px;
}

.\!k-gap-21 {
    gap: 84px !important;
}

.k-gap-22 {
    gap: 88px;
}

.\!k-gap-22 {
    gap: 88px !important;
}

.k-gap-23 {
    gap: 92px;
}

.\!k-gap-23 {
    gap: 92px !important;
}

.k-gap-24 {
    gap: 96px;
}

.\!k-gap-24 {
    gap: 96px !important;
}

.k-gap-xs {
    gap: 4px;
}

.\!k-gap-xs {
    gap: 4px !important;
}

.k-gap-sm {
    gap: 8px;
}

.\!k-gap-sm {
    gap: 8px !important;
}

.k-gap-md {
    gap: 12px;
}

.\!k-gap-md {
    gap: 12px !important;
}

.k-gap-lg {
    gap: 16px;
}

.\!k-gap-lg {
    gap: 16px !important;
}

.k-gap-xl {
    gap: 24px;
}

.\!k-gap-xl {
    gap: 24px !important;
}

.k-gap-thin {
    gap: 2px;
}

.\!k-gap-thin {
    gap: 2px !important;
}

.k-gap-hair {
    gap: 1px;
}

.\!k-gap-hair {
    gap: 1px !important;
}

.k-gap-x-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
}

.\!k-gap-x-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
}

.k-gap-x-1px {
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
}

.\!k-gap-x-1px {
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
}

.k-gap-x-0\.5 {
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
}

.\!k-gap-x-0\.5 {
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
}

.k-gap-x-1 {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
}

.\!k-gap-x-1 {
    -webkit-column-gap: 4px !important;
       -moz-column-gap: 4px !important;
            column-gap: 4px !important;
}

.k-gap-x-1\.5 {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
}

.\!k-gap-x-1\.5 {
    -webkit-column-gap: 6px !important;
       -moz-column-gap: 6px !important;
            column-gap: 6px !important;
}

.k-gap-x-2 {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
}

.\!k-gap-x-2 {
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
}

.k-gap-x-2\.5 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}

.\!k-gap-x-2\.5 {
    -webkit-column-gap: 10px !important;
       -moz-column-gap: 10px !important;
            column-gap: 10px !important;
}

.k-gap-x-3 {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
}

.\!k-gap-x-3 {
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
}

.k-gap-x-3\.5 {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
}

.\!k-gap-x-3\.5 {
    -webkit-column-gap: 14px !important;
       -moz-column-gap: 14px !important;
            column-gap: 14px !important;
}

.k-gap-x-4 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
}

.\!k-gap-x-4 {
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
}

.k-gap-x-4\.5 {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
}

.\!k-gap-x-4\.5 {
    -webkit-column-gap: 18px !important;
       -moz-column-gap: 18px !important;
            column-gap: 18px !important;
}

.k-gap-x-5 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}

.\!k-gap-x-5 {
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
}

.k-gap-x-5\.5 {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
}

.\!k-gap-x-5\.5 {
    -webkit-column-gap: 22px !important;
       -moz-column-gap: 22px !important;
            column-gap: 22px !important;
}

.k-gap-x-6 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
}

.\!k-gap-x-6 {
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
}

.k-gap-x-6\.5 {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
}

.\!k-gap-x-6\.5 {
    -webkit-column-gap: 26px !important;
       -moz-column-gap: 26px !important;
            column-gap: 26px !important;
}

.k-gap-x-7 {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
}

.\!k-gap-x-7 {
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
}

.k-gap-x-7\.5 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
}

.\!k-gap-x-7\.5 {
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
}

.k-gap-x-8 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
}

.\!k-gap-x-8 {
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
}

.k-gap-x-9 {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
}

.\!k-gap-x-9 {
    -webkit-column-gap: 36px !important;
       -moz-column-gap: 36px !important;
            column-gap: 36px !important;
}

.k-gap-x-10 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

.\!k-gap-x-10 {
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
}

.k-gap-x-11 {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
}

.\!k-gap-x-11 {
    -webkit-column-gap: 44px !important;
       -moz-column-gap: 44px !important;
            column-gap: 44px !important;
}

.k-gap-x-12 {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
}

.\!k-gap-x-12 {
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
}

.k-gap-x-13 {
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
}

.\!k-gap-x-13 {
    -webkit-column-gap: 52px !important;
       -moz-column-gap: 52px !important;
            column-gap: 52px !important;
}

.k-gap-x-14 {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
}

.\!k-gap-x-14 {
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
}

.k-gap-x-15 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
}

.\!k-gap-x-15 {
    -webkit-column-gap: 60px !important;
       -moz-column-gap: 60px !important;
            column-gap: 60px !important;
}

.k-gap-x-16 {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
}

.\!k-gap-x-16 {
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
}

.k-gap-x-17 {
    -webkit-column-gap: 68px;
       -moz-column-gap: 68px;
            column-gap: 68px;
}

.\!k-gap-x-17 {
    -webkit-column-gap: 68px !important;
       -moz-column-gap: 68px !important;
            column-gap: 68px !important;
}

.k-gap-x-18 {
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
}

.\!k-gap-x-18 {
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
}

.k-gap-x-19 {
    -webkit-column-gap: 76px;
       -moz-column-gap: 76px;
            column-gap: 76px;
}

.\!k-gap-x-19 {
    -webkit-column-gap: 76px !important;
       -moz-column-gap: 76px !important;
            column-gap: 76px !important;
}

.k-gap-x-20 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
}

.\!k-gap-x-20 {
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
}

.k-gap-x-21 {
    -webkit-column-gap: 84px;
       -moz-column-gap: 84px;
            column-gap: 84px;
}

.\!k-gap-x-21 {
    -webkit-column-gap: 84px !important;
       -moz-column-gap: 84px !important;
            column-gap: 84px !important;
}

.k-gap-x-22 {
    -webkit-column-gap: 88px;
       -moz-column-gap: 88px;
            column-gap: 88px;
}

.\!k-gap-x-22 {
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
}

.k-gap-x-23 {
    -webkit-column-gap: 92px;
       -moz-column-gap: 92px;
            column-gap: 92px;
}

.\!k-gap-x-23 {
    -webkit-column-gap: 92px !important;
       -moz-column-gap: 92px !important;
            column-gap: 92px !important;
}

.k-gap-x-24 {
    -webkit-column-gap: 96px;
       -moz-column-gap: 96px;
            column-gap: 96px;
}

.\!k-gap-x-24 {
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
}

.k-gap-x-xs {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
}

.\!k-gap-x-xs {
    -webkit-column-gap: 4px !important;
       -moz-column-gap: 4px !important;
            column-gap: 4px !important;
}

.k-gap-x-sm {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
}

.\!k-gap-x-sm {
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
}

.k-gap-x-md {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
}

.\!k-gap-x-md {
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
}

.k-gap-x-lg {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
}

.\!k-gap-x-lg {
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
}

.k-gap-x-xl {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
}

.\!k-gap-x-xl {
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
}

.k-gap-x-thin {
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
}

.\!k-gap-x-thin {
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
}

.k-gap-x-hair {
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
}

.\!k-gap-x-hair {
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
}

.k-gap-y-0 {
    row-gap: 0;
}

.\!k-gap-y-0 {
    row-gap: 0 !important;
}

.k-gap-y-1px {
    row-gap: 1px;
}

.\!k-gap-y-1px {
    row-gap: 1px !important;
}

.k-gap-y-0\.5 {
    row-gap: 2px;
}

.\!k-gap-y-0\.5 {
    row-gap: 2px !important;
}

.k-gap-y-1 {
    row-gap: 4px;
}

.\!k-gap-y-1 {
    row-gap: 4px !important;
}

.k-gap-y-1\.5 {
    row-gap: 6px;
}

.\!k-gap-y-1\.5 {
    row-gap: 6px !important;
}

.k-gap-y-2 {
    row-gap: 8px;
}

.\!k-gap-y-2 {
    row-gap: 8px !important;
}

.k-gap-y-2\.5 {
    row-gap: 10px;
}

.\!k-gap-y-2\.5 {
    row-gap: 10px !important;
}

.k-gap-y-3 {
    row-gap: 12px;
}

.\!k-gap-y-3 {
    row-gap: 12px !important;
}

.k-gap-y-3\.5 {
    row-gap: 14px;
}

.\!k-gap-y-3\.5 {
    row-gap: 14px !important;
}

.k-gap-y-4 {
    row-gap: 16px;
}

.\!k-gap-y-4 {
    row-gap: 16px !important;
}

.k-gap-y-4\.5 {
    row-gap: 18px;
}

.\!k-gap-y-4\.5 {
    row-gap: 18px !important;
}

.k-gap-y-5 {
    row-gap: 20px;
}

.\!k-gap-y-5 {
    row-gap: 20px !important;
}

.k-gap-y-5\.5 {
    row-gap: 22px;
}

.\!k-gap-y-5\.5 {
    row-gap: 22px !important;
}

.k-gap-y-6 {
    row-gap: 24px;
}

.\!k-gap-y-6 {
    row-gap: 24px !important;
}

.k-gap-y-6\.5 {
    row-gap: 26px;
}

.\!k-gap-y-6\.5 {
    row-gap: 26px !important;
}

.k-gap-y-7 {
    row-gap: 28px;
}

.\!k-gap-y-7 {
    row-gap: 28px !important;
}

.k-gap-y-7\.5 {
    row-gap: 30px;
}

.\!k-gap-y-7\.5 {
    row-gap: 30px !important;
}

.k-gap-y-8 {
    row-gap: 32px;
}

.\!k-gap-y-8 {
    row-gap: 32px !important;
}

.k-gap-y-9 {
    row-gap: 36px;
}

.\!k-gap-y-9 {
    row-gap: 36px !important;
}

.k-gap-y-10 {
    row-gap: 40px;
}

.\!k-gap-y-10 {
    row-gap: 40px !important;
}

.k-gap-y-11 {
    row-gap: 44px;
}

.\!k-gap-y-11 {
    row-gap: 44px !important;
}

.k-gap-y-12 {
    row-gap: 48px;
}

.\!k-gap-y-12 {
    row-gap: 48px !important;
}

.k-gap-y-13 {
    row-gap: 52px;
}

.\!k-gap-y-13 {
    row-gap: 52px !important;
}

.k-gap-y-14 {
    row-gap: 56px;
}

.\!k-gap-y-14 {
    row-gap: 56px !important;
}

.k-gap-y-15 {
    row-gap: 60px;
}

.\!k-gap-y-15 {
    row-gap: 60px !important;
}

.k-gap-y-16 {
    row-gap: 64px;
}

.\!k-gap-y-16 {
    row-gap: 64px !important;
}

.k-gap-y-17 {
    row-gap: 68px;
}

.\!k-gap-y-17 {
    row-gap: 68px !important;
}

.k-gap-y-18 {
    row-gap: 72px;
}

.\!k-gap-y-18 {
    row-gap: 72px !important;
}

.k-gap-y-19 {
    row-gap: 76px;
}

.\!k-gap-y-19 {
    row-gap: 76px !important;
}

.k-gap-y-20 {
    row-gap: 80px;
}

.\!k-gap-y-20 {
    row-gap: 80px !important;
}

.k-gap-y-21 {
    row-gap: 84px;
}

.\!k-gap-y-21 {
    row-gap: 84px !important;
}

.k-gap-y-22 {
    row-gap: 88px;
}

.\!k-gap-y-22 {
    row-gap: 88px !important;
}

.k-gap-y-23 {
    row-gap: 92px;
}

.\!k-gap-y-23 {
    row-gap: 92px !important;
}

.k-gap-y-24 {
    row-gap: 96px;
}

.\!k-gap-y-24 {
    row-gap: 96px !important;
}

.k-gap-y-xs {
    row-gap: 4px;
}

.\!k-gap-y-xs {
    row-gap: 4px !important;
}

.k-gap-y-sm {
    row-gap: 8px;
}

.\!k-gap-y-sm {
    row-gap: 8px !important;
}

.k-gap-y-md {
    row-gap: 12px;
}

.\!k-gap-y-md {
    row-gap: 12px !important;
}

.k-gap-y-lg {
    row-gap: 16px;
}

.\!k-gap-y-lg {
    row-gap: 16px !important;
}

.k-gap-y-xl {
    row-gap: 24px;
}

.\!k-gap-y-xl {
    row-gap: 24px !important;
}

.k-gap-y-thin {
    row-gap: 2px;
}

.\!k-gap-y-thin {
    row-gap: 2px !important;
}

.k-gap-y-hair {
    row-gap: 1px;
}

.\!k-gap-y-hair {
    row-gap: 1px !important;
}

.k-grid-auto-cols-auto {
    grid-auto-columns: auto;
}

.\!k-grid-auto-cols-auto {
    grid-auto-columns: auto !important;
}

.k-grid-auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
}

.\!k-grid-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
}

.k-grid-auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
}

.\!k-grid-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
}

.k-grid-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
}

.\!k-grid-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
}

.k-grid-flow-row {
    grid-auto-flow: row;
}

.\!k-grid-flow-row {
    grid-auto-flow: row !important;
}

.k-grid-flow-col {
    grid-auto-flow: column;
}

.\!k-grid-flow-col {
    grid-auto-flow: column !important;
}

.k-grid-flow-dense {
    grid-auto-flow: dense;
}

.\!k-grid-flow-dense {
    grid-auto-flow: dense !important;
}

.k-grid-flow-row-dense {
    grid-auto-flow: row dense;
}

.\!k-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
}

.k-grid-flow-col-dense {
    grid-auto-flow: column dense;
}

.\!k-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
}

.k-grid-flow-unset {
    grid-auto-flow: unset;
}

.\!k-grid-flow-unset {
    grid-auto-flow: unset !important;
}

.k-grid-auto-rows-auto {
    grid-auto-rows: auto;
}

.\!k-grid-auto-rows-auto {
    grid-auto-rows: auto !important;
}

.k-grid-auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
}

.\!k-grid-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
}

.k-grid-auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
}

.\!k-grid-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
}

.k-grid-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
}

.\!k-grid-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
}

.k-col-start-1 {
    grid-column-start: 1;
}

.\!k-col-start-1 {
    grid-column-start: 1 !important;
}

.k-col-start-2 {
    grid-column-start: 2;
}

.\!k-col-start-2 {
    grid-column-start: 2 !important;
}

.k-col-start-3 {
    grid-column-start: 3;
}

.\!k-col-start-3 {
    grid-column-start: 3 !important;
}

.k-col-start-4 {
    grid-column-start: 4;
}

.\!k-col-start-4 {
    grid-column-start: 4 !important;
}

.k-col-start-5 {
    grid-column-start: 5;
}

.\!k-col-start-5 {
    grid-column-start: 5 !important;
}

.k-col-start-6 {
    grid-column-start: 6;
}

.\!k-col-start-6 {
    grid-column-start: 6 !important;
}

.k-col-start-7 {
    grid-column-start: 7;
}

.\!k-col-start-7 {
    grid-column-start: 7 !important;
}

.k-col-start-8 {
    grid-column-start: 8;
}

.\!k-col-start-8 {
    grid-column-start: 8 !important;
}

.k-col-start-9 {
    grid-column-start: 9;
}

.\!k-col-start-9 {
    grid-column-start: 9 !important;
}

.k-col-start-10 {
    grid-column-start: 10;
}

.\!k-col-start-10 {
    grid-column-start: 10 !important;
}

.k-col-start-11 {
    grid-column-start: 11;
}

.\!k-col-start-11 {
    grid-column-start: 11 !important;
}

.k-col-start-12 {
    grid-column-start: 12;
}

.\!k-col-start-12 {
    grid-column-start: 12 !important;
}

.k-col-start-13 {
    grid-column-start: 13;
}

.\!k-col-start-13 {
    grid-column-start: 13 !important;
}

.k-col-start--1 {
    grid-column-start: -1;
}

.\!k-col-start--1 {
    grid-column-start: -1 !important;
}

.k-col-start--2 {
    grid-column-start: -2;
}

.\!k-col-start--2 {
    grid-column-start: -2 !important;
}

.k-col-start--3 {
    grid-column-start: -3;
}

.\!k-col-start--3 {
    grid-column-start: -3 !important;
}

.k-col-start--4 {
    grid-column-start: -4;
}

.\!k-col-start--4 {
    grid-column-start: -4 !important;
}

.k-col-start--5 {
    grid-column-start: -5;
}

.\!k-col-start--5 {
    grid-column-start: -5 !important;
}

.k-col-start--6 {
    grid-column-start: -6;
}

.\!k-col-start--6 {
    grid-column-start: -6 !important;
}

.k-col-start--7 {
    grid-column-start: -7;
}

.\!k-col-start--7 {
    grid-column-start: -7 !important;
}

.k-col-start--8 {
    grid-column-start: -8;
}

.\!k-col-start--8 {
    grid-column-start: -8 !important;
}

.k-col-start--9 {
    grid-column-start: -9;
}

.\!k-col-start--9 {
    grid-column-start: -9 !important;
}

.k-col-start--10 {
    grid-column-start: -10;
}

.\!k-col-start--10 {
    grid-column-start: -10 !important;
}

.k-col-start--11 {
    grid-column-start: -11;
}

.\!k-col-start--11 {
    grid-column-start: -11 !important;
}

.k-col-start--12 {
    grid-column-start: -12;
}

.\!k-col-start--12 {
    grid-column-start: -12 !important;
}

.k-col-start--13 {
    grid-column-start: -13;
}

.\!k-col-start--13 {
    grid-column-start: -13 !important;
}

.k-col-start-auto {
    grid-column-start: auto;
}

.\!k-col-start-auto {
    grid-column-start: auto !important;
}

.k-col-end-1 {
    grid-column-end: 1;
}

.\!k-col-end-1 {
    grid-column-end: 1 !important;
}

.k-col-end-2 {
    grid-column-end: 2;
}

.\!k-col-end-2 {
    grid-column-end: 2 !important;
}

.k-col-end-3 {
    grid-column-end: 3;
}

.\!k-col-end-3 {
    grid-column-end: 3 !important;
}

.k-col-end-4 {
    grid-column-end: 4;
}

.\!k-col-end-4 {
    grid-column-end: 4 !important;
}

.k-col-end-5 {
    grid-column-end: 5;
}

.\!k-col-end-5 {
    grid-column-end: 5 !important;
}

.k-col-end-6 {
    grid-column-end: 6;
}

.\!k-col-end-6 {
    grid-column-end: 6 !important;
}

.k-col-end-7 {
    grid-column-end: 7;
}

.\!k-col-end-7 {
    grid-column-end: 7 !important;
}

.k-col-end-8 {
    grid-column-end: 8;
}

.\!k-col-end-8 {
    grid-column-end: 8 !important;
}

.k-col-end-9 {
    grid-column-end: 9;
}

.\!k-col-end-9 {
    grid-column-end: 9 !important;
}

.k-col-end-10 {
    grid-column-end: 10;
}

.\!k-col-end-10 {
    grid-column-end: 10 !important;
}

.k-col-end-11 {
    grid-column-end: 11;
}

.\!k-col-end-11 {
    grid-column-end: 11 !important;
}

.k-col-end-12 {
    grid-column-end: 12;
}

.\!k-col-end-12 {
    grid-column-end: 12 !important;
}

.k-col-end-13 {
    grid-column-end: 13;
}

.\!k-col-end-13 {
    grid-column-end: 13 !important;
}

.k-col-end--1 {
    grid-column-end: -1;
}

.\!k-col-end--1 {
    grid-column-end: -1 !important;
}

.k-col-end--2 {
    grid-column-end: -2;
}

.\!k-col-end--2 {
    grid-column-end: -2 !important;
}

.k-col-end--3 {
    grid-column-end: -3;
}

.\!k-col-end--3 {
    grid-column-end: -3 !important;
}

.k-col-end--4 {
    grid-column-end: -4;
}

.\!k-col-end--4 {
    grid-column-end: -4 !important;
}

.k-col-end--5 {
    grid-column-end: -5;
}

.\!k-col-end--5 {
    grid-column-end: -5 !important;
}

.k-col-end--6 {
    grid-column-end: -6;
}

.\!k-col-end--6 {
    grid-column-end: -6 !important;
}

.k-col-end--7 {
    grid-column-end: -7;
}

.\!k-col-end--7 {
    grid-column-end: -7 !important;
}

.k-col-end--8 {
    grid-column-end: -8;
}

.\!k-col-end--8 {
    grid-column-end: -8 !important;
}

.k-col-end--9 {
    grid-column-end: -9;
}

.\!k-col-end--9 {
    grid-column-end: -9 !important;
}

.k-col-end--10 {
    grid-column-end: -10;
}

.\!k-col-end--10 {
    grid-column-end: -10 !important;
}

.k-col-end--11 {
    grid-column-end: -11;
}

.\!k-col-end--11 {
    grid-column-end: -11 !important;
}

.k-col-end--12 {
    grid-column-end: -12;
}

.\!k-col-end--12 {
    grid-column-end: -12 !important;
}

.k-col-end--13 {
    grid-column-end: -13;
}

.\!k-col-end--13 {
    grid-column-end: -13 !important;
}

.k-col-end-auto {
    grid-column-end: auto;
}

.\!k-col-end-auto {
    grid-column-end: auto !important;
}

.k-col-span-1 {
    grid-column: span 1/span 1;
}

.\!k-col-span-1 {
    grid-column: span 1/span 1 !important;
}

.k-col-span-2 {
    grid-column: span 2/span 2;
}

.\!k-col-span-2 {
    grid-column: span 2/span 2 !important;
}

.k-col-span-3 {
    grid-column: span 3/span 3;
}

.\!k-col-span-3 {
    grid-column: span 3/span 3 !important;
}

.k-col-span-4 {
    grid-column: span 4/span 4;
}

.\!k-col-span-4 {
    grid-column: span 4/span 4 !important;
}

.k-col-span-5 {
    grid-column: span 5/span 5;
}

.\!k-col-span-5 {
    grid-column: span 5/span 5 !important;
}

.k-col-span-6 {
    grid-column: span 6/span 6;
}

.\!k-col-span-6 {
    grid-column: span 6/span 6 !important;
}

.k-col-span-7 {
    grid-column: span 7/span 7;
}

.\!k-col-span-7 {
    grid-column: span 7/span 7 !important;
}

.k-col-span-8 {
    grid-column: span 8/span 8;
}

.\!k-col-span-8 {
    grid-column: span 8/span 8 !important;
}

.k-col-span-9 {
    grid-column: span 9/span 9;
}

.\!k-col-span-9 {
    grid-column: span 9/span 9 !important;
}

.k-col-span-10 {
    grid-column: span 10/span 10;
}

.\!k-col-span-10 {
    grid-column: span 10/span 10 !important;
}

.k-col-span-11 {
    grid-column: span 11/span 11;
}

.\!k-col-span-11 {
    grid-column: span 11/span 11 !important;
}

.k-col-span-12 {
    grid-column: span 12/span 12;
}

.\!k-col-span-12 {
    grid-column: span 12/span 12 !important;
}

.k-col-span-full {
    grid-column: 1 / -1;
}

.\!k-col-span-full {
    grid-column: 1 / -1 !important;
}

.k-col-span-auto {
    grid-column: auto;
}

.\!k-col-span-auto {
    grid-column: auto !important;
}

.k-colspan-1 {
    grid-column: span 1/span 1;
}

.\!k-colspan-1 {
    grid-column: span 1/span 1 !important;
}

.k-colspan-2 {
    grid-column: span 2/span 2;
}

.\!k-colspan-2 {
    grid-column: span 2/span 2 !important;
}

.k-colspan-3 {
    grid-column: span 3/span 3;
}

.\!k-colspan-3 {
    grid-column: span 3/span 3 !important;
}

.k-colspan-4 {
    grid-column: span 4/span 4;
}

.\!k-colspan-4 {
    grid-column: span 4/span 4 !important;
}

.k-colspan-5 {
    grid-column: span 5/span 5;
}

.\!k-colspan-5 {
    grid-column: span 5/span 5 !important;
}

.k-colspan-6 {
    grid-column: span 6/span 6;
}

.\!k-colspan-6 {
    grid-column: span 6/span 6 !important;
}

.k-colspan-7 {
    grid-column: span 7/span 7;
}

.\!k-colspan-7 {
    grid-column: span 7/span 7 !important;
}

.k-colspan-8 {
    grid-column: span 8/span 8;
}

.\!k-colspan-8 {
    grid-column: span 8/span 8 !important;
}

.k-colspan-9 {
    grid-column: span 9/span 9;
}

.\!k-colspan-9 {
    grid-column: span 9/span 9 !important;
}

.k-colspan-10 {
    grid-column: span 10/span 10;
}

.\!k-colspan-10 {
    grid-column: span 10/span 10 !important;
}

.k-colspan-11 {
    grid-column: span 11/span 11;
}

.\!k-colspan-11 {
    grid-column: span 11/span 11 !important;
}

.k-colspan-12 {
    grid-column: span 12/span 12;
}

.\!k-colspan-12 {
    grid-column: span 12/span 12 !important;
}

.k-colspan-full, .k-colspan-all {
    grid-column: 1 / -1;
}

.\!k-colspan-full, .\!k-colspan-all {
    grid-column: 1 / -1 !important;
}

.k-colspan-auto {
    grid-column: auto;
}

.\!k-colspan-auto {
    grid-column: auto !important;
}

.k-row-start-1 {
    grid-row-start: 1;
}

.\!k-row-start-1 {
    grid-row-start: 1 !important;
}

.k-row-start-2 {
    grid-row-start: 2;
}

.\!k-row-start-2 {
    grid-row-start: 2 !important;
}

.k-row-start-3 {
    grid-row-start: 3;
}

.\!k-row-start-3 {
    grid-row-start: 3 !important;
}

.k-row-start-4 {
    grid-row-start: 4;
}

.\!k-row-start-4 {
    grid-row-start: 4 !important;
}

.k-row-start-5 {
    grid-row-start: 5;
}

.\!k-row-start-5 {
    grid-row-start: 5 !important;
}

.k-row-start-6 {
    grid-row-start: 6;
}

.\!k-row-start-6 {
    grid-row-start: 6 !important;
}

.k-row-start-7 {
    grid-row-start: 7;
}

.\!k-row-start-7 {
    grid-row-start: 7 !important;
}

.k-row-start-8 {
    grid-row-start: 8;
}

.\!k-row-start-8 {
    grid-row-start: 8 !important;
}

.k-row-start-9 {
    grid-row-start: 9;
}

.\!k-row-start-9 {
    grid-row-start: 9 !important;
}

.k-row-start-10 {
    grid-row-start: 10;
}

.\!k-row-start-10 {
    grid-row-start: 10 !important;
}

.k-row-start-11 {
    grid-row-start: 11;
}

.\!k-row-start-11 {
    grid-row-start: 11 !important;
}

.k-row-start-12 {
    grid-row-start: 12;
}

.\!k-row-start-12 {
    grid-row-start: 12 !important;
}

.k-row-start-13 {
    grid-row-start: 13;
}

.\!k-row-start-13 {
    grid-row-start: 13 !important;
}

.k-row-start--1 {
    grid-row-start: -1;
}

.\!k-row-start--1 {
    grid-row-start: -1 !important;
}

.k-row-start--2 {
    grid-row-start: -2;
}

.\!k-row-start--2 {
    grid-row-start: -2 !important;
}

.k-row-start--3 {
    grid-row-start: -3;
}

.\!k-row-start--3 {
    grid-row-start: -3 !important;
}

.k-row-start--4 {
    grid-row-start: -4;
}

.\!k-row-start--4 {
    grid-row-start: -4 !important;
}

.k-row-start--5 {
    grid-row-start: -5;
}

.\!k-row-start--5 {
    grid-row-start: -5 !important;
}

.k-row-start--6 {
    grid-row-start: -6;
}

.\!k-row-start--6 {
    grid-row-start: -6 !important;
}

.k-row-start--7 {
    grid-row-start: -7;
}

.\!k-row-start--7 {
    grid-row-start: -7 !important;
}

.k-row-start--8 {
    grid-row-start: -8;
}

.\!k-row-start--8 {
    grid-row-start: -8 !important;
}

.k-row-start--9 {
    grid-row-start: -9;
}

.\!k-row-start--9 {
    grid-row-start: -9 !important;
}

.k-row-start--10 {
    grid-row-start: -10;
}

.\!k-row-start--10 {
    grid-row-start: -10 !important;
}

.k-row-start--11 {
    grid-row-start: -11;
}

.\!k-row-start--11 {
    grid-row-start: -11 !important;
}

.k-row-start--12 {
    grid-row-start: -12;
}

.\!k-row-start--12 {
    grid-row-start: -12 !important;
}

.k-row-start--13 {
    grid-row-start: -13;
}

.\!k-row-start--13 {
    grid-row-start: -13 !important;
}

.k-row-start-auto {
    grid-row-start: auto;
}

.\!k-row-start-auto {
    grid-row-start: auto !important;
}

.k-row-end-1 {
    grid-row-end: 1;
}

.\!k-row-end-1 {
    grid-row-end: 1 !important;
}

.k-row-end-2 {
    grid-row-end: 2;
}

.\!k-row-end-2 {
    grid-row-end: 2 !important;
}

.k-row-end-3 {
    grid-row-end: 3;
}

.\!k-row-end-3 {
    grid-row-end: 3 !important;
}

.k-row-end-4 {
    grid-row-end: 4;
}

.\!k-row-end-4 {
    grid-row-end: 4 !important;
}

.k-row-end-5 {
    grid-row-end: 5;
}

.\!k-row-end-5 {
    grid-row-end: 5 !important;
}

.k-row-end-6 {
    grid-row-end: 6;
}

.\!k-row-end-6 {
    grid-row-end: 6 !important;
}

.k-row-end-7 {
    grid-row-end: 7;
}

.\!k-row-end-7 {
    grid-row-end: 7 !important;
}

.k-row-end-8 {
    grid-row-end: 8;
}

.\!k-row-end-8 {
    grid-row-end: 8 !important;
}

.k-row-end-9 {
    grid-row-end: 9;
}

.\!k-row-end-9 {
    grid-row-end: 9 !important;
}

.k-row-end-10 {
    grid-row-end: 10;
}

.\!k-row-end-10 {
    grid-row-end: 10 !important;
}

.k-row-end-11 {
    grid-row-end: 11;
}

.\!k-row-end-11 {
    grid-row-end: 11 !important;
}

.k-row-end-12 {
    grid-row-end: 12;
}

.\!k-row-end-12 {
    grid-row-end: 12 !important;
}

.k-row-end-13 {
    grid-row-end: 13;
}

.\!k-row-end-13 {
    grid-row-end: 13 !important;
}

.k-row-end--1 {
    grid-row-end: -1;
}

.\!k-row-end--1 {
    grid-row-end: -1 !important;
}

.k-row-end--2 {
    grid-row-end: -2;
}

.\!k-row-end--2 {
    grid-row-end: -2 !important;
}

.k-row-end--3 {
    grid-row-end: -3;
}

.\!k-row-end--3 {
    grid-row-end: -3 !important;
}

.k-row-end--4 {
    grid-row-end: -4;
}

.\!k-row-end--4 {
    grid-row-end: -4 !important;
}

.k-row-end--5 {
    grid-row-end: -5;
}

.\!k-row-end--5 {
    grid-row-end: -5 !important;
}

.k-row-end--6 {
    grid-row-end: -6;
}

.\!k-row-end--6 {
    grid-row-end: -6 !important;
}

.k-row-end--7 {
    grid-row-end: -7;
}

.\!k-row-end--7 {
    grid-row-end: -7 !important;
}

.k-row-end--8 {
    grid-row-end: -8;
}

.\!k-row-end--8 {
    grid-row-end: -8 !important;
}

.k-row-end--9 {
    grid-row-end: -9;
}

.\!k-row-end--9 {
    grid-row-end: -9 !important;
}

.k-row-end--10 {
    grid-row-end: -10;
}

.\!k-row-end--10 {
    grid-row-end: -10 !important;
}

.k-row-end--11 {
    grid-row-end: -11;
}

.\!k-row-end--11 {
    grid-row-end: -11 !important;
}

.k-row-end--12 {
    grid-row-end: -12;
}

.\!k-row-end--12 {
    grid-row-end: -12 !important;
}

.k-row-end--13 {
    grid-row-end: -13;
}

.\!k-row-end--13 {
    grid-row-end: -13 !important;
}

.k-row-end-auto {
    grid-row-end: auto;
}

.\!k-row-end-auto {
    grid-row-end: auto !important;
}

.k-row-span-1 {
    grid-row: span 1/span 1;
}

.\!k-row-span-1 {
    grid-row: span 1/span 1 !important;
}

.k-row-span-2 {
    grid-row: span 2/span 2;
}

.\!k-row-span-2 {
    grid-row: span 2/span 2 !important;
}

.k-row-span-3 {
    grid-row: span 3/span 3;
}

.\!k-row-span-3 {
    grid-row: span 3/span 3 !important;
}

.k-row-span-4 {
    grid-row: span 4/span 4;
}

.\!k-row-span-4 {
    grid-row: span 4/span 4 !important;
}

.k-row-span-5 {
    grid-row: span 5/span 5;
}

.\!k-row-span-5 {
    grid-row: span 5/span 5 !important;
}

.k-row-span-6 {
    grid-row: span 6/span 6;
}

.\!k-row-span-6 {
    grid-row: span 6/span 6 !important;
}

.k-row-span-7 {
    grid-row: span 7/span 7;
}

.\!k-row-span-7 {
    grid-row: span 7/span 7 !important;
}

.k-row-span-8 {
    grid-row: span 8/span 8;
}

.\!k-row-span-8 {
    grid-row: span 8/span 8 !important;
}

.k-row-span-9 {
    grid-row: span 9/span 9;
}

.\!k-row-span-9 {
    grid-row: span 9/span 9 !important;
}

.k-row-span-10 {
    grid-row: span 10/span 10;
}

.\!k-row-span-10 {
    grid-row: span 10/span 10 !important;
}

.k-row-span-11 {
    grid-row: span 11/span 11;
}

.\!k-row-span-11 {
    grid-row: span 11/span 11 !important;
}

.k-row-span-12 {
    grid-row: span 12/span 12;
}

.\!k-row-span-12 {
    grid-row: span 12/span 12 !important;
}

.k-row-span-full {
    grid-row: span 1/span -1;
}

.\!k-row-span-full {
    grid-row: span 1/span -1 !important;
}

.k-row-span-auto {
    grid-row: auto;
}

.\!k-row-span-auto {
    grid-row: auto !important;
}

.k-rowspan-1 {
    grid-row: span 1/span 1;
}

.\!k-rowspan-1 {
    grid-row: span 1/span 1 !important;
}

.k-rowspan-2 {
    grid-row: span 2/span 2;
}

.\!k-rowspan-2 {
    grid-row: span 2/span 2 !important;
}

.k-rowspan-3 {
    grid-row: span 3/span 3;
}

.\!k-rowspan-3 {
    grid-row: span 3/span 3 !important;
}

.k-rowspan-4 {
    grid-row: span 4/span 4;
}

.\!k-rowspan-4 {
    grid-row: span 4/span 4 !important;
}

.k-rowspan-5 {
    grid-row: span 5/span 5;
}

.\!k-rowspan-5 {
    grid-row: span 5/span 5 !important;
}

.k-rowspan-6 {
    grid-row: span 6/span 6;
}

.\!k-rowspan-6 {
    grid-row: span 6/span 6 !important;
}

.k-rowspan-7 {
    grid-row: span 7/span 7;
}

.\!k-rowspan-7 {
    grid-row: span 7/span 7 !important;
}

.k-rowspan-8 {
    grid-row: span 8/span 8;
}

.\!k-rowspan-8 {
    grid-row: span 8/span 8 !important;
}

.k-rowspan-9 {
    grid-row: span 9/span 9;
}

.\!k-rowspan-9 {
    grid-row: span 9/span 9 !important;
}

.k-rowspan-10 {
    grid-row: span 10/span 10;
}

.\!k-rowspan-10 {
    grid-row: span 10/span 10 !important;
}

.k-rowspan-11 {
    grid-row: span 11/span 11;
}

.\!k-rowspan-11 {
    grid-row: span 11/span 11 !important;
}

.k-rowspan-12 {
    grid-row: span 12/span 12;
}

.\!k-rowspan-12 {
    grid-row: span 12/span 12 !important;
}

.k-rowspan-full, .k-rowspan-all {
    grid-row: span 1/span -1;
}

.\!k-rowspan-full, .\!k-rowspan-all {
    grid-row: span 1/span -1 !important;
}

.k-rowspan-auto {
    grid-row: auto;
}

.\!k-rowspan-auto {
    grid-row: auto !important;
}

.k-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.\!k-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.k-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.\!k-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.k-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.\!k-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.k-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.\!k-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.k-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.\!k-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.k-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.\!k-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.k-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.\!k-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.k-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.\!k-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.k-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

.\!k-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.k-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}

.\!k-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.k-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}

.\!k-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.k-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.\!k-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.k-grid-cols-none {
    grid-template-columns: none;
}

.\!k-grid-cols-none {
    grid-template-columns: none !important;
}

.k-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.\!k-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.k-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.\!k-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.k-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.\!k-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.k-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
}

.\!k-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.k-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
}

.\!k-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.k-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
}

.\!k-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.k-grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
}

.\!k-grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
}

.k-grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
}

.\!k-grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
}

.k-grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
}

.\!k-grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
}

.k-grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
}

.\!k-grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
}

.k-grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
}

.\!k-grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
}

.k-grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
}

.\!k-grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
}

.k-grid-rows-none {
    grid-template-rows: none;
}

.\!k-grid-rows-none {
    grid-template-rows: none !important;
}

.k-justify-content-normal {
    -webkit-box-pack: normal;
            justify-content: normal;
}

.\!k-justify-content-normal {
    -webkit-box-pack: normal !important;
            justify-content: normal !important;
}

.k-justify-content-stretch {
    -webkit-box-pack: stretch;
            justify-content: stretch;
}

.\!k-justify-content-stretch {
    -webkit-box-pack: stretch !important;
            justify-content: stretch !important;
}

.k-justify-content-center {
    -webkit-box-pack: center;
            justify-content: center;
}

.\!k-justify-content-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
}

.k-justify-content-start {
    -webkit-box-pack: start;
            justify-content: start;
}

.\!k-justify-content-start {
    -webkit-box-pack: start !important;
            justify-content: start !important;
}

.k-justify-content-end {
    -webkit-box-pack: end;
            justify-content: end;
}

.\!k-justify-content-end {
    -webkit-box-pack: end !important;
            justify-content: end !important;
}

.k-justify-content-flex-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
}

.\!k-justify-content-flex-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
}

.k-justify-content-flex-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
}

.\!k-justify-content-flex-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
}

.k-justify-content-left {
    -webkit-box-pack: left;
            justify-content: left;
}

.\!k-justify-content-left {
    -webkit-box-pack: left !important;
            justify-content: left !important;
}

.k-justify-content-right {
    -webkit-box-pack: right;
            justify-content: right;
}

.\!k-justify-content-right {
    -webkit-box-pack: right !important;
            justify-content: right !important;
}

.k-justify-content-baseline {
    -webkit-box-pack: baseline;
            justify-content: baseline;
}

.\!k-justify-content-baseline {
    -webkit-box-pack: baseline !important;
            justify-content: baseline !important;
}

.k-justify-content-first-baseline {
    -webkit-box-pack: first baseline;
            justify-content: first baseline;
}

.\!k-justify-content-first-baseline {
    -webkit-box-pack: first baseline !important;
            justify-content: first baseline !important;
}

.k-justify-content-last-baseline {
    -webkit-box-pack: last baseline;
            justify-content: last baseline;
}

.\!k-justify-content-last-baseline {
    -webkit-box-pack: last baseline !important;
            justify-content: last baseline !important;
}

.k-justify-content-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.\!k-justify-content-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
}

.k-justify-content-around {
    justify-content: space-around;
}

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

.k-justify-content-evenly {
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
}

.\!k-justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
            justify-content: space-evenly !important;
}

.k-justify-content-stretch > * {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
}

.\!.k-justify-content-stretch > * {
    -webkit-box-flex: 1 !important;
            flex: 1 0 0% !important;
}

.k-justify-items-normal {
    justify-items: normal;
}

.\!k-justify-items-normal {
    justify-items: normal !important;
}

.k-justify-items-stretch {
    justify-items: stretch;
}

.\!k-justify-items-stretch {
    justify-items: stretch !important;
}

.k-justify-items-center {
    justify-items: center;
}

.\!k-justify-items-center {
    justify-items: center !important;
}

.k-justify-items-start {
    justify-items: start;
}

.\!k-justify-items-start {
    justify-items: start !important;
}

.k-justify-items-end {
    justify-items: end;
}

.\!k-justify-items-end {
    justify-items: end !important;
}

.k-justify-items-flex-start {
    justify-items: flex-start;
}

.\!k-justify-items-flex-start {
    justify-items: flex-start !important;
}

.k-justify-items-flex-end {
    justify-items: flex-end;
}

.\!k-justify-items-flex-end {
    justify-items: flex-end !important;
}

.k-justify-items-self-start {
    justify-items: self-start;
}

.\!k-justify-items-self-start {
    justify-items: self-start !important;
}

.k-justify-items-self-end {
    justify-items: self-end;
}

.\!k-justify-items-self-end {
    justify-items: self-end !important;
}

.k-justify-items-left {
    justify-items: left;
}

.\!k-justify-items-left {
    justify-items: left !important;
}

.k-justify-items-right {
    justify-items: right;
}

.\!k-justify-items-right {
    justify-items: right !important;
}

.k-justify-items-baseline {
    justify-items: baseline;
}

.\!k-justify-items-baseline {
    justify-items: baseline !important;
}

.k-justify-items-first-baseline {
    justify-items: first baseline;
}

.\!k-justify-items-first-baseline {
    justify-items: first baseline !important;
}

.k-justify-items-last-baseline {
    justify-items: last baseline;
}

.\!k-justify-items-last-baseline {
    justify-items: last baseline !important;
}

.k-justify-self-auto {
    justify-self: auto;
}

.\!k-justify-self-auto {
    justify-self: auto !important;
}

.k-justify-self-normal {
    justify-self: normal;
}

.\!k-justify-self-normal {
    justify-self: normal !important;
}

.k-justify-self-stretch {
    justify-self: stretch;
}

.\!k-justify-self-stretch {
    justify-self: stretch !important;
}

.k-justify-self-center {
    justify-self: center;
}

.\!k-justify-self-center {
    justify-self: center !important;
}

.k-justify-self-start {
    justify-self: start;
}

.\!k-justify-self-start {
    justify-self: start !important;
}

.k-justify-self-end {
    justify-self: end;
}

.\!k-justify-self-end {
    justify-self: end !important;
}

.k-justify-self-flex-start {
    justify-self: flex-start;
}

.\!k-justify-self-flex-start {
    justify-self: flex-start !important;
}

.k-justify-self-flex-end {
    justify-self: flex-end;
}

.\!k-justify-self-flex-end {
    justify-self: flex-end !important;
}

.k-justify-self-self-start {
    justify-self: self-start;
}

.\!k-justify-self-self-start {
    justify-self: self-start !important;
}

.k-justify-self-self-end {
    justify-self: self-end;
}

.\!k-justify-self-self-end {
    justify-self: self-end !important;
}

.k-justify-self-baseline {
    justify-self: baseline;
}

.\!k-justify-self-baseline {
    justify-self: baseline !important;
}

.k-justify-self-first-baseline {
    justify-self: first baseline;
}

.\!k-justify-self-first-baseline {
    justify-self: first baseline !important;
}

.k-justify-self-last-baseline {
    justify-self: last baseline;
}

.\!k-justify-self-last-baseline {
    justify-self: last baseline !important;
}

.k-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
}

.\!k-order-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
}

.k-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
}

.\!k-order-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
}

.k-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
}

.\!k-order-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
}

.k-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
}

.\!k-order-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
}

.k-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
}

.\!k-order-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
}

.k-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
}

.\!k-order-6 {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
}

.k-order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
}

.\!k-order-7 {
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
}

.k-order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
}

.\!k-order-8 {
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
}

.k-order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
}

.\!k-order-9 {
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
}

.k-order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
}

.\!k-order-10 {
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
}

.k-order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
}

.\!k-order-11 {
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
}

.k-order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
}

.\!k-order-12 {
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
}

.k-order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
}

.\!k-order-first {
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
}

.k-order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
}

.\!k-order-last {
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
}

.k-order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
}

.\!k-order-none {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
}

.k-place-content-normal {
    place-content: normal;
}

.\!k-place-content-normal {
    place-content: normal !important;
}

.k-place-content-stretch {
    place-content: stretch;
}

.\!k-place-content-stretch {
    place-content: stretch !important;
}

.k-place-content-center {
    place-content: center;
}

.\!k-place-content-center {
    place-content: center !important;
}

.k-place-content-start {
    place-content: start;
}

.\!k-place-content-start {
    place-content: start !important;
}

.k-place-content-end {
    place-content: end;
}

.\!k-place-content-end {
    place-content: end !important;
}

.k-place-content-flex-start {
    place-content: flex-start;
}

.\!k-place-content-flex-start {
    place-content: flex-start !important;
}

.k-place-content-flex-end {
    place-content: flex-end;
}

.\!k-place-content-flex-end {
    place-content: flex-end !important;
}

.k-place-content-baseline {
    place-content: baseline;
}

.\!k-place-content-baseline {
    place-content: baseline !important;
}

.k-place-content-between {
    place-content: space-between;
}

.\!k-place-content-between {
    place-content: space-between !important;
}

.k-place-content-around {
    place-content: space-around;
}

.\!k-place-content-around {
    place-content: space-around !important;
}

.k-place-content-evenly {
    place-content: space-evenly;
}

.\!k-place-content-evenly {
    place-content: space-evenly !important;
}

.k-place-items-normal {
    place-items: normal;
}

.\!k-place-items-normal {
    place-items: normal !important;
}

.k-place-items-stretch {
    place-items: stretch;
}

.\!k-place-items-stretch {
    place-items: stretch !important;
}

.k-place-items-center {
    place-items: center;
}

.\!k-place-items-center {
    place-items: center !important;
}

.k-place-items-start {
    place-items: start;
}

.\!k-place-items-start {
    place-items: start !important;
}

.k-place-items-end {
    place-items: end;
}

.\!k-place-items-end {
    place-items: end !important;
}

.k-place-items-flex-start {
    place-items: flex-start;
}

.\!k-place-items-flex-start {
    place-items: flex-start !important;
}

.k-place-items-flex-end {
    place-items: flex-end;
}

.\!k-place-items-flex-end {
    place-items: flex-end !important;
}

.k-place-items-self-start {
    place-items: self-start;
}

.\!k-place-items-self-start {
    place-items: self-start !important;
}

.k-place-items-self-end {
    place-items: self-end;
}

.\!k-place-items-self-end {
    place-items: self-end !important;
}

.k-place-items-baseline {
    place-items: baseline;
}

.\!k-place-items-baseline {
    place-items: baseline !important;
}

.k-place-self-auto {
    place-self: auto;
}

.\!k-place-self-auto {
    place-self: auto !important;
}

.k-place-self-normal {
    place-self: normal;
}

.\!k-place-self-normal {
    place-self: normal !important;
}

.k-place-self-stretch {
    place-self: stretch;
}

.\!k-place-self-stretch {
    place-self: stretch !important;
}

.k-place-self-center {
    place-self: center;
}

.\!k-place-self-center {
    place-self: center !important;
}

.k-place-self-start {
    place-self: start;
}

.\!k-place-self-start {
    place-self: start !important;
}

.k-place-self-end {
    place-self: end;
}

.\!k-place-self-end {
    place-self: end !important;
}

.k-place-self-flex-start {
    place-self: flex-start;
}

.\!k-place-self-flex-start {
    place-self: flex-start !important;
}

.k-place-self-flex-end {
    place-self: flex-end;
}

.\!k-place-self-flex-end {
    place-self: flex-end !important;
}

.k-place-self-self-start {
    place-self: self-start;
}

.\!k-place-self-self-start {
    place-self: self-start !important;
}

.k-place-self-self-end {
    place-self: self-end;
}

.\!k-place-self-self-end {
    place-self: self-end !important;
}

.k-place-self-baseline {
    place-self: baseline;
}

.\!k-place-self-baseline {
    place-self: baseline !important;
}

.k-m-0 {
    margin: 0;
}

.\!k-m-0 {
    margin: 0 !important;
}

.k-m-1px {
    margin: 1px;
}

.\!k-m-1px {
    margin: 1px !important;
}

.k-m-0\.5 {
    margin: 2px;
}

.\!k-m-0\.5 {
    margin: 2px !important;
}

.k-m-1 {
    margin: 4px;
}

.\!k-m-1 {
    margin: 4px !important;
}

.k-m-1\.5 {
    margin: 6px;
}

.\!k-m-1\.5 {
    margin: 6px !important;
}

.k-m-2 {
    margin: 8px;
}

.\!k-m-2 {
    margin: 8px !important;
}

.k-m-2\.5 {
    margin: 10px;
}

.\!k-m-2\.5 {
    margin: 10px !important;
}

.k-m-3 {
    margin: 12px;
}

.\!k-m-3 {
    margin: 12px !important;
}

.k-m-3\.5 {
    margin: 14px;
}

.\!k-m-3\.5 {
    margin: 14px !important;
}

.k-m-4 {
    margin: 16px;
}

.\!k-m-4 {
    margin: 16px !important;
}

.k-m-4\.5 {
    margin: 18px;
}

.\!k-m-4\.5 {
    margin: 18px !important;
}

.k-m-5 {
    margin: 20px;
}

.\!k-m-5 {
    margin: 20px !important;
}

.k-m-5\.5 {
    margin: 22px;
}

.\!k-m-5\.5 {
    margin: 22px !important;
}

.k-m-6 {
    margin: 24px;
}

.\!k-m-6 {
    margin: 24px !important;
}

.k-m-6\.5 {
    margin: 26px;
}

.\!k-m-6\.5 {
    margin: 26px !important;
}

.k-m-7 {
    margin: 28px;
}

.\!k-m-7 {
    margin: 28px !important;
}

.k-m-7\.5 {
    margin: 30px;
}

.\!k-m-7\.5 {
    margin: 30px !important;
}

.k-m-8 {
    margin: 32px;
}

.\!k-m-8 {
    margin: 32px !important;
}

.k-m-9 {
    margin: 36px;
}

.\!k-m-9 {
    margin: 36px !important;
}

.k-m-10 {
    margin: 40px;
}

.\!k-m-10 {
    margin: 40px !important;
}

.k-m-11 {
    margin: 44px;
}

.\!k-m-11 {
    margin: 44px !important;
}

.k-m-12 {
    margin: 48px;
}

.\!k-m-12 {
    margin: 48px !important;
}

.k-m-13 {
    margin: 52px;
}

.\!k-m-13 {
    margin: 52px !important;
}

.k-m-14 {
    margin: 56px;
}

.\!k-m-14 {
    margin: 56px !important;
}

.k-m-15 {
    margin: 60px;
}

.\!k-m-15 {
    margin: 60px !important;
}

.k-m-16 {
    margin: 64px;
}

.\!k-m-16 {
    margin: 64px !important;
}

.k-m-17 {
    margin: 68px;
}

.\!k-m-17 {
    margin: 68px !important;
}

.k-m-18 {
    margin: 72px;
}

.\!k-m-18 {
    margin: 72px !important;
}

.k-m-19 {
    margin: 76px;
}

.\!k-m-19 {
    margin: 76px !important;
}

.k-m-20 {
    margin: 80px;
}

.\!k-m-20 {
    margin: 80px !important;
}

.k-m-21 {
    margin: 84px;
}

.\!k-m-21 {
    margin: 84px !important;
}

.k-m-22 {
    margin: 88px;
}

.\!k-m-22 {
    margin: 88px !important;
}

.k-m-23 {
    margin: 92px;
}

.\!k-m-23 {
    margin: 92px !important;
}

.k-m-24 {
    margin: 96px;
}

.\!k-m-24 {
    margin: 96px !important;
}

.k-m--1px {
    margin: -1px;
}

.\!k-m--1px {
    margin: -1px !important;
}

.k-m--0\.5 {
    margin: -2px;
}

.\!k-m--0\.5 {
    margin: -2px !important;
}

.k-m--1 {
    margin: -4px;
}

.\!k-m--1 {
    margin: -4px !important;
}

.k-m--1\.5 {
    margin: -6px;
}

.\!k-m--1\.5 {
    margin: -6px !important;
}

.k-m--2 {
    margin: -8px;
}

.\!k-m--2 {
    margin: -8px !important;
}

.k-m--2\.5 {
    margin: -10px;
}

.\!k-m--2\.5 {
    margin: -10px !important;
}

.k-m--3 {
    margin: -12px;
}

.\!k-m--3 {
    margin: -12px !important;
}

.k-m--3\.5 {
    margin: -14px;
}

.\!k-m--3\.5 {
    margin: -14px !important;
}

.k-m--4 {
    margin: -16px;
}

.\!k-m--4 {
    margin: -16px !important;
}

.k-m--4\.5 {
    margin: -18px;
}

.\!k-m--4\.5 {
    margin: -18px !important;
}

.k-m--5 {
    margin: -20px;
}

.\!k-m--5 {
    margin: -20px !important;
}

.k-m--5\.5 {
    margin: -22px;
}

.\!k-m--5\.5 {
    margin: -22px !important;
}

.k-m--6 {
    margin: -24px;
}

.\!k-m--6 {
    margin: -24px !important;
}

.k-m--6\.5 {
    margin: -26px;
}

.\!k-m--6\.5 {
    margin: -26px !important;
}

.k-m--7 {
    margin: -28px;
}

.\!k-m--7 {
    margin: -28px !important;
}

.k-m--7\.5 {
    margin: -30px;
}

.\!k-m--7\.5 {
    margin: -30px !important;
}

.k-m--8 {
    margin: -32px;
}

.\!k-m--8 {
    margin: -32px !important;
}

.k-m--9 {
    margin: -36px;
}

.\!k-m--9 {
    margin: -36px !important;
}

.k-m--10 {
    margin: -40px;
}

.\!k-m--10 {
    margin: -40px !important;
}

.k-m--11 {
    margin: -44px;
}

.\!k-m--11 {
    margin: -44px !important;
}

.k-m--12 {
    margin: -48px;
}

.\!k-m--12 {
    margin: -48px !important;
}

.k-m--13 {
    margin: -52px;
}

.\!k-m--13 {
    margin: -52px !important;
}

.k-m--14 {
    margin: -56px;
}

.\!k-m--14 {
    margin: -56px !important;
}

.k-m--15 {
    margin: -60px;
}

.\!k-m--15 {
    margin: -60px !important;
}

.k-m--16 {
    margin: -64px;
}

.\!k-m--16 {
    margin: -64px !important;
}

.k-m--17 {
    margin: -68px;
}

.\!k-m--17 {
    margin: -68px !important;
}

.k-m--18 {
    margin: -72px;
}

.\!k-m--18 {
    margin: -72px !important;
}

.k-m--19 {
    margin: -76px;
}

.\!k-m--19 {
    margin: -76px !important;
}

.k-m--20 {
    margin: -80px;
}

.\!k-m--20 {
    margin: -80px !important;
}

.k-m--21 {
    margin: -84px;
}

.\!k-m--21 {
    margin: -84px !important;
}

.k-m--22 {
    margin: -88px;
}

.\!k-m--22 {
    margin: -88px !important;
}

.k-m--23 {
    margin: -92px;
}

.\!k-m--23 {
    margin: -92px !important;
}

.k-m--24 {
    margin: -96px;
}

.\!k-m--24 {
    margin: -96px !important;
}

.k-m-xs {
    margin: 4px;
}

.\!k-m-xs {
    margin: 4px !important;
}

.k-m-sm {
    margin: 8px;
}

.\!k-m-sm {
    margin: 8px !important;
}

.k-m-md {
    margin: 12px;
}

.\!k-m-md {
    margin: 12px !important;
}

.k-m-lg {
    margin: 16px;
}

.\!k-m-lg {
    margin: 16px !important;
}

.k-m-xl {
    margin: 24px;
}

.\!k-m-xl {
    margin: 24px !important;
}

.k-m-thin {
    margin: 2px;
}

.\!k-m-thin {
    margin: 2px !important;
}

.k-m-hair {
    margin: 1px;
}

.\!k-m-hair {
    margin: 1px !important;
}

.k-m-auto {
    margin: auto;
}

.\!k-m-auto {
    margin: auto !important;
}

.k-mt-0 {
    margin-top: 0;
}

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

.k-mt-1px {
    margin-top: 1px;
}

.\!k-mt-1px {
    margin-top: 1px !important;
}

.k-mt-0\.5 {
    margin-top: 2px;
}

.\!k-mt-0\.5 {
    margin-top: 2px !important;
}

.k-mt-1 {
    margin-top: 4px;
}

.\!k-mt-1 {
    margin-top: 4px !important;
}

.k-mt-1\.5 {
    margin-top: 6px;
}

.\!k-mt-1\.5 {
    margin-top: 6px !important;
}

.k-mt-2 {
    margin-top: 8px;
}

.\!k-mt-2 {
    margin-top: 8px !important;
}

.k-mt-2\.5 {
    margin-top: 10px;
}

.\!k-mt-2\.5 {
    margin-top: 10px !important;
}

.k-mt-3 {
    margin-top: 12px;
}

.\!k-mt-3 {
    margin-top: 12px !important;
}

.k-mt-3\.5 {
    margin-top: 14px;
}

.\!k-mt-3\.5 {
    margin-top: 14px !important;
}

.k-mt-4 {
    margin-top: 16px;
}

.\!k-mt-4 {
    margin-top: 16px !important;
}

.k-mt-4\.5 {
    margin-top: 18px;
}

.\!k-mt-4\.5 {
    margin-top: 18px !important;
}

.k-mt-5 {
    margin-top: 20px;
}

.\!k-mt-5 {
    margin-top: 20px !important;
}

.k-mt-5\.5 {
    margin-top: 22px;
}

.\!k-mt-5\.5 {
    margin-top: 22px !important;
}

.k-mt-6 {
    margin-top: 24px;
}

.\!k-mt-6 {
    margin-top: 24px !important;
}

.k-mt-6\.5 {
    margin-top: 26px;
}

.\!k-mt-6\.5 {
    margin-top: 26px !important;
}

.k-mt-7 {
    margin-top: 28px;
}

.\!k-mt-7 {
    margin-top: 28px !important;
}

.k-mt-7\.5 {
    margin-top: 30px;
}

.\!k-mt-7\.5 {
    margin-top: 30px !important;
}

.k-mt-8 {
    margin-top: 32px;
}

.\!k-mt-8 {
    margin-top: 32px !important;
}

.k-mt-9 {
    margin-top: 36px;
}

.\!k-mt-9 {
    margin-top: 36px !important;
}

.k-mt-10 {
    margin-top: 40px;
}

.\!k-mt-10 {
    margin-top: 40px !important;
}

.k-mt-11 {
    margin-top: 44px;
}

.\!k-mt-11 {
    margin-top: 44px !important;
}

.k-mt-12 {
    margin-top: 48px;
}

.\!k-mt-12 {
    margin-top: 48px !important;
}

.k-mt-13 {
    margin-top: 52px;
}

.\!k-mt-13 {
    margin-top: 52px !important;
}

.k-mt-14 {
    margin-top: 56px;
}

.\!k-mt-14 {
    margin-top: 56px !important;
}

.k-mt-15 {
    margin-top: 60px;
}

.\!k-mt-15 {
    margin-top: 60px !important;
}

.k-mt-16 {
    margin-top: 64px;
}

.\!k-mt-16 {
    margin-top: 64px !important;
}

.k-mt-17 {
    margin-top: 68px;
}

.\!k-mt-17 {
    margin-top: 68px !important;
}

.k-mt-18 {
    margin-top: 72px;
}

.\!k-mt-18 {
    margin-top: 72px !important;
}

.k-mt-19 {
    margin-top: 76px;
}

.\!k-mt-19 {
    margin-top: 76px !important;
}

.k-mt-20 {
    margin-top: 80px;
}

.\!k-mt-20 {
    margin-top: 80px !important;
}

.k-mt-21 {
    margin-top: 84px;
}

.\!k-mt-21 {
    margin-top: 84px !important;
}

.k-mt-22 {
    margin-top: 88px;
}

.\!k-mt-22 {
    margin-top: 88px !important;
}

.k-mt-23 {
    margin-top: 92px;
}

.\!k-mt-23 {
    margin-top: 92px !important;
}

.k-mt-24 {
    margin-top: 96px;
}

.\!k-mt-24 {
    margin-top: 96px !important;
}

.k-mt--1px {
    margin-top: -1px;
}

.\!k-mt--1px {
    margin-top: -1px !important;
}

.k-mt--0\.5 {
    margin-top: -2px;
}

.\!k-mt--0\.5 {
    margin-top: -2px !important;
}

.k-mt--1 {
    margin-top: -4px;
}

.\!k-mt--1 {
    margin-top: -4px !important;
}

.k-mt--1\.5 {
    margin-top: -6px;
}

.\!k-mt--1\.5 {
    margin-top: -6px !important;
}

.k-mt--2 {
    margin-top: -8px;
}

.\!k-mt--2 {
    margin-top: -8px !important;
}

.k-mt--2\.5 {
    margin-top: -10px;
}

.\!k-mt--2\.5 {
    margin-top: -10px !important;
}

.k-mt--3 {
    margin-top: -12px;
}

.\!k-mt--3 {
    margin-top: -12px !important;
}

.k-mt--3\.5 {
    margin-top: -14px;
}

.\!k-mt--3\.5 {
    margin-top: -14px !important;
}

.k-mt--4 {
    margin-top: -16px;
}

.\!k-mt--4 {
    margin-top: -16px !important;
}

.k-mt--4\.5 {
    margin-top: -18px;
}

.\!k-mt--4\.5 {
    margin-top: -18px !important;
}

.k-mt--5 {
    margin-top: -20px;
}

.\!k-mt--5 {
    margin-top: -20px !important;
}

.k-mt--5\.5 {
    margin-top: -22px;
}

.\!k-mt--5\.5 {
    margin-top: -22px !important;
}

.k-mt--6 {
    margin-top: -24px;
}

.\!k-mt--6 {
    margin-top: -24px !important;
}

.k-mt--6\.5 {
    margin-top: -26px;
}

.\!k-mt--6\.5 {
    margin-top: -26px !important;
}

.k-mt--7 {
    margin-top: -28px;
}

.\!k-mt--7 {
    margin-top: -28px !important;
}

.k-mt--7\.5 {
    margin-top: -30px;
}

.\!k-mt--7\.5 {
    margin-top: -30px !important;
}

.k-mt--8 {
    margin-top: -32px;
}

.\!k-mt--8 {
    margin-top: -32px !important;
}

.k-mt--9 {
    margin-top: -36px;
}

.\!k-mt--9 {
    margin-top: -36px !important;
}

.k-mt--10 {
    margin-top: -40px;
}

.\!k-mt--10 {
    margin-top: -40px !important;
}

.k-mt--11 {
    margin-top: -44px;
}

.\!k-mt--11 {
    margin-top: -44px !important;
}

.k-mt--12 {
    margin-top: -48px;
}

.\!k-mt--12 {
    margin-top: -48px !important;
}

.k-mt--13 {
    margin-top: -52px;
}

.\!k-mt--13 {
    margin-top: -52px !important;
}

.k-mt--14 {
    margin-top: -56px;
}

.\!k-mt--14 {
    margin-top: -56px !important;
}

.k-mt--15 {
    margin-top: -60px;
}

.\!k-mt--15 {
    margin-top: -60px !important;
}

.k-mt--16 {
    margin-top: -64px;
}

.\!k-mt--16 {
    margin-top: -64px !important;
}

.k-mt--17 {
    margin-top: -68px;
}

.\!k-mt--17 {
    margin-top: -68px !important;
}

.k-mt--18 {
    margin-top: -72px;
}

.\!k-mt--18 {
    margin-top: -72px !important;
}

.k-mt--19 {
    margin-top: -76px;
}

.\!k-mt--19 {
    margin-top: -76px !important;
}

.k-mt--20 {
    margin-top: -80px;
}

.\!k-mt--20 {
    margin-top: -80px !important;
}

.k-mt--21 {
    margin-top: -84px;
}

.\!k-mt--21 {
    margin-top: -84px !important;
}

.k-mt--22 {
    margin-top: -88px;
}

.\!k-mt--22 {
    margin-top: -88px !important;
}

.k-mt--23 {
    margin-top: -92px;
}

.\!k-mt--23 {
    margin-top: -92px !important;
}

.k-mt--24 {
    margin-top: -96px;
}

.\!k-mt--24 {
    margin-top: -96px !important;
}

.k-mt-xs {
    margin-top: 4px;
}

.\!k-mt-xs {
    margin-top: 4px !important;
}

.k-mt-sm {
    margin-top: 8px;
}

.\!k-mt-sm {
    margin-top: 8px !important;
}

.k-mt-md {
    margin-top: 12px;
}

.\!k-mt-md {
    margin-top: 12px !important;
}

.k-mt-lg {
    margin-top: 16px;
}

.\!k-mt-lg {
    margin-top: 16px !important;
}

.k-mt-xl {
    margin-top: 24px;
}

.\!k-mt-xl {
    margin-top: 24px !important;
}

.k-mt-thin {
    margin-top: 2px;
}

.\!k-mt-thin {
    margin-top: 2px !important;
}

.k-mt-hair {
    margin-top: 1px;
}

.\!k-mt-hair {
    margin-top: 1px !important;
}

.k-mt-auto {
    margin-top: auto;
}

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

.k-mr-0 {
    margin-right: 0;
}

.\!k-mr-0 {
    margin-right: 0 !important;
}

.k-mr-1px {
    margin-right: 1px;
}

.\!k-mr-1px {
    margin-right: 1px !important;
}

.k-mr-0\.5 {
    margin-right: 2px;
}

.\!k-mr-0\.5 {
    margin-right: 2px !important;
}

.k-mr-1 {
    margin-right: 4px;
}

.\!k-mr-1 {
    margin-right: 4px !important;
}

.k-mr-1\.5 {
    margin-right: 6px;
}

.\!k-mr-1\.5 {
    margin-right: 6px !important;
}

.k-mr-2 {
    margin-right: 8px;
}

.\!k-mr-2 {
    margin-right: 8px !important;
}

.k-mr-2\.5 {
    margin-right: 10px;
}

.\!k-mr-2\.5 {
    margin-right: 10px !important;
}

.k-mr-3 {
    margin-right: 12px;
}

.\!k-mr-3 {
    margin-right: 12px !important;
}

.k-mr-3\.5 {
    margin-right: 14px;
}

.\!k-mr-3\.5 {
    margin-right: 14px !important;
}

.k-mr-4 {
    margin-right: 16px;
}

.\!k-mr-4 {
    margin-right: 16px !important;
}

.k-mr-4\.5 {
    margin-right: 18px;
}

.\!k-mr-4\.5 {
    margin-right: 18px !important;
}

.k-mr-5 {
    margin-right: 20px;
}

.\!k-mr-5 {
    margin-right: 20px !important;
}

.k-mr-5\.5 {
    margin-right: 22px;
}

.\!k-mr-5\.5 {
    margin-right: 22px !important;
}

.k-mr-6 {
    margin-right: 24px;
}

.\!k-mr-6 {
    margin-right: 24px !important;
}

.k-mr-6\.5 {
    margin-right: 26px;
}

.\!k-mr-6\.5 {
    margin-right: 26px !important;
}

.k-mr-7 {
    margin-right: 28px;
}

.\!k-mr-7 {
    margin-right: 28px !important;
}

.k-mr-7\.5 {
    margin-right: 30px;
}

.\!k-mr-7\.5 {
    margin-right: 30px !important;
}

.k-mr-8 {
    margin-right: 32px;
}

.\!k-mr-8 {
    margin-right: 32px !important;
}

.k-mr-9 {
    margin-right: 36px;
}

.\!k-mr-9 {
    margin-right: 36px !important;
}

.k-mr-10 {
    margin-right: 40px;
}

.\!k-mr-10 {
    margin-right: 40px !important;
}

.k-mr-11 {
    margin-right: 44px;
}

.\!k-mr-11 {
    margin-right: 44px !important;
}

.k-mr-12 {
    margin-right: 48px;
}

.\!k-mr-12 {
    margin-right: 48px !important;
}

.k-mr-13 {
    margin-right: 52px;
}

.\!k-mr-13 {
    margin-right: 52px !important;
}

.k-mr-14 {
    margin-right: 56px;
}

.\!k-mr-14 {
    margin-right: 56px !important;
}

.k-mr-15 {
    margin-right: 60px;
}

.\!k-mr-15 {
    margin-right: 60px !important;
}

.k-mr-16 {
    margin-right: 64px;
}

.\!k-mr-16 {
    margin-right: 64px !important;
}

.k-mr-17 {
    margin-right: 68px;
}

.\!k-mr-17 {
    margin-right: 68px !important;
}

.k-mr-18 {
    margin-right: 72px;
}

.\!k-mr-18 {
    margin-right: 72px !important;
}

.k-mr-19 {
    margin-right: 76px;
}

.\!k-mr-19 {
    margin-right: 76px !important;
}

.k-mr-20 {
    margin-right: 80px;
}

.\!k-mr-20 {
    margin-right: 80px !important;
}

.k-mr-21 {
    margin-right: 84px;
}

.\!k-mr-21 {
    margin-right: 84px !important;
}

.k-mr-22 {
    margin-right: 88px;
}

.\!k-mr-22 {
    margin-right: 88px !important;
}

.k-mr-23 {
    margin-right: 92px;
}

.\!k-mr-23 {
    margin-right: 92px !important;
}

.k-mr-24 {
    margin-right: 96px;
}

.\!k-mr-24 {
    margin-right: 96px !important;
}

.k-mr--1px {
    margin-right: -1px;
}

.\!k-mr--1px {
    margin-right: -1px !important;
}

.k-mr--0\.5 {
    margin-right: -2px;
}

.\!k-mr--0\.5 {
    margin-right: -2px !important;
}

.k-mr--1 {
    margin-right: -4px;
}

.\!k-mr--1 {
    margin-right: -4px !important;
}

.k-mr--1\.5 {
    margin-right: -6px;
}

.\!k-mr--1\.5 {
    margin-right: -6px !important;
}

.k-mr--2 {
    margin-right: -8px;
}

.\!k-mr--2 {
    margin-right: -8px !important;
}

.k-mr--2\.5 {
    margin-right: -10px;
}

.\!k-mr--2\.5 {
    margin-right: -10px !important;
}

.k-mr--3 {
    margin-right: -12px;
}

.\!k-mr--3 {
    margin-right: -12px !important;
}

.k-mr--3\.5 {
    margin-right: -14px;
}

.\!k-mr--3\.5 {
    margin-right: -14px !important;
}

.k-mr--4 {
    margin-right: -16px;
}

.\!k-mr--4 {
    margin-right: -16px !important;
}

.k-mr--4\.5 {
    margin-right: -18px;
}

.\!k-mr--4\.5 {
    margin-right: -18px !important;
}

.k-mr--5 {
    margin-right: -20px;
}

.\!k-mr--5 {
    margin-right: -20px !important;
}

.k-mr--5\.5 {
    margin-right: -22px;
}

.\!k-mr--5\.5 {
    margin-right: -22px !important;
}

.k-mr--6 {
    margin-right: -24px;
}

.\!k-mr--6 {
    margin-right: -24px !important;
}

.k-mr--6\.5 {
    margin-right: -26px;
}

.\!k-mr--6\.5 {
    margin-right: -26px !important;
}

.k-mr--7 {
    margin-right: -28px;
}

.\!k-mr--7 {
    margin-right: -28px !important;
}

.k-mr--7\.5 {
    margin-right: -30px;
}

.\!k-mr--7\.5 {
    margin-right: -30px !important;
}

.k-mr--8 {
    margin-right: -32px;
}

.\!k-mr--8 {
    margin-right: -32px !important;
}

.k-mr--9 {
    margin-right: -36px;
}

.\!k-mr--9 {
    margin-right: -36px !important;
}

.k-mr--10 {
    margin-right: -40px;
}

.\!k-mr--10 {
    margin-right: -40px !important;
}

.k-mr--11 {
    margin-right: -44px;
}

.\!k-mr--11 {
    margin-right: -44px !important;
}

.k-mr--12 {
    margin-right: -48px;
}

.\!k-mr--12 {
    margin-right: -48px !important;
}

.k-mr--13 {
    margin-right: -52px;
}

.\!k-mr--13 {
    margin-right: -52px !important;
}

.k-mr--14 {
    margin-right: -56px;
}

.\!k-mr--14 {
    margin-right: -56px !important;
}

.k-mr--15 {
    margin-right: -60px;
}

.\!k-mr--15 {
    margin-right: -60px !important;
}

.k-mr--16 {
    margin-right: -64px;
}

.\!k-mr--16 {
    margin-right: -64px !important;
}

.k-mr--17 {
    margin-right: -68px;
}

.\!k-mr--17 {
    margin-right: -68px !important;
}

.k-mr--18 {
    margin-right: -72px;
}

.\!k-mr--18 {
    margin-right: -72px !important;
}

.k-mr--19 {
    margin-right: -76px;
}

.\!k-mr--19 {
    margin-right: -76px !important;
}

.k-mr--20 {
    margin-right: -80px;
}

.\!k-mr--20 {
    margin-right: -80px !important;
}

.k-mr--21 {
    margin-right: -84px;
}

.\!k-mr--21 {
    margin-right: -84px !important;
}

.k-mr--22 {
    margin-right: -88px;
}

.\!k-mr--22 {
    margin-right: -88px !important;
}

.k-mr--23 {
    margin-right: -92px;
}

.\!k-mr--23 {
    margin-right: -92px !important;
}

.k-mr--24 {
    margin-right: -96px;
}

.\!k-mr--24 {
    margin-right: -96px !important;
}

.k-mr-xs {
    margin-right: 4px;
}

.\!k-mr-xs {
    margin-right: 4px !important;
}

.k-mr-sm {
    margin-right: 8px;
}

.\!k-mr-sm {
    margin-right: 8px !important;
}

.k-mr-md {
    margin-right: 12px;
}

.\!k-mr-md {
    margin-right: 12px !important;
}

.k-mr-lg {
    margin-right: 16px;
}

.\!k-mr-lg {
    margin-right: 16px !important;
}

.k-mr-xl {
    margin-right: 24px;
}

.\!k-mr-xl {
    margin-right: 24px !important;
}

.k-mr-thin {
    margin-right: 2px;
}

.\!k-mr-thin {
    margin-right: 2px !important;
}

.k-mr-hair {
    margin-right: 1px;
}

.\!k-mr-hair {
    margin-right: 1px !important;
}

.k-mr-auto {
    margin-right: auto;
}

.\!k-mr-auto {
    margin-right: auto !important;
}

.k-mb-0 {
    margin-bottom: 0;
}

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

.k-mb-1px {
    margin-bottom: 1px;
}

.\!k-mb-1px {
    margin-bottom: 1px !important;
}

.k-mb-0\.5 {
    margin-bottom: 2px;
}

.\!k-mb-0\.5 {
    margin-bottom: 2px !important;
}

.k-mb-1 {
    margin-bottom: 4px;
}

.\!k-mb-1 {
    margin-bottom: 4px !important;
}

.k-mb-1\.5 {
    margin-bottom: 6px;
}

.\!k-mb-1\.5 {
    margin-bottom: 6px !important;
}

.k-mb-2 {
    margin-bottom: 8px;
}

.\!k-mb-2 {
    margin-bottom: 8px !important;
}

.k-mb-2\.5 {
    margin-bottom: 10px;
}

.\!k-mb-2\.5 {
    margin-bottom: 10px !important;
}

.k-mb-3 {
    margin-bottom: 12px;
}

.\!k-mb-3 {
    margin-bottom: 12px !important;
}

.k-mb-3\.5 {
    margin-bottom: 14px;
}

.\!k-mb-3\.5 {
    margin-bottom: 14px !important;
}

.k-mb-4 {
    margin-bottom: 16px;
}

.\!k-mb-4 {
    margin-bottom: 16px !important;
}

.k-mb-4\.5 {
    margin-bottom: 18px;
}

.\!k-mb-4\.5 {
    margin-bottom: 18px !important;
}

.k-mb-5 {
    margin-bottom: 20px;
}

.\!k-mb-5 {
    margin-bottom: 20px !important;
}

.k-mb-5\.5 {
    margin-bottom: 22px;
}

.\!k-mb-5\.5 {
    margin-bottom: 22px !important;
}

.k-mb-6 {
    margin-bottom: 24px;
}

.\!k-mb-6 {
    margin-bottom: 24px !important;
}

.k-mb-6\.5 {
    margin-bottom: 26px;
}

.\!k-mb-6\.5 {
    margin-bottom: 26px !important;
}

.k-mb-7 {
    margin-bottom: 28px;
}

.\!k-mb-7 {
    margin-bottom: 28px !important;
}

.k-mb-7\.5 {
    margin-bottom: 30px;
}

.\!k-mb-7\.5 {
    margin-bottom: 30px !important;
}

.k-mb-8 {
    margin-bottom: 32px;
}

.\!k-mb-8 {
    margin-bottom: 32px !important;
}

.k-mb-9 {
    margin-bottom: 36px;
}

.\!k-mb-9 {
    margin-bottom: 36px !important;
}

.k-mb-10 {
    margin-bottom: 40px;
}

.\!k-mb-10 {
    margin-bottom: 40px !important;
}

.k-mb-11 {
    margin-bottom: 44px;
}

.\!k-mb-11 {
    margin-bottom: 44px !important;
}

.k-mb-12 {
    margin-bottom: 48px;
}

.\!k-mb-12 {
    margin-bottom: 48px !important;
}

.k-mb-13 {
    margin-bottom: 52px;
}

.\!k-mb-13 {
    margin-bottom: 52px !important;
}

.k-mb-14 {
    margin-bottom: 56px;
}

.\!k-mb-14 {
    margin-bottom: 56px !important;
}

.k-mb-15 {
    margin-bottom: 60px;
}

.\!k-mb-15 {
    margin-bottom: 60px !important;
}

.k-mb-16 {
    margin-bottom: 64px;
}

.\!k-mb-16 {
    margin-bottom: 64px !important;
}

.k-mb-17 {
    margin-bottom: 68px;
}

.\!k-mb-17 {
    margin-bottom: 68px !important;
}

.k-mb-18 {
    margin-bottom: 72px;
}

.\!k-mb-18 {
    margin-bottom: 72px !important;
}

.k-mb-19 {
    margin-bottom: 76px;
}

.\!k-mb-19 {
    margin-bottom: 76px !important;
}

.k-mb-20 {
    margin-bottom: 80px;
}

.\!k-mb-20 {
    margin-bottom: 80px !important;
}

.k-mb-21 {
    margin-bottom: 84px;
}

.\!k-mb-21 {
    margin-bottom: 84px !important;
}

.k-mb-22 {
    margin-bottom: 88px;
}

.\!k-mb-22 {
    margin-bottom: 88px !important;
}

.k-mb-23 {
    margin-bottom: 92px;
}

.\!k-mb-23 {
    margin-bottom: 92px !important;
}

.k-mb-24 {
    margin-bottom: 96px;
}

.\!k-mb-24 {
    margin-bottom: 96px !important;
}

.k-mb--1px {
    margin-bottom: -1px;
}

.\!k-mb--1px {
    margin-bottom: -1px !important;
}

.k-mb--0\.5 {
    margin-bottom: -2px;
}

.\!k-mb--0\.5 {
    margin-bottom: -2px !important;
}

.k-mb--1 {
    margin-bottom: -4px;
}

.\!k-mb--1 {
    margin-bottom: -4px !important;
}

.k-mb--1\.5 {
    margin-bottom: -6px;
}

.\!k-mb--1\.5 {
    margin-bottom: -6px !important;
}

.k-mb--2 {
    margin-bottom: -8px;
}

.\!k-mb--2 {
    margin-bottom: -8px !important;
}

.k-mb--2\.5 {
    margin-bottom: -10px;
}

.\!k-mb--2\.5 {
    margin-bottom: -10px !important;
}

.k-mb--3 {
    margin-bottom: -12px;
}

.\!k-mb--3 {
    margin-bottom: -12px !important;
}

.k-mb--3\.5 {
    margin-bottom: -14px;
}

.\!k-mb--3\.5 {
    margin-bottom: -14px !important;
}

.k-mb--4 {
    margin-bottom: -16px;
}

.\!k-mb--4 {
    margin-bottom: -16px !important;
}

.k-mb--4\.5 {
    margin-bottom: -18px;
}

.\!k-mb--4\.5 {
    margin-bottom: -18px !important;
}

.k-mb--5 {
    margin-bottom: -20px;
}

.\!k-mb--5 {
    margin-bottom: -20px !important;
}

.k-mb--5\.5 {
    margin-bottom: -22px;
}

.\!k-mb--5\.5 {
    margin-bottom: -22px !important;
}

.k-mb--6 {
    margin-bottom: -24px;
}

.\!k-mb--6 {
    margin-bottom: -24px !important;
}

.k-mb--6\.5 {
    margin-bottom: -26px;
}

.\!k-mb--6\.5 {
    margin-bottom: -26px !important;
}

.k-mb--7 {
    margin-bottom: -28px;
}

.\!k-mb--7 {
    margin-bottom: -28px !important;
}

.k-mb--7\.5 {
    margin-bottom: -30px;
}

.\!k-mb--7\.5 {
    margin-bottom: -30px !important;
}

.k-mb--8 {
    margin-bottom: -32px;
}

.\!k-mb--8 {
    margin-bottom: -32px !important;
}

.k-mb--9 {
    margin-bottom: -36px;
}

.\!k-mb--9 {
    margin-bottom: -36px !important;
}

.k-mb--10 {
    margin-bottom: -40px;
}

.\!k-mb--10 {
    margin-bottom: -40px !important;
}

.k-mb--11 {
    margin-bottom: -44px;
}

.\!k-mb--11 {
    margin-bottom: -44px !important;
}

.k-mb--12 {
    margin-bottom: -48px;
}

.\!k-mb--12 {
    margin-bottom: -48px !important;
}

.k-mb--13 {
    margin-bottom: -52px;
}

.\!k-mb--13 {
    margin-bottom: -52px !important;
}

.k-mb--14 {
    margin-bottom: -56px;
}

.\!k-mb--14 {
    margin-bottom: -56px !important;
}

.k-mb--15 {
    margin-bottom: -60px;
}

.\!k-mb--15 {
    margin-bottom: -60px !important;
}

.k-mb--16 {
    margin-bottom: -64px;
}

.\!k-mb--16 {
    margin-bottom: -64px !important;
}

.k-mb--17 {
    margin-bottom: -68px;
}

.\!k-mb--17 {
    margin-bottom: -68px !important;
}

.k-mb--18 {
    margin-bottom: -72px;
}

.\!k-mb--18 {
    margin-bottom: -72px !important;
}

.k-mb--19 {
    margin-bottom: -76px;
}

.\!k-mb--19 {
    margin-bottom: -76px !important;
}

.k-mb--20 {
    margin-bottom: -80px;
}

.\!k-mb--20 {
    margin-bottom: -80px !important;
}

.k-mb--21 {
    margin-bottom: -84px;
}

.\!k-mb--21 {
    margin-bottom: -84px !important;
}

.k-mb--22 {
    margin-bottom: -88px;
}

.\!k-mb--22 {
    margin-bottom: -88px !important;
}

.k-mb--23 {
    margin-bottom: -92px;
}

.\!k-mb--23 {
    margin-bottom: -92px !important;
}

.k-mb--24 {
    margin-bottom: -96px;
}

.\!k-mb--24 {
    margin-bottom: -96px !important;
}

.k-mb-xs {
    margin-bottom: 4px;
}

.\!k-mb-xs {
    margin-bottom: 4px !important;
}

.k-mb-sm {
    margin-bottom: 8px;
}

.\!k-mb-sm {
    margin-bottom: 8px !important;
}

.k-mb-md {
    margin-bottom: 12px;
}

.\!k-mb-md {
    margin-bottom: 12px !important;
}

.k-mb-lg {
    margin-bottom: 16px;
}

.\!k-mb-lg {
    margin-bottom: 16px !important;
}

.k-mb-xl {
    margin-bottom: 24px;
}

.\!k-mb-xl {
    margin-bottom: 24px !important;
}

.k-mb-thin {
    margin-bottom: 2px;
}

.\!k-mb-thin {
    margin-bottom: 2px !important;
}

.k-mb-hair {
    margin-bottom: 1px;
}

.\!k-mb-hair {
    margin-bottom: 1px !important;
}

.k-mb-auto {
    margin-bottom: auto;
}

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

.k-ml-0 {
    margin-left: 0;
}

.\!k-ml-0 {
    margin-left: 0 !important;
}

.k-ml-1px {
    margin-left: 1px;
}

.\!k-ml-1px {
    margin-left: 1px !important;
}

.k-ml-0\.5 {
    margin-left: 2px;
}

.\!k-ml-0\.5 {
    margin-left: 2px !important;
}

.k-ml-1 {
    margin-left: 4px;
}

.\!k-ml-1 {
    margin-left: 4px !important;
}

.k-ml-1\.5 {
    margin-left: 6px;
}

.\!k-ml-1\.5 {
    margin-left: 6px !important;
}

.k-ml-2 {
    margin-left: 8px;
}

.\!k-ml-2 {
    margin-left: 8px !important;
}

.k-ml-2\.5 {
    margin-left: 10px;
}

.\!k-ml-2\.5 {
    margin-left: 10px !important;
}

.k-ml-3 {
    margin-left: 12px;
}

.\!k-ml-3 {
    margin-left: 12px !important;
}

.k-ml-3\.5 {
    margin-left: 14px;
}

.\!k-ml-3\.5 {
    margin-left: 14px !important;
}

.k-ml-4 {
    margin-left: 16px;
}

.\!k-ml-4 {
    margin-left: 16px !important;
}

.k-ml-4\.5 {
    margin-left: 18px;
}

.\!k-ml-4\.5 {
    margin-left: 18px !important;
}

.k-ml-5 {
    margin-left: 20px;
}

.\!k-ml-5 {
    margin-left: 20px !important;
}

.k-ml-5\.5 {
    margin-left: 22px;
}

.\!k-ml-5\.5 {
    margin-left: 22px !important;
}

.k-ml-6 {
    margin-left: 24px;
}

.\!k-ml-6 {
    margin-left: 24px !important;
}

.k-ml-6\.5 {
    margin-left: 26px;
}

.\!k-ml-6\.5 {
    margin-left: 26px !important;
}

.k-ml-7 {
    margin-left: 28px;
}

.\!k-ml-7 {
    margin-left: 28px !important;
}

.k-ml-7\.5 {
    margin-left: 30px;
}

.\!k-ml-7\.5 {
    margin-left: 30px !important;
}

.k-ml-8 {
    margin-left: 32px;
}

.\!k-ml-8 {
    margin-left: 32px !important;
}

.k-ml-9 {
    margin-left: 36px;
}

.\!k-ml-9 {
    margin-left: 36px !important;
}

.k-ml-10 {
    margin-left: 40px;
}

.\!k-ml-10 {
    margin-left: 40px !important;
}

.k-ml-11 {
    margin-left: 44px;
}

.\!k-ml-11 {
    margin-left: 44px !important;
}

.k-ml-12 {
    margin-left: 48px;
}

.\!k-ml-12 {
    margin-left: 48px !important;
}

.k-ml-13 {
    margin-left: 52px;
}

.\!k-ml-13 {
    margin-left: 52px !important;
}

.k-ml-14 {
    margin-left: 56px;
}

.\!k-ml-14 {
    margin-left: 56px !important;
}

.k-ml-15 {
    margin-left: 60px;
}

.\!k-ml-15 {
    margin-left: 60px !important;
}

.k-ml-16 {
    margin-left: 64px;
}

.\!k-ml-16 {
    margin-left: 64px !important;
}

.k-ml-17 {
    margin-left: 68px;
}

.\!k-ml-17 {
    margin-left: 68px !important;
}

.k-ml-18 {
    margin-left: 72px;
}

.\!k-ml-18 {
    margin-left: 72px !important;
}

.k-ml-19 {
    margin-left: 76px;
}

.\!k-ml-19 {
    margin-left: 76px !important;
}

.k-ml-20 {
    margin-left: 80px;
}

.\!k-ml-20 {
    margin-left: 80px !important;
}

.k-ml-21 {
    margin-left: 84px;
}

.\!k-ml-21 {
    margin-left: 84px !important;
}

.k-ml-22 {
    margin-left: 88px;
}

.\!k-ml-22 {
    margin-left: 88px !important;
}

.k-ml-23 {
    margin-left: 92px;
}

.\!k-ml-23 {
    margin-left: 92px !important;
}

.k-ml-24 {
    margin-left: 96px;
}

.\!k-ml-24 {
    margin-left: 96px !important;
}

.k-ml--1px {
    margin-left: -1px;
}

.\!k-ml--1px {
    margin-left: -1px !important;
}

.k-ml--0\.5 {
    margin-left: -2px;
}

.\!k-ml--0\.5 {
    margin-left: -2px !important;
}

.k-ml--1 {
    margin-left: -4px;
}

.\!k-ml--1 {
    margin-left: -4px !important;
}

.k-ml--1\.5 {
    margin-left: -6px;
}

.\!k-ml--1\.5 {
    margin-left: -6px !important;
}

.k-ml--2 {
    margin-left: -8px;
}

.\!k-ml--2 {
    margin-left: -8px !important;
}

.k-ml--2\.5 {
    margin-left: -10px;
}

.\!k-ml--2\.5 {
    margin-left: -10px !important;
}

.k-ml--3 {
    margin-left: -12px;
}

.\!k-ml--3 {
    margin-left: -12px !important;
}

.k-ml--3\.5 {
    margin-left: -14px;
}

.\!k-ml--3\.5 {
    margin-left: -14px !important;
}

.k-ml--4 {
    margin-left: -16px;
}

.\!k-ml--4 {
    margin-left: -16px !important;
}

.k-ml--4\.5 {
    margin-left: -18px;
}

.\!k-ml--4\.5 {
    margin-left: -18px !important;
}

.k-ml--5 {
    margin-left: -20px;
}

.\!k-ml--5 {
    margin-left: -20px !important;
}

.k-ml--5\.5 {
    margin-left: -22px;
}

.\!k-ml--5\.5 {
    margin-left: -22px !important;
}

.k-ml--6 {
    margin-left: -24px;
}

.\!k-ml--6 {
    margin-left: -24px !important;
}

.k-ml--6\.5 {
    margin-left: -26px;
}

.\!k-ml--6\.5 {
    margin-left: -26px !important;
}

.k-ml--7 {
    margin-left: -28px;
}

.\!k-ml--7 {
    margin-left: -28px !important;
}

.k-ml--7\.5 {
    margin-left: -30px;
}

.\!k-ml--7\.5 {
    margin-left: -30px !important;
}

.k-ml--8 {
    margin-left: -32px;
}

.\!k-ml--8 {
    margin-left: -32px !important;
}

.k-ml--9 {
    margin-left: -36px;
}

.\!k-ml--9 {
    margin-left: -36px !important;
}

.k-ml--10 {
    margin-left: -40px;
}

.\!k-ml--10 {
    margin-left: -40px !important;
}

.k-ml--11 {
    margin-left: -44px;
}

.\!k-ml--11 {
    margin-left: -44px !important;
}

.k-ml--12 {
    margin-left: -48px;
}

.\!k-ml--12 {
    margin-left: -48px !important;
}

.k-ml--13 {
    margin-left: -52px;
}

.\!k-ml--13 {
    margin-left: -52px !important;
}

.k-ml--14 {
    margin-left: -56px;
}

.\!k-ml--14 {
    margin-left: -56px !important;
}

.k-ml--15 {
    margin-left: -60px;
}

.\!k-ml--15 {
    margin-left: -60px !important;
}

.k-ml--16 {
    margin-left: -64px;
}

.\!k-ml--16 {
    margin-left: -64px !important;
}

.k-ml--17 {
    margin-left: -68px;
}

.\!k-ml--17 {
    margin-left: -68px !important;
}

.k-ml--18 {
    margin-left: -72px;
}

.\!k-ml--18 {
    margin-left: -72px !important;
}

.k-ml--19 {
    margin-left: -76px;
}

.\!k-ml--19 {
    margin-left: -76px !important;
}

.k-ml--20 {
    margin-left: -80px;
}

.\!k-ml--20 {
    margin-left: -80px !important;
}

.k-ml--21 {
    margin-left: -84px;
}

.\!k-ml--21 {
    margin-left: -84px !important;
}

.k-ml--22 {
    margin-left: -88px;
}

.\!k-ml--22 {
    margin-left: -88px !important;
}

.k-ml--23 {
    margin-left: -92px;
}

.\!k-ml--23 {
    margin-left: -92px !important;
}

.k-ml--24 {
    margin-left: -96px;
}

.\!k-ml--24 {
    margin-left: -96px !important;
}

.k-ml-xs {
    margin-left: 4px;
}

.\!k-ml-xs {
    margin-left: 4px !important;
}

.k-ml-sm {
    margin-left: 8px;
}

.\!k-ml-sm {
    margin-left: 8px !important;
}

.k-ml-md {
    margin-left: 12px;
}

.\!k-ml-md {
    margin-left: 12px !important;
}

.k-ml-lg {
    margin-left: 16px;
}

.\!k-ml-lg {
    margin-left: 16px !important;
}

.k-ml-xl {
    margin-left: 24px;
}

.\!k-ml-xl {
    margin-left: 24px !important;
}

.k-ml-thin {
    margin-left: 2px;
}

.\!k-ml-thin {
    margin-left: 2px !important;
}

.k-ml-hair {
    margin-left: 1px;
}

.\!k-ml-hair {
    margin-left: 1px !important;
}

.k-ml-auto {
    margin-left: auto;
}

.\!k-ml-auto {
    margin-left: auto !important;
}

.k-mx-0 {
    margin-inline: 0;
}

.\!k-mx-0 {
    margin-inline: 0 !important;
}

.k-mx-1px {
    margin-inline: 1px;
}

.\!k-mx-1px {
    margin-inline: 1px !important;
}

.k-mx-0\.5 {
    margin-inline: 2px;
}

.\!k-mx-0\.5 {
    margin-inline: 2px !important;
}

.k-mx-1 {
    margin-inline: 4px;
}

.\!k-mx-1 {
    margin-inline: 4px !important;
}

.k-mx-1\.5 {
    margin-inline: 6px;
}

.\!k-mx-1\.5 {
    margin-inline: 6px !important;
}

.k-mx-2 {
    margin-inline: 8px;
}

.\!k-mx-2 {
    margin-inline: 8px !important;
}

.k-mx-2\.5 {
    margin-inline: 10px;
}

.\!k-mx-2\.5 {
    margin-inline: 10px !important;
}

.k-mx-3 {
    margin-inline: 12px;
}

.\!k-mx-3 {
    margin-inline: 12px !important;
}

.k-mx-3\.5 {
    margin-inline: 14px;
}

.\!k-mx-3\.5 {
    margin-inline: 14px !important;
}

.k-mx-4 {
    margin-inline: 16px;
}

.\!k-mx-4 {
    margin-inline: 16px !important;
}

.k-mx-4\.5 {
    margin-inline: 18px;
}

.\!k-mx-4\.5 {
    margin-inline: 18px !important;
}

.k-mx-5 {
    margin-inline: 20px;
}

.\!k-mx-5 {
    margin-inline: 20px !important;
}

.k-mx-5\.5 {
    margin-inline: 22px;
}

.\!k-mx-5\.5 {
    margin-inline: 22px !important;
}

.k-mx-6 {
    margin-inline: 24px;
}

.\!k-mx-6 {
    margin-inline: 24px !important;
}

.k-mx-6\.5 {
    margin-inline: 26px;
}

.\!k-mx-6\.5 {
    margin-inline: 26px !important;
}

.k-mx-7 {
    margin-inline: 28px;
}

.\!k-mx-7 {
    margin-inline: 28px !important;
}

.k-mx-7\.5 {
    margin-inline: 30px;
}

.\!k-mx-7\.5 {
    margin-inline: 30px !important;
}

.k-mx-8 {
    margin-inline: 32px;
}

.\!k-mx-8 {
    margin-inline: 32px !important;
}

.k-mx-9 {
    margin-inline: 36px;
}

.\!k-mx-9 {
    margin-inline: 36px !important;
}

.k-mx-10 {
    margin-inline: 40px;
}

.\!k-mx-10 {
    margin-inline: 40px !important;
}

.k-mx-11 {
    margin-inline: 44px;
}

.\!k-mx-11 {
    margin-inline: 44px !important;
}

.k-mx-12 {
    margin-inline: 48px;
}

.\!k-mx-12 {
    margin-inline: 48px !important;
}

.k-mx-13 {
    margin-inline: 52px;
}

.\!k-mx-13 {
    margin-inline: 52px !important;
}

.k-mx-14 {
    margin-inline: 56px;
}

.\!k-mx-14 {
    margin-inline: 56px !important;
}

.k-mx-15 {
    margin-inline: 60px;
}

.\!k-mx-15 {
    margin-inline: 60px !important;
}

.k-mx-16 {
    margin-inline: 64px;
}

.\!k-mx-16 {
    margin-inline: 64px !important;
}

.k-mx-17 {
    margin-inline: 68px;
}

.\!k-mx-17 {
    margin-inline: 68px !important;
}

.k-mx-18 {
    margin-inline: 72px;
}

.\!k-mx-18 {
    margin-inline: 72px !important;
}

.k-mx-19 {
    margin-inline: 76px;
}

.\!k-mx-19 {
    margin-inline: 76px !important;
}

.k-mx-20 {
    margin-inline: 80px;
}

.\!k-mx-20 {
    margin-inline: 80px !important;
}

.k-mx-21 {
    margin-inline: 84px;
}

.\!k-mx-21 {
    margin-inline: 84px !important;
}

.k-mx-22 {
    margin-inline: 88px;
}

.\!k-mx-22 {
    margin-inline: 88px !important;
}

.k-mx-23 {
    margin-inline: 92px;
}

.\!k-mx-23 {
    margin-inline: 92px !important;
}

.k-mx-24 {
    margin-inline: 96px;
}

.\!k-mx-24 {
    margin-inline: 96px !important;
}

.k-mx--1px {
    margin-inline: -1px;
}

.\!k-mx--1px {
    margin-inline: -1px !important;
}

.k-mx--0\.5 {
    margin-inline: -2px;
}

.\!k-mx--0\.5 {
    margin-inline: -2px !important;
}

.k-mx--1 {
    margin-inline: -4px;
}

.\!k-mx--1 {
    margin-inline: -4px !important;
}

.k-mx--1\.5 {
    margin-inline: -6px;
}

.\!k-mx--1\.5 {
    margin-inline: -6px !important;
}

.k-mx--2 {
    margin-inline: -8px;
}

.\!k-mx--2 {
    margin-inline: -8px !important;
}

.k-mx--2\.5 {
    margin-inline: -10px;
}

.\!k-mx--2\.5 {
    margin-inline: -10px !important;
}

.k-mx--3 {
    margin-inline: -12px;
}

.\!k-mx--3 {
    margin-inline: -12px !important;
}

.k-mx--3\.5 {
    margin-inline: -14px;
}

.\!k-mx--3\.5 {
    margin-inline: -14px !important;
}

.k-mx--4 {
    margin-inline: -16px;
}

.\!k-mx--4 {
    margin-inline: -16px !important;
}

.k-mx--4\.5 {
    margin-inline: -18px;
}

.\!k-mx--4\.5 {
    margin-inline: -18px !important;
}

.k-mx--5 {
    margin-inline: -20px;
}

.\!k-mx--5 {
    margin-inline: -20px !important;
}

.k-mx--5\.5 {
    margin-inline: -22px;
}

.\!k-mx--5\.5 {
    margin-inline: -22px !important;
}

.k-mx--6 {
    margin-inline: -24px;
}

.\!k-mx--6 {
    margin-inline: -24px !important;
}

.k-mx--6\.5 {
    margin-inline: -26px;
}

.\!k-mx--6\.5 {
    margin-inline: -26px !important;
}

.k-mx--7 {
    margin-inline: -28px;
}

.\!k-mx--7 {
    margin-inline: -28px !important;
}

.k-mx--7\.5 {
    margin-inline: -30px;
}

.\!k-mx--7\.5 {
    margin-inline: -30px !important;
}

.k-mx--8 {
    margin-inline: -32px;
}

.\!k-mx--8 {
    margin-inline: -32px !important;
}

.k-mx--9 {
    margin-inline: -36px;
}

.\!k-mx--9 {
    margin-inline: -36px !important;
}

.k-mx--10 {
    margin-inline: -40px;
}

.\!k-mx--10 {
    margin-inline: -40px !important;
}

.k-mx--11 {
    margin-inline: -44px;
}

.\!k-mx--11 {
    margin-inline: -44px !important;
}

.k-mx--12 {
    margin-inline: -48px;
}

.\!k-mx--12 {
    margin-inline: -48px !important;
}

.k-mx--13 {
    margin-inline: -52px;
}

.\!k-mx--13 {
    margin-inline: -52px !important;
}

.k-mx--14 {
    margin-inline: -56px;
}

.\!k-mx--14 {
    margin-inline: -56px !important;
}

.k-mx--15 {
    margin-inline: -60px;
}

.\!k-mx--15 {
    margin-inline: -60px !important;
}

.k-mx--16 {
    margin-inline: -64px;
}

.\!k-mx--16 {
    margin-inline: -64px !important;
}

.k-mx--17 {
    margin-inline: -68px;
}

.\!k-mx--17 {
    margin-inline: -68px !important;
}

.k-mx--18 {
    margin-inline: -72px;
}

.\!k-mx--18 {
    margin-inline: -72px !important;
}

.k-mx--19 {
    margin-inline: -76px;
}

.\!k-mx--19 {
    margin-inline: -76px !important;
}

.k-mx--20 {
    margin-inline: -80px;
}

.\!k-mx--20 {
    margin-inline: -80px !important;
}

.k-mx--21 {
    margin-inline: -84px;
}

.\!k-mx--21 {
    margin-inline: -84px !important;
}

.k-mx--22 {
    margin-inline: -88px;
}

.\!k-mx--22 {
    margin-inline: -88px !important;
}

.k-mx--23 {
    margin-inline: -92px;
}

.\!k-mx--23 {
    margin-inline: -92px !important;
}

.k-mx--24 {
    margin-inline: -96px;
}

.\!k-mx--24 {
    margin-inline: -96px !important;
}

.k-mx-xs {
    margin-inline: 4px;
}

.\!k-mx-xs {
    margin-inline: 4px !important;
}

.k-mx-sm {
    margin-inline: 8px;
}

.\!k-mx-sm {
    margin-inline: 8px !important;
}

.k-mx-md {
    margin-inline: 12px;
}

.\!k-mx-md {
    margin-inline: 12px !important;
}

.k-mx-lg {
    margin-inline: 16px;
}

.\!k-mx-lg {
    margin-inline: 16px !important;
}

.k-mx-xl {
    margin-inline: 24px;
}

.\!k-mx-xl {
    margin-inline: 24px !important;
}

.k-mx-thin {
    margin-inline: 2px;
}

.\!k-mx-thin {
    margin-inline: 2px !important;
}

.k-mx-hair {
    margin-inline: 1px;
}

.\!k-mx-hair {
    margin-inline: 1px !important;
}

.k-mx-auto {
    margin-inline: auto;
}

.\!k-mx-auto {
    margin-inline: auto !important;
}

.k-my-0 {
    margin-block: 0;
}

.\!k-my-0 {
    margin-block: 0 !important;
}

.k-my-1px {
    margin-block: 1px;
}

.\!k-my-1px {
    margin-block: 1px !important;
}

.k-my-0\.5 {
    margin-block: 2px;
}

.\!k-my-0\.5 {
    margin-block: 2px !important;
}

.k-my-1 {
    margin-block: 4px;
}

.\!k-my-1 {
    margin-block: 4px !important;
}

.k-my-1\.5 {
    margin-block: 6px;
}

.\!k-my-1\.5 {
    margin-block: 6px !important;
}

.k-my-2 {
    margin-block: 8px;
}

.\!k-my-2 {
    margin-block: 8px !important;
}

.k-my-2\.5 {
    margin-block: 10px;
}

.\!k-my-2\.5 {
    margin-block: 10px !important;
}

.k-my-3 {
    margin-block: 12px;
}

.\!k-my-3 {
    margin-block: 12px !important;
}

.k-my-3\.5 {
    margin-block: 14px;
}

.\!k-my-3\.5 {
    margin-block: 14px !important;
}

.k-my-4 {
    margin-block: 16px;
}

.\!k-my-4 {
    margin-block: 16px !important;
}

.k-my-4\.5 {
    margin-block: 18px;
}

.\!k-my-4\.5 {
    margin-block: 18px !important;
}

.k-my-5 {
    margin-block: 20px;
}

.\!k-my-5 {
    margin-block: 20px !important;
}

.k-my-5\.5 {
    margin-block: 22px;
}

.\!k-my-5\.5 {
    margin-block: 22px !important;
}

.k-my-6 {
    margin-block: 24px;
}

.\!k-my-6 {
    margin-block: 24px !important;
}

.k-my-6\.5 {
    margin-block: 26px;
}

.\!k-my-6\.5 {
    margin-block: 26px !important;
}

.k-my-7 {
    margin-block: 28px;
}

.\!k-my-7 {
    margin-block: 28px !important;
}

.k-my-7\.5 {
    margin-block: 30px;
}

.\!k-my-7\.5 {
    margin-block: 30px !important;
}

.k-my-8 {
    margin-block: 32px;
}

.\!k-my-8 {
    margin-block: 32px !important;
}

.k-my-9 {
    margin-block: 36px;
}

.\!k-my-9 {
    margin-block: 36px !important;
}

.k-my-10 {
    margin-block: 40px;
}

.\!k-my-10 {
    margin-block: 40px !important;
}

.k-my-11 {
    margin-block: 44px;
}

.\!k-my-11 {
    margin-block: 44px !important;
}

.k-my-12 {
    margin-block: 48px;
}

.\!k-my-12 {
    margin-block: 48px !important;
}

.k-my-13 {
    margin-block: 52px;
}

.\!k-my-13 {
    margin-block: 52px !important;
}

.k-my-14 {
    margin-block: 56px;
}

.\!k-my-14 {
    margin-block: 56px !important;
}

.k-my-15 {
    margin-block: 60px;
}

.\!k-my-15 {
    margin-block: 60px !important;
}

.k-my-16 {
    margin-block: 64px;
}

.\!k-my-16 {
    margin-block: 64px !important;
}

.k-my-17 {
    margin-block: 68px;
}

.\!k-my-17 {
    margin-block: 68px !important;
}

.k-my-18 {
    margin-block: 72px;
}

.\!k-my-18 {
    margin-block: 72px !important;
}

.k-my-19 {
    margin-block: 76px;
}

.\!k-my-19 {
    margin-block: 76px !important;
}

.k-my-20 {
    margin-block: 80px;
}

.\!k-my-20 {
    margin-block: 80px !important;
}

.k-my-21 {
    margin-block: 84px;
}

.\!k-my-21 {
    margin-block: 84px !important;
}

.k-my-22 {
    margin-block: 88px;
}

.\!k-my-22 {
    margin-block: 88px !important;
}

.k-my-23 {
    margin-block: 92px;
}

.\!k-my-23 {
    margin-block: 92px !important;
}

.k-my-24 {
    margin-block: 96px;
}

.\!k-my-24 {
    margin-block: 96px !important;
}

.k-my--1px {
    margin-block: -1px;
}

.\!k-my--1px {
    margin-block: -1px !important;
}

.k-my--0\.5 {
    margin-block: -2px;
}

.\!k-my--0\.5 {
    margin-block: -2px !important;
}

.k-my--1 {
    margin-block: -4px;
}

.\!k-my--1 {
    margin-block: -4px !important;
}

.k-my--1\.5 {
    margin-block: -6px;
}

.\!k-my--1\.5 {
    margin-block: -6px !important;
}

.k-my--2 {
    margin-block: -8px;
}

.\!k-my--2 {
    margin-block: -8px !important;
}

.k-my--2\.5 {
    margin-block: -10px;
}

.\!k-my--2\.5 {
    margin-block: -10px !important;
}

.k-my--3 {
    margin-block: -12px;
}

.\!k-my--3 {
    margin-block: -12px !important;
}

.k-my--3\.5 {
    margin-block: -14px;
}

.\!k-my--3\.5 {
    margin-block: -14px !important;
}

.k-my--4 {
    margin-block: -16px;
}

.\!k-my--4 {
    margin-block: -16px !important;
}

.k-my--4\.5 {
    margin-block: -18px;
}

.\!k-my--4\.5 {
    margin-block: -18px !important;
}

.k-my--5 {
    margin-block: -20px;
}

.\!k-my--5 {
    margin-block: -20px !important;
}

.k-my--5\.5 {
    margin-block: -22px;
}

.\!k-my--5\.5 {
    margin-block: -22px !important;
}

.k-my--6 {
    margin-block: -24px;
}

.\!k-my--6 {
    margin-block: -24px !important;
}

.k-my--6\.5 {
    margin-block: -26px;
}

.\!k-my--6\.5 {
    margin-block: -26px !important;
}

.k-my--7 {
    margin-block: -28px;
}

.\!k-my--7 {
    margin-block: -28px !important;
}

.k-my--7\.5 {
    margin-block: -30px;
}

.\!k-my--7\.5 {
    margin-block: -30px !important;
}

.k-my--8 {
    margin-block: -32px;
}

.\!k-my--8 {
    margin-block: -32px !important;
}

.k-my--9 {
    margin-block: -36px;
}

.\!k-my--9 {
    margin-block: -36px !important;
}

.k-my--10 {
    margin-block: -40px;
}

.\!k-my--10 {
    margin-block: -40px !important;
}

.k-my--11 {
    margin-block: -44px;
}

.\!k-my--11 {
    margin-block: -44px !important;
}

.k-my--12 {
    margin-block: -48px;
}

.\!k-my--12 {
    margin-block: -48px !important;
}

.k-my--13 {
    margin-block: -52px;
}

.\!k-my--13 {
    margin-block: -52px !important;
}

.k-my--14 {
    margin-block: -56px;
}

.\!k-my--14 {
    margin-block: -56px !important;
}

.k-my--15 {
    margin-block: -60px;
}

.\!k-my--15 {
    margin-block: -60px !important;
}

.k-my--16 {
    margin-block: -64px;
}

.\!k-my--16 {
    margin-block: -64px !important;
}

.k-my--17 {
    margin-block: -68px;
}

.\!k-my--17 {
    margin-block: -68px !important;
}

.k-my--18 {
    margin-block: -72px;
}

.\!k-my--18 {
    margin-block: -72px !important;
}

.k-my--19 {
    margin-block: -76px;
}

.\!k-my--19 {
    margin-block: -76px !important;
}

.k-my--20 {
    margin-block: -80px;
}

.\!k-my--20 {
    margin-block: -80px !important;
}

.k-my--21 {
    margin-block: -84px;
}

.\!k-my--21 {
    margin-block: -84px !important;
}

.k-my--22 {
    margin-block: -88px;
}

.\!k-my--22 {
    margin-block: -88px !important;
}

.k-my--23 {
    margin-block: -92px;
}

.\!k-my--23 {
    margin-block: -92px !important;
}

.k-my--24 {
    margin-block: -96px;
}

.\!k-my--24 {
    margin-block: -96px !important;
}

.k-my-xs {
    margin-block: 4px;
}

.\!k-my-xs {
    margin-block: 4px !important;
}

.k-my-sm {
    margin-block: 8px;
}

.\!k-my-sm {
    margin-block: 8px !important;
}

.k-my-md {
    margin-block: 12px;
}

.\!k-my-md {
    margin-block: 12px !important;
}

.k-my-lg {
    margin-block: 16px;
}

.\!k-my-lg {
    margin-block: 16px !important;
}

.k-my-xl {
    margin-block: 24px;
}

.\!k-my-xl {
    margin-block: 24px !important;
}

.k-my-thin {
    margin-block: 2px;
}

.\!k-my-thin {
    margin-block: 2px !important;
}

.k-my-hair {
    margin-block: 1px;
}

.\!k-my-hair {
    margin-block: 1px !important;
}

.k-my-auto {
    margin-block: auto;
}

.\!k-my-auto {
    margin-block: auto !important;
}

.k-p-0 {
    padding: 0;
}

.\!k-p-0 {
    padding: 0 !important;
}

.k-p-1px {
    padding: 1px;
}

.\!k-p-1px {
    padding: 1px !important;
}

.k-p-0\.5 {
    padding: 2px;
}

.\!k-p-0\.5 {
    padding: 2px !important;
}

.k-p-1 {
    padding: 4px;
}

.\!k-p-1 {
    padding: 4px !important;
}

.k-p-1\.5 {
    padding: 6px;
}

.\!k-p-1\.5 {
    padding: 6px !important;
}

.k-p-2 {
    padding: 8px;
}

.\!k-p-2 {
    padding: 8px !important;
}

.k-p-2\.5 {
    padding: 10px;
}

.\!k-p-2\.5 {
    padding: 10px !important;
}

.k-p-3 {
    padding: 12px;
}

.\!k-p-3 {
    padding: 12px !important;
}

.k-p-3\.5 {
    padding: 14px;
}

.\!k-p-3\.5 {
    padding: 14px !important;
}

.k-p-4 {
    padding: 16px;
}

.\!k-p-4 {
    padding: 16px !important;
}

.k-p-4\.5 {
    padding: 18px;
}

.\!k-p-4\.5 {
    padding: 18px !important;
}

.k-p-5 {
    padding: 20px;
}

.\!k-p-5 {
    padding: 20px !important;
}

.k-p-5\.5 {
    padding: 22px;
}

.\!k-p-5\.5 {
    padding: 22px !important;
}

.k-p-6 {
    padding: 24px;
}

.\!k-p-6 {
    padding: 24px !important;
}

.k-p-6\.5 {
    padding: 26px;
}

.\!k-p-6\.5 {
    padding: 26px !important;
}

.k-p-7 {
    padding: 28px;
}

.\!k-p-7 {
    padding: 28px !important;
}

.k-p-7\.5 {
    padding: 30px;
}

.\!k-p-7\.5 {
    padding: 30px !important;
}

.k-p-8 {
    padding: 32px;
}

.\!k-p-8 {
    padding: 32px !important;
}

.k-p-9 {
    padding: 36px;
}

.\!k-p-9 {
    padding: 36px !important;
}

.k-p-10 {
    padding: 40px;
}

.\!k-p-10 {
    padding: 40px !important;
}

.k-p-11 {
    padding: 44px;
}

.\!k-p-11 {
    padding: 44px !important;
}

.k-p-12 {
    padding: 48px;
}

.\!k-p-12 {
    padding: 48px !important;
}

.k-p-13 {
    padding: 52px;
}

.\!k-p-13 {
    padding: 52px !important;
}

.k-p-14 {
    padding: 56px;
}

.\!k-p-14 {
    padding: 56px !important;
}

.k-p-15 {
    padding: 60px;
}

.\!k-p-15 {
    padding: 60px !important;
}

.k-p-16 {
    padding: 64px;
}

.\!k-p-16 {
    padding: 64px !important;
}

.k-p-17 {
    padding: 68px;
}

.\!k-p-17 {
    padding: 68px !important;
}

.k-p-18 {
    padding: 72px;
}

.\!k-p-18 {
    padding: 72px !important;
}

.k-p-19 {
    padding: 76px;
}

.\!k-p-19 {
    padding: 76px !important;
}

.k-p-20 {
    padding: 80px;
}

.\!k-p-20 {
    padding: 80px !important;
}

.k-p-21 {
    padding: 84px;
}

.\!k-p-21 {
    padding: 84px !important;
}

.k-p-22 {
    padding: 88px;
}

.\!k-p-22 {
    padding: 88px !important;
}

.k-p-23 {
    padding: 92px;
}

.\!k-p-23 {
    padding: 92px !important;
}

.k-p-24 {
    padding: 96px;
}

.\!k-p-24 {
    padding: 96px !important;
}

.k-p-xs {
    padding: 4px;
}

.\!k-p-xs {
    padding: 4px !important;
}

.k-p-sm {
    padding: 8px;
}

.\!k-p-sm {
    padding: 8px !important;
}

.k-p-md {
    padding: 12px;
}

.\!k-p-md {
    padding: 12px !important;
}

.k-p-lg {
    padding: 16px;
}

.\!k-p-lg {
    padding: 16px !important;
}

.k-p-xl {
    padding: 24px;
}

.\!k-p-xl {
    padding: 24px !important;
}

.k-p-thin {
    padding: 2px;
}

.\!k-p-thin {
    padding: 2px !important;
}

.k-p-hair {
    padding: 1px;
}

.\!k-p-hair {
    padding: 1px !important;
}

.k-pt-0 {
    padding-top: 0;
}

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

.k-pt-1px {
    padding-top: 1px;
}

.\!k-pt-1px {
    padding-top: 1px !important;
}

.k-pt-0\.5 {
    padding-top: 2px;
}

.\!k-pt-0\.5 {
    padding-top: 2px !important;
}

.k-pt-1 {
    padding-top: 4px;
}

.\!k-pt-1 {
    padding-top: 4px !important;
}

.k-pt-1\.5 {
    padding-top: 6px;
}

.\!k-pt-1\.5 {
    padding-top: 6px !important;
}

.k-pt-2 {
    padding-top: 8px;
}

.\!k-pt-2 {
    padding-top: 8px !important;
}

.k-pt-2\.5 {
    padding-top: 10px;
}

.\!k-pt-2\.5 {
    padding-top: 10px !important;
}

.k-pt-3 {
    padding-top: 12px;
}

.\!k-pt-3 {
    padding-top: 12px !important;
}

.k-pt-3\.5 {
    padding-top: 14px;
}

.\!k-pt-3\.5 {
    padding-top: 14px !important;
}

.k-pt-4 {
    padding-top: 16px;
}

.\!k-pt-4 {
    padding-top: 16px !important;
}

.k-pt-4\.5 {
    padding-top: 18px;
}

.\!k-pt-4\.5 {
    padding-top: 18px !important;
}

.k-pt-5 {
    padding-top: 20px;
}

.\!k-pt-5 {
    padding-top: 20px !important;
}

.k-pt-5\.5 {
    padding-top: 22px;
}

.\!k-pt-5\.5 {
    padding-top: 22px !important;
}

.k-pt-6 {
    padding-top: 24px;
}

.\!k-pt-6 {
    padding-top: 24px !important;
}

.k-pt-6\.5 {
    padding-top: 26px;
}

.\!k-pt-6\.5 {
    padding-top: 26px !important;
}

.k-pt-7 {
    padding-top: 28px;
}

.\!k-pt-7 {
    padding-top: 28px !important;
}

.k-pt-7\.5 {
    padding-top: 30px;
}

.\!k-pt-7\.5 {
    padding-top: 30px !important;
}

.k-pt-8 {
    padding-top: 32px;
}

.\!k-pt-8 {
    padding-top: 32px !important;
}

.k-pt-9 {
    padding-top: 36px;
}

.\!k-pt-9 {
    padding-top: 36px !important;
}

.k-pt-10 {
    padding-top: 40px;
}

.\!k-pt-10 {
    padding-top: 40px !important;
}

.k-pt-11 {
    padding-top: 44px;
}

.\!k-pt-11 {
    padding-top: 44px !important;
}

.k-pt-12 {
    padding-top: 48px;
}

.\!k-pt-12 {
    padding-top: 48px !important;
}

.k-pt-13 {
    padding-top: 52px;
}

.\!k-pt-13 {
    padding-top: 52px !important;
}

.k-pt-14 {
    padding-top: 56px;
}

.\!k-pt-14 {
    padding-top: 56px !important;
}

.k-pt-15 {
    padding-top: 60px;
}

.\!k-pt-15 {
    padding-top: 60px !important;
}

.k-pt-16 {
    padding-top: 64px;
}

.\!k-pt-16 {
    padding-top: 64px !important;
}

.k-pt-17 {
    padding-top: 68px;
}

.\!k-pt-17 {
    padding-top: 68px !important;
}

.k-pt-18 {
    padding-top: 72px;
}

.\!k-pt-18 {
    padding-top: 72px !important;
}

.k-pt-19 {
    padding-top: 76px;
}

.\!k-pt-19 {
    padding-top: 76px !important;
}

.k-pt-20 {
    padding-top: 80px;
}

.\!k-pt-20 {
    padding-top: 80px !important;
}

.k-pt-21 {
    padding-top: 84px;
}

.\!k-pt-21 {
    padding-top: 84px !important;
}

.k-pt-22 {
    padding-top: 88px;
}

.\!k-pt-22 {
    padding-top: 88px !important;
}

.k-pt-23 {
    padding-top: 92px;
}

.\!k-pt-23 {
    padding-top: 92px !important;
}

.k-pt-24 {
    padding-top: 96px;
}

.\!k-pt-24 {
    padding-top: 96px !important;
}

.k-pt-xs {
    padding-top: 4px;
}

.\!k-pt-xs {
    padding-top: 4px !important;
}

.k-pt-sm {
    padding-top: 8px;
}

.\!k-pt-sm {
    padding-top: 8px !important;
}

.k-pt-md {
    padding-top: 12px;
}

.\!k-pt-md {
    padding-top: 12px !important;
}

.k-pt-lg {
    padding-top: 16px;
}

.\!k-pt-lg {
    padding-top: 16px !important;
}

.k-pt-xl {
    padding-top: 24px;
}

.\!k-pt-xl {
    padding-top: 24px !important;
}

.k-pt-thin {
    padding-top: 2px;
}

.\!k-pt-thin {
    padding-top: 2px !important;
}

.k-pt-hair {
    padding-top: 1px;
}

.\!k-pt-hair {
    padding-top: 1px !important;
}

.k-pr-0 {
    padding-right: 0;
}

.\!k-pr-0 {
    padding-right: 0 !important;
}

.k-pr-1px {
    padding-right: 1px;
}

.\!k-pr-1px {
    padding-right: 1px !important;
}

.k-pr-0\.5 {
    padding-right: 2px;
}

.\!k-pr-0\.5 {
    padding-right: 2px !important;
}

.k-pr-1 {
    padding-right: 4px;
}

.\!k-pr-1 {
    padding-right: 4px !important;
}

.k-pr-1\.5 {
    padding-right: 6px;
}

.\!k-pr-1\.5 {
    padding-right: 6px !important;
}

.k-pr-2 {
    padding-right: 8px;
}

.\!k-pr-2 {
    padding-right: 8px !important;
}

.k-pr-2\.5 {
    padding-right: 10px;
}

.\!k-pr-2\.5 {
    padding-right: 10px !important;
}

.k-pr-3 {
    padding-right: 12px;
}

.\!k-pr-3 {
    padding-right: 12px !important;
}

.k-pr-3\.5 {
    padding-right: 14px;
}

.\!k-pr-3\.5 {
    padding-right: 14px !important;
}

.k-pr-4 {
    padding-right: 16px;
}

.\!k-pr-4 {
    padding-right: 16px !important;
}

.k-pr-4\.5 {
    padding-right: 18px;
}

.\!k-pr-4\.5 {
    padding-right: 18px !important;
}

.k-pr-5 {
    padding-right: 20px;
}

.\!k-pr-5 {
    padding-right: 20px !important;
}

.k-pr-5\.5 {
    padding-right: 22px;
}

.\!k-pr-5\.5 {
    padding-right: 22px !important;
}

.k-pr-6 {
    padding-right: 24px;
}

.\!k-pr-6 {
    padding-right: 24px !important;
}

.k-pr-6\.5 {
    padding-right: 26px;
}

.\!k-pr-6\.5 {
    padding-right: 26px !important;
}

.k-pr-7 {
    padding-right: 28px;
}

.\!k-pr-7 {
    padding-right: 28px !important;
}

.k-pr-7\.5 {
    padding-right: 30px;
}

.\!k-pr-7\.5 {
    padding-right: 30px !important;
}

.k-pr-8 {
    padding-right: 32px;
}

.\!k-pr-8 {
    padding-right: 32px !important;
}

.k-pr-9 {
    padding-right: 36px;
}

.\!k-pr-9 {
    padding-right: 36px !important;
}

.k-pr-10 {
    padding-right: 40px;
}

.\!k-pr-10 {
    padding-right: 40px !important;
}

.k-pr-11 {
    padding-right: 44px;
}

.\!k-pr-11 {
    padding-right: 44px !important;
}

.k-pr-12 {
    padding-right: 48px;
}

.\!k-pr-12 {
    padding-right: 48px !important;
}

.k-pr-13 {
    padding-right: 52px;
}

.\!k-pr-13 {
    padding-right: 52px !important;
}

.k-pr-14 {
    padding-right: 56px;
}

.\!k-pr-14 {
    padding-right: 56px !important;
}

.k-pr-15 {
    padding-right: 60px;
}

.\!k-pr-15 {
    padding-right: 60px !important;
}

.k-pr-16 {
    padding-right: 64px;
}

.\!k-pr-16 {
    padding-right: 64px !important;
}

.k-pr-17 {
    padding-right: 68px;
}

.\!k-pr-17 {
    padding-right: 68px !important;
}

.k-pr-18 {
    padding-right: 72px;
}

.\!k-pr-18 {
    padding-right: 72px !important;
}

.k-pr-19 {
    padding-right: 76px;
}

.\!k-pr-19 {
    padding-right: 76px !important;
}

.k-pr-20 {
    padding-right: 80px;
}

.\!k-pr-20 {
    padding-right: 80px !important;
}

.k-pr-21 {
    padding-right: 84px;
}

.\!k-pr-21 {
    padding-right: 84px !important;
}

.k-pr-22 {
    padding-right: 88px;
}

.\!k-pr-22 {
    padding-right: 88px !important;
}

.k-pr-23 {
    padding-right: 92px;
}

.\!k-pr-23 {
    padding-right: 92px !important;
}

.k-pr-24 {
    padding-right: 96px;
}

.\!k-pr-24 {
    padding-right: 96px !important;
}

.k-pr-xs {
    padding-right: 4px;
}

.\!k-pr-xs {
    padding-right: 4px !important;
}

.k-pr-sm {
    padding-right: 8px;
}

.\!k-pr-sm {
    padding-right: 8px !important;
}

.k-pr-md {
    padding-right: 12px;
}

.\!k-pr-md {
    padding-right: 12px !important;
}

.k-pr-lg {
    padding-right: 16px;
}

.\!k-pr-lg {
    padding-right: 16px !important;
}

.k-pr-xl {
    padding-right: 24px;
}

.\!k-pr-xl {
    padding-right: 24px !important;
}

.k-pr-thin {
    padding-right: 2px;
}

.\!k-pr-thin {
    padding-right: 2px !important;
}

.k-pr-hair {
    padding-right: 1px;
}

.\!k-pr-hair {
    padding-right: 1px !important;
}

.k-pb-0 {
    padding-bottom: 0;
}

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

.k-pb-1px {
    padding-bottom: 1px;
}

.\!k-pb-1px {
    padding-bottom: 1px !important;
}

.k-pb-0\.5 {
    padding-bottom: 2px;
}

.\!k-pb-0\.5 {
    padding-bottom: 2px !important;
}

.k-pb-1 {
    padding-bottom: 4px;
}

.\!k-pb-1 {
    padding-bottom: 4px !important;
}

.k-pb-1\.5 {
    padding-bottom: 6px;
}

.\!k-pb-1\.5 {
    padding-bottom: 6px !important;
}

.k-pb-2 {
    padding-bottom: 8px;
}

.\!k-pb-2 {
    padding-bottom: 8px !important;
}

.k-pb-2\.5 {
    padding-bottom: 10px;
}

.\!k-pb-2\.5 {
    padding-bottom: 10px !important;
}

.k-pb-3 {
    padding-bottom: 12px;
}

.\!k-pb-3 {
    padding-bottom: 12px !important;
}

.k-pb-3\.5 {
    padding-bottom: 14px;
}

.\!k-pb-3\.5 {
    padding-bottom: 14px !important;
}

.k-pb-4 {
    padding-bottom: 16px;
}

.\!k-pb-4 {
    padding-bottom: 16px !important;
}

.k-pb-4\.5 {
    padding-bottom: 18px;
}

.\!k-pb-4\.5 {
    padding-bottom: 18px !important;
}

.k-pb-5 {
    padding-bottom: 20px;
}

.\!k-pb-5 {
    padding-bottom: 20px !important;
}

.k-pb-5\.5 {
    padding-bottom: 22px;
}

.\!k-pb-5\.5 {
    padding-bottom: 22px !important;
}

.k-pb-6 {
    padding-bottom: 24px;
}

.\!k-pb-6 {
    padding-bottom: 24px !important;
}

.k-pb-6\.5 {
    padding-bottom: 26px;
}

.\!k-pb-6\.5 {
    padding-bottom: 26px !important;
}

.k-pb-7 {
    padding-bottom: 28px;
}

.\!k-pb-7 {
    padding-bottom: 28px !important;
}

.k-pb-7\.5 {
    padding-bottom: 30px;
}

.\!k-pb-7\.5 {
    padding-bottom: 30px !important;
}

.k-pb-8 {
    padding-bottom: 32px;
}

.\!k-pb-8 {
    padding-bottom: 32px !important;
}

.k-pb-9 {
    padding-bottom: 36px;
}

.\!k-pb-9 {
    padding-bottom: 36px !important;
}

.k-pb-10 {
    padding-bottom: 40px;
}

.\!k-pb-10 {
    padding-bottom: 40px !important;
}

.k-pb-11 {
    padding-bottom: 44px;
}

.\!k-pb-11 {
    padding-bottom: 44px !important;
}

.k-pb-12 {
    padding-bottom: 48px;
}

.\!k-pb-12 {
    padding-bottom: 48px !important;
}

.k-pb-13 {
    padding-bottom: 52px;
}

.\!k-pb-13 {
    padding-bottom: 52px !important;
}

.k-pb-14 {
    padding-bottom: 56px;
}

.\!k-pb-14 {
    padding-bottom: 56px !important;
}

.k-pb-15 {
    padding-bottom: 60px;
}

.\!k-pb-15 {
    padding-bottom: 60px !important;
}

.k-pb-16 {
    padding-bottom: 64px;
}

.\!k-pb-16 {
    padding-bottom: 64px !important;
}

.k-pb-17 {
    padding-bottom: 68px;
}

.\!k-pb-17 {
    padding-bottom: 68px !important;
}

.k-pb-18 {
    padding-bottom: 72px;
}

.\!k-pb-18 {
    padding-bottom: 72px !important;
}

.k-pb-19 {
    padding-bottom: 76px;
}

.\!k-pb-19 {
    padding-bottom: 76px !important;
}

.k-pb-20 {
    padding-bottom: 80px;
}

.\!k-pb-20 {
    padding-bottom: 80px !important;
}

.k-pb-21 {
    padding-bottom: 84px;
}

.\!k-pb-21 {
    padding-bottom: 84px !important;
}

.k-pb-22 {
    padding-bottom: 88px;
}

.\!k-pb-22 {
    padding-bottom: 88px !important;
}

.k-pb-23 {
    padding-bottom: 92px;
}

.\!k-pb-23 {
    padding-bottom: 92px !important;
}

.k-pb-24 {
    padding-bottom: 96px;
}

.\!k-pb-24 {
    padding-bottom: 96px !important;
}

.k-pb-xs {
    padding-bottom: 4px;
}

.\!k-pb-xs {
    padding-bottom: 4px !important;
}

.k-pb-sm {
    padding-bottom: 8px;
}

.\!k-pb-sm {
    padding-bottom: 8px !important;
}

.k-pb-md {
    padding-bottom: 12px;
}

.\!k-pb-md {
    padding-bottom: 12px !important;
}

.k-pb-lg {
    padding-bottom: 16px;
}

.\!k-pb-lg {
    padding-bottom: 16px !important;
}

.k-pb-xl {
    padding-bottom: 24px;
}

.\!k-pb-xl {
    padding-bottom: 24px !important;
}

.k-pb-thin {
    padding-bottom: 2px;
}

.\!k-pb-thin {
    padding-bottom: 2px !important;
}

.k-pb-hair {
    padding-bottom: 1px;
}

.\!k-pb-hair {
    padding-bottom: 1px !important;
}

.k-pl-0 {
    padding-left: 0;
}

.\!k-pl-0 {
    padding-left: 0 !important;
}

.k-pl-1px {
    padding-left: 1px;
}

.\!k-pl-1px {
    padding-left: 1px !important;
}

.k-pl-0\.5 {
    padding-left: 2px;
}

.\!k-pl-0\.5 {
    padding-left: 2px !important;
}

.k-pl-1 {
    padding-left: 4px;
}

.\!k-pl-1 {
    padding-left: 4px !important;
}

.k-pl-1\.5 {
    padding-left: 6px;
}

.\!k-pl-1\.5 {
    padding-left: 6px !important;
}

.k-pl-2 {
    padding-left: 8px;
}

.\!k-pl-2 {
    padding-left: 8px !important;
}

.k-pl-2\.5 {
    padding-left: 10px;
}

.\!k-pl-2\.5 {
    padding-left: 10px !important;
}

.k-pl-3 {
    padding-left: 12px;
}

.\!k-pl-3 {
    padding-left: 12px !important;
}

.k-pl-3\.5 {
    padding-left: 14px;
}

.\!k-pl-3\.5 {
    padding-left: 14px !important;
}

.k-pl-4 {
    padding-left: 16px;
}

.\!k-pl-4 {
    padding-left: 16px !important;
}

.k-pl-4\.5 {
    padding-left: 18px;
}

.\!k-pl-4\.5 {
    padding-left: 18px !important;
}

.k-pl-5 {
    padding-left: 20px;
}

.\!k-pl-5 {
    padding-left: 20px !important;
}

.k-pl-5\.5 {
    padding-left: 22px;
}

.\!k-pl-5\.5 {
    padding-left: 22px !important;
}

.k-pl-6 {
    padding-left: 24px;
}

.\!k-pl-6 {
    padding-left: 24px !important;
}

.k-pl-6\.5 {
    padding-left: 26px;
}

.\!k-pl-6\.5 {
    padding-left: 26px !important;
}

.k-pl-7 {
    padding-left: 28px;
}

.\!k-pl-7 {
    padding-left: 28px !important;
}

.k-pl-7\.5 {
    padding-left: 30px;
}

.\!k-pl-7\.5 {
    padding-left: 30px !important;
}

.k-pl-8 {
    padding-left: 32px;
}

.\!k-pl-8 {
    padding-left: 32px !important;
}

.k-pl-9 {
    padding-left: 36px;
}

.\!k-pl-9 {
    padding-left: 36px !important;
}

.k-pl-10 {
    padding-left: 40px;
}

.\!k-pl-10 {
    padding-left: 40px !important;
}

.k-pl-11 {
    padding-left: 44px;
}

.\!k-pl-11 {
    padding-left: 44px !important;
}

.k-pl-12 {
    padding-left: 48px;
}

.\!k-pl-12 {
    padding-left: 48px !important;
}

.k-pl-13 {
    padding-left: 52px;
}

.\!k-pl-13 {
    padding-left: 52px !important;
}

.k-pl-14 {
    padding-left: 56px;
}

.\!k-pl-14 {
    padding-left: 56px !important;
}

.k-pl-15 {
    padding-left: 60px;
}

.\!k-pl-15 {
    padding-left: 60px !important;
}

.k-pl-16 {
    padding-left: 64px;
}

.\!k-pl-16 {
    padding-left: 64px !important;
}

.k-pl-17 {
    padding-left: 68px;
}

.\!k-pl-17 {
    padding-left: 68px !important;
}

.k-pl-18 {
    padding-left: 72px;
}

.\!k-pl-18 {
    padding-left: 72px !important;
}

.k-pl-19 {
    padding-left: 76px;
}

.\!k-pl-19 {
    padding-left: 76px !important;
}

.k-pl-20 {
    padding-left: 80px;
}

.\!k-pl-20 {
    padding-left: 80px !important;
}

.k-pl-21 {
    padding-left: 84px;
}

.\!k-pl-21 {
    padding-left: 84px !important;
}

.k-pl-22 {
    padding-left: 88px;
}

.\!k-pl-22 {
    padding-left: 88px !important;
}

.k-pl-23 {
    padding-left: 92px;
}

.\!k-pl-23 {
    padding-left: 92px !important;
}

.k-pl-24 {
    padding-left: 96px;
}

.\!k-pl-24 {
    padding-left: 96px !important;
}

.k-pl-xs {
    padding-left: 4px;
}

.\!k-pl-xs {
    padding-left: 4px !important;
}

.k-pl-sm {
    padding-left: 8px;
}

.\!k-pl-sm {
    padding-left: 8px !important;
}

.k-pl-md {
    padding-left: 12px;
}

.\!k-pl-md {
    padding-left: 12px !important;
}

.k-pl-lg {
    padding-left: 16px;
}

.\!k-pl-lg {
    padding-left: 16px !important;
}

.k-pl-xl {
    padding-left: 24px;
}

.\!k-pl-xl {
    padding-left: 24px !important;
}

.k-pl-thin {
    padding-left: 2px;
}

.\!k-pl-thin {
    padding-left: 2px !important;
}

.k-pl-hair {
    padding-left: 1px;
}

.\!k-pl-hair {
    padding-left: 1px !important;
}

.k-px-0 {
    padding-inline: 0;
}

.\!k-px-0 {
    padding-inline: 0 !important;
}

.k-px-1px {
    padding-inline: 1px;
}

.\!k-px-1px {
    padding-inline: 1px !important;
}

.k-px-0\.5 {
    padding-inline: 2px;
}

.\!k-px-0\.5 {
    padding-inline: 2px !important;
}

.k-px-1 {
    padding-inline: 4px;
}

.\!k-px-1 {
    padding-inline: 4px !important;
}

.k-px-1\.5 {
    padding-inline: 6px;
}

.\!k-px-1\.5 {
    padding-inline: 6px !important;
}

.k-px-2 {
    padding-inline: 8px;
}

.\!k-px-2 {
    padding-inline: 8px !important;
}

.k-px-2\.5 {
    padding-inline: 10px;
}

.\!k-px-2\.5 {
    padding-inline: 10px !important;
}

.k-px-3 {
    padding-inline: 12px;
}

.\!k-px-3 {
    padding-inline: 12px !important;
}

.k-px-3\.5 {
    padding-inline: 14px;
}

.\!k-px-3\.5 {
    padding-inline: 14px !important;
}

.k-px-4 {
    padding-inline: 16px;
}

.\!k-px-4 {
    padding-inline: 16px !important;
}

.k-px-4\.5 {
    padding-inline: 18px;
}

.\!k-px-4\.5 {
    padding-inline: 18px !important;
}

.k-px-5 {
    padding-inline: 20px;
}

.\!k-px-5 {
    padding-inline: 20px !important;
}

.k-px-5\.5 {
    padding-inline: 22px;
}

.\!k-px-5\.5 {
    padding-inline: 22px !important;
}

.k-px-6 {
    padding-inline: 24px;
}

.\!k-px-6 {
    padding-inline: 24px !important;
}

.k-px-6\.5 {
    padding-inline: 26px;
}

.\!k-px-6\.5 {
    padding-inline: 26px !important;
}

.k-px-7 {
    padding-inline: 28px;
}

.\!k-px-7 {
    padding-inline: 28px !important;
}

.k-px-7\.5 {
    padding-inline: 30px;
}

.\!k-px-7\.5 {
    padding-inline: 30px !important;
}

.k-px-8 {
    padding-inline: 32px;
}

.\!k-px-8 {
    padding-inline: 32px !important;
}

.k-px-9 {
    padding-inline: 36px;
}

.\!k-px-9 {
    padding-inline: 36px !important;
}

.k-px-10 {
    padding-inline: 40px;
}

.\!k-px-10 {
    padding-inline: 40px !important;
}

.k-px-11 {
    padding-inline: 44px;
}

.\!k-px-11 {
    padding-inline: 44px !important;
}

.k-px-12 {
    padding-inline: 48px;
}

.\!k-px-12 {
    padding-inline: 48px !important;
}

.k-px-13 {
    padding-inline: 52px;
}

.\!k-px-13 {
    padding-inline: 52px !important;
}

.k-px-14 {
    padding-inline: 56px;
}

.\!k-px-14 {
    padding-inline: 56px !important;
}

.k-px-15 {
    padding-inline: 60px;
}

.\!k-px-15 {
    padding-inline: 60px !important;
}

.k-px-16 {
    padding-inline: 64px;
}

.\!k-px-16 {
    padding-inline: 64px !important;
}

.k-px-17 {
    padding-inline: 68px;
}

.\!k-px-17 {
    padding-inline: 68px !important;
}

.k-px-18 {
    padding-inline: 72px;
}

.\!k-px-18 {
    padding-inline: 72px !important;
}

.k-px-19 {
    padding-inline: 76px;
}

.\!k-px-19 {
    padding-inline: 76px !important;
}

.k-px-20 {
    padding-inline: 80px;
}

.\!k-px-20 {
    padding-inline: 80px !important;
}

.k-px-21 {
    padding-inline: 84px;
}

.\!k-px-21 {
    padding-inline: 84px !important;
}

.k-px-22 {
    padding-inline: 88px;
}

.\!k-px-22 {
    padding-inline: 88px !important;
}

.k-px-23 {
    padding-inline: 92px;
}

.\!k-px-23 {
    padding-inline: 92px !important;
}

.k-px-24 {
    padding-inline: 96px;
}

.\!k-px-24 {
    padding-inline: 96px !important;
}

.k-px-xs {
    padding-inline: 4px;
}

.\!k-px-xs {
    padding-inline: 4px !important;
}

.k-px-sm {
    padding-inline: 8px;
}

.\!k-px-sm {
    padding-inline: 8px !important;
}

.k-px-md {
    padding-inline: 12px;
}

.\!k-px-md {
    padding-inline: 12px !important;
}

.k-px-lg {
    padding-inline: 16px;
}

.\!k-px-lg {
    padding-inline: 16px !important;
}

.k-px-xl {
    padding-inline: 24px;
}

.\!k-px-xl {
    padding-inline: 24px !important;
}

.k-px-thin {
    padding-inline: 2px;
}

.\!k-px-thin {
    padding-inline: 2px !important;
}

.k-px-hair {
    padding-inline: 1px;
}

.\!k-px-hair {
    padding-inline: 1px !important;
}

.k-py-0 {
    padding-block: 0;
}

.\!k-py-0 {
    padding-block: 0 !important;
}

.k-py-1px {
    padding-block: 1px;
}

.\!k-py-1px {
    padding-block: 1px !important;
}

.k-py-0\.5 {
    padding-block: 2px;
}

.\!k-py-0\.5 {
    padding-block: 2px !important;
}

.k-py-1 {
    padding-block: 4px;
}

.\!k-py-1 {
    padding-block: 4px !important;
}

.k-py-1\.5 {
    padding-block: 6px;
}

.\!k-py-1\.5 {
    padding-block: 6px !important;
}

.k-py-2 {
    padding-block: 8px;
}

.\!k-py-2 {
    padding-block: 8px !important;
}

.k-py-2\.5 {
    padding-block: 10px;
}

.\!k-py-2\.5 {
    padding-block: 10px !important;
}

.k-py-3 {
    padding-block: 12px;
}

.\!k-py-3 {
    padding-block: 12px !important;
}

.k-py-3\.5 {
    padding-block: 14px;
}

.\!k-py-3\.5 {
    padding-block: 14px !important;
}

.k-py-4 {
    padding-block: 16px;
}

.\!k-py-4 {
    padding-block: 16px !important;
}

.k-py-4\.5 {
    padding-block: 18px;
}

.\!k-py-4\.5 {
    padding-block: 18px !important;
}

.k-py-5 {
    padding-block: 20px;
}

.\!k-py-5 {
    padding-block: 20px !important;
}

.k-py-5\.5 {
    padding-block: 22px;
}

.\!k-py-5\.5 {
    padding-block: 22px !important;
}

.k-py-6 {
    padding-block: 24px;
}

.\!k-py-6 {
    padding-block: 24px !important;
}

.k-py-6\.5 {
    padding-block: 26px;
}

.\!k-py-6\.5 {
    padding-block: 26px !important;
}

.k-py-7 {
    padding-block: 28px;
}

.\!k-py-7 {
    padding-block: 28px !important;
}

.k-py-7\.5 {
    padding-block: 30px;
}

.\!k-py-7\.5 {
    padding-block: 30px !important;
}

.k-py-8 {
    padding-block: 32px;
}

.\!k-py-8 {
    padding-block: 32px !important;
}

.k-py-9 {
    padding-block: 36px;
}

.\!k-py-9 {
    padding-block: 36px !important;
}

.k-py-10 {
    padding-block: 40px;
}

.\!k-py-10 {
    padding-block: 40px !important;
}

.k-py-11 {
    padding-block: 44px;
}

.\!k-py-11 {
    padding-block: 44px !important;
}

.k-py-12 {
    padding-block: 48px;
}

.\!k-py-12 {
    padding-block: 48px !important;
}

.k-py-13 {
    padding-block: 52px;
}

.\!k-py-13 {
    padding-block: 52px !important;
}

.k-py-14 {
    padding-block: 56px;
}

.\!k-py-14 {
    padding-block: 56px !important;
}

.k-py-15 {
    padding-block: 60px;
}

.\!k-py-15 {
    padding-block: 60px !important;
}

.k-py-16 {
    padding-block: 64px;
}

.\!k-py-16 {
    padding-block: 64px !important;
}

.k-py-17 {
    padding-block: 68px;
}

.\!k-py-17 {
    padding-block: 68px !important;
}

.k-py-18 {
    padding-block: 72px;
}

.\!k-py-18 {
    padding-block: 72px !important;
}

.k-py-19 {
    padding-block: 76px;
}

.\!k-py-19 {
    padding-block: 76px !important;
}

.k-py-20 {
    padding-block: 80px;
}

.\!k-py-20 {
    padding-block: 80px !important;
}

.k-py-21 {
    padding-block: 84px;
}

.\!k-py-21 {
    padding-block: 84px !important;
}

.k-py-22 {
    padding-block: 88px;
}

.\!k-py-22 {
    padding-block: 88px !important;
}

.k-py-23 {
    padding-block: 92px;
}

.\!k-py-23 {
    padding-block: 92px !important;
}

.k-py-24 {
    padding-block: 96px;
}

.\!k-py-24 {
    padding-block: 96px !important;
}

.k-py-xs {
    padding-block: 4px;
}

.\!k-py-xs {
    padding-block: 4px !important;
}

.k-py-sm {
    padding-block: 8px;
}

.\!k-py-sm {
    padding-block: 8px !important;
}

.k-py-md {
    padding-block: 12px;
}

.\!k-py-md {
    padding-block: 12px !important;
}

.k-py-lg {
    padding-block: 16px;
}

.\!k-py-lg {
    padding-block: 16px !important;
}

.k-py-xl {
    padding-block: 24px;
}

.\!k-py-xl {
    padding-block: 24px !important;
}

.k-py-thin {
    padding-block: 2px;
}

.\!k-py-thin {
    padding-block: 2px !important;
}

.k-py-hair {
    padding-block: 1px;
}

.\!k-py-hair {
    padding-block: 1px !important;
}

.k-h-0 {
    height: 0;
}

.\!k-h-0 {
    height: 0 !important;
}

.k-h-1px {
    height: 1px;
}

.\!k-h-1px {
    height: 1px !important;
}

.k-h-0\.5 {
    height: 2px;
}

.\!k-h-0\.5 {
    height: 2px !important;
}

.k-h-1 {
    height: 4px;
}

.\!k-h-1 {
    height: 4px !important;
}

.k-h-1\.5 {
    height: 6px;
}

.\!k-h-1\.5 {
    height: 6px !important;
}

.k-h-2 {
    height: 8px;
}

.\!k-h-2 {
    height: 8px !important;
}

.k-h-2\.5 {
    height: 10px;
}

.\!k-h-2\.5 {
    height: 10px !important;
}

.k-h-3 {
    height: 12px;
}

.\!k-h-3 {
    height: 12px !important;
}

.k-h-3\.5 {
    height: 14px;
}

.\!k-h-3\.5 {
    height: 14px !important;
}

.k-h-4 {
    height: 16px;
}

.\!k-h-4 {
    height: 16px !important;
}

.k-h-4\.5 {
    height: 18px;
}

.\!k-h-4\.5 {
    height: 18px !important;
}

.k-h-5 {
    height: 20px;
}

.\!k-h-5 {
    height: 20px !important;
}

.k-h-5\.5 {
    height: 22px;
}

.\!k-h-5\.5 {
    height: 22px !important;
}

.k-h-6 {
    height: 24px;
}

.\!k-h-6 {
    height: 24px !important;
}

.k-h-6\.5 {
    height: 26px;
}

.\!k-h-6\.5 {
    height: 26px !important;
}

.k-h-7 {
    height: 28px;
}

.\!k-h-7 {
    height: 28px !important;
}

.k-h-7\.5 {
    height: 30px;
}

.\!k-h-7\.5 {
    height: 30px !important;
}

.k-h-8 {
    height: 32px;
}

.\!k-h-8 {
    height: 32px !important;
}

.k-h-9 {
    height: 36px;
}

.\!k-h-9 {
    height: 36px !important;
}

.k-h-10 {
    height: 40px;
}

.\!k-h-10 {
    height: 40px !important;
}

.k-h-11 {
    height: 44px;
}

.\!k-h-11 {
    height: 44px !important;
}

.k-h-12 {
    height: 48px;
}

.\!k-h-12 {
    height: 48px !important;
}

.k-h-13 {
    height: 52px;
}

.\!k-h-13 {
    height: 52px !important;
}

.k-h-14 {
    height: 56px;
}

.\!k-h-14 {
    height: 56px !important;
}

.k-h-15 {
    height: 60px;
}

.\!k-h-15 {
    height: 60px !important;
}

.k-h-16 {
    height: 64px;
}

.\!k-h-16 {
    height: 64px !important;
}

.k-h-17 {
    height: 68px;
}

.\!k-h-17 {
    height: 68px !important;
}

.k-h-18 {
    height: 72px;
}

.\!k-h-18 {
    height: 72px !important;
}

.k-h-19 {
    height: 76px;
}

.\!k-h-19 {
    height: 76px !important;
}

.k-h-20 {
    height: 80px;
}

.\!k-h-20 {
    height: 80px !important;
}

.k-h-21 {
    height: 84px;
}

.\!k-h-21 {
    height: 84px !important;
}

.k-h-22 {
    height: 88px;
}

.\!k-h-22 {
    height: 88px !important;
}

.k-h-23 {
    height: 92px;
}

.\!k-h-23 {
    height: 92px !important;
}

.k-h-24 {
    height: 96px;
}

.\!k-h-24 {
    height: 96px !important;
}

.k-h-auto {
    height: auto;
}

.\!k-h-auto {
    height: auto !important;
}

.k-h-1\/2 {
    height: 50%;
}

.\!k-h-1\/2 {
    height: 50% !important;
}

.k-h-1\/3 {
    height: 33.333333%;
}

.\!k-h-1\/3 {
    height: 33.333333% !important;
}

.k-h-2\/3 {
    height: 66.666667%;
}

.\!k-h-2\/3 {
    height: 66.666667% !important;
}

.k-h-1\/4 {
    height: 25%;
}

.\!k-h-1\/4 {
    height: 25% !important;
}

.k-h-2\/4 {
    height: 50%;
}

.\!k-h-2\/4 {
    height: 50% !important;
}

.k-h-3\/4 {
    height: 75%;
}

.\!k-h-3\/4 {
    height: 75% !important;
}

.k-h-1\/5 {
    height: 20%;
}

.\!k-h-1\/5 {
    height: 20% !important;
}

.k-h-2\/5 {
    height: 40%;
}

.\!k-h-2\/5 {
    height: 40% !important;
}

.k-h-3\/5 {
    height: 60%;
}

.\!k-h-3\/5 {
    height: 60% !important;
}

.k-h-4\/5 {
    height: 80%;
}

.\!k-h-4\/5 {
    height: 80% !important;
}

.k-h-1\/6 {
    height: 16.666667%;
}

.\!k-h-1\/6 {
    height: 16.666667% !important;
}

.k-h-2\/6 {
    height: 33.333333%;
}

.\!k-h-2\/6 {
    height: 33.333333% !important;
}

.k-h-3\/6 {
    height: 50%;
}

.\!k-h-3\/6 {
    height: 50% !important;
}

.k-h-4\/6 {
    height: 66.666667%;
}

.\!k-h-4\/6 {
    height: 66.666667% !important;
}

.k-h-5\/6 {
    height: 83.333333%;
}

.\!k-h-5\/6 {
    height: 83.333333% !important;
}

.k-h-1\/12 {
    height: 8.333333%;
}

.\!k-h-1\/12 {
    height: 8.333333% !important;
}

.k-h-2\/12 {
    height: 16.666667%;
}

.\!k-h-2\/12 {
    height: 16.666667% !important;
}

.k-h-3\/12 {
    height: 25%;
}

.\!k-h-3\/12 {
    height: 25% !important;
}

.k-h-4\/12 {
    height: 33.333333%;
}

.\!k-h-4\/12 {
    height: 33.333333% !important;
}

.k-h-5\/12 {
    height: 41.666667%;
}

.\!k-h-5\/12 {
    height: 41.666667% !important;
}

.k-h-6\/12 {
    height: 50%;
}

.\!k-h-6\/12 {
    height: 50% !important;
}

.k-h-7\/12 {
    height: 58.333333%;
}

.\!k-h-7\/12 {
    height: 58.333333% !important;
}

.k-h-8\/12 {
    height: 66.666667%;
}

.\!k-h-8\/12 {
    height: 66.666667% !important;
}

.k-h-9\/12 {
    height: 75%;
}

.\!k-h-9\/12 {
    height: 75% !important;
}

.k-h-10\/12 {
    height: 83.333333%;
}

.\!k-h-10\/12 {
    height: 83.333333% !important;
}

.k-h-11\/12 {
    height: 91.666667%;
}

.\!k-h-11\/12 {
    height: 91.666667% !important;
}

.k-h-full {
    height: 100%;
}

.\!k-h-full {
    height: 100% !important;
}

.k-h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}

.\!k-h-min {
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
}

.k-h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.\!k-h-max {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
}

.k-h-fit {
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
}

.\!k-h-fit {
    height: -moz-fit-content !important;
    height: -webkit-fit-content !important;
    height: fit-content !important;
}

.k-h-screen {
    height: 100vh;
}

.\!k-h-screen {
    height: 100vh !important;
}

.k-min-h-0 {
    min-height: 0;
}

.\!k-min-h-0 {
    min-height: 0 !important;
}

.k-min-h-full {
    min-height: 100%;
}

.\!k-min-h-full {
    min-height: 100% !important;
}

.k-min-h-screen {
    min-height: 100vh;
}

.\!k-min-h-screen {
    min-height: 100vh !important;
}

.k-min-h-min {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
}

.\!k-min-h-min {
    min-height: -webkit-min-content !important;
    min-height: -moz-min-content !important;
    min-height: min-content !important;
}

.k-min-h-max {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
}

.\!k-min-h-max {
    min-height: -webkit-max-content !important;
    min-height: -moz-max-content !important;
    min-height: max-content !important;
}

.k-min-h-fit {
    min-height: -moz-fit-content;
    min-height: -webkit-fit-content;
    min-height: fit-content;
}

.\!k-min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: -webkit-fit-content !important;
    min-height: fit-content !important;
}

.k-max-h-none {
    max-height: none;
}

.\!k-max-h-none {
    max-height: none !important;
}

.k-max-h-0 {
    max-height: 0;
}

.\!k-max-h-0 {
    max-height: 0 !important;
}

.k-max-h-full {
    max-height: 100%;
}

.\!k-max-h-full {
    max-height: 100% !important;
}

.k-max-h-screen {
    max-height: 100vh;
}

.\!k-max-h-screen {
    max-height: 100vh !important;
}

.k-max-h-min {
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
}

.\!k-max-h-min {
    max-height: -webkit-min-content !important;
    max-height: -moz-min-content !important;
    max-height: min-content !important;
}

.k-max-h-max {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

.\!k-max-h-max {
    max-height: -webkit-max-content !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important;
}

.k-max-h-fit {
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
}

.\!k-max-h-fit {
    max-height: -moz-fit-content !important;
    max-height: -webkit-fit-content !important;
    max-height: fit-content !important;
}

.k-w-0 {
    width: 0;
}

.\!k-w-0 {
    width: 0 !important;
}

.k-w-1px {
    width: 1px;
}

.\!k-w-1px {
    width: 1px !important;
}

.k-w-0\.5 {
    width: 2px;
}

.\!k-w-0\.5 {
    width: 2px !important;
}

.k-w-1 {
    width: 4px;
}

.\!k-w-1 {
    width: 4px !important;
}

.k-w-1\.5 {
    width: 6px;
}

.\!k-w-1\.5 {
    width: 6px !important;
}

.k-w-2 {
    width: 8px;
}

.\!k-w-2 {
    width: 8px !important;
}

.k-w-2\.5 {
    width: 10px;
}

.\!k-w-2\.5 {
    width: 10px !important;
}

.k-w-3 {
    width: 12px;
}

.\!k-w-3 {
    width: 12px !important;
}

.k-w-3\.5 {
    width: 14px;
}

.\!k-w-3\.5 {
    width: 14px !important;
}

.k-w-4 {
    width: 16px;
}

.\!k-w-4 {
    width: 16px !important;
}

.k-w-4\.5 {
    width: 18px;
}

.\!k-w-4\.5 {
    width: 18px !important;
}

.k-w-5 {
    width: 20px;
}

.\!k-w-5 {
    width: 20px !important;
}

.k-w-5\.5 {
    width: 22px;
}

.\!k-w-5\.5 {
    width: 22px !important;
}

.k-w-6 {
    width: 24px;
}

.\!k-w-6 {
    width: 24px !important;
}

.k-w-6\.5 {
    width: 26px;
}

.\!k-w-6\.5 {
    width: 26px !important;
}

.k-w-7 {
    width: 28px;
}

.\!k-w-7 {
    width: 28px !important;
}

.k-w-7\.5 {
    width: 30px;
}

.\!k-w-7\.5 {
    width: 30px !important;
}

.k-w-8 {
    width: 32px;
}

.\!k-w-8 {
    width: 32px !important;
}

.k-w-9 {
    width: 36px;
}

.\!k-w-9 {
    width: 36px !important;
}

.k-w-10 {
    width: 40px;
}

.\!k-w-10 {
    width: 40px !important;
}

.k-w-11 {
    width: 44px;
}

.\!k-w-11 {
    width: 44px !important;
}

.k-w-12 {
    width: 48px;
}

.\!k-w-12 {
    width: 48px !important;
}

.k-w-13 {
    width: 52px;
}

.\!k-w-13 {
    width: 52px !important;
}

.k-w-14 {
    width: 56px;
}

.\!k-w-14 {
    width: 56px !important;
}

.k-w-15 {
    width: 60px;
}

.\!k-w-15 {
    width: 60px !important;
}

.k-w-16 {
    width: 64px;
}

.\!k-w-16 {
    width: 64px !important;
}

.k-w-17 {
    width: 68px;
}

.\!k-w-17 {
    width: 68px !important;
}

.k-w-18 {
    width: 72px;
}

.\!k-w-18 {
    width: 72px !important;
}

.k-w-19 {
    width: 76px;
}

.\!k-w-19 {
    width: 76px !important;
}

.k-w-20 {
    width: 80px;
}

.\!k-w-20 {
    width: 80px !important;
}

.k-w-21 {
    width: 84px;
}

.\!k-w-21 {
    width: 84px !important;
}

.k-w-22 {
    width: 88px;
}

.\!k-w-22 {
    width: 88px !important;
}

.k-w-23 {
    width: 92px;
}

.\!k-w-23 {
    width: 92px !important;
}

.k-w-24 {
    width: 96px;
}

.\!k-w-24 {
    width: 96px !important;
}

.k-w-auto {
    width: auto;
}

.\!k-w-auto {
    width: auto !important;
}

.k-w-1\/2 {
    width: 50%;
}

.\!k-w-1\/2 {
    width: 50% !important;
}

.k-w-1\/3 {
    width: 33.333333%;
}

.\!k-w-1\/3 {
    width: 33.333333% !important;
}

.k-w-2\/3 {
    width: 66.666667%;
}

.\!k-w-2\/3 {
    width: 66.666667% !important;
}

.k-w-1\/4 {
    width: 25%;
}

.\!k-w-1\/4 {
    width: 25% !important;
}

.k-w-2\/4 {
    width: 50%;
}

.\!k-w-2\/4 {
    width: 50% !important;
}

.k-w-3\/4 {
    width: 75%;
}

.\!k-w-3\/4 {
    width: 75% !important;
}

.k-w-1\/5 {
    width: 20%;
}

.\!k-w-1\/5 {
    width: 20% !important;
}

.k-w-2\/5 {
    width: 40%;
}

.\!k-w-2\/5 {
    width: 40% !important;
}

.k-w-3\/5 {
    width: 60%;
}

.\!k-w-3\/5 {
    width: 60% !important;
}

.k-w-4\/5 {
    width: 80%;
}

.\!k-w-4\/5 {
    width: 80% !important;
}

.k-w-1\/6 {
    width: 16.666667%;
}

.\!k-w-1\/6 {
    width: 16.666667% !important;
}

.k-w-2\/6 {
    width: 33.333333%;
}

.\!k-w-2\/6 {
    width: 33.333333% !important;
}

.k-w-3\/6 {
    width: 50%;
}

.\!k-w-3\/6 {
    width: 50% !important;
}

.k-w-4\/6 {
    width: 66.666667%;
}

.\!k-w-4\/6 {
    width: 66.666667% !important;
}

.k-w-5\/6 {
    width: 83.333333%;
}

.\!k-w-5\/6 {
    width: 83.333333% !important;
}

.k-w-1\/12 {
    width: 8.333333%;
}

.\!k-w-1\/12 {
    width: 8.333333% !important;
}

.k-w-2\/12 {
    width: 16.666667%;
}

.\!k-w-2\/12 {
    width: 16.666667% !important;
}

.k-w-3\/12 {
    width: 25%;
}

.\!k-w-3\/12 {
    width: 25% !important;
}

.k-w-4\/12 {
    width: 33.333333%;
}

.\!k-w-4\/12 {
    width: 33.333333% !important;
}

.k-w-5\/12 {
    width: 41.666667%;
}

.\!k-w-5\/12 {
    width: 41.666667% !important;
}

.k-w-6\/12 {
    width: 50%;
}

.\!k-w-6\/12 {
    width: 50% !important;
}

.k-w-7\/12 {
    width: 58.333333%;
}

.\!k-w-7\/12 {
    width: 58.333333% !important;
}

.k-w-8\/12 {
    width: 66.666667%;
}

.\!k-w-8\/12 {
    width: 66.666667% !important;
}

.k-w-9\/12 {
    width: 75%;
}

.\!k-w-9\/12 {
    width: 75% !important;
}

.k-w-10\/12 {
    width: 83.333333%;
}

.\!k-w-10\/12 {
    width: 83.333333% !important;
}

.k-w-11\/12 {
    width: 91.666667%;
}

.\!k-w-11\/12 {
    width: 91.666667% !important;
}

.k-w-full {
    width: 100%;
}

.\!k-w-full {
    width: 100% !important;
}

.k-w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.\!k-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
}

.k-w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.\!k-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}

.k-w-fit {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.\!k-w-fit {
    width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
    width: fit-content !important;
}

.k-w-screen {
    width: 100vw;
}

.\!k-w-screen {
    width: 100vw !important;
}

.k-min-w-0 {
    min-width: 0;
}

.\!k-min-w-0 {
    min-width: 0 !important;
}

.k-min-w-full {
    min-width: 100%;
}

.\!k-min-w-full {
    min-width: 100% !important;
}

.k-min-w-screen {
    min-width: 100vw;
}

.\!k-min-w-screen {
    min-width: 100vw !important;
}

.k-min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
}

.\!k-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
}

.k-min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.\!k-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
}

.k-min-w-fit {
    min-width: -moz-fit-content;
    min-width: -webkit-fit-content;
    min-width: fit-content;
}

.\!k-min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: -webkit-fit-content !important;
    min-width: fit-content !important;
}

.k-max-w-none {
    max-width: none;
}

.\!k-max-w-none {
    max-width: none !important;
}

.k-max-w-0 {
    max-width: 0;
}

.\!k-max-w-0 {
    max-width: 0 !important;
}

.k-max-w-full {
    max-width: 100%;
}

.\!k-max-w-full {
    max-width: 100% !important;
}

.k-max-w-screen {
    max-width: 100vw;
}

.\!k-max-w-screen {
    max-width: 100vw !important;
}

.k-max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
}

.\!k-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
}

.k-max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.\!k-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
}

.k-max-w-fit {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
}

.\!k-max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: -webkit-fit-content !important;
    max-width: fit-content !important;
}

.k-font-size-xs {
    font-size: 10px;
}

.\!k-font-size-xs {
    font-size: 10px !important;
}

.k-font-size-sm {
    font-size: 12px;
}

.\!k-font-size-sm {
    font-size: 12px !important;
}

.k-font-size-md {
    font-size: 14px;
}

.\!k-font-size-md {
    font-size: 14px !important;
}

.k-font-size-lg {
    font-size: 16px;
}

.\!k-font-size-lg {
    font-size: 16px !important;
}

.k-font-size-xl {
    font-size: 20px;
}

.\!k-font-size-xl {
    font-size: 20px !important;
}

.k-fs-xs {
    font-size: 10px;
}

.\!k-fs-xs {
    font-size: 10px !important;
}

.k-fs-sm {
    font-size: 12px;
}

.\!k-fs-sm {
    font-size: 12px !important;
}

.k-fs-md {
    font-size: 14px;
}

.\!k-fs-md {
    font-size: 14px !important;
}

.k-fs-lg {
    font-size: 16px;
}

.\!k-fs-lg {
    font-size: 16px !important;
}

.k-fs-xl {
    font-size: 20px;
}

.\!k-fs-xl {
    font-size: 20px !important;
}

.k-font-italic {
    font-style: italic;
}

.\!k-font-italic {
    font-style: italic !important;
}

.k-font-non-italic {
    font-style: normal;
}

.\!k-font-non-italic {
    font-style: normal !important;
}

.k-font-thin {
    font-weight: 100;
}

.\!k-font-thin {
    font-weight: 100 !important;
}

.k-font-extralight {
    font-weight: 200;
}

.\!k-font-extralight {
    font-weight: 200 !important;
}

.k-font-light {
    font-weight: 300;
}

.\!k-font-light {
    font-weight: 300 !important;
}

.k-font-normal {
    font-weight: 400;
}

.\!k-font-normal {
    font-weight: 400 !important;
}

.k-font-medium {
    font-weight: 500;
}

.\!k-font-medium {
    font-weight: 500 !important;
}

.k-font-semibold {
    font-weight: 600;
}

.\!k-font-semibold {
    font-weight: 600 !important;
}

.k-font-bold {
    font-weight: 700;
}

.\!k-font-bold {
    font-weight: 700 !important;
}

.k-font-extrabold {
    font-weight: 800;
}

.\!k-font-extrabold {
    font-weight: 800 !important;
}

.k-font-black {
    font-weight: 900;
}

.\!k-font-black {
    font-weight: 900 !important;
}

.k-font-weight-thin {
    font-weight: 100;
}

.\!k-font-weight-thin {
    font-weight: 100 !important;
}

.k-font-weight-extralight {
    font-weight: 200;
}

.\!k-font-weight-extralight {
    font-weight: 200 !important;
}

.k-font-weight-light {
    font-weight: 300;
}

.\!k-font-weight-light {
    font-weight: 300 !important;
}

.k-font-weight-normal {
    font-weight: 400;
}

.\!k-font-weight-normal {
    font-weight: 400 !important;
}

.k-font-weight-medium {
    font-weight: 500;
}

.\!k-font-weight-medium {
    font-weight: 500 !important;
}

.k-font-weight-semibold {
    font-weight: 600;
}

.\!k-font-weight-semibold {
    font-weight: 600 !important;
}

.k-font-weight-bold {
    font-weight: 700;
}

.\!k-font-weight-bold {
    font-weight: 700 !important;
}

.k-font-weight-extrabold {
    font-weight: 800;
}

.\!k-font-weight-extrabold {
    font-weight: 800 !important;
}

.k-font-weight-black {
    font-weight: 900;
}

.\!k-font-weight-black {
    font-weight: 900 !important;
}

.k-list-none {
    list-style-type: none;
}

.\!k-list-none {
    list-style-type: none !important;
}

.k-list-disc {
    list-style-type: disc;
}

.\!k-list-disc {
    list-style-type: disc !important;
}

.k-list-decimal {
    list-style-type: decimal;
}

.\!k-list-decimal {
    list-style-type: decimal !important;
}

.k-text-left {
    text-align: left;
}

.\!k-text-left {
    text-align: left !important;
}

.k-text-right {
    text-align: right;
}

.\!k-text-right {
    text-align: right !important;
}

.k-text-center {
    text-align: center;
}

.\!k-text-center {
    text-align: center !important;
}

.k-text-justify {
    text-align: justify;
}

.\!k-text-justify {
    text-align: justify !important;
}

.k-text-start {
    text-align: start;
}

.\!k-text-start {
    text-align: start !important;
}

.k-text-end {
    text-align: end;
}

.\!k-text-end {
    text-align: end !important;
}

.k-text-primary {
    color: #ff6358;
}

.\!k-text-primary {
    color: #ff6358 !important;
}

.k-text-secondary {
    color: #666666;
}

.\!k-text-secondary {
    color: #666666 !important;
}

.k-text-tertiary {
    color: #03a9f4;
}

.\!k-text-tertiary {
    color: #03a9f4 !important;
}

.k-text-info {
    color: #0058e9;
}

.\!k-text-info {
    color: #0058e9 !important;
}

.k-text-success {
    color: #37b400;
}

.\!k-text-success {
    color: #37b400 !important;
}

.k-text-warning {
    color: #ffc000;
}

.\!k-text-warning {
    color: #ffc000 !important;
}

.k-text-error {
    color: #f31700;
}

.\!k-text-error {
    color: #f31700 !important;
}

.k-text-dark {
    color: #424242;
}

.\!k-text-dark {
    color: #424242 !important;
}

.k-text-light {
    color: #ebebeb;
}

.\!k-text-light {
    color: #ebebeb !important;
}

.k-text-inverse {
    color: #424242;
}

.\!k-text-inverse {
    color: #424242 !important;
}

.k-text-inherit {
    color: inherit;
}

.\!k-text-inherit {
    color: inherit !important;
}

.k-text-current {
    color: currentColor;
}

.\!k-text-current {
    color: currentColor !important;
}

.k-text-transparent {
    color: transparent;
}

.\!k-text-transparent {
    color: transparent !important;
}

.k-text-black {
    color: black;
}

.\!k-text-black {
    color: black !important;
}

.k-text-white {
    color: white;
}

.\!k-text-white {
    color: white !important;
}

.k-color-primary {
    color: #ff6358;
}

.\!k-color-primary {
    color: #ff6358 !important;
}

.k-color-secondary {
    color: #666666;
}

.\!k-color-secondary {
    color: #666666 !important;
}

.k-color-tertiary {
    color: #03a9f4;
}

.\!k-color-tertiary {
    color: #03a9f4 !important;
}

.k-color-info {
    color: #0058e9;
}

.\!k-color-info {
    color: #0058e9 !important;
}

.k-color-success {
    color: #37b400;
}

.\!k-color-success {
    color: #37b400 !important;
}

.k-color-warning {
    color: #ffc000;
}

.\!k-color-warning {
    color: #ffc000 !important;
}

.k-color-error {
    color: #f31700;
}

.\!k-color-error {
    color: #f31700 !important;
}

.k-color-dark {
    color: #424242;
}

.\!k-color-dark {
    color: #424242 !important;
}

.k-color-light {
    color: #ebebeb;
}

.\!k-color-light {
    color: #ebebeb !important;
}

.k-color-inverse {
    color: #424242;
}

.\!k-color-inverse {
    color: #424242 !important;
}

.k-color-inherit {
    color: inherit;
}

.\!k-color-inherit {
    color: inherit !important;
}

.k-color-current {
    color: currentColor;
}

.\!k-color-current {
    color: currentColor !important;
}

.k-color-transparent {
    color: transparent;
}

.\!k-color-transparent {
    color: transparent !important;
}

.k-color-black {
    color: black;
}

.\!k-color-black {
    color: black !important;
}

.k-color-white {
    color: white;
}

.\!k-color-white {
    color: white !important;
}

.k-text-underline {
    text-decoration: underline;
}

.\!k-text-underline {
    text-decoration: underline !important;
}

.k-text-overline {
    text-decoration: overline;
}

.\!k-text-overline {
    text-decoration: overline !important;
}

.k-text-line-through {
    text-decoration: line-through;
}

.\!k-text-line-through {
    text-decoration: line-through !important;
}

.k-text-no-underline {
    text-decoration: none;
}

.\!k-text-no-underline {
    text-decoration: none !important;
}

.k-text-clip {
    text-overflow: clip;
}

.\!k-text-clip {
    text-overflow: clip !important;
}

.k-text-ellipsis {
    text-overflow: ellipsis;
}

.\!k-text-ellipsis {
    text-overflow: ellipsis !important;
}

.k-text-truncate, .k-text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.\!k-text-truncate, .\!k-text-ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.k-text-uppercase {
    text-transform: uppercase;
}

.\!k-text-uppercase {
    text-transform: uppercase !important;
}

.k-text-lowercase {
    text-transform: lowercase;
}

.\!k-text-lowercase {
    text-transform: lowercase !important;
}

.k-text-capitalize {
    text-transform: capitalize;
}

.\!k-text-capitalize {
    text-transform: capitalize !important;
}

.k-text-normal-case {
    text-transform: none;
}

.\!k-text-normal-case {
    text-transform: none !important;
}

.k-align-baseline {
    vertical-align: baseline;
}

.\!k-align-baseline {
    vertical-align: baseline !important;
}

.k-align-top {
    vertical-align: top;
}

.\!k-align-top {
    vertical-align: top !important;
}

.k-align-middle {
    vertical-align: middle;
}

.\!k-align-middle {
    vertical-align: middle !important;
}

.k-align-bottom {
    vertical-align: bottom;
}

.\!k-align-bottom {
    vertical-align: bottom !important;
}

.k-align-text-top {
    vertical-align: text-top;
}

.\!k-align-text-top {
    vertical-align: text-top !important;
}

.k-align-text-bottom {
    vertical-align: text-bottom;
}

.\!k-align-text-bottom {
    vertical-align: text-bottom !important;
}

.k-align-sub {
    vertical-align: sub;
}

.\!k-align-sub {
    vertical-align: sub !important;
}

.k-align-super {
    vertical-align: super;
}

.\!k-align-super {
    vertical-align: super !important;
}

.k-white-space-normal {
    white-space: normal;
}

.\!k-white-space-normal {
    white-space: normal !important;
}

.k-white-space-nowrap, .k-text-nowrap {
    white-space: nowrap;
}

.\!k-white-space-nowrap {
    white-space: nowrap !important;
}

.k-white-space-pre {
    white-space: pre;
}

.\!k-white-space-pre {
    white-space: pre !important;
}

.k-white-space-pre-line {
    white-space: pre-line;
}

.\!k-white-space-pre-line {
    white-space: pre-line !important;
}

.k-white-space-pre-wrap {
    white-space: pre-wrap;
}

.\!k-white-space-pre-wrap {
    white-space: pre-wrap !important;
}

.k-white-space-break-spaces {
    white-space: break-spaces;
}

.\!k-white-space-break-spaces {
    white-space: break-spaces !important;
}

.k-whitespace-normal {
    white-space: normal;
}

.\!k-whitespace-normal {
    white-space: normal !important;
}

.k-whitespace-nowrap {
    white-space: nowrap;
}

.\!k-whitespace-nowrap {
    white-space: nowrap !important;
}

.k-whitespace-pre {
    white-space: pre;
}

.\!k-whitespace-pre {
    white-space: pre !important;
}

.k-whitespace-pre-line {
    white-space: pre-line;
}

.\!k-whitespace-pre-line {
    white-space: pre-line !important;
}

.k-whitespace-pre-wrap {
    white-space: pre-wrap;
}

.\!k-whitespace-pre-wrap {
    white-space: pre-wrap !important;
}

.k-whitespace-break-spaces {
    white-space: break-spaces;
}

.\!k-whitespace-break-spaces {
    white-space: break-spaces !important;
}

.k-bg-clip-border {
    background-clip: border-box;
}

.\!k-bg-clip-border {
    background-clip: border-box !important;
}

.k-bg-clip-padding {
    background-clip: padding-box;
}

.\!k-bg-clip-padding {
    background-clip: padding-box !important;
}

.k-bg-clip-content {
    background-clip: content-box;
}

.\!k-bg-clip-content {
    background-clip: content-box !important;
}

.k-bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
}

.\!k-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
}

.k-bg-primary {
    background-color: #ff6358;
}

.\!k-bg-primary {
    background-color: #ff6358 !important;
}

.k-bg-secondary {
    background-color: #666666;
}

.\!k-bg-secondary {
    background-color: #666666 !important;
}

.k-bg-tertiary {
    background-color: #03a9f4;
}

.\!k-bg-tertiary {
    background-color: #03a9f4 !important;
}

.k-bg-info {
    background-color: #0058e9;
}

.\!k-bg-info {
    background-color: #0058e9 !important;
}

.k-bg-success {
    background-color: #37b400;
}

.\!k-bg-success {
    background-color: #37b400 !important;
}

.k-bg-warning {
    background-color: #ffc000;
}

.\!k-bg-warning {
    background-color: #ffc000 !important;
}

.k-bg-error {
    background-color: #f31700;
}

.\!k-bg-error {
    background-color: #f31700 !important;
}

.k-bg-dark {
    background-color: #424242;
}

.\!k-bg-dark {
    background-color: #424242 !important;
}

.k-bg-light {
    background-color: #ebebeb;
}

.\!k-bg-light {
    background-color: #ebebeb !important;
}

.k-bg-inverse {
    background-color: #424242;
}

.\!k-bg-inverse {
    background-color: #424242 !important;
}

.k-bg-inherit {
    background-color: inherit;
}

.\!k-bg-inherit {
    background-color: inherit !important;
}

.k-bg-transparent {
    background-color: transparent;
}

.\!k-bg-transparent {
    background-color: transparent !important;
}

.k-bg-black {
    background-color: black;
}

.\!k-bg-black {
    background-color: black !important;
}

.k-bg-white {
    background-color: white;
}

.\!k-bg-white {
    background-color: white !important;
}

.k-bg-center {
    background-position: center;
}

.\!k-bg-center {
    background-position: center !important;
}

.k-bg-top {
    background-position: top;
}

.\!k-bg-top {
    background-position: top !important;
}

.k-bg-right {
    background-position: right;
}

.\!k-bg-right {
    background-position: right !important;
}

.k-bg-bottom {
    background-position: bottom;
}

.\!k-bg-bottom {
    background-position: bottom !important;
}

.k-bg-left {
    background-position: left;
}

.\!k-bg-left {
    background-position: left !important;
}

.k-bg-top-left {
    background-position: top left;
}

.\!k-bg-top-left {
    background-position: top left !important;
}

.k-bg-top-right {
    background-position: top right;
}

.\!k-bg-top-right {
    background-position: top right !important;
}

.k-bg-bottom-left {
    background-position: bottom left;
}

.\!k-bg-bottom-left {
    background-position: bottom left !important;
}

.k-bg-bottom-right {
    background-position: bottom right;
}

.\!k-bg-bottom-right {
    background-position: bottom right !important;
}

.k-bg-auto {
    background-size: auto;
}

.\!k-bg-auto {
    background-size: auto !important;
}

.k-bg-cover {
    background-size: cover;
}

.\!k-bg-cover {
    background-size: cover !important;
}

.k-bg-contain {
    background-size: contain;
}

.\!k-bg-contain {
    background-size: contain !important;
}

.k-border-primary {
    border-color: #ff6358;
}

.\!k-border-primary {
    border-color: #ff6358 !important;
}

.k-border-secondary {
    border-color: #666666;
}

.\!k-border-secondary {
    border-color: #666666 !important;
}

.k-border-tertiary {
    border-color: #03a9f4;
}

.\!k-border-tertiary {
    border-color: #03a9f4 !important;
}

.k-border-info {
    border-color: #0058e9;
}

.\!k-border-info {
    border-color: #0058e9 !important;
}

.k-border-success {
    border-color: #37b400;
}

.\!k-border-success {
    border-color: #37b400 !important;
}

.k-border-warning {
    border-color: #ffc000;
}

.\!k-border-warning {
    border-color: #ffc000 !important;
}

.k-border-error {
    border-color: #f31700;
}

.\!k-border-error {
    border-color: #f31700 !important;
}

.k-border-dark {
    border-color: #424242;
}

.\!k-border-dark {
    border-color: #424242 !important;
}

.k-border-light {
    border-color: #ebebeb;
}

.\!k-border-light {
    border-color: #ebebeb !important;
}

.k-border-inverse {
    border-color: #424242;
}

.\!k-border-inverse {
    border-color: #424242 !important;
}

.k-border-inherit {
    border-color: inherit;
}

.\!k-border-inherit {
    border-color: inherit !important;
}

.k-border-current {
    border-color: currentColor;
}

.\!k-border-current {
    border-color: currentColor !important;
}

.k-border-transparent {
    border-color: transparent;
}

.\!k-border-transparent {
    border-color: transparent !important;
}

.k-border-black {
    border-color: black;
}

.\!k-border-black {
    border-color: black !important;
}

.k-border-white {
    border-color: white;
}

.\!k-border-white {
    border-color: white !important;
}

.k-border-t-primary {
    border-top-color: #ff6358;
}

.\!k-border-t-primary {
    border-top-color: #ff6358 !important;
}

.k-border-t-secondary {
    border-top-color: #666666;
}

.\!k-border-t-secondary {
    border-top-color: #666666 !important;
}

.k-border-t-tertiary {
    border-top-color: #03a9f4;
}

.\!k-border-t-tertiary {
    border-top-color: #03a9f4 !important;
}

.k-border-t-info {
    border-top-color: #0058e9;
}

.\!k-border-t-info {
    border-top-color: #0058e9 !important;
}

.k-border-t-success {
    border-top-color: #37b400;
}

.\!k-border-t-success {
    border-top-color: #37b400 !important;
}

.k-border-t-warning {
    border-top-color: #ffc000;
}

.\!k-border-t-warning {
    border-top-color: #ffc000 !important;
}

.k-border-t-error {
    border-top-color: #f31700;
}

.\!k-border-t-error {
    border-top-color: #f31700 !important;
}

.k-border-t-dark {
    border-top-color: #424242;
}

.\!k-border-t-dark {
    border-top-color: #424242 !important;
}

.k-border-t-light {
    border-top-color: #ebebeb;
}

.\!k-border-t-light {
    border-top-color: #ebebeb !important;
}

.k-border-t-inverse {
    border-top-color: #424242;
}

.\!k-border-t-inverse {
    border-top-color: #424242 !important;
}

.k-border-t-inherit {
    border-top-color: inherit;
}

.\!k-border-t-inherit {
    border-top-color: inherit !important;
}

.k-border-t-current {
    border-top-color: currentColor;
}

.\!k-border-t-current {
    border-top-color: currentColor !important;
}

.k-border-t-transparent {
    border-top-color: transparent;
}

.\!k-border-t-transparent {
    border-top-color: transparent !important;
}

.k-border-t-black {
    border-top-color: black;
}

.\!k-border-t-black {
    border-top-color: black !important;
}

.k-border-t-white {
    border-top-color: white;
}

.\!k-border-t-white {
    border-top-color: white !important;
}

.k-border-r-primary {
    border-right-color: #ff6358;
}

.\!k-border-r-primary {
    border-right-color: #ff6358 !important;
}

.k-border-r-secondary {
    border-right-color: #666666;
}

.\!k-border-r-secondary {
    border-right-color: #666666 !important;
}

.k-border-r-tertiary {
    border-right-color: #03a9f4;
}

.\!k-border-r-tertiary {
    border-right-color: #03a9f4 !important;
}

.k-border-r-info {
    border-right-color: #0058e9;
}

.\!k-border-r-info {
    border-right-color: #0058e9 !important;
}

.k-border-r-success {
    border-right-color: #37b400;
}

.\!k-border-r-success {
    border-right-color: #37b400 !important;
}

.k-border-r-warning {
    border-right-color: #ffc000;
}

.\!k-border-r-warning {
    border-right-color: #ffc000 !important;
}

.k-border-r-error {
    border-right-color: #f31700;
}

.\!k-border-r-error {
    border-right-color: #f31700 !important;
}

.k-border-r-dark {
    border-right-color: #424242;
}

.\!k-border-r-dark {
    border-right-color: #424242 !important;
}

.k-border-r-light {
    border-right-color: #ebebeb;
}

.\!k-border-r-light {
    border-right-color: #ebebeb !important;
}

.k-border-r-inverse {
    border-right-color: #424242;
}

.\!k-border-r-inverse {
    border-right-color: #424242 !important;
}

.k-border-r-inherit {
    border-right-color: inherit;
}

.\!k-border-r-inherit {
    border-right-color: inherit !important;
}

.k-border-r-current {
    border-right-color: currentColor;
}

.\!k-border-r-current {
    border-right-color: currentColor !important;
}

.k-border-r-transparent {
    border-right-color: transparent;
}

.\!k-border-r-transparent {
    border-right-color: transparent !important;
}

.k-border-r-black {
    border-right-color: black;
}

.\!k-border-r-black {
    border-right-color: black !important;
}

.k-border-r-white {
    border-right-color: white;
}

.\!k-border-r-white {
    border-right-color: white !important;
}

.k-border-b-primary {
    border-bottom-color: #ff6358;
}

.\!k-border-b-primary {
    border-bottom-color: #ff6358 !important;
}

.k-border-b-secondary {
    border-bottom-color: #666666;
}

.\!k-border-b-secondary {
    border-bottom-color: #666666 !important;
}

.k-border-b-tertiary {
    border-bottom-color: #03a9f4;
}

.\!k-border-b-tertiary {
    border-bottom-color: #03a9f4 !important;
}

.k-border-b-info {
    border-bottom-color: #0058e9;
}

.\!k-border-b-info {
    border-bottom-color: #0058e9 !important;
}

.k-border-b-success {
    border-bottom-color: #37b400;
}

.\!k-border-b-success {
    border-bottom-color: #37b400 !important;
}

.k-border-b-warning {
    border-bottom-color: #ffc000;
}

.\!k-border-b-warning {
    border-bottom-color: #ffc000 !important;
}

.k-border-b-error {
    border-bottom-color: #f31700;
}

.\!k-border-b-error {
    border-bottom-color: #f31700 !important;
}

.k-border-b-dark {
    border-bottom-color: #424242;
}

.\!k-border-b-dark {
    border-bottom-color: #424242 !important;
}

.k-border-b-light {
    border-bottom-color: #ebebeb;
}

.\!k-border-b-light {
    border-bottom-color: #ebebeb !important;
}

.k-border-b-inverse {
    border-bottom-color: #424242;
}

.\!k-border-b-inverse {
    border-bottom-color: #424242 !important;
}

.k-border-b-inherit {
    border-bottom-color: inherit;
}

.\!k-border-b-inherit {
    border-bottom-color: inherit !important;
}

.k-border-b-current {
    border-bottom-color: currentColor;
}

.\!k-border-b-current {
    border-bottom-color: currentColor !important;
}

.k-border-b-transparent {
    border-bottom-color: transparent;
}

.\!k-border-b-transparent {
    border-bottom-color: transparent !important;
}

.k-border-b-black {
    border-bottom-color: black;
}

.\!k-border-b-black {
    border-bottom-color: black !important;
}

.k-border-b-white {
    border-bottom-color: white;
}

.\!k-border-b-white {
    border-bottom-color: white !important;
}

.k-border-l-primary {
    border-left-color: #ff6358;
}

.\!k-border-l-primary {
    border-left-color: #ff6358 !important;
}

.k-border-l-secondary {
    border-left-color: #666666;
}

.\!k-border-l-secondary {
    border-left-color: #666666 !important;
}

.k-border-l-tertiary {
    border-left-color: #03a9f4;
}

.\!k-border-l-tertiary {
    border-left-color: #03a9f4 !important;
}

.k-border-l-info {
    border-left-color: #0058e9;
}

.\!k-border-l-info {
    border-left-color: #0058e9 !important;
}

.k-border-l-success {
    border-left-color: #37b400;
}

.\!k-border-l-success {
    border-left-color: #37b400 !important;
}

.k-border-l-warning {
    border-left-color: #ffc000;
}

.\!k-border-l-warning {
    border-left-color: #ffc000 !important;
}

.k-border-l-error {
    border-left-color: #f31700;
}

.\!k-border-l-error {
    border-left-color: #f31700 !important;
}

.k-border-l-dark {
    border-left-color: #424242;
}

.\!k-border-l-dark {
    border-left-color: #424242 !important;
}

.k-border-l-light {
    border-left-color: #ebebeb;
}

.\!k-border-l-light {
    border-left-color: #ebebeb !important;
}

.k-border-l-inverse {
    border-left-color: #424242;
}

.\!k-border-l-inverse {
    border-left-color: #424242 !important;
}

.k-border-l-inherit {
    border-left-color: inherit;
}

.\!k-border-l-inherit {
    border-left-color: inherit !important;
}

.k-border-l-current {
    border-left-color: currentColor;
}

.\!k-border-l-current {
    border-left-color: currentColor !important;
}

.k-border-l-transparent {
    border-left-color: transparent;
}

.\!k-border-l-transparent {
    border-left-color: transparent !important;
}

.k-border-l-black {
    border-left-color: black;
}

.\!k-border-l-black {
    border-left-color: black !important;
}

.k-border-l-white {
    border-left-color: white;
}

.\!k-border-l-white {
    border-left-color: white !important;
}

.k-border-x-primary {
    border-inline-color: #ff6358;
}

.\!k-border-x-primary {
    border-inline-color: #ff6358 !important;
}

.k-border-x-secondary {
    border-inline-color: #666666;
}

.\!k-border-x-secondary {
    border-inline-color: #666666 !important;
}

.k-border-x-tertiary {
    border-inline-color: #03a9f4;
}

.\!k-border-x-tertiary {
    border-inline-color: #03a9f4 !important;
}

.k-border-x-info {
    border-inline-color: #0058e9;
}

.\!k-border-x-info {
    border-inline-color: #0058e9 !important;
}

.k-border-x-success {
    border-inline-color: #37b400;
}

.\!k-border-x-success {
    border-inline-color: #37b400 !important;
}

.k-border-x-warning {
    border-inline-color: #ffc000;
}

.\!k-border-x-warning {
    border-inline-color: #ffc000 !important;
}

.k-border-x-error {
    border-inline-color: #f31700;
}

.\!k-border-x-error {
    border-inline-color: #f31700 !important;
}

.k-border-x-dark {
    border-inline-color: #424242;
}

.\!k-border-x-dark {
    border-inline-color: #424242 !important;
}

.k-border-x-light {
    border-inline-color: #ebebeb;
}

.\!k-border-x-light {
    border-inline-color: #ebebeb !important;
}

.k-border-x-inverse {
    border-inline-color: #424242;
}

.\!k-border-x-inverse {
    border-inline-color: #424242 !important;
}

.k-border-x-inherit {
    border-inline-color: inherit;
}

.\!k-border-x-inherit {
    border-inline-color: inherit !important;
}

.k-border-x-current {
    border-inline-color: currentColor;
}

.\!k-border-x-current {
    border-inline-color: currentColor !important;
}

.k-border-x-transparent {
    border-inline-color: transparent;
}

.\!k-border-x-transparent {
    border-inline-color: transparent !important;
}

.k-border-x-black {
    border-inline-color: black;
}

.\!k-border-x-black {
    border-inline-color: black !important;
}

.k-border-x-white {
    border-inline-color: white;
}

.\!k-border-x-white {
    border-inline-color: white !important;
}

.k-border-y-primary {
    border-block-color: #ff6358;
}

.\!k-border-y-primary {
    border-block-color: #ff6358 !important;
}

.k-border-y-secondary {
    border-block-color: #666666;
}

.\!k-border-y-secondary {
    border-block-color: #666666 !important;
}

.k-border-y-tertiary {
    border-block-color: #03a9f4;
}

.\!k-border-y-tertiary {
    border-block-color: #03a9f4 !important;
}

.k-border-y-info {
    border-block-color: #0058e9;
}

.\!k-border-y-info {
    border-block-color: #0058e9 !important;
}

.k-border-y-success {
    border-block-color: #37b400;
}

.\!k-border-y-success {
    border-block-color: #37b400 !important;
}

.k-border-y-warning {
    border-block-color: #ffc000;
}

.\!k-border-y-warning {
    border-block-color: #ffc000 !important;
}

.k-border-y-error {
    border-block-color: #f31700;
}

.\!k-border-y-error {
    border-block-color: #f31700 !important;
}

.k-border-y-dark {
    border-block-color: #424242;
}

.\!k-border-y-dark {
    border-block-color: #424242 !important;
}

.k-border-y-light {
    border-block-color: #ebebeb;
}

.\!k-border-y-light {
    border-block-color: #ebebeb !important;
}

.k-border-y-inverse {
    border-block-color: #424242;
}

.\!k-border-y-inverse {
    border-block-color: #424242 !important;
}

.k-border-y-inherit {
    border-block-color: inherit;
}

.\!k-border-y-inherit {
    border-block-color: inherit !important;
}

.k-border-y-current {
    border-block-color: currentColor;
}

.\!k-border-y-current {
    border-block-color: currentColor !important;
}

.k-border-y-transparent {
    border-block-color: transparent;
}

.\!k-border-y-transparent {
    border-block-color: transparent !important;
}

.k-border-y-black {
    border-block-color: black;
}

.\!k-border-y-black {
    border-block-color: black !important;
}

.k-border-y-white {
    border-block-color: white;
}

.\!k-border-y-white {
    border-block-color: white !important;
}

.k-rounded {
    border-radius: 4px;
}

.\!k-rounded {
    border-radius: 4px !important;
}

.k-rounded-0 {
    border-radius: 0;
}

.\!k-rounded-0 {
    border-radius: 0 !important;
}

.k-rounded-sm {
    border-radius: 2px;
}

.\!k-rounded-sm {
    border-radius: 2px !important;
}

.k-rounded-md {
    border-radius: 4px;
}

.\!k-rounded-md {
    border-radius: 4px !important;
}

.k-rounded-lg {
    border-radius: 6px;
}

.\!k-rounded-lg {
    border-radius: 6px !important;
}

.k-rounded-full {
    border-radius: 9999px;
}

.\!k-rounded-full {
    border-radius: 9999px !important;
}

.k-rounded-tl {
    border-top-left-radius: 4px;
}

.\!k-rounded-tl {
    border-top-left-radius: 4px !important;
}

.k-rounded-tl-0 {
    border-top-left-radius: 0;
}

.\!k-rounded-tl-0 {
    border-top-left-radius: 0 !important;
}

.k-rounded-tl-sm {
    border-top-left-radius: 2px;
}

.\!k-rounded-tl-sm {
    border-top-left-radius: 2px !important;
}

.k-rounded-tl-md {
    border-top-left-radius: 4px;
}

.\!k-rounded-tl-md {
    border-top-left-radius: 4px !important;
}

.k-rounded-tl-lg {
    border-top-left-radius: 6px;
}

.\!k-rounded-tl-lg {
    border-top-left-radius: 6px !important;
}

.k-rounded-tl-full {
    border-top-left-radius: 9999px;
}

.\!k-rounded-tl-full {
    border-top-left-radius: 9999px !important;
}

.k-rounded-tr {
    border-top-right-radius: 4px;
}

.\!k-rounded-tr {
    border-top-right-radius: 4px !important;
}

.k-rounded-tr-0 {
    border-top-right-radius: 0;
}

.\!k-rounded-tr-0 {
    border-top-right-radius: 0 !important;
}

.k-rounded-tr-sm {
    border-top-right-radius: 2px;
}

.\!k-rounded-tr-sm {
    border-top-right-radius: 2px !important;
}

.k-rounded-tr-md {
    border-top-right-radius: 4px;
}

.\!k-rounded-tr-md {
    border-top-right-radius: 4px !important;
}

.k-rounded-tr-lg {
    border-top-right-radius: 6px;
}

.\!k-rounded-tr-lg {
    border-top-right-radius: 6px !important;
}

.k-rounded-tr-full {
    border-top-right-radius: 9999px;
}

.\!k-rounded-tr-full {
    border-top-right-radius: 9999px !important;
}

.k-rounded-br {
    border-bottom-right-radius: 4px;
}

.\!k-rounded-br {
    border-bottom-right-radius: 4px !important;
}

.k-rounded-br-0 {
    border-bottom-right-radius: 0;
}

.\!k-rounded-br-0 {
    border-bottom-right-radius: 0 !important;
}

.k-rounded-br-sm {
    border-bottom-right-radius: 2px;
}

.\!k-rounded-br-sm {
    border-bottom-right-radius: 2px !important;
}

.k-rounded-br-md {
    border-bottom-right-radius: 4px;
}

.\!k-rounded-br-md {
    border-bottom-right-radius: 4px !important;
}

.k-rounded-br-lg {
    border-bottom-right-radius: 6px;
}

.\!k-rounded-br-lg {
    border-bottom-right-radius: 6px !important;
}

.k-rounded-br-full {
    border-bottom-right-radius: 9999px;
}

.\!k-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
}

.k-rounded-bl {
    border-bottom-left-radius: 4px;
}

.\!k-rounded-bl {
    border-bottom-left-radius: 4px !important;
}

.k-rounded-bl-0 {
    border-bottom-left-radius: 0;
}

.\!k-rounded-bl-0 {
    border-bottom-left-radius: 0 !important;
}

.k-rounded-bl-sm {
    border-bottom-left-radius: 2px;
}

.\!k-rounded-bl-sm {
    border-bottom-left-radius: 2px !important;
}

.k-rounded-bl-md {
    border-bottom-left-radius: 4px;
}

.\!k-rounded-bl-md {
    border-bottom-left-radius: 4px !important;
}

.k-rounded-bl-lg {
    border-bottom-left-radius: 6px;
}

.\!k-rounded-bl-lg {
    border-bottom-left-radius: 6px !important;
}

.k-rounded-bl-full {
    border-bottom-left-radius: 9999px;
}

.\!k-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
}

.k-rounded-t {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.\!k-rounded-t {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.k-rounded-t-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.\!k-rounded-t-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.k-rounded-t-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.\!k-rounded-t-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.k-rounded-t-md {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.\!k-rounded-t-md {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.k-rounded-t-lg {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.\!k-rounded-t-lg {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.k-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
}

.\!k-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
}

.k-rounded-r {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.\!k-rounded-r {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.k-rounded-r-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.\!k-rounded-r-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.k-rounded-r-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.\!k-rounded-r-sm {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.k-rounded-r-md {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.\!k-rounded-r-md {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.k-rounded-r-lg {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.\!k-rounded-r-lg {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.k-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.\!k-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
}

.k-rounded-b {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.\!k-rounded-b {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.k-rounded-b-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.\!k-rounded-b-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.k-rounded-b-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.\!k-rounded-b-sm {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.k-rounded-b-md {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.\!k-rounded-b-md {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.k-rounded-b-lg {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.\!k-rounded-b-lg {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.k-rounded-b-full {
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.\!k-rounded-b-full {
    border-bottom-left-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
}

.k-rounded-l {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.\!k-rounded-l {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.k-rounded-l-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.\!k-rounded-l-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.k-rounded-l-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.\!k-rounded-l-sm {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.k-rounded-l-md {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.\!k-rounded-l-md {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.k-rounded-l-lg {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.\!k-rounded-l-lg {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.k-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.\!k-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
}

.k-border-solid {
    border-style: solid;
}

.\!k-border-solid {
    border-style: solid !important;
}

.k-border-dashed {
    border-style: dashed;
}

.\!k-border-dashed {
    border-style: dashed !important;
}

.k-border-dotted {
    border-style: dotted;
}

.\!k-border-dotted {
    border-style: dotted !important;
}

.k-border-double {
    border-style: double;
}

.\!k-border-double {
    border-style: double !important;
}

.k-border-inset {
    border-style: inset;
}

.\!k-border-inset {
    border-style: inset !important;
}

.k-border-outset {
    border-style: outset;
}

.\!k-border-outset {
    border-style: outset !important;
}

.k-border-hidden {
    border-style: hidden;
}

.\!k-border-hidden {
    border-style: hidden !important;
}

.k-border-none {
    border-style: none;
}

.\!k-border-none {
    border-style: none !important;
}

.k-border-t-solid {
    border-top-style: solid;
}

.\!k-border-t-solid {
    border-top-style: solid !important;
}

.k-border-t-dashed {
    border-top-style: dashed;
}

.\!k-border-t-dashed {
    border-top-style: dashed !important;
}

.k-border-t-dotted {
    border-top-style: dotted;
}

.\!k-border-t-dotted {
    border-top-style: dotted !important;
}

.k-border-t-double {
    border-top-style: double;
}

.\!k-border-t-double {
    border-top-style: double !important;
}

.k-border-t-inset {
    border-top-style: inset;
}

.\!k-border-t-inset {
    border-top-style: inset !important;
}

.k-border-t-outset {
    border-top-style: outset;
}

.\!k-border-t-outset {
    border-top-style: outset !important;
}

.k-border-t-hidden {
    border-top-style: hidden;
}

.\!k-border-t-hidden {
    border-top-style: hidden !important;
}

.k-border-t-none {
    border-top-style: none;
}

.\!k-border-t-none {
    border-top-style: none !important;
}

.k-border-r-solid {
    border-right-style: solid;
}

.\!k-border-r-solid {
    border-right-style: solid !important;
}

.k-border-r-dashed {
    border-right-style: dashed;
}

.\!k-border-r-dashed {
    border-right-style: dashed !important;
}

.k-border-r-dotted {
    border-right-style: dotted;
}

.\!k-border-r-dotted {
    border-right-style: dotted !important;
}

.k-border-r-double {
    border-right-style: double;
}

.\!k-border-r-double {
    border-right-style: double !important;
}

.k-border-r-inset {
    border-right-style: inset;
}

.\!k-border-r-inset {
    border-right-style: inset !important;
}

.k-border-r-outset {
    border-right-style: outset;
}

.\!k-border-r-outset {
    border-right-style: outset !important;
}

.k-border-r-hidden {
    border-right-style: hidden;
}

.\!k-border-r-hidden {
    border-right-style: hidden !important;
}

.k-border-r-none {
    border-right-style: none;
}

.\!k-border-r-none {
    border-right-style: none !important;
}

.k-border-b-solid {
    border-bottom-style: solid;
}

.\!k-border-b-solid {
    border-bottom-style: solid !important;
}

.k-border-b-dashed {
    border-bottom-style: dashed;
}

.\!k-border-b-dashed {
    border-bottom-style: dashed !important;
}

.k-border-b-dotted {
    border-bottom-style: dotted;
}

.\!k-border-b-dotted {
    border-bottom-style: dotted !important;
}

.k-border-b-double {
    border-bottom-style: double;
}

.\!k-border-b-double {
    border-bottom-style: double !important;
}

.k-border-b-inset {
    border-bottom-style: inset;
}

.\!k-border-b-inset {
    border-bottom-style: inset !important;
}

.k-border-b-outset {
    border-bottom-style: outset;
}

.\!k-border-b-outset {
    border-bottom-style: outset !important;
}

.k-border-b-hidden {
    border-bottom-style: hidden;
}

.\!k-border-b-hidden {
    border-bottom-style: hidden !important;
}

.k-border-b-none {
    border-bottom-style: none;
}

.\!k-border-b-none {
    border-bottom-style: none !important;
}

.k-border-l-solid {
    border-left-style: solid;
}

.\!k-border-l-solid {
    border-left-style: solid !important;
}

.k-border-l-dashed {
    border-left-style: dashed;
}

.\!k-border-l-dashed {
    border-left-style: dashed !important;
}

.k-border-l-dotted {
    border-left-style: dotted;
}

.\!k-border-l-dotted {
    border-left-style: dotted !important;
}

.k-border-l-double {
    border-left-style: double;
}

.\!k-border-l-double {
    border-left-style: double !important;
}

.k-border-l-inset {
    border-left-style: inset;
}

.\!k-border-l-inset {
    border-left-style: inset !important;
}

.k-border-l-outset {
    border-left-style: outset;
}

.\!k-border-l-outset {
    border-left-style: outset !important;
}

.k-border-l-hidden {
    border-left-style: hidden;
}

.\!k-border-l-hidden {
    border-left-style: hidden !important;
}

.k-border-l-none {
    border-left-style: none;
}

.\!k-border-l-none {
    border-left-style: none !important;
}

.k-border-x-solid {
    border-inline-style: solid;
}

.\!k-border-x-solid {
    border-inline-style: solid !important;
}

.k-border-x-dashed {
    border-inline-style: dashed;
}

.\!k-border-x-dashed {
    border-inline-style: dashed !important;
}

.k-border-x-dotted {
    border-inline-style: dotted;
}

.\!k-border-x-dotted {
    border-inline-style: dotted !important;
}

.k-border-x-double {
    border-inline-style: double;
}

.\!k-border-x-double {
    border-inline-style: double !important;
}

.k-border-x-inset {
    border-inline-style: inset;
}

.\!k-border-x-inset {
    border-inline-style: inset !important;
}

.k-border-x-outset {
    border-inline-style: outset;
}

.\!k-border-x-outset {
    border-inline-style: outset !important;
}

.k-border-x-hidden {
    border-inline-style: hidden;
}

.\!k-border-x-hidden {
    border-inline-style: hidden !important;
}

.k-border-x-none {
    border-inline-style: none;
}

.\!k-border-x-none {
    border-inline-style: none !important;
}

.k-border-y-solid {
    border-block-style: solid;
}

.\!k-border-y-solid {
    border-block-style: solid !important;
}

.k-border-y-dashed {
    border-block-style: dashed;
}

.\!k-border-y-dashed {
    border-block-style: dashed !important;
}

.k-border-y-dotted {
    border-block-style: dotted;
}

.\!k-border-y-dotted {
    border-block-style: dotted !important;
}

.k-border-y-double {
    border-block-style: double;
}

.\!k-border-y-double {
    border-block-style: double !important;
}

.k-border-y-inset {
    border-block-style: inset;
}

.\!k-border-y-inset {
    border-block-style: inset !important;
}

.k-border-y-outset {
    border-block-style: outset;
}

.\!k-border-y-outset {
    border-block-style: outset !important;
}

.k-border-y-hidden {
    border-block-style: hidden;
}

.\!k-border-y-hidden {
    border-block-style: hidden !important;
}

.k-border-y-none {
    border-block-style: none;
}

.\!k-border-y-none {
    border-block-style: none !important;
}

.k-border {
    border-width: 1px;
}

.\!k-border {
    border-width: 1px !important;
}

.k-border-0 {
    border-width: 0;
}

.\!k-border-0 {
    border-width: 0 !important;
}

.k-border-2 {
    border-width: 2px;
}

.\!k-border-2 {
    border-width: 2px !important;
}

.k-border-4 {
    border-width: 4px;
}

.\!k-border-4 {
    border-width: 4px !important;
}

.k-border-8 {
    border-width: 8px;
}

.\!k-border-8 {
    border-width: 8px !important;
}

.k-border-t {
    border-top-width: 1px;
}

.\!k-border-t {
    border-top-width: 1px !important;
}

.k-border-t-0 {
    border-top-width: 0;
}

.\!k-border-t-0 {
    border-top-width: 0 !important;
}

.k-border-t-2 {
    border-top-width: 2px;
}

.\!k-border-t-2 {
    border-top-width: 2px !important;
}

.k-border-t-4 {
    border-top-width: 4px;
}

.\!k-border-t-4 {
    border-top-width: 4px !important;
}

.k-border-t-8 {
    border-top-width: 8px;
}

.\!k-border-t-8 {
    border-top-width: 8px !important;
}

.k-border-r {
    border-right-width: 1px;
}

.\!k-border-r {
    border-right-width: 1px !important;
}

.k-border-r-0 {
    border-right-width: 0;
}

.\!k-border-r-0 {
    border-right-width: 0 !important;
}

.k-border-r-2 {
    border-right-width: 2px;
}

.\!k-border-r-2 {
    border-right-width: 2px !important;
}

.k-border-r-4 {
    border-right-width: 4px;
}

.\!k-border-r-4 {
    border-right-width: 4px !important;
}

.k-border-r-8 {
    border-right-width: 8px;
}

.\!k-border-r-8 {
    border-right-width: 8px !important;
}

.k-border-b {
    border-bottom-width: 1px;
}

.\!k-border-b {
    border-bottom-width: 1px !important;
}

.k-border-b-0 {
    border-bottom-width: 0;
}

.\!k-border-b-0 {
    border-bottom-width: 0 !important;
}

.k-border-b-2 {
    border-bottom-width: 2px;
}

.\!k-border-b-2 {
    border-bottom-width: 2px !important;
}

.k-border-b-4 {
    border-bottom-width: 4px;
}

.\!k-border-b-4 {
    border-bottom-width: 4px !important;
}

.k-border-b-8 {
    border-bottom-width: 8px;
}

.\!k-border-b-8 {
    border-bottom-width: 8px !important;
}

.k-border-l {
    border-left-width: 1px;
}

.\!k-border-l {
    border-left-width: 1px !important;
}

.k-border-l-0 {
    border-left-width: 0;
}

.\!k-border-l-0 {
    border-left-width: 0 !important;
}

.k-border-l-2 {
    border-left-width: 2px;
}

.\!k-border-l-2 {
    border-left-width: 2px !important;
}

.k-border-l-4 {
    border-left-width: 4px;
}

.\!k-border-l-4 {
    border-left-width: 4px !important;
}

.k-border-l-8 {
    border-left-width: 8px;
}

.\!k-border-l-8 {
    border-left-width: 8px !important;
}

.k-border-x {
    border-inline-width: 1px;
}

.\!k-border-x {
    border-inline-width: 1px !important;
}

.k-border-x-0 {
    border-inline-width: 0;
}

.\!k-border-x-0 {
    border-inline-width: 0 !important;
}

.k-border-x-2 {
    border-inline-width: 2px;
}

.\!k-border-x-2 {
    border-inline-width: 2px !important;
}

.k-border-x-4 {
    border-inline-width: 4px;
}

.\!k-border-x-4 {
    border-inline-width: 4px !important;
}

.k-border-x-8 {
    border-inline-width: 8px;
}

.\!k-border-x-8 {
    border-inline-width: 8px !important;
}

.k-border-y {
    border-block-width: 1px;
}

.\!k-border-y {
    border-block-width: 1px !important;
}

.k-border-y-0 {
    border-block-width: 0;
}

.\!k-border-y-0 {
    border-block-width: 0 !important;
}

.k-border-y-2 {
    border-block-width: 2px;
}

.\!k-border-y-2 {
    border-block-width: 2px !important;
}

.k-border-y-4 {
    border-block-width: 4px;
}

.\!k-border-y-4 {
    border-block-width: 4px !important;
}

.k-border-y-8 {
    border-block-width: 8px;
}

.\!k-border-y-8 {
    border-block-width: 8px !important;
}

.k-border-top {
    border-top-width: 1px;
}

.\!k-border-top {
    border-top-width: 1px !important;
}

.k-border-top-0 {
    border-top-width: 0;
}

.\!k-border-top-0 {
    border-top-width: 0 !important;
}

.k-border-top-2 {
    border-top-width: 2px;
}

.\!k-border-top-2 {
    border-top-width: 2px !important;
}

.k-border-top-4 {
    border-top-width: 4px;
}

.\!k-border-top-4 {
    border-top-width: 4px !important;
}

.k-border-top-8 {
    border-top-width: 8px;
}

.\!k-border-top-8 {
    border-top-width: 8px !important;
}

.k-border-right {
    border-right-width: 1px;
}

.\!k-border-right {
    border-right-width: 1px !important;
}

.k-border-right-0 {
    border-right-width: 0;
}

.\!k-border-right-0 {
    border-right-width: 0 !important;
}

.k-border-right-2 {
    border-right-width: 2px;
}

.\!k-border-right-2 {
    border-right-width: 2px !important;
}

.k-border-right-4 {
    border-right-width: 4px;
}

.\!k-border-right-4 {
    border-right-width: 4px !important;
}

.k-border-right-8 {
    border-right-width: 8px;
}

.\!k-border-right-8 {
    border-right-width: 8px !important;
}

.k-border-bottom {
    border-bottom-width: 1px;
}

.\!k-border-bottom {
    border-bottom-width: 1px !important;
}

.k-border-bottom-0 {
    border-bottom-width: 0;
}

.\!k-border-bottom-0 {
    border-bottom-width: 0 !important;
}

.k-border-bottom-2 {
    border-bottom-width: 2px;
}

.\!k-border-bottom-2 {
    border-bottom-width: 2px !important;
}

.k-border-bottom-4 {
    border-bottom-width: 4px;
}

.\!k-border-bottom-4 {
    border-bottom-width: 4px !important;
}

.k-border-bottom-8 {
    border-bottom-width: 8px;
}

.\!k-border-bottom-8 {
    border-bottom-width: 8px !important;
}

.k-border-left {
    border-left-width: 1px;
}

.\!k-border-left {
    border-left-width: 1px !important;
}

.k-border-left-0 {
    border-left-width: 0;
}

.\!k-border-left-0 {
    border-left-width: 0 !important;
}

.k-border-left-2 {
    border-left-width: 2px;
}

.\!k-border-left-2 {
    border-left-width: 2px !important;
}

.k-border-left-4 {
    border-left-width: 4px;
}

.\!k-border-left-4 {
    border-left-width: 4px !important;
}

.k-border-left-8 {
    border-left-width: 8px;
}

.\!k-border-left-8 {
    border-left-width: 8px !important;
}

.k-outline-primary {
    outline-color: #ff6358;
}

.\!k-outline-primary {
    outline-color: #ff6358 !important;
}

.k-outline-secondary {
    outline-color: #666666;
}

.\!k-outline-secondary {
    outline-color: #666666 !important;
}

.k-outline-tertiary {
    outline-color: #03a9f4;
}

.\!k-outline-tertiary {
    outline-color: #03a9f4 !important;
}

.k-outline-info {
    outline-color: #0058e9;
}

.\!k-outline-info {
    outline-color: #0058e9 !important;
}

.k-outline-success {
    outline-color: #37b400;
}

.\!k-outline-success {
    outline-color: #37b400 !important;
}

.k-outline-warning {
    outline-color: #ffc000;
}

.\!k-outline-warning {
    outline-color: #ffc000 !important;
}

.k-outline-error {
    outline-color: #f31700;
}

.\!k-outline-error {
    outline-color: #f31700 !important;
}

.k-outline-dark {
    outline-color: #424242;
}

.\!k-outline-dark {
    outline-color: #424242 !important;
}

.k-outline-light {
    outline-color: #ebebeb;
}

.\!k-outline-light {
    outline-color: #ebebeb !important;
}

.k-outline-inverse {
    outline-color: #424242;
}

.\!k-outline-inverse {
    outline-color: #424242 !important;
}

.k-outline-inherit {
    outline-color: inherit;
}

.\!k-outline-inherit {
    outline-color: inherit !important;
}

.k-outline-current {
    outline-color: currentColor;
}

.\!k-outline-current {
    outline-color: currentColor !important;
}

.k-outline-transparent {
    outline-color: transparent;
}

.\!k-outline-transparent {
    outline-color: transparent !important;
}

.k-outline-black {
    outline-color: black;
}

.\!k-outline-black {
    outline-color: black !important;
}

.k-outline-white {
    outline-color: white;
}

.\!k-outline-white {
    outline-color: white !important;
}

.k-outline-offset-0 {
    outline-offset: 0;
}

.\!k-outline-offset-0 {
    outline-offset: 0 !important;
}

.k-outline-offset-1 {
    outline-offset: 1px;
}

.\!k-outline-offset-1 {
    outline-offset: 1px !important;
}

.k-outline-offset-2 {
    outline-offset: 2px;
}

.\!k-outline-offset-2 {
    outline-offset: 2px !important;
}

.k-outline-offset-4 {
    outline-offset: 4px;
}

.\!k-outline-offset-4 {
    outline-offset: 4px !important;
}

.k-outline-offset-8 {
    outline-offset: 8px;
}

.\!k-outline-offset-8 {
    outline-offset: 8px !important;
}

.k-outline-solid {
    outline-style: solid;
}

.\!k-outline-solid {
    outline-style: solid !important;
}

.k-outline-dashed {
    outline-style: dashed;
}

.\!k-outline-dashed {
    outline-style: dashed !important;
}

.k-outline-dotted {
    outline-style: dotted;
}

.\!k-outline-dotted {
    outline-style: dotted !important;
}

.k-outline-double {
    outline-style: double;
}

.\!k-outline-double {
    outline-style: double !important;
}

.k-outline-inset {
    outline-style: inset;
}

.\!k-outline-inset {
    outline-style: inset !important;
}

.k-outline-outset {
    outline-style: outset;
}

.\!k-outline-outset {
    outline-style: outset !important;
}

.k-outline-none {
    outline-style: none;
}

.\!k-outline-none {
    outline-style: none !important;
}

.k-outline {
    outline-width: 1px;
}

.\!k-outline {
    outline-width: 1px !important;
}

.k-outline-0 {
    outline-width: 0;
}

.\!k-outline-0 {
    outline-width: 0 !important;
}

.k-outline-2 {
    outline-width: 2px;
}

.\!k-outline-2 {
    outline-width: 2px !important;
}

.k-outline-4 {
    outline-width: 4px;
}

.\!k-outline-4 {
    outline-width: 4px !important;
}

.k-outline-8 {
    outline-width: 8px;
}

.\!k-outline-8 {
    outline-width: 8px !important;
}

.k-opacity-0 {
    opacity: 0;
}

.\!k-opacity-0 {
    opacity: 0 !important;
}

.k-opacity-5 {
    opacity: 0.05;
}

.\!k-opacity-5 {
    opacity: 0.05 !important;
}

.k-opacity-10 {
    opacity: 0.1;
}

.\!k-opacity-10 {
    opacity: 0.1 !important;
}

.k-opacity-20 {
    opacity: 0.2;
}

.\!k-opacity-20 {
    opacity: 0.2 !important;
}

.k-opacity-30 {
    opacity: 0.3;
}

.\!k-opacity-30 {
    opacity: 0.3 !important;
}

.k-opacity-40 {
    opacity: 0.4;
}

.\!k-opacity-40 {
    opacity: 0.4 !important;
}

.k-opacity-50 {
    opacity: 0.5;
}

.\!k-opacity-50 {
    opacity: 0.5 !important;
}

.k-opacity-60 {
    opacity: 0.6;
}

.\!k-opacity-60 {
    opacity: 0.6 !important;
}

.k-opacity-70 {
    opacity: 0.7;
}

.\!k-opacity-70 {
    opacity: 0.7 !important;
}

.k-opacity-80 {
    opacity: 0.8;
}

.\!k-opacity-80 {
    opacity: 0.8 !important;
}

.k-opacity-90 {
    opacity: 0.9;
}

.\!k-opacity-90 {
    opacity: 0.9 !important;
}

.k-opacity-100 {
    opacity: 1;
}

.\!k-opacity-100 {
    opacity: 1 !important;
}

.k-backdrop-blur {
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
}

.\!k-backdrop-blur {
    -webkit-backdrop-filter: blur(8px) !important;
            backdrop-filter: blur(8px) !important;
}

.k-backdrop-blur-none {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
}

.\!k-backdrop-blur-none {
    -webkit-backdrop-filter: blur(0) !important;
            backdrop-filter: blur(0) !important;
}

.k-backdrop-blur-sm {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

.\!k-backdrop-blur-sm {
    -webkit-backdrop-filter: blur(4px) !important;
            backdrop-filter: blur(4px) !important;
}

.k-backdrop-blur-md {
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
}

.\!k-backdrop-blur-md {
    -webkit-backdrop-filter: blur(6px) !important;
            backdrop-filter: blur(6px) !important;
}

.k-backdrop-blur-lg {
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
}

.\!k-backdrop-blur-lg {
    -webkit-backdrop-filter: blur(12px) !important;
            backdrop-filter: blur(12px) !important;
}

.k-border-collapse {
    border-collapse: collapse;
}

.\!k-border-collapse {
    border-collapse: collapse !important;
}

.k-border-separate {
    border-collapse: separate;
}

.\!k-border-separate {
    border-collapse: separate !important;
}

.k-table-auto {
    table-layout: auto;
}

.\!k-table-auto {
    table-layout: auto !important;
}

.k-table-fixed {
    table-layout: fixed;
}

.\!k-table-fixed {
    table-layout: fixed !important;
}

.k-table-layout-auto {
    table-layout: auto;
}

.\!k-table-layout-auto {
    table-layout: auto !important;
}

.k-table-layout-fixed {
    table-layout: fixed;
}

.\!k-table-layout-fixed {
    table-layout: fixed !important;
}

.k-flip-h, .k-flip-x {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
}

.\!k-flip-h, .\!k-flip-x {
    -webkit-transform: scaleX(-1) !important;
            transform: scaleX(-1) !important;
}

.k-flip-v, .k-flip-y {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
}

.\!k-flip-v, .\!k-flip-y {
    -webkit-transform: scaleY(-1) !important;
            transform: scaleY(-1) !important;
}

.k-flip-h.k-flip-v, .k-flip-v.k-flip-x, .k-flip-x.k-flip-y, .k-flip-h.k-flip-y {
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
}

.\!k-flip-h.\!k-flip-v, .\!k-flip-v.\!k-flip-x, .\!k-flip-x.\!k-flip-y, .\!k-flip-h.\!k-flip-y {
    -webkit-transform: scale(-1, -1) !important;
            transform: scale(-1, -1) !important;
}

.k-origin-center {
    -webkit-transform-origin: center;
            transform-origin: center;
}

.\!k-origin-center {
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
}

.k-origin-top {
    -webkit-transform-origin: top;
            transform-origin: top;
}

.\!k-origin-top {
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
}

.k-origin-right {
    -webkit-transform-origin: right;
            transform-origin: right;
}

.\!k-origin-right {
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
}

.k-origin-bottom {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
}

.\!k-origin-bottom {
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
}

.k-origin-left {
    -webkit-transform-origin: left;
            transform-origin: left;
}

.\!k-origin-left {
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
}

.k-origin-top-left {
    -webkit-transform-origin: top left;
            transform-origin: top left;
}

.\!k-origin-top-left {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
}

.k-origin-top-right {
    -webkit-transform-origin: top right;
            transform-origin: top right;
}

.\!k-origin-top-right {
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
}

.k-origin-bottom-left {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
}

.\!k-origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
}

.k-origin-bottom-right {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
}

.\!k-origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
}

.k-rotate-0 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

.\!k-rotate-0 {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
}

.k-rotate-45 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.\!k-rotate-45 {
    -webkit-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
}

.k-rotate-90 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.\!k-rotate-90 {
    -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important;
}

.k-rotate-135 {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}

.\!k-rotate-135 {
    -webkit-transform: rotate(135deg) !important;
            transform: rotate(135deg) !important;
}

.k-rotate-180 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.\!k-rotate-180 {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
}

.k-rotate-225 {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}

.\!k-rotate-225 {
    -webkit-transform: rotate(225deg) !important;
            transform: rotate(225deg) !important;
}

.k-rotate-270 {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}

.\!k-rotate-270 {
    -webkit-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important;
}

.k-rotate-315 {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
}

.\!k-rotate-315 {
    -webkit-transform: rotate(315deg) !important;
            transform: rotate(315deg) !important;
}

.k-scale-0 {
    -webkit-transform: scale(0);
            transform: scale(0);
}

.\!k-scale-0 {
    -webkit-transform: scale(0) !important;
            transform: scale(0) !important;
}

.k-scale-0\.25 {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
}

.\!k-scale-0\.25 {
    -webkit-transform: scale(0.25) !important;
            transform: scale(0.25) !important;
}

.k-scale-0\.5 {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
}

.\!k-scale-0\.5 {
    -webkit-transform: scale(0.5) !important;
            transform: scale(0.5) !important;
}

.k-scale-0\.75 {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
}

.\!k-scale-0\.75 {
    -webkit-transform: scale(0.75) !important;
            transform: scale(0.75) !important;
}

.k-scale-1 {
    -webkit-transform: scale(1);
            transform: scale(1);
}

.\!k-scale-1 {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}

.k-scale-1\.25 {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
}

.\!k-scale-1\.25 {
    -webkit-transform: scale(1.25) !important;
            transform: scale(1.25) !important;
}

.k-scale-1\.5 {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}

.\!k-scale-1\.5 {
    -webkit-transform: scale(1.5) !important;
            transform: scale(1.5) !important;
}

.k-scale-2 {
    -webkit-transform: scale(2);
            transform: scale(2);
}

.\!k-scale-2 {
    -webkit-transform: scale(2) !important;
            transform: scale(2) !important;
}

.k-scale-x-0 {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
}

.\!k-scale-x-0 {
    -webkit-transform: scaleX(0) !important;
            transform: scaleX(0) !important;
}

.k-scale-x-0\.25 {
    -webkit-transform: scaleX(0.25);
            transform: scaleX(0.25);
}

.\!k-scale-x-0\.25 {
    -webkit-transform: scaleX(0.25) !important;
            transform: scaleX(0.25) !important;
}

.k-scale-x-0\.5 {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
}

.\!k-scale-x-0\.5 {
    -webkit-transform: scaleX(0.5) !important;
            transform: scaleX(0.5) !important;
}

.k-scale-x-0\.75 {
    -webkit-transform: scaleX(0.75);
            transform: scaleX(0.75);
}

.\!k-scale-x-0\.75 {
    -webkit-transform: scaleX(0.75) !important;
            transform: scaleX(0.75) !important;
}

.k-scale-x-1 {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}

.\!k-scale-x-1 {
    -webkit-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
}

.k-scale-x-1\.25 {
    -webkit-transform: scaleX(1.25);
            transform: scaleX(1.25);
}

.\!k-scale-x-1\.25 {
    -webkit-transform: scaleX(1.25) !important;
            transform: scaleX(1.25) !important;
}

.k-scale-x-1\.5 {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
}

.\!k-scale-x-1\.5 {
    -webkit-transform: scaleX(1.5) !important;
            transform: scaleX(1.5) !important;
}

.k-scale-x-2 {
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
}

.\!k-scale-x-2 {
    -webkit-transform: scaleX(2) !important;
            transform: scaleX(2) !important;
}

.k-scale-y-0 {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
}

.\!k-scale-y-0 {
    -webkit-transform: scaleY(0) !important;
            transform: scaleY(0) !important;
}

.k-scale-y-0\.25 {
    -webkit-transform: scaleY(0.25);
            transform: scaleY(0.25);
}

.\!k-scale-y-0\.25 {
    -webkit-transform: scaleY(0.25) !important;
            transform: scaleY(0.25) !important;
}

.k-scale-y-0\.5 {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
}

.\!k-scale-y-0\.5 {
    -webkit-transform: scaleY(0.5) !important;
            transform: scaleY(0.5) !important;
}

.k-scale-y-0\.75 {
    -webkit-transform: scaleY(0.75);
            transform: scaleY(0.75);
}

.\!k-scale-y-0\.75 {
    -webkit-transform: scaleY(0.75) !important;
            transform: scaleY(0.75) !important;
}

.k-scale-y-1 {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
}

.\!k-scale-y-1 {
    -webkit-transform: scaleY(1) !important;
            transform: scaleY(1) !important;
}

.k-scale-y-1\.25 {
    -webkit-transform: scaleY(1.25);
            transform: scaleY(1.25);
}

.\!k-scale-y-1\.25 {
    -webkit-transform: scaleY(1.25) !important;
            transform: scaleY(1.25) !important;
}

.k-scale-y-1\.5 {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5);
}

.\!k-scale-y-1\.5 {
    -webkit-transform: scaleY(1.5) !important;
            transform: scaleY(1.5) !important;
}

.k-scale-y-2 {
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
}

.\!k-scale-y-2 {
    -webkit-transform: scaleY(2) !important;
            transform: scaleY(2) !important;
}

.k-skew-x-0 {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
}

.\!k-skew-x-0 {
    -webkit-transform: skewX(0deg) !important;
            transform: skewX(0deg) !important;
}

.k-skew-x-1 {
    -webkit-transform: skewX(1deg);
            transform: skewX(1deg);
}

.\!k-skew-x-1 {
    -webkit-transform: skewX(1deg) !important;
            transform: skewX(1deg) !important;
}

.k-skew-x-2 {
    -webkit-transform: skewX(2deg);
            transform: skewX(2deg);
}

.\!k-skew-x-2 {
    -webkit-transform: skewX(2deg) !important;
            transform: skewX(2deg) !important;
}

.k-skew-x-3 {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
}

.\!k-skew-x-3 {
    -webkit-transform: skewX(3deg) !important;
            transform: skewX(3deg) !important;
}

.k-skew-x-4 {
    -webkit-transform: skewX(4deg);
            transform: skewX(4deg);
}

.\!k-skew-x-4 {
    -webkit-transform: skewX(4deg) !important;
            transform: skewX(4deg) !important;
}

.k-skew-x-5 {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
}

.\!k-skew-x-5 {
    -webkit-transform: skewX(5deg) !important;
            transform: skewX(5deg) !important;
}

.k-skew-x-6 {
    -webkit-transform: skewX(6deg);
            transform: skewX(6deg);
}

.\!k-skew-x-6 {
    -webkit-transform: skewX(6deg) !important;
            transform: skewX(6deg) !important;
}

.k-skew-x-7 {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
}

.\!k-skew-x-7 {
    -webkit-transform: skewX(7deg) !important;
            transform: skewX(7deg) !important;
}

.k-skew-x-8 {
    -webkit-transform: skewX(8deg);
            transform: skewX(8deg);
}

.\!k-skew-x-8 {
    -webkit-transform: skewX(8deg) !important;
            transform: skewX(8deg) !important;
}

.k-skew-x-9 {
    -webkit-transform: skewX(9deg);
            transform: skewX(9deg);
}

.\!k-skew-x-9 {
    -webkit-transform: skewX(9deg) !important;
            transform: skewX(9deg) !important;
}

.k-skew-x-10 {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
}

.\!k-skew-x-10 {
    -webkit-transform: skewX(10deg) !important;
            transform: skewX(10deg) !important;
}

.k-skew-x-11 {
    -webkit-transform: skewX(11deg);
            transform: skewX(11deg);
}

.\!k-skew-x-11 {
    -webkit-transform: skewX(11deg) !important;
            transform: skewX(11deg) !important;
}

.k-skew-x-12 {
    -webkit-transform: skewX(12deg);
            transform: skewX(12deg);
}

.\!k-skew-x-12 {
    -webkit-transform: skewX(12deg) !important;
            transform: skewX(12deg) !important;
}

.k-skew-y-0 {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
}

.\!k-skew-y-0 {
    -webkit-transform: skewY(0deg) !important;
            transform: skewY(0deg) !important;
}

.k-skew-y-1 {
    -webkit-transform: skewY(1deg);
            transform: skewY(1deg);
}

.\!k-skew-y-1 {
    -webkit-transform: skewY(1deg) !important;
            transform: skewY(1deg) !important;
}

.k-skew-y-2 {
    -webkit-transform: skewY(2deg);
            transform: skewY(2deg);
}

.\!k-skew-y-2 {
    -webkit-transform: skewY(2deg) !important;
            transform: skewY(2deg) !important;
}

.k-skew-y-3 {
    -webkit-transform: skewY(3deg);
            transform: skewY(3deg);
}

.\!k-skew-y-3 {
    -webkit-transform: skewY(3deg) !important;
            transform: skewY(3deg) !important;
}

.k-skew-y-4 {
    -webkit-transform: skewY(4deg);
            transform: skewY(4deg);
}

.\!k-skew-y-4 {
    -webkit-transform: skewY(4deg) !important;
            transform: skewY(4deg) !important;
}

.k-skew-y-5 {
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
}

.\!k-skew-y-5 {
    -webkit-transform: skewY(5deg) !important;
            transform: skewY(5deg) !important;
}

.k-skew-y-6 {
    -webkit-transform: skewY(6deg);
            transform: skewY(6deg);
}

.\!k-skew-y-6 {
    -webkit-transform: skewY(6deg) !important;
            transform: skewY(6deg) !important;
}

.k-skew-y-7 {
    -webkit-transform: skewY(7deg);
            transform: skewY(7deg);
}

.\!k-skew-y-7 {
    -webkit-transform: skewY(7deg) !important;
            transform: skewY(7deg) !important;
}

.k-skew-y-8 {
    -webkit-transform: skewY(8deg);
            transform: skewY(8deg);
}

.\!k-skew-y-8 {
    -webkit-transform: skewY(8deg) !important;
            transform: skewY(8deg) !important;
}

.k-skew-y-9 {
    -webkit-transform: skewY(9deg);
            transform: skewY(9deg);
}

.\!k-skew-y-9 {
    -webkit-transform: skewY(9deg) !important;
            transform: skewY(9deg) !important;
}

.k-skew-y-10 {
    -webkit-transform: skewY(10deg);
            transform: skewY(10deg);
}

.\!k-skew-y-10 {
    -webkit-transform: skewY(10deg) !important;
            transform: skewY(10deg) !important;
}

.k-skew-y-11 {
    -webkit-transform: skewY(11deg);
            transform: skewY(11deg);
}

.\!k-skew-y-11 {
    -webkit-transform: skewY(11deg) !important;
            transform: skewY(11deg) !important;
}

.k-skew-y-12 {
    -webkit-transform: skewY(12deg);
            transform: skewY(12deg);
}

.\!k-skew-y-12 {
    -webkit-transform: skewY(12deg) !important;
            transform: skewY(12deg) !important;
}

.k-translate-0 {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.\!k-translate-0 {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
}

.k-translate-0-50 {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
}

.\!k-translate-0-50 {
    -webkit-transform: translate(0, 50%) !important;
            transform: translate(0, 50%) !important;
}

.k-translate-0-100 {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
}

.\!k-translate-0-100 {
    -webkit-transform: translate(0, 100%) !important;
            transform: translate(0, 100%) !important;
}

.k-translate-50-0 {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
}

.\!k-translate-50-0 {
    -webkit-transform: translate(50%, 0) !important;
            transform: translate(50%, 0) !important;
}

.k-translate-50-50 {
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
}

.\!k-translate-50-50 {
    -webkit-transform: translate(50%, 50%) !important;
            transform: translate(50%, 50%) !important;
}

.k-translate-50-100 {
    -webkit-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
}

.\!k-translate-50-100 {
    -webkit-transform: translate(50%, 100%) !important;
            transform: translate(50%, 100%) !important;
}

.k-translate-100-0 {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
}

.\!k-translate-100-0 {
    -webkit-transform: translate(100%, 0) !important;
            transform: translate(100%, 0) !important;
}

.k-translate-100-50 {
    -webkit-transform: translate(100%, 50%);
            transform: translate(100%, 50%);
}

.\!k-translate-100-50 {
    -webkit-transform: translate(100%, 50%) !important;
            transform: translate(100%, 50%) !important;
}

.k-translate-100-100 {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
}

.\!k-translate-100-100 {
    -webkit-transform: translate(100%, 100%) !important;
            transform: translate(100%, 100%) !important;
}

.k-translate-x-0 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.\!k-translate-x-0 {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
}

.k-translate-x-1px {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
}

.\!k-translate-x-1px {
    -webkit-transform: translateX(1px) !important;
            transform: translateX(1px) !important;
}

.k-translate-x-0\.5 {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
}

.\!k-translate-x-0\.5 {
    -webkit-transform: translateX(2px) !important;
            transform: translateX(2px) !important;
}

.k-translate-x-1 {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
}

.\!k-translate-x-1 {
    -webkit-transform: translateX(4px) !important;
            transform: translateX(4px) !important;
}

.k-translate-x-1\.5 {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
}

.\!k-translate-x-1\.5 {
    -webkit-transform: translateX(6px) !important;
            transform: translateX(6px) !important;
}

.k-translate-x-2 {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
}

.\!k-translate-x-2 {
    -webkit-transform: translateX(8px) !important;
            transform: translateX(8px) !important;
}

.k-translate-x-2\.5 {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
}

.\!k-translate-x-2\.5 {
    -webkit-transform: translateX(10px) !important;
            transform: translateX(10px) !important;
}

.k-translate-x-3 {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
}

.\!k-translate-x-3 {
    -webkit-transform: translateX(12px) !important;
            transform: translateX(12px) !important;
}

.k-translate-x-3\.5 {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
}

.\!k-translate-x-3\.5 {
    -webkit-transform: translateX(14px) !important;
            transform: translateX(14px) !important;
}

.k-translate-x-4 {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
}

.\!k-translate-x-4 {
    -webkit-transform: translateX(16px) !important;
            transform: translateX(16px) !important;
}

.k-translate-x-4\.5 {
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
}

.\!k-translate-x-4\.5 {
    -webkit-transform: translateX(18px) !important;
            transform: translateX(18px) !important;
}

.k-translate-x-5 {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
}

.\!k-translate-x-5 {
    -webkit-transform: translateX(20px) !important;
            transform: translateX(20px) !important;
}

.k-translate-x-5\.5 {
    -webkit-transform: translateX(22px);
            transform: translateX(22px);
}

.\!k-translate-x-5\.5 {
    -webkit-transform: translateX(22px) !important;
            transform: translateX(22px) !important;
}

.k-translate-x-6 {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
}

.\!k-translate-x-6 {
    -webkit-transform: translateX(24px) !important;
            transform: translateX(24px) !important;
}

.k-translate-x-6\.5 {
    -webkit-transform: translateX(26px);
            transform: translateX(26px);
}

.\!k-translate-x-6\.5 {
    -webkit-transform: translateX(26px) !important;
            transform: translateX(26px) !important;
}

.k-translate-x-7 {
    -webkit-transform: translateX(28px);
            transform: translateX(28px);
}

.\!k-translate-x-7 {
    -webkit-transform: translateX(28px) !important;
            transform: translateX(28px) !important;
}

.k-translate-x-7\.5 {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
}

.\!k-translate-x-7\.5 {
    -webkit-transform: translateX(30px) !important;
            transform: translateX(30px) !important;
}

.k-translate-x-8 {
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
}

.\!k-translate-x-8 {
    -webkit-transform: translateX(32px) !important;
            transform: translateX(32px) !important;
}

.k-translate-x-9 {
    -webkit-transform: translateX(36px);
            transform: translateX(36px);
}

.\!k-translate-x-9 {
    -webkit-transform: translateX(36px) !important;
            transform: translateX(36px) !important;
}

.k-translate-x-10 {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
}

.\!k-translate-x-10 {
    -webkit-transform: translateX(40px) !important;
            transform: translateX(40px) !important;
}

.k-translate-x-11 {
    -webkit-transform: translateX(44px);
            transform: translateX(44px);
}

.\!k-translate-x-11 {
    -webkit-transform: translateX(44px) !important;
            transform: translateX(44px) !important;
}

.k-translate-x-12 {
    -webkit-transform: translateX(48px);
            transform: translateX(48px);
}

.\!k-translate-x-12 {
    -webkit-transform: translateX(48px) !important;
            transform: translateX(48px) !important;
}

.k-translate-x-13 {
    -webkit-transform: translateX(52px);
            transform: translateX(52px);
}

.\!k-translate-x-13 {
    -webkit-transform: translateX(52px) !important;
            transform: translateX(52px) !important;
}

.k-translate-x-14 {
    -webkit-transform: translateX(56px);
            transform: translateX(56px);
}

.\!k-translate-x-14 {
    -webkit-transform: translateX(56px) !important;
            transform: translateX(56px) !important;
}

.k-translate-x-15 {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
}

.\!k-translate-x-15 {
    -webkit-transform: translateX(60px) !important;
            transform: translateX(60px) !important;
}

.k-translate-x-16 {
    -webkit-transform: translateX(64px);
            transform: translateX(64px);
}

.\!k-translate-x-16 {
    -webkit-transform: translateX(64px) !important;
            transform: translateX(64px) !important;
}

.k-translate-x-17 {
    -webkit-transform: translateX(68px);
            transform: translateX(68px);
}

.\!k-translate-x-17 {
    -webkit-transform: translateX(68px) !important;
            transform: translateX(68px) !important;
}

.k-translate-x-18 {
    -webkit-transform: translateX(72px);
            transform: translateX(72px);
}

.\!k-translate-x-18 {
    -webkit-transform: translateX(72px) !important;
            transform: translateX(72px) !important;
}

.k-translate-x-19 {
    -webkit-transform: translateX(76px);
            transform: translateX(76px);
}

.\!k-translate-x-19 {
    -webkit-transform: translateX(76px) !important;
            transform: translateX(76px) !important;
}

.k-translate-x-20 {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
}

.\!k-translate-x-20 {
    -webkit-transform: translateX(80px) !important;
            transform: translateX(80px) !important;
}

.k-translate-x-21 {
    -webkit-transform: translateX(84px);
            transform: translateX(84px);
}

.\!k-translate-x-21 {
    -webkit-transform: translateX(84px) !important;
            transform: translateX(84px) !important;
}

.k-translate-x-22 {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
}

.\!k-translate-x-22 {
    -webkit-transform: translateX(88px) !important;
            transform: translateX(88px) !important;
}

.k-translate-x-23 {
    -webkit-transform: translateX(92px);
            transform: translateX(92px);
}

.\!k-translate-x-23 {
    -webkit-transform: translateX(92px) !important;
            transform: translateX(92px) !important;
}

.k-translate-x-24 {
    -webkit-transform: translateX(96px);
            transform: translateX(96px);
}

.\!k-translate-x-24 {
    -webkit-transform: translateX(96px) !important;
            transform: translateX(96px) !important;
}

.k-translate-x-1\/2 {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
}

.\!k-translate-x-1\/2 {
    -webkit-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
}

.k-translate-x-1\/3 {
    -webkit-transform: translateX(33.333333%);
            transform: translateX(33.333333%);
}

.\!k-translate-x-1\/3 {
    -webkit-transform: translateX(33.333333%) !important;
            transform: translateX(33.333333%) !important;
}

.k-translate-x-2\/3 {
    -webkit-transform: translateX(66.666667%);
            transform: translateX(66.666667%);
}

.\!k-translate-x-2\/3 {
    -webkit-transform: translateX(66.666667%) !important;
            transform: translateX(66.666667%) !important;
}

.k-translate-x-1\/4 {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
}

.\!k-translate-x-1\/4 {
    -webkit-transform: translateX(25%) !important;
            transform: translateX(25%) !important;
}

.k-translate-x-2\/4 {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
}

.\!k-translate-x-2\/4 {
    -webkit-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
}

.k-translate-x-3\/4 {
    -webkit-transform: translateX(75%);
            transform: translateX(75%);
}

.\!k-translate-x-3\/4 {
    -webkit-transform: translateX(75%) !important;
            transform: translateX(75%) !important;
}

.k-translate-x-1\/5 {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
}

.\!k-translate-x-1\/5 {
    -webkit-transform: translateX(20%) !important;
            transform: translateX(20%) !important;
}

.k-translate-x-2\/5 {
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
}

.\!k-translate-x-2\/5 {
    -webkit-transform: translateX(40%) !important;
            transform: translateX(40%) !important;
}

.k-translate-x-3\/5 {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
}

.\!k-translate-x-3\/5 {
    -webkit-transform: translateX(60%) !important;
            transform: translateX(60%) !important;
}

.k-translate-x-4\/5 {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
}

.\!k-translate-x-4\/5 {
    -webkit-transform: translateX(80%) !important;
            transform: translateX(80%) !important;
}

.k-translate-x-1\/6 {
    -webkit-transform: translateX(16.666667%);
            transform: translateX(16.666667%);
}

.\!k-translate-x-1\/6 {
    -webkit-transform: translateX(16.666667%) !important;
            transform: translateX(16.666667%) !important;
}

.k-translate-x-2\/6 {
    -webkit-transform: translateX(33.333333%);
            transform: translateX(33.333333%);
}

.\!k-translate-x-2\/6 {
    -webkit-transform: translateX(33.333333%) !important;
            transform: translateX(33.333333%) !important;
}

.k-translate-x-3\/6 {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
}

.\!k-translate-x-3\/6 {
    -webkit-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
}

.k-translate-x-4\/6 {
    -webkit-transform: translateX(66.666667%);
            transform: translateX(66.666667%);
}

.\!k-translate-x-4\/6 {
    -webkit-transform: translateX(66.666667%) !important;
            transform: translateX(66.666667%) !important;
}

.k-translate-x-5\/6 {
    -webkit-transform: translateX(83.333333%);
            transform: translateX(83.333333%);
}

.\!k-translate-x-5\/6 {
    -webkit-transform: translateX(83.333333%) !important;
            transform: translateX(83.333333%) !important;
}

.k-translate-x-1\/12 {
    -webkit-transform: translateX(8.333333%);
            transform: translateX(8.333333%);
}

.\!k-translate-x-1\/12 {
    -webkit-transform: translateX(8.333333%) !important;
            transform: translateX(8.333333%) !important;
}

.k-translate-x-2\/12 {
    -webkit-transform: translateX(16.666667%);
            transform: translateX(16.666667%);
}

.\!k-translate-x-2\/12 {
    -webkit-transform: translateX(16.666667%) !important;
            transform: translateX(16.666667%) !important;
}

.k-translate-x-3\/12 {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
}

.\!k-translate-x-3\/12 {
    -webkit-transform: translateX(25%) !important;
            transform: translateX(25%) !important;
}

.k-translate-x-4\/12 {
    -webkit-transform: translateX(33.333333%);
            transform: translateX(33.333333%);
}

.\!k-translate-x-4\/12 {
    -webkit-transform: translateX(33.333333%) !important;
            transform: translateX(33.333333%) !important;
}

.k-translate-x-5\/12 {
    -webkit-transform: translateX(41.666667%);
            transform: translateX(41.666667%);
}

.\!k-translate-x-5\/12 {
    -webkit-transform: translateX(41.666667%) !important;
            transform: translateX(41.666667%) !important;
}

.k-translate-x-6\/12 {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
}

.\!k-translate-x-6\/12 {
    -webkit-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
}

.k-translate-x-7\/12 {
    -webkit-transform: translateX(58.333333%);
            transform: translateX(58.333333%);
}

.\!k-translate-x-7\/12 {
    -webkit-transform: translateX(58.333333%) !important;
            transform: translateX(58.333333%) !important;
}

.k-translate-x-8\/12 {
    -webkit-transform: translateX(66.666667%);
            transform: translateX(66.666667%);
}

.\!k-translate-x-8\/12 {
    -webkit-transform: translateX(66.666667%) !important;
            transform: translateX(66.666667%) !important;
}

.k-translate-x-9\/12 {
    -webkit-transform: translateX(75%);
            transform: translateX(75%);
}

.\!k-translate-x-9\/12 {
    -webkit-transform: translateX(75%) !important;
            transform: translateX(75%) !important;
}

.k-translate-x-10\/12 {
    -webkit-transform: translateX(83.333333%);
            transform: translateX(83.333333%);
}

.\!k-translate-x-10\/12 {
    -webkit-transform: translateX(83.333333%) !important;
            transform: translateX(83.333333%) !important;
}

.k-translate-x-11\/12 {
    -webkit-transform: translateX(91.666667%);
            transform: translateX(91.666667%);
}

.\!k-translate-x-11\/12 {
    -webkit-transform: translateX(91.666667%) !important;
            transform: translateX(91.666667%) !important;
}

.k-translate-x-full {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.\!k-translate-x-full {
    -webkit-transform: translateX(100%) !important;
            transform: translateX(100%) !important;
}

.k-translate-y-0 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.\!k-translate-y-0 {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
}

.k-translate-y-1px {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
}

.\!k-translate-y-1px {
    -webkit-transform: translateY(1px) !important;
            transform: translateY(1px) !important;
}

.k-translate-y-0\.5 {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
}

.\!k-translate-y-0\.5 {
    -webkit-transform: translateY(2px) !important;
            transform: translateY(2px) !important;
}

.k-translate-y-1 {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
}

.\!k-translate-y-1 {
    -webkit-transform: translateY(4px) !important;
            transform: translateY(4px) !important;
}

.k-translate-y-1\.5 {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
}

.\!k-translate-y-1\.5 {
    -webkit-transform: translateY(6px) !important;
            transform: translateY(6px) !important;
}

.k-translate-y-2 {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
}

.\!k-translate-y-2 {
    -webkit-transform: translateY(8px) !important;
            transform: translateY(8px) !important;
}

.k-translate-y-2\.5 {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
}

.\!k-translate-y-2\.5 {
    -webkit-transform: translateY(10px) !important;
            transform: translateY(10px) !important;
}

.k-translate-y-3 {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
}

.\!k-translate-y-3 {
    -webkit-transform: translateY(12px) !important;
            transform: translateY(12px) !important;
}

.k-translate-y-3\.5 {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
}

.\!k-translate-y-3\.5 {
    -webkit-transform: translateY(14px) !important;
            transform: translateY(14px) !important;
}

.k-translate-y-4 {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
}

.\!k-translate-y-4 {
    -webkit-transform: translateY(16px) !important;
            transform: translateY(16px) !important;
}

.k-translate-y-4\.5 {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
}

.\!k-translate-y-4\.5 {
    -webkit-transform: translateY(18px) !important;
            transform: translateY(18px) !important;
}

.k-translate-y-5 {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}

.\!k-translate-y-5 {
    -webkit-transform: translateY(20px) !important;
            transform: translateY(20px) !important;
}

.k-translate-y-5\.5 {
    -webkit-transform: translateY(22px);
            transform: translateY(22px);
}

.\!k-translate-y-5\.5 {
    -webkit-transform: translateY(22px) !important;
            transform: translateY(22px) !important;
}

.k-translate-y-6 {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
}

.\!k-translate-y-6 {
    -webkit-transform: translateY(24px) !important;
            transform: translateY(24px) !important;
}

.k-translate-y-6\.5 {
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
}

.\!k-translate-y-6\.5 {
    -webkit-transform: translateY(26px) !important;
            transform: translateY(26px) !important;
}

.k-translate-y-7 {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
}

.\!k-translate-y-7 {
    -webkit-transform: translateY(28px) !important;
            transform: translateY(28px) !important;
}

.k-translate-y-7\.5 {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
}

.\!k-translate-y-7\.5 {
    -webkit-transform: translateY(30px) !important;
            transform: translateY(30px) !important;
}

.k-translate-y-8 {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
}

.\!k-translate-y-8 {
    -webkit-transform: translateY(32px) !important;
            transform: translateY(32px) !important;
}

.k-translate-y-9 {
    -webkit-transform: translateY(36px);
            transform: translateY(36px);
}

.\!k-translate-y-9 {
    -webkit-transform: translateY(36px) !important;
            transform: translateY(36px) !important;
}

.k-translate-y-10 {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
}

.\!k-translate-y-10 {
    -webkit-transform: translateY(40px) !important;
            transform: translateY(40px) !important;
}

.k-translate-y-11 {
    -webkit-transform: translateY(44px);
            transform: translateY(44px);
}

.\!k-translate-y-11 {
    -webkit-transform: translateY(44px) !important;
            transform: translateY(44px) !important;
}

.k-translate-y-12 {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
}

.\!k-translate-y-12 {
    -webkit-transform: translateY(48px) !important;
            transform: translateY(48px) !important;
}

.k-translate-y-13 {
    -webkit-transform: translateY(52px);
            transform: translateY(52px);
}

.\!k-translate-y-13 {
    -webkit-transform: translateY(52px) !important;
            transform: translateY(52px) !important;
}

.k-translate-y-14 {
    -webkit-transform: translateY(56px);
            transform: translateY(56px);
}

.\!k-translate-y-14 {
    -webkit-transform: translateY(56px) !important;
            transform: translateY(56px) !important;
}

.k-translate-y-15 {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
}

.\!k-translate-y-15 {
    -webkit-transform: translateY(60px) !important;
            transform: translateY(60px) !important;
}

.k-translate-y-16 {
    -webkit-transform: translateY(64px);
            transform: translateY(64px);
}

.\!k-translate-y-16 {
    -webkit-transform: translateY(64px) !important;
            transform: translateY(64px) !important;
}

.k-translate-y-17 {
    -webkit-transform: translateY(68px);
            transform: translateY(68px);
}

.\!k-translate-y-17 {
    -webkit-transform: translateY(68px) !important;
            transform: translateY(68px) !important;
}

.k-translate-y-18 {
    -webkit-transform: translateY(72px);
            transform: translateY(72px);
}

.\!k-translate-y-18 {
    -webkit-transform: translateY(72px) !important;
            transform: translateY(72px) !important;
}

.k-translate-y-19 {
    -webkit-transform: translateY(76px);
            transform: translateY(76px);
}

.\!k-translate-y-19 {
    -webkit-transform: translateY(76px) !important;
            transform: translateY(76px) !important;
}

.k-translate-y-20 {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
}

.\!k-translate-y-20 {
    -webkit-transform: translateY(80px) !important;
            transform: translateY(80px) !important;
}

.k-translate-y-21 {
    -webkit-transform: translateY(84px);
            transform: translateY(84px);
}

.\!k-translate-y-21 {
    -webkit-transform: translateY(84px) !important;
            transform: translateY(84px) !important;
}

.k-translate-y-22 {
    -webkit-transform: translateY(88px);
            transform: translateY(88px);
}

.\!k-translate-y-22 {
    -webkit-transform: translateY(88px) !important;
            transform: translateY(88px) !important;
}

.k-translate-y-23 {
    -webkit-transform: translateY(92px);
            transform: translateY(92px);
}

.\!k-translate-y-23 {
    -webkit-transform: translateY(92px) !important;
            transform: translateY(92px) !important;
}

.k-translate-y-24 {
    -webkit-transform: translateY(96px);
            transform: translateY(96px);
}

.\!k-translate-y-24 {
    -webkit-transform: translateY(96px) !important;
            transform: translateY(96px) !important;
}

.k-translate-y-1\/2 {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}

.\!k-translate-y-1\/2 {
    -webkit-transform: translateY(50%) !important;
            transform: translateY(50%) !important;
}

.k-translate-y-1\/3 {
    -webkit-transform: translateY(33.333333%);
            transform: translateY(33.333333%);
}

.\!k-translate-y-1\/3 {
    -webkit-transform: translateY(33.333333%) !important;
            transform: translateY(33.333333%) !important;
}

.k-translate-y-2\/3 {
    -webkit-transform: translateY(66.666667%);
            transform: translateY(66.666667%);
}

.\!k-translate-y-2\/3 {
    -webkit-transform: translateY(66.666667%) !important;
            transform: translateY(66.666667%) !important;
}

.k-translate-y-1\/4 {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
}

.\!k-translate-y-1\/4 {
    -webkit-transform: translateY(25%) !important;
            transform: translateY(25%) !important;
}

.k-translate-y-2\/4 {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}

.\!k-translate-y-2\/4 {
    -webkit-transform: translateY(50%) !important;
            transform: translateY(50%) !important;
}

.k-translate-y-3\/4 {
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
}

.\!k-translate-y-3\/4 {
    -webkit-transform: translateY(75%) !important;
            transform: translateY(75%) !important;
}

.k-translate-y-1\/5 {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
}

.\!k-translate-y-1\/5 {
    -webkit-transform: translateY(20%) !important;
            transform: translateY(20%) !important;
}

.k-translate-y-2\/5 {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
}

.\!k-translate-y-2\/5 {
    -webkit-transform: translateY(40%) !important;
            transform: translateY(40%) !important;
}

.k-translate-y-3\/5 {
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
}

.\!k-translate-y-3\/5 {
    -webkit-transform: translateY(60%) !important;
            transform: translateY(60%) !important;
}

.k-translate-y-4\/5 {
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
}

.\!k-translate-y-4\/5 {
    -webkit-transform: translateY(80%) !important;
            transform: translateY(80%) !important;
}

.k-translate-y-1\/6 {
    -webkit-transform: translateY(16.666667%);
            transform: translateY(16.666667%);
}

.\!k-translate-y-1\/6 {
    -webkit-transform: translateY(16.666667%) !important;
            transform: translateY(16.666667%) !important;
}

.k-translate-y-2\/6 {
    -webkit-transform: translateY(33.333333%);
            transform: translateY(33.333333%);
}

.\!k-translate-y-2\/6 {
    -webkit-transform: translateY(33.333333%) !important;
            transform: translateY(33.333333%) !important;
}

.k-translate-y-3\/6 {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}

.\!k-translate-y-3\/6 {
    -webkit-transform: translateY(50%) !important;
            transform: translateY(50%) !important;
}

.k-translate-y-4\/6 {
    -webkit-transform: translateY(66.666667%);
            transform: translateY(66.666667%);
}

.\!k-translate-y-4\/6 {
    -webkit-transform: translateY(66.666667%) !important;
            transform: translateY(66.666667%) !important;
}

.k-translate-y-5\/6 {
    -webkit-transform: translateY(83.333333%);
            transform: translateY(83.333333%);
}

.\!k-translate-y-5\/6 {
    -webkit-transform: translateY(83.333333%) !important;
            transform: translateY(83.333333%) !important;
}

.k-translate-y-1\/12 {
    -webkit-transform: translateY(8.333333%);
            transform: translateY(8.333333%);
}

.\!k-translate-y-1\/12 {
    -webkit-transform: translateY(8.333333%) !important;
            transform: translateY(8.333333%) !important;
}

.k-translate-y-2\/12 {
    -webkit-transform: translateY(16.666667%);
            transform: translateY(16.666667%);
}

.\!k-translate-y-2\/12 {
    -webkit-transform: translateY(16.666667%) !important;
            transform: translateY(16.666667%) !important;
}

.k-translate-y-3\/12 {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
}

.\!k-translate-y-3\/12 {
    -webkit-transform: translateY(25%) !important;
            transform: translateY(25%) !important;
}

.k-translate-y-4\/12 {
    -webkit-transform: translateY(33.333333%);
            transform: translateY(33.333333%);
}

.\!k-translate-y-4\/12 {
    -webkit-transform: translateY(33.333333%) !important;
            transform: translateY(33.333333%) !important;
}

.k-translate-y-5\/12 {
    -webkit-transform: translateY(41.666667%);
            transform: translateY(41.666667%);
}

.\!k-translate-y-5\/12 {
    -webkit-transform: translateY(41.666667%) !important;
            transform: translateY(41.666667%) !important;
}

.k-translate-y-6\/12 {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}

.\!k-translate-y-6\/12 {
    -webkit-transform: translateY(50%) !important;
            transform: translateY(50%) !important;
}

.k-translate-y-7\/12 {
    -webkit-transform: translateY(58.333333%);
            transform: translateY(58.333333%);
}

.\!k-translate-y-7\/12 {
    -webkit-transform: translateY(58.333333%) !important;
            transform: translateY(58.333333%) !important;
}

.k-translate-y-8\/12 {
    -webkit-transform: translateY(66.666667%);
            transform: translateY(66.666667%);
}

.\!k-translate-y-8\/12 {
    -webkit-transform: translateY(66.666667%) !important;
            transform: translateY(66.666667%) !important;
}

.k-translate-y-9\/12 {
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
}

.\!k-translate-y-9\/12 {
    -webkit-transform: translateY(75%) !important;
            transform: translateY(75%) !important;
}

.k-translate-y-10\/12 {
    -webkit-transform: translateY(83.333333%);
            transform: translateY(83.333333%);
}

.\!k-translate-y-10\/12 {
    -webkit-transform: translateY(83.333333%) !important;
            transform: translateY(83.333333%) !important;
}

.k-translate-y-11\/12 {
    -webkit-transform: translateY(91.666667%);
            transform: translateY(91.666667%);
}

.\!k-translate-y-11\/12 {
    -webkit-transform: translateY(91.666667%) !important;
            transform: translateY(91.666667%) !important;
}

.k-translate-y-full {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.\!k-translate-y-full {
    -webkit-transform: translateY(100%) !important;
            transform: translateY(100%) !important;
}

.k-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.\!k-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}

.k-appearance-auto {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
}

.\!k-appearance-auto {
    -webkit-appearance: auto !important;
       -moz-appearance: auto !important;
            appearance: auto !important;
}

.k-cursor-none {
    cursor: none;
}

.\!k-cursor-none {
    cursor: none !important;
}

.k-cursor-auto {
    cursor: auto;
}

.\!k-cursor-auto {
    cursor: auto !important;
}

.k-cursor-default {
    cursor: default;
}

.\!k-cursor-default {
    cursor: default !important;
}

.k-cursor-context-menu {
    cursor: context-menu;
}

.\!k-cursor-context-menu {
    cursor: context-menu !important;
}

.k-cursor-help {
    cursor: help;
}

.\!k-cursor-help {
    cursor: help !important;
}

.k-cursor-pointer {
    cursor: pointer;
}

.\!k-cursor-pointer {
    cursor: pointer !important;
}

.k-cursor-progress {
    cursor: progress;
}

.\!k-cursor-progress {
    cursor: progress !important;
}

.k-cursor-wait {
    cursor: wait;
}

.\!k-cursor-wait {
    cursor: wait !important;
}

.k-cursor-cell {
    cursor: cell;
}

.\!k-cursor-cell {
    cursor: cell !important;
}

.k-cursor-crosshair {
    cursor: crosshair;
}

.\!k-cursor-crosshair {
    cursor: crosshair !important;
}

.k-cursor-text {
    cursor: text;
}

.\!k-cursor-text {
    cursor: text !important;
}

.k-cursor-vertical-text {
    cursor: vertical-text;
}

.\!k-cursor-vertical-text {
    cursor: vertical-text !important;
}

.k-cursor-alias {
    cursor: alias;
}

.\!k-cursor-alias {
    cursor: alias !important;
}

.k-cursor-copy {
    cursor: copy;
}

.\!k-cursor-copy {
    cursor: copy !important;
}

.k-cursor-move {
    cursor: move;
}

.\!k-cursor-move {
    cursor: move !important;
}

.k-cursor-no-drop {
    cursor: no-drop;
}

.\!k-cursor-no-drop {
    cursor: no-drop !important;
}

.k-cursor-not-allowed {
    cursor: not-allowed;
}

.\!k-cursor-not-allowed {
    cursor: not-allowed !important;
}

.k-cursor-e-resize {
    cursor: e-resize;
}

.\!k-cursor-e-resize {
    cursor: e-resize !important;
}

.k-cursor-n-resize {
    cursor: n-resize;
}

.\!k-cursor-n-resize {
    cursor: n-resize !important;
}

.k-cursor-ne-resize {
    cursor: ne-resize;
}

.\!k-cursor-ne-resize {
    cursor: ne-resize !important;
}

.k-cursor-nw-resize {
    cursor: nw-resize;
}

.\!k-cursor-nw-resize {
    cursor: nw-resize !important;
}

.k-cursor-s-resize {
    cursor: s-resize;
}

.\!k-cursor-s-resize {
    cursor: s-resize !important;
}

.k-cursor-se-resize {
    cursor: se-resize;
}

.\!k-cursor-se-resize {
    cursor: se-resize !important;
}

.k-cursor-sw-resize {
    cursor: sw-resize;
}

.\!k-cursor-sw-resize {
    cursor: sw-resize !important;
}

.k-cursor-w-resize {
    cursor: w-resize;
}

.\!k-cursor-w-resize {
    cursor: w-resize !important;
}

.k-cursor-ew-resize {
    cursor: ew-resize;
}

.\!k-cursor-ew-resize {
    cursor: ew-resize !important;
}

.k-cursor-ns-resize {
    cursor: ns-resize;
}

.\!k-cursor-ns-resize {
    cursor: ns-resize !important;
}

.k-cursor-nesw-resize {
    cursor: nesw-resize;
}

.\!k-cursor-nesw-resize {
    cursor: nesw-resize !important;
}

.k-cursor-nwse-resize {
    cursor: nwse-resize;
}

.\!k-cursor-nwse-resize {
    cursor: nwse-resize !important;
}

.k-cursor-col-resize {
    cursor: col-resize;
}

.\!k-cursor-col-resize {
    cursor: col-resize !important;
}

.k-cursor-row-resize {
    cursor: row-resize;
}

.\!k-cursor-row-resize {
    cursor: row-resize !important;
}

.k-cursor-all-scroll {
    cursor: all-scroll;
}

.\!k-cursor-all-scroll {
    cursor: all-scroll !important;
}

.k-cursor-zoom-in {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.\!k-cursor-zoom-in {
    cursor: -webkit-zoom-in !important;
    cursor: zoom-in !important;
}

.k-cursor-zoom-out {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.\!k-cursor-zoom-out {
    cursor: -webkit-zoom-out !important;
    cursor: zoom-out !important;
}

.k-cursor-grab {
    cursor: -webkit-grab;
    cursor: grab;
}

.\!k-cursor-grab {
    cursor: -webkit-grab !important;
    cursor: grab !important;
}

.k-cursor-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.\!k-cursor-grabbing {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
}

.k-pointer-events-none {
    pointer-events: none;
}

.\!k-pointer-events-none {
    pointer-events: none !important;
}

.k-pointer-events-auto {
    pointer-events: auto;
}

.\!k-pointer-events-auto {
    pointer-events: auto !important;
}

.k-resize {
    resize: both;
}

.\!k-resize {
    resize: both !important;
}

.k-resize-none {
    resize: none;
}

.\!k-resize-none {
    resize: none !important;
}

.k-resize-x {
    resize: horizontal;
}

.\!k-resize-x {
    resize: horizontal !important;
}

.k-resize-y {
    resize: vertical;
}

.\!k-resize-y {
    resize: vertical !important;
}

.k-scroll-auto {
    scroll-behavior: auto;
}

.\!k-scroll-auto {
    scroll-behavior: auto !important;
}

.k-scroll-smooth {
    scroll-behavior: smooth;
}

.\!k-scroll-smooth {
    scroll-behavior: smooth !important;
}

.k-scroll-snap-none {
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
}

.\!k-scroll-snap-none {
    -ms-scroll-snap-type: none !important;
        scroll-snap-type: none !important;
}

.k-scroll-snap-snap-x {
    -ms-scroll-snap-type: x var(--k-scroll-snap-strictness);
        scroll-snap-type: x var(--k-scroll-snap-strictness);
}

.\!k-scroll-snap-snap-x {
    -ms-scroll-snap-type: x var(--k-scroll-snap-strictness) !important;
        scroll-snap-type: x var(--k-scroll-snap-strictness) !important;
}

.k-scroll-snap-snap-y {
    -ms-scroll-snap-type: y var(--k-scroll-snap-strictness);
        scroll-snap-type: y var(--k-scroll-snap-strictness);
}

.\!k-scroll-snap-snap-y {
    -ms-scroll-snap-type: y var(--k-scroll-snap-strictness) !important;
        scroll-snap-type: y var(--k-scroll-snap-strictness) !important;
}

.k-scroll-snap-snap-both {
    -ms-scroll-snap-type: both var(--k-scroll-snap-strictness);
        scroll-snap-type: both var(--k-scroll-snap-strictness);
}

.\!k-scroll-snap-snap-both {
    -ms-scroll-snap-type: both var(--k-scroll-snap-strictness) !important;
        scroll-snap-type: both var(--k-scroll-snap-strictness) !important;
}

.k-scroll-snap-mandatory {
    --k-scroll-snap-strictness: mandatory;
}

.k-scroll-snap-proximity {
    --k-scroll-snap-strictness: proximity;
}

.k-scroll-snap-stop-normal {
    scroll-snap-stop: normal;
}

.\!k-scroll-snap-stop-normal {
    scroll-snap-stop: normal !important;
}

.k-scroll-snap-stop-always {
    scroll-snap-stop: always;
}

.\!k-scroll-snap-stop-always {
    scroll-snap-stop: always !important;
}

.k-scroll-snap-align-start {
    scroll-snap-align: start;
}

.\!k-scroll-snap-align-start {
    scroll-snap-align: start !important;
}

.k-scroll-snap-align-end {
    scroll-snap-align: end;
}

.\!k-scroll-snap-align-end {
    scroll-snap-align: end !important;
}

.k-scroll-snap-align-center {
    scroll-snap-align: center;
}

.\!k-scroll-snap-align-center {
    scroll-snap-align: center !important;
}

.k-scroll-snap-align-none {
    scroll-snap-align: none;
}

.\!k-scroll-snap-align-none {
    scroll-snap-align: none !important;
}

.k-scroll-m-0 {
    scroll-margin: 0;
}

.\!k-scroll-m-0 {
    scroll-margin: 0 !important;
}

.k-scroll-m-1px {
    scroll-margin: 1px;
}

.\!k-scroll-m-1px {
    scroll-margin: 1px !important;
}

.k-scroll-m-0\.5 {
    scroll-margin: 2px;
}

.\!k-scroll-m-0\.5 {
    scroll-margin: 2px !important;
}

.k-scroll-m-1 {
    scroll-margin: 4px;
}

.\!k-scroll-m-1 {
    scroll-margin: 4px !important;
}

.k-scroll-m-1\.5 {
    scroll-margin: 6px;
}

.\!k-scroll-m-1\.5 {
    scroll-margin: 6px !important;
}

.k-scroll-m-2 {
    scroll-margin: 8px;
}

.\!k-scroll-m-2 {
    scroll-margin: 8px !important;
}

.k-scroll-m-2\.5 {
    scroll-margin: 10px;
}

.\!k-scroll-m-2\.5 {
    scroll-margin: 10px !important;
}

.k-scroll-m-3 {
    scroll-margin: 12px;
}

.\!k-scroll-m-3 {
    scroll-margin: 12px !important;
}

.k-scroll-m-3\.5 {
    scroll-margin: 14px;
}

.\!k-scroll-m-3\.5 {
    scroll-margin: 14px !important;
}

.k-scroll-m-4 {
    scroll-margin: 16px;
}

.\!k-scroll-m-4 {
    scroll-margin: 16px !important;
}

.k-scroll-m-4\.5 {
    scroll-margin: 18px;
}

.\!k-scroll-m-4\.5 {
    scroll-margin: 18px !important;
}

.k-scroll-m-5 {
    scroll-margin: 20px;
}

.\!k-scroll-m-5 {
    scroll-margin: 20px !important;
}

.k-scroll-m-5\.5 {
    scroll-margin: 22px;
}

.\!k-scroll-m-5\.5 {
    scroll-margin: 22px !important;
}

.k-scroll-m-6 {
    scroll-margin: 24px;
}

.\!k-scroll-m-6 {
    scroll-margin: 24px !important;
}

.k-scroll-m-6\.5 {
    scroll-margin: 26px;
}

.\!k-scroll-m-6\.5 {
    scroll-margin: 26px !important;
}

.k-scroll-m-7 {
    scroll-margin: 28px;
}

.\!k-scroll-m-7 {
    scroll-margin: 28px !important;
}

.k-scroll-m-7\.5 {
    scroll-margin: 30px;
}

.\!k-scroll-m-7\.5 {
    scroll-margin: 30px !important;
}

.k-scroll-m-8 {
    scroll-margin: 32px;
}

.\!k-scroll-m-8 {
    scroll-margin: 32px !important;
}

.k-scroll-m-9 {
    scroll-margin: 36px;
}

.\!k-scroll-m-9 {
    scroll-margin: 36px !important;
}

.k-scroll-m-10 {
    scroll-margin: 40px;
}

.\!k-scroll-m-10 {
    scroll-margin: 40px !important;
}

.k-scroll-m-11 {
    scroll-margin: 44px;
}

.\!k-scroll-m-11 {
    scroll-margin: 44px !important;
}

.k-scroll-m-12 {
    scroll-margin: 48px;
}

.\!k-scroll-m-12 {
    scroll-margin: 48px !important;
}

.k-scroll-m-13 {
    scroll-margin: 52px;
}

.\!k-scroll-m-13 {
    scroll-margin: 52px !important;
}

.k-scroll-m-14 {
    scroll-margin: 56px;
}

.\!k-scroll-m-14 {
    scroll-margin: 56px !important;
}

.k-scroll-m-15 {
    scroll-margin: 60px;
}

.\!k-scroll-m-15 {
    scroll-margin: 60px !important;
}

.k-scroll-m-16 {
    scroll-margin: 64px;
}

.\!k-scroll-m-16 {
    scroll-margin: 64px !important;
}

.k-scroll-m-17 {
    scroll-margin: 68px;
}

.\!k-scroll-m-17 {
    scroll-margin: 68px !important;
}

.k-scroll-m-18 {
    scroll-margin: 72px;
}

.\!k-scroll-m-18 {
    scroll-margin: 72px !important;
}

.k-scroll-m-19 {
    scroll-margin: 76px;
}

.\!k-scroll-m-19 {
    scroll-margin: 76px !important;
}

.k-scroll-m-20 {
    scroll-margin: 80px;
}

.\!k-scroll-m-20 {
    scroll-margin: 80px !important;
}

.k-scroll-m-21 {
    scroll-margin: 84px;
}

.\!k-scroll-m-21 {
    scroll-margin: 84px !important;
}

.k-scroll-m-22 {
    scroll-margin: 88px;
}

.\!k-scroll-m-22 {
    scroll-margin: 88px !important;
}

.k-scroll-m-23 {
    scroll-margin: 92px;
}

.\!k-scroll-m-23 {
    scroll-margin: 92px !important;
}

.k-scroll-m-24 {
    scroll-margin: 96px;
}

.\!k-scroll-m-24 {
    scroll-margin: 96px !important;
}

.k-scroll-mt-0 {
    scroll-margin-top: 0;
}

.\!k-scroll-mt-0 {
    scroll-margin-top: 0 !important;
}

.k-scroll-mt-1px {
    scroll-margin-top: 1px;
}

.\!k-scroll-mt-1px {
    scroll-margin-top: 1px !important;
}

.k-scroll-mt-0\.5 {
    scroll-margin-top: 2px;
}

.\!k-scroll-mt-0\.5 {
    scroll-margin-top: 2px !important;
}

.k-scroll-mt-1 {
    scroll-margin-top: 4px;
}

.\!k-scroll-mt-1 {
    scroll-margin-top: 4px !important;
}

.k-scroll-mt-1\.5 {
    scroll-margin-top: 6px;
}

.\!k-scroll-mt-1\.5 {
    scroll-margin-top: 6px !important;
}

.k-scroll-mt-2 {
    scroll-margin-top: 8px;
}

.\!k-scroll-mt-2 {
    scroll-margin-top: 8px !important;
}

.k-scroll-mt-2\.5 {
    scroll-margin-top: 10px;
}

.\!k-scroll-mt-2\.5 {
    scroll-margin-top: 10px !important;
}

.k-scroll-mt-3 {
    scroll-margin-top: 12px;
}

.\!k-scroll-mt-3 {
    scroll-margin-top: 12px !important;
}

.k-scroll-mt-3\.5 {
    scroll-margin-top: 14px;
}

.\!k-scroll-mt-3\.5 {
    scroll-margin-top: 14px !important;
}

.k-scroll-mt-4 {
    scroll-margin-top: 16px;
}

.\!k-scroll-mt-4 {
    scroll-margin-top: 16px !important;
}

.k-scroll-mt-4\.5 {
    scroll-margin-top: 18px;
}

.\!k-scroll-mt-4\.5 {
    scroll-margin-top: 18px !important;
}

.k-scroll-mt-5 {
    scroll-margin-top: 20px;
}

.\!k-scroll-mt-5 {
    scroll-margin-top: 20px !important;
}

.k-scroll-mt-5\.5 {
    scroll-margin-top: 22px;
}

.\!k-scroll-mt-5\.5 {
    scroll-margin-top: 22px !important;
}

.k-scroll-mt-6 {
    scroll-margin-top: 24px;
}

.\!k-scroll-mt-6 {
    scroll-margin-top: 24px !important;
}

.k-scroll-mt-6\.5 {
    scroll-margin-top: 26px;
}

.\!k-scroll-mt-6\.5 {
    scroll-margin-top: 26px !important;
}

.k-scroll-mt-7 {
    scroll-margin-top: 28px;
}

.\!k-scroll-mt-7 {
    scroll-margin-top: 28px !important;
}

.k-scroll-mt-7\.5 {
    scroll-margin-top: 30px;
}

.\!k-scroll-mt-7\.5 {
    scroll-margin-top: 30px !important;
}

.k-scroll-mt-8 {
    scroll-margin-top: 32px;
}

.\!k-scroll-mt-8 {
    scroll-margin-top: 32px !important;
}

.k-scroll-mt-9 {
    scroll-margin-top: 36px;
}

.\!k-scroll-mt-9 {
    scroll-margin-top: 36px !important;
}

.k-scroll-mt-10 {
    scroll-margin-top: 40px;
}

.\!k-scroll-mt-10 {
    scroll-margin-top: 40px !important;
}

.k-scroll-mt-11 {
    scroll-margin-top: 44px;
}

.\!k-scroll-mt-11 {
    scroll-margin-top: 44px !important;
}

.k-scroll-mt-12 {
    scroll-margin-top: 48px;
}

.\!k-scroll-mt-12 {
    scroll-margin-top: 48px !important;
}

.k-scroll-mt-13 {
    scroll-margin-top: 52px;
}

.\!k-scroll-mt-13 {
    scroll-margin-top: 52px !important;
}

.k-scroll-mt-14 {
    scroll-margin-top: 56px;
}

.\!k-scroll-mt-14 {
    scroll-margin-top: 56px !important;
}

.k-scroll-mt-15 {
    scroll-margin-top: 60px;
}

.\!k-scroll-mt-15 {
    scroll-margin-top: 60px !important;
}

.k-scroll-mt-16 {
    scroll-margin-top: 64px;
}

.\!k-scroll-mt-16 {
    scroll-margin-top: 64px !important;
}

.k-scroll-mt-17 {
    scroll-margin-top: 68px;
}

.\!k-scroll-mt-17 {
    scroll-margin-top: 68px !important;
}

.k-scroll-mt-18 {
    scroll-margin-top: 72px;
}

.\!k-scroll-mt-18 {
    scroll-margin-top: 72px !important;
}

.k-scroll-mt-19 {
    scroll-margin-top: 76px;
}

.\!k-scroll-mt-19 {
    scroll-margin-top: 76px !important;
}

.k-scroll-mt-20 {
    scroll-margin-top: 80px;
}

.\!k-scroll-mt-20 {
    scroll-margin-top: 80px !important;
}

.k-scroll-mt-21 {
    scroll-margin-top: 84px;
}

.\!k-scroll-mt-21 {
    scroll-margin-top: 84px !important;
}

.k-scroll-mt-22 {
    scroll-margin-top: 88px;
}

.\!k-scroll-mt-22 {
    scroll-margin-top: 88px !important;
}

.k-scroll-mt-23 {
    scroll-margin-top: 92px;
}

.\!k-scroll-mt-23 {
    scroll-margin-top: 92px !important;
}

.k-scroll-mt-24 {
    scroll-margin-top: 96px;
}

.\!k-scroll-mt-24 {
    scroll-margin-top: 96px !important;
}

.k-scroll-mr-0 {
    scroll-margin-right: 0;
}

.\!k-scroll-mr-0 {
    scroll-margin-right: 0 !important;
}

.k-scroll-mr-1px {
    scroll-margin-right: 1px;
}

.\!k-scroll-mr-1px {
    scroll-margin-right: 1px !important;
}

.k-scroll-mr-0\.5 {
    scroll-margin-right: 2px;
}

.\!k-scroll-mr-0\.5 {
    scroll-margin-right: 2px !important;
}

.k-scroll-mr-1 {
    scroll-margin-right: 4px;
}

.\!k-scroll-mr-1 {
    scroll-margin-right: 4px !important;
}

.k-scroll-mr-1\.5 {
    scroll-margin-right: 6px;
}

.\!k-scroll-mr-1\.5 {
    scroll-margin-right: 6px !important;
}

.k-scroll-mr-2 {
    scroll-margin-right: 8px;
}

.\!k-scroll-mr-2 {
    scroll-margin-right: 8px !important;
}

.k-scroll-mr-2\.5 {
    scroll-margin-right: 10px;
}

.\!k-scroll-mr-2\.5 {
    scroll-margin-right: 10px !important;
}

.k-scroll-mr-3 {
    scroll-margin-right: 12px;
}

.\!k-scroll-mr-3 {
    scroll-margin-right: 12px !important;
}

.k-scroll-mr-3\.5 {
    scroll-margin-right: 14px;
}

.\!k-scroll-mr-3\.5 {
    scroll-margin-right: 14px !important;
}

.k-scroll-mr-4 {
    scroll-margin-right: 16px;
}

.\!k-scroll-mr-4 {
    scroll-margin-right: 16px !important;
}

.k-scroll-mr-4\.5 {
    scroll-margin-right: 18px;
}

.\!k-scroll-mr-4\.5 {
    scroll-margin-right: 18px !important;
}

.k-scroll-mr-5 {
    scroll-margin-right: 20px;
}

.\!k-scroll-mr-5 {
    scroll-margin-right: 20px !important;
}

.k-scroll-mr-5\.5 {
    scroll-margin-right: 22px;
}

.\!k-scroll-mr-5\.5 {
    scroll-margin-right: 22px !important;
}

.k-scroll-mr-6 {
    scroll-margin-right: 24px;
}

.\!k-scroll-mr-6 {
    scroll-margin-right: 24px !important;
}

.k-scroll-mr-6\.5 {
    scroll-margin-right: 26px;
}

.\!k-scroll-mr-6\.5 {
    scroll-margin-right: 26px !important;
}

.k-scroll-mr-7 {
    scroll-margin-right: 28px;
}

.\!k-scroll-mr-7 {
    scroll-margin-right: 28px !important;
}

.k-scroll-mr-7\.5 {
    scroll-margin-right: 30px;
}

.\!k-scroll-mr-7\.5 {
    scroll-margin-right: 30px !important;
}

.k-scroll-mr-8 {
    scroll-margin-right: 32px;
}

.\!k-scroll-mr-8 {
    scroll-margin-right: 32px !important;
}

.k-scroll-mr-9 {
    scroll-margin-right: 36px;
}

.\!k-scroll-mr-9 {
    scroll-margin-right: 36px !important;
}

.k-scroll-mr-10 {
    scroll-margin-right: 40px;
}

.\!k-scroll-mr-10 {
    scroll-margin-right: 40px !important;
}

.k-scroll-mr-11 {
    scroll-margin-right: 44px;
}

.\!k-scroll-mr-11 {
    scroll-margin-right: 44px !important;
}

.k-scroll-mr-12 {
    scroll-margin-right: 48px;
}

.\!k-scroll-mr-12 {
    scroll-margin-right: 48px !important;
}

.k-scroll-mr-13 {
    scroll-margin-right: 52px;
}

.\!k-scroll-mr-13 {
    scroll-margin-right: 52px !important;
}

.k-scroll-mr-14 {
    scroll-margin-right: 56px;
}

.\!k-scroll-mr-14 {
    scroll-margin-right: 56px !important;
}

.k-scroll-mr-15 {
    scroll-margin-right: 60px;
}

.\!k-scroll-mr-15 {
    scroll-margin-right: 60px !important;
}

.k-scroll-mr-16 {
    scroll-margin-right: 64px;
}

.\!k-scroll-mr-16 {
    scroll-margin-right: 64px !important;
}

.k-scroll-mr-17 {
    scroll-margin-right: 68px;
}

.\!k-scroll-mr-17 {
    scroll-margin-right: 68px !important;
}

.k-scroll-mr-18 {
    scroll-margin-right: 72px;
}

.\!k-scroll-mr-18 {
    scroll-margin-right: 72px !important;
}

.k-scroll-mr-19 {
    scroll-margin-right: 76px;
}

.\!k-scroll-mr-19 {
    scroll-margin-right: 76px !important;
}

.k-scroll-mr-20 {
    scroll-margin-right: 80px;
}

.\!k-scroll-mr-20 {
    scroll-margin-right: 80px !important;
}

.k-scroll-mr-21 {
    scroll-margin-right: 84px;
}

.\!k-scroll-mr-21 {
    scroll-margin-right: 84px !important;
}

.k-scroll-mr-22 {
    scroll-margin-right: 88px;
}

.\!k-scroll-mr-22 {
    scroll-margin-right: 88px !important;
}

.k-scroll-mr-23 {
    scroll-margin-right: 92px;
}

.\!k-scroll-mr-23 {
    scroll-margin-right: 92px !important;
}

.k-scroll-mr-24 {
    scroll-margin-right: 96px;
}

.\!k-scroll-mr-24 {
    scroll-margin-right: 96px !important;
}

.k-scroll-mb-0 {
    scroll-margin-bottom: 0;
}

.\!k-scroll-mb-0 {
    scroll-margin-bottom: 0 !important;
}

.k-scroll-mb-1px {
    scroll-margin-bottom: 1px;
}

.\!k-scroll-mb-1px {
    scroll-margin-bottom: 1px !important;
}

.k-scroll-mb-0\.5 {
    scroll-margin-bottom: 2px;
}

.\!k-scroll-mb-0\.5 {
    scroll-margin-bottom: 2px !important;
}

.k-scroll-mb-1 {
    scroll-margin-bottom: 4px;
}

.\!k-scroll-mb-1 {
    scroll-margin-bottom: 4px !important;
}

.k-scroll-mb-1\.5 {
    scroll-margin-bottom: 6px;
}

.\!k-scroll-mb-1\.5 {
    scroll-margin-bottom: 6px !important;
}

.k-scroll-mb-2 {
    scroll-margin-bottom: 8px;
}

.\!k-scroll-mb-2 {
    scroll-margin-bottom: 8px !important;
}

.k-scroll-mb-2\.5 {
    scroll-margin-bottom: 10px;
}

.\!k-scroll-mb-2\.5 {
    scroll-margin-bottom: 10px !important;
}

.k-scroll-mb-3 {
    scroll-margin-bottom: 12px;
}

.\!k-scroll-mb-3 {
    scroll-margin-bottom: 12px !important;
}

.k-scroll-mb-3\.5 {
    scroll-margin-bottom: 14px;
}

.\!k-scroll-mb-3\.5 {
    scroll-margin-bottom: 14px !important;
}

.k-scroll-mb-4 {
    scroll-margin-bottom: 16px;
}

.\!k-scroll-mb-4 {
    scroll-margin-bottom: 16px !important;
}

.k-scroll-mb-4\.5 {
    scroll-margin-bottom: 18px;
}

.\!k-scroll-mb-4\.5 {
    scroll-margin-bottom: 18px !important;
}

.k-scroll-mb-5 {
    scroll-margin-bottom: 20px;
}

.\!k-scroll-mb-5 {
    scroll-margin-bottom: 20px !important;
}

.k-scroll-mb-5\.5 {
    scroll-margin-bottom: 22px;
}

.\!k-scroll-mb-5\.5 {
    scroll-margin-bottom: 22px !important;
}

.k-scroll-mb-6 {
    scroll-margin-bottom: 24px;
}

.\!k-scroll-mb-6 {
    scroll-margin-bottom: 24px !important;
}

.k-scroll-mb-6\.5 {
    scroll-margin-bottom: 26px;
}

.\!k-scroll-mb-6\.5 {
    scroll-margin-bottom: 26px !important;
}

.k-scroll-mb-7 {
    scroll-margin-bottom: 28px;
}

.\!k-scroll-mb-7 {
    scroll-margin-bottom: 28px !important;
}

.k-scroll-mb-7\.5 {
    scroll-margin-bottom: 30px;
}

.\!k-scroll-mb-7\.5 {
    scroll-margin-bottom: 30px !important;
}

.k-scroll-mb-8 {
    scroll-margin-bottom: 32px;
}

.\!k-scroll-mb-8 {
    scroll-margin-bottom: 32px !important;
}

.k-scroll-mb-9 {
    scroll-margin-bottom: 36px;
}

.\!k-scroll-mb-9 {
    scroll-margin-bottom: 36px !important;
}

.k-scroll-mb-10 {
    scroll-margin-bottom: 40px;
}

.\!k-scroll-mb-10 {
    scroll-margin-bottom: 40px !important;
}

.k-scroll-mb-11 {
    scroll-margin-bottom: 44px;
}

.\!k-scroll-mb-11 {
    scroll-margin-bottom: 44px !important;
}

.k-scroll-mb-12 {
    scroll-margin-bottom: 48px;
}

.\!k-scroll-mb-12 {
    scroll-margin-bottom: 48px !important;
}

.k-scroll-mb-13 {
    scroll-margin-bottom: 52px;
}

.\!k-scroll-mb-13 {
    scroll-margin-bottom: 52px !important;
}

.k-scroll-mb-14 {
    scroll-margin-bottom: 56px;
}

.\!k-scroll-mb-14 {
    scroll-margin-bottom: 56px !important;
}

.k-scroll-mb-15 {
    scroll-margin-bottom: 60px;
}

.\!k-scroll-mb-15 {
    scroll-margin-bottom: 60px !important;
}

.k-scroll-mb-16 {
    scroll-margin-bottom: 64px;
}

.\!k-scroll-mb-16 {
    scroll-margin-bottom: 64px !important;
}

.k-scroll-mb-17 {
    scroll-margin-bottom: 68px;
}

.\!k-scroll-mb-17 {
    scroll-margin-bottom: 68px !important;
}

.k-scroll-mb-18 {
    scroll-margin-bottom: 72px;
}

.\!k-scroll-mb-18 {
    scroll-margin-bottom: 72px !important;
}

.k-scroll-mb-19 {
    scroll-margin-bottom: 76px;
}

.\!k-scroll-mb-19 {
    scroll-margin-bottom: 76px !important;
}

.k-scroll-mb-20 {
    scroll-margin-bottom: 80px;
}

.\!k-scroll-mb-20 {
    scroll-margin-bottom: 80px !important;
}

.k-scroll-mb-21 {
    scroll-margin-bottom: 84px;
}

.\!k-scroll-mb-21 {
    scroll-margin-bottom: 84px !important;
}

.k-scroll-mb-22 {
    scroll-margin-bottom: 88px;
}

.\!k-scroll-mb-22 {
    scroll-margin-bottom: 88px !important;
}

.k-scroll-mb-23 {
    scroll-margin-bottom: 92px;
}

.\!k-scroll-mb-23 {
    scroll-margin-bottom: 92px !important;
}

.k-scroll-mb-24 {
    scroll-margin-bottom: 96px;
}

.\!k-scroll-mb-24 {
    scroll-margin-bottom: 96px !important;
}

.k-scroll-ml-0 {
    scroll-margin-left: 0;
}

.\!k-scroll-ml-0 {
    scroll-margin-left: 0 !important;
}

.k-scroll-ml-1px {
    scroll-margin-left: 1px;
}

.\!k-scroll-ml-1px {
    scroll-margin-left: 1px !important;
}

.k-scroll-ml-0\.5 {
    scroll-margin-left: 2px;
}

.\!k-scroll-ml-0\.5 {
    scroll-margin-left: 2px !important;
}

.k-scroll-ml-1 {
    scroll-margin-left: 4px;
}

.\!k-scroll-ml-1 {
    scroll-margin-left: 4px !important;
}

.k-scroll-ml-1\.5 {
    scroll-margin-left: 6px;
}

.\!k-scroll-ml-1\.5 {
    scroll-margin-left: 6px !important;
}

.k-scroll-ml-2 {
    scroll-margin-left: 8px;
}

.\!k-scroll-ml-2 {
    scroll-margin-left: 8px !important;
}

.k-scroll-ml-2\.5 {
    scroll-margin-left: 10px;
}

.\!k-scroll-ml-2\.5 {
    scroll-margin-left: 10px !important;
}

.k-scroll-ml-3 {
    scroll-margin-left: 12px;
}

.\!k-scroll-ml-3 {
    scroll-margin-left: 12px !important;
}

.k-scroll-ml-3\.5 {
    scroll-margin-left: 14px;
}

.\!k-scroll-ml-3\.5 {
    scroll-margin-left: 14px !important;
}

.k-scroll-ml-4 {
    scroll-margin-left: 16px;
}

.\!k-scroll-ml-4 {
    scroll-margin-left: 16px !important;
}

.k-scroll-ml-4\.5 {
    scroll-margin-left: 18px;
}

.\!k-scroll-ml-4\.5 {
    scroll-margin-left: 18px !important;
}

.k-scroll-ml-5 {
    scroll-margin-left: 20px;
}

.\!k-scroll-ml-5 {
    scroll-margin-left: 20px !important;
}

.k-scroll-ml-5\.5 {
    scroll-margin-left: 22px;
}

.\!k-scroll-ml-5\.5 {
    scroll-margin-left: 22px !important;
}

.k-scroll-ml-6 {
    scroll-margin-left: 24px;
}

.\!k-scroll-ml-6 {
    scroll-margin-left: 24px !important;
}

.k-scroll-ml-6\.5 {
    scroll-margin-left: 26px;
}

.\!k-scroll-ml-6\.5 {
    scroll-margin-left: 26px !important;
}

.k-scroll-ml-7 {
    scroll-margin-left: 28px;
}

.\!k-scroll-ml-7 {
    scroll-margin-left: 28px !important;
}

.k-scroll-ml-7\.5 {
    scroll-margin-left: 30px;
}

.\!k-scroll-ml-7\.5 {
    scroll-margin-left: 30px !important;
}

.k-scroll-ml-8 {
    scroll-margin-left: 32px;
}

.\!k-scroll-ml-8 {
    scroll-margin-left: 32px !important;
}

.k-scroll-ml-9 {
    scroll-margin-left: 36px;
}

.\!k-scroll-ml-9 {
    scroll-margin-left: 36px !important;
}

.k-scroll-ml-10 {
    scroll-margin-left: 40px;
}

.\!k-scroll-ml-10 {
    scroll-margin-left: 40px !important;
}

.k-scroll-ml-11 {
    scroll-margin-left: 44px;
}

.\!k-scroll-ml-11 {
    scroll-margin-left: 44px !important;
}

.k-scroll-ml-12 {
    scroll-margin-left: 48px;
}

.\!k-scroll-ml-12 {
    scroll-margin-left: 48px !important;
}

.k-scroll-ml-13 {
    scroll-margin-left: 52px;
}

.\!k-scroll-ml-13 {
    scroll-margin-left: 52px !important;
}

.k-scroll-ml-14 {
    scroll-margin-left: 56px;
}

.\!k-scroll-ml-14 {
    scroll-margin-left: 56px !important;
}

.k-scroll-ml-15 {
    scroll-margin-left: 60px;
}

.\!k-scroll-ml-15 {
    scroll-margin-left: 60px !important;
}

.k-scroll-ml-16 {
    scroll-margin-left: 64px;
}

.\!k-scroll-ml-16 {
    scroll-margin-left: 64px !important;
}

.k-scroll-ml-17 {
    scroll-margin-left: 68px;
}

.\!k-scroll-ml-17 {
    scroll-margin-left: 68px !important;
}

.k-scroll-ml-18 {
    scroll-margin-left: 72px;
}

.\!k-scroll-ml-18 {
    scroll-margin-left: 72px !important;
}

.k-scroll-ml-19 {
    scroll-margin-left: 76px;
}

.\!k-scroll-ml-19 {
    scroll-margin-left: 76px !important;
}

.k-scroll-ml-20 {
    scroll-margin-left: 80px;
}

.\!k-scroll-ml-20 {
    scroll-margin-left: 80px !important;
}

.k-scroll-ml-21 {
    scroll-margin-left: 84px;
}

.\!k-scroll-ml-21 {
    scroll-margin-left: 84px !important;
}

.k-scroll-ml-22 {
    scroll-margin-left: 88px;
}

.\!k-scroll-ml-22 {
    scroll-margin-left: 88px !important;
}

.k-scroll-ml-23 {
    scroll-margin-left: 92px;
}

.\!k-scroll-ml-23 {
    scroll-margin-left: 92px !important;
}

.k-scroll-ml-24 {
    scroll-margin-left: 96px;
}

.\!k-scroll-ml-24 {
    scroll-margin-left: 96px !important;
}

.k-scroll-mx-0 {
    scroll-margin-inline: 0;
}

.\!k-scroll-mx-0 {
    scroll-margin-inline: 0 !important;
}

.k-scroll-mx-1px {
    scroll-margin-inline: 1px;
}

.\!k-scroll-mx-1px {
    scroll-margin-inline: 1px !important;
}

.k-scroll-mx-0\.5 {
    scroll-margin-inline: 2px;
}

.\!k-scroll-mx-0\.5 {
    scroll-margin-inline: 2px !important;
}

.k-scroll-mx-1 {
    scroll-margin-inline: 4px;
}

.\!k-scroll-mx-1 {
    scroll-margin-inline: 4px !important;
}

.k-scroll-mx-1\.5 {
    scroll-margin-inline: 6px;
}

.\!k-scroll-mx-1\.5 {
    scroll-margin-inline: 6px !important;
}

.k-scroll-mx-2 {
    scroll-margin-inline: 8px;
}

.\!k-scroll-mx-2 {
    scroll-margin-inline: 8px !important;
}

.k-scroll-mx-2\.5 {
    scroll-margin-inline: 10px;
}

.\!k-scroll-mx-2\.5 {
    scroll-margin-inline: 10px !important;
}

.k-scroll-mx-3 {
    scroll-margin-inline: 12px;
}

.\!k-scroll-mx-3 {
    scroll-margin-inline: 12px !important;
}

.k-scroll-mx-3\.5 {
    scroll-margin-inline: 14px;
}

.\!k-scroll-mx-3\.5 {
    scroll-margin-inline: 14px !important;
}

.k-scroll-mx-4 {
    scroll-margin-inline: 16px;
}

.\!k-scroll-mx-4 {
    scroll-margin-inline: 16px !important;
}

.k-scroll-mx-4\.5 {
    scroll-margin-inline: 18px;
}

.\!k-scroll-mx-4\.5 {
    scroll-margin-inline: 18px !important;
}

.k-scroll-mx-5 {
    scroll-margin-inline: 20px;
}

.\!k-scroll-mx-5 {
    scroll-margin-inline: 20px !important;
}

.k-scroll-mx-5\.5 {
    scroll-margin-inline: 22px;
}

.\!k-scroll-mx-5\.5 {
    scroll-margin-inline: 22px !important;
}

.k-scroll-mx-6 {
    scroll-margin-inline: 24px;
}

.\!k-scroll-mx-6 {
    scroll-margin-inline: 24px !important;
}

.k-scroll-mx-6\.5 {
    scroll-margin-inline: 26px;
}

.\!k-scroll-mx-6\.5 {
    scroll-margin-inline: 26px !important;
}

.k-scroll-mx-7 {
    scroll-margin-inline: 28px;
}

.\!k-scroll-mx-7 {
    scroll-margin-inline: 28px !important;
}

.k-scroll-mx-7\.5 {
    scroll-margin-inline: 30px;
}

.\!k-scroll-mx-7\.5 {
    scroll-margin-inline: 30px !important;
}

.k-scroll-mx-8 {
    scroll-margin-inline: 32px;
}

.\!k-scroll-mx-8 {
    scroll-margin-inline: 32px !important;
}

.k-scroll-mx-9 {
    scroll-margin-inline: 36px;
}

.\!k-scroll-mx-9 {
    scroll-margin-inline: 36px !important;
}

.k-scroll-mx-10 {
    scroll-margin-inline: 40px;
}

.\!k-scroll-mx-10 {
    scroll-margin-inline: 40px !important;
}

.k-scroll-mx-11 {
    scroll-margin-inline: 44px;
}

.\!k-scroll-mx-11 {
    scroll-margin-inline: 44px !important;
}

.k-scroll-mx-12 {
    scroll-margin-inline: 48px;
}

.\!k-scroll-mx-12 {
    scroll-margin-inline: 48px !important;
}

.k-scroll-mx-13 {
    scroll-margin-inline: 52px;
}

.\!k-scroll-mx-13 {
    scroll-margin-inline: 52px !important;
}

.k-scroll-mx-14 {
    scroll-margin-inline: 56px;
}

.\!k-scroll-mx-14 {
    scroll-margin-inline: 56px !important;
}

.k-scroll-mx-15 {
    scroll-margin-inline: 60px;
}

.\!k-scroll-mx-15 {
    scroll-margin-inline: 60px !important;
}

.k-scroll-mx-16 {
    scroll-margin-inline: 64px;
}

.\!k-scroll-mx-16 {
    scroll-margin-inline: 64px !important;
}

.k-scroll-mx-17 {
    scroll-margin-inline: 68px;
}

.\!k-scroll-mx-17 {
    scroll-margin-inline: 68px !important;
}

.k-scroll-mx-18 {
    scroll-margin-inline: 72px;
}

.\!k-scroll-mx-18 {
    scroll-margin-inline: 72px !important;
}

.k-scroll-mx-19 {
    scroll-margin-inline: 76px;
}

.\!k-scroll-mx-19 {
    scroll-margin-inline: 76px !important;
}

.k-scroll-mx-20 {
    scroll-margin-inline: 80px;
}

.\!k-scroll-mx-20 {
    scroll-margin-inline: 80px !important;
}

.k-scroll-mx-21 {
    scroll-margin-inline: 84px;
}

.\!k-scroll-mx-21 {
    scroll-margin-inline: 84px !important;
}

.k-scroll-mx-22 {
    scroll-margin-inline: 88px;
}

.\!k-scroll-mx-22 {
    scroll-margin-inline: 88px !important;
}

.k-scroll-mx-23 {
    scroll-margin-inline: 92px;
}

.\!k-scroll-mx-23 {
    scroll-margin-inline: 92px !important;
}

.k-scroll-mx-24 {
    scroll-margin-inline: 96px;
}

.\!k-scroll-mx-24 {
    scroll-margin-inline: 96px !important;
}

.k-scroll-my-0 {
    scroll-margin-block: 0;
}

.\!k-scroll-my-0 {
    scroll-margin-block: 0 !important;
}

.k-scroll-my-1px {
    scroll-margin-block: 1px;
}

.\!k-scroll-my-1px {
    scroll-margin-block: 1px !important;
}

.k-scroll-my-0\.5 {
    scroll-margin-block: 2px;
}

.\!k-scroll-my-0\.5 {
    scroll-margin-block: 2px !important;
}

.k-scroll-my-1 {
    scroll-margin-block: 4px;
}

.\!k-scroll-my-1 {
    scroll-margin-block: 4px !important;
}

.k-scroll-my-1\.5 {
    scroll-margin-block: 6px;
}

.\!k-scroll-my-1\.5 {
    scroll-margin-block: 6px !important;
}

.k-scroll-my-2 {
    scroll-margin-block: 8px;
}

.\!k-scroll-my-2 {
    scroll-margin-block: 8px !important;
}

.k-scroll-my-2\.5 {
    scroll-margin-block: 10px;
}

.\!k-scroll-my-2\.5 {
    scroll-margin-block: 10px !important;
}

.k-scroll-my-3 {
    scroll-margin-block: 12px;
}

.\!k-scroll-my-3 {
    scroll-margin-block: 12px !important;
}

.k-scroll-my-3\.5 {
    scroll-margin-block: 14px;
}

.\!k-scroll-my-3\.5 {
    scroll-margin-block: 14px !important;
}

.k-scroll-my-4 {
    scroll-margin-block: 16px;
}

.\!k-scroll-my-4 {
    scroll-margin-block: 16px !important;
}

.k-scroll-my-4\.5 {
    scroll-margin-block: 18px;
}

.\!k-scroll-my-4\.5 {
    scroll-margin-block: 18px !important;
}

.k-scroll-my-5 {
    scroll-margin-block: 20px;
}

.\!k-scroll-my-5 {
    scroll-margin-block: 20px !important;
}

.k-scroll-my-5\.5 {
    scroll-margin-block: 22px;
}

.\!k-scroll-my-5\.5 {
    scroll-margin-block: 22px !important;
}

.k-scroll-my-6 {
    scroll-margin-block: 24px;
}

.\!k-scroll-my-6 {
    scroll-margin-block: 24px !important;
}

.k-scroll-my-6\.5 {
    scroll-margin-block: 26px;
}

.\!k-scroll-my-6\.5 {
    scroll-margin-block: 26px !important;
}

.k-scroll-my-7 {
    scroll-margin-block: 28px;
}

.\!k-scroll-my-7 {
    scroll-margin-block: 28px !important;
}

.k-scroll-my-7\.5 {
    scroll-margin-block: 30px;
}

.\!k-scroll-my-7\.5 {
    scroll-margin-block: 30px !important;
}

.k-scroll-my-8 {
    scroll-margin-block: 32px;
}

.\!k-scroll-my-8 {
    scroll-margin-block: 32px !important;
}

.k-scroll-my-9 {
    scroll-margin-block: 36px;
}

.\!k-scroll-my-9 {
    scroll-margin-block: 36px !important;
}

.k-scroll-my-10 {
    scroll-margin-block: 40px;
}

.\!k-scroll-my-10 {
    scroll-margin-block: 40px !important;
}

.k-scroll-my-11 {
    scroll-margin-block: 44px;
}

.\!k-scroll-my-11 {
    scroll-margin-block: 44px !important;
}

.k-scroll-my-12 {
    scroll-margin-block: 48px;
}

.\!k-scroll-my-12 {
    scroll-margin-block: 48px !important;
}

.k-scroll-my-13 {
    scroll-margin-block: 52px;
}

.\!k-scroll-my-13 {
    scroll-margin-block: 52px !important;
}

.k-scroll-my-14 {
    scroll-margin-block: 56px;
}

.\!k-scroll-my-14 {
    scroll-margin-block: 56px !important;
}

.k-scroll-my-15 {
    scroll-margin-block: 60px;
}

.\!k-scroll-my-15 {
    scroll-margin-block: 60px !important;
}

.k-scroll-my-16 {
    scroll-margin-block: 64px;
}

.\!k-scroll-my-16 {
    scroll-margin-block: 64px !important;
}

.k-scroll-my-17 {
    scroll-margin-block: 68px;
}

.\!k-scroll-my-17 {
    scroll-margin-block: 68px !important;
}

.k-scroll-my-18 {
    scroll-margin-block: 72px;
}

.\!k-scroll-my-18 {
    scroll-margin-block: 72px !important;
}

.k-scroll-my-19 {
    scroll-margin-block: 76px;
}

.\!k-scroll-my-19 {
    scroll-margin-block: 76px !important;
}

.k-scroll-my-20 {
    scroll-margin-block: 80px;
}

.\!k-scroll-my-20 {
    scroll-margin-block: 80px !important;
}

.k-scroll-my-21 {
    scroll-margin-block: 84px;
}

.\!k-scroll-my-21 {
    scroll-margin-block: 84px !important;
}

.k-scroll-my-22 {
    scroll-margin-block: 88px;
}

.\!k-scroll-my-22 {
    scroll-margin-block: 88px !important;
}

.k-scroll-my-23 {
    scroll-margin-block: 92px;
}

.\!k-scroll-my-23 {
    scroll-margin-block: 92px !important;
}

.k-scroll-my-24 {
    scroll-margin-block: 96px;
}

.\!k-scroll-my-24 {
    scroll-margin-block: 96px !important;
}

.k-scroll-p-0 {
    scroll-padding: 0;
}

.\!k-scroll-p-0 {
    scroll-padding: 0 !important;
}

.k-scroll-p-1px {
    scroll-padding: 1px;
}

.\!k-scroll-p-1px {
    scroll-padding: 1px !important;
}

.k-scroll-p-0\.5 {
    scroll-padding: 2px;
}

.\!k-scroll-p-0\.5 {
    scroll-padding: 2px !important;
}

.k-scroll-p-1 {
    scroll-padding: 4px;
}

.\!k-scroll-p-1 {
    scroll-padding: 4px !important;
}

.k-scroll-p-1\.5 {
    scroll-padding: 6px;
}

.\!k-scroll-p-1\.5 {
    scroll-padding: 6px !important;
}

.k-scroll-p-2 {
    scroll-padding: 8px;
}

.\!k-scroll-p-2 {
    scroll-padding: 8px !important;
}

.k-scroll-p-2\.5 {
    scroll-padding: 10px;
}

.\!k-scroll-p-2\.5 {
    scroll-padding: 10px !important;
}

.k-scroll-p-3 {
    scroll-padding: 12px;
}

.\!k-scroll-p-3 {
    scroll-padding: 12px !important;
}

.k-scroll-p-3\.5 {
    scroll-padding: 14px;
}

.\!k-scroll-p-3\.5 {
    scroll-padding: 14px !important;
}

.k-scroll-p-4 {
    scroll-padding: 16px;
}

.\!k-scroll-p-4 {
    scroll-padding: 16px !important;
}

.k-scroll-p-4\.5 {
    scroll-padding: 18px;
}

.\!k-scroll-p-4\.5 {
    scroll-padding: 18px !important;
}

.k-scroll-p-5 {
    scroll-padding: 20px;
}

.\!k-scroll-p-5 {
    scroll-padding: 20px !important;
}

.k-scroll-p-5\.5 {
    scroll-padding: 22px;
}

.\!k-scroll-p-5\.5 {
    scroll-padding: 22px !important;
}

.k-scroll-p-6 {
    scroll-padding: 24px;
}

.\!k-scroll-p-6 {
    scroll-padding: 24px !important;
}

.k-scroll-p-6\.5 {
    scroll-padding: 26px;
}

.\!k-scroll-p-6\.5 {
    scroll-padding: 26px !important;
}

.k-scroll-p-7 {
    scroll-padding: 28px;
}

.\!k-scroll-p-7 {
    scroll-padding: 28px !important;
}

.k-scroll-p-7\.5 {
    scroll-padding: 30px;
}

.\!k-scroll-p-7\.5 {
    scroll-padding: 30px !important;
}

.k-scroll-p-8 {
    scroll-padding: 32px;
}

.\!k-scroll-p-8 {
    scroll-padding: 32px !important;
}

.k-scroll-p-9 {
    scroll-padding: 36px;
}

.\!k-scroll-p-9 {
    scroll-padding: 36px !important;
}

.k-scroll-p-10 {
    scroll-padding: 40px;
}

.\!k-scroll-p-10 {
    scroll-padding: 40px !important;
}

.k-scroll-p-11 {
    scroll-padding: 44px;
}

.\!k-scroll-p-11 {
    scroll-padding: 44px !important;
}

.k-scroll-p-12 {
    scroll-padding: 48px;
}

.\!k-scroll-p-12 {
    scroll-padding: 48px !important;
}

.k-scroll-p-13 {
    scroll-padding: 52px;
}

.\!k-scroll-p-13 {
    scroll-padding: 52px !important;
}

.k-scroll-p-14 {
    scroll-padding: 56px;
}

.\!k-scroll-p-14 {
    scroll-padding: 56px !important;
}

.k-scroll-p-15 {
    scroll-padding: 60px;
}

.\!k-scroll-p-15 {
    scroll-padding: 60px !important;
}

.k-scroll-p-16 {
    scroll-padding: 64px;
}

.\!k-scroll-p-16 {
    scroll-padding: 64px !important;
}

.k-scroll-p-17 {
    scroll-padding: 68px;
}

.\!k-scroll-p-17 {
    scroll-padding: 68px !important;
}

.k-scroll-p-18 {
    scroll-padding: 72px;
}

.\!k-scroll-p-18 {
    scroll-padding: 72px !important;
}

.k-scroll-p-19 {
    scroll-padding: 76px;
}

.\!k-scroll-p-19 {
    scroll-padding: 76px !important;
}

.k-scroll-p-20 {
    scroll-padding: 80px;
}

.\!k-scroll-p-20 {
    scroll-padding: 80px !important;
}

.k-scroll-p-21 {
    scroll-padding: 84px;
}

.\!k-scroll-p-21 {
    scroll-padding: 84px !important;
}

.k-scroll-p-22 {
    scroll-padding: 88px;
}

.\!k-scroll-p-22 {
    scroll-padding: 88px !important;
}

.k-scroll-p-23 {
    scroll-padding: 92px;
}

.\!k-scroll-p-23 {
    scroll-padding: 92px !important;
}

.k-scroll-p-24 {
    scroll-padding: 96px;
}

.\!k-scroll-p-24 {
    scroll-padding: 96px !important;
}

.k-scroll-pt-0 {
    scroll-padding-top: 0;
}

.\!k-scroll-pt-0 {
    scroll-padding-top: 0 !important;
}

.k-scroll-pt-1px {
    scroll-padding-top: 1px;
}

.\!k-scroll-pt-1px {
    scroll-padding-top: 1px !important;
}

.k-scroll-pt-0\.5 {
    scroll-padding-top: 2px;
}

.\!k-scroll-pt-0\.5 {
    scroll-padding-top: 2px !important;
}

.k-scroll-pt-1 {
    scroll-padding-top: 4px;
}

.\!k-scroll-pt-1 {
    scroll-padding-top: 4px !important;
}

.k-scroll-pt-1\.5 {
    scroll-padding-top: 6px;
}

.\!k-scroll-pt-1\.5 {
    scroll-padding-top: 6px !important;
}

.k-scroll-pt-2 {
    scroll-padding-top: 8px;
}

.\!k-scroll-pt-2 {
    scroll-padding-top: 8px !important;
}

.k-scroll-pt-2\.5 {
    scroll-padding-top: 10px;
}

.\!k-scroll-pt-2\.5 {
    scroll-padding-top: 10px !important;
}

.k-scroll-pt-3 {
    scroll-padding-top: 12px;
}

.\!k-scroll-pt-3 {
    scroll-padding-top: 12px !important;
}

.k-scroll-pt-3\.5 {
    scroll-padding-top: 14px;
}

.\!k-scroll-pt-3\.5 {
    scroll-padding-top: 14px !important;
}

.k-scroll-pt-4 {
    scroll-padding-top: 16px;
}

.\!k-scroll-pt-4 {
    scroll-padding-top: 16px !important;
}

.k-scroll-pt-4\.5 {
    scroll-padding-top: 18px;
}

.\!k-scroll-pt-4\.5 {
    scroll-padding-top: 18px !important;
}

.k-scroll-pt-5 {
    scroll-padding-top: 20px;
}

.\!k-scroll-pt-5 {
    scroll-padding-top: 20px !important;
}

.k-scroll-pt-5\.5 {
    scroll-padding-top: 22px;
}

.\!k-scroll-pt-5\.5 {
    scroll-padding-top: 22px !important;
}

.k-scroll-pt-6 {
    scroll-padding-top: 24px;
}

.\!k-scroll-pt-6 {
    scroll-padding-top: 24px !important;
}

.k-scroll-pt-6\.5 {
    scroll-padding-top: 26px;
}

.\!k-scroll-pt-6\.5 {
    scroll-padding-top: 26px !important;
}

.k-scroll-pt-7 {
    scroll-padding-top: 28px;
}

.\!k-scroll-pt-7 {
    scroll-padding-top: 28px !important;
}

.k-scroll-pt-7\.5 {
    scroll-padding-top: 30px;
}

.\!k-scroll-pt-7\.5 {
    scroll-padding-top: 30px !important;
}

.k-scroll-pt-8 {
    scroll-padding-top: 32px;
}

.\!k-scroll-pt-8 {
    scroll-padding-top: 32px !important;
}

.k-scroll-pt-9 {
    scroll-padding-top: 36px;
}

.\!k-scroll-pt-9 {
    scroll-padding-top: 36px !important;
}

.k-scroll-pt-10 {
    scroll-padding-top: 40px;
}

.\!k-scroll-pt-10 {
    scroll-padding-top: 40px !important;
}

.k-scroll-pt-11 {
    scroll-padding-top: 44px;
}

.\!k-scroll-pt-11 {
    scroll-padding-top: 44px !important;
}

.k-scroll-pt-12 {
    scroll-padding-top: 48px;
}

.\!k-scroll-pt-12 {
    scroll-padding-top: 48px !important;
}

.k-scroll-pt-13 {
    scroll-padding-top: 52px;
}

.\!k-scroll-pt-13 {
    scroll-padding-top: 52px !important;
}

.k-scroll-pt-14 {
    scroll-padding-top: 56px;
}

.\!k-scroll-pt-14 {
    scroll-padding-top: 56px !important;
}

.k-scroll-pt-15 {
    scroll-padding-top: 60px;
}

.\!k-scroll-pt-15 {
    scroll-padding-top: 60px !important;
}

.k-scroll-pt-16 {
    scroll-padding-top: 64px;
}

.\!k-scroll-pt-16 {
    scroll-padding-top: 64px !important;
}

.k-scroll-pt-17 {
    scroll-padding-top: 68px;
}

.\!k-scroll-pt-17 {
    scroll-padding-top: 68px !important;
}

.k-scroll-pt-18 {
    scroll-padding-top: 72px;
}

.\!k-scroll-pt-18 {
    scroll-padding-top: 72px !important;
}

.k-scroll-pt-19 {
    scroll-padding-top: 76px;
}

.\!k-scroll-pt-19 {
    scroll-padding-top: 76px !important;
}

.k-scroll-pt-20 {
    scroll-padding-top: 80px;
}

.\!k-scroll-pt-20 {
    scroll-padding-top: 80px !important;
}

.k-scroll-pt-21 {
    scroll-padding-top: 84px;
}

.\!k-scroll-pt-21 {
    scroll-padding-top: 84px !important;
}

.k-scroll-pt-22 {
    scroll-padding-top: 88px;
}

.\!k-scroll-pt-22 {
    scroll-padding-top: 88px !important;
}

.k-scroll-pt-23 {
    scroll-padding-top: 92px;
}

.\!k-scroll-pt-23 {
    scroll-padding-top: 92px !important;
}

.k-scroll-pt-24 {
    scroll-padding-top: 96px;
}

.\!k-scroll-pt-24 {
    scroll-padding-top: 96px !important;
}

.k-scroll-pr-0 {
    scroll-padding-right: 0;
}

.\!k-scroll-pr-0 {
    scroll-padding-right: 0 !important;
}

.k-scroll-pr-1px {
    scroll-padding-right: 1px;
}

.\!k-scroll-pr-1px {
    scroll-padding-right: 1px !important;
}

.k-scroll-pr-0\.5 {
    scroll-padding-right: 2px;
}

.\!k-scroll-pr-0\.5 {
    scroll-padding-right: 2px !important;
}

.k-scroll-pr-1 {
    scroll-padding-right: 4px;
}

.\!k-scroll-pr-1 {
    scroll-padding-right: 4px !important;
}

.k-scroll-pr-1\.5 {
    scroll-padding-right: 6px;
}

.\!k-scroll-pr-1\.5 {
    scroll-padding-right: 6px !important;
}

.k-scroll-pr-2 {
    scroll-padding-right: 8px;
}

.\!k-scroll-pr-2 {
    scroll-padding-right: 8px !important;
}

.k-scroll-pr-2\.5 {
    scroll-padding-right: 10px;
}

.\!k-scroll-pr-2\.5 {
    scroll-padding-right: 10px !important;
}

.k-scroll-pr-3 {
    scroll-padding-right: 12px;
}

.\!k-scroll-pr-3 {
    scroll-padding-right: 12px !important;
}

.k-scroll-pr-3\.5 {
    scroll-padding-right: 14px;
}

.\!k-scroll-pr-3\.5 {
    scroll-padding-right: 14px !important;
}

.k-scroll-pr-4 {
    scroll-padding-right: 16px;
}

.\!k-scroll-pr-4 {
    scroll-padding-right: 16px !important;
}

.k-scroll-pr-4\.5 {
    scroll-padding-right: 18px;
}

.\!k-scroll-pr-4\.5 {
    scroll-padding-right: 18px !important;
}

.k-scroll-pr-5 {
    scroll-padding-right: 20px;
}

.\!k-scroll-pr-5 {
    scroll-padding-right: 20px !important;
}

.k-scroll-pr-5\.5 {
    scroll-padding-right: 22px;
}

.\!k-scroll-pr-5\.5 {
    scroll-padding-right: 22px !important;
}

.k-scroll-pr-6 {
    scroll-padding-right: 24px;
}

.\!k-scroll-pr-6 {
    scroll-padding-right: 24px !important;
}

.k-scroll-pr-6\.5 {
    scroll-padding-right: 26px;
}

.\!k-scroll-pr-6\.5 {
    scroll-padding-right: 26px !important;
}

.k-scroll-pr-7 {
    scroll-padding-right: 28px;
}

.\!k-scroll-pr-7 {
    scroll-padding-right: 28px !important;
}

.k-scroll-pr-7\.5 {
    scroll-padding-right: 30px;
}

.\!k-scroll-pr-7\.5 {
    scroll-padding-right: 30px !important;
}

.k-scroll-pr-8 {
    scroll-padding-right: 32px;
}

.\!k-scroll-pr-8 {
    scroll-padding-right: 32px !important;
}

.k-scroll-pr-9 {
    scroll-padding-right: 36px;
}

.\!k-scroll-pr-9 {
    scroll-padding-right: 36px !important;
}

.k-scroll-pr-10 {
    scroll-padding-right: 40px;
}

.\!k-scroll-pr-10 {
    scroll-padding-right: 40px !important;
}

.k-scroll-pr-11 {
    scroll-padding-right: 44px;
}

.\!k-scroll-pr-11 {
    scroll-padding-right: 44px !important;
}

.k-scroll-pr-12 {
    scroll-padding-right: 48px;
}

.\!k-scroll-pr-12 {
    scroll-padding-right: 48px !important;
}

.k-scroll-pr-13 {
    scroll-padding-right: 52px;
}

.\!k-scroll-pr-13 {
    scroll-padding-right: 52px !important;
}

.k-scroll-pr-14 {
    scroll-padding-right: 56px;
}

.\!k-scroll-pr-14 {
    scroll-padding-right: 56px !important;
}

.k-scroll-pr-15 {
    scroll-padding-right: 60px;
}

.\!k-scroll-pr-15 {
    scroll-padding-right: 60px !important;
}

.k-scroll-pr-16 {
    scroll-padding-right: 64px;
}

.\!k-scroll-pr-16 {
    scroll-padding-right: 64px !important;
}

.k-scroll-pr-17 {
    scroll-padding-right: 68px;
}

.\!k-scroll-pr-17 {
    scroll-padding-right: 68px !important;
}

.k-scroll-pr-18 {
    scroll-padding-right: 72px;
}

.\!k-scroll-pr-18 {
    scroll-padding-right: 72px !important;
}

.k-scroll-pr-19 {
    scroll-padding-right: 76px;
}

.\!k-scroll-pr-19 {
    scroll-padding-right: 76px !important;
}

.k-scroll-pr-20 {
    scroll-padding-right: 80px;
}

.\!k-scroll-pr-20 {
    scroll-padding-right: 80px !important;
}

.k-scroll-pr-21 {
    scroll-padding-right: 84px;
}

.\!k-scroll-pr-21 {
    scroll-padding-right: 84px !important;
}

.k-scroll-pr-22 {
    scroll-padding-right: 88px;
}

.\!k-scroll-pr-22 {
    scroll-padding-right: 88px !important;
}

.k-scroll-pr-23 {
    scroll-padding-right: 92px;
}

.\!k-scroll-pr-23 {
    scroll-padding-right: 92px !important;
}

.k-scroll-pr-24 {
    scroll-padding-right: 96px;
}

.\!k-scroll-pr-24 {
    scroll-padding-right: 96px !important;
}

.k-scroll-pb-0 {
    scroll-padding-bottom: 0;
}

.\!k-scroll-pb-0 {
    scroll-padding-bottom: 0 !important;
}

.k-scroll-pb-1px {
    scroll-padding-bottom: 1px;
}

.\!k-scroll-pb-1px {
    scroll-padding-bottom: 1px !important;
}

.k-scroll-pb-0\.5 {
    scroll-padding-bottom: 2px;
}

.\!k-scroll-pb-0\.5 {
    scroll-padding-bottom: 2px !important;
}

.k-scroll-pb-1 {
    scroll-padding-bottom: 4px;
}

.\!k-scroll-pb-1 {
    scroll-padding-bottom: 4px !important;
}

.k-scroll-pb-1\.5 {
    scroll-padding-bottom: 6px;
}

.\!k-scroll-pb-1\.5 {
    scroll-padding-bottom: 6px !important;
}

.k-scroll-pb-2 {
    scroll-padding-bottom: 8px;
}

.\!k-scroll-pb-2 {
    scroll-padding-bottom: 8px !important;
}

.k-scroll-pb-2\.5 {
    scroll-padding-bottom: 10px;
}

.\!k-scroll-pb-2\.5 {
    scroll-padding-bottom: 10px !important;
}

.k-scroll-pb-3 {
    scroll-padding-bottom: 12px;
}

.\!k-scroll-pb-3 {
    scroll-padding-bottom: 12px !important;
}

.k-scroll-pb-3\.5 {
    scroll-padding-bottom: 14px;
}

.\!k-scroll-pb-3\.5 {
    scroll-padding-bottom: 14px !important;
}

.k-scroll-pb-4 {
    scroll-padding-bottom: 16px;
}

.\!k-scroll-pb-4 {
    scroll-padding-bottom: 16px !important;
}

.k-scroll-pb-4\.5 {
    scroll-padding-bottom: 18px;
}

.\!k-scroll-pb-4\.5 {
    scroll-padding-bottom: 18px !important;
}

.k-scroll-pb-5 {
    scroll-padding-bottom: 20px;
}

.\!k-scroll-pb-5 {
    scroll-padding-bottom: 20px !important;
}

.k-scroll-pb-5\.5 {
    scroll-padding-bottom: 22px;
}

.\!k-scroll-pb-5\.5 {
    scroll-padding-bottom: 22px !important;
}

.k-scroll-pb-6 {
    scroll-padding-bottom: 24px;
}

.\!k-scroll-pb-6 {
    scroll-padding-bottom: 24px !important;
}

.k-scroll-pb-6\.5 {
    scroll-padding-bottom: 26px;
}

.\!k-scroll-pb-6\.5 {
    scroll-padding-bottom: 26px !important;
}

.k-scroll-pb-7 {
    scroll-padding-bottom: 28px;
}

.\!k-scroll-pb-7 {
    scroll-padding-bottom: 28px !important;
}

.k-scroll-pb-7\.5 {
    scroll-padding-bottom: 30px;
}

.\!k-scroll-pb-7\.5 {
    scroll-padding-bottom: 30px !important;
}

.k-scroll-pb-8 {
    scroll-padding-bottom: 32px;
}

.\!k-scroll-pb-8 {
    scroll-padding-bottom: 32px !important;
}

.k-scroll-pb-9 {
    scroll-padding-bottom: 36px;
}

.\!k-scroll-pb-9 {
    scroll-padding-bottom: 36px !important;
}

.k-scroll-pb-10 {
    scroll-padding-bottom: 40px;
}

.\!k-scroll-pb-10 {
    scroll-padding-bottom: 40px !important;
}

.k-scroll-pb-11 {
    scroll-padding-bottom: 44px;
}

.\!k-scroll-pb-11 {
    scroll-padding-bottom: 44px !important;
}

.k-scroll-pb-12 {
    scroll-padding-bottom: 48px;
}

.\!k-scroll-pb-12 {
    scroll-padding-bottom: 48px !important;
}

.k-scroll-pb-13 {
    scroll-padding-bottom: 52px;
}

.\!k-scroll-pb-13 {
    scroll-padding-bottom: 52px !important;
}

.k-scroll-pb-14 {
    scroll-padding-bottom: 56px;
}

.\!k-scroll-pb-14 {
    scroll-padding-bottom: 56px !important;
}

.k-scroll-pb-15 {
    scroll-padding-bottom: 60px;
}

.\!k-scroll-pb-15 {
    scroll-padding-bottom: 60px !important;
}

.k-scroll-pb-16 {
    scroll-padding-bottom: 64px;
}

.\!k-scroll-pb-16 {
    scroll-padding-bottom: 64px !important;
}

.k-scroll-pb-17 {
    scroll-padding-bottom: 68px;
}

.\!k-scroll-pb-17 {
    scroll-padding-bottom: 68px !important;
}

.k-scroll-pb-18 {
    scroll-padding-bottom: 72px;
}

.\!k-scroll-pb-18 {
    scroll-padding-bottom: 72px !important;
}

.k-scroll-pb-19 {
    scroll-padding-bottom: 76px;
}

.\!k-scroll-pb-19 {
    scroll-padding-bottom: 76px !important;
}

.k-scroll-pb-20 {
    scroll-padding-bottom: 80px;
}

.\!k-scroll-pb-20 {
    scroll-padding-bottom: 80px !important;
}

.k-scroll-pb-21 {
    scroll-padding-bottom: 84px;
}

.\!k-scroll-pb-21 {
    scroll-padding-bottom: 84px !important;
}

.k-scroll-pb-22 {
    scroll-padding-bottom: 88px;
}

.\!k-scroll-pb-22 {
    scroll-padding-bottom: 88px !important;
}

.k-scroll-pb-23 {
    scroll-padding-bottom: 92px;
}

.\!k-scroll-pb-23 {
    scroll-padding-bottom: 92px !important;
}

.k-scroll-pb-24 {
    scroll-padding-bottom: 96px;
}

.\!k-scroll-pb-24 {
    scroll-padding-bottom: 96px !important;
}

.k-scroll-pl-0 {
    scroll-padding-left: 0;
}

.\!k-scroll-pl-0 {
    scroll-padding-left: 0 !important;
}

.k-scroll-pl-1px {
    scroll-padding-left: 1px;
}

.\!k-scroll-pl-1px {
    scroll-padding-left: 1px !important;
}

.k-scroll-pl-0\.5 {
    scroll-padding-left: 2px;
}

.\!k-scroll-pl-0\.5 {
    scroll-padding-left: 2px !important;
}

.k-scroll-pl-1 {
    scroll-padding-left: 4px;
}

.\!k-scroll-pl-1 {
    scroll-padding-left: 4px !important;
}

.k-scroll-pl-1\.5 {
    scroll-padding-left: 6px;
}

.\!k-scroll-pl-1\.5 {
    scroll-padding-left: 6px !important;
}

.k-scroll-pl-2 {
    scroll-padding-left: 8px;
}

.\!k-scroll-pl-2 {
    scroll-padding-left: 8px !important;
}

.k-scroll-pl-2\.5 {
    scroll-padding-left: 10px;
}

.\!k-scroll-pl-2\.5 {
    scroll-padding-left: 10px !important;
}

.k-scroll-pl-3 {
    scroll-padding-left: 12px;
}

.\!k-scroll-pl-3 {
    scroll-padding-left: 12px !important;
}

.k-scroll-pl-3\.5 {
    scroll-padding-left: 14px;
}

.\!k-scroll-pl-3\.5 {
    scroll-padding-left: 14px !important;
}

.k-scroll-pl-4 {
    scroll-padding-left: 16px;
}

.\!k-scroll-pl-4 {
    scroll-padding-left: 16px !important;
}

.k-scroll-pl-4\.5 {
    scroll-padding-left: 18px;
}

.\!k-scroll-pl-4\.5 {
    scroll-padding-left: 18px !important;
}

.k-scroll-pl-5 {
    scroll-padding-left: 20px;
}

.\!k-scroll-pl-5 {
    scroll-padding-left: 20px !important;
}

.k-scroll-pl-5\.5 {
    scroll-padding-left: 22px;
}

.\!k-scroll-pl-5\.5 {
    scroll-padding-left: 22px !important;
}

.k-scroll-pl-6 {
    scroll-padding-left: 24px;
}

.\!k-scroll-pl-6 {
    scroll-padding-left: 24px !important;
}

.k-scroll-pl-6\.5 {
    scroll-padding-left: 26px;
}

.\!k-scroll-pl-6\.5 {
    scroll-padding-left: 26px !important;
}

.k-scroll-pl-7 {
    scroll-padding-left: 28px;
}

.\!k-scroll-pl-7 {
    scroll-padding-left: 28px !important;
}

.k-scroll-pl-7\.5 {
    scroll-padding-left: 30px;
}

.\!k-scroll-pl-7\.5 {
    scroll-padding-left: 30px !important;
}

.k-scroll-pl-8 {
    scroll-padding-left: 32px;
}

.\!k-scroll-pl-8 {
    scroll-padding-left: 32px !important;
}

.k-scroll-pl-9 {
    scroll-padding-left: 36px;
}

.\!k-scroll-pl-9 {
    scroll-padding-left: 36px !important;
}

.k-scroll-pl-10 {
    scroll-padding-left: 40px;
}

.\!k-scroll-pl-10 {
    scroll-padding-left: 40px !important;
}

.k-scroll-pl-11 {
    scroll-padding-left: 44px;
}

.\!k-scroll-pl-11 {
    scroll-padding-left: 44px !important;
}

.k-scroll-pl-12 {
    scroll-padding-left: 48px;
}

.\!k-scroll-pl-12 {
    scroll-padding-left: 48px !important;
}

.k-scroll-pl-13 {
    scroll-padding-left: 52px;
}

.\!k-scroll-pl-13 {
    scroll-padding-left: 52px !important;
}

.k-scroll-pl-14 {
    scroll-padding-left: 56px;
}

.\!k-scroll-pl-14 {
    scroll-padding-left: 56px !important;
}

.k-scroll-pl-15 {
    scroll-padding-left: 60px;
}

.\!k-scroll-pl-15 {
    scroll-padding-left: 60px !important;
}

.k-scroll-pl-16 {
    scroll-padding-left: 64px;
}

.\!k-scroll-pl-16 {
    scroll-padding-left: 64px !important;
}

.k-scroll-pl-17 {
    scroll-padding-left: 68px;
}

.\!k-scroll-pl-17 {
    scroll-padding-left: 68px !important;
}

.k-scroll-pl-18 {
    scroll-padding-left: 72px;
}

.\!k-scroll-pl-18 {
    scroll-padding-left: 72px !important;
}

.k-scroll-pl-19 {
    scroll-padding-left: 76px;
}

.\!k-scroll-pl-19 {
    scroll-padding-left: 76px !important;
}

.k-scroll-pl-20 {
    scroll-padding-left: 80px;
}

.\!k-scroll-pl-20 {
    scroll-padding-left: 80px !important;
}

.k-scroll-pl-21 {
    scroll-padding-left: 84px;
}

.\!k-scroll-pl-21 {
    scroll-padding-left: 84px !important;
}

.k-scroll-pl-22 {
    scroll-padding-left: 88px;
}

.\!k-scroll-pl-22 {
    scroll-padding-left: 88px !important;
}

.k-scroll-pl-23 {
    scroll-padding-left: 92px;
}

.\!k-scroll-pl-23 {
    scroll-padding-left: 92px !important;
}

.k-scroll-pl-24 {
    scroll-padding-left: 96px;
}

.\!k-scroll-pl-24 {
    scroll-padding-left: 96px !important;
}

.k-scroll-px-0 {
    scroll-padding-inline: 0;
}

.\!k-scroll-px-0 {
    scroll-padding-inline: 0 !important;
}

.k-scroll-px-1px {
    scroll-padding-inline: 1px;
}

.\!k-scroll-px-1px {
    scroll-padding-inline: 1px !important;
}

.k-scroll-px-0\.5 {
    scroll-padding-inline: 2px;
}

.\!k-scroll-px-0\.5 {
    scroll-padding-inline: 2px !important;
}

.k-scroll-px-1 {
    scroll-padding-inline: 4px;
}

.\!k-scroll-px-1 {
    scroll-padding-inline: 4px !important;
}

.k-scroll-px-1\.5 {
    scroll-padding-inline: 6px;
}

.\!k-scroll-px-1\.5 {
    scroll-padding-inline: 6px !important;
}

.k-scroll-px-2 {
    scroll-padding-inline: 8px;
}

.\!k-scroll-px-2 {
    scroll-padding-inline: 8px !important;
}

.k-scroll-px-2\.5 {
    scroll-padding-inline: 10px;
}

.\!k-scroll-px-2\.5 {
    scroll-padding-inline: 10px !important;
}

.k-scroll-px-3 {
    scroll-padding-inline: 12px;
}

.\!k-scroll-px-3 {
    scroll-padding-inline: 12px !important;
}

.k-scroll-px-3\.5 {
    scroll-padding-inline: 14px;
}

.\!k-scroll-px-3\.5 {
    scroll-padding-inline: 14px !important;
}

.k-scroll-px-4 {
    scroll-padding-inline: 16px;
}

.\!k-scroll-px-4 {
    scroll-padding-inline: 16px !important;
}

.k-scroll-px-4\.5 {
    scroll-padding-inline: 18px;
}

.\!k-scroll-px-4\.5 {
    scroll-padding-inline: 18px !important;
}

.k-scroll-px-5 {
    scroll-padding-inline: 20px;
}

.\!k-scroll-px-5 {
    scroll-padding-inline: 20px !important;
}

.k-scroll-px-5\.5 {
    scroll-padding-inline: 22px;
}

.\!k-scroll-px-5\.5 {
    scroll-padding-inline: 22px !important;
}

.k-scroll-px-6 {
    scroll-padding-inline: 24px;
}

.\!k-scroll-px-6 {
    scroll-padding-inline: 24px !important;
}

.k-scroll-px-6\.5 {
    scroll-padding-inline: 26px;
}

.\!k-scroll-px-6\.5 {
    scroll-padding-inline: 26px !important;
}

.k-scroll-px-7 {
    scroll-padding-inline: 28px;
}

.\!k-scroll-px-7 {
    scroll-padding-inline: 28px !important;
}

.k-scroll-px-7\.5 {
    scroll-padding-inline: 30px;
}

.\!k-scroll-px-7\.5 {
    scroll-padding-inline: 30px !important;
}

.k-scroll-px-8 {
    scroll-padding-inline: 32px;
}

.\!k-scroll-px-8 {
    scroll-padding-inline: 32px !important;
}

.k-scroll-px-9 {
    scroll-padding-inline: 36px;
}

.\!k-scroll-px-9 {
    scroll-padding-inline: 36px !important;
}

.k-scroll-px-10 {
    scroll-padding-inline: 40px;
}

.\!k-scroll-px-10 {
    scroll-padding-inline: 40px !important;
}

.k-scroll-px-11 {
    scroll-padding-inline: 44px;
}

.\!k-scroll-px-11 {
    scroll-padding-inline: 44px !important;
}

.k-scroll-px-12 {
    scroll-padding-inline: 48px;
}

.\!k-scroll-px-12 {
    scroll-padding-inline: 48px !important;
}

.k-scroll-px-13 {
    scroll-padding-inline: 52px;
}

.\!k-scroll-px-13 {
    scroll-padding-inline: 52px !important;
}

.k-scroll-px-14 {
    scroll-padding-inline: 56px;
}

.\!k-scroll-px-14 {
    scroll-padding-inline: 56px !important;
}

.k-scroll-px-15 {
    scroll-padding-inline: 60px;
}

.\!k-scroll-px-15 {
    scroll-padding-inline: 60px !important;
}

.k-scroll-px-16 {
    scroll-padding-inline: 64px;
}

.\!k-scroll-px-16 {
    scroll-padding-inline: 64px !important;
}

.k-scroll-px-17 {
    scroll-padding-inline: 68px;
}

.\!k-scroll-px-17 {
    scroll-padding-inline: 68px !important;
}

.k-scroll-px-18 {
    scroll-padding-inline: 72px;
}

.\!k-scroll-px-18 {
    scroll-padding-inline: 72px !important;
}

.k-scroll-px-19 {
    scroll-padding-inline: 76px;
}

.\!k-scroll-px-19 {
    scroll-padding-inline: 76px !important;
}

.k-scroll-px-20 {
    scroll-padding-inline: 80px;
}

.\!k-scroll-px-20 {
    scroll-padding-inline: 80px !important;
}

.k-scroll-px-21 {
    scroll-padding-inline: 84px;
}

.\!k-scroll-px-21 {
    scroll-padding-inline: 84px !important;
}

.k-scroll-px-22 {
    scroll-padding-inline: 88px;
}

.\!k-scroll-px-22 {
    scroll-padding-inline: 88px !important;
}

.k-scroll-px-23 {
    scroll-padding-inline: 92px;
}

.\!k-scroll-px-23 {
    scroll-padding-inline: 92px !important;
}

.k-scroll-px-24 {
    scroll-padding-inline: 96px;
}

.\!k-scroll-px-24 {
    scroll-padding-inline: 96px !important;
}

.k-scroll-py-0 {
    scroll-padding-block: 0;
}

.\!k-scroll-py-0 {
    scroll-padding-block: 0 !important;
}

.k-scroll-py-1px {
    scroll-padding-block: 1px;
}

.\!k-scroll-py-1px {
    scroll-padding-block: 1px !important;
}

.k-scroll-py-0\.5 {
    scroll-padding-block: 2px;
}

.\!k-scroll-py-0\.5 {
    scroll-padding-block: 2px !important;
}

.k-scroll-py-1 {
    scroll-padding-block: 4px;
}

.\!k-scroll-py-1 {
    scroll-padding-block: 4px !important;
}

.k-scroll-py-1\.5 {
    scroll-padding-block: 6px;
}

.\!k-scroll-py-1\.5 {
    scroll-padding-block: 6px !important;
}

.k-scroll-py-2 {
    scroll-padding-block: 8px;
}

.\!k-scroll-py-2 {
    scroll-padding-block: 8px !important;
}

.k-scroll-py-2\.5 {
    scroll-padding-block: 10px;
}

.\!k-scroll-py-2\.5 {
    scroll-padding-block: 10px !important;
}

.k-scroll-py-3 {
    scroll-padding-block: 12px;
}

.\!k-scroll-py-3 {
    scroll-padding-block: 12px !important;
}

.k-scroll-py-3\.5 {
    scroll-padding-block: 14px;
}

.\!k-scroll-py-3\.5 {
    scroll-padding-block: 14px !important;
}

.k-scroll-py-4 {
    scroll-padding-block: 16px;
}

.\!k-scroll-py-4 {
    scroll-padding-block: 16px !important;
}

.k-scroll-py-4\.5 {
    scroll-padding-block: 18px;
}

.\!k-scroll-py-4\.5 {
    scroll-padding-block: 18px !important;
}

.k-scroll-py-5 {
    scroll-padding-block: 20px;
}

.\!k-scroll-py-5 {
    scroll-padding-block: 20px !important;
}

.k-scroll-py-5\.5 {
    scroll-padding-block: 22px;
}

.\!k-scroll-py-5\.5 {
    scroll-padding-block: 22px !important;
}

.k-scroll-py-6 {
    scroll-padding-block: 24px;
}

.\!k-scroll-py-6 {
    scroll-padding-block: 24px !important;
}

.k-scroll-py-6\.5 {
    scroll-padding-block: 26px;
}

.\!k-scroll-py-6\.5 {
    scroll-padding-block: 26px !important;
}

.k-scroll-py-7 {
    scroll-padding-block: 28px;
}

.\!k-scroll-py-7 {
    scroll-padding-block: 28px !important;
}

.k-scroll-py-7\.5 {
    scroll-padding-block: 30px;
}

.\!k-scroll-py-7\.5 {
    scroll-padding-block: 30px !important;
}

.k-scroll-py-8 {
    scroll-padding-block: 32px;
}

.\!k-scroll-py-8 {
    scroll-padding-block: 32px !important;
}

.k-scroll-py-9 {
    scroll-padding-block: 36px;
}

.\!k-scroll-py-9 {
    scroll-padding-block: 36px !important;
}

.k-scroll-py-10 {
    scroll-padding-block: 40px;
}

.\!k-scroll-py-10 {
    scroll-padding-block: 40px !important;
}

.k-scroll-py-11 {
    scroll-padding-block: 44px;
}

.\!k-scroll-py-11 {
    scroll-padding-block: 44px !important;
}

.k-scroll-py-12 {
    scroll-padding-block: 48px;
}

.\!k-scroll-py-12 {
    scroll-padding-block: 48px !important;
}

.k-scroll-py-13 {
    scroll-padding-block: 52px;
}

.\!k-scroll-py-13 {
    scroll-padding-block: 52px !important;
}

.k-scroll-py-14 {
    scroll-padding-block: 56px;
}

.\!k-scroll-py-14 {
    scroll-padding-block: 56px !important;
}

.k-scroll-py-15 {
    scroll-padding-block: 60px;
}

.\!k-scroll-py-15 {
    scroll-padding-block: 60px !important;
}

.k-scroll-py-16 {
    scroll-padding-block: 64px;
}

.\!k-scroll-py-16 {
    scroll-padding-block: 64px !important;
}

.k-scroll-py-17 {
    scroll-padding-block: 68px;
}

.\!k-scroll-py-17 {
    scroll-padding-block: 68px !important;
}

.k-scroll-py-18 {
    scroll-padding-block: 72px;
}

.\!k-scroll-py-18 {
    scroll-padding-block: 72px !important;
}

.k-scroll-py-19 {
    scroll-padding-block: 76px;
}

.\!k-scroll-py-19 {
    scroll-padding-block: 76px !important;
}

.k-scroll-py-20 {
    scroll-padding-block: 80px;
}

.\!k-scroll-py-20 {
    scroll-padding-block: 80px !important;
}

.k-scroll-py-21 {
    scroll-padding-block: 84px;
}

.\!k-scroll-py-21 {
    scroll-padding-block: 84px !important;
}

.k-scroll-py-22 {
    scroll-padding-block: 88px;
}

.\!k-scroll-py-22 {
    scroll-padding-block: 88px !important;
}

.k-scroll-py-23 {
    scroll-padding-block: 92px;
}

.\!k-scroll-py-23 {
    scroll-padding-block: 92px !important;
}

.k-scroll-py-24 {
    scroll-padding-block: 96px;
}

.\!k-scroll-py-24 {
    scroll-padding-block: 96px !important;
}

.k-touch-action-none {
    touch-action: none;
}

.\!k-touch-action-none {
    touch-action: none !important;
}

.k-touch-action-auto {
    touch-action: auto;
}

.\!k-touch-action-auto {
    touch-action: auto !important;
}

.k-touch-action-pan-x {
    touch-action: pan-x;
}

.\!k-touch-action-pan-x {
    touch-action: pan-x !important;
}

.k-touch-action-pan-left {
    touch-action: pan-left;
}

.\!k-touch-action-pan-left {
    touch-action: pan-left !important;
}

.k-touch-action-pan-right {
    touch-action: pan-right;
}

.\!k-touch-action-pan-right {
    touch-action: pan-right !important;
}

.k-touch-action-pan-y {
    touch-action: pan-y;
}

.\!k-touch-action-pan-y {
    touch-action: pan-y !important;
}

.k-touch-action-pan-up {
    touch-action: pan-up;
}

.\!k-touch-action-pan-up {
    touch-action: pan-up !important;
}

.k-touch-action-pan-down {
    touch-action: pan-down;
}

.\!k-touch-action-pan-down {
    touch-action: pan-down !important;
}

.k-touch-action-pinch-zoom {
    touch-action: pinch-zoom;
}

.\!k-touch-action-pinch-zoom {
    touch-action: pinch-zoom !important;
}

.k-touch-action-manipulation {
    touch-action: manipulation;
}

.\!k-touch-action-manipulation {
    touch-action: manipulation !important;
}

.k-user-select-none {
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

.\!k-user-select-none {
    -webkit-user-select: none !important;
        -ms-user-select: none !important;
            -moz-user-select: none !important;
         user-select: none !important;
}

.k-user-select-auto {
    -webkit-user-select: auto;
        -ms-user-select: auto;
            -moz-user-select: auto;
         user-select: auto;
}

.\!k-user-select-auto {
    -webkit-user-select: auto !important;
        -ms-user-select: auto !important;
            -moz-user-select: auto !important;
         user-select: auto !important;
}

.k-user-select-text {
    -webkit-user-select: text;
        -ms-user-select: text;
            -moz-user-select: text;
         user-select: text;
}

.\!k-user-select-text {
    -webkit-user-select: text !important;
        -ms-user-select: text !important;
            -moz-user-select: text !important;
         user-select: text !important;
}

.k-user-select-all {
    -webkit-user-select: all;
            -moz-user-select: all;
             -ms-user-select: all;
         user-select: all;
}

.\!k-user-select-all {
    -webkit-user-select: all !important;
            -moz-user-select: all !important;
             -ms-user-select: all !important;
         user-select: all !important;
}

.k-user-select-contain {
    -webkit-user-select: contain;
        -ms-user-select: element;
            -moz-user-select: contain;
         user-select: contain;
}

.\!k-user-select-contain {
    -webkit-user-select: contain !important;
        -ms-user-select: element !important;
            -moz-user-select: contain !important;
         user-select: contain !important;
}

.k-will-change-auto {
    will-change: auto;
}

.\!k-will-change-auto {
    will-change: auto !important;
}

.k-will-change-scroll {
    will-change: scroll-position;
}

.\!k-will-change-scroll {
    will-change: scroll-position !important;
}

.k-will-change-contents {
    will-change: contents;
}

.\!k-will-change-contents {
    will-change: contents !important;
}

.k-will-change-transform {
    will-change: transform;
}

.\!k-will-change-transform {
    will-change: transform !important;
}

.k-fill-none {
    fill: none;
}

.\!k-fill-none {
    fill: none !important;
}

.k-fill-inherit {
    fill: inherit;
}

.\!k-fill-inherit {
    fill: inherit !important;
}

.k-fill-current {
    fill: currentColor;
}

.\!k-fill-current {
    fill: currentColor !important;
}

.k-fill-transparent {
    fill: transparent;
}

.\!k-fill-transparent {
    fill: transparent !important;
}

.k-fill-black {
    fill: black;
}

.\!k-fill-black {
    fill: black !important;
}

.k-fill-white {
    fill: white;
}

.\!k-fill-white {
    fill: white !important;
}

.k-stroke-none {
    stroke: none;
}

.\!k-stroke-none {
    stroke: none !important;
}

.k-stroke-inherit {
    stroke: inherit;
}

.\!k-stroke-inherit {
    stroke: inherit !important;
}

.k-stroke-current {
    stroke: currentColor;
}

.\!k-stroke-current {
    stroke: currentColor !important;
}

.k-stroke-transparent {
    stroke: transparent;
}

.\!k-stroke-transparent {
    stroke: transparent !important;
}

.k-stroke-black {
    stroke: black;
}

.\!k-stroke-black {
    stroke: black !important;
}

.k-stroke-white {
    stroke: white;
}

.\!k-stroke-white {
    stroke: white !important;
}

.k-elevation-1 {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12);
}

.\!k-elevation-1 {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.k-elevation-2 {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12);
}

.\!k-elevation-2 {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.k-elevation-3 {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12);
}

.\!k-elevation-3 {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.k-elevation-4 {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12);
}

.\!k-elevation-4 {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.k-elevation-5 {
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12);
}

.\!k-elevation-5 {
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.k-elevation-6 {
    box-shadow: 0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12);
}

.\!k-elevation-6 {
    box-shadow: 0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.k-elevation-7 {
    box-shadow: 0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12);
}

.\!k-elevation-7 {
    box-shadow: 0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.k-elevation-8 {
    box-shadow: 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12);
}

.\!k-elevation-8 {
    box-shadow: 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.k-elevation-9 {
    box-shadow: 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12);
}

.\!k-elevation-9 {
    box-shadow: 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.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: 16px;
    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-block: 16px;
    padding-inline: 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-block: 0px;
    padding-inline: 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-svg-icon {
    width: 16px;
    height: 16px;
    outline: 0;
    line-height: 1;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    vertical-align: middle;
    position: relative;
}

.k-svg-icon > svg {
    fill: currentColor;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-svg-icon.k-icon-xs {
    width: 12px;
    height: 12px;
}

.k-svg-icon.k-icon-sm {
    width: 14px;
    height: 14px;
}

.k-svg-icon.k-icon-md {
    width: 16px;
    height: 16px;
}

.k-svg-icon.k-icon-lg {
    width: 20px;
    height: 20px;
}

.k-svg-icon.k-icon-xl {
    width: 24px;
    height: 24px;
}

.k-svg-icon.k-icon-xxl {
    width: 32px;
    height: 32px;
}

.k-svg-icon.k-icon-xxxl {
    width: 48px;
    height: 48px;
}

.k-flip-h.k-svg-icon, .k-svg-icon.k-flip-x,
.k-flip-v.k-svg-icon,
.k-svg-icon.k-flip-y,
.k-flip-h.k-flip-v.k-svg-icon,
.k-flip-v.k-svg-icon.k-flip-x,
.k-svg-icon.k-flip-x.k-flip-y,
.k-flip-h.k-svg-icon.k-flip-y {
    -webkit-transform: none;
            transform: none;
}

.k-flip-h > svg, .k-flip-x > svg {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
}

.k-flip-v > svg, .k-flip-y > svg {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
}

.k-flip-h.k-flip-v > svg, .k-flip-v.k-flip-x > svg, .k-flip-x.k-flip-y > svg, .k-flip-h.k-flip-y > svg,
.k-flip-both > svg {
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
}

.k-rotate-0.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}

.k-rotate-0 > svg {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

.k-rotate-45.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}

.k-rotate-45 > svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.k-rotate-90.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}

.k-rotate-90 > svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.k-rotate-135.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}

.k-rotate-135 > svg {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}

.k-rotate-180.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}

.k-rotate-180 > svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.k-rotate-225.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}

.k-rotate-225 > svg {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}

.k-rotate-270.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}

.k-rotate-270 > svg {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}

.k-rotate-315.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}

.k-rotate-315 > svg {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
}

.k-icon-wrap {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 0;
    -webkit-box-align: center;
            align-items: center;
    align-self: flex-start;
    vertical-align: middle;
    position: relative;
}

.k-icon-wrap::before {
    content: "\200b";
    width: 0;
    overflow: hidden;
    -webkit-box-flex: 0;
            flex: none;
    display: inline-block;
    vertical-align: top;
}

.k-icon-wrapper-host {
    display: contents;
}

.k-icon-with-modifier {
    position: relative;
    margin: .25em;
}

.k-icon.k-icon-modifier {
    width: 1em;
    height: 1em;
    position: absolute;
    font-size: .5em;
    bottom: 0;
    right: 0;
    margin: 0 -.5em -.5em 0;
}

.k-i-none::before {
    content: "";
    display: none;
}

.k-icon-action {
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 4px;
    line-height: 1;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
    cursor: pointer;
}

.k-sprite {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.k-image {
    display: inline-block;
}

.k-messagebox {
    margin: 0 0 16px 0;
    padding-block: 4px;
    padding-inline: 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-drag-clue {
    border-radius: 4px;
    padding-block: 4px;
    padding-inline: 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            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-drop-hint {
    display: -webkit-box;
    display: flex;
    gap: 4px;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    position: absolute;
    z-index: 1000;
    -webkit-transform: translate(-50%, -50%);
            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 {
    -webkit-box-flex: 1;
            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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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-reorder-cue {
    position: absolute;
}

.k-reorder-cue::before, .k-reorder-cue::after {
    content: "";
    width: 0;
    height: 0;
    border: 3px solid transparent;
    position: absolute;
    -webkit-transform: translateX(-50%);
            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-drag-clue {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.k-checkbox {
    margin: 0;
    padding: 0;
    line-height: initial;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    -webkit-box-flex: 0;
            flex: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
}

.k-checkbox:checked,
.k-checkbox.k-checked {
    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='white' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e");
}

.k-checkbox:indeterminate,
.k-checkbox.k-indeterminate {
    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='%23ff6358' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/%3e%3c/svg%3e");
}

.k-checkbox:disabled,
.k-checkbox.k-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}

.k-checkbox-wrap {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 0;
    -webkit-box-align: center;
            align-items: center;
    align-self: flex-start;
    vertical-align: middle;
    position: relative;
}

.k-checkbox-wrap::before {
    content: "\200b";
    width: 0px;
    overflow: hidden;
    -webkit-box-flex: 0;
            flex: none;
    display: inline-block;
    vertical-align: top;
}

.k-checkbox-label {
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 4px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.k-checkbox-label .k-ripple {
    visibility: hidden !important;
}

.k-checkbox + .k-label,
.k-checkbox-wrap + .k-label,
.k-checkbox + .k-checkbox-label,
.k-checkbox-wrap + .k-checkbox-label {
    display: inline;
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
}

.k-checkbox-label:empty {
    display: none !important;
}

.k-checkbox-label.k-no-text {
    min-width: 1px;
}

.k-checkbox-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 0;
    list-style: none;
}

.k-checkbox-item,
.k-checkbox-list-item {
    padding-block: 4px;
    padding-inline: 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    gap: 4px;
}

.k-checkbox-item .k-checkbox-label,
.k-checkbox-list-item .k-checkbox-label {
    margin: 0;
}

.k-checkbox-list-horizontal,
.k-checkbox-list.k-list-horizontal {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    gap: 16px;
}

.k-ripple-container .k-checkbox::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    z-index: -1;
    -webkit-transition: opacity 100ms linear, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
}

.k-ripple-container .k-checkbox:focus,
.k-ripple-container .k-checkbox.k-focus {
    box-shadow: none !important;
}

.k-ripple-container .k-checkbox:disabled::after,
.k-ripple-container .k-checkbox.k-disabled::after {
    display: none;
}

.k-checkbox-sm {
    width: 12px;
    height: 12px;
}

.k-checkbox-sm::before {
    font-size: 10px;
}

.k-ripple-container .k-checkbox-sm::after {
    width: 300%;
    height: 300%;
}

.k-checkbox-md {
    width: 16px;
    height: 16px;
}

.k-checkbox-md::before {
    font-size: 14px;
}

.k-ripple-container .k-checkbox-md::after {
    width: 300%;
    height: 300%;
}

.k-checkbox-lg {
    width: 20px;
    height: 20px;
}

.k-checkbox-lg::before {
    font-size: 18px;
}

.k-ripple-container .k-checkbox-lg::after {
    width: 300%;
    height: 300%;
}

.k-checkbox {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

.k-checkbox:focus,
.k-checkbox.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}

.k-checkbox: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: white;
    background-color: #ff6358;
}

.k-checkbox:checked:focus,
.k-checkbox.k-checked.k-focus {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}

.k-checkbox.k-invalid {
    border-color: #f31700;
}

.k-checkbox.k-invalid + .k-checkbox-label {
    color: #f31700;
}

.k-checkbox-wrap .k-ripple-blob {
    color: #ff6358;
    opacity: 0.25;
}

.k-ripple-container .k-checkbox::after {
    background: #ff6358;
    opacity: 0.25;
}

.k-list-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}

.k-list-container > .k-list {
    -webkit-box-flex: 1;
            flex: 1;
    height: 100%;
}

.k-list {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    outline: none;
    position: relative;
    overflow: hidden;
}

.k-list *,
.k-list *::before,
.k-list *::after {
    box-sizing: border-box;
}

.k-popup > .k-list {
    height: 100%;
    border-width: 0;
}

.k-list-group-sticky-header {
    border-width: 0;
    border-width: 0 0 1px;
    border-style: solid;
    font-weight: 700;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: none;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.k-list-content {
    border-color: inherit;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

.k-list-ul {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: inherit;
    height: auto;
    list-style: none;
}

.k-list-item, .k-list-optionlabel {
    border: 0;
    outline: none;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    gap: 4px;
    position: relative;
    -webkit-transition-property: color, background-color, outline-color, box-shadow;
    transition-property: color, background-color, outline-color, box-shadow;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
}

.k-list-item.k-first::before, .k-first.k-list-optionlabel::before {
    content: "";
    border-width: 1px 0 0;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.k-list-item-text::before,
.k-list-header-text::before,
.k-list-optionlabel::before {
    content: "\200b";
    width: 0px;
    overflow: hidden;
}

.k-list-optionlabel {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
}

.k-list-group-item {
    border-width: 0;
    border-width: 1px 0 0;
    border-style: solid;
    font-weight: 700;
    cursor: default;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    gap: 4px;
    position: relative;
}

.k-list-item-group-label {
    padding-block: 0;
    padding-inline: .5em;
    font-size: .75em;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
}

.k-virtual-content,
.k-virtual-list .k-list-content {
    overflow-y: scroll;
}

.k-virtual-list .k-list-item, .k-virtual-list .k-list-optionlabel,
.k-virtual-list .k-list-group-item,
.k-virtual-content .k-list-item,
.k-virtual-content .k-list-optionlabel,
.k-virtual-content .k-list-group-item {
    position: absolute;
    width: 100%;
}

.k-virtual-list .k-list-item-text,
.k-virtual-list .k-list-header-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-virtual-list .k-list-optionlabel {
    position: relative;
}

.k-list-filter {
    display: block;
    position: relative;
    padding: 8px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: none;
}

.k-list-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-list-sm .k-list-group-sticky-header {
    padding-block: 2px;
    padding-inline: 8px;
}

.k-list-sm .k-list-item, .k-list-sm .k-list-optionlabel {
    padding-block: 2px;
    padding-inline: 8px;
}

.k-list-sm .k-list-group-item {
    padding-block: 2px;
    padding-inline: 8px;
}

.k-list-md {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-list-md .k-list-group-sticky-header {
    padding-block: 4px;
    padding-inline: 8px;
}

.k-list-md .k-list-item, .k-list-md .k-list-optionlabel {
    padding-block: 4px;
    padding-inline: 8px;
}

.k-list-md .k-list-group-item {
    padding-block: 4px;
    padding-inline: 8px;
}

.k-list-lg {
    font-size: 16px;
    line-height: 1.5;
}

.k-list-lg .k-list-group-sticky-header {
    padding-block: 6px;
    padding-inline: 8px;
}

.k-list-lg .k-list-item, .k-list-lg .k-list-optionlabel {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-list-lg .k-list-group-item {
    padding-block: 6px;
    padding-inline: 8px;
}

.k-no-data, .k-nodata {
    min-height: 140px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    font-weight: lighter;
    text-align: center;
    white-space: normal;
}

.k-list {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-list-group-sticky-header {
    border-color: inherit;
    box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-list-item:hover, .k-list-optionlabel:hover, .k-list-item.k-hover, .k-hover.k-list-optionlabel {
    color: #424242;
    background-color: #f0f0f0;
}

.k-list-item:focus, .k-list-optionlabel:focus, .k-list-item.k-focus, .k-focus.k-list-optionlabel {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    color: white;
    background-color: #ff6358;
}

.k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel {
    color: white;
    background-color: #eb5b51;
}

.k-list-optionlabel,
.k-list-optionlabel.k-hover,
.k-list-optionlabel:hover {
    color: #666666;
}

.k-list-group-item {
    border-color: inherit;
}

.k-list-item-group-label {
    color: #ffffff;
    background-color: #424242;
}

.k-no-data, .k-nodata {
    color: #666666;
}

.k-listgroup {
    border-radius: 4px;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    line-height: 1.4285714286;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    overflow: hidden;
}

.k-listgroup > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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-block: 8px;
    padding-inline: 8px;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    position: relative;
}

.k-listgroup-item > .k-link {
    margin-block: -8px;
    margin-inline: -8px;
    padding-block: 8px;
    padding-inline: 8px;
    color: inherit;
    text-decoration: none;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    position: relative;
}

.k-listgroup-item > .k-link > .k-select {
    padding: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.k-listgroup-item-segmented {
    -webkit-box-align: stretch;
            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-block: -8px;
    margin-inline: -8px;
    padding-block: 8px;
    padding-inline: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
            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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            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;
    -webkit-box-flex: 1;
            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-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;
}

.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-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-popup {
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
}

.k-popup .k-item {
    outline: none;
}

.k-animation-container {
    border-radius: 0 0 4px 4px;
}

.k-animation-container-shown {
    overflow: visible;
}

.k-popup > .k-colorpalette {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-popup.k-popup-transparent {
    border-width: 0;
    background-color: transparent;
    box-shadow: none;
}

.k-popup.k-popup-flush {
    padding: 0;
}

.k-popup > .k-widget,
.k-popup > .k-coloreditor {
    border-width: 0;
}

.k-shadow {
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-popup {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-animation-container {
    border-radius: 0 0 4px 4px;
}

.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;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transition: opacity 100ms linear, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, transform 500ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-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;
    -webkit-animation: ripple 600ms ease-out;
            animation: ripple 600ms ease-out;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0);
    }
    20% {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0);
    }
    20% {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
}

.k-table {
    width: 100%;
    max-width: none;
    border-width: 1px;
    border-style: solid;
    text-align: start;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    outline: none;
}

.k-data-table {
    border-width: 1px;
    border-style: solid;
}

.k-data-table .k-table {
    table-layout: fixed;
}

.k-table-thead,
.k-table-tbody,
.k-table-tfoot,
.k-table-row,
.k-table-alt-row {
    border-color: inherit;
    text-align: inherit;
}

.k-table-th,
.k-table-td {
    border-width: 0 0 0px 1px;
    border-style: solid;
    border-color: inherit;
    box-sizing: border-box;
    font-weight: normal;
    text-align: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: table-cell;
    overflow: hidden;
    position: relative;
}

.k-table-th:first-child,
.k-table-td:first-child {
    border-left-width: 0;
}

.k-table-th {
    border-bottom-width: 1px;
}

.k-table-header {
    -webkit-padding-end: var(--kendo-scrollbar-width);
            padding-inline-end: var(--kendo-scrollbar-width);
    border-width: 0 0 1px;
    border-style: solid;
    box-sizing: border-box;
}

.k-table-header .k-table {
    border-width: 0;
}

.k-table-header-wrap {
    margin-right: -1px;
    width: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: inherit;
    overflow: hidden;
}

.k-table-header > .k-table,
.k-table-header-wrap > .k-table {
    margin-bottom: -1px;
}

.k-table-group-sticky-header {
    -webkit-box-flex: 0;
            flex: none;
}

.k-table-group-sticky-header .k-table-th {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
}

.k-table-list {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
    border-width: 0;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    empty-cells: show;
    list-style: none;
    outline: none;
}

.k-table-list .k-table-row {
    position: relative;
}

.k-table-list .k-table-row,
.k-table-list .k-table-group-row {
    width: 100%;
    box-sizing: border-box;
    display: table-row;
}

.k-table-list .k-table-row.k-first {
    border-top: 1px solid currentColor;
}

.k-table-list .k-table-th,
.k-table-list .k-table-td {
    vertical-align: middle;
}

.k-table-list .k-table-group-row {
    position: -webkit-sticky;
    position: sticky;
}

.k-table-list .k-table-group-row::before {
    content: "\200b";
    padding-inline: 0;
    width: 0;
    display: block;
    overflow: hidden;
}

.k-table-list .k-table-group-row .k-table-th {
    width: 100%;
    border-color: inherit;
    color: inherit;
    background-color: inherit;
    position: absolute;
    top: 0;
}

.k-table-list .k-table-spacer-td {
    padding: 0 !important;
    width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

.k-table-list .k-table-group-td {
    padding: 0 !important;
    width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    overflow: visible;
}

.k-table-list .k-table-group-td > span {
    font-size: .75em;
    position: absolute;
    top: 0;
    right: 0;
}

.k-virtual-table .k-table-row,
.k-virtual-table .k-table-group-row {
    position: absolute;
    width: 100%;
}

.k-table-scroller {
    position: relative;
    overflow: auto;
}

.k-table-scroller > .k-table {
    border-width: 0;
}

.k-table-footer {
    -webkit-padding-end: var(--kendo-scrollbar-width);
            padding-inline-end: var(--kendo-scrollbar-width);
    border-width: 1px 0 0;
    border-style: solid;
    box-sizing: border-box;
}

.k-table-footer .k-table {
    border-width: 0;
}

.k-table-footer-wrap {
    margin-right: -1px;
    width: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: inherit;
    overflow: hidden;
}

.k-table-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-table-sm .k-table-th,
.k-table-sm .k-table-td {
    padding-block: 4px;
    padding-inline: 8px;
}

.k-table-sm .k-table-list .k-table-group-td > span {
    padding-block: 0;
    padding-inline: 4px;
}

.k-table-sm .k-table-list .k-table-group-row::before {
    padding-block: 4px;
    padding-inline: 0;
}

.k-table-md {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-table-md .k-table-th,
.k-table-md .k-table-td {
    padding-block: 8px;
    padding-inline: 12px;
}

.k-table-md .k-table-list .k-table-group-td > span {
    padding-block: 0;
    padding-inline: 6px;
}

.k-table-md .k-table-list .k-table-group-row::before {
    padding-block: 8px;
    padding-inline: 0;
}

.k-table-lg {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-table-lg .k-table-th,
.k-table-lg .k-table-td {
    padding-block: 10px;
    padding-inline: 8px;
}

.k-table-lg .k-table-list .k-table-group-td > span {
    padding-block: 0;
    padding-inline: 4px;
}

.k-table-lg .k-table-list .k-table-group-row::before {
    padding-block: 10px;
    padding-inline: 0;
}

.k-rtl.k-table .k-table-th,
.k-rtl.k-table .k-table-td,
.k-rtl .k-table .k-table-th,
.k-rtl .k-table .k-table-td,
[dir="rtl"].k-table .k-table-th,
[dir="rtl"].k-table .k-table-td,
[dir="rtl"] .k-table .k-table-th,
[dir="rtl"] .k-table .k-table-td {
    border-left-width: 0;
    border-right-width: 1px;
}

.k-rtl.k-table .k-table-th:first-child,
.k-rtl.k-table .k-table-td:first-child,
.k-rtl .k-table .k-table-th:first-child,
.k-rtl .k-table .k-table-td:first-child,
[dir="rtl"].k-table .k-table-th:first-child,
[dir="rtl"].k-table .k-table-td:first-child,
[dir="rtl"] .k-table .k-table-th:first-child,
[dir="rtl"] .k-table .k-table-td:first-child {
    border-right-width: 0;
}

.k-rtl.k-table .k-table-header-wrap,
.k-rtl.k-table .k-table-footer-wrap,
.k-rtl .k-table .k-table-header-wrap,
.k-rtl .k-table .k-table-footer-wrap,
[dir="rtl"].k-table .k-table-header-wrap,
[dir="rtl"].k-table .k-table-footer-wrap,
[dir="rtl"] .k-table .k-table-header-wrap,
[dir="rtl"] .k-table .k-table-footer-wrap {
    margin-right: 0;
    margin-left: -1px;
    border-left-width: 1px;
    border-right-width: 0;
}

.k-rtl .k-table-list .k-table-group-td > span,
[dir="rtl"] .k-table-list .k-table-group-td > span {
    left: 0;
    right: auto;
}

.k-table,
.k-data-table {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-table-thead,
.k-table-header,
.k-table-group-sticky-header {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.k-table-tfoot,
.k-table-footer {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.k-table-group-row {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.k-table-group-td > span {
    color: #ffffff;
    background-color: #424242;
}

.k-table-alt-row {
    background-color: rgba(0, 0, 0, 0.04);
}

.k-table-tbody .k-table-row:hover,
.k-table-list .k-table-row:hover,
.k-table-tbody .k-table-row.k-hover,
.k-table-list .k-table-row.k-hover {
    background-color: #ededed;
}

.k-table-tbody .k-table-row.k-focus, .k-table-tbody .k-table-row:focus,
.k-table-list .k-table-row.k-focus,
.k-table-list .k-table-row:focus,
.k-table-tbody .k-table-td.k-focus,
.k-table-tbody .k-table-td:focus,
.k-table-list .k-table-td.k-focus,
.k-table-list .k-table-td:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.k-table-tbody .k-table-row.k-selected > .k-table-td,
.k-table-list .k-table-row.k-selected {
    background-color: rgba(255, 99, 88, 0.25);
}

.k-virtual-scroller {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: auto;
    position: relative;
}

.k-virtual-scroller-wrap {
    position: relative;
    z-index: 1;
}

.k-virtual-scroller-content {
    position: absolute;
    width: 100%;
    top: 0;
    inset-inline-start: 0;
}

.k-virtual-scroller-size {
    position: relative;
    z-index: 0;
}

.k-avatar {
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    flex-shrink: 0;
    overflow: hidden;
}

.k-avatar *,
.k-avatar *::before,
.k-avatar *::after {
    box-sizing: border-box;
}

.k-avatar-text,
.k-avatar-initials {
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
}

.k-avatar-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
}

.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%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: top;
}

.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-bordered {
    border-width: 1px;
}

.k-avatar-solid-primary {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}

.k-avatar-solid-secondary {
    border-color: #666666;
    color: white;
    background-color: #666666;
}

.k-avatar-solid-tertiary {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}

.k-avatar-solid-info {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}

.k-avatar-solid-success {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}

.k-avatar-solid-warning {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}

.k-avatar-solid-error {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}

.k-avatar-solid-dark {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-avatar-solid-light {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}

.k-avatar-solid-inverse {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-avatar-outline {
    border-color: currentColor;
}

.k-avatar-outline-primary {
    color: #ff6358;
}

.k-avatar-outline-secondary {
    color: #666666;
}

.k-avatar-outline-tertiary {
    color: #03a9f4;
}

.k-avatar-outline-info {
    color: #0058e9;
}

.k-avatar-outline-success {
    color: #37b400;
}

.k-avatar-outline-warning {
    color: #ffc000;
}

.k-avatar-outline-error {
    color: #f31700;
}

.k-avatar-outline-dark {
    color: #424242;
}

.k-avatar-outline-light {
    color: #ebebeb;
}

.k-avatar-outline-inverse {
    color: #424242;
}

.k-badge {
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    color: inherit;
    background-color: transparent;
    font: inherit;
    text-align: center;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-badge *,
.k-badge *::before,
.k-badge *::after {
    box-sizing: border-box;
}

.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-block: 2px;
    padding-inline: 2px;
    font-size: 10px;
    line-height: 1;
    min-width: calc(1em + 6px);
}

.k-badge-sm:empty {
    padding: 2px;
    min-width: auto;
}

.k-badge-md {
    padding-block: 4px;
    padding-inline: 4px;
    font-size: 10px;
    line-height: 1;
    min-width: calc(1em + 10px);
}

.k-badge-md:empty {
    padding: 4px;
    min-width: auto;
}

.k-badge-lg {
    padding-block: 6px;
    padding-inline: 6px;
    font-size: 10px;
    line-height: 1;
    min-width: calc(1em + 14px);
}

.k-badge-lg:empty {
    padding: 6px;
    min-width: auto;
}

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 {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.k-badge-edge.k-top-end {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}

.k-badge-edge.k-bottom-start {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}

.k-badge-edge.k-bottom-end {
    -webkit-transform: translate(50%, 50%);
            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 {
    -webkit-transform: translate(50%, -50%);
            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 {
    -webkit-transform: translate(-50%, -50%);
            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 {
    -webkit-transform: translate(50%, 50%);
            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 {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}

.k-badge-outside {
    position: absolute;
    z-index: 9999;
}

.k-badge-outside.k-top-start {
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
}

.k-badge-outside.k-top-end {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
}

.k-badge-outside.k-bottom-start {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
}

.k-badge-outside.k-bottom-end {
    -webkit-transform: translate(100%, 100%);
            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 {
    -webkit-transform: translate(100%, -100%);
            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 {
    -webkit-transform: translate(-100%, -100%);
            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 {
    -webkit-transform: translate(100%, 100%);
            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 {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
}

.k-badge-border-cutout {
    box-shadow: 0 0 0 2px #ffffff;
}

.k-badge-solid-primary {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}

.k-badge-solid-secondary {
    border-color: #666666;
    color: white;
    background-color: #666666;
}

.k-badge-solid-tertiary {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}

.k-badge-solid-info {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}

.k-badge-solid-success {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}

.k-badge-solid-warning {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}

.k-badge-solid-error {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}

.k-badge-solid-dark {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-badge-solid-light {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}

.k-badge-solid-inverse {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-badge-outline {
    border-color: currentColor;
    background-color: #ffffff;
}

.k-badge-outline-primary {
    color: #ff6358;
}

.k-badge-outline-secondary {
    color: #666666;
}

.k-badge-outline-tertiary {
    color: #03a9f4;
}

.k-badge-outline-info {
    color: #0058e9;
}

.k-badge-outline-success {
    color: #37b400;
}

.k-badge-outline-warning {
    color: #ffc000;
}

.k-badge-outline-error {
    color: #f31700;
}

.k-badge-outline-dark {
    color: #424242;
}

.k-badge-outline-light {
    color: #ebebeb;
}

.k-badge-outline-inverse {
    color: #424242;
}

.k-chip {
    padding-block: 4px;
    padding-inline: 4px;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

.k-chip *,
.k-chip *::before,
.k-chip *::after {
    box-sizing: border-box;
}

.k-chip .k-selected-icon-wrapper {
    display: none !important;
}

.k-chip-content {
    padding-block: .5em;
    padding-inline: 0;
    margin-block: -.5em;
    margin-inline: 0;
    min-width: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-chip-content .k-icon-wrapper-host {
    display: initial;
}

.k-chip-content:first-child {
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
}

.k-chip-content:last-child {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
}

.k-chip-text,
.k-chip-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-chip-avatar {
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    -webkit-box-flex: 0;
            flex: none;
}

.k-chip-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
            flex: none;
}

.k-chip-actions {
    margin-block: -5em;
    margin-inline: 0;
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-self: center;
}

.k-chip-action {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-self: center;
}

.k-remove-icon {
    font-size: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
            flex: none;
}

.k-chip-list {
    min-width: 0px;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
}

.k-chip-sm {
    padding-block: 2px;
    padding-inline: 4px;
    font-size: 14px;
    line-height: 1;
}

.k-chip-sm .k-chip-action {
    padding: 2px;
}

.k-chip-avatar {
    width: 1em;
    height: 1em;
    flex-basis: 1em;
}

.k-chip-md {
    padding-block: 4px;
    padding-inline: 4px;
    font-size: 14px;
    line-height: 1;
}

.k-chip-md .k-chip-action {
    padding: 4px;
}

.k-chip-avatar {
    width: 1em;
    height: 1em;
    flex-basis: 1em;
}

.k-chip-lg {
    padding-block: 6px;
    padding-inline: 4px;
    font-size: 14px;
    line-height: 1;
}

.k-chip-lg .k-chip-action {
    padding: 6px;
}

.k-chip-avatar {
    width: 1em;
    height: 1em;
    flex-basis: 1em;
}

.k-chip-list-sm {
    gap: 4px;
}

.k-chip-list-md {
    gap: 4px;
}

.k-chip-list-lg {
    gap: 4px;
}

.k-chip-solid-base {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-chip-solid-base:focus, .k-chip-solid-base.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-chip-solid-base:hover, .k-chip-solid-base.k-hover {
    background-color: #ebebeb;
}

.k-chip-solid-base.k-selected {
    background-color: #d8d8d8;
}

.k-chip-solid-error {
    border-color: #f65140;
    color: #550800;
    background-color: #fdd1cc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-chip-solid-error:focus, .k-chip-solid-error.k-focus {
    box-shadow: 0 0 0 2px rgba(243, 23, 0, 0.16);
}

.k-chip-solid-error:hover, .k-chip-solid-error.k-hover {
    background-color: #fbaea6;
}

.k-chip-solid-error.k-selected {
    background-color: #f98b80;
}

.k-chip-solid-info {
    border-color: #4082ef;
    color: #001f52;
    background-color: #ccdefb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-chip-solid-info:focus, .k-chip-solid-info.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 88, 233, 0.16);
}

.k-chip-solid-info:hover, .k-chip-solid-info.k-hover {
    background-color: #a6c5f7;
}

.k-chip-solid-info.k-selected {
    background-color: #80acf4;
}

.k-chip-solid-warning {
    border-color: #ffd040;
    color: #594300;
    background-color: #fff2cc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-chip-solid-warning:focus, .k-chip-solid-warning.k-focus {
    box-shadow: 0 0 0 2px rgba(255, 192, 0, 0.16);
}

.k-chip-solid-warning:hover, .k-chip-solid-warning.k-hover {
    background-color: #ffe9a6;
}

.k-chip-solid-warning.k-selected {
    background-color: #ffe080;
}

.k-chip-solid-success {
    border-color: #69c740;
    color: #133f00;
    background-color: #d7f0cc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-chip-solid-success:focus, .k-chip-solid-success.k-focus {
    box-shadow: 0 0 0 2px rgba(55, 180, 0, 0.16);
}

.k-chip-solid-success:hover, .k-chip-solid-success.k-hover {
    background-color: #b9e5a6;
}

.k-chip-solid-success.k-selected {
    background-color: #9bda80;
}

.k-chip-outline-base {
    border-color: #424242;
    color: #424242;
    background-color: #ffffff;
}

.k-chip-outline-base:focus, .k-chip-outline-base.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-chip-outline-base:hover, .k-chip-outline-base.k-hover {
    color: white;
    background-color: #424242;
}

.k-chip-outline-base.k-selected {
    color: white;
    background-color: #424242;
}

.k-chip-outline-error {
    border-color: #b61100;
    color: #b61100;
    background-color: #ffffff;
}

.k-chip-outline-error:focus, .k-chip-outline-error.k-focus {
    box-shadow: 0 0 0 2px rgba(243, 23, 0, 0.16);
}

.k-chip-outline-error:hover, .k-chip-outline-error.k-hover {
    border-color: #b61100;
    color: white;
    background-color: #b61100;
}

.k-chip-outline-error.k-selected {
    border-color: #b61100;
    color: white;
    background-color: #b61100;
}

.k-chip-outline-info {
    border-color: #0042af;
    color: #0042af;
    background-color: #ffffff;
}

.k-chip-outline-info:focus, .k-chip-outline-info.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 88, 233, 0.16);
}

.k-chip-outline-info:hover, .k-chip-outline-info.k-hover {
    border-color: #0042af;
    color: white;
    background-color: #0042af;
}

.k-chip-outline-info.k-selected {
    border-color: #0042af;
    color: white;
    background-color: #0042af;
}

.k-chip-outline-warning {
    border-color: #ffc000;
    color: #424242;
    background-color: #ffffff;
}

.k-chip-outline-warning:focus, .k-chip-outline-warning.k-focus {
    box-shadow: 0 0 0 2px rgba(255, 192, 0, 0.16);
}

.k-chip-outline-warning:hover, .k-chip-outline-warning.k-hover {
    color: #332600;
    background-color: #ffc000;
}

.k-chip-outline-warning.k-selected {
    color: #332600;
    background-color: #ffc000;
}

.k-chip-outline-success {
    border-color: #298700;
    color: #298700;
    background-color: #ffffff;
}

.k-chip-outline-success:focus, .k-chip-outline-success.k-focus {
    box-shadow: 0 0 0 2px rgba(55, 180, 0, 0.16);
}

.k-chip-outline-success:hover, .k-chip-outline-success.k-hover {
    border-color: #298700;
    color: white;
    background-color: #298700;
}

.k-chip-outline-success.k-selected {
    border-color: #298700;
    color: white;
    background-color: #298700;
}

.k-color-preview {
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-radius: 4px;
    box-sizing: border-box;
    border-style: solid;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    position: relative;
    overflow: hidden;
}

.k-color-preview *,
.k-color-preview *::before,
.k-color-preview *::after {
    box-sizing: border-box;
}

.k-coloreditor-current-color {
    cursor: pointer;
}

.k-icon-color-preview {
    border-width: 0;
    border-radius: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 2px;
}

.k-icon-color-preview .k-color-preview-mask {
    width: 14px;
    height: 2px;
}

.k-color-preview-mask {
    width: 100%;
    height: 100%;
    position: relative;
}

.k-color-preview-mask::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC");
    background-size: contain;
    background-position: 0 0;
}

.k-no-color .k-color-preview-mask::before {
    content: "";
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='%23f31700' stroke-width='1'/%3e%3c/svg%3e");
    background-size: 100% 100%;
    background-position: 0 0;
}

.k-color-preview {
    border-color: rgba(0, 0, 0, 0.08);
}

.k-color-preview:hover, .k-color-preview.k-hover {
    border-color: rgba(0, 0, 0, 0.08);
}

.k-loader {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 0;
}

.k-loader-canvas {
    display: -webkit-box;
    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;
}

@-webkit-keyframes pulsing-2-segment {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes pulsing-2-segment {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

.k-loader-pulsing-2 .k-loader-canvas {
    -webkit-box-align: center;
            align-items: center;
}

.k-loader-pulsing-2 .k-loader-segment:nth-child(1) {
    left: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-animation: pulsing-2-segment 1s ease infinite;
            animation: pulsing-2-segment 1s ease infinite;
    -webkit-animation-delay: -.5s;
            animation-delay: -.5s;
}

.k-loader-pulsing-2 .k-loader-segment:nth-child(2) {
    right: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-animation: pulsing-2-segment 1s ease infinite;
            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;
}

@-webkit-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%;
    }
}

@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 {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.k-loader-spinner-3 .k-loader-segment:nth-child(1) {
    top: 0;
    left: 50%;
    -webkit-animation: spinner-3-segment 2s ease infinite;
            animation: spinner-3-segment 2s ease infinite;
}

.k-loader-spinner-3 .k-loader-segment:nth-child(2) {
    top: 100%;
    left: 0;
    -webkit-animation: spinner-3-segment 2s ease infinite;
            animation: spinner-3-segment 2s ease infinite;
    -webkit-animation-delay: -0.6666666667s;
            animation-delay: -0.6666666667s;
}

.k-loader-spinner-3 .k-loader-segment:nth-child(3) {
    top: 100%;
    left: 100%;
    -webkit-animation: spinner-3-segment 2s ease infinite;
            animation: spinner-3-segment 2s ease infinite;
    -webkit-animation-delay: -1.3333333333s;
            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;
}

@-webkit-keyframes spinner-4-segment-1 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 0;
        left: 0;
        -webkit-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0);
    }
    66.6% {
        top: 0;
        left: 0;
        -webkit-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}

@keyframes spinner-4-segment-1 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 0;
        left: 0;
        -webkit-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0);
    }
    66.6% {
        top: 0;
        left: 0;
        -webkit-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}

@-webkit-keyframes spinner-4-segment-2 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 0;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(0);
                transform: translateX(-100%) translateY(0);
    }
    66.6% {
        top: 0;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(0);
                transform: translateX(-100%) translateY(0);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}

@keyframes spinner-4-segment-2 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 0;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(0);
                transform: translateX(-100%) translateY(0);
    }
    66.6% {
        top: 0;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(0);
                transform: translateX(-100%) translateY(0);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}

@-webkit-keyframes spinner-4-segment-3 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 100%;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(-100%);
                transform: translateX(-100%) translateY(-100%);
    }
    66.6% {
        top: 100%;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(-100%);
                transform: translateX(-100%) translateY(-100%);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}

@keyframes spinner-4-segment-3 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 100%;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(-100%);
                transform: translateX(-100%) translateY(-100%);
    }
    66.6% {
        top: 100%;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(-100%);
                transform: translateX(-100%) translateY(-100%);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}

@-webkit-keyframes spinner-4-segment-4 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 100%;
        left: 0;
        -webkit-transform: translateX(0) translateY(-100%);
                transform: translateX(0) translateY(-100%);
    }
    66.6% {
        top: 100%;
        left: 0;
        -webkit-transform: translateX(0) translateY(-100%);
                transform: translateX(0) translateY(-100%);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}

@keyframes spinner-4-segment-4 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 100%;
        left: 0;
        -webkit-transform: translateX(0) translateY(-100%);
                transform: translateX(0) translateY(-100%);
    }
    66.6% {
        top: 100%;
        left: 0;
        -webkit-transform: translateX(0) translateY(-100%);
                transform: translateX(0) translateY(-100%);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}

@-webkit-keyframes spinner-4 {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    33.3% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    66.6% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}

@keyframes spinner-4 {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    33.3% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    66.6% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}

.k-loader-spinner-4 .k-loader-canvas {
    -webkit-animation: spinner-4 1.833s ease infinite;
            animation: spinner-4 1.833s ease infinite;
}

.k-loader-spinner-4 .k-loader-segment {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.k-loader-spinner-4 .k-loader-segment:nth-child(1) {
    -webkit-animation: spinner-4-segment-1 1.833s ease infinite;
            animation: spinner-4-segment-1 1.833s ease infinite;
}

.k-loader-spinner-4 .k-loader-segment:nth-child(2) {
    -webkit-animation: spinner-4-segment-2 1.833s ease infinite;
            animation: spinner-4-segment-2 1.833s ease infinite;
}

.k-loader-spinner-4 .k-loader-segment:nth-child(3) {
    -webkit-animation: spinner-4-segment-3 1.833s ease infinite;
            animation: spinner-4-segment-3 1.833s ease infinite;
}

.k-loader-spinner-4 .k-loader-segment:nth-child(4) {
    -webkit-animation: spinner-4-segment-4 1.833s ease infinite;
            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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: 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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
}

.k-loader-container-panel {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.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: 14px;
}

.k-loader-container-lg .k-loader-container-inner {
    padding: 24px;
    gap: 12px;
}

.k-loader-container-lg .k-loader-container-label {
    font-size: 16px;
}

.k-loader-top .k-loader-container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
}

.k-loader-end .k-loader-container-label {
    -webkit-box-ordinal-group: 0;
            order: -1;
}

.k-loading-mask,
.k-loading-image,
.k-loading-color {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.k-loading-mask *,
.k-loading-mask *::before,
.k-loading-mask *::after, .k-loading-mask::before, .k-loading-mask::after,
.k-loading-image *,
.k-loading-image *::before,
.k-loading-image *::after,
.k-loading-image::before,
.k-loading-image::after,
.k-loading-color *,
.k-loading-color *::before,
.k-loading-color *::after,
.k-loading-color::before,
.k-loading-color::after {
    box-sizing: border-box;
}

.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;
    color: currentColor;
}

.k-loading-image {
    z-index: 2;
    color: currentColor;
}

.k-loading-color {
    background-color: #ffffff;
    opacity: 0.3;
}

.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,
.k-loader-container-inner .\!k-text-secondary {
    color: #656565 !important;
}

.k-skeleton, .k-placeholder-line {
    display: block;
}

.k-skeleton-text, .k-placeholder-line {
    border-radius: 4px;
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
}

.k-skeleton-text:empty::before, .k-placeholder-line:empty::before {
    content: "\200b";
}

.k-skeleton-rect {
    border-radius: 0;
}

.k-skeleton-circle {
    border-radius: 9999px;
}

@-webkit-keyframes k-skeleton-wave {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    60% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}

@keyframes k-skeleton-wave {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    60% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}

.k-skeleton-wave .k-skeleton, .k-skeleton-wave .k-placeholder-line, .k-skeleton-wave.k-skeleton, .k-skeleton-wave.k-placeholder-line {
    position: relative;
    overflow: hidden;
}

.k-skeleton-wave .k-skeleton::after, .k-skeleton-wave .k-placeholder-line::after, .k-skeleton-wave.k-skeleton::after, .k-skeleton-wave.k-placeholder-line::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-animation: k-skeleton-wave 1.6s linear .5s infinite;
            animation: k-skeleton-wave 1.6s linear .5s infinite;
}

@-webkit-keyframes k-skeleton-pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes k-skeleton-pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

.k-skeleton-pulse .k-skeleton, .k-skeleton-pulse .k-placeholder-line, .k-skeleton-pulse.k-skeleton, .k-skeleton-pulse.k-placeholder-line {
    -webkit-animation: k-skeleton-pulse 1.5s ease-in-out .5s infinite;
            animation: k-skeleton-pulse 1.5s ease-in-out .5s infinite;
}

.k-skeleton, .k-placeholder-line {
    background-color: rgba(66, 66, 66, 0.2);
}

.k-skeleton-wave .k-skeleton::after, .k-skeleton-wave .k-placeholder-line::after, .k-skeleton-wave.k-skeleton::after, .k-skeleton-wave.k-placeholder-line::after {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.04)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.04), transparent);
}

.k-button {
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    color: inherit;
    background: none;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 4px;
    vertical-align: middle;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    position: relative;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.k-button *,
.k-button *::before,
.k-button *::after {
    box-sizing: border-box;
}

.k-button:disabled, .k-button.k-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            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-icon-button {
    gap: 0;
}

.k-icon-button .k-icon {
    display: -webkit-inline-box;
    display: inline-flex;
}

.k-button-icon {
    color: inherit;
    align-self: center;
    position: relative;
}

.k-button-sm {
    padding-block: 2px;
    padding-inline: 8px;
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-button-sm.k-icon-button {
    padding: 2px;
}

.k-button-sm.k-icon-button .k-button-icon {
    min-width: 20.0000000004px;
    min-height: 20.0000000004px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.k-button-sm.k-icon-button .k-button-icon.k-svg-icon > svg,
.k-button-sm.k-icon-button .k-button-icon.k-icon-md > svg {
    width: 16px;
    height: 16px;
}

.k-button-sm.k-icon-button .k-button-icon.k-icon-xs > svg {
    width: 12px;
    height: 12px;
}

.k-button-sm.k-icon-button .k-button-icon.k-icon-sm > svg {
    width: 14px;
    height: 14px;
}

.k-button-sm.k-icon-button .k-button-icon.k-icon-lg > svg {
    width: 20px;
    height: 20px;
}

.k-button-sm.k-icon-button .k-button-icon.k-icon-xl > svg {
    width: 24px;
    height: 24px;
}

.k-button-sm.k-icon-button .k-button-icon.k-icon-xxl > svg {
    width: 32px;
    height: 32px;
}

.k-button-sm.k-icon-button .k-button-icon.k-icon-xxxl > svg {
    width: 48px;
    height: 48px;
}

.k-button-md {
    padding-block: 4px;
    padding-inline: 8px;
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-button-md.k-icon-button {
    padding: 4px;
}

.k-button-md.k-icon-button .k-button-icon {
    min-width: 20.0000000004px;
    min-height: 20.0000000004px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.k-button-md.k-icon-button .k-button-icon.k-svg-icon > svg,
.k-button-md.k-icon-button .k-button-icon.k-icon-md > svg {
    width: 16px;
    height: 16px;
}

.k-button-md.k-icon-button .k-button-icon.k-icon-xs > svg {
    width: 12px;
    height: 12px;
}

.k-button-md.k-icon-button .k-button-icon.k-icon-sm > svg {
    width: 14px;
    height: 14px;
}

.k-button-md.k-icon-button .k-button-icon.k-icon-lg > svg {
    width: 20px;
    height: 20px;
}

.k-button-md.k-icon-button .k-button-icon.k-icon-xl > svg {
    width: 24px;
    height: 24px;
}

.k-button-md.k-icon-button .k-button-icon.k-icon-xxl > svg {
    width: 32px;
    height: 32px;
}

.k-button-md.k-icon-button .k-button-icon.k-icon-xxxl > svg {
    width: 48px;
    height: 48px;
}

.k-button-lg {
    padding-block: 8px;
    padding-inline: 8px;
    font-size: 16px;
    line-height: 1.5;
}

.k-button-lg.k-icon-button {
    padding: 8px;
}

.k-button-lg.k-icon-button .k-button-icon {
    min-width: 24px;
    min-height: 24px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.k-button-lg.k-icon-button .k-button-icon.k-svg-icon > svg,
.k-button-lg.k-icon-button .k-button-icon.k-icon-md > svg {
    width: 16px;
    height: 16px;
}

.k-button-lg.k-icon-button .k-button-icon.k-icon-xs > svg {
    width: 12px;
    height: 12px;
}

.k-button-lg.k-icon-button .k-button-icon.k-icon-sm > svg {
    width: 14px;
    height: 14px;
}

.k-button-lg.k-icon-button .k-button-icon.k-icon-lg > svg {
    width: 20px;
    height: 20px;
}

.k-button-lg.k-icon-button .k-button-icon.k-icon-xl > svg {
    width: 24px;
    height: 24px;
}

.k-button-lg.k-icon-button .k-button-icon.k-icon-xxl > svg {
    width: 32px;
    height: 32px;
}

.k-button-lg.k-icon-button .k-button-icon.k-icon-xxxl > svg {
    width: 48px;
    height: 48px;
}

.k-button-square {
    aspect-ratio: 1;
}

.k-button-group {
    margin: 0;
    padding: 0;
    border-width: 0;
    box-sizing: border-box;
    list-style: none;
    outline: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    vertical-align: middle;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-button-group > .k-button + .k-button {
    -webkit-margin-start: -1px;
            margin-inline-start: -1px;
}

.k-button-group > .k-button:hover,
.k-button-group > .k-button.k-hover,
.k-button-group > .k-button:focus,
.k-button-group > .k-button.k-focus,
.k-button-group > .k-button:active,
.k-button-group > .k-button.k-active,
.k-button-group > .k-button.k-selected {
    z-index: 2;
}

.k-button-group .k-button:not(:first-child):not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

.k-button-group > .k-button:first-child:not(:only-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

.k-button-group > .k-button:last-child:not(:only-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

.k-button-group:disabled, .k-button-group[disabled], .k-button-group.k-disabled {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
}

.k-button-group-stretched {
    width: 100%;
}

.k-button-group-stretched > * {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    overflow: hidden;
}

.k-button-flat {
    border-color: transparent !important;
    color: inherit;
    background: none !important;
    box-shadow: none !important;
}

.k-button-flat::before {
    display: block !important;
}

.k-button-flat::after {
    box-shadow: inset 0 0 0 2px currentColor;
    display: block !important;
}

.k-button-flat:focus::after, .k-button-flat.k-focus::after {
    opacity: 0.12;
}

.k-button-outline {
    border-color: currentColor;
    color: inherit;
    background: none;
}

.k-button-link {
    border-color: transparent;
    color: inherit;
    text-decoration: none;
    background: none;
}

.k-button-link:hover, .k-button-link.k-hover {
    text-decoration: underline;
}

.k-button-clear {
    border-color: transparent !important;
    color: inherit;
    background: none !important;
    box-shadow: none !important;
}

.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;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.k-button:hover::before, .k-button.k-hover::before {
    opacity: 0.04;
}

.k-button.k-no-focus:not(:hover)::before, .k-button.k-no-focus:not(.k-hover)::before {
    opacity: 0;
}

.k-button:active::before, .k-button.k-active::before {
    opacity: 0.16;
}

.k-button.k-selected::before {
    opacity: 0.2;
}

.k-button::after {
    border-radius: inherit;
    content: "";
    opacity: 0;
    display: none;
    pointer-events: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    z-index: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.k-button-solid-base {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-button-solid-base:hover, .k-button-solid-base.k-hover {
    background-color: #ebebeb;
}

.k-button-solid-base:focus, .k-button-solid-base.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-button-solid-base:active, .k-button-solid-base.k-active {
    background-color: #d8d8d8;
}

.k-button-solid-base.k-selected {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}

.k-button-solid-primary {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
    border-color: #f55f54;
    background-color: #f55f54;
}

.k-button-solid-primary:focus, .k-button-solid-primary.k-focus {
    box-shadow: 0 0 0px 2px rgba(255, 99, 88, 0.3);
}

.k-button-solid-primary:active, .k-button-solid-primary.k-active {
    border-color: #e0574d;
    background-color: #e0574d;
}

.k-button-solid-primary.k-selected {
    border-color: #e0574d;
    background-color: #e0574d;
}

.k-button-solid-secondary {
    border-color: #666666;
    color: white;
    background-color: #666666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-button-solid-secondary:hover, .k-button-solid-secondary.k-hover {
    border-color: #626262;
    background-color: #626262;
}

.k-button-solid-secondary:focus, .k-button-solid-secondary.k-focus {
    box-shadow: 0 0 0px 2px rgba(102, 102, 102, 0.3);
}

.k-button-solid-secondary:active, .k-button-solid-secondary.k-active {
    border-color: #5a5a5a;
    background-color: #5a5a5a;
}

.k-button-solid-secondary.k-selected {
    border-color: #5a5a5a;
    background-color: #5a5a5a;
}

.k-button-solid-tertiary {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-button-solid-tertiary:hover, .k-button-solid-tertiary.k-hover {
    border-color: #03a2ea;
    background-color: #03a2ea;
}

.k-button-solid-tertiary:focus, .k-button-solid-tertiary.k-focus {
    box-shadow: 0 0 0px 2px rgba(3, 169, 244, 0.3);
}

.k-button-solid-tertiary:active, .k-button-solid-tertiary.k-active {
    border-color: #0395d7;
    background-color: #0395d7;
}

.k-button-solid-tertiary.k-selected {
    border-color: #0395d7;
    background-color: #0395d7;
}

.k-button-solid-info {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-button-solid-info:hover, .k-button-solid-info.k-hover {
    border-color: #0054e0;
    background-color: #0054e0;
}

.k-button-solid-info:focus, .k-button-solid-info.k-focus {
    box-shadow: 0 0 0px 2px rgba(0, 88, 233, 0.3);
}

.k-button-solid-info:active, .k-button-solid-info.k-active {
    border-color: #004dcd;
    background-color: #004dcd;
}

.k-button-solid-info.k-selected {
    border-color: #004dcd;
    background-color: #004dcd;
}

.k-button-solid-success {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-button-solid-success:hover, .k-button-solid-success.k-hover {
    border-color: #35ad00;
    background-color: #35ad00;
}

.k-button-solid-success:focus, .k-button-solid-success.k-focus {
    box-shadow: 0 0 0px 2px rgba(55, 180, 0, 0.3);
}

.k-button-solid-success:active, .k-button-solid-success.k-active {
    border-color: #309e00;
    background-color: #309e00;
}

.k-button-solid-success.k-selected {
    border-color: #309e00;
    background-color: #309e00;
}

.k-button-solid-warning {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-button-solid-warning:hover, .k-button-solid-warning.k-hover {
    border-color: #f5b800;
    background-color: #f5b800;
}

.k-button-solid-warning:focus, .k-button-solid-warning.k-focus {
    box-shadow: 0 0 0px 2px rgba(255, 192, 0, 0.3);
}

.k-button-solid-warning:active, .k-button-solid-warning.k-active {
    border-color: #e0a900;
    background-color: #e0a900;
}

.k-button-solid-warning.k-selected {
    border-color: #e0a900;
    background-color: #e0a900;
}

.k-button-solid-error {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-button-solid-error:hover, .k-button-solid-error.k-hover {
    border-color: #e91600;
    background-color: #e91600;
}

.k-button-solid-error:focus, .k-button-solid-error.k-focus {
    box-shadow: 0 0 0px 2px rgba(243, 23, 0, 0.3);
}

.k-button-solid-error:active, .k-button-solid-error.k-active {
    border-color: #d61400;
    background-color: #d61400;
}

.k-button-solid-error.k-selected {
    border-color: #d61400;
    background-color: #d61400;
}

.k-button-solid-dark {
    border-color: #424242;
    color: white;
    background-color: #424242;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-button-solid-dark:hover, .k-button-solid-dark.k-hover {
    border-color: #3f3f3f;
    background-color: #3f3f3f;
}

.k-button-solid-dark:focus, .k-button-solid-dark.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}

.k-button-solid-dark:active, .k-button-solid-dark.k-active {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}

.k-button-solid-dark.k-selected {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}

.k-button-solid-light {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-button-solid-light:hover, .k-button-solid-light.k-hover {
    border-color: #e2e2e2;
    background-color: #e2e2e2;
}

.k-button-solid-light:focus, .k-button-solid-light.k-focus {
    box-shadow: 0 0 0px 2px rgba(235, 235, 235, 0.3);
}

.k-button-solid-light:active, .k-button-solid-light.k-active {
    border-color: #cfcfcf;
    background-color: #cfcfcf;
}

.k-button-solid-light.k-selected {
    border-color: #cfcfcf;
    background-color: #cfcfcf;
}

.k-button-solid-inverse {
    border-color: #424242;
    color: white;
    background-color: #424242;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-button-solid-inverse:hover, .k-button-solid-inverse.k-hover {
    border-color: #3f3f3f;
    background-color: #3f3f3f;
}

.k-button-solid-inverse:focus, .k-button-solid-inverse.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}

.k-button-solid-inverse:active, .k-button-solid-inverse.k-active {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}

.k-button-solid-inverse.k-selected {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}

.k-button-outline-primary {
    box-shadow: none;
    border-color: currentColor;
    color: #ff6358;
    background-color: transparent;
}

.k-button-outline-primary:hover, .k-button-outline-primary.k-hover {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}

.k-button-outline-primary:focus, .k-button-outline-primary.k-focus {
    box-shadow: 0 0 0px 2px rgba(255, 99, 88, 0.3);
}

.k-button-outline-primary:active, .k-button-outline-primary.k-active {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}

.k-button-outline-primary.k-selected {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}

.k-button-outline-secondary {
    box-shadow: none;
    border-color: currentColor;
    color: #666666;
    background-color: transparent;
}

.k-button-outline-secondary:hover, .k-button-outline-secondary.k-hover {
    border-color: #666666;
    color: white;
    background-color: #666666;
}

.k-button-outline-secondary:focus, .k-button-outline-secondary.k-focus {
    box-shadow: 0 0 0px 2px rgba(102, 102, 102, 0.3);
}

.k-button-outline-secondary:active, .k-button-outline-secondary.k-active {
    border-color: #666666;
    color: white;
    background-color: #666666;
}

.k-button-outline-secondary.k-selected {
    border-color: #666666;
    color: white;
    background-color: #666666;
}

.k-button-outline-tertiary {
    box-shadow: none;
    border-color: currentColor;
    color: #03a9f4;
    background-color: transparent;
}

.k-button-outline-tertiary:hover, .k-button-outline-tertiary.k-hover {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}

.k-button-outline-tertiary:focus, .k-button-outline-tertiary.k-focus {
    box-shadow: 0 0 0px 2px rgba(3, 169, 244, 0.3);
}

.k-button-outline-tertiary:active, .k-button-outline-tertiary.k-active {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}

.k-button-outline-tertiary.k-selected {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}

.k-button-outline-info {
    box-shadow: none;
    border-color: currentColor;
    color: #0058e9;
    background-color: transparent;
}

.k-button-outline-info:hover, .k-button-outline-info.k-hover {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}

.k-button-outline-info:focus, .k-button-outline-info.k-focus {
    box-shadow: 0 0 0px 2px rgba(0, 88, 233, 0.3);
}

.k-button-outline-info:active, .k-button-outline-info.k-active {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}

.k-button-outline-info.k-selected {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}

.k-button-outline-success {
    box-shadow: none;
    border-color: currentColor;
    color: #37b400;
    background-color: transparent;
}

.k-button-outline-success:hover, .k-button-outline-success.k-hover {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}

.k-button-outline-success:focus, .k-button-outline-success.k-focus {
    box-shadow: 0 0 0px 2px rgba(55, 180, 0, 0.3);
}

.k-button-outline-success:active, .k-button-outline-success.k-active {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}

.k-button-outline-success.k-selected {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}

.k-button-outline-warning {
    box-shadow: none;
    border-color: currentColor;
    color: #ffc000;
    background-color: transparent;
}

.k-button-outline-warning:hover, .k-button-outline-warning.k-hover {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}

.k-button-outline-warning:focus, .k-button-outline-warning.k-focus {
    box-shadow: 0 0 0px 2px rgba(255, 192, 0, 0.3);
}

.k-button-outline-warning:active, .k-button-outline-warning.k-active {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}

.k-button-outline-warning.k-selected {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}

.k-button-outline-error {
    box-shadow: none;
    border-color: currentColor;
    color: #f31700;
    background-color: transparent;
}

.k-button-outline-error:hover, .k-button-outline-error.k-hover {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}

.k-button-outline-error:focus, .k-button-outline-error.k-focus {
    box-shadow: 0 0 0px 2px rgba(243, 23, 0, 0.3);
}

.k-button-outline-error:active, .k-button-outline-error.k-active {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}

.k-button-outline-error.k-selected {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}

.k-button-outline-dark {
    box-shadow: none;
    border-color: currentColor;
    color: #424242;
    background-color: transparent;
}

.k-button-outline-dark:hover, .k-button-outline-dark.k-hover {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-button-outline-dark:focus, .k-button-outline-dark.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}

.k-button-outline-dark:active, .k-button-outline-dark.k-active {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-button-outline-dark.k-selected {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-button-outline-light {
    box-shadow: none;
    border-color: currentColor;
    color: #ebebeb;
    background-color: transparent;
}

.k-button-outline-light:hover, .k-button-outline-light.k-hover {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}

.k-button-outline-light:focus, .k-button-outline-light.k-focus {
    box-shadow: 0 0 0px 2px rgba(235, 235, 235, 0.3);
}

.k-button-outline-light:active, .k-button-outline-light.k-active {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}

.k-button-outline-light.k-selected {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}

.k-button-outline-inverse {
    box-shadow: none;
    border-color: currentColor;
    color: #424242;
    background-color: transparent;
}

.k-button-outline-inverse:hover, .k-button-outline-inverse.k-hover {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-button-outline-inverse:focus, .k-button-outline-inverse.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}

.k-button-outline-inverse:active, .k-button-outline-inverse.k-active {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-button-outline-inverse.k-selected {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-button-outline-base {
    box-shadow: none;
    border-color: currentColor;
    color: #424242;
    background-color: transparent;
}

.k-button-outline-base:hover, .k-button-outline-base.k-hover {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-button-outline-base:focus, .k-button-outline-base.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}

.k-button-outline-base:active, .k-button-outline-base.k-active {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-button-outline-base.k-selected {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-button-flat-primary {
    color: #ff6358;
}

.k-button-flat-secondary {
    color: #666666;
}

.k-button-flat-tertiary {
    color: #03a9f4;
}

.k-button-flat-info {
    color: #0058e9;
}

.k-button-flat-success {
    color: #37b400;
}

.k-button-flat-warning {
    color: #ffc000;
}

.k-button-flat-error {
    color: #f31700;
}

.k-button-flat-dark {
    color: #424242;
}

.k-button-flat-light {
    color: #ebebeb;
}

.k-button-flat-inverse {
    color: #424242;
}

.k-button-flat-base {
    color: inherit;
}

.k-button-link-primary {
    color: #ff6358;
}

.k-button-link-primary:hover, .k-button-link-primary.k-hover {
    color: #d6534a;
}

.k-button-link-primary:focus, .k-button-link-primary.k-focus {
    box-shadow: 0 0 0px 2px rgba(255, 99, 88, 0.3);
}

.k-button-link-primary:active, .k-button-link-primary.k-active {
    color: #d6534a;
}

.k-button-link-primary.k-selected {
    color: #d6534a;
}

.k-button-link-secondary {
    color: #666666;
}

.k-button-link-secondary:hover, .k-button-link-secondary.k-hover {
    color: #565656;
}

.k-button-link-secondary:focus, .k-button-link-secondary.k-focus {
    box-shadow: 0 0 0px 2px rgba(102, 102, 102, 0.3);
}

.k-button-link-secondary:active, .k-button-link-secondary.k-active {
    color: #565656;
}

.k-button-link-secondary.k-selected {
    color: #565656;
}

.k-button-link-tertiary {
    color: #03a9f4;
}

.k-button-link-tertiary:hover, .k-button-link-tertiary.k-hover {
    color: #038ecd;
}

.k-button-link-tertiary:focus, .k-button-link-tertiary.k-focus {
    box-shadow: 0 0 0px 2px rgba(3, 169, 244, 0.3);
}

.k-button-link-tertiary:active, .k-button-link-tertiary.k-active {
    color: #038ecd;
}

.k-button-link-tertiary.k-selected {
    color: #038ecd;
}

.k-button-link-info {
    color: #0058e9;
}

.k-button-link-info:hover, .k-button-link-info.k-hover {
    color: #004ac4;
}

.k-button-link-info:focus, .k-button-link-info.k-focus {
    box-shadow: 0 0 0px 2px rgba(0, 88, 233, 0.3);
}

.k-button-link-info:active, .k-button-link-info.k-active {
    color: #004ac4;
}

.k-button-link-info.k-selected {
    color: #004ac4;
}

.k-button-link-success {
    color: #37b400;
}

.k-button-link-success:hover, .k-button-link-success.k-hover {
    color: #2e9700;
}

.k-button-link-success:focus, .k-button-link-success.k-focus {
    box-shadow: 0 0 0px 2px rgba(55, 180, 0, 0.3);
}

.k-button-link-success:active, .k-button-link-success.k-active {
    color: #2e9700;
}

.k-button-link-success.k-selected {
    color: #2e9700;
}

.k-button-link-warning {
    color: #ffc000;
}

.k-button-link-warning:hover, .k-button-link-warning.k-hover {
    color: #d6a100;
}

.k-button-link-warning:focus, .k-button-link-warning.k-focus {
    box-shadow: 0 0 0px 2px rgba(255, 192, 0, 0.3);
}

.k-button-link-warning:active, .k-button-link-warning.k-active {
    color: #d6a100;
}

.k-button-link-warning.k-selected {
    color: #d6a100;
}

.k-button-link-error {
    color: #f31700;
}

.k-button-link-error:hover, .k-button-link-error.k-hover {
    color: #cc1300;
}

.k-button-link-error:focus, .k-button-link-error.k-focus {
    box-shadow: 0 0 0px 2px rgba(243, 23, 0, 0.3);
}

.k-button-link-error:active, .k-button-link-error.k-active {
    color: #cc1300;
}

.k-button-link-error.k-selected {
    color: #cc1300;
}

.k-button-link-dark {
    color: #424242;
}

.k-button-link-dark:hover, .k-button-link-dark.k-hover {
    color: #373737;
}

.k-button-link-dark:focus, .k-button-link-dark.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}

.k-button-link-dark:active, .k-button-link-dark.k-active {
    color: #373737;
}

.k-button-link-dark.k-selected {
    color: #373737;
}

.k-button-link-light {
    color: #ebebeb;
}

.k-button-link-light:hover, .k-button-link-light.k-hover {
    color: #c5c5c5;
}

.k-button-link-light:focus, .k-button-link-light.k-focus {
    box-shadow: 0 0 0px 2px rgba(235, 235, 235, 0.3);
}

.k-button-link-light:active, .k-button-link-light.k-active {
    color: #c5c5c5;
}

.k-button-link-light.k-selected {
    color: #c5c5c5;
}

.k-button-link-inverse {
    color: #424242;
}

.k-button-link-inverse:hover, .k-button-link-inverse.k-hover {
    color: #373737;
}

.k-button-link-inverse:focus, .k-button-link-inverse.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}

.k-button-link-inverse:active, .k-button-link-inverse.k-active {
    color: #373737;
}

.k-button-link-inverse.k-selected {
    color: #373737;
}

.k-button-link-base {
    color: #424242;
}

.k-button-link-base:hover, .k-button-link-base.k-hover {
    color: #373737;
}

.k-button-link-base:focus, .k-button-link-base.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}

.k-button-link-base:active, .k-button-link-base.k-active {
    color: #373737;
}

.k-button-link-base.k-selected {
    color: #373737;
}

.k-button-clear-primary {
    color: #ff6358;
}

.k-button-clear-primary:focus::after, .k-button-clear-primary.k-focus::after, .k-button-clear-primary:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}

.k-button-clear-secondary {
    color: #666666;
}

.k-button-clear-secondary:focus::after, .k-button-clear-secondary.k-focus::after, .k-button-clear-secondary:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}

.k-button-clear-tertiary {
    color: #03a9f4;
}

.k-button-clear-tertiary:focus::after, .k-button-clear-tertiary.k-focus::after, .k-button-clear-tertiary:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}

.k-button-clear-info {
    color: #0058e9;
}

.k-button-clear-info:focus::after, .k-button-clear-info.k-focus::after, .k-button-clear-info:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}

.k-button-clear-success {
    color: #37b400;
}

.k-button-clear-success:focus::after, .k-button-clear-success.k-focus::after, .k-button-clear-success:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}

.k-button-clear-warning {
    color: #ffc000;
}

.k-button-clear-warning:focus::after, .k-button-clear-warning.k-focus::after, .k-button-clear-warning:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}

.k-button-clear-error {
    color: #f31700;
}

.k-button-clear-error:focus::after, .k-button-clear-error.k-focus::after, .k-button-clear-error:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}

.k-button-clear-dark {
    color: #424242;
}

.k-button-clear-dark:focus::after, .k-button-clear-dark.k-focus::after, .k-button-clear-dark:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}

.k-button-clear-light {
    color: #ebebeb;
}

.k-button-clear-light:focus::after, .k-button-clear-light.k-focus::after, .k-button-clear-light:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}

.k-button-clear-inverse {
    color: #424242;
}

.k-button-clear-inverse:focus::after, .k-button-clear-inverse.k-focus::after, .k-button-clear-inverse:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}

.k-button-clear-base {
    color: #424242;
}

.k-button-clear-base:focus::after, .k-button-clear-base.k-focus::after, .k-button-clear-base:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}

.k-menu-bar, .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: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    position: relative;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-menu-bar *, .k-menu *,
.k-menu-bar *::before,
.k-menu *::before,
.k-menu-bar *::after,
.k-menu *::after {
    box-sizing: border-box;
}

.k-menu-item {
    border-width: 0;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-flex: 0;
            flex: none;
    position: relative;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

.k-menu-item-content {
    display: block;
    height: auto;
    overflow: visible;
}

.k-menu-item-content .k-actions, .k-menu-item-content .k-edit-buttons,
.k-menu-item-content .k-action-buttons,
.k-menu-item-content .k-columnmenu-actions, .k-menu-item-content .k-form-buttons {
    margin-top: 0;
}

.k-menu-link {
    padding-block: 6px;
    padding-inline: 12px;
    outline: 0;
    color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    gap: 4px;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.k-menu-link-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-menu-expand-arrow {
    -webkit-margin-end: -4px;
            margin-inline-end: -4px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: none;
    position: relative;
}

.k-menu-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.k-menu-horizontal > .k-menu-item + .k-menu-item {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
}

.k-menu-horizontal > .k-separator {
    margin-block: 0;
    margin-inline: 4px;
    width: 0;
    height: auto;
    border-width: 0 0 0 1px;
    border-style: solid;
}

.k-menu-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.k-menu-vertical > .k-menu-item + .k-menu-item {
    margin-top: 0;
}

.k-menu-vertical > .k-menu-item > .k-menu-link {
    padding-block: 4px;
    padding-inline: 8px;
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
}

.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    -webkit-margin-end: -28px;
            margin-inline-end: -28px;
}

.k-menu-vertical > .k-separator {
    margin-block: 4px;
    margin-inline: 0;
    height: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.08);
    display: block;
}

.k-menu-popup {
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
    max-height: 80vh;
}

.k-menu-popup *,
.k-menu-popup *::before,
.k-menu-popup *::after {
    box-sizing: border-box;
}

.k-menu-group {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    position: absolute;
}

.k-menu-group .k-menu-item + .k-menu-item {
    margin-top: 0px;
}

.k-menu-group .k-separator {
    margin-block: 4px;
    margin-inline: 0;
    height: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.08);
    display: block;
}

.k-menu-popup .k-menu-group {
    position: relative;
}

.k-menu-group-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-menu-group-sm .k-menu-item {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-menu-group-sm .k-menu-link {
    padding-block: 2px;
    padding-inline: 8px;
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
}

.k-menu-group-sm .k-menu-expand-arrow {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    -webkit-margin-end: -28px;
            margin-inline-end: -28px;
}

.k-menu-group-md {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-menu-group-md .k-menu-item {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-menu-group-md .k-menu-link {
    padding-block: 4px;
    padding-inline: 8px;
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
}

.k-menu-group-md .k-menu-expand-arrow {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    -webkit-margin-end: -28px;
            margin-inline-end: -28px;
}

.k-menu-group-lg {
    font-size: 16px;
    line-height: 1.5;
}

.k-menu-group-lg .k-menu-item {
    font-size: 16px;
    line-height: 1.5;
}

.k-menu-group-lg .k-menu-link {
    padding-block: 6px;
    padding-inline: 8px;
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
}

.k-menu-group-lg .k-menu-expand-arrow {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    -webkit-margin-end: -28px;
            margin-inline-end: -28px;
}

.k-popups-wrapper {
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}

.k-context-menu {
    margin: 0;
    border-width: 1px;
    border-style: solid;
}

.k-animation-container .k-context-menu.k-menu-horizontal {
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: nowrap;
}

.k-context-menu-popup {
    z-index: 12000;
}

.k-context-menu-popup .k-context-menu {
    border-width: 0;
}

.k-popup .k-context-menu,
.k-context-menu-popup .k-context-menu {
    border-width: 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-wrapper .k-menu-scroll-button {
    border-radius: 0;
    padding: 0;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background: inherit;
    position: absolute;
}

.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-left {
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 16px;
    border-right-width: 1px;
}

.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-right {
    top: 0;
    inset-inline-end: 0;
    height: 100%;
    width: 16px;
    border-left-width: 1px;
}

.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-up {
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 16px;
    border-bottom-width: 1px;
}

.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-down {
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 16px;
    border-top-width: 1px;
}

.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-hover {
    color: #d6534a;
}

.k-menu:not(.k-context-menu) > .k-item:active, .k-menu:not(.k-context-menu) > .k-item.k-active {
    color: #424242;
}

.k-menu:not(.k-context-menu) > .k-item:focus, .k-menu:not(.k-context-menu) > .k-item.k-focus {
    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 > .k-link:hover, .k-menu-group .k-item > .k-link.k-hover,
.k-menu.k-context-menu .k-item > .k-link:hover,
.k-menu.k-context-menu .k-item > .k-link.k-hover {
    color: #424242;
    background-color: #f0f0f0;
}

.k-menu-group .k-item > .k-link:active, .k-menu-group .k-item > .k-link.k-active, .k-menu-group .k-item > .k-link.k-selected,
.k-menu.k-context-menu .k-item > .k-link:active,
.k-menu.k-context-menu .k-item > .k-link.k-active,
.k-menu.k-context-menu .k-item > .k-link.k-selected {
    color: white;
    background-color: #ff6358;
}

.k-menu-group .k-item:focus > .k-link,
.k-menu-group .k-item.k-focus > .k-link,
.k-menu.k-context-menu .k-item:focus > .k-link,
.k-menu.k-context-menu .k-item.k-focus > .k-link {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.k-menu-scroll-wrapper .k-menu-scroll-button {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ff6358;
    background-color: #ffffff;
}

.k-menu-scroll-wrapper .k-menu-scroll-button:hover {
    color: #d6534a;
}

.k-menu-scroll-wrapper .k-menu-scroll-button:hover::before {
    opacity: 0;
}

.k-toolbar {
    margin: 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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            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);
}

.k-toolbar.k-toolbar-resizable {
    flex-wrap: nowrap;
}

.k-toolbar > * {
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    align-content: center;
    vertical-align: middle;
}

.k-toolbar > * > label {
    align-self: center;
}

.k-toolbar .k-input,
.k-toolbar .k-picker {
    width: 10em;
}

.k-toolbar .k-color-picker, .k-toolbar .k-colorpicker {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.k-toolbar .k-toolbar-overflow-button {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
}

.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;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
}

.k-toolbar .k-toolbar-item:focus,
.k-toolbar .k-toolbar-item.k-focus {
    text-decoration: none;
    outline: 0;
}

.k-toolbar-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
            flex-direction: inherit;
    flex-wrap: nowrap;
    gap: inherit;
}

.k-toolbar-renderer {
    display: inline-block;
    border-color: inherit;
}

.k-toolbar-sm {
    padding-block: 4px;
    padding-inline: 4px;
    gap: 6px;
}

.k-toolbar-sm::before {
    -webkit-margin-start: -6px;
            margin-inline-start: -6px;
}

.k-toolbar-sm > * > label {
    -webkit-margin-end: 6px;
            margin-inline-end: 6px;
}

.k-toolbar-md {
    padding-block: 8px;
    padding-inline: 8px;
    gap: 8px;
}

.k-toolbar-md::before {
    -webkit-margin-start: -8px;
            margin-inline-start: -8px;
}

.k-toolbar-md > * > label {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
}

.k-toolbar-lg {
    padding-block: 10px;
    padding-inline: 10px;
    gap: 10px;
}

.k-toolbar-lg::before {
    -webkit-margin-start: -10px;
            margin-inline-start: -10px;
}

.k-toolbar-lg > * > label {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
}

.k-toolbar-sm::before {
    height: calc(1.4285714286em + 6px);
}

.k-toolbar-md::before {
    height: calc(1.4285714286em + 10px);
}

.k-toolbar-lg::before {
    height: calc(1.5em + 18px);
}

.k-floating-toolbar,
.editorToolbarWindow.k-window-content {
    padding-block: 8px !important;
    padding-inline: 8px !important;
    border-width: 1px;
    border-style: solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 8px;
    -webkit-box-align: center;
            align-items: center;
}

.k-floating-toolbar .k-toolbar,
.editorToolbarWindow.k-window-content .k-toolbar {
    padding: 0;
    border-width: 0;
    flex-shrink: 1;
    color: inherit;
    background: none;
}

.k-editortoolbar-dragHandle {
    cursor: move;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    align-self: stretch;
    flex-shrink: 0;
}

.k-overflow-container {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-overflow-container > .k-item {
    border-color: inherit;
}

.k-overflow-container .k-separator {
    margin: 4px 0;
}

.k-overflow-container .k-overflow-tool-group {
    display: block;
}

.k-overflow-container .k-overflow-button {
    padding-block: 4px;
    padding-inline: 8px;
    width: 100%;
    height: auto;
    border-width: 0;
    border-radius: 0;
    aspect-ratio: auto;
    color: inherit;
    background-color: transparent;
    background-image: none;
    font: inherit;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    gap: 4px;
    -webkit-box-pack: start;
            justify-content: flex-start;
    position: relative;
}

.k-overflow-container .k-button-group {
    box-shadow: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}

.k-overflow-container .k-button-group .k-button {
    margin: 0;
}

.k-overflow-container .k-split-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.k-overflow-container .k-overflow-hidden {
    display: none;
}

.k-toolbar.k-toolbar-flat {
    border-width: 1px 0;
    border-top-color: transparent !important;
    border-bottom-color: inherit;
    color: inherit;
    background: none !important;
    box-shadow: none;
}

.k-toolbar {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.k-toolbar .k-separator,
.k-toolbar .k-toolbar-separator {
    border-color: inherit;
}

.k-toolbar .k-toolbar-item:focus,
.k-toolbar .k-toolbar-item.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-floating-toolbar,
.editorToolbarWindow.k-window-content {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.k-overflow-container .k-button:hover, .k-overflow-container .k-button.k-hover {
    color: #424242;
    background: #f0f0f0;
}

.k-overflow-container .k-button:focus, .k-overflow-container .k-button.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.k-overflow-container .k-button:active, .k-overflow-container .k-button.k-active {
    color: #424242;
    background: #f0f0f0;
}

.k-overflow-container .k-button.k-selected {
    color: white;
    background: #ff6358;
}

.k-overflow-container .k-button:disabled, .k-overflow-container .k-button.k-disabled {
    color: inherit;
}

.k-actions, .k-edit-buttons,
.k-action-buttons,
.k-columnmenu-actions, .k-form-buttons {
    padding-block: 8px;
    padding-inline: 8px;
    box-sizing: border-box;
    border-width: 0px 0 0 0;
    border-style: solid;
    border-color: inherit;
    flex-shrink: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    gap: 8px;
    overflow: hidden;
    clear: both;
}

.k-actions *, .k-edit-buttons *, .k-action-buttons *, .k-columnmenu-actions *, .k-form-buttons *,
.k-actions *::before,
.k-edit-buttons *::before,
.k-action-buttons *::before,
.k-columnmenu-actions *::before,
.k-form-buttons *::before,
.k-actions *::after,
.k-edit-buttons *::after,
.k-action-buttons *::after,
.k-columnmenu-actions *::after,
.k-form-buttons *::after {
    box-sizing: border-box;
}

.k-popup .k-actions, .k-popup .k-edit-buttons,
.k-popup .k-action-buttons,
.k-popup .k-columnmenu-actions, .k-popup .k-form-buttons {
    margin-top: 16px;
}

.k-actions-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
}

.k-actions-center {
    -webkit-box-pack: center;
            justify-content: center;
}

.k-actions-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
}

.k-actions-stretched > * {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
}

.k-actions-horizontal {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.k-actions-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}

.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-form-field > .k-label,
.k-form .k-form-field > kendo-label,
.k-form .k-form-label {
    margin-bottom: 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.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 > *:not(.k-hidden):first-child,
.k-form .k-form-fieldset > *.k-hidden + :not(.k-hidden) {
    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 > *:not(.k-hidden):first-child,
.k-form > *.k-hidden + :not(.k-hidden) {
    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;
    -webkit-filter: grayscale(0.1);
            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-block: 0;
    margin-inline: 8px;
}

.k-form .k-multiselect,
.k-form .k-floating-label-container,
.k-form .k-daterangepicker .k-dateinput,
.k-form .k-signature {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 100%;
}

.k-form-buttons {
    padding: 0;
    overflow: visible;
}

.k-form-hint,
.k-form-error {
    margin-top: 4px;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    font-style: italic;
}

.k-text-start,
.k-buttons-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
}

.k-text-end,
.k-buttons-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
}

.k-form-separator {
    margin: 14px 0 0;
    border-width: 1px 0 0;
    border-style: solid;
    display: block;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-form-horizontal .k-form-field {
    display: -webkit-box;
    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%;
    text-align: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
            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);
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.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-sm .k-form-field,
.k-form-sm .k-form-buttons {
    margin-top: 10px;
}

.k-form-md .k-form-field,
.k-form-md .k-form-buttons {
    margin-top: 14px;
}

.k-form-lg .k-form-field,
.k-form-lg .k-form-buttons {
    margin-top: 18px;
}

.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: start;
    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: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    text-align: start;
    margin-bottom: 12px;
}

.k-form-inline .k-form-field > span:not(.k-widget) {
    width: 25%;
    text-align: end;
    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) {
    -webkit-box-flex: 1;
            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-popup-edit-form > .k-actions, .k-popup-edit-form > .k-edit-buttons,
.k-popup-edit-form > .k-action-buttons,
.k-popup-edit-form > .k-columnmenu-actions, .k-popup-edit-form > .k-form-buttons,
.k-edit-form-container .k-actions,
.k-edit-form-container .k-edit-buttons,
.k-edit-form-container .k-action-buttons,
.k-edit-form-container .k-columnmenu-actions,
.k-edit-form-container .k-form-buttons {
    margin: 16px -16px -16px;
}

.k-edit-label {
    margin: 0 0 16px 0;
    padding: 5px 0;
    width: 30%;
    line-height: 1.4285714286;
    text-align: end;
    float: left;
    clear: both;
}

.k-edit-field {
    margin: 0 0 16px 0;
    width: 65%;
    float: right;
    clear: right;
    position: relative;
}

.k-edit-field.k-no-editor {
    padding: 5px 0;
}

.k-edit-field > .k-widget {
    width: 100%;
    box-sizing: border-box;
}

.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: 16px;
}

.k-edit-field > .k-reset > li + li {
    margin-top: 8px;
}

.k-edit-field .k-reset .k-widget {
    margin: 0 .4ex 0 1ex;
}

.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-tooltip {
    border-radius: 4px;
    margin: 0;
    padding-block: 4px;
    padding-inline: 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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: start;
            align-items: flex-start;
    position: absolute;
    z-index: 12000;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-tooltip *,
.k-tooltip *::before,
.k-tooltip *::after {
    box-sizing: border-box;
}

.k-tooltip-icon {
    -webkit-margin-end: 4px;
            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;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-tooltip-button {
    -webkit-margin-start: 4px;
            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;
    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 {
    border-color: rgba(0, 0, 0, 0.75);
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-tooltip .k-callout {
    color: rgba(0, 0, 0, 0.75);
}

.k-tooltip-inverse {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-tooltip-inverse .k-callout {
    color: #424242;
}

.k-tooltip-light {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}

.k-tooltip-light .k-callout {
    color: #ebebeb;
}

.k-tooltip-dark {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-tooltip-dark .k-callout {
    color: #424242;
}

.k-tooltip-error {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}

.k-tooltip-error .k-callout {
    color: #f31700;
}

.k-tooltip-warning {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}

.k-tooltip-warning .k-callout {
    color: #ffc000;
}

.k-tooltip-success {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}

.k-tooltip-success .k-callout {
    color: #37b400;
}

.k-tooltip-info {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}

.k-tooltip-info .k-callout {
    color: #0058e9;
}

.k-tooltip-tertiary {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}

.k-tooltip-tertiary .k-callout {
    color: #03a9f4;
}

.k-tooltip-secondary {
    border-color: #666666;
    color: white;
    background-color: #666666;
}

.k-tooltip-secondary .k-callout {
    color: #666666;
}

.k-tooltip-primary {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}

.k-tooltip-primary .k-callout {
    color: #ff6358;
}

.k-validator-tooltip {
    margin-top: 6px;
    width: auto;
    white-space: normal;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    z-index: 9999;
}

.k-grid .k-validator-tooltip {
    max-width: 300px;
}

.k-input,
.k-picker {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: normal;
    text-align: start;
    box-shadow: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

.k-input *,
.k-input *::before,
.k-input *::after,
.k-picker *,
.k-picker *::before,
.k-picker *::after {
    box-sizing: border-box;
}

.k-input > .k-input,
.k-input > .k-picker,
.k-picker > .k-input,
.k-picker > .k-picker {
    border-width: 0 !important;
    color: inherit;
    background: none;
    font: inherit;
    outline: 0;
    box-shadow: none;
}

.k-input > *,
.k-picker > * {
    margin: 0;
}

.k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    -ms-user-select: none;
        user-select: none;
}

.k-input::-webkit-input-placeholder,
.k-picker::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.k-input::-moz-placeholder,
.k-picker::-moz-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

.k-input:-ms-input-placeholder,
.k-picker:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.k-input::-ms-input-placeholder,
.k-picker::-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.k-input::placeholder,
.k-picker::placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

input.k-input,
textarea.k-textarea {
    padding-block: 4px;
    padding-inline: 8px;
}

input.k-input:disabled, input.k-input[disabled],
textarea.k-textarea:disabled,
textarea.k-textarea[disabled] {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}

[disabled] input.k-input:disabled,
.k-disabled input.k-input:disabled, [disabled] input.k-input[disabled],
.k-disabled input.k-input[disabled], [disabled]
textarea.k-textarea:disabled,
.k-disabled
textarea.k-textarea:disabled, [disabled]
textarea.k-textarea[disabled],
.k-disabled
textarea.k-textarea[disabled] {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

textarea.k-textarea {
    overflow: auto;
}

.k-picker {
    cursor: pointer;
}

select.k-picker {
    padding-block: 4px;
    padding-inline: 8px;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
}

select.k-picker:disabled, select.k-picker[disabled] {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}

[disabled] select.k-picker:disabled,
.k-disabled select.k-picker:disabled, [disabled] select.k-picker[disabled],
.k-disabled select.k-picker[disabled] {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

.k-input-inner {
    padding-block: 4px;
    padding-inline: 8px;
    width: 100%;
    border: 0;
    outline: 0;
    color: inherit;
    background: none;
    font: inherit;
    -webkit-box-flex: 1;
            flex: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

.k-input-inner:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    -ms-user-select: none;
        user-select: none;
}

.k-input-inner::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.k-input-inner::-moz-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

.k-input-inner::-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.k-input-inner::placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

.k-input-inner:invalid {
    box-shadow: none;
}

span.k-input-inner {
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
}

textarea.k-input-inner {
    margin: 0;
}

.k-input-value-icon {
    -webkit-box-flex: 0;
            flex: none;
}

.k-input-value-text {
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-input-value-text::before {
    content: "\200b";
    width: 0px;
    overflow: hidden;
    -webkit-box-flex: 0;
            flex: none;
    display: inline-block;
    vertical-align: top;
}

.k-input-values {
    min-width: 0px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    cursor: text;
}

.k-input-values .k-chip-list {
    display: contents;
}

.k-icon-picker .k-input-inner {
    padding: 4px;
    -webkit-box-pack: center;
            justify-content: center;
}

.k-input-prefix,
.k-input-suffix {
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: none;
}

.k-input-prefix > *,
.k-input-suffix > * {
    flex-shrink: 0;
    border: none;
}

.k-input-prefix-vertical,
.k-input-suffix-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
}

.k-input-prefix-horizontal,
.k-input-suffix-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
}

.k-input-separator {
    margin: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 0 0 0 1px;
    height: 16px;
    align-self: center;
}

.k-input-separator-horizontal {
    height: auto;
    margin-inline: 4px;
    align-self: stretch;
    border-width: 1px 0 0;
}

.k-input-separator-vertical {
    height: auto;
    margin-block: 4px;
    align-self: stretch;
    border-width: 0 0 0 1px;
}

.k-input-icon,
.k-input-validation-icon,
.k-input-loading-icon {
    -webkit-box-flex: 0;
            flex: none;
    align-self: center;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    box-sizing: content-box;
}

.k-input-loading-icon {
    width: 1em;
    height: 1em;
    font-size: 16px;
}

.k-input-icon.k-svg-icon > svg,
.k-input-icon.k-icon-md > svg,
.k-input-validation-icon.k-svg-icon > svg,
.k-input-validation-icon.k-icon-md > svg,
.k-input-loading-icon.k-svg-icon > svg,
.k-input-loading-icon.k-icon-md > svg {
    width: 16px;
    height: 16px;
}

.k-input-icon.k-icon-xs > svg,
.k-input-validation-icon.k-icon-xs > svg,
.k-input-loading-icon.k-icon-xs > svg {
    width: 12px;
    height: 12px;
}

.k-input-icon.k-icon-sm > svg,
.k-input-validation-icon.k-icon-sm > svg,
.k-input-loading-icon.k-icon-sm > svg {
    width: 14px;
    height: 14px;
}

.k-input-icon.k-icon-lg > svg,
.k-input-validation-icon.k-icon-lg > svg,
.k-input-loading-icon.k-icon-lg > svg {
    width: 20px;
    height: 20px;
}

.k-input-icon.k-icon-xl > svg,
.k-input-validation-icon.k-icon-xl > svg,
.k-input-loading-icon.k-icon-xl > svg {
    width: 24px;
    height: 24px;
}

.k-input-icon.k-icon-xxl > svg,
.k-input-validation-icon.k-icon-xxl > svg,
.k-input-loading-icon.k-icon-xxl > svg {
    width: 32px;
    height: 32px;
}

.k-input-icon.k-icon-xxxl > svg,
.k-input-validation-icon.k-icon-xxxl > svg,
.k-input-loading-icon.k-icon-xxxl > svg {
    width: 48px;
    height: 48px;
}

.k-clear-value {
    outline: 0;
    -webkit-box-flex: 0;
            flex: none;
    align-self: center;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    cursor: pointer;
    opacity: 0.5;
}

.k-clear-value:hover,
.k-clear-value.k-hover {
    opacity: 1;
}

.k-clear-value:focus-visible {
    outline: 1px dotted;
    outline-offset: -1px;
}

.k-input-button {
    width: calc(1.4285714286em + 8px);
    border-width: 0;
    border-inline-start-width: 1px;
    -webkit-box-flex: 0;
            flex: none;
    aspect-ratio: auto;
    box-shadow: none;
}

.k-input-button > .k-button-icon {
    min-width: auto !important;
}

.k-input-button:focus {
    box-shadow: none;
}

.k-picker .k-input-button {
    color: inherit;
    background: none;
    border-color: transparent;
}

.k-input-spinner {
    width: calc(1.4285714286em + 8px);
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}

.k-input-spinner .k-spinner-increase,
.k-input-spinner .k-spinner-decrease {
    border-width: 0;
    border-inline-start-width: 1px;
    -webkit-box-flex: 1;
            flex: 1 1 50%;
    box-shadow: none;
    position: relative;
    aspect-ratio: auto;
}

.k-input-spinner .k-spinner-increase .k-button-icon,
.k-input-spinner .k-spinner-decrease .k-button-icon {
    margin-block: -1em;
    margin-inline: 0;
    min-width: auto !important;
    min-height: auto !important;
}

.k-input-spinner .k-spinner-increase .k-icon {
    bottom: auto;
}

.k-input-spinner .k-spinner-decrease .k-icon {
    top: auto;
}

.k-searchbar {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.k-picker-wrap,
.k-dropdown-wrap,
.k-dateinput-wrap,
.k-multiselect-wrap,
.k-numeric-wrap {
    width: 100%;
    border-width: 0;
    border-color: inherit;
    box-sizing: border-box;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    overflow: hidden;
    position: relative;
}

.k-input-flat,
.k-picker-flat {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-width: 1px 0;
    border-top-color: transparent !important;
    background-image: none !important;
}

.k-input-outline {
    background: none !important;
}

.k-input-sm,
.k-picker-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-input-sm .k-input-values,
.k-picker-sm .k-input-values {
    padding: 1px;
    gap: 1px;
}

.k-input-sm .k-input-values > .k-searchbar,
.k-input-sm .k-input-values > .k-input-inner,
.k-picker-sm .k-input-values > .k-searchbar,
.k-picker-sm .k-input-values > .k-input-inner {
    margin: -1px;
}

.k-input-sm .k-input-inner,
.k-picker-sm .k-input-inner {
    padding-block: 2px;
    padding-inline: 8px;
}

.k-input-sm .k-input-button,
.k-input-sm .k-spinner-increase,
.k-input-sm .k-spinner-decrease,
.k-picker-sm .k-input-button,
.k-picker-sm .k-spinner-increase,
.k-picker-sm .k-spinner-decrease {
    padding-block: 2px;
    padding-inline: 2px;
}

.k-input-sm .k-input-icon,
.k-input-sm .k-input-validation-icon,
.k-input-sm .k-input-loading-icon,
.k-input-sm .k-clear-value,
.k-input-sm .k-input-prefix > .k-icon,
.k-input-sm .k-input-prefix > .k-input-prefix-text,
.k-input-sm .k-input-suffix > .k-icon,
.k-input-sm .k-input-suffix > .k-input-suffix-text,
.k-picker-sm .k-input-icon,
.k-picker-sm .k-input-validation-icon,
.k-picker-sm .k-input-loading-icon,
.k-picker-sm .k-clear-value,
.k-picker-sm .k-input-prefix > .k-icon,
.k-picker-sm .k-input-prefix > .k-input-prefix-text,
.k-picker-sm .k-input-suffix > .k-icon,
.k-picker-sm .k-input-suffix > .k-input-suffix-text {
    padding-block: 2px;
    padding-inline: 2px;
    box-sizing: content-box;
}

.k-input-sm .k-input-separator-horizontal,
.k-picker-sm .k-input-separator-horizontal {
    margin-inline: 2px;
}

.k-input-sm .k-input-separator-vertical,
.k-picker-sm .k-input-separator-vertical {
    margin-block: 2px;
}

.k-input-sm.k-icon-picker .k-input-inner,
.k-picker-sm.k-icon-picker .k-input-inner {
    width: 1.4285714286em;
    height: 1.4285714286em;
    padding: 2px;
    box-sizing: content-box;
}

.k-dropdown-operator.k-picker-sm .k-input-button {
    padding: 2px;
}

select.k-picker-sm {
    padding-block: 2px;
    padding-inline: 8px;
}

.k-input-md,
.k-picker-md {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-input-md .k-input-values,
.k-picker-md .k-input-values {
    padding: 2px;
    gap: 2px;
}

.k-input-md .k-input-values > .k-searchbar,
.k-input-md .k-input-values > .k-input-inner,
.k-picker-md .k-input-values > .k-searchbar,
.k-picker-md .k-input-values > .k-input-inner {
    margin: -2px;
}

.k-input-md .k-input-inner,
.k-picker-md .k-input-inner {
    padding-block: 4px;
    padding-inline: 8px;
}

.k-input-md .k-input-button,
.k-input-md .k-spinner-increase,
.k-input-md .k-spinner-decrease,
.k-picker-md .k-input-button,
.k-picker-md .k-spinner-increase,
.k-picker-md .k-spinner-decrease {
    padding-block: 4px;
    padding-inline: 4px;
}

.k-input-md .k-input-icon,
.k-input-md .k-input-validation-icon,
.k-input-md .k-input-loading-icon,
.k-input-md .k-clear-value,
.k-input-md .k-input-prefix > .k-icon,
.k-input-md .k-input-prefix > .k-input-prefix-text,
.k-input-md .k-input-suffix > .k-icon,
.k-input-md .k-input-suffix > .k-input-suffix-text,
.k-picker-md .k-input-icon,
.k-picker-md .k-input-validation-icon,
.k-picker-md .k-input-loading-icon,
.k-picker-md .k-clear-value,
.k-picker-md .k-input-prefix > .k-icon,
.k-picker-md .k-input-prefix > .k-input-prefix-text,
.k-picker-md .k-input-suffix > .k-icon,
.k-picker-md .k-input-suffix > .k-input-suffix-text {
    padding-block: 4px;
    padding-inline: 4px;
    box-sizing: content-box;
}

.k-input-md .k-input-separator-horizontal,
.k-picker-md .k-input-separator-horizontal {
    margin-inline: 4px;
}

.k-input-md .k-input-separator-vertical,
.k-picker-md .k-input-separator-vertical {
    margin-block: 4px;
}

.k-input-md.k-icon-picker .k-input-inner,
.k-picker-md.k-icon-picker .k-input-inner {
    width: 1.4285714286em;
    height: 1.4285714286em;
    padding: 4px;
    box-sizing: content-box;
}

.k-dropdown-operator.k-picker-md .k-input-button {
    padding: 4px;
}

select.k-picker-md {
    padding-block: 4px;
    padding-inline: 8px;
}

.k-input-lg,
.k-picker-lg {
    font-size: 16px;
    line-height: 1.5;
}

.k-input-lg .k-input-values,
.k-picker-lg .k-input-values {
    padding: 4px;
    gap: 4px;
}

.k-input-lg .k-input-values > .k-searchbar,
.k-input-lg .k-input-values > .k-input-inner,
.k-picker-lg .k-input-values > .k-searchbar,
.k-picker-lg .k-input-values > .k-input-inner {
    margin: -4px;
}

.k-input-lg .k-input-inner,
.k-picker-lg .k-input-inner {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-input-lg .k-input-button,
.k-input-lg .k-spinner-increase,
.k-input-lg .k-spinner-decrease,
.k-picker-lg .k-input-button,
.k-picker-lg .k-spinner-increase,
.k-picker-lg .k-spinner-decrease {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-input-lg .k-input-icon,
.k-input-lg .k-input-validation-icon,
.k-input-lg .k-input-loading-icon,
.k-input-lg .k-clear-value,
.k-input-lg .k-input-prefix > .k-icon,
.k-input-lg .k-input-prefix > .k-input-prefix-text,
.k-input-lg .k-input-suffix > .k-icon,
.k-input-lg .k-input-suffix > .k-input-suffix-text,
.k-picker-lg .k-input-icon,
.k-picker-lg .k-input-validation-icon,
.k-picker-lg .k-input-loading-icon,
.k-picker-lg .k-clear-value,
.k-picker-lg .k-input-prefix > .k-icon,
.k-picker-lg .k-input-prefix > .k-input-prefix-text,
.k-picker-lg .k-input-suffix > .k-icon,
.k-picker-lg .k-input-suffix > .k-input-suffix-text {
    padding-block: 8px;
    padding-inline: 8px;
    box-sizing: content-box;
}

.k-input-lg .k-input-separator-horizontal,
.k-picker-lg .k-input-separator-horizontal {
    margin-inline: 8px;
}

.k-input-lg .k-input-separator-vertical,
.k-picker-lg .k-input-separator-vertical {
    margin-block: 8px;
}

.k-input-lg.k-icon-picker .k-input-inner,
.k-picker-lg.k-icon-picker .k-input-inner {
    width: 1.5em;
    height: 1.5em;
    padding: 8px;
    box-sizing: content-box;
}

.k-dropdown-operator.k-picker-lg .k-input-button {
    padding: 8px;
}

select.k-picker-lg {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-input > kendo-popup,
.k-picker > kendo-popup {
    position: fixed;
}

@-webkit-keyframes autoFillStart {
    from {
    }
    to {
    }
}

@keyframes autoFillStart {
    from {
    }
    to {
    }
}

@-webkit-keyframes autoFillEnd {
    from {
    }
    to {
    }
}

@keyframes autoFillEnd {
    from {
    }
    to {
    }
}

.k-autofill:-webkit-autofill {
    -webkit-animation-name: autoFillStart;
            animation-name: autoFillStart;
}

.k-autofill:not(:-webkit-autofill) {
    -webkit-animation-name: autoFillEnd;
            animation-name: autoFillEnd;
}

.k-input:-webkit-autofill {
    -webkit-animation-name: autoFillStart;
            animation-name: autoFillStart;
}

.k-input:not(:-webkit-autofill) {
    -webkit-animation-name: autoFillEnd;
            animation-name: autoFillEnd;
}

.k-input-solid {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-input-solid:hover, .k-input-solid.k-hover {
    border-color: rgba(0, 0, 0, 0.16);
}

.k-input-solid:focus, .k-input-solid.k-focus {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-input-solid:focus-within {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-input-solid.k-invalid, .k-input-solid.ng-invalid.ng-touched, .k-input-solid.ng-invalid.ng-dirty {
    border-color: #f31700;
}

.k-input-solid.k-invalid .k-input-validation-icon, .k-input-solid.ng-invalid.ng-touched .k-input-validation-icon, .k-input-solid.ng-invalid.ng-dirty .k-input-validation-icon {
    color: #f31700;
}

.k-input-solid .k-input-prefix {
    color: #666666;
}

.k-input-solid .k-input-suffix {
    color: #666666;
}

.k-input-solid .k-input-separator {
    border-color: rgba(0, 0, 0, 0.08);
}

.k-picker-solid {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-picker-solid:hover, .k-picker-solid.k-hover {
    background-color: #ebebeb;
}

.k-picker-solid:focus, .k-picker-solid.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-picker-solid:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-picker-solid.k-invalid, .k-picker-solid.ng-invalid.ng-touched, .k-picker-solid.ng-invalid.ng-dirty {
    border-color: #f31700;
}

.k-picker-solid.k-invalid .k-input-validation-icon, .k-picker-solid.ng-invalid.ng-touched .k-input-validation-icon, .k-picker-solid.ng-invalid.ng-dirty .k-input-validation-icon {
    color: #f31700;
}

.k-input-outline {
    border-color: rgba(66, 66, 66, 0.5);
    color: #424242;
}

.k-input-outline > .k-input-button {
    border-color: inherit;
}

.k-input-outline > .k-input-spinner {
    border-color: inherit;
}

.k-input-outline > .k-input-spinner > .k-spinner-increase,
.k-input-outline > .k-input-spinner > .k-spinner-decrease {
    border-color: inherit;
}

.k-input-outline:hover, .k-input-outline.k-hover {
    border-color: rgba(66, 66, 66, 0.8);
}

.k-input-outline:focus, .k-input-outline.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-input-outline:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-input-outline.k-invalid, .k-input-outline.ng-invalid.ng-touched, .k-input-outline.ng-invalid.ng-dirty {
    border-color: #f31700;
}

.k-input-outline.k-invalid .k-input-validation-icon, .k-input-outline.ng-invalid.ng-touched .k-input-validation-icon, .k-input-outline.ng-invalid.ng-dirty .k-input-validation-icon {
    color: #f31700;
}

.k-input-outline .k-input-prefix {
    color: #666666;
}

.k-input-outline .k-input-suffix {
    color: #666666;
}

.k-input-outline .k-input-separator {
    border-color: rgba(0, 0, 0, 0.08);
}

.k-picker-outline {
    border-color: rgba(66, 66, 66, 0.5);
    color: #424242;
}

.k-picker-outline:hover, .k-picker-outline.k-hover {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-picker-outline:focus, .k-picker-outline.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-picker-outline:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-picker-outline.k-invalid, .k-picker-outline.ng-invalid.ng-touched, .k-picker-outline.ng-invalid.ng-dirty {
    border-color: #f31700;
}

.k-picker-outline.k-invalid .k-input-validation-icon, .k-picker-outline.ng-invalid.ng-touched .k-input-validation-icon, .k-picker-outline.ng-invalid.ng-dirty .k-input-validation-icon {
    color: #f31700;
}

.k-input-flat {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
}

.k-input-flat:hover, .k-input-flat.k-hover {
    border-color: rgba(0, 0, 0, 0.16);
}

.k-input-flat:focus, .k-input-flat.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-input-flat:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-input-flat.k-invalid, .k-input-flat.ng-invalid.ng-touched, .k-input-flat.ng-invalid.ng-dirty {
    border-color: #f31700;
}

.k-input-flat.k-invalid .k-input-validation-icon, .k-input-flat.ng-invalid.ng-touched .k-input-validation-icon, .k-input-flat.ng-invalid.ng-dirty .k-input-validation-icon {
    color: #f31700;
}

.k-input-flat .k-input-prefix {
    color: #666666;
}

.k-input-flat .k-input-suffix {
    color: #666666;
}

.k-input-flat .k-input-separator {
    border-color: rgba(0, 0, 0, 0.08);
}

.k-picker-flat {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
}

.k-picker-flat:hover, .k-picker-flat.k-hover {
    border-color: rgba(0, 0, 0, 0.16);
    background-color: rgba(66, 66, 66, 0.04);
}

.k-picker-flat:focus, .k-picker-flat.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-picker-flat:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-picker-flat.k-invalid, .k-picker-flat.ng-invalid.ng-touched, .k-picker-flat.ng-invalid.ng-dirty {
    border-color: #f31700;
}

.k-picker-flat.k-invalid .k-input-validation-icon, .k-picker-flat.ng-invalid.ng-touched .k-input-validation-icon, .k-picker-flat.ng-invalid.ng-dirty .k-input-validation-icon {
    color: #f31700;
}

.k-floating-label-container {
    padding-top: 20.0000000004px;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: stretch;
            justify-content: stretch;
}

.k-floating-label-container *,
.k-floating-label-container *::before,
.k-floating-label-container *::after {
    box-sizing: border-box;
}

.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: var(--kendo-floating-label-offset-y, 25.0000000004px);
    left: var(--kendo-floating-label-offset-x, 9px);
    overflow: hidden;
    cursor: text;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.k-floating-label-container > .k-widget {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    width: auto;
}

.k-floating-label-container.k-empty > .k-label {
    top: var(--kendo-floating-label-offset-y, 25.0000000004px);
    left: var(--kendo-floating-label-offset-x, 9px);
    -webkit-transform: scale(1);
            transform: scale(1);
    pointer-events: none;
}

.k-floating-label-container > .k-label,
.k-floating-label-container.k-focus > .k-label {
    top: var(--kendo-floating-label-focus-offset-y, 0);
    left: var(--kendo-floating-label-focus-offset-x, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
}

.k-floating-label-container:focus-within > .k-label {
    top: var(--kendo-floating-label-focus-offset-y, 0);
    left: var(--kendo-floating-label-focus-offset-x, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
}

.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) :-ms-input-placeholder {
    color: transparent;
}

.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::-webkit-input-placeholder {
    color: transparent;
}

.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::-moz-placeholder {
    color: transparent;
}

.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::-ms-input-placeholder {
    color: transparent;
}

.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
    color: transparent;
}

[dir="rtl"] .k-floating-label-container > .k-label,
.k-rtl .k-floating-label-container > .k-label, .k-floating-label-container[dir="rtl"] > .k-label {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

[dir="rtl"] .k-floating-label-container.k-empty > .k-label,
.k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
    left: auto;
    right: var(--kendo-floating-label-offset-x, 9px);
}

[dir="rtl"] .k-floating-label-container > .k-label,
[dir="rtl"] .k-floating-label-container.k-focus > .k-label,
.k-rtl .k-floating-label-container > .k-label,
.k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir="rtl"] > .k-label,
.k-floating-label-container[dir="rtl"].k-focus > .k-label {
    left: auto;
    right: var(--kendo-floating-label-focus-offset-x, 0);
}

[dir="rtl"] .k-floating-label-container:focus-within > .k-label,
.k-rtl .k-floating-label-container:focus-within > .k-label, .k-floating-label-container[dir="rtl"]:focus-within > .k-label {
    left: auto;
    right: var(--kendo-floating-label-focus-offset-x, 0);
}

.k-floating-label-container.k-invalid > .k-label,
.k-floating-label-container.ng-invalid.ng-touched > .k-label,
.k-floating-label-container.ng-invalid.ng-dirty > .k-label {
    color: #f31700;
}

.k-split-button .k-split-button-arrow {
    padding-block: 4px;
    padding-inline: 4px;
    width: auto;
    aspect-ratio: auto;
    -webkit-box-flex: 0;
            flex: none;
}

.k-split-button .k-split-button-arrow.k-button-sm {
    padding-block: 2px;
    padding-inline: 2px;
}

.k-split-button .k-split-button-arrow.k-button-md {
    padding-block: 4px;
    padding-inline: 4px;
}

.k-split-button .k-split-button-arrow.k-button-lg {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-split-button .k-split-button-arrow .k-button-icon {
    min-width: 0;
}

.k-split-button:focus,
.k-split-button.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-menu-button,
.k-dropdown-button {
    aspect-ratio: auto;
    outline: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    vertical-align: middle;
}

.k-menu-button > .k-button-arrow,
.k-dropdown-button > .k-button-arrow {
    -webkit-margin-start: -4px;
            margin-inline-start: -4px;
    -webkit-margin-end: -8px;
            margin-inline-end: -8px;
    padding-left: 4px;
    padding-right: 4px;
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.k-menu-button.k-icon-button > .k-button-arrow,
.k-dropdown-button.k-icon-button > .k-button-arrow {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: -4px;
            margin-inline-end: -4px;
}

.k-textarea:has(.k-input-inner[style*="width"]) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.k-listbox {
    width: 10em;
    height: 200px;
    border-width: 0;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    vertical-align: top;
    background-color: transparent;
    display: -webkit-inline-box;
    display: inline-flex;
    gap: 8px;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-listbox .k-listbox-actions {
    display: -webkit-box;
    display: flex;
    gap: 8px;
}

.k-listbox.k-listbox-actions-left, .k-listbox.k-listbox-actions-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.k-listbox.k-listbox-actions-left .k-listbox-actions, .k-listbox.k-listbox-actions-right .k-listbox-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.k-listbox.k-listbox-actions-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}

.k-listbox.k-listbox-actions-top, .k-listbox.k-listbox-actions-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.k-listbox.k-listbox-actions-top .k-listbox-actions, .k-listbox.k-listbox-actions-bottom .k-listbox-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.k-listbox.k-listbox-actions-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
}

.k-listbox .k-list-scroller {
    width: 100%;
    min-height: 0;
    height: inherit;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}

.k-listbox .k-list-scroller .k-list-scroller {
    border-width: 0;
}

.k-listbox .k-list-scroller .k-list {
    height: inherit;
    background: transparent;
}

.k-listbox .k-drop-hint {
    border-top-width: 1px;
    border-top-style: solid;
}

.k-listbox .k-ghost {
    opacity: .5;
}

.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-progressbar {
    border-radius: 4px;
    --kendo-progressbar-value: 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-progressbar *::before,
.k-progressbar *::after {
    box-sizing: border-box;
}

.k-progressbar > .k-progressbar-value {
    border-width: 0;
    border-style: solid;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.k-progressbar > .k-progressbar-chunks {
    border-width: inherit;
    border-style: inherit;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
            flex: 1;
    gap: 1px;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.k-progressbar .k-progressbar-chunk {
    display: block;
    border-width: 0;
    -webkit-box-flex: 1;
            flex: 1;
}

.k-progress-status-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    flex-shrink: 0;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.k-progress-status-wrap.k-progress-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
}

.k-progress-status-wrap.k-progress-center {
    -webkit-box-pack: center;
            justify-content: center;
}

.k-progress-status-wrap.k-progress-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
}

.k-progress-status {
    padding-block: 0;
    padding-inline: 8px;
    min-width: 10px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}

.k-progressbar-horizontal {
    width: 100%;
    height: var(--kendo-progressbar-height, 22px);
    grid-template-columns: 1fr;
    grid-template-rows: 100%;
}

.k-progressbar-horizontal .k-progress-status-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.k-progressbar-horizontal > .k-progressbar-value {
    width: calc(var( --kendo-progressbar-value, 0 )*1%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.k-progressbar-horizontal > .k-progressbar-value > .k-progress-status-wrap {
    width: calc(100%*(100/var( --kendo-progressbar-value, 1 )));
}

.k-progressbar-horizontal > .k-progressbar-chunks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.k-progressbar-horizontal.k-progressbar-reverse > .k-progressbar-value {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    justify-self: flex-end;
}

.k-progressbar-horizontal.k-progressbar-reverse > .k-progressbar-chunks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}

.k-progressbar-vertical {
    width: var(--kendo-progressbar-height, 22px);
    height: 27em;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
}

.k-progressbar-vertical .k-progress-status-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
}

.k-progressbar-vertical .k-progress-status {
    -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
}

.k-progressbar-vertical > .k-progressbar-value {
    height: calc(var( --kendo-progressbar-value, 0 )*1%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    align-self: flex-end;
    -webkit-box-align: end;
            align-items: flex-end;
}

.k-progressbar-vertical > .k-progressbar-value > .k-progress-status-wrap {
    height: calc(100%*(100/var( --kendo-progressbar-value, 1 )));
}

.k-progressbar-vertical > .k-progressbar-chunks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
}

.k-progressbar-vertical.k-progressbar-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.k-progressbar-vertical.k-progressbar-reverse > .k-progressbar-value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    align-self: flex-start;
}

.k-progressbar-vertical.k-progressbar-reverse > .k-progressbar-chunks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-progressbar-value,
.k-progressbar-indeterminate .k-progressbar-chunk {
    display: none;
}

.telerik-blazor.k-progressbar-horizontal > .k-progressbar-value,
.telerik-blazor.k-progressbar-horizontal > .k-progressbar-value > .k-progress-status-wrap {
    -webkit-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
}

.k-rtl .k-progressbar,
.k-progressbar[dir="rtl"] {
    direction: rtl;
}

.k-circular-progressbar {
    display: inline-block;
    text-align: start;
    position: relative;
}

.k-circular-progressbar-surface {
    height: 100%;
}

.k-circular-progressbar-surface > div {
    width: 100%;
    height: 100%;
}

.k-circular-progressbar-surface svg {
    width: 100%;
    height: 100%;
}

.k-circular-progressbar-scale {
    fill: none;
}

.k-circular-progressbar-arc {
    transform-box: fill-box;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    stroke-linecap: round;
    fill: none;
}

.k-circular-progressbar-label {
    position: absolute;
    text-align: center;
    padding: 0;
    margin: 0;
}

@-webkit-keyframes kendo-progressbar-indeterminate-animation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 22px 0;
    }
}

@keyframes kendo-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-selected {
    border-color: #eb5b51;
    color: white;
    background-color: #ff6358;
}

.k-chunk-progressbar {
    background-color: transparent;
}

.k-progressbar-chunk {
    background-color: #ebebeb;
}

.k-progressbar-chunk .k-selected {
    background-color: #ff6358;
}

.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;
    -webkit-animation: kendo-progressbar-indeterminate-animation 1s linear infinite;
            animation: kendo-progressbar-indeterminate-animation 1s linear infinite;
}

.k-circular-progressbar-scale {
    stroke: #ebebeb;
}

.k-circular-progressbar-arc {
    stroke: #ff6358;
    -webkit-transition: stroke .5s ease;
    transition: stroke .5s ease;
}

.k-radio {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    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;
    -webkit-box-flex: 0;
            flex: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
}

.k-radio:checked,
.k-radio.k-checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='white'/%3e%3c/svg%3e");
}

.k-radio:disabled,
.k-radio.k-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}

.k-radio-wrap {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 0;
    -webkit-box-align: center;
            align-items: center;
    align-self: start;
    vertical-align: middle;
    position: relative;
}

.k-radio-wrap::before {
    content: "\200b";
    width: 0px;
    overflow: hidden;
    -webkit-box-flex: 0;
            flex: none;
    display: inline-block;
    vertical-align: top;
}

.k-radio-label {
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 4px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.k-radio-label .k-ripple {
    visibility: hidden !important;
}

.k-radio + .k-label,
.k-radio-wrap + .k-label,
.k-radio + .k-radio-label,
.k-radio-wrap + .k-radio-label {
    display: inline;
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
}

.k-radio-label:empty {
    display: none !important;
}

.k-radio-label.k-no-text {
    min-width: 1px;
}

.k-radio-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 0;
    list-style: none;
}

.k-radio-item,
.k-radio-list-item {
    padding-block: 4px;
    padding-inline: 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    gap: 4px;
}

.k-radio-item .k-radio-label,
.k-radio-list-item .k-radio-label {
    margin: 0;
}

.k-radio-list-horizontal,
.k-radio-list.k-list-horizontal {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    gap: 16px;
}

.k-ripple-container .k-radio::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    z-index: -1;
    -webkit-transition: opacity 100ms linear, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
}

.k-ripple-container .k-radio:focus,
.k-ripple-container .k-radio.k-focus {
    box-shadow: none !important;
}

.k-ripple-container .k-radio:disabled::after,
.k-ripple-container .k-radio.k-disabled::after {
    display: none;
}

.k-ripple-container .k-radio:disabled::after,
.k-ripple-container .k-radio.k-disabled::after {
    display: none;
}

.k-radio-sm {
    width: 12px;
    height: 12px;
}

.k-radio-sm::before {
    font-size: 10px;
}

.k-ripple-container .k-radio-sm::after {
    width: 300%;
    height: 300%;
}

.k-radio-md {
    width: 16px;
    height: 16px;
}

.k-radio-md::before {
    font-size: 14px;
}

.k-ripple-container .k-radio-md::after {
    width: 300%;
    height: 300%;
}

.k-radio-lg {
    width: 20px;
    height: 20px;
}

.k-radio-lg::before {
    font-size: 18px;
}

.k-ripple-container .k-radio-lg::after {
    width: 300%;
    height: 300%;
}

.k-radio {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

.k-radio:focus,
.k-radio.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}

.k-radio.k-invalid,
.k-radio.ng-invalid.ng-touched,
.k-radio.ng-invalid.ng-dirty {
    border-color: #f31700;
}

.k-radio.k-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: white;
    background-color: #ff6358;
}

.k-radio:checked:focus,
.k-radio.k-checked.k-focus {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}

.k-ripple-container .k-radio::after {
    background: #ff6358;
    opacity: 0.25;
}

.k-slider {
    border: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    background: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-slider *,
.k-slider *::before,
.k-slider *::after {
    box-sizing: border-box;
}

.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-disabled .k-tick,
.k-slider.k-disabled .k-slider-track,
.k-slider.k-disabled .k-draghandle {
    cursor: default;
}

.k-slider {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    gap: 7px;
}

.k-slider .k-button {
    -webkit-box-flex: 0;
            flex: none;
}

.k-slider .k-slider-track-wrap {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: inherit;
    position: relative;
    touch-action: none;
}

.k-slider .k-slider-track-wrap .k-slider-items {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: inherit;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

.k-slider .k-slider-track-wrap .k-tick {
    -webkit-box-flex: 0;
            flex: 0 0 1px;
}

.k-slider .k-slider-track-wrap .k-tick-horizontal {
    width: 1px;
    min-height: 100%;
}

.k-slider .k-slider-track-wrap .k-tick-vertical {
    width: 100%;
    min-height: 1px;
}

.k-slider .k-slider-track-wrap .k-draghandle {
    position: absolute;
}

.k-slider-horizontal .k-slider-track-wrap {
    height: 26px;
}

.k-slider-horizontal .k-slider-track-wrap .k-slider-track {
    width: 100%;
}

.k-slider-horizontal .k-slider-track-wrap .k-draghandle {
    top: 50%;
    -webkit-transform: translate(-50%, -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 {
    -webkit-transform: translate(-50%, -50%) scale(1);
            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%);
    inset-inline-start: calc(var(--kendo-slider-start, 0)*1%);
}

.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
    inset-inline-start: calc(var(--kendo-slider-start, 0)*1%);
}

.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
    inset-inline-start: calc(var(--kendo-slider-end, 0)*1%);
}

.k-slider-vertical .k-slider-track-wrap {
    width: 26px;
}

.k-slider-vertical .k-slider-track-wrap .k-slider-track {
    height: 100%;
}

.k-slider-vertical .k-slider-track-wrap .k-draghandle {
    left: 50%;
    -webkit-transform: translate(-50%, 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 {
    -webkit-transform: translate(-50%, 50%) scale(1);
            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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse nowrap;
}

.k-slider-vertical .k-tick {
    text-align: end;
    margin-left: 2px;
}

.k-slider-vertical .k-slider-topleft .k-tick {
    text-align: start;
}

.k-slider-vertical .k-tick {
    background-position: -94px center;
}

.k-slider-vertical .k-slider-topleft .k-tick {
    background-position: -124px center;
}

.k-slider-vertical .k-slider-bottomright .k-tick {
    background-position: -154px center;
}

.k-slider-vertical .k-tick-large {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    background-position: -4px center;
}

.k-slider-vertical .k-slider-topleft .k-tick-large {
    background-position: -34px center;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large {
    background-position: -64px center;
}

.k-slider-vertical .k-first {
    background-position: -94px 100%;
}

.k-slider-vertical .k-tick-large.k-first {
    background-position: -4px 100%;
}

.k-slider-vertical .k-slider-topleft .k-first {
    background-position: -124px 100%;
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
    background-position: -34px 100%;
}

.k-slider-vertical .k-slider-bottomright .k-first {
    background-position: -154px 100%;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
    background-position: -64px 100%;
}

.k-slider-vertical .k-last {
    background-position: -94px 0;
}

.k-slider-vertical .k-tick-large.k-last {
    background-position: -4px 0;
}

.k-slider-vertical .k-slider-topleft .k-last {
    background-position: -124px 0;
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
    background-position: -34px 0;
}

.k-slider-vertical .k-slider-bottomright .k-last {
    background-position: -154px 0;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
    background-position: -64px 0;
}

.k-slider-vertical .k-label {
    text-align: start;
    inset-inline-start: 120%;
    top: 50%;
    -webkit-transform: translateY(-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 {
    inset-inline-start: auto;
    inset-inline-end: 120%;
}

.k-slider-horizontal {
    width: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.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 {
    inset-inline-start: 50%;
    bottom: -1.2em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.k-slider-horizontal .k-first .k-label {
    inset-inline-start: 0;
}

.k-slider-horizontal .k-last .k-label {
    inset-inline-start: 100%;
}

.k-slider-horizontal .k-slider-topleft .k-label {
    top: -1.2em;
}

.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-draghandle {
    background-color: transparent;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    outline: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 14px;
    height: 14px;
}

.k-slider-transitions.k-slider-horizontal .k-draghandle {
    -webkit-transition: inset-inline-start 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: inset-inline-start 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: inset-inline-start 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: inset-inline-start 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.k-slider-transitions.k-slider-vertical .k-draghandle {
    -webkit-transition: bottom 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: bottom 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: bottom 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: bottom 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.k-draghandle.k-pressed {
    -webkit-transition: none;
    transition: none;
}

.k-slider-transitions.k-slider-horizontal .k-slider-selection {
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.k-slider-transitions.k-slider-vertical .k-slider-selection {
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}

.k-slider-selection.k-pressed {
    -webkit-transition: none;
    transition: none;
}

.k-slider.k-readonly .k-button,
.k-slider.k-readonly .k-slider-track,
.k-slider.k-readonly .k-tick,
.k-slider.k-readonly .k-draghandle {
    pointer-events: none;
}

.k-slider-tooltip .k-callout-n,
.k-slider-tooltip .k-callout-s {
    -webkit-margin-start: -3px;
            margin-inline-start: -3px;
}

.k-slider-tooltip .k-callout-w,
.k-slider-tooltip .k-callout-e {
    margin-top: -3px;
}

.k-slider-rtl.k-slider-horizontal .k-draghandle, .k-slider-horizontal.k-slider[dir="rtl"] .k-draghandle, [dir="rtl"] .k-slider-horizontal.k-slider .k-draghandle, .k-slider-horizontal.k-slider.k-rtl .k-draghandle, .k-rtl .k-slider-horizontal.k-slider .k-draghandle {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}

.k-slider-rtl.k-slider-horizontal .k-draghandle:focus, .k-slider-horizontal.k-slider[dir="rtl"] .k-draghandle:focus, [dir="rtl"] .k-slider-horizontal.k-slider .k-draghandle:focus, .k-slider-horizontal.k-slider.k-rtl .k-draghandle:focus, .k-rtl .k-slider-horizontal.k-slider .k-draghandle:focus,
.k-slider-rtl.k-slider-horizontal .k-draghandle:active,
.k-slider-horizontal.k-slider[dir="rtl"] .k-draghandle:active,
[dir="rtl"] .k-slider-horizontal.k-slider .k-draghandle:active,
.k-slider-horizontal.k-slider.k-rtl .k-draghandle:active,
.k-rtl .k-slider-horizontal.k-slider .k-draghandle:active {
    -webkit-transform: translate(50%, -50%) scale(1);
            transform: translate(50%, -50%) scale(1);
}

.k-slider-rtl.k-slider-horizontal .k-label, .k-slider-horizontal.k-slider[dir="rtl"] .k-label, [dir="rtl"] .k-slider-horizontal.k-slider .k-label, .k-slider-horizontal.k-slider.k-rtl .k-label, .k-rtl .k-slider-horizontal.k-slider .k-label {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
}

.k-slider kendo-resize-sensor {
    position: absolute;
}

.k-slider {
    color: #424242;
}

.k-slider .k-slider-track,
.k-slider .k-slider-selection {
    border-radius: 4px;
}

.k-slider .k-slider-track {
    background-color: #ebebeb;
}

.k-slider .k-slider-selection {
    background-color: #ff6358;
}

.k-slider .k-draghandle {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
    border-radius: 50%;
}

.k-slider .k-draghandle:hover {
    border-color: #ff6358;
    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-focus {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}

.k-slider.k-focus .k-draghandle {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}

.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-calendar {
    inline-size: var(--INTERNAL--kendo-calendar-width, -webkit-min-content);
    inline-size: var(--INTERNAL--kendo-calendar-width, -moz-min-content);
    inline-size: var(--INTERNAL--kendo-calendar-width, min-content);
    block-size: var(--INTERNAL--kendo-calendar-height, -webkit-min-content);
    block-size: var(--INTERNAL--kendo-calendar-height, -moz-min-content);
    block-size: var(--INTERNAL--kendo-calendar-height, min-content);
    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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-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-table {
    margin-block: 0;
    margin-inline: auto;
    border-width: 0;
    border-color: inherit;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
    text-align: center;
    outline: 0;
    display: table;
    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-block: 4px;
    padding-inline: 8px;
    height: 32px;
    box-sizing: border-box;
    text-transform: none;
    text-align: start;
    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 {
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
}

.k-calendar-td {
    border-radius: 4px;
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, -webkit-min-content);
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, -moz-min-content);
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, -webkit-min-content);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, -moz-min-content);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
    border-color: transparent;
}

.k-calendar .k-calendar-cell-inner, .k-calendar .k-link {
    border-radius: 4px;
    padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.25em);
    padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.25em);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    white-space: normal;
    position: relative;
    overflow: hidden;
}

.k-calendar .k-header {
    padding-block: 4px;
    padding-inline: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
}

.k-calendar-header {
    padding-block: 4px;
    padding-inline: 4px;
    min-width: 256px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-calendar-header .k-title,
.k-calendar-header .k-calendar-title {
    font-weight: bold;
}

.k-calendar-header .k-calendar-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
}

.k-calendar-footer,
.k-calendar .k-footer {
    padding-block: 8px;
    padding-inline: 16px;
    text-align: center;
    clear: both;
}

.k-calendar-view {
    margin: auto;
    padding-block: 0;
    padding-inline: 4px;
    width: 256px;
    inline-size: var(--INTERNAL--kendo-calendar-view-width, 256px);
    min-height: 224px;
    box-sizing: content-box;
    gap: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.k-month-calendar .k-calendar-td,
.k-calendar-monthview .k-calendar-td {
    width: 32px;
    height: 32px;
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
}

.k-year-calendar .k-calendar-td,
.k-calendar-yearview .k-calendar-td {
    width: 64px;
    height: 64px;
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
}

.k-decade-calendar .k-calendar-td,
.k-calendar-decadeview .k-calendar-td {
    width: 64px;
    height: 64px;
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
}

.k-century-calendar .k-calendar-td,
.k-calendar-centuryview .k-calendar-td {
    width: 64px;
    height: 64px;
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
}

.k-century-calendar .k-calendar-cell-inner, .k-century-calendar .k-link,
.k-calendar-centuryview .k-calendar-cell-inner,
.k-calendar-centuryview .k-link {
    text-align: start;
}

.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: calc(-100px - var(--kendo-scrollbar-width, 17px));
}

.k-calendar .k-scrollable-placeholder {
    position: absolute;
    z-index: -1;
    width: 1px;
    top: 0;
    right: 0;
}

.k-calendar-sm {
    --INTERNAL--kendo-calendar-view-width: 224px;
    --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-sm-cell-padding-x, 2px );
    --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-sm-cell-padding-y, 2px );
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-calendar-sm.k-month-calendar,
.k-calendar-sm .k-calendar-monthview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-month-cell-size, 28px );
}

.k-calendar-sm.k-year-calendar,
.k-calendar-sm .k-calendar-yearview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-year-cell-size, 56px );
}

.k-calendar-sm.k-decade-calendar,
.k-calendar-sm .k-calendar-decadeview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-decade-cell-size, 56px );
}

.k-calendar-sm.k-century-calendar,
.k-calendar-sm .k-calendar-centuryview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-century-cell-size, 56px );
}

.k-calendar-md {
    --INTERNAL--kendo-calendar-view-width: 256px;
    --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-md-cell-padding-x, 4px );
    --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-md-cell-padding-y, 4px );
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-calendar-md.k-month-calendar,
.k-calendar-md .k-calendar-monthview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-month-cell-size, 32px );
}

.k-calendar-md.k-year-calendar,
.k-calendar-md .k-calendar-yearview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-year-cell-size, 64px );
}

.k-calendar-md.k-decade-calendar,
.k-calendar-md .k-calendar-decadeview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-decade-cell-size, 64px );
}

.k-calendar-md.k-century-calendar,
.k-calendar-md .k-calendar-centuryview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-century-cell-size, 64px );
}

.k-calendar-lg {
    --INTERNAL--kendo-calendar-view-width: 320px;
    --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-lg-cell-padding-x, 8px );
    --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-lg-cell-padding-y, 8px );
    font-size: 16px;
    line-height: 1.5;
}

.k-calendar-lg.k-month-calendar,
.k-calendar-lg .k-calendar-monthview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-month-cell-size, 40px );
}

.k-calendar-lg.k-year-calendar,
.k-calendar-lg .k-calendar-yearview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-year-cell-size, 80px );
}

.k-calendar-lg.k-decade-calendar,
.k-calendar-lg .k-calendar-decadeview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-decade-cell-size, 80px );
}

.k-calendar-lg.k-century-calendar,
.k-calendar-lg .k-calendar-centuryview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-century-cell-size, 80px );
}

.k-calendar-infinite {
    box-sizing: content-box;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.k-calendar-infinite .k-calendar-view {
    padding-block: 0px;
    padding-inline: 16px;
    height: 288px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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: "\200b";
    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-block: 8px;
    padding-inline: 16px;
    width: auto;
    min-width: 0;
}

.k-calendar-infinite .k-calendar-weekdays {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-calendar-navigation {
    width: 5em;
    text-align: center;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.k-calendar-navigation::before, .k-calendar-navigation::after {
    display: block;
    position: absolute;
    content: "\200b";
    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-block: 0;
    padding-inline: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}

.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;
    -webkit-transform: translateY(-50%);
            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-calendar-view:focus {
    outline: 0;
}

.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-rtl .k-calendar .k-content.k-scrollable,
.k-rtl .k-calendar .k-calendar-content.k-scrollable,
[dir="rtl"] .k-calendar .k-content.k-scrollable,
[dir="rtl"] .k-calendar .k-calendar-content.k-scrollable,
.k-calendar.k-rtl .k-content.k-scrollable,
.k-calendar.k-rtl .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: calc(-100px - var(--kendo-scrollbar-width, 17px));
    margin-right: -100px;
}

.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-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;
}

.k-calendar .k-calendar-td:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td:hover .k-link,
.k-calendar .k-calendar-td.k-hover .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-hover .k-link {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f0f0f0;
}

.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link {
    border-color: rgba(0, 0, 0, 0.08);
    color: white;
    background-color: #ff6358;
}

.k-calendar .k-calendar-td.k-selected:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:hover .k-link,
.k-calendar .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-selected.k-hover .k-link {
    color: white;
    background-color: #f55f54;
}

.k-calendar .k-calendar-td:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td:focus .k-link,
.k-calendar .k-calendar-td.k-focus .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-focus .k-link {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-calendar .k-calendar-td.k-selected:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:focus .k-link,
.k-calendar .k-calendar-td.k-selected.k-focus .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-selected.k-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-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.ng-invalid.ng-touched, .k-calendar.ng-invalid.ng-dirty {
    border-color: #f31700;
}

.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-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-calendar-cell-inner, .k-calendar .k-range-start .k-link,
.k-calendar .k-range-end .k-calendar-cell-inner,
.k-calendar .k-range-end .k-link {
    background-color: #ff6358;
}

.k-calendar .k-range-start.k-active .k-calendar-cell-inner, .k-calendar .k-range-start.k-active .k-link,
.k-calendar .k-range-end.k-active .k-calendar-cell-inner,
.k-calendar .k-range-end.k-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: 0;
    bottom: 0;
    width: 5px;
}

.k-calendar .k-range-split-start::after {
    left: -5px;
    right: auto;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 99, 88, 0.25)), to(transparent));
    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: -webkit-gradient(linear, left top, right top, from(rgba(255, 99, 88, 0.25)), to(transparent));
    background-image: linear-gradient(to right, rgba(255, 99, 88, 0.25), transparent 100%);
}

.k-timeselector {
    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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-popup > .k-timeselector {
    border-width: 0;
}

.k-time-header,
.k-time-selector-header {
    padding-block: 8px;
    padding-inline: 8px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-time-header .k-title,
.k-time-header .k-time-selector-header-title,
.k-time-selector-header .k-title,
.k-time-selector-header .k-time-selector-header-title {
    padding-block: 4px;
    padding-inline: 8px;
    font-weight: bold;
    display: inline-block;
}

.k-time-header .k-time-now,
.k-time-selector-header .k-time-now {
    border-width: 0;
    line-height: inherit;
    cursor: pointer;
}

.k-actions.k-time-fast-selection, .k-time-fast-selection.k-edit-buttons,
.k-time-fast-selection.k-action-buttons,
.k-time-fast-selection.k-columnmenu-actions, .k-time-fast-selection.k-form-buttons {
    margin-top: 0;
}

.k-time-list-container {
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
}

.k-time-highlight,
.k-time-list-highlight {
    width: 100%;
    height: 28px;
    border-width: 1px 0px;
    border-style: solid;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% + 9px);
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
}

.k-time-list-wrapper {
    min-width: 4em;
    height: 240px;
    box-sizing: content-box;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-time-list-wrapper .k-title {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    display: block;
}

.k-time-list-wrapper.k-focus::before, .k-time-list-wrapper.k-focus::after {
    display: block;
    content: "\200b";
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    height: calc(50% - 14px);
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
}

.k-time-list-wrapper.k-focus::before {
    top: 18px;
}

.k-time-list-wrapper.k-focus::after {
    bottom: 0;
}

.k-time-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
            flex: 1;
    position: relative;
    z-index: 1;
    outline: 0;
    overflow: hidden;
}

.k-time-list::before, .k-time-list::after {
    display: block;
    position: absolute;
    content: "\200b";
    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-container,
.k-time-list-content {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 100px;
    padding-left: 100px;
    margin-left: -100px;
    margin-right: calc(-100px - var(--kendo-scrollbar-width, 17px));
}

.k-time-container > ul,
.k-time-list-content > ul {
    height: auto;
    width: 4em;
    margin: auto;
}

.k-time-container .k-scrollable-placeholder,
.k-time-list-content .k-scrollable-placeholder {
    position: absolute;
    width: 1px;
    top: 0;
    right: 0;
}

.k-time-list-item,
.k-time-list .k-item {
    padding-block: 4px;
    padding-inline: 8px;
}

.k-time-separator {
    width: 0;
    height: 28px;
    align-self: center;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    z-index: 11;
    top: 9px;
}

.k-timeselector-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-timeselector-sm .k-time-highlight,
.k-timeselector-sm .k-time-list-highlight {
    height: 24px;
}

.k-timeselector-sm .k-time-separator {
    height: 24px;
}

.k-timeselector-sm .k-time-list-item,
.k-timeselector-sm .k-time-list .k-item {
    padding-block: 2px;
    padding-inline: 8px;
}

.k-timeselector-md {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-timeselector-md .k-time-highlight,
.k-timeselector-md .k-time-list-highlight {
    height: 28px;
}

.k-timeselector-md .k-time-separator {
    height: 28px;
}

.k-timeselector-md .k-time-list-item,
.k-timeselector-md .k-time-list .k-item {
    padding-block: 4px;
    padding-inline: 8px;
}

.k-timeselector-lg {
    font-size: 16px;
    line-height: 1.5;
}

.k-timeselector-lg .k-time-highlight,
.k-timeselector-lg .k-time-list-highlight {
    height: 40px;
}

.k-timeselector-lg .k-time-separator {
    height: 40px;
}

.k-timeselector-lg .k-time-list-item,
.k-timeselector-lg .k-time-list .k-item {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-rtl .k-time-container,
.k-rtl .k-time-list-content,
[dir="rtl"] .k-time-container,
[dir="rtl"] .k-time-list-content {
    padding-right: 100px;
    padding-left: 100px;
    margin-left: calc(-100px - var(--kendo-scrollbar-width, 17px));
    margin-right: -100px;
}

.k-timeselector {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-time-header .k-time-now,
.k-time-selector-header .k-time-now {
    color: #ff6358;
}

.k-time-header .k-time-now:hover,
.k-time-selector-header .k-time-now:hover {
    color: #d6534a;
}

.k-time-list-wrapper .k-title {
    color: #666666;
}

.k-time-list-wrapper.k-focus .k-title {
    color: #424242;
}

.k-time-list-wrapper.k-focus::before, .k-time-list-wrapper.k-focus::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-captcha {
    width: 280px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 8px;
}

.k-captcha *,
.k-captcha *::before,
.k-captcha *::after {
    box-sizing: border-box;
}

.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;
    -o-object-fit: cover;
       object-fit: cover;
}

.k-captcha-loading .k-captcha-image {
    height: auto;
}

.k-captcha-volume-control {
    height: 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-colorpalette {
    border-width: 0;
    box-sizing: border-box;
    outline: 0;
    font-size: 14px;
    font-family: inherit;
    line-height: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-colorpalette *,
.k-colorpalette *::before,
.k-colorpalette *::after {
    box-sizing: border-box;
}

.k-colorpalette-table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    position: relative;
}

.k-colorpalette-tile {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.k-colorpalette-tile:hover, .k-colorpalette-tile.k-hover {
    position: relative;
    z-index: 101;
}

.k-colorpalette-tile:focus, .k-colorpalette-tile.k-focus, .k-colorpalette-tile.k-selected, .k-colorpalette-tile.k-selected:hover {
    position: relative;
    z-index: 100;
}

.k-colorpalette-tile:focus, .k-colorpalette-tile.k-focus {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.k-colorpalette-tile:hover, .k-colorpalette-tile.k-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-tile.k-selected, .k-colorpalette-tile.k-selected:hover {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white;
}

.k-colorgradient {
    border-radius: 4px;
    width: 272px;
    padding-block: 12px;
    padding-inline: 12px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    outline: 0;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 12px;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-colorgradient *,
.k-colorgradient *::before,
.k-colorgradient *::after {
    box-sizing: border-box;
}

.k-colorgradient-canvas {
    gap: 12px;
}

.k-colorgradient-canvas .k-hsv-rectangle {
    border-radius: 4px;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

.k-colorgradient-canvas .k-hsv-gradient {
    border-radius: 4px;
    height: 180px;
}

.k-colorgradient-canvas .k-hsv-draghandle {
    margin-top: -7px;
    margin-left: -7px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    cursor: pointer;
}

.k-colorgradient-canvas .k-hsv-controls {
    position: relative;
    flex-shrink: 0;
    gap: 12px;
}

.k-colorgradient .k-draghandle {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    outline-width: 1px;
    outline-style: solid;
    box-sizing: border-box;
}

.k-colorgradient-slider.k-slider-vertical {
    width: 10px;
    height: 180px;
    -webkit-box-flex: 0;
            flex: 0 0 10px;
}

.k-colorgradient-slider.k-slider-vertical .k-slider-track {
    width: 10px;
    border-radius: 10px;
    margin-left: -5px;
}

.k-colorgradient-slider.k-slider-horizontal {
    width: 100%;
    height: 10px;
    -webkit-box-flex: 0;
            flex: 0 0 10px;
}

.k-colorgradient-slider.k-slider-horizontal .k-slider-track {
    height: 10px;
    border-radius: 10px;
    margin-top: -5px;
}

.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    position: relative;
    z-index: -1;
}

.k-colorgradient-slider .k-slider-track-wrap {
    z-index: 1;
}

.k-colorgradient-slider .k-slider-selection {
    display: none;
}

.k-colorgradient-slider .k-draghandle {
    border-width: 3px;
}

.k-colorgradient-inputs {
    gap: 8px;
}

.k-colorgradient-inputs .k-colorgradient-input-label {
    text-transform: uppercase;
}

.k-colorgradient-inputs > .k-vstack, .k-colorgradient-inputs > .k-vbox {
    gap: 4px;
}

.k-colorgradient-inputs .k-numerictextbox {
    width: 46px;
}

.k-colorgradient-inputs .k-input-inner {
    -webkit-padding-start: 2px;
            padding-inline-start: 2px;
    -webkit-padding-end: 2px;
            padding-inline-end: 2px;
    text-align: center;
    text-overflow: clip;
}

.k-colorgradient-color-contrast > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 8px;
}

.k-colorgradient-color-contrast .k-contrast-ratio {
    margin-bottom: 8px;
}

.k-colorgradient-color-contrast .k-contrast-ratio-text {
    font-weight: 700;
}

.k-colorgradient-color-contrast .k-contrast-validation {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    gap: 4px;
}

.k-colorgradient-color-contrast .k-contrast-validation .k-icon {
    vertical-align: middle;
}

.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon,
.k-colorgradient-color-contrast .k-contrast-validation .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
    -webkit-margin-start: -13px;
            margin-inline-start: -13px;
}

.k-color-contrast-svg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    pointer-events: none;
}

.k-colorgradient {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-colorgradient:focus,
.k-colorgradient.k-focus {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-colorgradient-canvas .k-hsv-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)), -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black), linear-gradient(to right, white, rgba(255, 255, 255, 0));
}

.k-colorgradient .k-draghandle {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    outline-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.5);
}

.k-colorgradient .k-draghandle:focus, .k-colorgradient .k-draghandle.k-focus {
    border-color: #ffffff;
    background-color: transparent;
    outline-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.5);
}

.k-colorgradient .k-draghandle:hover, .k-colorgradient .k-draghandle.k-hover, .k-colorgradient .k-draghandle.k-active, .k-colorgradient .k-draghandle:active {
    border-color: #ffffff;
    background-color: transparent;
    outline-color: #000000;
}

.k-colorgradient-slider.k-hue-slider.k-slider-horizontal .k-slider-track {
    background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(#ffff00), color-stop(#00ff00), color-stop(#00ffff), color-stop(#0000ff), color-stop(#ff00ff), to(#ff0000));
    background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}

.k-colorgradient-slider.k-hue-slider.k-slider-vertical .k-slider-track {
    background: -webkit-gradient(linear, left bottom, left top, from(#ff0000), color-stop(#ffff00), color-stop(#00ff00), color-stop(#00ffff), color-stop(#0000ff), color-stop(#ff00ff), to(#ff0000));
    background: linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}

.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC) center repeat;
}

.k-colorgradient-input-label {
    color: #666666;
}

.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
[dir="rtl"] .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track {
    background: -webkit-gradient(linear, right top, left top, from(#ff0000), color-stop(#ffff00), color-stop(#00ff00), color-stop(#00ffff), color-stop(#0000ff), color-stop(#ff00ff), to(#ff0000));
    background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}

.k-coloreditor {
    border-radius: 4px;
    min-width: 272px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
}

.k-coloreditor *,
.k-coloreditor *::before,
.k-coloreditor *::after {
    box-sizing: border-box;
}

.k-coloreditor-header {
    padding: 12px 12px 0;
}

.k-coloreditor-header-actions {
    gap: 8px;
}

.k-coloreditor-preview {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 4px;
    position: relative;
    z-index: 1;
}

.k-coloreditor-preview .k-color-preview {
    width: 32px;
    height: 12px;
}

.k-coloreditor-views {
    min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
    padding-block: 12px;
    padding-inline: 12px;
    gap: 12px;
}

.k-coloreditor-views .k-colorgradient {
    padding: 0;
    width: auto;
    border-width: 0;
}

.k-coloreditor-views .k-colorgradient:focus,
.k-coloreditor-views .k-colorgradient.k-focus {
    outline: 2px dotted;
    outline-offset: 4px;
    border-radius: 0;
}

.k-coloreditor-views .k-colorpalette {
    align-self: center;
}

.k-coloreditor-views .k-colorpalette-tile {
    width: var(--kendo-color-preview-width, 24px);
    height: var(--kendo-color-preview-height, 24px);
}

.k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-edit-buttons,
.k-coloreditor-footer.k-action-buttons,
.k-coloreditor-footer.k-columnmenu-actions, .k-coloreditor-footer.k-form-buttons {
    margin: 0;
}

.k-coloreditor {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-coloreditor .k-colorgradient:focus,
.k-coloreditor .k-colorgradient.k-focus {
    box-shadow: none;
    outline-color: rgba(0, 0, 0, 0.3);
}

.k-color-picker, .k-colorpicker {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.k-datetime-selector {
    display: -webkit-box;
    display: flex;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.k-datetime-wrap {
    width: 288px;
    overflow: hidden;
}

.k-datetime-wrap .k-datetime-buttongroup {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-datetime-wrap .k-calendar,
.k-datetime-wrap .k-timeselector {
    width: 100%;
    border-width: 0;
}

.k-datetime-calendar-wrap,
.k-datetime-time-wrap {
    text-align: center;
    -webkit-box-flex: 0;
            flex: 0 0 288px;
}

.k-date-tab .k-datetime-selector {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.k-time-tab .k-datetime-selector {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.k-time-tab .k-datetime-selector.k-rtl, .k-time-tab .k-datetime-selector[dir="rtl"],
.k-rtl .k-time-tab .k-datetime-selector,
[dir="rtl"] .k-time-tab .k-datetime-selector {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.k-daterange-picker, .k-daterangepicker {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: end;
            align-items: flex-end;
    gap: 8px;
}

.k-daterange-picker *, .k-daterangepicker *,
.k-daterange-picker *::before,
.k-daterangepicker *::before,
.k-daterange-picker *::after,
.k-daterangepicker *::after {
    box-sizing: border-box;
}

.k-daterange-picker .k-dateinput, .k-daterangepicker .k-dateinput {
    width: 10em;
}

.k-daterangepicker-wrap {
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: inherit;
    -webkit-box-align: inherit;
            align-items: inherit;
    gap: inherit;
}

.k-dropdowngrid-popup {
    overflow: hidden;
}

.k-dropdowngrid-popup > .k-data-table {
    border-width: 0;
}

.k-dropdown-operator {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-box-flex: 0;
            flex: none;
}

.k-dropdown-operator .k-input-button {
    border-width: 0;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.k-dropdown-operator .k-input-button .k-button-icon {
    width: auto;
    aspect-ratio: 1;
}

.k-dropdown-operator .k-input-inner {
    display: none;
}

.k-treeview {
    padding: 0;
    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-treeview *::before,
.k-treeview *::after {
    box-sizing: border-box;
}

.k-treeview-filter {
    padding: 8px;
    display: block;
    position: relative;
    -webkit-box-flex: 0;
            flex: none;
}

.k-treeview-group {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    outline: 0;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-treeview-group.ng-animating {
    overflow: hidden;
}

.k-treeview-top,
.k-treeview-mid,
.k-treeview-bot {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
}

.k-treeview-item {
    outline-style: none;
    margin: 0;
    padding: 0 0 0 24px;
    border-width: 0;
    display: block;
}

.k-treeview-toggle {
    -webkit-margin-start: -24px;
            margin-inline-start: -24px;
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
}

.k-treeview-toggle .k-icon {
    padding: 4px;
    box-sizing: content-box;
}

.k-treeview-loading {
    margin-right: 4px;
}

.k-treeview .k-checkbox-wrap,
.k-treeview .k-checkbox-wrapper {
    align-self: center;
}

.k-treeview-leaf {
    border-radius: 4px;
    padding-block: 4px;
    padding-inline: 8px;
    border: 0px solid transparent;
    text-decoration: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    vertical-align: middle;
    position: relative;
}

.k-treeview-leaf .k-icon,
.k-treeview-leaf .k-image,
.k-treeview-leaf .k-sprite {
    margin-right: 4px;
}

.k-treeview-leaf.k-focus {
    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-hover, .k-treeview .k-treeview-load-more-button:focus, .k-treeview .k-treeview-load-more-button.k-focus {
    text-decoration: underline;
}

.k-rtl .k-treeview .k-treeview-item,
[dir="rtl"] .k-treeview .k-treeview-item,
.k-treeview.k-rtl .k-treeview-item,
.k-treeview[dir="rtl"] .k-treeview-item {
    padding-left: 0;
    padding-right: 24px;
}

.k-rtl .k-treeview .k-treeview-loading,
[dir="rtl"] .k-treeview .k-treeview-loading,
.k-treeview.k-rtl .k-treeview-loading,
.k-treeview[dir="rtl"] .k-treeview-loading {
    margin-right: 0;
    margin-left: 4px;
}

.k-rtl .k-treeview .k-treeview-leaf .k-icon,
.k-rtl .k-treeview .k-treeview-leaf .k-image,
.k-rtl .k-treeview .k-treeview-leaf .k-sprite,
.k-rtl .k-treeview .k-in .k-icon,
.k-rtl .k-treeview .k-in .k-image,
.k-rtl .k-treeview .k-in .k-sprite,
[dir="rtl"] .k-treeview .k-treeview-leaf .k-icon,
[dir="rtl"] .k-treeview .k-treeview-leaf .k-image,
[dir="rtl"] .k-treeview .k-treeview-leaf .k-sprite,
[dir="rtl"] .k-treeview .k-in .k-icon,
[dir="rtl"] .k-treeview .k-in .k-image,
[dir="rtl"] .k-treeview .k-in .k-sprite,
.k-treeview.k-rtl .k-treeview-leaf .k-icon,
.k-treeview.k-rtl .k-treeview-leaf .k-image,
.k-treeview.k-rtl .k-treeview-leaf .k-sprite,
.k-treeview.k-rtl .k-in .k-icon,
.k-treeview.k-rtl .k-in .k-image,
.k-treeview.k-rtl .k-in .k-sprite,
.k-treeview[dir="rtl"] .k-treeview-leaf .k-icon,
.k-treeview[dir="rtl"] .k-treeview-leaf .k-image,
.k-treeview[dir="rtl"] .k-treeview-leaf .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-right: 0;
    margin-left: 4px;
}

.k-treeview-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-treeview-sm .k-treeview-leaf {
    padding-block: 2px;
    padding-inline: 8px;
}

.k-treeview-sm .k-checkbox-wrap {
    padding-block: 2px;
    padding-inline: 4px;
}

.k-treeview-md {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-treeview-md .k-treeview-leaf {
    padding-block: 4px;
    padding-inline: 8px;
}

.k-treeview-md .k-checkbox-wrap {
    padding-block: 2px;
    padding-inline: 4px;
}

.k-treeview-lg {
    font-size: 16px;
    line-height: 1.5;
}

.k-treeview-lg .k-treeview-leaf {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-treeview-lg .k-checkbox-wrap {
    padding-inline: 4px;
}

.k-treeview {
    color: #424242;
}

.k-treeview-leaf:hover, .k-treeview-leaf.k-hover {
    color: #424242;
    background-color: #f0f0f0;
}

.k-treeview-leaf:focus, .k-treeview-leaf.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-treeview-leaf.k-selected {
    color: white;
    background-color: #ff6358;
}

.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-hover {
    color: #d6534a;
    background-color: transparent;
}

.k-treeview .k-treeview-load-more-button:focus, .k-treeview .k-treeview-load-more-button.k-focus {
    color: #d6534a;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-popup-dropdowntree .k-treeview,
.k-dropdowntree-popup .k-treeview,
.k-multiselecttree-popup .k-treeview {
    padding-block: 4px;
    padding-inline: 4px;
}

.k-popup-dropdowntree .k-check-all,
.k-dropdowntree-popup .k-check-all,
.k-multiselecttree-popup .k-check-all {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-multiselecttree .k-input-values {
    width: auto;
    max-width: 100%;
}

.k-multiselecttree .k-input-inner::before {
    content: "\200b";
    width: 0px;
    overflow: hidden;
    -webkit-box-flex: 0;
            flex: none;
    display: inline-block;
    vertical-align: top;
}

.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: -webkit-inline-box;
    display: inline-flex;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-rating *,
.k-rating *::before,
.k-rating *::after {
    box-sizing: border-box;
}

.k-rating.k-readonly {
    pointer-events: none;
}

.k-rating-container {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    position: relative;
    margin-block: 0;
    margin-inline: 4px;
}

.k-rating-container .k-rating-item {
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    padding-block: 4px;
    padding-inline: 4px;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
    margin: 0;
    outline: 0;
    overflow: hidden;
    -webkit-transition: color 200ms ease-out 0s;
    transition: color 200ms ease-out 0s;
}

.k-rating-container .k-rating-item * {
    pointer-events: none;
}

.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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
    line-height: 1.5;
    margin-block: 4px;
    margin-inline: 8px;
}

.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-focus .k-rating-item > .k-icon {
    -webkit-filter: drop-shadow(var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)));
            filter: drop-shadow(var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)));
}

.k-rating:focus .k-rating-item.k-selected > .k-icon, .k-rating.k-focus .k-rating-item.k-selected > .k-icon {
    -webkit-filter: drop-shadow(var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)));
            filter: drop-shadow(var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)));
}

.k-rating-item {
    color: #424242;
}

.k-rating-item.k-selected {
    color: #ff6358;
}

.k-rating-item.k-selected:focus, .k-rating-item.k-selected.k-focus {
    color: #ff6358;
}

.k-rating-item:hover, .k-rating-item.k-hover {
    color: #ff6358;
    cursor: pointer;
}

.k-switch {
    box-sizing: border-box;
    outline: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-switch *,
.k-switch *::before,
.k-switch *::after {
    box-sizing: border-box;
}

.k-switch [type="checkbox"] {
    display: none;
}

.k-switch[aria-readonly="true"] {
    pointer-events: none;
}

.k-switch.k-readonly {
    pointer-events: none;
}

.k-switch-track {
    border-width: 1px;
    border-style: solid;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    position: relative;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.k-switch-thumb-wrap {
    width: 0;
    height: 0;
    overflow: visible;
    position: absolute;
    -webkit-transition: left 200ms ease-in-out;
    transition: left 200ms ease-in-out;
    top: 50%;
}

.k-switch-thumb {
    border-width: 1px;
    border-style: solid;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.k-switch-label-on,
.k-switch-label-off {
    text-transform: uppercase;
    display: inline;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
}

.k-switch-sm {
    width: 52px;
    height: 26px;
    font-size: 10px;
}

.k-switch-sm .k-switch-track {
    width: 52px;
    height: 26px;
}

.k-switch-sm .k-switch-label-on {
    left: 4px;
}

.k-switch-sm .k-switch-label-off {
    right: 4px;
}

.k-switch-sm .k-switch-thumb {
    width: 26px;
    height: 26px;
}

.k-switch-sm.k-switch-on .k-switch-thumb-wrap {
    left: calc(100% - 13px);
}

.k-switch-sm.k-switch-off .k-switch-thumb-wrap {
    left: 13px;
}

.k-switch-sm[dir="rtl"] .k-switch-label-on,
[dir="rtl"] .k-switch-sm .k-switch-label-on,
.k-rtl .k-switch-sm .k-switch-label-on {
    left: auto;
    right: 4px;
}

.k-switch-sm[dir="rtl"] .k-switch-label-off,
[dir="rtl"] .k-switch-sm .k-switch-label-off,
.k-rtl .k-switch-sm .k-switch-label-off {
    right: auto;
    left: 4px;
}

.k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
    left: 13px;
}

.k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
    left: calc(100% - 13px);
}

.k-switch-md {
    width: 60px;
    height: 30px;
    font-size: 10px;
}

.k-switch-md .k-switch-track {
    width: 60px;
    height: 30px;
}

.k-switch-md .k-switch-label-on {
    left: 6px;
}

.k-switch-md .k-switch-label-off {
    right: 6px;
}

.k-switch-md .k-switch-thumb {
    width: 30px;
    height: 30px;
}

.k-switch-md.k-switch-on .k-switch-thumb-wrap {
    left: calc(100% - 15px);
}

.k-switch-md.k-switch-off .k-switch-thumb-wrap {
    left: 15px;
}

.k-switch-md[dir="rtl"] .k-switch-label-on,
[dir="rtl"] .k-switch-md .k-switch-label-on,
.k-rtl .k-switch-md .k-switch-label-on {
    left: auto;
    right: 6px;
}

.k-switch-md[dir="rtl"] .k-switch-label-off,
[dir="rtl"] .k-switch-md .k-switch-label-off,
.k-rtl .k-switch-md .k-switch-label-off {
    right: auto;
    left: 6px;
}

.k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
    left: 15px;
}

.k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
    left: calc(100% - 15px);
}

.k-switch-lg {
    width: 68px;
    height: 34px;
    font-size: 10px;
}

.k-switch-lg .k-switch-track {
    width: 68px;
    height: 34px;
}

.k-switch-lg .k-switch-label-on {
    left: 8px;
}

.k-switch-lg .k-switch-label-off {
    right: 8px;
}

.k-switch-lg .k-switch-thumb {
    width: 34px;
    height: 34px;
}

.k-switch-lg.k-switch-on .k-switch-thumb-wrap {
    left: calc(100% - 17px);
}

.k-switch-lg.k-switch-off .k-switch-thumb-wrap {
    left: 17px;
}

.k-switch-lg[dir="rtl"] .k-switch-label-on,
[dir="rtl"] .k-switch-lg .k-switch-label-on,
.k-rtl .k-switch-lg .k-switch-label-on {
    left: auto;
    right: 8px;
}

.k-switch-lg[dir="rtl"] .k-switch-label-off,
[dir="rtl"] .k-switch-lg .k-switch-label-off,
.k-rtl .k-switch-lg .k-switch-label-off {
    right: auto;
    left: 8px;
}

.k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
    left: 17px;
}

.k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
    left: calc(100% - 17px);
}

.k-switch[dir="rtl"] .k-switch-thumb,
[dir="rtl"] .k-switch .k-switch-thumb,
.k-switch.k-rtl .k-switch-thumb,
.k-rtl .k-switch .k-switch-thumb {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}

.k-switch-off .k-switch-track {
    border-color: #ebebeb;
    color: #424242;
    background-color: #ffffff;
}

.k-switch-off .k-switch-thumb {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.k-switch-off:focus .k-switch-track, .k-switch-off.k-focus .k-switch-track {
    outline: 2px solid rgba(0, 0, 0, 0.08);
}

.k-switch-off .k-switch-label-on {
    color: transparent;
}

.k-switch-on .k-switch-track {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}

.k-switch-on .k-switch-thumb {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.k-switch-on:focus .k-switch-track, .k-switch-on.k-focus .k-switch-track {
    outline: 2px solid rgba(255, 99, 88, 0.25);
}

.k-switch-on .k-switch-label-off {
    color: transparent;
}

.k-external-dropzone {
    height: 220px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.k-dropzone-inner {
    padding-block: 8px;
    padding-inline: 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
}

.k-dropzone-inner .k-dropzone-icon {
    margin-bottom: 24px;
}

.k-dropzone-inner .k-dropzone-hint {
    margin-bottom: 8px;
}

.k-dropzone-inner .k-dropzone-note {
    font-size: 12px;
}

.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: #666666;
}

.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 *::before,
.k-upload *::after {
    box-sizing: border-box;
}

.k-upload .k-upload-button {
    min-width: 7em;
}

.k-upload .k-dropzone,
.k-upload .k-upload-dropzone {
    padding-block: 8px;
    padding-inline: 8px;
    border-width: 0;
    text-align: end;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    position: relative;
    background-color: transparent;
}

.k-upload .k-dropzone .k-dropzone-hint,
.k-upload .k-upload-dropzone .k-dropzone-hint {
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1;
}

.k-upload .k-dropzone .k-upload-status,
.k-upload .k-upload-dropzone .k-upload-status {
    font-weight: normal;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
}

.k-upload .k-dropzone .k-upload-status > .k-icon,
.k-upload .k-upload-dropzone .k-upload-status > .k-icon {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
}

.k-upload .k-dropzone .k-upload-status + .k-dropzone-hint,
.k-upload .k-upload-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: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.k-upload .k-upload-files .k-file-single {
    -webkit-box-align: center;
            align-items: center;
}

.k-upload .k-upload-files .k-file-multiple {
    -webkit-box-align: start;
            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: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            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: 16px;
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.k-upload .k-upload-files .k-upload-pct {
    margin-block: 0;
    margin-inline: 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-summary {
    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-summary,
.k-upload .k-upload-files .k-file-validation-message {
    font-size: 11px;
    line-height: 1;
}

.k-upload .k-upload-files .k-file-icon-wrapper .k-file-state {
    position: absolute;
}

.k-upload .k-upload-files .k-file-state {
    visibility: hidden;
}

.k-upload .k-upload-files .k-file-info {
    min-height: 32px;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
            flex: 1 0 0;
}

.k-upload .k-multiple-files-wrapper,
.k-upload .k-file-single > .k-file-info {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    min-height: 32px;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
            flex: 1 0 0;
}

.k-upload .k-multiple-files-wrapper .k-file-info {
    margin-bottom: 12px;
    display: block;
}

.k-upload .k-multiple-files-wrapper .k-file-summary {
    margin-top: -4px;
}

.k-upload .k-progressbar {
    --kendo-progressbar-height: 2px;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 4px;
    width: auto;
}

.k-upload .k-actions, .k-upload .k-edit-buttons,
.k-upload .k-action-buttons,
.k-upload .k-columnmenu-actions, .k-upload .k-form-buttons {
    border-top-width: 1px;
}

.k-upload-button-wrap {
    position: relative;
    direction: ltr;
}

.k-upload-button-wrap 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-wrap input[disabled],
.k-upload-button-wrap input.k-disabled {
    visibility: hidden;
}

.k-upload {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-upload .k-dropzone,
.k-upload .k-upload-dropzone {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.k-upload .k-dropzone.k-hover,
.k-upload .k-upload-dropzone.k-hover {
    background-color: #f0f0f0;
}

.k-upload .k-dropzone .k-dropzone-hint,
.k-upload .k-upload-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-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-upload .k-file .k-upload-action.k-focus {
    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-progressbar .k-selected {
    background-color: #0058e9;
}

.k-upload .k-file-success .k-file-validation-message {
    color: #37b400;
}

.k-upload .k-file-success .k-progressbar .k-selected {
    background-color: #37b400;
}

.k-upload .k-file-error .k-file-validation-message {
    color: #f31700;
}

.k-upload .k-file-error .k-progressbar .k-selected {
    background-color: #f31700;
}

.k-upload .k-file-icon-wrapper {
    color: #666666;
    border-color: #666666;
}

.k-upload .k-file-size,
.k-upload .k-file-validation-message,
.k-upload .k-file-summary {
    color: #666666;
}

.k-upload .k-multiple-files-wrapper .k-file-summary {
    color: #424242;
}

.k-upload.k-invalid, .k-upload.ng-invalid.ng-touched, .k-upload.ng-invalid.ng-dirty {
    border-color: #f31700;
}

.k-appbar {
    padding-block: 8px;
    padding-inline: 8px;
    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: -webkit-box;
    display: flex;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-appbar *,
.k-appbar *::before,
.k-appbar *::after {
    box-sizing: border-box;
}

.k-appbar > * {
    flex-shrink: 0;
}

.k-appbar .k-appbar-section {
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
            align-items: center;
}

.k-appbar .k-appbar-spacer {
    -webkit-box-flex: 1;
            flex: 1 0 auto;
}

.k-appbar .k-appbar-spacer-sized {
    -webkit-box-flex: 0;
            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 .k-input,
.k-appbar .k-picker {
    width: 10em;
}

.k-appbar .k-color-picker, .k-appbar .k-colorpicker {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.k-appbar-static {
    position: static;
}

.k-appbar-sticky {
    width: 100%;
    position: -webkit-sticky;
    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: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-appbar-bottom {
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-appbar-primary {
    color: white;
    background-color: #ff6358;
}

.k-appbar-secondary {
    color: white;
    background-color: #666666;
}

.k-appbar-tertiary {
    color: white;
    background-color: #03a9f4;
}

.k-appbar-info {
    color: white;
    background-color: #0058e9;
}

.k-appbar-success {
    color: white;
    background-color: #37b400;
}

.k-appbar-warning {
    color: black;
    background-color: #ffc000;
}

.k-appbar-error {
    color: white;
    background-color: #f31700;
}

.k-appbar-dark {
    color: white;
    background-color: #424242;
}

.k-appbar-light {
    color: black;
    background-color: #ebebeb;
}

.k-appbar-inverse {
    color: white;
    background-color: #424242;
}

.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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    outline: none;
}

.k-fab *,
.k-fab *::before,
.k-fab *::after {
    box-sizing: border-box;
}

.k-fab:focus {
    outline: none;
}

.k-fab-icon {
    padding-inline: 2px;
    padding-block: 2px;
    box-sizing: content-box;
}

.k-icon-wrapper-host:not(:only-child) .k-fab-icon, .k-fab-icon:not(:only-child) {
    -webkit-margin-end: 2px;
            margin-inline-end: 2px;
    -webkit-margin-start: -2px;
            margin-inline-start: -2px;
}

.k-fab-sm {
    padding: 8px 8px;
}

.k-fab-md {
    padding: 16px 16px;
}

.k-fab-lg {
    padding: 24px 24px;
}

.k-fab-items {
    margin: 0;
    padding-block: 16px;
    padding-inline: 0px;
    display: -webkit-box;
    display: flex;
}

.k-fab-items-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.k-fab-items-bottom .k-fab-item:last-child {
    -webkit-margin-after: 0;
            margin-block-end: 0;
}

.k-fab-items-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
}

.k-fab-items-top .k-fab-item:first-child {
    -webkit-margin-after: 0;
            margin-block-end: 0;
}

.k-fab-item {
    list-style-type: none;
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
    outline: none;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
    cursor: pointer;
}

.k-fab-item.k-text-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.k-fab-item.k-text-right .k-fab-item-text {
    margin-right: 8px;
}

.k-fab-item.k-text-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}

.k-fab-item.k-text-left .k-fab-item-text {
    margin-left: 8px;
}

.k-fab-item-text {
    padding-block: 4px;
    padding-inline: 4px;
    border-width: 1px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.2;
}

.k-fab-item-icon {
    padding-block: 10px;
    padding-inline: 10px;
    border-width: 0;
    border-radius: 50%;
    box-sizing: content-box;
    outline: none;
}

.k-rtl .k-fab-popup .k-fab-item.k-text-left,
[dir="rtl"] .k-fab-popup .k-fab-item.k-text-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}

.k-fab-solid-primary {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #ff6358;
    outline-offset: -1px;
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}

.k-fab-solid-secondary {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #666666;
    outline-offset: -1px;
    border-color: #666666;
    color: white;
    background-color: #666666;
}

.k-fab-solid-tertiary {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #03a9f4;
    outline-offset: -1px;
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}

.k-fab-solid-info {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #0058e9;
    outline-offset: -1px;
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}

.k-fab-solid-success {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #37b400;
    outline-offset: -1px;
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}

.k-fab-solid-warning {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #ffc000;
    outline-offset: -1px;
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}

.k-fab-solid-error {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #f31700;
    outline-offset: -1px;
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}

.k-fab-solid-dark {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #424242;
    outline-offset: -1px;
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-fab-solid-light {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #ebebeb;
    outline-offset: -1px;
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}

.k-fab-solid-inverse {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #424242;
    outline-offset: -1px;
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-hover.k-fab-solid-primary,
.k-fab-solid-primary:hover {
    border-color: #f55f54;
    background-color: #f55f54;
}

.k-hover.k-fab-solid-secondary,
.k-fab-solid-secondary:hover {
    border-color: #626262;
    background-color: #626262;
}

.k-hover.k-fab-solid-tertiary,
.k-fab-solid-tertiary:hover {
    border-color: #03a2ea;
    background-color: #03a2ea;
}

.k-hover.k-fab-solid-info,
.k-fab-solid-info:hover {
    border-color: #0054e0;
    background-color: #0054e0;
}

.k-hover.k-fab-solid-success,
.k-fab-solid-success:hover {
    border-color: #35ad00;
    background-color: #35ad00;
}

.k-hover.k-fab-solid-warning,
.k-fab-solid-warning:hover {
    border-color: #f5b800;
    background-color: #f5b800;
}

.k-hover.k-fab-solid-error,
.k-fab-solid-error:hover {
    border-color: #e91600;
    background-color: #e91600;
}

.k-hover.k-fab-solid-dark,
.k-fab-solid-dark:hover {
    border-color: #3f3f3f;
    background-color: #3f3f3f;
}

.k-hover.k-fab-solid-light,
.k-fab-solid-light:hover {
    border-color: #e2e2e2;
    background-color: #e2e2e2;
}

.k-hover.k-fab-solid-inverse,
.k-fab-solid-inverse:hover {
    border-color: #3f3f3f;
    background-color: #3f3f3f;
}

.k-fab-solid-primary.k-focus,
.k-fab-solid-primary:focus {
    outline: solid 2px rgba(255, 99, 88, 0.3);
}

.k-fab-solid-secondary.k-focus,
.k-fab-solid-secondary:focus {
    outline: solid 2px rgba(102, 102, 102, 0.3);
}

.k-fab-solid-tertiary.k-focus,
.k-fab-solid-tertiary:focus {
    outline: solid 2px rgba(3, 169, 244, 0.3);
}

.k-fab-solid-info.k-focus,
.k-fab-solid-info:focus {
    outline: solid 2px rgba(0, 88, 233, 0.3);
}

.k-fab-solid-success.k-focus,
.k-fab-solid-success:focus {
    outline: solid 2px rgba(55, 180, 0, 0.3);
}

.k-fab-solid-warning.k-focus,
.k-fab-solid-warning:focus {
    outline: solid 2px rgba(255, 192, 0, 0.3);
}

.k-fab-solid-error.k-focus,
.k-fab-solid-error:focus {
    outline: solid 2px rgba(243, 23, 0, 0.3);
}

.k-fab-solid-dark.k-focus,
.k-fab-solid-dark:focus {
    outline: solid 2px rgba(66, 66, 66, 0.3);
}

.k-fab-solid-light.k-focus,
.k-fab-solid-light:focus {
    outline: solid 2px rgba(235, 235, 235, 0.3);
}

.k-fab-solid-inverse.k-focus,
.k-fab-solid-inverse:focus {
    outline: solid 2px rgba(66, 66, 66, 0.3);
}

.k-active.k-fab-solid-primary,
.k-selected.k-fab-solid-primary,
.k-fab-solid-primary:active {
    border-color: #e0574d;
    background-color: #e0574d;
}

.k-active.k-fab-solid-secondary,
.k-selected.k-fab-solid-secondary,
.k-fab-solid-secondary:active {
    border-color: #5a5a5a;
    background-color: #5a5a5a;
}

.k-active.k-fab-solid-tertiary,
.k-selected.k-fab-solid-tertiary,
.k-fab-solid-tertiary:active {
    border-color: #0395d7;
    background-color: #0395d7;
}

.k-active.k-fab-solid-info,
.k-selected.k-fab-solid-info,
.k-fab-solid-info:active {
    border-color: #004dcd;
    background-color: #004dcd;
}

.k-active.k-fab-solid-success,
.k-selected.k-fab-solid-success,
.k-fab-solid-success:active {
    border-color: #309e00;
    background-color: #309e00;
}

.k-active.k-fab-solid-warning,
.k-selected.k-fab-solid-warning,
.k-fab-solid-warning:active {
    border-color: #e0a900;
    background-color: #e0a900;
}

.k-active.k-fab-solid-error,
.k-selected.k-fab-solid-error,
.k-fab-solid-error:active {
    border-color: #d61400;
    background-color: #d61400;
}

.k-active.k-fab-solid-dark,
.k-selected.k-fab-solid-dark,
.k-fab-solid-dark:active {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}

.k-active.k-fab-solid-light,
.k-selected.k-fab-solid-light,
.k-fab-solid-light:active {
    border-color: #cfcfcf;
    background-color: #cfcfcf;
}

.k-active.k-fab-solid-inverse,
.k-selected.k-fab-solid-inverse,
.k-fab-solid-inverse:active {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}

.k-disabled.k-fab-solid-primary,
.k-fab-solid-primary:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #ffa19b;
    color: white;
    opacity: 1;
}

.k-disabled.k-fab-solid-secondary,
.k-fab-solid-secondary:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #a3a3a3;
    color: white;
    opacity: 1;
}

.k-disabled.k-fab-solid-tertiary,
.k-fab-solid-tertiary:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #68cbf8;
    color: white;
    opacity: 1;
}

.k-disabled.k-fab-solid-info,
.k-fab-solid-info:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #669bf2;
    color: white;
    opacity: 1;
}

.k-disabled.k-fab-solid-success,
.k-fab-solid-success:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #87d266;
    color: white;
    opacity: 1;
}

.k-disabled.k-fab-solid-warning,
.k-fab-solid-warning:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #ffd966;
    color: #666666;
    opacity: 1;
}

.k-disabled.k-fab-solid-error,
.k-fab-solid-error:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #f87466;
    color: white;
    opacity: 1;
}

.k-disabled.k-fab-solid-dark,
.k-fab-solid-dark:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #8e8e8e;
    color: white;
    opacity: 1;
}

.k-disabled.k-fab-solid-light,
.k-fab-solid-light:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #f3f3f3;
    color: #666666;
    opacity: 1;
}

.k-disabled.k-fab-solid-inverse,
.k-fab-solid-inverse:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #8e8e8e;
    color: white;
    opacity: 1;
}

.k-fab-item-text {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-fab-item-icon {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid rgba(0, 0, 0, 0.08);
    outline-offset: -1px;
}

.k-fab-item.k-hover .k-fab-item-icon,
.k-fab-item:hover .k-fab-item-icon {
    border-color: rgba(0, 0, 0, 0.1168);
    background-color: #ebebeb;
}

.k-fab-item:focus .k-fab-item-text,
.k-fab-item:focus .k-fab-item-icon,
.k-fab-item.k-focus .k-fab-item-text,
.k-fab-item.k-focus .k-fab-item-icon {
    outline: solid 2px rgba(0, 0, 0, 0.08);
}

.k-fab-item.k-active .k-fab-item-icon,
.k-fab-item:active .k-fab-item-icon {
    border-color: rgba(0, 0, 0, 0.1536);
    background-color: #e1e1e1;
}

.k-fab-item.k-disabled,
.k-fab-item:disabled {
    opacity: 1;
}

.k-fab-item.k-disabled .k-fab-item-text,
.k-fab-item.k-disabled .k-fab-item-icon,
.k-fab-item:disabled .k-fab-item-text,
.k-fab-item:disabled .k-fab-item-icon {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: white;
    color: #8e8e8e;
}

.k-fab-popup {
    box-shadow: none;
}

.k-actionsheet-container {
    width: 100%;
    height: 100%;
    max-width: clamp(100vw, 100%, 100%);
    max-height: clamp(100vh, 100%, 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.k-actionsheet-container > .k-overlay {
    position: absolute;
    z-index: 1;
}

.k-actionsheet-container > .k-animation-container {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    pointer-events: none;
}

.k-actionsheet-container > .k-animation-container > .k-child-animation-container {
    position: absolute;
}

.k-actionsheet-container > .k-actionsheet {
    position: absolute;
    z-index: 2;
}

.k-actionsheet-container .k-actionsheet {
    pointer-events: all;
}

.k-actionsheet {
    width: var(--kendo-actionsheet-width, 360px);
    height: var(--kendo-actionsheet-height, 60vh);
    max-width: var(--kendo-actionsheet-max-width, 100%);
    max-height: var(--kendo-actionsheet-max-height, 60vh);
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    overflow: hidden;
    position: relative;
}

.k-actionsheet *,
.k-actionsheet *::before,
.k-actionsheet *::after {
    box-sizing: border-box;
}

.k-actionsheet-titlebar, .k-actionsheet-jq .k-actionsheet-header {
    padding-block: 8px;
    padding-inline: 16px;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: center;
            align-items: center;
    gap: 16px;
}

.k-actionsheet-titlebar-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
}

.k-actionsheet-title {
    -webkit-box-flex: 1;
            flex: 1;
}

.k-actionsheet-subtitle {
    font-size: 12px;
    line-height: 1.25;
}

.k-actionsheet-actions {
    -webkit-box-flex: 0;
            flex: none;
}

.k-actionsheet-content {
    -webkit-box-flex: 1;
            flex: 1;
    overflow: auto;
    position: relative;
}

.k-actionsheet-footer {
    -webkit-box-flex: 0;
            flex: none;
}

.k-actionsheet-items {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 0;
            flex: none;
}

.k-actionsheet-item {
    padding: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    outline: none;
}

.k-actionsheet-action {
    margin: 0;
    padding-block: 8px;
    padding-inline: 16px;
    min-height: 40px;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 12px;
}

.k-actionsheet-item-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}

.k-actionsheet-item-description {
    font-size: 0.875em;
}

.k-actionsheet .k-hr {
    margin: 0;
    -webkit-box-flex: 0;
            flex: none;
}

.k-actionsheet-top {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-width: 0px;
    border-top-width: 0;
    top: 0;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-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;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-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%;
    -webkit-transform: translateY(-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%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.k-actionsheet-fullscreen {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.k-animation-container > .k-actionsheet {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
}

.k-adaptive-actionsheet {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}

.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
    padding-block: 16px;
    padding-inline: 16px;
    border-bottom-width: 1px;
}

.k-adaptive-actionsheet .k-actionsheet-content {
    padding-block: 8px;
    padding-inline: 16px;
}

.k-adaptive-actionsheet .k-actionsheet-footer {
    padding-block: 8px;
    padding-inline: 16px;
}

.k-adaptive-actionsheet .k-actionsheet-filter {
    width: calc(min(100%, calc( 360px - 32px) ));
}

.k-adaptive-actionsheet .k-actionsheet-content,
.k-adaptive-actionsheet .k-actionsheet-footer {
    margin-inline: auto;
    width: min(100%, 360px);
}

.k-adaptive-actionsheet .k-list-container,
.k-adaptive-actionsheet .k-treeview {
    height: 100%;
}

.k-adaptive-actionsheet .k-list-filter {
    width: 100%;
    padding-inline: 0;
}

.k-adaptive-actionsheet .k-menu-group {
    height: 100%;
    overflow: auto;
    position: static;
}

.k-adaptive-actionsheet .k-calendar {
    margin-inline: auto;
    border-width: 0;
    display: -webkit-box;
    display: flex;
}

.k-adaptive-actionsheet .k-timeselector {
    height: 100%;
    border-width: 0;
    overflow: hidden;
}

.k-adaptive-actionsheet .k-timeselector .k-time-part {
    display: contents;
}

.k-adaptive-actionsheet .k-timeselector .k-time-list-wrapper {
    height: 100%;
}

.k-adaptive-actionsheet .k-datetime-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}

.k-adaptive-actionsheet .k-datetime-selector {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-adaptive-actionsheet .k-datetime-calendar-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
}

.k-adaptive-actionsheet .k-datetime-time-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
}

.k-adaptive-actionsheet .k-scrollable-wrap {
    height: 100%;
    overflow-y: auto;
}

.k-adaptive-actionsheet .k-data-table {
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}

.k-actionsheet-jq.k-actionsheet {
    height: auto;
}

.k-actionsheet-jq .k-actionsheet-header {
    -webkit-box-align: start;
            align-items: flex-start;
}

.k-actionsheet-jq .k-actionsheet-action {
    -webkit-box-align: center;
            align-items: center;
}

.k-rtl .k-actionsheet-top,
.k-rtl .k-actionsheet-bottom,
[dir="rtl"] .k-actionsheet-top,
[dir="rtl"] .k-actionsheet-bottom {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
}

.k-actionsheet {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-7, 0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-actionsheet-subtitle {
    color: #666666;
}

.k-actionsheet-item:hover, .k-actionsheet-item.k-hover {
    background-color: #f0f0f0;
}

.k-actionsheet-item:focus, .k-actionsheet-item.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-actionsheet-item-description {
    color: #666666;
}

.k-actionsheet .k-hr {
    border-color: rgba(0, 0, 0, 0.08);
}

.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
    border-color: rgba(0, 0, 0, 0.08);
}

.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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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-block: 12px;
    padding-inline: 16px;
    border-width: 0 0 1px;
    border-style: solid;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-shrink: 0;
    -webkit-box-align: center;
            align-items: center;
}

.k-window-minimized .k-window-titlebar {
    border-width: 0;
}

.k-window-title {
    padding-block: .5em;
    padding-inline: 0;
    margin-block: -.5em;
    margin-inline: 0;
    font-size: 16px;
    line-height: 1.25;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.k-window-title::before {
    content: "\200b";
}

.k-window-titlebar-actions {
    margin-block: -5em;
    margin-inline: 0;
    -webkit-margin-end: -4px;
            margin-inline-end: -4px;
    line-height: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    flex-shrink: 0;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: top;
}

.k-window-titlebar-action {
    flex-shrink: 0;
}

.k-window-content,
.k-prompt-container {
    padding-block: 16px;
    padding-inline: 16px;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background: none;
    outline: 0;
    overflow: auto;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-window-content + .k-prompt-container {
    margin-top: -8px;
}

.k-window-content:first-child {
    padding-top: clamp(16px, 12px, 12px);
}

.k-window-content:last-child {
    padding-bottom: clamp(16px, 12px, 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-actions {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-block: 8px;
    padding-inline: 8px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
}

.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: var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-window:focus,
.k-window.k-focus {
    box-shadow: var(--kendo-elevation-9, 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-window-titlebar {
    border-color: inherit;
    color: #424242;
    background-color: #fafafa;
}

.k-window-primary .k-window-titlebar {
    color: white;
    background-color: #ff6358;
}

.k-window-light .k-window-titlebar {
    color: black;
    background-color: #ebebeb;
}

.k-window-dark .k-window-titlebar {
    color: white;
    background-color: #424242;
}

.k-dialog-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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 {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.k-dialog .k-multiselect {
    width: 100%;
}

.k-dialog-actions {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-block: 8px;
    padding-inline: 8px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    gap: 8px;
    overflow: hidden;
}

.k-dialog-titlebar {
    border-color: inherit;
    color: #424242;
    background-color: #fafafa;
}

.k-dialog-primary .k-dialog-titlebar {
    color: white;
    background-color: #ff6358;
}

.k-dialog-light .k-dialog-titlebar {
    color: black;
    background-color: #ebebeb;
}

.k-dialog-dark .k-dialog-titlebar {
    color: white;
    background-color: #424242;
}

.k-drawer-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: start;
            align-items: flex-start;
}

kendo-drawer.k-drawer,
kendo-drawer .k-drawer-wrapper {
    -webkit-transition: none;
    transition: none;
}

.k-drawer {
    height: 100%;
    max-width: 100%;
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-drawer *,
.k-drawer *::before,
.k-drawer *::after {
    box-sizing: border-box;
}

.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 {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: 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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
    -webkit-box-ordinal-group: 2;
            order: 1;
}

.k-drawer-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    -webkit-transition: all 300ms ease-in-out;
    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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
}

.k-drawer-item {
    padding-block: 8px;
    padding-inline: 16px;
    outline: 0;
    color: inherit;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 16px;
    cursor: pointer;
}

.k-drawer-item > .k-drawer-link {
    margin-block: -8px;
    margin-inline: -16px;
    padding-block: 8px;
    padding-inline: 16px;
    color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    gap: 16px;
}

.k-drawer-item .k-icon {
    flex-shrink: 0;
    padding-inline: 0;
    padding-block: 4px;
    box-sizing: content-box;
}

.k-drawer-item .k-icon.k-i-none {
    margin: 0;
}

.k-drawer-item .k-item-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-drawer-item .k-drawer-toggle {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
}

.k-drawer-item.k-level-1 {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
}

.k-drawer-item.k-level-2 {
    -webkit-padding-start: 48px;
            padding-inline-start: 48px;
}

.k-drawer-item.k-level-3 {
    -webkit-padding-start: 64px;
            padding-inline-start: 64px;
}

.k-drawer-item.k-level-4 {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
}

.k-drawer-item.k-level-5 {
    -webkit-padding-start: 96px;
            padding-inline-start: 96px;
}

.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 {
    -webkit-box-ordinal-group: 2;
            order: 1;
}

.k-rtl .k-drawer-right.k-drawer-push .k-drawer,
[dir="rtl"] .k-drawer-right.k-drawer-push .k-drawer {
    -webkit-box-ordinal-group: 1;
            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-hover {
    color: #424242;
    background-color: #f0f0f0;
}

.k-drawer-item:focus, .k-drawer-item.k-focus {
    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-hover, .k-drawer-item.k-focus:hover, .k-drawer-item.k-focus.k-hover {
    color: #424242;
    background-color: #f0f0f0;
}

.k-drawer-item.k-selected {
    color: white;
    background-color: #ff6358;
}

.k-drawer-item.k-selected:hover, .k-drawer-item.k-selected.k-hover {
    color: white;
    background-color: #f55f54;
}

.k-drawer-separator {
    background-color: rgba(0, 0, 0, 0.08);
}

.k-notification-group {
    max-height: 100%;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse wrap;
    position: fixed;
    z-index: 1000;
    gap: 8px 0;
}

.k-notification-container-animating {
    overflow: hidden;
}

.k-notification {
    border-radius: 4px;
    padding-block: 4px;
    padding-inline: 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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 4px;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-notification *,
.k-notification *::before,
.k-notification *::after {
    box-sizing: border-box;
}

.k-notification > .k-notification-content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-notification-actions {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    gap: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-self: center;
    cursor: pointer;
}

.k-notification-action {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-self: center;
}

.k-notification {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-notification-inverse {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-notification-light {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}

.k-notification-dark {
    border-color: #424242;
    color: white;
    background-color: #424242;
}

.k-notification-error {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}

.k-notification-warning {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}

.k-notification-success {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}

.k-notification-info {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}

.k-notification-tertiary {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}

.k-notification-secondary {
    border-color: #666666;
    color: white;
    background-color: #666666;
}

.k-notification-primary {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}

kendo-card,
kendo-card-header,
kendo-card-body,
kendo-card-actions,
kendo-card-footer {
    display: block;
}

.k-card {
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-card *,
.k-card *::before,
.k-card *::after {
    box-sizing: border-box;
}

.k-card .k-card-avatar,
.k-card .k-avatar {
    margin-right: 16px;
    width: 45px;
    height: 45px;
    flex-basis: 45px;
}

.k-card > .k-card-inner {
    border-radius: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
            flex-direction: inherit;
    overflow: hidden;
    position: relative;
}

.k-card-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.k-card-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}

.k-card-header {
    padding-block: 12px;
    padding-inline: 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-block: 12px;
    padding-inline: 16px;
    border-width: 1px 0 0;
    border-style: solid;
    outline: 0;
    flex-shrink: 0;
}

.k-card-body {
    padding-block: 16px;
    padding-inline: 16px;
    outline: 0;
    -webkit-box-flex: 1;
            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-media {
    border: 0;
    max-width: 100%;
    flex-shrink: 0;
    overflow: hidden;
}

.k-card-horizontal .k-card-media {
    max-width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
}

.k-card-title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

.k-card-subtitle {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
}

.k-card-separator {
    margin: 0;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: block;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    align-self: stretch;
}

.k-card-separator.k-separator-horizontal,
.k-card-vertical > .k-card-separator {
    border-top-width: 1px;
}

.k-card-separator.k-separator-vertical,
.k-card-horizontal > .k-card-separator {
    border-left-width: 1px;
}

.k-card > .k-hr {
    margin: 0;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    border-color: inherit;
}

.k-card-actions {
    padding-block: 8px;
    padding-inline: 8px;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    flex-basis: auto;
    gap: 8px;
}

.k-card-horizontal .k-actions-horizontal {
    width: auto;
}

.k-card-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 16px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-card-list .k-card {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-card-deck {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 16px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-card-deck .k-card {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-card-deck-scrollwrap {
    padding-bottom: 3px;
    width: 100%;
    box-sizing: content-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
}

.k-card-deck-scrollwrap > .k-button {
    border-radius: 0px;
    -webkit-box-flex: 0;
            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;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-card-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-card-group .k-card {
    border-radius: 0;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-card-group .k-card + .k-card {
    -webkit-margin-start: 1px;
            margin-inline-start: 1px;
}

.k-card-group .k-card.k-first {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.k-card-group .k-card.k-last {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.k-card-group .k-card.k-only {
    border-radius: 6px;
}

.k-card-with-callout {
    overflow: visible;
}

.k-card-callout {
    margin: 0;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: absolute;
}

.k-card-callout.k-callout-n {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}

.k-card-callout.k-callout-e {
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg);
}

.k-card-callout.k-callout-s {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
            transform: translate(-50%, 50%) rotate(45deg);
}

.k-card-callout.k-callout-w {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}

.k-card-flat {
    box-shadow: none;
}

.k-card {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-card .k-card-inner {
    background-color: inherit;
    border-color: inherit;
}

.k-card:focus, .k-card.k-focus {
    border-color: rgba(0, 0, 0, 0.15);
}

.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,
.k-card .k-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-callout {
    border-color: inherit;
    background-color: inherit;
    box-shadow: inherit;
}

.k-popover {
    border-radius: 6px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    z-index: 12000;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-popover *,
.k-popover *::before,
.k-popover *::after {
    box-sizing: border-box;
}

.k-popover-inner {
    height: inherit;
    position: relative;
    border-radius: inherit;
    border-color: inherit;
}

.k-popover-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-block: 12px;
    padding-inline: 16px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
}

.k-popover-body {
    padding-block: 16px;
    padding-inline: 16px;
}

.k-popover-actions {
    border-width: 1px 0 0;
}

.k-popover-callout {
    margin: 0;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    position: absolute;
}

.k-popover-callout.k-callout-n {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}

.k-popover-callout.k-callout-e {
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg);
}

.k-popover-callout.k-callout-s {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
            transform: translate(-50%, 50%) rotate(45deg);
}

.k-popover-callout.k-callout-w {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}

.k-popover {
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-popover-inner {
    background-color: inherit;
    border-color: inherit;
}

.k-popover-header {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
}

.k-popover-callout {
    border-color: inherit;
    background-color: inherit;
    box-shadow: inherit;
}

.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 {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
}

.k-rpanel-left {
    -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
    left: 0;
}

.k-rpanel-right {
    -webkit-transform: translateX(100%) translateZ(0);
            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-bottom-nav {
    padding-block: 4px;
    padding-inline: 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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row 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 *,
.k-bottom-nav *::before,
.k-bottom-nav *::after {
    box-sizing: border-box;
}

.k-bottom-nav-border {
    border-width: 1px 0px 0px 0px;
}

.k-bottom-nav-shadow {
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-bottom-nav-item {
    padding-block: 0;
    padding-inline: 8px;
    min-width: 72px;
    min-height: 48px;
    border-width: 0;
    border-radius: 4px;
    box-sizing: border-box;
    font: inherit;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: 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-block: 0;
    margin-inline: -8px;
    padding-block: 0;
    padding-inline: 8px;
    width: 100%;
    color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    outline: 0;
}

.k-bottom-nav-item.k-disabled {
    background-color: initial;
}

.k-bottom-nav-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.k-bottom-nav-item-flow-horizontal .k-bottom-nav-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.k-bottom-nav-item-flow-vertical .k-bottom-nav-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.k-bottom-nav.k-pos-fixed, .k-bottom-nav.k-fixed {
    bottom: 0;
    z-index: 1;
}

.k-bottom-nav-solid-primary, .k-bottom-nav-solid.k-bottom-nav-primary {
    color: #ffc8c5;
    background-color: #ff6358;
}

.k-bottom-nav-solid-primary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-primary .k-bottom-nav-item:focus,
.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-primary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
    color: white;
}

.k-bottom-nav-solid-secondary, .k-bottom-nav-solid.k-bottom-nav-secondary {
    color: #c9c9c9;
    background-color: #666666;
}

.k-bottom-nav-solid-secondary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-secondary .k-bottom-nav-item:focus,
.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-secondary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
    color: white;
}

.k-bottom-nav-solid-tertiary, .k-bottom-nav-solid.k-bottom-nav-tertiary {
    color: #a7e1fb;
    background-color: #03a9f4;
}

.k-bottom-nav-solid-tertiary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-tertiary .k-bottom-nav-item:focus,
.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-tertiary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
    color: white;
}

.k-bottom-nav-solid-info, .k-bottom-nav-solid.k-bottom-nav-info {
    color: #a6c5f7;
    background-color: #0058e9;
}

.k-bottom-nav-solid-info .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-info .k-bottom-nav-item:focus,
.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-info .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-selected {
    color: white;
}

.k-bottom-nav-solid-success, .k-bottom-nav-solid.k-bottom-nav-success {
    color: #b9e5a6;
    background-color: #37b400;
}

.k-bottom-nav-solid-success .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-success .k-bottom-nav-item:focus,
.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-success .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-selected {
    color: white;
}

.k-bottom-nav-solid-warning, .k-bottom-nav-solid.k-bottom-nav-warning {
    color: #594300;
    background-color: #ffc000;
}

.k-bottom-nav-solid-warning .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-warning .k-bottom-nav-item:focus,
.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-warning .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
    color: black;
}

.k-bottom-nav-solid-error, .k-bottom-nav-solid.k-bottom-nav-error {
    color: #fbaea6;
    background-color: #f31700;
}

.k-bottom-nav-solid-error .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-error .k-bottom-nav-item:focus,
.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-error .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-selected {
    color: white;
}

.k-bottom-nav-solid-dark, .k-bottom-nav-solid.k-bottom-nav-dark {
    color: #bdbdbd;
    background-color: #424242;
}

.k-bottom-nav-solid-dark .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-dark .k-bottom-nav-item:focus,
.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-dark .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
    color: white;
}

.k-bottom-nav-solid-light, .k-bottom-nav-solid.k-bottom-nav-light {
    color: #525252;
    background-color: #ebebeb;
}

.k-bottom-nav-solid-light .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-light .k-bottom-nav-item:focus,
.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-light .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-selected {
    color: black;
}

.k-bottom-nav-solid-inverse, .k-bottom-nav-solid.k-bottom-nav-inverse {
    color: #bdbdbd;
    background-color: #424242;
}

.k-bottom-nav-solid-inverse .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-inverse .k-bottom-nav-item:focus,
.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-inverse .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
    color: white;
}

.k-bottom-nav-flat-primary, .k-bottom-nav-flat.k-bottom-nav-primary {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-bottom-nav-flat-primary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-primary .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}

.k-bottom-nav-flat-primary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
    color: #ff6358;
}

.k-bottom-nav-flat-secondary, .k-bottom-nav-flat.k-bottom-nav-secondary {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-bottom-nav-flat-secondary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-secondary .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}

.k-bottom-nav-flat-secondary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
    color: #4e4e4e;
}

.k-bottom-nav-flat-tertiary, .k-bottom-nav-flat.k-bottom-nav-tertiary {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-bottom-nav-flat-tertiary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-tertiary .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}

.k-bottom-nav-flat-tertiary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
    color: #03a9f4;
}

.k-bottom-nav-flat-info, .k-bottom-nav-flat.k-bottom-nav-info {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-bottom-nav-flat-info .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-info .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}

.k-bottom-nav-flat-info .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-selected {
    color: #0058e9;
}

.k-bottom-nav-flat-success, .k-bottom-nav-flat.k-bottom-nav-success {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-bottom-nav-flat-success .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-success .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}

.k-bottom-nav-flat-success .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-selected {
    color: #37b400;
}

.k-bottom-nav-flat-warning, .k-bottom-nav-flat.k-bottom-nav-warning {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-bottom-nav-flat-warning .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-warning .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}

.k-bottom-nav-flat-warning .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
    color: #ffc000;
}

.k-bottom-nav-flat-error, .k-bottom-nav-flat.k-bottom-nav-error {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-bottom-nav-flat-error .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-error .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}

.k-bottom-nav-flat-error .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-selected {
    color: #f31700;
}

.k-bottom-nav-flat-dark, .k-bottom-nav-flat.k-bottom-nav-dark {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-bottom-nav-flat-dark .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-dark .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}

.k-bottom-nav-flat-dark .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
    color: #424242;
}

.k-bottom-nav-flat-light, .k-bottom-nav-flat.k-bottom-nav-light {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-bottom-nav-flat-light .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-light .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}

.k-bottom-nav-flat-light .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-selected {
    color: #b3b3b3;
}

.k-bottom-nav-flat-inverse, .k-bottom-nav-flat.k-bottom-nav-inverse {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-bottom-nav-flat-inverse .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-inverse .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}

.k-bottom-nav-flat-inverse .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
    color: #424242;
}

.k-breadcrumb {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-breadcrumb *,
.k-breadcrumb *::before,
.k-breadcrumb *::after {
    box-sizing: border-box;
}

.k-breadcrumb-container,
.k-breadcrumb-root-item-container {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    overflow: hidden;
}

.k-breadcrumb-root-item-container {
    -webkit-box-align: start;
            align-items: flex-start;
    flex-shrink: 0;
}

.k-breadcrumb-item {
    vertical-align: middle;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-flex: 0;
            flex: none;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
}

.k-breadcrumb-root-item {
    flex-shrink: 0;
}

.k-breadcrumb-link,
.k-breadcrumb-root-link {
    border-radius: 4px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    align-self: stretch;
    overflow: hidden;
    -webkit-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;
    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-link > .k-image,
.k-breadcrumb-icontext-link .k-icon {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
}

.k-breadcrumb-delimiter,
.k-breadcrumb-delimiter-icon {
    color: inherit;
    opacity: 0.6;
}

.k-breadcrumb-input-container {
    width: 100%;
}

.k-breadcrumb-input-container .k-breadcrumb-input-container {
    border-color: transparent;
}

.k-breadcrumb-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-breadcrumb-sm .k-breadcrumb-link,
.k-breadcrumb-sm .k-breadcrumb-root-link {
    padding-block: 4px;
    padding-inline: 8px;
}

.k-breadcrumb-sm .k-breadcrumb-icon-link {
    padding-block: 6px;
    padding-inline: 6px;
}

.k-breadcrumb-md {
    font-size: 14px;
    line-height: 1.4285714286;
}

.k-breadcrumb-md .k-breadcrumb-link,
.k-breadcrumb-md .k-breadcrumb-root-link {
    padding-block: 6px;
    padding-inline: 8px;
}

.k-breadcrumb-md .k-breadcrumb-icon-link {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-breadcrumb-lg {
    font-size: 16px;
    line-height: 1.5;
}

.k-breadcrumb-lg .k-breadcrumb-link,
.k-breadcrumb-lg .k-breadcrumb-root-link {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-breadcrumb-lg .k-breadcrumb-icon-link {
    padding-block: 12px;
    padding-inline: 12px;
}

.k-breadcrumb {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-breadcrumb:focus, .k-breadcrumb.k-focus {
    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-hover {
    color: #d6534a;
    background-color: #fafafa;
}

.k-breadcrumb-link:focus, .k-breadcrumb-link.k-focus {
    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-hover {
    background-color: #fafafa;
}

.k-breadcrumb-root-link:focus, .k-breadcrumb-root-link.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-pager {
    padding: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    cursor: default;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-pager *,
.k-pager *::before,
.k-pager *::after {
    box-sizing: border-box;
}

.k-pager-input, .k-pager-sizes, .k-pager-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
}

.k-pager-nav {
    color: inherit;
    text-align: center;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
}

.k-pager-nav:hover {
    z-index: 2;
}

.k-disabled.k-pager-nav {
    color: inherit;
}

.k-pager-numbers-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    position: relative;
}

.k-pager-numbers-wrap select.k-dropdown-list, .k-pager-numbers-wrap select.k-dropdown,
.k-pager-numbers-wrap select.k-dropdownlist {
    width: 5em;
}

.k-pager-numbers {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.k-pager-numbers .k-selected {
    cursor: inherit;
    z-index: 2;
}

.k-pager-input {
    gap: 1ex;
}

.k-pager-input .k-textbox,
.k-pager-input .k-numerictextbox {
    margin-block: 0;
    width: 5em;
}

.k-pager-sizes {
    gap: 1ex;
}

.k-pager-sizes .k-input-inner,
.k-pager-sizes .k-input-value-text {
    text-overflow: clip;
}

.k-pager-info {
    text-align: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
    -webkit-box-ordinal-group: 10;
            order: 9;
}

.k-pager-refresh {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    color: inherit;
    -webkit-box-ordinal-group: 11;
            order: 10;
}

.k-pager-sm {
    padding-inline: 4px;
    padding-block: 4px;
    gap: 12px;
}

.k-pager-sm .k-pager-numbers-wrap .k-button {
    min-width: calc(1.4285714286em + 6px);
}

.k-pager-sm .k-pager-numbers-wrap .k-pager-input,
.k-pager-sm .k-pager-numbers-wrap > select.k-dropdown-list,
.k-pager-sm .k-pager-numbers-wrap > select.k-dropdown,
.k-pager-sm .k-pager-numbers-wrap > select.k-dropdownlist {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
}

.k-pager-sm .k-pager-sizes .k-dropdown-list, .k-pager-sm .k-pager-sizes .k-dropdown,
.k-pager-sm .k-pager-sizes .k-dropdownlist,
.k-pager-sm .k-pager-sizes > select {
    width: 5em;
}

.k-pager-md {
    padding-inline: 8px;
    padding-block: 8px;
    gap: 14px;
}

.k-pager-md .k-pager-numbers-wrap .k-button {
    min-width: calc(1.4285714286em + 10px);
}

.k-pager-md .k-pager-numbers-wrap .k-pager-input,
.k-pager-md .k-pager-numbers-wrap > select.k-dropdown-list,
.k-pager-md .k-pager-numbers-wrap > select.k-dropdown,
.k-pager-md .k-pager-numbers-wrap > select.k-dropdownlist {
    -webkit-margin-start: 14px;
            margin-inline-start: 14px;
    -webkit-margin-end: 14px;
            margin-inline-end: 14px;
}

.k-pager-md .k-pager-sizes .k-dropdown-list, .k-pager-md .k-pager-sizes .k-dropdown,
.k-pager-md .k-pager-sizes .k-dropdownlist,
.k-pager-md .k-pager-sizes > select {
    width: 5em;
}

.k-pager-lg {
    padding-inline: 10px;
    padding-block: 10px;
    gap: 16px;
}

.k-pager-lg .k-pager-numbers-wrap .k-button {
    min-width: calc(1.5em + 18px);
}

.k-pager-lg .k-pager-numbers-wrap .k-pager-input,
.k-pager-lg .k-pager-numbers-wrap > select.k-dropdown-list,
.k-pager-lg .k-pager-numbers-wrap > select.k-dropdown,
.k-pager-lg .k-pager-numbers-wrap > select.k-dropdownlist {
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
}

.k-pager-lg .k-pager-sizes .k-dropdown-list, .k-pager-lg .k-pager-sizes .k-dropdown,
.k-pager-lg .k-pager-sizes .k-dropdownlist,
.k-pager-lg .k-pager-sizes > select {
    width: 5em;
}

.k-pager {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.k-pager:focus, .k-pager.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.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-stepper *::before,
.k-stepper *::after {
    box-sizing: border-box;
}

.k-stepper .k-step-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    position: relative;
    z-index: 1;
}

.k-stepper .k-step-link {
    outline: none;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
}

.k-stepper .k-step-indicator {
    border-radius: 50%;
    margin: 3px;
    width: 28px;
    height: 28px;
    border-width: 1px;
    border-style: solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
            flex: none;
    position: relative;
    z-index: 1;
    overflow: visible;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
}

.k-stepper .k-step-indicator::before {
    border-radius: 50%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.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.k-focus .k-step-indicator::after,
.k-stepper .k-step-link:focus .k-step-indicator::after {
    display: block;
}

.k-stepper .k-step-label {
    max-width: clamp(100%, 10em, 100%);
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    z-index: 1;
}

.k-stepper .k-step-label:only-child {
    border-radius: 15px;
    padding-block: 5px;
    padding-inline: 12px;
    border-width: 0;
}

.k-stepper .k-step-label .k-step-text {
    max-width: calc(10em - 20px);
    -webkit-box-flex: 1;
            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-stepper .k-step.k-disabled {
    opacity: 1;
    pointer-events: none;
}

.k-stepper .k-step-disabled .k-step-link,
.k-stepper .k-step.k-disabled .k-step-link {
    cursor: default;
}

.k-stepper .k-step-disabled .k-step-label-optional,
.k-stepper .k-step.k-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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    grid-row: 1;
}

.k-step-list-horizontal .k-step {
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    text-align: center;
}

.k-step-list-horizontal .k-step-link {
    margin: auto;
    max-width: 10em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.k-step-list-vertical .k-step {
    min-height: 54px;
}

.k-step-list-vertical .k-step-label {
    -webkit-box-pack: start;
            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;
    -webkit-transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-left: 30px;
    padding-block: 20px;
    padding-inline: 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-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-hover .k-step-indicator, .k-stepper .k-step.k-step-hover .k-step-indicator {
    background-color: #ebebeb;
}

.k-stepper .k-step.k-focus .k-step-label:only-child,
.k-stepper .k-step .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.k-step-disabled .k-step-indicator, .k-stepper .k-step.k-disabled .k-step-indicator, .k-stepper .k-step:disabled .k-step-indicator {
    color: #8f8f8f;
}

.k-stepper .k-step.k-step-disabled .k-step-label, .k-stepper .k-step.k-disabled .k-step-label, .k-stepper .k-step:disabled .k-step-label {
    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: white;
    background-color: #ff6358;
}

.k-stepper .k-step-done:hover .k-step-indicator, .k-stepper .k-step-done.k-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.k-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
    border-color: #ffa19b;
    color: white;
    background-color: #ffa19b;
}

.k-stepper .k-step-current .k-step-indicator {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}

.k-stepper .k-step-current:hover .k-step-indicator, .k-stepper .k-step-current.k-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.k-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
    border-color: #ffa19b;
    color: white;
    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:hover .k-step-label, .k-stepper .k-step-error.k-hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
    color: #f31700;
}

.k-stepper .k-step-label-optional {
    color: #666666;
}

.k-tabstrip-wrapper {
    padding-block: 0px;
    padding-inline: 0px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
}

.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-tabstrip-wrapper > .k-tabstrip {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-tabstrip-items-wrapper {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    position: relative;
}

.k-tabstrip-items {
    box-sizing: border-box;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
            flex-direction: inherit;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    gap: 0;
}

.k-tabstrip-items *,
.k-tabstrip-items *::before,
.k-tabstrip-items *::after {
    box-sizing: border-box;
}

.k-tabstrip-items .k-item {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    position: relative;
    flex-shrink: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: stretch;
            align-items: stretch;
    justify-items: stretch;
    outline: 0;
}

.k-tabstrip-items .k-tab-on-top {
    z-index: 1;
}

.k-tabstrip-items .k-link {
    padding-block: 6px;
    padding-inline: 12px;
    color: inherit;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    align-content: center;
    -webkit-box-align: center;
            align-items: center;
}

.k-tabstrip-content,
.k-tabstrip > .k-content {
    margin: 0 !important;
    padding-block: 16px;
    padding-inline: 16px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    display: none;
    overflow: auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    position: relative;
}

.k-tabstrip-content.k-active,
.k-tabstrip > .k-content.k-active {
    display: block;
}

.k-tabstrip-content:focus, .k-tabstrip-content.k-focus,
.k-tabstrip > .k-content:focus,
.k-tabstrip > .k-content.k-focus {
    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;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
    display: none;
}

.k-tabstrip-items .k-loading.k-complete {
    width: 100%;
    border-top-width: 0;
}

.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-tabstrip-items {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
}

.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-button {
    padding-block: 4px;
    padding-inline: 4px;
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
            flex: none;
    align-self: stretch;
    aspect-ratio: auto;
}

.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-button .k-button-icon {
    min-width: auto;
    min-height: auto;
}

.k-tabstrip-horizontal, .k-tabstrip-top > .k-tabstrip-items-wrapper, .k-tabstrip-bottom > .k-tabstrip-items-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.k-tabstrip-vertical, .k-tabstrip-left > .k-tabstrip-items-wrapper, .k-tabstrip-right > .k-tabstrip-items-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-bottom-width: 1px;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-width: 0;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    margin-bottom: -1px;
    border-bottom-width: 1px;
    border-bottom-color: transparent !important;
}

.k-tabstrip-top > .k-content,
.k-tabstrip-top > .k-tabstrip-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-width: 0 !important;
}

.k-tabstrip-bottom > .k-tabstrip-items-wrapper {
    border-top-width: 1px;
}

.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-width: 0;
}

.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-active {
    margin-top: -1px;
    border-top-width: 1px;
    border-top-color: transparent !important;
}

.k-tabstrip-bottom > .k-content,
.k-tabstrip-bottom > .k-tabstrip-content {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-width: 0 !important;
}

.k-tabstrip-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.k-tabstrip-left > .k-tabstrip-items-wrapper {
    border-right-width: 1px;
}

.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right-width: 0;
}

.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-active {
    margin-right: -1px;
    border-right-width: 1px;
    border-right-color: transparent !important;
}

.k-tabstrip-left > .k-content,
.k-tabstrip-left > .k-tabstrip-content {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left-width: 0 !important;
}

.k-tabstrip-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}

.k-tabstrip-right > .k-tabstrip-items-wrapper {
    border-left-width: 1px;
}

.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left-width: 0;
}

.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item.k-active {
    margin-left: -1px;
    border-left-width: 1px;
    border-left-color: transparent !important;
}

.k-tabstrip-right > .k-content,
.k-tabstrip-right > .k-tabstrip-content {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right-width: 0;
}

.k-tabstrip-items-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
}

.k-tabstrip-items-center {
    -webkit-box-pack: center;
            justify-content: center;
}

.k-tabstrip-items-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
}

.k-tabstrip-items-justify {
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.k-tabstrip-items-stretched > * {
    -webkit-box-flex: 1;
            flex: 1 0 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 {
    -webkit-box-ordinal-group: 2;
            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 {
    -webkit-box-ordinal-group: 1;
            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 {
    -webkit-box-ordinal-group: 1;
            order: 0;
}

.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-hover {
    color: #d6534a;
}

.k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-items-wrapper .k-item.k-selected {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-tabstrip-content,
.k-tabstrip > .k-content {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-tabstrip-content:focus, .k-tabstrip-content.k-focus,
.k-tabstrip > .k-content:focus,
.k-tabstrip > .k-content.k-focus {
    outline-color: #424242;
}

.k-wizard {
    padding-block: 20px;
    padding-inline: 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: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch;
    overflow: hidden;
}

.k-wizard .k-wizard-steps {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
}

.k-wizard .k-wizard-step {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.k-wizard .k-wizard-step:focus, .k-wizard .k-wizard-step.k-focus {
    outline-width: 1px;
    outline-style: dotted;
    outline-offset: -1px;
}

.k-wizard .k-wizard-content {
    box-sizing: border-box;
    overflow-y: auto;
}

.k-wizard .k-wizard-buttons {
    margin-top: 32px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            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 {
    -webkit-box-flex: 1;
            flex: 1 0 auto;
}

.k-wizard .k-stepper .k-step-indicator {
    flex-shrink: 0;
}

.k-wizard-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.k-wizard-horizontal .k-wizard-steps {
    margin-top: 32px;
}

.k-wizard-horizontal .k-wizard-steps,
.k-wizard-horizontal .k-wizard-content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-wizard-vertical .k-wizard-steps {
    margin-left: 32px;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
}

.k-wizard-vertical .k-wizard-content {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
}

.k-wizard-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}

.k-wizard-left .k-wizard-steps {
    margin-right: 32px;
    margin-left: 0;
}

.k-wizard-step:focus, .k-wizard-step.k-focus {
    outline-color: #656565;
}

.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-expander *,
.k-expander *::before,
.k-expander *::after {
    box-sizing: border-box;
}

.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-block: 12px;
    padding-inline: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
}

.k-expander-spacer {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-expander-title {
    text-transform: uppercase;
    font-weight: 500;
}

.k-expander-indicator {
    margin-left: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}

.k-expander-content {
    padding-block: 16px;
    padding-inline: 16px;
}

.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-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-hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.k-expander-header.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.k-expander-title {
    color: #ff6358;
}

.k-expander-sub-title {
    color: #666666;
}

.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;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-panelbar *,
.k-panelbar *::before,
.k-panelbar *::after {
    box-sizing: border-box;
}

.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-block: 12px;
    padding-inline: 16px;
    color: inherit;
    background: none;
    text-decoration: none;
    font-weight: 500;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 4px;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    position: relative;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    cursor: default;
    -webkit-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;
    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-block: 8px;
    padding-inline: 16px;
    color: inherit;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 4px;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    position: relative;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    cursor: default;
    -webkit-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;
    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-panelbar-item {
    outline-style: none;
}

.k-panelbar .k-panelbar-content {
    display: flow-root;
}

.k-panelbar .k-panelbar-expand,
.k-panelbar .k-panelbar-collapse,
.k-panelbar .k-panelbar-toggle {
    -webkit-margin-start: auto;
            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 {
    -webkit-margin-end: 0px;
            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-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-hover,
.k-panelbar > .k-panelbar-header > .k-link:hover,
.k-panelbar > .k-panelbar-header > .k-link.k-hover {
    background-color: whitesmoke;
}

.k-panelbar > .k-item > .k-link:focus,
.k-panelbar > .k-item > .k-link.k-focus,
.k-panelbar > .k-panelbar-header > .k-link:focus,
.k-panelbar > .k-panelbar-header > .k-link.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.k-panelbar > .k-item > .k-link.k-selected,
.k-panelbar > .k-panelbar-header > .k-link.k-selected {
    color: white;
    background-color: #ff6358;
}

.k-panelbar > .k-item > .k-link.k-selected .k-icon,
.k-panelbar > .k-item > .k-link.k-selected .k-panelbar-item-icon,
.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-icon,
.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-panelbar-item-icon {
    color: inherit;
}

.k-panelbar > .k-item > .k-link.k-selected:hover,
.k-panelbar > .k-item > .k-link.k-selected.k-hover,
.k-panelbar > .k-panelbar-header > .k-link.k-selected:hover,
.k-panelbar > .k-panelbar-header > .k-link.k-selected.k-hover {
    background-color: #eb5b51;
}

.k-panelbar .k-group > .k-item > .k-link:hover,
.k-panelbar .k-group > .k-item > .k-link.k-hover,
.k-panelbar .k-group > .k-panelbar-item > .k-link:hover,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-hover,
.k-panelbar .k-panelbar-group > .k-item > .k-link:hover,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-hover,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link:hover,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-hover {
    background-color: whitesmoke;
}

.k-panelbar .k-group > .k-item > .k-link:focus,
.k-panelbar .k-group > .k-item > .k-link.k-focus,
.k-panelbar .k-group > .k-panelbar-item > .k-link:focus,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-focus,
.k-panelbar .k-panelbar-group > .k-item > .k-link:focus,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-focus,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link:focus,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.k-panelbar .k-group > .k-item > .k-link.k-selected,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-selected,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-selected,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected {
    color: white;
    background-color: #ff6358;
}

.k-panelbar .k-group > .k-item > .k-link.k-selected:hover,
.k-panelbar .k-group > .k-item > .k-link.k-selected.k-hover,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-selected:hover,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-selected.k-hover,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-selected:hover,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-selected.k-hover,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected:hover,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected.k-hover {
    background-color: #eb5b51;
}

.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;
    box-sizing: border-box;
}

.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;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.k-ghost-splitbar .k-collapse-prev,
.k-ghost-splitbar .k-collapse-next,
.k-splitbar .k-collapse-prev,
.k-splitbar .k-collapse-next {
    cursor: pointer;
    padding: 2px;
}

.k-splitbar-draggable-horizontal {
    cursor: col-resize;
}

.k-splitbar-draggable-vertical {
    cursor: row-resize;
}

.k-ghost-splitbar-horizontal,
.k-splitbar-horizontal {
    width: 12px;
    border-width: 0;
    background-repeat: repeat-y;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: 0;
}

.k-ghost-splitbar-vertical,
.k-splitbar-vertical {
    height: 12px;
    border-width: 0;
    background-repeat: repeat-x;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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-collapse-prev {
    margin-bottom: 7px;
}

.k-splitbar-horizontal .k-collapse-next {
    margin-top: 7px;
}

.k-splitbar-vertical .k-collapse-prev {
    margin-right: 7px;
}

.k-splitbar-vertical .k-collapse-next {
    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: -webkit-box;
    display: flex;
    width: 100%;
    height: auto;
}

.k-splitter-flex .k-pane {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    max-height: 100%;
    height: 100%;
}

.k-splitter-flex .k-pane-static {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
}

.k-splitter-flex .k-pane-flex {
    display: -webkit-box;
    display: flex;
}

.k-splitter-flex .k-splitbar {
    position: static;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-splitter-flex .k-pane.k-hidden, .k-splitter-flex .k-pane[hidden],
.k-splitter-flex .k-pane-flex.k-hidden,
.k-splitter-flex .k-pane-flex[hidden] {
    -webkit-box-flex: 0 !important;
            flex: 0 1 0% !important;
    overflow: hidden !important;
    display: block !important;
}

.k-splitter-flex.k-splitter-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.k-splitter-flex.k-splitter-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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-hover,
.k-splitbar-horizontal-hover,
.k-splitbar-vertical-hover {
    color: #424242;
    background-color: #f0f0f0;
}

.k-splitbar:focus,
.k-splitbar.k-focus {
    color: white;
    background: #ff6358;
}

.k-ghost-splitbar {
    background-color: #f0f0f0;
}

.k-tilelayout {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    display: grid;
    position: relative;
    padding: 16px 16px;
    -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: 6px;
    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-layout-item-hint {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 0.2);
}

.k-dock-manager {
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    overflow: auto;
    box-sizing: border-box;
}

.k-dock-manager-toolbar {
    border-width: 0 1px 0 0;
    border-color: inherit;
    flex-shrink: 0;
    -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
    box-shadow: none;
}

.k-dock-manager-toolbar::before {
    height: 0;
}

.k-dock-manager-toolbar .k-separator-horizontal {
    width: 1.4285714286em;
    height: 0;
    border-width: 1px 0 0;
}

.k-dock-manager-pane-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
    overflow: hidden;
}

.k-dock-manager-splitter,
.k-dock-manager-unpinned-container {
    height: 100%;
    border-width: 0;
    -webkit-box-align: stretch;
            align-items: stretch;
}

.k-dock-manager-splitter > .k-pane,
.k-dock-manager-unpinned-container > .k-pane {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border-color: inherit;
}

.k-dock-manager-splitter .k-pane-header,
.k-dock-manager-unpinned-container .k-pane-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding-block: 8px;
    padding-inline: 16px;
    border-block-end-width: 1px;
    border-block-end-style: solid;
    border-color: inherit;
}

.k-dock-manager-splitter .k-pane-title,
.k-dock-manager-unpinned-container .k-pane-title {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.k-dock-manager-splitter .k-pane-scrollable,
.k-dock-manager-unpinned-container .k-pane-scrollable {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border-color: inherit;
}

.k-dock-manager-splitter .k-pane-content,
.k-dock-manager-unpinned-container .k-pane-content {
    height: 100%;
    padding-block: 16px;
    padding-inline: 16px;
    overflow: auto;
    -webkit-box-flex: 1;
            flex: 1;
}

.k-dock-manager-splitter .k-pane-actions,
.k-dock-manager-unpinned-container .k-pane-actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.k-dock-manager-splitter .k-pane-tabbed,
.k-dock-manager-unpinned-container .k-pane-tabbed {
    -webkit-padding-before: 14px;
            padding-block-start: 14px;
    -webkit-padding-after: 8px;
            padding-block-end: 8px;
    padding-inline: 8px;
}

.k-dock-manager-splitter .k-splitbar,
.k-dock-manager-unpinned-container .k-splitbar {
    border-width: 0 1px;
    border-style: solid;
    border-color: inherit;
}

.k-dock-manager-splitter .k-splitbar-vertical,
.k-dock-manager-unpinned-container .k-splitbar-vertical {
    border-width: 1px 0;
}

.k-dock-manager-unpinned-container {
    width: 300px;
    position: absolute;
    display: -webkit-box;
    display: flex;
    height: 100%;
    border-color: inherit;
    z-index: 20;
}

.k-dock-manager-unpinned-container .k-pane {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-dock-manager-unpinned-container .k-splitbar {
    height: 100%;
    position: relative;
    -webkit-box-flex: 0;
            flex: none;
}

.k-docking-preview {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 1px;
    border-style: dashed;
    border-radius: 2px;
    z-index: 10;
}

.k-dock-navigator-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    position: absolute;
    z-index: 10001;
    pointer-events: none;
}

.k-dock-navigator {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
    -webkit-box-pack: center;
            justify-content: center;
    position: absolute;
}

.k-dock-indicator {
    padding: 6px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    box-sizing: border-box;
    position: relative;
    pointer-events: all;
    outline-width: 1px;
    outline-style: solid;
}

.k-dock-indicator.k-dock-indicator-middle {
    -webkit-filter: none;
            filter: none;
}

.k-dock-indicator-top {
    grid-area: 1 / 2 / auto;
}

.k-dock-indicator-right {
    grid-area: 2 / 3 / auto;
}

.k-dock-indicator-bottom {
    grid-area: 3 / 2 / auto;
}

.k-dock-indicator-left {
    grid-area: 2 / 1 / auto;
}

.k-dock-indicator-middle {
    grid-area: 2 / 2 / auto;
}

.k-dock-manager {
    border-color: rgba(0, 0, 0, 0.08);
}

.k-dock-manager-splitter .k-pane-header,
.k-dock-manager-unpinned-container .k-pane-header {
    background-color: #fafafa;
}

.k-dock-manager-unpinned-container {
    background-color: #ffffff;
    box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03);
}

.k-docking-preview {
    background-color: rgba(255, 99, 88, 0.16);
    border-color: #ff6358;
}

.k-dock-indicator {
    color: #ff6358;
    background-color: #f5f5f5;
    outline-color: #ff6358;
    -webkit-filter: drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}

.k-dock-indicator:hover, .k-dock-indicator.k-hover {
    background-color: #ff6358;
    color: #ffffff;
}

.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;
        -ms-user-select: none;
            -moz-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: -webkit-box;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            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;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-align: stretch;
            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-header-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-header-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-edit-form .k-popup-edit-form,
.k-pane-wrapper .k-grid-edit-form .k-edit-form-container {
    width: auto;
    min-width: auto;
}

.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%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: .2em;
}

.k-grid-mobile .k-header a {
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

.k-pane-wrapper .k-scheduler-edit-form .k-recur-view {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            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-block: -1px;
    margin-inline: 0;
}

.k-pane-wrapper .k-scheduler-edit-form .k-scheduler-recur-end-wrap {
    white-space: nowrap;
}

.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-block: 8px;
    padding-inline: 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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current {
    line-height: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
    gap: 0;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-views-wrapper .k-views-dropdown {
    display: inline-block;
}

.k-scheduler-mobile .k-scheduler-footer {
    padding-block: 8px;
    padding-inline: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.k-scheduler-mobile .k-task {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    gap: .5em;
}

.k-scheduler-mobile .k-task .k-scheduler-mark {
    border-radius: 50%;
    margin: 0;
}

.k-scheduler-mobile .k-task .k-scheduler-task-text {
    -webkit-box-flex: 1;
            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 {
    -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
            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-appbar {
    padding: 4px;
}

.k-pane-wrapper .k-list-title,
.k-pane-wrapper .k-filter-help-text {
    padding-block: 8px;
    padding-inline: 8px;
    display: block;
}

.k-pane-wrapper .k-listgroup-title {
    padding-block: 8px;
    padding-inline: 8px;
    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: 16px;
}

.k-pane-wrapper .k-column-menu {
    padding: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 8px;
}

.k-pane-wrapper .k-column-menu .k-filter-item .k-filterable * {
    pointer-events: none;
}

.k-pane-wrapper .k-column-menu .k-list-title,
.k-pane-wrapper .k-column-menu .k-listgroup-title {
    padding: 0;
}

.k-pane-wrapper .k-column-menu .k-listgroup {
    margin-inline: -8px;
}

.k-pane-wrapper .k-filter-menu {
    padding: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 8px;
}

.k-pane-wrapper .k-filter-menu .k-list-title {
    padding: 0;
}

.k-pane-wrapper .k-filter-menu .k-list-filter {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: inherit;
}

.k-pane-wrapper .k-filter-menu .k-filter-tools {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: inherit;
}

.k-pane-wrapper .k-filter-menu .k-listgroup {
    margin-inline: -8px;
}

.k-pane-wrapper .k-popup-edit-form .k-recur-editor-wrap {
    display: -webkit-box;
    display: flex;
}

.k-pane-wrapper .k-popup-edit-form .k-mobiletimezoneeditor {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-pane-wrapper .k-multicheck-wrap.k-listgroup {
    overflow-y: auto;
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm,
.k-pane-wrapper .k-pager.k-pager-sm {
    -webkit-box-pack: center;
            justify-content: center;
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh,
.k-pane-wrapper .k-pager.k-pager-sm .k-pager-refresh {
    display: none;
}

.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-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-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-item,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-link,
.k-pane-wrapper .k-pane .k-grid-header-menu .k-item,
.k-pane-wrapper .k-pane .k-grid-header-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-header-menu .k-clear,
.k-pane-wrapper .k-pane .k-grid-header-menu .k-select-all,
.k-pane-wrapper .k-pane .k-grid-header-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-header-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-selected {
    color: #ff6358;
    background: none;
}

.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-selected .k-link {
    color: inherit;
}

.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
    position: relative;
}

.k-grid .k-grid-aria-root {
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
}

.k-grid .k-table {
    margin: 0;
    width: 100%;
    max-width: none;
    border-width: 0;
    border-color: inherit;
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: content-box;
    empty-cells: show;
    outline: 0;
}

.k-grid .k-grid-header .k-table,
.k-grid .k-grid-content .k-table,
.k-grid .k-grid-content-locked .k-table,
.k-grid .k-grid-footer .k-table {
    table-layout: fixed;
}

.k-grid .k-table-thead,
.k-grid .k-table-tbody,
.k-grid .k-table-tfoot {
    text-align: start;
    border-color: inherit;
}

.k-grid .k-table-row {
    border-color: inherit;
}

.k-grid .k-table-th,
.k-grid td,
.k-grid .k-table-td {
    border-width: 0;
    border-inline-start-width: 1px;
    border-style: solid;
    border-color: inherit;
    outline: 0;
    font-weight: inherit;
    text-align: inherit;
    position: static;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: content-box;
}

.k-grid .k-table-th:first-child,
.k-grid td:first-child,
.k-grid .k-table-td:first-child {
    border-inline-start-width: 0;
}

.k-grid .k-table-th:focus,
.k-grid td:focus,
.k-grid .k-table-td:focus {
    outline: none;
}

.k-grid .k-table-th > .k-radio,
.k-grid .k-table-th > .k-radio-wrap,
.k-grid .k-table-th > .k-checkbox,
.k-grid .k-table-th > .k-checkbox-wrap,
.k-grid td > .k-radio,
.k-grid td > .k-radio-wrap,
.k-grid td > .k-checkbox,
.k-grid td > .k-checkbox-wrap,
.k-grid .k-table-td > .k-radio,
.k-grid .k-table-td > .k-radio-wrap,
.k-grid .k-table-td > .k-checkbox,
.k-grid .k-table-td > .k-checkbox-wrap {
    vertical-align: top;
}

.k-grid .k-table-th {
    border-block-end-width: 1px;
    white-space: nowrap;
}

.k-grid td,
.k-grid .k-table-td {
    border-block-end-width: 0px;
    white-space: unset;
    vertical-align: middle;
}

.k-grid a {
    color: inherit;
    text-decoration: none;
}

.k-grid a:hover {
    text-decoration: none;
}

.k-grid .k-grid-header-wrap {
    box-sizing: content-box;
}

.k-grid .k-grid-header {
    border-bottom-width: 1px;
}

.k-grid .k-grid-header .k-table {
    margin-bottom: -1px;
}

.k-grid .k-grid-header.k-grid-draggable-header {
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    touch-action: none;
}

.k-grid .k-grid-header .k-table-th {
    position: relative;
    vertical-align: bottom;
    cursor: default;
}

.k-grid .k-grid-header .k-table-th:first-child {
    border-inline-start-width: 0;
}

.k-grid .k-grid-header .k-table-th.k-first {
    border-inline-start-width: 1px;
}

.k-grid .k-grid-header .k-table-th > .k-link {
    line-height: inherit;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
}

.k-grid .k-grid-header .k-table-th > .k-link:focus {
    text-decoration: none;
}

.k-grid .k-grid-header .k-grid-filter,
.k-grid .k-grid-header .k-header-column-menu,
.k-grid .k-grid-header .k-grid-header-menu {
    box-sizing: border-box;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: absolute;
    inset-inline-end: 4px;
    z-index: 1;
}

.k-grid .k-grid-header .k-grid-filter:hover,
.k-grid .k-grid-header .k-header-column-menu:hover,
.k-grid .k-grid-header .k-grid-header-menu:hover {
    cursor: pointer;
}

.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon {
    vertical-align: text-top;
    -webkit-margin-start: 7px;
            margin-inline-start: 7px;
}

.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-icon {
    display: -webkit-box;
    display: flex;
}

.k-grid .k-grid-header .k-sort-order {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    font-size: 12px;
    margin-top: 2px;
    -webkit-margin-start: -2px;
            margin-inline-start: -2px;
}

.k-grid .k-grid-header .k-filterable > .k-cell-inner .k-link {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
}

.k-grid .k-cell-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: inherit;
            justify-content: inherit;
    overflow: hidden;
}

.k-grid .k-cell-inner > .k-link {
    width: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: inherit;
            justify-content: inherit;
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
}

.k-grid .k-cell-inner > .k-link > .k-sort-icon {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    display: inline-block;
    flex-shrink: 0;
}

.k-grid .k-cell-inner .k-sort-order {
    flex-shrink: 0;
    line-height: normal;
}

.k-grid .k-cell-inner .k-grid-filter,
.k-grid .k-cell-inner .k-header-column-menu,
.k-grid .k-cell-inner .k-grid-header-menu {
    position: static;
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
}

.k-grid .k-group-col,
.k-grid .k-hierarchy-col {
    padding: 0;
    width: 32px;
}

.k-grid .k-grouping-row p {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
}

.k-grid .k-grouping-row td,
.k-grid .k-grouping-row .k-table-td {
    overflow: visible;
}

.k-grid .k-grouping-row + .k-table-row td,
.k-grid .k-grouping-row + .k-table-row .k-table-td {
    border-top-width: 1px;
}

.k-grid .k-grouping-row .k-group-cell,
.k-grid .k-grouping-row + .k-table-row .k-group-cell {
    border-top-width: 0;
    text-overflow: clip;
}

.k-grid .k-grouping-row .k-icon {
    -webkit-margin-start: -4px;
            margin-inline-start: -4px;
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
    text-decoration: none;
}

.k-grid .k-table .k-group-footer td,
.k-grid .k-table .k-group-footer .k-table-td {
    border-style: solid;
    border-width: 1px 0;
}

.k-grid .k-group-footer .k-group-cell + td,
.k-grid .k-group-footer .k-group-cell + .k-table-td {
    border-inline-start-width: 1px;
}

.k-grid .k-hierarchy-cell,
.k-grid .k-drag-cell {
    text-align: center;
    overflow: visible;
}

.k-grid .k-hierarchy-cell > .k-font-icon,
.k-grid .k-drag-cell > .k-font-icon {
    padding-block: 8px;
    padding-inline: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    outline: 0;
}

.k-grid .k-hierarchy-cell + .k-grid-content-sticky {
    border-inline-start-width: 1px;
}

.k-grid .k-detail-row .k-detail-cell {
    border-inline-start-width: 0;
}

.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: -webkit-sticky;
    position: sticky;
}

.k-grid .k-dirty {
    border-width: 5px;
    border-color: transparent;
    border-block-start-color: currentColor;
    border-inline-start-color: currentColor;
    inset-inline-start: 0;
    inset-inline-end: 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-grid-header-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-grouping-header {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    white-space: normal;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.k-grouping-header::before {
    content: "";
    height: calc(1em + 10px);
    display: inline-block;
    vertical-align: middle;
}

.k-grouping-header .k-chip-list {
    -webkit-box-flex: 0;
            flex-grow: 0;
    display: contents;
}

.k-grouping-header > .k-grouping-drop-container {
    -webkit-box-flex: 1;
            flex-grow: 1;
    padding-block: 8px;
    margin-block: -8px;
    display: -webkit-inline-box;
    display: inline-flex;
    align-self: stretch;
    -webkit-box-align: center;
            align-items: center;
}

.k-grouping-dropclue {
    width: 12px;
    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;
    inset-inline-start: 5px;
}

.k-grid-header-wrap,
.k-grid-footer-wrap {
    -webkit-margin-end: -1px;
            margin-inline-end: -1px;
    width: 100%;
    border-width: 0;
    border-inline-end-width: 1px;
    border-style: solid;
    border-color: inherit;
    position: relative;
    overflow: hidden;
}

.k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
}

.k-grid-header,
.k-grid-footer {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-end: var(--kendo-scrollbar-width, 17px);
            padding-inline-end: var(--kendo-scrollbar-width, 17px);
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

div.k-grid-header,
div.k-grid-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: stretch;
            align-items: stretch;
}

.k-column-resizer {
    width: .5em;
    height: 1000%;
    display: block;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    cursor: col-resize;
}

.k-row-resizer {
    display: block;
    height: 2px;
    width: 100%;
    background: none;
}

.k-grid-footer {
    border-top-width: 1px;
}

.k-grid-footer td,
.k-grid-footer .k-table-td {
    height: 1.4285714286em;
}

.k-grid-footer td,
.k-group-footer td,
.k-grouping-row td,
.k-grid-footer .k-table-td,
.k-group-footer .k-table-td,
.k-grouping-row .k-table-td {
    font-weight: bold;
}

.k-grid-filter-popup {
    min-width: 230px;
    max-width: 320px;
}

.k-grid-column-menu-standalone a.k-grid-filter {
    position: initial;
    display: inline-block;
    margin-block: -4px;
    margin-inline: 0;
    padding-block: 4px;
    padding-inline: 8px;
}

.k-filter-row {
    line-height: 1.4285714286;
}

.k-filter-row td,
.k-filter-row .k-table-td,
.k-filter-row .k-table-th {
    border-width: 0;
    border-block-end-width: 1px;
    border-inline-start-width: 1px;
    white-space: nowrap;
}

.k-filter-row td:first-child,
.k-filter-row .k-table-td:first-child {
    border-inline-start-width: 0;
}

.k-filter-row .k-multiselect {
    height: auto;
}

.k-filtercell {
    width: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
}

.k-filtercell > span,
.k-filtercell .k-filtercell-wrapper {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-filtercell > span > .k-button,
.k-filtercell .k-filtercell-wrapper > .k-button {
    -webkit-box-flex: 0;
            flex: none;
}

.k-grid-content,
.k-grid-content-locked {
    border-color: inherit;
    outline: 0;
}

.k-grid-content .k-table-row:last-child > td,
.k-grid-content .k-table-row:last-child > .k-table-td,
.k-grid-content-locked .k-table-row:last-child > td,
.k-grid-content-locked .k-table-row:last-child > .k-table-td {
    border-bottom-width: 0;
}

.k-grid-content {
    width: 100%;
    min-height: 0;
    overflow: auto;
    overflow-x: auto;
    overflow-y: scroll;
    position: relative;
    -webkit-box-flex: 1;
            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,
.k-grid .k-grid-edit-row .k-table-td {
    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-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-widget:not(.k-switch),
.k-grid .k-grid-edit-row .k-table-td > input:not([type="checkbox"]):not([type="radio"]),
.k-grid .k-grid-edit-row .k-table-td > select,
.k-grid .k-grid-edit-row .k-table-td > .k-widget:not(.k-switch) {
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}

.k-grid .k-edit-cell > .k-radio,
.k-grid .k-edit-cell > .k-checkbox,
.k-grid .k-edit-cell > .k-radio-wrap,
.k-grid .k-edit-cell > .k-checkbox-wrap,
.k-grid .k-grid-edit-row td > .k-radio,
.k-grid .k-grid-edit-row td > .k-checkbox,
.k-grid .k-grid-edit-row td > .k-radio-wrap,
.k-grid .k-grid-edit-row td > .k-checkbox-wrap,
.k-grid .k-grid-edit-row .k-table-td > .k-radio,
.k-grid .k-grid-edit-row .k-table-td > .k-checkbox,
.k-grid .k-grid-edit-row .k-table-td > .k-radio-wrap,
.k-grid .k-grid-edit-row .k-table-td > .k-checkbox-wrap {
    vertical-align: middle;
}

.k-grid .k-command-cell > .k-button {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
    vertical-align: middle;
}

.k-grid .k-command-cell > .k-button:last-child {
    -webkit-margin-end: unset;
            margin-inline-end: unset;
}

.k-grid > .k-resize-handle,
.k-grid-header .k-resize-handle {
    height: 25px;
    cursor: col-resize;
    position: absolute;
    z-index: 2;
}

.k-selection-aggregates {
    border-width: 1px 0 0;
    border-style: solid;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    gap: 8px;
}

.k-selection-aggregates-item-value {
    font-weight: 700;
}

.k-grid-pager {
    border-width: 1px 0 0;
    border-color: inherit;
    font-size: inherit;
}

.k-grid-pager-top {
    border-width: 0 0 1px;
}

.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-add-row td,
.k-grid-add-row .k-table-td {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.k-grid-lockedcolumns {
    white-space: nowrap;
}

.k-grid-content,
.k-grid-content-locked {
    white-space: normal;
}

.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    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-locked .k-table,
.k-grid-footer-locked .k-table,
.k-grid-header-locked .k-table {
    border-width: 0;
}

.k-grid-content,
.k-grid-footer-wrap,
.k-grid-header-wrap {
    -webkit-box-flex: 1;
            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 > .k-grid-header-table,
.k-grid-header-wrap > .k-grid-header-table {
    margin-bottom: -1px;
}

.k-grid-header .k-table-th.k-grid-header-sticky,
.k-grid-header .k-filter-row .k-grid-header-sticky,
.k-grid .k-grid-content-sticky,
.k-grid .k-grid-row-sticky,
.k-grid .k-grid-footer-sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
}

.k-grid-header .k-table-th.k-grid-header-sticky.k-edit-cell,
.k-grid-header .k-filter-row .k-grid-header-sticky.k-edit-cell,
.k-grid .k-grid-content-sticky.k-edit-cell,
.k-grid .k-grid-row-sticky.k-edit-cell,
.k-grid .k-grid-footer-sticky.k-edit-cell {
    overflow: visible;
    z-index: 3;
}

.k-master-row .k-grid-content-sticky::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

kendo-grid .k-table-row.k-grid-row-sticky {
    border: 0;
    position: static;
    z-index: auto;
}

kendo-grid .k-grid-row-sticky td,
kendo-grid .k-grid-row-sticky .k-table-td {
    border-bottom-width: 1px;
    border-top-width: 1px;
    position: -webkit-sticky;
    position: sticky;
    top: inherit;
    bottom: inherit;
    z-index: 2;
}

kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
kendo-grid .k-grid-row-sticky.k-table-alt-row td.k-grid-content-sticky,
kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
kendo-grid .k-grid-row-sticky.k-table-alt-row .k-table-td.k-grid-content-sticky {
    z-index: 3;
}

kendo-grid .k-grid-header-locked .k-table-th.k-grid-header-sticky:last-child,
kendo-grid .k-grid-content-locked .k-table-row .k-grid-content-sticky:last-child {
    -webkit-border-end: 0;
            border-inline-end: 0;
}

kendo-grid .k-grid-header .k-grid-column-menu,
kendo-grid .k-grid-header .k-grid-header-menu {
    z-index: 1;
}

.k-grid-content-sticky.k-grid-row-sticky {
    z-index: 3;
}

.k-grid .k-table .k-grid-header-sticky,
.k-grid .k-table .k-grid-content-sticky,
.k-grid .k-table .k-grid-footer-sticky {
    border-inline-end-width: 1px;
}

.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + td,
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-td,
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-th,
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + td,
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-td,
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-th,
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + td,
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-td,
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-th {
    border-inline-start-width: 0;
}

.k-grid .k-grid-row-sticky {
    border-bottom-width: 1px;
    border-top-width: 1px;
}

.k-grid-header-sticky.k-table-th.k-grid-no-left-border.k-first {
    border-inline-start-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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.k-grid-norecords-template {
    box-sizing: border-box;
    margin-block: 0;
    margin-inline: auto;
    width: 20em;
    height: 4em;
    border: 1px solid;
    line-height: 4em;
}

.k-column-title {
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    overflow: hidden;
}

.k-grid .k-grid-sm .k-table-th,
.k-grid-sm .k-table-th {
    padding-block: 4px;
    padding-inline: 8px;
}

.k-grid .k-grid-sm td,
.k-grid .k-grid-sm .k-table-td,
.k-grid-sm td,
.k-grid-sm .k-table-td {
    padding-block: 4px;
    padding-inline: 8px;
}

.k-grid .k-grid-sm .k-grouping-header,
.k-grid-sm .k-grouping-header {
    padding-block: 4px;
    padding-inline: 8px;
    gap: 4px;
}

.k-grid .k-grid-sm .k-grouping-header::before,
.k-grid-sm .k-grouping-header::before {
    -webkit-margin-start: -4px;
            margin-inline-start: -4px;
}

.k-grid .k-grid-sm .k-grid-header .k-table-th > .k-link,
.k-grid-sm .k-grid-header .k-table-th > .k-link {
    margin-block: -4px;
    margin-inline: -8px;
    padding-block: 4px;
    padding-inline: 8px;
}

.k-grid .k-grid-sm .k-grid-header .k-grid-filter,
.k-grid .k-grid-sm .k-grid-header .k-header-column-menu,
.k-grid .k-grid-sm .k-grid-header .k-grid-header-menu,
.k-grid-sm .k-grid-header .k-grid-filter,
.k-grid-sm .k-grid-header .k-header-column-menu,
.k-grid-sm .k-grid-header .k-grid-header-menu {
    padding: 2px;
    width: calc(1.4285714286em + 6px);
    height: calc(1.4285714286em + 6px);
    bottom: 0px;
}

.k-grid .k-grid-sm .k-table-th > .k-cell-inner,
.k-grid-sm .k-table-th > .k-cell-inner {
    margin-block: -4px;
    margin-inline: -8px;
}

.k-grid .k-grid-sm .k-table-th > .k-cell-inner > .k-link,
.k-grid-sm .k-table-th > .k-cell-inner > .k-link {
    padding-block: 4px;
    padding-inline: 8px;
}

.k-grid .k-grid-sm .k-grouping-row .k-icon,
.k-grid-sm .k-grouping-row .k-icon {
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
}

.k-grid .k-grid-sm .k-grouping-dropclue,
.k-grid-sm .k-grouping-dropclue {
    height: calc(1em + 12px);
}

.k-grid .k-grid-sm .k-hierarchy-cell,
.k-grid .k-grid-sm .k-drag-cell,
.k-grid-sm .k-hierarchy-cell,
.k-grid-sm .k-drag-cell {
    padding: 0;
}

.k-grid .k-grid-sm .k-hierarchy-cell > .k-icon,
.k-grid .k-grid-sm .k-drag-cell > .k-icon,
.k-grid-sm .k-hierarchy-cell > .k-icon,
.k-grid-sm .k-drag-cell > .k-icon {
    padding-block: 4px;
    padding-inline: 0;
}

.k-grid .k-grid-sm .k-edit-cell,
.k-grid .k-grid-sm .k-command-cell,
.k-grid .k-grid-sm .k-grid-edit-row td,
.k-grid .k-grid-sm .k-grid-edit-row .k-table-td,
.k-grid-sm .k-edit-cell,
.k-grid-sm .k-command-cell,
.k-grid-sm .k-grid-edit-row td,
.k-grid-sm .k-grid-edit-row .k-table-td {
    padding-block: 2px;
    padding-inline: 8px;
}

.k-grid .k-grid-sm .k-filter-row td,
.k-grid .k-grid-sm .k-filter-row .k-table-td,
.k-grid .k-grid-sm .k-filter-row .k-table-th,
.k-grid-sm .k-filter-row td,
.k-grid-sm .k-filter-row .k-table-td,
.k-grid-sm .k-filter-row .k-table-th {
    padding-block: 6px;
    padding-inline: 6px;
}

.k-grid .k-grid-sm .k-filtercell > span,
.k-grid .k-grid-sm .k-filtercell .k-filtercell-wrapper,
.k-grid-sm .k-filtercell > span,
.k-grid-sm .k-filtercell .k-filtercell-wrapper {
    gap: 2px;
}

.k-grid .k-grid-sm .k-selection-aggregates,
.k-grid-sm .k-selection-aggregates {
    padding-block: 4px;
    padding-inline: 4px;
}

.k-grid .k-grid-sm .k-resizer-wrap,
.k-grid-sm .k-resizer-wrap {
    display: block;
    width: 100%;
    -webkit-padding-before: 0px;
            padding-block-start: 0px;
    -webkit-padding-after: 2px;
            padding-block-end: 2px;
    position: absolute;
    background: none;
    cursor: row-resize;
    z-index: 2;
}

.k-grid .k-grid-md .k-table-th,
.k-grid-md .k-table-th {
    padding-block: 8px;
    padding-inline: 12px;
}

.k-grid .k-grid-md td,
.k-grid .k-grid-md .k-table-td,
.k-grid-md td,
.k-grid-md .k-table-td {
    padding-block: 8px;
    padding-inline: 12px;
}

.k-grid .k-grid-md .k-grouping-header,
.k-grid-md .k-grouping-header {
    padding-block: 8px;
    padding-inline: 8px;
    gap: 8px;
}

.k-grid .k-grid-md .k-grouping-header::before,
.k-grid-md .k-grouping-header::before {
    -webkit-margin-start: -8px;
            margin-inline-start: -8px;
}

.k-grid .k-grid-md .k-grid-header .k-table-th > .k-link,
.k-grid-md .k-grid-header .k-table-th > .k-link {
    margin-block: -8px;
    margin-inline: -12px;
    padding-block: 8px;
    padding-inline: 12px;
}

.k-grid .k-grid-md .k-grid-header .k-grid-filter,
.k-grid .k-grid-md .k-grid-header .k-header-column-menu,
.k-grid .k-grid-md .k-grid-header .k-grid-header-menu,
.k-grid-md .k-grid-header .k-grid-filter,
.k-grid-md .k-grid-header .k-header-column-menu,
.k-grid-md .k-grid-header .k-grid-header-menu {
    padding: 4px;
    width: calc(1.4285714286em + 10px);
    height: calc(1.4285714286em + 10px);
    bottom: 4px;
}

.k-grid .k-grid-md .k-table-th > .k-cell-inner,
.k-grid-md .k-table-th > .k-cell-inner {
    margin-block: -8px;
    margin-inline: -12px;
}

.k-grid .k-grid-md .k-table-th > .k-cell-inner > .k-link,
.k-grid-md .k-table-th > .k-cell-inner > .k-link {
    padding-block: 8px;
    padding-inline: 12px;
}

.k-grid .k-grid-md .k-grouping-row .k-icon,
.k-grid-md .k-grouping-row .k-icon {
    -webkit-margin-start: -4px;
            margin-inline-start: -4px;
}

.k-grid .k-grid-md .k-grouping-dropclue,
.k-grid-md .k-grouping-dropclue {
    height: calc(1em + 16px);
}

.k-grid .k-grid-md .k-hierarchy-cell,
.k-grid .k-grid-md .k-drag-cell,
.k-grid-md .k-hierarchy-cell,
.k-grid-md .k-drag-cell {
    padding: 0;
}

.k-grid .k-grid-md .k-hierarchy-cell > .k-icon,
.k-grid .k-grid-md .k-drag-cell > .k-icon,
.k-grid-md .k-hierarchy-cell > .k-icon,
.k-grid-md .k-drag-cell > .k-icon {
    padding-block: 8px;
    padding-inline: 0;
}

.k-grid .k-grid-md .k-edit-cell,
.k-grid .k-grid-md .k-command-cell,
.k-grid .k-grid-md .k-grid-edit-row td,
.k-grid .k-grid-md .k-grid-edit-row .k-table-td,
.k-grid-md .k-edit-cell,
.k-grid-md .k-command-cell,
.k-grid-md .k-grid-edit-row td,
.k-grid-md .k-grid-edit-row .k-table-td {
    padding-block: 3px;
    padding-inline: 12px;
}

.k-grid .k-grid-md .k-filter-row td,
.k-grid .k-grid-md .k-filter-row .k-table-td,
.k-grid .k-grid-md .k-filter-row .k-table-th,
.k-grid-md .k-filter-row td,
.k-grid-md .k-filter-row .k-table-td,
.k-grid-md .k-filter-row .k-table-th {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-grid .k-grid-md .k-filtercell > span,
.k-grid .k-grid-md .k-filtercell .k-filtercell-wrapper,
.k-grid-md .k-filtercell > span,
.k-grid-md .k-filtercell .k-filtercell-wrapper {
    gap: 4px;
}

.k-grid .k-grid-md .k-selection-aggregates,
.k-grid-md .k-selection-aggregates {
    padding-block: 8px;
    padding-inline: 8px;
}

.k-grid .k-grid-md .k-resizer-wrap,
.k-grid-md .k-resizer-wrap {
    display: block;
    width: 100%;
    -webkit-padding-before: 1px;
            padding-block-start: 1px;
    -webkit-padding-after: 3px;
            padding-block-end: 3px;
    position: absolute;
    background: none;
    cursor: row-resize;
    z-index: 2;
}

.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-popup {
    min-width: 230px;
    max-width: 320px;
}

.k-filter-menu {
    box-sizing: border-box;
}

.k-filter-menu-container {
    padding: 8px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 8px;
}

.k-filter-menu-container .k-filter-and {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    align-self: start;
}

.k-filter-menu-container .k-actions, .k-filter-menu-container .k-edit-buttons,
.k-filter-menu-container .k-action-buttons,
.k-filter-menu-container .k-columnmenu-actions, .k-filter-menu-container .k-form-buttons {
    margin: 0;
    padding: 0;
}

.k-filter-menu-container kendo-numeric-filter-menu,
.k-filter-menu-container kendo-grid-string-filter-menu,
.k-filter-menu-container kendo-grid-date-filter-menu,
.k-filter-menu-container kendo-grid-numeric-filter-menu,
.k-filter-menu-container kendo-grid-filter-menu-input-wrapper,
.k-filter-menu-container kendo-treelist-string-filter-menu,
.k-filter-menu-container kendo-treelist-date-filter-menu,
.k-filter-menu-container kendo-treelist-numeric-filter-menu,
.k-filter-menu-container kendo-treelist-filter-menu-input-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 8px;
}

.k-filter-menu.k-popup .k-filter-menu-container,
.k-grid-filter-popup.k-popup .k-filter-menu-container {
    min-width: 230px;
    max-width: 320px;
}

.k-popup .k-multicheck-wrap {
    margin: 0;
    padding: 0;
    max-height: 300px;
    white-space: nowrap;
    overflow: auto;
    list-style: none;
}

.k-popup .k-multicheck-wrap .k-item,
.k-popup .k-multicheck-wrap .k-check-all-wrap {
    padding-block: 4px;
    padding-inline: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.k-filter-selected-items {
    font-weight: bold;
    line-height: normal;
    white-space: nowrap;
}

.k-autofitting {
    width: auto !important;
    table-layout: auto !important;
}

.k-autofitting .k-table-th,
.k-autofitting td,
.k-autofitting .k-table-td {
    white-space: nowrap !important;
}

.k-autofitting .k-detail-row {
    display: none !important;
}

.k-column-menu-popup,
.k-grid-columnmenu-popup {
    min-width: 230px;
    box-sizing: border-box;
}

.k-column-menu-popup.k-popup,
.k-grid-columnmenu-popup.k-popup {
    max-width: 320px;
}

.k-column-menu-popup .k-actions, .k-column-menu-popup .k-edit-buttons,
.k-column-menu-popup .k-action-buttons,
.k-column-menu-popup .k-columnmenu-actions, .k-column-menu-popup .k-form-buttons,
.k-grid-columnmenu-popup .k-actions,
.k-grid-columnmenu-popup .k-edit-buttons,
.k-grid-columnmenu-popup .k-action-buttons,
.k-grid-columnmenu-popup .k-columnmenu-actions,
.k-grid-columnmenu-popup .k-form-buttons {
    margin: 0;
}

.k-column-menu {
    box-sizing: border-box;
}

.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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.k-column-menu-tabbed {
    border-radius: 4px 4px 0 0;
}

.k-column-menu-tabbed .k-tabstrip-items {
    margin: -1px -1px 0;
}

.k-column-menu-tabbed .k-tabstrip-items .k-item {
    -webkit-box-flex: 1;
            flex: 1;
}

.k-column-menu-tabbed .k-tabstrip-items .k-link {
    -webkit-box-pack: center;
            justify-content: center;
}

.k-column-menu-tabbed .k-tabstrip-content {
    padding-inline: 0;
    padding-block: 8px;
    border-width: 0;
}

.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-block: 4px;
    padding-inline: 8px;
}

.k-column-list-item {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    gap: 4px;
    cursor: pointer;
    position: relative;
}

.k-column-list-item .k-checkbox-label {
    margin: 0;
}

.k-column-list-item:focus {
    outline: none;
}

.k-columns-items-wrap {
    padding-block: 6px;
    padding-inline: 0;
}

.k-columnmenu-item {
    padding-block: 4px;
    padding-inline: 8px;
    outline: 0;
    cursor: pointer;
}

.k-columnmenu-item > .k-icon,
.k-columnmenu-item > .k-expander-indicator {
    -webkit-margin-end: 4px;
            margin-inline-end: 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-column-menu-group-header {
    padding-block: 4px;
    padding-inline: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    position: relative;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-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;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-rtl .k-grid-virtual .k-grid-content .k-grid-table-wrap,
.k-rtl .k-grid-virtual .k-grid-content .k-grid-table,
.k-rtl .k-grid-virtual .k-grid-content > .k-height-container,
[dir="rtl"] .k-grid-virtual .k-grid-content .k-grid-table-wrap,
[dir="rtl"] .k-grid-virtual .k-grid-content .k-grid-table,
[dir="rtl"] .k-grid-virtual .k-grid-content > .k-height-container,
.k-rtl.k-grid-virtual .k-grid-content .k-grid-table-wrap,
.k-rtl.k-grid-virtual .k-grid-content .k-grid-table,
.k-rtl.k-grid-virtual .k-grid-content > .k-height-container,
[dir="rtl"].k-grid-virtual .k-grid-content .k-grid-table-wrap,
[dir="rtl"].k-grid-virtual .k-grid-content .k-grid-table,
[dir="rtl"].k-grid-virtual .k-grid-content > .k-height-container {
    float: right;
}

.k-grid-header,
.k-grid-header-wrap,
.k-grouping-header,
.k-grid .k-table-th,
.k-grid td,
.k-grid .k-table-td,
.k-grid-footer,
.k-grid-footer-wrap,
.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked,
.k-filter-row > .k-table-th,
.k-filter-row > td,
.k-filter-row > .k-table-td {
    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 .k-table {
    background-color: inherit;
}

.k-grid-toolbar {
    border-color: inherit;
    box-shadow: none;
}

.k-grid-content {
    background-color: #ffffff;
}

.k-group-footer td,
.k-grouping-row td,
.k-group-footer .k-table-td,
.k-grouping-row .k-table-td,
.k-table-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 .k-table-row.k-table-alt-row {
    background-color: rgba(0, 0, 0, 0.04);
}

.k-grid .k-table-tbody > .k-table-row:not(.k-detail-row):hover,
.k-grid .k-table-tbody > .k-table-row:not(.k-detail-row).k-hover {
    background-color: #ededed;
}

.k-grid td.k-selected,
.k-grid .k-table-row.k-selected > td,
.k-grid .k-table-td.k-selected,
.k-grid .k-table-row.k-selected > .k-table-td {
    background-color: rgba(255, 99, 88, 0.25);
}

.k-grid .k-table-th:focus, .k-grid .k-table-th.k-focus,
.k-grid td:focus,
.k-grid td.k-focus,
.k-grid .k-table-td:focus,
.k-grid .k-table-td.k-focus,
.k-grid .k-master-row > td:focus,
.k-grid .k-master-row > td.k-focus,
.k-grid .k-grouping-row > td:focus,
.k-grid .k-grouping-row > td.k-focus,
.k-grid .k-detail-row > td:focus,
.k-grid .k-detail-row > td.k-focus,
.k-grid .k-group-footer > td:focus,
.k-grid .k-group-footer > td.k-focus,
.k-grid .k-master-row > .k-table-td:focus,
.k-grid .k-master-row > .k-table-td.k-focus,
.k-grid .k-grouping-row > .k-table-td:focus,
.k-grid .k-grouping-row > .k-table-td.k-focus,
.k-grid .k-detail-row > .k-table-td:focus,
.k-grid .k-detail-row > .k-table-td.k-focus,
.k-grid .k-group-footer > .k-table-td:focus,
.k-grid .k-group-footer > .k-table-td.k-focus,
.k-grid .k-grid-pager:focus,
.k-grid .k-grid-pager.k-focus {
    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-grid-header-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-table-th,
.k-grid .k-grid-content-locked td,
.k-grid .k-grid-content-locked .k-table-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-footer .k-table-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 + .k-table-row td,
.k-grid .k-grid-content-locked .k-grouping-row + .k-table-row .k-table-td {
    border-top-color: rgba(0, 0, 0, 0.08);
}

.k-grid .k-grid-content-locked .k-selected td,
.k-grid .k-grid-content-locked .k-selected .k-table-td {
    background-color: #ffd8d5;
}

.k-grid .k-grid-content-locked .k-selected.k-table-alt-row td,
.k-grid .k-grid-content-locked .k-selected.k-table-alt-row .k-table-td {
    background-color: #f7d1ce;
}

.k-grid .k-grid-content-locked .k-selected:hover td,
.k-grid .k-grid-content-locked .k-selected.k-hover td,
.k-grid .k-grid-content-locked .k-selected:hover .k-table-td,
.k-grid .k-grid-content-locked .k-selected.k-hover .k-table-td {
    background-color: #f1ccc9;
}

.k-grid .k-grid-header-locked .k-table-th {
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

col.k-sorted,
.k-table-th.k-sorted {
    background-color: rgba(0, 0, 0, 0.02);
}

.k-grid-header .k-sort-icon,
.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-grid-header-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-focus,
.k-grid-header .k-header-column-menu:focus,
.k-grid-header .k-header-column-menu.k-focus,
.k-grid-header .k-grid-header-menu:focus,
.k-grid-header .k-grid-header-menu.k-focus,
.k-grid-header .k-hierarchy-cell .k-icon:focus,
.k-grid-header .k-hierarchy-cell .k-icon.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.k-grid-header .k-grid-filter.k-active,
.k-grid-header .k-header-column-menu.k-active,
.k-grid-header .k-grid-header-menu.k-active,
.k-grid-header .k-hierarchy-cell .k-icon.k-active {
    color: white;
    background-color: #ff6358;
}

.k-grid-header .k-table-th.k-grid-header-sticky,
.k-grid-header td.k-grid-header-sticky,
.k-grid-header .k-table-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-selection-aggregates {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    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-table-alt-row .k-grid-content-sticky,
.k-master-row.k-table-alt-row .k-grid-row-sticky {
    background-color: #f6f6f6;
}

.k-master-row.k-table-row.k-selected td.k-grid-content-sticky,
.k-master-row.k-table-row.k-selected .k-table-td.k-grid-row-sticky,
.k-master-row.k-table-row td.k-grid-content-sticky.k-selected,
.k-master-row.k-table-row .k-table-td.k-grid-content-sticky.k-selected {
    background-color: #ffd8d5;
}

.k-master-row.k-selected.k-table-alt-row td.k-grid-content-sticky,
.k-master-row.k-selected.k-table-alt-row .k-table-td.k-grid-row-sticky,
.k-master-row.k-table-alt-row td.k-grid-content-sticky.k-selected,
.k-master-row.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
    background-color: #f7d1ce;
}

.k-master-row:hover .k-grid-content-sticky,
.k-master-row:hover .k-grid-row-sticky,
.k-master-row.k-hover .k-grid-content-sticky,
.k-master-row.k-hover .k-grid-row-sticky {
    background-color: #ebebeb;
}

.k-master-row.k-selected:hover td.k-grid-content-sticky,
.k-master-row.k-selected:hover .k-table-td.k-grid-row-sticky,
.k-master-row.k-selected.k-hover td.k-grid-content-sticky,
.k-master-row.k-selected.k-hover .k-table-td.k-grid-row-sticky,
.k-master-row:hover td.k-grid-content-sticky.k-selected,
.k-master-row.k-hover td.k-grid-content-sticky.k-selected,
.k-master-row:hover .k-table-td.k-grid-content-sticky.k-selected,
.k-master-row.k-hover .k-table-td.k-grid-content-sticky.k-selected {
    background-color: #f1ccc9;
}

kendo-grid.k-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 .k-grid-content-sticky:hover, kendo-grid.k-grid .k-grid-content-sticky.k-hover {
    background-color: #ebebeb;
}

kendo-grid.k-grid .k-grid-row-sticky td,
kendo-grid.k-grid .k-grid-row-sticky .k-table-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 .k-grid-row-sticky:hover td,
kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td {
    background-color: #ebebeb;
}

kendo-grid.k-grid .k-table-alt-row .k-grid-content-sticky,
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row td,
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row .k-table-td {
    background-color: #f6f6f6;
}

kendo-grid.k-grid .k-table-row.k-selected .k-grid-content-sticky,
kendo-grid.k-grid .k-selected.k-grid-row-sticky td,
kendo-grid.k-grid .k-grid-row-sticky td.k-selected,
kendo-grid.k-grid .k-selected.k-grid-row-sticky .k-table-td,
kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-selected,
kendo-grid.k-grid .k-selected.k-grid-content-sticky {
    background-color: #ffd8d5;
}

kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky td,
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
    background-color: #f7d1ce;
}

kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky,
kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky,
kendo-grid.k-grid .k-grid-row-sticky:hover td,
kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover td,
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row.k-hover td,
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td,
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row.k-hover .k-table-td,
kendo-grid.k-grid .k-table-alt-row:hover .k-grid-content-sticky,
kendo-grid.k-grid .k-table-alt-row.k-hover .k-grid-content-sticky {
    background-color: #ebebeb;
}

kendo-grid.k-grid .k-table-row.k-selected:hover .k-grid-content-sticky,
kendo-grid.k-grid .k-table-row.k-selected.k-hover .k-grid-content-sticky,
kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover td,
kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover td,
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover .k-table-td,
kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover .k-table-td,
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
kendo-grid.k-grid .k-grid-row-sticky:hover td.k-selected,
kendo-grid.k-grid .k-grid-row-sticky.k-hover td.k-selected,
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td.k-selected,
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td.k-selected,
kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky.k-selected,
kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-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-hover .k-grid-content-sticky {
    background-color: #ebebeb;
}

.k-column-list-item:hover,
.k-columnmenu-item:hover {
    color: #424242;
    background-color: #f0f0f0;
}

.k-column-list-item:focus,
.k-column-list-item.k-focus,
.k-columnmenu-item:focus,
.k-columnmenu-item.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.k-columnmenu-item.k-selected {
    color: white;
    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:hover, .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-hover {
    color: #424242;
    background-color: #f0f0f0;
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-selected {
    color: white;
    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-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.k-column-menu-tabbed {
    background-color: #fafafa;
}

.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-resizer-wrap.k-hover .k-row-resizer {
    background-color: rgba(0, 0, 0, 0.12);
}

.k-resizer-wrap.k-active .k-row-resizer {
    background-color: #ff6358;
}

.k-listview {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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-style: solid;
    border-color: inherit;
}

.k-listview-bordered > .k-listview-header {
    border-bottom-width: 1px;
}

.k-listview-content {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-flex: 1;
            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-flex-row::after, .k-listview-content.k-d-flex-col::after,
.k-listview-content.k-d-grid::after {
    display: none;
}

.k-listview-content-padding-rectangle {
    padding-block: 4px;
    padding-inline: 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-block: 4px;
    padding-inline: 4px;
}

.k-listview-item-padding-rectangle .k-listview-link {
    margin-block: -4px;
    margin-inline: -4px;
    padding-block: 4px;
    padding-inline: 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-style: solid;
    border-color: inherit;
}

.k-listview-bordered > .k-listview-footer {
    border-top-width: 1px;
}

.k-listview-pager {
    border-width: 0;
    border-color: inherit;
}

.k-listview-bordered > .k-listview-pager-top {
    border-block-end-width: var(--kendo-listview-border-width, 1px);
}

.k-listview-bordered > .k-listview-pager-bottom {
    border-block-start-width: var(--kendo-listview-border-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-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-listview-content > .k-selected {
    background-color: rgba(255, 99, 88, 0.25);
}

.k-listview-item {
    border-color: rgba(0, 0, 0, 0.08);
}

.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.k-spreadsheet .k-vertical-align-bottom {
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.k-spreadsheet-toolbar {
    border-width: 0;
}

.k-spreadsheet-action-bar {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    padding-block: 4px;
    padding-inline: 8px;
    font-size: 14px;
    font-family: Arial, Verdana, sans-serif;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    gap: 8px;
}

.k-spreadsheet-name-editor {
    width: 10em;
}

.k-spreadsheet-formula-bar {
    min-width: 0px;
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 1;
            flex: 1;
    gap: 8px;
}

.k-spreadsheet-formula-bar > .k-icon {
    padding-block: 0;
    padding-inline: 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-block: 4px;
    padding-inline: 8px;
    line-height: 1.4285714286;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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;
    -webkit-box-flex: 1;
            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-block: 4px;
    padding-inline: 8px;
}

.k-syntax-func,
.k-syntax-startexp {
    font-weight: bold;
}

.k-spreadsheet-cell-editor {
    padding-block: 0px;
    padding-inline: 4px;
    line-height: 20px;
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

.k-spreadsheet-sheets-bar {
    -webkit-padding-after: 8px;
            padding-block-end: 8px;
    padding-inline: 8px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
}

.k-spreadsheet-sheets {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
}

.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
    border-width: 0;
}

.k-spreadsheet-sheets-bar-add {
    align-self: center;
}

.k-spreadsheet-sheets-bar-add:not(:hover) {
    border-color: transparent;
    color: inherit;
    background: none;
}

.k-spreadsheet-sheets-items {
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
}

.k-spreadsheet-sheets-items .k-tabstrip-items-wrapper {
    margin: 0;
    border-width: 0;
}

.k-spreadsheet-sheets-items .k-item .k-link {
    display: inline-block;
}

.k-spreadsheet-sheets-items .k-item .k-spreadsheet-sheets-remove {
    margin-right: 8px;
    margin-left: -8px;
    padding: 0;
    line-height: 1;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    vertical-align: middle;
    align-self: center;
}

.k-spreadsheet-view {
    height: auto !important;
    border-color: inherit;
    font-size: 14px;
    font-family: Arial, Verdana, sans-serif;
    -webkit-box-flex: 1;
            flex: 1;
    position: relative;
    overflow: hidden;
}

.k-spreadsheet-view .k-disabled {
    pointer-events: auto;
}

.k-spreadsheet-fixed-container {
    width: calc(100% - var(--kendo-scrollbar-width, 17px));
    height: calc(100% - var(--kendo-scrollbar-width, 17px));
    border-color: inherit;
    box-sizing: border-box;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    position: absolute;
    z-index: 2;
    overflow: hidden;
}

.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;
    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-block: 4px;
    padding-inline: 4px;
    box-sizing: border-box;
    position: absolute;
    line-height: normal;
    white-space: pre;
    overflow: hidden;
}

.k-spreadsheet-merged-cells-wrapper {
    position: relative;
}

.k-spreadsheet-disabled-mask {
    position: absolute;
}

.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: 2px;
    border-style: dashed;
    box-sizing: border-box;
    position: absolute;
}

.k-spreadsheet .k-spreadsheet-editor-button {
    position: absolute;
    padding: 0;
    z-index: 60;
}

.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: 300;
    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;
    inset-inline-end: 0;
    inset-inline-start: auto;
    border-width: 3px;
    border-style: solid;
}

.k-spreadsheet-cell .k-dirty {
    inset-inline-start: 0;
    inset-inline-end: auto;
}

.k-spreadsheet .k-filter-wrapper {
    position: relative;
    z-index: 50;
}

.k-spreadsheet .k-filter-range {
    border-width: 2px;
    border-style: solid;
    position: absolute;
    box-sizing: border-box;
}

.k-spreadsheet-filter {
    border-radius: 4px;
    padding: 4px;
    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,
.k-spreadsheet-filter-menu .k-expander {
    padding: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
}

.k-spreadsheet-filter-menu .k-expander {
    border: 0;
    background: inherit;
}

.k-spreadsheet-filter-menu .k-details-summary,
.k-spreadsheet-filter-menu .k-columnmenu-item {
    padding-block: 4px;
    padding-inline: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
}

.k-spreadsheet-filter-menu .k-details-summary > .k-icon,
.k-spreadsheet-filter-menu .k-details-summary > .k-expander-indicator,
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-icon,
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-expander-indicator {
    margin-right: 4px;
}

.k-spreadsheet-filter-menu .k-details-content,
.k-spreadsheet-filter-menu .k-columnmenu-item-content {
    padding: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 8px;
}

.k-spreadsheet-filter-menu .k-details-content .k-filter-and,
.k-spreadsheet-filter-menu .k-columnmenu-item-content .k-filter-and {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    align-self: flex-start;
}

.k-spreadsheet-filter-menu .k-actions, .k-spreadsheet-filter-menu .k-edit-buttons,
.k-spreadsheet-filter-menu .k-action-buttons,
.k-spreadsheet-filter-menu .k-columnmenu-actions, .k-spreadsheet-filter-menu .k-form-buttons {
    margin: 0;
    padding: 0;
}

.k-spreadsheet-popup {
    padding: 0;
}

.k-spreadsheet-popup .k-separator {
    display: block;
}

.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: -webkit-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-border-type-palette {
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(5, -webkit-max-content);
    grid-template-columns: repeat(5, max-content);
    gap: 8px;
}

.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-external-dropzone {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
}

.k-spreadsheet-window .k-edit-form-container {
    width: auto;
    min-width: 0;
}

.k-spreadsheet-format-cells .k-spreadsheet-preview {
    margin-top: 8px;
    text-align: center;
}

.k-spreadsheet-format-cells .k-list-scroller {
    margin-top: 8px;
    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: 8px;
}

.k-export-config .k-page-orientation .k-font-icon {
    font-size: 6em;
}

.k-export-config .k-page-orientation .k-svg-icon {
    width: 6em;
    height: 6em;
}

.k-spreadsheet-insert-comment textarea {
    height: auto;
}

.k-spreadsheet-insert-image-dialog {
    border-radius: 4px;
    border-style: dashed;
    border-width: 2px;
}

.k-spreadsheet-insert-image-dialog label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            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: -webkit-box;
    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-hover 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: 6px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            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-hover {
    border-radius: 4px;
}

.k-spreadsheet-legacy .k-spreadsheet,
.k-spreadsheet-legacy .k-spreadsheet-action-bar,
.k-spreadsheet-legacy .k-spreadsheet-view {
    font-size: 12px;
}

.k-spreadsheet-legacy .k-spreadsheet-cell {
    padding: 1px;
}

.k-spreadsheet-legacy .k-spreadsheet-filter {
    padding: 0px;
}

.k-spreadsheet-legacy .k-filter-range {
    border-width: 1px;
}

.k-spreadsheet-legacy .k-spreadsheet .k-spreadsheet-selection-highlight {
    border-width: 1px;
    border-style: solid;
}

.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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.k-spreadsheet-tabstrip {
    padding-top: 8px;
    position: relative;
    z-index: 1;
}

.k-spreadsheet-tabstrip .k-tabstrip-items-wrapper {
    margin: 0;
}

.k-spreadsheet-tabstrip .k-loading {
    display: none;
}

.k-spreadsheet-tabstrip .k-content,
.k-spreadsheet-tabstrip .k-tabstrip-content {
    border-radius: 0;
    padding: 0;
    border-width: 0;
    overflow: hidden;
}

.k-spreadsheet {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-spreadsheet-header {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.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-spreadsheet-cell-editor {
    color: #424242;
    background-color: #ffffff;
}

.k-spreadsheet-merged-cell {
    background-color: #ffffff;
}

.k-spreadsheet-disabled-mask {
    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-selection-highlight {
    border-color: #ff6358;
}

.k-spreadsheet .k-single-selection::after {
    border-color: #ffffff;
    background-color: #ff6358;
}

.k-spreadsheet-active-cell {
    background-color: #ffffff;
    box-shadow: inset 0 0 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-block-color: #ff6358 transparent;
    border-inline-color: transparent #ff6358;
}

.k-spreadsheet-cell .k-dirty {
    border-block-color: #f31700 transparent;
    border-inline-color: #f31700 transparent;
}

.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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    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-active {
    background-color: #d8d8d8;
}

.k-spreadsheet-filter-menu > .k-menu .k-item:hover,
.k-spreadsheet-filter-menu > .k-menu .k-item.k-hover,
.k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) .k-item:hover,
.k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) .k-item.k-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-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-hover {
    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-hover 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-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-pivotgrid {
    border-width: 1px;
    border-style: solid;
    box-sizing: content-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    text-align: start;
    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;
    text-align: inherit;
    empty-cells: show;
}

.k-pivotgrid thead,
.k-pivotgrid tbody,
.k-pivotgrid th,
.k-pivotgrid tr,
.k-pivotgrid td {
    border-color: inherit;
    text-align: 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-empty-cell:focus {
    outline: none;
}

.k-pivotgrid-column-headers {
    overflow: hidden;
}

.k-pivotgrid-column-headers .k-pivotgrid-table {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-end: var(--kendo-scrollbar-width, 17px);
            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-block: 8px;
    padding-inline: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
}

.k-pivotgrid-cell:focus {
    outline: none;
}

.k-pivotgrid-cell .k-icon {
    cursor: pointer;
    -webkit-padding-end: 4px;
            padding-inline-end: 4px;
}

.k-pivotgrid-total {
    font-weight: 600;
}

.k-column-menu .k-treeview {
    padding-block: 0px;
    padding-inline: 8px;
    overflow: auto;
}

.k-pivotgrid-configurator {
    display: -webkit-box;
    display: flex;
}

.k-pivotgrid-configurator-panel {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    overflow: hidden;
    z-index: 2;
}

.k-pivotgrid-configurator-button {
    padding-block: 4px;
    padding-inline: 4px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

.k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
.k-flex-row-reverse .k-pivotgrid-configurator-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
    -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
}

.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-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 {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.k-flex-col .k-pivotgrid-configurator-button, .k-d-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, .k-d-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-d-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-block: 12px;
    padding-inline: 16px;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
}

.k-pivotgrid-configurator-header-text {
    word-break: normal;
    overflow-wrap: anywhere;
}

.k-pivotgrid-configurator-content {
    padding-block: 2px;
    padding-inline: 16px;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: auto;
}

.k-pivotgrid-configurator-content .k-form .k-label {
    font-size: 16px;
    font-weight: 500;
    -webkit-box-align: start;
            align-items: flex-start;
}

.k-pivotgrid-configurator-content .k-form .k-dropdown-list, .k-pivotgrid-configurator-content .k-form .k-dropdown,
.k-pivotgrid-configurator-content .k-form .k-dropdownlist {
    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-value-fields {
    margin-block: 8px;
    margin-inline: 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 8px;
}

.k-pivotgrid-configurator-content .k-select-all .k-checkbox {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
}

.k-pivotgrid-configurator-content .k-fields-list-wrapper {
    max-height: 200px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-flex: 1;
            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-treeview {
    padding-block: 0px;
    padding-inline: 8px;
    overflow: auto;
}

.k-calculated-field {
    padding-block: 16px;
    padding-inline: 16px;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 16px;
}

.k-calculated-field-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
}

.k-calculated-field-actions .k-icon {
    margin-right: 8px;
}

.k-calculated-field-actions .k-dropdown-list, .k-calculated-field-actions .k-dropdown,
.k-calculated-field-actions .k-dropdownlist {
    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-d-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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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;
    -webkit-box-flex: 1;
            flex: 1 1 30%;
}

.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form-field-wrapper:nth-child(2) {
    -webkit-box-flex: 1;
            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;
    -webkit-box-flex: 1;
            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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    overflow-x: hidden;
    overflow-y: auto;
}

.k-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-d-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-pdf-export-shadow .k-pivotgrid {
    height: auto !important;
}

.k-pdf-export-shadow .k-pivotgrid-values {
    height: auto;
    overflow: visible;
}

.k-pdf-export-shadow .k-pivotgrid-column-headers .k-pivotgrid-table {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
}

.k-pivot {
    border-width: 1px;
    border-style: solid;
    position: relative;
}

.k-pivot .k-grid td {
    white-space: nowrap;
}

.k-pivot .k-grid-content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-pivot-toolbar {
    border-width: 0 0 1px;
    border-style: solid;
    -webkit-box-align: start;
            align-items: flex-start;
    flex-wrap: wrap;
    box-shadow: none;
}

.k-pivot-toolbar > * {
    max-width: 100%;
}

.k-pivot-toolbar::before {
    display: none;
}

.k-pivot-layout {
    border-spacing: 0;
    table-layout: auto;
}

.k-pivot-layout .k-grid-footer,
.k-pivot-layout .k-grid .k-table-alt-row {
    font-weight: bold;
}

.k-pivot-layout > tbody,
.k-pivot .k-table-td,
.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;
    color: inherit;
    background: none;
}

.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-pivotgrid-wrapper {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 8px;
}

.k-pivotgrid-wrapper > .k-pivotgrid-configurator-panel {
    max-width: 320px;
    -webkit-box-flex: 0;
            flex: none;
}

.k-pivotgrid-wrapper > .k-pivot {
    -webkit-box-flex: 1;
            flex: 1;
}

.k-pivotgrid-configurator-panel.kendo-jquery {
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: inline-flex;
}

.k-pivotgrid-configurator-panel.kendo-jquery .k-pivotgrid-configurator {
    height: 100%;
}

.k-pivotgrid-configurator-panel.kendo-jquery .k-pivotgrid-configurator-content {
    padding: 16px;
    max-height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}

.k-pivotgrid-configurator-panel.kendo-jquery .k-pivotgrid-targets {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 16px;
}

.k-pivotgrid-configurator-panel.kendo-jquery .k-pivotgrid-configurator-section {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 8px;
}

.k-pivotgrid-configurator-panel.kendo-jquery .k-column-fields {
    margin: 0;
    padding: 4px;
    max-height: 200px;
    border-width: 1px;
    border-style: solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    gap: 4px;
    overflow-x: hidden;
    overflow-y: auto;
}

.k-pivotgrid-configurator-panel.kendo-jquery .k-column-fields > * {
    margin: 0;
}

.k-pivotgrid-toggle {
    margin-block: -4px;
    padding: 4px;
    box-sizing: content-box;
    cursor: pointer;
}

.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:hover,
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-hover,
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row:hover,
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-hover,
.k-pivotgrid-values tbody > .k-pivotgrid-row:hover,
.k-pivotgrid-values tbody > .k-pivotgrid-row.k-hover {
    background-color: #ededed;
}

.k-pivotgrid-cell:focus,
.k-pivotgrid-cell.k-focus,
.k-pivotgrid-empty-cell:focus,
.k-pivotgrid-empty-cell.k-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-selected,
.k-pivotgrid-row.k-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, .k-d-flex-row .k-pivotgrid-configurator-overlay {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-pivot {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-pivot-table {
    border-color: rgba(0, 0, 0, 0.08);
}

.k-pivot-rowheaders {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.k-pivot-toolbar {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.k-pivot-toolbar .k-empty {
    color: #666666;
}

.k-pivot .k-alt {
    background-color: #fafafa;
}

.k-pivot-toolbar,
.k-pivot-table,
.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-header.k-alt {
    background-color: #ebebeb;
}

.k-pivot-layout .k-grid-footer {
    color: #424242;
    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-pivotgrid-configurator-panel.kendo-jquery .k-column-fields {
    border-color: rgba(0, 0, 0, 0.08);
}

.k-treelist.k-grid-display-block.k-grid-lockedcolumns {
    display: block;
}

.k-treelist .k-status {
    padding-block: .4em;
    padding-inline: .6em;
    line-height: 1.6em;
}

.k-treelist .k-status .k-loading {
    vertical-align: baseline;
    margin-right: 5px;
    display: none;
}

.k-treelist tr.k-hidden {
    display: none;
}

.k-treelist .k-treelist-dragging,
.k-treelist .k-treelist-dragging .k-hover {
    cursor: default;
}

.k-treelist .k-drop-hint {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.k-treelist .k-table-row.k-footer td,
.k-treelist .k-table-row.k-footer-template td,
.k-treelist .k-table-row.k-footer .k-table-td,
.k-treelist .k-table-row.k-footer-template .k-table-td {
    border-width: 1px 0;
    border-style: solid;
    font-weight: bold;
}

.k-treelist .k-table-row.k-footer + .k-table-row.k-footer td,
.k-treelist .k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
    border-top-width: 0;
}

.k-treelist-scrollable > .k-table,
.k-treelist-scrollable .k-grid-header .k-table-row,
.k-treelist-scrollable .k-grid-header .k-table-th {
    background-color: inherit;
}

.k-treelist-scrollable .k-grid-toolbar {
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    top: 0;
    left: 0;
}

.k-treelist-scrollable .k-grid-header .k-table-th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
}

.k-treelist-scrollable .k-grid-header .k-table-th.k-grid-header-sticky {
    z-index: 3;
}

.k-treelist-scrollable thead.k-grid-header {
    padding-right: 0;
}

.k-treelist-scrollable .k-table-row.k-group-footer + .k-table-row.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-block: 0;
    margin-inline: .5em;
}

.k-treelist-toggle {
    margin-block: -4px;
    padding: 4px;
    box-sizing: content-box;
    cursor: pointer;
}

.k-treelist tr.k-footer,
.k-treelist tr.k-footer-template {
    background-color: #ededed;
}

.k-filter {
    box-sizing: border-box;
    border-width: 0;
    display: inline-block;
    background-color: transparent;
}

.k-filter *,
.k-filter *::before,
.k-filter *::after {
    box-sizing: border-box;
}

.k-filter ul {
    padding: 0;
}

.k-filter ul li {
    list-style-type: none;
}

.k-filter .k-filter-container,
.k-filter .k-filter-preview {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
}

.k-filter .k-filter-lines,
.k-filter .k-filter-item {
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
}

.k-filter .k-filter-toolbar {
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    padding-block: 4px;
    padding-inline: 0;
}

.k-filter .k-filter-toolbar::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    inset-block-start: 50%;
    inset-inline-start: -8px;
}

.k-filter .k-filter-toolbar .k-toolbar {
    border-style: solid;
}

.k-filter .k-filter-operator .k-dropdown-list, .k-filter .k-filter-operator .k-dropdown,
.k-filter .k-filter-operator .k-dropdownlist {
    width: 15em;
}

.k-filter .k-filter-item {
    position: relative;
}

.k-filter .k-filter-item::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    inset-block-start: -4px;
    inset-inline-start: 0;
}

.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
.k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
    content: "";
    position: absolute;
    width: 1px;
    inset-block-start: -5px;
    inset-block-end: 50%;
    inset-inline-start: -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-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-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,
.k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
    background-color: rgba(0, 0, 0, 0.08);
}

.k-filter .k-toolbar:focus,
.k-filter .k-toolbar.k-focus {
    box-shadow: 0 0 0 2px 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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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;
    z-index: 1;
}

.k-filemanager-content-container {
    border-color: inherit;
    box-sizing: border-box;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    overflow: hidden;
}

.k-filemanager-splitter {
    border-width: 0;
}

.k-filemanager-navigation {
    padding-block: 16px;
    padding-inline: 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;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    overflow: hidden;
}

.k-filemanager-view {
    overflow: auto;
}

.k-filemanager-breadcrumb {
    border-width: 0;
    border-bottom-width: 1px;
    padding-block: 8px;
    padding-inline: 8px;
    flex-shrink: 0;
}

.k-filemanager-listview {
    border-width: 0;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
}

.k-filemanager-listview .k-listview-item {
    padding-block: 16px;
    padding-inline: 16px;
    width: 120px;
    height: 120px;
    text-align: center;
}

.k-filemanager-listview .k-file-preview {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
}

.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;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
}

.k-filemanager-grid .k-file-preview {
    margin-right: 4px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    vertical-align: middle;
}

.k-filemanager-grid .k-file-name {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    vertical-align: middle;
}

.k-filemanager-preview {
    padding: 48px 16px 16px;
    width: 20%;
    min-height: 208px;
    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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
}

.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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    grid-column-gap: 4px;
}

.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%;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.k-filemanager .k-splitbar {
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    border-width: 0 1px;
    border-style: solid;
    border-color: inherit;
}

.k-filemanager-upload-dialog .k-upload-files {
    max-height: 200px;
    overflow-y: auto;
}

.k-filemanager-drag-hint {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    gap: 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-selected .k-file-icon {
    border-color: transparent;
    color: inherit;
    background-color: transparent;
}

.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
}

.k-taskboard *,
.k-taskboard *::before,
.k-taskboard *::after {
    box-sizing: border-box;
}

.k-taskboard-toolbar {
    padding-block: 16px;
    padding-inline: 16px;
    border-width: 0;
    box-shadow: none;
    background: none;
}

.k-taskboard-content {
    padding: 0 16px 16px;
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow-x: auto;
}

.k-taskboard-columns-container {
    outline: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    overflow: hidden;
    gap: 16px;
    overflow-x: visible;
}

.k-taskboard-column {
    width: 320px;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    outline: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-shrink: 0;
    overflow: hidden;
}

.k-taskboard-column-header {
    padding-block: 8px;
    padding-inline: 8px;
    font-weight: 500;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    gap: 4px;
}

.k-taskboard-column-header-actions {
    display: -webkit-inline-box;
    display: inline-flex;
    flex-shrink: 0;
    align-self: flex-start;
    gap: 8px;
}

.k-taskboard-column-cards-container {
    margin-bottom: 8px;
    padding-block: 0px;
    padding-inline: 8px;
    outline: none;
    overflow: auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-taskboard-column-cards {
    min-height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 8px 0;
}

.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 {
    -webkit-box-flex: 1;
            flex: 1 1 100%;
}

.k-taskboard-pane {
    width: 320px;
    border-width: 1px;
    border-style: solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}

.k-taskboard-pane-header {
    padding-block: 12px;
    padding-inline: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            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-block: 0px;
    padding-inline: 16px;
    overflow: auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-taskboard-pane-actions {
    padding-block: 12px;
    padding-inline: 16px;
}

.k-taskboard-pane-start {
    right: auto;
    left: 0;
}

.k-taskboard-card {
    border-radius: 4px;
    border-width: 1px;
}

.k-taskboard-card.k-taskboard-card-category {
    border-inline-start-width: 4px;
}

.k-taskboard-card .k-card-header .k-card-body,
.k-taskboard-card .k-card-footer {
    padding-block: 16px;
    padding-inline: 16px;
}

.k-taskboard-card .k-card-header {
    -webkit-box-align: center;
            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-focus, .k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-hover {
    text-decoration: underline;
}

.k-taskboard-card .k-card-header-actions {
    align-self: flex-start;
}

.k-taskboard-drag-placeholder {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    position: relative;
}

.k-taskboard-column {
    border-color: transparent;
    background-color: #fafafa;
}

.k-taskboard-column:focus,
.k-taskboard-column.k-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-focus {
    color: #d6534a;
}

.k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-hover {
    color: #d6534a;
}

.k-taskboard-card:focus, .k-taskboard-card.k-focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.2456);
}

.k-taskboard-card:hover, .k-taskboard-card.k-hover {
    border-color: rgba(0, 0, 0, 0.172);
}

.k-taskboard-card.k-selected {
    border-color: #ffb0ab;
    box-shadow: none;
}

.k-taskboard-card.k-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-editor.k-readonly .k-editor-content {
    pointer-events: auto;
}

.k-editor.k-readonly .k-editor-content.k-focus {
    outline-width: 1px;
    outline-style: dashed;
}

.k-editor-inline {
    border-radius: 4px;
    padding-block: 2px;
    padding-inline: 4px;
    border: 1px solid transparent;
    word-wrap: break-word;
    overflow: auto;
    background: none;
}

.k-editor-resizable {
    resize: both;
    overflow: auto;
}

.k-editor-resize-handles-wrapper {
    position: absolute;
    visibility: hidden;
}

.k-editor-resize-handle {
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: absolute;
    visibility: visible;
    z-index: 100;
}

.k-editor-resize-handle.northwest {
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: nw-resize;
}

.k-editor-resize-handle.north {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: n-resize;
}

.k-editor-resize-handle.northeast {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    cursor: ne-resize;
}

.k-editor-resize-handle.southwest {
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    cursor: sw-resize;
}

.k-editor-resize-handle.south {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    cursor: s-resize;
}

.k-editor-resize-handle.southeast {
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    cursor: se-resize;
}

.k-editor-resize-handle.west {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: w-resize;
}

.k-editor-resize-handle.east {
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    cursor: e-resize;
}

.ProseMirror-selectednode {
    outline-width: 2px;
    outline-style: solid;
}

.ProseMirror-hideselection {
    caret-color: transparent;
}

.ProseMirror-hideselection *::-moz-selection,
.ProseMirror-hideselection *::-moz-selection {
    background: transparent;
}

.ProseMirror-hideselection *::selection,
.ProseMirror-hideselection *::-moz-selection {
    background: transparent;
}

.k-editor-toolbar {
    border-width: 0 0 1px 0;
    flex-shrink: 0;
}

.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 {
    -webkit-box-flex: 1;
            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%;
    position: relative;
    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;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

.k-editor-content > .ProseMirror[contenteditable="false"] {
    cursor: unset !important;
}

.k-editor-content > .ProseMirror[contenteditable="false"] .k-editor-resize-handles-wrapper,
.k-editor-content > .ProseMirror[contenteditable="false"] .k-editor-resize-handle,
.k-editor-content > .ProseMirror[contenteditable="false"] .row-resize-handle,
.k-editor-content > .ProseMirror[contenteditable="false"] .column-resize-handle {
    display: none;
}

.k-editor-content > .ProseMirror[contenteditable="false"] img,
.k-editor-content > .ProseMirror[contenteditable="false"] table {
    pointer-events: none;
}

.k-editor-content > .ProseMirror[contenteditable="false"] .ProseMirror-selectednode {
    outline: none;
}

.k-editor-content p {
    margin: 0 0 1rem;
}

.k-editor-content td p,
.k-editor-content th p,
.k-editor-content li p {
    margin: 0;
}

.k-editor-content table {
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}

.k-editor-content td,
.k-editor-content th {
    min-width: 1em;
    border: 1px solid;
    padding-block: 3px;
    padding-inline: 5px;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}

.k-editor-content th {
    font-weight: bold;
    text-align: start;
}

.k-editor-content td {
    text-align: start;
}

.k-editor-content .selectedCell::after {
    z-index: 2;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.k-edit-form-content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: auto;
    margin-block: -16px;
    margin-inline: -16px;
    padding-block: 16px;
    padding-inline: 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,
.k-editor .k-resize-handle .k-i-caret-br {
    display: none;
}

.k-editor-find-replace .k-content {
    position: relative;
}

.k-editor-find-replace .k-actions, .k-editor-find-replace .k-edit-buttons,
.k-editor-find-replace .k-action-buttons,
.k-editor-find-replace .k-columnmenu-actions, .k-editor-find-replace .k-form-buttons {
    padding: 0;
}

.k-editor-find-replace .k-search-options {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 10px 0 40px;
}

.k-editor-find-replace .k-matches-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}

.k-textarea.k-editor-textarea {
    width: 100%;
    height: 100%;
    resize: none;
}

.k-filebrowser {
    max-width: 100%;
}

.k-filebrowser .k-floatwrap {
    display: -webkit-box;
    display: flex;
}

.k-filebrowser .k-floatwrap::after {
    display: none;
}

.k-filebrowser .k-breadcrumbs {
    -webkit-box-flex: 1;
            flex: 1;
}

.k-filebrowser .k-search-wrap {
    margin: 0 0 0 16px;
    width: 150px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.k-filebrowser .k-search-wrap .k-input {
    -webkit-box-flex: 1;
            flex: 1;
    width: 100px;
}

.k-filebrowser .k-search-wrap .k-icon {
    margin: 0;
    position: static;
}

.k-filebrowser .k-filebrowser-toolbar {
    margin: 16px 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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    height: 390px;
    max-height: 50vh;
    margin: 0 0 16px 0;
    padding-block: 4px;
    padding-inline: 8px;
    border-top-width: 0;
    overflow: auto;
}

.k-filebrowser .k-tile {
    width: 33%;
    height: 90px;
    padding-block: 4px;
    padding-inline: 8px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}

.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-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-window .k-tabstrip-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: auto;
}

.k-editor-table-wizard-window .k-tabstrip-wrapper .k-tabstrip.k-root-tabs {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin-bottom: 0;
}

.k-editor-table-wizard-window .k-edit-field > .k-checkbox {
    position: relative;
}

.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-block: 2px;
    padding-inline: 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-block: 0;
    margin-inline: 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;
}

.k-editor.k-readonly .k-editor-content.k-focus {
    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-hover, .k-editor-inline.k-active {
    border-color: rgba(0, 0, 0, 0.08);
}

.k-editor-resize-handle {
    background-color: #ffffff;
    border-color: #000000;
}

.ProseMirror-selectednode {
    outline-color: #88ccff;
}

.k-ct-popup .k-selected {
    border-color: rgba(0, 0, 0, 0.08);
    color: white;
    background-color: #ff6358;
    background-image: none;
}

.k-editor-content .k-text-selected, .k-editor-content::-moz-selection {
    color: white;
    background-color: #ff6358;
}

.k-editor-content .k-text-selected, .k-editor-content::selection {
    color: white;
    background-color: #ff6358;
}

.k-editor-content .k-text-highlighted {
    background-color: #ffe0de;
}

.k-editor-content td,
.k-editor-content th {
    border-color: #dddddd;
}

.k-editor-content .selectedCell::after {
    background-color: rgba(200, 200, 255, 0.4);
}

.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 *,
.k-imageeditor *::before,
.k-imageeditor *::after {
    box-sizing: border-box;
}

.k-imageeditor-toolbar {
    border-width: 0;
    border-bottom-width: 1px;
}

.k-imageeditor-content {
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.k-imageeditor-canvas-container {
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    overflow: auto;
}

.k-imageeditor-canvas {
    margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
}

.k-imageeditor-action-pane {
    padding-block: 32px;
    padding-inline: 16px;
    width: 241px;
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: inherit;
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: none;
    overflow-y: auto;
}

.k-imageeditor-action-pane .k-input-inner,
.k-imageeditor-action-pane .k-input-value-text {
    text-overflow: clip;
}

.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-block: 1px;
    margin-inline: 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 {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.k-imageeditor-crop .k-resize-nw {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.k-imageeditor-crop .k-resize-sw {
    -webkit-transform: rotate(90deg);
            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-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)), 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)), white;
    background-repeat: repeat, repeat;
    background-position: 0px 0px, 5px 5px;
    -webkit-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    background-origin: padding-box, padding-box;
    background-size: 10px 10px, 10px 10px;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
            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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    position: relative;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-gantt .k-table-td {
    white-space: nowrap;
}

.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: -webkit-inline-box;
    display: inline-flex;
}

.k-gantt .k-gantt-splitter {
    border-width: 0;
}

.k-gantt .k-treelist-scrollable {
    width: 100%;
    border-width: 0;
    overflow: auto;
}

.k-gantt .k-treelist-scrollable .k-grid-header .k-header {
    position: -webkit-sticky;
    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;
    vertical-align: top;
}

.k-gantt .k-treelist-scrollable .k-grid-header th:last-child .k-header {
    padding-block: 8px;
    padding-inline: 12px;
    border-width: 0 0 1px 1px;
    white-space: nowrap;
}

.k-gantt .k-treelist-scrollable tr.k-selected > td:last-child {
    background: transparent;
}

.k-gantt .k-treelist-scrollable .k-task {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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-block: 4px;
    padding-inline: 8px;
    display: block;
    line-height: normal;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-gantt .k-treelist-scrollable .k-task-actions {
    flex-shrink: 0;
}

.k-gantt .k-treelist-scrollable .k-task-milestone {
    border: 0;
    -webkit-transform: none;
            transform: none;
    background: none;
}

.k-gantt .k-treelist-scrollable .k-task-milestone .k-task-milestone-content {
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
            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 {
    -webkit-transform: translateX(-140%) translateY(-50%);
            transform: translateX(-140%) translateY(-50%);
}

.k-gantt .k-treelist-scrollable .k-task-end {
    -webkit-transform: translateX(140%) translateY(-50%);
            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: -webkit-inline-box;
        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: -webkit-box;
        display: flex;
    }
}

.k-gantt-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
            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.8571428572em + 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-pane .k-gantt-timeline {
    height: 100%;
    border-width: 0;
    display: -webkit-box;
    display: flex;
}

.k-gantt-timeline-pane .k-gantt-timeline *,
.k-gantt-timeline-pane .k-gantt-timeline *::before,
.k-gantt-timeline-pane .k-gantt-timeline *::after, .k-gantt-timeline-pane .k-gantt-timeline::before, .k-gantt-timeline-pane .k-gantt-timeline::after {
    box-sizing: border-box;
}

.k-gantt-timeline-pane .k-grid-content {
    overflow-x: scroll;
}

.k-gantt-timeline-pane .k-header {
    padding-block: 8px;
    padding-inline: 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-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,
.k-gantt-tasks .k-table-td {
    padding: 0;
    border-width: 0;
    position: relative;
    vertical-align: middle;
}

.k-gantt-tasks td::after {
    content: "\200b";
}

.k-task-wrap {
    margin-block: 0;
    margin-inline: -21px;
    padding-block: 5px;
    padding-inline: 21px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
}

.k-task-wrap.k-drag-hint {
    position: absolute;
}

.k-task {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-task-dot {
    width: 16px;
    height: 16px;
    line-height: 1;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-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%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.k-task-dot:hover::before,
.k-task-dot.k-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-block: 0;
    margin-inline: -2em;
}

.k-task-milestone {
    width: 1em;
    height: 1em;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
            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: 4px;
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    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: 4px;
    width: 20%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
}

.k-task-content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    white-space: nowrap;
}

.k-task-template {
    padding-block: 4px;
    padding-inline: 8px;
    line-height: normal;
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-task-actions {
    padding: 2px;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    visibility: hidden;
    z-index: 1;
}

.k-task-actions > .k-link {
    display: -webkit-inline-box;
    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-block: 0;
    margin-inline: 5px;
}

.k-task-details {
    padding-block: 4px;
    padding-inline: 8px;
    white-space: nowrap;
}

.k-task-details strong {
    font-size: 16px;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
}

.k-gantt-planned .k-task-inner-wrap {
    display: -webkit-inline-box;
    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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    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-gantt-tooltip-validation {
    max-width: 200px;
    display: block;
}

.k-gantt-tooltip-validation::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.k-gantt-tooltip-validation-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.k-gantt-tooltip-validation-label {
    display: -webkit-inline-box;
    display: inline-flex;
    min-width: 50px;
}

.k-gantt-tooltip-validation-value {
    font-weight: 700;
}

.k-gantt-tooltip-validation-label,
.k-gantt-tooltip-validation-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-pdf-export-shadow .k-gantt {
    float: left;
}

.k-pdf-export-shadow .k-gantt,
.k-pdf-export-shadow .k-gantt-timeline-pane,
.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,
[dir="rtl"] .k-gantt-rows,
[dir="rtl"] .k-gantt-columns {
    left: auto;
    right: 0;
}

.k-rtl .k-task-wrap:not(.k-milestone-wrap),
[dir="rtl"] .k-task-wrap:not(.k-milestone-wrap) {
    margin-block: 0;
    margin-inline: -26px;
}

.k-rtl .k-gantt-timeline-pane .k-header,
[dir="rtl"] .k-gantt-timeline-pane .k-header {
    border-width: 0 1px 1px 0;
}

.k-rtl .k-gantt-timeline-pane .k-header:first-child,
[dir="rtl"] .k-gantt-timeline-pane .k-header:first-child {
    border-right-width: 0;
}

.k-rtl .k-gantt-timeline-pane .k-task-start,
[dir="rtl"] .k-gantt-timeline-pane .k-task-start {
    left: auto;
    right: 0;
}

.k-rtl .k-gantt-timeline-pane .k-task-end,
[dir="rtl"] .k-gantt-timeline-pane .k-task-end {
    right: auto;
    left: 0;
}

.k-rtl .k-task-content,
[dir="rtl"] .k-task-content {
    text-align: end;
}

.k-rtl .k-task-complete,
[dir="rtl"] .k-task-complete {
    left: auto;
    right: 0;
}

.k-rtl .k-task-draghandle,
[dir="rtl"] .k-task-draghandle {
    margin-left: 0;
    margin-right: 16px;
}

.k-rtl .k-gantt-dependencies,
[dir="rtl"] .k-gantt-dependencies {
    left: auto;
    right: 0;
}

.k-rtl .k-gantt-delete,
[dir="rtl"] .k-gantt-delete {
    float: right;
}

.k-rtl .k-task-offset-wrap .k-task-content .k-resize-e,
[dir="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,
[dir="rtl"] .k-task-offset-wrap .k-task-content .k-resize-w {
    display: none;
}

.k-rtl .k-milestone-wrap,
[dir="rtl"] .k-milestone-wrap {
    margin-left: -2.4em;
}

.k-rtl .k-milestone-wrap .k-task-moment,
[dir="rtl"] .k-milestone-wrap .k-task-moment {
    margin-right: 0.2em;
}

.k-rtl .k-gantt-timeline-pane .k-milestone-wrap .k-task-start,
[dir="rtl"] .k-gantt-timeline-pane .k-milestone-wrap .k-task-start {
    right: -0.1em;
}

.k-rtl .k-gantt-tooltip-validation::before,
[dir="rtl"] .k-gantt-tooltip-validation::before {
    left: auto;
    right: 0;
}

.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-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: black;
}

.k-gantt .k-gantt-dependencies-svg polyline.k-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-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-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-selected {
    color: #ffaea8;
}

.k-task-summary.k-selected .k-task-summary-complete {
    color: #ff6358;
}

.k-task-single {
    color: white;
    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-selected {
    color: white;
    background-color: #ffaea8;
}

.k-task-single.k-selected .k-task-complete {
    background-color: #ff6358;
}

.k-gantt-line {
    color: black;
}

.k-gantt-line.k-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-gantt-tooltip-validation::before {
    background-color: #656565;
}

.k-gantt-tooltip-valid::before {
    background-color: #37b400;
}

.k-gantt-tooltip-invalid::before {
    background-color: #f31700;
}

.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    -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 .k-scheduler-edit-dialog,
.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-block: 8px;
    padding-inline: 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: -webkit-sticky;
    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: -webkit-box;
    display: flex;
    -webkit-box-flex: 100%;
            flex: 100%;
    flex-wrap: wrap;
}

.k-scheduler-layout-flex .k-scheduler-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    width: 100%;
    min-width: 0;
}

.k-scheduler-layout-flex .k-scheduler-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    flex-wrap: wrap;
}

.k-scheduler-layout-flex .k-scheduler-group .k-group-cell {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    flex-wrap: wrap;
    overflow: auto;
}

.k-scheduler-layout-flex .k-scheduler-group .k-group-content {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            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-scheduler-timeline-view .k-scheduler-body .k-scheduler-cell {
    flex-basis: auto;
}

.k-scheduler-layout-flex .k-more-events {
    bottom: 2px;
    left: 0;
    width: 100%;
}

.k-scheduler-layout-flex .k-scheduler-cell {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    padding-block: 8px;
    padding-inline: 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 {
    -webkit-box-pack: center;
            justify-content: center;
    font-weight: bold;
}

.k-scheduler-layout-flex .k-scheduler-cell.k-side-cell {
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 0;
            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 {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
}

.k-scheduler-layout-flex .k-resource-content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-width: 0;
}

.k-scheduler-layout-flex .k-sticky-cell {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 0;
    position: -webkit-sticky;
    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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    gap: 4px;
    cursor: pointer;
}

.k-scheduler-toolbar .k-scheduler-search {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.k-scheduler-toolbar .k-views-dropdown {
    width: auto;
    font: inherit;
}

.k-scheduler-footer {
    box-shadow: none;
    border-width: 0;
    border-top-width: 1px;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
}

.k-scheduler-layout {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    position: relative;
    z-index: 1;
}

.k-scheduler-layout > tbody > tr > td {
    padding: 0;
    vertical-align: top;
}

.k-scheduler-layout td.k-selected,
.k-scheduler-layout .k-scheduler-cell.k-selected {
    outline: none;
}

.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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 {
    -webkit-padding-end: var(--kendo-scrollbar-width, 17px);
            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: end;
}

.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;
}

.k-scheduler-content:focus {
    outline: none;
}

kendo-scheduler .k-event,
.k-event {
    border-radius: 4px;
    min-height: 25px;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-radius: 4px;
    text-align: start;
    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-block: 4px;
    padding-inline: 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-hover .k-event-delete,
.k-event .k-event-actions:hover .k-event-delete,
.k-event .k-event-actions.k-hover .k-event-delete {
    opacity: 1;
}

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: 32px;
    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: 32px;
    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-hover .k-event-actions .k-event-delete,
kendo-scheduler .k-event.k-hover .k-resize-handle,
.k-event:hover .k-event-actions .k-event-delete,
.k-event:hover .k-resize-handle,
.k-event.k-hover .k-event-actions .k-event-delete,
.k-event.k-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;
    -webkit-box-pack: center;
            justify-content: center;
}

.k-more-events > .k-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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: end;
}

.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-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-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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.k-scheduler-pane .k-scheduler-times {
    -webkit-box-flex: 0;
            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 {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-scheduler-yearview .k-scheduler-body {
    padding-block: 12px;
    padding-inline: 12px;
    -webkit-box-pack: center;
            justify-content: center;
}

.k-scheduler-yearview .k-calendar {
    width: 100%;
    border-width: 0;
}

.k-scheduler-yearview .k-calendar .k-calendar-view {
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 12px;
}

.k-scheduler-yearview .k-calendar .k-content {
    -webkit-box-flex: 0;
            flex: 0;
}

.k-scheduler-yearview .k-calendar .k-link {
    position: relative;
}

.k-scheduler-yearview .k-calendar td.k-selected {
    background-color: inherit;
}

.k-scheduler-yearview .k-day-indicator {
    margin-top: calc(32px - 0.5em);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 1.5px);
}

.k-scheduler-tooltip {
    padding-block: 8px;
    padding-inline: 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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 4px;
}

.k-scheduler-tooltip .k-tooltip-event {
    padding-block: 4px;
    padding-inline: 8px;
    border-radius: 4px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    flex-shrink: 0;
    position: relative;
    gap: 4px;
}

.k-scheduler-tooltip .k-tooltip-event .k-event-time {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    font-size: inherit;
}

.k-scheduler-tooltip .k-no-data, .k-scheduler-tooltip .k-nodata {
    height: auto;
    min-height: auto;
    color: inherit;
}

.k-scheduler-edit-dialog .k-dialog {
    max-height: 100vh;
}

.k-scheduler-edit-form .k-edit-form-container {
    width: 100%;
}

.k-scheduler-edit-form .k-edit-label {
    width: 17%;
}

.k-scheduler-edit-form .k-edit-field {
    width: 77%;
}

.k-scheduler-edit-form .k-edit-field > ul > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
}

.k-scheduler-edit-form .k-recurrence-editor .k-radio-list .k-radio-wrap,
.k-scheduler-edit-form .k-recurrence-editor .k-checkbox-list .k-checkbox-wrap {
    align-self: center;
}

.k-scheduler-edit-form .k-recur-interval,
.k-scheduler-edit-form .k-recur-count,
.k-scheduler-edit-form .k-recur-monthday {
    width: 5em;
}

.k-scheduler-edit-form .k-recur-until,
.k-scheduler-edit-form .k-recur-month,
.k-scheduler-edit-form .k-recur-weekday,
.k-scheduler-edit-form .k-recur-weekday-offset {
    width: 10em;
}

.k-scheduler-edit-form .k-scheduler-datetime-picker {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 8px;
}

.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 {
    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-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-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-safari .k-scheduler-tooltip .k-tooltip-event:not(:last-child) {
    margin-bottom: 4px;
}

.k-safari .k-scheduler-yearview .k-calendar-view .k-month {
    margin-block: 0;
    margin-inline: 6px;
}

.k-scheduler {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.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;
}

.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-selected,
.k-scheduler-layout .k-scheduler-cell.k-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: white;
    background-color: #ff7c73;
}

.k-event.k-selected {
    color: white;
    background-color: #ff6358;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-event.k-event-inverse {
    color: black;
}

.k-event.k-event-ongoing {
    box-shadow: inset 0px 0px 0px 1px #ff0000;
}

.k-scheduler-marquee::before,
.k-scheduler-marquee::after {
    border-color: #ff6358;
}

.k-scheduler-edit-dialog .k-dialog-actions {
    border-color: rgba(0, 0, 0, 0.08);
}

.k-scheduler-agendaview .k-scheduler-content tr:hover,
.k-scheduler-agendaview .k-scheduler-content tr.k-hover,
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover,
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row.k-hover {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f0f0f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    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-hover .k-scheduler-datecolumn,
.k-scheduler-agendaview .k-scheduler-content tr.k-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-selected {
    background-color: rgba(255, 99, 88, 0.25);
}

.k-scheduler-agendaview .k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
.k-scheduler-agendaview .k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
    background-color: #ffffff;
}

.k-scheduler-yearview .k-day-indicator {
    background-color: #ff6358;
}

.k-scheduler-yearview .k-selected .k-day-indicator {
    background-color: white;
}

.k-tooltip.k-scheduler-tooltip {
    color: #424242;
    background-color: white;
    box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-tooltip.k-scheduler-tooltip .k-callout {
    color: white;
}

.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-chat .k-message-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.k-chat .k-message-list-content {
    padding-block: 16px;
    padding-inline: 16px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            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: -webkit-box;
    display: flex;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
}

.k-chat .k-message-group:not(.k-alt) {
    -webkit-box-align: start;
            align-items: flex-start;
    text-align: start;
}

.k-chat .k-message-group:not(.k-alt) .k-message-time {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    inset-inline-start: 100%;
}

.k-chat .k-message-group:not(.k-alt) .k-message-status {
    inset-inline-start: 0;
}

.k-chat .k-message-group:not(.k-alt) .k-first .k-chat-bubble,
.k-chat .k-message-group:not(.k-alt) .k-only .k-chat-bubble {
    border-bottom-left-radius: 2px;
}

.k-chat .k-message-group:not(.k-alt) .k-middle .k-chat-bubble,
.k-chat .k-message-group:not(.k-alt) .k-last .k-chat-bubble {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.k-chat .k-message-group.k-alt {
    align-self: flex-end;
    -webkit-box-align: end;
            align-items: flex-end;
    text-align: end;
}

.k-chat .k-message-group.k-alt .k-message-time {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
    inset-inline-end: 100%;
}

.k-chat .k-message-group.k-alt .k-message-status {
    inset-inline-end: 0;
}

.k-chat .k-message-group.k-alt .k-first .k-chat-bubble,
.k-chat .k-message-group.k-alt .k-only .k-chat-bubble {
    border-bottom-right-radius: 2px;
}

.k-chat .k-message-group.k-alt .k-middle .k-chat-bubble,
.k-chat .k-message-group.k-alt .k-last .k-chat-bubble {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.k-chat .k-message {
    max-width: 100%;
    margin: 2px 0 0;
    position: relative;
    -webkit-transition: margin .2s ease-in-out;
    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%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.k-chat .k-message-status {
    margin-top: 2px;
    height: 0;
    overflow: hidden;
    top: 100%;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
}

.k-chat .k-chat-bubble {
    border-radius: 12px;
    padding-block: 8px;
    padding-inline: 12px;
    border-width: 1px;
    border-style: solid;
    line-height: 18px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.k-chat .k-chat-bubble a {
    color: inherit;
    text-decoration: underline;
}

.k-chat .k-message.k-selected {
    margin-bottom: 16px;
    border: 0;
    color: inherit;
    background: none;
}

.k-chat .k-message.k-selected .k-message-time {
    opacity: 1;
}

.k-chat .k-message.k-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 {
    margin: 0;
    position: absolute;
}

.k-message-group:not(.k-alt) > .k-avatar {
    inset-inline-start: 0;
    bottom: 0;
}

.k-message-group.k-alt > .k-avatar {
    inset-inline-end: 0;
    bottom: 0;
}

.k-chat .k-avatars .k-message-group:not(.k-no-avatar) {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
}

.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
    -webkit-padding-end: 40px;
            padding-inline-end: 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;
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
    -webkit-margin-after: 4px;
            margin-block-end: 4px;
    padding-block: 8px;
    padding-inline: 12px;
    border-width: 1px;
    border-style: solid;
    line-height: 18px;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    display: inline-block;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    outline: none;
}

.k-scrollable-quick-replies {
    -webkit-margin-start: -16px;
            margin-inline-start: -16px;
    -webkit-margin-end: -16px;
            margin-inline-end: -16px;
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 0;
            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 {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
}

.k-message-box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit !important;
    border-radius: 0 !important;
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
}

.k-message-box:focus, .k-message-box.k-focus, .k-message-box:focus-within {
    outline: 0;
    box-shadow: none;
}

.k-message-box .k-button {
    border-width: 0;
    flex-shrink: 0;
}

.k-message-box .k-button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: inline-block;
}

.k-rtl .k-message-box .k-button,
[dir="rtl"] .k-message-box .k-button {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
}

.k-chat .k-card-list {
    margin: 2px 0 0;
}

.k-message-group.k-alt + .k-card-list,
.k-message-group.k-alt + kendo-chat-message-attachments.k-card-list {
    align-self: flex-end;
}

.k-chat .k-card-deck {
    max-width: calc(100% + 32px);
    box-sizing: border-box;
    -webkit-margin-start: -16px;
            margin-inline-start: -16px;
    -webkit-margin-end: -16px;
            margin-inline-end: -16px;
    padding: 16px 16px 16px;
    overflow: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.k-chat .k-card-deck .k-card {
    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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-bottom: 5px;
}

.k-chat .k-card-deck .k-card-wrap .k-card {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}

.k-chat .k-card-deck .k-card-wrap.k-selected {
    background: none;
}

.k-typing-indicator {
    padding: 0;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}

.k-typing-indicator span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-box-flex: 0;
            flex: 0 0 8px;
    background-color: currentColor;
    opacity: .4;
}

.k-typing-indicator span:nth-of-type(1) {
    -webkit-animation: 1s k-animation-blink infinite 0.3333s;
            animation: 1s k-animation-blink infinite 0.3333s;
}

.k-typing-indicator span:nth-of-type(2) {
    -webkit-animation: 1s k-animation-blink infinite 0.6666s;
            animation: 1s k-animation-blink infinite 0.6666s;
}

.k-typing-indicator span:nth-of-type(3) {
    -webkit-animation: 1s k-animation-blink infinite 0.9999s;
            animation: 1s k-animation-blink infinite 0.9999s;
}

.k-typing-indicator span + span {
    margin-left: 5px;
}

@-webkit-keyframes k-animation-blink {
    50% {
        opacity: 1;
    }
}

@keyframes k-animation-blink {
    50% {
        opacity: 1;
    }
}

.k-chat-toolbar,
.k-chat .k-toolbar-box {
    padding-block: 8px;
    padding-inline: 8px;
    width: 100%;
    border-width: 1px 0 0;
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: none;
    overflow: hidden;
    position: relative;
    gap: 8px;
}

.k-chat-toolbar::before,
.k-chat .k-toolbar-box::before {
    display: none;
}

.k-chat-toolbar .k-button-list,
.k-chat .k-toolbar-box .k-button-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    overflow: hidden;
    scroll-behavior: smooth;
}

.k-chat-toolbar .k-button,
.k-chat .k-toolbar-box .k-button {
    -webkit-box-flex: 0;
            flex: none;
}

.k-chat-toolbar .k-scroll-button,
.k-chat .k-toolbar-box .k-scroll-button {
    padding: 0 4px;
    height: 100%;
    aspect-ratio: auto;
    position: absolute;
    z-index: 2;
    top: 0;
}

.k-chat-toolbar .k-scroll-button .k-button-icon,
.k-chat .k-toolbar-box .k-scroll-button .k-button-icon {
    min-width: auto;
    min-height: auto;
}

.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 {
    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-chat-bubble {
    border-color: #ffffff;
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
    -webkit-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;
    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;
    -webkit-box-ordinal-group: 0;
            order: -1;
}

.k-chat .k-chat-bubble a {
    color: #ff6358;
}

.k-chat .k-chat-bubble a:hover {
    color: #d6534a;
}

.k-chat .k-chat-bubble:hover {
    box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-chat .k-selected .k-chat-bubble {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-chat .k-alt .k-chat-bubble {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
    box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-chat .k-alt .k-chat-bubble:hover {
    box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-chat .k-alt .k-selected .k-chat-bubble {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-chat .k-quick-reply {
    border-color: #ff6358;
    color: #ff6358;
    background-color: transparent;
}

.k-chat .k-quick-reply:hover {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}

.k-chat-toolbar,
.k-chat .k-toolbar-box {
    border-color: inherit;
    color: #424242;
    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 *,
.k-mediaplayer *::before,
.k-mediaplayer *::after {
    box-sizing: border-box;
}

.k-mediaplayer > iframe {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top;
}

.k-mediaplayer-titlebar {
    padding-block: 8px;
    padding-inline: 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-toolbar .k-dropdown-list, .k-mediaplayer-toolbar .k-dropdown,
.k-mediaplayer-toolbar .k-dropdownlist {
    width: auto;
}

.k-mediaplayer-time-wrap {
    -webkit-box-flex: 1;
            flex: 1;
}

.k-mediaplayer-volume-wrap {
    padding: 0 7px;
    -webkit-box-align: center;
            align-items: center;
}

.k-mediaplayer-volume {
    width: 100px;
}

.k-slider.k-mediaplayer-seekbar {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.k-mediaplayer-seekbar .k-slider-track {
    width: 100% !important;
    border-radius: 0;
}

.k-mediaplayer-seekbar .k-slider-selection {
    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: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 66, 66, 0.7)), to(rgba(66, 66, 66, 0)));
    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 *,
.k-timeline *::before,
.k-timeline *::after, .k-timeline::before, .k-timeline::after {
    box-sizing: border-box;
}

.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-block: 4px;
    padding-inline: 8px;
    border-radius: 4px;
    line-height: 1.4285714286;
    min-width: 80px;
    max-width: 160px;
    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-timeline-collapsible .k-card-header {
    cursor: pointer;
}

.k-timeline.k-timeline-collapsible .k-event-collapse {
    display: -webkit-box;
    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: 4px;
}

.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-block: 0;
    padding-inline: 40px;
    margin-block: 40px;
    margin-inline: 0;
    width: 100%;
    position: relative;
    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;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 6px;
}

.k-timeline-vertical .k-timeline-flag-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.k-timeline-vertical .k-timeline-flag-wrap:first-child {
    padding-top: 40px;
}

.k-timeline-vertical .k-timeline-flag {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.k-timeline-vertical .k-timeline-date-wrap {
    position: absolute;
    padding-right: 16px;
    margin-top: 36px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    text-align: end;
}

.k-timeline-vertical .k-timeline-event {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    padding-block: 40px;
    padding-inline: 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: 6px;
}

.k-timeline-vertical .k-timeline-card .k-card .k-card-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            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-block: -4px;
    margin-inline: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-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 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

.k-timeline-vertical .k-timeline-circle {
    margin-top: 36px;
    -webkit-transform: translate(-50%, -50%);
            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 {
    -webkit-box-pack: center;
            justify-content: center;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-flag {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event {
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-date-wrap {
    text-align: start;
    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;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-circle {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 0;
}

.k-timeline-horizontal .k-timeline-track-item {
    -webkit-box-flex: 1;
            flex: 1 0 20%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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%;
}

.k-timeline-horizontal .k-card {
    max-height: 100%;
}

.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;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 6px;
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-track {
    overflow: hidden;
    margin-block: 0;
    margin-inline: 30px;
    position: relative;
    z-index: 2;
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-track .k-timeline-scrollable-wrap {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-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;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
            transform: translate(-50%, 50%) rotate(45deg);
}

.k-timeline-horizontal .k-timeline-scrollable-wrap {
    padding-bottom: 3px;
    display: -webkit-box;
    display: flex;
    outline: 0;
}

.k-timeline-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: 11px;
    z-index: 3;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.k-timeline-arrow-left {
    left: 0;
}

.k-timeline-arrow-right {
    right: 0;
}

.k-timeline-mobile {
    padding-block: 0;
    padding-inline: 16px;
    margin-block: 16px;
    margin-inline: 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: white;
    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-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-focus .k-timeline-circle {
    box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-pdf-viewer {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    z-index: 2;
}

.k-pdf-viewer .k-toolbar .k-pager-wrap,
.k-pdf-viewer .k-toolbar .k-pager {
    padding: 0;
    border-width: 0;
    color: inherit;
    background: none;
    overflow: visible;
}

.k-pdf-viewer .k-canvas {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    outline: none;
}

.k-pdf-viewer .k-canvas.k-enable-text-select {
    -webkit-user-select: text;
        -ms-user-select: text;
            -moz-user-select: text;
         user-select: text;
    cursor: text;
}

.k-pdf-viewer .k-canvas.k-enable-panning {
    cursor: -webkit-grab;
    cursor: grab;
}

.k-pdf-viewer .k-canvas.k-enable-panning span::-moz-selection {
    background-color: transparent;
}

.k-pdf-viewer .k-canvas.k-enable-panning span::selection {
    background-color: transparent;
}

.k-pdf-viewer .k-pdf-viewer-pages {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}

.k-pdf-viewer .k-page {
    position: relative;
    margin-block: 30px;
    margin-inline: 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.25;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    color: transparent;
}

.k-pdf-viewer .k-page .k-text-layer .k-search-highlight-mark {
    color: transparent;
}

.k-pdf-viewer .k-blank-page {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    background-color: inherit !important;
}

.k-pdf-viewer .k-blank-page .k-upload,
.k-pdf-viewer .k-blank-page .k-dropzone,
.k-pdf-viewer .k-blank-page .k-dropzone-inner {
    border: 0;
    background: none;
}

.k-pdf-viewer-canvas > .k-search-panel {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: calc(-1.4285714286em + -44px);
    padding-block: 16px;
    padding-inline: 8px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    display: -webkit-box;
    display: flex;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
    z-index: 10;
    cursor: default;
}

.k-pdf-viewer-canvas > .k-search-panel .k-search-dialog-draghandle {
    cursor: move;
    margin-left: 0;
}

.k-pdf-viewer-canvas > .k-search-panel .k-textbox {
    width: 10em;
    -webkit-box-flex: 0;
            flex: none;
}

.k-pdf-viewer-canvas > .k-search-panel .k-textbox .k-button {
    border-width: 0;
}

.k-pdf-viewer-canvas > .k-search-panel .k-search-matches {
    display: -webkit-inline-box;
    display: inline-flex;
    gap: 4px;
}

.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: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-pdf-viewer .k-blank-page > .k-icon {
    color: #7e7e7e;
}

.k-pdf-viewer .k-search-highlight {
    background-color: #424242;
}

.k-pdf-viewer .k-search-highlight-mark {
    background-color: yellow;
}

.k-pdf-viewer-canvas > .k-search-panel {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.km-scrollview,
.km-scroll-container {
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-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;
    -webkit-transform: translate3d(0, -3em, 0);
            transform: translate3d(0, -3em, 0);
}

.km-scroller-pull .km-template {
    display: inline-block;
    min-width: 200px;
    text-align: start;
}

.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;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 300ms linear;
    transition: -webkit-transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear;
}

.km-widget .km-scroller-release .km-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.km-widget .km-scroller-refresh .km-icon {
    -webkit-transition: none;
    transition: none;
}

.km-touch-scrollbar {
    position: absolute;
    visibility: hidden;
    z-index: 200000;
    height: .4em;
    width: .4em;
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: opacity .3s linear;
    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;
}

.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 {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    cursor: default;
    white-space: nowrap;
}

.k-scrollview-wrap > .k-scrollview-view {
    display: inline-block;
    overflow: hidden;
    flex-shrink: 0;
}

.k-scrollview-wrap img {
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

.k-scrollview-wrap.k-scrollview-animate {
    width: calc(var(--kendo-scrollview-views, 1)*100%);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transform: translateX(calc(-100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
            transform: translateX(calc(-100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
}

[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
    -webkit-transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
            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));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
}

.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 kendo-scrollview-pager {
    pointer-events: none;
}

kendo-scrollview.k-scrollview .k-scrollview-nav {
    pointer-events: initial;
}

.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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    pointer-events: initial;
}

.k-scrollview-nav:focus {
    outline: none;
}

.k-scrollview-nav > .k-link {
    margin-block: 0;
    margin-inline: 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;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    cursor: pointer;
    pointer-events: all;
    vertical-align: top;
}

.k-scrollview-nav > .k-link::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -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;
        -ms-user-select: none;
            -moz-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-weight: normal;
}

.k-scrollview-prev {
    inset-inline-start: 0;
}

.k-scrollview-next {
    inset-inline-end: 0;
}

.k-scrollview-animation {
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
}

.k-scrollview {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-scrollview.k-scrollview-dark kendo-scrollview-pager,
.k-scrollview.k-scrollview-dark .k-scrollview-nav-wrap {
    background-color: rgba(0, 0, 0, 0.4);
}

.k-scrollview.k-scrollview-dark .k-scrollview-next,
.k-scrollview.k-scrollview-dark .k-scrollview-prev {
    color: rgba(0, 0, 0, 0.4);
}

.k-scrollview.k-scrollview-light kendo-scrollview-pager,
.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-focus,
.k-scrollview-prev:focus,
.k-scrollview-prev.k-focus {
    color: white;
    opacity: 1;
}

.k-scrollview-next:focus .k-icon::before, .k-scrollview-next.k-focus .k-icon::before,
.k-scrollview-prev:focus .k-icon::before,
.k-scrollview-prev.k-focus .k-icon::before {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-scrollview-next:hover, .k-scrollview-next.k-hover,
.k-scrollview-prev:hover,
.k-scrollview-prev.k-hover {
    color: white;
    opacity: 1;
}

.k-scrollview-nav > .k-link {
    background: #f5f5f5;
    border: rgba(0, 0, 0, 0.08);
}

.k-scrollview-nav > .k-link.k-primary {
    background: #ff6358;
    border: #ff6358;
}

.k-scrollview-nav > .k-link:focus, .k-scrollview-nav > .k-link.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-scrollview-nav > .k-link:hover, .k-scrollview-nav > .k-link.k-hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-prompt {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    overflow: hidden;
}

.k-prompt-content {
    padding-block: 16px;
    padding-inline: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    gap: 16px;
    overflow: auto;
}

.k-prompt-view {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    gap: 16px;
}

.k-prompt-expander {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 8px;
}

.k-prompt-expander-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    gap: 8px;
    align-self: stretch;
}

.k-prompt-suggestion {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding-block: 8px;
    padding-inline: 8px;
    cursor: pointer;
}

.k-prompt-setting {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.k-prompt-actions.k-actions, .k-prompt-actions.k-edit-buttons,
.k-prompt-actions.k-action-buttons,
.k-prompt-actions.k-columnmenu-actions, .k-prompt-actions.k-form-buttons {
    margin: 0;
}

.k-prompt {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-prompt-header {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

.k-prompt-content {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}

.k-prompt-suggestion {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-barcode {
    display: inline-block;
}

.k-barcode > div {
    height: 150px;
}

.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 {
    -webkit-transition: left 300ms cubic-bezier(0, 0.33, 0.19, 1), top 300ms cubic-bezier(0, 0.33, 0.19, 1);
    transition: left 300ms cubic-bezier(0, 0.33, 0.19, 1), top 300ms cubic-bezier(0, 0.33, 0.19, 1);
}

.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: 4px;
    font-size: 13.006px;
    line-height: 1.4285714286;
    padding-block: 4px;
    padding-inline: 8px;
}

.k-chart-tooltip th {
    width: auto;
    text-align: center;
    padding: 1px;
}

.k-chart-tooltip td {
    width: auto;
    text-align: start;
    padding-block: 2px;
    padding-inline: 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;
    -webkit-transform: translateZ(0);
            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-navigator-hint div {
    position: absolute;
}

.k-navigator-hint .k-scroll {
    border-radius: 4px;
    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 {
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}

.k-chart-donut-center {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            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-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-block: 2px;
    padding-inline: 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-block: 4px;
    padding-inline: 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 {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: rotate(-90deg);
            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: start;
    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-qrcode > div {
    height: 150px;
}

.k-var--primary {
    background-color: #ff6358;
}

.k-var--primary-contrast {
    background-color: white;
}

.k-var--base {
    background-color: #fafafa;
}

.k-var--background {
    background-color: #ffffff;
}

.k-var--border-radius {
    margin-top: 4px;
}

.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: white;
}

.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: #ffe162;
}

.k-var--series-c {
    background-color: #4cd180;
}

.k-var--series-d {
    background-color: #4b5ffa;
}

.k-var--series-e {
    background-color: #ac58ff;
}

.k-var--series-f {
    background-color: #ff5892;
}

.k-var--series-1 {
    background-color: #ff6358;
}

.k-var--series-2 {
    background-color: #ffe162;
}

.k-var--series-3 {
    background-color: #4cd180;
}

.k-var--series-4 {
    background-color: #4b5ffa;
}

.k-var--series-5 {
    background-color: #ac58ff;
}

.k-var--series-6 {
    background-color: #ff5892;
}

.k-var--series-7 {
    background-color: #ff8a82;
}

.k-var--series-8 {
    background-color: #ffe989;
}

.k-var--series-9 {
    background-color: #79dda0;
}

.k-var--series-10 {
    background-color: #7887fb;
}

.k-var--series-11 {
    background-color: #c182ff;
}

.k-var--series-12 {
    background-color: #ff82ad;
}

.k-var--series-13 {
    background-color: #bf4a42;
}

.k-var--series-14 {
    background-color: #bfa94a;
}

.k-var--series-15 {
    background-color: #399d60;
}

.k-var--series-16 {
    background-color: #3847bc;
}

.k-var--series-17 {
    background-color: #8142bf;
}

.k-var--series-18 {
    background-color: #bf426e;
}

.k-var--series-19 {
    background-color: #ffb1ac;
}

.k-var--series-20 {
    background-color: #fff0b1;
}

.k-var--series-21 {
    background-color: #a6e8c0;
}

.k-var--series-22 {
    background-color: #a5affd;
}

.k-var--series-23 {
    background-color: #d6acff;
}

.k-var--series-24 {
    background-color: #ffacc9;
}

.k-var--series-25 {
    background-color: #80322c;
}

.k-var--series-26 {
    background-color: #807131;
}

.k-var--series-27 {
    background-color: #266940;
}

.k-var--series-28 {
    background-color: #26307d;
}

.k-var--series-29 {
    background-color: #562c80;
}

.k-var--series-30 {
    background-color: #802c49;
}

.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: #000000;
}

.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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    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-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:hover,
.k-treemap .k-leaf.k-hover {
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.k-map {
    height: 600px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: inherit;
}

.k-map *,
.k-map *::before,
.k-map *::after {
    box-sizing: border-box;
}

.k-map .km-scroll-wrapper {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-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 {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    cursor: pointer;
    position: absolute;
    overflow: visible;
}

.k-map .k-attribution {
    padding-block: 2px;
    padding-inline: 4px;
    border-width: 0;
    font-size: 10.5px;
    z-index: 1000;
}

.k-map-controls {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.k-navigator {
    margin: 16px;
    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 {
    padding: 0;
    width: auto;
    height: auto;
    line-height: 1;
    box-shadow: none;
    position: absolute;
}

.k-navigator .k-button .k-icon {
    min-width: 0;
    min-height: 0;
}

.k-navigator .k-navigator-n,
.k-navigator .k-navigator-up {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 2px;
    left: 50%;
}

.k-navigator .k-navigator-e,
.k-navigator .k-navigator-right {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2px;
    top: 50%;
}

.k-navigator .k-navigator-s,
.k-navigator .k-navigator-down {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 2px;
    left: 50%;
}

.k-navigator .k-navigator-w,
.k-navigator .k-navigator-left {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2px;
    top: 50%;
}

.k-zoom-control {
    margin: 16px;
    border: 0;
    background: none;
    display: -webkit-box;
    display: flex;
}

.k-pdf-export .k-zoom-control {
    display: none;
}

.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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    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-block: 24px;
    padding-inline: 24px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    overflow: auto;
}

.k-orgchart *,
.k-orgchart *::before,
.k-orgchart *::after {
    box-sizing: border-box;
}

.k-orgchart-container {
    margin-block: 0;
    margin-inline: auto;
    width: 100%;
    height: 100%;
    position: relative;
}

.k-orgchart-group {
    gap: 24px;
}

.k-orgchart-group.k-vstack > .k-orgchart-node-container, .k-orgchart-group.k-vbox > .k-orgchart-node-container {
    gap: 0;
}

.k-orgchart-node-container {
    gap: 24px;
}

.k-orgchart-node-group-container {
    border-radius: 4px;
    padding-block: 24px;
    padding-inline: 24px;
    border-width: 1px;
    border-style: solid;
    outline: 0;
}

.k-orgchart-node-group-title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.25;
}

.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;
}

.k-orgchart-card .k-card-subtitle {
    margin: 0 0 0px;
}

.k-orgchart-card .k-card-body {
    border-width: 2px 0 0;
    border-style: solid;
    -webkit-box-flex: 0;
            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-block: 0;
    margin-inline: 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-focus {
    box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.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-focus {
    box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
    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);
}

.k-signature {
    width: 250px;
    min-height: 84px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.k-signature.k-signature-maximized {
    width: 750px;
    height: 252px;
}

.k-signature.k-signature-maximized > .k-signature-line {
    border-bottom-width: 3px;
}

.k-signature-actions {
    display: -webkit-box;
    display: flex;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    gap: 4px;
    z-index: 2;
}

.k-signature-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    outline: none;
}

.k-signature-line {
    position: absolute;
    bottom: 33%;
    z-index: 2;
    pointer-events: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.k-signature-sm {
    padding-inline: 2px;
    padding-block: 2px;
}

.k-signature-sm .k-signature-line {
    width: calc(100% - 4px);
}

.k-signature-md {
    padding-inline: 4px;
    padding-block: 4px;
}

.k-signature-md .k-signature-line {
    width: calc(100% - 8px);
}

.k-signature-lg {
    padding-inline: 8px;
    padding-block: 8px;
}

.k-signature-lg .k-signature-line {
    width: calc(100% - 16px);
}

.k-signature-lg {
    min-height: 110px;
}

.k-signature .k-signature-line {
    border-bottom-color: rgba(0, 88, 233, 0.24);
}



@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
/*******************************/
/*******************************/
/*Theme Colors*/
/*Topbar Colors*/
/*Sidebar Colors*/
/*Boxed layout width*/
/*Shadow*/
/*transitions*/
/*Dark transparent bg*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
*,::after,::before{box-sizing:border-box}
html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}
[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}
hr{box-sizing:content-box;height:0;overflow:visible}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}
p{margin-top:0;margin-bottom:1rem}
abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}
address{margin-bottom:1rem;font-style:normal;line-height:inherit}
dl,ol,ul{margin-top:0;margin-bottom:1rem}
ol ol,ol ul,ul ol,ul ul{margin-bottom:0}
dt{font-weight:700}
dd{margin-bottom:.5rem;margin-left:0}
blockquote{margin:0 0 1rem}
b,strong{font-weight:bolder}
small{font-size:80%}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
a{color:#007bff;text-decoration:none;background-color:transparent}
a:hover{color:#0056b3;text-decoration:underline}
a:not([href]){color:inherit;text-decoration:none}
a:not([href]):hover{color:inherit;text-decoration:none}
code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}
pre{margin-top:0;margin-bottom:1rem;overflow:auto}
figure{margin:0 0 1rem}
img{vertical-align:middle;border-style:none}
svg{overflow:hidden;vertical-align:middle}
table{border-collapse:collapse}
caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}
th{text-align:inherit}
label{display:inline-block;margin-bottom:.5rem}
button{border-radius:0}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}
button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}
button,input{overflow:visible}
button,select{text-transform:none}
select{word-wrap:normal}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}
textarea{overflow:auto;resize:vertical}
fieldset{min-width:0;padding:0;margin:0;border:0}
legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}
progress{vertical-align:baseline}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{outline-offset:-2px;-webkit-appearance:none}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}
output{display:inline-block}
summary{display:list-item;cursor:pointer}
template{display:none}
[hidden]{display:none!important}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}
.h1,h1{font-size:2.5rem}
.h2,h2{font-size:2rem}
.h3,h3{font-size:1.75rem}
.h4,h4{font-size:1.5rem}
.h5,h5{font-size:1.25rem}
.h6,h6{font-size:1rem}
.lead{font-size:1.25rem;font-weight:300}
.display-1{font-size:6rem;font-weight:300;line-height:1.2}
.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}
.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}
.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}
hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}
.small,small{font-size:80%;font-weight:400}
.mark,mark{padding:.2em;background-color:#fcf8e3}
.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:.5rem}
.initialism{font-size:90%;text-transform:uppercase}
.blockquote{margin-bottom:1rem;font-size:1.25rem}
.blockquote-footer{display:block;font-size:80%;color:#6c757d}
.blockquote-footer::before{content:"\2014\00A0"}
.img-fluid{max-width:100%;height:auto}
.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}
.figure{display:inline-block}
.figure-img{margin-bottom:.5rem;line-height:1}
.figure-caption{font-size:90%;color:#6c757d}
code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}
a>code{color:inherit}
kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}
kbd kbd{padding:0;font-size:100%;font-weight:700}
pre{display:block;font-size:87.5%;color:#212529}
pre code{font-size:inherit;color:inherit;word-break:normal}
.pre-scrollable{max-height:340px;overflow-y:scroll}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1140px}}
.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container,.container-sm{max-width:540px}}
@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}
@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}
@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}
.row{display:-webkit-box;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
.no-gutters{margin-right:0;margin-left:0}
.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}
.col{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}
.row-cols-1>*{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
.row-cols-2>*{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
.row-cols-3>*{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}
.row-cols-4>*{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}
.row-cols-5>*{-webkit-box-flex:0;flex:0 0 20%;max-width:20%}
.row-cols-6>*{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}
.col-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}
.col-1{-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}
.col-2{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}
.col-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}
.col-4{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}
.col-5{-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}
.col-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
.col-7{-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}
.col-8{-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}
.col-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}
.col-10{-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}
.col-11{-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}
.col-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
.order-first{-webkit-box-ordinal-group:0;order:-1}
.order-last{-webkit-box-ordinal-group:14;order:13}
.order-0{-webkit-box-ordinal-group:1;order:0}
.order-1{-webkit-box-ordinal-group:2;order:1}
.order-2{-webkit-box-ordinal-group:3;order:2}
.order-3{-webkit-box-ordinal-group:4;order:3}
.order-4{-webkit-box-ordinal-group:5;order:4}
.order-5{-webkit-box-ordinal-group:6;order:5}
.order-6{-webkit-box-ordinal-group:7;order:6}
.order-7{-webkit-box-ordinal-group:8;order:7}
.order-8{-webkit-box-ordinal-group:9;order:8}
.order-9{-webkit-box-ordinal-group:10;order:9}
.order-10{-webkit-box-ordinal-group:11;order:10}
.order-11{-webkit-box-ordinal-group:12;order:11}
.order-12{-webkit-box-ordinal-group:13;order:12}
.offset-1{margin-left:8.333333%}
.offset-2{margin-left:16.666667%}
.offset-3{margin-left:25%}
.offset-4{margin-left:33.333333%}
.offset-5{margin-left:41.666667%}
.offset-6{margin-left:50%}
.offset-7{margin-left:58.333333%}
.offset-8{margin-left:66.666667%}
.offset-9{margin-left:75%}
.offset-10{margin-left:83.333333%}
.offset-11{margin-left:91.666667%}
@media (min-width:576px){.col-sm{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;order:13}.order-sm-0{-webkit-box-ordinal-group:1;order:0}.order-sm-1{-webkit-box-ordinal-group:2;order:1}.order-sm-2{-webkit-box-ordinal-group:3;order:2}.order-sm-3{-webkit-box-ordinal-group:4;order:3}.order-sm-4{-webkit-box-ordinal-group:5;order:4}.order-sm-5{-webkit-box-ordinal-group:6;order:5}.order-sm-6{-webkit-box-ordinal-group:7;order:6}.order-sm-7{-webkit-box-ordinal-group:8;order:7}.order-sm-8{-webkit-box-ordinal-group:9;order:8}.order-sm-9{-webkit-box-ordinal-group:10;order:9}.order-sm-10{-webkit-box-ordinal-group:11;order:10}.order-sm-11{-webkit-box-ordinal-group:12;order:11}.order-sm-12{-webkit-box-ordinal-group:13;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}
@media (min-width:768px){.col-md{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-webkit-box-flex:0;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;order:-1}.order-md-last{-webkit-box-ordinal-group:14;order:13}.order-md-0{-webkit-box-ordinal-group:1;order:0}.order-md-1{-webkit-box-ordinal-group:2;order:1}.order-md-2{-webkit-box-ordinal-group:3;order:2}.order-md-3{-webkit-box-ordinal-group:4;order:3}.order-md-4{-webkit-box-ordinal-group:5;order:4}.order-md-5{-webkit-box-ordinal-group:6;order:5}.order-md-6{-webkit-box-ordinal-group:7;order:6}.order-md-7{-webkit-box-ordinal-group:8;order:7}.order-md-8{-webkit-box-ordinal-group:9;order:8}.order-md-9{-webkit-box-ordinal-group:10;order:9}.order-md-10{-webkit-box-ordinal-group:11;order:10}.order-md-11{-webkit-box-ordinal-group:12;order:11}.order-md-12{-webkit-box-ordinal-group:13;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}
@media (min-width:992px){.col-lg{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;order:13}.order-lg-0{-webkit-box-ordinal-group:1;order:0}.order-lg-1{-webkit-box-ordinal-group:2;order:1}.order-lg-2{-webkit-box-ordinal-group:3;order:2}.order-lg-3{-webkit-box-ordinal-group:4;order:3}.order-lg-4{-webkit-box-ordinal-group:5;order:4}.order-lg-5{-webkit-box-ordinal-group:6;order:5}.order-lg-6{-webkit-box-ordinal-group:7;order:6}.order-lg-7{-webkit-box-ordinal-group:8;order:7}.order-lg-8{-webkit-box-ordinal-group:9;order:8}.order-lg-9{-webkit-box-ordinal-group:10;order:9}.order-lg-10{-webkit-box-ordinal-group:11;order:10}.order-lg-11{-webkit-box-ordinal-group:12;order:11}.order-lg-12{-webkit-box-ordinal-group:13;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}
@media (min-width:1200px){.col-xl{flex-basis:0;-webkit-box-flex:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-webkit-box-flex:0;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;order:13}.order-xl-0{-webkit-box-ordinal-group:1;order:0}.order-xl-1{-webkit-box-ordinal-group:2;order:1}.order-xl-2{-webkit-box-ordinal-group:3;order:2}.order-xl-3{-webkit-box-ordinal-group:4;order:3}.order-xl-4{-webkit-box-ordinal-group:5;order:4}.order-xl-5{-webkit-box-ordinal-group:6;order:5}.order-xl-6{-webkit-box-ordinal-group:7;order:6}.order-xl-7{-webkit-box-ordinal-group:8;order:7}.order-xl-8{-webkit-box-ordinal-group:9;order:8}.order-xl-9{-webkit-box-ordinal-group:10;order:9}.order-xl-10{-webkit-box-ordinal-group:11;order:10}.order-xl-11{-webkit-box-ordinal-group:12;order:11}.order-xl-12{-webkit-box-ordinal-group:13;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}
.table{width:100%;margin-bottom:1rem;color:#212529}
.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}
.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}
.table tbody+tbody{border-top:2px solid #dee2e6}
.table-sm td,.table-sm th{padding:.3rem}
.table-bordered{border:1px solid #dee2e6}
.table-bordered td,.table-bordered th{border:1px solid #dee2e6}
.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}
.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}
.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}
.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}
.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}
.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}
.table-hover .table-primary:hover{background-color:#9fcdff}
.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}
.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}
.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}
.table-hover .table-secondary:hover{background-color:#c8cbcf}
.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}
.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}
.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}
.table-hover .table-success:hover{background-color:#b1dfbb}
.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}
.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}
.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}
.table-hover .table-info:hover{background-color:#abdde5}
.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}
.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}
.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}
.table-hover .table-warning:hover{background-color:#ffe8a1}
.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}
.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}
.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}
.table-hover .table-danger:hover{background-color:#f1b0b7}
.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}
.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}
.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}
.table-hover .table-light:hover{background-color:#ececf6}
.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}
.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}
.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}
.table-hover .table-dark:hover{background-color:#b9bbbe}
.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}
.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}
.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}
.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}
.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}
.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}
.table-dark{color:#fff;background-color:#343a40}
.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}
.table-dark.table-bordered{border:0}
.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}
.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}
@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}
@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}
@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}
@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}
.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-responsive>.table-bordered{border:0}
.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.form-control{-webkit-transition:none;transition:none}}
.form-control::-ms-expand{background-color:transparent;border:0}
.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}
.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}
.form-control::-moz-placeholder{color:#6c757d;opacity:1}
.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}
.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}
.form-control::placeholder{color:#6c757d;opacity:1}
.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}
select.form-control:focus::-ms-value{color:#495057;background-color:#fff}
.form-control-file,.form-control-range{display:block;width:100%}
.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}
.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}
.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}
.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}
.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}
.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}
select.form-control[multiple],select.form-control[size]{height:auto}
textarea.form-control{height:auto}
.form-group{margin-bottom:1rem}
.form-text{display:block;margin-top:.25rem}
.form-row{display:-webkit-box;display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}
.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}
.form-check{position:relative;display:block;padding-left:1.25rem}
.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}
.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}
.form-check-label{margin-bottom:0}
.form-check-inline{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center;padding-left:0;margin-right:.75rem}
.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}
.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}
.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}
.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}
.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}
.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}
.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}
.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}
.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}
.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}
.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}
.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}
.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}
.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}
.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}
.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}
.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}
.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}
.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}
.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}
.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}
.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}
.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}
.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}
.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}
.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}
.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}
.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}
.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}
.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}
.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}
.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}
.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}
.form-inline{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-align:center;align-items:center}
.form-inline .form-check{width:100%}
@media (min-width:576px){.form-inline label{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:flex;-webkit-box-flex:0;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}
.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.btn{-webkit-transition:none;transition:none}}
.btn:hover{color:#212529;text-decoration:none}
.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.btn.disabled,.btn:disabled{opacity:.65}
a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}
.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}
.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}
.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}
.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}
.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}
.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}
.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}
.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}
.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}
.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}
.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}
.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}
.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}
.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}
.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}
.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}
.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}
.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}
.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}
.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}
.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}
.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}
.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}
.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}
.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}
.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}
.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}
.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}
.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}
.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}
.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}
.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}
.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}
.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}
.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}
.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}
.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}
.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}
.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}
.btn-outline-primary{color:#007bff;border-color:#007bff}
.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}
.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}
.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}
.btn-outline-secondary{color:#6c757d;border-color:#6c757d}
.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}
.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}
.btn-outline-success{color:#28a745;border-color:#28a745}
.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}
.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}
.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.btn-outline-info{color:#17a2b8;border-color:#17a2b8}
.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}
.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}
.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}
.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}
.btn-outline-warning{color:#ffc107;border-color:#ffc107}
.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}
.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}
.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}
.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}
.btn-outline-danger{color:#dc3545;border-color:#dc3545}
.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}
.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}
.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}
.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}
.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}
.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}
.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}
.btn-outline-dark{color:#343a40;border-color:#343a40}
.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}
.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}
.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}
.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}
.btn-link{font-weight:400;color:#007bff;text-decoration:none}
.btn-link:hover{color:#0056b3;text-decoration:underline}
.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}
.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}
.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}
.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}
.btn-block{display:block;width:100%}
.btn-block+.btn-block{margin-top:.5rem}
input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}
.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}
@media (prefers-reduced-motion:reduce){.fade{-webkit-transition:none;transition:none}}
.fade:not(.show){opacity:0}
.collapse:not(.show){display:none}
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}
@media (prefers-reduced-motion:reduce){.collapsing{-webkit-transition:none;transition:none}}
.dropdown,.dropleft,.dropright,.dropup{position:relative}
.dropdown-toggle{white-space:nowrap}
.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}
.dropdown-toggle:empty::after{margin-left:0}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 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,.15);border-radius:.25rem}
.dropdown-menu-left{right:auto;left:0}
.dropdown-menu-right{right:0;left:auto}
@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}
@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}
@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}
@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}
.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}
.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}
.dropup .dropdown-toggle:empty::after{margin-left:0}
.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}
.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}
.dropright .dropdown-toggle:empty::after{margin-left:0}
.dropright .dropdown-toggle::after{vertical-align:0}
.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}
.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}
.dropleft .dropdown-toggle::after{display:none}
.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}
.dropleft .dropdown-toggle:empty::after{margin-left:0}
.dropleft .dropdown-toggle::before{vertical-align:0}
.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}
.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}
.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}
.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}
.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}
.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}
.dropdown-menu.show{display:block}
.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}
.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}
.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:inline-flex;vertical-align:middle}
.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:1;flex:1 1 auto}
.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}
.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}
.btn-toolbar{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:start;justify-content:flex-start}
.btn-toolbar .input-group{width:auto}
.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}
.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}
.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}
.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}
.dropleft .dropdown-toggle-split::before{margin-right:0}
.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}
.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}
.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:center;justify-content:center}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}
.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}
.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}
.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}
.input-group{position:relative;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-align:stretch;align-items:stretch;width:100%}
.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-webkit-box-flex:1;flex:1 1 0%;min-width:0;margin-bottom:0}
.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}
.input-group>.custom-file .custom-file-input:focus{z-index:4}
.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.input-group>.custom-file{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}
.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}
.input-group-append,.input-group-prepend{display:-webkit-box;display:flex}
.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}
.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}
.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}
.input-group-prepend{margin-right:-1px}
.input-group-append{margin-left:-1px}
.input-group-text{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}
.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}
.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}
.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}
.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}
.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}
.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}
.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}
.custom-control-inline{display:-webkit-inline-box;display:inline-flex;margin-right:1rem}
.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}
.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}
.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}
.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}
.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}
.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}
.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}
.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}
.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}
.custom-checkbox .custom-control-label::before{border-radius:.25rem}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}
.custom-radio .custom-control-label::before{border-radius:50%}
.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}
.custom-switch{padding-left:2.25rem}
.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}
.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{-webkit-transition:none;transition:none}}
.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}
.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.custom-select:focus::-ms-value{color:#495057;background-color:#fff}
.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}
.custom-select:disabled{color:#6c757d;background-color:#e9ecef}
.custom-select::-ms-expand{display:none}
.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}
.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}
.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}
.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}
.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}
.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}
.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}
.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}
.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}
.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}
.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.custom-range:focus{outline:0}
.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}
.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}
.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}
.custom-range::-moz-focus-outer{border:0}
.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}
@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}
.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}
.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}
.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}
@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-webkit-transition:none;transition:none}}
.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}
.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}
.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}
@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-webkit-transition:none;transition:none}}
.custom-range::-ms-thumb:active{background-color:#b3d7ff}
.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}
.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}
.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}
.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}
.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}
.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}
.custom-range:disabled::-moz-range-track{cursor:default}
.custom-range:disabled::-ms-thumb{background-color:#adb5bd}
.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:none;transition:none}}
.nav{display:-webkit-box;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}
.nav-link{display:block;padding:.5rem 1rem}
.nav-link:focus,.nav-link:hover{text-decoration:none}
.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}
.nav-tabs{border-bottom:1px solid #dee2e6}
.nav-tabs .nav-item{margin-bottom:-1px}
.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}
.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{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{border-radius:.25rem}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}
.nav-fill .nav-item{-webkit-box-flex:1;flex:1 1 auto;text-align:center}
.nav-justified .nav-item{flex-basis:0;-webkit-box-flex:1;flex-grow:1;text-align:center}
.tab-content>.tab-pane{display:none}
.tab-content>.active{display:block}
.navbar{position:relative;display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;padding:.5rem 1rem}
.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between}
.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}
.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}
.navbar-nav{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;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;float:none}
.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}
.navbar-collapse{flex-basis:100%;-webkit-box-flex:1;flex-grow:1;-webkit-box-align:center;align-items:center}
.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}
.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}
.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}
@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}
@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}
@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}
@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}
@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}
@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}
@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}
@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}
.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-pack:start;justify-content:flex-start}
.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}
.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}
.navbar-expand .navbar-nav .dropdown-menu{position:absolute}
.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}
.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}
.navbar-expand .navbar-collapse{display:-webkit-box!important;display:flex!important;flex-basis:auto}
.navbar-expand .navbar-toggler{display:none}
.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}
.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}
.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}
.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}
.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}
.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}
.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' 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,.5)}
.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}
.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}
.navbar-dark .navbar-brand{color:#fff}
.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}
.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}
.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}
.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}
.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}
.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}
.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' 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,.5)}
.navbar-dark .navbar-text a{color:#fff}
.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}
.card{position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}
.card>hr{margin-right:0;margin-left:0}
.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
.card-body{-webkit-box-flex:1;flex:1 1 auto;min-height:1px;padding:1.25rem}
.card-title{margin-bottom:.75rem}
.card-subtitle{margin-top:-.375rem;margin-bottom:0}
.card-text:last-child{margin-bottom:0}
.card-link:hover{text-decoration:none}
.card-link+.card-link{margin-left:1.25rem}
.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}
.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}
.card-header+.list-group .list-group-item:first-child{border-top:0}
.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}
.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}
.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}
.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}
.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}
.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}
.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}
.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}
.card-deck .card{margin-bottom:15px}
@media (min-width:576px){.card-deck{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-webkit-box-flex:1;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}
.card-group>.card{margin-bottom:15px}
@media (min-width:576px){.card-group{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;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-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{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-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}
.card-columns .card{margin-bottom:.75rem}
@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}
.accordion>.card{overflow:hidden}
.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}
.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}
.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}
.breadcrumb{display:-webkit-box;display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}
.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}
.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}
.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}
.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}
.breadcrumb-item.active{color:#6c757d}
.pagination{display:-webkit-box;display:flex;padding-left:0;list-style:none;border-radius:.25rem}
.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}
.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}
.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}
.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}
.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}
.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}
.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}
.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}
.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}
.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}
.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.badge{-webkit-transition:none;transition:none}}
a.badge:focus,a.badge:hover{text-decoration:none}
.badge:empty{display:none}
.btn .badge{position:relative;top:-1px}
.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}
.badge-primary{color:#fff;background-color:#007bff}
a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}
a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}
.badge-secondary{color:#fff;background-color:#6c757d}
a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}
a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}
.badge-success{color:#fff;background-color:#28a745}
a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}
a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.badge-info{color:#fff;background-color:#17a2b8}
a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}
a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}
.badge-warning{color:#212529;background-color:#ffc107}
a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}
a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}
.badge-danger{color:#fff;background-color:#dc3545}
a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}
a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}
.badge-light{color:#212529;background-color:#f8f9fa}
a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}
a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}
.badge-dark{color:#fff;background-color:#343a40}
a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}
a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}
.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}
@media (min-width:576px){.jumbotron{padding:4rem 2rem}}
.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}
.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}
.alert-heading{color:inherit}
.alert-link{font-weight:700}
.alert-dismissible{padding-right:4rem}
.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}
.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}
.alert-primary hr{border-top-color:#9fcdff}
.alert-primary .alert-link{color:#002752}
.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}
.alert-secondary hr{border-top-color:#c8cbcf}
.alert-secondary .alert-link{color:#202326}
.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}
.alert-success hr{border-top-color:#b1dfbb}
.alert-success .alert-link{color:#0b2e13}
.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}
.alert-info hr{border-top-color:#abdde5}
.alert-info .alert-link{color:#062c33}
.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}
.alert-warning hr{border-top-color:#ffe8a1}
.alert-warning .alert-link{color:#533f03}
.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}
.alert-danger hr{border-top-color:#f1b0b7}
.alert-danger .alert-link{color:#491217}
.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}
.alert-light hr{border-top-color:#ececf6}
.alert-light .alert-link{color:#686868}
.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}
.alert-dark hr{border-top-color:#b9bbbe}
.alert-dark .alert-link{color:#040505}
@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}
@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}
.progress{display:-webkit-box;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}
.progress-bar{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;-webkit-transition:width .6s ease;transition:width .6s ease}
@media (prefers-reduced-motion:reduce){.progress-bar{-webkit-transition:none;transition:none}}
.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}
.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}
@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}
.media{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start}
.media-body{-webkit-box-flex:1;flex:1}
.list-group{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-left:0;margin-bottom:0}
.list-group-item-action{width:100%;color:#495057;text-align:inherit}
.list-group-item-action:focus,.list-group-item-action:hover{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:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}
.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
.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:#007bff;border-color:#007bff}
.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{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}
.list-group-horizontal .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}
.list-group-horizontal .list-group-item:last-child{border-top-right-radius:.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{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.list-group-horizontal-sm .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{border-top-right-radius:.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{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.list-group-horizontal-md .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{border-top-right-radius:.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{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.list-group-horizontal-lg .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{border-top-right-radius:.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{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.list-group-horizontal-xl .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{border-top-right-radius:.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}}
.list-group-flush .list-group-item{border-right-width:0;border-left-width:0;border-radius:0}
.list-group-flush .list-group-item:first-child{border-top-width:0}
.list-group-flush:last-child .list-group-item:last-child{border-bottom-width:0}
.list-group-item-primary{color:#004085;background-color:#b8daff}
.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}
.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}
.list-group-item-secondary{color:#383d41;background-color:#d6d8db}
.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}
.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}
.list-group-item-success{color:#155724;background-color:#c3e6cb}
.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}
.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}
.list-group-item-info{color:#0c5460;background-color:#bee5eb}
.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}
.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}
.list-group-item-warning{color:#856404;background-color:#ffeeba}
.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}
.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}
.list-group-item-danger{color:#721c24;background-color:#f5c6cb}
.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}
.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}
.list-group-item-light{color:#818182;background-color:#fdfdfe}
.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}
.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}
.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}
.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}
.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}
.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}
.close:hover{color:#000;text-decoration:none}
.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}
button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}
a.close.disabled{pointer-events:none}
.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}
.toast:not(:last-child){margin-bottom:.75rem}
.toast.showing{opacity:1}
.toast.show{display:block;opacity:1}
.toast.hide{display:none}
.toast-header{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}
.toast-body{padding:.75rem}
.modal-open{overflow:hidden}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}
.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}
@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none}}
.modal.show .modal-dialog{-webkit-transform:none;transform:none}
.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}
.modal-dialog-scrollable{display:-webkit-box;display:flex;max-height:calc(100% - 1rem)}
.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}
.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}
.modal-dialog-scrollable .modal-body{overflow-y:auto}
.modal-dialog-centered{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;min-height:calc(100% - 1rem)}
.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}
.modal-dialog-centered.modal-dialog-scrollable{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;height:100%}
.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}
.modal-dialog-centered.modal-dialog-scrollable::before{content:none}
.modal-content{position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.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:.5}
.modal-header{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}
.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}
.modal-title{margin-bottom:0;line-height:1.5}
.modal-body{position:relative;-webkit-box-flex:1;flex:1 1 auto;padding:1rem}
.modal-footer{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}
.modal-footer>*{margin:.25rem}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 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}}
.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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:.875rem;word-wrap:break-word;opacity:0}
.tooltip.show{opacity:.9}
.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}
.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}
.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}
.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}
.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}
.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}
.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}
.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}
.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}
.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}
.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}
.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}
.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}
.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}
.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}
.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}
.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}
.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}
.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}
.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}
.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}
.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}
.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}
.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}
.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}
.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}
.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}
.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}
.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}
.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}
.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}
.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}
.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}
.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}
.popover-header:empty{display:none}
.popover-body{padding:.5rem .75rem;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:-webkit-transform .6s ease-in-out;-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}
@media (prefers-reduced-motion:reduce){.carousel-item{-webkit-transition:none;transition:none}}
.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}
.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}
.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}
.carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transform:none;transform:none}
.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}
.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;-webkit-transition:opacity 0s .6s;transition:opacity 0s .6s}
@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{-webkit-transition:none;transition:none}}
.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}
@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{-webkit-transition:none;transition:none}}
.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}
.carousel-control-prev{left:0}
.carousel-control-next{right:0}
.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}
.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}
.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}
.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}
.carousel-indicators li{box-sizing:content-box;-webkit-box-flex:0;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}
@media (prefers-reduced-motion:reduce){.carousel-indicators li{-webkit-transition:none;transition:none}}
.carousel-indicators .active{opacity:1}
.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}
@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}
.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}
@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}
@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}
.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}
.spinner-grow-sm{width:1rem;height:1rem}
.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}
.bg-primary{background-color:#007bff!important}
a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}
.bg-secondary{background-color:#6c757d!important}
a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}
.bg-success{background-color:#28a745!important}
a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}
.bg-info{background-color:#17a2b8!important}
a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}
.bg-warning{background-color:#ffc107!important}
a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}
.bg-danger{background-color:#dc3545!important}
a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}
.bg-light{background-color:#f8f9fa!important}
a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}
.bg-dark{background-color:#343a40!important}
a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}
.bg-white{background-color:#fff!important}
.bg-transparent{background-color:transparent!important}
.border{border:1px solid #dee2e6!important}
.border-top{border-top:1px solid #dee2e6!important}
.border-right{border-right:1px solid #dee2e6!important}
.border-bottom{border-bottom:1px solid #dee2e6!important}
.border-left{border-left:1px solid #dee2e6!important}
.border-0{border:0!important}
.border-top-0{border-top:0!important}
.border-right-0{border-right:0!important}
.border-bottom-0{border-bottom:0!important}
.border-left-0{border-left:0!important}
.border-primary{border-color:#007bff!important}
.border-secondary{border-color:#6c757d!important}
.border-success{border-color:#28a745!important}
.border-info{border-color:#17a2b8!important}
.border-warning{border-color:#ffc107!important}
.border-danger{border-color:#dc3545!important}
.border-light{border-color:#f8f9fa!important}
.border-dark{border-color:#343a40!important}
.border-white{border-color:#fff!important}
.rounded-sm{border-radius:.2rem!important}
.rounded{border-radius:.25rem!important}
.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}
.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}
.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}
.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}
.rounded-lg{border-radius:.3rem!important}
.rounded-circle{border-radius:50%!important}
.rounded-pill{border-radius:50rem!important}
.rounded-0{border-radius:0!important}
.clearfix::after{display:block;clear:both;content:""}
.d-none{display:none!important}
.d-inline{display:inline!important}
.d-inline-block{display:inline-block!important}
.d-block{display:block!important}
.d-table{display:table!important}
.d-table-row{display:table-row!important}
.d-table-cell{display:table-cell!important}
.d-flex{display:-webkit-box!important;display:flex!important}
.d-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}
@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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:-webkit-box!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}
@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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:-webkit-box!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}
@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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:-webkit-box!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}
@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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:-webkit-box!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}
@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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:-webkit-box!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}
.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}
.embed-responsive::before{display:block;content:""}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive-21by9::before{padding-top:42.857143%}
.embed-responsive-16by9::before{padding-top:56.25%}
.embed-responsive-4by3::before{padding-top:75%}
.embed-responsive-1by1::before{padding-top:100%}
.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}
.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}
.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}
.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}
.flex-wrap{flex-wrap:wrap!important}
.flex-nowrap{flex-wrap:nowrap!important}
.flex-wrap-reverse{flex-wrap:wrap-reverse!important}
.flex-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}
.flex-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}
.flex-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}
.flex-shrink-0{flex-shrink:0!important}
.flex-shrink-1{flex-shrink:1!important}
.justify-content-start{-webkit-box-pack:start!important;justify-content:flex-start!important}
.justify-content-end{-webkit-box-pack:end!important;justify-content:flex-end!important}
.justify-content-center{-webkit-box-pack:center!important;justify-content:center!important}
.justify-content-between{-webkit-box-pack:justify!important;justify-content:space-between!important}
.justify-content-around{justify-content:space-around!important}
.align-items-start{-webkit-box-align:start!important;align-items:flex-start!important}
.align-items-end{-webkit-box-align:end!important;align-items:flex-end!important}
.align-items-center{-webkit-box-align:center!important;align-items:center!important}
.align-items-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}
.align-items-stretch{-webkit-box-align:stretch!important;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}
@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;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}}
@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;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}}
@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;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}}
@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;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}}
.float-left{float:left!important}
.float-right{float:right!important}
.float-none{float:none!important}
@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}
@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}
@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}
@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}
.overflow-auto{overflow:auto!important}
.overflow-hidden{overflow:hidden!important}
.position-static{position:static!important}
.position-relative{position:relative!important}
.position-absolute{position:absolute!important}
.position-fixed{position:fixed!important}
.position-sticky{position:-webkit-sticky!important;position:sticky!important}
.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}
@supports ((position: -webkit-sticky) or (position: sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}
.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}
.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}
.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}
.shadow-none{box-shadow:none!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}
.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}
.mw-100{max-width:100%!important}
.mh-100{max-height:100%!important}
.min-vw-100{min-width:100vw!important}
.min-vh-100{min-height:100vh!important}
.vw-100{width:100vw!important}
.vh-100{height:100vh!important}
.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}
.m-0{margin:0!important}
.mt-0,.my-0{margin-top:0!important}
.mr-0,.mx-0{margin-right:0!important}
.mb-0,.my-0{margin-bottom:0!important}
.ml-0,.mx-0{margin-left:0!important}
.m-1{margin:.25rem!important}
.mt-1,.my-1{margin-top:.25rem!important}
.mr-1,.mx-1{margin-right:.25rem!important}
.mb-1,.my-1{margin-bottom:.25rem!important}
.ml-1,.mx-1{margin-left:.25rem!important}
.m-2{margin:.5rem!important}
.mt-2,.my-2{margin-top:.5rem!important}
.mr-2,.mx-2{margin-right:.5rem!important}
.mb-2,.my-2{margin-bottom:.5rem!important}
.ml-2,.mx-2{margin-left:.5rem!important}
.m-3{margin:1rem!important}
.mt-3,.my-3{margin-top:1rem!important}
.mr-3,.mx-3{margin-right:1rem!important}
.mb-3,.my-3{margin-bottom:1rem!important}
.ml-3,.mx-3{margin-left:1rem!important}
.m-4{margin:1.5rem!important}
.mt-4,.my-4{margin-top:1.5rem!important}
.mr-4,.mx-4{margin-right:1.5rem!important}
.mb-4,.my-4{margin-bottom:1.5rem!important}
.ml-4,.mx-4{margin-left:1.5rem!important}
.m-5{margin:3rem!important}
.mt-5,.my-5{margin-top:3rem!important}
.mr-5,.mx-5{margin-right:3rem!important}
.mb-5,.my-5{margin-bottom:3rem!important}
.ml-5,.mx-5{margin-left:3rem!important}
.p-0{padding:0!important}
.pt-0,.py-0{padding-top:0!important}
.pr-0,.px-0{padding-right:0!important}
.pb-0,.py-0{padding-bottom:0!important}
.pl-0,.px-0{padding-left:0!important}
.p-1{padding:.25rem!important}
.pt-1,.py-1{padding-top:.25rem!important}
.pr-1,.px-1{padding-right:.25rem!important}
.pb-1,.py-1{padding-bottom:.25rem!important}
.pl-1,.px-1{padding-left:.25rem!important}
.p-2{padding:.5rem!important}
.pt-2,.py-2{padding-top:.5rem!important}
.pr-2,.px-2{padding-right:.5rem!important}
.pb-2,.py-2{padding-bottom:.5rem!important}
.pl-2,.px-2{padding-left:.5rem!important}
.p-3{padding:1rem!important}
.pt-3,.py-3{padding-top:1rem!important}
.pr-3,.px-3{padding-right:1rem!important}
.pb-3,.py-3{padding-bottom:1rem!important}
.pl-3,.px-3{padding-left:1rem!important}
.p-4{padding:1.5rem!important}
.pt-4,.py-4{padding-top:1.5rem!important}
.pr-4,.px-4{padding-right:1.5rem!important}
.pb-4,.py-4{padding-bottom:1.5rem!important}
.pl-4,.px-4{padding-left:1.5rem!important}
.p-5{padding:3rem!important}
.pt-5,.py-5{padding-top:3rem!important}
.pr-5,.px-5{padding-right:3rem!important}
.pb-5,.py-5{padding-bottom:3rem!important}
.pl-5,.px-5{padding-left:3rem!important}
.m-n1{margin:-.25rem!important}
.mt-n1,.my-n1{margin-top:-.25rem!important}
.mr-n1,.mx-n1{margin-right:-.25rem!important}
.mb-n1,.my-n1{margin-bottom:-.25rem!important}
.ml-n1,.mx-n1{margin-left:-.25rem!important}
.m-n2{margin:-.5rem!important}
.mt-n2,.my-n2{margin-top:-.5rem!important}
.mr-n2,.mx-n2{margin-right:-.5rem!important}
.mb-n2,.my-n2{margin-bottom:-.5rem!important}
.ml-n2,.mx-n2{margin-left:-.5rem!important}
.m-n3{margin:-1rem!important}
.mt-n3,.my-n3{margin-top:-1rem!important}
.mr-n3,.mx-n3{margin-right:-1rem!important}
.mb-n3,.my-n3{margin-bottom:-1rem!important}
.ml-n3,.mx-n3{margin-left:-1rem!important}
.m-n4{margin:-1.5rem!important}
.mt-n4,.my-n4{margin-top:-1.5rem!important}
.mr-n4,.mx-n4{margin-right:-1.5rem!important}
.mb-n4,.my-n4{margin-bottom:-1.5rem!important}
.ml-n4,.mx-n4{margin-left:-1.5rem!important}
.m-n5{margin:-3rem!important}
.mt-n5,.my-n5{margin-top:-3rem!important}
.mr-n5,.mx-n5{margin-right:-3rem!important}
.mb-n5,.my-n5{margin-bottom:-3rem!important}
.ml-n5,.mx-n5{margin-left:-3rem!important}
.m-auto{margin:auto!important}
.mt-auto,.my-auto{margin-top:auto!important}
.mr-auto,.mx-auto{margin-right:auto!important}
.mb-auto,.my-auto{margin-bottom:auto!important}
.ml-auto,.mx-auto{margin-left:auto!important}
@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}
@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}
@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}
@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}
.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}
.text-justify{text-align:justify!important}
.text-wrap{white-space:normal!important}
.text-nowrap{white-space:nowrap!important}
.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-center{text-align:center!important}
@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}
@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}
@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}
@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}
.text-lowercase{text-transform:lowercase!important}
.text-uppercase{text-transform:uppercase!important}
.text-capitalize{text-transform:capitalize!important}
.font-weight-light{font-weight:300!important}
.font-weight-lighter{font-weight:lighter!important}
.font-weight-normal{font-weight:400!important}
.font-weight-bold{font-weight:700!important}
.font-weight-bolder{font-weight:bolder!important}
.font-italic{font-style:italic!important}
.text-white{color:#fff!important}
.text-primary{color:#007bff!important}
a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}
.text-secondary{color:#6c757d!important}
a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}
.text-success{color:#28a745!important}
a.text-success:focus,a.text-success:hover{color:#19692c!important}
.text-info{color:#17a2b8!important}
a.text-info:focus,a.text-info:hover{color:#0f6674!important}
.text-warning{color:#ffc107!important}
a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}
.text-danger{color:#dc3545!important}
a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}
.text-light{color:#f8f9fa!important}
a.text-light:focus,a.text-light:hover{color:#cbd3da!important}
.text-dark{color:#343a40!important}
a.text-dark:focus,a.text-dark:hover{color:#121416!important}
.text-body{color:#212529!important}
.text-muted{color:#6c757d!important}
.text-black-50{color:rgba(0,0,0,.5)!important}
.text-white-50{color:rgba(255,255,255,.5)!important}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.text-decoration-none{text-decoration:none!important}
.text-break{word-break:break-word!important;overflow-wrap:break-word!important}
.text-reset{color:inherit!important}
.visible{visibility:visible!important}
.invisible{visibility:hidden!important}
@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
.k-sr-only {
    position: absolute;
    left: -1px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.k-theme-test-class,
.k-common-test-class {
    opacity: 0;
}
.k-body {
    font-size: var(--kendo-font-size, inherit);
    font-family: var(--kendo-font-family, inherit);
    line-height: var(--kendo-line-height, normal);
    font-weight: var(--kendo-font-weight, normal);
    letter-spacing: var(--kendo-letter-spacing, normal);
    color: var(--kendo-body-text, initial);
    background-color: var(--kendo-body-bg, initial);
    margin: 0;
}
.k-hstack, .k-hbox {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.k-vstack, .k-vbox {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}
.k-spacer, .k-flex {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-spacer-sized {
    -webkit-box-flex: 0;
            flex: none;
}
.k-float-wrap::after, .k-floatwrap::after {
    content: "";
    display: block;
    clear: both;
}
.k-flex-layout {
    display: -webkit-box;
    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;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
    flex-shrink: 0 !important;
    align-self: stretch;
}
.k-separator-horizontal,
.k-vstack > .k-separator,
.k-vbox > .k-separator {
    width: auto;
    height: 0;
    border-width: 1px 0 0;
}
.k-separator-vertical,
.k-hstack > .k-separator,
.k-hbox > .k-separator {
    width: 0;
    height: auto;
    border-width: 0 0 0 1px;
}
hr.k-separator {
    margin: 0;
    padding: 0;
}
.k-hidden {
    display: none !important;
}
.k-rtl {
    direction: rtl;
}
[hidden] {
    display: none !important;
}
script {
    display: none !important;
}
.k-disabled,
.k-widget[disabled],
.k-disabled {
    outline: none;
    cursor: default;
    color: var(--kendo-disabled-text, inherit);
    border-color: var(--kendo-disabled-border, inherit);
    pointer-events: none;
    box-shadow: none;
}
.k-disabled .k-link,
.k-widget[disabled] .k-link,
.k-disabled .k-link {
    cursor: default;
    outline: 0;
}
.k-hr {
    margin-block: 16px;
    padding: 0;
    height: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: var(--kendo-component-border, inherit);
    display: block;
    float: none;
    clear: both;
}
.k-d-flex-row > .k-hr {
    margin: 0;
    width: 0;
    height: auto;
    border-width: 0 0 0 1px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-d-flex-col > .k-hr {
    margin: 0;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-sprite {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.k-image {
    display: inline-block;
}
.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%;
    -webkit-transform: translate(-50%, -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-dirty {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-width: 3px;
    border-style: solid;
    border-block-start-color: currentColor;
    border-block-end-color: transparent;
    border-inline-start-color: transparent;
    border-inline-end-color: currentColor;
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
}
.k-loading-mask,
.k-loading-image,
.k-loading-color {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
.k-loading-mask *,
.k-loading-mask *::before,
.k-loading-mask *::after, .k-loading-mask::before, .k-loading-mask::after,
.k-loading-image *,
.k-loading-image *::before,
.k-loading-image *::after,
.k-loading-image::before,
.k-loading-image::after,
.k-loading-color *,
.k-loading-color *::before,
.k-loading-color *::after,
.k-loading-color::before,
.k-loading-color::after {
    box-sizing: border-box;
}
.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 {
    opacity: 0.3;
}
.k-i-loading {
    width: 1em;
    height: 1em;
    line-height: 1;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    vertical-align: middle;
    position: relative;
    background-color: transparent;
    box-sizing: border-box;
}
.k-i-loading::before, .k-i-loading::after {
    box-sizing: border-box;
}
.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;
    -webkit-animation: k-loading-animation .7s linear infinite;
            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: clamp(0.015em, 1px, 1px);
    font-size: 4em;
}
@keyframes k-loading-animation {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.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: white;
    background-color: var(--kendo-primary-60, #ff6358);
    border-color: var(--kendo-primary-100, rgba(0, 0, 0, 0.08));
    opacity: .6;
}
.k-marquee-text {
    color: white;
}
:root {
    --kendo-elevation-1: 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-2: 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-3: 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-4: 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-5: 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-6: 0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-7: 0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-8: 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12);
    --kendo-elevation-9: 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12);
}
.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%;
    -webkit-transform: translate(-50%, -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 ::-moz-selection {
    background-color: #ff6358;
    color: white;
}
.k-text-selection ::selection {
    background-color: #ff6358;
    color: white;
}
.k-block,
.k-panel {
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
}
.k-block > .k-header,
.k-panel > .k-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
    padding-inline: 8px;
    padding-block: 4px;
}
.k-block > .k-content,
.k-panel > .k-content {
    padding-inline: 8px;
    padding-block: 4px;
}
.k-content {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-disabled,
.k-widget[disabled] {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
.k-disabled .k-link,
.k-widget[disabled] .k-link {
    cursor: default;
    outline: 0;
}
.k-disabled [disabled],
.k-disabled .k-disabled,
.k-widget[disabled] [disabled],
.k-widget[disabled] .k-disabled {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
.k-hr {
    margin: 16px 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;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-d-flex-col > .k-hr {
    margin: 0;
    -webkit-box-flex: 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-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 {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
}
.k-push-right-enter-active, .k-push-right-appear-active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-push-right-exit {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.k-push-right-exit-active {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-push-left-enter, .k-push-left-appear {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
}
.k-push-left-enter-active, .k-push-left-appear-active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-push-left-exit {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.k-push-left-exit-active {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-push-down-enter, .k-push-down-appear {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
}
.k-push-down-enter-active, .k-push-down-appear-active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-push-down-exit {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.k-push-down-exit-active {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-push-up-enter, .k-push-up-appear {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
}
.k-push-up-enter-active, .k-push-up-appear-active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-push-up-exit {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.k-push-up-exit-active {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-expand-vertical-enter, .k-expand-vertical-appear {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
}
.k-expand-vertical-enter-active, .k-expand-vertical-appear-active {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-expand-vertical-exit {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
}
.k-expand-vertical-exit-active {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-expand-horizontal-enter, .k-expand-horizontal-appear {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
}
.k-expand-horizontal-enter-active, .k-expand-horizontal-appear-active {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-expand-horizontal-exit {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}
.k-expand-horizontal-exit-active {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-fade-enter, .k-fade-appear {
    opacity: 0;
}
.k-fade-enter-active, .k-fade-appear-active {
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}
.k-fade-exit {
    opacity: 1;
}
.k-fade-exit-active {
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    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;
    -webkit-transform: scale(0);
            transform: scale(0);
}
.k-zoom-in-enter-active, .k-zoom-in-appear-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: transform, opacity 300ms ease-in-out;
    transition: transform, opacity 300ms ease-in-out, -webkit-transform;
}
.k-zoom-in-exit {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.k-zoom-in-exit-active {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: transform, opacity 300ms ease-in-out;
    transition: transform, opacity 300ms ease-in-out, -webkit-transform;
}
.k-zoom-out-enter, .k-zoom-out-appear {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
}
.k-zoom-out-enter-active, .k-zoom-out-appear-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: transform, opacity 300ms ease-in-out;
    transition: transform, opacity 300ms ease-in-out, -webkit-transform;
}
.k-zoom-out-exit {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.k-zoom-out-exit-active {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: opacity 300ms ease-in-out, -webkit-transform;
    transition: transform, opacity 300ms ease-in-out;
    transition: transform, opacity 300ms ease-in-out, -webkit-transform;
}
.k-slide-in-appear {
    opacity: .1;
    -webkit-transform: translate(0, -3em);
            transform: translate(0, -3em);
}
.k-slide-in-appear .k-centered {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
}
.k-slide-in-appear-active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
    transition: opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
    transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
}
.k-slide-in-appear-active .k-centered {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.k-slide-down-enter, .k-slide-down-appear {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
.k-slide-down-enter-active, .k-slide-down-appear-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-slide-down-exit {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.k-slide-down-exit-active {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-slide-up-enter, .k-slide-up-appear {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.k-slide-up-enter-active, .k-slide-up-appear-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-slide-up-exit {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.k-slide-up-exit-active {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-slide-right-enter, .k-slide-right-appear {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.k-slide-right-enter-active, .k-slide-right-appear-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-slide-right-exit {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.k-slide-right-exit-active {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-slide-left-enter, .k-slide-left-appear {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.k-slide-left-enter-active, .k-slide-left-appear-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.k-slide-left-exit {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.k-slide-left-exit-active {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-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 {
    -webkit-transition: max-height 300ms ease-in-out;
    transition: max-height 300ms ease-in-out;
}
.k-reveal-vertical-exit-active {
    max-height: 0 !important;
    -webkit-transition: max-height 300ms ease-in-out;
    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 {
    -webkit-transition: max-width 300ms ease-in-out;
    transition: max-width 300ms ease-in-out;
}
.k-reveal-horizontal-exit-active {
    max-width: 0 !important;
    -webkit-transition: max-width 300ms ease-in-out;
    transition: max-width 300ms ease-in-out;
}
.k-fx-end .k-fx-next,
.k-fx-end .k-fx-current {
    -webkit-transition: all 350ms ease-out;
    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 {
    -webkit-transform: scale(0) !important;
            transform: scale(0) !important;
}
.k-fx-zoom.k-fx-end .k-fx-next {
    -webkit-transform: scale(1) !important;
            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 {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
    -webkit-transform: scale(0) !important;
            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 {
    -webkit-transition: all 350ms ease-out;
    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;
    -webkit-transform: translateX(100%);
            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 {
    -webkit-transform: translateX(-100%);
            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;
    -webkit-transform: translateX(0);
            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 {
    -webkit-transform: translateX(100%);
            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 {
    -webkit-transform: translateX(-100%);
            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 {
    -webkit-transform: translateX(0);
            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 {
    -webkit-transform: translateX(-100%);
            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 {
    -webkit-transform: translateX(100%);
            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 {
    -webkit-transform: translateX(0);
            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 {
    -webkit-transform: translateX(-100%);
            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 {
    -webkit-transform: translateX(100%);
            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 {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}
.k-fx-tile.k-fx-start .k-fx-next {
    will-change: transform;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.k-fx-tile.k-fx-end .k-fx-current {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
    will-change: transform;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
    -webkit-transform: translateX(0%);
            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;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
    -webkit-transform: none;
            transform: none;
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
    will-change: transform;
    -webkit-transform: none;
            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 {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
.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-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-resize-handle,
.k-resize-hint {
    position: absolute;
    border-color: inherit;
    z-index: 200;
}
.k-resize-handle {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.k-resize-handle::before {
    content: "";
    border: 0 solid;
    border-color: inherit;
}
.k-resize-n {
    width: 100%;
    height: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    left: 0;
    top: -3px;
    cursor: n-resize;
}
.k-resize-s {
    width: 100%;
    height: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    left: 0;
    bottom: -3px;
    cursor: s-resize;
}
.k-resize-w {
    width: 6px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: 0;
    left: -3px;
    cursor: w-resize;
}
.k-resize-e {
    width: 6px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            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;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-resize-hint-vertical {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            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;
    -webkit-box-flex: 1;
            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-ratio-auto {
    aspect-ratio: auto;
}
.\!k-ratio-auto {
    aspect-ratio: auto !important;
}
.k-ratio-1 {
    aspect-ratio: 1;
}
.\!k-ratio-1 {
    aspect-ratio: 1 !important;
}
.k-ratio-square {
    aspect-ratio: 1 / 1;
}
.\!k-ratio-square {
    aspect-ratio: 1 / 1 !important;
}
.k-ratio-video {
    aspect-ratio: 16 / 9;
}
.\!k-ratio-video {
    aspect-ratio: 16 / 9 !important;
}
.k-aspect-ratio-auto {
    aspect-ratio: auto;
}
.\!k-aspect-ratio-auto {
    aspect-ratio: auto !important;
}
.k-aspect-ratio-1 {
    aspect-ratio: 1;
}
.\!k-aspect-ratio-1 {
    aspect-ratio: 1 !important;
}
.k-aspect-ratio-square {
    aspect-ratio: 1 / 1;
}
.\!k-aspect-ratio-square {
    aspect-ratio: 1 / 1 !important;
}
.k-aspect-ratio-video {
    aspect-ratio: 16 / 9;
}
.\!k-aspect-ratio-video {
    aspect-ratio: 16 / 9 !important;
}
.k-box-sizing-border {
    box-sizing: border-box;
}
.\!k-box-sizing-border {
    box-sizing: border-box !important;
}
.k-box-sizing-content {
    box-sizing: content-box;
}
.\!k-box-sizing-content {
    box-sizing: content-box !important;
}
.k-clear-left {
    clear: left;
}
.\!k-clear-left {
    clear: left !important;
}
.k-clear-right {
    clear: right;
}
.\!k-clear-right {
    clear: right !important;
}
.k-clear-both {
    clear: both;
}
.\!k-clear-both {
    clear: both !important;
}
.k-clear-none {
    clear: none;
}
.\!k-clear-none {
    clear: none !important;
}
.k-columns-1 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
}
.\!k-columns-1 {
    -webkit-columns: 1 !important;
       -moz-columns: 1 !important;
            columns: 1 !important;
}
.k-columns-2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
}
.\!k-columns-2 {
    -webkit-columns: 2 !important;
       -moz-columns: 2 !important;
            columns: 2 !important;
}
.k-columns-3 {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
}
.\!k-columns-3 {
    -webkit-columns: 3 !important;
       -moz-columns: 3 !important;
            columns: 3 !important;
}
.k-columns-4 {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
}
.\!k-columns-4 {
    -webkit-columns: 4 !important;
       -moz-columns: 4 !important;
            columns: 4 !important;
}
.k-columns-5 {
    -webkit-columns: 5;
       -moz-columns: 5;
            columns: 5;
}
.\!k-columns-5 {
    -webkit-columns: 5 !important;
       -moz-columns: 5 !important;
            columns: 5 !important;
}
.k-columns-6 {
    -webkit-columns: 6;
       -moz-columns: 6;
            columns: 6;
}
.\!k-columns-6 {
    -webkit-columns: 6 !important;
       -moz-columns: 6 !important;
            columns: 6 !important;
}
.k-columns-7 {
    -webkit-columns: 7;
       -moz-columns: 7;
            columns: 7;
}
.\!k-columns-7 {
    -webkit-columns: 7 !important;
       -moz-columns: 7 !important;
            columns: 7 !important;
}
.k-columns-8 {
    -webkit-columns: 8;
       -moz-columns: 8;
            columns: 8;
}
.\!k-columns-8 {
    -webkit-columns: 8 !important;
       -moz-columns: 8 !important;
            columns: 8 !important;
}
.k-columns-9 {
    -webkit-columns: 9;
       -moz-columns: 9;
            columns: 9;
}
.\!k-columns-9 {
    -webkit-columns: 9 !important;
       -moz-columns: 9 !important;
            columns: 9 !important;
}
.k-columns-10 {
    -webkit-columns: 10;
       -moz-columns: 10;
            columns: 10;
}
.\!k-columns-10 {
    -webkit-columns: 10 !important;
       -moz-columns: 10 !important;
            columns: 10 !important;
}
.k-columns-11 {
    -webkit-columns: 11;
       -moz-columns: 11;
            columns: 11;
}
.\!k-columns-11 {
    -webkit-columns: 11 !important;
       -moz-columns: 11 !important;
            columns: 11 !important;
}
.k-columns-12 {
    -webkit-columns: 12;
       -moz-columns: 12;
            columns: 12;
}
.\!k-columns-12 {
    -webkit-columns: 12 !important;
       -moz-columns: 12 !important;
            columns: 12 !important;
}
.k-columns-auto {
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto;
}
.\!k-columns-auto {
    -webkit-columns: auto !important;
       -moz-columns: auto !important;
            columns: auto !important;
}
.k-d-none {
    display: none;
}
.\!k-d-none {
    display: none !important;
}
.k-d-contents {
    display: contents;
}
.\!k-d-contents {
    display: contents !important;
}
.k-d-block {
    display: block;
}
.\!k-d-block {
    display: block !important;
}
.k-d-inline {
    display: inline;
}
.\!k-d-inline {
    display: inline !important;
}
.k-d-inline-block {
    display: inline-block;
}
.\!k-d-inline-block {
    display: inline-block !important;
}
.k-d-flex, .k-d-flex-row, .k-d-flex-col {
    display: -webkit-box;
    display: flex;
}
.\!k-d-flex, .\!k-d-flex-row, .\!k-d-flex-col {
    display: -webkit-box !important;
    display: flex !important;
}
.k-d-inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
}
.\!k-d-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}
.k-d-grid {
    display: grid;
}
.\!k-d-grid {
    display: grid !important;
}
.k-d-inline-grid {
    display: inline-grid;
}
.\!k-d-inline-grid {
    display: inline-grid !important;
}
.k-d-table {
    display: table;
}
.\!k-d-table {
    display: table !important;
}
.k-d-inline-table {
    display: inline-table;
}
.\!k-d-inline-table {
    display: inline-table !important;
}
.k-d-table-row {
    display: table-row;
}
.\!k-d-table-row {
    display: table-row !important;
}
.k-d-table-cell {
    display: table-cell;
}
.\!k-d-table-cell {
    display: table-cell !important;
}
.k-d-list-item {
    display: list-item;
}
.\!k-d-list-item {
    display: list-item !important;
}
.k-display-none {
    display: none;
}
.\!k-display-none {
    display: none !important;
}
.k-display-contents {
    display: contents;
}
.\!k-display-contents {
    display: contents !important;
}
.k-display-block {
    display: block;
}
.\!k-display-block {
    display: block !important;
}
.k-display-inline {
    display: inline;
}
.\!k-display-inline {
    display: inline !important;
}
.k-display-inline-block {
    display: inline-block;
}
.\!k-display-inline-block {
    display: inline-block !important;
}
.k-display-flex {
    display: -webkit-box;
    display: flex;
}
.\!k-display-flex {
    display: -webkit-box !important;
    display: flex !important;
}
.k-display-inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
}
.\!k-display-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}
.k-display-grid {
    display: grid;
}
.\!k-display-grid {
    display: grid !important;
}
.k-display-inline-grid {
    display: inline-grid;
}
.\!k-display-inline-grid {
    display: inline-grid !important;
}
.k-display-table {
    display: table;
}
.\!k-display-table {
    display: table !important;
}
.k-display-inline-table {
    display: inline-table;
}
.\!k-display-inline-table {
    display: inline-table !important;
}
.k-display-table-row {
    display: table-row;
}
.\!k-display-table-row {
    display: table-row !important;
}
.k-display-table-cell {
    display: table-cell;
}
.\!k-display-table-cell {
    display: table-cell !important;
}
.k-display-list-item {
    display: list-item;
}
.\!k-display-list-item {
    display: list-item !important;
}
.k-float-left {
    float: left;
}
.\!k-float-left {
    float: left !important;
}
.k-float-right {
    float: right;
}
.\!k-float-right {
    float: right !important;
}
.k-float-none {
    float: none;
}
.\!k-float-none {
    float: none !important;
}
.k-object-fit-contain {
    -o-object-fit: contain;
       object-fit: contain;
}
.\!k-object-fit-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
}
.k-object-fit-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.\!k-object-fit-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
}
.k-object-fit-fill {
    -o-object-fit: fill;
       object-fit: fill;
}
.\!k-object-fit-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
}
.k-object-fit-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
.\!k-object-fit-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
}
.k-object-fit-initial {
    -o-object-fit: initial;
       object-fit: initial;
}
.\!k-object-fit-initial {
    -o-object-fit: initial !important;
       object-fit: initial !important;
}
.k-object-fit-none {
    -o-object-fit: none;
       object-fit: none;
}
.\!k-object-fit-none {
    -o-object-fit: none !important;
       object-fit: none !important;
}
.k-object-position-center {
    -o-object-position: center;
       object-position: center;
}
.\!k-object-position-center {
    -o-object-position: center !important;
       object-position: center !important;
}
.k-object-position-top {
    -o-object-position: top;
       object-position: top;
}
.\!k-object-position-top {
    -o-object-position: top !important;
       object-position: top !important;
}
.k-object-position-right {
    -o-object-position: right;
       object-position: right;
}
.\!k-object-position-right {
    -o-object-position: right !important;
       object-position: right !important;
}
.k-object-position-bottom {
    -o-object-position: bottom;
       object-position: bottom;
}
.\!k-object-position-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
}
.k-object-position-left {
    -o-object-position: left;
       object-position: left;
}
.\!k-object-position-left {
    -o-object-position: left !important;
       object-position: left !important;
}
.k-object-position-top-left {
    -o-object-position: top left;
       object-position: top left;
}
.\!k-object-position-top-left {
    -o-object-position: top left !important;
       object-position: top left !important;
}
.k-object-position-top-right {
    -o-object-position: top right;
       object-position: top right;
}
.\!k-object-position-top-right {
    -o-object-position: top right !important;
       object-position: top right !important;
}
.k-object-position-bottom-left {
    -o-object-position: bottom left;
       object-position: bottom left;
}
.\!k-object-position-bottom-left {
    -o-object-position: bottom left !important;
       object-position: bottom left !important;
}
.k-object-position-bottom-right {
    -o-object-position: bottom right;
       object-position: bottom right;
}
.\!k-object-position-bottom-right {
    -o-object-position: bottom right !important;
       object-position: bottom right !important;
}
.k-overflow-auto {
    overflow: auto;
}
.\!k-overflow-auto {
    overflow: auto !important;
}
.k-overflow-hidden {
    overflow: hidden;
}
.\!k-overflow-hidden {
    overflow: hidden !important;
}
.k-overflow-visible {
    overflow: visible;
}
.\!k-overflow-visible {
    overflow: visible !important;
}
.k-overflow-scroll {
    overflow: scroll;
}
.\!k-overflow-scroll {
    overflow: scroll !important;
}
.k-overflow-clip {
    overflow: clip;
}
.\!k-overflow-clip {
    overflow: clip !important;
}
.k-overflow-x-auto {
    overflow-x: auto;
}
.\!k-overflow-x-auto {
    overflow-x: auto !important;
}
.k-overflow-x-hidden {
    overflow-x: hidden;
}
.\!k-overflow-x-hidden {
    overflow-x: hidden !important;
}
.k-overflow-x-visible {
    overflow-x: visible;
}
.\!k-overflow-x-visible {
    overflow-x: visible !important;
}
.k-overflow-x-scroll {
    overflow-x: scroll;
}
.\!k-overflow-x-scroll {
    overflow-x: scroll !important;
}
.k-overflow-x-clip {
    overflow-x: clip;
}
.\!k-overflow-x-clip {
    overflow-x: clip !important;
}
.k-overflow-y-auto {
    overflow-y: auto;
}
.\!k-overflow-y-auto {
    overflow-y: auto !important;
}
.k-overflow-y-hidden {
    overflow-y: hidden;
}
.\!k-overflow-y-hidden {
    overflow-y: hidden !important;
}
.k-overflow-y-visible {
    overflow-y: visible;
}
.\!k-overflow-y-visible {
    overflow-y: visible !important;
}
.k-overflow-y-scroll {
    overflow-y: scroll;
}
.\!k-overflow-y-scroll {
    overflow-y: scroll !important;
}
.k-overflow-y-clip {
    overflow-y: clip;
}
.\!k-overflow-y-clip {
    overflow-y: clip !important;
}
.k-top-0 {
    top: 0;
}
.\!k-top-0 {
    top: 0 !important;
}
.k-top-1px {
    top: 1px;
}
.\!k-top-1px {
    top: 1px !important;
}
.k-top-0\.5 {
    top: 2px;
}
.\!k-top-0\.5 {
    top: 2px !important;
}
.k-top-1 {
    top: 4px;
}
.\!k-top-1 {
    top: 4px !important;
}
.k-top-1\.5 {
    top: 6px;
}
.\!k-top-1\.5 {
    top: 6px !important;
}
.k-top-2 {
    top: 8px;
}
.\!k-top-2 {
    top: 8px !important;
}
.k-top-2\.5 {
    top: 10px;
}
.\!k-top-2\.5 {
    top: 10px !important;
}
.k-top-3 {
    top: 12px;
}
.\!k-top-3 {
    top: 12px !important;
}
.k-top-3\.5 {
    top: 14px;
}
.\!k-top-3\.5 {
    top: 14px !important;
}
.k-top-4 {
    top: 16px;
}
.\!k-top-4 {
    top: 16px !important;
}
.k-top-4\.5 {
    top: 18px;
}
.\!k-top-4\.5 {
    top: 18px !important;
}
.k-top-5 {
    top: 20px;
}
.\!k-top-5 {
    top: 20px !important;
}
.k-top-5\.5 {
    top: 22px;
}
.\!k-top-5\.5 {
    top: 22px !important;
}
.k-top-6 {
    top: 24px;
}
.\!k-top-6 {
    top: 24px !important;
}
.k-top-6\.5 {
    top: 26px;
}
.\!k-top-6\.5 {
    top: 26px !important;
}
.k-top-7 {
    top: 28px;
}
.\!k-top-7 {
    top: 28px !important;
}
.k-top-7\.5 {
    top: 30px;
}
.\!k-top-7\.5 {
    top: 30px !important;
}
.k-top-8 {
    top: 32px;
}
.\!k-top-8 {
    top: 32px !important;
}
.k-top-9 {
    top: 36px;
}
.\!k-top-9 {
    top: 36px !important;
}
.k-top-10 {
    top: 40px;
}
.\!k-top-10 {
    top: 40px !important;
}
.k-top-11 {
    top: 44px;
}
.\!k-top-11 {
    top: 44px !important;
}
.k-top-12 {
    top: 48px;
}
.\!k-top-12 {
    top: 48px !important;
}
.k-top-13 {
    top: 52px;
}
.\!k-top-13 {
    top: 52px !important;
}
.k-top-14 {
    top: 56px;
}
.\!k-top-14 {
    top: 56px !important;
}
.k-top-15 {
    top: 60px;
}
.\!k-top-15 {
    top: 60px !important;
}
.k-top-16 {
    top: 64px;
}
.\!k-top-16 {
    top: 64px !important;
}
.k-top-17 {
    top: 68px;
}
.\!k-top-17 {
    top: 68px !important;
}
.k-top-18 {
    top: 72px;
}
.\!k-top-18 {
    top: 72px !important;
}
.k-top-19 {
    top: 76px;
}
.\!k-top-19 {
    top: 76px !important;
}
.k-top-20 {
    top: 80px;
}
.\!k-top-20 {
    top: 80px !important;
}
.k-top-21 {
    top: 84px;
}
.\!k-top-21 {
    top: 84px !important;
}
.k-top-22 {
    top: 88px;
}
.\!k-top-22 {
    top: 88px !important;
}
.k-top-23 {
    top: 92px;
}
.\!k-top-23 {
    top: 92px !important;
}
.k-top-24 {
    top: 96px;
}
.\!k-top-24 {
    top: 96px !important;
}
.k-top--1 {
    top: -1px;
}
.\!k-top--1 {
    top: -1px !important;
}
.k-right-0 {
    right: 0;
}
.\!k-right-0 {
    right: 0 !important;
}
.k-right-1px {
    right: 1px;
}
.\!k-right-1px {
    right: 1px !important;
}
.k-right-0\.5 {
    right: 2px;
}
.\!k-right-0\.5 {
    right: 2px !important;
}
.k-right-1 {
    right: 4px;
}
.\!k-right-1 {
    right: 4px !important;
}
.k-right-1\.5 {
    right: 6px;
}
.\!k-right-1\.5 {
    right: 6px !important;
}
.k-right-2 {
    right: 8px;
}
.\!k-right-2 {
    right: 8px !important;
}
.k-right-2\.5 {
    right: 10px;
}
.\!k-right-2\.5 {
    right: 10px !important;
}
.k-right-3 {
    right: 12px;
}
.\!k-right-3 {
    right: 12px !important;
}
.k-right-3\.5 {
    right: 14px;
}
.\!k-right-3\.5 {
    right: 14px !important;
}
.k-right-4 {
    right: 16px;
}
.\!k-right-4 {
    right: 16px !important;
}
.k-right-4\.5 {
    right: 18px;
}
.\!k-right-4\.5 {
    right: 18px !important;
}
.k-right-5 {
    right: 20px;
}
.\!k-right-5 {
    right: 20px !important;
}
.k-right-5\.5 {
    right: 22px;
}
.\!k-right-5\.5 {
    right: 22px !important;
}
.k-right-6 {
    right: 24px;
}
.\!k-right-6 {
    right: 24px !important;
}
.k-right-6\.5 {
    right: 26px;
}
.\!k-right-6\.5 {
    right: 26px !important;
}
.k-right-7 {
    right: 28px;
}
.\!k-right-7 {
    right: 28px !important;
}
.k-right-7\.5 {
    right: 30px;
}
.\!k-right-7\.5 {
    right: 30px !important;
}
.k-right-8 {
    right: 32px;
}
.\!k-right-8 {
    right: 32px !important;
}
.k-right-9 {
    right: 36px;
}
.\!k-right-9 {
    right: 36px !important;
}
.k-right-10 {
    right: 40px;
}
.\!k-right-10 {
    right: 40px !important;
}
.k-right-11 {
    right: 44px;
}
.\!k-right-11 {
    right: 44px !important;
}
.k-right-12 {
    right: 48px;
}
.\!k-right-12 {
    right: 48px !important;
}
.k-right-13 {
    right: 52px;
}
.\!k-right-13 {
    right: 52px !important;
}
.k-right-14 {
    right: 56px;
}
.\!k-right-14 {
    right: 56px !important;
}
.k-right-15 {
    right: 60px;
}
.\!k-right-15 {
    right: 60px !important;
}
.k-right-16 {
    right: 64px;
}
.\!k-right-16 {
    right: 64px !important;
}
.k-right-17 {
    right: 68px;
}
.\!k-right-17 {
    right: 68px !important;
}
.k-right-18 {
    right: 72px;
}
.\!k-right-18 {
    right: 72px !important;
}
.k-right-19 {
    right: 76px;
}
.\!k-right-19 {
    right: 76px !important;
}
.k-right-20 {
    right: 80px;
}
.\!k-right-20 {
    right: 80px !important;
}
.k-right-21 {
    right: 84px;
}
.\!k-right-21 {
    right: 84px !important;
}
.k-right-22 {
    right: 88px;
}
.\!k-right-22 {
    right: 88px !important;
}
.k-right-23 {
    right: 92px;
}
.\!k-right-23 {
    right: 92px !important;
}
.k-right-24 {
    right: 96px;
}
.\!k-right-24 {
    right: 96px !important;
}
.k-right--1 {
    right: -1px;
}
.\!k-right--1 {
    right: -1px !important;
}
.k-bottom-0 {
    bottom: 0;
}
.\!k-bottom-0 {
    bottom: 0 !important;
}
.k-bottom-1px {
    bottom: 1px;
}
.\!k-bottom-1px {
    bottom: 1px !important;
}
.k-bottom-0\.5 {
    bottom: 2px;
}
.\!k-bottom-0\.5 {
    bottom: 2px !important;
}
.k-bottom-1 {
    bottom: 4px;
}
.\!k-bottom-1 {
    bottom: 4px !important;
}
.k-bottom-1\.5 {
    bottom: 6px;
}
.\!k-bottom-1\.5 {
    bottom: 6px !important;
}
.k-bottom-2 {
    bottom: 8px;
}
.\!k-bottom-2 {
    bottom: 8px !important;
}
.k-bottom-2\.5 {
    bottom: 10px;
}
.\!k-bottom-2\.5 {
    bottom: 10px !important;
}
.k-bottom-3 {
    bottom: 12px;
}
.\!k-bottom-3 {
    bottom: 12px !important;
}
.k-bottom-3\.5 {
    bottom: 14px;
}
.\!k-bottom-3\.5 {
    bottom: 14px !important;
}
.k-bottom-4 {
    bottom: 16px;
}
.\!k-bottom-4 {
    bottom: 16px !important;
}
.k-bottom-4\.5 {
    bottom: 18px;
}
.\!k-bottom-4\.5 {
    bottom: 18px !important;
}
.k-bottom-5 {
    bottom: 20px;
}
.\!k-bottom-5 {
    bottom: 20px !important;
}
.k-bottom-5\.5 {
    bottom: 22px;
}
.\!k-bottom-5\.5 {
    bottom: 22px !important;
}
.k-bottom-6 {
    bottom: 24px;
}
.\!k-bottom-6 {
    bottom: 24px !important;
}
.k-bottom-6\.5 {
    bottom: 26px;
}
.\!k-bottom-6\.5 {
    bottom: 26px !important;
}
.k-bottom-7 {
    bottom: 28px;
}
.\!k-bottom-7 {
    bottom: 28px !important;
}
.k-bottom-7\.5 {
    bottom: 30px;
}
.\!k-bottom-7\.5 {
    bottom: 30px !important;
}
.k-bottom-8 {
    bottom: 32px;
}
.\!k-bottom-8 {
    bottom: 32px !important;
}
.k-bottom-9 {
    bottom: 36px;
}
.\!k-bottom-9 {
    bottom: 36px !important;
}
.k-bottom-10 {
    bottom: 40px;
}
.\!k-bottom-10 {
    bottom: 40px !important;
}
.k-bottom-11 {
    bottom: 44px;
}
.\!k-bottom-11 {
    bottom: 44px !important;
}
.k-bottom-12 {
    bottom: 48px;
}
.\!k-bottom-12 {
    bottom: 48px !important;
}
.k-bottom-13 {
    bottom: 52px;
}
.\!k-bottom-13 {
    bottom: 52px !important;
}
.k-bottom-14 {
    bottom: 56px;
}
.\!k-bottom-14 {
    bottom: 56px !important;
}
.k-bottom-15 {
    bottom: 60px;
}
.\!k-bottom-15 {
    bottom: 60px !important;
}
.k-bottom-16 {
    bottom: 64px;
}
.\!k-bottom-16 {
    bottom: 64px !important;
}
.k-bottom-17 {
    bottom: 68px;
}
.\!k-bottom-17 {
    bottom: 68px !important;
}
.k-bottom-18 {
    bottom: 72px;
}
.\!k-bottom-18 {
    bottom: 72px !important;
}
.k-bottom-19 {
    bottom: 76px;
}
.\!k-bottom-19 {
    bottom: 76px !important;
}
.k-bottom-20 {
    bottom: 80px;
}
.\!k-bottom-20 {
    bottom: 80px !important;
}
.k-bottom-21 {
    bottom: 84px;
}
.\!k-bottom-21 {
    bottom: 84px !important;
}
.k-bottom-22 {
    bottom: 88px;
}
.\!k-bottom-22 {
    bottom: 88px !important;
}
.k-bottom-23 {
    bottom: 92px;
}
.\!k-bottom-23 {
    bottom: 92px !important;
}
.k-bottom-24 {
    bottom: 96px;
}
.\!k-bottom-24 {
    bottom: 96px !important;
}
.k-bottom--1 {
    bottom: -1px;
}
.\!k-bottom--1 {
    bottom: -1px !important;
}
.k-left-0 {
    left: 0;
}
.\!k-left-0 {
    left: 0 !important;
}
.k-left-1px {
    left: 1px;
}
.\!k-left-1px {
    left: 1px !important;
}
.k-left-0\.5 {
    left: 2px;
}
.\!k-left-0\.5 {
    left: 2px !important;
}
.k-left-1 {
    left: 4px;
}
.\!k-left-1 {
    left: 4px !important;
}
.k-left-1\.5 {
    left: 6px;
}
.\!k-left-1\.5 {
    left: 6px !important;
}
.k-left-2 {
    left: 8px;
}
.\!k-left-2 {
    left: 8px !important;
}
.k-left-2\.5 {
    left: 10px;
}
.\!k-left-2\.5 {
    left: 10px !important;
}
.k-left-3 {
    left: 12px;
}
.\!k-left-3 {
    left: 12px !important;
}
.k-left-3\.5 {
    left: 14px;
}
.\!k-left-3\.5 {
    left: 14px !important;
}
.k-left-4 {
    left: 16px;
}
.\!k-left-4 {
    left: 16px !important;
}
.k-left-4\.5 {
    left: 18px;
}
.\!k-left-4\.5 {
    left: 18px !important;
}
.k-left-5 {
    left: 20px;
}
.\!k-left-5 {
    left: 20px !important;
}
.k-left-5\.5 {
    left: 22px;
}
.\!k-left-5\.5 {
    left: 22px !important;
}
.k-left-6 {
    left: 24px;
}
.\!k-left-6 {
    left: 24px !important;
}
.k-left-6\.5 {
    left: 26px;
}
.\!k-left-6\.5 {
    left: 26px !important;
}
.k-left-7 {
    left: 28px;
}
.\!k-left-7 {
    left: 28px !important;
}
.k-left-7\.5 {
    left: 30px;
}
.\!k-left-7\.5 {
    left: 30px !important;
}
.k-left-8 {
    left: 32px;
}
.\!k-left-8 {
    left: 32px !important;
}
.k-left-9 {
    left: 36px;
}
.\!k-left-9 {
    left: 36px !important;
}
.k-left-10 {
    left: 40px;
}
.\!k-left-10 {
    left: 40px !important;
}
.k-left-11 {
    left: 44px;
}
.\!k-left-11 {
    left: 44px !important;
}
.k-left-12 {
    left: 48px;
}
.\!k-left-12 {
    left: 48px !important;
}
.k-left-13 {
    left: 52px;
}
.\!k-left-13 {
    left: 52px !important;
}
.k-left-14 {
    left: 56px;
}
.\!k-left-14 {
    left: 56px !important;
}
.k-left-15 {
    left: 60px;
}
.\!k-left-15 {
    left: 60px !important;
}
.k-left-16 {
    left: 64px;
}
.\!k-left-16 {
    left: 64px !important;
}
.k-left-17 {
    left: 68px;
}
.\!k-left-17 {
    left: 68px !important;
}
.k-left-18 {
    left: 72px;
}
.\!k-left-18 {
    left: 72px !important;
}
.k-left-19 {
    left: 76px;
}
.\!k-left-19 {
    left: 76px !important;
}
.k-left-20 {
    left: 80px;
}
.\!k-left-20 {
    left: 80px !important;
}
.k-left-21 {
    left: 84px;
}
.\!k-left-21 {
    left: 84px !important;
}
.k-left-22 {
    left: 88px;
}
.\!k-left-22 {
    left: 88px !important;
}
.k-left-23 {
    left: 92px;
}
.\!k-left-23 {
    left: 92px !important;
}
.k-left-24 {
    left: 96px;
}
.\!k-left-24 {
    left: 96px !important;
}
.k-left--1 {
    left: -1px;
}
.\!k-left--1 {
    left: -1px !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-inset-0 {
    inset: 0;
}
.\!k-inset-0 {
    inset: 0 !important;
}
.k-inset-1 {
    inset: 1px;
}
.\!k-inset-1 {
    inset: 1px !important;
}
.k-inset--1 {
    inset: -1px;
}
.\!k-inset--1 {
    inset: -1px !important;
}
.k-inset-x-0 {
    inset-inline: 0;
}
.\!k-inset-x-0 {
    inset-inline: 0 !important;
}
.k-inset-x-1 {
    inset-inline: 1px;
}
.\!k-inset-x-1 {
    inset-inline: 1px !important;
}
.k-inset-x--1 {
    inset-inline: -1px;
}
.\!k-inset-x--1 {
    inset-inline: -1px !important;
}
.k-inset-y-0 {
    inset-block: 0;
}
.\!k-inset-y-0 {
    inset-block: 0 !important;
}
.k-inset-y-1 {
    inset-block: 1px;
}
.\!k-inset-y-1 {
    inset-block: 1px !important;
}
.k-inset-y--1 {
    inset-block: -1px;
}
.\!k-inset-y--1 {
    inset-block: -1px !important;
}
.k-top-left-0 {
    top: 0;
    left: 0;
}
.\!k-top-left-0 {
    top: 0 !important;
    left: 0 !important;
}
.k-top-left-1 {
    top: 1px;
    left: 1px;
}
.\!k-top-left-1 {
    top: 1px !important;
    left: 1px !important;
}
.k-top-left--1 {
    top: -1px;
    left: -1px;
}
.\!k-top-left--1 {
    top: -1px !important;
    left: -1px !important;
}
.k-top-right-0 {
    top: 0;
    right: 0;
}
.\!k-top-right-0 {
    top: 0 !important;
    right: 0 !important;
}
.k-top-right-1 {
    top: 1px;
    right: 1px;
}
.\!k-top-right-1 {
    top: 1px !important;
    right: 1px !important;
}
.k-top-right--1 {
    top: -1px;
    right: -1px;
}
.\!k-top-right--1 {
    top: -1px !important;
    right: -1px !important;
}
.k-bottom-left-0 {
    bottom: 0;
    left: 0;
}
.\!k-bottom-left-0 {
    bottom: 0 !important;
    left: 0 !important;
}
.k-bottom-left-1 {
    bottom: 1px;
    left: 1px;
}
.\!k-bottom-left-1 {
    bottom: 1px !important;
    left: 1px !important;
}
.k-bottom-left--1 {
    bottom: -1px;
    left: -1px;
}
.\!k-bottom-left--1 {
    bottom: -1px !important;
    left: -1px !important;
}
.k-bottom-right-0 {
    bottom: 0;
    right: 0;
}
.\!k-bottom-right-0 {
    bottom: 0 !important;
    right: 0 !important;
}
.k-bottom-right-1 {
    bottom: 1px;
    right: 1px;
}
.\!k-bottom-right-1 {
    bottom: 1px !important;
    right: 1px !important;
}
.k-bottom-right--1 {
    bottom: -1px;
    right: -1px;
}
.\!k-bottom-right--1 {
    bottom: -1px !important;
    right: -1px !important;
}
.k-top-start,
.k-pos-top-start {
    top: 0;
    inset-inline-start: 0;
}
.k-top-end,
.k-pos-top-end {
    top: 0;
    inset-inline-end: 0;
}
.k-bottom-start,
.k-pos-bottom-start {
    bottom: 0;
    inset-inline-start: 0;
}
.k-bottom-end,
.k-pos-bottom-end {
    bottom: 0;
    inset-inline-end: 0;
}
.k-top-center,
.k-pos-top-center {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.k-middle-left,
.k-middle-start,
.k-pos-middle-start {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.k-middle-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.k-middle-right,
.k-middle-end,
.k-pos-middle-end {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.k-bottom-center,
.k-pos-bottom-center {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.k-pos-static, .k-static {
    position: static;
}
.\!k-pos-static, .\!k-static {
    position: static !important;
}
.k-pos-relative, .k-relative {
    position: relative;
}
.\!k-pos-relative, .\!k-relative {
    position: relative !important;
}
.k-pos-absolute, .k-absolute {
    position: absolute;
}
.\!k-pos-absolute, .\!k-absolute {
    position: absolute !important;
}
.k-pos-fixed, .k-fixed {
    position: fixed;
}
.\!k-pos-fixed, .\!k-fixed {
    position: fixed !important;
}
.k-pos-sticky, .k-sticky {
    position: -webkit-sticky;
    position: sticky;
}
.\!k-pos-sticky, .\!k-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.k-visibility-visible, .k-visible {
    visibility: visible;
}
.\!k-visibility-visible, .\!k-visible {
    visibility: visible !important;
}
.k-visibility-invisible {
    visibility: hidden;
}
.\!k-visibility-invisible {
    visibility: hidden !important;
}
.k-visibility-collapse {
    visibility: collapse;
}
.\!k-visibility-collapse {
    visibility: collapse !important;
}
.k-z-0 {
    z-index: 0;
}
.\!k-z-0 {
    z-index: 0 !important;
}
.k-z-10 {
    z-index: 10;
}
.\!k-z-10 {
    z-index: 10 !important;
}
.k-z-20 {
    z-index: 20;
}
.\!k-z-20 {
    z-index: 20 !important;
}
.k-z-30 {
    z-index: 30;
}
.\!k-z-30 {
    z-index: 30 !important;
}
.k-z-40 {
    z-index: 40;
}
.\!k-z-40 {
    z-index: 40 !important;
}
.k-z-50 {
    z-index: 50;
}
.\!k-z-50 {
    z-index: 50 !important;
}
.k-z-auto {
    z-index: auto;
}
.\!k-z-auto {
    z-index: auto !important;
}
.k-align-content-normal {
    align-content: normal;
}
.\!k-align-content-normal {
    align-content: normal !important;
}
.k-align-content-stretch {
    align-content: stretch;
}
.\!k-align-content-stretch {
    align-content: stretch !important;
}
.k-align-content-center {
    align-content: center;
}
.\!k-align-content-center {
    align-content: center !important;
}
.k-align-content-start {
    align-content: start;
}
.\!k-align-content-start {
    align-content: start !important;
}
.k-align-content-end {
    align-content: end;
}
.\!k-align-content-end {
    align-content: end !important;
}
.k-align-content-flex-start {
    align-content: flex-start;
}
.\!k-align-content-flex-start {
    align-content: flex-start !important;
}
.k-align-content-flex-end {
    align-content: flex-end;
}
.\!k-align-content-flex-end {
    align-content: flex-end !important;
}
.k-align-content-baseline {
    align-content: baseline;
}
.\!k-align-content-baseline {
    align-content: baseline !important;
}
.k-align-content-first-baseline {
    align-content: first baseline;
}
.\!k-align-content-first-baseline {
    align-content: first baseline !important;
}
.k-align-content-last-baseline {
    align-content: last baseline;
}
.\!k-align-content-last-baseline {
    align-content: last baseline !important;
}
.k-align-content-between {
    align-content: space-between;
}
.\!k-align-content-between {
    align-content: space-between !important;
}
.k-align-content-around {
    align-content: space-around;
}
.\!k-align-content-around {
    align-content: space-around !important;
}
.k-align-content-evenly {
    align-content: space-evenly;
}
.\!k-align-content-evenly {
    align-content: space-evenly !important;
}
.k-align-items-normal {
    -webkit-box-align: normal;
            align-items: normal;
}
.\!k-align-items-normal {
    -webkit-box-align: normal !important;
            align-items: normal !important;
}
.k-align-items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
}
.\!k-align-items-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
}
.k-align-items-center {
    -webkit-box-align: center;
            align-items: center;
}
.\!k-align-items-center {
    -webkit-box-align: center !important;
            align-items: center !important;
}
.k-align-items-start {
    -webkit-box-align: start;
            align-items: start;
}
.\!k-align-items-start {
    -webkit-box-align: start !important;
            align-items: start !important;
}
.k-align-items-end {
    -webkit-box-align: end;
            align-items: end;
}
.\!k-align-items-end {
    -webkit-box-align: end !important;
            align-items: end !important;
}
.k-align-items-flex-start {
    -webkit-box-align: start;
            align-items: flex-start;
}
.\!k-align-items-flex-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
}
.k-align-items-flex-end {
    -webkit-box-align: end;
            align-items: flex-end;
}
.\!k-align-items-flex-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
}
.k-align-items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
}
.\!k-align-items-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
}
.k-align-items-first-baseline {
    -webkit-box-align: first baseline;
            align-items: first baseline;
}
.\!k-align-items-first-baseline {
    -webkit-box-align: first baseline !important;
            align-items: first baseline !important;
}
.k-align-items-last-baseline {
    -webkit-box-align: last baseline;
            align-items: last baseline;
}
.\!k-align-items-last-baseline {
    -webkit-box-align: last baseline !important;
            align-items: last baseline !important;
}
.k-align-items-self-start {
    -webkit-box-align: self-start;
            align-items: self-start;
}
.\!k-align-items-self-start {
    -webkit-box-align: self-start !important;
            align-items: self-start !important;
}
.k-align-items-self-end {
    -webkit-box-align: self-end;
            align-items: self-end;
}
.\!k-align-items-self-end {
    -webkit-box-align: self-end !important;
            align-items: self-end !important;
}
.k-align-self-auto {
    align-self: auto;
}
.\!k-align-self-auto {
    align-self: auto !important;
}
.k-align-self-normal {
    align-self: normal;
}
.\!k-align-self-normal {
    align-self: normal !important;
}
.k-align-self-stretch {
    align-self: stretch;
}
.\!k-align-self-stretch {
    align-self: stretch !important;
}
.k-align-self-center {
    align-self: center;
}
.\!k-align-self-center {
    align-self: center !important;
}
.k-align-self-start {
    align-self: start;
}
.\!k-align-self-start {
    align-self: start !important;
}
.k-align-self-end {
    align-self: end;
}
.\!k-align-self-end {
    align-self: end !important;
}
.k-align-self-flex-start {
    align-self: flex-start;
}
.\!k-align-self-flex-start {
    align-self: flex-start !important;
}
.k-align-self-flex-end {
    align-self: flex-end;
}
.\!k-align-self-flex-end {
    align-self: flex-end !important;
}
.k-align-self-baseline {
    align-self: baseline;
}
.\!k-align-self-baseline {
    align-self: baseline !important;
}
.k-align-self-first-baseline {
    align-self: first baseline;
}
.\!k-align-self-first-baseline {
    align-self: first baseline !important;
}
.k-align-self-last-baseline {
    align-self: last baseline;
}
.\!k-align-self-last-baseline {
    align-self: last baseline !important;
}
.k-align-self-self-start {
    align-self: self-start;
}
.\!k-align-self-self-start {
    align-self: self-start !important;
}
.k-align-self-self-end {
    align-self: self-end;
}
.\!k-align-self-self-end {
    align-self: self-end !important;
}
.k-basis-0 {
    flex-basis: 0;
}
.\!k-basis-0 {
    flex-basis: 0 !important;
}
.k-basis-1px {
    flex-basis: 1px;
}
.\!k-basis-1px {
    flex-basis: 1px !important;
}
.k-basis-0\.5 {
    flex-basis: 2px;
}
.\!k-basis-0\.5 {
    flex-basis: 2px !important;
}
.k-basis-1 {
    flex-basis: 4px;
}
.\!k-basis-1 {
    flex-basis: 4px !important;
}
.k-basis-1\.5 {
    flex-basis: 6px;
}
.\!k-basis-1\.5 {
    flex-basis: 6px !important;
}
.k-basis-2 {
    flex-basis: 8px;
}
.\!k-basis-2 {
    flex-basis: 8px !important;
}
.k-basis-2\.5 {
    flex-basis: 10px;
}
.\!k-basis-2\.5 {
    flex-basis: 10px !important;
}
.k-basis-3 {
    flex-basis: 12px;
}
.\!k-basis-3 {
    flex-basis: 12px !important;
}
.k-basis-3\.5 {
    flex-basis: 14px;
}
.\!k-basis-3\.5 {
    flex-basis: 14px !important;
}
.k-basis-4 {
    flex-basis: 16px;
}
.\!k-basis-4 {
    flex-basis: 16px !important;
}
.k-basis-4\.5 {
    flex-basis: 18px;
}
.\!k-basis-4\.5 {
    flex-basis: 18px !important;
}
.k-basis-5 {
    flex-basis: 20px;
}
.\!k-basis-5 {
    flex-basis: 20px !important;
}
.k-basis-5\.5 {
    flex-basis: 22px;
}
.\!k-basis-5\.5 {
    flex-basis: 22px !important;
}
.k-basis-6 {
    flex-basis: 24px;
}
.\!k-basis-6 {
    flex-basis: 24px !important;
}
.k-basis-6\.5 {
    flex-basis: 26px;
}
.\!k-basis-6\.5 {
    flex-basis: 26px !important;
}
.k-basis-7 {
    flex-basis: 28px;
}
.\!k-basis-7 {
    flex-basis: 28px !important;
}
.k-basis-7\.5 {
    flex-basis: 30px;
}
.\!k-basis-7\.5 {
    flex-basis: 30px !important;
}
.k-basis-8 {
    flex-basis: 32px;
}
.\!k-basis-8 {
    flex-basis: 32px !important;
}
.k-basis-9 {
    flex-basis: 36px;
}
.\!k-basis-9 {
    flex-basis: 36px !important;
}
.k-basis-10 {
    flex-basis: 40px;
}
.\!k-basis-10 {
    flex-basis: 40px !important;
}
.k-basis-11 {
    flex-basis: 44px;
}
.\!k-basis-11 {
    flex-basis: 44px !important;
}
.k-basis-12 {
    flex-basis: 48px;
}
.\!k-basis-12 {
    flex-basis: 48px !important;
}
.k-basis-13 {
    flex-basis: 52px;
}
.\!k-basis-13 {
    flex-basis: 52px !important;
}
.k-basis-14 {
    flex-basis: 56px;
}
.\!k-basis-14 {
    flex-basis: 56px !important;
}
.k-basis-15 {
    flex-basis: 60px;
}
.\!k-basis-15 {
    flex-basis: 60px !important;
}
.k-basis-16 {
    flex-basis: 64px;
}
.\!k-basis-16 {
    flex-basis: 64px !important;
}
.k-basis-17 {
    flex-basis: 68px;
}
.\!k-basis-17 {
    flex-basis: 68px !important;
}
.k-basis-18 {
    flex-basis: 72px;
}
.\!k-basis-18 {
    flex-basis: 72px !important;
}
.k-basis-19 {
    flex-basis: 76px;
}
.\!k-basis-19 {
    flex-basis: 76px !important;
}
.k-basis-20 {
    flex-basis: 80px;
}
.\!k-basis-20 {
    flex-basis: 80px !important;
}
.k-basis-21 {
    flex-basis: 84px;
}
.\!k-basis-21 {
    flex-basis: 84px !important;
}
.k-basis-22 {
    flex-basis: 88px;
}
.\!k-basis-22 {
    flex-basis: 88px !important;
}
.k-basis-23 {
    flex-basis: 92px;
}
.\!k-basis-23 {
    flex-basis: 92px !important;
}
.k-basis-24 {
    flex-basis: 96px;
}
.\!k-basis-24 {
    flex-basis: 96px !important;
}
.k-basis-auto {
    flex-basis: auto;
}
.\!k-basis-auto {
    flex-basis: auto !important;
}
.k-basis-1\/2 {
    flex-basis: 50%;
}
.\!k-basis-1\/2 {
    flex-basis: 50% !important;
}
.k-basis-1\/3 {
    flex-basis: 33.333333%;
}
.\!k-basis-1\/3 {
    flex-basis: 33.333333% !important;
}
.k-basis-2\/3 {
    flex-basis: 66.666667%;
}
.\!k-basis-2\/3 {
    flex-basis: 66.666667% !important;
}
.k-basis-1\/4 {
    flex-basis: 25%;
}
.\!k-basis-1\/4 {
    flex-basis: 25% !important;
}
.k-basis-2\/4 {
    flex-basis: 50%;
}
.\!k-basis-2\/4 {
    flex-basis: 50% !important;
}
.k-basis-3\/4 {
    flex-basis: 75%;
}
.\!k-basis-3\/4 {
    flex-basis: 75% !important;
}
.k-basis-1\/5 {
    flex-basis: 20%;
}
.\!k-basis-1\/5 {
    flex-basis: 20% !important;
}
.k-basis-2\/5 {
    flex-basis: 40%;
}
.\!k-basis-2\/5 {
    flex-basis: 40% !important;
}
.k-basis-3\/5 {
    flex-basis: 60%;
}
.\!k-basis-3\/5 {
    flex-basis: 60% !important;
}
.k-basis-4\/5 {
    flex-basis: 80%;
}
.\!k-basis-4\/5 {
    flex-basis: 80% !important;
}
.k-basis-1\/6 {
    flex-basis: 16.666667%;
}
.\!k-basis-1\/6 {
    flex-basis: 16.666667% !important;
}
.k-basis-2\/6 {
    flex-basis: 33.333333%;
}
.\!k-basis-2\/6 {
    flex-basis: 33.333333% !important;
}
.k-basis-3\/6 {
    flex-basis: 50%;
}
.\!k-basis-3\/6 {
    flex-basis: 50% !important;
}
.k-basis-4\/6 {
    flex-basis: 66.666667%;
}
.\!k-basis-4\/6 {
    flex-basis: 66.666667% !important;
}
.k-basis-5\/6 {
    flex-basis: 83.333333%;
}
.\!k-basis-5\/6 {
    flex-basis: 83.333333% !important;
}
.k-basis-1\/12 {
    flex-basis: 8.333333%;
}
.\!k-basis-1\/12 {
    flex-basis: 8.333333% !important;
}
.k-basis-2\/12 {
    flex-basis: 16.666667%;
}
.\!k-basis-2\/12 {
    flex-basis: 16.666667% !important;
}
.k-basis-3\/12 {
    flex-basis: 25%;
}
.\!k-basis-3\/12 {
    flex-basis: 25% !important;
}
.k-basis-4\/12 {
    flex-basis: 33.333333%;
}
.\!k-basis-4\/12 {
    flex-basis: 33.333333% !important;
}
.k-basis-5\/12 {
    flex-basis: 41.666667%;
}
.\!k-basis-5\/12 {
    flex-basis: 41.666667% !important;
}
.k-basis-6\/12 {
    flex-basis: 50%;
}
.\!k-basis-6\/12 {
    flex-basis: 50% !important;
}
.k-basis-7\/12 {
    flex-basis: 58.333333%;
}
.\!k-basis-7\/12 {
    flex-basis: 58.333333% !important;
}
.k-basis-8\/12 {
    flex-basis: 66.666667%;
}
.\!k-basis-8\/12 {
    flex-basis: 66.666667% !important;
}
.k-basis-9\/12 {
    flex-basis: 75%;
}
.\!k-basis-9\/12 {
    flex-basis: 75% !important;
}
.k-basis-10\/12 {
    flex-basis: 83.333333%;
}
.\!k-basis-10\/12 {
    flex-basis: 83.333333% !important;
}
.k-basis-11\/12 {
    flex-basis: 91.666667%;
}
.\!k-basis-11\/12 {
    flex-basis: 91.666667% !important;
}
.k-basis-full {
    flex-basis: 100%;
}
.\!k-basis-full {
    flex-basis: 100% !important;
}
.k-basis-min {
    flex-basis: min-content;
}
.\!k-basis-min {
    flex-basis: min-content !important;
}
.k-basis-max {
    flex-basis: max-content;
}
.\!k-basis-max {
    flex-basis: max-content !important;
}
.k-basis-fit {
    flex-basis: fit-content;
}
.\!k-basis-fit {
    flex-basis: fit-content !important;
}
.k-flex-basis-0 {
    flex-basis: 0;
}
.\!k-flex-basis-0 {
    flex-basis: 0 !important;
}
.k-flex-basis-1px {
    flex-basis: 1px;
}
.\!k-flex-basis-1px {
    flex-basis: 1px !important;
}
.k-flex-basis-0\.5 {
    flex-basis: 2px;
}
.\!k-flex-basis-0\.5 {
    flex-basis: 2px !important;
}
.k-flex-basis-1 {
    flex-basis: 4px;
}
.\!k-flex-basis-1 {
    flex-basis: 4px !important;
}
.k-flex-basis-1\.5 {
    flex-basis: 6px;
}
.\!k-flex-basis-1\.5 {
    flex-basis: 6px !important;
}
.k-flex-basis-2 {
    flex-basis: 8px;
}
.\!k-flex-basis-2 {
    flex-basis: 8px !important;
}
.k-flex-basis-2\.5 {
    flex-basis: 10px;
}
.\!k-flex-basis-2\.5 {
    flex-basis: 10px !important;
}
.k-flex-basis-3 {
    flex-basis: 12px;
}
.\!k-flex-basis-3 {
    flex-basis: 12px !important;
}
.k-flex-basis-3\.5 {
    flex-basis: 14px;
}
.\!k-flex-basis-3\.5 {
    flex-basis: 14px !important;
}
.k-flex-basis-4 {
    flex-basis: 16px;
}
.\!k-flex-basis-4 {
    flex-basis: 16px !important;
}
.k-flex-basis-4\.5 {
    flex-basis: 18px;
}
.\!k-flex-basis-4\.5 {
    flex-basis: 18px !important;
}
.k-flex-basis-5 {
    flex-basis: 20px;
}
.\!k-flex-basis-5 {
    flex-basis: 20px !important;
}
.k-flex-basis-5\.5 {
    flex-basis: 22px;
}
.\!k-flex-basis-5\.5 {
    flex-basis: 22px !important;
}
.k-flex-basis-6 {
    flex-basis: 24px;
}
.\!k-flex-basis-6 {
    flex-basis: 24px !important;
}
.k-flex-basis-6\.5 {
    flex-basis: 26px;
}
.\!k-flex-basis-6\.5 {
    flex-basis: 26px !important;
}
.k-flex-basis-7 {
    flex-basis: 28px;
}
.\!k-flex-basis-7 {
    flex-basis: 28px !important;
}
.k-flex-basis-7\.5 {
    flex-basis: 30px;
}
.\!k-flex-basis-7\.5 {
    flex-basis: 30px !important;
}
.k-flex-basis-8 {
    flex-basis: 32px;
}
.\!k-flex-basis-8 {
    flex-basis: 32px !important;
}
.k-flex-basis-9 {
    flex-basis: 36px;
}
.\!k-flex-basis-9 {
    flex-basis: 36px !important;
}
.k-flex-basis-10 {
    flex-basis: 40px;
}
.\!k-flex-basis-10 {
    flex-basis: 40px !important;
}
.k-flex-basis-11 {
    flex-basis: 44px;
}
.\!k-flex-basis-11 {
    flex-basis: 44px !important;
}
.k-flex-basis-12 {
    flex-basis: 48px;
}
.\!k-flex-basis-12 {
    flex-basis: 48px !important;
}
.k-flex-basis-13 {
    flex-basis: 52px;
}
.\!k-flex-basis-13 {
    flex-basis: 52px !important;
}
.k-flex-basis-14 {
    flex-basis: 56px;
}
.\!k-flex-basis-14 {
    flex-basis: 56px !important;
}
.k-flex-basis-15 {
    flex-basis: 60px;
}
.\!k-flex-basis-15 {
    flex-basis: 60px !important;
}
.k-flex-basis-16 {
    flex-basis: 64px;
}
.\!k-flex-basis-16 {
    flex-basis: 64px !important;
}
.k-flex-basis-17 {
    flex-basis: 68px;
}
.\!k-flex-basis-17 {
    flex-basis: 68px !important;
}
.k-flex-basis-18 {
    flex-basis: 72px;
}
.\!k-flex-basis-18 {
    flex-basis: 72px !important;
}
.k-flex-basis-19 {
    flex-basis: 76px;
}
.\!k-flex-basis-19 {
    flex-basis: 76px !important;
}
.k-flex-basis-20 {
    flex-basis: 80px;
}
.\!k-flex-basis-20 {
    flex-basis: 80px !important;
}
.k-flex-basis-21 {
    flex-basis: 84px;
}
.\!k-flex-basis-21 {
    flex-basis: 84px !important;
}
.k-flex-basis-22 {
    flex-basis: 88px;
}
.\!k-flex-basis-22 {
    flex-basis: 88px !important;
}
.k-flex-basis-23 {
    flex-basis: 92px;
}
.\!k-flex-basis-23 {
    flex-basis: 92px !important;
}
.k-flex-basis-24 {
    flex-basis: 96px;
}
.\!k-flex-basis-24 {
    flex-basis: 96px !important;
}
.k-flex-basis-auto {
    flex-basis: auto;
}
.\!k-flex-basis-auto {
    flex-basis: auto !important;
}
.k-flex-basis-1\/2 {
    flex-basis: 50%;
}
.\!k-flex-basis-1\/2 {
    flex-basis: 50% !important;
}
.k-flex-basis-1\/3 {
    flex-basis: 33.333333%;
}
.\!k-flex-basis-1\/3 {
    flex-basis: 33.333333% !important;
}
.k-flex-basis-2\/3 {
    flex-basis: 66.666667%;
}
.\!k-flex-basis-2\/3 {
    flex-basis: 66.666667% !important;
}
.k-flex-basis-1\/4 {
    flex-basis: 25%;
}
.\!k-flex-basis-1\/4 {
    flex-basis: 25% !important;
}
.k-flex-basis-2\/4 {
    flex-basis: 50%;
}
.\!k-flex-basis-2\/4 {
    flex-basis: 50% !important;
}
.k-flex-basis-3\/4 {
    flex-basis: 75%;
}
.\!k-flex-basis-3\/4 {
    flex-basis: 75% !important;
}
.k-flex-basis-1\/5 {
    flex-basis: 20%;
}
.\!k-flex-basis-1\/5 {
    flex-basis: 20% !important;
}
.k-flex-basis-2\/5 {
    flex-basis: 40%;
}
.\!k-flex-basis-2\/5 {
    flex-basis: 40% !important;
}
.k-flex-basis-3\/5 {
    flex-basis: 60%;
}
.\!k-flex-basis-3\/5 {
    flex-basis: 60% !important;
}
.k-flex-basis-4\/5 {
    flex-basis: 80%;
}
.\!k-flex-basis-4\/5 {
    flex-basis: 80% !important;
}
.k-flex-basis-1\/6 {
    flex-basis: 16.666667%;
}
.\!k-flex-basis-1\/6 {
    flex-basis: 16.666667% !important;
}
.k-flex-basis-2\/6 {
    flex-basis: 33.333333%;
}
.\!k-flex-basis-2\/6 {
    flex-basis: 33.333333% !important;
}
.k-flex-basis-3\/6 {
    flex-basis: 50%;
}
.\!k-flex-basis-3\/6 {
    flex-basis: 50% !important;
}
.k-flex-basis-4\/6 {
    flex-basis: 66.666667%;
}
.\!k-flex-basis-4\/6 {
    flex-basis: 66.666667% !important;
}
.k-flex-basis-5\/6 {
    flex-basis: 83.333333%;
}
.\!k-flex-basis-5\/6 {
    flex-basis: 83.333333% !important;
}
.k-flex-basis-1\/12 {
    flex-basis: 8.333333%;
}
.\!k-flex-basis-1\/12 {
    flex-basis: 8.333333% !important;
}
.k-flex-basis-2\/12 {
    flex-basis: 16.666667%;
}
.\!k-flex-basis-2\/12 {
    flex-basis: 16.666667% !important;
}
.k-flex-basis-3\/12 {
    flex-basis: 25%;
}
.\!k-flex-basis-3\/12 {
    flex-basis: 25% !important;
}
.k-flex-basis-4\/12 {
    flex-basis: 33.333333%;
}
.\!k-flex-basis-4\/12 {
    flex-basis: 33.333333% !important;
}
.k-flex-basis-5\/12 {
    flex-basis: 41.666667%;
}
.\!k-flex-basis-5\/12 {
    flex-basis: 41.666667% !important;
}
.k-flex-basis-6\/12 {
    flex-basis: 50%;
}
.\!k-flex-basis-6\/12 {
    flex-basis: 50% !important;
}
.k-flex-basis-7\/12 {
    flex-basis: 58.333333%;
}
.\!k-flex-basis-7\/12 {
    flex-basis: 58.333333% !important;
}
.k-flex-basis-8\/12 {
    flex-basis: 66.666667%;
}
.\!k-flex-basis-8\/12 {
    flex-basis: 66.666667% !important;
}
.k-flex-basis-9\/12 {
    flex-basis: 75%;
}
.\!k-flex-basis-9\/12 {
    flex-basis: 75% !important;
}
.k-flex-basis-10\/12 {
    flex-basis: 83.333333%;
}
.\!k-flex-basis-10\/12 {
    flex-basis: 83.333333% !important;
}
.k-flex-basis-11\/12 {
    flex-basis: 91.666667%;
}
.\!k-flex-basis-11\/12 {
    flex-basis: 91.666667% !important;
}
.k-flex-basis-full {
    flex-basis: 100%;
}
.\!k-flex-basis-full {
    flex-basis: 100% !important;
}
.k-flex-basis-min {
    flex-basis: min-content;
}
.\!k-flex-basis-min {
    flex-basis: min-content !important;
}
.k-flex-basis-max {
    flex-basis: max-content;
}
.\!k-flex-basis-max {
    flex-basis: max-content !important;
}
.k-flex-basis-fit {
    flex-basis: fit-content;
}
.\!k-flex-basis-fit {
    flex-basis: fit-content !important;
}
.k-flex-row, .k-d-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.\!k-flex-row, .\!k-d-flex-row, .\!k-d-flex-col {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
}
.k-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}
.\!k-flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
}
.k-flex-col, .k-d-flex-col, .k-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.\!k-flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
}
.k-flex-col-reverse, .k-flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
}
.\!k-flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
}
.k-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
}
.\!k-grow {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
}
.k-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
}
.\!k-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
}
.k-flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
}
.\!k-flex-grow {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
}
.k-flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
}
.\!k-flex-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
}
.k-shrink {
    flex-shrink: 1;
}
.\!k-shrink {
    flex-shrink: 1 !important;
}
.k-shrink-0 {
    flex-shrink: 0;
}
.\!k-shrink-0 {
    flex-shrink: 0 !important;
}
.k-flex-shrink {
    flex-shrink: 1;
}
.\!k-flex-shrink {
    flex-shrink: 1 !important;
}
.k-flex-shrink-0 {
    flex-shrink: 0;
}
.\!k-flex-shrink-0 {
    flex-shrink: 0 !important;
}
.k-flex-wrap {
    flex-wrap: wrap;
}
.\!k-flex-wrap {
    flex-wrap: wrap !important;
}
.k-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.\!k-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.k-flex-nowrap {
    flex-wrap: nowrap;
}
.\!k-flex-nowrap {
    flex-wrap: nowrap !important;
}
.k-flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
}
.\!k-flex-1 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
}
.k-flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.\!k-flex-auto {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
}
.k-flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
}
.\!k-flex-initial {
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
}
.k-flex-none {
    -webkit-box-flex: 0;
            flex: none;
}
.\!k-flex-none {
    -webkit-box-flex: 0 !important;
            flex: none !important;
}
.k-gap-0 {
    gap: 0;
}
.\!k-gap-0 {
    gap: 0 !important;
}
.k-gap-1px {
    gap: 1px;
}
.\!k-gap-1px {
    gap: 1px !important;
}
.k-gap-0\.5 {
    gap: 2px;
}
.\!k-gap-0\.5 {
    gap: 2px !important;
}
.k-gap-1 {
    gap: 4px;
}
.\!k-gap-1 {
    gap: 4px !important;
}
.k-gap-1\.5 {
    gap: 6px;
}
.\!k-gap-1\.5 {
    gap: 6px !important;
}
.k-gap-2 {
    gap: 8px;
}
.\!k-gap-2 {
    gap: 8px !important;
}
.k-gap-2\.5 {
    gap: 10px;
}
.\!k-gap-2\.5 {
    gap: 10px !important;
}
.k-gap-3 {
    gap: 12px;
}
.\!k-gap-3 {
    gap: 12px !important;
}
.k-gap-3\.5 {
    gap: 14px;
}
.\!k-gap-3\.5 {
    gap: 14px !important;
}
.k-gap-4 {
    gap: 16px;
}
.\!k-gap-4 {
    gap: 16px !important;
}
.k-gap-4\.5 {
    gap: 18px;
}
.\!k-gap-4\.5 {
    gap: 18px !important;
}
.k-gap-5 {
    gap: 20px;
}
.\!k-gap-5 {
    gap: 20px !important;
}
.k-gap-5\.5 {
    gap: 22px;
}
.\!k-gap-5\.5 {
    gap: 22px !important;
}
.k-gap-6 {
    gap: 24px;
}
.\!k-gap-6 {
    gap: 24px !important;
}
.k-gap-6\.5 {
    gap: 26px;
}
.\!k-gap-6\.5 {
    gap: 26px !important;
}
.k-gap-7 {
    gap: 28px;
}
.\!k-gap-7 {
    gap: 28px !important;
}
.k-gap-7\.5 {
    gap: 30px;
}
.\!k-gap-7\.5 {
    gap: 30px !important;
}
.k-gap-8 {
    gap: 32px;
}
.\!k-gap-8 {
    gap: 32px !important;
}
.k-gap-9 {
    gap: 36px;
}
.\!k-gap-9 {
    gap: 36px !important;
}
.k-gap-10 {
    gap: 40px;
}
.\!k-gap-10 {
    gap: 40px !important;
}
.k-gap-11 {
    gap: 44px;
}
.\!k-gap-11 {
    gap: 44px !important;
}
.k-gap-12 {
    gap: 48px;
}
.\!k-gap-12 {
    gap: 48px !important;
}
.k-gap-13 {
    gap: 52px;
}
.\!k-gap-13 {
    gap: 52px !important;
}
.k-gap-14 {
    gap: 56px;
}
.\!k-gap-14 {
    gap: 56px !important;
}
.k-gap-15 {
    gap: 60px;
}
.\!k-gap-15 {
    gap: 60px !important;
}
.k-gap-16 {
    gap: 64px;
}
.\!k-gap-16 {
    gap: 64px !important;
}
.k-gap-17 {
    gap: 68px;
}
.\!k-gap-17 {
    gap: 68px !important;
}
.k-gap-18 {
    gap: 72px;
}
.\!k-gap-18 {
    gap: 72px !important;
}
.k-gap-19 {
    gap: 76px;
}
.\!k-gap-19 {
    gap: 76px !important;
}
.k-gap-20 {
    gap: 80px;
}
.\!k-gap-20 {
    gap: 80px !important;
}
.k-gap-21 {
    gap: 84px;
}
.\!k-gap-21 {
    gap: 84px !important;
}
.k-gap-22 {
    gap: 88px;
}
.\!k-gap-22 {
    gap: 88px !important;
}
.k-gap-23 {
    gap: 92px;
}
.\!k-gap-23 {
    gap: 92px !important;
}
.k-gap-24 {
    gap: 96px;
}
.\!k-gap-24 {
    gap: 96px !important;
}
.k-gap-xs {
    gap: 4px;
}
.\!k-gap-xs {
    gap: 4px !important;
}
.k-gap-sm {
    gap: 8px;
}
.\!k-gap-sm {
    gap: 8px !important;
}
.k-gap-md {
    gap: 12px;
}
.\!k-gap-md {
    gap: 12px !important;
}
.k-gap-lg {
    gap: 16px;
}
.\!k-gap-lg {
    gap: 16px !important;
}
.k-gap-xl {
    gap: 24px;
}
.\!k-gap-xl {
    gap: 24px !important;
}
.k-gap-thin {
    gap: 2px;
}
.\!k-gap-thin {
    gap: 2px !important;
}
.k-gap-hair {
    gap: 1px;
}
.\!k-gap-hair {
    gap: 1px !important;
}
.k-gap-x-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
}
.\!k-gap-x-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
}
.k-gap-x-1px {
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
}
.\!k-gap-x-1px {
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
}
.k-gap-x-0\.5 {
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
}
.\!k-gap-x-0\.5 {
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
}
.k-gap-x-1 {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
}
.\!k-gap-x-1 {
    -webkit-column-gap: 4px !important;
       -moz-column-gap: 4px !important;
            column-gap: 4px !important;
}
.k-gap-x-1\.5 {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
}
.\!k-gap-x-1\.5 {
    -webkit-column-gap: 6px !important;
       -moz-column-gap: 6px !important;
            column-gap: 6px !important;
}
.k-gap-x-2 {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
}
.\!k-gap-x-2 {
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
}
.k-gap-x-2\.5 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}
.\!k-gap-x-2\.5 {
    -webkit-column-gap: 10px !important;
       -moz-column-gap: 10px !important;
            column-gap: 10px !important;
}
.k-gap-x-3 {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
}
.\!k-gap-x-3 {
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
}
.k-gap-x-3\.5 {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
}
.\!k-gap-x-3\.5 {
    -webkit-column-gap: 14px !important;
       -moz-column-gap: 14px !important;
            column-gap: 14px !important;
}
.k-gap-x-4 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
}
.\!k-gap-x-4 {
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
}
.k-gap-x-4\.5 {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
}
.\!k-gap-x-4\.5 {
    -webkit-column-gap: 18px !important;
       -moz-column-gap: 18px !important;
            column-gap: 18px !important;
}
.k-gap-x-5 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}
.\!k-gap-x-5 {
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
}
.k-gap-x-5\.5 {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
}
.\!k-gap-x-5\.5 {
    -webkit-column-gap: 22px !important;
       -moz-column-gap: 22px !important;
            column-gap: 22px !important;
}
.k-gap-x-6 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
}
.\!k-gap-x-6 {
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
}
.k-gap-x-6\.5 {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
}
.\!k-gap-x-6\.5 {
    -webkit-column-gap: 26px !important;
       -moz-column-gap: 26px !important;
            column-gap: 26px !important;
}
.k-gap-x-7 {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
}
.\!k-gap-x-7 {
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
}
.k-gap-x-7\.5 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
}
.\!k-gap-x-7\.5 {
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
}
.k-gap-x-8 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
}
.\!k-gap-x-8 {
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
}
.k-gap-x-9 {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
}
.\!k-gap-x-9 {
    -webkit-column-gap: 36px !important;
       -moz-column-gap: 36px !important;
            column-gap: 36px !important;
}
.k-gap-x-10 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}
.\!k-gap-x-10 {
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
}
.k-gap-x-11 {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
}
.\!k-gap-x-11 {
    -webkit-column-gap: 44px !important;
       -moz-column-gap: 44px !important;
            column-gap: 44px !important;
}
.k-gap-x-12 {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
}
.\!k-gap-x-12 {
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
}
.k-gap-x-13 {
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
}
.\!k-gap-x-13 {
    -webkit-column-gap: 52px !important;
       -moz-column-gap: 52px !important;
            column-gap: 52px !important;
}
.k-gap-x-14 {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
}
.\!k-gap-x-14 {
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
}
.k-gap-x-15 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
}
.\!k-gap-x-15 {
    -webkit-column-gap: 60px !important;
       -moz-column-gap: 60px !important;
            column-gap: 60px !important;
}
.k-gap-x-16 {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
}
.\!k-gap-x-16 {
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
}
.k-gap-x-17 {
    -webkit-column-gap: 68px;
       -moz-column-gap: 68px;
            column-gap: 68px;
}
.\!k-gap-x-17 {
    -webkit-column-gap: 68px !important;
       -moz-column-gap: 68px !important;
            column-gap: 68px !important;
}
.k-gap-x-18 {
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
}
.\!k-gap-x-18 {
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
}
.k-gap-x-19 {
    -webkit-column-gap: 76px;
       -moz-column-gap: 76px;
            column-gap: 76px;
}
.\!k-gap-x-19 {
    -webkit-column-gap: 76px !important;
       -moz-column-gap: 76px !important;
            column-gap: 76px !important;
}
.k-gap-x-20 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
}
.\!k-gap-x-20 {
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
}
.k-gap-x-21 {
    -webkit-column-gap: 84px;
       -moz-column-gap: 84px;
            column-gap: 84px;
}
.\!k-gap-x-21 {
    -webkit-column-gap: 84px !important;
       -moz-column-gap: 84px !important;
            column-gap: 84px !important;
}
.k-gap-x-22 {
    -webkit-column-gap: 88px;
       -moz-column-gap: 88px;
            column-gap: 88px;
}
.\!k-gap-x-22 {
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
}
.k-gap-x-23 {
    -webkit-column-gap: 92px;
       -moz-column-gap: 92px;
            column-gap: 92px;
}
.\!k-gap-x-23 {
    -webkit-column-gap: 92px !important;
       -moz-column-gap: 92px !important;
            column-gap: 92px !important;
}
.k-gap-x-24 {
    -webkit-column-gap: 96px;
       -moz-column-gap: 96px;
            column-gap: 96px;
}
.\!k-gap-x-24 {
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
}
.k-gap-x-xs {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
}
.\!k-gap-x-xs {
    -webkit-column-gap: 4px !important;
       -moz-column-gap: 4px !important;
            column-gap: 4px !important;
}
.k-gap-x-sm {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
}
.\!k-gap-x-sm {
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
}
.k-gap-x-md {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
}
.\!k-gap-x-md {
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
}
.k-gap-x-lg {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
}
.\!k-gap-x-lg {
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
}
.k-gap-x-xl {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
}
.\!k-gap-x-xl {
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
}
.k-gap-x-thin {
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
}
.\!k-gap-x-thin {
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
}
.k-gap-x-hair {
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
}
.\!k-gap-x-hair {
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
}
.k-gap-y-0 {
    row-gap: 0;
}
.\!k-gap-y-0 {
    row-gap: 0 !important;
}
.k-gap-y-1px {
    row-gap: 1px;
}
.\!k-gap-y-1px {
    row-gap: 1px !important;
}
.k-gap-y-0\.5 {
    row-gap: 2px;
}
.\!k-gap-y-0\.5 {
    row-gap: 2px !important;
}
.k-gap-y-1 {
    row-gap: 4px;
}
.\!k-gap-y-1 {
    row-gap: 4px !important;
}
.k-gap-y-1\.5 {
    row-gap: 6px;
}
.\!k-gap-y-1\.5 {
    row-gap: 6px !important;
}
.k-gap-y-2 {
    row-gap: 8px;
}
.\!k-gap-y-2 {
    row-gap: 8px !important;
}
.k-gap-y-2\.5 {
    row-gap: 10px;
}
.\!k-gap-y-2\.5 {
    row-gap: 10px !important;
}
.k-gap-y-3 {
    row-gap: 12px;
}
.\!k-gap-y-3 {
    row-gap: 12px !important;
}
.k-gap-y-3\.5 {
    row-gap: 14px;
}
.\!k-gap-y-3\.5 {
    row-gap: 14px !important;
}
.k-gap-y-4 {
    row-gap: 16px;
}
.\!k-gap-y-4 {
    row-gap: 16px !important;
}
.k-gap-y-4\.5 {
    row-gap: 18px;
}
.\!k-gap-y-4\.5 {
    row-gap: 18px !important;
}
.k-gap-y-5 {
    row-gap: 20px;
}
.\!k-gap-y-5 {
    row-gap: 20px !important;
}
.k-gap-y-5\.5 {
    row-gap: 22px;
}
.\!k-gap-y-5\.5 {
    row-gap: 22px !important;
}
.k-gap-y-6 {
    row-gap: 24px;
}
.\!k-gap-y-6 {
    row-gap: 24px !important;
}
.k-gap-y-6\.5 {
    row-gap: 26px;
}
.\!k-gap-y-6\.5 {
    row-gap: 26px !important;
}
.k-gap-y-7 {
    row-gap: 28px;
}
.\!k-gap-y-7 {
    row-gap: 28px !important;
}
.k-gap-y-7\.5 {
    row-gap: 30px;
}
.\!k-gap-y-7\.5 {
    row-gap: 30px !important;
}
.k-gap-y-8 {
    row-gap: 32px;
}
.\!k-gap-y-8 {
    row-gap: 32px !important;
}
.k-gap-y-9 {
    row-gap: 36px;
}
.\!k-gap-y-9 {
    row-gap: 36px !important;
}
.k-gap-y-10 {
    row-gap: 40px;
}
.\!k-gap-y-10 {
    row-gap: 40px !important;
}
.k-gap-y-11 {
    row-gap: 44px;
}
.\!k-gap-y-11 {
    row-gap: 44px !important;
}
.k-gap-y-12 {
    row-gap: 48px;
}
.\!k-gap-y-12 {
    row-gap: 48px !important;
}
.k-gap-y-13 {
    row-gap: 52px;
}
.\!k-gap-y-13 {
    row-gap: 52px !important;
}
.k-gap-y-14 {
    row-gap: 56px;
}
.\!k-gap-y-14 {
    row-gap: 56px !important;
}
.k-gap-y-15 {
    row-gap: 60px;
}
.\!k-gap-y-15 {
    row-gap: 60px !important;
}
.k-gap-y-16 {
    row-gap: 64px;
}
.\!k-gap-y-16 {
    row-gap: 64px !important;
}
.k-gap-y-17 {
    row-gap: 68px;
}
.\!k-gap-y-17 {
    row-gap: 68px !important;
}
.k-gap-y-18 {
    row-gap: 72px;
}
.\!k-gap-y-18 {
    row-gap: 72px !important;
}
.k-gap-y-19 {
    row-gap: 76px;
}
.\!k-gap-y-19 {
    row-gap: 76px !important;
}
.k-gap-y-20 {
    row-gap: 80px;
}
.\!k-gap-y-20 {
    row-gap: 80px !important;
}
.k-gap-y-21 {
    row-gap: 84px;
}
.\!k-gap-y-21 {
    row-gap: 84px !important;
}
.k-gap-y-22 {
    row-gap: 88px;
}
.\!k-gap-y-22 {
    row-gap: 88px !important;
}
.k-gap-y-23 {
    row-gap: 92px;
}
.\!k-gap-y-23 {
    row-gap: 92px !important;
}
.k-gap-y-24 {
    row-gap: 96px;
}
.\!k-gap-y-24 {
    row-gap: 96px !important;
}
.k-gap-y-xs {
    row-gap: 4px;
}
.\!k-gap-y-xs {
    row-gap: 4px !important;
}
.k-gap-y-sm {
    row-gap: 8px;
}
.\!k-gap-y-sm {
    row-gap: 8px !important;
}
.k-gap-y-md {
    row-gap: 12px;
}
.\!k-gap-y-md {
    row-gap: 12px !important;
}
.k-gap-y-lg {
    row-gap: 16px;
}
.\!k-gap-y-lg {
    row-gap: 16px !important;
}
.k-gap-y-xl {
    row-gap: 24px;
}
.\!k-gap-y-xl {
    row-gap: 24px !important;
}
.k-gap-y-thin {
    row-gap: 2px;
}
.\!k-gap-y-thin {
    row-gap: 2px !important;
}
.k-gap-y-hair {
    row-gap: 1px;
}
.\!k-gap-y-hair {
    row-gap: 1px !important;
}
.k-grid-auto-cols-auto {
    grid-auto-columns: auto;
}
.\!k-grid-auto-cols-auto {
    grid-auto-columns: auto !important;
}
.k-grid-auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
}
.\!k-grid-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
}
.k-grid-auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
}
.\!k-grid-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
}
.k-grid-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
}
.\!k-grid-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
}
.k-grid-flow-row {
    grid-auto-flow: row;
}
.\!k-grid-flow-row {
    grid-auto-flow: row !important;
}
.k-grid-flow-col {
    grid-auto-flow: column;
}
.\!k-grid-flow-col {
    grid-auto-flow: column !important;
}
.k-grid-flow-dense {
    grid-auto-flow: dense;
}
.\!k-grid-flow-dense {
    grid-auto-flow: dense !important;
}
.k-grid-flow-row-dense {
    grid-auto-flow: row dense;
}
.\!k-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
}
.k-grid-flow-col-dense {
    grid-auto-flow: column dense;
}
.\!k-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
}
.k-grid-flow-unset {
    grid-auto-flow: unset;
}
.\!k-grid-flow-unset {
    grid-auto-flow: unset !important;
}
.k-grid-auto-rows-auto {
    grid-auto-rows: auto;
}
.\!k-grid-auto-rows-auto {
    grid-auto-rows: auto !important;
}
.k-grid-auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
}
.\!k-grid-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
}
.k-grid-auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
}
.\!k-grid-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
}
.k-grid-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
}
.\!k-grid-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
}
.k-col-start-1 {
    grid-column-start: 1;
}
.\!k-col-start-1 {
    grid-column-start: 1 !important;
}
.k-col-start-2 {
    grid-column-start: 2;
}
.\!k-col-start-2 {
    grid-column-start: 2 !important;
}
.k-col-start-3 {
    grid-column-start: 3;
}
.\!k-col-start-3 {
    grid-column-start: 3 !important;
}
.k-col-start-4 {
    grid-column-start: 4;
}
.\!k-col-start-4 {
    grid-column-start: 4 !important;
}
.k-col-start-5 {
    grid-column-start: 5;
}
.\!k-col-start-5 {
    grid-column-start: 5 !important;
}
.k-col-start-6 {
    grid-column-start: 6;
}
.\!k-col-start-6 {
    grid-column-start: 6 !important;
}
.k-col-start-7 {
    grid-column-start: 7;
}
.\!k-col-start-7 {
    grid-column-start: 7 !important;
}
.k-col-start-8 {
    grid-column-start: 8;
}
.\!k-col-start-8 {
    grid-column-start: 8 !important;
}
.k-col-start-9 {
    grid-column-start: 9;
}
.\!k-col-start-9 {
    grid-column-start: 9 !important;
}
.k-col-start-10 {
    grid-column-start: 10;
}
.\!k-col-start-10 {
    grid-column-start: 10 !important;
}
.k-col-start-11 {
    grid-column-start: 11;
}
.\!k-col-start-11 {
    grid-column-start: 11 !important;
}
.k-col-start-12 {
    grid-column-start: 12;
}
.\!k-col-start-12 {
    grid-column-start: 12 !important;
}
.k-col-start-13 {
    grid-column-start: 13;
}
.\!k-col-start-13 {
    grid-column-start: 13 !important;
}
.k-col-start--1 {
    grid-column-start: -1;
}
.\!k-col-start--1 {
    grid-column-start: -1 !important;
}
.k-col-start--2 {
    grid-column-start: -2;
}
.\!k-col-start--2 {
    grid-column-start: -2 !important;
}
.k-col-start--3 {
    grid-column-start: -3;
}
.\!k-col-start--3 {
    grid-column-start: -3 !important;
}
.k-col-start--4 {
    grid-column-start: -4;
}
.\!k-col-start--4 {
    grid-column-start: -4 !important;
}
.k-col-start--5 {
    grid-column-start: -5;
}
.\!k-col-start--5 {
    grid-column-start: -5 !important;
}
.k-col-start--6 {
    grid-column-start: -6;
}
.\!k-col-start--6 {
    grid-column-start: -6 !important;
}
.k-col-start--7 {
    grid-column-start: -7;
}
.\!k-col-start--7 {
    grid-column-start: -7 !important;
}
.k-col-start--8 {
    grid-column-start: -8;
}
.\!k-col-start--8 {
    grid-column-start: -8 !important;
}
.k-col-start--9 {
    grid-column-start: -9;
}
.\!k-col-start--9 {
    grid-column-start: -9 !important;
}
.k-col-start--10 {
    grid-column-start: -10;
}
.\!k-col-start--10 {
    grid-column-start: -10 !important;
}
.k-col-start--11 {
    grid-column-start: -11;
}
.\!k-col-start--11 {
    grid-column-start: -11 !important;
}
.k-col-start--12 {
    grid-column-start: -12;
}
.\!k-col-start--12 {
    grid-column-start: -12 !important;
}
.k-col-start--13 {
    grid-column-start: -13;
}
.\!k-col-start--13 {
    grid-column-start: -13 !important;
}
.k-col-start-auto {
    grid-column-start: auto;
}
.\!k-col-start-auto {
    grid-column-start: auto !important;
}
.k-col-end-1 {
    grid-column-end: 1;
}
.\!k-col-end-1 {
    grid-column-end: 1 !important;
}
.k-col-end-2 {
    grid-column-end: 2;
}
.\!k-col-end-2 {
    grid-column-end: 2 !important;
}
.k-col-end-3 {
    grid-column-end: 3;
}
.\!k-col-end-3 {
    grid-column-end: 3 !important;
}
.k-col-end-4 {
    grid-column-end: 4;
}
.\!k-col-end-4 {
    grid-column-end: 4 !important;
}
.k-col-end-5 {
    grid-column-end: 5;
}
.\!k-col-end-5 {
    grid-column-end: 5 !important;
}
.k-col-end-6 {
    grid-column-end: 6;
}
.\!k-col-end-6 {
    grid-column-end: 6 !important;
}
.k-col-end-7 {
    grid-column-end: 7;
}
.\!k-col-end-7 {
    grid-column-end: 7 !important;
}
.k-col-end-8 {
    grid-column-end: 8;
}
.\!k-col-end-8 {
    grid-column-end: 8 !important;
}
.k-col-end-9 {
    grid-column-end: 9;
}
.\!k-col-end-9 {
    grid-column-end: 9 !important;
}
.k-col-end-10 {
    grid-column-end: 10;
}
.\!k-col-end-10 {
    grid-column-end: 10 !important;
}
.k-col-end-11 {
    grid-column-end: 11;
}
.\!k-col-end-11 {
    grid-column-end: 11 !important;
}
.k-col-end-12 {
    grid-column-end: 12;
}
.\!k-col-end-12 {
    grid-column-end: 12 !important;
}
.k-col-end-13 {
    grid-column-end: 13;
}
.\!k-col-end-13 {
    grid-column-end: 13 !important;
}
.k-col-end--1 {
    grid-column-end: -1;
}
.\!k-col-end--1 {
    grid-column-end: -1 !important;
}
.k-col-end--2 {
    grid-column-end: -2;
}
.\!k-col-end--2 {
    grid-column-end: -2 !important;
}
.k-col-end--3 {
    grid-column-end: -3;
}
.\!k-col-end--3 {
    grid-column-end: -3 !important;
}
.k-col-end--4 {
    grid-column-end: -4;
}
.\!k-col-end--4 {
    grid-column-end: -4 !important;
}
.k-col-end--5 {
    grid-column-end: -5;
}
.\!k-col-end--5 {
    grid-column-end: -5 !important;
}
.k-col-end--6 {
    grid-column-end: -6;
}
.\!k-col-end--6 {
    grid-column-end: -6 !important;
}
.k-col-end--7 {
    grid-column-end: -7;
}
.\!k-col-end--7 {
    grid-column-end: -7 !important;
}
.k-col-end--8 {
    grid-column-end: -8;
}
.\!k-col-end--8 {
    grid-column-end: -8 !important;
}
.k-col-end--9 {
    grid-column-end: -9;
}
.\!k-col-end--9 {
    grid-column-end: -9 !important;
}
.k-col-end--10 {
    grid-column-end: -10;
}
.\!k-col-end--10 {
    grid-column-end: -10 !important;
}
.k-col-end--11 {
    grid-column-end: -11;
}
.\!k-col-end--11 {
    grid-column-end: -11 !important;
}
.k-col-end--12 {
    grid-column-end: -12;
}
.\!k-col-end--12 {
    grid-column-end: -12 !important;
}
.k-col-end--13 {
    grid-column-end: -13;
}
.\!k-col-end--13 {
    grid-column-end: -13 !important;
}
.k-col-end-auto {
    grid-column-end: auto;
}
.\!k-col-end-auto {
    grid-column-end: auto !important;
}
.k-col-span-1 {
    grid-column: span 1/span 1;
}
.\!k-col-span-1 {
    grid-column: span 1/span 1 !important;
}
.k-col-span-2 {
    grid-column: span 2/span 2;
}
.\!k-col-span-2 {
    grid-column: span 2/span 2 !important;
}
.k-col-span-3 {
    grid-column: span 3/span 3;
}
.\!k-col-span-3 {
    grid-column: span 3/span 3 !important;
}
.k-col-span-4 {
    grid-column: span 4/span 4;
}
.\!k-col-span-4 {
    grid-column: span 4/span 4 !important;
}
.k-col-span-5 {
    grid-column: span 5/span 5;
}
.\!k-col-span-5 {
    grid-column: span 5/span 5 !important;
}
.k-col-span-6 {
    grid-column: span 6/span 6;
}
.\!k-col-span-6 {
    grid-column: span 6/span 6 !important;
}
.k-col-span-7 {
    grid-column: span 7/span 7;
}
.\!k-col-span-7 {
    grid-column: span 7/span 7 !important;
}
.k-col-span-8 {
    grid-column: span 8/span 8;
}
.\!k-col-span-8 {
    grid-column: span 8/span 8 !important;
}
.k-col-span-9 {
    grid-column: span 9/span 9;
}
.\!k-col-span-9 {
    grid-column: span 9/span 9 !important;
}
.k-col-span-10 {
    grid-column: span 10/span 10;
}
.\!k-col-span-10 {
    grid-column: span 10/span 10 !important;
}
.k-col-span-11 {
    grid-column: span 11/span 11;
}
.\!k-col-span-11 {
    grid-column: span 11/span 11 !important;
}
.k-col-span-12 {
    grid-column: span 12/span 12;
}
.\!k-col-span-12 {
    grid-column: span 12/span 12 !important;
}
.k-col-span-full {
    grid-column: 1 / -1;
}
.\!k-col-span-full {
    grid-column: 1 / -1 !important;
}
.k-col-span-auto {
    grid-column: auto;
}
.\!k-col-span-auto {
    grid-column: auto !important;
}
.k-colspan-1 {
    grid-column: span 1/span 1;
}
.\!k-colspan-1 {
    grid-column: span 1/span 1 !important;
}
.k-colspan-2 {
    grid-column: span 2/span 2;
}
.\!k-colspan-2 {
    grid-column: span 2/span 2 !important;
}
.k-colspan-3 {
    grid-column: span 3/span 3;
}
.\!k-colspan-3 {
    grid-column: span 3/span 3 !important;
}
.k-colspan-4 {
    grid-column: span 4/span 4;
}
.\!k-colspan-4 {
    grid-column: span 4/span 4 !important;
}
.k-colspan-5 {
    grid-column: span 5/span 5;
}
.\!k-colspan-5 {
    grid-column: span 5/span 5 !important;
}
.k-colspan-6 {
    grid-column: span 6/span 6;
}
.\!k-colspan-6 {
    grid-column: span 6/span 6 !important;
}
.k-colspan-7 {
    grid-column: span 7/span 7;
}
.\!k-colspan-7 {
    grid-column: span 7/span 7 !important;
}
.k-colspan-8 {
    grid-column: span 8/span 8;
}
.\!k-colspan-8 {
    grid-column: span 8/span 8 !important;
}
.k-colspan-9 {
    grid-column: span 9/span 9;
}
.\!k-colspan-9 {
    grid-column: span 9/span 9 !important;
}
.k-colspan-10 {
    grid-column: span 10/span 10;
}
.\!k-colspan-10 {
    grid-column: span 10/span 10 !important;
}
.k-colspan-11 {
    grid-column: span 11/span 11;
}
.\!k-colspan-11 {
    grid-column: span 11/span 11 !important;
}
.k-colspan-12 {
    grid-column: span 12/span 12;
}
.\!k-colspan-12 {
    grid-column: span 12/span 12 !important;
}
.k-colspan-full, .k-colspan-all {
    grid-column: 1 / -1;
}
.\!k-colspan-full, .\!k-colspan-all {
    grid-column: 1 / -1 !important;
}
.k-colspan-auto {
    grid-column: auto;
}
.\!k-colspan-auto {
    grid-column: auto !important;
}
.k-row-start-1 {
    grid-row-start: 1;
}
.\!k-row-start-1 {
    grid-row-start: 1 !important;
}
.k-row-start-2 {
    grid-row-start: 2;
}
.\!k-row-start-2 {
    grid-row-start: 2 !important;
}
.k-row-start-3 {
    grid-row-start: 3;
}
.\!k-row-start-3 {
    grid-row-start: 3 !important;
}
.k-row-start-4 {
    grid-row-start: 4;
}
.\!k-row-start-4 {
    grid-row-start: 4 !important;
}
.k-row-start-5 {
    grid-row-start: 5;
}
.\!k-row-start-5 {
    grid-row-start: 5 !important;
}
.k-row-start-6 {
    grid-row-start: 6;
}
.\!k-row-start-6 {
    grid-row-start: 6 !important;
}
.k-row-start-7 {
    grid-row-start: 7;
}
.\!k-row-start-7 {
    grid-row-start: 7 !important;
}
.k-row-start-8 {
    grid-row-start: 8;
}
.\!k-row-start-8 {
    grid-row-start: 8 !important;
}
.k-row-start-9 {
    grid-row-start: 9;
}
.\!k-row-start-9 {
    grid-row-start: 9 !important;
}
.k-row-start-10 {
    grid-row-start: 10;
}
.\!k-row-start-10 {
    grid-row-start: 10 !important;
}
.k-row-start-11 {
    grid-row-start: 11;
}
.\!k-row-start-11 {
    grid-row-start: 11 !important;
}
.k-row-start-12 {
    grid-row-start: 12;
}
.\!k-row-start-12 {
    grid-row-start: 12 !important;
}
.k-row-start-13 {
    grid-row-start: 13;
}
.\!k-row-start-13 {
    grid-row-start: 13 !important;
}
.k-row-start--1 {
    grid-row-start: -1;
}
.\!k-row-start--1 {
    grid-row-start: -1 !important;
}
.k-row-start--2 {
    grid-row-start: -2;
}
.\!k-row-start--2 {
    grid-row-start: -2 !important;
}
.k-row-start--3 {
    grid-row-start: -3;
}
.\!k-row-start--3 {
    grid-row-start: -3 !important;
}
.k-row-start--4 {
    grid-row-start: -4;
}
.\!k-row-start--4 {
    grid-row-start: -4 !important;
}
.k-row-start--5 {
    grid-row-start: -5;
}
.\!k-row-start--5 {
    grid-row-start: -5 !important;
}
.k-row-start--6 {
    grid-row-start: -6;
}
.\!k-row-start--6 {
    grid-row-start: -6 !important;
}
.k-row-start--7 {
    grid-row-start: -7;
}
.\!k-row-start--7 {
    grid-row-start: -7 !important;
}
.k-row-start--8 {
    grid-row-start: -8;
}
.\!k-row-start--8 {
    grid-row-start: -8 !important;
}
.k-row-start--9 {
    grid-row-start: -9;
}
.\!k-row-start--9 {
    grid-row-start: -9 !important;
}
.k-row-start--10 {
    grid-row-start: -10;
}
.\!k-row-start--10 {
    grid-row-start: -10 !important;
}
.k-row-start--11 {
    grid-row-start: -11;
}
.\!k-row-start--11 {
    grid-row-start: -11 !important;
}
.k-row-start--12 {
    grid-row-start: -12;
}
.\!k-row-start--12 {
    grid-row-start: -12 !important;
}
.k-row-start--13 {
    grid-row-start: -13;
}
.\!k-row-start--13 {
    grid-row-start: -13 !important;
}
.k-row-start-auto {
    grid-row-start: auto;
}
.\!k-row-start-auto {
    grid-row-start: auto !important;
}
.k-row-end-1 {
    grid-row-end: 1;
}
.\!k-row-end-1 {
    grid-row-end: 1 !important;
}
.k-row-end-2 {
    grid-row-end: 2;
}
.\!k-row-end-2 {
    grid-row-end: 2 !important;
}
.k-row-end-3 {
    grid-row-end: 3;
}
.\!k-row-end-3 {
    grid-row-end: 3 !important;
}
.k-row-end-4 {
    grid-row-end: 4;
}
.\!k-row-end-4 {
    grid-row-end: 4 !important;
}
.k-row-end-5 {
    grid-row-end: 5;
}
.\!k-row-end-5 {
    grid-row-end: 5 !important;
}
.k-row-end-6 {
    grid-row-end: 6;
}
.\!k-row-end-6 {
    grid-row-end: 6 !important;
}
.k-row-end-7 {
    grid-row-end: 7;
}
.\!k-row-end-7 {
    grid-row-end: 7 !important;
}
.k-row-end-8 {
    grid-row-end: 8;
}
.\!k-row-end-8 {
    grid-row-end: 8 !important;
}
.k-row-end-9 {
    grid-row-end: 9;
}
.\!k-row-end-9 {
    grid-row-end: 9 !important;
}
.k-row-end-10 {
    grid-row-end: 10;
}
.\!k-row-end-10 {
    grid-row-end: 10 !important;
}
.k-row-end-11 {
    grid-row-end: 11;
}
.\!k-row-end-11 {
    grid-row-end: 11 !important;
}
.k-row-end-12 {
    grid-row-end: 12;
}
.\!k-row-end-12 {
    grid-row-end: 12 !important;
}
.k-row-end-13 {
    grid-row-end: 13;
}
.\!k-row-end-13 {
    grid-row-end: 13 !important;
}
.k-row-end--1 {
    grid-row-end: -1;
}
.\!k-row-end--1 {
    grid-row-end: -1 !important;
}
.k-row-end--2 {
    grid-row-end: -2;
}
.\!k-row-end--2 {
    grid-row-end: -2 !important;
}
.k-row-end--3 {
    grid-row-end: -3;
}
.\!k-row-end--3 {
    grid-row-end: -3 !important;
}
.k-row-end--4 {
    grid-row-end: -4;
}
.\!k-row-end--4 {
    grid-row-end: -4 !important;
}
.k-row-end--5 {
    grid-row-end: -5;
}
.\!k-row-end--5 {
    grid-row-end: -5 !important;
}
.k-row-end--6 {
    grid-row-end: -6;
}
.\!k-row-end--6 {
    grid-row-end: -6 !important;
}
.k-row-end--7 {
    grid-row-end: -7;
}
.\!k-row-end--7 {
    grid-row-end: -7 !important;
}
.k-row-end--8 {
    grid-row-end: -8;
}
.\!k-row-end--8 {
    grid-row-end: -8 !important;
}
.k-row-end--9 {
    grid-row-end: -9;
}
.\!k-row-end--9 {
    grid-row-end: -9 !important;
}
.k-row-end--10 {
    grid-row-end: -10;
}
.\!k-row-end--10 {
    grid-row-end: -10 !important;
}
.k-row-end--11 {
    grid-row-end: -11;
}
.\!k-row-end--11 {
    grid-row-end: -11 !important;
}
.k-row-end--12 {
    grid-row-end: -12;
}
.\!k-row-end--12 {
    grid-row-end: -12 !important;
}
.k-row-end--13 {
    grid-row-end: -13;
}
.\!k-row-end--13 {
    grid-row-end: -13 !important;
}
.k-row-end-auto {
    grid-row-end: auto;
}
.\!k-row-end-auto {
    grid-row-end: auto !important;
}
.k-row-span-1 {
    grid-row: span 1/span 1;
}
.\!k-row-span-1 {
    grid-row: span 1/span 1 !important;
}
.k-row-span-2 {
    grid-row: span 2/span 2;
}
.\!k-row-span-2 {
    grid-row: span 2/span 2 !important;
}
.k-row-span-3 {
    grid-row: span 3/span 3;
}
.\!k-row-span-3 {
    grid-row: span 3/span 3 !important;
}
.k-row-span-4 {
    grid-row: span 4/span 4;
}
.\!k-row-span-4 {
    grid-row: span 4/span 4 !important;
}
.k-row-span-5 {
    grid-row: span 5/span 5;
}
.\!k-row-span-5 {
    grid-row: span 5/span 5 !important;
}
.k-row-span-6 {
    grid-row: span 6/span 6;
}
.\!k-row-span-6 {
    grid-row: span 6/span 6 !important;
}
.k-row-span-7 {
    grid-row: span 7/span 7;
}
.\!k-row-span-7 {
    grid-row: span 7/span 7 !important;
}
.k-row-span-8 {
    grid-row: span 8/span 8;
}
.\!k-row-span-8 {
    grid-row: span 8/span 8 !important;
}
.k-row-span-9 {
    grid-row: span 9/span 9;
}
.\!k-row-span-9 {
    grid-row: span 9/span 9 !important;
}
.k-row-span-10 {
    grid-row: span 10/span 10;
}
.\!k-row-span-10 {
    grid-row: span 10/span 10 !important;
}
.k-row-span-11 {
    grid-row: span 11/span 11;
}
.\!k-row-span-11 {
    grid-row: span 11/span 11 !important;
}
.k-row-span-12 {
    grid-row: span 12/span 12;
}
.\!k-row-span-12 {
    grid-row: span 12/span 12 !important;
}
.k-row-span-full {
    grid-row: span 1/span -1;
}
.\!k-row-span-full {
    grid-row: span 1/span -1 !important;
}
.k-row-span-auto {
    grid-row: auto;
}
.\!k-row-span-auto {
    grid-row: auto !important;
}
.k-rowspan-1 {
    grid-row: span 1/span 1;
}
.\!k-rowspan-1 {
    grid-row: span 1/span 1 !important;
}
.k-rowspan-2 {
    grid-row: span 2/span 2;
}
.\!k-rowspan-2 {
    grid-row: span 2/span 2 !important;
}
.k-rowspan-3 {
    grid-row: span 3/span 3;
}
.\!k-rowspan-3 {
    grid-row: span 3/span 3 !important;
}
.k-rowspan-4 {
    grid-row: span 4/span 4;
}
.\!k-rowspan-4 {
    grid-row: span 4/span 4 !important;
}
.k-rowspan-5 {
    grid-row: span 5/span 5;
}
.\!k-rowspan-5 {
    grid-row: span 5/span 5 !important;
}
.k-rowspan-6 {
    grid-row: span 6/span 6;
}
.\!k-rowspan-6 {
    grid-row: span 6/span 6 !important;
}
.k-rowspan-7 {
    grid-row: span 7/span 7;
}
.\!k-rowspan-7 {
    grid-row: span 7/span 7 !important;
}
.k-rowspan-8 {
    grid-row: span 8/span 8;
}
.\!k-rowspan-8 {
    grid-row: span 8/span 8 !important;
}
.k-rowspan-9 {
    grid-row: span 9/span 9;
}
.\!k-rowspan-9 {
    grid-row: span 9/span 9 !important;
}
.k-rowspan-10 {
    grid-row: span 10/span 10;
}
.\!k-rowspan-10 {
    grid-row: span 10/span 10 !important;
}
.k-rowspan-11 {
    grid-row: span 11/span 11;
}
.\!k-rowspan-11 {
    grid-row: span 11/span 11 !important;
}
.k-rowspan-12 {
    grid-row: span 12/span 12;
}
.\!k-rowspan-12 {
    grid-row: span 12/span 12 !important;
}
.k-rowspan-full, .k-rowspan-all {
    grid-row: span 1/span -1;
}
.\!k-rowspan-full, .\!k-rowspan-all {
    grid-row: span 1/span -1 !important;
}
.k-rowspan-auto {
    grid-row: auto;
}
.\!k-rowspan-auto {
    grid-row: auto !important;
}
.k-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.\!k-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.k-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.\!k-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.k-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.\!k-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.k-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.\!k-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.k-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.\!k-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.k-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.\!k-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.k-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.\!k-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.k-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.\!k-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.k-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}
.\!k-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.k-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}
.\!k-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.k-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}
.\!k-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.k-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.\!k-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.k-grid-cols-none {
    grid-template-columns: none;
}
.\!k-grid-cols-none {
    grid-template-columns: none !important;
}
.k-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}
.\!k-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.k-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}
.\!k-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.k-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}
.\!k-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.k-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
}
.\!k-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.k-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
}
.\!k-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.k-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
}
.\!k-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.k-grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
}
.\!k-grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
}
.k-grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
}
.\!k-grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
}
.k-grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
}
.\!k-grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
}
.k-grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
}
.\!k-grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
}
.k-grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
}
.\!k-grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
}
.k-grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
}
.\!k-grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
}
.k-grid-rows-none {
    grid-template-rows: none;
}
.\!k-grid-rows-none {
    grid-template-rows: none !important;
}
.k-justify-content-normal {
    -webkit-box-pack: normal;
            justify-content: normal;
}
.\!k-justify-content-normal {
    -webkit-box-pack: normal !important;
            justify-content: normal !important;
}
.k-justify-content-stretch {
    -webkit-box-pack: stretch;
            justify-content: stretch;
}
.\!k-justify-content-stretch {
    -webkit-box-pack: stretch !important;
            justify-content: stretch !important;
}
.k-justify-content-center {
    -webkit-box-pack: center;
            justify-content: center;
}
.\!k-justify-content-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
}
.k-justify-content-start {
    -webkit-box-pack: start;
            justify-content: start;
}
.\!k-justify-content-start {
    -webkit-box-pack: start !important;
            justify-content: start !important;
}
.k-justify-content-end {
    -webkit-box-pack: end;
            justify-content: end;
}
.\!k-justify-content-end {
    -webkit-box-pack: end !important;
            justify-content: end !important;
}
.k-justify-content-flex-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
}
.\!k-justify-content-flex-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
}
.k-justify-content-flex-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
}
.\!k-justify-content-flex-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
}
.k-justify-content-left {
    -webkit-box-pack: left;
            justify-content: left;
}
.\!k-justify-content-left {
    -webkit-box-pack: left !important;
            justify-content: left !important;
}
.k-justify-content-right {
    -webkit-box-pack: right;
            justify-content: right;
}
.\!k-justify-content-right {
    -webkit-box-pack: right !important;
            justify-content: right !important;
}
.k-justify-content-baseline {
    -webkit-box-pack: baseline;
            justify-content: baseline;
}
.\!k-justify-content-baseline {
    -webkit-box-pack: baseline !important;
            justify-content: baseline !important;
}
.k-justify-content-first-baseline {
    -webkit-box-pack: first baseline;
            justify-content: first baseline;
}
.\!k-justify-content-first-baseline {
    -webkit-box-pack: first baseline !important;
            justify-content: first baseline !important;
}
.k-justify-content-last-baseline {
    -webkit-box-pack: last baseline;
            justify-content: last baseline;
}
.\!k-justify-content-last-baseline {
    -webkit-box-pack: last baseline !important;
            justify-content: last baseline !important;
}
.k-justify-content-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.\!k-justify-content-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
}
.k-justify-content-around {
    justify-content: space-around;
}
.\!k-justify-content-around {
    justify-content: space-around !important;
}
.k-justify-content-evenly {
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
}
.\!k-justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
            justify-content: space-evenly !important;
}
.k-justify-content-stretch > * {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
}
.\!.k-justify-content-stretch > * {
    -webkit-box-flex: 1 !important;
            flex: 1 0 0% !important;
}
.k-justify-items-normal {
    justify-items: normal;
}
.\!k-justify-items-normal {
    justify-items: normal !important;
}
.k-justify-items-stretch {
    justify-items: stretch;
}
.\!k-justify-items-stretch {
    justify-items: stretch !important;
}
.k-justify-items-center {
    justify-items: center;
}
.\!k-justify-items-center {
    justify-items: center !important;
}
.k-justify-items-start {
    justify-items: start;
}
.\!k-justify-items-start {
    justify-items: start !important;
}
.k-justify-items-end {
    justify-items: end;
}
.\!k-justify-items-end {
    justify-items: end !important;
}
.k-justify-items-flex-start {
    justify-items: flex-start;
}
.\!k-justify-items-flex-start {
    justify-items: flex-start !important;
}
.k-justify-items-flex-end {
    justify-items: flex-end;
}
.\!k-justify-items-flex-end {
    justify-items: flex-end !important;
}
.k-justify-items-self-start {
    justify-items: self-start;
}
.\!k-justify-items-self-start {
    justify-items: self-start !important;
}
.k-justify-items-self-end {
    justify-items: self-end;
}
.\!k-justify-items-self-end {
    justify-items: self-end !important;
}
.k-justify-items-left {
    justify-items: left;
}
.\!k-justify-items-left {
    justify-items: left !important;
}
.k-justify-items-right {
    justify-items: right;
}
.\!k-justify-items-right {
    justify-items: right !important;
}
.k-justify-items-baseline {
    justify-items: baseline;
}
.\!k-justify-items-baseline {
    justify-items: baseline !important;
}
.k-justify-items-first-baseline {
    justify-items: first baseline;
}
.\!k-justify-items-first-baseline {
    justify-items: first baseline !important;
}
.k-justify-items-last-baseline {
    justify-items: last baseline;
}
.\!k-justify-items-last-baseline {
    justify-items: last baseline !important;
}
.k-justify-self-auto {
    justify-self: auto;
}
.\!k-justify-self-auto {
    justify-self: auto !important;
}
.k-justify-self-normal {
    justify-self: normal;
}
.\!k-justify-self-normal {
    justify-self: normal !important;
}
.k-justify-self-stretch {
    justify-self: stretch;
}
.\!k-justify-self-stretch {
    justify-self: stretch !important;
}
.k-justify-self-center {
    justify-self: center;
}
.\!k-justify-self-center {
    justify-self: center !important;
}
.k-justify-self-start {
    justify-self: start;
}
.\!k-justify-self-start {
    justify-self: start !important;
}
.k-justify-self-end {
    justify-self: end;
}
.\!k-justify-self-end {
    justify-self: end !important;
}
.k-justify-self-flex-start {
    justify-self: flex-start;
}
.\!k-justify-self-flex-start {
    justify-self: flex-start !important;
}
.k-justify-self-flex-end {
    justify-self: flex-end;
}
.\!k-justify-self-flex-end {
    justify-self: flex-end !important;
}
.k-justify-self-self-start {
    justify-self: self-start;
}
.\!k-justify-self-self-start {
    justify-self: self-start !important;
}
.k-justify-self-self-end {
    justify-self: self-end;
}
.\!k-justify-self-self-end {
    justify-self: self-end !important;
}
.k-justify-self-baseline {
    justify-self: baseline;
}
.\!k-justify-self-baseline {
    justify-self: baseline !important;
}
.k-justify-self-first-baseline {
    justify-self: first baseline;
}
.\!k-justify-self-first-baseline {
    justify-self: first baseline !important;
}
.k-justify-self-last-baseline {
    justify-self: last baseline;
}
.\!k-justify-self-last-baseline {
    justify-self: last baseline !important;
}
.k-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
}
.\!k-order-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
}
.k-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
}
.\!k-order-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
}
.k-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
}
.\!k-order-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
}
.k-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
}
.\!k-order-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
}
.k-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
}
.\!k-order-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
}
.k-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
}
.\!k-order-6 {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
}
.k-order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
}
.\!k-order-7 {
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
}
.k-order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
}
.\!k-order-8 {
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
}
.k-order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
}
.\!k-order-9 {
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
}
.k-order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
}
.\!k-order-10 {
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
}
.k-order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
}
.\!k-order-11 {
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
}
.k-order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
}
.\!k-order-12 {
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
}
.k-order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
}
.\!k-order-first {
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
}
.k-order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
}
.\!k-order-last {
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
}
.k-order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
}
.\!k-order-none {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
}
.k-place-content-normal {
    place-content: normal;
}
.\!k-place-content-normal {
    place-content: normal !important;
}
.k-place-content-stretch {
    place-content: stretch;
}
.\!k-place-content-stretch {
    place-content: stretch !important;
}
.k-place-content-center {
    place-content: center;
}
.\!k-place-content-center {
    place-content: center !important;
}
.k-place-content-start {
    place-content: start;
}
.\!k-place-content-start {
    place-content: start !important;
}
.k-place-content-end {
    place-content: end;
}
.\!k-place-content-end {
    place-content: end !important;
}
.k-place-content-flex-start {
    place-content: flex-start;
}
.\!k-place-content-flex-start {
    place-content: flex-start !important;
}
.k-place-content-flex-end {
    place-content: flex-end;
}
.\!k-place-content-flex-end {
    place-content: flex-end !important;
}
.k-place-content-baseline {
    place-content: baseline;
}
.\!k-place-content-baseline {
    place-content: baseline !important;
}
.k-place-content-between {
    place-content: space-between;
}
.\!k-place-content-between {
    place-content: space-between !important;
}
.k-place-content-around {
    place-content: space-around;
}
.\!k-place-content-around {
    place-content: space-around !important;
}
.k-place-content-evenly {
    place-content: space-evenly;
}
.\!k-place-content-evenly {
    place-content: space-evenly !important;
}
.k-place-items-normal {
    place-items: normal;
}
.\!k-place-items-normal {
    place-items: normal !important;
}
.k-place-items-stretch {
    place-items: stretch;
}
.\!k-place-items-stretch {
    place-items: stretch !important;
}
.k-place-items-center {
    place-items: center;
}
.\!k-place-items-center {
    place-items: center !important;
}
.k-place-items-start {
    place-items: start;
}
.\!k-place-items-start {
    place-items: start !important;
}
.k-place-items-end {
    place-items: end;
}
.\!k-place-items-end {
    place-items: end !important;
}
.k-place-items-flex-start {
    place-items: flex-start;
}
.\!k-place-items-flex-start {
    place-items: flex-start !important;
}
.k-place-items-flex-end {
    place-items: flex-end;
}
.\!k-place-items-flex-end {
    place-items: flex-end !important;
}
.k-place-items-self-start {
    place-items: self-start;
}
.\!k-place-items-self-start {
    place-items: self-start !important;
}
.k-place-items-self-end {
    place-items: self-end;
}
.\!k-place-items-self-end {
    place-items: self-end !important;
}
.k-place-items-baseline {
    place-items: baseline;
}
.\!k-place-items-baseline {
    place-items: baseline !important;
}
.k-place-self-auto {
    place-self: auto;
}
.\!k-place-self-auto {
    place-self: auto !important;
}
.k-place-self-normal {
    place-self: normal;
}
.\!k-place-self-normal {
    place-self: normal !important;
}
.k-place-self-stretch {
    place-self: stretch;
}
.\!k-place-self-stretch {
    place-self: stretch !important;
}
.k-place-self-center {
    place-self: center;
}
.\!k-place-self-center {
    place-self: center !important;
}
.k-place-self-start {
    place-self: start;
}
.\!k-place-self-start {
    place-self: start !important;
}
.k-place-self-end {
    place-self: end;
}
.\!k-place-self-end {
    place-self: end !important;
}
.k-place-self-flex-start {
    place-self: flex-start;
}
.\!k-place-self-flex-start {
    place-self: flex-start !important;
}
.k-place-self-flex-end {
    place-self: flex-end;
}
.\!k-place-self-flex-end {
    place-self: flex-end !important;
}
.k-place-self-self-start {
    place-self: self-start;
}
.\!k-place-self-self-start {
    place-self: self-start !important;
}
.k-place-self-self-end {
    place-self: self-end;
}
.\!k-place-self-self-end {
    place-self: self-end !important;
}
.k-place-self-baseline {
    place-self: baseline;
}
.\!k-place-self-baseline {
    place-self: baseline !important;
}
.k-m-0 {
    margin: 0;
}
.\!k-m-0 {
    margin: 0 !important;
}
.k-m-1px {
    margin: 1px;
}
.\!k-m-1px {
    margin: 1px !important;
}
.k-m-0\.5 {
    margin: 2px;
}
.\!k-m-0\.5 {
    margin: 2px !important;
}
.k-m-1 {
    margin: 4px;
}
.\!k-m-1 {
    margin: 4px !important;
}
.k-m-1\.5 {
    margin: 6px;
}
.\!k-m-1\.5 {
    margin: 6px !important;
}
.k-m-2 {
    margin: 8px;
}
.\!k-m-2 {
    margin: 8px !important;
}
.k-m-2\.5 {
    margin: 10px;
}
.\!k-m-2\.5 {
    margin: 10px !important;
}
.k-m-3 {
    margin: 12px;
}
.\!k-m-3 {
    margin: 12px !important;
}
.k-m-3\.5 {
    margin: 14px;
}
.\!k-m-3\.5 {
    margin: 14px !important;
}
.k-m-4 {
    margin: 16px;
}
.\!k-m-4 {
    margin: 16px !important;
}
.k-m-4\.5 {
    margin: 18px;
}
.\!k-m-4\.5 {
    margin: 18px !important;
}
.k-m-5 {
    margin: 20px;
}
.\!k-m-5 {
    margin: 20px !important;
}
.k-m-5\.5 {
    margin: 22px;
}
.\!k-m-5\.5 {
    margin: 22px !important;
}
.k-m-6 {
    margin: 24px;
}
.\!k-m-6 {
    margin: 24px !important;
}
.k-m-6\.5 {
    margin: 26px;
}
.\!k-m-6\.5 {
    margin: 26px !important;
}
.k-m-7 {
    margin: 28px;
}
.\!k-m-7 {
    margin: 28px !important;
}
.k-m-7\.5 {
    margin: 30px;
}
.\!k-m-7\.5 {
    margin: 30px !important;
}
.k-m-8 {
    margin: 32px;
}
.\!k-m-8 {
    margin: 32px !important;
}
.k-m-9 {
    margin: 36px;
}
.\!k-m-9 {
    margin: 36px !important;
}
.k-m-10 {
    margin: 40px;
}
.\!k-m-10 {
    margin: 40px !important;
}
.k-m-11 {
    margin: 44px;
}
.\!k-m-11 {
    margin: 44px !important;
}
.k-m-12 {
    margin: 48px;
}
.\!k-m-12 {
    margin: 48px !important;
}
.k-m-13 {
    margin: 52px;
}
.\!k-m-13 {
    margin: 52px !important;
}
.k-m-14 {
    margin: 56px;
}
.\!k-m-14 {
    margin: 56px !important;
}
.k-m-15 {
    margin: 60px;
}
.\!k-m-15 {
    margin: 60px !important;
}
.k-m-16 {
    margin: 64px;
}
.\!k-m-16 {
    margin: 64px !important;
}
.k-m-17 {
    margin: 68px;
}
.\!k-m-17 {
    margin: 68px !important;
}
.k-m-18 {
    margin: 72px;
}
.\!k-m-18 {
    margin: 72px !important;
}
.k-m-19 {
    margin: 76px;
}
.\!k-m-19 {
    margin: 76px !important;
}
.k-m-20 {
    margin: 80px;
}
.\!k-m-20 {
    margin: 80px !important;
}
.k-m-21 {
    margin: 84px;
}
.\!k-m-21 {
    margin: 84px !important;
}
.k-m-22 {
    margin: 88px;
}
.\!k-m-22 {
    margin: 88px !important;
}
.k-m-23 {
    margin: 92px;
}
.\!k-m-23 {
    margin: 92px !important;
}
.k-m-24 {
    margin: 96px;
}
.\!k-m-24 {
    margin: 96px !important;
}
.k-m--1px {
    margin: -1px;
}
.\!k-m--1px {
    margin: -1px !important;
}
.k-m--0\.5 {
    margin: -2px;
}
.\!k-m--0\.5 {
    margin: -2px !important;
}
.k-m--1 {
    margin: -4px;
}
.\!k-m--1 {
    margin: -4px !important;
}
.k-m--1\.5 {
    margin: -6px;
}
.\!k-m--1\.5 {
    margin: -6px !important;
}
.k-m--2 {
    margin: -8px;
}
.\!k-m--2 {
    margin: -8px !important;
}
.k-m--2\.5 {
    margin: -10px;
}
.\!k-m--2\.5 {
    margin: -10px !important;
}
.k-m--3 {
    margin: -12px;
}
.\!k-m--3 {
    margin: -12px !important;
}
.k-m--3\.5 {
    margin: -14px;
}
.\!k-m--3\.5 {
    margin: -14px !important;
}
.k-m--4 {
    margin: -16px;
}
.\!k-m--4 {
    margin: -16px !important;
}
.k-m--4\.5 {
    margin: -18px;
}
.\!k-m--4\.5 {
    margin: -18px !important;
}
.k-m--5 {
    margin: -20px;
}
.\!k-m--5 {
    margin: -20px !important;
}
.k-m--5\.5 {
    margin: -22px;
}
.\!k-m--5\.5 {
    margin: -22px !important;
}
.k-m--6 {
    margin: -24px;
}
.\!k-m--6 {
    margin: -24px !important;
}
.k-m--6\.5 {
    margin: -26px;
}
.\!k-m--6\.5 {
    margin: -26px !important;
}
.k-m--7 {
    margin: -28px;
}
.\!k-m--7 {
    margin: -28px !important;
}
.k-m--7\.5 {
    margin: -30px;
}
.\!k-m--7\.5 {
    margin: -30px !important;
}
.k-m--8 {
    margin: -32px;
}
.\!k-m--8 {
    margin: -32px !important;
}
.k-m--9 {
    margin: -36px;
}
.\!k-m--9 {
    margin: -36px !important;
}
.k-m--10 {
    margin: -40px;
}
.\!k-m--10 {
    margin: -40px !important;
}
.k-m--11 {
    margin: -44px;
}
.\!k-m--11 {
    margin: -44px !important;
}
.k-m--12 {
    margin: -48px;
}
.\!k-m--12 {
    margin: -48px !important;
}
.k-m--13 {
    margin: -52px;
}
.\!k-m--13 {
    margin: -52px !important;
}
.k-m--14 {
    margin: -56px;
}
.\!k-m--14 {
    margin: -56px !important;
}
.k-m--15 {
    margin: -60px;
}
.\!k-m--15 {
    margin: -60px !important;
}
.k-m--16 {
    margin: -64px;
}
.\!k-m--16 {
    margin: -64px !important;
}
.k-m--17 {
    margin: -68px;
}
.\!k-m--17 {
    margin: -68px !important;
}
.k-m--18 {
    margin: -72px;
}
.\!k-m--18 {
    margin: -72px !important;
}
.k-m--19 {
    margin: -76px;
}
.\!k-m--19 {
    margin: -76px !important;
}
.k-m--20 {
    margin: -80px;
}
.\!k-m--20 {
    margin: -80px !important;
}
.k-m--21 {
    margin: -84px;
}
.\!k-m--21 {
    margin: -84px !important;
}
.k-m--22 {
    margin: -88px;
}
.\!k-m--22 {
    margin: -88px !important;
}
.k-m--23 {
    margin: -92px;
}
.\!k-m--23 {
    margin: -92px !important;
}
.k-m--24 {
    margin: -96px;
}
.\!k-m--24 {
    margin: -96px !important;
}
.k-m-xs {
    margin: 4px;
}
.\!k-m-xs {
    margin: 4px !important;
}
.k-m-sm {
    margin: 8px;
}
.\!k-m-sm {
    margin: 8px !important;
}
.k-m-md {
    margin: 12px;
}
.\!k-m-md {
    margin: 12px !important;
}
.k-m-lg {
    margin: 16px;
}
.\!k-m-lg {
    margin: 16px !important;
}
.k-m-xl {
    margin: 24px;
}
.\!k-m-xl {
    margin: 24px !important;
}
.k-m-thin {
    margin: 2px;
}
.\!k-m-thin {
    margin: 2px !important;
}
.k-m-hair {
    margin: 1px;
}
.\!k-m-hair {
    margin: 1px !important;
}
.k-m-auto {
    margin: auto;
}
.\!k-m-auto {
    margin: auto !important;
}
.k-mt-0 {
    margin-top: 0;
}
.\!k-mt-0 {
    margin-top: 0 !important;
}
.k-mt-1px {
    margin-top: 1px;
}
.\!k-mt-1px {
    margin-top: 1px !important;
}
.k-mt-0\.5 {
    margin-top: 2px;
}
.\!k-mt-0\.5 {
    margin-top: 2px !important;
}
.k-mt-1 {
    margin-top: 4px;
}
.\!k-mt-1 {
    margin-top: 4px !important;
}
.k-mt-1\.5 {
    margin-top: 6px;
}
.\!k-mt-1\.5 {
    margin-top: 6px !important;
}
.k-mt-2 {
    margin-top: 8px;
}
.\!k-mt-2 {
    margin-top: 8px !important;
}
.k-mt-2\.5 {
    margin-top: 10px;
}
.\!k-mt-2\.5 {
    margin-top: 10px !important;
}
.k-mt-3 {
    margin-top: 12px;
}
.\!k-mt-3 {
    margin-top: 12px !important;
}
.k-mt-3\.5 {
    margin-top: 14px;
}
.\!k-mt-3\.5 {
    margin-top: 14px !important;
}
.k-mt-4 {
    margin-top: 16px;
}
.\!k-mt-4 {
    margin-top: 16px !important;
}
.k-mt-4\.5 {
    margin-top: 18px;
}
.\!k-mt-4\.5 {
    margin-top: 18px !important;
}
.k-mt-5 {
    margin-top: 20px;
}
.\!k-mt-5 {
    margin-top: 20px !important;
}
.k-mt-5\.5 {
    margin-top: 22px;
}
.\!k-mt-5\.5 {
    margin-top: 22px !important;
}
.k-mt-6 {
    margin-top: 24px;
}
.\!k-mt-6 {
    margin-top: 24px !important;
}
.k-mt-6\.5 {
    margin-top: 26px;
}
.\!k-mt-6\.5 {
    margin-top: 26px !important;
}
.k-mt-7 {
    margin-top: 28px;
}
.\!k-mt-7 {
    margin-top: 28px !important;
}
.k-mt-7\.5 {
    margin-top: 30px;
}
.\!k-mt-7\.5 {
    margin-top: 30px !important;
}
.k-mt-8 {
    margin-top: 32px;
}
.\!k-mt-8 {
    margin-top: 32px !important;
}
.k-mt-9 {
    margin-top: 36px;
}
.\!k-mt-9 {
    margin-top: 36px !important;
}
.k-mt-10 {
    margin-top: 40px;
}
.\!k-mt-10 {
    margin-top: 40px !important;
}
.k-mt-11 {
    margin-top: 44px;
}
.\!k-mt-11 {
    margin-top: 44px !important;
}
.k-mt-12 {
    margin-top: 48px;
}
.\!k-mt-12 {
    margin-top: 48px !important;
}
.k-mt-13 {
    margin-top: 52px;
}
.\!k-mt-13 {
    margin-top: 52px !important;
}
.k-mt-14 {
    margin-top: 56px;
}
.\!k-mt-14 {
    margin-top: 56px !important;
}
.k-mt-15 {
    margin-top: 60px;
}
.\!k-mt-15 {
    margin-top: 60px !important;
}
.k-mt-16 {
    margin-top: 64px;
}
.\!k-mt-16 {
    margin-top: 64px !important;
}
.k-mt-17 {
    margin-top: 68px;
}
.\!k-mt-17 {
    margin-top: 68px !important;
}
.k-mt-18 {
    margin-top: 72px;
}
.\!k-mt-18 {
    margin-top: 72px !important;
}
.k-mt-19 {
    margin-top: 76px;
}
.\!k-mt-19 {
    margin-top: 76px !important;
}
.k-mt-20 {
    margin-top: 80px;
}
.\!k-mt-20 {
    margin-top: 80px !important;
}
.k-mt-21 {
    margin-top: 84px;
}
.\!k-mt-21 {
    margin-top: 84px !important;
}
.k-mt-22 {
    margin-top: 88px;
}
.\!k-mt-22 {
    margin-top: 88px !important;
}
.k-mt-23 {
    margin-top: 92px;
}
.\!k-mt-23 {
    margin-top: 92px !important;
}
.k-mt-24 {
    margin-top: 96px;
}
.\!k-mt-24 {
    margin-top: 96px !important;
}
.k-mt--1px {
    margin-top: -1px;
}
.\!k-mt--1px {
    margin-top: -1px !important;
}
.k-mt--0\.5 {
    margin-top: -2px;
}
.\!k-mt--0\.5 {
    margin-top: -2px !important;
}
.k-mt--1 {
    margin-top: -4px;
}
.\!k-mt--1 {
    margin-top: -4px !important;
}
.k-mt--1\.5 {
    margin-top: -6px;
}
.\!k-mt--1\.5 {
    margin-top: -6px !important;
}
.k-mt--2 {
    margin-top: -8px;
}
.\!k-mt--2 {
    margin-top: -8px !important;
}
.k-mt--2\.5 {
    margin-top: -10px;
}
.\!k-mt--2\.5 {
    margin-top: -10px !important;
}
.k-mt--3 {
    margin-top: -12px;
}
.\!k-mt--3 {
    margin-top: -12px !important;
}
.k-mt--3\.5 {
    margin-top: -14px;
}
.\!k-mt--3\.5 {
    margin-top: -14px !important;
}
.k-mt--4 {
    margin-top: -16px;
}
.\!k-mt--4 {
    margin-top: -16px !important;
}
.k-mt--4\.5 {
    margin-top: -18px;
}
.\!k-mt--4\.5 {
    margin-top: -18px !important;
}
.k-mt--5 {
    margin-top: -20px;
}
.\!k-mt--5 {
    margin-top: -20px !important;
}
.k-mt--5\.5 {
    margin-top: -22px;
}
.\!k-mt--5\.5 {
    margin-top: -22px !important;
}
.k-mt--6 {
    margin-top: -24px;
}
.\!k-mt--6 {
    margin-top: -24px !important;
}
.k-mt--6\.5 {
    margin-top: -26px;
}
.\!k-mt--6\.5 {
    margin-top: -26px !important;
}
.k-mt--7 {
    margin-top: -28px;
}
.\!k-mt--7 {
    margin-top: -28px !important;
}
.k-mt--7\.5 {
    margin-top: -30px;
}
.\!k-mt--7\.5 {
    margin-top: -30px !important;
}
.k-mt--8 {
    margin-top: -32px;
}
.\!k-mt--8 {
    margin-top: -32px !important;
}
.k-mt--9 {
    margin-top: -36px;
}
.\!k-mt--9 {
    margin-top: -36px !important;
}
.k-mt--10 {
    margin-top: -40px;
}
.\!k-mt--10 {
    margin-top: -40px !important;
}
.k-mt--11 {
    margin-top: -44px;
}
.\!k-mt--11 {
    margin-top: -44px !important;
}
.k-mt--12 {
    margin-top: -48px;
}
.\!k-mt--12 {
    margin-top: -48px !important;
}
.k-mt--13 {
    margin-top: -52px;
}
.\!k-mt--13 {
    margin-top: -52px !important;
}
.k-mt--14 {
    margin-top: -56px;
}
.\!k-mt--14 {
    margin-top: -56px !important;
}
.k-mt--15 {
    margin-top: -60px;
}
.\!k-mt--15 {
    margin-top: -60px !important;
}
.k-mt--16 {
    margin-top: -64px;
}
.\!k-mt--16 {
    margin-top: -64px !important;
}
.k-mt--17 {
    margin-top: -68px;
}
.\!k-mt--17 {
    margin-top: -68px !important;
}
.k-mt--18 {
    margin-top: -72px;
}
.\!k-mt--18 {
    margin-top: -72px !important;
}
.k-mt--19 {
    margin-top: -76px;
}
.\!k-mt--19 {
    margin-top: -76px !important;
}
.k-mt--20 {
    margin-top: -80px;
}
.\!k-mt--20 {
    margin-top: -80px !important;
}
.k-mt--21 {
    margin-top: -84px;
}
.\!k-mt--21 {
    margin-top: -84px !important;
}
.k-mt--22 {
    margin-top: -88px;
}
.\!k-mt--22 {
    margin-top: -88px !important;
}
.k-mt--23 {
    margin-top: -92px;
}
.\!k-mt--23 {
    margin-top: -92px !important;
}
.k-mt--24 {
    margin-top: -96px;
}
.\!k-mt--24 {
    margin-top: -96px !important;
}
.k-mt-xs {
    margin-top: 4px;
}
.\!k-mt-xs {
    margin-top: 4px !important;
}
.k-mt-sm {
    margin-top: 8px;
}
.\!k-mt-sm {
    margin-top: 8px !important;
}
.k-mt-md {
    margin-top: 12px;
}
.\!k-mt-md {
    margin-top: 12px !important;
}
.k-mt-lg {
    margin-top: 16px;
}
.\!k-mt-lg {
    margin-top: 16px !important;
}
.k-mt-xl {
    margin-top: 24px;
}
.\!k-mt-xl {
    margin-top: 24px !important;
}
.k-mt-thin {
    margin-top: 2px;
}
.\!k-mt-thin {
    margin-top: 2px !important;
}
.k-mt-hair {
    margin-top: 1px;
}
.\!k-mt-hair {
    margin-top: 1px !important;
}
.k-mt-auto {
    margin-top: auto;
}
.\!k-mt-auto {
    margin-top: auto !important;
}
.k-mr-0 {
    margin-right: 0;
}
.\!k-mr-0 {
    margin-right: 0 !important;
}
.k-mr-1px {
    margin-right: 1px;
}
.\!k-mr-1px {
    margin-right: 1px !important;
}
.k-mr-0\.5 {
    margin-right: 2px;
}
.\!k-mr-0\.5 {
    margin-right: 2px !important;
}
.k-mr-1 {
    margin-right: 4px;
}
.\!k-mr-1 {
    margin-right: 4px !important;
}
.k-mr-1\.5 {
    margin-right: 6px;
}
.\!k-mr-1\.5 {
    margin-right: 6px !important;
}
.k-mr-2 {
    margin-right: 8px;
}
.\!k-mr-2 {
    margin-right: 8px !important;
}
.k-mr-2\.5 {
    margin-right: 10px;
}
.\!k-mr-2\.5 {
    margin-right: 10px !important;
}
.k-mr-3 {
    margin-right: 12px;
}
.\!k-mr-3 {
    margin-right: 12px !important;
}
.k-mr-3\.5 {
    margin-right: 14px;
}
.\!k-mr-3\.5 {
    margin-right: 14px !important;
}
.k-mr-4 {
    margin-right: 16px;
}
.\!k-mr-4 {
    margin-right: 16px !important;
}
.k-mr-4\.5 {
    margin-right: 18px;
}
.\!k-mr-4\.5 {
    margin-right: 18px !important;
}
.k-mr-5 {
    margin-right: 20px;
}
.\!k-mr-5 {
    margin-right: 20px !important;
}
.k-mr-5\.5 {
    margin-right: 22px;
}
.\!k-mr-5\.5 {
    margin-right: 22px !important;
}
.k-mr-6 {
    margin-right: 24px;
}
.\!k-mr-6 {
    margin-right: 24px !important;
}
.k-mr-6\.5 {
    margin-right: 26px;
}
.\!k-mr-6\.5 {
    margin-right: 26px !important;
}
.k-mr-7 {
    margin-right: 28px;
}
.\!k-mr-7 {
    margin-right: 28px !important;
}
.k-mr-7\.5 {
    margin-right: 30px;
}
.\!k-mr-7\.5 {
    margin-right: 30px !important;
}
.k-mr-8 {
    margin-right: 32px;
}
.\!k-mr-8 {
    margin-right: 32px !important;
}
.k-mr-9 {
    margin-right: 36px;
}
.\!k-mr-9 {
    margin-right: 36px !important;
}
.k-mr-10 {
    margin-right: 40px;
}
.\!k-mr-10 {
    margin-right: 40px !important;
}
.k-mr-11 {
    margin-right: 44px;
}
.\!k-mr-11 {
    margin-right: 44px !important;
}
.k-mr-12 {
    margin-right: 48px;
}
.\!k-mr-12 {
    margin-right: 48px !important;
}
.k-mr-13 {
    margin-right: 52px;
}
.\!k-mr-13 {
    margin-right: 52px !important;
}
.k-mr-14 {
    margin-right: 56px;
}
.\!k-mr-14 {
    margin-right: 56px !important;
}
.k-mr-15 {
    margin-right: 60px;
}
.\!k-mr-15 {
    margin-right: 60px !important;
}
.k-mr-16 {
    margin-right: 64px;
}
.\!k-mr-16 {
    margin-right: 64px !important;
}
.k-mr-17 {
    margin-right: 68px;
}
.\!k-mr-17 {
    margin-right: 68px !important;
}
.k-mr-18 {
    margin-right: 72px;
}
.\!k-mr-18 {
    margin-right: 72px !important;
}
.k-mr-19 {
    margin-right: 76px;
}
.\!k-mr-19 {
    margin-right: 76px !important;
}
.k-mr-20 {
    margin-right: 80px;
}
.\!k-mr-20 {
    margin-right: 80px !important;
}
.k-mr-21 {
    margin-right: 84px;
}
.\!k-mr-21 {
    margin-right: 84px !important;
}
.k-mr-22 {
    margin-right: 88px;
}
.\!k-mr-22 {
    margin-right: 88px !important;
}
.k-mr-23 {
    margin-right: 92px;
}
.\!k-mr-23 {
    margin-right: 92px !important;
}
.k-mr-24 {
    margin-right: 96px;
}
.\!k-mr-24 {
    margin-right: 96px !important;
}
.k-mr--1px {
    margin-right: -1px;
}
.\!k-mr--1px {
    margin-right: -1px !important;
}
.k-mr--0\.5 {
    margin-right: -2px;
}
.\!k-mr--0\.5 {
    margin-right: -2px !important;
}
.k-mr--1 {
    margin-right: -4px;
}
.\!k-mr--1 {
    margin-right: -4px !important;
}
.k-mr--1\.5 {
    margin-right: -6px;
}
.\!k-mr--1\.5 {
    margin-right: -6px !important;
}
.k-mr--2 {
    margin-right: -8px;
}
.\!k-mr--2 {
    margin-right: -8px !important;
}
.k-mr--2\.5 {
    margin-right: -10px;
}
.\!k-mr--2\.5 {
    margin-right: -10px !important;
}
.k-mr--3 {
    margin-right: -12px;
}
.\!k-mr--3 {
    margin-right: -12px !important;
}
.k-mr--3\.5 {
    margin-right: -14px;
}
.\!k-mr--3\.5 {
    margin-right: -14px !important;
}
.k-mr--4 {
    margin-right: -16px;
}
.\!k-mr--4 {
    margin-right: -16px !important;
}
.k-mr--4\.5 {
    margin-right: -18px;
}
.\!k-mr--4\.5 {
    margin-right: -18px !important;
}
.k-mr--5 {
    margin-right: -20px;
}
.\!k-mr--5 {
    margin-right: -20px !important;
}
.k-mr--5\.5 {
    margin-right: -22px;
}
.\!k-mr--5\.5 {
    margin-right: -22px !important;
}
.k-mr--6 {
    margin-right: -24px;
}
.\!k-mr--6 {
    margin-right: -24px !important;
}
.k-mr--6\.5 {
    margin-right: -26px;
}
.\!k-mr--6\.5 {
    margin-right: -26px !important;
}
.k-mr--7 {
    margin-right: -28px;
}
.\!k-mr--7 {
    margin-right: -28px !important;
}
.k-mr--7\.5 {
    margin-right: -30px;
}
.\!k-mr--7\.5 {
    margin-right: -30px !important;
}
.k-mr--8 {
    margin-right: -32px;
}
.\!k-mr--8 {
    margin-right: -32px !important;
}
.k-mr--9 {
    margin-right: -36px;
}
.\!k-mr--9 {
    margin-right: -36px !important;
}
.k-mr--10 {
    margin-right: -40px;
}
.\!k-mr--10 {
    margin-right: -40px !important;
}
.k-mr--11 {
    margin-right: -44px;
}
.\!k-mr--11 {
    margin-right: -44px !important;
}
.k-mr--12 {
    margin-right: -48px;
}
.\!k-mr--12 {
    margin-right: -48px !important;
}
.k-mr--13 {
    margin-right: -52px;
}
.\!k-mr--13 {
    margin-right: -52px !important;
}
.k-mr--14 {
    margin-right: -56px;
}
.\!k-mr--14 {
    margin-right: -56px !important;
}
.k-mr--15 {
    margin-right: -60px;
}
.\!k-mr--15 {
    margin-right: -60px !important;
}
.k-mr--16 {
    margin-right: -64px;
}
.\!k-mr--16 {
    margin-right: -64px !important;
}
.k-mr--17 {
    margin-right: -68px;
}
.\!k-mr--17 {
    margin-right: -68px !important;
}
.k-mr--18 {
    margin-right: -72px;
}
.\!k-mr--18 {
    margin-right: -72px !important;
}
.k-mr--19 {
    margin-right: -76px;
}
.\!k-mr--19 {
    margin-right: -76px !important;
}
.k-mr--20 {
    margin-right: -80px;
}
.\!k-mr--20 {
    margin-right: -80px !important;
}
.k-mr--21 {
    margin-right: -84px;
}
.\!k-mr--21 {
    margin-right: -84px !important;
}
.k-mr--22 {
    margin-right: -88px;
}
.\!k-mr--22 {
    margin-right: -88px !important;
}
.k-mr--23 {
    margin-right: -92px;
}
.\!k-mr--23 {
    margin-right: -92px !important;
}
.k-mr--24 {
    margin-right: -96px;
}
.\!k-mr--24 {
    margin-right: -96px !important;
}
.k-mr-xs {
    margin-right: 4px;
}
.\!k-mr-xs {
    margin-right: 4px !important;
}
.k-mr-sm {
    margin-right: 8px;
}
.\!k-mr-sm {
    margin-right: 8px !important;
}
.k-mr-md {
    margin-right: 12px;
}
.\!k-mr-md {
    margin-right: 12px !important;
}
.k-mr-lg {
    margin-right: 16px;
}
.\!k-mr-lg {
    margin-right: 16px !important;
}
.k-mr-xl {
    margin-right: 24px;
}
.\!k-mr-xl {
    margin-right: 24px !important;
}
.k-mr-thin {
    margin-right: 2px;
}
.\!k-mr-thin {
    margin-right: 2px !important;
}
.k-mr-hair {
    margin-right: 1px;
}
.\!k-mr-hair {
    margin-right: 1px !important;
}
.k-mr-auto {
    margin-right: auto;
}
.\!k-mr-auto {
    margin-right: auto !important;
}
.k-mb-0 {
    margin-bottom: 0;
}
.\!k-mb-0 {
    margin-bottom: 0 !important;
}
.k-mb-1px {
    margin-bottom: 1px;
}
.\!k-mb-1px {
    margin-bottom: 1px !important;
}
.k-mb-0\.5 {
    margin-bottom: 2px;
}
.\!k-mb-0\.5 {
    margin-bottom: 2px !important;
}
.k-mb-1 {
    margin-bottom: 4px;
}
.\!k-mb-1 {
    margin-bottom: 4px !important;
}
.k-mb-1\.5 {
    margin-bottom: 6px;
}
.\!k-mb-1\.5 {
    margin-bottom: 6px !important;
}
.k-mb-2 {
    margin-bottom: 8px;
}
.\!k-mb-2 {
    margin-bottom: 8px !important;
}
.k-mb-2\.5 {
    margin-bottom: 10px;
}
.\!k-mb-2\.5 {
    margin-bottom: 10px !important;
}
.k-mb-3 {
    margin-bottom: 12px;
}
.\!k-mb-3 {
    margin-bottom: 12px !important;
}
.k-mb-3\.5 {
    margin-bottom: 14px;
}
.\!k-mb-3\.5 {
    margin-bottom: 14px !important;
}
.k-mb-4 {
    margin-bottom: 16px;
}
.\!k-mb-4 {
    margin-bottom: 16px !important;
}
.k-mb-4\.5 {
    margin-bottom: 18px;
}
.\!k-mb-4\.5 {
    margin-bottom: 18px !important;
}
.k-mb-5 {
    margin-bottom: 20px;
}
.\!k-mb-5 {
    margin-bottom: 20px !important;
}
.k-mb-5\.5 {
    margin-bottom: 22px;
}
.\!k-mb-5\.5 {
    margin-bottom: 22px !important;
}
.k-mb-6 {
    margin-bottom: 24px;
}
.\!k-mb-6 {
    margin-bottom: 24px !important;
}
.k-mb-6\.5 {
    margin-bottom: 26px;
}
.\!k-mb-6\.5 {
    margin-bottom: 26px !important;
}
.k-mb-7 {
    margin-bottom: 28px;
}
.\!k-mb-7 {
    margin-bottom: 28px !important;
}
.k-mb-7\.5 {
    margin-bottom: 30px;
}
.\!k-mb-7\.5 {
    margin-bottom: 30px !important;
}
.k-mb-8 {
    margin-bottom: 32px;
}
.\!k-mb-8 {
    margin-bottom: 32px !important;
}
.k-mb-9 {
    margin-bottom: 36px;
}
.\!k-mb-9 {
    margin-bottom: 36px !important;
}
.k-mb-10 {
    margin-bottom: 40px;
}
.\!k-mb-10 {
    margin-bottom: 40px !important;
}
.k-mb-11 {
    margin-bottom: 44px;
}
.\!k-mb-11 {
    margin-bottom: 44px !important;
}
.k-mb-12 {
    margin-bottom: 48px;
}
.\!k-mb-12 {
    margin-bottom: 48px !important;
}
.k-mb-13 {
    margin-bottom: 52px;
}
.\!k-mb-13 {
    margin-bottom: 52px !important;
}
.k-mb-14 {
    margin-bottom: 56px;
}
.\!k-mb-14 {
    margin-bottom: 56px !important;
}
.k-mb-15 {
    margin-bottom: 60px;
}
.\!k-mb-15 {
    margin-bottom: 60px !important;
}
.k-mb-16 {
    margin-bottom: 64px;
}
.\!k-mb-16 {
    margin-bottom: 64px !important;
}
.k-mb-17 {
    margin-bottom: 68px;
}
.\!k-mb-17 {
    margin-bottom: 68px !important;
}
.k-mb-18 {
    margin-bottom: 72px;
}
.\!k-mb-18 {
    margin-bottom: 72px !important;
}
.k-mb-19 {
    margin-bottom: 76px;
}
.\!k-mb-19 {
    margin-bottom: 76px !important;
}
.k-mb-20 {
    margin-bottom: 80px;
}
.\!k-mb-20 {
    margin-bottom: 80px !important;
}
.k-mb-21 {
    margin-bottom: 84px;
}
.\!k-mb-21 {
    margin-bottom: 84px !important;
}
.k-mb-22 {
    margin-bottom: 88px;
}
.\!k-mb-22 {
    margin-bottom: 88px !important;
}
.k-mb-23 {
    margin-bottom: 92px;
}
.\!k-mb-23 {
    margin-bottom: 92px !important;
}
.k-mb-24 {
    margin-bottom: 96px;
}
.\!k-mb-24 {
    margin-bottom: 96px !important;
}
.k-mb--1px {
    margin-bottom: -1px;
}
.\!k-mb--1px {
    margin-bottom: -1px !important;
}
.k-mb--0\.5 {
    margin-bottom: -2px;
}
.\!k-mb--0\.5 {
    margin-bottom: -2px !important;
}
.k-mb--1 {
    margin-bottom: -4px;
}
.\!k-mb--1 {
    margin-bottom: -4px !important;
}
.k-mb--1\.5 {
    margin-bottom: -6px;
}
.\!k-mb--1\.5 {
    margin-bottom: -6px !important;
}
.k-mb--2 {
    margin-bottom: -8px;
}
.\!k-mb--2 {
    margin-bottom: -8px !important;
}
.k-mb--2\.5 {
    margin-bottom: -10px;
}
.\!k-mb--2\.5 {
    margin-bottom: -10px !important;
}
.k-mb--3 {
    margin-bottom: -12px;
}
.\!k-mb--3 {
    margin-bottom: -12px !important;
}
.k-mb--3\.5 {
    margin-bottom: -14px;
}
.\!k-mb--3\.5 {
    margin-bottom: -14px !important;
}
.k-mb--4 {
    margin-bottom: -16px;
}
.\!k-mb--4 {
    margin-bottom: -16px !important;
}
.k-mb--4\.5 {
    margin-bottom: -18px;
}
.\!k-mb--4\.5 {
    margin-bottom: -18px !important;
}
.k-mb--5 {
    margin-bottom: -20px;
}
.\!k-mb--5 {
    margin-bottom: -20px !important;
}
.k-mb--5\.5 {
    margin-bottom: -22px;
}
.\!k-mb--5\.5 {
    margin-bottom: -22px !important;
}
.k-mb--6 {
    margin-bottom: -24px;
}
.\!k-mb--6 {
    margin-bottom: -24px !important;
}
.k-mb--6\.5 {
    margin-bottom: -26px;
}
.\!k-mb--6\.5 {
    margin-bottom: -26px !important;
}
.k-mb--7 {
    margin-bottom: -28px;
}
.\!k-mb--7 {
    margin-bottom: -28px !important;
}
.k-mb--7\.5 {
    margin-bottom: -30px;
}
.\!k-mb--7\.5 {
    margin-bottom: -30px !important;
}
.k-mb--8 {
    margin-bottom: -32px;
}
.\!k-mb--8 {
    margin-bottom: -32px !important;
}
.k-mb--9 {
    margin-bottom: -36px;
}
.\!k-mb--9 {
    margin-bottom: -36px !important;
}
.k-mb--10 {
    margin-bottom: -40px;
}
.\!k-mb--10 {
    margin-bottom: -40px !important;
}
.k-mb--11 {
    margin-bottom: -44px;
}
.\!k-mb--11 {
    margin-bottom: -44px !important;
}
.k-mb--12 {
    margin-bottom: -48px;
}
.\!k-mb--12 {
    margin-bottom: -48px !important;
}
.k-mb--13 {
    margin-bottom: -52px;
}
.\!k-mb--13 {
    margin-bottom: -52px !important;
}
.k-mb--14 {
    margin-bottom: -56px;
}
.\!k-mb--14 {
    margin-bottom: -56px !important;
}
.k-mb--15 {
    margin-bottom: -60px;
}
.\!k-mb--15 {
    margin-bottom: -60px !important;
}
.k-mb--16 {
    margin-bottom: -64px;
}
.\!k-mb--16 {
    margin-bottom: -64px !important;
}
.k-mb--17 {
    margin-bottom: -68px;
}
.\!k-mb--17 {
    margin-bottom: -68px !important;
}
.k-mb--18 {
    margin-bottom: -72px;
}
.\!k-mb--18 {
    margin-bottom: -72px !important;
}
.k-mb--19 {
    margin-bottom: -76px;
}
.\!k-mb--19 {
    margin-bottom: -76px !important;
}
.k-mb--20 {
    margin-bottom: -80px;
}
.\!k-mb--20 {
    margin-bottom: -80px !important;
}
.k-mb--21 {
    margin-bottom: -84px;
}
.\!k-mb--21 {
    margin-bottom: -84px !important;
}
.k-mb--22 {
    margin-bottom: -88px;
}
.\!k-mb--22 {
    margin-bottom: -88px !important;
}
.k-mb--23 {
    margin-bottom: -92px;
}
.\!k-mb--23 {
    margin-bottom: -92px !important;
}
.k-mb--24 {
    margin-bottom: -96px;
}
.\!k-mb--24 {
    margin-bottom: -96px !important;
}
.k-mb-xs {
    margin-bottom: 4px;
}
.\!k-mb-xs {
    margin-bottom: 4px !important;
}
.k-mb-sm {
    margin-bottom: 8px;
}
.\!k-mb-sm {
    margin-bottom: 8px !important;
}
.k-mb-md {
    margin-bottom: 12px;
}
.\!k-mb-md {
    margin-bottom: 12px !important;
}
.k-mb-lg {
    margin-bottom: 16px;
}
.\!k-mb-lg {
    margin-bottom: 16px !important;
}
.k-mb-xl {
    margin-bottom: 24px;
}
.\!k-mb-xl {
    margin-bottom: 24px !important;
}
.k-mb-thin {
    margin-bottom: 2px;
}
.\!k-mb-thin {
    margin-bottom: 2px !important;
}
.k-mb-hair {
    margin-bottom: 1px;
}
.\!k-mb-hair {
    margin-bottom: 1px !important;
}
.k-mb-auto {
    margin-bottom: auto;
}
.\!k-mb-auto {
    margin-bottom: auto !important;
}
.k-ml-0 {
    margin-left: 0;
}
.\!k-ml-0 {
    margin-left: 0 !important;
}
.k-ml-1px {
    margin-left: 1px;
}
.\!k-ml-1px {
    margin-left: 1px !important;
}
.k-ml-0\.5 {
    margin-left: 2px;
}
.\!k-ml-0\.5 {
    margin-left: 2px !important;
}
.k-ml-1 {
    margin-left: 4px;
}
.\!k-ml-1 {
    margin-left: 4px !important;
}
.k-ml-1\.5 {
    margin-left: 6px;
}
.\!k-ml-1\.5 {
    margin-left: 6px !important;
}
.k-ml-2 {
    margin-left: 8px;
}
.\!k-ml-2 {
    margin-left: 8px !important;
}
.k-ml-2\.5 {
    margin-left: 10px;
}
.\!k-ml-2\.5 {
    margin-left: 10px !important;
}
.k-ml-3 {
    margin-left: 12px;
}
.\!k-ml-3 {
    margin-left: 12px !important;
}
.k-ml-3\.5 {
    margin-left: 14px;
}
.\!k-ml-3\.5 {
    margin-left: 14px !important;
}
.k-ml-4 {
    margin-left: 16px;
}
.\!k-ml-4 {
    margin-left: 16px !important;
}
.k-ml-4\.5 {
    margin-left: 18px;
}
.\!k-ml-4\.5 {
    margin-left: 18px !important;
}
.k-ml-5 {
    margin-left: 20px;
}
.\!k-ml-5 {
    margin-left: 20px !important;
}
.k-ml-5\.5 {
    margin-left: 22px;
}
.\!k-ml-5\.5 {
    margin-left: 22px !important;
}
.k-ml-6 {
    margin-left: 24px;
}
.\!k-ml-6 {
    margin-left: 24px !important;
}
.k-ml-6\.5 {
    margin-left: 26px;
}
.\!k-ml-6\.5 {
    margin-left: 26px !important;
}
.k-ml-7 {
    margin-left: 28px;
}
.\!k-ml-7 {
    margin-left: 28px !important;
}
.k-ml-7\.5 {
    margin-left: 30px;
}
.\!k-ml-7\.5 {
    margin-left: 30px !important;
}
.k-ml-8 {
    margin-left: 32px;
}
.\!k-ml-8 {
    margin-left: 32px !important;
}
.k-ml-9 {
    margin-left: 36px;
}
.\!k-ml-9 {
    margin-left: 36px !important;
}
.k-ml-10 {
    margin-left: 40px;
}
.\!k-ml-10 {
    margin-left: 40px !important;
}
.k-ml-11 {
    margin-left: 44px;
}
.\!k-ml-11 {
    margin-left: 44px !important;
}
.k-ml-12 {
    margin-left: 48px;
}
.\!k-ml-12 {
    margin-left: 48px !important;
}
.k-ml-13 {
    margin-left: 52px;
}
.\!k-ml-13 {
    margin-left: 52px !important;
}
.k-ml-14 {
    margin-left: 56px;
}
.\!k-ml-14 {
    margin-left: 56px !important;
}
.k-ml-15 {
    margin-left: 60px;
}
.\!k-ml-15 {
    margin-left: 60px !important;
}
.k-ml-16 {
    margin-left: 64px;
}
.\!k-ml-16 {
    margin-left: 64px !important;
}
.k-ml-17 {
    margin-left: 68px;
}
.\!k-ml-17 {
    margin-left: 68px !important;
}
.k-ml-18 {
    margin-left: 72px;
}
.\!k-ml-18 {
    margin-left: 72px !important;
}
.k-ml-19 {
    margin-left: 76px;
}
.\!k-ml-19 {
    margin-left: 76px !important;
}
.k-ml-20 {
    margin-left: 80px;
}
.\!k-ml-20 {
    margin-left: 80px !important;
}
.k-ml-21 {
    margin-left: 84px;
}
.\!k-ml-21 {
    margin-left: 84px !important;
}
.k-ml-22 {
    margin-left: 88px;
}
.\!k-ml-22 {
    margin-left: 88px !important;
}
.k-ml-23 {
    margin-left: 92px;
}
.\!k-ml-23 {
    margin-left: 92px !important;
}
.k-ml-24 {
    margin-left: 96px;
}
.\!k-ml-24 {
    margin-left: 96px !important;
}
.k-ml--1px {
    margin-left: -1px;
}
.\!k-ml--1px {
    margin-left: -1px !important;
}
.k-ml--0\.5 {
    margin-left: -2px;
}
.\!k-ml--0\.5 {
    margin-left: -2px !important;
}
.k-ml--1 {
    margin-left: -4px;
}
.\!k-ml--1 {
    margin-left: -4px !important;
}
.k-ml--1\.5 {
    margin-left: -6px;
}
.\!k-ml--1\.5 {
    margin-left: -6px !important;
}
.k-ml--2 {
    margin-left: -8px;
}
.\!k-ml--2 {
    margin-left: -8px !important;
}
.k-ml--2\.5 {
    margin-left: -10px;
}
.\!k-ml--2\.5 {
    margin-left: -10px !important;
}
.k-ml--3 {
    margin-left: -12px;
}
.\!k-ml--3 {
    margin-left: -12px !important;
}
.k-ml--3\.5 {
    margin-left: -14px;
}
.\!k-ml--3\.5 {
    margin-left: -14px !important;
}
.k-ml--4 {
    margin-left: -16px;
}
.\!k-ml--4 {
    margin-left: -16px !important;
}
.k-ml--4\.5 {
    margin-left: -18px;
}
.\!k-ml--4\.5 {
    margin-left: -18px !important;
}
.k-ml--5 {
    margin-left: -20px;
}
.\!k-ml--5 {
    margin-left: -20px !important;
}
.k-ml--5\.5 {
    margin-left: -22px;
}
.\!k-ml--5\.5 {
    margin-left: -22px !important;
}
.k-ml--6 {
    margin-left: -24px;
}
.\!k-ml--6 {
    margin-left: -24px !important;
}
.k-ml--6\.5 {
    margin-left: -26px;
}
.\!k-ml--6\.5 {
    margin-left: -26px !important;
}
.k-ml--7 {
    margin-left: -28px;
}
.\!k-ml--7 {
    margin-left: -28px !important;
}
.k-ml--7\.5 {
    margin-left: -30px;
}
.\!k-ml--7\.5 {
    margin-left: -30px !important;
}
.k-ml--8 {
    margin-left: -32px;
}
.\!k-ml--8 {
    margin-left: -32px !important;
}
.k-ml--9 {
    margin-left: -36px;
}
.\!k-ml--9 {
    margin-left: -36px !important;
}
.k-ml--10 {
    margin-left: -40px;
}
.\!k-ml--10 {
    margin-left: -40px !important;
}
.k-ml--11 {
    margin-left: -44px;
}
.\!k-ml--11 {
    margin-left: -44px !important;
}
.k-ml--12 {
    margin-left: -48px;
}
.\!k-ml--12 {
    margin-left: -48px !important;
}
.k-ml--13 {
    margin-left: -52px;
}
.\!k-ml--13 {
    margin-left: -52px !important;
}
.k-ml--14 {
    margin-left: -56px;
}
.\!k-ml--14 {
    margin-left: -56px !important;
}
.k-ml--15 {
    margin-left: -60px;
}
.\!k-ml--15 {
    margin-left: -60px !important;
}
.k-ml--16 {
    margin-left: -64px;
}
.\!k-ml--16 {
    margin-left: -64px !important;
}
.k-ml--17 {
    margin-left: -68px;
}
.\!k-ml--17 {
    margin-left: -68px !important;
}
.k-ml--18 {
    margin-left: -72px;
}
.\!k-ml--18 {
    margin-left: -72px !important;
}
.k-ml--19 {
    margin-left: -76px;
}
.\!k-ml--19 {
    margin-left: -76px !important;
}
.k-ml--20 {
    margin-left: -80px;
}
.\!k-ml--20 {
    margin-left: -80px !important;
}
.k-ml--21 {
    margin-left: -84px;
}
.\!k-ml--21 {
    margin-left: -84px !important;
}
.k-ml--22 {
    margin-left: -88px;
}
.\!k-ml--22 {
    margin-left: -88px !important;
}
.k-ml--23 {
    margin-left: -92px;
}
.\!k-ml--23 {
    margin-left: -92px !important;
}
.k-ml--24 {
    margin-left: -96px;
}
.\!k-ml--24 {
    margin-left: -96px !important;
}
.k-ml-xs {
    margin-left: 4px;
}
.\!k-ml-xs {
    margin-left: 4px !important;
}
.k-ml-sm {
    margin-left: 8px;
}
.\!k-ml-sm {
    margin-left: 8px !important;
}
.k-ml-md {
    margin-left: 12px;
}
.\!k-ml-md {
    margin-left: 12px !important;
}
.k-ml-lg {
    margin-left: 16px;
}
.\!k-ml-lg {
    margin-left: 16px !important;
}
.k-ml-xl {
    margin-left: 24px;
}
.\!k-ml-xl {
    margin-left: 24px !important;
}
.k-ml-thin {
    margin-left: 2px;
}
.\!k-ml-thin {
    margin-left: 2px !important;
}
.k-ml-hair {
    margin-left: 1px;
}
.\!k-ml-hair {
    margin-left: 1px !important;
}
.k-ml-auto {
    margin-left: auto;
}
.\!k-ml-auto {
    margin-left: auto !important;
}
.k-mx-0 {
    margin-inline: 0;
}
.\!k-mx-0 {
    margin-inline: 0 !important;
}
.k-mx-1px {
    margin-inline: 1px;
}
.\!k-mx-1px {
    margin-inline: 1px !important;
}
.k-mx-0\.5 {
    margin-inline: 2px;
}
.\!k-mx-0\.5 {
    margin-inline: 2px !important;
}
.k-mx-1 {
    margin-inline: 4px;
}
.\!k-mx-1 {
    margin-inline: 4px !important;
}
.k-mx-1\.5 {
    margin-inline: 6px;
}
.\!k-mx-1\.5 {
    margin-inline: 6px !important;
}
.k-mx-2 {
    margin-inline: 8px;
}
.\!k-mx-2 {
    margin-inline: 8px !important;
}
.k-mx-2\.5 {
    margin-inline: 10px;
}
.\!k-mx-2\.5 {
    margin-inline: 10px !important;
}
.k-mx-3 {
    margin-inline: 12px;
}
.\!k-mx-3 {
    margin-inline: 12px !important;
}
.k-mx-3\.5 {
    margin-inline: 14px;
}
.\!k-mx-3\.5 {
    margin-inline: 14px !important;
}
.k-mx-4 {
    margin-inline: 16px;
}
.\!k-mx-4 {
    margin-inline: 16px !important;
}
.k-mx-4\.5 {
    margin-inline: 18px;
}
.\!k-mx-4\.5 {
    margin-inline: 18px !important;
}
.k-mx-5 {
    margin-inline: 20px;
}
.\!k-mx-5 {
    margin-inline: 20px !important;
}
.k-mx-5\.5 {
    margin-inline: 22px;
}
.\!k-mx-5\.5 {
    margin-inline: 22px !important;
}
.k-mx-6 {
    margin-inline: 24px;
}
.\!k-mx-6 {
    margin-inline: 24px !important;
}
.k-mx-6\.5 {
    margin-inline: 26px;
}
.\!k-mx-6\.5 {
    margin-inline: 26px !important;
}
.k-mx-7 {
    margin-inline: 28px;
}
.\!k-mx-7 {
    margin-inline: 28px !important;
}
.k-mx-7\.5 {
    margin-inline: 30px;
}
.\!k-mx-7\.5 {
    margin-inline: 30px !important;
}
.k-mx-8 {
    margin-inline: 32px;
}
.\!k-mx-8 {
    margin-inline: 32px !important;
}
.k-mx-9 {
    margin-inline: 36px;
}
.\!k-mx-9 {
    margin-inline: 36px !important;
}
.k-mx-10 {
    margin-inline: 40px;
}
.\!k-mx-10 {
    margin-inline: 40px !important;
}
.k-mx-11 {
    margin-inline: 44px;
}
.\!k-mx-11 {
    margin-inline: 44px !important;
}
.k-mx-12 {
    margin-inline: 48px;
}
.\!k-mx-12 {
    margin-inline: 48px !important;
}
.k-mx-13 {
    margin-inline: 52px;
}
.\!k-mx-13 {
    margin-inline: 52px !important;
}
.k-mx-14 {
    margin-inline: 56px;
}
.\!k-mx-14 {
    margin-inline: 56px !important;
}
.k-mx-15 {
    margin-inline: 60px;
}
.\!k-mx-15 {
    margin-inline: 60px !important;
}
.k-mx-16 {
    margin-inline: 64px;
}
.\!k-mx-16 {
    margin-inline: 64px !important;
}
.k-mx-17 {
    margin-inline: 68px;
}
.\!k-mx-17 {
    margin-inline: 68px !important;
}
.k-mx-18 {
    margin-inline: 72px;
}
.\!k-mx-18 {
    margin-inline: 72px !important;
}
.k-mx-19 {
    margin-inline: 76px;
}
.\!k-mx-19 {
    margin-inline: 76px !important;
}
.k-mx-20 {
    margin-inline: 80px;
}
.\!k-mx-20 {
    margin-inline: 80px !important;
}
.k-mx-21 {
    margin-inline: 84px;
}
.\!k-mx-21 {
    margin-inline: 84px !important;
}
.k-mx-22 {
    margin-inline: 88px;
}
.\!k-mx-22 {
    margin-inline: 88px !important;
}
.k-mx-23 {
    margin-inline: 92px;
}
.\!k-mx-23 {
    margin-inline: 92px !important;
}
.k-mx-24 {
    margin-inline: 96px;
}
.\!k-mx-24 {
    margin-inline: 96px !important;
}
.k-mx--1px {
    margin-inline: -1px;
}
.\!k-mx--1px {
    margin-inline: -1px !important;
}
.k-mx--0\.5 {
    margin-inline: -2px;
}
.\!k-mx--0\.5 {
    margin-inline: -2px !important;
}
.k-mx--1 {
    margin-inline: -4px;
}
.\!k-mx--1 {
    margin-inline: -4px !important;
}
.k-mx--1\.5 {
    margin-inline: -6px;
}
.\!k-mx--1\.5 {
    margin-inline: -6px !important;
}
.k-mx--2 {
    margin-inline: -8px;
}
.\!k-mx--2 {
    margin-inline: -8px !important;
}
.k-mx--2\.5 {
    margin-inline: -10px;
}
.\!k-mx--2\.5 {
    margin-inline: -10px !important;
}
.k-mx--3 {
    margin-inline: -12px;
}
.\!k-mx--3 {
    margin-inline: -12px !important;
}
.k-mx--3\.5 {
    margin-inline: -14px;
}
.\!k-mx--3\.5 {
    margin-inline: -14px !important;
}
.k-mx--4 {
    margin-inline: -16px;
}
.\!k-mx--4 {
    margin-inline: -16px !important;
}
.k-mx--4\.5 {
    margin-inline: -18px;
}
.\!k-mx--4\.5 {
    margin-inline: -18px !important;
}
.k-mx--5 {
    margin-inline: -20px;
}
.\!k-mx--5 {
    margin-inline: -20px !important;
}
.k-mx--5\.5 {
    margin-inline: -22px;
}
.\!k-mx--5\.5 {
    margin-inline: -22px !important;
}
.k-mx--6 {
    margin-inline: -24px;
}
.\!k-mx--6 {
    margin-inline: -24px !important;
}
.k-mx--6\.5 {
    margin-inline: -26px;
}
.\!k-mx--6\.5 {
    margin-inline: -26px !important;
}
.k-mx--7 {
    margin-inline: -28px;
}
.\!k-mx--7 {
    margin-inline: -28px !important;
}
.k-mx--7\.5 {
    margin-inline: -30px;
}
.\!k-mx--7\.5 {
    margin-inline: -30px !important;
}
.k-mx--8 {
    margin-inline: -32px;
}
.\!k-mx--8 {
    margin-inline: -32px !important;
}
.k-mx--9 {
    margin-inline: -36px;
}
.\!k-mx--9 {
    margin-inline: -36px !important;
}
.k-mx--10 {
    margin-inline: -40px;
}
.\!k-mx--10 {
    margin-inline: -40px !important;
}
.k-mx--11 {
    margin-inline: -44px;
}
.\!k-mx--11 {
    margin-inline: -44px !important;
}
.k-mx--12 {
    margin-inline: -48px;
}
.\!k-mx--12 {
    margin-inline: -48px !important;
}
.k-mx--13 {
    margin-inline: -52px;
}
.\!k-mx--13 {
    margin-inline: -52px !important;
}
.k-mx--14 {
    margin-inline: -56px;
}
.\!k-mx--14 {
    margin-inline: -56px !important;
}
.k-mx--15 {
    margin-inline: -60px;
}
.\!k-mx--15 {
    margin-inline: -60px !important;
}
.k-mx--16 {
    margin-inline: -64px;
}
.\!k-mx--16 {
    margin-inline: -64px !important;
}
.k-mx--17 {
    margin-inline: -68px;
}
.\!k-mx--17 {
    margin-inline: -68px !important;
}
.k-mx--18 {
    margin-inline: -72px;
}
.\!k-mx--18 {
    margin-inline: -72px !important;
}
.k-mx--19 {
    margin-inline: -76px;
}
.\!k-mx--19 {
    margin-inline: -76px !important;
}
.k-mx--20 {
    margin-inline: -80px;
}
.\!k-mx--20 {
    margin-inline: -80px !important;
}
.k-mx--21 {
    margin-inline: -84px;
}
.\!k-mx--21 {
    margin-inline: -84px !important;
}
.k-mx--22 {
    margin-inline: -88px;
}
.\!k-mx--22 {
    margin-inline: -88px !important;
}
.k-mx--23 {
    margin-inline: -92px;
}
.\!k-mx--23 {
    margin-inline: -92px !important;
}
.k-mx--24 {
    margin-inline: -96px;
}
.\!k-mx--24 {
    margin-inline: -96px !important;
}
.k-mx-xs {
    margin-inline: 4px;
}
.\!k-mx-xs {
    margin-inline: 4px !important;
}
.k-mx-sm {
    margin-inline: 8px;
}
.\!k-mx-sm {
    margin-inline: 8px !important;
}
.k-mx-md {
    margin-inline: 12px;
}
.\!k-mx-md {
    margin-inline: 12px !important;
}
.k-mx-lg {
    margin-inline: 16px;
}
.\!k-mx-lg {
    margin-inline: 16px !important;
}
.k-mx-xl {
    margin-inline: 24px;
}
.\!k-mx-xl {
    margin-inline: 24px !important;
}
.k-mx-thin {
    margin-inline: 2px;
}
.\!k-mx-thin {
    margin-inline: 2px !important;
}
.k-mx-hair {
    margin-inline: 1px;
}
.\!k-mx-hair {
    margin-inline: 1px !important;
}
.k-mx-auto {
    margin-inline: auto;
}
.\!k-mx-auto {
    margin-inline: auto !important;
}
.k-my-0 {
    margin-block: 0;
}
.\!k-my-0 {
    margin-block: 0 !important;
}
.k-my-1px {
    margin-block: 1px;
}
.\!k-my-1px {
    margin-block: 1px !important;
}
.k-my-0\.5 {
    margin-block: 2px;
}
.\!k-my-0\.5 {
    margin-block: 2px !important;
}
.k-my-1 {
    margin-block: 4px;
}
.\!k-my-1 {
    margin-block: 4px !important;
}
.k-my-1\.5 {
    margin-block: 6px;
}
.\!k-my-1\.5 {
    margin-block: 6px !important;
}
.k-my-2 {
    margin-block: 8px;
}
.\!k-my-2 {
    margin-block: 8px !important;
}
.k-my-2\.5 {
    margin-block: 10px;
}
.\!k-my-2\.5 {
    margin-block: 10px !important;
}
.k-my-3 {
    margin-block: 12px;
}
.\!k-my-3 {
    margin-block: 12px !important;
}
.k-my-3\.5 {
    margin-block: 14px;
}
.\!k-my-3\.5 {
    margin-block: 14px !important;
}
.k-my-4 {
    margin-block: 16px;
}
.\!k-my-4 {
    margin-block: 16px !important;
}
.k-my-4\.5 {
    margin-block: 18px;
}
.\!k-my-4\.5 {
    margin-block: 18px !important;
}
.k-my-5 {
    margin-block: 20px;
}
.\!k-my-5 {
    margin-block: 20px !important;
}
.k-my-5\.5 {
    margin-block: 22px;
}
.\!k-my-5\.5 {
    margin-block: 22px !important;
}
.k-my-6 {
    margin-block: 24px;
}
.\!k-my-6 {
    margin-block: 24px !important;
}
.k-my-6\.5 {
    margin-block: 26px;
}
.\!k-my-6\.5 {
    margin-block: 26px !important;
}
.k-my-7 {
    margin-block: 28px;
}
.\!k-my-7 {
    margin-block: 28px !important;
}
.k-my-7\.5 {
    margin-block: 30px;
}
.\!k-my-7\.5 {
    margin-block: 30px !important;
}
.k-my-8 {
    margin-block: 32px;
}
.\!k-my-8 {
    margin-block: 32px !important;
}
.k-my-9 {
    margin-block: 36px;
}
.\!k-my-9 {
    margin-block: 36px !important;
}
.k-my-10 {
    margin-block: 40px;
}
.\!k-my-10 {
    margin-block: 40px !important;
}
.k-my-11 {
    margin-block: 44px;
}
.\!k-my-11 {
    margin-block: 44px !important;
}
.k-my-12 {
    margin-block: 48px;
}
.\!k-my-12 {
    margin-block: 48px !important;
}
.k-my-13 {
    margin-block: 52px;
}
.\!k-my-13 {
    margin-block: 52px !important;
}
.k-my-14 {
    margin-block: 56px;
}
.\!k-my-14 {
    margin-block: 56px !important;
}
.k-my-15 {
    margin-block: 60px;
}
.\!k-my-15 {
    margin-block: 60px !important;
}
.k-my-16 {
    margin-block: 64px;
}
.\!k-my-16 {
    margin-block: 64px !important;
}
.k-my-17 {
    margin-block: 68px;
}
.\!k-my-17 {
    margin-block: 68px !important;
}
.k-my-18 {
    margin-block: 72px;
}
.\!k-my-18 {
    margin-block: 72px !important;
}
.k-my-19 {
    margin-block: 76px;
}
.\!k-my-19 {
    margin-block: 76px !important;
}
.k-my-20 {
    margin-block: 80px;
}
.\!k-my-20 {
    margin-block: 80px !important;
}
.k-my-21 {
    margin-block: 84px;
}
.\!k-my-21 {
    margin-block: 84px !important;
}
.k-my-22 {
    margin-block: 88px;
}
.\!k-my-22 {
    margin-block: 88px !important;
}
.k-my-23 {
    margin-block: 92px;
}
.\!k-my-23 {
    margin-block: 92px !important;
}
.k-my-24 {
    margin-block: 96px;
}
.\!k-my-24 {
    margin-block: 96px !important;
}
.k-my--1px {
    margin-block: -1px;
}
.\!k-my--1px {
    margin-block: -1px !important;
}
.k-my--0\.5 {
    margin-block: -2px;
}
.\!k-my--0\.5 {
    margin-block: -2px !important;
}
.k-my--1 {
    margin-block: -4px;
}
.\!k-my--1 {
    margin-block: -4px !important;
}
.k-my--1\.5 {
    margin-block: -6px;
}
.\!k-my--1\.5 {
    margin-block: -6px !important;
}
.k-my--2 {
    margin-block: -8px;
}
.\!k-my--2 {
    margin-block: -8px !important;
}
.k-my--2\.5 {
    margin-block: -10px;
}
.\!k-my--2\.5 {
    margin-block: -10px !important;
}
.k-my--3 {
    margin-block: -12px;
}
.\!k-my--3 {
    margin-block: -12px !important;
}
.k-my--3\.5 {
    margin-block: -14px;
}
.\!k-my--3\.5 {
    margin-block: -14px !important;
}
.k-my--4 {
    margin-block: -16px;
}
.\!k-my--4 {
    margin-block: -16px !important;
}
.k-my--4\.5 {
    margin-block: -18px;
}
.\!k-my--4\.5 {
    margin-block: -18px !important;
}
.k-my--5 {
    margin-block: -20px;
}
.\!k-my--5 {
    margin-block: -20px !important;
}
.k-my--5\.5 {
    margin-block: -22px;
}
.\!k-my--5\.5 {
    margin-block: -22px !important;
}
.k-my--6 {
    margin-block: -24px;
}
.\!k-my--6 {
    margin-block: -24px !important;
}
.k-my--6\.5 {
    margin-block: -26px;
}
.\!k-my--6\.5 {
    margin-block: -26px !important;
}
.k-my--7 {
    margin-block: -28px;
}
.\!k-my--7 {
    margin-block: -28px !important;
}
.k-my--7\.5 {
    margin-block: -30px;
}
.\!k-my--7\.5 {
    margin-block: -30px !important;
}
.k-my--8 {
    margin-block: -32px;
}
.\!k-my--8 {
    margin-block: -32px !important;
}
.k-my--9 {
    margin-block: -36px;
}
.\!k-my--9 {
    margin-block: -36px !important;
}
.k-my--10 {
    margin-block: -40px;
}
.\!k-my--10 {
    margin-block: -40px !important;
}
.k-my--11 {
    margin-block: -44px;
}
.\!k-my--11 {
    margin-block: -44px !important;
}
.k-my--12 {
    margin-block: -48px;
}
.\!k-my--12 {
    margin-block: -48px !important;
}
.k-my--13 {
    margin-block: -52px;
}
.\!k-my--13 {
    margin-block: -52px !important;
}
.k-my--14 {
    margin-block: -56px;
}
.\!k-my--14 {
    margin-block: -56px !important;
}
.k-my--15 {
    margin-block: -60px;
}
.\!k-my--15 {
    margin-block: -60px !important;
}
.k-my--16 {
    margin-block: -64px;
}
.\!k-my--16 {
    margin-block: -64px !important;
}
.k-my--17 {
    margin-block: -68px;
}
.\!k-my--17 {
    margin-block: -68px !important;
}
.k-my--18 {
    margin-block: -72px;
}
.\!k-my--18 {
    margin-block: -72px !important;
}
.k-my--19 {
    margin-block: -76px;
}
.\!k-my--19 {
    margin-block: -76px !important;
}
.k-my--20 {
    margin-block: -80px;
}
.\!k-my--20 {
    margin-block: -80px !important;
}
.k-my--21 {
    margin-block: -84px;
}
.\!k-my--21 {
    margin-block: -84px !important;
}
.k-my--22 {
    margin-block: -88px;
}
.\!k-my--22 {
    margin-block: -88px !important;
}
.k-my--23 {
    margin-block: -92px;
}
.\!k-my--23 {
    margin-block: -92px !important;
}
.k-my--24 {
    margin-block: -96px;
}
.\!k-my--24 {
    margin-block: -96px !important;
}
.k-my-xs {
    margin-block: 4px;
}
.\!k-my-xs {
    margin-block: 4px !important;
}
.k-my-sm {
    margin-block: 8px;
}
.\!k-my-sm {
    margin-block: 8px !important;
}
.k-my-md {
    margin-block: 12px;
}
.\!k-my-md {
    margin-block: 12px !important;
}
.k-my-lg {
    margin-block: 16px;
}
.\!k-my-lg {
    margin-block: 16px !important;
}
.k-my-xl {
    margin-block: 24px;
}
.\!k-my-xl {
    margin-block: 24px !important;
}
.k-my-thin {
    margin-block: 2px;
}
.\!k-my-thin {
    margin-block: 2px !important;
}
.k-my-hair {
    margin-block: 1px;
}
.\!k-my-hair {
    margin-block: 1px !important;
}
.k-my-auto {
    margin-block: auto;
}
.\!k-my-auto {
    margin-block: auto !important;
}
.k-p-0 {
    padding: 0;
}
.\!k-p-0 {
    padding: 0 !important;
}
.k-p-1px {
    padding: 1px;
}
.\!k-p-1px {
    padding: 1px !important;
}
.k-p-0\.5 {
    padding: 2px;
}
.\!k-p-0\.5 {
    padding: 2px !important;
}
.k-p-1 {
    padding: 4px;
}
.\!k-p-1 {
    padding: 4px !important;
}
.k-p-1\.5 {
    padding: 6px;
}
.\!k-p-1\.5 {
    padding: 6px !important;
}
.k-p-2 {
    padding: 8px;
}
.\!k-p-2 {
    padding: 8px !important;
}
.k-p-2\.5 {
    padding: 10px;
}
.\!k-p-2\.5 {
    padding: 10px !important;
}
.k-p-3 {
    padding: 12px;
}
.\!k-p-3 {
    padding: 12px !important;
}
.k-p-3\.5 {
    padding: 14px;
}
.\!k-p-3\.5 {
    padding: 14px !important;
}
.k-p-4 {
    padding: 16px;
}
.\!k-p-4 {
    padding: 16px !important;
}
.k-p-4\.5 {
    padding: 18px;
}
.\!k-p-4\.5 {
    padding: 18px !important;
}
.k-p-5 {
    padding: 20px;
}
.\!k-p-5 {
    padding: 20px !important;
}
.k-p-5\.5 {
    padding: 22px;
}
.\!k-p-5\.5 {
    padding: 22px !important;
}
.k-p-6 {
    padding: 24px;
}
.\!k-p-6 {
    padding: 24px !important;
}
.k-p-6\.5 {
    padding: 26px;
}
.\!k-p-6\.5 {
    padding: 26px !important;
}
.k-p-7 {
    padding: 28px;
}
.\!k-p-7 {
    padding: 28px !important;
}
.k-p-7\.5 {
    padding: 30px;
}
.\!k-p-7\.5 {
    padding: 30px !important;
}
.k-p-8 {
    padding: 32px;
}
.\!k-p-8 {
    padding: 32px !important;
}
.k-p-9 {
    padding: 36px;
}
.\!k-p-9 {
    padding: 36px !important;
}
.k-p-10 {
    padding: 40px;
}
.\!k-p-10 {
    padding: 40px !important;
}
.k-p-11 {
    padding: 44px;
}
.\!k-p-11 {
    padding: 44px !important;
}
.k-p-12 {
    padding: 48px;
}
.\!k-p-12 {
    padding: 48px !important;
}
.k-p-13 {
    padding: 52px;
}
.\!k-p-13 {
    padding: 52px !important;
}
.k-p-14 {
    padding: 56px;
}
.\!k-p-14 {
    padding: 56px !important;
}
.k-p-15 {
    padding: 60px;
}
.\!k-p-15 {
    padding: 60px !important;
}
.k-p-16 {
    padding: 64px;
}
.\!k-p-16 {
    padding: 64px !important;
}
.k-p-17 {
    padding: 68px;
}
.\!k-p-17 {
    padding: 68px !important;
}
.k-p-18 {
    padding: 72px;
}
.\!k-p-18 {
    padding: 72px !important;
}
.k-p-19 {
    padding: 76px;
}
.\!k-p-19 {
    padding: 76px !important;
}
.k-p-20 {
    padding: 80px;
}
.\!k-p-20 {
    padding: 80px !important;
}
.k-p-21 {
    padding: 84px;
}
.\!k-p-21 {
    padding: 84px !important;
}
.k-p-22 {
    padding: 88px;
}
.\!k-p-22 {
    padding: 88px !important;
}
.k-p-23 {
    padding: 92px;
}
.\!k-p-23 {
    padding: 92px !important;
}
.k-p-24 {
    padding: 96px;
}
.\!k-p-24 {
    padding: 96px !important;
}
.k-p-xs {
    padding: 4px;
}
.\!k-p-xs {
    padding: 4px !important;
}
.k-p-sm {
    padding: 8px;
}
.\!k-p-sm {
    padding: 8px !important;
}
.k-p-md {
    padding: 12px;
}
.\!k-p-md {
    padding: 12px !important;
}
.k-p-lg {
    padding: 16px;
}
.\!k-p-lg {
    padding: 16px !important;
}
.k-p-xl {
    padding: 24px;
}
.\!k-p-xl {
    padding: 24px !important;
}
.k-p-thin {
    padding: 2px;
}
.\!k-p-thin {
    padding: 2px !important;
}
.k-p-hair {
    padding: 1px;
}
.\!k-p-hair {
    padding: 1px !important;
}
.k-pt-0 {
    padding-top: 0;
}
.\!k-pt-0 {
    padding-top: 0 !important;
}
.k-pt-1px {
    padding-top: 1px;
}
.\!k-pt-1px {
    padding-top: 1px !important;
}
.k-pt-0\.5 {
    padding-top: 2px;
}
.\!k-pt-0\.5 {
    padding-top: 2px !important;
}
.k-pt-1 {
    padding-top: 4px;
}
.\!k-pt-1 {
    padding-top: 4px !important;
}
.k-pt-1\.5 {
    padding-top: 6px;
}
.\!k-pt-1\.5 {
    padding-top: 6px !important;
}
.k-pt-2 {
    padding-top: 8px;
}
.\!k-pt-2 {
    padding-top: 8px !important;
}
.k-pt-2\.5 {
    padding-top: 10px;
}
.\!k-pt-2\.5 {
    padding-top: 10px !important;
}
.k-pt-3 {
    padding-top: 12px;
}
.\!k-pt-3 {
    padding-top: 12px !important;
}
.k-pt-3\.5 {
    padding-top: 14px;
}
.\!k-pt-3\.5 {
    padding-top: 14px !important;
}
.k-pt-4 {
    padding-top: 16px;
}
.\!k-pt-4 {
    padding-top: 16px !important;
}
.k-pt-4\.5 {
    padding-top: 18px;
}
.\!k-pt-4\.5 {
    padding-top: 18px !important;
}
.k-pt-5 {
    padding-top: 20px;
}
.\!k-pt-5 {
    padding-top: 20px !important;
}
.k-pt-5\.5 {
    padding-top: 22px;
}
.\!k-pt-5\.5 {
    padding-top: 22px !important;
}
.k-pt-6 {
    padding-top: 24px;
}
.\!k-pt-6 {
    padding-top: 24px !important;
}
.k-pt-6\.5 {
    padding-top: 26px;
}
.\!k-pt-6\.5 {
    padding-top: 26px !important;
}
.k-pt-7 {
    padding-top: 28px;
}
.\!k-pt-7 {
    padding-top: 28px !important;
}
.k-pt-7\.5 {
    padding-top: 30px;
}
.\!k-pt-7\.5 {
    padding-top: 30px !important;
}
.k-pt-8 {
    padding-top: 32px;
}
.\!k-pt-8 {
    padding-top: 32px !important;
}
.k-pt-9 {
    padding-top: 36px;
}
.\!k-pt-9 {
    padding-top: 36px !important;
}
.k-pt-10 {
    padding-top: 40px;
}
.\!k-pt-10 {
    padding-top: 40px !important;
}
.k-pt-11 {
    padding-top: 44px;
}
.\!k-pt-11 {
    padding-top: 44px !important;
}
.k-pt-12 {
    padding-top: 48px;
}
.\!k-pt-12 {
    padding-top: 48px !important;
}
.k-pt-13 {
    padding-top: 52px;
}
.\!k-pt-13 {
    padding-top: 52px !important;
}
.k-pt-14 {
    padding-top: 56px;
}
.\!k-pt-14 {
    padding-top: 56px !important;
}
.k-pt-15 {
    padding-top: 60px;
}
.\!k-pt-15 {
    padding-top: 60px !important;
}
.k-pt-16 {
    padding-top: 64px;
}
.\!k-pt-16 {
    padding-top: 64px !important;
}
.k-pt-17 {
    padding-top: 68px;
}
.\!k-pt-17 {
    padding-top: 68px !important;
}
.k-pt-18 {
    padding-top: 72px;
}
.\!k-pt-18 {
    padding-top: 72px !important;
}
.k-pt-19 {
    padding-top: 76px;
}
.\!k-pt-19 {
    padding-top: 76px !important;
}
.k-pt-20 {
    padding-top: 80px;
}
.\!k-pt-20 {
    padding-top: 80px !important;
}
.k-pt-21 {
    padding-top: 84px;
}
.\!k-pt-21 {
    padding-top: 84px !important;
}
.k-pt-22 {
    padding-top: 88px;
}
.\!k-pt-22 {
    padding-top: 88px !important;
}
.k-pt-23 {
    padding-top: 92px;
}
.\!k-pt-23 {
    padding-top: 92px !important;
}
.k-pt-24 {
    padding-top: 96px;
}
.\!k-pt-24 {
    padding-top: 96px !important;
}
.k-pt-xs {
    padding-top: 4px;
}
.\!k-pt-xs {
    padding-top: 4px !important;
}
.k-pt-sm {
    padding-top: 8px;
}
.\!k-pt-sm {
    padding-top: 8px !important;
}
.k-pt-md {
    padding-top: 12px;
}
.\!k-pt-md {
    padding-top: 12px !important;
}
.k-pt-lg {
    padding-top: 16px;
}
.\!k-pt-lg {
    padding-top: 16px !important;
}
.k-pt-xl {
    padding-top: 24px;
}
.\!k-pt-xl {
    padding-top: 24px !important;
}
.k-pt-thin {
    padding-top: 2px;
}
.\!k-pt-thin {
    padding-top: 2px !important;
}
.k-pt-hair {
    padding-top: 1px;
}
.\!k-pt-hair {
    padding-top: 1px !important;
}
.k-pr-0 {
    padding-right: 0;
}
.\!k-pr-0 {
    padding-right: 0 !important;
}
.k-pr-1px {
    padding-right: 1px;
}
.\!k-pr-1px {
    padding-right: 1px !important;
}
.k-pr-0\.5 {
    padding-right: 2px;
}
.\!k-pr-0\.5 {
    padding-right: 2px !important;
}
.k-pr-1 {
    padding-right: 4px;
}
.\!k-pr-1 {
    padding-right: 4px !important;
}
.k-pr-1\.5 {
    padding-right: 6px;
}
.\!k-pr-1\.5 {
    padding-right: 6px !important;
}
.k-pr-2 {
    padding-right: 8px;
}
.\!k-pr-2 {
    padding-right: 8px !important;
}
.k-pr-2\.5 {
    padding-right: 10px;
}
.\!k-pr-2\.5 {
    padding-right: 10px !important;
}
.k-pr-3 {
    padding-right: 12px;
}
.\!k-pr-3 {
    padding-right: 12px !important;
}
.k-pr-3\.5 {
    padding-right: 14px;
}
.\!k-pr-3\.5 {
    padding-right: 14px !important;
}
.k-pr-4 {
    padding-right: 16px;
}
.\!k-pr-4 {
    padding-right: 16px !important;
}
.k-pr-4\.5 {
    padding-right: 18px;
}
.\!k-pr-4\.5 {
    padding-right: 18px !important;
}
.k-pr-5 {
    padding-right: 20px;
}
.\!k-pr-5 {
    padding-right: 20px !important;
}
.k-pr-5\.5 {
    padding-right: 22px;
}
.\!k-pr-5\.5 {
    padding-right: 22px !important;
}
.k-pr-6 {
    padding-right: 24px;
}
.\!k-pr-6 {
    padding-right: 24px !important;
}
.k-pr-6\.5 {
    padding-right: 26px;
}
.\!k-pr-6\.5 {
    padding-right: 26px !important;
}
.k-pr-7 {
    padding-right: 28px;
}
.\!k-pr-7 {
    padding-right: 28px !important;
}
.k-pr-7\.5 {
    padding-right: 30px;
}
.\!k-pr-7\.5 {
    padding-right: 30px !important;
}
.k-pr-8 {
    padding-right: 32px;
}
.\!k-pr-8 {
    padding-right: 32px !important;
}
.k-pr-9 {
    padding-right: 36px;
}
.\!k-pr-9 {
    padding-right: 36px !important;
}
.k-pr-10 {
    padding-right: 40px;
}
.\!k-pr-10 {
    padding-right: 40px !important;
}
.k-pr-11 {
    padding-right: 44px;
}
.\!k-pr-11 {
    padding-right: 44px !important;
}
.k-pr-12 {
    padding-right: 48px;
}
.\!k-pr-12 {
    padding-right: 48px !important;
}
.k-pr-13 {
    padding-right: 52px;
}
.\!k-pr-13 {
    padding-right: 52px !important;
}
.k-pr-14 {
    padding-right: 56px;
}
.\!k-pr-14 {
    padding-right: 56px !important;
}
.k-pr-15 {
    padding-right: 60px;
}
.\!k-pr-15 {
    padding-right: 60px !important;
}
.k-pr-16 {
    padding-right: 64px;
}
.\!k-pr-16 {
    padding-right: 64px !important;
}
.k-pr-17 {
    padding-right: 68px;
}
.\!k-pr-17 {
    padding-right: 68px !important;
}
.k-pr-18 {
    padding-right: 72px;
}
.\!k-pr-18 {
    padding-right: 72px !important;
}
.k-pr-19 {
    padding-right: 76px;
}
.\!k-pr-19 {
    padding-right: 76px !important;
}
.k-pr-20 {
    padding-right: 80px;
}
.\!k-pr-20 {
    padding-right: 80px !important;
}
.k-pr-21 {
    padding-right: 84px;
}
.\!k-pr-21 {
    padding-right: 84px !important;
}
.k-pr-22 {
    padding-right: 88px;
}
.\!k-pr-22 {
    padding-right: 88px !important;
}
.k-pr-23 {
    padding-right: 92px;
}
.\!k-pr-23 {
    padding-right: 92px !important;
}
.k-pr-24 {
    padding-right: 96px;
}
.\!k-pr-24 {
    padding-right: 96px !important;
}
.k-pr-xs {
    padding-right: 4px;
}
.\!k-pr-xs {
    padding-right: 4px !important;
}
.k-pr-sm {
    padding-right: 8px;
}
.\!k-pr-sm {
    padding-right: 8px !important;
}
.k-pr-md {
    padding-right: 12px;
}
.\!k-pr-md {
    padding-right: 12px !important;
}
.k-pr-lg {
    padding-right: 16px;
}
.\!k-pr-lg {
    padding-right: 16px !important;
}
.k-pr-xl {
    padding-right: 24px;
}
.\!k-pr-xl {
    padding-right: 24px !important;
}
.k-pr-thin {
    padding-right: 2px;
}
.\!k-pr-thin {
    padding-right: 2px !important;
}
.k-pr-hair {
    padding-right: 1px;
}
.\!k-pr-hair {
    padding-right: 1px !important;
}
.k-pb-0 {
    padding-bottom: 0;
}
.\!k-pb-0 {
    padding-bottom: 0 !important;
}
.k-pb-1px {
    padding-bottom: 1px;
}
.\!k-pb-1px {
    padding-bottom: 1px !important;
}
.k-pb-0\.5 {
    padding-bottom: 2px;
}
.\!k-pb-0\.5 {
    padding-bottom: 2px !important;
}
.k-pb-1 {
    padding-bottom: 4px;
}
.\!k-pb-1 {
    padding-bottom: 4px !important;
}
.k-pb-1\.5 {
    padding-bottom: 6px;
}
.\!k-pb-1\.5 {
    padding-bottom: 6px !important;
}
.k-pb-2 {
    padding-bottom: 8px;
}
.\!k-pb-2 {
    padding-bottom: 8px !important;
}
.k-pb-2\.5 {
    padding-bottom: 10px;
}
.\!k-pb-2\.5 {
    padding-bottom: 10px !important;
}
.k-pb-3 {
    padding-bottom: 12px;
}
.\!k-pb-3 {
    padding-bottom: 12px !important;
}
.k-pb-3\.5 {
    padding-bottom: 14px;
}
.\!k-pb-3\.5 {
    padding-bottom: 14px !important;
}
.k-pb-4 {
    padding-bottom: 16px;
}
.\!k-pb-4 {
    padding-bottom: 16px !important;
}
.k-pb-4\.5 {
    padding-bottom: 18px;
}
.\!k-pb-4\.5 {
    padding-bottom: 18px !important;
}
.k-pb-5 {
    padding-bottom: 20px;
}
.\!k-pb-5 {
    padding-bottom: 20px !important;
}
.k-pb-5\.5 {
    padding-bottom: 22px;
}
.\!k-pb-5\.5 {
    padding-bottom: 22px !important;
}
.k-pb-6 {
    padding-bottom: 24px;
}
.\!k-pb-6 {
    padding-bottom: 24px !important;
}
.k-pb-6\.5 {
    padding-bottom: 26px;
}
.\!k-pb-6\.5 {
    padding-bottom: 26px !important;
}
.k-pb-7 {
    padding-bottom: 28px;
}
.\!k-pb-7 {
    padding-bottom: 28px !important;
}
.k-pb-7\.5 {
    padding-bottom: 30px;
}
.\!k-pb-7\.5 {
    padding-bottom: 30px !important;
}
.k-pb-8 {
    padding-bottom: 32px;
}
.\!k-pb-8 {
    padding-bottom: 32px !important;
}
.k-pb-9 {
    padding-bottom: 36px;
}
.\!k-pb-9 {
    padding-bottom: 36px !important;
}
.k-pb-10 {
    padding-bottom: 40px;
}
.\!k-pb-10 {
    padding-bottom: 40px !important;
}
.k-pb-11 {
    padding-bottom: 44px;
}
.\!k-pb-11 {
    padding-bottom: 44px !important;
}
.k-pb-12 {
    padding-bottom: 48px;
}
.\!k-pb-12 {
    padding-bottom: 48px !important;
}
.k-pb-13 {
    padding-bottom: 52px;
}
.\!k-pb-13 {
    padding-bottom: 52px !important;
}
.k-pb-14 {
    padding-bottom: 56px;
}
.\!k-pb-14 {
    padding-bottom: 56px !important;
}
.k-pb-15 {
    padding-bottom: 60px;
}
.\!k-pb-15 {
    padding-bottom: 60px !important;
}
.k-pb-16 {
    padding-bottom: 64px;
}
.\!k-pb-16 {
    padding-bottom: 64px !important;
}
.k-pb-17 {
    padding-bottom: 68px;
}
.\!k-pb-17 {
    padding-bottom: 68px !important;
}
.k-pb-18 {
    padding-bottom: 72px;
}
.\!k-pb-18 {
    padding-bottom: 72px !important;
}
.k-pb-19 {
    padding-bottom: 76px;
}
.\!k-pb-19 {
    padding-bottom: 76px !important;
}
.k-pb-20 {
    padding-bottom: 80px;
}
.\!k-pb-20 {
    padding-bottom: 80px !important;
}
.k-pb-21 {
    padding-bottom: 84px;
}
.\!k-pb-21 {
    padding-bottom: 84px !important;
}
.k-pb-22 {
    padding-bottom: 88px;
}
.\!k-pb-22 {
    padding-bottom: 88px !important;
}
.k-pb-23 {
    padding-bottom: 92px;
}
.\!k-pb-23 {
    padding-bottom: 92px !important;
}
.k-pb-24 {
    padding-bottom: 96px;
}
.\!k-pb-24 {
    padding-bottom: 96px !important;
}
.k-pb-xs {
    padding-bottom: 4px;
}
.\!k-pb-xs {
    padding-bottom: 4px !important;
}
.k-pb-sm {
    padding-bottom: 8px;
}
.\!k-pb-sm {
    padding-bottom: 8px !important;
}
.k-pb-md {
    padding-bottom: 12px;
}
.\!k-pb-md {
    padding-bottom: 12px !important;
}
.k-pb-lg {
    padding-bottom: 16px;
}
.\!k-pb-lg {
    padding-bottom: 16px !important;
}
.k-pb-xl {
    padding-bottom: 24px;
}
.\!k-pb-xl {
    padding-bottom: 24px !important;
}
.k-pb-thin {
    padding-bottom: 2px;
}
.\!k-pb-thin {
    padding-bottom: 2px !important;
}
.k-pb-hair {
    padding-bottom: 1px;
}
.\!k-pb-hair {
    padding-bottom: 1px !important;
}
.k-pl-0 {
    padding-left: 0;
}
.\!k-pl-0 {
    padding-left: 0 !important;
}
.k-pl-1px {
    padding-left: 1px;
}
.\!k-pl-1px {
    padding-left: 1px !important;
}
.k-pl-0\.5 {
    padding-left: 2px;
}
.\!k-pl-0\.5 {
    padding-left: 2px !important;
}
.k-pl-1 {
    padding-left: 4px;
}
.\!k-pl-1 {
    padding-left: 4px !important;
}
.k-pl-1\.5 {
    padding-left: 6px;
}
.\!k-pl-1\.5 {
    padding-left: 6px !important;
}
.k-pl-2 {
    padding-left: 8px;
}
.\!k-pl-2 {
    padding-left: 8px !important;
}
.k-pl-2\.5 {
    padding-left: 10px;
}
.\!k-pl-2\.5 {
    padding-left: 10px !important;
}
.k-pl-3 {
    padding-left: 12px;
}
.\!k-pl-3 {
    padding-left: 12px !important;
}
.k-pl-3\.5 {
    padding-left: 14px;
}
.\!k-pl-3\.5 {
    padding-left: 14px !important;
}
.k-pl-4 {
    padding-left: 16px;
}
.\!k-pl-4 {
    padding-left: 16px !important;
}
.k-pl-4\.5 {
    padding-left: 18px;
}
.\!k-pl-4\.5 {
    padding-left: 18px !important;
}
.k-pl-5 {
    padding-left: 20px;
}
.\!k-pl-5 {
    padding-left: 20px !important;
}
.k-pl-5\.5 {
    padding-left: 22px;
}
.\!k-pl-5\.5 {
    padding-left: 22px !important;
}
.k-pl-6 {
    padding-left: 24px;
}
.\!k-pl-6 {
    padding-left: 24px !important;
}
.k-pl-6\.5 {
    padding-left: 26px;
}
.\!k-pl-6\.5 {
    padding-left: 26px !important;
}
.k-pl-7 {
    padding-left: 28px;
}
.\!k-pl-7 {
    padding-left: 28px !important;
}
.k-pl-7\.5 {
    padding-left: 30px;
}
.\!k-pl-7\.5 {
    padding-left: 30px !important;
}
.k-pl-8 {
    padding-left: 32px;
}
.\!k-pl-8 {
    padding-left: 32px !important;
}
.k-pl-9 {
    padding-left: 36px;
}
.\!k-pl-9 {
    padding-left: 36px !important;
}
.k-pl-10 {
    padding-left: 40px;
}
.\!k-pl-10 {
    padding-left: 40px !important;
}
.k-pl-11 {
    padding-left: 44px;
}
.\!k-pl-11 {
    padding-left: 44px !important;
}
.k-pl-12 {
    padding-left: 48px;
}
.\!k-pl-12 {
    padding-left: 48px !important;
}
.k-pl-13 {
    padding-left: 52px;
}
.\!k-pl-13 {
    padding-left: 52px !important;
}
.k-pl-14 {
    padding-left: 56px;
}
.\!k-pl-14 {
    padding-left: 56px !important;
}
.k-pl-15 {
    padding-left: 60px;
}
.\!k-pl-15 {
    padding-left: 60px !important;
}
.k-pl-16 {
    padding-left: 64px;
}
.\!k-pl-16 {
    padding-left: 64px !important;
}
.k-pl-17 {
    padding-left: 68px;
}
.\!k-pl-17 {
    padding-left: 68px !important;
}
.k-pl-18 {
    padding-left: 72px;
}
.\!k-pl-18 {
    padding-left: 72px !important;
}
.k-pl-19 {
    padding-left: 76px;
}
.\!k-pl-19 {
    padding-left: 76px !important;
}
.k-pl-20 {
    padding-left: 80px;
}
.\!k-pl-20 {
    padding-left: 80px !important;
}
.k-pl-21 {
    padding-left: 84px;
}
.\!k-pl-21 {
    padding-left: 84px !important;
}
.k-pl-22 {
    padding-left: 88px;
}
.\!k-pl-22 {
    padding-left: 88px !important;
}
.k-pl-23 {
    padding-left: 92px;
}
.\!k-pl-23 {
    padding-left: 92px !important;
}
.k-pl-24 {
    padding-left: 96px;
}
.\!k-pl-24 {
    padding-left: 96px !important;
}
.k-pl-xs {
    padding-left: 4px;
}
.\!k-pl-xs {
    padding-left: 4px !important;
}
.k-pl-sm {
    padding-left: 8px;
}
.\!k-pl-sm {
    padding-left: 8px !important;
}
.k-pl-md {
    padding-left: 12px;
}
.\!k-pl-md {
    padding-left: 12px !important;
}
.k-pl-lg {
    padding-left: 16px;
}
.\!k-pl-lg {
    padding-left: 16px !important;
}
.k-pl-xl {
    padding-left: 24px;
}
.\!k-pl-xl {
    padding-left: 24px !important;
}
.k-pl-thin {
    padding-left: 2px;
}
.\!k-pl-thin {
    padding-left: 2px !important;
}
.k-pl-hair {
    padding-left: 1px;
}
.\!k-pl-hair {
    padding-left: 1px !important;
}
.k-px-0 {
    padding-inline: 0;
}
.\!k-px-0 {
    padding-inline: 0 !important;
}
.k-px-1px {
    padding-inline: 1px;
}
.\!k-px-1px {
    padding-inline: 1px !important;
}
.k-px-0\.5 {
    padding-inline: 2px;
}
.\!k-px-0\.5 {
    padding-inline: 2px !important;
}
.k-px-1 {
    padding-inline: 4px;
}
.\!k-px-1 {
    padding-inline: 4px !important;
}
.k-px-1\.5 {
    padding-inline: 6px;
}
.\!k-px-1\.5 {
    padding-inline: 6px !important;
}
.k-px-2 {
    padding-inline: 8px;
}
.\!k-px-2 {
    padding-inline: 8px !important;
}
.k-px-2\.5 {
    padding-inline: 10px;
}
.\!k-px-2\.5 {
    padding-inline: 10px !important;
}
.k-px-3 {
    padding-inline: 12px;
}
.\!k-px-3 {
    padding-inline: 12px !important;
}
.k-px-3\.5 {
    padding-inline: 14px;
}
.\!k-px-3\.5 {
    padding-inline: 14px !important;
}
.k-px-4 {
    padding-inline: 16px;
}
.\!k-px-4 {
    padding-inline: 16px !important;
}
.k-px-4\.5 {
    padding-inline: 18px;
}
.\!k-px-4\.5 {
    padding-inline: 18px !important;
}
.k-px-5 {
    padding-inline: 20px;
}
.\!k-px-5 {
    padding-inline: 20px !important;
}
.k-px-5\.5 {
    padding-inline: 22px;
}
.\!k-px-5\.5 {
    padding-inline: 22px !important;
}
.k-px-6 {
    padding-inline: 24px;
}
.\!k-px-6 {
    padding-inline: 24px !important;
}
.k-px-6\.5 {
    padding-inline: 26px;
}
.\!k-px-6\.5 {
    padding-inline: 26px !important;
}
.k-px-7 {
    padding-inline: 28px;
}
.\!k-px-7 {
    padding-inline: 28px !important;
}
.k-px-7\.5 {
    padding-inline: 30px;
}
.\!k-px-7\.5 {
    padding-inline: 30px !important;
}
.k-px-8 {
    padding-inline: 32px;
}
.\!k-px-8 {
    padding-inline: 32px !important;
}
.k-px-9 {
    padding-inline: 36px;
}
.\!k-px-9 {
    padding-inline: 36px !important;
}
.k-px-10 {
    padding-inline: 40px;
}
.\!k-px-10 {
    padding-inline: 40px !important;
}
.k-px-11 {
    padding-inline: 44px;
}
.\!k-px-11 {
    padding-inline: 44px !important;
}
.k-px-12 {
    padding-inline: 48px;
}
.\!k-px-12 {
    padding-inline: 48px !important;
}
.k-px-13 {
    padding-inline: 52px;
}
.\!k-px-13 {
    padding-inline: 52px !important;
}
.k-px-14 {
    padding-inline: 56px;
}
.\!k-px-14 {
    padding-inline: 56px !important;
}
.k-px-15 {
    padding-inline: 60px;
}
.\!k-px-15 {
    padding-inline: 60px !important;
}
.k-px-16 {
    padding-inline: 64px;
}
.\!k-px-16 {
    padding-inline: 64px !important;
}
.k-px-17 {
    padding-inline: 68px;
}
.\!k-px-17 {
    padding-inline: 68px !important;
}
.k-px-18 {
    padding-inline: 72px;
}
.\!k-px-18 {
    padding-inline: 72px !important;
}
.k-px-19 {
    padding-inline: 76px;
}
.\!k-px-19 {
    padding-inline: 76px !important;
}
.k-px-20 {
    padding-inline: 80px;
}
.\!k-px-20 {
    padding-inline: 80px !important;
}
.k-px-21 {
    padding-inline: 84px;
}
.\!k-px-21 {
    padding-inline: 84px !important;
}
.k-px-22 {
    padding-inline: 88px;
}
.\!k-px-22 {
    padding-inline: 88px !important;
}
.k-px-23 {
    padding-inline: 92px;
}
.\!k-px-23 {
    padding-inline: 92px !important;
}
.k-px-24 {
    padding-inline: 96px;
}
.\!k-px-24 {
    padding-inline: 96px !important;
}
.k-px-xs {
    padding-inline: 4px;
}
.\!k-px-xs {
    padding-inline: 4px !important;
}
.k-px-sm {
    padding-inline: 8px;
}
.\!k-px-sm {
    padding-inline: 8px !important;
}
.k-px-md {
    padding-inline: 12px;
}
.\!k-px-md {
    padding-inline: 12px !important;
}
.k-px-lg {
    padding-inline: 16px;
}
.\!k-px-lg {
    padding-inline: 16px !important;
}
.k-px-xl {
    padding-inline: 24px;
}
.\!k-px-xl {
    padding-inline: 24px !important;
}
.k-px-thin {
    padding-inline: 2px;
}
.\!k-px-thin {
    padding-inline: 2px !important;
}
.k-px-hair {
    padding-inline: 1px;
}
.\!k-px-hair {
    padding-inline: 1px !important;
}
.k-py-0 {
    padding-block: 0;
}
.\!k-py-0 {
    padding-block: 0 !important;
}
.k-py-1px {
    padding-block: 1px;
}
.\!k-py-1px {
    padding-block: 1px !important;
}
.k-py-0\.5 {
    padding-block: 2px;
}
.\!k-py-0\.5 {
    padding-block: 2px !important;
}
.k-py-1 {
    padding-block: 4px;
}
.\!k-py-1 {
    padding-block: 4px !important;
}
.k-py-1\.5 {
    padding-block: 6px;
}
.\!k-py-1\.5 {
    padding-block: 6px !important;
}
.k-py-2 {
    padding-block: 8px;
}
.\!k-py-2 {
    padding-block: 8px !important;
}
.k-py-2\.5 {
    padding-block: 10px;
}
.\!k-py-2\.5 {
    padding-block: 10px !important;
}
.k-py-3 {
    padding-block: 12px;
}
.\!k-py-3 {
    padding-block: 12px !important;
}
.k-py-3\.5 {
    padding-block: 14px;
}
.\!k-py-3\.5 {
    padding-block: 14px !important;
}
.k-py-4 {
    padding-block: 16px;
}
.\!k-py-4 {
    padding-block: 16px !important;
}
.k-py-4\.5 {
    padding-block: 18px;
}
.\!k-py-4\.5 {
    padding-block: 18px !important;
}
.k-py-5 {
    padding-block: 20px;
}
.\!k-py-5 {
    padding-block: 20px !important;
}
.k-py-5\.5 {
    padding-block: 22px;
}
.\!k-py-5\.5 {
    padding-block: 22px !important;
}
.k-py-6 {
    padding-block: 24px;
}
.\!k-py-6 {
    padding-block: 24px !important;
}
.k-py-6\.5 {
    padding-block: 26px;
}
.\!k-py-6\.5 {
    padding-block: 26px !important;
}
.k-py-7 {
    padding-block: 28px;
}
.\!k-py-7 {
    padding-block: 28px !important;
}
.k-py-7\.5 {
    padding-block: 30px;
}
.\!k-py-7\.5 {
    padding-block: 30px !important;
}
.k-py-8 {
    padding-block: 32px;
}
.\!k-py-8 {
    padding-block: 32px !important;
}
.k-py-9 {
    padding-block: 36px;
}
.\!k-py-9 {
    padding-block: 36px !important;
}
.k-py-10 {
    padding-block: 40px;
}
.\!k-py-10 {
    padding-block: 40px !important;
}
.k-py-11 {
    padding-block: 44px;
}
.\!k-py-11 {
    padding-block: 44px !important;
}
.k-py-12 {
    padding-block: 48px;
}
.\!k-py-12 {
    padding-block: 48px !important;
}
.k-py-13 {
    padding-block: 52px;
}
.\!k-py-13 {
    padding-block: 52px !important;
}
.k-py-14 {
    padding-block: 56px;
}
.\!k-py-14 {
    padding-block: 56px !important;
}
.k-py-15 {
    padding-block: 60px;
}
.\!k-py-15 {
    padding-block: 60px !important;
}
.k-py-16 {
    padding-block: 64px;
}
.\!k-py-16 {
    padding-block: 64px !important;
}
.k-py-17 {
    padding-block: 68px;
}
.\!k-py-17 {
    padding-block: 68px !important;
}
.k-py-18 {
    padding-block: 72px;
}
.\!k-py-18 {
    padding-block: 72px !important;
}
.k-py-19 {
    padding-block: 76px;
}
.\!k-py-19 {
    padding-block: 76px !important;
}
.k-py-20 {
    padding-block: 80px;
}
.\!k-py-20 {
    padding-block: 80px !important;
}
.k-py-21 {
    padding-block: 84px;
}
.\!k-py-21 {
    padding-block: 84px !important;
}
.k-py-22 {
    padding-block: 88px;
}
.\!k-py-22 {
    padding-block: 88px !important;
}
.k-py-23 {
    padding-block: 92px;
}
.\!k-py-23 {
    padding-block: 92px !important;
}
.k-py-24 {
    padding-block: 96px;
}
.\!k-py-24 {
    padding-block: 96px !important;
}
.k-py-xs {
    padding-block: 4px;
}
.\!k-py-xs {
    padding-block: 4px !important;
}
.k-py-sm {
    padding-block: 8px;
}
.\!k-py-sm {
    padding-block: 8px !important;
}
.k-py-md {
    padding-block: 12px;
}
.\!k-py-md {
    padding-block: 12px !important;
}
.k-py-lg {
    padding-block: 16px;
}
.\!k-py-lg {
    padding-block: 16px !important;
}
.k-py-xl {
    padding-block: 24px;
}
.\!k-py-xl {
    padding-block: 24px !important;
}
.k-py-thin {
    padding-block: 2px;
}
.\!k-py-thin {
    padding-block: 2px !important;
}
.k-py-hair {
    padding-block: 1px;
}
.\!k-py-hair {
    padding-block: 1px !important;
}
.k-h-0 {
    height: 0;
}
.\!k-h-0 {
    height: 0 !important;
}
.k-h-1px {
    height: 1px;
}
.\!k-h-1px {
    height: 1px !important;
}
.k-h-0\.5 {
    height: 2px;
}
.\!k-h-0\.5 {
    height: 2px !important;
}
.k-h-1 {
    height: 4px;
}
.\!k-h-1 {
    height: 4px !important;
}
.k-h-1\.5 {
    height: 6px;
}
.\!k-h-1\.5 {
    height: 6px !important;
}
.k-h-2 {
    height: 8px;
}
.\!k-h-2 {
    height: 8px !important;
}
.k-h-2\.5 {
    height: 10px;
}
.\!k-h-2\.5 {
    height: 10px !important;
}
.k-h-3 {
    height: 12px;
}
.\!k-h-3 {
    height: 12px !important;
}
.k-h-3\.5 {
    height: 14px;
}
.\!k-h-3\.5 {
    height: 14px !important;
}
.k-h-4 {
    height: 16px;
}
.\!k-h-4 {
    height: 16px !important;
}
.k-h-4\.5 {
    height: 18px;
}
.\!k-h-4\.5 {
    height: 18px !important;
}
.k-h-5 {
    height: 20px;
}
.\!k-h-5 {
    height: 20px !important;
}
.k-h-5\.5 {
    height: 22px;
}
.\!k-h-5\.5 {
    height: 22px !important;
}
.k-h-6 {
    height: 24px;
}
.\!k-h-6 {
    height: 24px !important;
}
.k-h-6\.5 {
    height: 26px;
}
.\!k-h-6\.5 {
    height: 26px !important;
}
.k-h-7 {
    height: 28px;
}
.\!k-h-7 {
    height: 28px !important;
}
.k-h-7\.5 {
    height: 30px;
}
.\!k-h-7\.5 {
    height: 30px !important;
}
.k-h-8 {
    height: 32px;
}
.\!k-h-8 {
    height: 32px !important;
}
.k-h-9 {
    height: 36px;
}
.\!k-h-9 {
    height: 36px !important;
}
.k-h-10 {
    height: 40px;
}
.\!k-h-10 {
    height: 40px !important;
}
.k-h-11 {
    height: 44px;
}
.\!k-h-11 {
    height: 44px !important;
}
.k-h-12 {
    height: 48px;
}
.\!k-h-12 {
    height: 48px !important;
}
.k-h-13 {
    height: 52px;
}
.\!k-h-13 {
    height: 52px !important;
}
.k-h-14 {
    height: 56px;
}
.\!k-h-14 {
    height: 56px !important;
}
.k-h-15 {
    height: 60px;
}
.\!k-h-15 {
    height: 60px !important;
}
.k-h-16 {
    height: 64px;
}
.\!k-h-16 {
    height: 64px !important;
}
.k-h-17 {
    height: 68px;
}
.\!k-h-17 {
    height: 68px !important;
}
.k-h-18 {
    height: 72px;
}
.\!k-h-18 {
    height: 72px !important;
}
.k-h-19 {
    height: 76px;
}
.\!k-h-19 {
    height: 76px !important;
}
.k-h-20 {
    height: 80px;
}
.\!k-h-20 {
    height: 80px !important;
}
.k-h-21 {
    height: 84px;
}
.\!k-h-21 {
    height: 84px !important;
}
.k-h-22 {
    height: 88px;
}
.\!k-h-22 {
    height: 88px !important;
}
.k-h-23 {
    height: 92px;
}
.\!k-h-23 {
    height: 92px !important;
}
.k-h-24 {
    height: 96px;
}
.\!k-h-24 {
    height: 96px !important;
}
.k-h-auto {
    height: auto;
}
.\!k-h-auto {
    height: auto !important;
}
.k-h-1\/2 {
    height: 50%;
}
.\!k-h-1\/2 {
    height: 50% !important;
}
.k-h-1\/3 {
    height: 33.333333%;
}
.\!k-h-1\/3 {
    height: 33.333333% !important;
}
.k-h-2\/3 {
    height: 66.666667%;
}
.\!k-h-2\/3 {
    height: 66.666667% !important;
}
.k-h-1\/4 {
    height: 25%;
}
.\!k-h-1\/4 {
    height: 25% !important;
}
.k-h-2\/4 {
    height: 50%;
}
.\!k-h-2\/4 {
    height: 50% !important;
}
.k-h-3\/4 {
    height: 75%;
}
.\!k-h-3\/4 {
    height: 75% !important;
}
.k-h-1\/5 {
    height: 20%;
}
.\!k-h-1\/5 {
    height: 20% !important;
}
.k-h-2\/5 {
    height: 40%;
}
.\!k-h-2\/5 {
    height: 40% !important;
}
.k-h-3\/5 {
    height: 60%;
}
.\!k-h-3\/5 {
    height: 60% !important;
}
.k-h-4\/5 {
    height: 80%;
}
.\!k-h-4\/5 {
    height: 80% !important;
}
.k-h-1\/6 {
    height: 16.666667%;
}
.\!k-h-1\/6 {
    height: 16.666667% !important;
}
.k-h-2\/6 {
    height: 33.333333%;
}
.\!k-h-2\/6 {
    height: 33.333333% !important;
}
.k-h-3\/6 {
    height: 50%;
}
.\!k-h-3\/6 {
    height: 50% !important;
}
.k-h-4\/6 {
    height: 66.666667%;
}
.\!k-h-4\/6 {
    height: 66.666667% !important;
}
.k-h-5\/6 {
    height: 83.333333%;
}
.\!k-h-5\/6 {
    height: 83.333333% !important;
}
.k-h-1\/12 {
    height: 8.333333%;
}
.\!k-h-1\/12 {
    height: 8.333333% !important;
}
.k-h-2\/12 {
    height: 16.666667%;
}
.\!k-h-2\/12 {
    height: 16.666667% !important;
}
.k-h-3\/12 {
    height: 25%;
}
.\!k-h-3\/12 {
    height: 25% !important;
}
.k-h-4\/12 {
    height: 33.333333%;
}
.\!k-h-4\/12 {
    height: 33.333333% !important;
}
.k-h-5\/12 {
    height: 41.666667%;
}
.\!k-h-5\/12 {
    height: 41.666667% !important;
}
.k-h-6\/12 {
    height: 50%;
}
.\!k-h-6\/12 {
    height: 50% !important;
}
.k-h-7\/12 {
    height: 58.333333%;
}
.\!k-h-7\/12 {
    height: 58.333333% !important;
}
.k-h-8\/12 {
    height: 66.666667%;
}
.\!k-h-8\/12 {
    height: 66.666667% !important;
}
.k-h-9\/12 {
    height: 75%;
}
.\!k-h-9\/12 {
    height: 75% !important;
}
.k-h-10\/12 {
    height: 83.333333%;
}
.\!k-h-10\/12 {
    height: 83.333333% !important;
}
.k-h-11\/12 {
    height: 91.666667%;
}
.\!k-h-11\/12 {
    height: 91.666667% !important;
}
.k-h-full {
    height: 100%;
}
.\!k-h-full {
    height: 100% !important;
}
.k-h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}
.\!k-h-min {
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
}
.k-h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.\!k-h-max {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
}
.k-h-fit {
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
}
.\!k-h-fit {
    height: -moz-fit-content !important;
    height: -webkit-fit-content !important;
    height: fit-content !important;
}
.k-h-screen {
    height: 100vh;
}
.\!k-h-screen {
    height: 100vh !important;
}
.k-min-h-0 {
    min-height: 0;
}
.\!k-min-h-0 {
    min-height: 0 !important;
}
.k-min-h-full {
    min-height: 100%;
}
.\!k-min-h-full {
    min-height: 100% !important;
}
.k-min-h-screen {
    min-height: 100vh;
}
.\!k-min-h-screen {
    min-height: 100vh !important;
}
.k-min-h-min {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
}
.\!k-min-h-min {
    min-height: -webkit-min-content !important;
    min-height: -moz-min-content !important;
    min-height: min-content !important;
}
.k-min-h-max {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
}
.\!k-min-h-max {
    min-height: -webkit-max-content !important;
    min-height: -moz-max-content !important;
    min-height: max-content !important;
}
.k-min-h-fit {
    min-height: -moz-fit-content;
    min-height: -webkit-fit-content;
    min-height: fit-content;
}
.\!k-min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: -webkit-fit-content !important;
    min-height: fit-content !important;
}
.k-max-h-none {
    max-height: none;
}
.\!k-max-h-none {
    max-height: none !important;
}
.k-max-h-0 {
    max-height: 0;
}
.\!k-max-h-0 {
    max-height: 0 !important;
}
.k-max-h-full {
    max-height: 100%;
}
.\!k-max-h-full {
    max-height: 100% !important;
}
.k-max-h-screen {
    max-height: 100vh;
}
.\!k-max-h-screen {
    max-height: 100vh !important;
}
.k-max-h-min {
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
}
.\!k-max-h-min {
    max-height: -webkit-min-content !important;
    max-height: -moz-min-content !important;
    max-height: min-content !important;
}
.k-max-h-max {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}
.\!k-max-h-max {
    max-height: -webkit-max-content !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important;
}
.k-max-h-fit {
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
}
.\!k-max-h-fit {
    max-height: -moz-fit-content !important;
    max-height: -webkit-fit-content !important;
    max-height: fit-content !important;
}
.k-w-0 {
    width: 0;
}
.\!k-w-0 {
    width: 0 !important;
}
.k-w-1px {
    width: 1px;
}
.\!k-w-1px {
    width: 1px !important;
}
.k-w-0\.5 {
    width: 2px;
}
.\!k-w-0\.5 {
    width: 2px !important;
}
.k-w-1 {
    width: 4px;
}
.\!k-w-1 {
    width: 4px !important;
}
.k-w-1\.5 {
    width: 6px;
}
.\!k-w-1\.5 {
    width: 6px !important;
}
.k-w-2 {
    width: 8px;
}
.\!k-w-2 {
    width: 8px !important;
}
.k-w-2\.5 {
    width: 10px;
}
.\!k-w-2\.5 {
    width: 10px !important;
}
.k-w-3 {
    width: 12px;
}
.\!k-w-3 {
    width: 12px !important;
}
.k-w-3\.5 {
    width: 14px;
}
.\!k-w-3\.5 {
    width: 14px !important;
}
.k-w-4 {
    width: 16px;
}
.\!k-w-4 {
    width: 16px !important;
}
.k-w-4\.5 {
    width: 18px;
}
.\!k-w-4\.5 {
    width: 18px !important;
}
.k-w-5 {
    width: 20px;
}
.\!k-w-5 {
    width: 20px !important;
}
.k-w-5\.5 {
    width: 22px;
}
.\!k-w-5\.5 {
    width: 22px !important;
}
.k-w-6 {
    width: 24px;
}
.\!k-w-6 {
    width: 24px !important;
}
.k-w-6\.5 {
    width: 26px;
}
.\!k-w-6\.5 {
    width: 26px !important;
}
.k-w-7 {
    width: 28px;
}
.\!k-w-7 {
    width: 28px !important;
}
.k-w-7\.5 {
    width: 30px;
}
.\!k-w-7\.5 {
    width: 30px !important;
}
.k-w-8 {
    width: 32px;
}
.\!k-w-8 {
    width: 32px !important;
}
.k-w-9 {
    width: 36px;
}
.\!k-w-9 {
    width: 36px !important;
}
.k-w-10 {
    width: 40px;
}
.\!k-w-10 {
    width: 40px !important;
}
.k-w-11 {
    width: 44px;
}
.\!k-w-11 {
    width: 44px !important;
}
.k-w-12 {
    width: 48px;
}
.\!k-w-12 {
    width: 48px !important;
}
.k-w-13 {
    width: 52px;
}
.\!k-w-13 {
    width: 52px !important;
}
.k-w-14 {
    width: 56px;
}
.\!k-w-14 {
    width: 56px !important;
}
.k-w-15 {
    width: 60px;
}
.\!k-w-15 {
    width: 60px !important;
}
.k-w-16 {
    width: 64px;
}
.\!k-w-16 {
    width: 64px !important;
}
.k-w-17 {
    width: 68px;
}
.\!k-w-17 {
    width: 68px !important;
}
.k-w-18 {
    width: 72px;
}
.\!k-w-18 {
    width: 72px !important;
}
.k-w-19 {
    width: 76px;
}
.\!k-w-19 {
    width: 76px !important;
}
.k-w-20 {
    width: 80px;
}
.\!k-w-20 {
    width: 80px !important;
}
.k-w-21 {
    width: 84px;
}
.\!k-w-21 {
    width: 84px !important;
}
.k-w-22 {
    width: 88px;
}
.\!k-w-22 {
    width: 88px !important;
}
.k-w-23 {
    width: 92px;
}
.\!k-w-23 {
    width: 92px !important;
}
.k-w-24 {
    width: 96px;
}
.\!k-w-24 {
    width: 96px !important;
}
.k-w-auto {
    width: auto;
}
.\!k-w-auto {
    width: auto !important;
}
.k-w-1\/2 {
    width: 50%;
}
.\!k-w-1\/2 {
    width: 50% !important;
}
.k-w-1\/3 {
    width: 33.333333%;
}
.\!k-w-1\/3 {
    width: 33.333333% !important;
}
.k-w-2\/3 {
    width: 66.666667%;
}
.\!k-w-2\/3 {
    width: 66.666667% !important;
}
.k-w-1\/4 {
    width: 25%;
}
.\!k-w-1\/4 {
    width: 25% !important;
}
.k-w-2\/4 {
    width: 50%;
}
.\!k-w-2\/4 {
    width: 50% !important;
}
.k-w-3\/4 {
    width: 75%;
}
.\!k-w-3\/4 {
    width: 75% !important;
}
.k-w-1\/5 {
    width: 20%;
}
.\!k-w-1\/5 {
    width: 20% !important;
}
.k-w-2\/5 {
    width: 40%;
}
.\!k-w-2\/5 {
    width: 40% !important;
}
.k-w-3\/5 {
    width: 60%;
}
.\!k-w-3\/5 {
    width: 60% !important;
}
.k-w-4\/5 {
    width: 80%;
}
.\!k-w-4\/5 {
    width: 80% !important;
}
.k-w-1\/6 {
    width: 16.666667%;
}
.\!k-w-1\/6 {
    width: 16.666667% !important;
}
.k-w-2\/6 {
    width: 33.333333%;
}
.\!k-w-2\/6 {
    width: 33.333333% !important;
}
.k-w-3\/6 {
    width: 50%;
}
.\!k-w-3\/6 {
    width: 50% !important;
}
.k-w-4\/6 {
    width: 66.666667%;
}
.\!k-w-4\/6 {
    width: 66.666667% !important;
}
.k-w-5\/6 {
    width: 83.333333%;
}
.\!k-w-5\/6 {
    width: 83.333333% !important;
}
.k-w-1\/12 {
    width: 8.333333%;
}
.\!k-w-1\/12 {
    width: 8.333333% !important;
}
.k-w-2\/12 {
    width: 16.666667%;
}
.\!k-w-2\/12 {
    width: 16.666667% !important;
}
.k-w-3\/12 {
    width: 25%;
}
.\!k-w-3\/12 {
    width: 25% !important;
}
.k-w-4\/12 {
    width: 33.333333%;
}
.\!k-w-4\/12 {
    width: 33.333333% !important;
}
.k-w-5\/12 {
    width: 41.666667%;
}
.\!k-w-5\/12 {
    width: 41.666667% !important;
}
.k-w-6\/12 {
    width: 50%;
}
.\!k-w-6\/12 {
    width: 50% !important;
}
.k-w-7\/12 {
    width: 58.333333%;
}
.\!k-w-7\/12 {
    width: 58.333333% !important;
}
.k-w-8\/12 {
    width: 66.666667%;
}
.\!k-w-8\/12 {
    width: 66.666667% !important;
}
.k-w-9\/12 {
    width: 75%;
}
.\!k-w-9\/12 {
    width: 75% !important;
}
.k-w-10\/12 {
    width: 83.333333%;
}
.\!k-w-10\/12 {
    width: 83.333333% !important;
}
.k-w-11\/12 {
    width: 91.666667%;
}
.\!k-w-11\/12 {
    width: 91.666667% !important;
}
.k-w-full {
    width: 100%;
}
.\!k-w-full {
    width: 100% !important;
}
.k-w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.\!k-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
}
.k-w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.\!k-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}
.k-w-fit {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
.\!k-w-fit {
    width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
    width: fit-content !important;
}
.k-w-screen {
    width: 100vw;
}
.\!k-w-screen {
    width: 100vw !important;
}
.k-min-w-0 {
    min-width: 0;
}
.\!k-min-w-0 {
    min-width: 0 !important;
}
.k-min-w-full {
    min-width: 100%;
}
.\!k-min-w-full {
    min-width: 100% !important;
}
.k-min-w-screen {
    min-width: 100vw;
}
.\!k-min-w-screen {
    min-width: 100vw !important;
}
.k-min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
}
.\!k-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
}
.k-min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.\!k-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
}
.k-min-w-fit {
    min-width: -moz-fit-content;
    min-width: -webkit-fit-content;
    min-width: fit-content;
}
.\!k-min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: -webkit-fit-content !important;
    min-width: fit-content !important;
}
.k-max-w-none {
    max-width: none;
}
.\!k-max-w-none {
    max-width: none !important;
}
.k-max-w-0 {
    max-width: 0;
}
.\!k-max-w-0 {
    max-width: 0 !important;
}
.k-max-w-full {
    max-width: 100%;
}
.\!k-max-w-full {
    max-width: 100% !important;
}
.k-max-w-screen {
    max-width: 100vw;
}
.\!k-max-w-screen {
    max-width: 100vw !important;
}
.k-max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
}
.\!k-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
}
.k-max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.\!k-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
}
.k-max-w-fit {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
}
.\!k-max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: -webkit-fit-content !important;
    max-width: fit-content !important;
}
.k-font-size-xs {
    font-size: 10px;
}
.\!k-font-size-xs {
    font-size: 10px !important;
}
.k-font-size-sm {
    font-size: 12px;
}
.\!k-font-size-sm {
    font-size: 12px !important;
}
.k-font-size-md {
    font-size: 14px;
}
.\!k-font-size-md {
    font-size: 14px !important;
}
.k-font-size-lg {
    font-size: 16px;
}
.\!k-font-size-lg {
    font-size: 16px !important;
}
.k-font-size-xl {
    font-size: 20px;
}
.\!k-font-size-xl {
    font-size: 20px !important;
}
.k-fs-xs {
    font-size: 10px;
}
.\!k-fs-xs {
    font-size: 10px !important;
}
.k-fs-sm {
    font-size: 12px;
}
.\!k-fs-sm {
    font-size: 12px !important;
}
.k-fs-md {
    font-size: 14px;
}
.\!k-fs-md {
    font-size: 14px !important;
}
.k-fs-lg {
    font-size: 16px;
}
.\!k-fs-lg {
    font-size: 16px !important;
}
.k-fs-xl {
    font-size: 20px;
}
.\!k-fs-xl {
    font-size: 20px !important;
}
.k-font-italic {
    font-style: italic;
}
.\!k-font-italic {
    font-style: italic !important;
}
.k-font-non-italic {
    font-style: normal;
}
.\!k-font-non-italic {
    font-style: normal !important;
}
.k-font-thin {
    font-weight: 100;
}
.\!k-font-thin {
    font-weight: 100 !important;
}
.k-font-extralight {
    font-weight: 200;
}
.\!k-font-extralight {
    font-weight: 200 !important;
}
.k-font-light {
    font-weight: 300;
}
.\!k-font-light {
    font-weight: 300 !important;
}
.k-font-normal {
    font-weight: 400;
}
.\!k-font-normal {
    font-weight: 400 !important;
}
.k-font-medium {
    font-weight: 500;
}
.\!k-font-medium {
    font-weight: 500 !important;
}
.k-font-semibold {
    font-weight: 600;
}
.\!k-font-semibold {
    font-weight: 600 !important;
}
.k-font-bold {
    font-weight: 700;
}
.\!k-font-bold {
    font-weight: 700 !important;
}
.k-font-extrabold {
    font-weight: 800;
}
.\!k-font-extrabold {
    font-weight: 800 !important;
}
.k-font-black {
    font-weight: 900;
}
.\!k-font-black {
    font-weight: 900 !important;
}
.k-font-weight-thin {
    font-weight: 100;
}
.\!k-font-weight-thin {
    font-weight: 100 !important;
}
.k-font-weight-extralight {
    font-weight: 200;
}
.\!k-font-weight-extralight {
    font-weight: 200 !important;
}
.k-font-weight-light {
    font-weight: 300;
}
.\!k-font-weight-light {
    font-weight: 300 !important;
}
.k-font-weight-normal {
    font-weight: 400;
}
.\!k-font-weight-normal {
    font-weight: 400 !important;
}
.k-font-weight-medium {
    font-weight: 500;
}
.\!k-font-weight-medium {
    font-weight: 500 !important;
}
.k-font-weight-semibold {
    font-weight: 600;
}
.\!k-font-weight-semibold {
    font-weight: 600 !important;
}
.k-font-weight-bold {
    font-weight: 700;
}
.\!k-font-weight-bold {
    font-weight: 700 !important;
}
.k-font-weight-extrabold {
    font-weight: 800;
}
.\!k-font-weight-extrabold {
    font-weight: 800 !important;
}
.k-font-weight-black {
    font-weight: 900;
}
.\!k-font-weight-black {
    font-weight: 900 !important;
}
.k-list-none {
    list-style-type: none;
}
.\!k-list-none {
    list-style-type: none !important;
}
.k-list-disc {
    list-style-type: disc;
}
.\!k-list-disc {
    list-style-type: disc !important;
}
.k-list-decimal {
    list-style-type: decimal;
}
.\!k-list-decimal {
    list-style-type: decimal !important;
}
.k-text-left {
    text-align: left;
}
.\!k-text-left {
    text-align: left !important;
}
.k-text-right {
    text-align: right;
}
.\!k-text-right {
    text-align: right !important;
}
.k-text-center {
    text-align: center;
}
.\!k-text-center {
    text-align: center !important;
}
.k-text-justify {
    text-align: justify;
}
.\!k-text-justify {
    text-align: justify !important;
}
.k-text-start {
    text-align: start;
}
.\!k-text-start {
    text-align: start !important;
}
.k-text-end {
    text-align: end;
}
.\!k-text-end {
    text-align: end !important;
}
.k-text-primary {
    color: #ff6358;
}
.\!k-text-primary {
    color: #ff6358 !important;
}
.k-text-secondary {
    color: #666666;
}
.\!k-text-secondary {
    color: #666666 !important;
}
.k-text-tertiary {
    color: #03a9f4;
}
.\!k-text-tertiary {
    color: #03a9f4 !important;
}
.k-text-info {
    color: #0058e9;
}
.\!k-text-info {
    color: #0058e9 !important;
}
.k-text-success {
    color: #37b400;
}
.\!k-text-success {
    color: #37b400 !important;
}
.k-text-warning {
    color: #ffc000;
}
.\!k-text-warning {
    color: #ffc000 !important;
}
.k-text-error {
    color: #f31700;
}
.\!k-text-error {
    color: #f31700 !important;
}
.k-text-dark {
    color: #424242;
}
.\!k-text-dark {
    color: #424242 !important;
}
.k-text-light {
    color: #ebebeb;
}
.\!k-text-light {
    color: #ebebeb !important;
}
.k-text-inverse {
    color: #424242;
}
.\!k-text-inverse {
    color: #424242 !important;
}
.k-text-inherit {
    color: inherit;
}
.\!k-text-inherit {
    color: inherit !important;
}
.k-text-current {
    color: currentColor;
}
.\!k-text-current {
    color: currentColor !important;
}
.k-text-transparent {
    color: transparent;
}
.\!k-text-transparent {
    color: transparent !important;
}
.k-text-black {
    color: black;
}
.\!k-text-black {
    color: black !important;
}
.k-text-white {
    color: white;
}
.\!k-text-white {
    color: white !important;
}
.k-color-primary {
    color: #ff6358;
}
.\!k-color-primary {
    color: #ff6358 !important;
}
.k-color-secondary {
    color: #666666;
}
.\!k-color-secondary {
    color: #666666 !important;
}
.k-color-tertiary {
    color: #03a9f4;
}
.\!k-color-tertiary {
    color: #03a9f4 !important;
}
.k-color-info {
    color: #0058e9;
}
.\!k-color-info {
    color: #0058e9 !important;
}
.k-color-success {
    color: #37b400;
}
.\!k-color-success {
    color: #37b400 !important;
}
.k-color-warning {
    color: #ffc000;
}
.\!k-color-warning {
    color: #ffc000 !important;
}
.k-color-error {
    color: #f31700;
}
.\!k-color-error {
    color: #f31700 !important;
}
.k-color-dark {
    color: #424242;
}
.\!k-color-dark {
    color: #424242 !important;
}
.k-color-light {
    color: #ebebeb;
}
.\!k-color-light {
    color: #ebebeb !important;
}
.k-color-inverse {
    color: #424242;
}
.\!k-color-inverse {
    color: #424242 !important;
}
.k-color-inherit {
    color: inherit;
}
.\!k-color-inherit {
    color: inherit !important;
}
.k-color-current {
    color: currentColor;
}
.\!k-color-current {
    color: currentColor !important;
}
.k-color-transparent {
    color: transparent;
}
.\!k-color-transparent {
    color: transparent !important;
}
.k-color-black {
    color: black;
}
.\!k-color-black {
    color: black !important;
}
.k-color-white {
    color: white;
}
.\!k-color-white {
    color: white !important;
}
.k-text-underline {
    text-decoration: underline;
}
.\!k-text-underline {
    text-decoration: underline !important;
}
.k-text-overline {
    text-decoration: overline;
}
.\!k-text-overline {
    text-decoration: overline !important;
}
.k-text-line-through {
    text-decoration: line-through;
}
.\!k-text-line-through {
    text-decoration: line-through !important;
}
.k-text-no-underline {
    text-decoration: none;
}
.\!k-text-no-underline {
    text-decoration: none !important;
}
.k-text-clip {
    text-overflow: clip;
}
.\!k-text-clip {
    text-overflow: clip !important;
}
.k-text-ellipsis {
    text-overflow: ellipsis;
}
.\!k-text-ellipsis {
    text-overflow: ellipsis !important;
}
.k-text-truncate, .k-text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.\!k-text-truncate, .\!k-text-ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.k-text-uppercase {
    text-transform: uppercase;
}
.\!k-text-uppercase {
    text-transform: uppercase !important;
}
.k-text-lowercase {
    text-transform: lowercase;
}
.\!k-text-lowercase {
    text-transform: lowercase !important;
}
.k-text-capitalize {
    text-transform: capitalize;
}
.\!k-text-capitalize {
    text-transform: capitalize !important;
}
.k-text-normal-case {
    text-transform: none;
}
.\!k-text-normal-case {
    text-transform: none !important;
}
.k-align-baseline {
    vertical-align: baseline;
}
.\!k-align-baseline {
    vertical-align: baseline !important;
}
.k-align-top {
    vertical-align: top;
}
.\!k-align-top {
    vertical-align: top !important;
}
.k-align-middle {
    vertical-align: middle;
}
.\!k-align-middle {
    vertical-align: middle !important;
}
.k-align-bottom {
    vertical-align: bottom;
}
.\!k-align-bottom {
    vertical-align: bottom !important;
}
.k-align-text-top {
    vertical-align: text-top;
}
.\!k-align-text-top {
    vertical-align: text-top !important;
}
.k-align-text-bottom {
    vertical-align: text-bottom;
}
.\!k-align-text-bottom {
    vertical-align: text-bottom !important;
}
.k-align-sub {
    vertical-align: sub;
}
.\!k-align-sub {
    vertical-align: sub !important;
}
.k-align-super {
    vertical-align: super;
}
.\!k-align-super {
    vertical-align: super !important;
}
.k-white-space-normal {
    white-space: normal;
}
.\!k-white-space-normal {
    white-space: normal !important;
}
.k-white-space-nowrap, .k-text-nowrap {
    white-space: nowrap;
}
.\!k-white-space-nowrap {
    white-space: nowrap !important;
}
.k-white-space-pre {
    white-space: pre;
}
.\!k-white-space-pre {
    white-space: pre !important;
}
.k-white-space-pre-line {
    white-space: pre-line;
}
.\!k-white-space-pre-line {
    white-space: pre-line !important;
}
.k-white-space-pre-wrap {
    white-space: pre-wrap;
}
.\!k-white-space-pre-wrap {
    white-space: pre-wrap !important;
}
.k-white-space-break-spaces {
    white-space: break-spaces;
}
.\!k-white-space-break-spaces {
    white-space: break-spaces !important;
}
.k-whitespace-normal {
    white-space: normal;
}
.\!k-whitespace-normal {
    white-space: normal !important;
}
.k-whitespace-nowrap {
    white-space: nowrap;
}
.\!k-whitespace-nowrap {
    white-space: nowrap !important;
}
.k-whitespace-pre {
    white-space: pre;
}
.\!k-whitespace-pre {
    white-space: pre !important;
}
.k-whitespace-pre-line {
    white-space: pre-line;
}
.\!k-whitespace-pre-line {
    white-space: pre-line !important;
}
.k-whitespace-pre-wrap {
    white-space: pre-wrap;
}
.\!k-whitespace-pre-wrap {
    white-space: pre-wrap !important;
}
.k-whitespace-break-spaces {
    white-space: break-spaces;
}
.\!k-whitespace-break-spaces {
    white-space: break-spaces !important;
}
.k-bg-clip-border {
    background-clip: border-box;
}
.\!k-bg-clip-border {
    background-clip: border-box !important;
}
.k-bg-clip-padding {
    background-clip: padding-box;
}
.\!k-bg-clip-padding {
    background-clip: padding-box !important;
}
.k-bg-clip-content {
    background-clip: content-box;
}
.\!k-bg-clip-content {
    background-clip: content-box !important;
}
.k-bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
}
.\!k-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
}
.k-bg-primary {
    background-color: #ff6358;
}
.\!k-bg-primary {
    background-color: #ff6358 !important;
}
.k-bg-secondary {
    background-color: #666666;
}
.\!k-bg-secondary {
    background-color: #666666 !important;
}
.k-bg-tertiary {
    background-color: #03a9f4;
}
.\!k-bg-tertiary {
    background-color: #03a9f4 !important;
}
.k-bg-info {
    background-color: #0058e9;
}
.\!k-bg-info {
    background-color: #0058e9 !important;
}
.k-bg-success {
    background-color: #37b400;
}
.\!k-bg-success {
    background-color: #37b400 !important;
}
.k-bg-warning {
    background-color: #ffc000;
}
.\!k-bg-warning {
    background-color: #ffc000 !important;
}
.k-bg-error {
    background-color: #f31700;
}
.\!k-bg-error {
    background-color: #f31700 !important;
}
.k-bg-dark {
    background-color: #424242;
}
.\!k-bg-dark {
    background-color: #424242 !important;
}
.k-bg-light {
    background-color: #ebebeb;
}
.\!k-bg-light {
    background-color: #ebebeb !important;
}
.k-bg-inverse {
    background-color: #424242;
}
.\!k-bg-inverse {
    background-color: #424242 !important;
}
.k-bg-inherit {
    background-color: inherit;
}
.\!k-bg-inherit {
    background-color: inherit !important;
}
.k-bg-transparent {
    background-color: transparent;
}
.\!k-bg-transparent {
    background-color: transparent !important;
}
.k-bg-black {
    background-color: black;
}
.\!k-bg-black {
    background-color: black !important;
}
.k-bg-white {
    background-color: white;
}
.\!k-bg-white {
    background-color: white !important;
}
.k-bg-center {
    background-position: center;
}
.\!k-bg-center {
    background-position: center !important;
}
.k-bg-top {
    background-position: top;
}
.\!k-bg-top {
    background-position: top !important;
}
.k-bg-right {
    background-position: right;
}
.\!k-bg-right {
    background-position: right !important;
}
.k-bg-bottom {
    background-position: bottom;
}
.\!k-bg-bottom {
    background-position: bottom !important;
}
.k-bg-left {
    background-position: left;
}
.\!k-bg-left {
    background-position: left !important;
}
.k-bg-top-left {
    background-position: top left;
}
.\!k-bg-top-left {
    background-position: top left !important;
}
.k-bg-top-right {
    background-position: top right;
}
.\!k-bg-top-right {
    background-position: top right !important;
}
.k-bg-bottom-left {
    background-position: bottom left;
}
.\!k-bg-bottom-left {
    background-position: bottom left !important;
}
.k-bg-bottom-right {
    background-position: bottom right;
}
.\!k-bg-bottom-right {
    background-position: bottom right !important;
}
.k-bg-auto {
    background-size: auto;
}
.\!k-bg-auto {
    background-size: auto !important;
}
.k-bg-cover {
    background-size: cover;
}
.\!k-bg-cover {
    background-size: cover !important;
}
.k-bg-contain {
    background-size: contain;
}
.\!k-bg-contain {
    background-size: contain !important;
}
.k-border-primary {
    border-color: #ff6358;
}
.\!k-border-primary {
    border-color: #ff6358 !important;
}
.k-border-secondary {
    border-color: #666666;
}
.\!k-border-secondary {
    border-color: #666666 !important;
}
.k-border-tertiary {
    border-color: #03a9f4;
}
.\!k-border-tertiary {
    border-color: #03a9f4 !important;
}
.k-border-info {
    border-color: #0058e9;
}
.\!k-border-info {
    border-color: #0058e9 !important;
}
.k-border-success {
    border-color: #37b400;
}
.\!k-border-success {
    border-color: #37b400 !important;
}
.k-border-warning {
    border-color: #ffc000;
}
.\!k-border-warning {
    border-color: #ffc000 !important;
}
.k-border-error {
    border-color: #f31700;
}
.\!k-border-error {
    border-color: #f31700 !important;
}
.k-border-dark {
    border-color: #424242;
}
.\!k-border-dark {
    border-color: #424242 !important;
}
.k-border-light {
    border-color: #ebebeb;
}
.\!k-border-light {
    border-color: #ebebeb !important;
}
.k-border-inverse {
    border-color: #424242;
}
.\!k-border-inverse {
    border-color: #424242 !important;
}
.k-border-inherit {
    border-color: inherit;
}
.\!k-border-inherit {
    border-color: inherit !important;
}
.k-border-current {
    border-color: currentColor;
}
.\!k-border-current {
    border-color: currentColor !important;
}
.k-border-transparent {
    border-color: transparent;
}
.\!k-border-transparent {
    border-color: transparent !important;
}
.k-border-black {
    border-color: black;
}
.\!k-border-black {
    border-color: black !important;
}
.k-border-white {
    border-color: white;
}
.\!k-border-white {
    border-color: white !important;
}
.k-border-t-primary {
    border-top-color: #ff6358;
}
.\!k-border-t-primary {
    border-top-color: #ff6358 !important;
}
.k-border-t-secondary {
    border-top-color: #666666;
}
.\!k-border-t-secondary {
    border-top-color: #666666 !important;
}
.k-border-t-tertiary {
    border-top-color: #03a9f4;
}
.\!k-border-t-tertiary {
    border-top-color: #03a9f4 !important;
}
.k-border-t-info {
    border-top-color: #0058e9;
}
.\!k-border-t-info {
    border-top-color: #0058e9 !important;
}
.k-border-t-success {
    border-top-color: #37b400;
}
.\!k-border-t-success {
    border-top-color: #37b400 !important;
}
.k-border-t-warning {
    border-top-color: #ffc000;
}
.\!k-border-t-warning {
    border-top-color: #ffc000 !important;
}
.k-border-t-error {
    border-top-color: #f31700;
}
.\!k-border-t-error {
    border-top-color: #f31700 !important;
}
.k-border-t-dark {
    border-top-color: #424242;
}
.\!k-border-t-dark {
    border-top-color: #424242 !important;
}
.k-border-t-light {
    border-top-color: #ebebeb;
}
.\!k-border-t-light {
    border-top-color: #ebebeb !important;
}
.k-border-t-inverse {
    border-top-color: #424242;
}
.\!k-border-t-inverse {
    border-top-color: #424242 !important;
}
.k-border-t-inherit {
    border-top-color: inherit;
}
.\!k-border-t-inherit {
    border-top-color: inherit !important;
}
.k-border-t-current {
    border-top-color: currentColor;
}
.\!k-border-t-current {
    border-top-color: currentColor !important;
}
.k-border-t-transparent {
    border-top-color: transparent;
}
.\!k-border-t-transparent {
    border-top-color: transparent !important;
}
.k-border-t-black {
    border-top-color: black;
}
.\!k-border-t-black {
    border-top-color: black !important;
}
.k-border-t-white {
    border-top-color: white;
}
.\!k-border-t-white {
    border-top-color: white !important;
}
.k-border-r-primary {
    border-right-color: #ff6358;
}
.\!k-border-r-primary {
    border-right-color: #ff6358 !important;
}
.k-border-r-secondary {
    border-right-color: #666666;
}
.\!k-border-r-secondary {
    border-right-color: #666666 !important;
}
.k-border-r-tertiary {
    border-right-color: #03a9f4;
}
.\!k-border-r-tertiary {
    border-right-color: #03a9f4 !important;
}
.k-border-r-info {
    border-right-color: #0058e9;
}
.\!k-border-r-info {
    border-right-color: #0058e9 !important;
}
.k-border-r-success {
    border-right-color: #37b400;
}
.\!k-border-r-success {
    border-right-color: #37b400 !important;
}
.k-border-r-warning {
    border-right-color: #ffc000;
}
.\!k-border-r-warning {
    border-right-color: #ffc000 !important;
}
.k-border-r-error {
    border-right-color: #f31700;
}
.\!k-border-r-error {
    border-right-color: #f31700 !important;
}
.k-border-r-dark {
    border-right-color: #424242;
}
.\!k-border-r-dark {
    border-right-color: #424242 !important;
}
.k-border-r-light {
    border-right-color: #ebebeb;
}
.\!k-border-r-light {
    border-right-color: #ebebeb !important;
}
.k-border-r-inverse {
    border-right-color: #424242;
}
.\!k-border-r-inverse {
    border-right-color: #424242 !important;
}
.k-border-r-inherit {
    border-right-color: inherit;
}
.\!k-border-r-inherit {
    border-right-color: inherit !important;
}
.k-border-r-current {
    border-right-color: currentColor;
}
.\!k-border-r-current {
    border-right-color: currentColor !important;
}
.k-border-r-transparent {
    border-right-color: transparent;
}
.\!k-border-r-transparent {
    border-right-color: transparent !important;
}
.k-border-r-black {
    border-right-color: black;
}
.\!k-border-r-black {
    border-right-color: black !important;
}
.k-border-r-white {
    border-right-color: white;
}
.\!k-border-r-white {
    border-right-color: white !important;
}
.k-border-b-primary {
    border-bottom-color: #ff6358;
}
.\!k-border-b-primary {
    border-bottom-color: #ff6358 !important;
}
.k-border-b-secondary {
    border-bottom-color: #666666;
}
.\!k-border-b-secondary {
    border-bottom-color: #666666 !important;
}
.k-border-b-tertiary {
    border-bottom-color: #03a9f4;
}
.\!k-border-b-tertiary {
    border-bottom-color: #03a9f4 !important;
}
.k-border-b-info {
    border-bottom-color: #0058e9;
}
.\!k-border-b-info {
    border-bottom-color: #0058e9 !important;
}
.k-border-b-success {
    border-bottom-color: #37b400;
}
.\!k-border-b-success {
    border-bottom-color: #37b400 !important;
}
.k-border-b-warning {
    border-bottom-color: #ffc000;
}
.\!k-border-b-warning {
    border-bottom-color: #ffc000 !important;
}
.k-border-b-error {
    border-bottom-color: #f31700;
}
.\!k-border-b-error {
    border-bottom-color: #f31700 !important;
}
.k-border-b-dark {
    border-bottom-color: #424242;
}
.\!k-border-b-dark {
    border-bottom-color: #424242 !important;
}
.k-border-b-light {
    border-bottom-color: #ebebeb;
}
.\!k-border-b-light {
    border-bottom-color: #ebebeb !important;
}
.k-border-b-inverse {
    border-bottom-color: #424242;
}
.\!k-border-b-inverse {
    border-bottom-color: #424242 !important;
}
.k-border-b-inherit {
    border-bottom-color: inherit;
}
.\!k-border-b-inherit {
    border-bottom-color: inherit !important;
}
.k-border-b-current {
    border-bottom-color: currentColor;
}
.\!k-border-b-current {
    border-bottom-color: currentColor !important;
}
.k-border-b-transparent {
    border-bottom-color: transparent;
}
.\!k-border-b-transparent {
    border-bottom-color: transparent !important;
}
.k-border-b-black {
    border-bottom-color: black;
}
.\!k-border-b-black {
    border-bottom-color: black !important;
}
.k-border-b-white {
    border-bottom-color: white;
}
.\!k-border-b-white {
    border-bottom-color: white !important;
}
.k-border-l-primary {
    border-left-color: #ff6358;
}
.\!k-border-l-primary {
    border-left-color: #ff6358 !important;
}
.k-border-l-secondary {
    border-left-color: #666666;
}
.\!k-border-l-secondary {
    border-left-color: #666666 !important;
}
.k-border-l-tertiary {
    border-left-color: #03a9f4;
}
.\!k-border-l-tertiary {
    border-left-color: #03a9f4 !important;
}
.k-border-l-info {
    border-left-color: #0058e9;
}
.\!k-border-l-info {
    border-left-color: #0058e9 !important;
}
.k-border-l-success {
    border-left-color: #37b400;
}
.\!k-border-l-success {
    border-left-color: #37b400 !important;
}
.k-border-l-warning {
    border-left-color: #ffc000;
}
.\!k-border-l-warning {
    border-left-color: #ffc000 !important;
}
.k-border-l-error {
    border-left-color: #f31700;
}
.\!k-border-l-error {
    border-left-color: #f31700 !important;
}
.k-border-l-dark {
    border-left-color: #424242;
}
.\!k-border-l-dark {
    border-left-color: #424242 !important;
}
.k-border-l-light {
    border-left-color: #ebebeb;
}
.\!k-border-l-light {
    border-left-color: #ebebeb !important;
}
.k-border-l-inverse {
    border-left-color: #424242;
}
.\!k-border-l-inverse {
    border-left-color: #424242 !important;
}
.k-border-l-inherit {
    border-left-color: inherit;
}
.\!k-border-l-inherit {
    border-left-color: inherit !important;
}
.k-border-l-current {
    border-left-color: currentColor;
}
.\!k-border-l-current {
    border-left-color: currentColor !important;
}
.k-border-l-transparent {
    border-left-color: transparent;
}
.\!k-border-l-transparent {
    border-left-color: transparent !important;
}
.k-border-l-black {
    border-left-color: black;
}
.\!k-border-l-black {
    border-left-color: black !important;
}
.k-border-l-white {
    border-left-color: white;
}
.\!k-border-l-white {
    border-left-color: white !important;
}
.k-border-x-primary {
    border-inline-color: #ff6358;
}
.\!k-border-x-primary {
    border-inline-color: #ff6358 !important;
}
.k-border-x-secondary {
    border-inline-color: #666666;
}
.\!k-border-x-secondary {
    border-inline-color: #666666 !important;
}
.k-border-x-tertiary {
    border-inline-color: #03a9f4;
}
.\!k-border-x-tertiary {
    border-inline-color: #03a9f4 !important;
}
.k-border-x-info {
    border-inline-color: #0058e9;
}
.\!k-border-x-info {
    border-inline-color: #0058e9 !important;
}
.k-border-x-success {
    border-inline-color: #37b400;
}
.\!k-border-x-success {
    border-inline-color: #37b400 !important;
}
.k-border-x-warning {
    border-inline-color: #ffc000;
}
.\!k-border-x-warning {
    border-inline-color: #ffc000 !important;
}
.k-border-x-error {
    border-inline-color: #f31700;
}
.\!k-border-x-error {
    border-inline-color: #f31700 !important;
}
.k-border-x-dark {
    border-inline-color: #424242;
}
.\!k-border-x-dark {
    border-inline-color: #424242 !important;
}
.k-border-x-light {
    border-inline-color: #ebebeb;
}
.\!k-border-x-light {
    border-inline-color: #ebebeb !important;
}
.k-border-x-inverse {
    border-inline-color: #424242;
}
.\!k-border-x-inverse {
    border-inline-color: #424242 !important;
}
.k-border-x-inherit {
    border-inline-color: inherit;
}
.\!k-border-x-inherit {
    border-inline-color: inherit !important;
}
.k-border-x-current {
    border-inline-color: currentColor;
}
.\!k-border-x-current {
    border-inline-color: currentColor !important;
}
.k-border-x-transparent {
    border-inline-color: transparent;
}
.\!k-border-x-transparent {
    border-inline-color: transparent !important;
}
.k-border-x-black {
    border-inline-color: black;
}
.\!k-border-x-black {
    border-inline-color: black !important;
}
.k-border-x-white {
    border-inline-color: white;
}
.\!k-border-x-white {
    border-inline-color: white !important;
}
.k-border-y-primary {
    border-block-color: #ff6358;
}
.\!k-border-y-primary {
    border-block-color: #ff6358 !important;
}
.k-border-y-secondary {
    border-block-color: #666666;
}
.\!k-border-y-secondary {
    border-block-color: #666666 !important;
}
.k-border-y-tertiary {
    border-block-color: #03a9f4;
}
.\!k-border-y-tertiary {
    border-block-color: #03a9f4 !important;
}
.k-border-y-info {
    border-block-color: #0058e9;
}
.\!k-border-y-info {
    border-block-color: #0058e9 !important;
}
.k-border-y-success {
    border-block-color: #37b400;
}
.\!k-border-y-success {
    border-block-color: #37b400 !important;
}
.k-border-y-warning {
    border-block-color: #ffc000;
}
.\!k-border-y-warning {
    border-block-color: #ffc000 !important;
}
.k-border-y-error {
    border-block-color: #f31700;
}
.\!k-border-y-error {
    border-block-color: #f31700 !important;
}
.k-border-y-dark {
    border-block-color: #424242;
}
.\!k-border-y-dark {
    border-block-color: #424242 !important;
}
.k-border-y-light {
    border-block-color: #ebebeb;
}
.\!k-border-y-light {
    border-block-color: #ebebeb !important;
}
.k-border-y-inverse {
    border-block-color: #424242;
}
.\!k-border-y-inverse {
    border-block-color: #424242 !important;
}
.k-border-y-inherit {
    border-block-color: inherit;
}
.\!k-border-y-inherit {
    border-block-color: inherit !important;
}
.k-border-y-current {
    border-block-color: currentColor;
}
.\!k-border-y-current {
    border-block-color: currentColor !important;
}
.k-border-y-transparent {
    border-block-color: transparent;
}
.\!k-border-y-transparent {
    border-block-color: transparent !important;
}
.k-border-y-black {
    border-block-color: black;
}
.\!k-border-y-black {
    border-block-color: black !important;
}
.k-border-y-white {
    border-block-color: white;
}
.\!k-border-y-white {
    border-block-color: white !important;
}
.k-rounded {
    border-radius: 4px;
}
.\!k-rounded {
    border-radius: 4px !important;
}
.k-rounded-0 {
    border-radius: 0;
}
.\!k-rounded-0 {
    border-radius: 0 !important;
}
.k-rounded-sm {
    border-radius: 2px;
}
.\!k-rounded-sm {
    border-radius: 2px !important;
}
.k-rounded-md {
    border-radius: 4px;
}
.\!k-rounded-md {
    border-radius: 4px !important;
}
.k-rounded-lg {
    border-radius: 6px;
}
.\!k-rounded-lg {
    border-radius: 6px !important;
}
.k-rounded-full {
    border-radius: 9999px;
}
.\!k-rounded-full {
    border-radius: 9999px !important;
}
.k-rounded-tl {
    border-top-left-radius: 4px;
}
.\!k-rounded-tl {
    border-top-left-radius: 4px !important;
}
.k-rounded-tl-0 {
    border-top-left-radius: 0;
}
.\!k-rounded-tl-0 {
    border-top-left-radius: 0 !important;
}
.k-rounded-tl-sm {
    border-top-left-radius: 2px;
}
.\!k-rounded-tl-sm {
    border-top-left-radius: 2px !important;
}
.k-rounded-tl-md {
    border-top-left-radius: 4px;
}
.\!k-rounded-tl-md {
    border-top-left-radius: 4px !important;
}
.k-rounded-tl-lg {
    border-top-left-radius: 6px;
}
.\!k-rounded-tl-lg {
    border-top-left-radius: 6px !important;
}
.k-rounded-tl-full {
    border-top-left-radius: 9999px;
}
.\!k-rounded-tl-full {
    border-top-left-radius: 9999px !important;
}
.k-rounded-tr {
    border-top-right-radius: 4px;
}
.\!k-rounded-tr {
    border-top-right-radius: 4px !important;
}
.k-rounded-tr-0 {
    border-top-right-radius: 0;
}
.\!k-rounded-tr-0 {
    border-top-right-radius: 0 !important;
}
.k-rounded-tr-sm {
    border-top-right-radius: 2px;
}
.\!k-rounded-tr-sm {
    border-top-right-radius: 2px !important;
}
.k-rounded-tr-md {
    border-top-right-radius: 4px;
}
.\!k-rounded-tr-md {
    border-top-right-radius: 4px !important;
}
.k-rounded-tr-lg {
    border-top-right-radius: 6px;
}
.\!k-rounded-tr-lg {
    border-top-right-radius: 6px !important;
}
.k-rounded-tr-full {
    border-top-right-radius: 9999px;
}
.\!k-rounded-tr-full {
    border-top-right-radius: 9999px !important;
}
.k-rounded-br {
    border-bottom-right-radius: 4px;
}
.\!k-rounded-br {
    border-bottom-right-radius: 4px !important;
}
.k-rounded-br-0 {
    border-bottom-right-radius: 0;
}
.\!k-rounded-br-0 {
    border-bottom-right-radius: 0 !important;
}
.k-rounded-br-sm {
    border-bottom-right-radius: 2px;
}
.\!k-rounded-br-sm {
    border-bottom-right-radius: 2px !important;
}
.k-rounded-br-md {
    border-bottom-right-radius: 4px;
}
.\!k-rounded-br-md {
    border-bottom-right-radius: 4px !important;
}
.k-rounded-br-lg {
    border-bottom-right-radius: 6px;
}
.\!k-rounded-br-lg {
    border-bottom-right-radius: 6px !important;
}
.k-rounded-br-full {
    border-bottom-right-radius: 9999px;
}
.\!k-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
}
.k-rounded-bl {
    border-bottom-left-radius: 4px;
}
.\!k-rounded-bl {
    border-bottom-left-radius: 4px !important;
}
.k-rounded-bl-0 {
    border-bottom-left-radius: 0;
}
.\!k-rounded-bl-0 {
    border-bottom-left-radius: 0 !important;
}
.k-rounded-bl-sm {
    border-bottom-left-radius: 2px;
}
.\!k-rounded-bl-sm {
    border-bottom-left-radius: 2px !important;
}
.k-rounded-bl-md {
    border-bottom-left-radius: 4px;
}
.\!k-rounded-bl-md {
    border-bottom-left-radius: 4px !important;
}
.k-rounded-bl-lg {
    border-bottom-left-radius: 6px;
}
.\!k-rounded-bl-lg {
    border-bottom-left-radius: 6px !important;
}
.k-rounded-bl-full {
    border-bottom-left-radius: 9999px;
}
.\!k-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
}
.k-rounded-t {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.\!k-rounded-t {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.k-rounded-t-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.\!k-rounded-t-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.k-rounded-t-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.\!k-rounded-t-sm {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}
.k-rounded-t-md {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.\!k-rounded-t-md {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.k-rounded-t-lg {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.\!k-rounded-t-lg {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}
.k-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
}
.\!k-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
}
.k-rounded-r {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.\!k-rounded-r {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.k-rounded-r-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.\!k-rounded-r-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.k-rounded-r-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.\!k-rounded-r-sm {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}
.k-rounded-r-md {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.\!k-rounded-r-md {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.k-rounded-r-lg {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.\!k-rounded-r-lg {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.k-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}
.\!k-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
}
.k-rounded-b {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.\!k-rounded-b {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.k-rounded-b-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.\!k-rounded-b-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.k-rounded-b-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.\!k-rounded-b-sm {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}
.k-rounded-b-md {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.\!k-rounded-b-md {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.k-rounded-b-lg {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.\!k-rounded-b-lg {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.k-rounded-b-full {
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
}
.\!k-rounded-b-full {
    border-bottom-left-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
}
.k-rounded-l {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.\!k-rounded-l {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.k-rounded-l-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.\!k-rounded-l-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.k-rounded-l-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.\!k-rounded-l-sm {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}
.k-rounded-l-md {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.\!k-rounded-l-md {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.k-rounded-l-lg {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.\!k-rounded-l-lg {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.k-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}
.\!k-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
}
.k-border-solid {
    border-style: solid;
}
.\!k-border-solid {
    border-style: solid !important;
}
.k-border-dashed {
    border-style: dashed;
}
.\!k-border-dashed {
    border-style: dashed !important;
}
.k-border-dotted {
    border-style: dotted;
}
.\!k-border-dotted {
    border-style: dotted !important;
}
.k-border-double {
    border-style: double;
}
.\!k-border-double {
    border-style: double !important;
}
.k-border-inset {
    border-style: inset;
}
.\!k-border-inset {
    border-style: inset !important;
}
.k-border-outset {
    border-style: outset;
}
.\!k-border-outset {
    border-style: outset !important;
}
.k-border-hidden {
    border-style: hidden;
}
.\!k-border-hidden {
    border-style: hidden !important;
}
.k-border-none {
    border-style: none;
}
.\!k-border-none {
    border-style: none !important;
}
.k-border-t-solid {
    border-top-style: solid;
}
.\!k-border-t-solid {
    border-top-style: solid !important;
}
.k-border-t-dashed {
    border-top-style: dashed;
}
.\!k-border-t-dashed {
    border-top-style: dashed !important;
}
.k-border-t-dotted {
    border-top-style: dotted;
}
.\!k-border-t-dotted {
    border-top-style: dotted !important;
}
.k-border-t-double {
    border-top-style: double;
}
.\!k-border-t-double {
    border-top-style: double !important;
}
.k-border-t-inset {
    border-top-style: inset;
}
.\!k-border-t-inset {
    border-top-style: inset !important;
}
.k-border-t-outset {
    border-top-style: outset;
}
.\!k-border-t-outset {
    border-top-style: outset !important;
}
.k-border-t-hidden {
    border-top-style: hidden;
}
.\!k-border-t-hidden {
    border-top-style: hidden !important;
}
.k-border-t-none {
    border-top-style: none;
}
.\!k-border-t-none {
    border-top-style: none !important;
}
.k-border-r-solid {
    border-right-style: solid;
}
.\!k-border-r-solid {
    border-right-style: solid !important;
}
.k-border-r-dashed {
    border-right-style: dashed;
}
.\!k-border-r-dashed {
    border-right-style: dashed !important;
}
.k-border-r-dotted {
    border-right-style: dotted;
}
.\!k-border-r-dotted {
    border-right-style: dotted !important;
}
.k-border-r-double {
    border-right-style: double;
}
.\!k-border-r-double {
    border-right-style: double !important;
}
.k-border-r-inset {
    border-right-style: inset;
}
.\!k-border-r-inset {
    border-right-style: inset !important;
}
.k-border-r-outset {
    border-right-style: outset;
}
.\!k-border-r-outset {
    border-right-style: outset !important;
}
.k-border-r-hidden {
    border-right-style: hidden;
}
.\!k-border-r-hidden {
    border-right-style: hidden !important;
}
.k-border-r-none {
    border-right-style: none;
}
.\!k-border-r-none {
    border-right-style: none !important;
}
.k-border-b-solid {
    border-bottom-style: solid;
}
.\!k-border-b-solid {
    border-bottom-style: solid !important;
}
.k-border-b-dashed {
    border-bottom-style: dashed;
}
.\!k-border-b-dashed {
    border-bottom-style: dashed !important;
}
.k-border-b-dotted {
    border-bottom-style: dotted;
}
.\!k-border-b-dotted {
    border-bottom-style: dotted !important;
}
.k-border-b-double {
    border-bottom-style: double;
}
.\!k-border-b-double {
    border-bottom-style: double !important;
}
.k-border-b-inset {
    border-bottom-style: inset;
}
.\!k-border-b-inset {
    border-bottom-style: inset !important;
}
.k-border-b-outset {
    border-bottom-style: outset;
}
.\!k-border-b-outset {
    border-bottom-style: outset !important;
}
.k-border-b-hidden {
    border-bottom-style: hidden;
}
.\!k-border-b-hidden {
    border-bottom-style: hidden !important;
}
.k-border-b-none {
    border-bottom-style: none;
}
.\!k-border-b-none {
    border-bottom-style: none !important;
}
.k-border-l-solid {
    border-left-style: solid;
}
.\!k-border-l-solid {
    border-left-style: solid !important;
}
.k-border-l-dashed {
    border-left-style: dashed;
}
.\!k-border-l-dashed {
    border-left-style: dashed !important;
}
.k-border-l-dotted {
    border-left-style: dotted;
}
.\!k-border-l-dotted {
    border-left-style: dotted !important;
}
.k-border-l-double {
    border-left-style: double;
}
.\!k-border-l-double {
    border-left-style: double !important;
}
.k-border-l-inset {
    border-left-style: inset;
}
.\!k-border-l-inset {
    border-left-style: inset !important;
}
.k-border-l-outset {
    border-left-style: outset;
}
.\!k-border-l-outset {
    border-left-style: outset !important;
}
.k-border-l-hidden {
    border-left-style: hidden;
}
.\!k-border-l-hidden {
    border-left-style: hidden !important;
}
.k-border-l-none {
    border-left-style: none;
}
.\!k-border-l-none {
    border-left-style: none !important;
}
.k-border-x-solid {
    border-inline-style: solid;
}
.\!k-border-x-solid {
    border-inline-style: solid !important;
}
.k-border-x-dashed {
    border-inline-style: dashed;
}
.\!k-border-x-dashed {
    border-inline-style: dashed !important;
}
.k-border-x-dotted {
    border-inline-style: dotted;
}
.\!k-border-x-dotted {
    border-inline-style: dotted !important;
}
.k-border-x-double {
    border-inline-style: double;
}
.\!k-border-x-double {
    border-inline-style: double !important;
}
.k-border-x-inset {
    border-inline-style: inset;
}
.\!k-border-x-inset {
    border-inline-style: inset !important;
}
.k-border-x-outset {
    border-inline-style: outset;
}
.\!k-border-x-outset {
    border-inline-style: outset !important;
}
.k-border-x-hidden {
    border-inline-style: hidden;
}
.\!k-border-x-hidden {
    border-inline-style: hidden !important;
}
.k-border-x-none {
    border-inline-style: none;
}
.\!k-border-x-none {
    border-inline-style: none !important;
}
.k-border-y-solid {
    border-block-style: solid;
}
.\!k-border-y-solid {
    border-block-style: solid !important;
}
.k-border-y-dashed {
    border-block-style: dashed;
}
.\!k-border-y-dashed {
    border-block-style: dashed !important;
}
.k-border-y-dotted {
    border-block-style: dotted;
}
.\!k-border-y-dotted {
    border-block-style: dotted !important;
}
.k-border-y-double {
    border-block-style: double;
}
.\!k-border-y-double {
    border-block-style: double !important;
}
.k-border-y-inset {
    border-block-style: inset;
}
.\!k-border-y-inset {
    border-block-style: inset !important;
}
.k-border-y-outset {
    border-block-style: outset;
}
.\!k-border-y-outset {
    border-block-style: outset !important;
}
.k-border-y-hidden {
    border-block-style: hidden;
}
.\!k-border-y-hidden {
    border-block-style: hidden !important;
}
.k-border-y-none {
    border-block-style: none;
}
.\!k-border-y-none {
    border-block-style: none !important;
}
.k-border {
    border-width: 1px;
}
.\!k-border {
    border-width: 1px !important;
}
.k-border-0 {
    border-width: 0;
}
.\!k-border-0 {
    border-width: 0 !important;
}
.k-border-2 {
    border-width: 2px;
}
.\!k-border-2 {
    border-width: 2px !important;
}
.k-border-4 {
    border-width: 4px;
}
.\!k-border-4 {
    border-width: 4px !important;
}
.k-border-8 {
    border-width: 8px;
}
.\!k-border-8 {
    border-width: 8px !important;
}
.k-border-t {
    border-top-width: 1px;
}
.\!k-border-t {
    border-top-width: 1px !important;
}
.k-border-t-0 {
    border-top-width: 0;
}
.\!k-border-t-0 {
    border-top-width: 0 !important;
}
.k-border-t-2 {
    border-top-width: 2px;
}
.\!k-border-t-2 {
    border-top-width: 2px !important;
}
.k-border-t-4 {
    border-top-width: 4px;
}
.\!k-border-t-4 {
    border-top-width: 4px !important;
}
.k-border-t-8 {
    border-top-width: 8px;
}
.\!k-border-t-8 {
    border-top-width: 8px !important;
}
.k-border-r {
    border-right-width: 1px;
}
.\!k-border-r {
    border-right-width: 1px !important;
}
.k-border-r-0 {
    border-right-width: 0;
}
.\!k-border-r-0 {
    border-right-width: 0 !important;
}
.k-border-r-2 {
    border-right-width: 2px;
}
.\!k-border-r-2 {
    border-right-width: 2px !important;
}
.k-border-r-4 {
    border-right-width: 4px;
}
.\!k-border-r-4 {
    border-right-width: 4px !important;
}
.k-border-r-8 {
    border-right-width: 8px;
}
.\!k-border-r-8 {
    border-right-width: 8px !important;
}
.k-border-b {
    border-bottom-width: 1px;
}
.\!k-border-b {
    border-bottom-width: 1px !important;
}
.k-border-b-0 {
    border-bottom-width: 0;
}
.\!k-border-b-0 {
    border-bottom-width: 0 !important;
}
.k-border-b-2 {
    border-bottom-width: 2px;
}
.\!k-border-b-2 {
    border-bottom-width: 2px !important;
}
.k-border-b-4 {
    border-bottom-width: 4px;
}
.\!k-border-b-4 {
    border-bottom-width: 4px !important;
}
.k-border-b-8 {
    border-bottom-width: 8px;
}
.\!k-border-b-8 {
    border-bottom-width: 8px !important;
}
.k-border-l {
    border-left-width: 1px;
}
.\!k-border-l {
    border-left-width: 1px !important;
}
.k-border-l-0 {
    border-left-width: 0;
}
.\!k-border-l-0 {
    border-left-width: 0 !important;
}
.k-border-l-2 {
    border-left-width: 2px;
}
.\!k-border-l-2 {
    border-left-width: 2px !important;
}
.k-border-l-4 {
    border-left-width: 4px;
}
.\!k-border-l-4 {
    border-left-width: 4px !important;
}
.k-border-l-8 {
    border-left-width: 8px;
}
.\!k-border-l-8 {
    border-left-width: 8px !important;
}
.k-border-x {
    border-inline-width: 1px;
}
.\!k-border-x {
    border-inline-width: 1px !important;
}
.k-border-x-0 {
    border-inline-width: 0;
}
.\!k-border-x-0 {
    border-inline-width: 0 !important;
}
.k-border-x-2 {
    border-inline-width: 2px;
}
.\!k-border-x-2 {
    border-inline-width: 2px !important;
}
.k-border-x-4 {
    border-inline-width: 4px;
}
.\!k-border-x-4 {
    border-inline-width: 4px !important;
}
.k-border-x-8 {
    border-inline-width: 8px;
}
.\!k-border-x-8 {
    border-inline-width: 8px !important;
}
.k-border-y {
    border-block-width: 1px;
}
.\!k-border-y {
    border-block-width: 1px !important;
}
.k-border-y-0 {
    border-block-width: 0;
}
.\!k-border-y-0 {
    border-block-width: 0 !important;
}
.k-border-y-2 {
    border-block-width: 2px;
}
.\!k-border-y-2 {
    border-block-width: 2px !important;
}
.k-border-y-4 {
    border-block-width: 4px;
}
.\!k-border-y-4 {
    border-block-width: 4px !important;
}
.k-border-y-8 {
    border-block-width: 8px;
}
.\!k-border-y-8 {
    border-block-width: 8px !important;
}
.k-border-top {
    border-top-width: 1px;
}
.\!k-border-top {
    border-top-width: 1px !important;
}
.k-border-top-0 {
    border-top-width: 0;
}
.\!k-border-top-0 {
    border-top-width: 0 !important;
}
.k-border-top-2 {
    border-top-width: 2px;
}
.\!k-border-top-2 {
    border-top-width: 2px !important;
}
.k-border-top-4 {
    border-top-width: 4px;
}
.\!k-border-top-4 {
    border-top-width: 4px !important;
}
.k-border-top-8 {
    border-top-width: 8px;
}
.\!k-border-top-8 {
    border-top-width: 8px !important;
}
.k-border-right {
    border-right-width: 1px;
}
.\!k-border-right {
    border-right-width: 1px !important;
}
.k-border-right-0 {
    border-right-width: 0;
}
.\!k-border-right-0 {
    border-right-width: 0 !important;
}
.k-border-right-2 {
    border-right-width: 2px;
}
.\!k-border-right-2 {
    border-right-width: 2px !important;
}
.k-border-right-4 {
    border-right-width: 4px;
}
.\!k-border-right-4 {
    border-right-width: 4px !important;
}
.k-border-right-8 {
    border-right-width: 8px;
}
.\!k-border-right-8 {
    border-right-width: 8px !important;
}
.k-border-bottom {
    border-bottom-width: 1px;
}
.\!k-border-bottom {
    border-bottom-width: 1px !important;
}
.k-border-bottom-0 {
    border-bottom-width: 0;
}
.\!k-border-bottom-0 {
    border-bottom-width: 0 !important;
}
.k-border-bottom-2 {
    border-bottom-width: 2px;
}
.\!k-border-bottom-2 {
    border-bottom-width: 2px !important;
}
.k-border-bottom-4 {
    border-bottom-width: 4px;
}
.\!k-border-bottom-4 {
    border-bottom-width: 4px !important;
}
.k-border-bottom-8 {
    border-bottom-width: 8px;
}
.\!k-border-bottom-8 {
    border-bottom-width: 8px !important;
}
.k-border-left {
    border-left-width: 1px;
}
.\!k-border-left {
    border-left-width: 1px !important;
}
.k-border-left-0 {
    border-left-width: 0;
}
.\!k-border-left-0 {
    border-left-width: 0 !important;
}
.k-border-left-2 {
    border-left-width: 2px;
}
.\!k-border-left-2 {
    border-left-width: 2px !important;
}
.k-border-left-4 {
    border-left-width: 4px;
}
.\!k-border-left-4 {
    border-left-width: 4px !important;
}
.k-border-left-8 {
    border-left-width: 8px;
}
.\!k-border-left-8 {
    border-left-width: 8px !important;
}
.k-outline-primary {
    outline-color: #ff6358;
}
.\!k-outline-primary {
    outline-color: #ff6358 !important;
}
.k-outline-secondary {
    outline-color: #666666;
}
.\!k-outline-secondary {
    outline-color: #666666 !important;
}
.k-outline-tertiary {
    outline-color: #03a9f4;
}
.\!k-outline-tertiary {
    outline-color: #03a9f4 !important;
}
.k-outline-info {
    outline-color: #0058e9;
}
.\!k-outline-info {
    outline-color: #0058e9 !important;
}
.k-outline-success {
    outline-color: #37b400;
}
.\!k-outline-success {
    outline-color: #37b400 !important;
}
.k-outline-warning {
    outline-color: #ffc000;
}
.\!k-outline-warning {
    outline-color: #ffc000 !important;
}
.k-outline-error {
    outline-color: #f31700;
}
.\!k-outline-error {
    outline-color: #f31700 !important;
}
.k-outline-dark {
    outline-color: #424242;
}
.\!k-outline-dark {
    outline-color: #424242 !important;
}
.k-outline-light {
    outline-color: #ebebeb;
}
.\!k-outline-light {
    outline-color: #ebebeb !important;
}
.k-outline-inverse {
    outline-color: #424242;
}
.\!k-outline-inverse {
    outline-color: #424242 !important;
}
.k-outline-inherit {
    outline-color: inherit;
}
.\!k-outline-inherit {
    outline-color: inherit !important;
}
.k-outline-current {
    outline-color: currentColor;
}
.\!k-outline-current {
    outline-color: currentColor !important;
}
.k-outline-transparent {
    outline-color: transparent;
}
.\!k-outline-transparent {
    outline-color: transparent !important;
}
.k-outline-black {
    outline-color: black;
}
.\!k-outline-black {
    outline-color: black !important;
}
.k-outline-white {
    outline-color: white;
}
.\!k-outline-white {
    outline-color: white !important;
}
.k-outline-offset-0 {
    outline-offset: 0;
}
.\!k-outline-offset-0 {
    outline-offset: 0 !important;
}
.k-outline-offset-1 {
    outline-offset: 1px;
}
.\!k-outline-offset-1 {
    outline-offset: 1px !important;
}
.k-outline-offset-2 {
    outline-offset: 2px;
}
.\!k-outline-offset-2 {
    outline-offset: 2px !important;
}
.k-outline-offset-4 {
    outline-offset: 4px;
}
.\!k-outline-offset-4 {
    outline-offset: 4px !important;
}
.k-outline-offset-8 {
    outline-offset: 8px;
}
.\!k-outline-offset-8 {
    outline-offset: 8px !important;
}
.k-outline-solid {
    outline-style: solid;
}
.\!k-outline-solid {
    outline-style: solid !important;
}
.k-outline-dashed {
    outline-style: dashed;
}
.\!k-outline-dashed {
    outline-style: dashed !important;
}
.k-outline-dotted {
    outline-style: dotted;
}
.\!k-outline-dotted {
    outline-style: dotted !important;
}
.k-outline-double {
    outline-style: double;
}
.\!k-outline-double {
    outline-style: double !important;
}
.k-outline-inset {
    outline-style: inset;
}
.\!k-outline-inset {
    outline-style: inset !important;
}
.k-outline-outset {
    outline-style: outset;
}
.\!k-outline-outset {
    outline-style: outset !important;
}
.k-outline-none {
    outline-style: none;
}
.\!k-outline-none {
    outline-style: none !important;
}
.k-outline {
    outline-width: 1px;
}
.\!k-outline {
    outline-width: 1px !important;
}
.k-outline-0 {
    outline-width: 0;
}
.\!k-outline-0 {
    outline-width: 0 !important;
}
.k-outline-2 {
    outline-width: 2px;
}
.\!k-outline-2 {
    outline-width: 2px !important;
}
.k-outline-4 {
    outline-width: 4px;
}
.\!k-outline-4 {
    outline-width: 4px !important;
}
.k-outline-8 {
    outline-width: 8px;
}
.\!k-outline-8 {
    outline-width: 8px !important;
}
.k-opacity-0 {
    opacity: 0;
}
.\!k-opacity-0 {
    opacity: 0 !important;
}
.k-opacity-5 {
    opacity: 0.05;
}
.\!k-opacity-5 {
    opacity: 0.05 !important;
}
.k-opacity-10 {
    opacity: 0.1;
}
.\!k-opacity-10 {
    opacity: 0.1 !important;
}
.k-opacity-20 {
    opacity: 0.2;
}
.\!k-opacity-20 {
    opacity: 0.2 !important;
}
.k-opacity-30 {
    opacity: 0.3;
}
.\!k-opacity-30 {
    opacity: 0.3 !important;
}
.k-opacity-40 {
    opacity: 0.4;
}
.\!k-opacity-40 {
    opacity: 0.4 !important;
}
.k-opacity-50 {
    opacity: 0.5;
}
.\!k-opacity-50 {
    opacity: 0.5 !important;
}
.k-opacity-60 {
    opacity: 0.6;
}
.\!k-opacity-60 {
    opacity: 0.6 !important;
}
.k-opacity-70 {
    opacity: 0.7;
}
.\!k-opacity-70 {
    opacity: 0.7 !important;
}
.k-opacity-80 {
    opacity: 0.8;
}
.\!k-opacity-80 {
    opacity: 0.8 !important;
}
.k-opacity-90 {
    opacity: 0.9;
}
.\!k-opacity-90 {
    opacity: 0.9 !important;
}
.k-opacity-100 {
    opacity: 1;
}
.\!k-opacity-100 {
    opacity: 1 !important;
}
.k-backdrop-blur {
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
}
.\!k-backdrop-blur {
    -webkit-backdrop-filter: blur(8px) !important;
            backdrop-filter: blur(8px) !important;
}
.k-backdrop-blur-none {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
}
.\!k-backdrop-blur-none {
    -webkit-backdrop-filter: blur(0) !important;
            backdrop-filter: blur(0) !important;
}
.k-backdrop-blur-sm {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}
.\!k-backdrop-blur-sm {
    -webkit-backdrop-filter: blur(4px) !important;
            backdrop-filter: blur(4px) !important;
}
.k-backdrop-blur-md {
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
}
.\!k-backdrop-blur-md {
    -webkit-backdrop-filter: blur(6px) !important;
            backdrop-filter: blur(6px) !important;
}
.k-backdrop-blur-lg {
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
}
.\!k-backdrop-blur-lg {
    -webkit-backdrop-filter: blur(12px) !important;
            backdrop-filter: blur(12px) !important;
}
.k-border-collapse {
    border-collapse: collapse;
}
.\!k-border-collapse {
    border-collapse: collapse !important;
}
.k-border-separate {
    border-collapse: separate;
}
.\!k-border-separate {
    border-collapse: separate !important;
}
.k-table-auto {
    table-layout: auto;
}
.\!k-table-auto {
    table-layout: auto !important;
}
.k-table-fixed {
    table-layout: fixed;
}
.\!k-table-fixed {
    table-layout: fixed !important;
}
.k-table-layout-auto {
    table-layout: auto;
}
.\!k-table-layout-auto {
    table-layout: auto !important;
}
.k-table-layout-fixed {
    table-layout: fixed;
}
.\!k-table-layout-fixed {
    table-layout: fixed !important;
}
.k-flip-h, .k-flip-x {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
}
.\!k-flip-h, .\!k-flip-x {
    -webkit-transform: scaleX(-1) !important;
            transform: scaleX(-1) !important;
}
.k-flip-v, .k-flip-y {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
}
.\!k-flip-v, .\!k-flip-y {
    -webkit-transform: scaleY(-1) !important;
            transform: scaleY(-1) !important;
}
.k-flip-h.k-flip-v, .k-flip-v.k-flip-x, .k-flip-x.k-flip-y, .k-flip-h.k-flip-y {
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
}
.\!k-flip-h.\!k-flip-v, .\!k-flip-v.\!k-flip-x, .\!k-flip-x.\!k-flip-y, .\!k-flip-h.\!k-flip-y {
    -webkit-transform: scale(-1, -1) !important;
            transform: scale(-1, -1) !important;
}
.k-origin-center {
    -webkit-transform-origin: center;
            transform-origin: center;
}
.\!k-origin-center {
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
}
.k-origin-top {
    -webkit-transform-origin: top;
            transform-origin: top;
}
.\!k-origin-top {
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
}
.k-origin-right {
    -webkit-transform-origin: right;
            transform-origin: right;
}
.\!k-origin-right {
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
}
.k-origin-bottom {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
}
.\!k-origin-bottom {
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
}
.k-origin-left {
    -webkit-transform-origin: left;
            transform-origin: left;
}
.\!k-origin-left {
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
}
.k-origin-top-left {
    -webkit-transform-origin: top left;
            transform-origin: top left;
}
.\!k-origin-top-left {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
}
.k-origin-top-right {
    -webkit-transform-origin: top right;
            transform-origin: top right;
}
.\!k-origin-top-right {
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
}
.k-origin-bottom-left {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
}
.\!k-origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
}
.k-origin-bottom-right {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
}
.\!k-origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
}
.k-rotate-0 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
.\!k-rotate-0 {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
}
.k-rotate-45 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.\!k-rotate-45 {
    -webkit-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
}
.k-rotate-90 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.\!k-rotate-90 {
    -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important;
}
.k-rotate-135 {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.\!k-rotate-135 {
    -webkit-transform: rotate(135deg) !important;
            transform: rotate(135deg) !important;
}
.k-rotate-180 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.\!k-rotate-180 {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
}
.k-rotate-225 {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}
.\!k-rotate-225 {
    -webkit-transform: rotate(225deg) !important;
            transform: rotate(225deg) !important;
}
.k-rotate-270 {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}
.\!k-rotate-270 {
    -webkit-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important;
}
.k-rotate-315 {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
}
.\!k-rotate-315 {
    -webkit-transform: rotate(315deg) !important;
            transform: rotate(315deg) !important;
}
.k-scale-0 {
    -webkit-transform: scale(0);
            transform: scale(0);
}
.\!k-scale-0 {
    -webkit-transform: scale(0) !important;
            transform: scale(0) !important;
}
.k-scale-0\.25 {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
}
.\!k-scale-0\.25 {
    -webkit-transform: scale(0.25) !important;
            transform: scale(0.25) !important;
}
.k-scale-0\.5 {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
}
.\!k-scale-0\.5 {
    -webkit-transform: scale(0.5) !important;
            transform: scale(0.5) !important;
}
.k-scale-0\.75 {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
}
.\!k-scale-0\.75 {
    -webkit-transform: scale(0.75) !important;
            transform: scale(0.75) !important;
}
.k-scale-1 {
    -webkit-transform: scale(1);
            transform: scale(1);
}
.\!k-scale-1 {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}
.k-scale-1\.25 {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
}
.\!k-scale-1\.25 {
    -webkit-transform: scale(1.25) !important;
            transform: scale(1.25) !important;
}
.k-scale-1\.5 {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}
.\!k-scale-1\.5 {
    -webkit-transform: scale(1.5) !important;
            transform: scale(1.5) !important;
}
.k-scale-2 {
    -webkit-transform: scale(2);
            transform: scale(2);
}
.\!k-scale-2 {
    -webkit-transform: scale(2) !important;
            transform: scale(2) !important;
}
.k-scale-x-0 {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
}
.\!k-scale-x-0 {
    -webkit-transform: scaleX(0) !important;
            transform: scaleX(0) !important;
}
.k-scale-x-0\.25 {
    -webkit-transform: scaleX(0.25);
            transform: scaleX(0.25);
}
.\!k-scale-x-0\.25 {
    -webkit-transform: scaleX(0.25) !important;
            transform: scaleX(0.25) !important;
}
.k-scale-x-0\.5 {
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
}
.\!k-scale-x-0\.5 {
    -webkit-transform: scaleX(0.5) !important;
            transform: scaleX(0.5) !important;
}
.k-scale-x-0\.75 {
    -webkit-transform: scaleX(0.75);
            transform: scaleX(0.75);
}
.\!k-scale-x-0\.75 {
    -webkit-transform: scaleX(0.75) !important;
            transform: scaleX(0.75) !important;
}
.k-scale-x-1 {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}
.\!k-scale-x-1 {
    -webkit-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
}
.k-scale-x-1\.25 {
    -webkit-transform: scaleX(1.25);
            transform: scaleX(1.25);
}
.\!k-scale-x-1\.25 {
    -webkit-transform: scaleX(1.25) !important;
            transform: scaleX(1.25) !important;
}
.k-scale-x-1\.5 {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
}
.\!k-scale-x-1\.5 {
    -webkit-transform: scaleX(1.5) !important;
            transform: scaleX(1.5) !important;
}
.k-scale-x-2 {
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
}
.\!k-scale-x-2 {
    -webkit-transform: scaleX(2) !important;
            transform: scaleX(2) !important;
}
.k-scale-y-0 {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
}
.\!k-scale-y-0 {
    -webkit-transform: scaleY(0) !important;
            transform: scaleY(0) !important;
}
.k-scale-y-0\.25 {
    -webkit-transform: scaleY(0.25);
            transform: scaleY(0.25);
}
.\!k-scale-y-0\.25 {
    -webkit-transform: scaleY(0.25) !important;
            transform: scaleY(0.25) !important;
}
.k-scale-y-0\.5 {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
}
.\!k-scale-y-0\.5 {
    -webkit-transform: scaleY(0.5) !important;
            transform: scaleY(0.5) !important;
}
.k-scale-y-0\.75 {
    -webkit-transform: scaleY(0.75);
            transform: scaleY(0.75);
}
.\!k-scale-y-0\.75 {
    -webkit-transform: scaleY(0.75) !important;
            transform: scaleY(0.75) !important;
}
.k-scale-y-1 {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
}
.\!k-scale-y-1 {
    -webkit-transform: scaleY(1) !important;
            transform: scaleY(1) !important;
}
.k-scale-y-1\.25 {
    -webkit-transform: scaleY(1.25);
            transform: scaleY(1.25);
}
.\!k-scale-y-1\.25 {
    -webkit-transform: scaleY(1.25) !important;
            transform: scaleY(1.25) !important;
}
.k-scale-y-1\.5 {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5);
}
.\!k-scale-y-1\.5 {
    -webkit-transform: scaleY(1.5) !important;
            transform: scaleY(1.5) !important;
}
.k-scale-y-2 {
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
}
.\!k-scale-y-2 {
    -webkit-transform: scaleY(2) !important;
            transform: scaleY(2) !important;
}
.k-skew-x-0 {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
}
.\!k-skew-x-0 {
    -webkit-transform: skewX(0deg) !important;
            transform: skewX(0deg) !important;
}
.k-skew-x-1 {
    -webkit-transform: skewX(1deg);
            transform: skewX(1deg);
}
.\!k-skew-x-1 {
    -webkit-transform: skewX(1deg) !important;
            transform: skewX(1deg) !important;
}
.k-skew-x-2 {
    -webkit-transform: skewX(2deg);
            transform: skewX(2deg);
}
.\!k-skew-x-2 {
    -webkit-transform: skewX(2deg) !important;
            transform: skewX(2deg) !important;
}
.k-skew-x-3 {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
}
.\!k-skew-x-3 {
    -webkit-transform: skewX(3deg) !important;
            transform: skewX(3deg) !important;
}
.k-skew-x-4 {
    -webkit-transform: skewX(4deg);
            transform: skewX(4deg);
}
.\!k-skew-x-4 {
    -webkit-transform: skewX(4deg) !important;
            transform: skewX(4deg) !important;
}
.k-skew-x-5 {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
}
.\!k-skew-x-5 {
    -webkit-transform: skewX(5deg) !important;
            transform: skewX(5deg) !important;
}
.k-skew-x-6 {
    -webkit-transform: skewX(6deg);
            transform: skewX(6deg);
}
.\!k-skew-x-6 {
    -webkit-transform: skewX(6deg) !important;
            transform: skewX(6deg) !important;
}
.k-skew-x-7 {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
}
.\!k-skew-x-7 {
    -webkit-transform: skewX(7deg) !important;
            transform: skewX(7deg) !important;
}
.k-skew-x-8 {
    -webkit-transform: skewX(8deg);
            transform: skewX(8deg);
}
.\!k-skew-x-8 {
    -webkit-transform: skewX(8deg) !important;
            transform: skewX(8deg) !important;
}
.k-skew-x-9 {
    -webkit-transform: skewX(9deg);
            transform: skewX(9deg);
}
.\!k-skew-x-9 {
    -webkit-transform: skewX(9deg) !important;
            transform: skewX(9deg) !important;
}
.k-skew-x-10 {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
}
.\!k-skew-x-10 {
    -webkit-transform: skewX(10deg) !important;
            transform: skewX(10deg) !important;
}
.k-skew-x-11 {
    -webkit-transform: skewX(11deg);
            transform: skewX(11deg);
}
.\!k-skew-x-11 {
    -webkit-transform: skewX(11deg) !important;
            transform: skewX(11deg) !important;
}
.k-skew-x-12 {
    -webkit-transform: skewX(12deg);
            transform: skewX(12deg);
}
.\!k-skew-x-12 {
    -webkit-transform: skewX(12deg) !important;
            transform: skewX(12deg) !important;
}
.k-skew-y-0 {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
}
.\!k-skew-y-0 {
    -webkit-transform: skewY(0deg) !important;
            transform: skewY(0deg) !important;
}
.k-skew-y-1 {
    -webkit-transform: skewY(1deg);
            transform: skewY(1deg);
}
.\!k-skew-y-1 {
    -webkit-transform: skewY(1deg) !important;
            transform: skewY(1deg) !important;
}
.k-skew-y-2 {
    -webkit-transform: skewY(2deg);
            transform: skewY(2deg);
}
.\!k-skew-y-2 {
    -webkit-transform: skewY(2deg) !important;
            transform: skewY(2deg) !important;
}
.k-skew-y-3 {
    -webkit-transform: skewY(3deg);
            transform: skewY(3deg);
}
.\!k-skew-y-3 {
    -webkit-transform: skewY(3deg) !important;
            transform: skewY(3deg) !important;
}
.k-skew-y-4 {
    -webkit-transform: skewY(4deg);
            transform: skewY(4deg);
}
.\!k-skew-y-4 {
    -webkit-transform: skewY(4deg) !important;
            transform: skewY(4deg) !important;
}
.k-skew-y-5 {
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
}
.\!k-skew-y-5 {
    -webkit-transform: skewY(5deg) !important;
            transform: skewY(5deg) !important;
}
.k-skew-y-6 {
    -webkit-transform: skewY(6deg);
            transform: skewY(6deg);
}
.\!k-skew-y-6 {
    -webkit-transform: skewY(6deg) !important;
            transform: skewY(6deg) !important;
}
.k-skew-y-7 {
    -webkit-transform: skewY(7deg);
            transform: skewY(7deg);
}
.\!k-skew-y-7 {
    -webkit-transform: skewY(7deg) !important;
            transform: skewY(7deg) !important;
}
.k-skew-y-8 {
    -webkit-transform: skewY(8deg);
            transform: skewY(8deg);
}
.\!k-skew-y-8 {
    -webkit-transform: skewY(8deg) !important;
            transform: skewY(8deg) !important;
}
.k-skew-y-9 {
    -webkit-transform: skewY(9deg);
            transform: skewY(9deg);
}
.\!k-skew-y-9 {
    -webkit-transform: skewY(9deg) !important;
            transform: skewY(9deg) !important;
}
.k-skew-y-10 {
    -webkit-transform: skewY(10deg);
            transform: skewY(10deg);
}
.\!k-skew-y-10 {
    -webkit-transform: skewY(10deg) !important;
            transform: skewY(10deg) !important;
}
.k-skew-y-11 {
    -webkit-transform: skewY(11deg);
            transform: skewY(11deg);
}
.\!k-skew-y-11 {
    -webkit-transform: skewY(11deg) !important;
            transform: skewY(11deg) !important;
}
.k-skew-y-12 {
    -webkit-transform: skewY(12deg);
            transform: skewY(12deg);
}
.\!k-skew-y-12 {
    -webkit-transform: skewY(12deg) !important;
            transform: skewY(12deg) !important;
}
.k-translate-0 {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.\!k-translate-0 {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
}
.k-translate-0-50 {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
}
.\!k-translate-0-50 {
    -webkit-transform: translate(0, 50%) !important;
            transform: translate(0, 50%) !important;
}
.k-translate-0-100 {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
}
.\!k-translate-0-100 {
    -webkit-transform: translate(0, 100%) !important;
            transform: translate(0, 100%) !important;
}
.k-translate-50-0 {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
}
.\!k-translate-50-0 {
    -webkit-transform: translate(50%, 0) !important;
            transform: translate(50%, 0) !important;
}
.k-translate-50-50 {
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
}
.\!k-translate-50-50 {
    -webkit-transform: translate(50%, 50%) !important;
            transform: translate(50%, 50%) !important;
}
.k-translate-50-100 {
    -webkit-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
}
.\!k-translate-50-100 {
    -webkit-transform: translate(50%, 100%) !important;
            transform: translate(50%, 100%) !important;
}
.k-translate-100-0 {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
}
.\!k-translate-100-0 {
    -webkit-transform: translate(100%, 0) !important;
            transform: translate(100%, 0) !important;
}
.k-translate-100-50 {
    -webkit-transform: translate(100%, 50%);
            transform: translate(100%, 50%);
}
.\!k-translate-100-50 {
    -webkit-transform: translate(100%, 50%) !important;
            transform: translate(100%, 50%) !important;
}
.k-translate-100-100 {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
}
.\!k-translate-100-100 {
    -webkit-transform: translate(100%, 100%) !important;
            transform: translate(100%, 100%) !important;
}
.k-translate-x-0 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.\!k-translate-x-0 {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
}
.k-translate-x-1px {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
}
.\!k-translate-x-1px {
    -webkit-transform: translateX(1px) !important;
            transform: translateX(1px) !important;
}
.k-translate-x-0\.5 {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
}
.\!k-translate-x-0\.5 {
    -webkit-transform: translateX(2px) !important;
            transform: translateX(2px) !important;
}
.k-translate-x-1 {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
}
.\!k-translate-x-1 {
    -webkit-transform: translateX(4px) !important;
            transform: translateX(4px) !important;
}
.k-translate-x-1\.5 {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
}
.\!k-translate-x-1\.5 {
    -webkit-transform: translateX(6px) !important;
            transform: translateX(6px) !important;
}
.k-translate-x-2 {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
}
.\!k-translate-x-2 {
    -webkit-transform: translateX(8px) !important;
            transform: translateX(8px) !important;
}
.k-translate-x-2\.5 {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
}
.\!k-translate-x-2\.5 {
    -webkit-transform: translateX(10px) !important;
            transform: translateX(10px) !important;
}
.k-translate-x-3 {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
}
.\!k-translate-x-3 {
    -webkit-transform: translateX(12px) !important;
            transform: translateX(12px) !important;
}
.k-translate-x-3\.5 {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
}
.\!k-translate-x-3\.5 {
    -webkit-transform: translateX(14px) !important;
            transform: translateX(14px) !important;
}
.k-translate-x-4 {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
}
.\!k-translate-x-4 {
    -webkit-transform: translateX(16px) !important;
            transform: translateX(16px) !important;
}
.k-translate-x-4\.5 {
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
}
.\!k-translate-x-4\.5 {
    -webkit-transform: translateX(18px) !important;
            transform: translateX(18px) !important;
}
.k-translate-x-5 {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
}
.\!k-translate-x-5 {
    -webkit-transform: translateX(20px) !important;
            transform: translateX(20px) !important;
}
.k-translate-x-5\.5 {
    -webkit-transform: translateX(22px);
            transform: translateX(22px);
}
.\!k-translate-x-5\.5 {
    -webkit-transform: translateX(22px) !important;
            transform: translateX(22px) !important;
}
.k-translate-x-6 {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
}
.\!k-translate-x-6 {
    -webkit-transform: translateX(24px) !important;
            transform: translateX(24px) !important;
}
.k-translate-x-6\.5 {
    -webkit-transform: translateX(26px);
            transform: translateX(26px);
}
.\!k-translate-x-6\.5 {
    -webkit-transform: translateX(26px) !important;
            transform: translateX(26px) !important;
}
.k-translate-x-7 {
    -webkit-transform: translateX(28px);
            transform: translateX(28px);
}
.\!k-translate-x-7 {
    -webkit-transform: translateX(28px) !important;
            transform: translateX(28px) !important;
}
.k-translate-x-7\.5 {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
}
.\!k-translate-x-7\.5 {
    -webkit-transform: translateX(30px) !important;
            transform: translateX(30px) !important;
}
.k-translate-x-8 {
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
}
.\!k-translate-x-8 {
    -webkit-transform: translateX(32px) !important;
            transform: translateX(32px) !important;
}
.k-translate-x-9 {
    -webkit-transform: translateX(36px);
            transform: translateX(36px);
}
.\!k-translate-x-9 {
    -webkit-transform: translateX(36px) !important;
            transform: translateX(36px) !important;
}
.k-translate-x-10 {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
}
.\!k-translate-x-10 {
    -webkit-transform: translateX(40px) !important;
            transform: translateX(40px) !important;
}
.k-translate-x-11 {
    -webkit-transform: translateX(44px);
            transform: translateX(44px);
}
.\!k-translate-x-11 {
    -webkit-transform: translateX(44px) !important;
            transform: translateX(44px) !important;
}
.k-translate-x-12 {
    -webkit-transform: translateX(48px);
            transform: translateX(48px);
}
.\!k-translate-x-12 {
    -webkit-transform: translateX(48px) !important;
            transform: translateX(48px) !important;
}
.k-translate-x-13 {
    -webkit-transform: translateX(52px);
            transform: translateX(52px);
}
.\!k-translate-x-13 {
    -webkit-transform: translateX(52px) !important;
            transform: translateX(52px) !important;
}
.k-translate-x-14 {
    -webkit-transform: translateX(56px);
            transform: translateX(56px);
}
.\!k-translate-x-14 {
    -webkit-transform: translateX(56px) !important;
            transform: translateX(56px) !important;
}
.k-translate-x-15 {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
}
.\!k-translate-x-15 {
    -webkit-transform: translateX(60px) !important;
            transform: translateX(60px) !important;
}
.k-translate-x-16 {
    -webkit-transform: translateX(64px);
            transform: translateX(64px);
}
.\!k-translate-x-16 {
    -webkit-transform: translateX(64px) !important;
            transform: translateX(64px) !important;
}
.k-translate-x-17 {
    -webkit-transform: translateX(68px);
            transform: translateX(68px);
}
.\!k-translate-x-17 {
    -webkit-transform: translateX(68px) !important;
            transform: translateX(68px) !important;
}
.k-translate-x-18 {
    -webkit-transform: translateX(72px);
            transform: translateX(72px);
}
.\!k-translate-x-18 {
    -webkit-transform: translateX(72px) !important;
            transform: translateX(72px) !important;
}
.k-translate-x-19 {
    -webkit-transform: translateX(76px);
            transform: translateX(76px);
}
.\!k-translate-x-19 {
    -webkit-transform: translateX(76px) !important;
            transform: translateX(76px) !important;
}
.k-translate-x-20 {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
}
.\!k-translate-x-20 {
    -webkit-transform: translateX(80px) !important;
            transform: translateX(80px) !important;
}
.k-translate-x-21 {
    -webkit-transform: translateX(84px);
            transform: translateX(84px);
}
.\!k-translate-x-21 {
    -webkit-transform: translateX(84px) !important;
            transform: translateX(84px) !important;
}
.k-translate-x-22 {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
}
.\!k-translate-x-22 {
    -webkit-transform: translateX(88px) !important;
            transform: translateX(88px) !important;
}
.k-translate-x-23 {
    -webkit-transform: translateX(92px);
            transform: translateX(92px);
}
.\!k-translate-x-23 {
    -webkit-transform: translateX(92px) !important;
            transform: translateX(92px) !important;
}
.k-translate-x-24 {
    -webkit-transform: translateX(96px);
            transform: translateX(96px);
}
.\!k-translate-x-24 {
    -webkit-transform: translateX(96px) !important;
            transform: translateX(96px) !important;
}
.k-translate-x-1\/2 {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
}
.\!k-translate-x-1\/2 {
    -webkit-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
}
.k-translate-x-1\/3 {
    -webkit-transform: translateX(33.333333%);
            transform: translateX(33.333333%);
}
.\!k-translate-x-1\/3 {
    -webkit-transform: translateX(33.333333%) !important;
            transform: translateX(33.333333%) !important;
}
.k-translate-x-2\/3 {
    -webkit-transform: translateX(66.666667%);
            transform: translateX(66.666667%);
}
.\!k-translate-x-2\/3 {
    -webkit-transform: translateX(66.666667%) !important;
            transform: translateX(66.666667%) !important;
}
.k-translate-x-1\/4 {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
}
.\!k-translate-x-1\/4 {
    -webkit-transform: translateX(25%) !important;
            transform: translateX(25%) !important;
}
.k-translate-x-2\/4 {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
}
.\!k-translate-x-2\/4 {
    -webkit-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
}
.k-translate-x-3\/4 {
    -webkit-transform: translateX(75%);
            transform: translateX(75%);
}
.\!k-translate-x-3\/4 {
    -webkit-transform: translateX(75%) !important;
            transform: translateX(75%) !important;
}
.k-translate-x-1\/5 {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
}
.\!k-translate-x-1\/5 {
    -webkit-transform: translateX(20%) !important;
            transform: translateX(20%) !important;
}
.k-translate-x-2\/5 {
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
}
.\!k-translate-x-2\/5 {
    -webkit-transform: translateX(40%) !important;
            transform: translateX(40%) !important;
}
.k-translate-x-3\/5 {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
}
.\!k-translate-x-3\/5 {
    -webkit-transform: translateX(60%) !important;
            transform: translateX(60%) !important;
}
.k-translate-x-4\/5 {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
}
.\!k-translate-x-4\/5 {
    -webkit-transform: translateX(80%) !important;
            transform: translateX(80%) !important;
}
.k-translate-x-1\/6 {
    -webkit-transform: translateX(16.666667%);
            transform: translateX(16.666667%);
}
.\!k-translate-x-1\/6 {
    -webkit-transform: translateX(16.666667%) !important;
            transform: translateX(16.666667%) !important;
}
.k-translate-x-2\/6 {
    -webkit-transform: translateX(33.333333%);
            transform: translateX(33.333333%);
}
.\!k-translate-x-2\/6 {
    -webkit-transform: translateX(33.333333%) !important;
            transform: translateX(33.333333%) !important;
}
.k-translate-x-3\/6 {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
}
.\!k-translate-x-3\/6 {
    -webkit-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
}
.k-translate-x-4\/6 {
    -webkit-transform: translateX(66.666667%);
            transform: translateX(66.666667%);
}
.\!k-translate-x-4\/6 {
    -webkit-transform: translateX(66.666667%) !important;
            transform: translateX(66.666667%) !important;
}
.k-translate-x-5\/6 {
    -webkit-transform: translateX(83.333333%);
            transform: translateX(83.333333%);
}
.\!k-translate-x-5\/6 {
    -webkit-transform: translateX(83.333333%) !important;
            transform: translateX(83.333333%) !important;
}
.k-translate-x-1\/12 {
    -webkit-transform: translateX(8.333333%);
            transform: translateX(8.333333%);
}
.\!k-translate-x-1\/12 {
    -webkit-transform: translateX(8.333333%) !important;
            transform: translateX(8.333333%) !important;
}
.k-translate-x-2\/12 {
    -webkit-transform: translateX(16.666667%);
            transform: translateX(16.666667%);
}
.\!k-translate-x-2\/12 {
    -webkit-transform: translateX(16.666667%) !important;
            transform: translateX(16.666667%) !important;
}
.k-translate-x-3\/12 {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
}
.\!k-translate-x-3\/12 {
    -webkit-transform: translateX(25%) !important;
            transform: translateX(25%) !important;
}
.k-translate-x-4\/12 {
    -webkit-transform: translateX(33.333333%);
            transform: translateX(33.333333%);
}
.\!k-translate-x-4\/12 {
    -webkit-transform: translateX(33.333333%) !important;
            transform: translateX(33.333333%) !important;
}
.k-translate-x-5\/12 {
    -webkit-transform: translateX(41.666667%);
            transform: translateX(41.666667%);
}
.\!k-translate-x-5\/12 {
    -webkit-transform: translateX(41.666667%) !important;
            transform: translateX(41.666667%) !important;
}
.k-translate-x-6\/12 {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
}
.\!k-translate-x-6\/12 {
    -webkit-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
}
.k-translate-x-7\/12 {
    -webkit-transform: translateX(58.333333%);
            transform: translateX(58.333333%);
}
.\!k-translate-x-7\/12 {
    -webkit-transform: translateX(58.333333%) !important;
            transform: translateX(58.333333%) !important;
}
.k-translate-x-8\/12 {
    -webkit-transform: translateX(66.666667%);
            transform: translateX(66.666667%);
}
.\!k-translate-x-8\/12 {
    -webkit-transform: translateX(66.666667%) !important;
            transform: translateX(66.666667%) !important;
}
.k-translate-x-9\/12 {
    -webkit-transform: translateX(75%);
            transform: translateX(75%);
}
.\!k-translate-x-9\/12 {
    -webkit-transform: translateX(75%) !important;
            transform: translateX(75%) !important;
}
.k-translate-x-10\/12 {
    -webkit-transform: translateX(83.333333%);
            transform: translateX(83.333333%);
}
.\!k-translate-x-10\/12 {
    -webkit-transform: translateX(83.333333%) !important;
            transform: translateX(83.333333%) !important;
}
.k-translate-x-11\/12 {
    -webkit-transform: translateX(91.666667%);
            transform: translateX(91.666667%);
}
.\!k-translate-x-11\/12 {
    -webkit-transform: translateX(91.666667%) !important;
            transform: translateX(91.666667%) !important;
}
.k-translate-x-full {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.\!k-translate-x-full {
    -webkit-transform: translateX(100%) !important;
            transform: translateX(100%) !important;
}
.k-translate-y-0 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.\!k-translate-y-0 {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
}
.k-translate-y-1px {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
}
.\!k-translate-y-1px {
    -webkit-transform: translateY(1px) !important;
            transform: translateY(1px) !important;
}
.k-translate-y-0\.5 {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
}
.\!k-translate-y-0\.5 {
    -webkit-transform: translateY(2px) !important;
            transform: translateY(2px) !important;
}
.k-translate-y-1 {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
}
.\!k-translate-y-1 {
    -webkit-transform: translateY(4px) !important;
            transform: translateY(4px) !important;
}
.k-translate-y-1\.5 {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
}
.\!k-translate-y-1\.5 {
    -webkit-transform: translateY(6px) !important;
            transform: translateY(6px) !important;
}
.k-translate-y-2 {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
}
.\!k-translate-y-2 {
    -webkit-transform: translateY(8px) !important;
            transform: translateY(8px) !important;
}
.k-translate-y-2\.5 {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
}
.\!k-translate-y-2\.5 {
    -webkit-transform: translateY(10px) !important;
            transform: translateY(10px) !important;
}
.k-translate-y-3 {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
}
.\!k-translate-y-3 {
    -webkit-transform: translateY(12px) !important;
            transform: translateY(12px) !important;
}
.k-translate-y-3\.5 {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
}
.\!k-translate-y-3\.5 {
    -webkit-transform: translateY(14px) !important;
            transform: translateY(14px) !important;
}
.k-translate-y-4 {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
}
.\!k-translate-y-4 {
    -webkit-transform: translateY(16px) !important;
            transform: translateY(16px) !important;
}
.k-translate-y-4\.5 {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
}
.\!k-translate-y-4\.5 {
    -webkit-transform: translateY(18px) !important;
            transform: translateY(18px) !important;
}
.k-translate-y-5 {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.\!k-translate-y-5 {
    -webkit-transform: translateY(20px) !important;
            transform: translateY(20px) !important;
}
.k-translate-y-5\.5 {
    -webkit-transform: translateY(22px);
            transform: translateY(22px);
}
.\!k-translate-y-5\.5 {
    -webkit-transform: translateY(22px) !important;
            transform: translateY(22px) !important;
}
.k-translate-y-6 {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
}
.\!k-translate-y-6 {
    -webkit-transform: translateY(24px) !important;
            transform: translateY(24px) !important;
}
.k-translate-y-6\.5 {
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
}
.\!k-translate-y-6\.5 {
    -webkit-transform: translateY(26px) !important;
            transform: translateY(26px) !important;
}
.k-translate-y-7 {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
}
.\!k-translate-y-7 {
    -webkit-transform: translateY(28px) !important;
            transform: translateY(28px) !important;
}
.k-translate-y-7\.5 {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
}
.\!k-translate-y-7\.5 {
    -webkit-transform: translateY(30px) !important;
            transform: translateY(30px) !important;
}
.k-translate-y-8 {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
}
.\!k-translate-y-8 {
    -webkit-transform: translateY(32px) !important;
            transform: translateY(32px) !important;
}
.k-translate-y-9 {
    -webkit-transform: translateY(36px);
            transform: translateY(36px);
}
.\!k-translate-y-9 {
    -webkit-transform: translateY(36px) !important;
            transform: translateY(36px) !important;
}
.k-translate-y-10 {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
}
.\!k-translate-y-10 {
    -webkit-transform: translateY(40px) !important;
            transform: translateY(40px) !important;
}
.k-translate-y-11 {
    -webkit-transform: translateY(44px);
            transform: translateY(44px);
}
.\!k-translate-y-11 {
    -webkit-transform: translateY(44px) !important;
            transform: translateY(44px) !important;
}
.k-translate-y-12 {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
}
.\!k-translate-y-12 {
    -webkit-transform: translateY(48px) !important;
            transform: translateY(48px) !important;
}
.k-translate-y-13 {
    -webkit-transform: translateY(52px);
            transform: translateY(52px);
}
.\!k-translate-y-13 {
    -webkit-transform: translateY(52px) !important;
            transform: translateY(52px) !important;
}
.k-translate-y-14 {
    -webkit-transform: translateY(56px);
            transform: translateY(56px);
}
.\!k-translate-y-14 {
    -webkit-transform: translateY(56px) !important;
            transform: translateY(56px) !important;
}
.k-translate-y-15 {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
}
.\!k-translate-y-15 {
    -webkit-transform: translateY(60px) !important;
            transform: translateY(60px) !important;
}
.k-translate-y-16 {
    -webkit-transform: translateY(64px);
            transform: translateY(64px);
}
.\!k-translate-y-16 {
    -webkit-transform: translateY(64px) !important;
            transform: translateY(64px) !important;
}
.k-translate-y-17 {
    -webkit-transform: translateY(68px);
            transform: translateY(68px);
}
.\!k-translate-y-17 {
    -webkit-transform: translateY(68px) !important;
            transform: translateY(68px) !important;
}
.k-translate-y-18 {
    -webkit-transform: translateY(72px);
            transform: translateY(72px);
}
.\!k-translate-y-18 {
    -webkit-transform: translateY(72px) !important;
            transform: translateY(72px) !important;
}
.k-translate-y-19 {
    -webkit-transform: translateY(76px);
            transform: translateY(76px);
}
.\!k-translate-y-19 {
    -webkit-transform: translateY(76px) !important;
            transform: translateY(76px) !important;
}
.k-translate-y-20 {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
}
.\!k-translate-y-20 {
    -webkit-transform: translateY(80px) !important;
            transform: translateY(80px) !important;
}
.k-translate-y-21 {
    -webkit-transform: translateY(84px);
            transform: translateY(84px);
}
.\!k-translate-y-21 {
    -webkit-transform: translateY(84px) !important;
            transform: translateY(84px) !important;
}
.k-translate-y-22 {
    -webkit-transform: translateY(88px);
            transform: translateY(88px);
}
.\!k-translate-y-22 {
    -webkit-transform: translateY(88px) !important;
            transform: translateY(88px) !important;
}
.k-translate-y-23 {
    -webkit-transform: translateY(92px);
            transform: translateY(92px);
}
.\!k-translate-y-23 {
    -webkit-transform: translateY(92px) !important;
            transform: translateY(92px) !important;
}
.k-translate-y-24 {
    -webkit-transform: translateY(96px);
            transform: translateY(96px);
}
.\!k-translate-y-24 {
    -webkit-transform: translateY(96px) !important;
            transform: translateY(96px) !important;
}
.k-translate-y-1\/2 {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}
.\!k-translate-y-1\/2 {
    -webkit-transform: translateY(50%) !important;
            transform: translateY(50%) !important;
}
.k-translate-y-1\/3 {
    -webkit-transform: translateY(33.333333%);
            transform: translateY(33.333333%);
}
.\!k-translate-y-1\/3 {
    -webkit-transform: translateY(33.333333%) !important;
            transform: translateY(33.333333%) !important;
}
.k-translate-y-2\/3 {
    -webkit-transform: translateY(66.666667%);
            transform: translateY(66.666667%);
}
.\!k-translate-y-2\/3 {
    -webkit-transform: translateY(66.666667%) !important;
            transform: translateY(66.666667%) !important;
}
.k-translate-y-1\/4 {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
}
.\!k-translate-y-1\/4 {
    -webkit-transform: translateY(25%) !important;
            transform: translateY(25%) !important;
}
.k-translate-y-2\/4 {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}
.\!k-translate-y-2\/4 {
    -webkit-transform: translateY(50%) !important;
            transform: translateY(50%) !important;
}
.k-translate-y-3\/4 {
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
}
.\!k-translate-y-3\/4 {
    -webkit-transform: translateY(75%) !important;
            transform: translateY(75%) !important;
}
.k-translate-y-1\/5 {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
}
.\!k-translate-y-1\/5 {
    -webkit-transform: translateY(20%) !important;
            transform: translateY(20%) !important;
}
.k-translate-y-2\/5 {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
}
.\!k-translate-y-2\/5 {
    -webkit-transform: translateY(40%) !important;
            transform: translateY(40%) !important;
}
.k-translate-y-3\/5 {
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
}
.\!k-translate-y-3\/5 {
    -webkit-transform: translateY(60%) !important;
            transform: translateY(60%) !important;
}
.k-translate-y-4\/5 {
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
}
.\!k-translate-y-4\/5 {
    -webkit-transform: translateY(80%) !important;
            transform: translateY(80%) !important;
}
.k-translate-y-1\/6 {
    -webkit-transform: translateY(16.666667%);
            transform: translateY(16.666667%);
}
.\!k-translate-y-1\/6 {
    -webkit-transform: translateY(16.666667%) !important;
            transform: translateY(16.666667%) !important;
}
.k-translate-y-2\/6 {
    -webkit-transform: translateY(33.333333%);
            transform: translateY(33.333333%);
}
.\!k-translate-y-2\/6 {
    -webkit-transform: translateY(33.333333%) !important;
            transform: translateY(33.333333%) !important;
}
.k-translate-y-3\/6 {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}
.\!k-translate-y-3\/6 {
    -webkit-transform: translateY(50%) !important;
            transform: translateY(50%) !important;
}
.k-translate-y-4\/6 {
    -webkit-transform: translateY(66.666667%);
            transform: translateY(66.666667%);
}
.\!k-translate-y-4\/6 {
    -webkit-transform: translateY(66.666667%) !important;
            transform: translateY(66.666667%) !important;
}
.k-translate-y-5\/6 {
    -webkit-transform: translateY(83.333333%);
            transform: translateY(83.333333%);
}
.\!k-translate-y-5\/6 {
    -webkit-transform: translateY(83.333333%) !important;
            transform: translateY(83.333333%) !important;
}
.k-translate-y-1\/12 {
    -webkit-transform: translateY(8.333333%);
            transform: translateY(8.333333%);
}
.\!k-translate-y-1\/12 {
    -webkit-transform: translateY(8.333333%) !important;
            transform: translateY(8.333333%) !important;
}
.k-translate-y-2\/12 {
    -webkit-transform: translateY(16.666667%);
            transform: translateY(16.666667%);
}
.\!k-translate-y-2\/12 {
    -webkit-transform: translateY(16.666667%) !important;
            transform: translateY(16.666667%) !important;
}
.k-translate-y-3\/12 {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
}
.\!k-translate-y-3\/12 {
    -webkit-transform: translateY(25%) !important;
            transform: translateY(25%) !important;
}
.k-translate-y-4\/12 {
    -webkit-transform: translateY(33.333333%);
            transform: translateY(33.333333%);
}
.\!k-translate-y-4\/12 {
    -webkit-transform: translateY(33.333333%) !important;
            transform: translateY(33.333333%) !important;
}
.k-translate-y-5\/12 {
    -webkit-transform: translateY(41.666667%);
            transform: translateY(41.666667%);
}
.\!k-translate-y-5\/12 {
    -webkit-transform: translateY(41.666667%) !important;
            transform: translateY(41.666667%) !important;
}
.k-translate-y-6\/12 {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}
.\!k-translate-y-6\/12 {
    -webkit-transform: translateY(50%) !important;
            transform: translateY(50%) !important;
}
.k-translate-y-7\/12 {
    -webkit-transform: translateY(58.333333%);
            transform: translateY(58.333333%);
}
.\!k-translate-y-7\/12 {
    -webkit-transform: translateY(58.333333%) !important;
            transform: translateY(58.333333%) !important;
}
.k-translate-y-8\/12 {
    -webkit-transform: translateY(66.666667%);
            transform: translateY(66.666667%);
}
.\!k-translate-y-8\/12 {
    -webkit-transform: translateY(66.666667%) !important;
            transform: translateY(66.666667%) !important;
}
.k-translate-y-9\/12 {
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
}
.\!k-translate-y-9\/12 {
    -webkit-transform: translateY(75%) !important;
            transform: translateY(75%) !important;
}
.k-translate-y-10\/12 {
    -webkit-transform: translateY(83.333333%);
            transform: translateY(83.333333%);
}
.\!k-translate-y-10\/12 {
    -webkit-transform: translateY(83.333333%) !important;
            transform: translateY(83.333333%) !important;
}
.k-translate-y-11\/12 {
    -webkit-transform: translateY(91.666667%);
            transform: translateY(91.666667%);
}
.\!k-translate-y-11\/12 {
    -webkit-transform: translateY(91.666667%) !important;
            transform: translateY(91.666667%) !important;
}
.k-translate-y-full {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.\!k-translate-y-full {
    -webkit-transform: translateY(100%) !important;
            transform: translateY(100%) !important;
}
.k-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.\!k-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}
.k-appearance-auto {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
}
.\!k-appearance-auto {
    -webkit-appearance: auto !important;
       -moz-appearance: auto !important;
            appearance: auto !important;
}
.k-cursor-none {
    cursor: none;
}
.\!k-cursor-none {
    cursor: none !important;
}
.k-cursor-auto {
    cursor: auto;
}
.\!k-cursor-auto {
    cursor: auto !important;
}
.k-cursor-default {
    cursor: default;
}
.\!k-cursor-default {
    cursor: default !important;
}
.k-cursor-context-menu {
    cursor: context-menu;
}
.\!k-cursor-context-menu {
    cursor: context-menu !important;
}
.k-cursor-help {
    cursor: help;
}
.\!k-cursor-help {
    cursor: help !important;
}
.k-cursor-pointer {
    cursor: pointer;
}
.\!k-cursor-pointer {
    cursor: pointer !important;
}
.k-cursor-progress {
    cursor: progress;
}
.\!k-cursor-progress {
    cursor: progress !important;
}
.k-cursor-wait {
    cursor: wait;
}
.\!k-cursor-wait {
    cursor: wait !important;
}
.k-cursor-cell {
    cursor: cell;
}
.\!k-cursor-cell {
    cursor: cell !important;
}
.k-cursor-crosshair {
    cursor: crosshair;
}
.\!k-cursor-crosshair {
    cursor: crosshair !important;
}
.k-cursor-text {
    cursor: text;
}
.\!k-cursor-text {
    cursor: text !important;
}
.k-cursor-vertical-text {
    cursor: vertical-text;
}
.\!k-cursor-vertical-text {
    cursor: vertical-text !important;
}
.k-cursor-alias {
    cursor: alias;
}
.\!k-cursor-alias {
    cursor: alias !important;
}
.k-cursor-copy {
    cursor: copy;
}
.\!k-cursor-copy {
    cursor: copy !important;
}
.k-cursor-move {
    cursor: move;
}
.\!k-cursor-move {
    cursor: move !important;
}
.k-cursor-no-drop {
    cursor: no-drop;
}
.\!k-cursor-no-drop {
    cursor: no-drop !important;
}
.k-cursor-not-allowed {
    cursor: not-allowed;
}
.\!k-cursor-not-allowed {
    cursor: not-allowed !important;
}
.k-cursor-e-resize {
    cursor: e-resize;
}
.\!k-cursor-e-resize {
    cursor: e-resize !important;
}
.k-cursor-n-resize {
    cursor: n-resize;
}
.\!k-cursor-n-resize {
    cursor: n-resize !important;
}
.k-cursor-ne-resize {
    cursor: ne-resize;
}
.\!k-cursor-ne-resize {
    cursor: ne-resize !important;
}
.k-cursor-nw-resize {
    cursor: nw-resize;
}
.\!k-cursor-nw-resize {
    cursor: nw-resize !important;
}
.k-cursor-s-resize {
    cursor: s-resize;
}
.\!k-cursor-s-resize {
    cursor: s-resize !important;
}
.k-cursor-se-resize {
    cursor: se-resize;
}
.\!k-cursor-se-resize {
    cursor: se-resize !important;
}
.k-cursor-sw-resize {
    cursor: sw-resize;
}
.\!k-cursor-sw-resize {
    cursor: sw-resize !important;
}
.k-cursor-w-resize {
    cursor: w-resize;
}
.\!k-cursor-w-resize {
    cursor: w-resize !important;
}
.k-cursor-ew-resize {
    cursor: ew-resize;
}
.\!k-cursor-ew-resize {
    cursor: ew-resize !important;
}
.k-cursor-ns-resize {
    cursor: ns-resize;
}
.\!k-cursor-ns-resize {
    cursor: ns-resize !important;
}
.k-cursor-nesw-resize {
    cursor: nesw-resize;
}
.\!k-cursor-nesw-resize {
    cursor: nesw-resize !important;
}
.k-cursor-nwse-resize {
    cursor: nwse-resize;
}
.\!k-cursor-nwse-resize {
    cursor: nwse-resize !important;
}
.k-cursor-col-resize {
    cursor: col-resize;
}
.\!k-cursor-col-resize {
    cursor: col-resize !important;
}
.k-cursor-row-resize {
    cursor: row-resize;
}
.\!k-cursor-row-resize {
    cursor: row-resize !important;
}
.k-cursor-all-scroll {
    cursor: all-scroll;
}
.\!k-cursor-all-scroll {
    cursor: all-scroll !important;
}
.k-cursor-zoom-in {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.\!k-cursor-zoom-in {
    cursor: -webkit-zoom-in !important;
    cursor: zoom-in !important;
}
.k-cursor-zoom-out {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.\!k-cursor-zoom-out {
    cursor: -webkit-zoom-out !important;
    cursor: zoom-out !important;
}
.k-cursor-grab {
    cursor: -webkit-grab;
    cursor: grab;
}
.\!k-cursor-grab {
    cursor: -webkit-grab !important;
    cursor: grab !important;
}
.k-cursor-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.\!k-cursor-grabbing {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
}
.k-pointer-events-none {
    pointer-events: none;
}
.\!k-pointer-events-none {
    pointer-events: none !important;
}
.k-pointer-events-auto {
    pointer-events: auto;
}
.\!k-pointer-events-auto {
    pointer-events: auto !important;
}
.k-resize {
    resize: both;
}
.\!k-resize {
    resize: both !important;
}
.k-resize-none {
    resize: none;
}
.\!k-resize-none {
    resize: none !important;
}
.k-resize-x {
    resize: horizontal;
}
.\!k-resize-x {
    resize: horizontal !important;
}
.k-resize-y {
    resize: vertical;
}
.\!k-resize-y {
    resize: vertical !important;
}
.k-scroll-auto {
    scroll-behavior: auto;
}
.\!k-scroll-auto {
    scroll-behavior: auto !important;
}
.k-scroll-smooth {
    scroll-behavior: smooth;
}
.\!k-scroll-smooth {
    scroll-behavior: smooth !important;
}
.k-scroll-snap-none {
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
}
.\!k-scroll-snap-none {
    -ms-scroll-snap-type: none !important;
        scroll-snap-type: none !important;
}
.k-scroll-snap-snap-x {
    -ms-scroll-snap-type: x var(--k-scroll-snap-strictness);
        scroll-snap-type: x var(--k-scroll-snap-strictness);
}
.\!k-scroll-snap-snap-x {
    -ms-scroll-snap-type: x var(--k-scroll-snap-strictness) !important;
        scroll-snap-type: x var(--k-scroll-snap-strictness) !important;
}
.k-scroll-snap-snap-y {
    -ms-scroll-snap-type: y var(--k-scroll-snap-strictness);
        scroll-snap-type: y var(--k-scroll-snap-strictness);
}
.\!k-scroll-snap-snap-y {
    -ms-scroll-snap-type: y var(--k-scroll-snap-strictness) !important;
        scroll-snap-type: y var(--k-scroll-snap-strictness) !important;
}
.k-scroll-snap-snap-both {
    -ms-scroll-snap-type: both var(--k-scroll-snap-strictness);
        scroll-snap-type: both var(--k-scroll-snap-strictness);
}
.\!k-scroll-snap-snap-both {
    -ms-scroll-snap-type: both var(--k-scroll-snap-strictness) !important;
        scroll-snap-type: both var(--k-scroll-snap-strictness) !important;
}
.k-scroll-snap-mandatory {
    --k-scroll-snap-strictness: mandatory;
}
.k-scroll-snap-proximity {
    --k-scroll-snap-strictness: proximity;
}
.k-scroll-snap-stop-normal {
    scroll-snap-stop: normal;
}
.\!k-scroll-snap-stop-normal {
    scroll-snap-stop: normal !important;
}
.k-scroll-snap-stop-always {
    scroll-snap-stop: always;
}
.\!k-scroll-snap-stop-always {
    scroll-snap-stop: always !important;
}
.k-scroll-snap-align-start {
    scroll-snap-align: start;
}
.\!k-scroll-snap-align-start {
    scroll-snap-align: start !important;
}
.k-scroll-snap-align-end {
    scroll-snap-align: end;
}
.\!k-scroll-snap-align-end {
    scroll-snap-align: end !important;
}
.k-scroll-snap-align-center {
    scroll-snap-align: center;
}
.\!k-scroll-snap-align-center {
    scroll-snap-align: center !important;
}
.k-scroll-snap-align-none {
    scroll-snap-align: none;
}
.\!k-scroll-snap-align-none {
    scroll-snap-align: none !important;
}
.k-scroll-m-0 {
    scroll-margin: 0;
}
.\!k-scroll-m-0 {
    scroll-margin: 0 !important;
}
.k-scroll-m-1px {
    scroll-margin: 1px;
}
.\!k-scroll-m-1px {
    scroll-margin: 1px !important;
}
.k-scroll-m-0\.5 {
    scroll-margin: 2px;
}
.\!k-scroll-m-0\.5 {
    scroll-margin: 2px !important;
}
.k-scroll-m-1 {
    scroll-margin: 4px;
}
.\!k-scroll-m-1 {
    scroll-margin: 4px !important;
}
.k-scroll-m-1\.5 {
    scroll-margin: 6px;
}
.\!k-scroll-m-1\.5 {
    scroll-margin: 6px !important;
}
.k-scroll-m-2 {
    scroll-margin: 8px;
}
.\!k-scroll-m-2 {
    scroll-margin: 8px !important;
}
.k-scroll-m-2\.5 {
    scroll-margin: 10px;
}
.\!k-scroll-m-2\.5 {
    scroll-margin: 10px !important;
}
.k-scroll-m-3 {
    scroll-margin: 12px;
}
.\!k-scroll-m-3 {
    scroll-margin: 12px !important;
}
.k-scroll-m-3\.5 {
    scroll-margin: 14px;
}
.\!k-scroll-m-3\.5 {
    scroll-margin: 14px !important;
}
.k-scroll-m-4 {
    scroll-margin: 16px;
}
.\!k-scroll-m-4 {
    scroll-margin: 16px !important;
}
.k-scroll-m-4\.5 {
    scroll-margin: 18px;
}
.\!k-scroll-m-4\.5 {
    scroll-margin: 18px !important;
}
.k-scroll-m-5 {
    scroll-margin: 20px;
}
.\!k-scroll-m-5 {
    scroll-margin: 20px !important;
}
.k-scroll-m-5\.5 {
    scroll-margin: 22px;
}
.\!k-scroll-m-5\.5 {
    scroll-margin: 22px !important;
}
.k-scroll-m-6 {
    scroll-margin: 24px;
}
.\!k-scroll-m-6 {
    scroll-margin: 24px !important;
}
.k-scroll-m-6\.5 {
    scroll-margin: 26px;
}
.\!k-scroll-m-6\.5 {
    scroll-margin: 26px !important;
}
.k-scroll-m-7 {
    scroll-margin: 28px;
}
.\!k-scroll-m-7 {
    scroll-margin: 28px !important;
}
.k-scroll-m-7\.5 {
    scroll-margin: 30px;
}
.\!k-scroll-m-7\.5 {
    scroll-margin: 30px !important;
}
.k-scroll-m-8 {
    scroll-margin: 32px;
}
.\!k-scroll-m-8 {
    scroll-margin: 32px !important;
}
.k-scroll-m-9 {
    scroll-margin: 36px;
}
.\!k-scroll-m-9 {
    scroll-margin: 36px !important;
}
.k-scroll-m-10 {
    scroll-margin: 40px;
}
.\!k-scroll-m-10 {
    scroll-margin: 40px !important;
}
.k-scroll-m-11 {
    scroll-margin: 44px;
}
.\!k-scroll-m-11 {
    scroll-margin: 44px !important;
}
.k-scroll-m-12 {
    scroll-margin: 48px;
}
.\!k-scroll-m-12 {
    scroll-margin: 48px !important;
}
.k-scroll-m-13 {
    scroll-margin: 52px;
}
.\!k-scroll-m-13 {
    scroll-margin: 52px !important;
}
.k-scroll-m-14 {
    scroll-margin: 56px;
}
.\!k-scroll-m-14 {
    scroll-margin: 56px !important;
}
.k-scroll-m-15 {
    scroll-margin: 60px;
}
.\!k-scroll-m-15 {
    scroll-margin: 60px !important;
}
.k-scroll-m-16 {
    scroll-margin: 64px;
}
.\!k-scroll-m-16 {
    scroll-margin: 64px !important;
}
.k-scroll-m-17 {
    scroll-margin: 68px;
}
.\!k-scroll-m-17 {
    scroll-margin: 68px !important;
}
.k-scroll-m-18 {
    scroll-margin: 72px;
}
.\!k-scroll-m-18 {
    scroll-margin: 72px !important;
}
.k-scroll-m-19 {
    scroll-margin: 76px;
}
.\!k-scroll-m-19 {
    scroll-margin: 76px !important;
}
.k-scroll-m-20 {
    scroll-margin: 80px;
}
.\!k-scroll-m-20 {
    scroll-margin: 80px !important;
}
.k-scroll-m-21 {
    scroll-margin: 84px;
}
.\!k-scroll-m-21 {
    scroll-margin: 84px !important;
}
.k-scroll-m-22 {
    scroll-margin: 88px;
}
.\!k-scroll-m-22 {
    scroll-margin: 88px !important;
}
.k-scroll-m-23 {
    scroll-margin: 92px;
}
.\!k-scroll-m-23 {
    scroll-margin: 92px !important;
}
.k-scroll-m-24 {
    scroll-margin: 96px;
}
.\!k-scroll-m-24 {
    scroll-margin: 96px !important;
}
.k-scroll-mt-0 {
    scroll-margin-top: 0;
}
.\!k-scroll-mt-0 {
    scroll-margin-top: 0 !important;
}
.k-scroll-mt-1px {
    scroll-margin-top: 1px;
}
.\!k-scroll-mt-1px {
    scroll-margin-top: 1px !important;
}
.k-scroll-mt-0\.5 {
    scroll-margin-top: 2px;
}
.\!k-scroll-mt-0\.5 {
    scroll-margin-top: 2px !important;
}
.k-scroll-mt-1 {
    scroll-margin-top: 4px;
}
.\!k-scroll-mt-1 {
    scroll-margin-top: 4px !important;
}
.k-scroll-mt-1\.5 {
    scroll-margin-top: 6px;
}
.\!k-scroll-mt-1\.5 {
    scroll-margin-top: 6px !important;
}
.k-scroll-mt-2 {
    scroll-margin-top: 8px;
}
.\!k-scroll-mt-2 {
    scroll-margin-top: 8px !important;
}
.k-scroll-mt-2\.5 {
    scroll-margin-top: 10px;
}
.\!k-scroll-mt-2\.5 {
    scroll-margin-top: 10px !important;
}
.k-scroll-mt-3 {
    scroll-margin-top: 12px;
}
.\!k-scroll-mt-3 {
    scroll-margin-top: 12px !important;
}
.k-scroll-mt-3\.5 {
    scroll-margin-top: 14px;
}
.\!k-scroll-mt-3\.5 {
    scroll-margin-top: 14px !important;
}
.k-scroll-mt-4 {
    scroll-margin-top: 16px;
}
.\!k-scroll-mt-4 {
    scroll-margin-top: 16px !important;
}
.k-scroll-mt-4\.5 {
    scroll-margin-top: 18px;
}
.\!k-scroll-mt-4\.5 {
    scroll-margin-top: 18px !important;
}
.k-scroll-mt-5 {
    scroll-margin-top: 20px;
}
.\!k-scroll-mt-5 {
    scroll-margin-top: 20px !important;
}
.k-scroll-mt-5\.5 {
    scroll-margin-top: 22px;
}
.\!k-scroll-mt-5\.5 {
    scroll-margin-top: 22px !important;
}
.k-scroll-mt-6 {
    scroll-margin-top: 24px;
}
.\!k-scroll-mt-6 {
    scroll-margin-top: 24px !important;
}
.k-scroll-mt-6\.5 {
    scroll-margin-top: 26px;
}
.\!k-scroll-mt-6\.5 {
    scroll-margin-top: 26px !important;
}
.k-scroll-mt-7 {
    scroll-margin-top: 28px;
}
.\!k-scroll-mt-7 {
    scroll-margin-top: 28px !important;
}
.k-scroll-mt-7\.5 {
    scroll-margin-top: 30px;
}
.\!k-scroll-mt-7\.5 {
    scroll-margin-top: 30px !important;
}
.k-scroll-mt-8 {
    scroll-margin-top: 32px;
}
.\!k-scroll-mt-8 {
    scroll-margin-top: 32px !important;
}
.k-scroll-mt-9 {
    scroll-margin-top: 36px;
}
.\!k-scroll-mt-9 {
    scroll-margin-top: 36px !important;
}
.k-scroll-mt-10 {
    scroll-margin-top: 40px;
}
.\!k-scroll-mt-10 {
    scroll-margin-top: 40px !important;
}
.k-scroll-mt-11 {
    scroll-margin-top: 44px;
}
.\!k-scroll-mt-11 {
    scroll-margin-top: 44px !important;
}
.k-scroll-mt-12 {
    scroll-margin-top: 48px;
}
.\!k-scroll-mt-12 {
    scroll-margin-top: 48px !important;
}
.k-scroll-mt-13 {
    scroll-margin-top: 52px;
}
.\!k-scroll-mt-13 {
    scroll-margin-top: 52px !important;
}
.k-scroll-mt-14 {
    scroll-margin-top: 56px;
}
.\!k-scroll-mt-14 {
    scroll-margin-top: 56px !important;
}
.k-scroll-mt-15 {
    scroll-margin-top: 60px;
}
.\!k-scroll-mt-15 {
    scroll-margin-top: 60px !important;
}
.k-scroll-mt-16 {
    scroll-margin-top: 64px;
}
.\!k-scroll-mt-16 {
    scroll-margin-top: 64px !important;
}
.k-scroll-mt-17 {
    scroll-margin-top: 68px;
}
.\!k-scroll-mt-17 {
    scroll-margin-top: 68px !important;
}
.k-scroll-mt-18 {
    scroll-margin-top: 72px;
}
.\!k-scroll-mt-18 {
    scroll-margin-top: 72px !important;
}
.k-scroll-mt-19 {
    scroll-margin-top: 76px;
}
.\!k-scroll-mt-19 {
    scroll-margin-top: 76px !important;
}
.k-scroll-mt-20 {
    scroll-margin-top: 80px;
}
.\!k-scroll-mt-20 {
    scroll-margin-top: 80px !important;
}
.k-scroll-mt-21 {
    scroll-margin-top: 84px;
}
.\!k-scroll-mt-21 {
    scroll-margin-top: 84px !important;
}
.k-scroll-mt-22 {
    scroll-margin-top: 88px;
}
.\!k-scroll-mt-22 {
    scroll-margin-top: 88px !important;
}
.k-scroll-mt-23 {
    scroll-margin-top: 92px;
}
.\!k-scroll-mt-23 {
    scroll-margin-top: 92px !important;
}
.k-scroll-mt-24 {
    scroll-margin-top: 96px;
}
.\!k-scroll-mt-24 {
    scroll-margin-top: 96px !important;
}
.k-scroll-mr-0 {
    scroll-margin-right: 0;
}
.\!k-scroll-mr-0 {
    scroll-margin-right: 0 !important;
}
.k-scroll-mr-1px {
    scroll-margin-right: 1px;
}
.\!k-scroll-mr-1px {
    scroll-margin-right: 1px !important;
}
.k-scroll-mr-0\.5 {
    scroll-margin-right: 2px;
}
.\!k-scroll-mr-0\.5 {
    scroll-margin-right: 2px !important;
}
.k-scroll-mr-1 {
    scroll-margin-right: 4px;
}
.\!k-scroll-mr-1 {
    scroll-margin-right: 4px !important;
}
.k-scroll-mr-1\.5 {
    scroll-margin-right: 6px;
}
.\!k-scroll-mr-1\.5 {
    scroll-margin-right: 6px !important;
}
.k-scroll-mr-2 {
    scroll-margin-right: 8px;
}
.\!k-scroll-mr-2 {
    scroll-margin-right: 8px !important;
}
.k-scroll-mr-2\.5 {
    scroll-margin-right: 10px;
}
.\!k-scroll-mr-2\.5 {
    scroll-margin-right: 10px !important;
}
.k-scroll-mr-3 {
    scroll-margin-right: 12px;
}
.\!k-scroll-mr-3 {
    scroll-margin-right: 12px !important;
}
.k-scroll-mr-3\.5 {
    scroll-margin-right: 14px;
}
.\!k-scroll-mr-3\.5 {
    scroll-margin-right: 14px !important;
}
.k-scroll-mr-4 {
    scroll-margin-right: 16px;
}
.\!k-scroll-mr-4 {
    scroll-margin-right: 16px !important;
}
.k-scroll-mr-4\.5 {
    scroll-margin-right: 18px;
}
.\!k-scroll-mr-4\.5 {
    scroll-margin-right: 18px !important;
}
.k-scroll-mr-5 {
    scroll-margin-right: 20px;
}
.\!k-scroll-mr-5 {
    scroll-margin-right: 20px !important;
}
.k-scroll-mr-5\.5 {
    scroll-margin-right: 22px;
}
.\!k-scroll-mr-5\.5 {
    scroll-margin-right: 22px !important;
}
.k-scroll-mr-6 {
    scroll-margin-right: 24px;
}
.\!k-scroll-mr-6 {
    scroll-margin-right: 24px !important;
}
.k-scroll-mr-6\.5 {
    scroll-margin-right: 26px;
}
.\!k-scroll-mr-6\.5 {
    scroll-margin-right: 26px !important;
}
.k-scroll-mr-7 {
    scroll-margin-right: 28px;
}
.\!k-scroll-mr-7 {
    scroll-margin-right: 28px !important;
}
.k-scroll-mr-7\.5 {
    scroll-margin-right: 30px;
}
.\!k-scroll-mr-7\.5 {
    scroll-margin-right: 30px !important;
}
.k-scroll-mr-8 {
    scroll-margin-right: 32px;
}
.\!k-scroll-mr-8 {
    scroll-margin-right: 32px !important;
}
.k-scroll-mr-9 {
    scroll-margin-right: 36px;
}
.\!k-scroll-mr-9 {
    scroll-margin-right: 36px !important;
}
.k-scroll-mr-10 {
    scroll-margin-right: 40px;
}
.\!k-scroll-mr-10 {
    scroll-margin-right: 40px !important;
}
.k-scroll-mr-11 {
    scroll-margin-right: 44px;
}
.\!k-scroll-mr-11 {
    scroll-margin-right: 44px !important;
}
.k-scroll-mr-12 {
    scroll-margin-right: 48px;
}
.\!k-scroll-mr-12 {
    scroll-margin-right: 48px !important;
}
.k-scroll-mr-13 {
    scroll-margin-right: 52px;
}
.\!k-scroll-mr-13 {
    scroll-margin-right: 52px !important;
}
.k-scroll-mr-14 {
    scroll-margin-right: 56px;
}
.\!k-scroll-mr-14 {
    scroll-margin-right: 56px !important;
}
.k-scroll-mr-15 {
    scroll-margin-right: 60px;
}
.\!k-scroll-mr-15 {
    scroll-margin-right: 60px !important;
}
.k-scroll-mr-16 {
    scroll-margin-right: 64px;
}
.\!k-scroll-mr-16 {
    scroll-margin-right: 64px !important;
}
.k-scroll-mr-17 {
    scroll-margin-right: 68px;
}
.\!k-scroll-mr-17 {
    scroll-margin-right: 68px !important;
}
.k-scroll-mr-18 {
    scroll-margin-right: 72px;
}
.\!k-scroll-mr-18 {
    scroll-margin-right: 72px !important;
}
.k-scroll-mr-19 {
    scroll-margin-right: 76px;
}
.\!k-scroll-mr-19 {
    scroll-margin-right: 76px !important;
}
.k-scroll-mr-20 {
    scroll-margin-right: 80px;
}
.\!k-scroll-mr-20 {
    scroll-margin-right: 80px !important;
}
.k-scroll-mr-21 {
    scroll-margin-right: 84px;
}
.\!k-scroll-mr-21 {
    scroll-margin-right: 84px !important;
}
.k-scroll-mr-22 {
    scroll-margin-right: 88px;
}
.\!k-scroll-mr-22 {
    scroll-margin-right: 88px !important;
}
.k-scroll-mr-23 {
    scroll-margin-right: 92px;
}
.\!k-scroll-mr-23 {
    scroll-margin-right: 92px !important;
}
.k-scroll-mr-24 {
    scroll-margin-right: 96px;
}
.\!k-scroll-mr-24 {
    scroll-margin-right: 96px !important;
}
.k-scroll-mb-0 {
    scroll-margin-bottom: 0;
}
.\!k-scroll-mb-0 {
    scroll-margin-bottom: 0 !important;
}
.k-scroll-mb-1px {
    scroll-margin-bottom: 1px;
}
.\!k-scroll-mb-1px {
    scroll-margin-bottom: 1px !important;
}
.k-scroll-mb-0\.5 {
    scroll-margin-bottom: 2px;
}
.\!k-scroll-mb-0\.5 {
    scroll-margin-bottom: 2px !important;
}
.k-scroll-mb-1 {
    scroll-margin-bottom: 4px;
}
.\!k-scroll-mb-1 {
    scroll-margin-bottom: 4px !important;
}
.k-scroll-mb-1\.5 {
    scroll-margin-bottom: 6px;
}
.\!k-scroll-mb-1\.5 {
    scroll-margin-bottom: 6px !important;
}
.k-scroll-mb-2 {
    scroll-margin-bottom: 8px;
}
.\!k-scroll-mb-2 {
    scroll-margin-bottom: 8px !important;
}
.k-scroll-mb-2\.5 {
    scroll-margin-bottom: 10px;
}
.\!k-scroll-mb-2\.5 {
    scroll-margin-bottom: 10px !important;
}
.k-scroll-mb-3 {
    scroll-margin-bottom: 12px;
}
.\!k-scroll-mb-3 {
    scroll-margin-bottom: 12px !important;
}
.k-scroll-mb-3\.5 {
    scroll-margin-bottom: 14px;
}
.\!k-scroll-mb-3\.5 {
    scroll-margin-bottom: 14px !important;
}
.k-scroll-mb-4 {
    scroll-margin-bottom: 16px;
}
.\!k-scroll-mb-4 {
    scroll-margin-bottom: 16px !important;
}
.k-scroll-mb-4\.5 {
    scroll-margin-bottom: 18px;
}
.\!k-scroll-mb-4\.5 {
    scroll-margin-bottom: 18px !important;
}
.k-scroll-mb-5 {
    scroll-margin-bottom: 20px;
}
.\!k-scroll-mb-5 {
    scroll-margin-bottom: 20px !important;
}
.k-scroll-mb-5\.5 {
    scroll-margin-bottom: 22px;
}
.\!k-scroll-mb-5\.5 {
    scroll-margin-bottom: 22px !important;
}
.k-scroll-mb-6 {
    scroll-margin-bottom: 24px;
}
.\!k-scroll-mb-6 {
    scroll-margin-bottom: 24px !important;
}
.k-scroll-mb-6\.5 {
    scroll-margin-bottom: 26px;
}
.\!k-scroll-mb-6\.5 {
    scroll-margin-bottom: 26px !important;
}
.k-scroll-mb-7 {
    scroll-margin-bottom: 28px;
}
.\!k-scroll-mb-7 {
    scroll-margin-bottom: 28px !important;
}
.k-scroll-mb-7\.5 {
    scroll-margin-bottom: 30px;
}
.\!k-scroll-mb-7\.5 {
    scroll-margin-bottom: 30px !important;
}
.k-scroll-mb-8 {
    scroll-margin-bottom: 32px;
}
.\!k-scroll-mb-8 {
    scroll-margin-bottom: 32px !important;
}
.k-scroll-mb-9 {
    scroll-margin-bottom: 36px;
}
.\!k-scroll-mb-9 {
    scroll-margin-bottom: 36px !important;
}
.k-scroll-mb-10 {
    scroll-margin-bottom: 40px;
}
.\!k-scroll-mb-10 {
    scroll-margin-bottom: 40px !important;
}
.k-scroll-mb-11 {
    scroll-margin-bottom: 44px;
}
.\!k-scroll-mb-11 {
    scroll-margin-bottom: 44px !important;
}
.k-scroll-mb-12 {
    scroll-margin-bottom: 48px;
}
.\!k-scroll-mb-12 {
    scroll-margin-bottom: 48px !important;
}
.k-scroll-mb-13 {
    scroll-margin-bottom: 52px;
}
.\!k-scroll-mb-13 {
    scroll-margin-bottom: 52px !important;
}
.k-scroll-mb-14 {
    scroll-margin-bottom: 56px;
}
.\!k-scroll-mb-14 {
    scroll-margin-bottom: 56px !important;
}
.k-scroll-mb-15 {
    scroll-margin-bottom: 60px;
}
.\!k-scroll-mb-15 {
    scroll-margin-bottom: 60px !important;
}
.k-scroll-mb-16 {
    scroll-margin-bottom: 64px;
}
.\!k-scroll-mb-16 {
    scroll-margin-bottom: 64px !important;
}
.k-scroll-mb-17 {
    scroll-margin-bottom: 68px;
}
.\!k-scroll-mb-17 {
    scroll-margin-bottom: 68px !important;
}
.k-scroll-mb-18 {
    scroll-margin-bottom: 72px;
}
.\!k-scroll-mb-18 {
    scroll-margin-bottom: 72px !important;
}
.k-scroll-mb-19 {
    scroll-margin-bottom: 76px;
}
.\!k-scroll-mb-19 {
    scroll-margin-bottom: 76px !important;
}
.k-scroll-mb-20 {
    scroll-margin-bottom: 80px;
}
.\!k-scroll-mb-20 {
    scroll-margin-bottom: 80px !important;
}
.k-scroll-mb-21 {
    scroll-margin-bottom: 84px;
}
.\!k-scroll-mb-21 {
    scroll-margin-bottom: 84px !important;
}
.k-scroll-mb-22 {
    scroll-margin-bottom: 88px;
}
.\!k-scroll-mb-22 {
    scroll-margin-bottom: 88px !important;
}
.k-scroll-mb-23 {
    scroll-margin-bottom: 92px;
}
.\!k-scroll-mb-23 {
    scroll-margin-bottom: 92px !important;
}
.k-scroll-mb-24 {
    scroll-margin-bottom: 96px;
}
.\!k-scroll-mb-24 {
    scroll-margin-bottom: 96px !important;
}
.k-scroll-ml-0 {
    scroll-margin-left: 0;
}
.\!k-scroll-ml-0 {
    scroll-margin-left: 0 !important;
}
.k-scroll-ml-1px {
    scroll-margin-left: 1px;
}
.\!k-scroll-ml-1px {
    scroll-margin-left: 1px !important;
}
.k-scroll-ml-0\.5 {
    scroll-margin-left: 2px;
}
.\!k-scroll-ml-0\.5 {
    scroll-margin-left: 2px !important;
}
.k-scroll-ml-1 {
    scroll-margin-left: 4px;
}
.\!k-scroll-ml-1 {
    scroll-margin-left: 4px !important;
}
.k-scroll-ml-1\.5 {
    scroll-margin-left: 6px;
}
.\!k-scroll-ml-1\.5 {
    scroll-margin-left: 6px !important;
}
.k-scroll-ml-2 {
    scroll-margin-left: 8px;
}
.\!k-scroll-ml-2 {
    scroll-margin-left: 8px !important;
}
.k-scroll-ml-2\.5 {
    scroll-margin-left: 10px;
}
.\!k-scroll-ml-2\.5 {
    scroll-margin-left: 10px !important;
}
.k-scroll-ml-3 {
    scroll-margin-left: 12px;
}
.\!k-scroll-ml-3 {
    scroll-margin-left: 12px !important;
}
.k-scroll-ml-3\.5 {
    scroll-margin-left: 14px;
}
.\!k-scroll-ml-3\.5 {
    scroll-margin-left: 14px !important;
}
.k-scroll-ml-4 {
    scroll-margin-left: 16px;
}
.\!k-scroll-ml-4 {
    scroll-margin-left: 16px !important;
}
.k-scroll-ml-4\.5 {
    scroll-margin-left: 18px;
}
.\!k-scroll-ml-4\.5 {
    scroll-margin-left: 18px !important;
}
.k-scroll-ml-5 {
    scroll-margin-left: 20px;
}
.\!k-scroll-ml-5 {
    scroll-margin-left: 20px !important;
}
.k-scroll-ml-5\.5 {
    scroll-margin-left: 22px;
}
.\!k-scroll-ml-5\.5 {
    scroll-margin-left: 22px !important;
}
.k-scroll-ml-6 {
    scroll-margin-left: 24px;
}
.\!k-scroll-ml-6 {
    scroll-margin-left: 24px !important;
}
.k-scroll-ml-6\.5 {
    scroll-margin-left: 26px;
}
.\!k-scroll-ml-6\.5 {
    scroll-margin-left: 26px !important;
}
.k-scroll-ml-7 {
    scroll-margin-left: 28px;
}
.\!k-scroll-ml-7 {
    scroll-margin-left: 28px !important;
}
.k-scroll-ml-7\.5 {
    scroll-margin-left: 30px;
}
.\!k-scroll-ml-7\.5 {
    scroll-margin-left: 30px !important;
}
.k-scroll-ml-8 {
    scroll-margin-left: 32px;
}
.\!k-scroll-ml-8 {
    scroll-margin-left: 32px !important;
}
.k-scroll-ml-9 {
    scroll-margin-left: 36px;
}
.\!k-scroll-ml-9 {
    scroll-margin-left: 36px !important;
}
.k-scroll-ml-10 {
    scroll-margin-left: 40px;
}
.\!k-scroll-ml-10 {
    scroll-margin-left: 40px !important;
}
.k-scroll-ml-11 {
    scroll-margin-left: 44px;
}
.\!k-scroll-ml-11 {
    scroll-margin-left: 44px !important;
}
.k-scroll-ml-12 {
    scroll-margin-left: 48px;
}
.\!k-scroll-ml-12 {
    scroll-margin-left: 48px !important;
}
.k-scroll-ml-13 {
    scroll-margin-left: 52px;
}
.\!k-scroll-ml-13 {
    scroll-margin-left: 52px !important;
}
.k-scroll-ml-14 {
    scroll-margin-left: 56px;
}
.\!k-scroll-ml-14 {
    scroll-margin-left: 56px !important;
}
.k-scroll-ml-15 {
    scroll-margin-left: 60px;
}
.\!k-scroll-ml-15 {
    scroll-margin-left: 60px !important;
}
.k-scroll-ml-16 {
    scroll-margin-left: 64px;
}
.\!k-scroll-ml-16 {
    scroll-margin-left: 64px !important;
}
.k-scroll-ml-17 {
    scroll-margin-left: 68px;
}
.\!k-scroll-ml-17 {
    scroll-margin-left: 68px !important;
}
.k-scroll-ml-18 {
    scroll-margin-left: 72px;
}
.\!k-scroll-ml-18 {
    scroll-margin-left: 72px !important;
}
.k-scroll-ml-19 {
    scroll-margin-left: 76px;
}
.\!k-scroll-ml-19 {
    scroll-margin-left: 76px !important;
}
.k-scroll-ml-20 {
    scroll-margin-left: 80px;
}
.\!k-scroll-ml-20 {
    scroll-margin-left: 80px !important;
}
.k-scroll-ml-21 {
    scroll-margin-left: 84px;
}
.\!k-scroll-ml-21 {
    scroll-margin-left: 84px !important;
}
.k-scroll-ml-22 {
    scroll-margin-left: 88px;
}
.\!k-scroll-ml-22 {
    scroll-margin-left: 88px !important;
}
.k-scroll-ml-23 {
    scroll-margin-left: 92px;
}
.\!k-scroll-ml-23 {
    scroll-margin-left: 92px !important;
}
.k-scroll-ml-24 {
    scroll-margin-left: 96px;
}
.\!k-scroll-ml-24 {
    scroll-margin-left: 96px !important;
}
.k-scroll-mx-0 {
    scroll-margin-inline: 0;
}
.\!k-scroll-mx-0 {
    scroll-margin-inline: 0 !important;
}
.k-scroll-mx-1px {
    scroll-margin-inline: 1px;
}
.\!k-scroll-mx-1px {
    scroll-margin-inline: 1px !important;
}
.k-scroll-mx-0\.5 {
    scroll-margin-inline: 2px;
}
.\!k-scroll-mx-0\.5 {
    scroll-margin-inline: 2px !important;
}
.k-scroll-mx-1 {
    scroll-margin-inline: 4px;
}
.\!k-scroll-mx-1 {
    scroll-margin-inline: 4px !important;
}
.k-scroll-mx-1\.5 {
    scroll-margin-inline: 6px;
}
.\!k-scroll-mx-1\.5 {
    scroll-margin-inline: 6px !important;
}
.k-scroll-mx-2 {
    scroll-margin-inline: 8px;
}
.\!k-scroll-mx-2 {
    scroll-margin-inline: 8px !important;
}
.k-scroll-mx-2\.5 {
    scroll-margin-inline: 10px;
}
.\!k-scroll-mx-2\.5 {
    scroll-margin-inline: 10px !important;
}
.k-scroll-mx-3 {
    scroll-margin-inline: 12px;
}
.\!k-scroll-mx-3 {
    scroll-margin-inline: 12px !important;
}
.k-scroll-mx-3\.5 {
    scroll-margin-inline: 14px;
}
.\!k-scroll-mx-3\.5 {
    scroll-margin-inline: 14px !important;
}
.k-scroll-mx-4 {
    scroll-margin-inline: 16px;
}
.\!k-scroll-mx-4 {
    scroll-margin-inline: 16px !important;
}
.k-scroll-mx-4\.5 {
    scroll-margin-inline: 18px;
}
.\!k-scroll-mx-4\.5 {
    scroll-margin-inline: 18px !important;
}
.k-scroll-mx-5 {
    scroll-margin-inline: 20px;
}
.\!k-scroll-mx-5 {
    scroll-margin-inline: 20px !important;
}
.k-scroll-mx-5\.5 {
    scroll-margin-inline: 22px;
}
.\!k-scroll-mx-5\.5 {
    scroll-margin-inline: 22px !important;
}
.k-scroll-mx-6 {
    scroll-margin-inline: 24px;
}
.\!k-scroll-mx-6 {
    scroll-margin-inline: 24px !important;
}
.k-scroll-mx-6\.5 {
    scroll-margin-inline: 26px;
}
.\!k-scroll-mx-6\.5 {
    scroll-margin-inline: 26px !important;
}
.k-scroll-mx-7 {
    scroll-margin-inline: 28px;
}
.\!k-scroll-mx-7 {
    scroll-margin-inline: 28px !important;
}
.k-scroll-mx-7\.5 {
    scroll-margin-inline: 30px;
}
.\!k-scroll-mx-7\.5 {
    scroll-margin-inline: 30px !important;
}
.k-scroll-mx-8 {
    scroll-margin-inline: 32px;
}
.\!k-scroll-mx-8 {
    scroll-margin-inline: 32px !important;
}
.k-scroll-mx-9 {
    scroll-margin-inline: 36px;
}
.\!k-scroll-mx-9 {
    scroll-margin-inline: 36px !important;
}
.k-scroll-mx-10 {
    scroll-margin-inline: 40px;
}
.\!k-scroll-mx-10 {
    scroll-margin-inline: 40px !important;
}
.k-scroll-mx-11 {
    scroll-margin-inline: 44px;
}
.\!k-scroll-mx-11 {
    scroll-margin-inline: 44px !important;
}
.k-scroll-mx-12 {
    scroll-margin-inline: 48px;
}
.\!k-scroll-mx-12 {
    scroll-margin-inline: 48px !important;
}
.k-scroll-mx-13 {
    scroll-margin-inline: 52px;
}
.\!k-scroll-mx-13 {
    scroll-margin-inline: 52px !important;
}
.k-scroll-mx-14 {
    scroll-margin-inline: 56px;
}
.\!k-scroll-mx-14 {
    scroll-margin-inline: 56px !important;
}
.k-scroll-mx-15 {
    scroll-margin-inline: 60px;
}
.\!k-scroll-mx-15 {
    scroll-margin-inline: 60px !important;
}
.k-scroll-mx-16 {
    scroll-margin-inline: 64px;
}
.\!k-scroll-mx-16 {
    scroll-margin-inline: 64px !important;
}
.k-scroll-mx-17 {
    scroll-margin-inline: 68px;
}
.\!k-scroll-mx-17 {
    scroll-margin-inline: 68px !important;
}
.k-scroll-mx-18 {
    scroll-margin-inline: 72px;
}
.\!k-scroll-mx-18 {
    scroll-margin-inline: 72px !important;
}
.k-scroll-mx-19 {
    scroll-margin-inline: 76px;
}
.\!k-scroll-mx-19 {
    scroll-margin-inline: 76px !important;
}
.k-scroll-mx-20 {
    scroll-margin-inline: 80px;
}
.\!k-scroll-mx-20 {
    scroll-margin-inline: 80px !important;
}
.k-scroll-mx-21 {
    scroll-margin-inline: 84px;
}
.\!k-scroll-mx-21 {
    scroll-margin-inline: 84px !important;
}
.k-scroll-mx-22 {
    scroll-margin-inline: 88px;
}
.\!k-scroll-mx-22 {
    scroll-margin-inline: 88px !important;
}
.k-scroll-mx-23 {
    scroll-margin-inline: 92px;
}
.\!k-scroll-mx-23 {
    scroll-margin-inline: 92px !important;
}
.k-scroll-mx-24 {
    scroll-margin-inline: 96px;
}
.\!k-scroll-mx-24 {
    scroll-margin-inline: 96px !important;
}
.k-scroll-my-0 {
    scroll-margin-block: 0;
}
.\!k-scroll-my-0 {
    scroll-margin-block: 0 !important;
}
.k-scroll-my-1px {
    scroll-margin-block: 1px;
}
.\!k-scroll-my-1px {
    scroll-margin-block: 1px !important;
}
.k-scroll-my-0\.5 {
    scroll-margin-block: 2px;
}
.\!k-scroll-my-0\.5 {
    scroll-margin-block: 2px !important;
}
.k-scroll-my-1 {
    scroll-margin-block: 4px;
}
.\!k-scroll-my-1 {
    scroll-margin-block: 4px !important;
}
.k-scroll-my-1\.5 {
    scroll-margin-block: 6px;
}
.\!k-scroll-my-1\.5 {
    scroll-margin-block: 6px !important;
}
.k-scroll-my-2 {
    scroll-margin-block: 8px;
}
.\!k-scroll-my-2 {
    scroll-margin-block: 8px !important;
}
.k-scroll-my-2\.5 {
    scroll-margin-block: 10px;
}
.\!k-scroll-my-2\.5 {
    scroll-margin-block: 10px !important;
}
.k-scroll-my-3 {
    scroll-margin-block: 12px;
}
.\!k-scroll-my-3 {
    scroll-margin-block: 12px !important;
}
.k-scroll-my-3\.5 {
    scroll-margin-block: 14px;
}
.\!k-scroll-my-3\.5 {
    scroll-margin-block: 14px !important;
}
.k-scroll-my-4 {
    scroll-margin-block: 16px;
}
.\!k-scroll-my-4 {
    scroll-margin-block: 16px !important;
}
.k-scroll-my-4\.5 {
    scroll-margin-block: 18px;
}
.\!k-scroll-my-4\.5 {
    scroll-margin-block: 18px !important;
}
.k-scroll-my-5 {
    scroll-margin-block: 20px;
}
.\!k-scroll-my-5 {
    scroll-margin-block: 20px !important;
}
.k-scroll-my-5\.5 {
    scroll-margin-block: 22px;
}
.\!k-scroll-my-5\.5 {
    scroll-margin-block: 22px !important;
}
.k-scroll-my-6 {
    scroll-margin-block: 24px;
}
.\!k-scroll-my-6 {
    scroll-margin-block: 24px !important;
}
.k-scroll-my-6\.5 {
    scroll-margin-block: 26px;
}
.\!k-scroll-my-6\.5 {
    scroll-margin-block: 26px !important;
}
.k-scroll-my-7 {
    scroll-margin-block: 28px;
}
.\!k-scroll-my-7 {
    scroll-margin-block: 28px !important;
}
.k-scroll-my-7\.5 {
    scroll-margin-block: 30px;
}
.\!k-scroll-my-7\.5 {
    scroll-margin-block: 30px !important;
}
.k-scroll-my-8 {
    scroll-margin-block: 32px;
}
.\!k-scroll-my-8 {
    scroll-margin-block: 32px !important;
}
.k-scroll-my-9 {
    scroll-margin-block: 36px;
}
.\!k-scroll-my-9 {
    scroll-margin-block: 36px !important;
}
.k-scroll-my-10 {
    scroll-margin-block: 40px;
}
.\!k-scroll-my-10 {
    scroll-margin-block: 40px !important;
}
.k-scroll-my-11 {
    scroll-margin-block: 44px;
}
.\!k-scroll-my-11 {
    scroll-margin-block: 44px !important;
}
.k-scroll-my-12 {
    scroll-margin-block: 48px;
}
.\!k-scroll-my-12 {
    scroll-margin-block: 48px !important;
}
.k-scroll-my-13 {
    scroll-margin-block: 52px;
}
.\!k-scroll-my-13 {
    scroll-margin-block: 52px !important;
}
.k-scroll-my-14 {
    scroll-margin-block: 56px;
}
.\!k-scroll-my-14 {
    scroll-margin-block: 56px !important;
}
.k-scroll-my-15 {
    scroll-margin-block: 60px;
}
.\!k-scroll-my-15 {
    scroll-margin-block: 60px !important;
}
.k-scroll-my-16 {
    scroll-margin-block: 64px;
}
.\!k-scroll-my-16 {
    scroll-margin-block: 64px !important;
}
.k-scroll-my-17 {
    scroll-margin-block: 68px;
}
.\!k-scroll-my-17 {
    scroll-margin-block: 68px !important;
}
.k-scroll-my-18 {
    scroll-margin-block: 72px;
}
.\!k-scroll-my-18 {
    scroll-margin-block: 72px !important;
}
.k-scroll-my-19 {
    scroll-margin-block: 76px;
}
.\!k-scroll-my-19 {
    scroll-margin-block: 76px !important;
}
.k-scroll-my-20 {
    scroll-margin-block: 80px;
}
.\!k-scroll-my-20 {
    scroll-margin-block: 80px !important;
}
.k-scroll-my-21 {
    scroll-margin-block: 84px;
}
.\!k-scroll-my-21 {
    scroll-margin-block: 84px !important;
}
.k-scroll-my-22 {
    scroll-margin-block: 88px;
}
.\!k-scroll-my-22 {
    scroll-margin-block: 88px !important;
}
.k-scroll-my-23 {
    scroll-margin-block: 92px;
}
.\!k-scroll-my-23 {
    scroll-margin-block: 92px !important;
}
.k-scroll-my-24 {
    scroll-margin-block: 96px;
}
.\!k-scroll-my-24 {
    scroll-margin-block: 96px !important;
}
.k-scroll-p-0 {
    scroll-padding: 0;
}
.\!k-scroll-p-0 {
    scroll-padding: 0 !important;
}
.k-scroll-p-1px {
    scroll-padding: 1px;
}
.\!k-scroll-p-1px {
    scroll-padding: 1px !important;
}
.k-scroll-p-0\.5 {
    scroll-padding: 2px;
}
.\!k-scroll-p-0\.5 {
    scroll-padding: 2px !important;
}
.k-scroll-p-1 {
    scroll-padding: 4px;
}
.\!k-scroll-p-1 {
    scroll-padding: 4px !important;
}
.k-scroll-p-1\.5 {
    scroll-padding: 6px;
}
.\!k-scroll-p-1\.5 {
    scroll-padding: 6px !important;
}
.k-scroll-p-2 {
    scroll-padding: 8px;
}
.\!k-scroll-p-2 {
    scroll-padding: 8px !important;
}
.k-scroll-p-2\.5 {
    scroll-padding: 10px;
}
.\!k-scroll-p-2\.5 {
    scroll-padding: 10px !important;
}
.k-scroll-p-3 {
    scroll-padding: 12px;
}
.\!k-scroll-p-3 {
    scroll-padding: 12px !important;
}
.k-scroll-p-3\.5 {
    scroll-padding: 14px;
}
.\!k-scroll-p-3\.5 {
    scroll-padding: 14px !important;
}
.k-scroll-p-4 {
    scroll-padding: 16px;
}
.\!k-scroll-p-4 {
    scroll-padding: 16px !important;
}
.k-scroll-p-4\.5 {
    scroll-padding: 18px;
}
.\!k-scroll-p-4\.5 {
    scroll-padding: 18px !important;
}
.k-scroll-p-5 {
    scroll-padding: 20px;
}
.\!k-scroll-p-5 {
    scroll-padding: 20px !important;
}
.k-scroll-p-5\.5 {
    scroll-padding: 22px;
}
.\!k-scroll-p-5\.5 {
    scroll-padding: 22px !important;
}
.k-scroll-p-6 {
    scroll-padding: 24px;
}
.\!k-scroll-p-6 {
    scroll-padding: 24px !important;
}
.k-scroll-p-6\.5 {
    scroll-padding: 26px;
}
.\!k-scroll-p-6\.5 {
    scroll-padding: 26px !important;
}
.k-scroll-p-7 {
    scroll-padding: 28px;
}
.\!k-scroll-p-7 {
    scroll-padding: 28px !important;
}
.k-scroll-p-7\.5 {
    scroll-padding: 30px;
}
.\!k-scroll-p-7\.5 {
    scroll-padding: 30px !important;
}
.k-scroll-p-8 {
    scroll-padding: 32px;
}
.\!k-scroll-p-8 {
    scroll-padding: 32px !important;
}
.k-scroll-p-9 {
    scroll-padding: 36px;
}
.\!k-scroll-p-9 {
    scroll-padding: 36px !important;
}
.k-scroll-p-10 {
    scroll-padding: 40px;
}
.\!k-scroll-p-10 {
    scroll-padding: 40px !important;
}
.k-scroll-p-11 {
    scroll-padding: 44px;
}
.\!k-scroll-p-11 {
    scroll-padding: 44px !important;
}
.k-scroll-p-12 {
    scroll-padding: 48px;
}
.\!k-scroll-p-12 {
    scroll-padding: 48px !important;
}
.k-scroll-p-13 {
    scroll-padding: 52px;
}
.\!k-scroll-p-13 {
    scroll-padding: 52px !important;
}
.k-scroll-p-14 {
    scroll-padding: 56px;
}
.\!k-scroll-p-14 {
    scroll-padding: 56px !important;
}
.k-scroll-p-15 {
    scroll-padding: 60px;
}
.\!k-scroll-p-15 {
    scroll-padding: 60px !important;
}
.k-scroll-p-16 {
    scroll-padding: 64px;
}
.\!k-scroll-p-16 {
    scroll-padding: 64px !important;
}
.k-scroll-p-17 {
    scroll-padding: 68px;
}
.\!k-scroll-p-17 {
    scroll-padding: 68px !important;
}
.k-scroll-p-18 {
    scroll-padding: 72px;
}
.\!k-scroll-p-18 {
    scroll-padding: 72px !important;
}
.k-scroll-p-19 {
    scroll-padding: 76px;
}
.\!k-scroll-p-19 {
    scroll-padding: 76px !important;
}
.k-scroll-p-20 {
    scroll-padding: 80px;
}
.\!k-scroll-p-20 {
    scroll-padding: 80px !important;
}
.k-scroll-p-21 {
    scroll-padding: 84px;
}
.\!k-scroll-p-21 {
    scroll-padding: 84px !important;
}
.k-scroll-p-22 {
    scroll-padding: 88px;
}
.\!k-scroll-p-22 {
    scroll-padding: 88px !important;
}
.k-scroll-p-23 {
    scroll-padding: 92px;
}
.\!k-scroll-p-23 {
    scroll-padding: 92px !important;
}
.k-scroll-p-24 {
    scroll-padding: 96px;
}
.\!k-scroll-p-24 {
    scroll-padding: 96px !important;
}
.k-scroll-pt-0 {
    scroll-padding-top: 0;
}
.\!k-scroll-pt-0 {
    scroll-padding-top: 0 !important;
}
.k-scroll-pt-1px {
    scroll-padding-top: 1px;
}
.\!k-scroll-pt-1px {
    scroll-padding-top: 1px !important;
}
.k-scroll-pt-0\.5 {
    scroll-padding-top: 2px;
}
.\!k-scroll-pt-0\.5 {
    scroll-padding-top: 2px !important;
}
.k-scroll-pt-1 {
    scroll-padding-top: 4px;
}
.\!k-scroll-pt-1 {
    scroll-padding-top: 4px !important;
}
.k-scroll-pt-1\.5 {
    scroll-padding-top: 6px;
}
.\!k-scroll-pt-1\.5 {
    scroll-padding-top: 6px !important;
}
.k-scroll-pt-2 {
    scroll-padding-top: 8px;
}
.\!k-scroll-pt-2 {
    scroll-padding-top: 8px !important;
}
.k-scroll-pt-2\.5 {
    scroll-padding-top: 10px;
}
.\!k-scroll-pt-2\.5 {
    scroll-padding-top: 10px !important;
}
.k-scroll-pt-3 {
    scroll-padding-top: 12px;
}
.\!k-scroll-pt-3 {
    scroll-padding-top: 12px !important;
}
.k-scroll-pt-3\.5 {
    scroll-padding-top: 14px;
}
.\!k-scroll-pt-3\.5 {
    scroll-padding-top: 14px !important;
}
.k-scroll-pt-4 {
    scroll-padding-top: 16px;
}
.\!k-scroll-pt-4 {
    scroll-padding-top: 16px !important;
}
.k-scroll-pt-4\.5 {
    scroll-padding-top: 18px;
}
.\!k-scroll-pt-4\.5 {
    scroll-padding-top: 18px !important;
}
.k-scroll-pt-5 {
    scroll-padding-top: 20px;
}
.\!k-scroll-pt-5 {
    scroll-padding-top: 20px !important;
}
.k-scroll-pt-5\.5 {
    scroll-padding-top: 22px;
}
.\!k-scroll-pt-5\.5 {
    scroll-padding-top: 22px !important;
}
.k-scroll-pt-6 {
    scroll-padding-top: 24px;
}
.\!k-scroll-pt-6 {
    scroll-padding-top: 24px !important;
}
.k-scroll-pt-6\.5 {
    scroll-padding-top: 26px;
}
.\!k-scroll-pt-6\.5 {
    scroll-padding-top: 26px !important;
}
.k-scroll-pt-7 {
    scroll-padding-top: 28px;
}
.\!k-scroll-pt-7 {
    scroll-padding-top: 28px !important;
}
.k-scroll-pt-7\.5 {
    scroll-padding-top: 30px;
}
.\!k-scroll-pt-7\.5 {
    scroll-padding-top: 30px !important;
}
.k-scroll-pt-8 {
    scroll-padding-top: 32px;
}
.\!k-scroll-pt-8 {
    scroll-padding-top: 32px !important;
}
.k-scroll-pt-9 {
    scroll-padding-top: 36px;
}
.\!k-scroll-pt-9 {
    scroll-padding-top: 36px !important;
}
.k-scroll-pt-10 {
    scroll-padding-top: 40px;
}
.\!k-scroll-pt-10 {
    scroll-padding-top: 40px !important;
}
.k-scroll-pt-11 {
    scroll-padding-top: 44px;
}
.\!k-scroll-pt-11 {
    scroll-padding-top: 44px !important;
}
.k-scroll-pt-12 {
    scroll-padding-top: 48px;
}
.\!k-scroll-pt-12 {
    scroll-padding-top: 48px !important;
}
.k-scroll-pt-13 {
    scroll-padding-top: 52px;
}
.\!k-scroll-pt-13 {
    scroll-padding-top: 52px !important;
}
.k-scroll-pt-14 {
    scroll-padding-top: 56px;
}
.\!k-scroll-pt-14 {
    scroll-padding-top: 56px !important;
}
.k-scroll-pt-15 {
    scroll-padding-top: 60px;
}
.\!k-scroll-pt-15 {
    scroll-padding-top: 60px !important;
}
.k-scroll-pt-16 {
    scroll-padding-top: 64px;
}
.\!k-scroll-pt-16 {
    scroll-padding-top: 64px !important;
}
.k-scroll-pt-17 {
    scroll-padding-top: 68px;
}
.\!k-scroll-pt-17 {
    scroll-padding-top: 68px !important;
}
.k-scroll-pt-18 {
    scroll-padding-top: 72px;
}
.\!k-scroll-pt-18 {
    scroll-padding-top: 72px !important;
}
.k-scroll-pt-19 {
    scroll-padding-top: 76px;
}
.\!k-scroll-pt-19 {
    scroll-padding-top: 76px !important;
}
.k-scroll-pt-20 {
    scroll-padding-top: 80px;
}
.\!k-scroll-pt-20 {
    scroll-padding-top: 80px !important;
}
.k-scroll-pt-21 {
    scroll-padding-top: 84px;
}
.\!k-scroll-pt-21 {
    scroll-padding-top: 84px !important;
}
.k-scroll-pt-22 {
    scroll-padding-top: 88px;
}
.\!k-scroll-pt-22 {
    scroll-padding-top: 88px !important;
}
.k-scroll-pt-23 {
    scroll-padding-top: 92px;
}
.\!k-scroll-pt-23 {
    scroll-padding-top: 92px !important;
}
.k-scroll-pt-24 {
    scroll-padding-top: 96px;
}
.\!k-scroll-pt-24 {
    scroll-padding-top: 96px !important;
}
.k-scroll-pr-0 {
    scroll-padding-right: 0;
}
.\!k-scroll-pr-0 {
    scroll-padding-right: 0 !important;
}
.k-scroll-pr-1px {
    scroll-padding-right: 1px;
}
.\!k-scroll-pr-1px {
    scroll-padding-right: 1px !important;
}
.k-scroll-pr-0\.5 {
    scroll-padding-right: 2px;
}
.\!k-scroll-pr-0\.5 {
    scroll-padding-right: 2px !important;
}
.k-scroll-pr-1 {
    scroll-padding-right: 4px;
}
.\!k-scroll-pr-1 {
    scroll-padding-right: 4px !important;
}
.k-scroll-pr-1\.5 {
    scroll-padding-right: 6px;
}
.\!k-scroll-pr-1\.5 {
    scroll-padding-right: 6px !important;
}
.k-scroll-pr-2 {
    scroll-padding-right: 8px;
}
.\!k-scroll-pr-2 {
    scroll-padding-right: 8px !important;
}
.k-scroll-pr-2\.5 {
    scroll-padding-right: 10px;
}
.\!k-scroll-pr-2\.5 {
    scroll-padding-right: 10px !important;
}
.k-scroll-pr-3 {
    scroll-padding-right: 12px;
}
.\!k-scroll-pr-3 {
    scroll-padding-right: 12px !important;
}
.k-scroll-pr-3\.5 {
    scroll-padding-right: 14px;
}
.\!k-scroll-pr-3\.5 {
    scroll-padding-right: 14px !important;
}
.k-scroll-pr-4 {
    scroll-padding-right: 16px;
}
.\!k-scroll-pr-4 {
    scroll-padding-right: 16px !important;
}
.k-scroll-pr-4\.5 {
    scroll-padding-right: 18px;
}
.\!k-scroll-pr-4\.5 {
    scroll-padding-right: 18px !important;
}
.k-scroll-pr-5 {
    scroll-padding-right: 20px;
}
.\!k-scroll-pr-5 {
    scroll-padding-right: 20px !important;
}
.k-scroll-pr-5\.5 {
    scroll-padding-right: 22px;
}
.\!k-scroll-pr-5\.5 {
    scroll-padding-right: 22px !important;
}
.k-scroll-pr-6 {
    scroll-padding-right: 24px;
}
.\!k-scroll-pr-6 {
    scroll-padding-right: 24px !important;
}
.k-scroll-pr-6\.5 {
    scroll-padding-right: 26px;
}
.\!k-scroll-pr-6\.5 {
    scroll-padding-right: 26px !important;
}
.k-scroll-pr-7 {
    scroll-padding-right: 28px;
}
.\!k-scroll-pr-7 {
    scroll-padding-right: 28px !important;
}
.k-scroll-pr-7\.5 {
    scroll-padding-right: 30px;
}
.\!k-scroll-pr-7\.5 {
    scroll-padding-right: 30px !important;
}
.k-scroll-pr-8 {
    scroll-padding-right: 32px;
}
.\!k-scroll-pr-8 {
    scroll-padding-right: 32px !important;
}
.k-scroll-pr-9 {
    scroll-padding-right: 36px;
}
.\!k-scroll-pr-9 {
    scroll-padding-right: 36px !important;
}
.k-scroll-pr-10 {
    scroll-padding-right: 40px;
}
.\!k-scroll-pr-10 {
    scroll-padding-right: 40px !important;
}
.k-scroll-pr-11 {
    scroll-padding-right: 44px;
}
.\!k-scroll-pr-11 {
    scroll-padding-right: 44px !important;
}
.k-scroll-pr-12 {
    scroll-padding-right: 48px;
}
.\!k-scroll-pr-12 {
    scroll-padding-right: 48px !important;
}
.k-scroll-pr-13 {
    scroll-padding-right: 52px;
}
.\!k-scroll-pr-13 {
    scroll-padding-right: 52px !important;
}
.k-scroll-pr-14 {
    scroll-padding-right: 56px;
}
.\!k-scroll-pr-14 {
    scroll-padding-right: 56px !important;
}
.k-scroll-pr-15 {
    scroll-padding-right: 60px;
}
.\!k-scroll-pr-15 {
    scroll-padding-right: 60px !important;
}
.k-scroll-pr-16 {
    scroll-padding-right: 64px;
}
.\!k-scroll-pr-16 {
    scroll-padding-right: 64px !important;
}
.k-scroll-pr-17 {
    scroll-padding-right: 68px;
}
.\!k-scroll-pr-17 {
    scroll-padding-right: 68px !important;
}
.k-scroll-pr-18 {
    scroll-padding-right: 72px;
}
.\!k-scroll-pr-18 {
    scroll-padding-right: 72px !important;
}
.k-scroll-pr-19 {
    scroll-padding-right: 76px;
}
.\!k-scroll-pr-19 {
    scroll-padding-right: 76px !important;
}
.k-scroll-pr-20 {
    scroll-padding-right: 80px;
}
.\!k-scroll-pr-20 {
    scroll-padding-right: 80px !important;
}
.k-scroll-pr-21 {
    scroll-padding-right: 84px;
}
.\!k-scroll-pr-21 {
    scroll-padding-right: 84px !important;
}
.k-scroll-pr-22 {
    scroll-padding-right: 88px;
}
.\!k-scroll-pr-22 {
    scroll-padding-right: 88px !important;
}
.k-scroll-pr-23 {
    scroll-padding-right: 92px;
}
.\!k-scroll-pr-23 {
    scroll-padding-right: 92px !important;
}
.k-scroll-pr-24 {
    scroll-padding-right: 96px;
}
.\!k-scroll-pr-24 {
    scroll-padding-right: 96px !important;
}
.k-scroll-pb-0 {
    scroll-padding-bottom: 0;
}
.\!k-scroll-pb-0 {
    scroll-padding-bottom: 0 !important;
}
.k-scroll-pb-1px {
    scroll-padding-bottom: 1px;
}
.\!k-scroll-pb-1px {
    scroll-padding-bottom: 1px !important;
}
.k-scroll-pb-0\.5 {
    scroll-padding-bottom: 2px;
}
.\!k-scroll-pb-0\.5 {
    scroll-padding-bottom: 2px !important;
}
.k-scroll-pb-1 {
    scroll-padding-bottom: 4px;
}
.\!k-scroll-pb-1 {
    scroll-padding-bottom: 4px !important;
}
.k-scroll-pb-1\.5 {
    scroll-padding-bottom: 6px;
}
.\!k-scroll-pb-1\.5 {
    scroll-padding-bottom: 6px !important;
}
.k-scroll-pb-2 {
    scroll-padding-bottom: 8px;
}
.\!k-scroll-pb-2 {
    scroll-padding-bottom: 8px !important;
}
.k-scroll-pb-2\.5 {
    scroll-padding-bottom: 10px;
}
.\!k-scroll-pb-2\.5 {
    scroll-padding-bottom: 10px !important;
}
.k-scroll-pb-3 {
    scroll-padding-bottom: 12px;
}
.\!k-scroll-pb-3 {
    scroll-padding-bottom: 12px !important;
}
.k-scroll-pb-3\.5 {
    scroll-padding-bottom: 14px;
}
.\!k-scroll-pb-3\.5 {
    scroll-padding-bottom: 14px !important;
}
.k-scroll-pb-4 {
    scroll-padding-bottom: 16px;
}
.\!k-scroll-pb-4 {
    scroll-padding-bottom: 16px !important;
}
.k-scroll-pb-4\.5 {
    scroll-padding-bottom: 18px;
}
.\!k-scroll-pb-4\.5 {
    scroll-padding-bottom: 18px !important;
}
.k-scroll-pb-5 {
    scroll-padding-bottom: 20px;
}
.\!k-scroll-pb-5 {
    scroll-padding-bottom: 20px !important;
}
.k-scroll-pb-5\.5 {
    scroll-padding-bottom: 22px;
}
.\!k-scroll-pb-5\.5 {
    scroll-padding-bottom: 22px !important;
}
.k-scroll-pb-6 {
    scroll-padding-bottom: 24px;
}
.\!k-scroll-pb-6 {
    scroll-padding-bottom: 24px !important;
}
.k-scroll-pb-6\.5 {
    scroll-padding-bottom: 26px;
}
.\!k-scroll-pb-6\.5 {
    scroll-padding-bottom: 26px !important;
}
.k-scroll-pb-7 {
    scroll-padding-bottom: 28px;
}
.\!k-scroll-pb-7 {
    scroll-padding-bottom: 28px !important;
}
.k-scroll-pb-7\.5 {
    scroll-padding-bottom: 30px;
}
.\!k-scroll-pb-7\.5 {
    scroll-padding-bottom: 30px !important;
}
.k-scroll-pb-8 {
    scroll-padding-bottom: 32px;
}
.\!k-scroll-pb-8 {
    scroll-padding-bottom: 32px !important;
}
.k-scroll-pb-9 {
    scroll-padding-bottom: 36px;
}
.\!k-scroll-pb-9 {
    scroll-padding-bottom: 36px !important;
}
.k-scroll-pb-10 {
    scroll-padding-bottom: 40px;
}
.\!k-scroll-pb-10 {
    scroll-padding-bottom: 40px !important;
}
.k-scroll-pb-11 {
    scroll-padding-bottom: 44px;
}
.\!k-scroll-pb-11 {
    scroll-padding-bottom: 44px !important;
}
.k-scroll-pb-12 {
    scroll-padding-bottom: 48px;
}
.\!k-scroll-pb-12 {
    scroll-padding-bottom: 48px !important;
}
.k-scroll-pb-13 {
    scroll-padding-bottom: 52px;
}
.\!k-scroll-pb-13 {
    scroll-padding-bottom: 52px !important;
}
.k-scroll-pb-14 {
    scroll-padding-bottom: 56px;
}
.\!k-scroll-pb-14 {
    scroll-padding-bottom: 56px !important;
}
.k-scroll-pb-15 {
    scroll-padding-bottom: 60px;
}
.\!k-scroll-pb-15 {
    scroll-padding-bottom: 60px !important;
}
.k-scroll-pb-16 {
    scroll-padding-bottom: 64px;
}
.\!k-scroll-pb-16 {
    scroll-padding-bottom: 64px !important;
}
.k-scroll-pb-17 {
    scroll-padding-bottom: 68px;
}
.\!k-scroll-pb-17 {
    scroll-padding-bottom: 68px !important;
}
.k-scroll-pb-18 {
    scroll-padding-bottom: 72px;
}
.\!k-scroll-pb-18 {
    scroll-padding-bottom: 72px !important;
}
.k-scroll-pb-19 {
    scroll-padding-bottom: 76px;
}
.\!k-scroll-pb-19 {
    scroll-padding-bottom: 76px !important;
}
.k-scroll-pb-20 {
    scroll-padding-bottom: 80px;
}
.\!k-scroll-pb-20 {
    scroll-padding-bottom: 80px !important;
}
.k-scroll-pb-21 {
    scroll-padding-bottom: 84px;
}
.\!k-scroll-pb-21 {
    scroll-padding-bottom: 84px !important;
}
.k-scroll-pb-22 {
    scroll-padding-bottom: 88px;
}
.\!k-scroll-pb-22 {
    scroll-padding-bottom: 88px !important;
}
.k-scroll-pb-23 {
    scroll-padding-bottom: 92px;
}
.\!k-scroll-pb-23 {
    scroll-padding-bottom: 92px !important;
}
.k-scroll-pb-24 {
    scroll-padding-bottom: 96px;
}
.\!k-scroll-pb-24 {
    scroll-padding-bottom: 96px !important;
}
.k-scroll-pl-0 {
    scroll-padding-left: 0;
}
.\!k-scroll-pl-0 {
    scroll-padding-left: 0 !important;
}
.k-scroll-pl-1px {
    scroll-padding-left: 1px;
}
.\!k-scroll-pl-1px {
    scroll-padding-left: 1px !important;
}
.k-scroll-pl-0\.5 {
    scroll-padding-left: 2px;
}
.\!k-scroll-pl-0\.5 {
    scroll-padding-left: 2px !important;
}
.k-scroll-pl-1 {
    scroll-padding-left: 4px;
}
.\!k-scroll-pl-1 {
    scroll-padding-left: 4px !important;
}
.k-scroll-pl-1\.5 {
    scroll-padding-left: 6px;
}
.\!k-scroll-pl-1\.5 {
    scroll-padding-left: 6px !important;
}
.k-scroll-pl-2 {
    scroll-padding-left: 8px;
}
.\!k-scroll-pl-2 {
    scroll-padding-left: 8px !important;
}
.k-scroll-pl-2\.5 {
    scroll-padding-left: 10px;
}
.\!k-scroll-pl-2\.5 {
    scroll-padding-left: 10px !important;
}
.k-scroll-pl-3 {
    scroll-padding-left: 12px;
}
.\!k-scroll-pl-3 {
    scroll-padding-left: 12px !important;
}
.k-scroll-pl-3\.5 {
    scroll-padding-left: 14px;
}
.\!k-scroll-pl-3\.5 {
    scroll-padding-left: 14px !important;
}
.k-scroll-pl-4 {
    scroll-padding-left: 16px;
}
.\!k-scroll-pl-4 {
    scroll-padding-left: 16px !important;
}
.k-scroll-pl-4\.5 {
    scroll-padding-left: 18px;
}
.\!k-scroll-pl-4\.5 {
    scroll-padding-left: 18px !important;
}
.k-scroll-pl-5 {
    scroll-padding-left: 20px;
}
.\!k-scroll-pl-5 {
    scroll-padding-left: 20px !important;
}
.k-scroll-pl-5\.5 {
    scroll-padding-left: 22px;
}
.\!k-scroll-pl-5\.5 {
    scroll-padding-left: 22px !important;
}
.k-scroll-pl-6 {
    scroll-padding-left: 24px;
}
.\!k-scroll-pl-6 {
    scroll-padding-left: 24px !important;
}
.k-scroll-pl-6\.5 {
    scroll-padding-left: 26px;
}
.\!k-scroll-pl-6\.5 {
    scroll-padding-left: 26px !important;
}
.k-scroll-pl-7 {
    scroll-padding-left: 28px;
}
.\!k-scroll-pl-7 {
    scroll-padding-left: 28px !important;
}
.k-scroll-pl-7\.5 {
    scroll-padding-left: 30px;
}
.\!k-scroll-pl-7\.5 {
    scroll-padding-left: 30px !important;
}
.k-scroll-pl-8 {
    scroll-padding-left: 32px;
}
.\!k-scroll-pl-8 {
    scroll-padding-left: 32px !important;
}
.k-scroll-pl-9 {
    scroll-padding-left: 36px;
}
.\!k-scroll-pl-9 {
    scroll-padding-left: 36px !important;
}
.k-scroll-pl-10 {
    scroll-padding-left: 40px;
}
.\!k-scroll-pl-10 {
    scroll-padding-left: 40px !important;
}
.k-scroll-pl-11 {
    scroll-padding-left: 44px;
}
.\!k-scroll-pl-11 {
    scroll-padding-left: 44px !important;
}
.k-scroll-pl-12 {
    scroll-padding-left: 48px;
}
.\!k-scroll-pl-12 {
    scroll-padding-left: 48px !important;
}
.k-scroll-pl-13 {
    scroll-padding-left: 52px;
}
.\!k-scroll-pl-13 {
    scroll-padding-left: 52px !important;
}
.k-scroll-pl-14 {
    scroll-padding-left: 56px;
}
.\!k-scroll-pl-14 {
    scroll-padding-left: 56px !important;
}
.k-scroll-pl-15 {
    scroll-padding-left: 60px;
}
.\!k-scroll-pl-15 {
    scroll-padding-left: 60px !important;
}
.k-scroll-pl-16 {
    scroll-padding-left: 64px;
}
.\!k-scroll-pl-16 {
    scroll-padding-left: 64px !important;
}
.k-scroll-pl-17 {
    scroll-padding-left: 68px;
}
.\!k-scroll-pl-17 {
    scroll-padding-left: 68px !important;
}
.k-scroll-pl-18 {
    scroll-padding-left: 72px;
}
.\!k-scroll-pl-18 {
    scroll-padding-left: 72px !important;
}
.k-scroll-pl-19 {
    scroll-padding-left: 76px;
}
.\!k-scroll-pl-19 {
    scroll-padding-left: 76px !important;
}
.k-scroll-pl-20 {
    scroll-padding-left: 80px;
}
.\!k-scroll-pl-20 {
    scroll-padding-left: 80px !important;
}
.k-scroll-pl-21 {
    scroll-padding-left: 84px;
}
.\!k-scroll-pl-21 {
    scroll-padding-left: 84px !important;
}
.k-scroll-pl-22 {
    scroll-padding-left: 88px;
}
.\!k-scroll-pl-22 {
    scroll-padding-left: 88px !important;
}
.k-scroll-pl-23 {
    scroll-padding-left: 92px;
}
.\!k-scroll-pl-23 {
    scroll-padding-left: 92px !important;
}
.k-scroll-pl-24 {
    scroll-padding-left: 96px;
}
.\!k-scroll-pl-24 {
    scroll-padding-left: 96px !important;
}
.k-scroll-px-0 {
    scroll-padding-inline: 0;
}
.\!k-scroll-px-0 {
    scroll-padding-inline: 0 !important;
}
.k-scroll-px-1px {
    scroll-padding-inline: 1px;
}
.\!k-scroll-px-1px {
    scroll-padding-inline: 1px !important;
}
.k-scroll-px-0\.5 {
    scroll-padding-inline: 2px;
}
.\!k-scroll-px-0\.5 {
    scroll-padding-inline: 2px !important;
}
.k-scroll-px-1 {
    scroll-padding-inline: 4px;
}
.\!k-scroll-px-1 {
    scroll-padding-inline: 4px !important;
}
.k-scroll-px-1\.5 {
    scroll-padding-inline: 6px;
}
.\!k-scroll-px-1\.5 {
    scroll-padding-inline: 6px !important;
}
.k-scroll-px-2 {
    scroll-padding-inline: 8px;
}
.\!k-scroll-px-2 {
    scroll-padding-inline: 8px !important;
}
.k-scroll-px-2\.5 {
    scroll-padding-inline: 10px;
}
.\!k-scroll-px-2\.5 {
    scroll-padding-inline: 10px !important;
}
.k-scroll-px-3 {
    scroll-padding-inline: 12px;
}
.\!k-scroll-px-3 {
    scroll-padding-inline: 12px !important;
}
.k-scroll-px-3\.5 {
    scroll-padding-inline: 14px;
}
.\!k-scroll-px-3\.5 {
    scroll-padding-inline: 14px !important;
}
.k-scroll-px-4 {
    scroll-padding-inline: 16px;
}
.\!k-scroll-px-4 {
    scroll-padding-inline: 16px !important;
}
.k-scroll-px-4\.5 {
    scroll-padding-inline: 18px;
}
.\!k-scroll-px-4\.5 {
    scroll-padding-inline: 18px !important;
}
.k-scroll-px-5 {
    scroll-padding-inline: 20px;
}
.\!k-scroll-px-5 {
    scroll-padding-inline: 20px !important;
}
.k-scroll-px-5\.5 {
    scroll-padding-inline: 22px;
}
.\!k-scroll-px-5\.5 {
    scroll-padding-inline: 22px !important;
}
.k-scroll-px-6 {
    scroll-padding-inline: 24px;
}
.\!k-scroll-px-6 {
    scroll-padding-inline: 24px !important;
}
.k-scroll-px-6\.5 {
    scroll-padding-inline: 26px;
}
.\!k-scroll-px-6\.5 {
    scroll-padding-inline: 26px !important;
}
.k-scroll-px-7 {
    scroll-padding-inline: 28px;
}
.\!k-scroll-px-7 {
    scroll-padding-inline: 28px !important;
}
.k-scroll-px-7\.5 {
    scroll-padding-inline: 30px;
}
.\!k-scroll-px-7\.5 {
    scroll-padding-inline: 30px !important;
}
.k-scroll-px-8 {
    scroll-padding-inline: 32px;
}
.\!k-scroll-px-8 {
    scroll-padding-inline: 32px !important;
}
.k-scroll-px-9 {
    scroll-padding-inline: 36px;
}
.\!k-scroll-px-9 {
    scroll-padding-inline: 36px !important;
}
.k-scroll-px-10 {
    scroll-padding-inline: 40px;
}
.\!k-scroll-px-10 {
    scroll-padding-inline: 40px !important;
}
.k-scroll-px-11 {
    scroll-padding-inline: 44px;
}
.\!k-scroll-px-11 {
    scroll-padding-inline: 44px !important;
}
.k-scroll-px-12 {
    scroll-padding-inline: 48px;
}
.\!k-scroll-px-12 {
    scroll-padding-inline: 48px !important;
}
.k-scroll-px-13 {
    scroll-padding-inline: 52px;
}
.\!k-scroll-px-13 {
    scroll-padding-inline: 52px !important;
}
.k-scroll-px-14 {
    scroll-padding-inline: 56px;
}
.\!k-scroll-px-14 {
    scroll-padding-inline: 56px !important;
}
.k-scroll-px-15 {
    scroll-padding-inline: 60px;
}
.\!k-scroll-px-15 {
    scroll-padding-inline: 60px !important;
}
.k-scroll-px-16 {
    scroll-padding-inline: 64px;
}
.\!k-scroll-px-16 {
    scroll-padding-inline: 64px !important;
}
.k-scroll-px-17 {
    scroll-padding-inline: 68px;
}
.\!k-scroll-px-17 {
    scroll-padding-inline: 68px !important;
}
.k-scroll-px-18 {
    scroll-padding-inline: 72px;
}
.\!k-scroll-px-18 {
    scroll-padding-inline: 72px !important;
}
.k-scroll-px-19 {
    scroll-padding-inline: 76px;
}
.\!k-scroll-px-19 {
    scroll-padding-inline: 76px !important;
}
.k-scroll-px-20 {
    scroll-padding-inline: 80px;
}
.\!k-scroll-px-20 {
    scroll-padding-inline: 80px !important;
}
.k-scroll-px-21 {
    scroll-padding-inline: 84px;
}
.\!k-scroll-px-21 {
    scroll-padding-inline: 84px !important;
}
.k-scroll-px-22 {
    scroll-padding-inline: 88px;
}
.\!k-scroll-px-22 {
    scroll-padding-inline: 88px !important;
}
.k-scroll-px-23 {
    scroll-padding-inline: 92px;
}
.\!k-scroll-px-23 {
    scroll-padding-inline: 92px !important;
}
.k-scroll-px-24 {
    scroll-padding-inline: 96px;
}
.\!k-scroll-px-24 {
    scroll-padding-inline: 96px !important;
}
.k-scroll-py-0 {
    scroll-padding-block: 0;
}
.\!k-scroll-py-0 {
    scroll-padding-block: 0 !important;
}
.k-scroll-py-1px {
    scroll-padding-block: 1px;
}
.\!k-scroll-py-1px {
    scroll-padding-block: 1px !important;
}
.k-scroll-py-0\.5 {
    scroll-padding-block: 2px;
}
.\!k-scroll-py-0\.5 {
    scroll-padding-block: 2px !important;
}
.k-scroll-py-1 {
    scroll-padding-block: 4px;
}
.\!k-scroll-py-1 {
    scroll-padding-block: 4px !important;
}
.k-scroll-py-1\.5 {
    scroll-padding-block: 6px;
}
.\!k-scroll-py-1\.5 {
    scroll-padding-block: 6px !important;
}
.k-scroll-py-2 {
    scroll-padding-block: 8px;
}
.\!k-scroll-py-2 {
    scroll-padding-block: 8px !important;
}
.k-scroll-py-2\.5 {
    scroll-padding-block: 10px;
}
.\!k-scroll-py-2\.5 {
    scroll-padding-block: 10px !important;
}
.k-scroll-py-3 {
    scroll-padding-block: 12px;
}
.\!k-scroll-py-3 {
    scroll-padding-block: 12px !important;
}
.k-scroll-py-3\.5 {
    scroll-padding-block: 14px;
}
.\!k-scroll-py-3\.5 {
    scroll-padding-block: 14px !important;
}
.k-scroll-py-4 {
    scroll-padding-block: 16px;
}
.\!k-scroll-py-4 {
    scroll-padding-block: 16px !important;
}
.k-scroll-py-4\.5 {
    scroll-padding-block: 18px;
}
.\!k-scroll-py-4\.5 {
    scroll-padding-block: 18px !important;
}
.k-scroll-py-5 {
    scroll-padding-block: 20px;
}
.\!k-scroll-py-5 {
    scroll-padding-block: 20px !important;
}
.k-scroll-py-5\.5 {
    scroll-padding-block: 22px;
}
.\!k-scroll-py-5\.5 {
    scroll-padding-block: 22px !important;
}
.k-scroll-py-6 {
    scroll-padding-block: 24px;
}
.\!k-scroll-py-6 {
    scroll-padding-block: 24px !important;
}
.k-scroll-py-6\.5 {
    scroll-padding-block: 26px;
}
.\!k-scroll-py-6\.5 {
    scroll-padding-block: 26px !important;
}
.k-scroll-py-7 {
    scroll-padding-block: 28px;
}
.\!k-scroll-py-7 {
    scroll-padding-block: 28px !important;
}
.k-scroll-py-7\.5 {
    scroll-padding-block: 30px;
}
.\!k-scroll-py-7\.5 {
    scroll-padding-block: 30px !important;
}
.k-scroll-py-8 {
    scroll-padding-block: 32px;
}
.\!k-scroll-py-8 {
    scroll-padding-block: 32px !important;
}
.k-scroll-py-9 {
    scroll-padding-block: 36px;
}
.\!k-scroll-py-9 {
    scroll-padding-block: 36px !important;
}
.k-scroll-py-10 {
    scroll-padding-block: 40px;
}
.\!k-scroll-py-10 {
    scroll-padding-block: 40px !important;
}
.k-scroll-py-11 {
    scroll-padding-block: 44px;
}
.\!k-scroll-py-11 {
    scroll-padding-block: 44px !important;
}
.k-scroll-py-12 {
    scroll-padding-block: 48px;
}
.\!k-scroll-py-12 {
    scroll-padding-block: 48px !important;
}
.k-scroll-py-13 {
    scroll-padding-block: 52px;
}
.\!k-scroll-py-13 {
    scroll-padding-block: 52px !important;
}
.k-scroll-py-14 {
    scroll-padding-block: 56px;
}
.\!k-scroll-py-14 {
    scroll-padding-block: 56px !important;
}
.k-scroll-py-15 {
    scroll-padding-block: 60px;
}
.\!k-scroll-py-15 {
    scroll-padding-block: 60px !important;
}
.k-scroll-py-16 {
    scroll-padding-block: 64px;
}
.\!k-scroll-py-16 {
    scroll-padding-block: 64px !important;
}
.k-scroll-py-17 {
    scroll-padding-block: 68px;
}
.\!k-scroll-py-17 {
    scroll-padding-block: 68px !important;
}
.k-scroll-py-18 {
    scroll-padding-block: 72px;
}
.\!k-scroll-py-18 {
    scroll-padding-block: 72px !important;
}
.k-scroll-py-19 {
    scroll-padding-block: 76px;
}
.\!k-scroll-py-19 {
    scroll-padding-block: 76px !important;
}
.k-scroll-py-20 {
    scroll-padding-block: 80px;
}
.\!k-scroll-py-20 {
    scroll-padding-block: 80px !important;
}
.k-scroll-py-21 {
    scroll-padding-block: 84px;
}
.\!k-scroll-py-21 {
    scroll-padding-block: 84px !important;
}
.k-scroll-py-22 {
    scroll-padding-block: 88px;
}
.\!k-scroll-py-22 {
    scroll-padding-block: 88px !important;
}
.k-scroll-py-23 {
    scroll-padding-block: 92px;
}
.\!k-scroll-py-23 {
    scroll-padding-block: 92px !important;
}
.k-scroll-py-24 {
    scroll-padding-block: 96px;
}
.\!k-scroll-py-24 {
    scroll-padding-block: 96px !important;
}
.k-touch-action-none {
    touch-action: none;
}
.\!k-touch-action-none {
    touch-action: none !important;
}
.k-touch-action-auto {
    touch-action: auto;
}
.\!k-touch-action-auto {
    touch-action: auto !important;
}
.k-touch-action-pan-x {
    touch-action: pan-x;
}
.\!k-touch-action-pan-x {
    touch-action: pan-x !important;
}
.k-touch-action-pan-left {
    touch-action: pan-left;
}
.\!k-touch-action-pan-left {
    touch-action: pan-left !important;
}
.k-touch-action-pan-right {
    touch-action: pan-right;
}
.\!k-touch-action-pan-right {
    touch-action: pan-right !important;
}
.k-touch-action-pan-y {
    touch-action: pan-y;
}
.\!k-touch-action-pan-y {
    touch-action: pan-y !important;
}
.k-touch-action-pan-up {
    touch-action: pan-up;
}
.\!k-touch-action-pan-up {
    touch-action: pan-up !important;
}
.k-touch-action-pan-down {
    touch-action: pan-down;
}
.\!k-touch-action-pan-down {
    touch-action: pan-down !important;
}
.k-touch-action-pinch-zoom {
    touch-action: pinch-zoom;
}
.\!k-touch-action-pinch-zoom {
    touch-action: pinch-zoom !important;
}
.k-touch-action-manipulation {
    touch-action: manipulation;
}
.\!k-touch-action-manipulation {
    touch-action: manipulation !important;
}
.k-user-select-none {
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
.\!k-user-select-none {
    -webkit-user-select: none !important;
        -ms-user-select: none !important;
            -moz-user-select: none !important;
         user-select: none !important;
}
.k-user-select-auto {
    -webkit-user-select: auto;
        -ms-user-select: auto;
            -moz-user-select: auto;
         user-select: auto;
}
.\!k-user-select-auto {
    -webkit-user-select: auto !important;
        -ms-user-select: auto !important;
            -moz-user-select: auto !important;
         user-select: auto !important;
}
.k-user-select-text {
    -webkit-user-select: text;
        -ms-user-select: text;
            -moz-user-select: text;
         user-select: text;
}
.\!k-user-select-text {
    -webkit-user-select: text !important;
        -ms-user-select: text !important;
            -moz-user-select: text !important;
         user-select: text !important;
}
.k-user-select-all {
    -webkit-user-select: all;
            -moz-user-select: all;
             -ms-user-select: all;
         user-select: all;
}
.\!k-user-select-all {
    -webkit-user-select: all !important;
            -moz-user-select: all !important;
             -ms-user-select: all !important;
         user-select: all !important;
}
.k-user-select-contain {
    -webkit-user-select: contain;
        -ms-user-select: element;
            -moz-user-select: contain;
         user-select: contain;
}
.\!k-user-select-contain {
    -webkit-user-select: contain !important;
        -ms-user-select: element !important;
            -moz-user-select: contain !important;
         user-select: contain !important;
}
.k-will-change-auto {
    will-change: auto;
}
.\!k-will-change-auto {
    will-change: auto !important;
}
.k-will-change-scroll {
    will-change: scroll-position;
}
.\!k-will-change-scroll {
    will-change: scroll-position !important;
}
.k-will-change-contents {
    will-change: contents;
}
.\!k-will-change-contents {
    will-change: contents !important;
}
.k-will-change-transform {
    will-change: transform;
}
.\!k-will-change-transform {
    will-change: transform !important;
}
.k-fill-none {
    fill: none;
}
.\!k-fill-none {
    fill: none !important;
}
.k-fill-inherit {
    fill: inherit;
}
.\!k-fill-inherit {
    fill: inherit !important;
}
.k-fill-current {
    fill: currentColor;
}
.\!k-fill-current {
    fill: currentColor !important;
}
.k-fill-transparent {
    fill: transparent;
}
.\!k-fill-transparent {
    fill: transparent !important;
}
.k-fill-black {
    fill: black;
}
.\!k-fill-black {
    fill: black !important;
}
.k-fill-white {
    fill: white;
}
.\!k-fill-white {
    fill: white !important;
}
.k-stroke-none {
    stroke: none;
}
.\!k-stroke-none {
    stroke: none !important;
}
.k-stroke-inherit {
    stroke: inherit;
}
.\!k-stroke-inherit {
    stroke: inherit !important;
}
.k-stroke-current {
    stroke: currentColor;
}
.\!k-stroke-current {
    stroke: currentColor !important;
}
.k-stroke-transparent {
    stroke: transparent;
}
.\!k-stroke-transparent {
    stroke: transparent !important;
}
.k-stroke-black {
    stroke: black;
}
.\!k-stroke-black {
    stroke: black !important;
}
.k-stroke-white {
    stroke: white;
}
.\!k-stroke-white {
    stroke: white !important;
}
.k-elevation-1 {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12);
}
.\!k-elevation-1 {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}
.k-elevation-2 {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12);
}
.\!k-elevation-2 {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}
.k-elevation-3 {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12);
}
.\!k-elevation-3 {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}
.k-elevation-4 {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12);
}
.\!k-elevation-4 {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}
.k-elevation-5 {
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12);
}
.\!k-elevation-5 {
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}
.k-elevation-6 {
    box-shadow: 0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12);
}
.\!k-elevation-6 {
    box-shadow: 0 12px 14px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}
.k-elevation-7 {
    box-shadow: 0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12);
}
.\!k-elevation-7 {
    box-shadow: 0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}
.k-elevation-8 {
    box-shadow: 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12);
}
.\!k-elevation-8 {
    box-shadow: 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}
.k-elevation-9 {
    box-shadow: 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12);
}
.\!k-elevation-9 {
    box-shadow: 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}
.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: 16px;
    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-block: 16px;
    padding-inline: 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-block: 0px;
    padding-inline: 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-svg-icon {
    width: 16px;
    height: 16px;
    outline: 0;
    line-height: 1;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    vertical-align: middle;
    position: relative;
}
.k-svg-icon > svg {
    fill: currentColor;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-svg-icon.k-icon-xs {
    width: 12px;
    height: 12px;
}
.k-svg-icon.k-icon-sm {
    width: 14px;
    height: 14px;
}
.k-svg-icon.k-icon-md {
    width: 16px;
    height: 16px;
}
.k-svg-icon.k-icon-lg {
    width: 20px;
    height: 20px;
}
.k-svg-icon.k-icon-xl {
    width: 24px;
    height: 24px;
}
.k-svg-icon.k-icon-xxl {
    width: 32px;
    height: 32px;
}
.k-svg-icon.k-icon-xxxl {
    width: 48px;
    height: 48px;
}
.k-flip-h.k-svg-icon, .k-svg-icon.k-flip-x,
.k-flip-v.k-svg-icon,
.k-svg-icon.k-flip-y,
.k-flip-h.k-flip-v.k-svg-icon,
.k-flip-v.k-svg-icon.k-flip-x,
.k-svg-icon.k-flip-x.k-flip-y,
.k-flip-h.k-svg-icon.k-flip-y {
    -webkit-transform: none;
            transform: none;
}
.k-flip-h > svg, .k-flip-x > svg {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
}
.k-flip-v > svg, .k-flip-y > svg {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
}
.k-flip-h.k-flip-v > svg, .k-flip-v.k-flip-x > svg, .k-flip-x.k-flip-y > svg, .k-flip-h.k-flip-y > svg,
.k-flip-both > svg {
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
}
.k-rotate-0.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}
.k-rotate-0 > svg {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
.k-rotate-45.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}
.k-rotate-45 > svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.k-rotate-90.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}
.k-rotate-90 > svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.k-rotate-135.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}
.k-rotate-135 > svg {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.k-rotate-180.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}
.k-rotate-180 > svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.k-rotate-225.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}
.k-rotate-225 > svg {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}
.k-rotate-270.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}
.k-rotate-270 > svg {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}
.k-rotate-315.k-svg-icon {
    -webkit-transform: none;
            transform: none;
}
.k-rotate-315 > svg {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
}
.k-icon-wrap {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 0;
    -webkit-box-align: center;
            align-items: center;
    align-self: flex-start;
    vertical-align: middle;
    position: relative;
}
.k-icon-wrap::before {
    content: "\200b";
    width: 0;
    overflow: hidden;
    -webkit-box-flex: 0;
            flex: none;
    display: inline-block;
    vertical-align: top;
}
.k-icon-wrapper-host {
    display: contents;
}
.k-icon-with-modifier {
    position: relative;
    margin: .25em;
}
.k-icon.k-icon-modifier {
    width: 1em;
    height: 1em;
    position: absolute;
    font-size: .5em;
    bottom: 0;
    right: 0;
    margin: 0 -.5em -.5em 0;
}
.k-i-none::before {
    content: "";
    display: none;
}
.k-icon-action {
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 4px;
    line-height: 1;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
    cursor: pointer;
}
.k-sprite {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.k-image {
    display: inline-block;
}
.k-messagebox {
    margin: 0 0 16px 0;
    padding-block: 4px;
    padding-inline: 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-drag-clue {
    border-radius: 4px;
    padding-block: 4px;
    padding-inline: 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            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-drop-hint {
    display: -webkit-box;
    display: flex;
    gap: 4px;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    position: absolute;
    z-index: 1000;
    -webkit-transform: translate(-50%, -50%);
            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 {
    -webkit-box-flex: 1;
            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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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-reorder-cue {
    position: absolute;
}
.k-reorder-cue::before, .k-reorder-cue::after {
    content: "";
    width: 0;
    height: 0;
    border: 3px solid transparent;
    position: absolute;
    -webkit-transform: translateX(-50%);
            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-drag-clue {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-checkbox {
    margin: 0;
    padding: 0;
    line-height: initial;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    -webkit-box-flex: 0;
            flex: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
}
.k-checkbox:checked,
.k-checkbox.k-checked {
    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='white' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e");
}
.k-checkbox:indeterminate,
.k-checkbox.k-indeterminate {
    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='%23ff6358' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/%3e%3c/svg%3e");
}
.k-checkbox:disabled,
.k-checkbox.k-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
.k-checkbox-wrap {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 0;
    -webkit-box-align: center;
            align-items: center;
    align-self: flex-start;
    vertical-align: middle;
    position: relative;
}
.k-checkbox-wrap::before {
    content: "\200b";
    width: 0px;
    overflow: hidden;
    -webkit-box-flex: 0;
            flex: none;
    display: inline-block;
    vertical-align: top;
}
.k-checkbox-label {
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 4px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.k-checkbox-label .k-ripple {
    visibility: hidden !important;
}
.k-checkbox + .k-label,
.k-checkbox-wrap + .k-label,
.k-checkbox + .k-checkbox-label,
.k-checkbox-wrap + .k-checkbox-label {
    display: inline;
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
}
.k-checkbox-label:empty {
    display: none !important;
}
.k-checkbox-label.k-no-text {
    min-width: 1px;
}
.k-checkbox-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 0;
    list-style: none;
}
.k-checkbox-item,
.k-checkbox-list-item {
    padding-block: 4px;
    padding-inline: 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    gap: 4px;
}
.k-checkbox-item .k-checkbox-label,
.k-checkbox-list-item .k-checkbox-label {
    margin: 0;
}
.k-checkbox-list-horizontal,
.k-checkbox-list.k-list-horizontal {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    gap: 16px;
}
.k-ripple-container .k-checkbox::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    z-index: -1;
    -webkit-transition: opacity 100ms linear, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
}
.k-ripple-container .k-checkbox:focus,
.k-ripple-container .k-checkbox.k-focus {
    box-shadow: none !important;
}
.k-ripple-container .k-checkbox:disabled::after,
.k-ripple-container .k-checkbox.k-disabled::after {
    display: none;
}
.k-checkbox-sm {
    width: 12px;
    height: 12px;
}
.k-checkbox-sm::before {
    font-size: 10px;
}
.k-ripple-container .k-checkbox-sm::after {
    width: 300%;
    height: 300%;
}
.k-checkbox-md {
    width: 16px;
    height: 16px;
}
.k-checkbox-md::before {
    font-size: 14px;
}
.k-ripple-container .k-checkbox-md::after {
    width: 300%;
    height: 300%;
}
.k-checkbox-lg {
    width: 20px;
    height: 20px;
}
.k-checkbox-lg::before {
    font-size: 18px;
}
.k-ripple-container .k-checkbox-lg::after {
    width: 300%;
    height: 300%;
}
.k-checkbox {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}
.k-checkbox:focus,
.k-checkbox.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}
.k-checkbox: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: white;
    background-color: #ff6358;
}
.k-checkbox:checked:focus,
.k-checkbox.k-checked.k-focus {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}
.k-checkbox.k-invalid {
    border-color: #f31700;
}
.k-checkbox.k-invalid + .k-checkbox-label {
    color: #f31700;
}
.k-checkbox-wrap .k-ripple-blob {
    color: #ff6358;
    opacity: 0.25;
}
.k-ripple-container .k-checkbox::after {
    background: #ff6358;
    opacity: 0.25;
}
.k-list-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}
.k-list-container > .k-list {
    -webkit-box-flex: 1;
            flex: 1;
    height: 100%;
}
.k-list {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    outline: none;
    position: relative;
    overflow: hidden;
}
.k-list *,
.k-list *::before,
.k-list *::after {
    box-sizing: border-box;
}
.k-popup > .k-list {
    height: 100%;
    border-width: 0;
}
.k-list-group-sticky-header {
    border-width: 0;
    border-width: 0 0 1px;
    border-style: solid;
    font-weight: 700;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: none;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.k-list-content {
    border-color: inherit;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}
.k-list-ul {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: inherit;
    height: auto;
    list-style: none;
}
.k-list-item, .k-list-optionlabel {
    border: 0;
    outline: none;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    gap: 4px;
    position: relative;
    -webkit-transition-property: color, background-color, outline-color, box-shadow;
    transition-property: color, background-color, outline-color, box-shadow;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
}
.k-list-item.k-first::before, .k-first.k-list-optionlabel::before {
    content: "";
    border-width: 1px 0 0;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.k-list-item-text::before,
.k-list-header-text::before,
.k-list-optionlabel::before {
    content: "\200b";
    width: 0px;
    overflow: hidden;
}
.k-list-optionlabel {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
}
.k-list-group-item {
    border-width: 0;
    border-width: 1px 0 0;
    border-style: solid;
    font-weight: 700;
    cursor: default;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    gap: 4px;
    position: relative;
}
.k-list-item-group-label {
    padding-block: 0;
    padding-inline: .5em;
    font-size: .75em;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
}
.k-virtual-content,
.k-virtual-list .k-list-content {
    overflow-y: scroll;
}
.k-virtual-list .k-list-item, .k-virtual-list .k-list-optionlabel,
.k-virtual-list .k-list-group-item,
.k-virtual-content .k-list-item,
.k-virtual-content .k-list-optionlabel,
.k-virtual-content .k-list-group-item {
    position: absolute;
    width: 100%;
}
.k-virtual-list .k-list-item-text,
.k-virtual-list .k-list-header-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-virtual-list .k-list-optionlabel {
    position: relative;
}
.k-list-filter {
    display: block;
    position: relative;
    padding: 8px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: none;
}
.k-list-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-list-sm .k-list-group-sticky-header {
    padding-block: 2px;
    padding-inline: 8px;
}
.k-list-sm .k-list-item, .k-list-sm .k-list-optionlabel {
    padding-block: 2px;
    padding-inline: 8px;
}
.k-list-sm .k-list-group-item {
    padding-block: 2px;
    padding-inline: 8px;
}
.k-list-md {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-list-md .k-list-group-sticky-header {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-list-md .k-list-item, .k-list-md .k-list-optionlabel {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-list-md .k-list-group-item {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-list-lg {
    font-size: 16px;
    line-height: 1.5;
}
.k-list-lg .k-list-group-sticky-header {
    padding-block: 6px;
    padding-inline: 8px;
}
.k-list-lg .k-list-item, .k-list-lg .k-list-optionlabel {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-list-lg .k-list-group-item {
    padding-block: 6px;
    padding-inline: 8px;
}
.k-no-data, .k-nodata {
    min-height: 140px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    font-weight: lighter;
    text-align: center;
    white-space: normal;
}
.k-list {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-list-group-sticky-header {
    border-color: inherit;
    box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-list-item:hover, .k-list-optionlabel:hover, .k-list-item.k-hover, .k-hover.k-list-optionlabel {
    color: #424242;
    background-color: #f0f0f0;
}
.k-list-item:focus, .k-list-optionlabel:focus, .k-list-item.k-focus, .k-focus.k-list-optionlabel {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    color: white;
    background-color: #ff6358;
}
.k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel {
    color: white;
    background-color: #eb5b51;
}
.k-list-optionlabel,
.k-list-optionlabel.k-hover,
.k-list-optionlabel:hover {
    color: #666666;
}
.k-list-group-item {
    border-color: inherit;
}
.k-list-item-group-label {
    color: #ffffff;
    background-color: #424242;
}
.k-no-data, .k-nodata {
    color: #666666;
}
.k-listgroup {
    border-radius: 4px;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    line-height: 1.4285714286;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    overflow: hidden;
}
.k-listgroup > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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-block: 8px;
    padding-inline: 8px;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    position: relative;
}
.k-listgroup-item > .k-link {
    margin-block: -8px;
    margin-inline: -8px;
    padding-block: 8px;
    padding-inline: 8px;
    color: inherit;
    text-decoration: none;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    position: relative;
}
.k-listgroup-item > .k-link > .k-select {
    padding: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.k-listgroup-item-segmented {
    -webkit-box-align: stretch;
            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-block: -8px;
    margin-inline: -8px;
    padding-block: 8px;
    padding-inline: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
            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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            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;
    -webkit-box-flex: 1;
            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-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;
}
.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-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-popup {
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
}
.k-popup .k-item {
    outline: none;
}
.k-animation-container {
    border-radius: 0 0 4px 4px;
}
.k-animation-container-shown {
    overflow: visible;
}
.k-popup > .k-colorpalette {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-popup.k-popup-transparent {
    border-width: 0;
    background-color: transparent;
    box-shadow: none;
}
.k-popup.k-popup-flush {
    padding: 0;
}
.k-popup > .k-widget,
.k-popup > .k-coloreditor {
    border-width: 0;
}
.k-shadow {
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-popup {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-animation-container {
    border-radius: 0 0 4px 4px;
}
.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;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transition: opacity 100ms linear, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, transform 500ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-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;
    -webkit-animation: ripple 600ms ease-out;
            animation: ripple 600ms ease-out;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0);
    }
    20% {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0);
    }
    20% {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
    }
}
.k-table {
    width: 100%;
    max-width: none;
    border-width: 1px;
    border-style: solid;
    text-align: start;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    outline: none;
}
.k-data-table {
    border-width: 1px;
    border-style: solid;
}
.k-data-table .k-table {
    table-layout: fixed;
}
.k-table-thead,
.k-table-tbody,
.k-table-tfoot,
.k-table-row,
.k-table-alt-row {
    border-color: inherit;
    text-align: inherit;
}
.k-table-th,
.k-table-td {
    border-width: 0 0 0px 1px;
    border-style: solid;
    border-color: inherit;
    box-sizing: border-box;
    font-weight: normal;
    text-align: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: table-cell;
    overflow: hidden;
    position: relative;
}
.k-table-th:first-child,
.k-table-td:first-child {
    border-left-width: 0;
}
.k-table-th {
    border-bottom-width: 1px;
}
.k-table-header {
    -webkit-padding-end: var(--kendo-scrollbar-width);
            padding-inline-end: var(--kendo-scrollbar-width);
    border-width: 0 0 1px;
    border-style: solid;
    box-sizing: border-box;
}
.k-table-header .k-table {
    border-width: 0;
}
.k-table-header-wrap {
    margin-right: -1px;
    width: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: inherit;
    overflow: hidden;
}
.k-table-header > .k-table,
.k-table-header-wrap > .k-table {
    margin-bottom: -1px;
}
.k-table-group-sticky-header {
    -webkit-box-flex: 0;
            flex: none;
}
.k-table-group-sticky-header .k-table-th {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
}
.k-table-list {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
    border-width: 0;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    empty-cells: show;
    list-style: none;
    outline: none;
}
.k-table-list .k-table-row {
    position: relative;
}
.k-table-list .k-table-row,
.k-table-list .k-table-group-row {
    width: 100%;
    box-sizing: border-box;
    display: table-row;
}
.k-table-list .k-table-row.k-first {
    border-top: 1px solid currentColor;
}
.k-table-list .k-table-th,
.k-table-list .k-table-td {
    vertical-align: middle;
}
.k-table-list .k-table-group-row {
    position: -webkit-sticky;
    position: sticky;
}
.k-table-list .k-table-group-row::before {
    content: "\200b";
    padding-inline: 0;
    width: 0;
    display: block;
    overflow: hidden;
}
.k-table-list .k-table-group-row .k-table-th {
    width: 100%;
    border-color: inherit;
    color: inherit;
    background-color: inherit;
    position: absolute;
    top: 0;
}
.k-table-list .k-table-spacer-td {
    padding: 0 !important;
    width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}
.k-table-list .k-table-group-td {
    padding: 0 !important;
    width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    overflow: visible;
}
.k-table-list .k-table-group-td > span {
    font-size: .75em;
    position: absolute;
    top: 0;
    right: 0;
}
.k-virtual-table .k-table-row,
.k-virtual-table .k-table-group-row {
    position: absolute;
    width: 100%;
}
.k-table-scroller {
    position: relative;
    overflow: auto;
}
.k-table-scroller > .k-table {
    border-width: 0;
}
.k-table-footer {
    -webkit-padding-end: var(--kendo-scrollbar-width);
            padding-inline-end: var(--kendo-scrollbar-width);
    border-width: 1px 0 0;
    border-style: solid;
    box-sizing: border-box;
}
.k-table-footer .k-table {
    border-width: 0;
}
.k-table-footer-wrap {
    margin-right: -1px;
    width: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: inherit;
    overflow: hidden;
}
.k-table-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-table-sm .k-table-th,
.k-table-sm .k-table-td {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-table-sm .k-table-list .k-table-group-td > span {
    padding-block: 0;
    padding-inline: 4px;
}
.k-table-sm .k-table-list .k-table-group-row::before {
    padding-block: 4px;
    padding-inline: 0;
}
.k-table-md {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-table-md .k-table-th,
.k-table-md .k-table-td {
    padding-block: 8px;
    padding-inline: 12px;
}
.k-table-md .k-table-list .k-table-group-td > span {
    padding-block: 0;
    padding-inline: 6px;
}
.k-table-md .k-table-list .k-table-group-row::before {
    padding-block: 8px;
    padding-inline: 0;
}
.k-table-lg {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-table-lg .k-table-th,
.k-table-lg .k-table-td {
    padding-block: 10px;
    padding-inline: 8px;
}
.k-table-lg .k-table-list .k-table-group-td > span {
    padding-block: 0;
    padding-inline: 4px;
}
.k-table-lg .k-table-list .k-table-group-row::before {
    padding-block: 10px;
    padding-inline: 0;
}
.k-rtl.k-table .k-table-th,
.k-rtl.k-table .k-table-td,
.k-rtl .k-table .k-table-th,
.k-rtl .k-table .k-table-td,
[dir="rtl"].k-table .k-table-th,
[dir="rtl"].k-table .k-table-td,
[dir="rtl"] .k-table .k-table-th,
[dir="rtl"] .k-table .k-table-td {
    border-left-width: 0;
    border-right-width: 1px;
}
.k-rtl.k-table .k-table-th:first-child,
.k-rtl.k-table .k-table-td:first-child,
.k-rtl .k-table .k-table-th:first-child,
.k-rtl .k-table .k-table-td:first-child,
[dir="rtl"].k-table .k-table-th:first-child,
[dir="rtl"].k-table .k-table-td:first-child,
[dir="rtl"] .k-table .k-table-th:first-child,
[dir="rtl"] .k-table .k-table-td:first-child {
    border-right-width: 0;
}
.k-rtl.k-table .k-table-header-wrap,
.k-rtl.k-table .k-table-footer-wrap,
.k-rtl .k-table .k-table-header-wrap,
.k-rtl .k-table .k-table-footer-wrap,
[dir="rtl"].k-table .k-table-header-wrap,
[dir="rtl"].k-table .k-table-footer-wrap,
[dir="rtl"] .k-table .k-table-header-wrap,
[dir="rtl"] .k-table .k-table-footer-wrap {
    margin-right: 0;
    margin-left: -1px;
    border-left-width: 1px;
    border-right-width: 0;
}
.k-rtl .k-table-list .k-table-group-td > span,
[dir="rtl"] .k-table-list .k-table-group-td > span {
    left: 0;
    right: auto;
}
.k-table,
.k-data-table {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-table-thead,
.k-table-header,
.k-table-group-sticky-header {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-table-tfoot,
.k-table-footer {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-table-group-row {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-table-group-td > span {
    color: #ffffff;
    background-color: #424242;
}
.k-table-alt-row {
    background-color: rgba(0, 0, 0, 0.04);
}
.k-table-tbody .k-table-row:hover,
.k-table-list .k-table-row:hover,
.k-table-tbody .k-table-row.k-hover,
.k-table-list .k-table-row.k-hover {
    background-color: #ededed;
}
.k-table-tbody .k-table-row.k-focus, .k-table-tbody .k-table-row:focus,
.k-table-list .k-table-row.k-focus,
.k-table-list .k-table-row:focus,
.k-table-tbody .k-table-td.k-focus,
.k-table-tbody .k-table-td:focus,
.k-table-list .k-table-td.k-focus,
.k-table-list .k-table-td:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-table-tbody .k-table-row.k-selected > .k-table-td,
.k-table-list .k-table-row.k-selected {
    background-color: rgba(255, 99, 88, 0.25);
}
.k-virtual-scroller {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: auto;
    position: relative;
}
.k-virtual-scroller-wrap {
    position: relative;
    z-index: 1;
}
.k-virtual-scroller-content {
    position: absolute;
    width: 100%;
    top: 0;
    inset-inline-start: 0;
}
.k-virtual-scroller-size {
    position: relative;
    z-index: 0;
}
.k-avatar {
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    flex-shrink: 0;
    overflow: hidden;
}
.k-avatar *,
.k-avatar *::before,
.k-avatar *::after {
    box-sizing: border-box;
}
.k-avatar-text,
.k-avatar-initials {
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
}
.k-avatar-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
}
.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%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: top;
}
.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-bordered {
    border-width: 1px;
}
.k-avatar-solid-primary {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}
.k-avatar-solid-secondary {
    border-color: #666666;
    color: white;
    background-color: #666666;
}
.k-avatar-solid-tertiary {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}
.k-avatar-solid-info {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}
.k-avatar-solid-success {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}
.k-avatar-solid-warning {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}
.k-avatar-solid-error {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}
.k-avatar-solid-dark {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-avatar-solid-light {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}
.k-avatar-solid-inverse {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-avatar-outline {
    border-color: currentColor;
}
.k-avatar-outline-primary {
    color: #ff6358;
}
.k-avatar-outline-secondary {
    color: #666666;
}
.k-avatar-outline-tertiary {
    color: #03a9f4;
}
.k-avatar-outline-info {
    color: #0058e9;
}
.k-avatar-outline-success {
    color: #37b400;
}
.k-avatar-outline-warning {
    color: #ffc000;
}
.k-avatar-outline-error {
    color: #f31700;
}
.k-avatar-outline-dark {
    color: #424242;
}
.k-avatar-outline-light {
    color: #ebebeb;
}
.k-avatar-outline-inverse {
    color: #424242;
}
.k-badge {
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    color: inherit;
    background-color: transparent;
    font: inherit;
    text-align: center;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-badge *,
.k-badge *::before,
.k-badge *::after {
    box-sizing: border-box;
}
.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-block: 2px;
    padding-inline: 2px;
    font-size: 10px;
    line-height: 1;
    min-width: calc(1em + 6px);
}
.k-badge-sm:empty {
    padding: 2px;
    min-width: auto;
}
.k-badge-md {
    padding-block: 4px;
    padding-inline: 4px;
    font-size: 10px;
    line-height: 1;
    min-width: calc(1em + 10px);
}
.k-badge-md:empty {
    padding: 4px;
    min-width: auto;
}
.k-badge-lg {
    padding-block: 6px;
    padding-inline: 6px;
    font-size: 10px;
    line-height: 1;
    min-width: calc(1em + 14px);
}
.k-badge-lg:empty {
    padding: 6px;
    min-width: auto;
}
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 {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.k-badge-edge.k-top-end {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}
.k-badge-edge.k-bottom-start {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}
.k-badge-edge.k-bottom-end {
    -webkit-transform: translate(50%, 50%);
            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 {
    -webkit-transform: translate(50%, -50%);
            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 {
    -webkit-transform: translate(-50%, -50%);
            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 {
    -webkit-transform: translate(50%, 50%);
            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 {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}
.k-badge-outside {
    position: absolute;
    z-index: 9999;
}
.k-badge-outside.k-top-start {
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
}
.k-badge-outside.k-top-end {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
}
.k-badge-outside.k-bottom-start {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
}
.k-badge-outside.k-bottom-end {
    -webkit-transform: translate(100%, 100%);
            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 {
    -webkit-transform: translate(100%, -100%);
            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 {
    -webkit-transform: translate(-100%, -100%);
            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 {
    -webkit-transform: translate(100%, 100%);
            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 {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
}
.k-badge-border-cutout {
    box-shadow: 0 0 0 2px #ffffff;
}
.k-badge-solid-primary {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}
.k-badge-solid-secondary {
    border-color: #666666;
    color: white;
    background-color: #666666;
}
.k-badge-solid-tertiary {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}
.k-badge-solid-info {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}
.k-badge-solid-success {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}
.k-badge-solid-warning {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}
.k-badge-solid-error {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}
.k-badge-solid-dark {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-badge-solid-light {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}
.k-badge-solid-inverse {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-badge-outline {
    border-color: currentColor;
    background-color: #ffffff;
}
.k-badge-outline-primary {
    color: #ff6358;
}
.k-badge-outline-secondary {
    color: #666666;
}
.k-badge-outline-tertiary {
    color: #03a9f4;
}
.k-badge-outline-info {
    color: #0058e9;
}
.k-badge-outline-success {
    color: #37b400;
}
.k-badge-outline-warning {
    color: #ffc000;
}
.k-badge-outline-error {
    color: #f31700;
}
.k-badge-outline-dark {
    color: #424242;
}
.k-badge-outline-light {
    color: #ebebeb;
}
.k-badge-outline-inverse {
    color: #424242;
}
.k-chip {
    padding-block: 4px;
    padding-inline: 4px;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
.k-chip *,
.k-chip *::before,
.k-chip *::after {
    box-sizing: border-box;
}
.k-chip .k-selected-icon-wrapper {
    display: none !important;
}
.k-chip-content {
    padding-block: .5em;
    padding-inline: 0;
    margin-block: -.5em;
    margin-inline: 0;
    min-width: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-chip-content .k-icon-wrapper-host {
    display: initial;
}
.k-chip-content:first-child {
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
}
.k-chip-content:last-child {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
}
.k-chip-text,
.k-chip-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-chip-avatar {
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    -webkit-box-flex: 0;
            flex: none;
}
.k-chip-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
            flex: none;
}
.k-chip-actions {
    margin-block: -5em;
    margin-inline: 0;
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-self: center;
}
.k-chip-action {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-self: center;
}
.k-remove-icon {
    font-size: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
            flex: none;
}
.k-chip-list {
    min-width: 0px;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
}
.k-chip-sm {
    padding-block: 2px;
    padding-inline: 4px;
    font-size: 14px;
    line-height: 1;
}
.k-chip-sm .k-chip-action {
    padding: 2px;
}
.k-chip-avatar {
    width: 1em;
    height: 1em;
    flex-basis: 1em;
}
.k-chip-md {
    padding-block: 4px;
    padding-inline: 4px;
    font-size: 14px;
    line-height: 1;
}
.k-chip-md .k-chip-action {
    padding: 4px;
}
.k-chip-avatar {
    width: 1em;
    height: 1em;
    flex-basis: 1em;
}
.k-chip-lg {
    padding-block: 6px;
    padding-inline: 4px;
    font-size: 14px;
    line-height: 1;
}
.k-chip-lg .k-chip-action {
    padding: 6px;
}
.k-chip-avatar {
    width: 1em;
    height: 1em;
    flex-basis: 1em;
}
.k-chip-list-sm {
    gap: 4px;
}
.k-chip-list-md {
    gap: 4px;
}
.k-chip-list-lg {
    gap: 4px;
}
.k-chip-solid-base {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-chip-solid-base:focus, .k-chip-solid-base.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-chip-solid-base:hover, .k-chip-solid-base.k-hover {
    background-color: #ebebeb;
}
.k-chip-solid-base.k-selected {
    background-color: #d8d8d8;
}
.k-chip-solid-error {
    border-color: #f65140;
    color: #550800;
    background-color: #fdd1cc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-chip-solid-error:focus, .k-chip-solid-error.k-focus {
    box-shadow: 0 0 0 2px rgba(243, 23, 0, 0.16);
}
.k-chip-solid-error:hover, .k-chip-solid-error.k-hover {
    background-color: #fbaea6;
}
.k-chip-solid-error.k-selected {
    background-color: #f98b80;
}
.k-chip-solid-info {
    border-color: #4082ef;
    color: #001f52;
    background-color: #ccdefb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-chip-solid-info:focus, .k-chip-solid-info.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 88, 233, 0.16);
}
.k-chip-solid-info:hover, .k-chip-solid-info.k-hover {
    background-color: #a6c5f7;
}
.k-chip-solid-info.k-selected {
    background-color: #80acf4;
}
.k-chip-solid-warning {
    border-color: #ffd040;
    color: #594300;
    background-color: #fff2cc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-chip-solid-warning:focus, .k-chip-solid-warning.k-focus {
    box-shadow: 0 0 0 2px rgba(255, 192, 0, 0.16);
}
.k-chip-solid-warning:hover, .k-chip-solid-warning.k-hover {
    background-color: #ffe9a6;
}
.k-chip-solid-warning.k-selected {
    background-color: #ffe080;
}
.k-chip-solid-success {
    border-color: #69c740;
    color: #133f00;
    background-color: #d7f0cc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-chip-solid-success:focus, .k-chip-solid-success.k-focus {
    box-shadow: 0 0 0 2px rgba(55, 180, 0, 0.16);
}
.k-chip-solid-success:hover, .k-chip-solid-success.k-hover {
    background-color: #b9e5a6;
}
.k-chip-solid-success.k-selected {
    background-color: #9bda80;
}
.k-chip-outline-base {
    border-color: #424242;
    color: #424242;
    background-color: #ffffff;
}
.k-chip-outline-base:focus, .k-chip-outline-base.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-chip-outline-base:hover, .k-chip-outline-base.k-hover {
    color: white;
    background-color: #424242;
}
.k-chip-outline-base.k-selected {
    color: white;
    background-color: #424242;
}
.k-chip-outline-error {
    border-color: #b61100;
    color: #b61100;
    background-color: #ffffff;
}
.k-chip-outline-error:focus, .k-chip-outline-error.k-focus {
    box-shadow: 0 0 0 2px rgba(243, 23, 0, 0.16);
}
.k-chip-outline-error:hover, .k-chip-outline-error.k-hover {
    border-color: #b61100;
    color: white;
    background-color: #b61100;
}
.k-chip-outline-error.k-selected {
    border-color: #b61100;
    color: white;
    background-color: #b61100;
}
.k-chip-outline-info {
    border-color: #0042af;
    color: #0042af;
    background-color: #ffffff;
}
.k-chip-outline-info:focus, .k-chip-outline-info.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 88, 233, 0.16);
}
.k-chip-outline-info:hover, .k-chip-outline-info.k-hover {
    border-color: #0042af;
    color: white;
    background-color: #0042af;
}
.k-chip-outline-info.k-selected {
    border-color: #0042af;
    color: white;
    background-color: #0042af;
}
.k-chip-outline-warning {
    border-color: #ffc000;
    color: #424242;
    background-color: #ffffff;
}
.k-chip-outline-warning:focus, .k-chip-outline-warning.k-focus {
    box-shadow: 0 0 0 2px rgba(255, 192, 0, 0.16);
}
.k-chip-outline-warning:hover, .k-chip-outline-warning.k-hover {
    color: #332600;
    background-color: #ffc000;
}
.k-chip-outline-warning.k-selected {
    color: #332600;
    background-color: #ffc000;
}
.k-chip-outline-success {
    border-color: #298700;
    color: #298700;
    background-color: #ffffff;
}
.k-chip-outline-success:focus, .k-chip-outline-success.k-focus {
    box-shadow: 0 0 0 2px rgba(55, 180, 0, 0.16);
}
.k-chip-outline-success:hover, .k-chip-outline-success.k-hover {
    border-color: #298700;
    color: white;
    background-color: #298700;
}
.k-chip-outline-success.k-selected {
    border-color: #298700;
    color: white;
    background-color: #298700;
}
.k-color-preview {
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-radius: 4px;
    box-sizing: border-box;
    border-style: solid;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    position: relative;
    overflow: hidden;
}
.k-color-preview *,
.k-color-preview *::before,
.k-color-preview *::after {
    box-sizing: border-box;
}
.k-coloreditor-current-color {
    cursor: pointer;
}
.k-icon-color-preview {
    border-width: 0;
    border-radius: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 2px;
}
.k-icon-color-preview .k-color-preview-mask {
    width: 14px;
    height: 2px;
}
.k-color-preview-mask {
    width: 100%;
    height: 100%;
    position: relative;
}
.k-color-preview-mask::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC");
    background-size: contain;
    background-position: 0 0;
}
.k-no-color .k-color-preview-mask::before {
    content: "";
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' version='1.1'%3e%3cline x1='0' x2='20' y1='0' y2='20' stroke='%23f31700' stroke-width='1'/%3e%3c/svg%3e");
    background-size: 100% 100%;
    background-position: 0 0;
}
.k-color-preview {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-color-preview:hover, .k-color-preview.k-hover {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-loader {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 0;
}
.k-loader-canvas {
    display: -webkit-box;
    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;
}
@-webkit-keyframes pulsing-2-segment {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes pulsing-2-segment {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.k-loader-pulsing-2 .k-loader-canvas {
    -webkit-box-align: center;
            align-items: center;
}
.k-loader-pulsing-2 .k-loader-segment:nth-child(1) {
    left: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-animation: pulsing-2-segment 1s ease infinite;
            animation: pulsing-2-segment 1s ease infinite;
    -webkit-animation-delay: -.5s;
            animation-delay: -.5s;
}
.k-loader-pulsing-2 .k-loader-segment:nth-child(2) {
    right: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-animation: pulsing-2-segment 1s ease infinite;
            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;
}
@-webkit-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%;
    }
}
@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 {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.k-loader-spinner-3 .k-loader-segment:nth-child(1) {
    top: 0;
    left: 50%;
    -webkit-animation: spinner-3-segment 2s ease infinite;
            animation: spinner-3-segment 2s ease infinite;
}
.k-loader-spinner-3 .k-loader-segment:nth-child(2) {
    top: 100%;
    left: 0;
    -webkit-animation: spinner-3-segment 2s ease infinite;
            animation: spinner-3-segment 2s ease infinite;
    -webkit-animation-delay: -0.6666666667s;
            animation-delay: -0.6666666667s;
}
.k-loader-spinner-3 .k-loader-segment:nth-child(3) {
    top: 100%;
    left: 100%;
    -webkit-animation: spinner-3-segment 2s ease infinite;
            animation: spinner-3-segment 2s ease infinite;
    -webkit-animation-delay: -1.3333333333s;
            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;
}
@-webkit-keyframes spinner-4-segment-1 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 0;
        left: 0;
        -webkit-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0);
    }
    66.6% {
        top: 0;
        left: 0;
        -webkit-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}
@keyframes spinner-4-segment-1 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 0;
        left: 0;
        -webkit-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0);
    }
    66.6% {
        top: 0;
        left: 0;
        -webkit-transform: translateX(0) translateY(0);
                transform: translateX(0) translateY(0);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}
@-webkit-keyframes spinner-4-segment-2 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 0;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(0);
                transform: translateX(-100%) translateY(0);
    }
    66.6% {
        top: 0;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(0);
                transform: translateX(-100%) translateY(0);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}
@keyframes spinner-4-segment-2 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 0;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(0);
                transform: translateX(-100%) translateY(0);
    }
    66.6% {
        top: 0;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(0);
                transform: translateX(-100%) translateY(0);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}
@-webkit-keyframes spinner-4-segment-3 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 100%;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(-100%);
                transform: translateX(-100%) translateY(-100%);
    }
    66.6% {
        top: 100%;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(-100%);
                transform: translateX(-100%) translateY(-100%);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}
@keyframes spinner-4-segment-3 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 100%;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(-100%);
                transform: translateX(-100%) translateY(-100%);
    }
    66.6% {
        top: 100%;
        left: 100%;
        -webkit-transform: translateX(-100%) translateY(-100%);
                transform: translateX(-100%) translateY(-100%);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}
@-webkit-keyframes spinner-4-segment-4 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 100%;
        left: 0;
        -webkit-transform: translateX(0) translateY(-100%);
                transform: translateX(0) translateY(-100%);
    }
    66.6% {
        top: 100%;
        left: 0;
        -webkit-transform: translateX(0) translateY(-100%);
                transform: translateX(0) translateY(-100%);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}
@keyframes spinner-4-segment-4 {
    0% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
    33.3% {
        top: 100%;
        left: 0;
        -webkit-transform: translateX(0) translateY(-100%);
                transform: translateX(0) translateY(-100%);
    }
    66.6% {
        top: 100%;
        left: 0;
        -webkit-transform: translateX(0) translateY(-100%);
                transform: translateX(0) translateY(-100%);
    }
    100% {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
    }
}
@-webkit-keyframes spinner-4 {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    33.3% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    66.6% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
@keyframes spinner-4 {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    33.3% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    66.6% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
.k-loader-spinner-4 .k-loader-canvas {
    -webkit-animation: spinner-4 1.833s ease infinite;
            animation: spinner-4 1.833s ease infinite;
}
.k-loader-spinner-4 .k-loader-segment {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.k-loader-spinner-4 .k-loader-segment:nth-child(1) {
    -webkit-animation: spinner-4-segment-1 1.833s ease infinite;
            animation: spinner-4-segment-1 1.833s ease infinite;
}
.k-loader-spinner-4 .k-loader-segment:nth-child(2) {
    -webkit-animation: spinner-4-segment-2 1.833s ease infinite;
            animation: spinner-4-segment-2 1.833s ease infinite;
}
.k-loader-spinner-4 .k-loader-segment:nth-child(3) {
    -webkit-animation: spinner-4-segment-3 1.833s ease infinite;
            animation: spinner-4-segment-3 1.833s ease infinite;
}
.k-loader-spinner-4 .k-loader-segment:nth-child(4) {
    -webkit-animation: spinner-4-segment-4 1.833s ease infinite;
            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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: 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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
}
.k-loader-container-panel {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}
.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: 14px;
}
.k-loader-container-lg .k-loader-container-inner {
    padding: 24px;
    gap: 12px;
}
.k-loader-container-lg .k-loader-container-label {
    font-size: 16px;
}
.k-loader-top .k-loader-container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
}
.k-loader-end .k-loader-container-label {
    -webkit-box-ordinal-group: 0;
            order: -1;
}
.k-loading-mask,
.k-loading-image,
.k-loading-color {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
.k-loading-mask *,
.k-loading-mask *::before,
.k-loading-mask *::after, .k-loading-mask::before, .k-loading-mask::after,
.k-loading-image *,
.k-loading-image *::before,
.k-loading-image *::after,
.k-loading-image::before,
.k-loading-image::after,
.k-loading-color *,
.k-loading-color *::before,
.k-loading-color *::after,
.k-loading-color::before,
.k-loading-color::after {
    box-sizing: border-box;
}
.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;
    color: currentColor;
}
.k-loading-image {
    z-index: 2;
    color: currentColor;
}
.k-loading-color {
    background-color: #ffffff;
    opacity: 0.3;
}
.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,
.k-loader-container-inner .\!k-text-secondary {
    color: #656565 !important;
}
.k-skeleton, .k-placeholder-line {
    display: block;
}
.k-skeleton-text, .k-placeholder-line {
    border-radius: 4px;
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
}
.k-skeleton-text:empty::before, .k-placeholder-line:empty::before {
    content: "\200b";
}
.k-skeleton-rect {
    border-radius: 0;
}
.k-skeleton-circle {
    border-radius: 9999px;
}
@-webkit-keyframes k-skeleton-wave {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    60% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}
@keyframes k-skeleton-wave {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    60% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}
.k-skeleton-wave .k-skeleton, .k-skeleton-wave .k-placeholder-line, .k-skeleton-wave.k-skeleton, .k-skeleton-wave.k-placeholder-line {
    position: relative;
    overflow: hidden;
}
.k-skeleton-wave .k-skeleton::after, .k-skeleton-wave .k-placeholder-line::after, .k-skeleton-wave.k-skeleton::after, .k-skeleton-wave.k-placeholder-line::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-animation: k-skeleton-wave 1.6s linear .5s infinite;
            animation: k-skeleton-wave 1.6s linear .5s infinite;
}
@-webkit-keyframes k-skeleton-pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes k-skeleton-pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
.k-skeleton-pulse .k-skeleton, .k-skeleton-pulse .k-placeholder-line, .k-skeleton-pulse.k-skeleton, .k-skeleton-pulse.k-placeholder-line {
    -webkit-animation: k-skeleton-pulse 1.5s ease-in-out .5s infinite;
            animation: k-skeleton-pulse 1.5s ease-in-out .5s infinite;
}
.k-skeleton, .k-placeholder-line {
    background-color: rgba(66, 66, 66, 0.2);
}
.k-skeleton-wave .k-skeleton::after, .k-skeleton-wave .k-placeholder-line::after, .k-skeleton-wave.k-skeleton::after, .k-skeleton-wave.k-placeholder-line::after {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.04)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.04), transparent);
}
.k-button {
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    color: inherit;
    background: none;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 4px;
    vertical-align: middle;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    position: relative;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.k-button *,
.k-button *::before,
.k-button *::after {
    box-sizing: border-box;
}
.k-button:disabled, .k-button.k-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            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-icon-button {
    gap: 0;
}
.k-icon-button .k-icon {
    display: -webkit-inline-box;
    display: inline-flex;
}
.k-button-icon {
    color: inherit;
    align-self: center;
    position: relative;
}
.k-button-sm {
    padding-block: 2px;
    padding-inline: 8px;
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-button-sm.k-icon-button {
    padding: 2px;
}
.k-button-sm.k-icon-button .k-button-icon {
    min-width: 20.0000000004px;
    min-height: 20.0000000004px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.k-button-sm.k-icon-button .k-button-icon.k-svg-icon > svg,
.k-button-sm.k-icon-button .k-button-icon.k-icon-md > svg {
    width: 16px;
    height: 16px;
}
.k-button-sm.k-icon-button .k-button-icon.k-icon-xs > svg {
    width: 12px;
    height: 12px;
}
.k-button-sm.k-icon-button .k-button-icon.k-icon-sm > svg {
    width: 14px;
    height: 14px;
}
.k-button-sm.k-icon-button .k-button-icon.k-icon-lg > svg {
    width: 20px;
    height: 20px;
}
.k-button-sm.k-icon-button .k-button-icon.k-icon-xl > svg {
    width: 24px;
    height: 24px;
}
.k-button-sm.k-icon-button .k-button-icon.k-icon-xxl > svg {
    width: 32px;
    height: 32px;
}
.k-button-sm.k-icon-button .k-button-icon.k-icon-xxxl > svg {
    width: 48px;
    height: 48px;
}
.k-button-md {
    padding-block: 4px;
    padding-inline: 8px;
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-button-md.k-icon-button {
    padding: 4px;
}
.k-button-md.k-icon-button .k-button-icon {
    min-width: 20.0000000004px;
    min-height: 20.0000000004px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.k-button-md.k-icon-button .k-button-icon.k-svg-icon > svg,
.k-button-md.k-icon-button .k-button-icon.k-icon-md > svg {
    width: 16px;
    height: 16px;
}
.k-button-md.k-icon-button .k-button-icon.k-icon-xs > svg {
    width: 12px;
    height: 12px;
}
.k-button-md.k-icon-button .k-button-icon.k-icon-sm > svg {
    width: 14px;
    height: 14px;
}
.k-button-md.k-icon-button .k-button-icon.k-icon-lg > svg {
    width: 20px;
    height: 20px;
}
.k-button-md.k-icon-button .k-button-icon.k-icon-xl > svg {
    width: 24px;
    height: 24px;
}
.k-button-md.k-icon-button .k-button-icon.k-icon-xxl > svg {
    width: 32px;
    height: 32px;
}
.k-button-md.k-icon-button .k-button-icon.k-icon-xxxl > svg {
    width: 48px;
    height: 48px;
}
.k-button-lg {
    padding-block: 8px;
    padding-inline: 8px;
    font-size: 16px;
    line-height: 1.5;
}
.k-button-lg.k-icon-button {
    padding: 8px;
}
.k-button-lg.k-icon-button .k-button-icon {
    min-width: 24px;
    min-height: 24px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.k-button-lg.k-icon-button .k-button-icon.k-svg-icon > svg,
.k-button-lg.k-icon-button .k-button-icon.k-icon-md > svg {
    width: 16px;
    height: 16px;
}
.k-button-lg.k-icon-button .k-button-icon.k-icon-xs > svg {
    width: 12px;
    height: 12px;
}
.k-button-lg.k-icon-button .k-button-icon.k-icon-sm > svg {
    width: 14px;
    height: 14px;
}
.k-button-lg.k-icon-button .k-button-icon.k-icon-lg > svg {
    width: 20px;
    height: 20px;
}
.k-button-lg.k-icon-button .k-button-icon.k-icon-xl > svg {
    width: 24px;
    height: 24px;
}
.k-button-lg.k-icon-button .k-button-icon.k-icon-xxl > svg {
    width: 32px;
    height: 32px;
}
.k-button-lg.k-icon-button .k-button-icon.k-icon-xxxl > svg {
    width: 48px;
    height: 48px;
}
.k-button-square {
    aspect-ratio: 1;
}
.k-button-group {
    margin: 0;
    padding: 0;
    border-width: 0;
    box-sizing: border-box;
    list-style: none;
    outline: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    vertical-align: middle;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-button-group > .k-button + .k-button {
    -webkit-margin-start: -1px;
            margin-inline-start: -1px;
}
.k-button-group > .k-button:hover,
.k-button-group > .k-button.k-hover,
.k-button-group > .k-button:focus,
.k-button-group > .k-button.k-focus,
.k-button-group > .k-button:active,
.k-button-group > .k-button.k-active,
.k-button-group > .k-button.k-selected {
    z-index: 2;
}
.k-button-group .k-button:not(:first-child):not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}
.k-button-group > .k-button:first-child:not(:only-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}
.k-button-group > .k-button:last-child:not(:only-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}
.k-button-group:disabled, .k-button-group[disabled], .k-button-group.k-disabled {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
}
.k-button-group-stretched {
    width: 100%;
}
.k-button-group-stretched > * {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    overflow: hidden;
}
.k-button-flat {
    border-color: transparent !important;
    color: inherit;
    background: none !important;
    box-shadow: none !important;
}
.k-button-flat::before {
    display: block !important;
}
.k-button-flat::after {
    box-shadow: inset 0 0 0 2px currentColor;
    display: block !important;
}
.k-button-flat:focus::after, .k-button-flat.k-focus::after {
    opacity: 0.12;
}
.k-button-outline {
    border-color: currentColor;
    color: inherit;
    background: none;
}
.k-button-link {
    border-color: transparent;
    color: inherit;
    text-decoration: none;
    background: none;
}
.k-button-link:hover, .k-button-link.k-hover {
    text-decoration: underline;
}
.k-button-clear {
    border-color: transparent !important;
    color: inherit;
    background: none !important;
    box-shadow: none !important;
}
.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;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.k-button:hover::before, .k-button.k-hover::before {
    opacity: 0.04;
}
.k-button.k-no-focus:not(:hover)::before, .k-button.k-no-focus:not(.k-hover)::before {
    opacity: 0;
}
.k-button:active::before, .k-button.k-active::before {
    opacity: 0.16;
}
.k-button.k-selected::before {
    opacity: 0.2;
}
.k-button::after {
    border-radius: inherit;
    content: "";
    opacity: 0;
    display: none;
    pointer-events: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    z-index: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.k-button-solid-base {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-base:hover, .k-button-solid-base.k-hover {
    background-color: #ebebeb;
}
.k-button-solid-base:focus, .k-button-solid-base.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-button-solid-base:active, .k-button-solid-base.k-active {
    background-color: #d8d8d8;
}
.k-button-solid-base.k-selected {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}
.k-button-solid-primary {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
    border-color: #f55f54;
    background-color: #f55f54;
}
.k-button-solid-primary:focus, .k-button-solid-primary.k-focus {
    box-shadow: 0 0 0px 2px rgba(255, 99, 88, 0.3);
}
.k-button-solid-primary:active, .k-button-solid-primary.k-active {
    border-color: #e0574d;
    background-color: #e0574d;
}
.k-button-solid-primary.k-selected {
    border-color: #e0574d;
    background-color: #e0574d;
}
.k-button-solid-secondary {
    border-color: #666666;
    color: white;
    background-color: #666666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-secondary:hover, .k-button-solid-secondary.k-hover {
    border-color: #626262;
    background-color: #626262;
}
.k-button-solid-secondary:focus, .k-button-solid-secondary.k-focus {
    box-shadow: 0 0 0px 2px rgba(102, 102, 102, 0.3);
}
.k-button-solid-secondary:active, .k-button-solid-secondary.k-active {
    border-color: #5a5a5a;
    background-color: #5a5a5a;
}
.k-button-solid-secondary.k-selected {
    border-color: #5a5a5a;
    background-color: #5a5a5a;
}
.k-button-solid-tertiary {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-tertiary:hover, .k-button-solid-tertiary.k-hover {
    border-color: #03a2ea;
    background-color: #03a2ea;
}
.k-button-solid-tertiary:focus, .k-button-solid-tertiary.k-focus {
    box-shadow: 0 0 0px 2px rgba(3, 169, 244, 0.3);
}
.k-button-solid-tertiary:active, .k-button-solid-tertiary.k-active {
    border-color: #0395d7;
    background-color: #0395d7;
}
.k-button-solid-tertiary.k-selected {
    border-color: #0395d7;
    background-color: #0395d7;
}
.k-button-solid-info {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-info:hover, .k-button-solid-info.k-hover {
    border-color: #0054e0;
    background-color: #0054e0;
}
.k-button-solid-info:focus, .k-button-solid-info.k-focus {
    box-shadow: 0 0 0px 2px rgba(0, 88, 233, 0.3);
}
.k-button-solid-info:active, .k-button-solid-info.k-active {
    border-color: #004dcd;
    background-color: #004dcd;
}
.k-button-solid-info.k-selected {
    border-color: #004dcd;
    background-color: #004dcd;
}
.k-button-solid-success {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-success:hover, .k-button-solid-success.k-hover {
    border-color: #35ad00;
    background-color: #35ad00;
}
.k-button-solid-success:focus, .k-button-solid-success.k-focus {
    box-shadow: 0 0 0px 2px rgba(55, 180, 0, 0.3);
}
.k-button-solid-success:active, .k-button-solid-success.k-active {
    border-color: #309e00;
    background-color: #309e00;
}
.k-button-solid-success.k-selected {
    border-color: #309e00;
    background-color: #309e00;
}
.k-button-solid-warning {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-warning:hover, .k-button-solid-warning.k-hover {
    border-color: #f5b800;
    background-color: #f5b800;
}
.k-button-solid-warning:focus, .k-button-solid-warning.k-focus {
    box-shadow: 0 0 0px 2px rgba(255, 192, 0, 0.3);
}
.k-button-solid-warning:active, .k-button-solid-warning.k-active {
    border-color: #e0a900;
    background-color: #e0a900;
}
.k-button-solid-warning.k-selected {
    border-color: #e0a900;
    background-color: #e0a900;
}
.k-button-solid-error {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-error:hover, .k-button-solid-error.k-hover {
    border-color: #e91600;
    background-color: #e91600;
}
.k-button-solid-error:focus, .k-button-solid-error.k-focus {
    box-shadow: 0 0 0px 2px rgba(243, 23, 0, 0.3);
}
.k-button-solid-error:active, .k-button-solid-error.k-active {
    border-color: #d61400;
    background-color: #d61400;
}
.k-button-solid-error.k-selected {
    border-color: #d61400;
    background-color: #d61400;
}
.k-button-solid-dark {
    border-color: #424242;
    color: white;
    background-color: #424242;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-dark:hover, .k-button-solid-dark.k-hover {
    border-color: #3f3f3f;
    background-color: #3f3f3f;
}
.k-button-solid-dark:focus, .k-button-solid-dark.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-solid-dark:active, .k-button-solid-dark.k-active {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}
.k-button-solid-dark.k-selected {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}
.k-button-solid-light {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-light:hover, .k-button-solid-light.k-hover {
    border-color: #e2e2e2;
    background-color: #e2e2e2;
}
.k-button-solid-light:focus, .k-button-solid-light.k-focus {
    box-shadow: 0 0 0px 2px rgba(235, 235, 235, 0.3);
}
.k-button-solid-light:active, .k-button-solid-light.k-active {
    border-color: #cfcfcf;
    background-color: #cfcfcf;
}
.k-button-solid-light.k-selected {
    border-color: #cfcfcf;
    background-color: #cfcfcf;
}
.k-button-solid-inverse {
    border-color: #424242;
    color: white;
    background-color: #424242;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-button-solid-inverse:hover, .k-button-solid-inverse.k-hover {
    border-color: #3f3f3f;
    background-color: #3f3f3f;
}
.k-button-solid-inverse:focus, .k-button-solid-inverse.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-solid-inverse:active, .k-button-solid-inverse.k-active {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}
.k-button-solid-inverse.k-selected {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}
.k-button-outline-primary {
    box-shadow: none;
    border-color: currentColor;
    color: #ff6358;
    background-color: transparent;
}
.k-button-outline-primary:hover, .k-button-outline-primary.k-hover {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}
.k-button-outline-primary:focus, .k-button-outline-primary.k-focus {
    box-shadow: 0 0 0px 2px rgba(255, 99, 88, 0.3);
}
.k-button-outline-primary:active, .k-button-outline-primary.k-active {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}
.k-button-outline-primary.k-selected {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}
.k-button-outline-secondary {
    box-shadow: none;
    border-color: currentColor;
    color: #666666;
    background-color: transparent;
}
.k-button-outline-secondary:hover, .k-button-outline-secondary.k-hover {
    border-color: #666666;
    color: white;
    background-color: #666666;
}
.k-button-outline-secondary:focus, .k-button-outline-secondary.k-focus {
    box-shadow: 0 0 0px 2px rgba(102, 102, 102, 0.3);
}
.k-button-outline-secondary:active, .k-button-outline-secondary.k-active {
    border-color: #666666;
    color: white;
    background-color: #666666;
}
.k-button-outline-secondary.k-selected {
    border-color: #666666;
    color: white;
    background-color: #666666;
}
.k-button-outline-tertiary {
    box-shadow: none;
    border-color: currentColor;
    color: #03a9f4;
    background-color: transparent;
}
.k-button-outline-tertiary:hover, .k-button-outline-tertiary.k-hover {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}
.k-button-outline-tertiary:focus, .k-button-outline-tertiary.k-focus {
    box-shadow: 0 0 0px 2px rgba(3, 169, 244, 0.3);
}
.k-button-outline-tertiary:active, .k-button-outline-tertiary.k-active {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}
.k-button-outline-tertiary.k-selected {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}
.k-button-outline-info {
    box-shadow: none;
    border-color: currentColor;
    color: #0058e9;
    background-color: transparent;
}
.k-button-outline-info:hover, .k-button-outline-info.k-hover {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}
.k-button-outline-info:focus, .k-button-outline-info.k-focus {
    box-shadow: 0 0 0px 2px rgba(0, 88, 233, 0.3);
}
.k-button-outline-info:active, .k-button-outline-info.k-active {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}
.k-button-outline-info.k-selected {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}
.k-button-outline-success {
    box-shadow: none;
    border-color: currentColor;
    color: #37b400;
    background-color: transparent;
}
.k-button-outline-success:hover, .k-button-outline-success.k-hover {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}
.k-button-outline-success:focus, .k-button-outline-success.k-focus {
    box-shadow: 0 0 0px 2px rgba(55, 180, 0, 0.3);
}
.k-button-outline-success:active, .k-button-outline-success.k-active {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}
.k-button-outline-success.k-selected {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}
.k-button-outline-warning {
    box-shadow: none;
    border-color: currentColor;
    color: #ffc000;
    background-color: transparent;
}
.k-button-outline-warning:hover, .k-button-outline-warning.k-hover {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}
.k-button-outline-warning:focus, .k-button-outline-warning.k-focus {
    box-shadow: 0 0 0px 2px rgba(255, 192, 0, 0.3);
}
.k-button-outline-warning:active, .k-button-outline-warning.k-active {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}
.k-button-outline-warning.k-selected {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}
.k-button-outline-error {
    box-shadow: none;
    border-color: currentColor;
    color: #f31700;
    background-color: transparent;
}
.k-button-outline-error:hover, .k-button-outline-error.k-hover {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}
.k-button-outline-error:focus, .k-button-outline-error.k-focus {
    box-shadow: 0 0 0px 2px rgba(243, 23, 0, 0.3);
}
.k-button-outline-error:active, .k-button-outline-error.k-active {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}
.k-button-outline-error.k-selected {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}
.k-button-outline-dark {
    box-shadow: none;
    border-color: currentColor;
    color: #424242;
    background-color: transparent;
}
.k-button-outline-dark:hover, .k-button-outline-dark.k-hover {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-button-outline-dark:focus, .k-button-outline-dark.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-outline-dark:active, .k-button-outline-dark.k-active {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-button-outline-dark.k-selected {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-button-outline-light {
    box-shadow: none;
    border-color: currentColor;
    color: #ebebeb;
    background-color: transparent;
}
.k-button-outline-light:hover, .k-button-outline-light.k-hover {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}
.k-button-outline-light:focus, .k-button-outline-light.k-focus {
    box-shadow: 0 0 0px 2px rgba(235, 235, 235, 0.3);
}
.k-button-outline-light:active, .k-button-outline-light.k-active {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}
.k-button-outline-light.k-selected {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}
.k-button-outline-inverse {
    box-shadow: none;
    border-color: currentColor;
    color: #424242;
    background-color: transparent;
}
.k-button-outline-inverse:hover, .k-button-outline-inverse.k-hover {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-button-outline-inverse:focus, .k-button-outline-inverse.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-outline-inverse:active, .k-button-outline-inverse.k-active {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-button-outline-inverse.k-selected {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-button-outline-base {
    box-shadow: none;
    border-color: currentColor;
    color: #424242;
    background-color: transparent;
}
.k-button-outline-base:hover, .k-button-outline-base.k-hover {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-button-outline-base:focus, .k-button-outline-base.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-outline-base:active, .k-button-outline-base.k-active {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-button-outline-base.k-selected {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-button-flat-primary {
    color: #ff6358;
}
.k-button-flat-secondary {
    color: #666666;
}
.k-button-flat-tertiary {
    color: #03a9f4;
}
.k-button-flat-info {
    color: #0058e9;
}
.k-button-flat-success {
    color: #37b400;
}
.k-button-flat-warning {
    color: #ffc000;
}
.k-button-flat-error {
    color: #f31700;
}
.k-button-flat-dark {
    color: #424242;
}
.k-button-flat-light {
    color: #ebebeb;
}
.k-button-flat-inverse {
    color: #424242;
}
.k-button-flat-base {
    color: inherit;
}
.k-button-link-primary {
    color: #ff6358;
}
.k-button-link-primary:hover, .k-button-link-primary.k-hover {
    color: #d6534a;
}
.k-button-link-primary:focus, .k-button-link-primary.k-focus {
    box-shadow: 0 0 0px 2px rgba(255, 99, 88, 0.3);
}
.k-button-link-primary:active, .k-button-link-primary.k-active {
    color: #d6534a;
}
.k-button-link-primary.k-selected {
    color: #d6534a;
}
.k-button-link-secondary {
    color: #666666;
}
.k-button-link-secondary:hover, .k-button-link-secondary.k-hover {
    color: #565656;
}
.k-button-link-secondary:focus, .k-button-link-secondary.k-focus {
    box-shadow: 0 0 0px 2px rgba(102, 102, 102, 0.3);
}
.k-button-link-secondary:active, .k-button-link-secondary.k-active {
    color: #565656;
}
.k-button-link-secondary.k-selected {
    color: #565656;
}
.k-button-link-tertiary {
    color: #03a9f4;
}
.k-button-link-tertiary:hover, .k-button-link-tertiary.k-hover {
    color: #038ecd;
}
.k-button-link-tertiary:focus, .k-button-link-tertiary.k-focus {
    box-shadow: 0 0 0px 2px rgba(3, 169, 244, 0.3);
}
.k-button-link-tertiary:active, .k-button-link-tertiary.k-active {
    color: #038ecd;
}
.k-button-link-tertiary.k-selected {
    color: #038ecd;
}
.k-button-link-info {
    color: #0058e9;
}
.k-button-link-info:hover, .k-button-link-info.k-hover {
    color: #004ac4;
}
.k-button-link-info:focus, .k-button-link-info.k-focus {
    box-shadow: 0 0 0px 2px rgba(0, 88, 233, 0.3);
}
.k-button-link-info:active, .k-button-link-info.k-active {
    color: #004ac4;
}
.k-button-link-info.k-selected {
    color: #004ac4;
}
.k-button-link-success {
    color: #37b400;
}
.k-button-link-success:hover, .k-button-link-success.k-hover {
    color: #2e9700;
}
.k-button-link-success:focus, .k-button-link-success.k-focus {
    box-shadow: 0 0 0px 2px rgba(55, 180, 0, 0.3);
}
.k-button-link-success:active, .k-button-link-success.k-active {
    color: #2e9700;
}
.k-button-link-success.k-selected {
    color: #2e9700;
}
.k-button-link-warning {
    color: #ffc000;
}
.k-button-link-warning:hover, .k-button-link-warning.k-hover {
    color: #d6a100;
}
.k-button-link-warning:focus, .k-button-link-warning.k-focus {
    box-shadow: 0 0 0px 2px rgba(255, 192, 0, 0.3);
}
.k-button-link-warning:active, .k-button-link-warning.k-active {
    color: #d6a100;
}
.k-button-link-warning.k-selected {
    color: #d6a100;
}
.k-button-link-error {
    color: #f31700;
}
.k-button-link-error:hover, .k-button-link-error.k-hover {
    color: #cc1300;
}
.k-button-link-error:focus, .k-button-link-error.k-focus {
    box-shadow: 0 0 0px 2px rgba(243, 23, 0, 0.3);
}
.k-button-link-error:active, .k-button-link-error.k-active {
    color: #cc1300;
}
.k-button-link-error.k-selected {
    color: #cc1300;
}
.k-button-link-dark {
    color: #424242;
}
.k-button-link-dark:hover, .k-button-link-dark.k-hover {
    color: #373737;
}
.k-button-link-dark:focus, .k-button-link-dark.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-link-dark:active, .k-button-link-dark.k-active {
    color: #373737;
}
.k-button-link-dark.k-selected {
    color: #373737;
}
.k-button-link-light {
    color: #ebebeb;
}
.k-button-link-light:hover, .k-button-link-light.k-hover {
    color: #c5c5c5;
}
.k-button-link-light:focus, .k-button-link-light.k-focus {
    box-shadow: 0 0 0px 2px rgba(235, 235, 235, 0.3);
}
.k-button-link-light:active, .k-button-link-light.k-active {
    color: #c5c5c5;
}
.k-button-link-light.k-selected {
    color: #c5c5c5;
}
.k-button-link-inverse {
    color: #424242;
}
.k-button-link-inverse:hover, .k-button-link-inverse.k-hover {
    color: #373737;
}
.k-button-link-inverse:focus, .k-button-link-inverse.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-link-inverse:active, .k-button-link-inverse.k-active {
    color: #373737;
}
.k-button-link-inverse.k-selected {
    color: #373737;
}
.k-button-link-base {
    color: #424242;
}
.k-button-link-base:hover, .k-button-link-base.k-hover {
    color: #373737;
}
.k-button-link-base:focus, .k-button-link-base.k-focus {
    box-shadow: 0 0 0px 2px rgba(66, 66, 66, 0.3);
}
.k-button-link-base:active, .k-button-link-base.k-active {
    color: #373737;
}
.k-button-link-base.k-selected {
    color: #373737;
}
.k-button-clear-primary {
    color: #ff6358;
}
.k-button-clear-primary:focus::after, .k-button-clear-primary.k-focus::after, .k-button-clear-primary:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}
.k-button-clear-secondary {
    color: #666666;
}
.k-button-clear-secondary:focus::after, .k-button-clear-secondary.k-focus::after, .k-button-clear-secondary:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}
.k-button-clear-tertiary {
    color: #03a9f4;
}
.k-button-clear-tertiary:focus::after, .k-button-clear-tertiary.k-focus::after, .k-button-clear-tertiary:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}
.k-button-clear-info {
    color: #0058e9;
}
.k-button-clear-info:focus::after, .k-button-clear-info.k-focus::after, .k-button-clear-info:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}
.k-button-clear-success {
    color: #37b400;
}
.k-button-clear-success:focus::after, .k-button-clear-success.k-focus::after, .k-button-clear-success:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}
.k-button-clear-warning {
    color: #ffc000;
}
.k-button-clear-warning:focus::after, .k-button-clear-warning.k-focus::after, .k-button-clear-warning:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}
.k-button-clear-error {
    color: #f31700;
}
.k-button-clear-error:focus::after, .k-button-clear-error.k-focus::after, .k-button-clear-error:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}
.k-button-clear-dark {
    color: #424242;
}
.k-button-clear-dark:focus::after, .k-button-clear-dark.k-focus::after, .k-button-clear-dark:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}
.k-button-clear-light {
    color: #ebebeb;
}
.k-button-clear-light:focus::after, .k-button-clear-light.k-focus::after, .k-button-clear-light:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}
.k-button-clear-inverse {
    color: #424242;
}
.k-button-clear-inverse:focus::after, .k-button-clear-inverse.k-focus::after, .k-button-clear-inverse:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}
.k-button-clear-base {
    color: #424242;
}
.k-button-clear-base:focus::after, .k-button-clear-base.k-focus::after, .k-button-clear-base:active::after {
    background-color: currentColor;
    opacity: 0.1;
    display: block;
}
.k-menu-bar, .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: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    position: relative;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-menu-bar *, .k-menu *,
.k-menu-bar *::before,
.k-menu *::before,
.k-menu-bar *::after,
.k-menu *::after {
    box-sizing: border-box;
}
.k-menu-item {
    border-width: 0;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-flex: 0;
            flex: none;
    position: relative;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
.k-menu-item-content {
    display: block;
    height: auto;
    overflow: visible;
}
.k-menu-item-content .k-actions, .k-menu-item-content .k-edit-buttons,
.k-menu-item-content .k-action-buttons,
.k-menu-item-content .k-columnmenu-actions, .k-menu-item-content .k-form-buttons {
    margin-top: 0;
}
.k-menu-link {
    padding-block: 6px;
    padding-inline: 12px;
    outline: 0;
    color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    gap: 4px;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}
.k-menu-link-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-menu-expand-arrow {
    -webkit-margin-end: -4px;
            margin-inline-end: -4px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: none;
    position: relative;
}
.k-menu-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.k-menu-horizontal > .k-menu-item + .k-menu-item {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
}
.k-menu-horizontal > .k-separator {
    margin-block: 0;
    margin-inline: 4px;
    width: 0;
    height: auto;
    border-width: 0 0 0 1px;
    border-style: solid;
}
.k-menu-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.k-menu-vertical > .k-menu-item + .k-menu-item {
    margin-top: 0;
}
.k-menu-vertical > .k-menu-item > .k-menu-link {
    padding-block: 4px;
    padding-inline: 8px;
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
}
.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    -webkit-margin-end: -28px;
            margin-inline-end: -28px;
}
.k-menu-vertical > .k-separator {
    margin-block: 4px;
    margin-inline: 0;
    height: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.08);
    display: block;
}
.k-menu-popup {
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
    max-height: 80vh;
}
.k-menu-popup *,
.k-menu-popup *::before,
.k-menu-popup *::after {
    box-sizing: border-box;
}
.k-menu-group {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    position: absolute;
}
.k-menu-group .k-menu-item + .k-menu-item {
    margin-top: 0px;
}
.k-menu-group .k-separator {
    margin-block: 4px;
    margin-inline: 0;
    height: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.08);
    display: block;
}
.k-menu-popup .k-menu-group {
    position: relative;
}
.k-menu-group-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-menu-group-sm .k-menu-item {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-menu-group-sm .k-menu-link {
    padding-block: 2px;
    padding-inline: 8px;
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
}
.k-menu-group-sm .k-menu-expand-arrow {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    -webkit-margin-end: -28px;
            margin-inline-end: -28px;
}
.k-menu-group-md {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-menu-group-md .k-menu-item {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-menu-group-md .k-menu-link {
    padding-block: 4px;
    padding-inline: 8px;
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
}
.k-menu-group-md .k-menu-expand-arrow {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    -webkit-margin-end: -28px;
            margin-inline-end: -28px;
}
.k-menu-group-lg {
    font-size: 16px;
    line-height: 1.5;
}
.k-menu-group-lg .k-menu-item {
    font-size: 16px;
    line-height: 1.5;
}
.k-menu-group-lg .k-menu-link {
    padding-block: 6px;
    padding-inline: 8px;
    -webkit-padding-end: 32px;
            padding-inline-end: 32px;
}
.k-menu-group-lg .k-menu-expand-arrow {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    -webkit-margin-end: -28px;
            margin-inline-end: -28px;
}
.k-popups-wrapper {
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}
.k-context-menu {
    margin: 0;
    border-width: 1px;
    border-style: solid;
}
.k-animation-container .k-context-menu.k-menu-horizontal {
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: nowrap;
}
.k-context-menu-popup {
    z-index: 12000;
}
.k-context-menu-popup .k-context-menu {
    border-width: 0;
}
.k-popup .k-context-menu,
.k-context-menu-popup .k-context-menu {
    border-width: 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-wrapper .k-menu-scroll-button {
    border-radius: 0;
    padding: 0;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background: inherit;
    position: absolute;
}
.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-left {
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 16px;
    border-right-width: 1px;
}
.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-right {
    top: 0;
    inset-inline-end: 0;
    height: 100%;
    width: 16px;
    border-left-width: 1px;
}
.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-up {
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 16px;
    border-bottom-width: 1px;
}
.k-menu-scroll-wrapper .k-menu-scroll-button.k-scroll-down {
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 16px;
    border-top-width: 1px;
}
.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-hover {
    color: #d6534a;
}
.k-menu:not(.k-context-menu) > .k-item:active, .k-menu:not(.k-context-menu) > .k-item.k-active {
    color: #424242;
}
.k-menu:not(.k-context-menu) > .k-item:focus, .k-menu:not(.k-context-menu) > .k-item.k-focus {
    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 > .k-link:hover, .k-menu-group .k-item > .k-link.k-hover,
.k-menu.k-context-menu .k-item > .k-link:hover,
.k-menu.k-context-menu .k-item > .k-link.k-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-menu-group .k-item > .k-link:active, .k-menu-group .k-item > .k-link.k-active, .k-menu-group .k-item > .k-link.k-selected,
.k-menu.k-context-menu .k-item > .k-link:active,
.k-menu.k-context-menu .k-item > .k-link.k-active,
.k-menu.k-context-menu .k-item > .k-link.k-selected {
    color: white;
    background-color: #ff6358;
}
.k-menu-group .k-item:focus > .k-link,
.k-menu-group .k-item.k-focus > .k-link,
.k-menu.k-context-menu .k-item:focus > .k-link,
.k-menu.k-context-menu .k-item.k-focus > .k-link {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-menu-scroll-wrapper .k-menu-scroll-button {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ff6358;
    background-color: #ffffff;
}
.k-menu-scroll-wrapper .k-menu-scroll-button:hover {
    color: #d6534a;
}
.k-menu-scroll-wrapper .k-menu-scroll-button:hover::before {
    opacity: 0;
}
.k-toolbar {
    margin: 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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            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);
}
.k-toolbar.k-toolbar-resizable {
    flex-wrap: nowrap;
}
.k-toolbar > * {
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    align-content: center;
    vertical-align: middle;
}
.k-toolbar > * > label {
    align-self: center;
}
.k-toolbar .k-input,
.k-toolbar .k-picker {
    width: 10em;
}
.k-toolbar .k-color-picker, .k-toolbar .k-colorpicker {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.k-toolbar .k-toolbar-overflow-button {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
}
.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;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
}
.k-toolbar .k-toolbar-item:focus,
.k-toolbar .k-toolbar-item.k-focus {
    text-decoration: none;
    outline: 0;
}
.k-toolbar-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
            flex-direction: inherit;
    flex-wrap: nowrap;
    gap: inherit;
}
.k-toolbar-renderer {
    display: inline-block;
    border-color: inherit;
}
.k-toolbar-sm {
    padding-block: 4px;
    padding-inline: 4px;
    gap: 6px;
}
.k-toolbar-sm::before {
    -webkit-margin-start: -6px;
            margin-inline-start: -6px;
}
.k-toolbar-sm > * > label {
    -webkit-margin-end: 6px;
            margin-inline-end: 6px;
}
.k-toolbar-md {
    padding-block: 8px;
    padding-inline: 8px;
    gap: 8px;
}
.k-toolbar-md::before {
    -webkit-margin-start: -8px;
            margin-inline-start: -8px;
}
.k-toolbar-md > * > label {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
}
.k-toolbar-lg {
    padding-block: 10px;
    padding-inline: 10px;
    gap: 10px;
}
.k-toolbar-lg::before {
    -webkit-margin-start: -10px;
            margin-inline-start: -10px;
}
.k-toolbar-lg > * > label {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
}
.k-toolbar-sm::before {
    height: calc(1.4285714286em + 6px);
}
.k-toolbar-md::before {
    height: calc(1.4285714286em + 10px);
}
.k-toolbar-lg::before {
    height: calc(1.5em + 18px);
}
.k-floating-toolbar,
.editorToolbarWindow.k-window-content {
    padding-block: 8px !important;
    padding-inline: 8px !important;
    border-width: 1px;
    border-style: solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 8px;
    -webkit-box-align: center;
            align-items: center;
}
.k-floating-toolbar .k-toolbar,
.editorToolbarWindow.k-window-content .k-toolbar {
    padding: 0;
    border-width: 0;
    flex-shrink: 1;
    color: inherit;
    background: none;
}
.k-editortoolbar-dragHandle {
    cursor: move;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    align-self: stretch;
    flex-shrink: 0;
}
.k-overflow-container {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-overflow-container > .k-item {
    border-color: inherit;
}
.k-overflow-container .k-separator {
    margin: 4px 0;
}
.k-overflow-container .k-overflow-tool-group {
    display: block;
}
.k-overflow-container .k-overflow-button {
    padding-block: 4px;
    padding-inline: 8px;
    width: 100%;
    height: auto;
    border-width: 0;
    border-radius: 0;
    aspect-ratio: auto;
    color: inherit;
    background-color: transparent;
    background-image: none;
    font: inherit;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    gap: 4px;
    -webkit-box-pack: start;
            justify-content: flex-start;
    position: relative;
}
.k-overflow-container .k-button-group {
    box-shadow: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}
.k-overflow-container .k-button-group .k-button {
    margin: 0;
}
.k-overflow-container .k-split-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.k-overflow-container .k-overflow-hidden {
    display: none;
}
.k-toolbar.k-toolbar-flat {
    border-width: 1px 0;
    border-top-color: transparent !important;
    border-bottom-color: inherit;
    color: inherit;
    background: none !important;
    box-shadow: none;
}
.k-toolbar {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-toolbar .k-separator,
.k-toolbar .k-toolbar-separator {
    border-color: inherit;
}
.k-toolbar .k-toolbar-item:focus,
.k-toolbar .k-toolbar-item.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-floating-toolbar,
.editorToolbarWindow.k-window-content {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-overflow-container .k-button:hover, .k-overflow-container .k-button.k-hover {
    color: #424242;
    background: #f0f0f0;
}
.k-overflow-container .k-button:focus, .k-overflow-container .k-button.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-overflow-container .k-button:active, .k-overflow-container .k-button.k-active {
    color: #424242;
    background: #f0f0f0;
}
.k-overflow-container .k-button.k-selected {
    color: white;
    background: #ff6358;
}
.k-overflow-container .k-button:disabled, .k-overflow-container .k-button.k-disabled {
    color: inherit;
}
.k-actions, .k-edit-buttons,
.k-action-buttons,
.k-columnmenu-actions, .k-form-buttons {
    padding-block: 8px;
    padding-inline: 8px;
    box-sizing: border-box;
    border-width: 0px 0 0 0;
    border-style: solid;
    border-color: inherit;
    flex-shrink: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    gap: 8px;
    overflow: hidden;
    clear: both;
}
.k-actions *, .k-edit-buttons *, .k-action-buttons *, .k-columnmenu-actions *, .k-form-buttons *,
.k-actions *::before,
.k-edit-buttons *::before,
.k-action-buttons *::before,
.k-columnmenu-actions *::before,
.k-form-buttons *::before,
.k-actions *::after,
.k-edit-buttons *::after,
.k-action-buttons *::after,
.k-columnmenu-actions *::after,
.k-form-buttons *::after {
    box-sizing: border-box;
}
.k-popup .k-actions, .k-popup .k-edit-buttons,
.k-popup .k-action-buttons,
.k-popup .k-columnmenu-actions, .k-popup .k-form-buttons {
    margin-top: 16px;
}
.k-actions-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
}
.k-actions-center {
    -webkit-box-pack: center;
            justify-content: center;
}
.k-actions-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
}
.k-actions-stretched > * {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
}
.k-actions-horizontal {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.k-actions-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}
.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-form-field > .k-label,
.k-form .k-form-field > kendo-label,
.k-form .k-form-label {
    margin-bottom: 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.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 > *:not(.k-hidden):first-child,
.k-form .k-form-fieldset > *.k-hidden + :not(.k-hidden) {
    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 > *:not(.k-hidden):first-child,
.k-form > *.k-hidden + :not(.k-hidden) {
    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;
    -webkit-filter: grayscale(0.1);
            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-block: 0;
    margin-inline: 8px;
}
.k-form .k-multiselect,
.k-form .k-floating-label-container,
.k-form .k-daterangepicker .k-dateinput,
.k-form .k-signature {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 100%;
}
.k-form-buttons {
    padding: 0;
    overflow: visible;
}
.k-form-hint,
.k-form-error {
    margin-top: 4px;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    font-style: italic;
}
.k-text-start,
.k-buttons-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
}
.k-text-end,
.k-buttons-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
}
.k-form-separator {
    margin: 14px 0 0;
    border-width: 1px 0 0;
    border-style: solid;
    display: block;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-form-horizontal .k-form-field {
    display: -webkit-box;
    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%;
    text-align: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
            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);
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.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-sm .k-form-field,
.k-form-sm .k-form-buttons {
    margin-top: 10px;
}
.k-form-md .k-form-field,
.k-form-md .k-form-buttons {
    margin-top: 14px;
}
.k-form-lg .k-form-field,
.k-form-lg .k-form-buttons {
    margin-top: 18px;
}
.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: start;
    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: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    text-align: start;
    margin-bottom: 12px;
}
.k-form-inline .k-form-field > span:not(.k-widget) {
    width: 25%;
    text-align: end;
    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) {
    -webkit-box-flex: 1;
            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-popup-edit-form > .k-actions, .k-popup-edit-form > .k-edit-buttons,
.k-popup-edit-form > .k-action-buttons,
.k-popup-edit-form > .k-columnmenu-actions, .k-popup-edit-form > .k-form-buttons,
.k-edit-form-container .k-actions,
.k-edit-form-container .k-edit-buttons,
.k-edit-form-container .k-action-buttons,
.k-edit-form-container .k-columnmenu-actions,
.k-edit-form-container .k-form-buttons {
    margin: 16px -16px -16px;
}
.k-edit-label {
    margin: 0 0 16px 0;
    padding: 5px 0;
    width: 30%;
    line-height: 1.4285714286;
    text-align: end;
    float: left;
    clear: both;
}
.k-edit-field {
    margin: 0 0 16px 0;
    width: 65%;
    float: right;
    clear: right;
    position: relative;
}
.k-edit-field.k-no-editor {
    padding: 5px 0;
}
.k-edit-field > .k-widget {
    width: 100%;
    box-sizing: border-box;
}
.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: 16px;
}
.k-edit-field > .k-reset > li + li {
    margin-top: 8px;
}
.k-edit-field .k-reset .k-widget {
    margin: 0 .4ex 0 1ex;
}
.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-tooltip {
    border-radius: 4px;
    margin: 0;
    padding-block: 4px;
    padding-inline: 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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: start;
            align-items: flex-start;
    position: absolute;
    z-index: 12000;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-tooltip *,
.k-tooltip *::before,
.k-tooltip *::after {
    box-sizing: border-box;
}
.k-tooltip-icon {
    -webkit-margin-end: 4px;
            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;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-tooltip-button {
    -webkit-margin-start: 4px;
            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;
    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 {
    border-color: rgba(0, 0, 0, 0.75);
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-tooltip .k-callout {
    color: rgba(0, 0, 0, 0.75);
}
.k-tooltip-inverse {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-tooltip-inverse .k-callout {
    color: #424242;
}
.k-tooltip-light {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}
.k-tooltip-light .k-callout {
    color: #ebebeb;
}
.k-tooltip-dark {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-tooltip-dark .k-callout {
    color: #424242;
}
.k-tooltip-error {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}
.k-tooltip-error .k-callout {
    color: #f31700;
}
.k-tooltip-warning {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}
.k-tooltip-warning .k-callout {
    color: #ffc000;
}
.k-tooltip-success {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}
.k-tooltip-success .k-callout {
    color: #37b400;
}
.k-tooltip-info {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}
.k-tooltip-info .k-callout {
    color: #0058e9;
}
.k-tooltip-tertiary {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}
.k-tooltip-tertiary .k-callout {
    color: #03a9f4;
}
.k-tooltip-secondary {
    border-color: #666666;
    color: white;
    background-color: #666666;
}
.k-tooltip-secondary .k-callout {
    color: #666666;
}
.k-tooltip-primary {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}
.k-tooltip-primary .k-callout {
    color: #ff6358;
}
.k-validator-tooltip {
    margin-top: 6px;
    width: auto;
    white-space: normal;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    z-index: 9999;
}
.k-grid .k-validator-tooltip {
    max-width: 300px;
}
.k-input,
.k-picker {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: normal;
    text-align: start;
    box-shadow: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}
.k-input *,
.k-input *::before,
.k-input *::after,
.k-picker *,
.k-picker *::before,
.k-picker *::after {
    box-sizing: border-box;
}
.k-input > .k-input,
.k-input > .k-picker,
.k-picker > .k-input,
.k-picker > .k-picker {
    border-width: 0 !important;
    color: inherit;
    background: none;
    font: inherit;
    outline: 0;
    box-shadow: none;
}
.k-input > *,
.k-picker > * {
    margin: 0;
}
.k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    -ms-user-select: none;
        user-select: none;
}
.k-input::-webkit-input-placeholder,
.k-picker::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.k-input::-moz-placeholder,
.k-picker::-moz-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
.k-input:-ms-input-placeholder,
.k-picker:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.k-input::-ms-input-placeholder,
.k-picker::-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.k-input::placeholder,
.k-picker::placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
input.k-input,
textarea.k-textarea {
    padding-block: 4px;
    padding-inline: 8px;
}
input.k-input:disabled, input.k-input[disabled],
textarea.k-textarea:disabled,
textarea.k-textarea[disabled] {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
[disabled] input.k-input:disabled,
.k-disabled input.k-input:disabled, [disabled] input.k-input[disabled],
.k-disabled input.k-input[disabled], [disabled]
textarea.k-textarea:disabled,
.k-disabled
textarea.k-textarea:disabled, [disabled]
textarea.k-textarea[disabled],
.k-disabled
textarea.k-textarea[disabled] {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
textarea.k-textarea {
    overflow: auto;
}
.k-picker {
    cursor: pointer;
}
select.k-picker {
    padding-block: 4px;
    padding-inline: 8px;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
}
select.k-picker:disabled, select.k-picker[disabled] {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
[disabled] select.k-picker:disabled,
.k-disabled select.k-picker:disabled, [disabled] select.k-picker[disabled],
.k-disabled select.k-picker[disabled] {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
.k-input-inner {
    padding-block: 4px;
    padding-inline: 8px;
    width: 100%;
    border: 0;
    outline: 0;
    color: inherit;
    background: none;
    font: inherit;
    -webkit-box-flex: 1;
            flex: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}
.k-input-inner:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    -ms-user-select: none;
        user-select: none;
}
.k-input-inner::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.k-input-inner::-moz-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
.k-input-inner::-ms-input-placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.k-input-inner::placeholder {
    color: #666666;
    opacity: 1;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
.k-input-inner:invalid {
    box-shadow: none;
}
span.k-input-inner {
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
}
textarea.k-input-inner {
    margin: 0;
}
.k-input-value-icon {
    -webkit-box-flex: 0;
            flex: none;
}
.k-input-value-text {
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-input-value-text::before {
    content: "\200b";
    width: 0px;
    overflow: hidden;
    -webkit-box-flex: 0;
            flex: none;
    display: inline-block;
    vertical-align: top;
}
.k-input-values {
    min-width: 0px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    cursor: text;
}
.k-input-values .k-chip-list {
    display: contents;
}
.k-icon-picker .k-input-inner {
    padding: 4px;
    -webkit-box-pack: center;
            justify-content: center;
}
.k-input-prefix,
.k-input-suffix {
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: none;
}
.k-input-prefix > *,
.k-input-suffix > * {
    flex-shrink: 0;
    border: none;
}
.k-input-prefix-vertical,
.k-input-suffix-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
}
.k-input-prefix-horizontal,
.k-input-suffix-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
}
.k-input-separator {
    margin: 0;
    border-style: solid;
    border-color: inherit;
    border-width: 0 0 0 1px;
    height: 16px;
    align-self: center;
}
.k-input-separator-horizontal {
    height: auto;
    margin-inline: 4px;
    align-self: stretch;
    border-width: 1px 0 0;
}
.k-input-separator-vertical {
    height: auto;
    margin-block: 4px;
    align-self: stretch;
    border-width: 0 0 0 1px;
}
.k-input-icon,
.k-input-validation-icon,
.k-input-loading-icon {
    -webkit-box-flex: 0;
            flex: none;
    align-self: center;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    box-sizing: content-box;
}
.k-input-loading-icon {
    width: 1em;
    height: 1em;
    font-size: 16px;
}
.k-input-icon.k-svg-icon > svg,
.k-input-icon.k-icon-md > svg,
.k-input-validation-icon.k-svg-icon > svg,
.k-input-validation-icon.k-icon-md > svg,
.k-input-loading-icon.k-svg-icon > svg,
.k-input-loading-icon.k-icon-md > svg {
    width: 16px;
    height: 16px;
}
.k-input-icon.k-icon-xs > svg,
.k-input-validation-icon.k-icon-xs > svg,
.k-input-loading-icon.k-icon-xs > svg {
    width: 12px;
    height: 12px;
}
.k-input-icon.k-icon-sm > svg,
.k-input-validation-icon.k-icon-sm > svg,
.k-input-loading-icon.k-icon-sm > svg {
    width: 14px;
    height: 14px;
}
.k-input-icon.k-icon-lg > svg,
.k-input-validation-icon.k-icon-lg > svg,
.k-input-loading-icon.k-icon-lg > svg {
    width: 20px;
    height: 20px;
}
.k-input-icon.k-icon-xl > svg,
.k-input-validation-icon.k-icon-xl > svg,
.k-input-loading-icon.k-icon-xl > svg {
    width: 24px;
    height: 24px;
}
.k-input-icon.k-icon-xxl > svg,
.k-input-validation-icon.k-icon-xxl > svg,
.k-input-loading-icon.k-icon-xxl > svg {
    width: 32px;
    height: 32px;
}
.k-input-icon.k-icon-xxxl > svg,
.k-input-validation-icon.k-icon-xxxl > svg,
.k-input-loading-icon.k-icon-xxxl > svg {
    width: 48px;
    height: 48px;
}
.k-clear-value {
    outline: 0;
    -webkit-box-flex: 0;
            flex: none;
    align-self: center;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    cursor: pointer;
    opacity: 0.5;
}
.k-clear-value:hover,
.k-clear-value.k-hover {
    opacity: 1;
}
.k-clear-value:focus-visible {
    outline: 1px dotted;
    outline-offset: -1px;
}
.k-input-button {
    width: calc(1.4285714286em + 8px);
    border-width: 0;
    border-inline-start-width: 1px;
    -webkit-box-flex: 0;
            flex: none;
    aspect-ratio: auto;
    box-shadow: none;
}
.k-input-button > .k-button-icon {
    min-width: auto !important;
}
.k-input-button:focus {
    box-shadow: none;
}
.k-picker .k-input-button {
    color: inherit;
    background: none;
    border-color: transparent;
}
.k-input-spinner {
    width: calc(1.4285714286em + 8px);
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}
.k-input-spinner .k-spinner-increase,
.k-input-spinner .k-spinner-decrease {
    border-width: 0;
    border-inline-start-width: 1px;
    -webkit-box-flex: 1;
            flex: 1 1 50%;
    box-shadow: none;
    position: relative;
    aspect-ratio: auto;
}
.k-input-spinner .k-spinner-increase .k-button-icon,
.k-input-spinner .k-spinner-decrease .k-button-icon {
    margin-block: -1em;
    margin-inline: 0;
    min-width: auto !important;
    min-height: auto !important;
}
.k-input-spinner .k-spinner-increase .k-icon {
    bottom: auto;
}
.k-input-spinner .k-spinner-decrease .k-icon {
    top: auto;
}
.k-searchbar {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.k-picker-wrap,
.k-dropdown-wrap,
.k-dateinput-wrap,
.k-multiselect-wrap,
.k-numeric-wrap {
    width: 100%;
    border-width: 0;
    border-color: inherit;
    box-sizing: border-box;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    overflow: hidden;
    position: relative;
}
.k-input-flat,
.k-picker-flat {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-width: 1px 0;
    border-top-color: transparent !important;
    background-image: none !important;
}
.k-input-outline {
    background: none !important;
}
.k-input-sm,
.k-picker-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-input-sm .k-input-values,
.k-picker-sm .k-input-values {
    padding: 1px;
    gap: 1px;
}
.k-input-sm .k-input-values > .k-searchbar,
.k-input-sm .k-input-values > .k-input-inner,
.k-picker-sm .k-input-values > .k-searchbar,
.k-picker-sm .k-input-values > .k-input-inner {
    margin: -1px;
}
.k-input-sm .k-input-inner,
.k-picker-sm .k-input-inner {
    padding-block: 2px;
    padding-inline: 8px;
}
.k-input-sm .k-input-button,
.k-input-sm .k-spinner-increase,
.k-input-sm .k-spinner-decrease,
.k-picker-sm .k-input-button,
.k-picker-sm .k-spinner-increase,
.k-picker-sm .k-spinner-decrease {
    padding-block: 2px;
    padding-inline: 2px;
}
.k-input-sm .k-input-icon,
.k-input-sm .k-input-validation-icon,
.k-input-sm .k-input-loading-icon,
.k-input-sm .k-clear-value,
.k-input-sm .k-input-prefix > .k-icon,
.k-input-sm .k-input-prefix > .k-input-prefix-text,
.k-input-sm .k-input-suffix > .k-icon,
.k-input-sm .k-input-suffix > .k-input-suffix-text,
.k-picker-sm .k-input-icon,
.k-picker-sm .k-input-validation-icon,
.k-picker-sm .k-input-loading-icon,
.k-picker-sm .k-clear-value,
.k-picker-sm .k-input-prefix > .k-icon,
.k-picker-sm .k-input-prefix > .k-input-prefix-text,
.k-picker-sm .k-input-suffix > .k-icon,
.k-picker-sm .k-input-suffix > .k-input-suffix-text {
    padding-block: 2px;
    padding-inline: 2px;
    box-sizing: content-box;
}
.k-input-sm .k-input-separator-horizontal,
.k-picker-sm .k-input-separator-horizontal {
    margin-inline: 2px;
}
.k-input-sm .k-input-separator-vertical,
.k-picker-sm .k-input-separator-vertical {
    margin-block: 2px;
}
.k-input-sm.k-icon-picker .k-input-inner,
.k-picker-sm.k-icon-picker .k-input-inner {
    width: 1.4285714286em;
    height: 1.4285714286em;
    padding: 2px;
    box-sizing: content-box;
}
.k-dropdown-operator.k-picker-sm .k-input-button {
    padding: 2px;
}
select.k-picker-sm {
    padding-block: 2px;
    padding-inline: 8px;
}
.k-input-md,
.k-picker-md {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-input-md .k-input-values,
.k-picker-md .k-input-values {
    padding: 2px;
    gap: 2px;
}
.k-input-md .k-input-values > .k-searchbar,
.k-input-md .k-input-values > .k-input-inner,
.k-picker-md .k-input-values > .k-searchbar,
.k-picker-md .k-input-values > .k-input-inner {
    margin: -2px;
}
.k-input-md .k-input-inner,
.k-picker-md .k-input-inner {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-input-md .k-input-button,
.k-input-md .k-spinner-increase,
.k-input-md .k-spinner-decrease,
.k-picker-md .k-input-button,
.k-picker-md .k-spinner-increase,
.k-picker-md .k-spinner-decrease {
    padding-block: 4px;
    padding-inline: 4px;
}
.k-input-md .k-input-icon,
.k-input-md .k-input-validation-icon,
.k-input-md .k-input-loading-icon,
.k-input-md .k-clear-value,
.k-input-md .k-input-prefix > .k-icon,
.k-input-md .k-input-prefix > .k-input-prefix-text,
.k-input-md .k-input-suffix > .k-icon,
.k-input-md .k-input-suffix > .k-input-suffix-text,
.k-picker-md .k-input-icon,
.k-picker-md .k-input-validation-icon,
.k-picker-md .k-input-loading-icon,
.k-picker-md .k-clear-value,
.k-picker-md .k-input-prefix > .k-icon,
.k-picker-md .k-input-prefix > .k-input-prefix-text,
.k-picker-md .k-input-suffix > .k-icon,
.k-picker-md .k-input-suffix > .k-input-suffix-text {
    padding-block: 4px;
    padding-inline: 4px;
    box-sizing: content-box;
}
.k-input-md .k-input-separator-horizontal,
.k-picker-md .k-input-separator-horizontal {
    margin-inline: 4px;
}
.k-input-md .k-input-separator-vertical,
.k-picker-md .k-input-separator-vertical {
    margin-block: 4px;
}
.k-input-md.k-icon-picker .k-input-inner,
.k-picker-md.k-icon-picker .k-input-inner {
    width: 1.4285714286em;
    height: 1.4285714286em;
    padding: 4px;
    box-sizing: content-box;
}
.k-dropdown-operator.k-picker-md .k-input-button {
    padding: 4px;
}
select.k-picker-md {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-input-lg,
.k-picker-lg {
    font-size: 16px;
    line-height: 1.5;
}
.k-input-lg .k-input-values,
.k-picker-lg .k-input-values {
    padding: 4px;
    gap: 4px;
}
.k-input-lg .k-input-values > .k-searchbar,
.k-input-lg .k-input-values > .k-input-inner,
.k-picker-lg .k-input-values > .k-searchbar,
.k-picker-lg .k-input-values > .k-input-inner {
    margin: -4px;
}
.k-input-lg .k-input-inner,
.k-picker-lg .k-input-inner {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-input-lg .k-input-button,
.k-input-lg .k-spinner-increase,
.k-input-lg .k-spinner-decrease,
.k-picker-lg .k-input-button,
.k-picker-lg .k-spinner-increase,
.k-picker-lg .k-spinner-decrease {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-input-lg .k-input-icon,
.k-input-lg .k-input-validation-icon,
.k-input-lg .k-input-loading-icon,
.k-input-lg .k-clear-value,
.k-input-lg .k-input-prefix > .k-icon,
.k-input-lg .k-input-prefix > .k-input-prefix-text,
.k-input-lg .k-input-suffix > .k-icon,
.k-input-lg .k-input-suffix > .k-input-suffix-text,
.k-picker-lg .k-input-icon,
.k-picker-lg .k-input-validation-icon,
.k-picker-lg .k-input-loading-icon,
.k-picker-lg .k-clear-value,
.k-picker-lg .k-input-prefix > .k-icon,
.k-picker-lg .k-input-prefix > .k-input-prefix-text,
.k-picker-lg .k-input-suffix > .k-icon,
.k-picker-lg .k-input-suffix > .k-input-suffix-text {
    padding-block: 8px;
    padding-inline: 8px;
    box-sizing: content-box;
}
.k-input-lg .k-input-separator-horizontal,
.k-picker-lg .k-input-separator-horizontal {
    margin-inline: 8px;
}
.k-input-lg .k-input-separator-vertical,
.k-picker-lg .k-input-separator-vertical {
    margin-block: 8px;
}
.k-input-lg.k-icon-picker .k-input-inner,
.k-picker-lg.k-icon-picker .k-input-inner {
    width: 1.5em;
    height: 1.5em;
    padding: 8px;
    box-sizing: content-box;
}
.k-dropdown-operator.k-picker-lg .k-input-button {
    padding: 8px;
}
select.k-picker-lg {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-input > kendo-popup,
.k-picker > kendo-popup {
    position: fixed;
}
@keyframes autoFillStart {
    from {
    }
    to {
    }
}
@keyframes autoFillEnd {
    from {
    }
    to {
    }
}
.k-autofill:-webkit-autofill {
    -webkit-animation-name: autoFillStart;
            animation-name: autoFillStart;
}
.k-autofill:not(:-webkit-autofill) {
    -webkit-animation-name: autoFillEnd;
            animation-name: autoFillEnd;
}
.k-input:-webkit-autofill {
    -webkit-animation-name: autoFillStart;
            animation-name: autoFillStart;
}
.k-input:not(:-webkit-autofill) {
    -webkit-animation-name: autoFillEnd;
            animation-name: autoFillEnd;
}
.k-input-solid {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-input-solid:hover, .k-input-solid.k-hover {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-input-solid:focus, .k-input-solid.k-focus {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-input-solid:focus-within {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-input-solid.k-invalid, .k-input-solid.ng-invalid.ng-touched, .k-input-solid.ng-invalid.ng-dirty {
    border-color: #f31700;
}
.k-input-solid.k-invalid .k-input-validation-icon, .k-input-solid.ng-invalid.ng-touched .k-input-validation-icon, .k-input-solid.ng-invalid.ng-dirty .k-input-validation-icon {
    color: #f31700;
}
.k-input-solid .k-input-prefix {
    color: #666666;
}
.k-input-solid .k-input-suffix {
    color: #666666;
}
.k-input-solid .k-input-separator {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-picker-solid {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}
.k-picker-solid:hover, .k-picker-solid.k-hover {
    background-color: #ebebeb;
}
.k-picker-solid:focus, .k-picker-solid.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-picker-solid:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-picker-solid.k-invalid, .k-picker-solid.ng-invalid.ng-touched, .k-picker-solid.ng-invalid.ng-dirty {
    border-color: #f31700;
}
.k-picker-solid.k-invalid .k-input-validation-icon, .k-picker-solid.ng-invalid.ng-touched .k-input-validation-icon, .k-picker-solid.ng-invalid.ng-dirty .k-input-validation-icon {
    color: #f31700;
}
.k-input-outline {
    border-color: rgba(66, 66, 66, 0.5);
    color: #424242;
}
.k-input-outline > .k-input-button {
    border-color: inherit;
}
.k-input-outline > .k-input-spinner {
    border-color: inherit;
}
.k-input-outline > .k-input-spinner > .k-spinner-increase,
.k-input-outline > .k-input-spinner > .k-spinner-decrease {
    border-color: inherit;
}
.k-input-outline:hover, .k-input-outline.k-hover {
    border-color: rgba(66, 66, 66, 0.8);
}
.k-input-outline:focus, .k-input-outline.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-input-outline:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-input-outline.k-invalid, .k-input-outline.ng-invalid.ng-touched, .k-input-outline.ng-invalid.ng-dirty {
    border-color: #f31700;
}
.k-input-outline.k-invalid .k-input-validation-icon, .k-input-outline.ng-invalid.ng-touched .k-input-validation-icon, .k-input-outline.ng-invalid.ng-dirty .k-input-validation-icon {
    color: #f31700;
}
.k-input-outline .k-input-prefix {
    color: #666666;
}
.k-input-outline .k-input-suffix {
    color: #666666;
}
.k-input-outline .k-input-separator {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-picker-outline {
    border-color: rgba(66, 66, 66, 0.5);
    color: #424242;
}
.k-picker-outline:hover, .k-picker-outline.k-hover {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-picker-outline:focus, .k-picker-outline.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-picker-outline:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-picker-outline.k-invalid, .k-picker-outline.ng-invalid.ng-touched, .k-picker-outline.ng-invalid.ng-dirty {
    border-color: #f31700;
}
.k-picker-outline.k-invalid .k-input-validation-icon, .k-picker-outline.ng-invalid.ng-touched .k-input-validation-icon, .k-picker-outline.ng-invalid.ng-dirty .k-input-validation-icon {
    color: #f31700;
}
.k-input-flat {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
}
.k-input-flat:hover, .k-input-flat.k-hover {
    border-color: rgba(0, 0, 0, 0.16);
}
.k-input-flat:focus, .k-input-flat.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-input-flat:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-input-flat.k-invalid, .k-input-flat.ng-invalid.ng-touched, .k-input-flat.ng-invalid.ng-dirty {
    border-color: #f31700;
}
.k-input-flat.k-invalid .k-input-validation-icon, .k-input-flat.ng-invalid.ng-touched .k-input-validation-icon, .k-input-flat.ng-invalid.ng-dirty .k-input-validation-icon {
    color: #f31700;
}
.k-input-flat .k-input-prefix {
    color: #666666;
}
.k-input-flat .k-input-suffix {
    color: #666666;
}
.k-input-flat .k-input-separator {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-picker-flat {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
}
.k-picker-flat:hover, .k-picker-flat.k-hover {
    border-color: rgba(0, 0, 0, 0.16);
    background-color: rgba(66, 66, 66, 0.04);
}
.k-picker-flat:focus, .k-picker-flat.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-picker-flat:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-picker-flat.k-invalid, .k-picker-flat.ng-invalid.ng-touched, .k-picker-flat.ng-invalid.ng-dirty {
    border-color: #f31700;
}
.k-picker-flat.k-invalid .k-input-validation-icon, .k-picker-flat.ng-invalid.ng-touched .k-input-validation-icon, .k-picker-flat.ng-invalid.ng-dirty .k-input-validation-icon {
    color: #f31700;
}
.k-floating-label-container {
    padding-top: 20.0000000004px;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: stretch;
            justify-content: stretch;
}
.k-floating-label-container *,
.k-floating-label-container *::before,
.k-floating-label-container *::after {
    box-sizing: border-box;
}
.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: var(--kendo-floating-label-offset-y, 25.0000000004px);
    left: var(--kendo-floating-label-offset-x, 9px);
    overflow: hidden;
    cursor: text;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, left 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.k-floating-label-container > .k-widget {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    width: auto;
}
.k-floating-label-container.k-empty > .k-label {
    top: var(--kendo-floating-label-offset-y, 25.0000000004px);
    left: var(--kendo-floating-label-offset-x, 9px);
    -webkit-transform: scale(1);
            transform: scale(1);
    pointer-events: none;
}
.k-floating-label-container > .k-label,
.k-floating-label-container.k-focus > .k-label {
    top: var(--kendo-floating-label-focus-offset-y, 0);
    left: var(--kendo-floating-label-focus-offset-x, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
}
.k-floating-label-container:focus-within > .k-label {
    top: var(--kendo-floating-label-focus-offset-y, 0);
    left: var(--kendo-floating-label-focus-offset-x, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
}
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) :-ms-input-placeholder {
    color: transparent;
}
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::-webkit-input-placeholder {
    color: transparent;
}
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::-moz-placeholder {
    color: transparent;
}
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::-ms-input-placeholder {
    color: transparent;
}
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
    color: transparent;
}
[dir="rtl"] .k-floating-label-container > .k-label,
.k-rtl .k-floating-label-container > .k-label, .k-floating-label-container[dir="rtl"] > .k-label {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out, top 0.2s ease-out, right 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
[dir="rtl"] .k-floating-label-container.k-empty > .k-label,
.k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
    left: auto;
    right: var(--kendo-floating-label-offset-x, 9px);
}
[dir="rtl"] .k-floating-label-container > .k-label,
[dir="rtl"] .k-floating-label-container.k-focus > .k-label,
.k-rtl .k-floating-label-container > .k-label,
.k-rtl .k-floating-label-container.k-focus > .k-label, .k-floating-label-container[dir="rtl"] > .k-label,
.k-floating-label-container[dir="rtl"].k-focus > .k-label {
    left: auto;
    right: var(--kendo-floating-label-focus-offset-x, 0);
}
[dir="rtl"] .k-floating-label-container:focus-within > .k-label,
.k-rtl .k-floating-label-container:focus-within > .k-label, .k-floating-label-container[dir="rtl"]:focus-within > .k-label {
    left: auto;
    right: var(--kendo-floating-label-focus-offset-x, 0);
}
.k-floating-label-container.k-invalid > .k-label,
.k-floating-label-container.ng-invalid.ng-touched > .k-label,
.k-floating-label-container.ng-invalid.ng-dirty > .k-label {
    color: #f31700;
}
.k-split-button .k-split-button-arrow {
    padding-block: 4px;
    padding-inline: 4px;
    width: auto;
    aspect-ratio: auto;
    -webkit-box-flex: 0;
            flex: none;
}
.k-split-button .k-split-button-arrow.k-button-sm {
    padding-block: 2px;
    padding-inline: 2px;
}
.k-split-button .k-split-button-arrow.k-button-md {
    padding-block: 4px;
    padding-inline: 4px;
}
.k-split-button .k-split-button-arrow.k-button-lg {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-split-button .k-split-button-arrow .k-button-icon {
    min-width: 0;
}
.k-split-button:focus,
.k-split-button.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-menu-button,
.k-dropdown-button {
    aspect-ratio: auto;
    outline: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    vertical-align: middle;
}
.k-menu-button > .k-button-arrow,
.k-dropdown-button > .k-button-arrow {
    -webkit-margin-start: -4px;
            margin-inline-start: -4px;
    -webkit-margin-end: -8px;
            margin-inline-end: -8px;
    padding-left: 4px;
    padding-right: 4px;
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.k-menu-button.k-icon-button > .k-button-arrow,
.k-dropdown-button.k-icon-button > .k-button-arrow {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: -4px;
            margin-inline-end: -4px;
}
.k-textarea:has(.k-input-inner[style*="width"]) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.k-listbox {
    width: 10em;
    height: 200px;
    border-width: 0;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    vertical-align: top;
    background-color: transparent;
    display: -webkit-inline-box;
    display: inline-flex;
    gap: 8px;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-listbox .k-listbox-actions {
    display: -webkit-box;
    display: flex;
    gap: 8px;
}
.k-listbox.k-listbox-actions-left, .k-listbox.k-listbox-actions-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.k-listbox.k-listbox-actions-left .k-listbox-actions, .k-listbox.k-listbox-actions-right .k-listbox-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.k-listbox.k-listbox-actions-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}
.k-listbox.k-listbox-actions-top, .k-listbox.k-listbox-actions-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.k-listbox.k-listbox-actions-top .k-listbox-actions, .k-listbox.k-listbox-actions-bottom .k-listbox-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.k-listbox.k-listbox-actions-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
}
.k-listbox .k-list-scroller {
    width: 100%;
    min-height: 0;
    height: inherit;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}
.k-listbox .k-list-scroller .k-list-scroller {
    border-width: 0;
}
.k-listbox .k-list-scroller .k-list {
    height: inherit;
    background: transparent;
}
.k-listbox .k-drop-hint {
    border-top-width: 1px;
    border-top-style: solid;
}
.k-listbox .k-ghost {
    opacity: .5;
}
.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-progressbar {
    border-radius: 4px;
    --kendo-progressbar-value: 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-progressbar *::before,
.k-progressbar *::after {
    box-sizing: border-box;
}
.k-progressbar > .k-progressbar-value {
    border-width: 0;
    border-style: solid;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}
.k-progressbar > .k-progressbar-chunks {
    border-width: inherit;
    border-style: inherit;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
            flex: 1;
    gap: 1px;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}
.k-progressbar .k-progressbar-chunk {
    display: block;
    border-width: 0;
    -webkit-box-flex: 1;
            flex: 1;
}
.k-progress-status-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    flex-shrink: 0;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}
.k-progress-status-wrap.k-progress-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
}
.k-progress-status-wrap.k-progress-center {
    -webkit-box-pack: center;
            justify-content: center;
}
.k-progress-status-wrap.k-progress-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
}
.k-progress-status {
    padding-block: 0;
    padding-inline: 8px;
    min-width: 10px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}
.k-progressbar-horizontal {
    width: 100%;
    height: var(--kendo-progressbar-height, 22px);
    grid-template-columns: 1fr;
    grid-template-rows: 100%;
}
.k-progressbar-horizontal .k-progress-status-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.k-progressbar-horizontal > .k-progressbar-value {
    width: calc(var( --kendo-progressbar-value, 0 )*1%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.k-progressbar-horizontal > .k-progressbar-value > .k-progress-status-wrap {
    width: calc(100%*(100/var( --kendo-progressbar-value, 1 )));
}
.k-progressbar-horizontal > .k-progressbar-chunks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.k-progressbar-horizontal.k-progressbar-reverse > .k-progressbar-value {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    justify-self: flex-end;
}
.k-progressbar-horizontal.k-progressbar-reverse > .k-progressbar-chunks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}
.k-progressbar-vertical {
    width: var(--kendo-progressbar-height, 22px);
    height: 27em;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
}
.k-progressbar-vertical .k-progress-status-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
}
.k-progressbar-vertical .k-progress-status {
    -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
}
.k-progressbar-vertical > .k-progressbar-value {
    height: calc(var( --kendo-progressbar-value, 0 )*1%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    align-self: flex-end;
    -webkit-box-align: end;
            align-items: flex-end;
}
.k-progressbar-vertical > .k-progressbar-value > .k-progress-status-wrap {
    height: calc(100%*(100/var( --kendo-progressbar-value, 1 )));
}
.k-progressbar-vertical > .k-progressbar-chunks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
}
.k-progressbar-vertical.k-progressbar-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.k-progressbar-vertical.k-progressbar-reverse > .k-progressbar-value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    align-self: flex-start;
}
.k-progressbar-vertical.k-progressbar-reverse > .k-progressbar-chunks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-progressbar-value,
.k-progressbar-indeterminate .k-progressbar-chunk {
    display: none;
}
.telerik-blazor.k-progressbar-horizontal > .k-progressbar-value,
.telerik-blazor.k-progressbar-horizontal > .k-progressbar-value > .k-progress-status-wrap {
    -webkit-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
}
.k-rtl .k-progressbar,
.k-progressbar[dir="rtl"] {
    direction: rtl;
}
.k-circular-progressbar {
    display: inline-block;
    text-align: start;
    position: relative;
}
.k-circular-progressbar-surface {
    height: 100%;
}
.k-circular-progressbar-surface > div {
    width: 100%;
    height: 100%;
}
.k-circular-progressbar-surface svg {
    width: 100%;
    height: 100%;
}
.k-circular-progressbar-scale {
    fill: none;
}
.k-circular-progressbar-arc {
    transform-box: fill-box;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    stroke-linecap: round;
    fill: none;
}
.k-circular-progressbar-label {
    position: absolute;
    text-align: center;
    padding: 0;
    margin: 0;
}
@-webkit-keyframes kendo-progressbar-indeterminate-animation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 22px 0;
    }
}
@keyframes kendo-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-selected {
    border-color: #eb5b51;
    color: white;
    background-color: #ff6358;
}
.k-chunk-progressbar {
    background-color: transparent;
}
.k-progressbar-chunk {
    background-color: #ebebeb;
}
.k-progressbar-chunk .k-selected {
    background-color: #ff6358;
}
.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;
    -webkit-animation: kendo-progressbar-indeterminate-animation 1s linear infinite;
            animation: kendo-progressbar-indeterminate-animation 1s linear infinite;
}
.k-circular-progressbar-scale {
    stroke: #ebebeb;
}
.k-circular-progressbar-arc {
    stroke: #ff6358;
    -webkit-transition: stroke .5s ease;
    transition: stroke .5s ease;
}
.k-radio {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    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;
    -webkit-box-flex: 0;
            flex: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
}
.k-radio:checked,
.k-radio.k-checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='white'/%3e%3c/svg%3e");
}
.k-radio:disabled,
.k-radio.k-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}
.k-radio-wrap {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 0;
    -webkit-box-align: center;
            align-items: center;
    align-self: start;
    vertical-align: middle;
    position: relative;
}
.k-radio-wrap::before {
    content: "\200b";
    width: 0px;
    overflow: hidden;
    -webkit-box-flex: 0;
            flex: none;
    display: inline-block;
    vertical-align: top;
}
.k-radio-label {
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 4px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.k-radio-label .k-ripple {
    visibility: hidden !important;
}
.k-radio + .k-label,
.k-radio-wrap + .k-label,
.k-radio + .k-radio-label,
.k-radio-wrap + .k-radio-label {
    display: inline;
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
}
.k-radio-label:empty {
    display: none !important;
}
.k-radio-label.k-no-text {
    min-width: 1px;
}
.k-radio-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 0;
    list-style: none;
}
.k-radio-item,
.k-radio-list-item {
    padding-block: 4px;
    padding-inline: 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    gap: 4px;
}
.k-radio-item .k-radio-label,
.k-radio-list-item .k-radio-label {
    margin: 0;
}
.k-radio-list-horizontal,
.k-radio-list.k-list-horizontal {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    gap: 16px;
}
.k-ripple-container .k-radio::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    z-index: -1;
    -webkit-transition: opacity 100ms linear, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 100ms linear, transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
}
.k-ripple-container .k-radio:focus,
.k-ripple-container .k-radio.k-focus {
    box-shadow: none !important;
}
.k-ripple-container .k-radio:disabled::after,
.k-ripple-container .k-radio.k-disabled::after {
    display: none;
}
.k-ripple-container .k-radio:disabled::after,
.k-ripple-container .k-radio.k-disabled::after {
    display: none;
}
.k-radio-sm {
    width: 12px;
    height: 12px;
}
.k-radio-sm::before {
    font-size: 10px;
}
.k-ripple-container .k-radio-sm::after {
    width: 300%;
    height: 300%;
}
.k-radio-md {
    width: 16px;
    height: 16px;
}
.k-radio-md::before {
    font-size: 14px;
}
.k-ripple-container .k-radio-md::after {
    width: 300%;
    height: 300%;
}
.k-radio-lg {
    width: 20px;
    height: 20px;
}
.k-radio-lg::before {
    font-size: 18px;
}
.k-ripple-container .k-radio-lg::after {
    width: 300%;
    height: 300%;
}
.k-radio {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}
.k-radio:focus,
.k-radio.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}
.k-radio.k-invalid,
.k-radio.ng-invalid.ng-touched,
.k-radio.ng-invalid.ng-dirty {
    border-color: #f31700;
}
.k-radio.k-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: white;
    background-color: #ff6358;
}
.k-radio:checked:focus,
.k-radio.k-checked.k-focus {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}
.k-ripple-container .k-radio::after {
    background: #ff6358;
    opacity: 0.25;
}
.k-slider {
    border: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    background: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-slider *,
.k-slider *::before,
.k-slider *::after {
    box-sizing: border-box;
}
.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-disabled .k-tick,
.k-slider.k-disabled .k-slider-track,
.k-slider.k-disabled .k-draghandle {
    cursor: default;
}
.k-slider {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    gap: 7px;
}
.k-slider .k-button {
    -webkit-box-flex: 0;
            flex: none;
}
.k-slider .k-slider-track-wrap {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: inherit;
    position: relative;
    touch-action: none;
}
.k-slider .k-slider-track-wrap .k-slider-items {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: inherit;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
.k-slider .k-slider-track-wrap .k-tick {
    -webkit-box-flex: 0;
            flex: 0 0 1px;
}
.k-slider .k-slider-track-wrap .k-tick-horizontal {
    width: 1px;
    min-height: 100%;
}
.k-slider .k-slider-track-wrap .k-tick-vertical {
    width: 100%;
    min-height: 1px;
}
.k-slider .k-slider-track-wrap .k-draghandle {
    position: absolute;
}
.k-slider-horizontal .k-slider-track-wrap {
    height: 26px;
}
.k-slider-horizontal .k-slider-track-wrap .k-slider-track {
    width: 100%;
}
.k-slider-horizontal .k-slider-track-wrap .k-draghandle {
    top: 50%;
    -webkit-transform: translate(-50%, -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 {
    -webkit-transform: translate(-50%, -50%) scale(1);
            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%);
    inset-inline-start: calc(var(--kendo-slider-start, 0)*1%);
}
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
    inset-inline-start: calc(var(--kendo-slider-start, 0)*1%);
}
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
    inset-inline-start: calc(var(--kendo-slider-end, 0)*1%);
}
.k-slider-vertical .k-slider-track-wrap {
    width: 26px;
}
.k-slider-vertical .k-slider-track-wrap .k-slider-track {
    height: 100%;
}
.k-slider-vertical .k-slider-track-wrap .k-draghandle {
    left: 50%;
    -webkit-transform: translate(-50%, 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 {
    -webkit-transform: translate(-50%, 50%) scale(1);
            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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse nowrap;
}
.k-slider-vertical .k-tick {
    text-align: end;
    margin-left: 2px;
}
.k-slider-vertical .k-slider-topleft .k-tick {
    text-align: start;
}
.k-slider-vertical .k-tick {
    background-position: -94px center;
}
.k-slider-vertical .k-slider-topleft .k-tick {
    background-position: -124px center;
}
.k-slider-vertical .k-slider-bottomright .k-tick {
    background-position: -154px center;
}
.k-slider-vertical .k-tick-large {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    background-position: -4px center;
}
.k-slider-vertical .k-slider-topleft .k-tick-large {
    background-position: -34px center;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large {
    background-position: -64px center;
}
.k-slider-vertical .k-first {
    background-position: -94px 100%;
}
.k-slider-vertical .k-tick-large.k-first {
    background-position: -4px 100%;
}
.k-slider-vertical .k-slider-topleft .k-first {
    background-position: -124px 100%;
}
.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
    background-position: -34px 100%;
}
.k-slider-vertical .k-slider-bottomright .k-first {
    background-position: -154px 100%;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
    background-position: -64px 100%;
}
.k-slider-vertical .k-last {
    background-position: -94px 0;
}
.k-slider-vertical .k-tick-large.k-last {
    background-position: -4px 0;
}
.k-slider-vertical .k-slider-topleft .k-last {
    background-position: -124px 0;
}
.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
    background-position: -34px 0;
}
.k-slider-vertical .k-slider-bottomright .k-last {
    background-position: -154px 0;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
    background-position: -64px 0;
}
.k-slider-vertical .k-label {
    text-align: start;
    inset-inline-start: 120%;
    top: 50%;
    -webkit-transform: translateY(-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 {
    inset-inline-start: auto;
    inset-inline-end: 120%;
}
.k-slider-horizontal {
    width: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.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 {
    inset-inline-start: 50%;
    bottom: -1.2em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.k-slider-horizontal .k-first .k-label {
    inset-inline-start: 0;
}
.k-slider-horizontal .k-last .k-label {
    inset-inline-start: 100%;
}
.k-slider-horizontal .k-slider-topleft .k-label {
    top: -1.2em;
}
.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-draghandle {
    background-color: transparent;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    outline: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 14px;
    height: 14px;
}
.k-slider-transitions.k-slider-horizontal .k-draghandle {
    -webkit-transition: inset-inline-start 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: inset-inline-start 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: inset-inline-start 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: inset-inline-start 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.k-slider-transitions.k-slider-vertical .k-draghandle {
    -webkit-transition: bottom 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: bottom 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: bottom 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: bottom 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.k-draghandle.k-pressed {
    -webkit-transition: none;
    transition: none;
}
.k-slider-transitions.k-slider-horizontal .k-slider-selection {
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}
.k-slider-transitions.k-slider-vertical .k-slider-selection {
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}
.k-slider-selection.k-pressed {
    -webkit-transition: none;
    transition: none;
}
.k-slider.k-readonly .k-button,
.k-slider.k-readonly .k-slider-track,
.k-slider.k-readonly .k-tick,
.k-slider.k-readonly .k-draghandle {
    pointer-events: none;
}
.k-slider-tooltip .k-callout-n,
.k-slider-tooltip .k-callout-s {
    -webkit-margin-start: -3px;
            margin-inline-start: -3px;
}
.k-slider-tooltip .k-callout-w,
.k-slider-tooltip .k-callout-e {
    margin-top: -3px;
}
.k-slider-rtl.k-slider-horizontal .k-draghandle, .k-slider-horizontal.k-slider[dir="rtl"] .k-draghandle, [dir="rtl"] .k-slider-horizontal.k-slider .k-draghandle, .k-slider-horizontal.k-slider.k-rtl .k-draghandle, .k-rtl .k-slider-horizontal.k-slider .k-draghandle {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}
.k-slider-rtl.k-slider-horizontal .k-draghandle:focus, .k-slider-horizontal.k-slider[dir="rtl"] .k-draghandle:focus, [dir="rtl"] .k-slider-horizontal.k-slider .k-draghandle:focus, .k-slider-horizontal.k-slider.k-rtl .k-draghandle:focus, .k-rtl .k-slider-horizontal.k-slider .k-draghandle:focus,
.k-slider-rtl.k-slider-horizontal .k-draghandle:active,
.k-slider-horizontal.k-slider[dir="rtl"] .k-draghandle:active,
[dir="rtl"] .k-slider-horizontal.k-slider .k-draghandle:active,
.k-slider-horizontal.k-slider.k-rtl .k-draghandle:active,
.k-rtl .k-slider-horizontal.k-slider .k-draghandle:active {
    -webkit-transform: translate(50%, -50%) scale(1);
            transform: translate(50%, -50%) scale(1);
}
.k-slider-rtl.k-slider-horizontal .k-label, .k-slider-horizontal.k-slider[dir="rtl"] .k-label, [dir="rtl"] .k-slider-horizontal.k-slider .k-label, .k-slider-horizontal.k-slider.k-rtl .k-label, .k-rtl .k-slider-horizontal.k-slider .k-label {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
}
.k-slider kendo-resize-sensor {
    position: absolute;
}
.k-slider {
    color: #424242;
}
.k-slider .k-slider-track,
.k-slider .k-slider-selection {
    border-radius: 4px;
}
.k-slider .k-slider-track {
    background-color: #ebebeb;
}
.k-slider .k-slider-selection {
    background-color: #ff6358;
}
.k-slider .k-draghandle {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
    border-radius: 50%;
}
.k-slider .k-draghandle:hover {
    border-color: #ff6358;
    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-focus {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}
.k-slider.k-focus .k-draghandle {
    box-shadow: 0 0 0 2px rgba(255, 99, 88, 0.3);
}
.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-calendar {
    inline-size: var(--INTERNAL--kendo-calendar-width, -webkit-min-content);
    inline-size: var(--INTERNAL--kendo-calendar-width, -moz-min-content);
    inline-size: var(--INTERNAL--kendo-calendar-width, min-content);
    block-size: var(--INTERNAL--kendo-calendar-height, -webkit-min-content);
    block-size: var(--INTERNAL--kendo-calendar-height, -moz-min-content);
    block-size: var(--INTERNAL--kendo-calendar-height, min-content);
    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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-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-table {
    margin-block: 0;
    margin-inline: auto;
    border-width: 0;
    border-color: inherit;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
    text-align: center;
    outline: 0;
    display: table;
    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-block: 4px;
    padding-inline: 8px;
    height: 32px;
    box-sizing: border-box;
    text-transform: none;
    text-align: start;
    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 {
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
}
.k-calendar-td {
    border-radius: 4px;
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, -webkit-min-content);
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, -moz-min-content);
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, -webkit-min-content);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, -moz-min-content);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
    border-color: transparent;
}
.k-calendar .k-calendar-cell-inner, .k-calendar .k-link {
    border-radius: 4px;
    padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.25em);
    padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.25em);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    white-space: normal;
    position: relative;
    overflow: hidden;
}
.k-calendar .k-header {
    padding-block: 4px;
    padding-inline: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
}
.k-calendar-header {
    padding-block: 4px;
    padding-inline: 4px;
    min-width: 256px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-calendar-header .k-title,
.k-calendar-header .k-calendar-title {
    font-weight: bold;
}
.k-calendar-header .k-calendar-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
}
.k-calendar-footer,
.k-calendar .k-footer {
    padding-block: 8px;
    padding-inline: 16px;
    text-align: center;
    clear: both;
}
.k-calendar-view {
    margin: auto;
    padding-block: 0;
    padding-inline: 4px;
    width: 256px;
    inline-size: var(--INTERNAL--kendo-calendar-view-width, 256px);
    min-height: 224px;
    box-sizing: content-box;
    gap: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.k-month-calendar .k-calendar-td,
.k-calendar-monthview .k-calendar-td {
    width: 32px;
    height: 32px;
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
}
.k-year-calendar .k-calendar-td,
.k-calendar-yearview .k-calendar-td {
    width: 64px;
    height: 64px;
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
}
.k-decade-calendar .k-calendar-td,
.k-calendar-decadeview .k-calendar-td {
    width: 64px;
    height: 64px;
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
}
.k-century-calendar .k-calendar-td,
.k-calendar-centuryview .k-calendar-td {
    width: 64px;
    height: 64px;
    inline-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
    block-size: var(--INTERNAL--kendo-calendar-cell-size, 64px);
}
.k-century-calendar .k-calendar-cell-inner, .k-century-calendar .k-link,
.k-calendar-centuryview .k-calendar-cell-inner,
.k-calendar-centuryview .k-link {
    text-align: start;
}
.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: calc(-100px - var(--kendo-scrollbar-width, 17px));
}
.k-calendar .k-scrollable-placeholder {
    position: absolute;
    z-index: -1;
    width: 1px;
    top: 0;
    right: 0;
}
.k-calendar-sm {
    --INTERNAL--kendo-calendar-view-width: 224px;
    --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-sm-cell-padding-x, 2px );
    --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-sm-cell-padding-y, 2px );
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-calendar-sm.k-month-calendar,
.k-calendar-sm .k-calendar-monthview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-month-cell-size, 28px );
}
.k-calendar-sm.k-year-calendar,
.k-calendar-sm .k-calendar-yearview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-year-cell-size, 56px );
}
.k-calendar-sm.k-decade-calendar,
.k-calendar-sm .k-calendar-decadeview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-decade-cell-size, 56px );
}
.k-calendar-sm.k-century-calendar,
.k-calendar-sm .k-calendar-centuryview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-century-cell-size, 56px );
}
.k-calendar-md {
    --INTERNAL--kendo-calendar-view-width: 256px;
    --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-md-cell-padding-x, 4px );
    --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-md-cell-padding-y, 4px );
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-calendar-md.k-month-calendar,
.k-calendar-md .k-calendar-monthview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-month-cell-size, 32px );
}
.k-calendar-md.k-year-calendar,
.k-calendar-md .k-calendar-yearview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-year-cell-size, 64px );
}
.k-calendar-md.k-decade-calendar,
.k-calendar-md .k-calendar-decadeview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-decade-cell-size, 64px );
}
.k-calendar-md.k-century-calendar,
.k-calendar-md .k-calendar-centuryview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-century-cell-size, 64px );
}
.k-calendar-lg {
    --INTERNAL--kendo-calendar-view-width: 320px;
    --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-lg-cell-padding-x, 8px );
    --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-lg-cell-padding-y, 8px );
    font-size: 16px;
    line-height: 1.5;
}
.k-calendar-lg.k-month-calendar,
.k-calendar-lg .k-calendar-monthview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-month-cell-size, 40px );
}
.k-calendar-lg.k-year-calendar,
.k-calendar-lg .k-calendar-yearview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-year-cell-size, 80px );
}
.k-calendar-lg.k-decade-calendar,
.k-calendar-lg .k-calendar-decadeview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-decade-cell-size, 80px );
}
.k-calendar-lg.k-century-calendar,
.k-calendar-lg .k-calendar-centuryview {
    --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-century-cell-size, 80px );
}
.k-calendar-infinite {
    box-sizing: content-box;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.k-calendar-infinite .k-calendar-view {
    padding-block: 0px;
    padding-inline: 16px;
    height: 288px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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: "\200b";
    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-block: 8px;
    padding-inline: 16px;
    width: auto;
    min-width: 0;
}
.k-calendar-infinite .k-calendar-weekdays {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-calendar-navigation {
    width: 5em;
    text-align: center;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.k-calendar-navigation::before, .k-calendar-navigation::after {
    display: block;
    position: absolute;
    content: "\200b";
    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-block: 0;
    padding-inline: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}
.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;
    -webkit-transform: translateY(-50%);
            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-calendar-view:focus {
    outline: 0;
}
.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-rtl .k-calendar .k-content.k-scrollable,
.k-rtl .k-calendar .k-calendar-content.k-scrollable,
[dir="rtl"] .k-calendar .k-content.k-scrollable,
[dir="rtl"] .k-calendar .k-calendar-content.k-scrollable,
.k-calendar.k-rtl .k-content.k-scrollable,
.k-calendar.k-rtl .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: calc(-100px - var(--kendo-scrollbar-width, 17px));
    margin-right: -100px;
}
.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-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;
}
.k-calendar .k-calendar-td:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td:hover .k-link,
.k-calendar .k-calendar-td.k-hover .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-hover .k-link {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f0f0f0;
}
.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link {
    border-color: rgba(0, 0, 0, 0.08);
    color: white;
    background-color: #ff6358;
}
.k-calendar .k-calendar-td.k-selected:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:hover .k-link,
.k-calendar .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-selected.k-hover .k-link {
    color: white;
    background-color: #f55f54;
}
.k-calendar .k-calendar-td:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td:focus .k-link,
.k-calendar .k-calendar-td.k-focus .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-focus .k-link {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.k-calendar .k-calendar-td.k-selected:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:focus .k-link,
.k-calendar .k-calendar-td.k-selected.k-focus .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-selected.k-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-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.ng-invalid.ng-touched, .k-calendar.ng-invalid.ng-dirty {
    border-color: #f31700;
}
.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-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-calendar-cell-inner, .k-calendar .k-range-start .k-link,
.k-calendar .k-range-end .k-calendar-cell-inner,
.k-calendar .k-range-end .k-link {
    background-color: #ff6358;
}
.k-calendar .k-range-start.k-active .k-calendar-cell-inner, .k-calendar .k-range-start.k-active .k-link,
.k-calendar .k-range-end.k-active .k-calendar-cell-inner,
.k-calendar .k-range-end.k-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: 0;
    bottom: 0;
    width: 5px;
}
.k-calendar .k-range-split-start::after {
    left: -5px;
    right: auto;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 99, 88, 0.25)), to(transparent));
    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: -webkit-gradient(linear, left top, right top, from(rgba(255, 99, 88, 0.25)), to(transparent));
    background-image: linear-gradient(to right, rgba(255, 99, 88, 0.25), transparent 100%);
}
.k-timeselector {
    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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-popup > .k-timeselector {
    border-width: 0;
}
.k-time-header,
.k-time-selector-header {
    padding-block: 8px;
    padding-inline: 8px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-time-header .k-title,
.k-time-header .k-time-selector-header-title,
.k-time-selector-header .k-title,
.k-time-selector-header .k-time-selector-header-title {
    padding-block: 4px;
    padding-inline: 8px;
    font-weight: bold;
    display: inline-block;
}
.k-time-header .k-time-now,
.k-time-selector-header .k-time-now {
    border-width: 0;
    line-height: inherit;
    cursor: pointer;
}
.k-actions.k-time-fast-selection, .k-time-fast-selection.k-edit-buttons,
.k-time-fast-selection.k-action-buttons,
.k-time-fast-selection.k-columnmenu-actions, .k-time-fast-selection.k-form-buttons {
    margin-top: 0;
}
.k-time-list-container {
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
}
.k-time-highlight,
.k-time-list-highlight {
    width: 100%;
    height: 28px;
    border-width: 1px 0px;
    border-style: solid;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% + 9px);
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
}
.k-time-list-wrapper {
    min-width: 4em;
    height: 240px;
    box-sizing: content-box;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-time-list-wrapper .k-title {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    display: block;
}
.k-time-list-wrapper.k-focus::before, .k-time-list-wrapper.k-focus::after {
    display: block;
    content: "\200b";
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    height: calc(50% - 14px);
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
}
.k-time-list-wrapper.k-focus::before {
    top: 18px;
}
.k-time-list-wrapper.k-focus::after {
    bottom: 0;
}
.k-time-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
            flex: 1;
    position: relative;
    z-index: 1;
    outline: 0;
    overflow: hidden;
}
.k-time-list::before, .k-time-list::after {
    display: block;
    position: absolute;
    content: "\200b";
    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-container,
.k-time-list-content {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 100px;
    padding-left: 100px;
    margin-left: -100px;
    margin-right: calc(-100px - var(--kendo-scrollbar-width, 17px));
}
.k-time-container > ul,
.k-time-list-content > ul {
    height: auto;
    width: 4em;
    margin: auto;
}
.k-time-container .k-scrollable-placeholder,
.k-time-list-content .k-scrollable-placeholder {
    position: absolute;
    width: 1px;
    top: 0;
    right: 0;
}
.k-time-list-item,
.k-time-list .k-item {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-time-separator {
    width: 0;
    height: 28px;
    align-self: center;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    z-index: 11;
    top: 9px;
}
.k-timeselector-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-timeselector-sm .k-time-highlight,
.k-timeselector-sm .k-time-list-highlight {
    height: 24px;
}
.k-timeselector-sm .k-time-separator {
    height: 24px;
}
.k-timeselector-sm .k-time-list-item,
.k-timeselector-sm .k-time-list .k-item {
    padding-block: 2px;
    padding-inline: 8px;
}
.k-timeselector-md {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-timeselector-md .k-time-highlight,
.k-timeselector-md .k-time-list-highlight {
    height: 28px;
}
.k-timeselector-md .k-time-separator {
    height: 28px;
}
.k-timeselector-md .k-time-list-item,
.k-timeselector-md .k-time-list .k-item {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-timeselector-lg {
    font-size: 16px;
    line-height: 1.5;
}
.k-timeselector-lg .k-time-highlight,
.k-timeselector-lg .k-time-list-highlight {
    height: 40px;
}
.k-timeselector-lg .k-time-separator {
    height: 40px;
}
.k-timeselector-lg .k-time-list-item,
.k-timeselector-lg .k-time-list .k-item {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-rtl .k-time-container,
.k-rtl .k-time-list-content,
[dir="rtl"] .k-time-container,
[dir="rtl"] .k-time-list-content {
    padding-right: 100px;
    padding-left: 100px;
    margin-left: calc(-100px - var(--kendo-scrollbar-width, 17px));
    margin-right: -100px;
}
.k-timeselector {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-time-header .k-time-now,
.k-time-selector-header .k-time-now {
    color: #ff6358;
}
.k-time-header .k-time-now:hover,
.k-time-selector-header .k-time-now:hover {
    color: #d6534a;
}
.k-time-list-wrapper .k-title {
    color: #666666;
}
.k-time-list-wrapper.k-focus .k-title {
    color: #424242;
}
.k-time-list-wrapper.k-focus::before, .k-time-list-wrapper.k-focus::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-captcha {
    width: 280px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 8px;
}
.k-captcha *,
.k-captcha *::before,
.k-captcha *::after {
    box-sizing: border-box;
}
.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;
    -o-object-fit: cover;
       object-fit: cover;
}
.k-captcha-loading .k-captcha-image {
    height: auto;
}
.k-captcha-volume-control {
    height: 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-colorpalette {
    border-width: 0;
    box-sizing: border-box;
    outline: 0;
    font-size: 14px;
    font-family: inherit;
    line-height: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-colorpalette *,
.k-colorpalette *::before,
.k-colorpalette *::after {
    box-sizing: border-box;
}
.k-colorpalette-table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    position: relative;
}
.k-colorpalette-tile {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.k-colorpalette-tile:hover, .k-colorpalette-tile.k-hover {
    position: relative;
    z-index: 101;
}
.k-colorpalette-tile:focus, .k-colorpalette-tile.k-focus, .k-colorpalette-tile.k-selected, .k-colorpalette-tile.k-selected:hover {
    position: relative;
    z-index: 100;
}
.k-colorpalette-tile:focus, .k-colorpalette-tile.k-focus {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.k-colorpalette-tile:hover, .k-colorpalette-tile.k-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-tile.k-selected, .k-colorpalette-tile.k-selected:hover {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white;
}
.k-colorgradient {
    border-radius: 4px;
    width: 272px;
    padding-block: 12px;
    padding-inline: 12px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    outline: 0;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 12px;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-colorgradient *,
.k-colorgradient *::before,
.k-colorgradient *::after {
    box-sizing: border-box;
}
.k-colorgradient-canvas {
    gap: 12px;
}
.k-colorgradient-canvas .k-hsv-rectangle {
    border-radius: 4px;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
.k-colorgradient-canvas .k-hsv-gradient {
    border-radius: 4px;
    height: 180px;
}
.k-colorgradient-canvas .k-hsv-draghandle {
    margin-top: -7px;
    margin-left: -7px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    cursor: pointer;
}
.k-colorgradient-canvas .k-hsv-controls {
    position: relative;
    flex-shrink: 0;
    gap: 12px;
}
.k-colorgradient .k-draghandle {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    outline-width: 1px;
    outline-style: solid;
    box-sizing: border-box;
}
.k-colorgradient-slider.k-slider-vertical {
    width: 10px;
    height: 180px;
    -webkit-box-flex: 0;
            flex: 0 0 10px;
}
.k-colorgradient-slider.k-slider-vertical .k-slider-track {
    width: 10px;
    border-radius: 10px;
    margin-left: -5px;
}
.k-colorgradient-slider.k-slider-horizontal {
    width: 100%;
    height: 10px;
    -webkit-box-flex: 0;
            flex: 0 0 10px;
}
.k-colorgradient-slider.k-slider-horizontal .k-slider-track {
    height: 10px;
    border-radius: 10px;
    margin-top: -5px;
}
.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    position: relative;
    z-index: -1;
}
.k-colorgradient-slider .k-slider-track-wrap {
    z-index: 1;
}
.k-colorgradient-slider .k-slider-selection {
    display: none;
}
.k-colorgradient-slider .k-draghandle {
    border-width: 3px;
}
.k-colorgradient-inputs {
    gap: 8px;
}
.k-colorgradient-inputs .k-colorgradient-input-label {
    text-transform: uppercase;
}
.k-colorgradient-inputs > .k-vstack, .k-colorgradient-inputs > .k-vbox {
    gap: 4px;
}
.k-colorgradient-inputs .k-numerictextbox {
    width: 46px;
}
.k-colorgradient-inputs .k-input-inner {
    -webkit-padding-start: 2px;
            padding-inline-start: 2px;
    -webkit-padding-end: 2px;
            padding-inline-end: 2px;
    text-align: center;
    text-overflow: clip;
}
.k-colorgradient-color-contrast > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 8px;
}
.k-colorgradient-color-contrast .k-contrast-ratio {
    margin-bottom: 8px;
}
.k-colorgradient-color-contrast .k-contrast-ratio-text {
    font-weight: 700;
}
.k-colorgradient-color-contrast .k-contrast-validation {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    gap: 4px;
}
.k-colorgradient-color-contrast .k-contrast-validation .k-icon {
    vertical-align: middle;
}
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon,
.k-colorgradient-color-contrast .k-contrast-validation .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
    -webkit-margin-start: -13px;
            margin-inline-start: -13px;
}
.k-color-contrast-svg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    pointer-events: none;
}
.k-colorgradient {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-colorgradient:focus,
.k-colorgradient.k-focus {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-colorgradient-canvas .k-hsv-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)), -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black), linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.k-colorgradient .k-draghandle {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    outline-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.5);
}
.k-colorgradient .k-draghandle:focus, .k-colorgradient .k-draghandle.k-focus {
    border-color: #ffffff;
    background-color: transparent;
    outline-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.5);
}
.k-colorgradient .k-draghandle:hover, .k-colorgradient .k-draghandle.k-hover, .k-colorgradient .k-draghandle.k-active, .k-colorgradient .k-draghandle:active {
    border-color: #ffffff;
    background-color: transparent;
    outline-color: #000000;
}
.k-colorgradient-slider.k-hue-slider.k-slider-horizontal .k-slider-track {
    background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(#ffff00), color-stop(#00ff00), color-stop(#00ffff), color-stop(#0000ff), color-stop(#ff00ff), to(#ff0000));
    background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}
.k-colorgradient-slider.k-hue-slider.k-slider-vertical .k-slider-track {
    background: -webkit-gradient(linear, left bottom, left top, from(#ff0000), color-stop(#ffff00), color-stop(#00ff00), color-stop(#00ffff), color-stop(#0000ff), color-stop(#ff00ff), to(#ff0000));
    background: linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}
.k-colorgradient-slider.k-alpha-slider .k-slider-track::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAuSURBVHgBxYyxDQAwDMJIL+YT+DjtzFRliUfLcklqBCRT4eCTxbD6kdL2/LgYXqpvCbs3kBv/AAAAAElFTkSuQmCC) center repeat;
}
.k-colorgradient-input-label {
    color: #666666;
}
.k-rtl .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track,
[dir="rtl"] .k-colorgradient .k-hue-slider.k-slider-horizontal .k-slider-track {
    background: -webkit-gradient(linear, right top, left top, from(#ff0000), color-stop(#ffff00), color-stop(#00ff00), color-stop(#00ffff), color-stop(#0000ff), color-stop(#ff00ff), to(#ff0000));
    background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}
.k-coloreditor {
    border-radius: 4px;
    min-width: 272px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
}
.k-coloreditor *,
.k-coloreditor *::before,
.k-coloreditor *::after {
    box-sizing: border-box;
}
.k-coloreditor-header {
    padding: 12px 12px 0;
}
.k-coloreditor-header-actions {
    gap: 8px;
}
.k-coloreditor-preview {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 4px;
    position: relative;
    z-index: 1;
}
.k-coloreditor-preview .k-color-preview {
    width: 32px;
    height: 12px;
}
.k-coloreditor-views {
    min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
    padding-block: 12px;
    padding-inline: 12px;
    gap: 12px;
}
.k-coloreditor-views .k-colorgradient {
    padding: 0;
    width: auto;
    border-width: 0;
}
.k-coloreditor-views .k-colorgradient:focus,
.k-coloreditor-views .k-colorgradient.k-focus {
    outline: 2px dotted;
    outline-offset: 4px;
    border-radius: 0;
}
.k-coloreditor-views .k-colorpalette {
    align-self: center;
}
.k-coloreditor-views .k-colorpalette-tile {
    width: var(--kendo-color-preview-width, 24px);
    height: var(--kendo-color-preview-height, 24px);
}
.k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-edit-buttons,
.k-coloreditor-footer.k-action-buttons,
.k-coloreditor-footer.k-columnmenu-actions, .k-coloreditor-footer.k-form-buttons {
    margin: 0;
}
.k-coloreditor {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-coloreditor .k-colorgradient:focus,
.k-coloreditor .k-colorgradient.k-focus {
    box-shadow: none;
    outline-color: rgba(0, 0, 0, 0.3);
}
.k-color-picker, .k-colorpicker {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.k-datetime-selector {
    display: -webkit-box;
    display: flex;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.k-datetime-wrap {
    width: 288px;
    overflow: hidden;
}
.k-datetime-wrap .k-datetime-buttongroup {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-datetime-wrap .k-calendar,
.k-datetime-wrap .k-timeselector {
    width: 100%;
    border-width: 0;
}
.k-datetime-calendar-wrap,
.k-datetime-time-wrap {
    text-align: center;
    -webkit-box-flex: 0;
            flex: 0 0 288px;
}
.k-date-tab .k-datetime-selector {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.k-time-tab .k-datetime-selector {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.k-time-tab .k-datetime-selector.k-rtl, .k-time-tab .k-datetime-selector[dir="rtl"],
.k-rtl .k-time-tab .k-datetime-selector,
[dir="rtl"] .k-time-tab .k-datetime-selector {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.k-daterange-picker, .k-daterangepicker {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: end;
            align-items: flex-end;
    gap: 8px;
}
.k-daterange-picker *, .k-daterangepicker *,
.k-daterange-picker *::before,
.k-daterangepicker *::before,
.k-daterange-picker *::after,
.k-daterangepicker *::after {
    box-sizing: border-box;
}
.k-daterange-picker .k-dateinput, .k-daterangepicker .k-dateinput {
    width: 10em;
}
.k-daterangepicker-wrap {
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: inherit;
    -webkit-box-align: inherit;
            align-items: inherit;
    gap: inherit;
}
.k-dropdowngrid-popup {
    overflow: hidden;
}
.k-dropdowngrid-popup > .k-data-table {
    border-width: 0;
}
.k-dropdown-operator {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-box-flex: 0;
            flex: none;
}
.k-dropdown-operator .k-input-button {
    border-width: 0;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.k-dropdown-operator .k-input-button .k-button-icon {
    width: auto;
    aspect-ratio: 1;
}
.k-dropdown-operator .k-input-inner {
    display: none;
}
.k-treeview {
    padding: 0;
    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-treeview *::before,
.k-treeview *::after {
    box-sizing: border-box;
}
.k-treeview-filter {
    padding: 8px;
    display: block;
    position: relative;
    -webkit-box-flex: 0;
            flex: none;
}
.k-treeview-group {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    outline: 0;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-treeview-group.ng-animating {
    overflow: hidden;
}
.k-treeview-top,
.k-treeview-mid,
.k-treeview-bot {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
}
.k-treeview-item {
    outline-style: none;
    margin: 0;
    padding: 0 0 0 24px;
    border-width: 0;
    display: block;
}
.k-treeview-toggle {
    -webkit-margin-start: -24px;
            margin-inline-start: -24px;
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
}
.k-treeview-toggle .k-icon {
    padding: 4px;
    box-sizing: content-box;
}
.k-treeview-loading {
    margin-right: 4px;
}
.k-treeview .k-checkbox-wrap,
.k-treeview .k-checkbox-wrapper {
    align-self: center;
}
.k-treeview-leaf {
    border-radius: 4px;
    padding-block: 4px;
    padding-inline: 8px;
    border: 0px solid transparent;
    text-decoration: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    vertical-align: middle;
    position: relative;
}
.k-treeview-leaf .k-icon,
.k-treeview-leaf .k-image,
.k-treeview-leaf .k-sprite {
    margin-right: 4px;
}
.k-treeview-leaf.k-focus {
    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-hover, .k-treeview .k-treeview-load-more-button:focus, .k-treeview .k-treeview-load-more-button.k-focus {
    text-decoration: underline;
}
.k-rtl .k-treeview .k-treeview-item,
[dir="rtl"] .k-treeview .k-treeview-item,
.k-treeview.k-rtl .k-treeview-item,
.k-treeview[dir="rtl"] .k-treeview-item {
    padding-left: 0;
    padding-right: 24px;
}
.k-rtl .k-treeview .k-treeview-loading,
[dir="rtl"] .k-treeview .k-treeview-loading,
.k-treeview.k-rtl .k-treeview-loading,
.k-treeview[dir="rtl"] .k-treeview-loading {
    margin-right: 0;
    margin-left: 4px;
}
.k-rtl .k-treeview .k-treeview-leaf .k-icon,
.k-rtl .k-treeview .k-treeview-leaf .k-image,
.k-rtl .k-treeview .k-treeview-leaf .k-sprite,
.k-rtl .k-treeview .k-in .k-icon,
.k-rtl .k-treeview .k-in .k-image,
.k-rtl .k-treeview .k-in .k-sprite,
[dir="rtl"] .k-treeview .k-treeview-leaf .k-icon,
[dir="rtl"] .k-treeview .k-treeview-leaf .k-image,
[dir="rtl"] .k-treeview .k-treeview-leaf .k-sprite,
[dir="rtl"] .k-treeview .k-in .k-icon,
[dir="rtl"] .k-treeview .k-in .k-image,
[dir="rtl"] .k-treeview .k-in .k-sprite,
.k-treeview.k-rtl .k-treeview-leaf .k-icon,
.k-treeview.k-rtl .k-treeview-leaf .k-image,
.k-treeview.k-rtl .k-treeview-leaf .k-sprite,
.k-treeview.k-rtl .k-in .k-icon,
.k-treeview.k-rtl .k-in .k-image,
.k-treeview.k-rtl .k-in .k-sprite,
.k-treeview[dir="rtl"] .k-treeview-leaf .k-icon,
.k-treeview[dir="rtl"] .k-treeview-leaf .k-image,
.k-treeview[dir="rtl"] .k-treeview-leaf .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-right: 0;
    margin-left: 4px;
}
.k-treeview-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-treeview-sm .k-treeview-leaf {
    padding-block: 2px;
    padding-inline: 8px;
}
.k-treeview-sm .k-checkbox-wrap {
    padding-block: 2px;
    padding-inline: 4px;
}
.k-treeview-md {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-treeview-md .k-treeview-leaf {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-treeview-md .k-checkbox-wrap {
    padding-block: 2px;
    padding-inline: 4px;
}
.k-treeview-lg {
    font-size: 16px;
    line-height: 1.5;
}
.k-treeview-lg .k-treeview-leaf {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-treeview-lg .k-checkbox-wrap {
    padding-inline: 4px;
}
.k-treeview {
    color: #424242;
}
.k-treeview-leaf:hover, .k-treeview-leaf.k-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-treeview-leaf:focus, .k-treeview-leaf.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-treeview-leaf.k-selected {
    color: white;
    background-color: #ff6358;
}
.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-hover {
    color: #d6534a;
    background-color: transparent;
}
.k-treeview .k-treeview-load-more-button:focus, .k-treeview .k-treeview-load-more-button.k-focus {
    color: #d6534a;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-popup-dropdowntree .k-treeview,
.k-dropdowntree-popup .k-treeview,
.k-multiselecttree-popup .k-treeview {
    padding-block: 4px;
    padding-inline: 4px;
}
.k-popup-dropdowntree .k-check-all,
.k-dropdowntree-popup .k-check-all,
.k-multiselecttree-popup .k-check-all {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-multiselecttree .k-input-values {
    width: auto;
    max-width: 100%;
}
.k-multiselecttree .k-input-inner::before {
    content: "\200b";
    width: 0px;
    overflow: hidden;
    -webkit-box-flex: 0;
            flex: none;
    display: inline-block;
    vertical-align: top;
}
.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: -webkit-inline-box;
    display: inline-flex;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-rating *,
.k-rating *::before,
.k-rating *::after {
    box-sizing: border-box;
}
.k-rating.k-readonly {
    pointer-events: none;
}
.k-rating-container {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    position: relative;
    margin-block: 0;
    margin-inline: 4px;
}
.k-rating-container .k-rating-item {
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    padding-block: 4px;
    padding-inline: 4px;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
    margin: 0;
    outline: 0;
    overflow: hidden;
    -webkit-transition: color 200ms ease-out 0s;
    transition: color 200ms ease-out 0s;
}
.k-rating-container .k-rating-item * {
    pointer-events: none;
}
.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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
    line-height: 1.5;
    margin-block: 4px;
    margin-inline: 8px;
}
.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-focus .k-rating-item > .k-icon {
    -webkit-filter: drop-shadow(var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)));
            filter: drop-shadow(var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)));
}
.k-rating:focus .k-rating-item.k-selected > .k-icon, .k-rating.k-focus .k-rating-item.k-selected > .k-icon {
    -webkit-filter: drop-shadow(var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)));
            filter: drop-shadow(var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)));
}
.k-rating-item {
    color: #424242;
}
.k-rating-item.k-selected {
    color: #ff6358;
}
.k-rating-item.k-selected:focus, .k-rating-item.k-selected.k-focus {
    color: #ff6358;
}
.k-rating-item:hover, .k-rating-item.k-hover {
    color: #ff6358;
    cursor: pointer;
}
.k-switch {
    box-sizing: border-box;
    outline: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-switch *,
.k-switch *::before,
.k-switch *::after {
    box-sizing: border-box;
}
.k-switch [type="checkbox"] {
    display: none;
}
.k-switch[aria-readonly="true"] {
    pointer-events: none;
}
.k-switch.k-readonly {
    pointer-events: none;
}
.k-switch-track {
    border-width: 1px;
    border-style: solid;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    position: relative;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}
.k-switch-thumb-wrap {
    width: 0;
    height: 0;
    overflow: visible;
    position: absolute;
    -webkit-transition: left 200ms ease-in-out;
    transition: left 200ms ease-in-out;
    top: 50%;
}
.k-switch-thumb {
    border-width: 1px;
    border-style: solid;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.k-switch-label-on,
.k-switch-label-off {
    text-transform: uppercase;
    display: inline;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
}
.k-switch-sm {
    width: 52px;
    height: 26px;
    font-size: 10px;
}
.k-switch-sm .k-switch-track {
    width: 52px;
    height: 26px;
}
.k-switch-sm .k-switch-label-on {
    left: 4px;
}
.k-switch-sm .k-switch-label-off {
    right: 4px;
}
.k-switch-sm .k-switch-thumb {
    width: 26px;
    height: 26px;
}
.k-switch-sm.k-switch-on .k-switch-thumb-wrap {
    left: calc(100% - 13px);
}
.k-switch-sm.k-switch-off .k-switch-thumb-wrap {
    left: 13px;
}
.k-switch-sm[dir="rtl"] .k-switch-label-on,
[dir="rtl"] .k-switch-sm .k-switch-label-on,
.k-rtl .k-switch-sm .k-switch-label-on {
    left: auto;
    right: 4px;
}
.k-switch-sm[dir="rtl"] .k-switch-label-off,
[dir="rtl"] .k-switch-sm .k-switch-label-off,
.k-rtl .k-switch-sm .k-switch-label-off {
    right: auto;
    left: 4px;
}
.k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
    left: 13px;
}
.k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
    left: calc(100% - 13px);
}
.k-switch-md {
    width: 60px;
    height: 30px;
    font-size: 10px;
}
.k-switch-md .k-switch-track {
    width: 60px;
    height: 30px;
}
.k-switch-md .k-switch-label-on {
    left: 6px;
}
.k-switch-md .k-switch-label-off {
    right: 6px;
}
.k-switch-md .k-switch-thumb {
    width: 30px;
    height: 30px;
}
.k-switch-md.k-switch-on .k-switch-thumb-wrap {
    left: calc(100% - 15px);
}
.k-switch-md.k-switch-off .k-switch-thumb-wrap {
    left: 15px;
}
.k-switch-md[dir="rtl"] .k-switch-label-on,
[dir="rtl"] .k-switch-md .k-switch-label-on,
.k-rtl .k-switch-md .k-switch-label-on {
    left: auto;
    right: 6px;
}
.k-switch-md[dir="rtl"] .k-switch-label-off,
[dir="rtl"] .k-switch-md .k-switch-label-off,
.k-rtl .k-switch-md .k-switch-label-off {
    right: auto;
    left: 6px;
}
.k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
    left: 15px;
}
.k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
    left: calc(100% - 15px);
}
.k-switch-lg {
    width: 68px;
    height: 34px;
    font-size: 10px;
}
.k-switch-lg .k-switch-track {
    width: 68px;
    height: 34px;
}
.k-switch-lg .k-switch-label-on {
    left: 8px;
}
.k-switch-lg .k-switch-label-off {
    right: 8px;
}
.k-switch-lg .k-switch-thumb {
    width: 34px;
    height: 34px;
}
.k-switch-lg.k-switch-on .k-switch-thumb-wrap {
    left: calc(100% - 17px);
}
.k-switch-lg.k-switch-off .k-switch-thumb-wrap {
    left: 17px;
}
.k-switch-lg[dir="rtl"] .k-switch-label-on,
[dir="rtl"] .k-switch-lg .k-switch-label-on,
.k-rtl .k-switch-lg .k-switch-label-on {
    left: auto;
    right: 8px;
}
.k-switch-lg[dir="rtl"] .k-switch-label-off,
[dir="rtl"] .k-switch-lg .k-switch-label-off,
.k-rtl .k-switch-lg .k-switch-label-off {
    right: auto;
    left: 8px;
}
.k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
    left: 17px;
}
.k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
    left: calc(100% - 17px);
}
.k-switch[dir="rtl"] .k-switch-thumb,
[dir="rtl"] .k-switch .k-switch-thumb,
.k-switch.k-rtl .k-switch-thumb,
.k-rtl .k-switch .k-switch-thumb {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}
.k-switch-off .k-switch-track {
    border-color: #ebebeb;
    color: #424242;
    background-color: #ffffff;
}
.k-switch-off .k-switch-thumb {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-switch-off:focus .k-switch-track, .k-switch-off.k-focus .k-switch-track {
    outline: 2px solid rgba(0, 0, 0, 0.08);
}
.k-switch-off .k-switch-label-on {
    color: transparent;
}
.k-switch-on .k-switch-track {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}
.k-switch-on .k-switch-thumb {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-switch-on:focus .k-switch-track, .k-switch-on.k-focus .k-switch-track {
    outline: 2px solid rgba(255, 99, 88, 0.25);
}
.k-switch-on .k-switch-label-off {
    color: transparent;
}
.k-external-dropzone {
    height: 220px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.k-dropzone-inner {
    padding-block: 8px;
    padding-inline: 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
}
.k-dropzone-inner .k-dropzone-icon {
    margin-bottom: 24px;
}
.k-dropzone-inner .k-dropzone-hint {
    margin-bottom: 8px;
}
.k-dropzone-inner .k-dropzone-note {
    font-size: 12px;
}
.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: #666666;
}
.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 *::before,
.k-upload *::after {
    box-sizing: border-box;
}
.k-upload .k-upload-button {
    min-width: 7em;
}
.k-upload .k-dropzone,
.k-upload .k-upload-dropzone {
    padding-block: 8px;
    padding-inline: 8px;
    border-width: 0;
    text-align: end;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    position: relative;
    background-color: transparent;
}
.k-upload .k-dropzone .k-dropzone-hint,
.k-upload .k-upload-dropzone .k-dropzone-hint {
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1;
}
.k-upload .k-dropzone .k-upload-status,
.k-upload .k-upload-dropzone .k-upload-status {
    font-weight: normal;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
}
.k-upload .k-dropzone .k-upload-status > .k-icon,
.k-upload .k-upload-dropzone .k-upload-status > .k-icon {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
}
.k-upload .k-dropzone .k-upload-status + .k-dropzone-hint,
.k-upload .k-upload-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: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.k-upload .k-upload-files .k-file-single {
    -webkit-box-align: center;
            align-items: center;
}
.k-upload .k-upload-files .k-file-multiple {
    -webkit-box-align: start;
            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: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            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: 16px;
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.k-upload .k-upload-files .k-upload-pct {
    margin-block: 0;
    margin-inline: 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-summary {
    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-summary,
.k-upload .k-upload-files .k-file-validation-message {
    font-size: 11px;
    line-height: 1;
}
.k-upload .k-upload-files .k-file-icon-wrapper .k-file-state {
    position: absolute;
}
.k-upload .k-upload-files .k-file-state {
    visibility: hidden;
}
.k-upload .k-upload-files .k-file-info {
    min-height: 32px;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
            flex: 1 0 0;
}
.k-upload .k-multiple-files-wrapper,
.k-upload .k-file-single > .k-file-info {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    min-height: 32px;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
            flex: 1 0 0;
}
.k-upload .k-multiple-files-wrapper .k-file-info {
    margin-bottom: 12px;
    display: block;
}
.k-upload .k-multiple-files-wrapper .k-file-summary {
    margin-top: -4px;
}
.k-upload .k-progressbar {
    --kendo-progressbar-height: 2px;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 4px;
    width: auto;
}
.k-upload .k-actions, .k-upload .k-edit-buttons,
.k-upload .k-action-buttons,
.k-upload .k-columnmenu-actions, .k-upload .k-form-buttons {
    border-top-width: 1px;
}
.k-upload-button-wrap {
    position: relative;
    direction: ltr;
}
.k-upload-button-wrap 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-wrap input[disabled],
.k-upload-button-wrap input.k-disabled {
    visibility: hidden;
}
.k-upload {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-upload .k-dropzone,
.k-upload .k-upload-dropzone {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-upload .k-dropzone.k-hover,
.k-upload .k-upload-dropzone.k-hover {
    background-color: #f0f0f0;
}
.k-upload .k-dropzone .k-dropzone-hint,
.k-upload .k-upload-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-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-upload .k-file .k-upload-action.k-focus {
    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-progressbar .k-selected {
    background-color: #0058e9;
}
.k-upload .k-file-success .k-file-validation-message {
    color: #37b400;
}
.k-upload .k-file-success .k-progressbar .k-selected {
    background-color: #37b400;
}
.k-upload .k-file-error .k-file-validation-message {
    color: #f31700;
}
.k-upload .k-file-error .k-progressbar .k-selected {
    background-color: #f31700;
}
.k-upload .k-file-icon-wrapper {
    color: #666666;
    border-color: #666666;
}
.k-upload .k-file-size,
.k-upload .k-file-validation-message,
.k-upload .k-file-summary {
    color: #666666;
}
.k-upload .k-multiple-files-wrapper .k-file-summary {
    color: #424242;
}
.k-upload.k-invalid, .k-upload.ng-invalid.ng-touched, .k-upload.ng-invalid.ng-dirty {
    border-color: #f31700;
}
.k-appbar {
    padding-block: 8px;
    padding-inline: 8px;
    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: -webkit-box;
    display: flex;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-appbar *,
.k-appbar *::before,
.k-appbar *::after {
    box-sizing: border-box;
}
.k-appbar > * {
    flex-shrink: 0;
}
.k-appbar .k-appbar-section {
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
            align-items: center;
}
.k-appbar .k-appbar-spacer {
    -webkit-box-flex: 1;
            flex: 1 0 auto;
}
.k-appbar .k-appbar-spacer-sized {
    -webkit-box-flex: 0;
            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 .k-input,
.k-appbar .k-picker {
    width: 10em;
}
.k-appbar .k-color-picker, .k-appbar .k-colorpicker {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.k-appbar-static {
    position: static;
}
.k-appbar-sticky {
    width: 100%;
    position: -webkit-sticky;
    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: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-appbar-bottom {
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-appbar-primary {
    color: white;
    background-color: #ff6358;
}
.k-appbar-secondary {
    color: white;
    background-color: #666666;
}
.k-appbar-tertiary {
    color: white;
    background-color: #03a9f4;
}
.k-appbar-info {
    color: white;
    background-color: #0058e9;
}
.k-appbar-success {
    color: white;
    background-color: #37b400;
}
.k-appbar-warning {
    color: black;
    background-color: #ffc000;
}
.k-appbar-error {
    color: white;
    background-color: #f31700;
}
.k-appbar-dark {
    color: white;
    background-color: #424242;
}
.k-appbar-light {
    color: black;
    background-color: #ebebeb;
}
.k-appbar-inverse {
    color: white;
    background-color: #424242;
}
.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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    outline: none;
}
.k-fab *,
.k-fab *::before,
.k-fab *::after {
    box-sizing: border-box;
}
.k-fab:focus {
    outline: none;
}
.k-fab-icon {
    padding-inline: 2px;
    padding-block: 2px;
    box-sizing: content-box;
}
.k-icon-wrapper-host:not(:only-child) .k-fab-icon, .k-fab-icon:not(:only-child) {
    -webkit-margin-end: 2px;
            margin-inline-end: 2px;
    -webkit-margin-start: -2px;
            margin-inline-start: -2px;
}
.k-fab-sm {
    padding: 8px 8px;
}
.k-fab-md {
    padding: 16px 16px;
}
.k-fab-lg {
    padding: 24px 24px;
}
.k-fab-items {
    margin: 0;
    padding-block: 16px;
    padding-inline: 0px;
    display: -webkit-box;
    display: flex;
}
.k-fab-items-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.k-fab-items-bottom .k-fab-item:last-child {
    -webkit-margin-after: 0;
            margin-block-end: 0;
}
.k-fab-items-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
}
.k-fab-items-top .k-fab-item:first-child {
    -webkit-margin-after: 0;
            margin-block-end: 0;
}
.k-fab-item {
    list-style-type: none;
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
    outline: none;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
    cursor: pointer;
}
.k-fab-item.k-text-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.k-fab-item.k-text-right .k-fab-item-text {
    margin-right: 8px;
}
.k-fab-item.k-text-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}
.k-fab-item.k-text-left .k-fab-item-text {
    margin-left: 8px;
}
.k-fab-item-text {
    padding-block: 4px;
    padding-inline: 4px;
    border-width: 1px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 1.2;
}
.k-fab-item-icon {
    padding-block: 10px;
    padding-inline: 10px;
    border-width: 0;
    border-radius: 50%;
    box-sizing: content-box;
    outline: none;
}
.k-rtl .k-fab-popup .k-fab-item.k-text-left,
[dir="rtl"] .k-fab-popup .k-fab-item.k-text-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}
.k-fab-solid-primary {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #ff6358;
    outline-offset: -1px;
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}
.k-fab-solid-secondary {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #666666;
    outline-offset: -1px;
    border-color: #666666;
    color: white;
    background-color: #666666;
}
.k-fab-solid-tertiary {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #03a9f4;
    outline-offset: -1px;
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}
.k-fab-solid-info {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #0058e9;
    outline-offset: -1px;
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}
.k-fab-solid-success {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #37b400;
    outline-offset: -1px;
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}
.k-fab-solid-warning {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #ffc000;
    outline-offset: -1px;
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}
.k-fab-solid-error {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #f31700;
    outline-offset: -1px;
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}
.k-fab-solid-dark {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #424242;
    outline-offset: -1px;
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-fab-solid-light {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #ebebeb;
    outline-offset: -1px;
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}
.k-fab-solid-inverse {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid #424242;
    outline-offset: -1px;
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-hover.k-fab-solid-primary,
.k-fab-solid-primary:hover {
    border-color: #f55f54;
    background-color: #f55f54;
}
.k-hover.k-fab-solid-secondary,
.k-fab-solid-secondary:hover {
    border-color: #626262;
    background-color: #626262;
}
.k-hover.k-fab-solid-tertiary,
.k-fab-solid-tertiary:hover {
    border-color: #03a2ea;
    background-color: #03a2ea;
}
.k-hover.k-fab-solid-info,
.k-fab-solid-info:hover {
    border-color: #0054e0;
    background-color: #0054e0;
}
.k-hover.k-fab-solid-success,
.k-fab-solid-success:hover {
    border-color: #35ad00;
    background-color: #35ad00;
}
.k-hover.k-fab-solid-warning,
.k-fab-solid-warning:hover {
    border-color: #f5b800;
    background-color: #f5b800;
}
.k-hover.k-fab-solid-error,
.k-fab-solid-error:hover {
    border-color: #e91600;
    background-color: #e91600;
}
.k-hover.k-fab-solid-dark,
.k-fab-solid-dark:hover {
    border-color: #3f3f3f;
    background-color: #3f3f3f;
}
.k-hover.k-fab-solid-light,
.k-fab-solid-light:hover {
    border-color: #e2e2e2;
    background-color: #e2e2e2;
}
.k-hover.k-fab-solid-inverse,
.k-fab-solid-inverse:hover {
    border-color: #3f3f3f;
    background-color: #3f3f3f;
}
.k-fab-solid-primary.k-focus,
.k-fab-solid-primary:focus {
    outline: solid 2px rgba(255, 99, 88, 0.3);
}
.k-fab-solid-secondary.k-focus,
.k-fab-solid-secondary:focus {
    outline: solid 2px rgba(102, 102, 102, 0.3);
}
.k-fab-solid-tertiary.k-focus,
.k-fab-solid-tertiary:focus {
    outline: solid 2px rgba(3, 169, 244, 0.3);
}
.k-fab-solid-info.k-focus,
.k-fab-solid-info:focus {
    outline: solid 2px rgba(0, 88, 233, 0.3);
}
.k-fab-solid-success.k-focus,
.k-fab-solid-success:focus {
    outline: solid 2px rgba(55, 180, 0, 0.3);
}
.k-fab-solid-warning.k-focus,
.k-fab-solid-warning:focus {
    outline: solid 2px rgba(255, 192, 0, 0.3);
}
.k-fab-solid-error.k-focus,
.k-fab-solid-error:focus {
    outline: solid 2px rgba(243, 23, 0, 0.3);
}
.k-fab-solid-dark.k-focus,
.k-fab-solid-dark:focus {
    outline: solid 2px rgba(66, 66, 66, 0.3);
}
.k-fab-solid-light.k-focus,
.k-fab-solid-light:focus {
    outline: solid 2px rgba(235, 235, 235, 0.3);
}
.k-fab-solid-inverse.k-focus,
.k-fab-solid-inverse:focus {
    outline: solid 2px rgba(66, 66, 66, 0.3);
}
.k-active.k-fab-solid-primary,
.k-selected.k-fab-solid-primary,
.k-fab-solid-primary:active {
    border-color: #e0574d;
    background-color: #e0574d;
}
.k-active.k-fab-solid-secondary,
.k-selected.k-fab-solid-secondary,
.k-fab-solid-secondary:active {
    border-color: #5a5a5a;
    background-color: #5a5a5a;
}
.k-active.k-fab-solid-tertiary,
.k-selected.k-fab-solid-tertiary,
.k-fab-solid-tertiary:active {
    border-color: #0395d7;
    background-color: #0395d7;
}
.k-active.k-fab-solid-info,
.k-selected.k-fab-solid-info,
.k-fab-solid-info:active {
    border-color: #004dcd;
    background-color: #004dcd;
}
.k-active.k-fab-solid-success,
.k-selected.k-fab-solid-success,
.k-fab-solid-success:active {
    border-color: #309e00;
    background-color: #309e00;
}
.k-active.k-fab-solid-warning,
.k-selected.k-fab-solid-warning,
.k-fab-solid-warning:active {
    border-color: #e0a900;
    background-color: #e0a900;
}
.k-active.k-fab-solid-error,
.k-selected.k-fab-solid-error,
.k-fab-solid-error:active {
    border-color: #d61400;
    background-color: #d61400;
}
.k-active.k-fab-solid-dark,
.k-selected.k-fab-solid-dark,
.k-fab-solid-dark:active {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}
.k-active.k-fab-solid-light,
.k-selected.k-fab-solid-light,
.k-fab-solid-light:active {
    border-color: #cfcfcf;
    background-color: #cfcfcf;
}
.k-active.k-fab-solid-inverse,
.k-selected.k-fab-solid-inverse,
.k-fab-solid-inverse:active {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
}
.k-disabled.k-fab-solid-primary,
.k-fab-solid-primary:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #ffa19b;
    color: white;
    opacity: 1;
}
.k-disabled.k-fab-solid-secondary,
.k-fab-solid-secondary:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #a3a3a3;
    color: white;
    opacity: 1;
}
.k-disabled.k-fab-solid-tertiary,
.k-fab-solid-tertiary:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #68cbf8;
    color: white;
    opacity: 1;
}
.k-disabled.k-fab-solid-info,
.k-fab-solid-info:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #669bf2;
    color: white;
    opacity: 1;
}
.k-disabled.k-fab-solid-success,
.k-fab-solid-success:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #87d266;
    color: white;
    opacity: 1;
}
.k-disabled.k-fab-solid-warning,
.k-fab-solid-warning:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #ffd966;
    color: #666666;
    opacity: 1;
}
.k-disabled.k-fab-solid-error,
.k-fab-solid-error:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #f87466;
    color: white;
    opacity: 1;
}
.k-disabled.k-fab-solid-dark,
.k-fab-solid-dark:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #8e8e8e;
    color: white;
    opacity: 1;
}
.k-disabled.k-fab-solid-light,
.k-fab-solid-light:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #f3f3f3;
    color: #666666;
    opacity: 1;
}
.k-disabled.k-fab-solid-inverse,
.k-fab-solid-inverse:disabled {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: #8e8e8e;
    color: white;
    opacity: 1;
}
.k-fab-item-text {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-fab-item-icon {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f5f5f5;
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    outline: 1px solid rgba(0, 0, 0, 0.08);
    outline-offset: -1px;
}
.k-fab-item.k-hover .k-fab-item-icon,
.k-fab-item:hover .k-fab-item-icon {
    border-color: rgba(0, 0, 0, 0.1168);
    background-color: #ebebeb;
}
.k-fab-item:focus .k-fab-item-text,
.k-fab-item:focus .k-fab-item-icon,
.k-fab-item.k-focus .k-fab-item-text,
.k-fab-item.k-focus .k-fab-item-icon {
    outline: solid 2px rgba(0, 0, 0, 0.08);
}
.k-fab-item.k-active .k-fab-item-icon,
.k-fab-item:active .k-fab-item-icon {
    border-color: rgba(0, 0, 0, 0.1536);
    background-color: #e1e1e1;
}
.k-fab-item.k-disabled,
.k-fab-item:disabled {
    opacity: 1;
}
.k-fab-item.k-disabled .k-fab-item-text,
.k-fab-item.k-disabled .k-fab-item-icon,
.k-fab-item:disabled .k-fab-item-text,
.k-fab-item:disabled .k-fab-item-icon {
    box-shadow: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12));
    background-color: white;
    color: #8e8e8e;
}
.k-fab-popup {
    box-shadow: none;
}
.k-actionsheet-container {
    width: 100%;
    height: 100%;
    max-width: clamp(100vw, 100%, 100%);
    max-height: clamp(100vh, 100%, 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.k-actionsheet-container > .k-overlay {
    position: absolute;
    z-index: 1;
}
.k-actionsheet-container > .k-animation-container {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    pointer-events: none;
}
.k-actionsheet-container > .k-animation-container > .k-child-animation-container {
    position: absolute;
}
.k-actionsheet-container > .k-actionsheet {
    position: absolute;
    z-index: 2;
}
.k-actionsheet-container .k-actionsheet {
    pointer-events: all;
}
.k-actionsheet {
    width: var(--kendo-actionsheet-width, 360px);
    height: var(--kendo-actionsheet-height, 60vh);
    max-width: var(--kendo-actionsheet-max-width, 100%);
    max-height: var(--kendo-actionsheet-max-height, 60vh);
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    overflow: hidden;
    position: relative;
}
.k-actionsheet *,
.k-actionsheet *::before,
.k-actionsheet *::after {
    box-sizing: border-box;
}
.k-actionsheet-titlebar, .k-actionsheet-jq .k-actionsheet-header {
    padding-block: 8px;
    padding-inline: 16px;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: center;
            align-items: center;
    gap: 16px;
}
.k-actionsheet-titlebar-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
}
.k-actionsheet-title {
    -webkit-box-flex: 1;
            flex: 1;
}
.k-actionsheet-subtitle {
    font-size: 12px;
    line-height: 1.25;
}
.k-actionsheet-actions {
    -webkit-box-flex: 0;
            flex: none;
}
.k-actionsheet-content {
    -webkit-box-flex: 1;
            flex: 1;
    overflow: auto;
    position: relative;
}
.k-actionsheet-footer {
    -webkit-box-flex: 0;
            flex: none;
}
.k-actionsheet-items {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 0;
            flex: none;
}
.k-actionsheet-item {
    padding: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    outline: none;
}
.k-actionsheet-action {
    margin: 0;
    padding-block: 8px;
    padding-inline: 16px;
    min-height: 40px;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 12px;
}
.k-actionsheet-item-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}
.k-actionsheet-item-description {
    font-size: 0.875em;
}
.k-actionsheet .k-hr {
    margin: 0;
    -webkit-box-flex: 0;
            flex: none;
}
.k-actionsheet-top {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-width: 0px;
    border-top-width: 0;
    top: 0;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-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;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-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%;
    -webkit-transform: translateY(-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%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.k-actionsheet-fullscreen {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}
.k-animation-container > .k-actionsheet {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
}
.k-adaptive-actionsheet {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
    padding-block: 16px;
    padding-inline: 16px;
    border-bottom-width: 1px;
}
.k-adaptive-actionsheet .k-actionsheet-content {
    padding-block: 8px;
    padding-inline: 16px;
}
.k-adaptive-actionsheet .k-actionsheet-footer {
    padding-block: 8px;
    padding-inline: 16px;
}
.k-adaptive-actionsheet .k-actionsheet-filter {
    width: calc(min(100%, calc( 360px - 32px) ));
}
.k-adaptive-actionsheet .k-actionsheet-content,
.k-adaptive-actionsheet .k-actionsheet-footer {
    margin-inline: auto;
    width: min(100%, 360px);
}
.k-adaptive-actionsheet .k-list-container,
.k-adaptive-actionsheet .k-treeview {
    height: 100%;
}
.k-adaptive-actionsheet .k-list-filter {
    width: 100%;
    padding-inline: 0;
}
.k-adaptive-actionsheet .k-menu-group {
    height: 100%;
    overflow: auto;
    position: static;
}
.k-adaptive-actionsheet .k-calendar {
    margin-inline: auto;
    border-width: 0;
    display: -webkit-box;
    display: flex;
}
.k-adaptive-actionsheet .k-timeselector {
    height: 100%;
    border-width: 0;
    overflow: hidden;
}
.k-adaptive-actionsheet .k-timeselector .k-time-part {
    display: contents;
}
.k-adaptive-actionsheet .k-timeselector .k-time-list-wrapper {
    height: 100%;
}
.k-adaptive-actionsheet .k-datetime-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}
.k-adaptive-actionsheet .k-datetime-selector {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-adaptive-actionsheet .k-datetime-calendar-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
}
.k-adaptive-actionsheet .k-datetime-time-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
}
.k-adaptive-actionsheet .k-scrollable-wrap {
    height: 100%;
    overflow-y: auto;
}
.k-adaptive-actionsheet .k-data-table {
    max-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}
.k-actionsheet-jq.k-actionsheet {
    height: auto;
}
.k-actionsheet-jq .k-actionsheet-header {
    -webkit-box-align: start;
            align-items: flex-start;
}
.k-actionsheet-jq .k-actionsheet-action {
    -webkit-box-align: center;
            align-items: center;
}
.k-rtl .k-actionsheet-top,
.k-rtl .k-actionsheet-bottom,
[dir="rtl"] .k-actionsheet-top,
[dir="rtl"] .k-actionsheet-bottom {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
}
.k-actionsheet {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-7, 0 14px 16px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-actionsheet-subtitle {
    color: #666666;
}
.k-actionsheet-item:hover, .k-actionsheet-item.k-hover {
    background-color: #f0f0f0;
}
.k-actionsheet-item:focus, .k-actionsheet-item.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-actionsheet-item-description {
    color: #666666;
}
.k-actionsheet .k-hr {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
    border-color: rgba(0, 0, 0, 0.08);
}
.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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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-block: 12px;
    padding-inline: 16px;
    border-width: 0 0 1px;
    border-style: solid;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-shrink: 0;
    -webkit-box-align: center;
            align-items: center;
}
.k-window-minimized .k-window-titlebar {
    border-width: 0;
}
.k-window-title {
    padding-block: .5em;
    padding-inline: 0;
    margin-block: -.5em;
    margin-inline: 0;
    font-size: 16px;
    line-height: 1.25;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.k-window-title::before {
    content: "\200b";
}
.k-window-titlebar-actions {
    margin-block: -5em;
    margin-inline: 0;
    -webkit-margin-end: -4px;
            margin-inline-end: -4px;
    line-height: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    flex-shrink: 0;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: top;
}
.k-window-titlebar-action {
    flex-shrink: 0;
}
.k-window-content,
.k-prompt-container {
    padding-block: 16px;
    padding-inline: 16px;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background: none;
    outline: 0;
    overflow: auto;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-window-content + .k-prompt-container {
    margin-top: -8px;
}
.k-window-content:first-child {
    padding-top: clamp(16px, 12px, 12px);
}
.k-window-content:last-child {
    padding-bottom: clamp(16px, 12px, 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-actions {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-block: 8px;
    padding-inline: 8px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
}
.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: var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-window:focus,
.k-window.k-focus {
    box-shadow: var(--kendo-elevation-9, 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-window-titlebar {
    border-color: inherit;
    color: #424242;
    background-color: #fafafa;
}
.k-window-primary .k-window-titlebar {
    color: white;
    background-color: #ff6358;
}
.k-window-light .k-window-titlebar {
    color: black;
    background-color: #ebebeb;
}
.k-window-dark .k-window-titlebar {
    color: white;
    background-color: #424242;
}
.k-dialog-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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 {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.k-dialog .k-multiselect {
    width: 100%;
}
.k-dialog-actions {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-block: 8px;
    padding-inline: 8px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    gap: 8px;
    overflow: hidden;
}
.k-dialog-titlebar {
    border-color: inherit;
    color: #424242;
    background-color: #fafafa;
}
.k-dialog-primary .k-dialog-titlebar {
    color: white;
    background-color: #ff6358;
}
.k-dialog-light .k-dialog-titlebar {
    color: black;
    background-color: #ebebeb;
}
.k-dialog-dark .k-dialog-titlebar {
    color: white;
    background-color: #424242;
}
.k-drawer-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: start;
            align-items: flex-start;
}
kendo-drawer.k-drawer,
kendo-drawer .k-drawer-wrapper {
    -webkit-transition: none;
    transition: none;
}
.k-drawer {
    height: 100%;
    max-width: 100%;
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-drawer *,
.k-drawer *::before,
.k-drawer *::after {
    box-sizing: border-box;
}
.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 {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: 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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
    -webkit-box-ordinal-group: 2;
            order: 1;
}
.k-drawer-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    -webkit-transition: all 300ms ease-in-out;
    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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
}
.k-drawer-item {
    padding-block: 8px;
    padding-inline: 16px;
    outline: 0;
    color: inherit;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 16px;
    cursor: pointer;
}
.k-drawer-item > .k-drawer-link {
    margin-block: -8px;
    margin-inline: -16px;
    padding-block: 8px;
    padding-inline: 16px;
    color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    gap: 16px;
}
.k-drawer-item .k-icon {
    flex-shrink: 0;
    padding-inline: 0;
    padding-block: 4px;
    box-sizing: content-box;
}
.k-drawer-item .k-icon.k-i-none {
    margin: 0;
}
.k-drawer-item .k-item-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-drawer-item .k-drawer-toggle {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
}
.k-drawer-item.k-level-1 {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
}
.k-drawer-item.k-level-2 {
    -webkit-padding-start: 48px;
            padding-inline-start: 48px;
}
.k-drawer-item.k-level-3 {
    -webkit-padding-start: 64px;
            padding-inline-start: 64px;
}
.k-drawer-item.k-level-4 {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
}
.k-drawer-item.k-level-5 {
    -webkit-padding-start: 96px;
            padding-inline-start: 96px;
}
.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 {
    -webkit-box-ordinal-group: 2;
            order: 1;
}
.k-rtl .k-drawer-right.k-drawer-push .k-drawer,
[dir="rtl"] .k-drawer-right.k-drawer-push .k-drawer {
    -webkit-box-ordinal-group: 1;
            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-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-drawer-item:focus, .k-drawer-item.k-focus {
    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-hover, .k-drawer-item.k-focus:hover, .k-drawer-item.k-focus.k-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-drawer-item.k-selected {
    color: white;
    background-color: #ff6358;
}
.k-drawer-item.k-selected:hover, .k-drawer-item.k-selected.k-hover {
    color: white;
    background-color: #f55f54;
}
.k-drawer-separator {
    background-color: rgba(0, 0, 0, 0.08);
}
.k-notification-group {
    max-height: 100%;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse wrap;
    position: fixed;
    z-index: 1000;
    gap: 8px 0;
}
.k-notification-container-animating {
    overflow: hidden;
}
.k-notification {
    border-radius: 4px;
    padding-block: 4px;
    padding-inline: 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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 4px;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-notification *,
.k-notification *::before,
.k-notification *::after {
    box-sizing: border-box;
}
.k-notification > .k-notification-content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-notification-actions {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    gap: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-self: center;
    cursor: pointer;
}
.k-notification-action {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    align-self: center;
}
.k-notification {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-notification-inverse {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-notification-light {
    border-color: #ebebeb;
    color: black;
    background-color: #ebebeb;
}
.k-notification-dark {
    border-color: #424242;
    color: white;
    background-color: #424242;
}
.k-notification-error {
    border-color: #f31700;
    color: white;
    background-color: #f31700;
}
.k-notification-warning {
    border-color: #ffc000;
    color: black;
    background-color: #ffc000;
}
.k-notification-success {
    border-color: #37b400;
    color: white;
    background-color: #37b400;
}
.k-notification-info {
    border-color: #0058e9;
    color: white;
    background-color: #0058e9;
}
.k-notification-tertiary {
    border-color: #03a9f4;
    color: white;
    background-color: #03a9f4;
}
.k-notification-secondary {
    border-color: #666666;
    color: white;
    background-color: #666666;
}
.k-notification-primary {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}
kendo-card,
kendo-card-header,
kendo-card-body,
kendo-card-actions,
kendo-card-footer {
    display: block;
}
.k-card {
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-card *,
.k-card *::before,
.k-card *::after {
    box-sizing: border-box;
}
.k-card .k-card-avatar,
.k-card .k-avatar {
    margin-right: 16px;
    width: 45px;
    height: 45px;
    flex-basis: 45px;
}
.k-card > .k-card-inner {
    border-radius: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
            flex-direction: inherit;
    overflow: hidden;
    position: relative;
}
.k-card-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.k-card-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}
.k-card-header {
    padding-block: 12px;
    padding-inline: 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-block: 12px;
    padding-inline: 16px;
    border-width: 1px 0 0;
    border-style: solid;
    outline: 0;
    flex-shrink: 0;
}
.k-card-body {
    padding-block: 16px;
    padding-inline: 16px;
    outline: 0;
    -webkit-box-flex: 1;
            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-media {
    border: 0;
    max-width: 100%;
    flex-shrink: 0;
    overflow: hidden;
}
.k-card-horizontal .k-card-media {
    max-width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
}
.k-card-title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}
.k-card-subtitle {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
}
.k-card-separator {
    margin: 0;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: block;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    align-self: stretch;
}
.k-card-separator.k-separator-horizontal,
.k-card-vertical > .k-card-separator {
    border-top-width: 1px;
}
.k-card-separator.k-separator-vertical,
.k-card-horizontal > .k-card-separator {
    border-left-width: 1px;
}
.k-card > .k-hr {
    margin: 0;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    border-color: inherit;
}
.k-card-actions {
    padding-block: 8px;
    padding-inline: 8px;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    flex-basis: auto;
    gap: 8px;
}
.k-card-horizontal .k-actions-horizontal {
    width: auto;
}
.k-card-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 16px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-card-list .k-card {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-card-deck {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 16px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-card-deck .k-card {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-card-deck-scrollwrap {
    padding-bottom: 3px;
    width: 100%;
    box-sizing: content-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
}
.k-card-deck-scrollwrap > .k-button {
    border-radius: 0px;
    -webkit-box-flex: 0;
            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;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-card-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-card-group .k-card {
    border-radius: 0;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-card-group .k-card + .k-card {
    -webkit-margin-start: 1px;
            margin-inline-start: 1px;
}
.k-card-group .k-card.k-first {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.k-card-group .k-card.k-last {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.k-card-group .k-card.k-only {
    border-radius: 6px;
}
.k-card-with-callout {
    overflow: visible;
}
.k-card-callout {
    margin: 0;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: absolute;
}
.k-card-callout.k-callout-n {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}
.k-card-callout.k-callout-e {
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg);
}
.k-card-callout.k-callout-s {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
            transform: translate(-50%, 50%) rotate(45deg);
}
.k-card-callout.k-callout-w {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}
.k-card-flat {
    box-shadow: none;
}
.k-card {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-card .k-card-inner {
    background-color: inherit;
    border-color: inherit;
}
.k-card:focus, .k-card.k-focus {
    border-color: rgba(0, 0, 0, 0.15);
}
.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,
.k-card .k-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-callout {
    border-color: inherit;
    background-color: inherit;
    box-shadow: inherit;
}
.k-popover {
    border-radius: 6px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    z-index: 12000;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-popover *,
.k-popover *::before,
.k-popover *::after {
    box-sizing: border-box;
}
.k-popover-inner {
    height: inherit;
    position: relative;
    border-radius: inherit;
    border-color: inherit;
}
.k-popover-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-block: 12px;
    padding-inline: 16px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
}
.k-popover-body {
    padding-block: 16px;
    padding-inline: 16px;
}
.k-popover-actions {
    border-width: 1px 0 0;
}
.k-popover-callout {
    margin: 0;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    position: absolute;
}
.k-popover-callout.k-callout-n {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}
.k-popover-callout.k-callout-e {
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg);
}
.k-popover-callout.k-callout-s {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
            transform: translate(-50%, 50%) rotate(45deg);
}
.k-popover-callout.k-callout-w {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}
.k-popover {
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-popover-inner {
    background-color: inherit;
    border-color: inherit;
}
.k-popover-header {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
}
.k-popover-callout {
    border-color: inherit;
    background-color: inherit;
    box-shadow: inherit;
}
.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 {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
}
.k-rpanel-left {
    -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
    left: 0;
}
.k-rpanel-right {
    -webkit-transform: translateX(100%) translateZ(0);
            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-bottom-nav {
    padding-block: 4px;
    padding-inline: 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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row 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 *,
.k-bottom-nav *::before,
.k-bottom-nav *::after {
    box-sizing: border-box;
}
.k-bottom-nav-border {
    border-width: 1px 0px 0px 0px;
}
.k-bottom-nav-shadow {
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-bottom-nav-item {
    padding-block: 0;
    padding-inline: 8px;
    min-width: 72px;
    min-height: 48px;
    border-width: 0;
    border-radius: 4px;
    box-sizing: border-box;
    font: inherit;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: 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-block: 0;
    margin-inline: -8px;
    padding-block: 0;
    padding-inline: 8px;
    width: 100%;
    color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    outline: 0;
}
.k-bottom-nav-item.k-disabled {
    background-color: initial;
}
.k-bottom-nav-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.k-bottom-nav-item-flow-horizontal .k-bottom-nav-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.k-bottom-nav-item-flow-vertical .k-bottom-nav-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.k-bottom-nav.k-pos-fixed, .k-bottom-nav.k-fixed {
    bottom: 0;
    z-index: 1;
}
.k-bottom-nav-solid-primary, .k-bottom-nav-solid.k-bottom-nav-primary {
    color: #ffc8c5;
    background-color: #ff6358;
}
.k-bottom-nav-solid-primary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-primary .k-bottom-nav-item:focus,
.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-primary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
    color: white;
}
.k-bottom-nav-solid-secondary, .k-bottom-nav-solid.k-bottom-nav-secondary {
    color: #c9c9c9;
    background-color: #666666;
}
.k-bottom-nav-solid-secondary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-secondary .k-bottom-nav-item:focus,
.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-secondary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
    color: white;
}
.k-bottom-nav-solid-tertiary, .k-bottom-nav-solid.k-bottom-nav-tertiary {
    color: #a7e1fb;
    background-color: #03a9f4;
}
.k-bottom-nav-solid-tertiary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-tertiary .k-bottom-nav-item:focus,
.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-tertiary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
    color: white;
}
.k-bottom-nav-solid-info, .k-bottom-nav-solid.k-bottom-nav-info {
    color: #a6c5f7;
    background-color: #0058e9;
}
.k-bottom-nav-solid-info .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-info .k-bottom-nav-item:focus,
.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-info .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-selected {
    color: white;
}
.k-bottom-nav-solid-success, .k-bottom-nav-solid.k-bottom-nav-success {
    color: #b9e5a6;
    background-color: #37b400;
}
.k-bottom-nav-solid-success .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-success .k-bottom-nav-item:focus,
.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-success .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-selected {
    color: white;
}
.k-bottom-nav-solid-warning, .k-bottom-nav-solid.k-bottom-nav-warning {
    color: #594300;
    background-color: #ffc000;
}
.k-bottom-nav-solid-warning .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-warning .k-bottom-nav-item:focus,
.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-warning .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
    color: black;
}
.k-bottom-nav-solid-error, .k-bottom-nav-solid.k-bottom-nav-error {
    color: #fbaea6;
    background-color: #f31700;
}
.k-bottom-nav-solid-error .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-error .k-bottom-nav-item:focus,
.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-error .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-selected {
    color: white;
}
.k-bottom-nav-solid-dark, .k-bottom-nav-solid.k-bottom-nav-dark {
    color: #bdbdbd;
    background-color: #424242;
}
.k-bottom-nav-solid-dark .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-dark .k-bottom-nav-item:focus,
.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-dark .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
    color: white;
}
.k-bottom-nav-solid-light, .k-bottom-nav-solid.k-bottom-nav-light {
    color: #525252;
    background-color: #ebebeb;
}
.k-bottom-nav-solid-light .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-light .k-bottom-nav-item:focus,
.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-light .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-selected {
    color: black;
}
.k-bottom-nav-solid-inverse, .k-bottom-nav-solid.k-bottom-nav-inverse {
    color: #bdbdbd;
    background-color: #424242;
}
.k-bottom-nav-solid-inverse .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
.k-bottom-nav-solid-inverse .k-bottom-nav-item:focus,
.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-inverse .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
    color: white;
}
.k-bottom-nav-flat-primary, .k-bottom-nav-flat.k-bottom-nav-primary {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-bottom-nav-flat-primary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-primary .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}
.k-bottom-nav-flat-primary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
    color: #ff6358;
}
.k-bottom-nav-flat-secondary, .k-bottom-nav-flat.k-bottom-nav-secondary {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-bottom-nav-flat-secondary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-secondary .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}
.k-bottom-nav-flat-secondary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
    color: #4e4e4e;
}
.k-bottom-nav-flat-tertiary, .k-bottom-nav-flat.k-bottom-nav-tertiary {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-bottom-nav-flat-tertiary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-tertiary .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}
.k-bottom-nav-flat-tertiary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
    color: #03a9f4;
}
.k-bottom-nav-flat-info, .k-bottom-nav-flat.k-bottom-nav-info {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-bottom-nav-flat-info .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-info .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}
.k-bottom-nav-flat-info .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-selected {
    color: #0058e9;
}
.k-bottom-nav-flat-success, .k-bottom-nav-flat.k-bottom-nav-success {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-bottom-nav-flat-success .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-success .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}
.k-bottom-nav-flat-success .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-selected {
    color: #37b400;
}
.k-bottom-nav-flat-warning, .k-bottom-nav-flat.k-bottom-nav-warning {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-bottom-nav-flat-warning .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-warning .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}
.k-bottom-nav-flat-warning .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
    color: #ffc000;
}
.k-bottom-nav-flat-error, .k-bottom-nav-flat.k-bottom-nav-error {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-bottom-nav-flat-error .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-error .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}
.k-bottom-nav-flat-error .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-selected {
    color: #f31700;
}
.k-bottom-nav-flat-dark, .k-bottom-nav-flat.k-bottom-nav-dark {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-bottom-nav-flat-dark .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-dark .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}
.k-bottom-nav-flat-dark .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
    color: #424242;
}
.k-bottom-nav-flat-light, .k-bottom-nav-flat.k-bottom-nav-light {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-bottom-nav-flat-light .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-light .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}
.k-bottom-nav-flat-light .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-selected {
    color: #b3b3b3;
}
.k-bottom-nav-flat-inverse, .k-bottom-nav-flat.k-bottom-nav-inverse {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-bottom-nav-flat-inverse .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
.k-bottom-nav-flat-inverse .k-bottom-nav-item:focus,
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item:focus {
    background-color: rgba(66, 66, 66, 0.05);
}
.k-bottom-nav-flat-inverse .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
    color: #424242;
}
.k-breadcrumb {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-breadcrumb *,
.k-breadcrumb *::before,
.k-breadcrumb *::after {
    box-sizing: border-box;
}
.k-breadcrumb-container,
.k-breadcrumb-root-item-container {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    overflow: hidden;
}
.k-breadcrumb-root-item-container {
    -webkit-box-align: start;
            align-items: flex-start;
    flex-shrink: 0;
}
.k-breadcrumb-item {
    vertical-align: middle;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-flex: 0;
            flex: none;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
}
.k-breadcrumb-root-item {
    flex-shrink: 0;
}
.k-breadcrumb-link,
.k-breadcrumb-root-link {
    border-radius: 4px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    align-self: stretch;
    overflow: hidden;
    -webkit-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;
    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-link > .k-image,
.k-breadcrumb-icontext-link .k-icon {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
}
.k-breadcrumb-delimiter,
.k-breadcrumb-delimiter-icon {
    color: inherit;
    opacity: 0.6;
}
.k-breadcrumb-input-container {
    width: 100%;
}
.k-breadcrumb-input-container .k-breadcrumb-input-container {
    border-color: transparent;
}
.k-breadcrumb-sm {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-breadcrumb-sm .k-breadcrumb-link,
.k-breadcrumb-sm .k-breadcrumb-root-link {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-breadcrumb-sm .k-breadcrumb-icon-link {
    padding-block: 6px;
    padding-inline: 6px;
}
.k-breadcrumb-md {
    font-size: 14px;
    line-height: 1.4285714286;
}
.k-breadcrumb-md .k-breadcrumb-link,
.k-breadcrumb-md .k-breadcrumb-root-link {
    padding-block: 6px;
    padding-inline: 8px;
}
.k-breadcrumb-md .k-breadcrumb-icon-link {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-breadcrumb-lg {
    font-size: 16px;
    line-height: 1.5;
}
.k-breadcrumb-lg .k-breadcrumb-link,
.k-breadcrumb-lg .k-breadcrumb-root-link {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-breadcrumb-lg .k-breadcrumb-icon-link {
    padding-block: 12px;
    padding-inline: 12px;
}
.k-breadcrumb {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-breadcrumb:focus, .k-breadcrumb.k-focus {
    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-hover {
    color: #d6534a;
    background-color: #fafafa;
}
.k-breadcrumb-link:focus, .k-breadcrumb-link.k-focus {
    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-hover {
    background-color: #fafafa;
}
.k-breadcrumb-root-link:focus, .k-breadcrumb-root-link.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-pager {
    padding: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    cursor: default;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-pager *,
.k-pager *::before,
.k-pager *::after {
    box-sizing: border-box;
}
.k-pager-input, .k-pager-sizes, .k-pager-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
}
.k-pager-nav {
    color: inherit;
    text-align: center;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
}
.k-pager-nav:hover {
    z-index: 2;
}
.k-disabled.k-pager-nav {
    color: inherit;
}
.k-pager-numbers-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    position: relative;
}
.k-pager-numbers-wrap select.k-dropdown-list, .k-pager-numbers-wrap select.k-dropdown,
.k-pager-numbers-wrap select.k-dropdownlist {
    width: 5em;
}
.k-pager-numbers {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.k-pager-numbers .k-selected {
    cursor: inherit;
    z-index: 2;
}
.k-pager-input {
    gap: 1ex;
}
.k-pager-input .k-textbox,
.k-pager-input .k-numerictextbox {
    margin-block: 0;
    width: 5em;
}
.k-pager-sizes {
    gap: 1ex;
}
.k-pager-sizes .k-input-inner,
.k-pager-sizes .k-input-value-text {
    text-overflow: clip;
}
.k-pager-info {
    text-align: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
    -webkit-box-ordinal-group: 10;
            order: 9;
}
.k-pager-refresh {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    color: inherit;
    -webkit-box-ordinal-group: 11;
            order: 10;
}
.k-pager-sm {
    padding-inline: 4px;
    padding-block: 4px;
    gap: 12px;
}
.k-pager-sm .k-pager-numbers-wrap .k-button {
    min-width: calc(1.4285714286em + 6px);
}
.k-pager-sm .k-pager-numbers-wrap .k-pager-input,
.k-pager-sm .k-pager-numbers-wrap > select.k-dropdown-list,
.k-pager-sm .k-pager-numbers-wrap > select.k-dropdown,
.k-pager-sm .k-pager-numbers-wrap > select.k-dropdownlist {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
}
.k-pager-sm .k-pager-sizes .k-dropdown-list, .k-pager-sm .k-pager-sizes .k-dropdown,
.k-pager-sm .k-pager-sizes .k-dropdownlist,
.k-pager-sm .k-pager-sizes > select {
    width: 5em;
}
.k-pager-md {
    padding-inline: 8px;
    padding-block: 8px;
    gap: 14px;
}
.k-pager-md .k-pager-numbers-wrap .k-button {
    min-width: calc(1.4285714286em + 10px);
}
.k-pager-md .k-pager-numbers-wrap .k-pager-input,
.k-pager-md .k-pager-numbers-wrap > select.k-dropdown-list,
.k-pager-md .k-pager-numbers-wrap > select.k-dropdown,
.k-pager-md .k-pager-numbers-wrap > select.k-dropdownlist {
    -webkit-margin-start: 14px;
            margin-inline-start: 14px;
    -webkit-margin-end: 14px;
            margin-inline-end: 14px;
}
.k-pager-md .k-pager-sizes .k-dropdown-list, .k-pager-md .k-pager-sizes .k-dropdown,
.k-pager-md .k-pager-sizes .k-dropdownlist,
.k-pager-md .k-pager-sizes > select {
    width: 5em;
}
.k-pager-lg {
    padding-inline: 10px;
    padding-block: 10px;
    gap: 16px;
}
.k-pager-lg .k-pager-numbers-wrap .k-button {
    min-width: calc(1.5em + 18px);
}
.k-pager-lg .k-pager-numbers-wrap .k-pager-input,
.k-pager-lg .k-pager-numbers-wrap > select.k-dropdown-list,
.k-pager-lg .k-pager-numbers-wrap > select.k-dropdown,
.k-pager-lg .k-pager-numbers-wrap > select.k-dropdownlist {
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
}
.k-pager-lg .k-pager-sizes .k-dropdown-list, .k-pager-lg .k-pager-sizes .k-dropdown,
.k-pager-lg .k-pager-sizes .k-dropdownlist,
.k-pager-lg .k-pager-sizes > select {
    width: 5em;
}
.k-pager {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-pager:focus, .k-pager.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.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-stepper *::before,
.k-stepper *::after {
    box-sizing: border-box;
}
.k-stepper .k-step-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    position: relative;
    z-index: 1;
}
.k-stepper .k-step-link {
    outline: none;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
}
.k-stepper .k-step-indicator {
    border-radius: 50%;
    margin: 3px;
    width: 28px;
    height: 28px;
    border-width: 1px;
    border-style: solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
            flex: none;
    position: relative;
    z-index: 1;
    overflow: visible;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
}
.k-stepper .k-step-indicator::before {
    border-radius: 50%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.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.k-focus .k-step-indicator::after,
.k-stepper .k-step-link:focus .k-step-indicator::after {
    display: block;
}
.k-stepper .k-step-label {
    max-width: clamp(100%, 10em, 100%);
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    z-index: 1;
}
.k-stepper .k-step-label:only-child {
    border-radius: 15px;
    padding-block: 5px;
    padding-inline: 12px;
    border-width: 0;
}
.k-stepper .k-step-label .k-step-text {
    max-width: calc(10em - 20px);
    -webkit-box-flex: 1;
            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-stepper .k-step.k-disabled {
    opacity: 1;
    pointer-events: none;
}
.k-stepper .k-step-disabled .k-step-link,
.k-stepper .k-step.k-disabled .k-step-link {
    cursor: default;
}
.k-stepper .k-step-disabled .k-step-label-optional,
.k-stepper .k-step.k-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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    grid-row: 1;
}
.k-step-list-horizontal .k-step {
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    text-align: center;
}
.k-step-list-horizontal .k-step-link {
    margin: auto;
    max-width: 10em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.k-step-list-vertical .k-step {
    min-height: 54px;
}
.k-step-list-vertical .k-step-label {
    -webkit-box-pack: start;
            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;
    -webkit-transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-left: 30px;
    padding-block: 20px;
    padding-inline: 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-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-hover .k-step-indicator, .k-stepper .k-step.k-step-hover .k-step-indicator {
    background-color: #ebebeb;
}
.k-stepper .k-step.k-focus .k-step-label:only-child,
.k-stepper .k-step .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.k-step-disabled .k-step-indicator, .k-stepper .k-step.k-disabled .k-step-indicator, .k-stepper .k-step:disabled .k-step-indicator {
    color: #8f8f8f;
}
.k-stepper .k-step.k-step-disabled .k-step-label, .k-stepper .k-step.k-disabled .k-step-label, .k-stepper .k-step:disabled .k-step-label {
    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: white;
    background-color: #ff6358;
}
.k-stepper .k-step-done:hover .k-step-indicator, .k-stepper .k-step-done.k-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.k-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
    border-color: #ffa19b;
    color: white;
    background-color: #ffa19b;
}
.k-stepper .k-step-current .k-step-indicator {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}
.k-stepper .k-step-current:hover .k-step-indicator, .k-stepper .k-step-current.k-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.k-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
    border-color: #ffa19b;
    color: white;
    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:hover .k-step-label, .k-stepper .k-step-error.k-hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
    color: #f31700;
}
.k-stepper .k-step-label-optional {
    color: #666666;
}
.k-tabstrip-wrapper {
    padding-block: 0px;
    padding-inline: 0px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
}
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-tabstrip-wrapper > .k-tabstrip {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-tabstrip-items-wrapper {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    position: relative;
}
.k-tabstrip-items {
    box-sizing: border-box;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
            flex-direction: inherit;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    gap: 0;
}
.k-tabstrip-items *,
.k-tabstrip-items *::before,
.k-tabstrip-items *::after {
    box-sizing: border-box;
}
.k-tabstrip-items .k-item {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    position: relative;
    flex-shrink: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: stretch;
            align-items: stretch;
    justify-items: stretch;
    outline: 0;
}
.k-tabstrip-items .k-tab-on-top {
    z-index: 1;
}
.k-tabstrip-items .k-link {
    padding-block: 6px;
    padding-inline: 12px;
    color: inherit;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    align-content: center;
    -webkit-box-align: center;
            align-items: center;
}
.k-tabstrip-content,
.k-tabstrip > .k-content {
    margin: 0 !important;
    padding-block: 16px;
    padding-inline: 16px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    display: none;
    overflow: auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    position: relative;
}
.k-tabstrip-content.k-active,
.k-tabstrip > .k-content.k-active {
    display: block;
}
.k-tabstrip-content:focus, .k-tabstrip-content.k-focus,
.k-tabstrip > .k-content:focus,
.k-tabstrip > .k-content.k-focus {
    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;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
    display: none;
}
.k-tabstrip-items .k-loading.k-complete {
    width: 100%;
    border-top-width: 0;
}
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-tabstrip-items {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
}
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-button {
    padding-block: 4px;
    padding-inline: 4px;
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
            flex: none;
    align-self: stretch;
    aspect-ratio: auto;
}
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-button .k-button-icon {
    min-width: auto;
    min-height: auto;
}
.k-tabstrip-horizontal, .k-tabstrip-top > .k-tabstrip-items-wrapper, .k-tabstrip-bottom > .k-tabstrip-items-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.k-tabstrip-vertical, .k-tabstrip-left > .k-tabstrip-items-wrapper, .k-tabstrip-right > .k-tabstrip-items-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-bottom-width: 1px;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-width: 0;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    margin-bottom: -1px;
    border-bottom-width: 1px;
    border-bottom-color: transparent !important;
}
.k-tabstrip-top > .k-content,
.k-tabstrip-top > .k-tabstrip-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-width: 0 !important;
}
.k-tabstrip-bottom > .k-tabstrip-items-wrapper {
    border-top-width: 1px;
}
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-width: 0;
}
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-active {
    margin-top: -1px;
    border-top-width: 1px;
    border-top-color: transparent !important;
}
.k-tabstrip-bottom > .k-content,
.k-tabstrip-bottom > .k-tabstrip-content {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-width: 0 !important;
}
.k-tabstrip-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper {
    border-right-width: 1px;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right-width: 0;
}
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-active {
    margin-right: -1px;
    border-right-width: 1px;
    border-right-color: transparent !important;
}
.k-tabstrip-left > .k-content,
.k-tabstrip-left > .k-tabstrip-content {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left-width: 0 !important;
}
.k-tabstrip-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}
.k-tabstrip-right > .k-tabstrip-items-wrapper {
    border-left-width: 1px;
}
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left-width: 0;
}
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item.k-active {
    margin-left: -1px;
    border-left-width: 1px;
    border-left-color: transparent !important;
}
.k-tabstrip-right > .k-content,
.k-tabstrip-right > .k-tabstrip-content {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right-width: 0;
}
.k-tabstrip-items-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
}
.k-tabstrip-items-center {
    -webkit-box-pack: center;
            justify-content: center;
}
.k-tabstrip-items-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
}
.k-tabstrip-items-justify {
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.k-tabstrip-items-stretched > * {
    -webkit-box-flex: 1;
            flex: 1 0 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 {
    -webkit-box-ordinal-group: 2;
            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 {
    -webkit-box-ordinal-group: 1;
            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 {
    -webkit-box-ordinal-group: 1;
            order: 0;
}
.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-hover {
    color: #d6534a;
}
.k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-items-wrapper .k-item.k-selected {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-tabstrip-content,
.k-tabstrip > .k-content {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-tabstrip-content:focus, .k-tabstrip-content.k-focus,
.k-tabstrip > .k-content:focus,
.k-tabstrip > .k-content.k-focus {
    outline-color: #424242;
}
.k-wizard {
    padding-block: 20px;
    padding-inline: 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: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch;
    overflow: hidden;
}
.k-wizard .k-wizard-steps {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
}
.k-wizard .k-wizard-step {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.k-wizard .k-wizard-step:focus, .k-wizard .k-wizard-step.k-focus {
    outline-width: 1px;
    outline-style: dotted;
    outline-offset: -1px;
}
.k-wizard .k-wizard-content {
    box-sizing: border-box;
    overflow-y: auto;
}
.k-wizard .k-wizard-buttons {
    margin-top: 32px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            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 {
    -webkit-box-flex: 1;
            flex: 1 0 auto;
}
.k-wizard .k-stepper .k-step-indicator {
    flex-shrink: 0;
}
.k-wizard-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.k-wizard-horizontal .k-wizard-steps {
    margin-top: 32px;
}
.k-wizard-horizontal .k-wizard-steps,
.k-wizard-horizontal .k-wizard-content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-wizard-vertical .k-wizard-steps {
    margin-left: 32px;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
}
.k-wizard-vertical .k-wizard-content {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
}
.k-wizard-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}
.k-wizard-left .k-wizard-steps {
    margin-right: 32px;
    margin-left: 0;
}
.k-wizard-step:focus, .k-wizard-step.k-focus {
    outline-color: #656565;
}
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-expander *,
.k-expander *::before,
.k-expander *::after {
    box-sizing: border-box;
}
.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-block: 12px;
    padding-inline: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
}
.k-expander-spacer {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-expander-title {
    text-transform: uppercase;
    font-weight: 500;
}
.k-expander-indicator {
    margin-left: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}
.k-expander-content {
    padding-block: 16px;
    padding-inline: 16px;
}
.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-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-hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.k-expander-header.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-expander-title {
    color: #ff6358;
}
.k-expander-sub-title {
    color: #666666;
}
.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;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-panelbar *,
.k-panelbar *::before,
.k-panelbar *::after {
    box-sizing: border-box;
}
.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-block: 12px;
    padding-inline: 16px;
    color: inherit;
    background: none;
    text-decoration: none;
    font-weight: 500;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 4px;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    position: relative;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    cursor: default;
    -webkit-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;
    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-block: 8px;
    padding-inline: 16px;
    color: inherit;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 4px;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    position: relative;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    cursor: default;
    -webkit-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;
    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-panelbar-item {
    outline-style: none;
}
.k-panelbar .k-panelbar-content {
    display: flow-root;
}
.k-panelbar .k-panelbar-expand,
.k-panelbar .k-panelbar-collapse,
.k-panelbar .k-panelbar-toggle {
    -webkit-margin-start: auto;
            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 {
    -webkit-margin-end: 0px;
            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-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-hover,
.k-panelbar > .k-panelbar-header > .k-link:hover,
.k-panelbar > .k-panelbar-header > .k-link.k-hover {
    background-color: whitesmoke;
}
.k-panelbar > .k-item > .k-link:focus,
.k-panelbar > .k-item > .k-link.k-focus,
.k-panelbar > .k-panelbar-header > .k-link:focus,
.k-panelbar > .k-panelbar-header > .k-link.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-panelbar > .k-item > .k-link.k-selected,
.k-panelbar > .k-panelbar-header > .k-link.k-selected {
    color: white;
    background-color: #ff6358;
}
.k-panelbar > .k-item > .k-link.k-selected .k-icon,
.k-panelbar > .k-item > .k-link.k-selected .k-panelbar-item-icon,
.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-icon,
.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-panelbar-item-icon {
    color: inherit;
}
.k-panelbar > .k-item > .k-link.k-selected:hover,
.k-panelbar > .k-item > .k-link.k-selected.k-hover,
.k-panelbar > .k-panelbar-header > .k-link.k-selected:hover,
.k-panelbar > .k-panelbar-header > .k-link.k-selected.k-hover {
    background-color: #eb5b51;
}
.k-panelbar .k-group > .k-item > .k-link:hover,
.k-panelbar .k-group > .k-item > .k-link.k-hover,
.k-panelbar .k-group > .k-panelbar-item > .k-link:hover,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-hover,
.k-panelbar .k-panelbar-group > .k-item > .k-link:hover,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-hover,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link:hover,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-hover {
    background-color: whitesmoke;
}
.k-panelbar .k-group > .k-item > .k-link:focus,
.k-panelbar .k-group > .k-item > .k-link.k-focus,
.k-panelbar .k-group > .k-panelbar-item > .k-link:focus,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-focus,
.k-panelbar .k-panelbar-group > .k-item > .k-link:focus,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-focus,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link:focus,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-panelbar .k-group > .k-item > .k-link.k-selected,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-selected,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-selected,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected {
    color: white;
    background-color: #ff6358;
}
.k-panelbar .k-group > .k-item > .k-link.k-selected:hover,
.k-panelbar .k-group > .k-item > .k-link.k-selected.k-hover,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-selected:hover,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-selected.k-hover,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-selected:hover,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-selected.k-hover,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected:hover,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected.k-hover {
    background-color: #eb5b51;
}
.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;
    box-sizing: border-box;
}
.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;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.k-ghost-splitbar .k-collapse-prev,
.k-ghost-splitbar .k-collapse-next,
.k-splitbar .k-collapse-prev,
.k-splitbar .k-collapse-next {
    cursor: pointer;
    padding: 2px;
}
.k-splitbar-draggable-horizontal {
    cursor: col-resize;
}
.k-splitbar-draggable-vertical {
    cursor: row-resize;
}
.k-ghost-splitbar-horizontal,
.k-splitbar-horizontal {
    width: 12px;
    border-width: 0;
    background-repeat: repeat-y;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: 0;
}
.k-ghost-splitbar-vertical,
.k-splitbar-vertical {
    height: 12px;
    border-width: 0;
    background-repeat: repeat-x;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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-collapse-prev {
    margin-bottom: 7px;
}
.k-splitbar-horizontal .k-collapse-next {
    margin-top: 7px;
}
.k-splitbar-vertical .k-collapse-prev {
    margin-right: 7px;
}
.k-splitbar-vertical .k-collapse-next {
    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: -webkit-box;
    display: flex;
    width: 100%;
    height: auto;
}
.k-splitter-flex .k-pane {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    max-height: 100%;
    height: 100%;
}
.k-splitter-flex .k-pane-static {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
}
.k-splitter-flex .k-pane-flex {
    display: -webkit-box;
    display: flex;
}
.k-splitter-flex .k-splitbar {
    position: static;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-splitter-flex .k-pane.k-hidden, .k-splitter-flex .k-pane[hidden],
.k-splitter-flex .k-pane-flex.k-hidden,
.k-splitter-flex .k-pane-flex[hidden] {
    -webkit-box-flex: 0 !important;
            flex: 0 1 0% !important;
    overflow: hidden !important;
    display: block !important;
}
.k-splitter-flex.k-splitter-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.k-splitter-flex.k-splitter-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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-hover,
.k-splitbar-horizontal-hover,
.k-splitbar-vertical-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-splitbar:focus,
.k-splitbar.k-focus {
    color: white;
    background: #ff6358;
}
.k-ghost-splitbar {
    background-color: #f0f0f0;
}
.k-tilelayout {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    display: grid;
    position: relative;
    padding: 16px 16px;
    -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: 6px;
    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-layout-item-hint {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 0.2);
}
.k-dock-manager {
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    overflow: auto;
    box-sizing: border-box;
}
.k-dock-manager-toolbar {
    border-width: 0 1px 0 0;
    border-color: inherit;
    flex-shrink: 0;
    -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
    box-shadow: none;
}
.k-dock-manager-toolbar::before {
    height: 0;
}
.k-dock-manager-toolbar .k-separator-horizontal {
    width: 1.4285714286em;
    height: 0;
    border-width: 1px 0 0;
}
.k-dock-manager-pane-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
    overflow: hidden;
}
.k-dock-manager-splitter,
.k-dock-manager-unpinned-container {
    height: 100%;
    border-width: 0;
    -webkit-box-align: stretch;
            align-items: stretch;
}
.k-dock-manager-splitter > .k-pane,
.k-dock-manager-unpinned-container > .k-pane {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border-color: inherit;
}
.k-dock-manager-splitter .k-pane-header,
.k-dock-manager-unpinned-container .k-pane-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding-block: 8px;
    padding-inline: 16px;
    border-block-end-width: 1px;
    border-block-end-style: solid;
    border-color: inherit;
}
.k-dock-manager-splitter .k-pane-title,
.k-dock-manager-unpinned-container .k-pane-title {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.k-dock-manager-splitter .k-pane-scrollable,
.k-dock-manager-unpinned-container .k-pane-scrollable {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border-color: inherit;
}
.k-dock-manager-splitter .k-pane-content,
.k-dock-manager-unpinned-container .k-pane-content {
    height: 100%;
    padding-block: 16px;
    padding-inline: 16px;
    overflow: auto;
    -webkit-box-flex: 1;
            flex: 1;
}
.k-dock-manager-splitter .k-pane-actions,
.k-dock-manager-unpinned-container .k-pane-actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.k-dock-manager-splitter .k-pane-tabbed,
.k-dock-manager-unpinned-container .k-pane-tabbed {
    -webkit-padding-before: 14px;
            padding-block-start: 14px;
    -webkit-padding-after: 8px;
            padding-block-end: 8px;
    padding-inline: 8px;
}
.k-dock-manager-splitter .k-splitbar,
.k-dock-manager-unpinned-container .k-splitbar {
    border-width: 0 1px;
    border-style: solid;
    border-color: inherit;
}
.k-dock-manager-splitter .k-splitbar-vertical,
.k-dock-manager-unpinned-container .k-splitbar-vertical {
    border-width: 1px 0;
}
.k-dock-manager-unpinned-container {
    width: 300px;
    position: absolute;
    display: -webkit-box;
    display: flex;
    height: 100%;
    border-color: inherit;
    z-index: 20;
}
.k-dock-manager-unpinned-container .k-pane {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-dock-manager-unpinned-container .k-splitbar {
    height: 100%;
    position: relative;
    -webkit-box-flex: 0;
            flex: none;
}
.k-docking-preview {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 1px;
    border-style: dashed;
    border-radius: 2px;
    z-index: 10;
}
.k-dock-navigator-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    position: absolute;
    z-index: 10001;
    pointer-events: none;
}
.k-dock-navigator {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
    -webkit-box-pack: center;
            justify-content: center;
    position: absolute;
}
.k-dock-indicator {
    padding: 6px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    box-sizing: border-box;
    position: relative;
    pointer-events: all;
    outline-width: 1px;
    outline-style: solid;
}
.k-dock-indicator.k-dock-indicator-middle {
    -webkit-filter: none;
            filter: none;
}
.k-dock-indicator-top {
    grid-area: 1 / 2 / auto;
}
.k-dock-indicator-right {
    grid-area: 2 / 3 / auto;
}
.k-dock-indicator-bottom {
    grid-area: 3 / 2 / auto;
}
.k-dock-indicator-left {
    grid-area: 2 / 1 / auto;
}
.k-dock-indicator-middle {
    grid-area: 2 / 2 / auto;
}
.k-dock-manager {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-dock-manager-splitter .k-pane-header,
.k-dock-manager-unpinned-container .k-pane-header {
    background-color: #fafafa;
}
.k-dock-manager-unpinned-container {
    background-color: #ffffff;
    box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03);
}
.k-docking-preview {
    background-color: rgba(255, 99, 88, 0.16);
    border-color: #ff6358;
}
.k-dock-indicator {
    color: #ff6358;
    background-color: #f5f5f5;
    outline-color: #ff6358;
    -webkit-filter: drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}
.k-dock-indicator:hover, .k-dock-indicator.k-hover {
    background-color: #ff6358;
    color: #ffffff;
}
.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;
        -ms-user-select: none;
            -moz-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: -webkit-box;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            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;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-align: stretch;
            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-header-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-header-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-edit-form .k-popup-edit-form,
.k-pane-wrapper .k-grid-edit-form .k-edit-form-container {
    width: auto;
    min-width: auto;
}
.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%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: .2em;
}
.k-grid-mobile .k-header a {
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
.k-pane-wrapper .k-scheduler-edit-form .k-recur-view {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            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-block: -1px;
    margin-inline: 0;
}
.k-pane-wrapper .k-scheduler-edit-form .k-scheduler-recur-end-wrap {
    white-space: nowrap;
}
.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-block: 8px;
    padding-inline: 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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0;
}
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current {
    line-height: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
    gap: 0;
}
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-views-wrapper .k-views-dropdown {
    display: inline-block;
}
.k-scheduler-mobile .k-scheduler-footer {
    padding-block: 8px;
    padding-inline: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.k-scheduler-mobile .k-task {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    gap: .5em;
}
.k-scheduler-mobile .k-task .k-scheduler-mark {
    border-radius: 50%;
    margin: 0;
}
.k-scheduler-mobile .k-task .k-scheduler-task-text {
    -webkit-box-flex: 1;
            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 {
    -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
            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-appbar {
    padding: 4px;
}
.k-pane-wrapper .k-list-title,
.k-pane-wrapper .k-filter-help-text {
    padding-block: 8px;
    padding-inline: 8px;
    display: block;
}
.k-pane-wrapper .k-listgroup-title {
    padding-block: 8px;
    padding-inline: 8px;
    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: 16px;
}
.k-pane-wrapper .k-column-menu {
    padding: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 8px;
}
.k-pane-wrapper .k-column-menu .k-filter-item .k-filterable * {
    pointer-events: none;
}
.k-pane-wrapper .k-column-menu .k-list-title,
.k-pane-wrapper .k-column-menu .k-listgroup-title {
    padding: 0;
}
.k-pane-wrapper .k-column-menu .k-listgroup {
    margin-inline: -8px;
}
.k-pane-wrapper .k-filter-menu {
    padding: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 8px;
}
.k-pane-wrapper .k-filter-menu .k-list-title {
    padding: 0;
}
.k-pane-wrapper .k-filter-menu .k-list-filter {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: inherit;
}
.k-pane-wrapper .k-filter-menu .k-filter-tools {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: inherit;
}
.k-pane-wrapper .k-filter-menu .k-listgroup {
    margin-inline: -8px;
}
.k-pane-wrapper .k-popup-edit-form .k-recur-editor-wrap {
    display: -webkit-box;
    display: flex;
}
.k-pane-wrapper .k-popup-edit-form .k-mobiletimezoneeditor {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-pane-wrapper .k-multicheck-wrap.k-listgroup {
    overflow-y: auto;
}
.k-pane-wrapper .k-pager-wrap.k-pager-sm,
.k-pane-wrapper .k-pager.k-pager-sm {
    -webkit-box-pack: center;
            justify-content: center;
}
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh,
.k-pane-wrapper .k-pager.k-pager-sm .k-pager-refresh {
    display: none;
}
.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-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-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-item,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-link,
.k-pane-wrapper .k-pane .k-grid-header-menu .k-item,
.k-pane-wrapper .k-pane .k-grid-header-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-header-menu .k-clear,
.k-pane-wrapper .k-pane .k-grid-header-menu .k-select-all,
.k-pane-wrapper .k-pane .k-grid-header-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-header-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-selected {
    color: #ff6358;
    background: none;
}
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-selected .k-link {
    color: inherit;
}
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
    position: relative;
}
.k-grid .k-grid-aria-root {
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
}
.k-grid .k-table {
    margin: 0;
    width: 100%;
    max-width: none;
    border-width: 0;
    border-color: inherit;
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: content-box;
    empty-cells: show;
    outline: 0;
}
.k-grid .k-grid-header .k-table,
.k-grid .k-grid-content .k-table,
.k-grid .k-grid-content-locked .k-table,
.k-grid .k-grid-footer .k-table {
    table-layout: fixed;
}
.k-grid .k-table-thead,
.k-grid .k-table-tbody,
.k-grid .k-table-tfoot {
    text-align: start;
    border-color: inherit;
}
.k-grid .k-table-row {
    border-color: inherit;
}
.k-grid .k-table-th,
.k-grid td,
.k-grid .k-table-td {
    border-width: 0;
    border-inline-start-width: 1px;
    border-style: solid;
    border-color: inherit;
    outline: 0;
    font-weight: inherit;
    text-align: inherit;
    position: static;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: content-box;
}
.k-grid .k-table-th:first-child,
.k-grid td:first-child,
.k-grid .k-table-td:first-child {
    border-inline-start-width: 0;
}
.k-grid .k-table-th:focus,
.k-grid td:focus,
.k-grid .k-table-td:focus {
    outline: none;
}
.k-grid .k-table-th > .k-radio,
.k-grid .k-table-th > .k-radio-wrap,
.k-grid .k-table-th > .k-checkbox,
.k-grid .k-table-th > .k-checkbox-wrap,
.k-grid td > .k-radio,
.k-grid td > .k-radio-wrap,
.k-grid td > .k-checkbox,
.k-grid td > .k-checkbox-wrap,
.k-grid .k-table-td > .k-radio,
.k-grid .k-table-td > .k-radio-wrap,
.k-grid .k-table-td > .k-checkbox,
.k-grid .k-table-td > .k-checkbox-wrap {
    vertical-align: top;
}
.k-grid .k-table-th {
    border-block-end-width: 1px;
    white-space: nowrap;
}
.k-grid td,
.k-grid .k-table-td {
    border-block-end-width: 0px;
    white-space: unset;
    vertical-align: middle;
}
.k-grid a {
    color: inherit;
    text-decoration: none;
}
.k-grid a:hover {
    text-decoration: none;
}
.k-grid .k-grid-header-wrap {
    box-sizing: content-box;
}
.k-grid .k-grid-header {
    border-bottom-width: 1px;
}
.k-grid .k-grid-header .k-table {
    margin-bottom: -1px;
}
.k-grid .k-grid-header.k-grid-draggable-header {
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    touch-action: none;
}
.k-grid .k-grid-header .k-table-th {
    position: relative;
    vertical-align: bottom;
    cursor: default;
}
.k-grid .k-grid-header .k-table-th:first-child {
    border-inline-start-width: 0;
}
.k-grid .k-grid-header .k-table-th.k-first {
    border-inline-start-width: 1px;
}
.k-grid .k-grid-header .k-table-th > .k-link {
    line-height: inherit;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
}
.k-grid .k-grid-header .k-table-th > .k-link:focus {
    text-decoration: none;
}
.k-grid .k-grid-header .k-grid-filter,
.k-grid .k-grid-header .k-header-column-menu,
.k-grid .k-grid-header .k-grid-header-menu {
    box-sizing: border-box;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: absolute;
    inset-inline-end: 4px;
    z-index: 1;
}
.k-grid .k-grid-header .k-grid-filter:hover,
.k-grid .k-grid-header .k-header-column-menu:hover,
.k-grid .k-grid-header .k-grid-header-menu:hover {
    cursor: pointer;
}
.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon {
    vertical-align: text-top;
    -webkit-margin-start: 7px;
            margin-inline-start: 7px;
}
.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-icon {
    display: -webkit-box;
    display: flex;
}
.k-grid .k-grid-header .k-sort-order {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    font-size: 12px;
    margin-top: 2px;
    -webkit-margin-start: -2px;
            margin-inline-start: -2px;
}
.k-grid .k-grid-header .k-filterable > .k-cell-inner .k-link {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
}
.k-grid .k-cell-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: inherit;
            justify-content: inherit;
    overflow: hidden;
}
.k-grid .k-cell-inner > .k-link {
    width: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: inherit;
            justify-content: inherit;
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
}
.k-grid .k-cell-inner > .k-link > .k-sort-icon {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    display: inline-block;
    flex-shrink: 0;
}
.k-grid .k-cell-inner .k-sort-order {
    flex-shrink: 0;
    line-height: normal;
}
.k-grid .k-cell-inner .k-grid-filter,
.k-grid .k-cell-inner .k-header-column-menu,
.k-grid .k-cell-inner .k-grid-header-menu {
    position: static;
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
}
.k-grid .k-group-col,
.k-grid .k-hierarchy-col {
    padding: 0;
    width: 32px;
}
.k-grid .k-grouping-row p {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
}
.k-grid .k-grouping-row td,
.k-grid .k-grouping-row .k-table-td {
    overflow: visible;
}
.k-grid .k-grouping-row + .k-table-row td,
.k-grid .k-grouping-row + .k-table-row .k-table-td {
    border-top-width: 1px;
}
.k-grid .k-grouping-row .k-group-cell,
.k-grid .k-grouping-row + .k-table-row .k-group-cell {
    border-top-width: 0;
    text-overflow: clip;
}
.k-grid .k-grouping-row .k-icon {
    -webkit-margin-start: -4px;
            margin-inline-start: -4px;
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
    text-decoration: none;
}
.k-grid .k-table .k-group-footer td,
.k-grid .k-table .k-group-footer .k-table-td {
    border-style: solid;
    border-width: 1px 0;
}
.k-grid .k-group-footer .k-group-cell + td,
.k-grid .k-group-footer .k-group-cell + .k-table-td {
    border-inline-start-width: 1px;
}
.k-grid .k-hierarchy-cell,
.k-grid .k-drag-cell {
    text-align: center;
    overflow: visible;
}
.k-grid .k-hierarchy-cell > .k-font-icon,
.k-grid .k-drag-cell > .k-font-icon {
    padding-block: 8px;
    padding-inline: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    outline: 0;
}
.k-grid .k-hierarchy-cell + .k-grid-content-sticky {
    border-inline-start-width: 1px;
}
.k-grid .k-detail-row .k-detail-cell {
    border-inline-start-width: 0;
}
.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: -webkit-sticky;
    position: sticky;
}
.k-grid .k-dirty {
    border-width: 5px;
    border-color: transparent;
    border-block-start-color: currentColor;
    border-inline-start-color: currentColor;
    inset-inline-start: 0;
    inset-inline-end: 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-grid-header-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-grouping-header {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    white-space: normal;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.k-grouping-header::before {
    content: "";
    height: calc(1em + 10px);
    display: inline-block;
    vertical-align: middle;
}
.k-grouping-header .k-chip-list {
    -webkit-box-flex: 0;
            flex-grow: 0;
    display: contents;
}
.k-grouping-header > .k-grouping-drop-container {
    -webkit-box-flex: 1;
            flex-grow: 1;
    padding-block: 8px;
    margin-block: -8px;
    display: -webkit-inline-box;
    display: inline-flex;
    align-self: stretch;
    -webkit-box-align: center;
            align-items: center;
}
.k-grouping-dropclue {
    width: 12px;
    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;
    inset-inline-start: 5px;
}
.k-grid-header-wrap,
.k-grid-footer-wrap {
    -webkit-margin-end: -1px;
            margin-inline-end: -1px;
    width: 100%;
    border-width: 0;
    border-inline-end-width: 1px;
    border-style: solid;
    border-color: inherit;
    position: relative;
    overflow: hidden;
}
.k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
}
.k-grid-header,
.k-grid-footer {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-end: var(--kendo-scrollbar-width, 17px);
            padding-inline-end: var(--kendo-scrollbar-width, 17px);
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
div.k-grid-header,
div.k-grid-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: stretch;
            align-items: stretch;
}
.k-column-resizer {
    width: .5em;
    height: 1000%;
    display: block;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    cursor: col-resize;
}
.k-row-resizer {
    display: block;
    height: 2px;
    width: 100%;
    background: none;
}
.k-grid-footer {
    border-top-width: 1px;
}
.k-grid-footer td,
.k-grid-footer .k-table-td {
    height: 1.4285714286em;
}
.k-grid-footer td,
.k-group-footer td,
.k-grouping-row td,
.k-grid-footer .k-table-td,
.k-group-footer .k-table-td,
.k-grouping-row .k-table-td {
    font-weight: bold;
}
.k-grid-filter-popup {
    min-width: 230px;
    max-width: 320px;
}
.k-grid-column-menu-standalone a.k-grid-filter {
    position: initial;
    display: inline-block;
    margin-block: -4px;
    margin-inline: 0;
    padding-block: 4px;
    padding-inline: 8px;
}
.k-filter-row {
    line-height: 1.4285714286;
}
.k-filter-row td,
.k-filter-row .k-table-td,
.k-filter-row .k-table-th {
    border-width: 0;
    border-block-end-width: 1px;
    border-inline-start-width: 1px;
    white-space: nowrap;
}
.k-filter-row td:first-child,
.k-filter-row .k-table-td:first-child {
    border-inline-start-width: 0;
}
.k-filter-row .k-multiselect {
    height: auto;
}
.k-filtercell {
    width: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
}
.k-filtercell > span,
.k-filtercell .k-filtercell-wrapper {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-filtercell > span > .k-button,
.k-filtercell .k-filtercell-wrapper > .k-button {
    -webkit-box-flex: 0;
            flex: none;
}
.k-grid-content,
.k-grid-content-locked {
    border-color: inherit;
    outline: 0;
}
.k-grid-content .k-table-row:last-child > td,
.k-grid-content .k-table-row:last-child > .k-table-td,
.k-grid-content-locked .k-table-row:last-child > td,
.k-grid-content-locked .k-table-row:last-child > .k-table-td {
    border-bottom-width: 0;
}
.k-grid-content {
    width: 100%;
    min-height: 0;
    overflow: auto;
    overflow-x: auto;
    overflow-y: scroll;
    position: relative;
    -webkit-box-flex: 1;
            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,
.k-grid .k-grid-edit-row .k-table-td {
    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-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-widget:not(.k-switch),
.k-grid .k-grid-edit-row .k-table-td > input:not([type="checkbox"]):not([type="radio"]),
.k-grid .k-grid-edit-row .k-table-td > select,
.k-grid .k-grid-edit-row .k-table-td > .k-widget:not(.k-switch) {
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}
.k-grid .k-edit-cell > .k-radio,
.k-grid .k-edit-cell > .k-checkbox,
.k-grid .k-edit-cell > .k-radio-wrap,
.k-grid .k-edit-cell > .k-checkbox-wrap,
.k-grid .k-grid-edit-row td > .k-radio,
.k-grid .k-grid-edit-row td > .k-checkbox,
.k-grid .k-grid-edit-row td > .k-radio-wrap,
.k-grid .k-grid-edit-row td > .k-checkbox-wrap,
.k-grid .k-grid-edit-row .k-table-td > .k-radio,
.k-grid .k-grid-edit-row .k-table-td > .k-checkbox,
.k-grid .k-grid-edit-row .k-table-td > .k-radio-wrap,
.k-grid .k-grid-edit-row .k-table-td > .k-checkbox-wrap {
    vertical-align: middle;
}
.k-grid .k-command-cell > .k-button {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
    vertical-align: middle;
}
.k-grid .k-command-cell > .k-button:last-child {
    -webkit-margin-end: unset;
            margin-inline-end: unset;
}
.k-grid > .k-resize-handle,
.k-grid-header .k-resize-handle {
    height: 25px;
    cursor: col-resize;
    position: absolute;
    z-index: 2;
}
.k-selection-aggregates {
    border-width: 1px 0 0;
    border-style: solid;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    gap: 8px;
}
.k-selection-aggregates-item-value {
    font-weight: 700;
}
.k-grid-pager {
    border-width: 1px 0 0;
    border-color: inherit;
    font-size: inherit;
}
.k-grid-pager-top {
    border-width: 0 0 1px;
}
.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-add-row td,
.k-grid-add-row .k-table-td {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.k-grid-lockedcolumns {
    white-space: nowrap;
}
.k-grid-content,
.k-grid-content-locked {
    white-space: normal;
}
.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    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-locked .k-table,
.k-grid-footer-locked .k-table,
.k-grid-header-locked .k-table {
    border-width: 0;
}
.k-grid-content,
.k-grid-footer-wrap,
.k-grid-header-wrap {
    -webkit-box-flex: 1;
            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 > .k-grid-header-table,
.k-grid-header-wrap > .k-grid-header-table {
    margin-bottom: -1px;
}
.k-grid-header .k-table-th.k-grid-header-sticky,
.k-grid-header .k-filter-row .k-grid-header-sticky,
.k-grid .k-grid-content-sticky,
.k-grid .k-grid-row-sticky,
.k-grid .k-grid-footer-sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
}
.k-grid-header .k-table-th.k-grid-header-sticky.k-edit-cell,
.k-grid-header .k-filter-row .k-grid-header-sticky.k-edit-cell,
.k-grid .k-grid-content-sticky.k-edit-cell,
.k-grid .k-grid-row-sticky.k-edit-cell,
.k-grid .k-grid-footer-sticky.k-edit-cell {
    overflow: visible;
    z-index: 3;
}
.k-master-row .k-grid-content-sticky::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
kendo-grid .k-table-row.k-grid-row-sticky {
    border: 0;
    position: static;
    z-index: auto;
}
kendo-grid .k-grid-row-sticky td,
kendo-grid .k-grid-row-sticky .k-table-td {
    border-bottom-width: 1px;
    border-top-width: 1px;
    position: -webkit-sticky;
    position: sticky;
    top: inherit;
    bottom: inherit;
    z-index: 2;
}
kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
kendo-grid .k-grid-row-sticky.k-table-alt-row td.k-grid-content-sticky,
kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
kendo-grid .k-grid-row-sticky.k-table-alt-row .k-table-td.k-grid-content-sticky {
    z-index: 3;
}
kendo-grid .k-grid-header-locked .k-table-th.k-grid-header-sticky:last-child,
kendo-grid .k-grid-content-locked .k-table-row .k-grid-content-sticky:last-child {
    -webkit-border-end: 0;
            border-inline-end: 0;
}
kendo-grid .k-grid-header .k-grid-column-menu,
kendo-grid .k-grid-header .k-grid-header-menu {
    z-index: 1;
}
.k-grid-content-sticky.k-grid-row-sticky {
    z-index: 3;
}
.k-grid .k-table .k-grid-header-sticky,
.k-grid .k-table .k-grid-content-sticky,
.k-grid .k-table .k-grid-footer-sticky {
    border-inline-end-width: 1px;
}
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + td,
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-td,
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + .k-table-th,
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + td,
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-td,
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + .k-table-th,
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + td,
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-td,
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + .k-table-th {
    border-inline-start-width: 0;
}
.k-grid .k-grid-row-sticky {
    border-bottom-width: 1px;
    border-top-width: 1px;
}
.k-grid-header-sticky.k-table-th.k-grid-no-left-border.k-first {
    border-inline-start-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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.k-grid-norecords-template {
    box-sizing: border-box;
    margin-block: 0;
    margin-inline: auto;
    width: 20em;
    height: 4em;
    border: 1px solid;
    line-height: 4em;
}
.k-column-title {
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    overflow: hidden;
}
.k-grid .k-grid-sm .k-table-th,
.k-grid-sm .k-table-th {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-grid .k-grid-sm td,
.k-grid .k-grid-sm .k-table-td,
.k-grid-sm td,
.k-grid-sm .k-table-td {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-grid .k-grid-sm .k-grouping-header,
.k-grid-sm .k-grouping-header {
    padding-block: 4px;
    padding-inline: 8px;
    gap: 4px;
}
.k-grid .k-grid-sm .k-grouping-header::before,
.k-grid-sm .k-grouping-header::before {
    -webkit-margin-start: -4px;
            margin-inline-start: -4px;
}
.k-grid .k-grid-sm .k-grid-header .k-table-th > .k-link,
.k-grid-sm .k-grid-header .k-table-th > .k-link {
    margin-block: -4px;
    margin-inline: -8px;
    padding-block: 4px;
    padding-inline: 8px;
}
.k-grid .k-grid-sm .k-grid-header .k-grid-filter,
.k-grid .k-grid-sm .k-grid-header .k-header-column-menu,
.k-grid .k-grid-sm .k-grid-header .k-grid-header-menu,
.k-grid-sm .k-grid-header .k-grid-filter,
.k-grid-sm .k-grid-header .k-header-column-menu,
.k-grid-sm .k-grid-header .k-grid-header-menu {
    padding: 2px;
    width: calc(1.4285714286em + 6px);
    height: calc(1.4285714286em + 6px);
    bottom: 0px;
}
.k-grid .k-grid-sm .k-table-th > .k-cell-inner,
.k-grid-sm .k-table-th > .k-cell-inner {
    margin-block: -4px;
    margin-inline: -8px;
}
.k-grid .k-grid-sm .k-table-th > .k-cell-inner > .k-link,
.k-grid-sm .k-table-th > .k-cell-inner > .k-link {
    padding-block: 4px;
    padding-inline: 8px;
}
.k-grid .k-grid-sm .k-grouping-row .k-icon,
.k-grid-sm .k-grouping-row .k-icon {
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
}
.k-grid .k-grid-sm .k-grouping-dropclue,
.k-grid-sm .k-grouping-dropclue {
    height: calc(1em + 12px);
}
.k-grid .k-grid-sm .k-hierarchy-cell,
.k-grid .k-grid-sm .k-drag-cell,
.k-grid-sm .k-hierarchy-cell,
.k-grid-sm .k-drag-cell {
    padding: 0;
}
.k-grid .k-grid-sm .k-hierarchy-cell > .k-icon,
.k-grid .k-grid-sm .k-drag-cell > .k-icon,
.k-grid-sm .k-hierarchy-cell > .k-icon,
.k-grid-sm .k-drag-cell > .k-icon {
    padding-block: 4px;
    padding-inline: 0;
}
.k-grid .k-grid-sm .k-edit-cell,
.k-grid .k-grid-sm .k-command-cell,
.k-grid .k-grid-sm .k-grid-edit-row td,
.k-grid .k-grid-sm .k-grid-edit-row .k-table-td,
.k-grid-sm .k-edit-cell,
.k-grid-sm .k-command-cell,
.k-grid-sm .k-grid-edit-row td,
.k-grid-sm .k-grid-edit-row .k-table-td {
    padding-block: 2px;
    padding-inline: 8px;
}
.k-grid .k-grid-sm .k-filter-row td,
.k-grid .k-grid-sm .k-filter-row .k-table-td,
.k-grid .k-grid-sm .k-filter-row .k-table-th,
.k-grid-sm .k-filter-row td,
.k-grid-sm .k-filter-row .k-table-td,
.k-grid-sm .k-filter-row .k-table-th {
    padding-block: 6px;
    padding-inline: 6px;
}
.k-grid .k-grid-sm .k-filtercell > span,
.k-grid .k-grid-sm .k-filtercell .k-filtercell-wrapper,
.k-grid-sm .k-filtercell > span,
.k-grid-sm .k-filtercell .k-filtercell-wrapper {
    gap: 2px;
}
.k-grid .k-grid-sm .k-selection-aggregates,
.k-grid-sm .k-selection-aggregates {
    padding-block: 4px;
    padding-inline: 4px;
}
.k-grid .k-grid-sm .k-resizer-wrap,
.k-grid-sm .k-resizer-wrap {
    display: block;
    width: 100%;
    -webkit-padding-before: 0px;
            padding-block-start: 0px;
    -webkit-padding-after: 2px;
            padding-block-end: 2px;
    position: absolute;
    background: none;
    cursor: row-resize;
    z-index: 2;
}
.k-grid .k-grid-md .k-table-th,
.k-grid-md .k-table-th {
    padding-block: 8px;
    padding-inline: 12px;
}
.k-grid .k-grid-md td,
.k-grid .k-grid-md .k-table-td,
.k-grid-md td,
.k-grid-md .k-table-td {
    padding-block: 8px;
    padding-inline: 12px;
}
.k-grid .k-grid-md .k-grouping-header,
.k-grid-md .k-grouping-header {
    padding-block: 8px;
    padding-inline: 8px;
    gap: 8px;
}
.k-grid .k-grid-md .k-grouping-header::before,
.k-grid-md .k-grouping-header::before {
    -webkit-margin-start: -8px;
            margin-inline-start: -8px;
}
.k-grid .k-grid-md .k-grid-header .k-table-th > .k-link,
.k-grid-md .k-grid-header .k-table-th > .k-link {
    margin-block: -8px;
    margin-inline: -12px;
    padding-block: 8px;
    padding-inline: 12px;
}
.k-grid .k-grid-md .k-grid-header .k-grid-filter,
.k-grid .k-grid-md .k-grid-header .k-header-column-menu,
.k-grid .k-grid-md .k-grid-header .k-grid-header-menu,
.k-grid-md .k-grid-header .k-grid-filter,
.k-grid-md .k-grid-header .k-header-column-menu,
.k-grid-md .k-grid-header .k-grid-header-menu {
    padding: 4px;
    width: calc(1.4285714286em + 10px);
    height: calc(1.4285714286em + 10px);
    bottom: 4px;
}
.k-grid .k-grid-md .k-table-th > .k-cell-inner,
.k-grid-md .k-table-th > .k-cell-inner {
    margin-block: -8px;
    margin-inline: -12px;
}
.k-grid .k-grid-md .k-table-th > .k-cell-inner > .k-link,
.k-grid-md .k-table-th > .k-cell-inner > .k-link {
    padding-block: 8px;
    padding-inline: 12px;
}
.k-grid .k-grid-md .k-grouping-row .k-icon,
.k-grid-md .k-grouping-row .k-icon {
    -webkit-margin-start: -4px;
            margin-inline-start: -4px;
}
.k-grid .k-grid-md .k-grouping-dropclue,
.k-grid-md .k-grouping-dropclue {
    height: calc(1em + 16px);
}
.k-grid .k-grid-md .k-hierarchy-cell,
.k-grid .k-grid-md .k-drag-cell,
.k-grid-md .k-hierarchy-cell,
.k-grid-md .k-drag-cell {
    padding: 0;
}
.k-grid .k-grid-md .k-hierarchy-cell > .k-icon,
.k-grid .k-grid-md .k-drag-cell > .k-icon,
.k-grid-md .k-hierarchy-cell > .k-icon,
.k-grid-md .k-drag-cell > .k-icon {
    padding-block: 8px;
    padding-inline: 0;
}
.k-grid .k-grid-md .k-edit-cell,
.k-grid .k-grid-md .k-command-cell,
.k-grid .k-grid-md .k-grid-edit-row td,
.k-grid .k-grid-md .k-grid-edit-row .k-table-td,
.k-grid-md .k-edit-cell,
.k-grid-md .k-command-cell,
.k-grid-md .k-grid-edit-row td,
.k-grid-md .k-grid-edit-row .k-table-td {
    padding-block: 3px;
    padding-inline: 12px;
}
.k-grid .k-grid-md .k-filter-row td,
.k-grid .k-grid-md .k-filter-row .k-table-td,
.k-grid .k-grid-md .k-filter-row .k-table-th,
.k-grid-md .k-filter-row td,
.k-grid-md .k-filter-row .k-table-td,
.k-grid-md .k-filter-row .k-table-th {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-grid .k-grid-md .k-filtercell > span,
.k-grid .k-grid-md .k-filtercell .k-filtercell-wrapper,
.k-grid-md .k-filtercell > span,
.k-grid-md .k-filtercell .k-filtercell-wrapper {
    gap: 4px;
}
.k-grid .k-grid-md .k-selection-aggregates,
.k-grid-md .k-selection-aggregates {
    padding-block: 8px;
    padding-inline: 8px;
}
.k-grid .k-grid-md .k-resizer-wrap,
.k-grid-md .k-resizer-wrap {
    display: block;
    width: 100%;
    -webkit-padding-before: 1px;
            padding-block-start: 1px;
    -webkit-padding-after: 3px;
            padding-block-end: 3px;
    position: absolute;
    background: none;
    cursor: row-resize;
    z-index: 2;
}
.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-popup {
    min-width: 230px;
    max-width: 320px;
}
.k-filter-menu {
    box-sizing: border-box;
}
.k-filter-menu-container {
    padding: 8px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 8px;
}
.k-filter-menu-container .k-filter-and {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    align-self: start;
}
.k-filter-menu-container .k-actions, .k-filter-menu-container .k-edit-buttons,
.k-filter-menu-container .k-action-buttons,
.k-filter-menu-container .k-columnmenu-actions, .k-filter-menu-container .k-form-buttons {
    margin: 0;
    padding: 0;
}
.k-filter-menu-container kendo-numeric-filter-menu,
.k-filter-menu-container kendo-grid-string-filter-menu,
.k-filter-menu-container kendo-grid-date-filter-menu,
.k-filter-menu-container kendo-grid-numeric-filter-menu,
.k-filter-menu-container kendo-grid-filter-menu-input-wrapper,
.k-filter-menu-container kendo-treelist-string-filter-menu,
.k-filter-menu-container kendo-treelist-date-filter-menu,
.k-filter-menu-container kendo-treelist-numeric-filter-menu,
.k-filter-menu-container kendo-treelist-filter-menu-input-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 8px;
}
.k-filter-menu.k-popup .k-filter-menu-container,
.k-grid-filter-popup.k-popup .k-filter-menu-container {
    min-width: 230px;
    max-width: 320px;
}
.k-popup .k-multicheck-wrap {
    margin: 0;
    padding: 0;
    max-height: 300px;
    white-space: nowrap;
    overflow: auto;
    list-style: none;
}
.k-popup .k-multicheck-wrap .k-item,
.k-popup .k-multicheck-wrap .k-check-all-wrap {
    padding-block: 4px;
    padding-inline: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.k-filter-selected-items {
    font-weight: bold;
    line-height: normal;
    white-space: nowrap;
}
.k-autofitting {
    width: auto !important;
    table-layout: auto !important;
}
.k-autofitting .k-table-th,
.k-autofitting td,
.k-autofitting .k-table-td {
    white-space: nowrap !important;
}
.k-autofitting .k-detail-row {
    display: none !important;
}
.k-column-menu-popup,
.k-grid-columnmenu-popup {
    min-width: 230px;
    box-sizing: border-box;
}
.k-column-menu-popup.k-popup,
.k-grid-columnmenu-popup.k-popup {
    max-width: 320px;
}
.k-column-menu-popup .k-actions, .k-column-menu-popup .k-edit-buttons,
.k-column-menu-popup .k-action-buttons,
.k-column-menu-popup .k-columnmenu-actions, .k-column-menu-popup .k-form-buttons,
.k-grid-columnmenu-popup .k-actions,
.k-grid-columnmenu-popup .k-edit-buttons,
.k-grid-columnmenu-popup .k-action-buttons,
.k-grid-columnmenu-popup .k-columnmenu-actions,
.k-grid-columnmenu-popup .k-form-buttons {
    margin: 0;
}
.k-column-menu {
    box-sizing: border-box;
}
.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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.k-column-menu-tabbed {
    border-radius: 4px 4px 0 0;
}
.k-column-menu-tabbed .k-tabstrip-items {
    margin: -1px -1px 0;
}
.k-column-menu-tabbed .k-tabstrip-items .k-item {
    -webkit-box-flex: 1;
            flex: 1;
}
.k-column-menu-tabbed .k-tabstrip-items .k-link {
    -webkit-box-pack: center;
            justify-content: center;
}
.k-column-menu-tabbed .k-tabstrip-content {
    padding-inline: 0;
    padding-block: 8px;
    border-width: 0;
}
.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-block: 4px;
    padding-inline: 8px;
}
.k-column-list-item {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    gap: 4px;
    cursor: pointer;
    position: relative;
}
.k-column-list-item .k-checkbox-label {
    margin: 0;
}
.k-column-list-item:focus {
    outline: none;
}
.k-columns-items-wrap {
    padding-block: 6px;
    padding-inline: 0;
}
.k-columnmenu-item {
    padding-block: 4px;
    padding-inline: 8px;
    outline: 0;
    cursor: pointer;
}
.k-columnmenu-item > .k-icon,
.k-columnmenu-item > .k-expander-indicator {
    -webkit-margin-end: 4px;
            margin-inline-end: 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-column-menu-group-header {
    padding-block: 4px;
    padding-inline: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    position: relative;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-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;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-rtl .k-grid-virtual .k-grid-content .k-grid-table-wrap,
.k-rtl .k-grid-virtual .k-grid-content .k-grid-table,
.k-rtl .k-grid-virtual .k-grid-content > .k-height-container,
[dir="rtl"] .k-grid-virtual .k-grid-content .k-grid-table-wrap,
[dir="rtl"] .k-grid-virtual .k-grid-content .k-grid-table,
[dir="rtl"] .k-grid-virtual .k-grid-content > .k-height-container,
.k-rtl.k-grid-virtual .k-grid-content .k-grid-table-wrap,
.k-rtl.k-grid-virtual .k-grid-content .k-grid-table,
.k-rtl.k-grid-virtual .k-grid-content > .k-height-container,
[dir="rtl"].k-grid-virtual .k-grid-content .k-grid-table-wrap,
[dir="rtl"].k-grid-virtual .k-grid-content .k-grid-table,
[dir="rtl"].k-grid-virtual .k-grid-content > .k-height-container {
    float: right;
}
.k-grid-header,
.k-grid-header-wrap,
.k-grouping-header,
.k-grid .k-table-th,
.k-grid td,
.k-grid .k-table-td,
.k-grid-footer,
.k-grid-footer-wrap,
.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked,
.k-filter-row > .k-table-th,
.k-filter-row > td,
.k-filter-row > .k-table-td {
    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 .k-table {
    background-color: inherit;
}
.k-grid-toolbar {
    border-color: inherit;
    box-shadow: none;
}
.k-grid-content {
    background-color: #ffffff;
}
.k-group-footer td,
.k-grouping-row td,
.k-group-footer .k-table-td,
.k-grouping-row .k-table-td,
.k-table-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 .k-table-row.k-table-alt-row {
    background-color: rgba(0, 0, 0, 0.04);
}
.k-grid .k-table-tbody > .k-table-row:not(.k-detail-row):hover,
.k-grid .k-table-tbody > .k-table-row:not(.k-detail-row).k-hover {
    background-color: #ededed;
}
.k-grid td.k-selected,
.k-grid .k-table-row.k-selected > td,
.k-grid .k-table-td.k-selected,
.k-grid .k-table-row.k-selected > .k-table-td {
    background-color: rgba(255, 99, 88, 0.25);
}
.k-grid .k-table-th:focus, .k-grid .k-table-th.k-focus,
.k-grid td:focus,
.k-grid td.k-focus,
.k-grid .k-table-td:focus,
.k-grid .k-table-td.k-focus,
.k-grid .k-master-row > td:focus,
.k-grid .k-master-row > td.k-focus,
.k-grid .k-grouping-row > td:focus,
.k-grid .k-grouping-row > td.k-focus,
.k-grid .k-detail-row > td:focus,
.k-grid .k-detail-row > td.k-focus,
.k-grid .k-group-footer > td:focus,
.k-grid .k-group-footer > td.k-focus,
.k-grid .k-master-row > .k-table-td:focus,
.k-grid .k-master-row > .k-table-td.k-focus,
.k-grid .k-grouping-row > .k-table-td:focus,
.k-grid .k-grouping-row > .k-table-td.k-focus,
.k-grid .k-detail-row > .k-table-td:focus,
.k-grid .k-detail-row > .k-table-td.k-focus,
.k-grid .k-group-footer > .k-table-td:focus,
.k-grid .k-group-footer > .k-table-td.k-focus,
.k-grid .k-grid-pager:focus,
.k-grid .k-grid-pager.k-focus {
    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-grid-header-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-table-th,
.k-grid .k-grid-content-locked td,
.k-grid .k-grid-content-locked .k-table-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-footer .k-table-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 + .k-table-row td,
.k-grid .k-grid-content-locked .k-grouping-row + .k-table-row .k-table-td {
    border-top-color: rgba(0, 0, 0, 0.08);
}
.k-grid .k-grid-content-locked .k-selected td,
.k-grid .k-grid-content-locked .k-selected .k-table-td {
    background-color: #ffd8d5;
}
.k-grid .k-grid-content-locked .k-selected.k-table-alt-row td,
.k-grid .k-grid-content-locked .k-selected.k-table-alt-row .k-table-td {
    background-color: #f7d1ce;
}
.k-grid .k-grid-content-locked .k-selected:hover td,
.k-grid .k-grid-content-locked .k-selected.k-hover td,
.k-grid .k-grid-content-locked .k-selected:hover .k-table-td,
.k-grid .k-grid-content-locked .k-selected.k-hover .k-table-td {
    background-color: #f1ccc9;
}
.k-grid .k-grid-header-locked .k-table-th {
    border-bottom-color: rgba(0, 0, 0, 0.08);
}
col.k-sorted,
.k-table-th.k-sorted {
    background-color: rgba(0, 0, 0, 0.02);
}
.k-grid-header .k-sort-icon,
.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-grid-header-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-focus,
.k-grid-header .k-header-column-menu:focus,
.k-grid-header .k-header-column-menu.k-focus,
.k-grid-header .k-grid-header-menu:focus,
.k-grid-header .k-grid-header-menu.k-focus,
.k-grid-header .k-hierarchy-cell .k-icon:focus,
.k-grid-header .k-hierarchy-cell .k-icon.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.k-grid-header .k-grid-filter.k-active,
.k-grid-header .k-header-column-menu.k-active,
.k-grid-header .k-grid-header-menu.k-active,
.k-grid-header .k-hierarchy-cell .k-icon.k-active {
    color: white;
    background-color: #ff6358;
}
.k-grid-header .k-table-th.k-grid-header-sticky,
.k-grid-header td.k-grid-header-sticky,
.k-grid-header .k-table-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-selection-aggregates {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    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-table-alt-row .k-grid-content-sticky,
.k-master-row.k-table-alt-row .k-grid-row-sticky {
    background-color: #f6f6f6;
}
.k-master-row.k-table-row.k-selected td.k-grid-content-sticky,
.k-master-row.k-table-row.k-selected .k-table-td.k-grid-row-sticky,
.k-master-row.k-table-row td.k-grid-content-sticky.k-selected,
.k-master-row.k-table-row .k-table-td.k-grid-content-sticky.k-selected {
    background-color: #ffd8d5;
}
.k-master-row.k-selected.k-table-alt-row td.k-grid-content-sticky,
.k-master-row.k-selected.k-table-alt-row .k-table-td.k-grid-row-sticky,
.k-master-row.k-table-alt-row td.k-grid-content-sticky.k-selected,
.k-master-row.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
    background-color: #f7d1ce;
}
.k-master-row:hover .k-grid-content-sticky,
.k-master-row:hover .k-grid-row-sticky,
.k-master-row.k-hover .k-grid-content-sticky,
.k-master-row.k-hover .k-grid-row-sticky {
    background-color: #ebebeb;
}
.k-master-row.k-selected:hover td.k-grid-content-sticky,
.k-master-row.k-selected:hover .k-table-td.k-grid-row-sticky,
.k-master-row.k-selected.k-hover td.k-grid-content-sticky,
.k-master-row.k-selected.k-hover .k-table-td.k-grid-row-sticky,
.k-master-row:hover td.k-grid-content-sticky.k-selected,
.k-master-row.k-hover td.k-grid-content-sticky.k-selected,
.k-master-row:hover .k-table-td.k-grid-content-sticky.k-selected,
.k-master-row.k-hover .k-table-td.k-grid-content-sticky.k-selected {
    background-color: #f1ccc9;
}
kendo-grid.k-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 .k-grid-content-sticky:hover, kendo-grid.k-grid .k-grid-content-sticky.k-hover {
    background-color: #ebebeb;
}
kendo-grid.k-grid .k-grid-row-sticky td,
kendo-grid.k-grid .k-grid-row-sticky .k-table-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 .k-grid-row-sticky:hover td,
kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td {
    background-color: #ebebeb;
}
kendo-grid.k-grid .k-table-alt-row .k-grid-content-sticky,
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row td,
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row .k-table-td {
    background-color: #f6f6f6;
}
kendo-grid.k-grid .k-table-row.k-selected .k-grid-content-sticky,
kendo-grid.k-grid .k-selected.k-grid-row-sticky td,
kendo-grid.k-grid .k-grid-row-sticky td.k-selected,
kendo-grid.k-grid .k-selected.k-grid-row-sticky .k-table-td,
kendo-grid.k-grid .k-grid-row-sticky .k-table-td.k-selected,
kendo-grid.k-grid .k-selected.k-grid-content-sticky {
    background-color: #ffd8d5;
}
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row .k-grid-content-sticky,
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky td,
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
    background-color: #f7d1ce;
}
kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky,
kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky,
kendo-grid.k-grid .k-grid-row-sticky:hover td,
kendo-grid.k-grid .k-grid-row-sticky.k-hover td,
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover td,
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row.k-hover td,
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td,
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td,
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row:hover .k-table-td,
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row.k-hover .k-table-td,
kendo-grid.k-grid .k-table-alt-row:hover .k-grid-content-sticky,
kendo-grid.k-grid .k-table-alt-row.k-hover .k-grid-content-sticky {
    background-color: #ebebeb;
}
kendo-grid.k-grid .k-table-row.k-selected:hover .k-grid-content-sticky,
kendo-grid.k-grid .k-table-row.k-selected.k-hover .k-grid-content-sticky,
kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover td,
kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover td,
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover td,
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover td,
kendo-grid.k-grid .k-selected.k-grid-row-sticky:hover .k-table-td,
kendo-grid.k-grid .k-selected.k-grid-row-sticky.k-hover .k-table-td,
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky:hover .k-table-td,
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky.k-hover .k-table-td,
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row:hover .k-grid-content-sticky,
kendo-grid.k-grid .k-table-row.k-selected.k-table-alt-row.k-hover .k-grid-content-sticky,
kendo-grid.k-grid .k-grid-row-sticky:hover td.k-selected,
kendo-grid.k-grid .k-grid-row-sticky.k-hover td.k-selected,
kendo-grid.k-grid .k-grid-row-sticky:hover .k-table-td.k-selected,
kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td.k-selected,
kendo-grid.k-grid .k-table-row:hover .k-grid-content-sticky.k-selected,
kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-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-hover .k-grid-content-sticky {
    background-color: #ebebeb;
}
.k-column-list-item:hover,
.k-columnmenu-item:hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-column-list-item:focus,
.k-column-list-item.k-focus,
.k-columnmenu-item:focus,
.k-columnmenu-item.k-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-columnmenu-item.k-selected {
    color: white;
    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:hover, .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-hover {
    color: #424242;
    background-color: #f0f0f0;
}
.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-selected {
    color: white;
    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-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-column-menu-tabbed {
    background-color: #fafafa;
}
.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-resizer-wrap.k-hover .k-row-resizer {
    background-color: rgba(0, 0, 0, 0.12);
}
.k-resizer-wrap.k-active .k-row-resizer {
    background-color: #ff6358;
}
.k-listview {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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-style: solid;
    border-color: inherit;
}
.k-listview-bordered > .k-listview-header {
    border-bottom-width: 1px;
}
.k-listview-content {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-flex: 1;
            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-flex-row::after, .k-listview-content.k-d-flex-col::after,
.k-listview-content.k-d-grid::after {
    display: none;
}
.k-listview-content-padding-rectangle {
    padding-block: 4px;
    padding-inline: 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-block: 4px;
    padding-inline: 4px;
}
.k-listview-item-padding-rectangle .k-listview-link {
    margin-block: -4px;
    margin-inline: -4px;
    padding-block: 4px;
    padding-inline: 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-style: solid;
    border-color: inherit;
}
.k-listview-bordered > .k-listview-footer {
    border-top-width: 1px;
}
.k-listview-pager {
    border-width: 0;
    border-color: inherit;
}
.k-listview-bordered > .k-listview-pager-top {
    border-block-end-width: var(--kendo-listview-border-width, 1px);
}
.k-listview-bordered > .k-listview-pager-bottom {
    border-block-start-width: var(--kendo-listview-border-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-focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-listview-content > .k-selected {
    background-color: rgba(255, 99, 88, 0.25);
}
.k-listview-item {
    border-color: rgba(0, 0, 0, 0.08);
}
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.k-spreadsheet .k-vertical-align-bottom {
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
.k-spreadsheet-toolbar {
    border-width: 0;
}
.k-spreadsheet-action-bar {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    padding-block: 4px;
    padding-inline: 8px;
    font-size: 14px;
    font-family: Arial, Verdana, sans-serif;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    gap: 8px;
}
.k-spreadsheet-name-editor {
    width: 10em;
}
.k-spreadsheet-formula-bar {
    min-width: 0px;
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 1;
            flex: 1;
    gap: 8px;
}
.k-spreadsheet-formula-bar > .k-icon {
    padding-block: 0;
    padding-inline: 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-block: 4px;
    padding-inline: 8px;
    line-height: 1.4285714286;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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;
    -webkit-box-flex: 1;
            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-block: 4px;
    padding-inline: 8px;
}
.k-syntax-func,
.k-syntax-startexp {
    font-weight: bold;
}
.k-spreadsheet-cell-editor {
    padding-block: 0px;
    padding-inline: 4px;
    line-height: 20px;
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}
.k-spreadsheet-sheets-bar {
    -webkit-padding-after: 8px;
            padding-block-end: 8px;
    padding-inline: 8px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
}
.k-spreadsheet-sheets {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
}
.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
    border-width: 0;
}
.k-spreadsheet-sheets-bar-add {
    align-self: center;
}
.k-spreadsheet-sheets-bar-add:not(:hover) {
    border-color: transparent;
    color: inherit;
    background: none;
}
.k-spreadsheet-sheets-items {
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
}
.k-spreadsheet-sheets-items .k-tabstrip-items-wrapper {
    margin: 0;
    border-width: 0;
}
.k-spreadsheet-sheets-items .k-item .k-link {
    display: inline-block;
}
.k-spreadsheet-sheets-items .k-item .k-spreadsheet-sheets-remove {
    margin-right: 8px;
    margin-left: -8px;
    padding: 0;
    line-height: 1;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    vertical-align: middle;
    align-self: center;
}
.k-spreadsheet-view {
    height: auto !important;
    border-color: inherit;
    font-size: 14px;
    font-family: Arial, Verdana, sans-serif;
    -webkit-box-flex: 1;
            flex: 1;
    position: relative;
    overflow: hidden;
}
.k-spreadsheet-view .k-disabled {
    pointer-events: auto;
}
.k-spreadsheet-fixed-container {
    width: calc(100% - var(--kendo-scrollbar-width, 17px));
    height: calc(100% - var(--kendo-scrollbar-width, 17px));
    border-color: inherit;
    box-sizing: border-box;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    position: absolute;
    z-index: 2;
    overflow: hidden;
}
.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;
    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-block: 4px;
    padding-inline: 4px;
    box-sizing: border-box;
    position: absolute;
    line-height: normal;
    white-space: pre;
    overflow: hidden;
}
.k-spreadsheet-merged-cells-wrapper {
    position: relative;
}
.k-spreadsheet-disabled-mask {
    position: absolute;
}
.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: 2px;
    border-style: dashed;
    box-sizing: border-box;
    position: absolute;
}
.k-spreadsheet .k-spreadsheet-editor-button {
    position: absolute;
    padding: 0;
    z-index: 60;
}
.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: 300;
    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;
    inset-inline-end: 0;
    inset-inline-start: auto;
    border-width: 3px;
    border-style: solid;
}
.k-spreadsheet-cell .k-dirty {
    inset-inline-start: 0;
    inset-inline-end: auto;
}
.k-spreadsheet .k-filter-wrapper {
    position: relative;
    z-index: 50;
}
.k-spreadsheet .k-filter-range {
    border-width: 2px;
    border-style: solid;
    position: absolute;
    box-sizing: border-box;
}
.k-spreadsheet-filter {
    border-radius: 4px;
    padding: 4px;
    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,
.k-spreadsheet-filter-menu .k-expander {
    padding: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
}
.k-spreadsheet-filter-menu .k-expander {
    border: 0;
    background: inherit;
}
.k-spreadsheet-filter-menu .k-details-summary,
.k-spreadsheet-filter-menu .k-columnmenu-item {
    padding-block: 4px;
    padding-inline: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
}
.k-spreadsheet-filter-menu .k-details-summary > .k-icon,
.k-spreadsheet-filter-menu .k-details-summary > .k-expander-indicator,
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-icon,
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-expander-indicator {
    margin-right: 4px;
}
.k-spreadsheet-filter-menu .k-details-content,
.k-spreadsheet-filter-menu .k-columnmenu-item-content {
    padding: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 8px;
}
.k-spreadsheet-filter-menu .k-details-content .k-filter-and,
.k-spreadsheet-filter-menu .k-columnmenu-item-content .k-filter-and {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    align-self: flex-start;
}
.k-spreadsheet-filter-menu .k-actions, .k-spreadsheet-filter-menu .k-edit-buttons,
.k-spreadsheet-filter-menu .k-action-buttons,
.k-spreadsheet-filter-menu .k-columnmenu-actions, .k-spreadsheet-filter-menu .k-form-buttons {
    margin: 0;
    padding: 0;
}
.k-spreadsheet-popup {
    padding: 0;
}
.k-spreadsheet-popup .k-separator {
    display: block;
}
.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: -webkit-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-border-type-palette {
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(5, -webkit-max-content);
    grid-template-columns: repeat(5, max-content);
    gap: 8px;
}
.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-external-dropzone {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
}
.k-spreadsheet-window .k-edit-form-container {
    width: auto;
    min-width: 0;
}
.k-spreadsheet-format-cells .k-spreadsheet-preview {
    margin-top: 8px;
    text-align: center;
}
.k-spreadsheet-format-cells .k-list-scroller {
    margin-top: 8px;
    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: 8px;
}
.k-export-config .k-page-orientation .k-font-icon {
    font-size: 6em;
}
.k-export-config .k-page-orientation .k-svg-icon {
    width: 6em;
    height: 6em;
}
.k-spreadsheet-insert-comment textarea {
    height: auto;
}
.k-spreadsheet-insert-image-dialog {
    border-radius: 4px;
    border-style: dashed;
    border-width: 2px;
}
.k-spreadsheet-insert-image-dialog label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            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: -webkit-box;
    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-hover 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: 6px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            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-hover {
    border-radius: 4px;
}
.k-spreadsheet-legacy .k-spreadsheet,
.k-spreadsheet-legacy .k-spreadsheet-action-bar,
.k-spreadsheet-legacy .k-spreadsheet-view {
    font-size: 12px;
}
.k-spreadsheet-legacy .k-spreadsheet-cell {
    padding: 1px;
}
.k-spreadsheet-legacy .k-spreadsheet-filter {
    padding: 0px;
}
.k-spreadsheet-legacy .k-filter-range {
    border-width: 1px;
}
.k-spreadsheet-legacy .k-spreadsheet .k-spreadsheet-selection-highlight {
    border-width: 1px;
    border-style: solid;
}
.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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.k-spreadsheet-tabstrip {
    padding-top: 8px;
    position: relative;
    z-index: 1;
}
.k-spreadsheet-tabstrip .k-tabstrip-items-wrapper {
    margin: 0;
}
.k-spreadsheet-tabstrip .k-loading {
    display: none;
}
.k-spreadsheet-tabstrip .k-content,
.k-spreadsheet-tabstrip .k-tabstrip-content {
    border-radius: 0;
    padding: 0;
    border-width: 0;
    overflow: hidden;
}
.k-spreadsheet {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-spreadsheet-header {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.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-spreadsheet-cell-editor {
    color: #424242;
    background-color: #ffffff;
}
.k-spreadsheet-merged-cell {
    background-color: #ffffff;
}
.k-spreadsheet-disabled-mask {
    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-selection-highlight {
    border-color: #ff6358;
}
.k-spreadsheet .k-single-selection::after {
    border-color: #ffffff;
    background-color: #ff6358;
}
.k-spreadsheet-active-cell {
    background-color: #ffffff;
    box-shadow: inset 0 0 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-block-color: #ff6358 transparent;
    border-inline-color: transparent #ff6358;
}
.k-spreadsheet-cell .k-dirty {
    border-block-color: #f31700 transparent;
    border-inline-color: #f31700 transparent;
}
.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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    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-active {
    background-color: #d8d8d8;
}
.k-spreadsheet-filter-menu > .k-menu .k-item:hover,
.k-spreadsheet-filter-menu > .k-menu .k-item.k-hover,
.k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) .k-item:hover,
.k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) .k-item.k-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-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-hover {
    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-hover 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-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-pivotgrid {
    border-width: 1px;
    border-style: solid;
    box-sizing: content-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    text-align: start;
    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;
    text-align: inherit;
    empty-cells: show;
}
.k-pivotgrid thead,
.k-pivotgrid tbody,
.k-pivotgrid th,
.k-pivotgrid tr,
.k-pivotgrid td {
    border-color: inherit;
    text-align: 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-empty-cell:focus {
    outline: none;
}
.k-pivotgrid-column-headers {
    overflow: hidden;
}
.k-pivotgrid-column-headers .k-pivotgrid-table {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-end: var(--kendo-scrollbar-width, 17px);
            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-block: 8px;
    padding-inline: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
}
.k-pivotgrid-cell:focus {
    outline: none;
}
.k-pivotgrid-cell .k-icon {
    cursor: pointer;
    -webkit-padding-end: 4px;
            padding-inline-end: 4px;
}
.k-pivotgrid-total {
    font-weight: 600;
}
.k-column-menu .k-treeview {
    padding-block: 0px;
    padding-inline: 8px;
    overflow: auto;
}
.k-pivotgrid-configurator {
    display: -webkit-box;
    display: flex;
}
.k-pivotgrid-configurator-panel {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    overflow: hidden;
    z-index: 2;
}
.k-pivotgrid-configurator-button {
    padding-block: 4px;
    padding-inline: 4px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
.k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
.k-flex-row-reverse .k-pivotgrid-configurator-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
    -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
}
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-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 {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.k-flex-col .k-pivotgrid-configurator-button, .k-d-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, .k-d-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-d-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-block: 12px;
    padding-inline: 16px;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
}
.k-pivotgrid-configurator-header-text {
    word-break: normal;
    overflow-wrap: anywhere;
}
.k-pivotgrid-configurator-content {
    padding-block: 2px;
    padding-inline: 16px;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: auto;
}
.k-pivotgrid-configurator-content .k-form .k-label {
    font-size: 16px;
    font-weight: 500;
    -webkit-box-align: start;
            align-items: flex-start;
}
.k-pivotgrid-configurator-content .k-form .k-dropdown-list, .k-pivotgrid-configurator-content .k-form .k-dropdown,
.k-pivotgrid-configurator-content .k-form .k-dropdownlist {
    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-value-fields {
    margin-block: 8px;
    margin-inline: 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 8px;
}
.k-pivotgrid-configurator-content .k-select-all .k-checkbox {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
}
.k-pivotgrid-configurator-content .k-fields-list-wrapper {
    max-height: 200px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-flex: 1;
            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-treeview {
    padding-block: 0px;
    padding-inline: 8px;
    overflow: auto;
}
.k-calculated-field {
    padding-block: 16px;
    padding-inline: 16px;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 16px;
}
.k-calculated-field-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
}
.k-calculated-field-actions .k-icon {
    margin-right: 8px;
}
.k-calculated-field-actions .k-dropdown-list, .k-calculated-field-actions .k-dropdown,
.k-calculated-field-actions .k-dropdownlist {
    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-d-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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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;
    -webkit-box-flex: 1;
            flex: 1 1 30%;
}
.k-pivotgrid-configurator-horizontal .k-pivotgrid-configurator-content .k-form-field-wrapper:nth-child(2) {
    -webkit-box-flex: 1;
            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;
    -webkit-box-flex: 1;
            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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    overflow-x: hidden;
    overflow-y: auto;
}
.k-flex-col .k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel, .k-d-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-pdf-export-shadow .k-pivotgrid {
    height: auto !important;
}
.k-pdf-export-shadow .k-pivotgrid-values {
    height: auto;
    overflow: visible;
}
.k-pdf-export-shadow .k-pivotgrid-column-headers .k-pivotgrid-table {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
}
.k-pivot {
    border-width: 1px;
    border-style: solid;
    position: relative;
}
.k-pivot .k-grid td {
    white-space: nowrap;
}
.k-pivot .k-grid-content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-pivot-toolbar {
    border-width: 0 0 1px;
    border-style: solid;
    -webkit-box-align: start;
            align-items: flex-start;
    flex-wrap: wrap;
    box-shadow: none;
}
.k-pivot-toolbar > * {
    max-width: 100%;
}
.k-pivot-toolbar::before {
    display: none;
}
.k-pivot-layout {
    border-spacing: 0;
    table-layout: auto;
}
.k-pivot-layout .k-grid-footer,
.k-pivot-layout .k-grid .k-table-alt-row {
    font-weight: bold;
}
.k-pivot-layout > tbody,
.k-pivot .k-table-td,
.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;
    color: inherit;
    background: none;
}
.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-pivotgrid-wrapper {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 8px;
}
.k-pivotgrid-wrapper > .k-pivotgrid-configurator-panel {
    max-width: 320px;
    -webkit-box-flex: 0;
            flex: none;
}
.k-pivotgrid-wrapper > .k-pivot {
    -webkit-box-flex: 1;
            flex: 1;
}
.k-pivotgrid-configurator-panel.kendo-jquery {
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: inline-flex;
}
.k-pivotgrid-configurator-panel.kendo-jquery .k-pivotgrid-configurator {
    height: 100%;
}
.k-pivotgrid-configurator-panel.kendo-jquery .k-pivotgrid-configurator-content {
    padding: 16px;
    max-height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}
.k-pivotgrid-configurator-panel.kendo-jquery .k-pivotgrid-targets {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 16px;
}
.k-pivotgrid-configurator-panel.kendo-jquery .k-pivotgrid-configurator-section {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    gap: 8px;
}
.k-pivotgrid-configurator-panel.kendo-jquery .k-column-fields {
    margin: 0;
    padding: 4px;
    max-height: 200px;
    border-width: 1px;
    border-style: solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    gap: 4px;
    overflow-x: hidden;
    overflow-y: auto;
}
.k-pivotgrid-configurator-panel.kendo-jquery .k-column-fields > * {
    margin: 0;
}
.k-pivotgrid-toggle {
    margin-block: -4px;
    padding: 4px;
    box-sizing: content-box;
    cursor: pointer;
}
.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:hover,
.k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-hover,
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row:hover,
.k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-hover,
.k-pivotgrid-values tbody > .k-pivotgrid-row:hover,
.k-pivotgrid-values tbody > .k-pivotgrid-row.k-hover {
    background-color: #ededed;
}
.k-pivotgrid-cell:focus,
.k-pivotgrid-cell.k-focus,
.k-pivotgrid-empty-cell:focus,
.k-pivotgrid-empty-cell.k-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-selected,
.k-pivotgrid-row.k-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, .k-d-flex-row .k-pivotgrid-configurator-overlay {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-pivot {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-pivot-table {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-pivot-rowheaders {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-pivot-toolbar {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-pivot-toolbar .k-empty {
    color: #666666;
}
.k-pivot .k-alt {
    background-color: #fafafa;
}
.k-pivot-toolbar,
.k-pivot-table,
.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-header.k-alt {
    background-color: #ebebeb;
}
.k-pivot-layout .k-grid-footer {
    color: #424242;
    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-pivotgrid-configurator-panel.kendo-jquery .k-column-fields {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-treelist.k-grid-display-block.k-grid-lockedcolumns {
    display: block;
}
.k-treelist .k-status {
    padding-block: .4em;
    padding-inline: .6em;
    line-height: 1.6em;
}
.k-treelist .k-status .k-loading {
    vertical-align: baseline;
    margin-right: 5px;
    display: none;
}
.k-treelist tr.k-hidden {
    display: none;
}
.k-treelist .k-treelist-dragging,
.k-treelist .k-treelist-dragging .k-hover {
    cursor: default;
}
.k-treelist .k-drop-hint {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.k-treelist .k-table-row.k-footer td,
.k-treelist .k-table-row.k-footer-template td,
.k-treelist .k-table-row.k-footer .k-table-td,
.k-treelist .k-table-row.k-footer-template .k-table-td {
    border-width: 1px 0;
    border-style: solid;
    font-weight: bold;
}
.k-treelist .k-table-row.k-footer + .k-table-row.k-footer td,
.k-treelist .k-table-row.k-footer + .k-table-row.k-footer .k-table-td {
    border-top-width: 0;
}
.k-treelist-scrollable > .k-table,
.k-treelist-scrollable .k-grid-header .k-table-row,
.k-treelist-scrollable .k-grid-header .k-table-th {
    background-color: inherit;
}
.k-treelist-scrollable .k-grid-toolbar {
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    top: 0;
    left: 0;
}
.k-treelist-scrollable .k-grid-header .k-table-th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
}
.k-treelist-scrollable .k-grid-header .k-table-th.k-grid-header-sticky {
    z-index: 3;
}
.k-treelist-scrollable thead.k-grid-header {
    padding-right: 0;
}
.k-treelist-scrollable .k-table-row.k-group-footer + .k-table-row.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-block: 0;
    margin-inline: .5em;
}
.k-treelist-toggle {
    margin-block: -4px;
    padding: 4px;
    box-sizing: content-box;
    cursor: pointer;
}
.k-treelist tr.k-footer,
.k-treelist tr.k-footer-template {
    background-color: #ededed;
}
.k-filter {
    box-sizing: border-box;
    border-width: 0;
    display: inline-block;
    background-color: transparent;
}
.k-filter *,
.k-filter *::before,
.k-filter *::after {
    box-sizing: border-box;
}
.k-filter ul {
    padding: 0;
}
.k-filter ul li {
    list-style-type: none;
}
.k-filter .k-filter-container,
.k-filter .k-filter-preview {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
}
.k-filter .k-filter-lines,
.k-filter .k-filter-item {
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
}
.k-filter .k-filter-toolbar {
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    padding-block: 4px;
    padding-inline: 0;
}
.k-filter .k-filter-toolbar::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    inset-block-start: 50%;
    inset-inline-start: -8px;
}
.k-filter .k-filter-toolbar .k-toolbar {
    border-style: solid;
}
.k-filter .k-filter-operator .k-dropdown-list, .k-filter .k-filter-operator .k-dropdown,
.k-filter .k-filter-operator .k-dropdownlist {
    width: 15em;
}
.k-filter .k-filter-item {
    position: relative;
}
.k-filter .k-filter-item::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    inset-block-start: -4px;
    inset-inline-start: 0;
}
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
.k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
    content: "";
    position: absolute;
    width: 1px;
    inset-block-start: -5px;
    inset-block-end: 50%;
    inset-inline-start: -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-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-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,
.k-filter .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
    background-color: rgba(0, 0, 0, 0.08);
}
.k-filter .k-toolbar:focus,
.k-filter .k-toolbar.k-focus {
    box-shadow: 0 0 0 2px 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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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;
    z-index: 1;
}
.k-filemanager-content-container {
    border-color: inherit;
    box-sizing: border-box;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    overflow: hidden;
}
.k-filemanager-splitter {
    border-width: 0;
}
.k-filemanager-navigation {
    padding-block: 16px;
    padding-inline: 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;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    overflow: hidden;
}
.k-filemanager-view {
    overflow: auto;
}
.k-filemanager-breadcrumb {
    border-width: 0;
    border-bottom-width: 1px;
    padding-block: 8px;
    padding-inline: 8px;
    flex-shrink: 0;
}
.k-filemanager-listview {
    border-width: 0;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
}
.k-filemanager-listview .k-listview-item {
    padding-block: 16px;
    padding-inline: 16px;
    width: 120px;
    height: 120px;
    text-align: center;
}
.k-filemanager-listview .k-file-preview {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
}
.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;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
}
.k-filemanager-grid .k-file-preview {
    margin-right: 4px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    vertical-align: middle;
}
.k-filemanager-grid .k-file-name {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    vertical-align: middle;
}
.k-filemanager-preview {
    padding: 48px 16px 16px;
    width: 20%;
    min-height: 208px;
    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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center;
}
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    grid-column-gap: 4px;
}
.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%;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.k-filemanager .k-splitbar {
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    border-width: 0 1px;
    border-style: solid;
    border-color: inherit;
}
.k-filemanager-upload-dialog .k-upload-files {
    max-height: 200px;
    overflow-y: auto;
}
.k-filemanager-drag-hint {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    gap: 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-selected .k-file-icon {
    border-color: transparent;
    color: inherit;
    background-color: transparent;
}
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
}
.k-taskboard *,
.k-taskboard *::before,
.k-taskboard *::after {
    box-sizing: border-box;
}
.k-taskboard-toolbar {
    padding-block: 16px;
    padding-inline: 16px;
    border-width: 0;
    box-shadow: none;
    background: none;
}
.k-taskboard-content {
    padding: 0 16px 16px;
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow-x: auto;
}
.k-taskboard-columns-container {
    outline: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    overflow: hidden;
    gap: 16px;
    overflow-x: visible;
}
.k-taskboard-column {
    width: 320px;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    outline: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-shrink: 0;
    overflow: hidden;
}
.k-taskboard-column-header {
    padding-block: 8px;
    padding-inline: 8px;
    font-weight: 500;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    gap: 4px;
}
.k-taskboard-column-header-actions {
    display: -webkit-inline-box;
    display: inline-flex;
    flex-shrink: 0;
    align-self: flex-start;
    gap: 8px;
}
.k-taskboard-column-cards-container {
    margin-bottom: 8px;
    padding-block: 0px;
    padding-inline: 8px;
    outline: none;
    overflow: auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-taskboard-column-cards {
    min-height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 8px 0;
}
.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 {
    -webkit-box-flex: 1;
            flex: 1 1 100%;
}
.k-taskboard-pane {
    width: 320px;
    border-width: 1px;
    border-style: solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}
.k-taskboard-pane-header {
    padding-block: 12px;
    padding-inline: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            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-block: 0px;
    padding-inline: 16px;
    overflow: auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-taskboard-pane-actions {
    padding-block: 12px;
    padding-inline: 16px;
}
.k-taskboard-pane-start {
    right: auto;
    left: 0;
}
.k-taskboard-card {
    border-radius: 4px;
    border-width: 1px;
}
.k-taskboard-card.k-taskboard-card-category {
    border-inline-start-width: 4px;
}
.k-taskboard-card .k-card-header .k-card-body,
.k-taskboard-card .k-card-footer {
    padding-block: 16px;
    padding-inline: 16px;
}
.k-taskboard-card .k-card-header {
    -webkit-box-align: center;
            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-focus, .k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-hover {
    text-decoration: underline;
}
.k-taskboard-card .k-card-header-actions {
    align-self: flex-start;
}
.k-taskboard-drag-placeholder {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    position: relative;
}
.k-taskboard-column {
    border-color: transparent;
    background-color: #fafafa;
}
.k-taskboard-column:focus,
.k-taskboard-column.k-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-focus {
    color: #d6534a;
}
.k-taskboard-card .k-card-title:hover, .k-taskboard-card .k-card-title.k-hover {
    color: #d6534a;
}
.k-taskboard-card:focus, .k-taskboard-card.k-focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.2456);
}
.k-taskboard-card:hover, .k-taskboard-card.k-hover {
    border-color: rgba(0, 0, 0, 0.172);
}
.k-taskboard-card.k-selected {
    border-color: #ffb0ab;
    box-shadow: none;
}
.k-taskboard-card.k-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-editor.k-readonly .k-editor-content {
    pointer-events: auto;
}
.k-editor.k-readonly .k-editor-content.k-focus {
    outline-width: 1px;
    outline-style: dashed;
}
.k-editor-inline {
    border-radius: 4px;
    padding-block: 2px;
    padding-inline: 4px;
    border: 1px solid transparent;
    word-wrap: break-word;
    overflow: auto;
    background: none;
}
.k-editor-resizable {
    resize: both;
    overflow: auto;
}
.k-editor-resize-handles-wrapper {
    position: absolute;
    visibility: hidden;
}
.k-editor-resize-handle {
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: absolute;
    visibility: visible;
    z-index: 100;
}
.k-editor-resize-handle.northwest {
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: nw-resize;
}
.k-editor-resize-handle.north {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: n-resize;
}
.k-editor-resize-handle.northeast {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    cursor: ne-resize;
}
.k-editor-resize-handle.southwest {
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    cursor: sw-resize;
}
.k-editor-resize-handle.south {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    cursor: s-resize;
}
.k-editor-resize-handle.southeast {
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    cursor: se-resize;
}
.k-editor-resize-handle.west {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: w-resize;
}
.k-editor-resize-handle.east {
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    cursor: e-resize;
}
.ProseMirror-selectednode {
    outline-width: 2px;
    outline-style: solid;
}
.ProseMirror-hideselection {
    caret-color: transparent;
}
.ProseMirror-hideselection *::-moz-selection,
.ProseMirror-hideselection *::-moz-selection {
    background: transparent;
}
.ProseMirror-hideselection *::selection,
.ProseMirror-hideselection *::-moz-selection {
    background: transparent;
}
.k-editor-toolbar {
    border-width: 0 0 1px 0;
    flex-shrink: 0;
}
.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 {
    -webkit-box-flex: 1;
            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%;
    position: relative;
    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;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
.k-editor-content > .ProseMirror[contenteditable="false"] {
    cursor: unset !important;
}
.k-editor-content > .ProseMirror[contenteditable="false"] .k-editor-resize-handles-wrapper,
.k-editor-content > .ProseMirror[contenteditable="false"] .k-editor-resize-handle,
.k-editor-content > .ProseMirror[contenteditable="false"] .row-resize-handle,
.k-editor-content > .ProseMirror[contenteditable="false"] .column-resize-handle {
    display: none;
}
.k-editor-content > .ProseMirror[contenteditable="false"] img,
.k-editor-content > .ProseMirror[contenteditable="false"] table {
    pointer-events: none;
}
.k-editor-content > .ProseMirror[contenteditable="false"] .ProseMirror-selectednode {
    outline: none;
}
.k-editor-content p {
    margin: 0 0 1rem;
}
.k-editor-content td p,
.k-editor-content th p,
.k-editor-content li p {
    margin: 0;
}
.k-editor-content table {
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}
.k-editor-content td,
.k-editor-content th {
    min-width: 1em;
    border: 1px solid;
    padding-block: 3px;
    padding-inline: 5px;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}
.k-editor-content th {
    font-weight: bold;
    text-align: start;
}
.k-editor-content td {
    text-align: start;
}
.k-editor-content .selectedCell::after {
    z-index: 2;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}
.k-edit-form-content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: auto;
    margin-block: -16px;
    margin-inline: -16px;
    padding-block: 16px;
    padding-inline: 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,
.k-editor .k-resize-handle .k-i-caret-br {
    display: none;
}
.k-editor-find-replace .k-content {
    position: relative;
}
.k-editor-find-replace .k-actions, .k-editor-find-replace .k-edit-buttons,
.k-editor-find-replace .k-action-buttons,
.k-editor-find-replace .k-columnmenu-actions, .k-editor-find-replace .k-form-buttons {
    padding: 0;
}
.k-editor-find-replace .k-search-options {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 10px 0 40px;
}
.k-editor-find-replace .k-matches-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
.k-textarea.k-editor-textarea {
    width: 100%;
    height: 100%;
    resize: none;
}
.k-filebrowser {
    max-width: 100%;
}
.k-filebrowser .k-floatwrap {
    display: -webkit-box;
    display: flex;
}
.k-filebrowser .k-floatwrap::after {
    display: none;
}
.k-filebrowser .k-breadcrumbs {
    -webkit-box-flex: 1;
            flex: 1;
}
.k-filebrowser .k-search-wrap {
    margin: 0 0 0 16px;
    width: 150px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.k-filebrowser .k-search-wrap .k-input {
    -webkit-box-flex: 1;
            flex: 1;
    width: 100px;
}
.k-filebrowser .k-search-wrap .k-icon {
    margin: 0;
    position: static;
}
.k-filebrowser .k-filebrowser-toolbar {
    margin: 16px 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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    height: 390px;
    max-height: 50vh;
    margin: 0 0 16px 0;
    padding-block: 4px;
    padding-inline: 8px;
    border-top-width: 0;
    overflow: auto;
}
.k-filebrowser .k-tile {
    width: 33%;
    height: 90px;
    padding-block: 4px;
    padding-inline: 8px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}
.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-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-window .k-tabstrip-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: auto;
}
.k-editor-table-wizard-window .k-tabstrip-wrapper .k-tabstrip.k-root-tabs {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin-bottom: 0;
}
.k-editor-table-wizard-window .k-edit-field > .k-checkbox {
    position: relative;
}
.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-block: 2px;
    padding-inline: 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-block: 0;
    margin-inline: 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;
}
.k-editor.k-readonly .k-editor-content.k-focus {
    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-hover, .k-editor-inline.k-active {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-editor-resize-handle {
    background-color: #ffffff;
    border-color: #000000;
}
.ProseMirror-selectednode {
    outline-color: #88ccff;
}
.k-ct-popup .k-selected {
    border-color: rgba(0, 0, 0, 0.08);
    color: white;
    background-color: #ff6358;
    background-image: none;
}
.k-editor-content .k-text-selected, .k-editor-content::-moz-selection {
    color: white;
    background-color: #ff6358;
}
.k-editor-content .k-text-selected, .k-editor-content::selection {
    color: white;
    background-color: #ff6358;
}
.k-editor-content .k-text-highlighted {
    background-color: #ffe0de;
}
.k-editor-content td,
.k-editor-content th {
    border-color: #dddddd;
}
.k-editor-content .selectedCell::after {
    background-color: rgba(200, 200, 255, 0.4);
}
.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 *,
.k-imageeditor *::before,
.k-imageeditor *::after {
    box-sizing: border-box;
}
.k-imageeditor-toolbar {
    border-width: 0;
    border-bottom-width: 1px;
}
.k-imageeditor-content {
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.k-imageeditor-canvas-container {
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    overflow: auto;
}
.k-imageeditor-canvas {
    margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
}
.k-imageeditor-action-pane {
    padding-block: 32px;
    padding-inline: 16px;
    width: 241px;
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: inherit;
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: none;
    overflow-y: auto;
}
.k-imageeditor-action-pane .k-input-inner,
.k-imageeditor-action-pane .k-input-value-text {
    text-overflow: clip;
}
.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-block: 1px;
    margin-inline: 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 {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.k-imageeditor-crop .k-resize-nw {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.k-imageeditor-crop .k-resize-sw {
    -webkit-transform: rotate(90deg);
            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-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)), 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)), white;
    background-repeat: repeat, repeat;
    background-position: 0px 0px, 5px 5px;
    -webkit-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    background-origin: padding-box, padding-box;
    background-size: 10px 10px, 10px 10px;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
            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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    position: relative;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-gantt .k-table-td {
    white-space: nowrap;
}
.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: -webkit-inline-box;
    display: inline-flex;
}
.k-gantt .k-gantt-splitter {
    border-width: 0;
}
.k-gantt .k-treelist-scrollable {
    width: 100%;
    border-width: 0;
    overflow: auto;
}
.k-gantt .k-treelist-scrollable .k-grid-header .k-header {
    position: -webkit-sticky;
    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;
    vertical-align: top;
}
.k-gantt .k-treelist-scrollable .k-grid-header th:last-child .k-header {
    padding-block: 8px;
    padding-inline: 12px;
    border-width: 0 0 1px 1px;
    white-space: nowrap;
}
.k-gantt .k-treelist-scrollable tr.k-selected > td:last-child {
    background: transparent;
}
.k-gantt .k-treelist-scrollable .k-task {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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-block: 4px;
    padding-inline: 8px;
    display: block;
    line-height: normal;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.k-gantt .k-treelist-scrollable .k-task-actions {
    flex-shrink: 0;
}
.k-gantt .k-treelist-scrollable .k-task-milestone {
    border: 0;
    -webkit-transform: none;
            transform: none;
    background: none;
}
.k-gantt .k-treelist-scrollable .k-task-milestone .k-task-milestone-content {
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
            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 {
    -webkit-transform: translateX(-140%) translateY(-50%);
            transform: translateX(-140%) translateY(-50%);
}
.k-gantt .k-treelist-scrollable .k-task-end {
    -webkit-transform: translateX(140%) translateY(-50%);
            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: -webkit-inline-box;
        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: -webkit-box;
        display: flex;
    }
}
.k-gantt-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
            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.8571428572em + 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-pane .k-gantt-timeline {
    height: 100%;
    border-width: 0;
    display: -webkit-box;
    display: flex;
}
.k-gantt-timeline-pane .k-gantt-timeline *,
.k-gantt-timeline-pane .k-gantt-timeline *::before,
.k-gantt-timeline-pane .k-gantt-timeline *::after, .k-gantt-timeline-pane .k-gantt-timeline::before, .k-gantt-timeline-pane .k-gantt-timeline::after {
    box-sizing: border-box;
}
.k-gantt-timeline-pane .k-grid-content {
    overflow-x: scroll;
}
.k-gantt-timeline-pane .k-header {
    padding-block: 8px;
    padding-inline: 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-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,
.k-gantt-tasks .k-table-td {
    padding: 0;
    border-width: 0;
    position: relative;
    vertical-align: middle;
}
.k-gantt-tasks td::after {
    content: "\200b";
}
.k-task-wrap {
    margin-block: 0;
    margin-inline: -21px;
    padding-block: 5px;
    padding-inline: 21px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
}
.k-task-wrap.k-drag-hint {
    position: absolute;
}
.k-task {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-task-dot {
    width: 16px;
    height: 16px;
    line-height: 1;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-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%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.k-task-dot:hover::before,
.k-task-dot.k-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-block: 0;
    margin-inline: -2em;
}
.k-task-milestone {
    width: 1em;
    height: 1em;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
            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: 4px;
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    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: 4px;
    width: 20%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
}
.k-task-content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    white-space: nowrap;
}
.k-task-template {
    padding-block: 4px;
    padding-inline: 8px;
    line-height: normal;
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-task-actions {
    padding: 2px;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    visibility: hidden;
    z-index: 1;
}
.k-task-actions > .k-link {
    display: -webkit-inline-box;
    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-block: 0;
    margin-inline: 5px;
}
.k-task-details {
    padding-block: 4px;
    padding-inline: 8px;
    white-space: nowrap;
}
.k-task-details strong {
    font-size: 16px;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
}
.k-gantt-planned .k-task-inner-wrap {
    display: -webkit-inline-box;
    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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    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-gantt-tooltip-validation {
    max-width: 200px;
    display: block;
}
.k-gantt-tooltip-validation::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.k-gantt-tooltip-validation-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.k-gantt-tooltip-validation-label {
    display: -webkit-inline-box;
    display: inline-flex;
    min-width: 50px;
}
.k-gantt-tooltip-validation-value {
    font-weight: 700;
}
.k-gantt-tooltip-validation-label,
.k-gantt-tooltip-validation-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-pdf-export-shadow .k-gantt {
    float: left;
}
.k-pdf-export-shadow .k-gantt,
.k-pdf-export-shadow .k-gantt-timeline-pane,
.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,
[dir="rtl"] .k-gantt-rows,
[dir="rtl"] .k-gantt-columns {
    left: auto;
    right: 0;
}
.k-rtl .k-task-wrap:not(.k-milestone-wrap),
[dir="rtl"] .k-task-wrap:not(.k-milestone-wrap) {
    margin-block: 0;
    margin-inline: -26px;
}
.k-rtl .k-gantt-timeline-pane .k-header,
[dir="rtl"] .k-gantt-timeline-pane .k-header {
    border-width: 0 1px 1px 0;
}
.k-rtl .k-gantt-timeline-pane .k-header:first-child,
[dir="rtl"] .k-gantt-timeline-pane .k-header:first-child {
    border-right-width: 0;
}
.k-rtl .k-gantt-timeline-pane .k-task-start,
[dir="rtl"] .k-gantt-timeline-pane .k-task-start {
    left: auto;
    right: 0;
}
.k-rtl .k-gantt-timeline-pane .k-task-end,
[dir="rtl"] .k-gantt-timeline-pane .k-task-end {
    right: auto;
    left: 0;
}
.k-rtl .k-task-content,
[dir="rtl"] .k-task-content {
    text-align: end;
}
.k-rtl .k-task-complete,
[dir="rtl"] .k-task-complete {
    left: auto;
    right: 0;
}
.k-rtl .k-task-draghandle,
[dir="rtl"] .k-task-draghandle {
    margin-left: 0;
    margin-right: 16px;
}
.k-rtl .k-gantt-dependencies,
[dir="rtl"] .k-gantt-dependencies {
    left: auto;
    right: 0;
}
.k-rtl .k-gantt-delete,
[dir="rtl"] .k-gantt-delete {
    float: right;
}
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-e,
[dir="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,
[dir="rtl"] .k-task-offset-wrap .k-task-content .k-resize-w {
    display: none;
}
.k-rtl .k-milestone-wrap,
[dir="rtl"] .k-milestone-wrap {
    margin-left: -2.4em;
}
.k-rtl .k-milestone-wrap .k-task-moment,
[dir="rtl"] .k-milestone-wrap .k-task-moment {
    margin-right: 0.2em;
}
.k-rtl .k-gantt-timeline-pane .k-milestone-wrap .k-task-start,
[dir="rtl"] .k-gantt-timeline-pane .k-milestone-wrap .k-task-start {
    right: -0.1em;
}
.k-rtl .k-gantt-tooltip-validation::before,
[dir="rtl"] .k-gantt-tooltip-validation::before {
    left: auto;
    right: 0;
}
.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-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: black;
}
.k-gantt .k-gantt-dependencies-svg polyline.k-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-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-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-selected {
    color: #ffaea8;
}
.k-task-summary.k-selected .k-task-summary-complete {
    color: #ff6358;
}
.k-task-single {
    color: white;
    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-selected {
    color: white;
    background-color: #ffaea8;
}
.k-task-single.k-selected .k-task-complete {
    background-color: #ff6358;
}
.k-gantt-line {
    color: black;
}
.k-gantt-line.k-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-gantt-tooltip-validation::before {
    background-color: #656565;
}
.k-gantt-tooltip-valid::before {
    background-color: #37b400;
}
.k-gantt-tooltip-invalid::before {
    background-color: #f31700;
}
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    -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 .k-scheduler-edit-dialog,
.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-block: 8px;
    padding-inline: 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: -webkit-sticky;
    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: -webkit-box;
    display: flex;
    -webkit-box-flex: 100%;
            flex: 100%;
    flex-wrap: wrap;
}
.k-scheduler-layout-flex .k-scheduler-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    width: 100%;
    min-width: 0;
}
.k-scheduler-layout-flex .k-scheduler-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    flex-wrap: wrap;
}
.k-scheduler-layout-flex .k-scheduler-group .k-group-cell {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    flex-wrap: wrap;
    overflow: auto;
}
.k-scheduler-layout-flex .k-scheduler-group .k-group-content {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            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-scheduler-timeline-view .k-scheduler-body .k-scheduler-cell {
    flex-basis: auto;
}
.k-scheduler-layout-flex .k-more-events {
    bottom: 2px;
    left: 0;
    width: 100%;
}
.k-scheduler-layout-flex .k-scheduler-cell {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    padding-block: 8px;
    padding-inline: 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 {
    -webkit-box-pack: center;
            justify-content: center;
    font-weight: bold;
}
.k-scheduler-layout-flex .k-scheduler-cell.k-side-cell {
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 0;
            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 {
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
}
.k-scheduler-layout-flex .k-resource-content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-width: 0;
}
.k-scheduler-layout-flex .k-sticky-cell {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 0;
    position: -webkit-sticky;
    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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    gap: 4px;
    cursor: pointer;
}
.k-scheduler-toolbar .k-scheduler-search {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.k-scheduler-toolbar .k-views-dropdown {
    width: auto;
    font: inherit;
}
.k-scheduler-footer {
    box-shadow: none;
    border-width: 0;
    border-top-width: 1px;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
}
.k-scheduler-layout {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    position: relative;
    z-index: 1;
}
.k-scheduler-layout > tbody > tr > td {
    padding: 0;
    vertical-align: top;
}
.k-scheduler-layout td.k-selected,
.k-scheduler-layout .k-scheduler-cell.k-selected {
    outline: none;
}
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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 {
    -webkit-padding-end: var(--kendo-scrollbar-width, 17px);
            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: end;
}
.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;
}
.k-scheduler-content:focus {
    outline: none;
}
kendo-scheduler .k-event,
.k-event {
    border-radius: 4px;
    min-height: 25px;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-radius: 4px;
    text-align: start;
    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-block: 4px;
    padding-inline: 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-hover .k-event-delete,
.k-event .k-event-actions:hover .k-event-delete,
.k-event .k-event-actions.k-hover .k-event-delete {
    opacity: 1;
}
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: 32px;
    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: 32px;
    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-hover .k-event-actions .k-event-delete,
kendo-scheduler .k-event.k-hover .k-resize-handle,
.k-event:hover .k-event-actions .k-event-delete,
.k-event:hover .k-resize-handle,
.k-event.k-hover .k-event-actions .k-event-delete,
.k-event.k-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;
    -webkit-box-pack: center;
            justify-content: center;
}
.k-more-events > .k-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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: end;
}
.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-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-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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.k-scheduler-pane .k-scheduler-times {
    -webkit-box-flex: 0;
            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 {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-scheduler-yearview .k-scheduler-body {
    padding-block: 12px;
    padding-inline: 12px;
    -webkit-box-pack: center;
            justify-content: center;
}
.k-scheduler-yearview .k-calendar {
    width: 100%;
    border-width: 0;
}
.k-scheduler-yearview .k-calendar .k-calendar-view {
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 12px;
}
.k-scheduler-yearview .k-calendar .k-content {
    -webkit-box-flex: 0;
            flex: 0;
}
.k-scheduler-yearview .k-calendar .k-link {
    position: relative;
}
.k-scheduler-yearview .k-calendar td.k-selected {
    background-color: inherit;
}
.k-scheduler-yearview .k-day-indicator {
    margin-top: calc(32px - 0.5em);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 1.5px);
}
.k-scheduler-tooltip {
    padding-block: 8px;
    padding-inline: 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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 4px;
}
.k-scheduler-tooltip .k-tooltip-event {
    padding-block: 4px;
    padding-inline: 8px;
    border-radius: 4px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    flex-shrink: 0;
    position: relative;
    gap: 4px;
}
.k-scheduler-tooltip .k-tooltip-event .k-event-time {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    font-size: inherit;
}
.k-scheduler-tooltip .k-no-data, .k-scheduler-tooltip .k-nodata {
    height: auto;
    min-height: auto;
    color: inherit;
}
.k-scheduler-edit-dialog .k-dialog {
    max-height: 100vh;
}
.k-scheduler-edit-form .k-edit-form-container {
    width: 100%;
}
.k-scheduler-edit-form .k-edit-label {
    width: 17%;
}
.k-scheduler-edit-form .k-edit-field {
    width: 77%;
}
.k-scheduler-edit-form .k-edit-field > ul > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
}
.k-scheduler-edit-form .k-recurrence-editor .k-radio-list .k-radio-wrap,
.k-scheduler-edit-form .k-recurrence-editor .k-checkbox-list .k-checkbox-wrap {
    align-self: center;
}
.k-scheduler-edit-form .k-recur-interval,
.k-scheduler-edit-form .k-recur-count,
.k-scheduler-edit-form .k-recur-monthday {
    width: 5em;
}
.k-scheduler-edit-form .k-recur-until,
.k-scheduler-edit-form .k-recur-month,
.k-scheduler-edit-form .k-recur-weekday,
.k-scheduler-edit-form .k-recur-weekday-offset {
    width: 10em;
}
.k-scheduler-edit-form .k-scheduler-datetime-picker {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    gap: 8px;
}
.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 {
    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-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-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-safari .k-scheduler-tooltip .k-tooltip-event:not(:last-child) {
    margin-bottom: 4px;
}
.k-safari .k-scheduler-yearview .k-calendar-view .k-month {
    margin-block: 0;
    margin-inline: 6px;
}
.k-scheduler {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.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;
}
.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-selected,
.k-scheduler-layout .k-scheduler-cell.k-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: white;
    background-color: #ff7c73;
}
.k-event.k-selected {
    color: white;
    background-color: #ff6358;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-event.k-event-inverse {
    color: black;
}
.k-event.k-event-ongoing {
    box-shadow: inset 0px 0px 0px 1px #ff0000;
}
.k-scheduler-marquee::before,
.k-scheduler-marquee::after {
    border-color: #ff6358;
}
.k-scheduler-edit-dialog .k-dialog-actions {
    border-color: rgba(0, 0, 0, 0.08);
}
.k-scheduler-agendaview .k-scheduler-content tr:hover,
.k-scheduler-agendaview .k-scheduler-content tr.k-hover,
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover,
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row.k-hover {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #f0f0f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    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-hover .k-scheduler-datecolumn,
.k-scheduler-agendaview .k-scheduler-content tr.k-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-selected {
    background-color: rgba(255, 99, 88, 0.25);
}
.k-scheduler-agendaview .k-scheduler-content tr.k-selected .k-scheduler-datecolumn,
.k-scheduler-agendaview .k-scheduler-content tr.k-selected .k-scheduler-groupcolumn {
    background-color: #ffffff;
}
.k-scheduler-yearview .k-day-indicator {
    background-color: #ff6358;
}
.k-scheduler-yearview .k-selected .k-day-indicator {
    background-color: white;
}
.k-tooltip.k-scheduler-tooltip {
    color: #424242;
    background-color: white;
    box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-tooltip.k-scheduler-tooltip .k-callout {
    color: white;
}
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-chat .k-message-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.k-chat .k-message-list-content {
    padding-block: 16px;
    padding-inline: 16px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            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: -webkit-box;
    display: flex;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
}
.k-chat .k-message-group:not(.k-alt) {
    -webkit-box-align: start;
            align-items: flex-start;
    text-align: start;
}
.k-chat .k-message-group:not(.k-alt) .k-message-time {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
    inset-inline-start: 100%;
}
.k-chat .k-message-group:not(.k-alt) .k-message-status {
    inset-inline-start: 0;
}
.k-chat .k-message-group:not(.k-alt) .k-first .k-chat-bubble,
.k-chat .k-message-group:not(.k-alt) .k-only .k-chat-bubble {
    border-bottom-left-radius: 2px;
}
.k-chat .k-message-group:not(.k-alt) .k-middle .k-chat-bubble,
.k-chat .k-message-group:not(.k-alt) .k-last .k-chat-bubble {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.k-chat .k-message-group.k-alt {
    align-self: flex-end;
    -webkit-box-align: end;
            align-items: flex-end;
    text-align: end;
}
.k-chat .k-message-group.k-alt .k-message-time {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
    inset-inline-end: 100%;
}
.k-chat .k-message-group.k-alt .k-message-status {
    inset-inline-end: 0;
}
.k-chat .k-message-group.k-alt .k-first .k-chat-bubble,
.k-chat .k-message-group.k-alt .k-only .k-chat-bubble {
    border-bottom-right-radius: 2px;
}
.k-chat .k-message-group.k-alt .k-middle .k-chat-bubble,
.k-chat .k-message-group.k-alt .k-last .k-chat-bubble {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.k-chat .k-message {
    max-width: 100%;
    margin: 2px 0 0;
    position: relative;
    -webkit-transition: margin .2s ease-in-out;
    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%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.k-chat .k-message-status {
    margin-top: 2px;
    height: 0;
    overflow: hidden;
    top: 100%;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
}
.k-chat .k-chat-bubble {
    border-radius: 12px;
    padding-block: 8px;
    padding-inline: 12px;
    border-width: 1px;
    border-style: solid;
    line-height: 18px;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.k-chat .k-chat-bubble a {
    color: inherit;
    text-decoration: underline;
}
.k-chat .k-message.k-selected {
    margin-bottom: 16px;
    border: 0;
    color: inherit;
    background: none;
}
.k-chat .k-message.k-selected .k-message-time {
    opacity: 1;
}
.k-chat .k-message.k-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 {
    margin: 0;
    position: absolute;
}
.k-message-group:not(.k-alt) > .k-avatar {
    inset-inline-start: 0;
    bottom: 0;
}
.k-message-group.k-alt > .k-avatar {
    inset-inline-end: 0;
    bottom: 0;
}
.k-chat .k-avatars .k-message-group:not(.k-no-avatar) {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
}
.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
    -webkit-padding-end: 40px;
            padding-inline-end: 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;
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
    -webkit-margin-after: 4px;
            margin-block-end: 4px;
    padding-block: 8px;
    padding-inline: 12px;
    border-width: 1px;
    border-style: solid;
    line-height: 18px;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    display: inline-block;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    outline: none;
}
.k-scrollable-quick-replies {
    -webkit-margin-start: -16px;
            margin-inline-start: -16px;
    -webkit-margin-end: -16px;
            margin-inline-end: -16px;
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 0;
            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 {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
}
.k-message-box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit !important;
    border-radius: 0 !important;
    -webkit-box-flex: 0;
            flex: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
}
.k-message-box:focus, .k-message-box.k-focus, .k-message-box:focus-within {
    outline: 0;
    box-shadow: none;
}
.k-message-box .k-button {
    border-width: 0;
    flex-shrink: 0;
}
.k-message-box .k-button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: inline-block;
}
.k-rtl .k-message-box .k-button,
[dir="rtl"] .k-message-box .k-button {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
}
.k-chat .k-card-list {
    margin: 2px 0 0;
}
.k-message-group.k-alt + .k-card-list,
.k-message-group.k-alt + kendo-chat-message-attachments.k-card-list {
    align-self: flex-end;
}
.k-chat .k-card-deck {
    max-width: calc(100% + 32px);
    box-sizing: border-box;
    -webkit-margin-start: -16px;
            margin-inline-start: -16px;
    -webkit-margin-end: -16px;
            margin-inline-end: -16px;
    padding: 16px 16px 16px;
    overflow: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
}
.k-chat .k-card-deck .k-card {
    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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-bottom: 5px;
}
.k-chat .k-card-deck .k-card-wrap .k-card {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
}
.k-chat .k-card-deck .k-card-wrap.k-selected {
    background: none;
}
.k-typing-indicator {
    padding: 0;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
}
.k-typing-indicator span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-box-flex: 0;
            flex: 0 0 8px;
    background-color: currentColor;
    opacity: .4;
}
.k-typing-indicator span:nth-of-type(1) {
    -webkit-animation: 1s k-animation-blink infinite 0.3333s;
            animation: 1s k-animation-blink infinite 0.3333s;
}
.k-typing-indicator span:nth-of-type(2) {
    -webkit-animation: 1s k-animation-blink infinite 0.6666s;
            animation: 1s k-animation-blink infinite 0.6666s;
}
.k-typing-indicator span:nth-of-type(3) {
    -webkit-animation: 1s k-animation-blink infinite 0.9999s;
            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 {
    padding-block: 8px;
    padding-inline: 8px;
    width: 100%;
    border-width: 1px 0 0;
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: none;
    overflow: hidden;
    position: relative;
    gap: 8px;
}
.k-chat-toolbar::before,
.k-chat .k-toolbar-box::before {
    display: none;
}
.k-chat-toolbar .k-button-list,
.k-chat .k-toolbar-box .k-button-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    overflow: hidden;
    scroll-behavior: smooth;
}
.k-chat-toolbar .k-button,
.k-chat .k-toolbar-box .k-button {
    -webkit-box-flex: 0;
            flex: none;
}
.k-chat-toolbar .k-scroll-button,
.k-chat .k-toolbar-box .k-scroll-button {
    padding: 0 4px;
    height: 100%;
    aspect-ratio: auto;
    position: absolute;
    z-index: 2;
    top: 0;
}
.k-chat-toolbar .k-scroll-button .k-button-icon,
.k-chat .k-toolbar-box .k-scroll-button .k-button-icon {
    min-width: auto;
    min-height: auto;
}
.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 {
    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-chat-bubble {
    border-color: #ffffff;
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
    -webkit-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;
    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;
    -webkit-box-ordinal-group: 0;
            order: -1;
}
.k-chat .k-chat-bubble a {
    color: #ff6358;
}
.k-chat .k-chat-bubble a:hover {
    color: #d6534a;
}
.k-chat .k-chat-bubble:hover {
    box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-chat .k-selected .k-chat-bubble {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-chat .k-alt .k-chat-bubble {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
    box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-chat .k-alt .k-chat-bubble:hover {
    box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-chat .k-alt .k-selected .k-chat-bubble {
    box-shadow: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-chat .k-quick-reply {
    border-color: #ff6358;
    color: #ff6358;
    background-color: transparent;
}
.k-chat .k-quick-reply:hover {
    border-color: #ff6358;
    color: white;
    background-color: #ff6358;
}
.k-chat-toolbar,
.k-chat .k-toolbar-box {
    border-color: inherit;
    color: #424242;
    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 *,
.k-mediaplayer *::before,
.k-mediaplayer *::after {
    box-sizing: border-box;
}
.k-mediaplayer > iframe {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top;
}
.k-mediaplayer-titlebar {
    padding-block: 8px;
    padding-inline: 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-toolbar .k-dropdown-list, .k-mediaplayer-toolbar .k-dropdown,
.k-mediaplayer-toolbar .k-dropdownlist {
    width: auto;
}
.k-mediaplayer-time-wrap {
    -webkit-box-flex: 1;
            flex: 1;
}
.k-mediaplayer-volume-wrap {
    padding: 0 7px;
    -webkit-box-align: center;
            align-items: center;
}
.k-mediaplayer-volume {
    width: 100px;
}
.k-slider.k-mediaplayer-seekbar {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.k-mediaplayer-seekbar .k-slider-track {
    width: 100% !important;
    border-radius: 0;
}
.k-mediaplayer-seekbar .k-slider-selection {
    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: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 66, 66, 0.7)), to(rgba(66, 66, 66, 0)));
    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 *,
.k-timeline *::before,
.k-timeline *::after, .k-timeline::before, .k-timeline::after {
    box-sizing: border-box;
}
.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-block: 4px;
    padding-inline: 8px;
    border-radius: 4px;
    line-height: 1.4285714286;
    min-width: 80px;
    max-width: 160px;
    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-timeline-collapsible .k-card-header {
    cursor: pointer;
}
.k-timeline.k-timeline-collapsible .k-event-collapse {
    display: -webkit-box;
    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: 4px;
}
.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-block: 0;
    padding-inline: 40px;
    margin-block: 40px;
    margin-inline: 0;
    width: 100%;
    position: relative;
    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;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 6px;
}
.k-timeline-vertical .k-timeline-flag-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.k-timeline-vertical .k-timeline-flag-wrap:first-child {
    padding-top: 40px;
}
.k-timeline-vertical .k-timeline-flag {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.k-timeline-vertical .k-timeline-date-wrap {
    position: absolute;
    padding-right: 16px;
    margin-top: 36px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    text-align: end;
}
.k-timeline-vertical .k-timeline-event {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    padding-block: 40px;
    padding-inline: 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: 6px;
}
.k-timeline-vertical .k-timeline-card .k-card .k-card-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            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-block: -4px;
    margin-inline: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-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 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
.k-timeline-vertical .k-timeline-circle {
    margin-top: 36px;
    -webkit-transform: translate(-50%, -50%);
            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 {
    -webkit-box-pack: center;
            justify-content: center;
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-flag {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-event {
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-date-wrap {
    text-align: start;
    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;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.k-timeline-vertical.k-timeline-alternating .k-timeline-circle {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 0;
}
.k-timeline-horizontal .k-timeline-track-item {
    -webkit-box-flex: 1;
            flex: 1 0 20%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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%;
}
.k-timeline-horizontal .k-card {
    max-height: 100%;
}
.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;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 6px;
}
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-track {
    overflow: hidden;
    margin-block: 0;
    margin-inline: 30px;
    position: relative;
    z-index: 2;
}
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-track .k-timeline-scrollable-wrap {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-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;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
            transform: translate(-50%, 50%) rotate(45deg);
}
.k-timeline-horizontal .k-timeline-scrollable-wrap {
    padding-bottom: 3px;
    display: -webkit-box;
    display: flex;
    outline: 0;
}
.k-timeline-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: 11px;
    z-index: 3;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.k-timeline-arrow-left {
    left: 0;
}
.k-timeline-arrow-right {
    right: 0;
}
.k-timeline-mobile {
    padding-block: 0;
    padding-inline: 16px;
    margin-block: 16px;
    margin-inline: 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: white;
    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-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-focus .k-timeline-circle {
    box-shadow: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-pdf-viewer {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    z-index: 2;
}
.k-pdf-viewer .k-toolbar .k-pager-wrap,
.k-pdf-viewer .k-toolbar .k-pager {
    padding: 0;
    border-width: 0;
    color: inherit;
    background: none;
    overflow: visible;
}
.k-pdf-viewer .k-canvas {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    outline: none;
}
.k-pdf-viewer .k-canvas.k-enable-text-select {
    -webkit-user-select: text;
        -ms-user-select: text;
            -moz-user-select: text;
         user-select: text;
    cursor: text;
}
.k-pdf-viewer .k-canvas.k-enable-panning {
    cursor: -webkit-grab;
    cursor: grab;
}
.k-pdf-viewer .k-canvas.k-enable-panning span::-moz-selection {
    background-color: transparent;
}
.k-pdf-viewer .k-canvas.k-enable-panning span::selection {
    background-color: transparent;
}
.k-pdf-viewer .k-pdf-viewer-pages {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
}
.k-pdf-viewer .k-page {
    position: relative;
    margin-block: 30px;
    margin-inline: 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.25;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    color: transparent;
}
.k-pdf-viewer .k-page .k-text-layer .k-search-highlight-mark {
    color: transparent;
}
.k-pdf-viewer .k-blank-page {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    background-color: inherit !important;
}
.k-pdf-viewer .k-blank-page .k-upload,
.k-pdf-viewer .k-blank-page .k-dropzone,
.k-pdf-viewer .k-blank-page .k-dropzone-inner {
    border: 0;
    background: none;
}
.k-pdf-viewer-canvas > .k-search-panel {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: calc(-1.4285714286em + -44px);
    padding-block: 16px;
    padding-inline: 8px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    display: -webkit-box;
    display: flex;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
    z-index: 10;
    cursor: default;
}
.k-pdf-viewer-canvas > .k-search-panel .k-search-dialog-draghandle {
    cursor: move;
    margin-left: 0;
}
.k-pdf-viewer-canvas > .k-search-panel .k-textbox {
    width: 10em;
    -webkit-box-flex: 0;
            flex: none;
}
.k-pdf-viewer-canvas > .k-search-panel .k-textbox .k-button {
    border-width: 0;
}
.k-pdf-viewer-canvas > .k-search-panel .k-search-matches {
    display: -webkit-inline-box;
    display: inline-flex;
    gap: 4px;
}
.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: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-pdf-viewer .k-blank-page > .k-icon {
    color: #7e7e7e;
}
.k-pdf-viewer .k-search-highlight {
    background-color: #424242;
}
.k-pdf-viewer .k-search-highlight-mark {
    background-color: yellow;
}
.k-pdf-viewer-canvas > .k-search-panel {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.km-scrollview,
.km-scroll-container {
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-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;
    -webkit-transform: translate3d(0, -3em, 0);
            transform: translate3d(0, -3em, 0);
}
.km-scroller-pull .km-template {
    display: inline-block;
    min-width: 200px;
    text-align: start;
}
.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;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 300ms linear;
    transition: -webkit-transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear;
}
.km-widget .km-scroller-release .km-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.km-widget .km-scroller-refresh .km-icon {
    -webkit-transition: none;
    transition: none;
}
.km-touch-scrollbar {
    position: absolute;
    visibility: hidden;
    z-index: 200000;
    height: .4em;
    width: .4em;
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: opacity .3s linear;
    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;
}
.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 {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    cursor: default;
    white-space: nowrap;
}
.k-scrollview-wrap > .k-scrollview-view {
    display: inline-block;
    overflow: hidden;
    flex-shrink: 0;
}
.k-scrollview-wrap img {
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
.k-scrollview-wrap.k-scrollview-animate {
    width: calc(var(--kendo-scrollview-views, 1)*100%);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transform: translateX(calc(-100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
            transform: translateX(calc(-100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
}
[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
    -webkit-transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
            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));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
}
.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 kendo-scrollview-pager {
    pointer-events: none;
}
kendo-scrollview.k-scrollview .k-scrollview-nav {
    pointer-events: initial;
}
.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: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    pointer-events: initial;
}
.k-scrollview-nav:focus {
    outline: none;
}
.k-scrollview-nav > .k-link {
    margin-block: 0;
    margin-inline: 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;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    cursor: pointer;
    pointer-events: all;
    vertical-align: top;
}
.k-scrollview-nav > .k-link::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -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;
        -ms-user-select: none;
            -moz-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-weight: normal;
}
.k-scrollview-prev {
    inset-inline-start: 0;
}
.k-scrollview-next {
    inset-inline-end: 0;
}
.k-scrollview-animation {
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
}
.k-scrollview {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-scrollview.k-scrollview-dark kendo-scrollview-pager,
.k-scrollview.k-scrollview-dark .k-scrollview-nav-wrap {
    background-color: rgba(0, 0, 0, 0.4);
}
.k-scrollview.k-scrollview-dark .k-scrollview-next,
.k-scrollview.k-scrollview-dark .k-scrollview-prev {
    color: rgba(0, 0, 0, 0.4);
}
.k-scrollview.k-scrollview-light kendo-scrollview-pager,
.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-focus,
.k-scrollview-prev:focus,
.k-scrollview-prev.k-focus {
    color: white;
    opacity: 1;
}
.k-scrollview-next:focus .k-icon::before, .k-scrollview-next.k-focus .k-icon::before,
.k-scrollview-prev:focus .k-icon::before,
.k-scrollview-prev.k-focus .k-icon::before {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-scrollview-next:hover, .k-scrollview-next.k-hover,
.k-scrollview-prev:hover,
.k-scrollview-prev.k-hover {
    color: white;
    opacity: 1;
}
.k-scrollview-nav > .k-link {
    background: #f5f5f5;
    border: rgba(0, 0, 0, 0.08);
}
.k-scrollview-nav > .k-link.k-primary {
    background: #ff6358;
    border: #ff6358;
}
.k-scrollview-nav > .k-link:focus, .k-scrollview-nav > .k-link.k-focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-scrollview-nav > .k-link:hover, .k-scrollview-nav > .k-link.k-hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}
.k-prompt {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    overflow: hidden;
}
.k-prompt-content {
    padding-block: 16px;
    padding-inline: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    gap: 16px;
    overflow: auto;
}
.k-prompt-view {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    gap: 16px;
}
.k-prompt-expander {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 8px;
}
.k-prompt-expander-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    gap: 8px;
    align-self: stretch;
}
.k-prompt-suggestion {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding-block: 8px;
    padding-inline: 8px;
    cursor: pointer;
}
.k-prompt-setting {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.k-prompt-actions.k-actions, .k-prompt-actions.k-edit-buttons,
.k-prompt-actions.k-action-buttons,
.k-prompt-actions.k-columnmenu-actions, .k-prompt-actions.k-form-buttons {
    margin: 0;
}
.k-prompt {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-prompt-header {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}
.k-prompt-content {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
}
.k-prompt-suggestion {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.k-barcode {
    display: inline-block;
}
.k-barcode > div {
    height: 150px;
}
.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 {
    -webkit-transition: left 300ms cubic-bezier(0, 0.33, 0.19, 1), top 300ms cubic-bezier(0, 0.33, 0.19, 1);
    transition: left 300ms cubic-bezier(0, 0.33, 0.19, 1), top 300ms cubic-bezier(0, 0.33, 0.19, 1);
}
.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: 4px;
    font-size: 13.006px;
    line-height: 1.4285714286;
    padding-block: 4px;
    padding-inline: 8px;
}
.k-chart-tooltip th {
    width: auto;
    text-align: center;
    padding: 1px;
}
.k-chart-tooltip td {
    width: auto;
    text-align: start;
    padding-block: 2px;
    padding-inline: 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;
    -webkit-transform: translateZ(0);
            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-navigator-hint div {
    position: absolute;
}
.k-navigator-hint .k-scroll {
    border-radius: 4px;
    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 {
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
}
.k-chart-donut-center {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            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-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-block: 2px;
    padding-inline: 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-block: 4px;
    padding-inline: 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 {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: rotate(-90deg);
            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: start;
    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-qrcode > div {
    height: 150px;
}
.k-var--primary {
    background-color: #ff6358;
}
.k-var--primary-contrast {
    background-color: white;
}
.k-var--base {
    background-color: #fafafa;
}
.k-var--background {
    background-color: #ffffff;
}
.k-var--border-radius {
    margin-top: 4px;
}
.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: white;
}
.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: #ffe162;
}
.k-var--series-c {
    background-color: #4cd180;
}
.k-var--series-d {
    background-color: #4b5ffa;
}
.k-var--series-e {
    background-color: #ac58ff;
}
.k-var--series-f {
    background-color: #ff5892;
}
.k-var--series-1 {
    background-color: #ff6358;
}
.k-var--series-2 {
    background-color: #ffe162;
}
.k-var--series-3 {
    background-color: #4cd180;
}
.k-var--series-4 {
    background-color: #4b5ffa;
}
.k-var--series-5 {
    background-color: #ac58ff;
}
.k-var--series-6 {
    background-color: #ff5892;
}
.k-var--series-7 {
    background-color: #ff8a82;
}
.k-var--series-8 {
    background-color: #ffe989;
}
.k-var--series-9 {
    background-color: #79dda0;
}
.k-var--series-10 {
    background-color: #7887fb;
}
.k-var--series-11 {
    background-color: #c182ff;
}
.k-var--series-12 {
    background-color: #ff82ad;
}
.k-var--series-13 {
    background-color: #bf4a42;
}
.k-var--series-14 {
    background-color: #bfa94a;
}
.k-var--series-15 {
    background-color: #399d60;
}
.k-var--series-16 {
    background-color: #3847bc;
}
.k-var--series-17 {
    background-color: #8142bf;
}
.k-var--series-18 {
    background-color: #bf426e;
}
.k-var--series-19 {
    background-color: #ffb1ac;
}
.k-var--series-20 {
    background-color: #fff0b1;
}
.k-var--series-21 {
    background-color: #a6e8c0;
}
.k-var--series-22 {
    background-color: #a5affd;
}
.k-var--series-23 {
    background-color: #d6acff;
}
.k-var--series-24 {
    background-color: #ffacc9;
}
.k-var--series-25 {
    background-color: #80322c;
}
.k-var--series-26 {
    background-color: #807131;
}
.k-var--series-27 {
    background-color: #266940;
}
.k-var--series-28 {
    background-color: #26307d;
}
.k-var--series-29 {
    background-color: #562c80;
}
.k-var--series-30 {
    background-color: #802c49;
}
.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: #000000;
}
.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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    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-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:hover,
.k-treemap .k-leaf.k-hover {
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.08);
}
.k-map {
    height: 600px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: inherit;
}
.k-map *,
.k-map *::before,
.k-map *::after {
    box-sizing: border-box;
}
.k-map .km-scroll-wrapper {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-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 {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    cursor: pointer;
    position: absolute;
    overflow: visible;
}
.k-map .k-attribution {
    padding-block: 2px;
    padding-inline: 4px;
    border-width: 0;
    font-size: 10.5px;
    z-index: 1000;
}
.k-map-controls {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.k-navigator {
    margin: 16px;
    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 {
    padding: 0;
    width: auto;
    height: auto;
    line-height: 1;
    box-shadow: none;
    position: absolute;
}
.k-navigator .k-button .k-icon {
    min-width: 0;
    min-height: 0;
}
.k-navigator .k-navigator-n,
.k-navigator .k-navigator-up {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 2px;
    left: 50%;
}
.k-navigator .k-navigator-e,
.k-navigator .k-navigator-right {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2px;
    top: 50%;
}
.k-navigator .k-navigator-s,
.k-navigator .k-navigator-down {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 2px;
    left: 50%;
}
.k-navigator .k-navigator-w,
.k-navigator .k-navigator-left {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2px;
    top: 50%;
}
.k-zoom-control {
    margin: 16px;
    border: 0;
    background: none;
    display: -webkit-box;
    display: flex;
}
.k-pdf-export .k-zoom-control {
    display: none;
}
.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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.02)));
    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-block: 24px;
    padding-inline: 24px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.4285714286;
    overflow: auto;
}
.k-orgchart *,
.k-orgchart *::before,
.k-orgchart *::after {
    box-sizing: border-box;
}
.k-orgchart-container {
    margin-block: 0;
    margin-inline: auto;
    width: 100%;
    height: 100%;
    position: relative;
}
.k-orgchart-group {
    gap: 24px;
}
.k-orgchart-group.k-vstack > .k-orgchart-node-container, .k-orgchart-group.k-vbox > .k-orgchart-node-container {
    gap: 0;
}
.k-orgchart-node-container {
    gap: 24px;
}
.k-orgchart-node-group-container {
    border-radius: 4px;
    padding-block: 24px;
    padding-inline: 24px;
    border-width: 1px;
    border-style: solid;
    outline: 0;
}
.k-orgchart-node-group-title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.25;
}
.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;
}
.k-orgchart-card .k-card-subtitle {
    margin: 0 0 0px;
}
.k-orgchart-card .k-card-body {
    border-width: 2px 0 0;
    border-style: solid;
    -webkit-box-flex: 0;
            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-block: 0;
    margin-inline: 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-focus {
    box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
}
.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-focus {
    box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
    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);
}
.k-signature {
    width: 250px;
    min-height: 84px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.k-signature.k-signature-maximized {
    width: 750px;
    height: 252px;
}
.k-signature.k-signature-maximized > .k-signature-line {
    border-bottom-width: 3px;
}
.k-signature-actions {
    display: -webkit-box;
    display: flex;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    gap: 4px;
    z-index: 2;
}
.k-signature-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    outline: none;
}
.k-signature-line {
    position: absolute;
    bottom: 33%;
    z-index: 2;
    pointer-events: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}
.k-signature-sm {
    padding-inline: 2px;
    padding-block: 2px;
}
.k-signature-sm .k-signature-line {
    width: calc(100% - 4px);
}
.k-signature-md {
    padding-inline: 4px;
    padding-block: 4px;
}
.k-signature-md .k-signature-line {
    width: calc(100% - 8px);
}
.k-signature-lg {
    padding-inline: 8px;
    padding-block: 8px;
}
.k-signature-lg .k-signature-line {
    width: calc(100% - 16px);
}
.k-signature-lg {
    min-height: 110px;
}
.k-signature .k-signature-line {
    border-bottom-color: rgba(0, 88, 233, 0.24);
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.k-button[disabled], .k-button[disabled]:focus, .k-button.k-state-focused[disabled],
[disabled] .k-button,
[disabled] .k-button:focus,
[disabled] .k-button.k-state-focused, .k-button.k-state-disabled, .k-button.k-state-disabled:focus, .k-button.k-state-disabled.k-state-focused, .k-chip.k-chip-disabled {
  outline: none;
  cursor: default;
  opacity: 0.6;
  -webkit-filter: grayscale(0.1);
          filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none; }
.k-widget, .k-block,
.k-panel {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff; }
.k-content, .k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper, .k-flatcolorpicker, .k-editor, .k-scheduler-agendaview tr.k-state-hover .k-scheduler-datecolumn,
.k-scheduler-agendaview tr:hover .k-scheduler-datecolumn,
.k-scheduler-agendaview tr:hover .k-scheduler-groupcolumn, .k-notification {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff; }
.k-popup, .k-column-menu .k-menu:not(.k-context-menu), .k-menu-group,
.k-menu.k-context-menu {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f9f9f9; }
.k-spreadsheet-top-corner, .k-spreadsheet-row-header,
.k-spreadsheet-column-header, .k-time-list-wrapper .k-title, .editorToolbarWindow.k-header.k-window-content, .k-treemap .k-treemap-title, .k-gantt-toolbar, .k-scheduler-toolbar,
.k-scheduler-footer, .k-block > .k-header,
.k-panel > .k-header {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6; }
.k-list-container .k-nodata .k-button, .k-button, .k-button-group.k-state-disabled .k-button:not(.k-state-active),
.k-button-group .k-state-disabled:not(.k-state-active), .k-spreadsheet-filter, .k-pivot-toolbar .k-button,
.k-fieldselector .k-list li.k-item, .k-dropdowntree .k-dropdown-wrap, .k-editor .k-editor-toolbar-wrap a.k-tool,
.k-ct-popup .k-editor-toolbar a.k-tool,
.editorToolbarWindow.k-header.k-window-content a.k-tool, .k-handle, .k-map .k-navigator, .k-gantt-views li, .k-scheduler-navigation .k-nav-today,
.k-scheduler-navigation .k-nav-prev,
.k-scheduler-navigation .k-nav-next, .k-scheduler-views li, .k-scheduler-footer li {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
  background-image: linear-gradient(#f6f6f6, #f1f1f1); }
.k-button:hover, .k-button.k-state-hover, .k-action-buttons .k-button:hover, .k-action-buttons .k-button.k-state-hover, .k-spreadsheet-filter:hover, .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, .k-dropdowntree .k-dropdown-wrap:hover, .k-dropdowntree .k-dropdown-wrap.k-state-hover, .k-editor .k-editor-toolbar-wrap a.k-tool:hover, .k-editor .k-editor-toolbar-wrap a.k-tool.k-state-hover,
.k-ct-popup .k-editor-toolbar a.k-tool:hover,
.k-ct-popup .k-editor-toolbar a.k-tool.k-state-hover,
.editorToolbarWindow.k-header.k-window-content a.k-tool:hover,
.editorToolbarWindow.k-header.k-window-content a.k-tool.k-state-hover, .k-handle:hover, .k-gantt-views li.k-state-hover, .k-scheduler-navigation .k-nav-today:hover,
.k-scheduler-navigation .k-nav-prev:hover,
.k-scheduler-navigation .k-nav-next:hover, .k-scheduler-views li:hover, .k-scheduler-footer li:hover {
  border-color: rgba(0, 0, 0, 0.15);
  color: #1d1d1c;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e8e8e8));
  background-image: linear-gradient(#ededed, #e8e8e8); }
.k-button:active, .k-button.k-state-active, .k-split-button.k-button-group .k-button:active, .k-split-button.k-button-group .k-button.k-state-active, .k-action-buttons .k-button:active, .k-action-buttons .k-button.k-state-active, .k-spreadsheet-filter.k-state-active, .k-editor .k-editor-toolbar-wrap a.k-tool:active, .k-editor .k-editor-toolbar-wrap a.k-tool.k-state-active,
.k-ct-popup .k-editor-toolbar a.k-tool:active,
.k-ct-popup .k-editor-toolbar a.k-tool.k-state-active,
.editorToolbarWindow.k-header.k-window-content a.k-tool:active,
.editorToolbarWindow.k-header.k-window-content a.k-tool.k-state-active {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6;
  background-image: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
.k-dropdowntree .k-dropdown-wrap.k-state-focused {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06); }
.k-button.k-primary {
  border-color: #009ddc;
  color: #ffffff;
  background-color: #009ddc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 106, 220, 0)), to(rgba(0, 106, 220, 0.2)));
  background-image: linear-gradient(rgba(0, 106, 220, 0), rgba(0, 106, 220, 0.2)); }
.k-button.k-primary:hover, .k-button.k-primary.k-state-hover, .k-action-buttons .k-primary:hover, .k-action-buttons .k-primary.k-state-hover {
  border-color: #0092dc;
  color: #ffffff;
  background-color: #0092dc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 95, 220, 0)), to(rgba(0, 95, 220, 0.2)));
  background-image: linear-gradient(rgba(0, 95, 220, 0), rgba(0, 95, 220, 0.2)); }
.k-button.k-state-selected, .k-button.k-primary:active, .k-button.k-primary.k-state-active, .k-button.k-primary.k-state-selected, .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 > input[type="radio"]:checked + .k-button,
.k-button-group > input[type="checkbox"]:checked + .k-button, .k-action-buttons .k-primary:active, .k-action-buttons .k-primary.k-state-active {
  border-color: #009ddc;
  color: #ffffff;
  background-color: #009ddc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 106, 220, 0.2)), to(rgba(0, 106, 220, 0)));
  background-image: linear-gradient(rgba(0, 106, 220, 0.2), rgba(0, 106, 220, 0)); }
.k-toolbar, .k-editor-toolbar {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6; }
.k-scheduler-agendaview tr.k-state-hover,
.k-scheduler-agendaview .k-scheduler-content tr:hover,
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover {
  border-color: #ededed;
  color: #1d1d1c;
  background-color: #ededed; }
.k-drag-clue {
  border-color: #009ddc;
  color: #ffffff;
  background-color: #009ddc; }
.k-column-menu .k-menu:not(.k-context-menu) .k-item {
  color: #3a3a3a;
  background-color: #f9f9f9; }
.k-list .k-item:focus,
.k-list .k-item.k-state-focused,
.k-list-optionlabel:focus,
.k-list-optionlabel.k-state-focused, .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, .k-gantt-views li.k-state-focused,
.k-gantt-views li .k-state-focused, .k-scheduler-navigation li.k-state-focused, .k-scheduler-views li.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-list .k-item:hover,
.k-list .k-item.k-state-hover,
.k-list-optionlabel:hover,
.k-list-optionlabel.k-state-hover, .k-list-container .k-button:hover,
.k-list-container .k-button.k-state-hover, .k-column-list-item:hover,
.k-columnmenu-item:hover, .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, .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, .k-spreadsheet-popup .k-button:hover,
.k-spreadsheet-popup .k-button.k-state-hover, .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: #1d1d1c;
  background-color: #ededed; }
.k-list .k-item.k-state-selected,
.k-list-optionlabel.k-state-selected, .k-list-container .k-button:active,
.k-list-container .k-button.k-state-active, .k-columnmenu-item.k-state-selected, .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-selected, .k-spreadsheet-popup .k-button:active,
.k-spreadsheet-popup .k-button.k-state-active,
.k-spreadsheet-popup .k-button.k-state-selected, .k-menu-group .k-item.k-state-selected,
.k-menu.k-context-menu .k-item.k-state-selected {
  color: #ffffff;
  background-color: #009ddc; }
.k-theme-test-class,
.k-common-test-class {
  opacity: 0; }
.k-reset {
  margin: 0;
  padding: 0;
  border-width: 0;
  outline: 0;
  text-decoration: none;
  font: inherit;
  list-style: none; }
.k-widget {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4285714286;
  display: block;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
table.k-widget {
  display: table; }
kendo-sortable {
  display: block; }
.k-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001; }
.k-rtl {
  direction: rtl; }
.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%;
  -webkit-transform: translate(-50%, -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-state-disabled,
.k-widget[disabled] {
  outline: none;
  cursor: default;
  opacity: 0.6;
  -webkit-filter: grayscale(0.1);
          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 {
    cursor: default;
    outline: 0; }
.k-state-disabled [disabled],
  .k-state-disabled .k-state-disabled,
  .k-widget[disabled] [disabled],
  .k-widget[disabled] .k-state-disabled {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
.k-hr, .k-separator, .k-menu-group .k-item.k-separator,
.k-menu-vertical .k-item.k-separator {
  margin: 1em auto;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.08);
  display: block; }
.k-hbox > .k-hr, .k-columnset > .k-hr, .k-toolbar .k-separator, .k-menu-horizontal > .k-item.k-separator {
  margin: 0;
  width: 0;
  height: auto;
  border-width: 0 0 0 1px;
  -webkit-box-flex: 0;
          flex: 0 0 auto; }
.k-hr {
  padding: 0;
  float: none;
  clear: both; }
.k-vbox > .k-hr, .k-rowset > .k-hr {
  margin: 0;
  -webkit-box-flex: 0;
          flex: 0 0 auto; }
.k-dirty {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #fe5a63 #fe5a63 transparent transparent;
  position: absolute;
  top: 0;
  right: 0; }
[dir="rtl"] .k-dirty,
.k-rtl .k-dirty {
  border-color: transparent transparent #fe5a63 #fe5a63;
  right: auto;
  left: 0; }
.k-placeholder-line {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block; }
.k-display-inline {
  display: inline !important; }
.k-display-block {
  display: block !important; }
.k-display-inline-block {
  display: inline-block !important; }
.k-display-flex {
  display: -webkit-box !important;
  display: flex !important; }
.k-display-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important; }
.k-display-table {
  display: table !important; }
.k-display-inline-table {
  display: inline-table !important; }
.k-display-none, .k-hidden {
  display: none !important; }
.k-float-left {
  float: left !important; }
.k-float-right {
  float: right !important; }
.k-float-none {
  float: none !important; }
.k-floatwrap::after,
.k-grid-toolbar::after,
.k-slider-items::after {
  content: "";
  display: block;
  clear: both; }
.k-flex-wrap {
  flex-wrap: wrap; }
.k-flex-nowrap {
  flex-wrap: nowrap; }
.k-flex-wrap-reverse {
  flex-wrap: wrap-reverse; }
.k-flex {
  -webkit-box-flex: 1;
          flex: 1 1 0; }
.k-flex-auto {
  -webkit-box-flex: 1;
          flex: 1 1 auto; }
.k-no-flex {
  -webkit-box-flex: 0;
          flex: 0 0 0; }
.k-no-flex-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto; }
.k-flex-grow {
  -webkit-box-flex: 1;
          flex-grow: 1; }
.k-no-flex-grow {
  -webkit-box-flex: 0;
          flex-grow: 0; }
.k-flex-shrink {
  flex-shrink: 1; }
.k-no-flex-shrink {
  flex-shrink: 0; }
.k-align-items-start {
  -webkit-box-align: start;
          align-items: flex-start; }
.k-align-items-end {
  -webkit-box-align: end;
          align-items: flex-end; }
.k-align-items-center {
  -webkit-box-align: center;
          align-items: center; }
.k-align-items-stretch {
  -webkit-box-align: stretch;
          align-items: stretch; }
.k-align-items-baseline {
  -webkit-box-align: 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 {
  -webkit-box-pack: start;
          justify-content: flex-start; }
.k-justify-content-end {
  -webkit-box-pack: end;
          justify-content: flex-end; }
.k-justify-content-center {
  -webkit-box-pack: center;
          justify-content: center; }
.k-justify-content-between {
  -webkit-box-pack: justify;
          justify-content: space-between; }
.k-justify-content-around {
  justify-content: space-around; }
.k-justify-content-evenly {
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly; }
.k-hbox, .k-columnset, .k-vbox, .k-rowset {
  display: -webkit-box;
  display: flex; }
.k-ihbox, .k-ivbox {
  display: -webkit-inline-box;
  display: inline-flex; }
.k-hbox, .k-columnset, .k-ihbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
.k-vbox, .k-rowset, .k-ivbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
.k-column {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-basis: 0; }
.k-reset {
  margin: 0;
  padding: 0;
  border-width: 0;
  outline: 0;
  font: inherit;
  text-decoration: none;
  list-style: none; }
.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-font-weight-light {
  font-weight: 300 !important; }
.k-font-weight-normal {
  font-weight: 400 !important; }
.k-font-weight-bold {
  font-weight: 700 !important; }
.k-flip-h {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }
.k-flip-v {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1); }
.k-flip-h.k-flip-v {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }
.k-rotate-45 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
.k-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.k-rotate-135 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
.k-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.k-rotate-225 {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg); }
.k-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
.k-rotate-315 {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg); }
.k-scale-0 {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0); }
.k-scale-1 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
.k-scale-2 {
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2); }
.k-translate-0 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
.k-translate-0-50 {
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%); }
.k-translate-0-100 {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%); }
.k-translate-50-0 {
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0); }
.k-translate-50-50 {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%); }
.k-translate-50-100 {
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%); }
.k-translate-100-0 {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0); }
.k-translate-100-50 {
  -webkit-transform: translate(100%, 50%);
          transform: translate(100%, 50%); }
.k-translate-100-100 {
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%); }
.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 {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0); }
.k-push-right-enter-active, .k-push-right-appear-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-push-right-exit {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
.k-push-right-exit-active {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-push-left-enter, .k-push-left-appear {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0); }
.k-push-left-enter-active, .k-push-left-appear-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-push-left-exit {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
.k-push-left-exit-active {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-push-down-enter, .k-push-down-appear {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%); }
.k-push-down-enter-active, .k-push-down-appear-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-push-down-exit {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
.k-push-down-exit-active {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-push-up-enter, .k-push-up-appear {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%); }
.k-push-up-enter-active, .k-push-up-appear-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-push-up-exit {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
.k-push-up-exit-active {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-expand-vertical-enter, .k-expand-vertical-appear {
  -webkit-transform: scaleY(0);
          transform: scaleY(0); }
.k-expand-vertical-enter-active, .k-expand-vertical-appear-active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-expand-vertical-exit {
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }
.k-expand-vertical-exit-active {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-expand-horizontal-enter, .k-expand-horizontal-appear {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }
.k-expand-horizontal-enter-active, .k-expand-horizontal-appear-active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-expand-horizontal-exit {
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }
.k-expand-horizontal-exit-active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-fade-enter, .k-fade-appear {
  opacity: 0; }
.k-fade-enter-active, .k-fade-appear-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out; }
.k-fade-exit {
  opacity: 1; }
.k-fade-exit-active {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  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;
  -webkit-transform: scale(0);
          transform: scale(0); }
.k-zoom-in-enter-active, .k-zoom-in-appear-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 300ms ease-in-out, -webkit-transform;
  -webkit-transition: opacity 300ms ease-in-out, -webkit-transform;
  transition: transform, opacity 300ms ease-in-out;
  transition: transform, opacity 300ms ease-in-out, -webkit-transform; }
.k-zoom-in-exit {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }
.k-zoom-in-exit-active {
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: opacity 300ms ease-in-out, -webkit-transform;
  -webkit-transition: opacity 300ms ease-in-out, -webkit-transform;
  transition: transform, opacity 300ms ease-in-out;
  transition: transform, opacity 300ms ease-in-out, -webkit-transform; }
.k-zoom-out-enter, .k-zoom-out-appear {
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2); }
.k-zoom-out-enter-active, .k-zoom-out-appear-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 300ms ease-in-out, -webkit-transform;
  -webkit-transition: opacity 300ms ease-in-out, -webkit-transform;
  transition: transform, opacity 300ms ease-in-out;
  transition: transform, opacity 300ms ease-in-out, -webkit-transform; }
.k-zoom-out-exit {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }
.k-zoom-out-exit-active {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: opacity 300ms ease-in-out, -webkit-transform;
  -webkit-transition: opacity 300ms ease-in-out, -webkit-transform;
  transition: transform, opacity 300ms ease-in-out;
  transition: transform, opacity 300ms ease-in-out, -webkit-transform; }
.k-slide-in-appear {
  opacity: .1;
  -webkit-transform: translate(0, -3em);
          transform: translate(0, -3em); }
.k-slide-in-appear .k-centered {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%); }
.k-slide-in-appear-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1); }
.k-slide-in-appear-active .k-centered {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.k-slide-down-enter, .k-slide-down-appear {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
.k-slide-down-enter-active, .k-slide-down-appear-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-slide-down-exit {
  -webkit-transform: translateY(0);
          transform: translateY(0); }
.k-slide-down-exit-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-slide-up-enter, .k-slide-up-appear {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }
.k-slide-up-enter-active, .k-slide-up-appear-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-slide-up-exit {
  -webkit-transform: translateY(0);
          transform: translateY(0); }
.k-slide-up-exit-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-slide-right-enter, .k-slide-right-appear {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.k-slide-right-enter-active, .k-slide-right-appear-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-slide-right-exit {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.k-slide-right-exit-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-slide-left-enter, .k-slide-left-appear {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.k-slide-left-enter-active, .k-slide-left-appear-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
.k-slide-left-exit {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.k-slide-left-exit-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-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 {
  -webkit-transition: max-height 300ms ease-in-out;
  transition: max-height 300ms ease-in-out; }
.k-reveal-vertical-exit-active {
  max-height: 0 !important;
  -webkit-transition: max-height 300ms ease-in-out;
  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 {
  -webkit-transition: max-width 300ms ease-in-out;
  transition: max-width 300ms ease-in-out; }
.k-reveal-horizontal-exit-active {
  max-width: 0 !important;
  -webkit-transition: max-width 300ms ease-in-out;
  transition: max-width 300ms ease-in-out; }
.k-fx-end .k-fx-next,
.k-fx-end .k-fx-current {
  -webkit-transition: all 350ms ease-out;
  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 {
  -webkit-transform: scale(0) !important;
          transform: scale(0) !important; }
.k-fx-zoom.k-fx-end .k-fx-next {
  -webkit-transform: scale(1) !important;
          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 {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important; }
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important; }
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: scale(0) !important;
          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 {
  -webkit-transition: all 350ms ease-out;
  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;
  -webkit-transform: translateX(100%);
          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 {
  -webkit-transform: translateX(-100%);
          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;
  -webkit-transform: translateX(0);
          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 {
  -webkit-transform: translateX(100%);
          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 {
  -webkit-transform: translateX(-100%);
          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 {
  -webkit-transform: translateX(0);
          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 {
  -webkit-transform: translateX(-100%);
          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 {
  -webkit-transform: translateX(100%);
          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 {
  -webkit-transform: translateX(0);
          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 {
  -webkit-transform: translateX(-100%);
          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 {
  -webkit-transform: translateX(100%);
          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 {
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }
.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }
.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translateX(0%);
          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;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }
.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: none;
          transform: none; }
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: none;
          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 {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
.k-arrow-e,
.k-arrow-w {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  top: -4px; }
.k-arrow-e {
  border-left-color: currentColor;
  right: -6px; }
.k-arrow-w {
  border-right-color: currentColor;
  left: -6px; }
.k-drag-clue {
  padding: 2px 4px;
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 20000;
  cursor: move; }
.k-drag-status {
  margin-right: .4ex; }
.k-reorder-cue {
  position: absolute; }
.k-reorder-cue::before, .k-reorder-cue::after {
    content: "";
    width: 0;
    height: 0;
    border: 3px solid transparent;
    position: absolute;
    -webkit-transform: translateX(-50%);
            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-nodata {
  min-height: 138px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: lighter;
  text-align: center;
  white-space: normal; }
.k-searchbar {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
.k-dropdown-wrap {
  border-radius: 2px;
  padding: 0;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  cursor: default;
  outline: 0; }
.k-dropdown-wrap .k-input {
    padding: 4px 8px;
    height: calc(8px + 1.4285714286em);
    box-sizing: border-box;
    border: 0;
    outline: 0;
    color: inherit;
    background: none;
    font: inherit;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
    text-overflow: ellipsis; }
.k-dropdown-wrap.k-invalid, .k-dropdown-wrap.k-invalid:hover, .k-dropdown-wrap.k-state-invalid, .k-dropdown-wrap.ng-invalid.ng-touched, .k-dropdown-wrap.ng-invalid.ng-dirty {
    color: #fe5a63;
    border-color: rgba(254, 90, 99, 0.5); }
.k-dropdown-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
.k-dropdown-wrap .k-input {
    width: 100%; }
.k-edge .k-dropdown-wrap .k-input {
      min-width: 0; }
.k-dropdown-wrap .k-select {
    border-radius: 0 2px 2px 0;
    padding: 4px 4px;
    border-width: 0 0 0 0;
    box-sizing: border-box;
    border-style: solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    text-align: center;
    cursor: pointer; }
.k-dropdown-wrap .k-clear-value {
  height: 20px;
  line-height: 20px;
  outline: 0;
  cursor: pointer;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: .5;
  position: absolute;
  top: 4px;
  right: 6px; }
.k-rtl .k-dropdown-wrap .k-clear-value,
  [dir="rtl"] .k-dropdown-wrap .k-clear-value {
    right: auto;
    left: 6px; }
.k-dropdown-wrap .k-clear-value:hover {
  opacity: 1; }
.k-dropdown-wrap.k-state-focused .k-clear-value, .k-dropdown-wrap.k-state-hover .k-clear-value, .k-dropdown-wrap:hover .k-clear-value {
  display: -webkit-inline-box;
  display: inline-flex; }
.k-dropdown-wrap .k-clear-value {
  right: calc(1.4285714286em + 14px); }
.k-rtl .k-dropdown-wrap .k-clear-value,
  [dir="rtl"] .k-dropdown-wrap .k-clear-value {
    right: auto;
    left: calc(1.4285714286em + 14px); }
.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-textbox.k-space-left {
  padding-left: 1.9em; }
.k-textbox.k-space-right {
  padding-right: 1.9em; }
.k-textbox .k-icon {
  top: 50%;
  margin: -8px 0 0;
  position: absolute; }
.k-space-left .k-icon {
  left: 3px; }
.k-space-right .k-icon {
  right: 3px; }
.k-widget.k-state-invalid.k-autocomplete,
.k-widget.k-state-invalid.k-maskedtextbox > .k-textbox,
.ng-invalid.ng-touched.k-autocomplete,
.ng-invalid.ng-touched.k-maskedtextbox > .k-textbox,
.ng-invalid.ng-dirty.k-autocomplete,
.ng-invalid.ng-dirty.k-maskedtextbox > .k-textbox {
  color: #fe5a63;
  border-color: rgba(254, 90, 99, 0.5); }
.k-widget.k-state-invalid > .k-dateinput-wrap,
.k-widget.k-state-invalid > .k-dropdown-wrap,
.k-widget.k-state-invalid > .k-picker-wrap,
.k-widget.k-state-invalid > .k-multiselect-wrap,
.k-widget.k-state-invalid > .k-numeric-wrap,
.ng-invalid.ng-touched > .k-dateinput-wrap,
.ng-invalid.ng-touched > .k-dropdown-wrap,
.ng-invalid.ng-touched > .k-picker-wrap,
.ng-invalid.ng-touched > .k-multiselect-wrap,
.ng-invalid.ng-touched > .k-numeric-wrap,
.ng-invalid.ng-dirty > .k-dateinput-wrap,
.ng-invalid.ng-dirty > .k-dropdown-wrap,
.ng-invalid.ng-dirty > .k-picker-wrap,
.ng-invalid.ng-dirty > .k-multiselect-wrap,
.ng-invalid.ng-dirty > .k-numeric-wrap {
  color: #fe5a63;
  border-color: rgba(254, 90, 99, 0.5); }
.k-widget.form-control {
  padding: 0; }
.k-widget.form-control,
.k-maskedtextbox.form-control .k-textbox,
.k-textbox.form-control {
  width: 100%; }
.k-autocomplete.form-control .k-input {
  box-sizing: border-box; }
.k-multiselect.form-control, .form-control.k-dropdowntree {
  height: auto; }
.input-group .k-dateinput-wrap,
.input-group .k-dropdown-wrap,
.input-group .k-multiselect-wrap,
.input-group .k-numeric-wrap,
.input-group .k-picker-wrap,
.input-group .k-maskedtextbox .k-textbox {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group .k-dateinput-wrap .k-select,
  .input-group .k-dropdown-wrap .k-select,
  .input-group .k-multiselect-wrap .k-select,
  .input-group .k-numeric-wrap .k-select,
  .input-group .k-picker-wrap .k-select,
  .input-group .k-maskedtextbox .k-textbox .k-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.input-group .k-widget.form-control,
.input-group .k-maskedtextbox.form-control .k-textbox,
.input-group .k-textbox.form-control {
  width: auto; }
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-dateinput-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-dropdown-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-multiselect-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-numeric-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-picker-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) > .k-textbox {
  border-radius: 0; }
.input-group-prepend + .k-widget.form-control .k-dateinput-wrap,
.input-group-prepend + .k-widget.form-control .k-dropdown-wrap,
.input-group-prepend + .k-widget.form-control .k-multiselect-wrap,
.input-group-prepend + .k-widget.form-control .k-numeric-wrap,
.input-group-prepend + .k-widget.form-control .k-picker-wrap,
.input-group-prepend + .k-widget.form-control > .k-textbox {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
.k-widget.form-control .k-input {
  padding: 0.5rem 0.75rem;
  height: 2.25rem; }
.k-widget.form-control-sm .k-input {
  padding: 0.25rem 0.5rem;
  height: 1.8125rem; }
.k-widget.form-control-sm .k-dateinput-wrap .k-select,
.k-widget.form-control-sm .k-dropdown-wrap .k-select,
.k-widget.form-control-sm .k-picker-wrap .k-select {
  padding: 0.25rem; }
.k-widget.form-control-sm .k-select {
  width: 1.8125rem; }
.k-widget.form-control-lg .k-input {
  padding: 0.5rem 1rem;
  height: 2.875rem; }
.k-widget.form-control-lg .k-dateinput-wrap .k-select,
.k-widget.form-control-lg .k-dropdown-wrap .k-select,
.k-widget.form-control-lg .k-picker-wrap .k-select {
  padding: 0.5rem; }
.k-widget.form-control-lg .k-select {
  width: 2.875rem; }
.k-maskedtextbox.form-control .k-textbox {
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem; }
.k-maskedtextbox.form-control-sm .k-textbox {
  height: calc(1.8125rem + 3px);
  padding: 0.25rem 0.5rem;
  line-height: 1.5; }
.k-maskedtextbox.form-control-lg .k-textbox {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5; }
.k-textbox.form-control {
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem; }
.k-textbox.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    line-height: 1.5; }
.k-textbox.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    line-height: 1.5; }
.k-dateinput.form-control-sm .k-link-increase > .k-icon,
.k-numerictextbox.form-control-sm .k-link-increase > .k-icon {
  bottom: -2px; }
.k-dateinput.form-control-sm .k-link-decrease > .k-icon,
.k-numerictextbox.form-control-sm .k-link-decrease > .k-icon {
  top: -2px; }
.k-dateinput.form-control-sm .k-link,
.k-numerictextbox.form-control-sm .k-link {
  height: 0.90625rem; }
.k-dateinput.form-control-lg .k-link,
.k-numerictextbox.form-control-lg .k-link {
  height: 1.4375rem; }
.k-dateinput.form-control .k-dateinput-wrap .k-select {
  padding-top: 0;
  padding-bottom: 0; }
@font-face {
  font-family: "WebComponentsIcons";
  font-style: normal;
  font-weight: normal;
  src: url(data:font/ttf;base64,AAEAAAAMAIAAAwBAR1NVQkfv8cQAAADMAABGlk9TLzIPEgdLAABHZAAAAGBjbWFwZV+CVQAAR8QAAAC8Z2FzcAAAABAAAEiAAAAACGdseWYI81nFAABIiAABkXRoZWFkF1eSIQAB2fwAAAA2aGhlYQfABgwAAdo0AAAAJGhtdHiWAb29AAHaWAAACSxsb2NhyqosWAAB44QAAASYbWF4cAKKAy4AAegcAAAAIG5hbWX0AvU3AAHoPAAABOlwb3N0AAMAAAAB7SgAAAAgAAEAAAAKAB4ALAABbGF0bgAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAoAAAABADwAGwB2CM4M4BOAFjQXJh3wH9oh4iSsJLYlmihsKsIrFitOMBYwgjQ6OfpChENMRFJFRkV8RdJGUgABABsADAANAA4ADwAQABEAEgATABQAFQAWABcAGAAZABoAGwAcAB0AHgAfACAAIQAiACMAJAAlAkoARgCOAJoAtgDMANYA7gEOATABRgFqAXoBjAGoAcoB6gIKAhoCMAJIAmICigKaArACygLqAwgDJgM2A04DZAOKA7YD4AQKBCwEVAR6BKAEuATWBPIFDgUyBVQFfAWiBcIF3AXyBhAGKgY4BkAGZAZ4BpQGvAbUBu4HGAcyB1gHbgeKB7QHzgf4CBIINAg8AMAABQAgAA8AFAAaAGkADQAfAB8ADAAOABMAGAAQABkAHwAEAAkACgBoAAoAHwAfAAwADgATABgAEAAZAB8B+AAEAB4ADgAjAEYACwAdAB0AGgAiAB4ABAAeACIADAAbAEQADwAdAB0AGgAiAB4ABAAdABAAHgAUACUAFAAZABIANwAQAB0AHQAaACIAHgAEABkAGgAEAA4AEwAMABkAEgAQADYACgAdAB0AGgAiAB4ABAAWABsAFABFABEAHQAdABoAIgAeAAQADwAUABgAEAAZAB4AFAAaABkAHgAtAAcAHQAdABoAIgAEACIAPQAIAB0AHQAaACIABAAgABsAMgANAB0AHQAaACIABAAeABAAEAAWAAQAIAAbADMAEAAdAB0AGgAiAAQAHgAQABAAFgAEAB0AFAASABMAHwA1AA8AHQAdABoAIgAEAB4AEAAQABYABAAXABAAEQAfADQADwAdAB0AGgAiAAQAHgAQABAAFgAEAA8AGgAiABkALAAHAB0AHQAaACIABAAeAEMACgAdAB0AGgAiAAQAHQAaABoAHwA+AAsAHQAdABoAIgAEAB0AFAASABMAHwBCAAwAHQAdABoAIgAEABsADAAdABAAGQAfADgAEwAdAB0AGgAiAAQAGgAhABAAHQARABcAGgAiAAQADwAaACIAGQAqAAcAHQAdABoAIgAEABkAQAAKAB0AHQAaACIABAAXABAAEQAfAC4ADAAdAB0AGgAiAAQAEAAZAA8ABAAgABsALwAPAB0AHQAaACIABAAQABkADwAEAB0AFAASABMAHwAxAA4AHQAdABoAIgAEABAAGQAPAAQAFwAQABEAHwAwAA4AHQAdABoAIgAEABAAGQAPAAQADwAaACIAGQArAAcAHQAdABoAIgAEABAAQQALAB0AHQAaACIABAAPAB0AFAAXABcAPwAKAB0AHQAaACIABAAPABoAIgAZADIAEgAdAB0AGgAiAAQADwAaACAADQAXABAABAALAAUABAAgABsAMwAVAB0AHQAaACIABAAPABoAIAANABcAEAAEAAsABQAEAB0AFAASABMAHwA1ABQAHQAdABoAIgAEAA8AGgAgAA0AFwAQAAQACwAFAAQAFwAQABEAHwA0ABQAHQAdABoAIgAEAA8AGgAgAA0AFwAQAAQACwAFAAQADwAaACIAGQA5ABAAHQAdABoAIgAEAA4AEwAQACEAHQAaABkABAAgABsAOgATAB0AHQAaACIABAAOABMAEAAhAB0AGgAZAAQAHQAUABIAEwAfADwAEgAdAB0AGgAiAAQADgATABAAIQAdABoAGQAEABcAEAARAB8AOwASAB0AHQAaACIABAAOABMAEAAhAB0AGgAZAAQADwAaACIAGQAqAAsAHQAdABoAIgAEAAsABQAEACAAGwArAA4AHQAdABoAIgAEAAsABQAEAB0AFAASABMAHwAtAA0AHQAdABoAIgAEAAsABQAEABcAEAARAB8ALAANAB0AHQAaACIABAALAAUABAAPABoAIgAZACYAEQAdAB0AGgAiAAQACQAKAAQAIAAbAAQAHQAUABIAEwAfACkAEAAdAB0AGgAiAAQACQAKAAQAIAAbAAQAFwAQABEAHwAnABMAHQAdABoAIgAEAAkACgAEAA8AGgAiABkABAAdABQAEgATAB8AKAASAB0AHQAaACIABAAJAAoABAAPABoAIgAZAAQAFwAQABEAHwIzAA8AHQAQAAwABAAeAB8ADAAOABYAEAAPAAYABQAFAjIADAAdABAADAAEAB4AHwAMAA4AFgAQAA8CNAAKAB0AEAAMAAQAHQAMABkAEgAQAjEADgAdABAADAAEAA4AFwAgAB4AHwAQAB0AEAAPAXcADAAbABsAFwAkAAQAEQAaAB0AGAAMAB8BhgAGABkADgATABoAHQEdAAMAFwAXAPQAEQAXABQAEgAZAAQAHwAaABsABAAQABcAEAAYABAAGQAfASsACQAXABQAEgAZAAQAHwAaABsA/wANABcAFAASABkABAAfABoABAASAB0AFAAPAPMAEwAXABQAEgAZAAQAHQAUABIAEwAfAAQAEAAXABAAGAAQABkAHwEwAAsAFwAUABIAGQAEAB0AFAASABMAHwEyAAwAFwAUABIAGQAEAB0AEAAYABoAIQAQAPUAFAAXABQAEgAZAAQAGAAUAA8ADwAXABAABAAQABcAEAAYABAAGQAfASwADAAXABQAEgAZAAQAGAAUAA8ADwAXABAA8QASABcAFAASABkABAAXABAAEQAfAAQAEAAXABAAGAAQABkAHwEuAAoAFwAUABIAGQAEABcAEAARAB8BMQANABcAFAASABkABAAVACAAHgAfABQAEQAkAPIAFAAXABQAEgAZAAQADgAQABkAHwAQAB0ABAAQABcAEAAYABAAGQAfAS8ADAAXABQAEgAZAAQADgAQABkAHwAQAB0A9gAUABcAFAASABkABAANABoAHwAfABoAGAAEABAAFwAQABgAEAAZAB8BLQAMABcAFAASABkABAANABoAHwAfABoAGAHrABAAEgASAB0AEAASAAwAHwAQAAQAEQAUABAAFwAPAB4AeQADAA8ADwCqAA0ADgAOABAAHgAeABQADQAUABcAFAAfACQAJwBQAF4AbAB4AKAAxADkARQBSAFmAX4BlAGuAcIB2gH2AgQCJgI4AkICTAJkAnQCfgKWAqYCxgL2AxYDJgNEA1wDcAOMA5QDtgPaA/AECgFOAAYAIAAfAB8AGgAZAkIABgAgAA0ADQAXABAA4AAFAB0AIAAeABMA5AATAB0AFAASABMAHwAZABAAHgAeAAQADgAaABkAHwAdAAwAHgAfAUkAEQAaAB0ADwAQAB0AHgAEAB4AEwAaACIABAATABQADwAQAUAADwAaAB0ADwAQAB0AHgAEABoAIAAfAB4AFAAPABABQwAXABoAHQAPABAAHQAeAAQAFAAZAB4AFAAPABAABAAhABAAHQAfABQADgAMABcBQgAZABoAHQAPABAAHQAeAAQAFAAZAB4AFAAPABAABAATABoAHQAUACUAGgAZAB8ADAAXAUEADgAaAB0ADwAQAB0AHgAEABQAGQAeABQADwAQAT8ACwAaAB0ADwAQAB0AHgAEAAwAFwAXAUQACgAaAB0ADwAQAB0ABAAfABoAGwFHAAwAGgAdAA8AEAAdAAQAHQAUABIAEwAfAUgACQAaAB0ADwAQAB0ABAAZABoBRgALABoAHQAPABAAHQAEABcAEAARAB8BRQANABoAHQAPABAAHQAEAA0AGgAfAB8AGgAYAUoABgAaAB0ADwAQAB0AxgAQABoAGgAWABgADAAdABYABAAaACAAHwAXABQAGQAQAMcACAAaABoAFgAYAAwAHQAWARIABAAaABcADwDpAAQAFwAgAB0BvQALABcAGgASABIAEAAdAAQADQAaACMBvAAHABcAGgASABIAEAAdAM8ABAAQABcAFwHdAAsAEAATAAwAGQAOABAABAANABoAIwHcAAcAEAATAAwAGQAOABAArQAPAAwAHQAOABoADwAQAAQAHgAOAAwAGQAZABAAHQCxABcADAAdAA4AGgAPABAABAAcAB0ABAAOABoADwAQAAQAHgAOAAwAGQAZABAAHQCrAA8ADAAdAA4AGgAPABAABAAaACAAHwAXABQAGQAQAKwABwAMAB0ADgAaAA8AEAIvAA4ADAAdAAQAHgAfAAwADgAWABAADwAGAAUABQIuAAsADAAdAAQAHgAfAAwADgAWABAADwIwAAkADAAdAAQAHQAMABkAEgAQAi0ADQAMAB0ABAAOABcAIAAeAB8AEAAdABAADwJEAAMADAAdAPAAEAAMAA4AFgAiAAwAHQAPAAQAEAAXABAAGAAQABkAHwD9ABEADAAOABYAEgAdABoAIAAZAA8ABAAdABAAGAAaACEAEADiAAoADAAOABYAEgAdABoAIAAZAA8A7gAMAAwADgAWAAQAEAAXABAAGAAQABkAHwH5AAMADAAOAEUAjACUAKwAyADWAOQA9gD+AQgBEAEeASQBNgFAAVgBYgGGAaoBvgHMAfQCEgIiAjICVgJ0Ao4CqgLMAuQC/AMUAywDPgNIA1ADagN2A5IDrAO4A8QD1APeA/IEAAQWBDoEXARwBJIEpATABNoE5gUGBTQFZgV+BaoF2gXwBfoGFAYyBk4GXAZ4BooBbwADACAAHwFhAAsAIAAeAB8AGgAYAAQAFAAOABoAGQGnAA0AIAAeAB8AGgAYAAQAEQAaAB0AGAAMAB8AlQAGACAAHgAfABoAGAC0AAYAIAAdAB4AGgAdAaUACAAgAB0AHQAQABkADgAkAe8AAwAeACEB/AAEAB4AHgAIAf8AAwAeAB4CAgAGAB4AGwAdABoAFQIEAAIAHgGtAAgAHQAaAB4AHgAfAAwADQDZAAQAHQAaABsBeQALABoAGwAkAAQAEQAaAB0AGAAMAB8BbgAEABoAGwAkARgAEQAaABkAIQAQAB0AHwAEACAAGwAbABAAHQAOAAwAHgAQARcAEQAaABkAIQAQAB0AHwAEABcAGgAiABAAHQAOAAwAHgAQAJ8ACQAaABkAGQAQAA4AHwAaAB0B9wAGABoAGQARABQAEgFoABMAGgAYABgAEAAZAB8AHgAEAB0AEAAYABoAIQAQAAQADAAXABcBZwAOABoAGAAYABAAGQAfAAQAHQAQABgAGgAhABABZgAHABoAGAAYABAAGQAfAFMABwAaABcAIAAYABkAHgIrABEAGgAXACAAGAAZAAQAHgAfAAwADgAWABAADwAGAAUABQIqAA4AGgAXACAAGAAZAAQAHgAfAAwADgAWABAADwIsAAwAGgAXACAAGAAZAAQAHQAMABkAEgAQAZwADQAaABcAIAAYABkABAARAB0AEAAQACUAEAIpABAAGgAXACAAGAAZAAQADgAXACAAHgAfABAAHQAQAA8AKAALABoAFwAXAAwAGwAeABAABAAeACIAJwALABoAFwAXAAwAGwAeABAABAAeABAAKQALABoAFwAXAAwAGwAeABAABAAZACIAJgALABoAFwAXAAwAGwAeABAABAAZABAAJwAIABoAFwAXAAwAGwAeABAAlgAEABoAEgAeAJUAAwAaABIBTAAMABoADwAQAAQAHgAZABQAGwAbABAAHwIHAAUAFwAaACAADwB3AA0AFwAaAB4AEAAEABoAIAAfABcAFAAZABAAeAAMABcAGgAeABAABAAOABQAHQAOABcAEAB2AAUAFwAaAB4AEABiAAUAFwAaAA4AFgBpAAcAFwAUABsABAAJAAoAaAAEABcAFAAbAXgACQAXABAADAAdAAQADgAeAB4AzAAGABQAHQAOABcAEAJJAAoAEwAaAB0AGgAbABcAEAAfABMAdAARABMAEAAOABYAGAAMAB0AFgAEABoAIAAfABcAFAAZABAAdQAQABMAEAAOABYAGAAMAB0AFgAEAA4AFAAdAA4AFwAQAHMACQATABAADgAWABgADAAdABYAyQAQABMAEAAOABYADQAaACMABAAOABMAEAAOABYAEAAPAMgACAATABAADgAWAA0AGgAjAHQADQATABAADgAWAAQAGgAgAB8AFwAUABkAEAB1AAwAEwAQAA4AFgAEAA4AFAAdAA4AFwAQAHMABQATABAADgAWAVkADwATAAwAGQASABAABAAYAAwAGQAgAAwAFwAXACQBlgAWABAAFwAXAB4ABAAYABAAHQASABAABAAhABAAHQAfABQADgAMABcAFwAkAZUAGAAQABcAFwAeAAQAGAAQAB0AEgAQAAQAEwAaAB0AFAAlABoAGQAfAAwAFwAXACQBlAALABAAFwAXAB4ABAAYABAAHQASABABmAAVABAAFwAXAAQAHgAbABcAFAAfAAQAIQAQAB0AHwAUAA4ADAAXABcAJAGXABcAEAAXABcABAAeABsAFwAUAB8ABAATABoAHQAUACUAGgAZAB8ADAAXABcAJABIAAoADAAfABAAEgAaAB0AFAAlABAAngAEAAwAHQAfAkMADAAMABkADwAXABAABAAeAB8AFAAOABYAcQAOAAwAGQAOABAAFwAEABoAIAAfABcAFAAZABAAcgANAAwAGQAOABAAFwAEAA4AFAAdAA4AFwAQAHAABgAMABkADgAQABcBUAANAAwAFwAQABkADwAMAB0ABAAPAAwAHwAQAGMACAAMABcAEAAZAA8ADAAdAJ0ACgAMABcADgAgABcADAAfABoAHQAcADoASgBkAHYAkgCkALYAxADmAO4A/AEEARoBLAE2AVQBcgGOAaIBsAHkAhwCPgJgAnIChAKYAqoA4gAHAB0AGgAbABcAEAAfAd8ADAAdABQADQANAA0AFwAQAAQADQAaACMB3gAIAB0AFAANAA0ADQAXABAARwANAB0ADAASAAQADAAZAA8ABAAPAB0AGgAbAI0ACAAaACIAGQAXABoADAAPAjwACAAaACAAEgATABkAIAAfAaUABgAaABcAFwAMAB0BYAAQABoADgAgABgAEAAZAB8ABAAYAAwAGQAMABIAEAAdAfEAAwAaAA4AqQAGABQAIQAUAA8AEAEcAAMAFAAhARAACgAUABgAEAAZAB8AFAAaABkAHgHBAAgAFAASABIABAANABoAIwHAAAQAFAASABIBYgAOABQADgAfABQAGgAZAAwAHQAkAAQADAAPAA8CEQAOABAAHwAMABQAFwAEAB4AEAAOAB8AFAAaABkBvwANABAAFwAUAA4AFAAaACAAHgAEAA0AGgAjAb4ACQAQABcAFAAOABQAGgAgAB4AZwAGABAAFwAQAB8AEAEKABkAEAAOAB0AEAAMAB4AEAAEACEAEAAdAB8AFAAOAAwAFwAEAB4AGwAMAA4AFAAZABIBBgAbABAADgAdABAADAAeABAABAATABoAHQAUACUAGgAZAB8ADAAXAAQAHgAbAAwADgAUABkAEgGoABAAEAAOABQAGAAMABcABAAUABkADgAdABAADAAeABABqQAQABAADgAUABgADAAXAAQADwAQAA4AHQAQAAwAHgAQAhgACAAMAB8ADAAEACIAEAANAhcACAAMAB8ADAAEAB4AHAAXAhYACQAMAB8ADAAEABUAHgAaABkCFQAIAAwAHwAMAAQADgAeACECCgAEAAwAHwAMAA4AHgA0ADwASgBSAGYAcgB+AIoAogCyAMYA0gDoAQwACgAkABAADwAdABoAGwAbABAAHQCYAAMAJAAQACsABgAjABsADAAZAA8CAQADACMAEADSAAkAIwAOABAAGwAfABQAGgAZAfAABQAjAA4AEAAXAHcABQAdAB0AGgAdAKUABQAcACAADAAXAcMACwAZACEAEAAXABoAGwAEAA0AGgAjAcIABwAZACEAEAAXABoAGwHDAAkAGAAMABQAFwAEAA0AGgAjAcIABQAYAAwAFAAXAVcACgAPABQAHwAEAB8AGgAaABcAHgBmAAQADwAUAB8ARQCMAKwAwgDkAPwBGAEuAU4BXgF0AZgBsgG8Ad4B8gIKAh4CNgJOAmQCcgKAApwCvALYAuQDBgMQAzgDXgNyA4wDrgPaA+gD8gP+BBAEIgQ2BEwEaAR6BIwErgTSBOQE9gUIBR4FPgVUBWoFfAWcBbAFwgXaBewGAgYWBigGMgZKBmwGfgaWBp4GuAD8AA8AIAAXABcAHgAOAB0AEAAQABkABAAQACMAFAAfAPsACgAgABcAFwAeAA4AHQAQABAAGQD8ABAAIAAXABcABAAeAA4AHQAQABAAGQAEABAAIwAUAB8A+wALACAAFwAXAAQAHgAOAB0AEAAQABkA7QANAB0AGgAZAB8ABAAQABcAEAAYABAAGQAfADMACgAaAB0AIgAMAB0ADwAEAB4AGADvAA8AGgAdACIADAAdAA8ABAAQABcAEAAYABAAGQAfALkABwAaAB0AIgAMAB0ADwGiAAoAGgAdABgAIAAXAAwABAARACMBfwARABoAHQAYAAwAHwAEAA4AGgAPABAABAANABcAGgAOABYBSwAMABoAHQAYAAQAEAAXABAAGAAQABkAHwFKAAQAGgAdABgBFgAQABoAHQAQABIAHQAaACAAGQAPAAQADgAaABcAGgAdAaoACQAaABkAHwAEAB4AFAAlABABFQALABoAGQAfAAQAEQAMABgAFAAXACQB6QAJABoAFwAPABAAHQAEACAAGwHnAAsAGgAXAA8AEAAdAAQAGgAbABAAGQHqAAsAGgAXAA8AEAAdAAQAGAAaAB0AEAHoAAoAGgAXAA8AEAAdAAQADAAPAA8B5gAGABoAFwAPABAAHQBkAAYAFwAaABsAGwAkANwADQAXABQAGwAEACEAEAAdAB8AFAAOAAwAFwDbAA8AFwAUABsABAATABoAHQAUACUAGgAZAB8ADAAXAWwADQAXAAwAHgATAAQAGAAMABkADAASABAAHQH2AAUAFwAMAB4AEwFtABAAFAAZAA8ABAAMABkADwAEAB0AEAAbABcADAAOABABbQAEABQAGQAPAIgAEwAUABcAHwAQAB0ABAAeABoAHQAfAAQADwAQAB4ADgAEAB4AGACHABIAFAAXAB8AEAAdAAQAHgAaAB0AHwAEAAwAHgAOAAQAHgAYAIYACQAUABcAHwAQAB0ABAAeABgAhQAMABQAFwAfABAAHQAEAA4AFwAQAAwAHQCKABAAFAAXAB8AEAAdAAQADAAPAA8ABAASAB0AGgAgABsAiQAVABQAFwAfABAAHQAEAAwADwAPAAQAEAAjABsAHQAQAB4AHgAUABoAGQCEAAYAFAAXAB8AEAAdAfsABAAUABcAGAFuAAUAFAAXABAAHgH6AAgAFAAXABAABAAlABQAGwHwAAgAFAAXABAABAAjABcAHgHxAAkAFAAXABAABAAiABoAHQAPAiEACgAUABcAEAAEACEAFAAPABAAGgHsAA0AFAAXABAABAAhABAAHQAfABQADgAMABcB7gAIABQAFwAQAAQAHwAjAB8B9QAIABQAFwAQAAQAGwAeAA8CJwAQABQAFwAQAAQAGwAdABoAEgAdAAwAGAAYABQAGQASAiQAEQAUABcAEAAEABsAHQAQAB4AEAAZAB8ADAAfABQAGgAZAfMACAAUABcAEAAEABsAGwAfAfQACAAUABcAEAAEABsADwARAfIACAAUABcAEAAEABgADwANAiMACgAUABcAEAAEABQAGAAMABIAEAIIAA8AFAAXABAABAATABoAHQAUACUAGgAZAB8ADAAXAfYACgAUABcAEAAEABEAFwAMAB4AEwHwAAoAFAAXABAABAAQACMADgAQABcB8QAIABQAFwAQAAQADwAaAA4CJgAPABQAFwAQAAQADwAUAB4ADgAEABQAGAAMABIAEAIlAAkAFAAXABAABAAPAAwAHwAMAe8ACAAUABcAEAAEAA4AHgAhAfcACwAUABcAEAAEAA4AGgAZABEAFAASAfkACAAUABcAEAAEAA0ADAAOAiIACgAUABcAEAAEAAwAIAAPABQAGgH4AAkAFAAXABAABAAMAB4ADgAjAe0ACAAUABcAEAAEAAwADwAPAewABAAUABcAEAHqAAsAFAAQABcADwAeAAQAGAAaAB0AEADEABAADAAhABoAHQAUAB8AEAAEABoAIAAfABcAFAAZABAAxQAIAAwAIQAaAB0AFAAfABAAxAALAAwAIQAEABoAIAAfABcAFAAZABAAxQADAAwAIQHFAAwADAAOABAADQAaABoAFgAEAA0AGgAjAcQACAAMAA4AEAANABoAGgAWABQAKgBGAHAAmgC8ANAA3AD0AP4BEgE0AUABYAF4AY4BnAG4AcQB0AHaAhMADQAdABoAIAAbAAQAHgAQAA4AHwAUABoAGQINABQAHQAaACAAGwAEABMAEAAMAA8AEAAdAAQAHgAQAA4AHwAUABoAGQIOABQAHQAaACAAGwAEABEAGgAaAB8AEAAdAAQAHgAQAA4AHwAUABoAGQIZABAAHQAaACAAGwAEAA4AGgAXABcAEAAOAB8AFAAaABkBUQAJAB0AGgAgABsABAANABoAIwBLAAUAHQAaACAAGwBKAAsAHQAUAA8ABAAXAAwAJAAaACAAHwBJAAQAHQAUAA8A6AAJAB0AEAAkAB4ADgAMABcAEACoABAAHQAQAAwAHwAQAB0ABAAaAB0ABAAQABwAIAAMABcCKAAFAB0ADAAbABMByQAPABoAGgASABcAEAAEABsAFwAgAB4ABAANABoAIwHIAAsAGgAaABIAFwAQAAQAGwAXACAAHgHHAAoAGgAaABIAFwAQAAQADQAaACMBxgAGABoAGgASABcAEAGzAA0AFwAaAA0AEAAEABoAIAAfABcAFAAZABABtAAFABcAGgANABAAlgAFABAADAAdAB4AlQAEABAADAAdAP4ABwAMABcAFwAQAB0AJAAYADIAVAB4AJYAxADmARQBNAFUAWgBdAF+AYgBkgGuAboBwAHaAeQB6gHwAfYB/AICAGsAEAAkABsAEAAdABcAFAAZABYABAAdABAAGAAaACEAEACQABEAJAAbABAAHQAXABQAGQAWAAQAGgAbABAAGQAEAB4AGACPAA4AJAAbABAAHQAXABQAGQAWAAQAGgAbABAAGQGCABYAJAAbABAAHQAXABQAGQAWAAQAFwAUABIAEwAfAAQADwAUAAwAFwAaABIBggAQACQAGwAQAB0AFwAUABkAFgAEABQAGQAeABAAHQAfAYQAFgAkABsAEAAdABcAFAAZABYABAASABcAGgANABAABAAdABAAGAAaACEAEAGDAA8AJAAbABAAHQAXABQAGQAWAAQAEgAXABoADQAQAYUADwAkABsAEAAdABcAFAAZABYABAAQABgADAAUABcAagAJACQAGwAQAB0AFwAUABkAFgH9AAUAHwAYABcACgH+AAQAHwAYABcAWgAEABoAGAAQANEABAAQABcAGwDEAA0AEAAMAB0AHwAEABoAIAAfABcAFAAZABAAxQAFABAADAAdAB8AvQACAA8ATQAMAAwAGQAPABcAEAAdAAQADwAdAAwAEgCzAAQADAAZAA8BIwACAAsBIgACAAoBIQACAAkBIAACAAgBHwACAAcBHgACAAYAGQA0AEIAXgByAIgApAC8ANgA7AEEAQ4BLgFOAVwBkAHIAdQB4gH8Ah4CRAJeAngCjgK+ARMABgAfAAwAFwAUAA4A5gANABkAIQAQAB0AHwAEAA4AGgAXABoAHQAeASgACQAZAB4AEAAdAB8ABAAgABsBKAAKABkAHgAQAB0AHwAEAB8AGgAbASkADQAZAB4AEAAdAB8ABAAYABQADwAPABcAEAEqAAsAGQAeABAAHQAfAAQADwAaACIAGQEqAA0AGQAeABAAHQAfAAQADQAaAB8AHwAaABgCIAAJABkAEwAQAB0AFAAfABAADwDQAAsAGQARABoAHQAYAAwAHwAUABoAGQDQAAQAGQARABoBJgAPABkADwAQABkAHwAEABQAGQAOAB0AEAAMAB4AEAEnAA8AGQAPABAAGQAfAAQADwAQAA4AHQAQAAwAHgAQASYABgAZAA8AEAAZAB8BCQAZABkADgAdABAADAAeABAABAAhABAAHQAfABQADgAMABcABAAeABsADAAOABQAGQASAQUAGwAZAA4AHQAQAAwAHgAQAAQAEwAaAB0AFAAlABoAGQAfAAwAFwAEAB4AGwAMAA4AFAAZABIBuwAFABkADQAaACMA/gAGABgADAASABAAHgDYAAwAGAAMABIAEAAEAB0AEAAeABQAJQAQAWUAEAAYAAwAEgAQAAQAGAAMABsABAAQAA8AFAAfABoAHQFjABIAGAAMABIAEAAEABcAFAASABMAHwAEAA8AFAAMABcAGgASAWMADAAYAAwAEgAQAAQAFAAZAB4AEAAdAB8A1QAMABgADAASABAABAAQACMAGwAaAB0AHwFkAAoAGAAMABIAEAAEABAADwAUAB8BqwAXABgADAASABAABAAMAA0AHgAaABcAIAAfABAABAAbABoAHgAUAB8AFAAaABkA1AAFABgADAASABAAAQAEAgAAAgAeAAcAEAA2AFYAfACcALwA3AAqABIAGwAUAAQAHwAdABAAGQAPAAQAFAAZAA4AHQAQAAwAHgAQAHwADwAbABQABAAfAB0AEAAZAA8ABAAQABwAIAAMABcALAASABsAFAAEAB8AHQAQABkADwAEAA8AEAAOAB0AEAAMAB4AEACkAA8AGwAUAAQAHgAfAAwAHwAgAB4ABAAaABsAEAAZAKMADwAbABQABAAeAB8ADAAfACAAHgAEABMAGgAXAA8AogAPABsAFAAEAB4AHwAMAB8AIAAeAAQADwAQABkAJAA2AAMAGwAUABsAOABGAFIAXAB6AJQAsADMAOYA+AEUATQBQAFwAZABugHUAe4B+AIOAhwCOAJWAn4CmgK2AsQAjAAGABoAEgAaACAAHwCLAAUAGgASABQAGQBuAAQAGgAOABYBJQAOABQAHgAfAAQAIAAZABoAHQAPABAAHQAQAA8BJAAMABQAHgAfAAQAGgAdAA8AEAAdABAADwEkAA0AFAAeAB8ABAAZACAAGAANABAAHQAQAA8BJQANABQAHgAfAAQADQAgABcAFwAQAB8AEAAPAcsADAAUABkAFgAQAA8AFAAZAAQADQAaACMBygAIABQAGQAWABAADwAUABkAbAANABQAGQAWAAQAIQAQAB0AHwAUAA4ADAAXAGoADwAUABkAFgAEABMAGgAdABQAJQAaABkAHwAMABcCNQAFABQAGQAQAAYCOgAXABQAGQAQAAQAHgAfAAwADgAWABAADwAGAAUABQAEABgADAAdABYAEAAdAB4CNwAPABQAGQAQAAQAHgAfAAwADgAWABAADwAGAAUABQI5ABQAFAAZABAABAAeAB8ADAAOABYAEAAPAAQAGAAMAB0AFgAQAB0AHgI2AAwAFAAZABAABAAeAB8ADAAOABYAEAAPAjgADAAUABkAEAAEABgADAAdABYAEAAdAB4A4wAEABQAGQAQAcMACgAQAB8AHwAQAB0ABAANABoAIwHCAAYAEAAfAB8AEAAdAKcADQAQAB4AHgAEABoAHQAEABAAHAAgAAwAFwBSAA4ADAAkABoAIAAfAAQAHgAfAAwADgAWABAADwBRABMADAAkABoAIAAfAAQAHgAUAA8AEAAEAA0AJAAEAB4AFAAPABAAUAANAAwAJAAaACAAHwAEAAcABAANACQABAAHAE8ADQAMACQAGgAgAB8ABAAGAAQADQAkAAQACQBOAAYADAAkABoAIAAfAJEABgAMACAAGQAOABMAFQAsAEQAVABeAHoAmgC4AMYA2AD0AQ4BGgEkAUABSAFsAYIBugHaAfgCGgHNAAsAJAAeABsADAAOABAABAANABoAIwHMAAcAJAAeABsADAAOABAAnAAEABoAIQAQAFcADQAaAB0AEAAEACEAEAAdAB8AFAAOAAwAFwBYAA8AGgAdABAABAATABoAHQAUACUAGgAZAB8ADAAXAYEADgAaAA8AIAAXABAABAAYAAwAGQAMABIAEAAdANoABgAUAB0AHQAaAB0AoQAIABQAGQAgAB4ABAAeABgAfQANABQAGQAgAB4ABAAaACAAHwAXABQAGQAQAH4ADAAUABkAIAAeAAQADgAUAB0ADgAXABAAfAAFABQAGQAgAB4AVgAEABAAGQAgAWoADQAQAA8AFAAMAAQAGAAMABkADAASABAAHQHyAAMADwANAbYAEQAMAB0AFgAQAB0ABAAbABQAGQAEAB8ADAAdABIAEAAfAbUACgAMAB0AFgAQAB0ABAAbABQAGQEIABsADAAWABAABAAhABAAHQAfABQADgAMABcABAAeABsADAAOABQAGQASAAQAEAAcACAADAAXAQIADwAMABYAEAAEAB4ADAAYABAABAAiABQADwAfABMBAQAOAAwAFgAQAAQAHgAMABgAEAAEAB4AFAAlABABAwAQAAwAFgAQAAQAHgAMABgAEAAEABMAEAAUABIAEwAfAQQAHQAMABYAEAAEABMAGgAdABQAJQAaABkAHwAMABcABAAeABsADAAOABQAGQASAAQAEAAcACAADAAXAAMACAAiADYAzwAMABoAHwAUABEAFAAOAAwAHwAUABoAGQCmAAkAGgAfAAQAEAAcACAADAAXAF8ADgAaABkABAAdABAADgAgAB0AHQAQABkADgAQAAMACAAYACgAWQAHACEAEAAdABcADAAbAScABwAgAB8ADwAQABkAHwDnAAcAGwAMAA4AFAAfACQAMwBoAHAAgACMAJwApAC0AMQA3gD2AQABEgEiASwBSAFcAWQBbAF6AZQBrgG6AcoB2AHgAfIB/gIgAj4CVAKKAqoCxgLSAuQC+gMcA0ADYAOIA6wDyAPgA+gD+AQSBB4EPgRaBHgEoAH1AAMAHgAPAGUABwAdABQAGQAfABAAHQBlAAUAHQAUABkAHwCYAAcAHQAQACEAFAAQACIB8wADABsAHwC0AAcAGgAUABkAHwAQAB0AoAAHABcAIAAeAAQAHgAYAHoADAAXACAAHgAEABoAIAAfABcAFAAZABAAewALABcAIAAeAAQADgAUAB0ADgAXABAAeQAEABcAIAAeAL8ACAAXAAwAJAAXABQAHgAfAMEABwAXAAwAJAAEAB4AGAC1AAQAFwAMACQBzwANABQAGQAfABAAHQAQAB4AHwAEAA0AGgAjAc4ACQAUABkAHwAQAB0AEAAeAB8BtwADABQAGQI7AAMAFAAQAP4ABgATABoAHwAaAB4A1QAMABMAGgAfABoABAAQACMAGwAaAB0AHwDTAAwAEwAaAB8AGgAEAA4ADAAYABAAHQAMANQABQATABoAHwAaAaYABwAQAB0ADgAQABkAHwBmAAYAEAAZAA4AFAAXAfQAAwAPABEAwgAIAAwAIAAeABAABAAeABgAtgAFAAwAIAAeABABdgAQAAwAHgAfABAABAAbABcADAAUABkABAAfABAAIwAfAXUADgAMAB4AHwAQAAQAGAAMAB0AFgAPABoAIgAZAXQACgAMAB4AHwAQAAQAEwAfABgAFwFzABoADAAeAB8AEAAEABEAHQAaABgABAAiABoAHQAPAAQAHgAfAB0AFAAbAAQAEQAUABcAEAFyAA8ADAAeAB8AEAAEABEAHQAaABgABAAiABoAHQAPAXEADQAMAB4AHwAQAAQADAAeAAQAEwAfABgAFwFwAAUADAAeAB8AEAFVAAgADAAeAB4AIgAaAB0ADwIUAAoADAAdAAwAGAAQAB8AEAAdAB4CHgAQAAwAHQAMABgAEAAfABAAHQAEAB4AHwAdABQAGQASAh0AEQAMAB0ADAAYABAAHwAQAB0ABAAUABkAHwAQABIAEAAdAhwADwAMAB0ADAAYABAAHwAQAB0ABAARABcAGgAMAB8CGwATAAwAHQAMABgAEAAfABAAHQAEAA8ADAAfABAABAAfABQAGAAQAhoAEQAMAB0ADAAYABAAHwAQAB0ABAANABoAGgAXABAADAAZAVYADQAMAB0ADAASAB0ADAAbABMABAAMAA8ADwGaAAsADAAZABAABAARAB0AEAAQACUAEACcAAMADAAZAOEABwAMABcAEAAfAB8AEAD9AAwADAAUABkAHwAEAB0AEAAYABoAIQAQAOIABQAMABQAGQAfAREADwAMABIAEAAEABsAHQAaABsAEAAdAB8AFAAQAB4B7AANAAwAEgAQAAQAGwAaAB0AHwAdAAwAFAAfAggADgAMABIAEAAEABcADAAZAA8AHgAOAAwAGwAQAg8AEwAMABIAEAAEABMAEAAMAA8AEAAdAAQAHgAQAA4AHwAUABoAGQIQABMADAASABAABAARABoAGgAfABAAHQAEAB4AEAAOAB8AFAAaABkABAAKABwAPABcANEACAAgABAAHgAfABQAGgAZALAADwAdAAQADgAaAA8AEAAEAB4ADgAMABkAGQAQAB0ArgAPAB0ABAAOABoADwAQAAQAGgAgAB8AFwAUABkAEACvAAcAHQAEAA4AGgAPABAAJwBQAHAAgACIAJIAqADEAN4A9gEEAQ4BGAEsAToBTgFiAXgBjAGeAbYBwgHuAhoCKgJaAo4CogKwAsYC1gLgAvYDBAMgAzYDXgN2A5IDrAE0AA8AIAAXABAABAATABoAHQAUACUAGgAZAB8ADAAXAeEABwAeAB4ABAANABoAIwHgAAMAHgAeAFQABAAaACIAHgGbAAoAGgAiAAQAEQAdABAAEAAlABAA7AANABoAIAAZAA8ABAAOABoAHQAZABAAHQAeAN4ADAAaAB8ADAAfABAABAAdABQAEgATAB8A3wALABoAHwAMAB8AEAAEABcAEAARAB8A3QAGABoAHwAMAB8AEAJIAAQAGgAeABAAWgAEABoAGgAfADUACQAQACIAFAAZAA8ABAAeABgAuAAGABAAIgAUABkADwAoAAkAEAAeABQAJQAQAAQAHgAiACcACQAQAB4AFAAlABAABAAeABAAKQAKABAAHgAUACUAEAAEABkAEAAiACYACQAQAB4AFAAlABAABAAZABAAYAAIABAAHgAQAB8ABAAeABgA/QALABAAHgAQAB8ABAAOABoAFwAaAB0AXQAFABAAHgAQAB8CCwAVABAAGwAaAB0AHwAEABMAEAAMAA8AEAAdAAQAHgAQAA4AHwAUABoAGQIMABUAEAAbABoAHQAfAAQAEQAaABoAHwAQAB0ABAAeABAADgAfABQAGgAZAFUABwAQABoAHQAPABAAHQELABcAEAAYABoAIQAQAAQAIQAQAB0AHwAUAA4ADAAXAAQAHgAbAAwADgAUABkAEgEHABkAEAAYABoAIQAQAAQAEwAaAB0AFAAlABoAGQAfAAwAFwAEAB4AGwAMAA4AFAAZABIAYQAJABAAFwAaAAwADwAEAB4AGABeAAYAEAAXABoADAAPAGEACgAQABEAHQAQAB4AEwAEAB4AGABeAAcAEAARAB0AEAAeABMAXAAEABAADwAaAdEACgAQAA8ADwAUAB8ABAANABoAIwHQAAYAEAAPAA8AFAAfAGEADQAQAA4AIAAdAB0AEAAZAA4AEAAEAB4AGABeAAoAEAAOACAAHQAdABAAGQAOABAAzgATAAwADwAUABoADQAgAB8AHwAaABkABAAOABMAEAAOABYAEAAPAM0ACwAMAA8AFAAaAA0AIAAfAB8AGgAZAkYADQAMAA8ADAAdAAQAGAAMAB0AFgAQAB0AHgJHAAwADAAPAAwAHQAEABEAFAAXABcAEAAPAkUABQAMAA8ADAAdADgAcgCAAJYAngCuAMIA1gDsAQgBKgFEAXABmAHAAeICDAIoAjgCQgJcAmYCggKaArQCyALeAvYDCAMsA1ADZANsA4YDngOyA84D3gPqBAAEFgQwBDwETgRkBHoEiASWBKQEsgTABP4FLAVmBZAFoAWqAaQABgAkABgADQAaABcBGwAKACAAGwAEAB4ADgAdABQAGwAfAaMAAwAgABgAdAAHACAADgAOABAAHgAeAL4ACQAgAA0AHwAUAB8AFwAQAB4CCQAJACAADQAdABAAGwAaAB0AHwEaAAoAIAANAAQAHgAOAB0AFAAbAB8BgAANAB8AJAAXABAABAANACAAFAAXAA8AEAAdAdMAEAAfACAAGAANABcAEAAEACAAGwAaABkABAANABoAIwHSAAwAHwAgABgADQAXABAABAAgABsAGgAZAX4AFQAfAB0AFAAbAAQAIgAaAB0ADwAEABEAGgAdABgADAAfAB8AFAAZABIBfQATAB8AHQAUABsABAAeABsADAAZAAQAEAAXABAAGAAQABkAHwAeAXwAEwAfAB0AFAAbAAQAEQAaABkAHwAEABAAFwAQABgAEAAZAB8AHgF7ABAAHwAdABQAGwAEAA4AHgAeAAQAEQAaAB0AGAAMAB8BegAUAB8AHQAUABsABAAMABcAFwAEABEAGgAdABgADAAfAB8AFAAZABIBGQANAB8AHQAUABYAEAAfABMAHQAaACAAEgATAMMABwAfABoAGwAEAB4AGAC3AAQAHwAaABsAxgAMAB8ADAAdAAQAGgAgAB8AFwAUABkAEADHAAQAHwAMAB0BngANABsAEAAXABcABAAOABMAEAAOABYAEAAdAf4ACwAaACAAHQAOABAABAAOABoADwAQAIMADAAaAB0AHwAEAA8AEAAeAA4ABAAeABgAgAAJABoAHQAfAAQADwAQAB4ADgCBAAoAGgAdAB8ABAAOABcAEAAMAB0AggALABoAHQAfAAQADAAeAA4ABAAeABgAfwAIABoAHQAfAAQADAAeAA4BDwARABkADAAbAAQAHwAaAAQAHgAZAAwAGwAXABQAGQAQAB4BDgARABkADAAbAAQAHwAaAAQAEgAdABQADwAXABQAGQAQAB4BDQAJABkADAAbAAQAEgAdABQADwIGAAMAFwAZAQAADAAUACUAEAAEAB8AGgAEABIAHQAUAA8BaQALABQAFwAhABAAHQAXABQAEgATAB8AsgAJABQAEgAZAAwAHwAgAB0AEACeAA0AEwAaABsAGwAUABkAEgAEAA4ADAAdAB8A6gAHABMADAAdABsAEAAZAbkABQATAAwAHQAQAMgACgATAAwAGwAQAAQAHQAQAA4AHwDjAAoAEwAMABsAEAAEABcAFAAZABAAzQAMABMADAAbABAABAAOABQAHQAOABcAEADrAAUAEwAMABsAEACXAAgAEAAfAB8AFAAZABIAHgFPAAoAEAAXABAADgAfAAQADQAaACMBTQAKABAAFwAQAA4AHwAEAAwAFwAXADEABgAQABAAFgAEACIAMAAGABAAEAAWAAQAHgAuAAYAEAAQABYABAAZAC8ABgAQABAAFgAEABAAmQAGABAADAAdAA4AEwJAAB4ADgAMAB8AHwAQAB0ABAAeAB8AHQAMABQAEgATAB8ABAAXABQAGQAQAB4ABAAYAAwAHQAWABAAHQAeAkEAFgAOAAwAHwAfABAAHQAEAB4AHwAdAAwAFAASABMAHwAEABcAFAAZABAAHgI+ABwADgAMAB8AHwAQAB0ABAAeABgAGgAaAB8AEwAEABcAFAAZABAAHgAEABgADAAdABYAEAAdAB4CPwAUAA4ADAAfAB8AEAAdAAQAHgAYABoAGgAfABMABAAXABQAGQAQAB4CPQAHAA4ADAAfAB8AEAAdAGQABAAMACEAEADlAAoADAAfACAAHQAMAB8AFAAaABkAPQB8AIQAnACsAMIA0ADuAR4BKgFEAXYBoAHKAfwCJgJCAl4CjgKyAsoC1gLyAxQDNANUA3IDggOUA6gDygPuBAoEJARABG4EnAS+BOAFAgUoBUIFXAV2BaoF3AYEBiwGWAZ8BpIGqAbUBv4HLAdSB4QHtAfoCBoISgh+Ae4AAwAjAB8B2QALACIAFAAfAB8AEAAdAAQADQAaACMB2AAHACIAFAAfAB8AEAAdAdcACgAgABgADQAXAB0ABAANABoAIwHWAAYAIAAYAA0AFwAdAMsADgAdABQABAAeAB8ADAAfABAABAAZACAAFwAXAMoAFwAdABQABAAeAB8ADAAfABAABAAUABkADwAQAB8AEAAdABgAFAAZAAwAHwAQAGcABQAdAAwAHgATAOcADAAdAAwAGQAeABsAEAAdAAwAGQAOACQBXwAYAB0ADAAOABYABAAOABMADAAZABIAEAAeAAQAHQAQABUAEAAOAB8ABAAMABcAFwFeABQAHQAMAA4AFgAEAA4AEwAMABkAEgAQAB4ABAAdABAAFQAQAA4AHwFbABQAHQAMAA4AFgAEAA4AEwAMABkAEgAQAB4ABAAQABkADAANABcAEAFdABgAHQAMAA4AFgAEAA4AEwAMABkAEgAQAB4ABAAMAA4ADgAQABsAHwAEAAwAFwAXAVwAFAAdAAwADgAWAAQADgATAAwAGQASABAAHgAEAAwADgAOABAAGwAfAVoADQAdAAwADgAWAAQADgATAAwAGQASABAAHgGdAA0AGgAaABcADQAMAB0ABAARABcAGgAMAB8BoQAXABoAEgASABcAEAAEABEAIAAXABcABAAeAA4AHQAQABAAGQAEABgAGgAPABACHwARABoADgAEAB4AEAAOAB8AFAAaABkABAAXABAAIQAQABcCEgALABoADgAEAB4AEAAOAB8AFAAaABkAkwAFABQAFwAQAB4A9wANABMAIAAYAA0AGQAMABQAFwAeAAQAIAAbAPgAEAATACAAGAANABkADAAUABcAHgAEAB0AFAASABMAHwD6AA8AEwAgABgADQAZAAwAFAAXAB4ABAAXABAAEQAfAPkADwATACAAGAANABkADAAUABcAHgAEAA8AGgAiABkBVAAOABAAIwAfAA0AGgAjAAQAEwAUAA8ADwAQABkBUwAHABAAIwAfAA0AGgAjAVIACAAQACMAHwAMAB0AEAAMATMACQAQACMAHwAEACIAHQAMABsBWAAQABAAGAAbABcADAAfABAABAAYAAwAGQAMABIAEAAdAdUAEQAQABcAFwAEAAwABAARAB0AFAAQABkADwAEAA0AGgAjAdQADQAQABcAFwAEAAwABAARAB0AFAAQABkADwGJAAwADAANABcAEAAEACIAFAAlAAwAHQAPAZkADQAMAA0AFwAQAAQAIAAZABgAEAAdABIAEAGPABYADAANABcAEAAEAB0AGgAiAAQAFAAZAB4AEAAdAB8ABAANABAAFwAaACIBjgAWAAwADQAXABAABAAdABoAIgAEABQAGQAeABAAHQAfAAQADAANABoAIQAQAbIAEAAMAA0AFwAQAAQAHQAaACIABAASAB0AGgAgABsAHgGRABAADAANABcAEAAEAB0AGgAiAAQADwAQABcAEAAfABABiQAQAAwADQAXABAABAAbAB0AGgAbABAAHQAfABQAEAAeAYcAEgAMAA0AFwAQAAQAFwAUABIAEwAfAAQADwAUAAwAFwAaABIBhwAMAAwADQAXABAABAAUABkAHgAQAB0AHwGTAAwADAANABcAEAAEAA8AEAAXABAAHwAQAbEADAAMAA0AFwAQAAQADgAaAB0AGQAQAB0BjQAZAAwADQAXABAABAAOABoAFwAgABgAGQAEABQAGQAeABAAHQAfAAQAHQAUABIAEwAfAYwAGAAMAA0AFwAQAAQADgAaABcAIAAYABkABAAUABkAHgAQAB0AHwAEABcAEAARAB8BsAATAAwADQAXABAABAAOABoAFwAgABgAGQAEABIAHQAaACAAGwAeAZAAEwAMAA0AFwAQAAQADgAaABcAIAAYABkABAAPABAAFwAQAB8AEAGLABUADAANABcAEAAEAA4AEAAXABcABAAbAB0AGgAbABAAHQAfABQAEAAeAZIAEQAMAA0AFwAQAAQADgAQABcAFwAEAA8AEAAXABAAHwAQAYoACgAMAA0AFwAQAAQADgAQABcAFwGvAAoADAANABcAEAAEAA0AGgAPACQBNwAVAAwADQAXABAABAAMABcAFAASABkABAAfABoAGwAEAB0AFAASABMAHwE1ABQADAANABcAEAAEAAwAFwAUABIAGQAEAB8AGgAbAAQAFwAQABEAHwE2ABYADAANABcAEAAEAAwAFwAUABIAGQAEAB8AGgAbAAQADgAQABkAHwAQAB0BPgASAAwADQAXABAABAAMABcAFAASABkABAAdABAAGAAaACEAEAE6ABgADAANABcAEAAEAAwAFwAUABIAGQAEABgAFAAPAA8AFwAQAAQAHQAUABIAEwAfATgAFwAMAA0AFwAQAAQADAAXABQAEgAZAAQAGAAUAA8ADwAXABAABAAXABAAEQAfATkAGQAMAA0AFwAQAAQADAAXABQAEgAZAAQAGAAUAA8ADwAXABAABAAOABAAGQAfABAAHQE9ABgADAANABcAEAAEAAwAFwAUABIAGQAEAA0AGgAfAB8AGgAYAAQAHQAUABIAEwAfATsAFwAMAA0AFwAQAAQADAAXABQAEgAZAAQADQAaAB8AHwAaABgABAAXABAAEQAfATwAGQAMAA0AFwAQAAQADAAXABQAEgAZAAQADQAaAB8AHwAaABgABAAOABAAGQAfABAAHQGIAAUADAANABcAEAAKABYAIAAuADwASABWAHYAmgCqALQBugAEAB4AEAAdAI4ABgAbABcAGgAMAA8AgQAGABkAHgAaAB0AHwG4AAUAGQAbABQAGQBvAAYAGQAXABoADgAWAG0ADwAZABcAFAAZABYABAAhABAAHQAfABQADgAMABcAawARABkAFwAUABkAFgAEABMAGgAdABQAJQAaABkAHwAMABcATAAHABkAEgAdABoAIAAbAFsABAAZAA8AGgEUAAkAGQAPABAAHQAXABQAGQAQAAsAGAAsAEIAWgBuAHoAkgCwAL4AxADmALsACQAaABcAIAAYABAABAAgABsAvAAKABoAFwAgABgAEAAEABoAEQARALoACwAaABcAIAAYABAABAAPABoAIgAZAeMACQAUABgAEAAaAAQADQAaACMB4gAFABQAGAAQABoB/gALABQAEAAiAAQAHgAaACAAHQAOABABawAOABQADwAQABoABAAQACMAHwAQAB0AGQAMABcCAwAGAA0AGwAdABoAFQIFAAIADQGfABAADAAXABQADwAMAB8AFAAaABkABAAjABMAHwAYABcBoAAPAAwAFwAUAA8ADAAfABQAGgAZAAQADwAMAB8ADAAKABYAJAAuAEgAaAB4AJYAtgDWAOQAlwAGAB0AEAAZAA4AEwHxAAQAGgAdAA8BrAAMABQAJQAMAB0ADwAEAB8ADAANABcAEAGuAA8AFAAlAAwAHQAPAAQADgAdABoAHgAeAB8ADAANAJMABwAUABkADwAaACIAHgCTAA4AFAAZAA8AGgAiAAQAHQAQAB4AHwAaAB0AEACUAA8AFAAZAA8AGgAiAAQAGAAUABkAFAAYABQAJQAQAJIADwAUABkADwAaACIABAAYAAwAIwAUABgAFAAlABAAkgAGABQAGQAPABoAIgDSAAcADAAdABkAFAAZABIAAwAIABAAJAHwAAMAFwAeAHcACQAEABoAIAAfABcAFAAZABAAeAAIAAQADgAUAB0ADgAXABAABAAKACIAMgBIAeUACwAaACAAHwAgAA0AEAAEAA0AGgAjAeQABwAaACAAHwAgAA0AEAHbAAoADAAYABgAEAAdAAQADQAaACMB2gAGAAwAGAAYABAAHQAGAA4AIAAwAEwAbgB4AJsACAAaABoAGAAEABoAIAAfAJoABwAaABoAGAAEABQAGQDXAA0AGgAaABgABAANABAAHgAfAAQAEQAUAB8A1gAQABoAGgAYAAQADAAOAB8AIAAMABcABAAeABQAJQAQAJkABAAaABoAGAH6AAMAFAAbAAEABAJJAAICSgAAAAMD/wGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6iIDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAKAAAAAkACAABAAEAAEAIAAtADYAeuA04VniDuMK5APlPeah5wXoLOlB6iL//f//AAAAAAAgAC0AMABh4ADhAOIA4wDkAOUA5gDnAOgA6QDqAP/9//8AAf/j/9f/1f+rICYfWx61HcQczxvTGxEasxm5GOYYKAADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBQAEAAsACgAACAAABEQECwP6AAoD+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/MADQPzAA0D8wANAwMABAMBAwAEAwMAAAAAFAEAAAAOAA8AAAwAHAAsADwATAAATIRUhESE1ISUh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XV1RUnojIyMjelJRXV1RUnojI/4AgIAAAAMAwACAA0ADAAADAAcACwAAEyEVIREhFSERIRUhwAKA/YABwP5AAQD/AAEAgAGAgAGAgAADAMAAgANAAwAAAwAHAAsAABMhFSEVIRUhFSEVIcACgP2AAcD+QAEA/wADAICAgICAAAAAAwBAAAADwAOAAAMABwATAAATFyM1ESE1ISUzNSMnITUhJwcBN96AngEA/wABrROTgAHT/a2ALQNTLQIAgID+gICAgICAgC38rS0AAAEBAACAAsADQAAGAAABESMRIxsBAgBAwODgAkD+QAHAAQD/AAAAAAABAQAAgALAA0AABgAAAQsBMxEzEQLA4ODAQAGA/wABAAHA/kAAAAAAAQCAAAADgANAAAcAABMVARE3EQE1gAFAgAFAA0BA/sD+QIABQAFAQAAAAAACAIAAAAQAA8AABwAPAAAJAQcRBxEBNQU3NSEnBwE3AR8BUC+A/sACd4n+r4AvAlQsA0D+sDD+wIABwAFAQMmJQIAs/awvAAABAQAAgAMAAsAABwAAASEVBxUHEScBAAIAwIDAAsBAwMCAAUDAAAAAAgCAAMADgALAAAcADgAAARUHFQcRJzUFMxEzETMnA4DAQMD+wIBAgKACwEDAgIABAMBAwP7AAUDAAAAAAgCAAMADgALAAAcADgAAARUHFQcRJzUDNyMRIxEjA4DAQMCgoIBAgALAQMCAgAEAwED+AMABQP7AAAAABgBAAEADwANAAAMABwALAA8AEwAfAAABFSE1BSE1IREhNSERITUhFSE1ISUzNTM1IzUjFSMVMwPA/IACAAGA/oABgP6AAYD+gAGA/oD+gICAgICAgANAQEDAQP7AgP7AQMBAgICAgICAAAAABgBAAAADwANAAAcADwAbAB8AIwAnAAABFSMVMxUjESEVMxUjFTMRASMVIxUzFTM1MzUjJSE1ISUVITUBITUhAsBAQIABAEBAgP2AgICAgICAAQABgP6A/gADgP6AAYD+gAEAQIBAAQBAgEABAAGAgICAgICAQIBAQP5AgAAAAAACAEAAAAPAA4AABAALAAAlMTMRIwEVIRUJARUDAMDA/UABAAFA/sAAA4D+gIDAAQABAMAAAgBAAAADwAOAAAQACwAAATEjETMTFSEVCQEVAQDAwIABAAFA/sADgPyAAgCAwAEAAQDA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NTMRIzUzFSM1MwEjNTMVIzUzESM1MxUjNTMBIzUzFyM1MxcjNTMVIzUzFSM1MxEjNTMVIzUzFSM1MyEjFTMzIzUzFyM1MyEjFTMzIzUzFyM1MwEjFTMzIzUzFyM1MwOA/MBAQEBAQEBAQEBAQAMAQEBAQEBAQED9gEBAgEBAgEBAQEBAQEBAQEBAQP6AQECAQECAQEABAEBAgEBAgEBA/wBAQIBAQIBAQAIAQEABgECAQMBA/sBAwEABwEDAQP7AQMBAAkBAQEBAQMBAwED+wEDAQMBAQEBAQEBAQEADAEBAQEAAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAJSMRMwU1IxUjNTMVIzUzFSE1MxUjNTMVATUzFSM1MxUhNTMVIzUzFQE1MxUHNTMVBzUzFSM1MxUjNTMVITUzFSM1MxUjNTMVETUjFRU1MxUHNTMVETUjFRU1MxUHNTMVATUjFRU1MxUHNTMVAgBAQAGAQIBAwED+wEDAQAHAQMBA/sBAwEACQEBAQEBAwEDAQP7AQMBAwEBAQEBAQEBAQAMAQEBAQEADQEBAQEBAQEBAQEBA/QBAQEBAQEBAQAKAQECAQECAQEBAQEBAQEBAQEBAAYBAQIBAQIBAQP8AQECAQECAQEABAEBAgEBAgEBAAAAAGwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAABFSE1FyMVMxUjNTMVIzUzFSM1MxUjNTMBIzUzFSM1MxUjNTMVIzUzJSM1MxcjNTM3IzUzFSM1MxUjNTMVIzUzFSM1MxUjNTMhIxUzMyM1MxcjNTMhIxUzMyM1MxcjNTMBIxUzMyM1MzcjNTMDgPzAQEBAQEBAQEBAQEADAEBAQEBAQEBA/YBAQIBAQIBAQEBAQEBAQEBAQED+gEBAgEBAgEBAAQBAQIBAQIBAQP8AQECAQECAQEADgEBAgECAQMBAwEDAQAFAQMBAwEDAQMBAQEDAQMBAwEDAQMBAwEBAQEBAQEBAQAGAQEDAQAAAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBj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AQEBAgEBAQIBAQECAQICAQgUCwMWHswWHgkJFRlLNTVLGRQJCh4WjIwWHgkJAgIBAQECAQEBAgEBAgEBAgEDBQMCAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAQIBAgEBAQEBAQEBAQIBAQECAQIBAQECAQEBAgEBAQIBAQECAQEBAgEBAQECAQEBAgEBAQECAgEDAQEBAQIBAQICAgEBAgIBAQMCAQECAgECAgIBAwIBAgICLUEEAQEBAQEBAQEBAQEBAQEBAQEGDgkJCh4WzB4WAwsVBwgSCgECAQEBAQEBAQEBAgEBAQEBAQEBAQIBAQEBAgECAQIBAgEBAQEBAQEBAQEBAgECAQIBAQEBAQIBAgECAQEBLUEEAQEAAgICAQICAQECAwEBAgIBAQICAgEBAgEBAQEDAQICAQEBAQIBAQECAQEBAQIBAQECAQEBAgEBAQIBAQECAQEBAgECAQEBAgEBAQEBAQEBAQIBAgECAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAwUDAQIBAQIBAQIBAQECAQEBAgIJCR4WjB4WAwsUCBEzHjVLSzUdMxIHFQsDFh4CQB4WAwsUCAECAgECAQEBAgEBAQIBAQEDAQUIBQIDAQEBAQIBAQEBAgIBAQECAQEBAQECAQIBAgIBAQEDAQEBAgMCAQMCAQICAQECAwEBAgIBAQICAgEBAgEBAQEDAQICAQEBAQIBAQECAQEBAQIBAQECAQEBAgEBAQIBAQECAQEBAgECAQEBAgEBAQEBAQEBAQIBAgECAQEBAQEBAQEBAQEBAQEEQS0BAQECAQIBAgEBAQEBAgECAQIBAQEBAQEBAQEBAQIBAgECAQIBAQEBAgEBAQEBAQEBAQIBAQEBAQEBAQECAQoSCAcVCwMWHswWHgoJCQ4GAQEBAQEBAQEBAQEBAQEBAQEEQS0CAgIBAgMBAAAABQAA/8AEAALAAA0AHAA5AE8AVAAAJTE1IxUjFTMVMzUzNSMBNDYzITIWFRQGIyEiJjUjFBY7AQ4BIyInLgEnJjU0Nz4BNzYzMhYXIyIGFQU+ATU0Jy4BJyYjIgYHMzIWFRQGIzMrAR4BMwOAQICAQIBA/QAlGwIAGyUlG/4AGyVASzXeInVHNS8uRhQUFBRGLi81R3Ui3jVLA0AeIhQURi4vNUd1It41S0s1wMDeInVHgICAQICA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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAABQAQAAUAEAAFABAABQAQAAQAEAAFABAABAAQAAUAEAAEABAABAAQAAQAEAAEABAABAAQAAIAEAAEABAAAgAQAAQAEAAAABAABAAQAAMAEAAE8BAAAwAQAAUAEAAEABAAAwAQAAQAEAADABAABAAQAAQAEAADABAAAAAQAAEAEAADABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAABQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAYAEAABABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAMAEAADABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAABAAQAAFMEAAAABAAAAAQAAQAEAAAABAAAwAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAADABAAAQAQAAEAEAADABAAAQAQAAEAEAADABAAAQAQAAEAEAADABAAAwAQAAEAEAAEABAABAAQAAIAEAACABAABAAQAAIAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAMAEAADABAAAwAQAAIAEAADABAAAWgQAAEMEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAAAQAQAAIAEAAFABAABQAQAAEAEAABABAAAQAQAAMAEAADABAABAAQAAQAEAAEABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAABABAAAUQQAAQAEAAAABAAAQAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAEAEAADABAAAwAQAAMAEAABQBAAAUAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAQAEAACABAAAgAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAAAABAAAAAQAAEAEAAAABAAAQAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAAwEAADABAAAQAQAAEAEAABABAAAQAQAAIAEAAAABAABAAQAAQAEAABABAAAgAQAAIAEAACABAAAgAQAAIAEAABABAAAgAQAAEAEAACABAAAgAQAAIAEAABABAAAQAQAAEAEAABABAAAAAQAAAAEAABABAAAQAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAABABAAAPwQAAIAEAAAABAD//gQAAAAEAABABAAAAAQAAAAEAABABAAAAAQAAIAEAAEABAABAAQAAQAEAAEABAAAwAQAAEAEAABABAAAAAQAAIAEAACABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAABABAAAwAQAAMAEAAAABAAAQAQAAEAEAAAABAAAgAQAAEAEAAAABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAgAQAAIAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAABABAAAAAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAAAEAABABAAAAAQAAEAEAABABAAAAAQAAAAEAABABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAUwQAAAAEAAAABAAAAAQAAEAEAABABAAAwAQAAEAEAAEABAAAgAQAAEAEAACABAAAgAQAAEAEAAAABAAAAAQAAEAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAoAQAAKAEAADABAAAgAQAAEAEAACABAAAQAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAABAAQAAEAEAADABAAAQAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAIAEAABABAAAAAQAAEAEAABA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) format("truetype"); }
.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;
  speak: none;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }
.k-icon::before {
    vertical-align: baseline; }
.k-icon:hover, .k-icon:focus {
    text-decoration: none; }
.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-arrow-45-up-right::before {
  content: "\e000"; }
.k-i-collapse-ne::before {
  content: "\e000"; }
.k-i-resize-ne::before {
  content: "\e000"; }
.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-arrow-45-down-left::before {
  content: "\e002"; }
.k-i-collapse-sw::before {
  content: "\e002"; }
.k-i-resize-sw::before {
  content: "\e002"; }
.k-i-arrow-45-up-left::before, .k-i-resize-nw::before {
  content: "\e003"; }
.k-i-collapse-nw::before {
  content: "\e003"; }
.k-i-resize-new::before {
  content: "\e003"; }
.k-i-arrow-60-up::before, .k-i-arrow-n::before, .k-i-sarrow-n::before, .k-i-expand-n::before {
  content: "\e004"; }
.k-i-kpi-trend-increase::before {
  content: "\e004"; }
.k-i-arrow-60-right::before, .k-i-arrow-e::before, .k-i-sarrow-e::before, .k-i-expand::before, .k-i-expand-e::before {
  content: "\e005"; }
.k-i-arrow-60-down::before, .k-i-arrow-s::before, .k-i-sarrow-s::before, .k-i-collapse::before, .k-i-expand-s::before {
  content: "\e006"; }
.k-i-kpi-trend-decrease::before {
  content: "\e006"; }
.k-i-arrow-60-left::before, .k-i-arrow-w::before, .k-i-sarrow-w::before, .k-i-expand-w::before {
  content: "\e007"; }
.k-i-arrow-end-up::before {
  content: "\e008"; }
.k-i-arrow-end-right::before, .k-i-seek-e::before {
  content: "\e009"; }
.k-i-arrow-end-down::before {
  content: "\e00a"; }
.k-i-arrow-end-left::before, .k-i-seek-w::before {
  content: "\e00b"; }
.k-i-arrow-double-60-up::before {
  content: "\e00c"; }
.k-i-arrow-seek-up::before, .k-i-seek-n::before {
  content: "\e00c"; }
.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-arrow-double-60-down::before {
  content: "\e00e"; }
.k-i-arrow-seek-down::before, .k-i-seek-s::before {
  content: "\e00e"; }
.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-arrows-kpi::before {
  content: "\e010"; }
.k-i-kpi::before {
  content: "\e010"; }
.k-i-arrows-no-change::before {
  content: "\e011"; }
.k-i-arrow-overflow-down::before {
  content: "\e012"; }
.k-i-arrow-chevron-up::before, .k-i-arrowhead-n::before {
  content: "\e013"; }
.k-i-arrow-chevron-right::before, .k-i-arrowhead-e::before {
  content: "\e014"; }
.k-i-arrow-chevron-down::before, .k-i-arrowhead-s::before {
  content: "\e015"; }
.k-i-arrow-chevron-left::before, .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-arrow-drill::before {
  content: "\e01b"; }
.k-i-arrow-parent::before {
  content: "\e01c"; }
.k-i-arrow-root::before {
  content: "\e01d"; }
.k-i-arrows-resizing::before {
  content: "\e01e"; }
.k-i-arrows-dimensions::before, .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, .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, .k-i-hamburger::before {
  content: "\e030"; }
.k-i-more-vertical::before, .k-i-vbars::before {
  content: "\e031"; }
.k-i-more-horizontal::before, .k-i-hbars::before {
  content: "\e032"; }
.k-i-undo::before, .k-i-undo-large::before {
  content: "\e100"; }
.k-i-redo::before, .k-i-redo-large::before {
  content: "\e101"; }
.k-i-reset::before {
  content: "\e102"; }
.k-i-reload::before {
  content: "\e103"; }
.k-i-refresh::before {
  content: "\e103"; }
.k-i-recurrence::before {
  content: "\e103"; }
.k-i-non-recurrence::before, .k-i-refresh-clear::before {
  content: "\e104"; }
.k-i-reset-sm::before {
  content: "\e105"; }
.k-i-reload-sm::before {
  content: "\e106"; }
.k-i-refresh-sm::before {
  content: "\e106"; }
.k-i-recurrence-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-edit::before {
  content: "\e10b"; }
.k-i-pencil::before {
  content: "\e10b"; }
.k-i-delete::before {
  content: "\e10c"; }
.k-i-trash::before {
  content: "\e10c"; }
.k-i-attachment::before {
  content: "\e10d"; }
.k-i-clip::before {
  content: "\e10d"; }
.k-i-attachment-45::before {
  content: "\e10e"; }
.k-i-clip-45::before {
  content: "\e10e"; }
.k-i-link-horizontal::before {
  content: "\e10f"; }
.k-i-hyperlink::before {
  content: "\e10f"; }
.k-i-unlink-horizontal::before {
  content: "\e110"; }
.k-i-hyperlink-remove::before {
  content: "\e110"; }
.k-i-link-vertical::before {
  content: "\e111"; }
.k-i-unlink-vertical::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, .k-i-deny::before {
  content: "\e116"; }
.k-i-cancel-circle::before {
  content: "\e117"; }
.k-i-check::before, .k-i-tick::before {
  content: "\e118"; }
.k-i-checkmark::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-close::before, .k-i-group-delete::before {
  content: "\e11b"; }
.k-i-x::before {
  content: "\e11b"; }
.k-i-close-outline::before {
  content: "\e11c"; }
.k-i-x-outline::before {
  content: "\e11c"; }
.k-i-error::before {
  content: "\e11c"; }
.k-i-close-circle::before {
  content: "\e11d"; }
.k-i-x-circle::before {
  content: "\e11d"; }
.k-i-plus::before, .k-plus::before, .k-i-add::before {
  content: "\e11e"; }
.k-i-plus-outline::before {
  content: "\e11f"; }
.k-i-plus-circle::before {
  content: "\e120"; }
.k-i-minus::before, .k-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-unsort::before {
  content: "\e126"; }
.k-i-sort-clear::before {
  content: "\e126"; }
.k-i-sort-asc-sm::before {
  content: "\e127"; }
.k-i-sort-desc-sm::before {
  content: "\e128"; }
.k-i-filter::before {
  content: "\e129"; }
.k-i-filter-clear::before {
  content: "\e12a"; }
.k-i-filter-sm::before {
  content: "\e12b"; }
.k-i-filter-sort-asc-sm::before {
  content: "\e12c"; }
.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-logout::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, .k-i-maximize::before {
  content: "\e137"; }
.k-i-windows::before {
  content: "\e138"; }
.k-i-window-restore::before, .k-i-restore::before {
  content: "\e138"; }
.k-i-tiles::before {
  content: "\e138"; }
.k-i-window-minimize::before, .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-preview::before {
  content: "\e13d"; }
.k-i-eye::before {
  content: "\e13d"; }
.k-i-zoom::before {
  content: "\e13e"; }
.k-i-search::before {
  content: "\e13e"; }
.k-i-zoom-in::before {
  content: "\e13f"; }
.k-i-zoom-out::before {
  content: "\e140"; }
.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, .k-i-splus::before {
  content: "\e145"; }
.k-i-minus-sm::before, .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-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, .k-i-volume-low::before {
  content: "\e205"; }
.k-i-volume-up::before, .k-i-volume-high::before {
  content: "\e206"; }
.k-i-volume-off::before, .k-i-volume-mute::before {
  content: "\e207"; }
.k-i-hd::before {
  content: "\e208"; }
.k-i-subtitles::before {
  content: "\e209"; }
.k-i-playlist::before {
  content: "\e20a"; }
.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-tri-state-indeterminate::before {
  content: "\e306"; }
.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-notification::before {
  content: "\e400"; }
.k-i-bell::before {
  content: "\e400"; }
.k-i-information::before {
  content: "\e401"; }
.k-i-info::before, .k-i-note::before {
  content: "\e401"; }
.k-i-question::before {
  content: "\e402"; }
.k-i-help::before {
  content: "\e402"; }
.k-i-warning::before {
  content: "\e403"; }
.k-i-exception::before {
  content: "\e403"; }
.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-vertical::before {
  content: "\e509"; }
.k-i-rotate::before {
  content: "\e50a"; }
.k-i-rotate-right::before, .k-i-rotate-cw::before {
  content: "\e50b"; }
.k-i-rotate-left::before, .k-i-rotate-ccw::before {
  content: "\e50c"; }
.k-i-brush::before {
  content: "\e50d"; }
.k-i-palette::before {
  content: "\e50e"; }
.k-i-paint::before {
  content: "\e50f"; }
.k-i-droplet::before {
  content: "\e50f"; }
.k-i-background::before {
  content: "\e50f"; }
.k-i-line::before {
  content: "\e510"; }
.k-i-shape-line::before {
  content: "\e510"; }
.k-i-brightness-contrast::before {
  content: "\e511"; }
.k-i-saturation::before {
  content: "\e512"; }
.k-i-invert-colors::before {
  content: "\e513"; }
.k-i-transperancy::before {
  content: "\e514"; }
.k-i-opacity::before {
  content: "\e514"; }
.k-i-greyscale::before {
  content: "\e515"; }
.k-i-blur::before {
  content: "\e516"; }
.k-i-sharpen::before {
  content: "\e517"; }
.k-i-shape::before {
  content: "\e518"; }
.k-i-round-corners::before {
  content: "\e519"; }
.k-i-front-element::before {
  content: "\e51a"; }
.k-i-back-element::before {
  content: "\e51b"; }
.k-i-forward-element::before {
  content: "\e51c"; }
.k-i-backward-element::before {
  content: "\e51d"; }
.k-i-align-left-element::before {
  content: "\e51e"; }
.k-i-align-center-element::before {
  content: "\e51f"; }
.k-i-align-right-element::before {
  content: "\e520"; }
.k-i-align-top-element::before {
  content: "\e521"; }
.k-i-align-middle-element::before {
  content: "\e522"; }
.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-full-screen::before, .k-i-fullscreen-enter::before {
  content: "\e528"; }
.k-i-fullscreen::before {
  content: "\e528"; }
.k-i-full-screen-exit::before {
  content: "\e529"; }
.k-i-fullscreen-exit::before {
  content: "\e529"; }
.k-i-reset-color::before {
  content: "\e52a"; }
.k-i-paint-remove::before {
  content: "\e52a"; }
.k-i-background-remove::before {
  content: "\e52a"; }
.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, .k-i-text::before {
  content: "\e605"; }
.k-i-convert-lowercase::before {
  content: "\e606"; }
.k-i-convert-uppercase::before {
  content: "\e607"; }
.k-i-strikethrough::before, .k-i-strike-through::before {
  content: "\e608"; }
.k-i-sub-script::before, .k-i-subscript::before {
  content: "\e609"; }
.k-i-sup-script::before, .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, .k-i-insert-ordered-list::before {
  content: "\e613"; }
.k-i-list-numbered::before {
  content: "\e613"; }
.k-i-list-unordered::before, .k-i-insert-unordered-list::before {
  content: "\e614"; }
.k-i-list-bulleted::before {
  content: "\e614"; }
.k-i-indent-increase::before {
  content: "\e615"; }
.k-i-indent::before {
  content: "\e615"; }
.k-i-indent-decrease::before {
  content: "\e616"; }
.k-i-outdent::before {
  content: "\e616"; }
.k-i-insert-up::before, .k-i-insert-n::before {
  content: "\e617"; }
.k-i-insert-top::before {
  content: "\e617"; }
.k-i-insert-middle::before, .k-i-insert-m::before {
  content: "\e618"; }
.k-i-insert-down::before, .k-i-insert-s::before {
  content: "\e619"; }
.k-i-insert-bottom::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, .k-i-justify-left::before {
  content: "\e61d"; }
.k-i-align-center::before, .k-i-justify-center::before {
  content: "\e61e"; }
.k-i-align-right::before, .k-i-justify-right::before {
  content: "\e61f"; }
.k-i-align-justify::before, .k-i-justify-full::before {
  content: "\e620"; }
.k-i-align-remove::before, .k-i-justify-clear::before {
  content: "\e621"; }
.k-i-text-wrap::before {
  content: "\e622"; }
.k-i-rule-horizontal::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, .k-i-all-borders::before {
  content: "\e62e"; }
.k-i-borders-outside::before, .k-i-outside-borders::before {
  content: "\e62f"; }
.k-i-borders-inside::before, .k-i-inside-borders::before {
  content: "\e630"; }
.k-i-borders-inside-horizontal::before, .k-i-inside-horizontal-borders::before {
  content: "\e631"; }
.k-i-borders-inside-vertical::before, .k-i-inside-vertical-borders::before {
  content: "\e632"; }
.k-i-border-top::before, .k-i-top-border::before {
  content: "\e633"; }
.k-i-border-bottom::before, .k-i-bottom-border::before {
  content: "\e634"; }
.k-i-border-left::before, .k-i-left-border::before {
  content: "\e635"; }
.k-i-border-right::before, .k-i-right-border::before {
  content: "\e636"; }
.k-i-border-no::before, .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-dictionary-add::before {
  content: "\e651"; }
.k-i-image-light-dialog::before {
  content: "\e652"; }
.k-i-image-insert::before, .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-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-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-paste::before {
  content: "\e65f"; }
.k-i-paste-as-html::before {
  content: "\e660"; }
.k-i-paste-from-word::before {
  content: "\e661"; }
.k-i-paste-from-word-strip-file::before {
  content: "\e662"; }
.k-i-paste-html::before {
  content: "\e663"; }
.k-i-paste-markdown::before {
  content: "\e664"; }
.k-i-paste-plain-text::before {
  content: "\e665"; }
.k-i-apply-format::before {
  content: "\e666"; }
.k-i-clear-css::before, .k-i-clearformat::before {
  content: "\e667"; }
.k-i-copy-format::before {
  content: "\e668"; }
.k-i-strip-all-formating::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-style-builder::before {
  content: "\e66f"; }
.k-i-module-manager::before {
  content: "\e670"; }
.k-i-hyperlink-light-dialog::before {
  content: "\e671"; }
.k-i-hyperlink-insert::before {
  content: "\e671"; }
.k-i-hyperlink-globe::before {
  content: "\e672"; }
.k-i-hyperlink-globe-remove::before {
  content: "\e673"; }
.k-i-hyperlink-email::before {
  content: "\e674"; }
.k-i-anchor::before {
  content: "\e675"; }
.k-i-table-light-dialog::before, .k-i-create-table::before {
  content: "\e676"; }
.k-i-table-insert::before {
  content: "\e676"; }
.k-i-table::before {
  content: "\e677"; }
.k-i-table-properties::before {
  content: "\e678"; }
.k-i-table-wizard::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, .k-i-add-column-left::before {
  content: "\e67b"; }
.k-i-table-column-insert-right::before, .k-i-add-column-right::before {
  content: "\e67c"; }
.k-i-table-row-insert-above::before, .k-i-add-row-above::before {
  content: "\e67d"; }
.k-i-table-row-insert-below::before, .k-i-add-row-below::before {
  content: "\e67e"; }
.k-i-table-column-delete::before, .k-i-delete-column::before {
  content: "\e67f"; }
.k-i-table-row-delete::before, .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, .k-i-merge-cells::before {
  content: "\e683"; }
.k-i-cells-merge-horizontally::before, .k-i-merge-horizontally::before {
  content: "\e684"; }
.k-i-cells-merge-vertically::before, .k-i-merge-vertically::before {
  content: "\e685"; }
.k-i-cell-split-horizontally::before {
  content: "\e686"; }
.k-i-cell-split-vertically::before {
  content: "\e687"; }
.k-i-table-unmerge::before, .k-i-normal-layout::before {
  content: "\e688"; }
.k-i-pane-freeze::before, .k-i-freeze-panes::before {
  content: "\e689"; }
.k-i-row-freeze::before, .k-i-freeze-row::before {
  content: "\e68a"; }
.k-i-column-freeze::before, .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, .k-i-fx::before, .k-spreadsheet-formula-bar::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, .k-i-format-number::before {
  content: "\e696"; }
.k-i-decimal-increase::before, .k-i-increase-decimal::before {
  content: "\e697"; }
.k-i-decimal-decrease::before, .k-i-decrease-decimal::before {
  content: "\e698"; }
.k-i-font-size::before {
  content: "\e699"; }
.k-i-image-absolute-position::before {
  content: "\e69a"; }
.k-i-globe-outline::before {
  content: "\e700"; }
.k-i-globe::before {
  content: "\e701"; }
.k-i-marker-pin::before {
  content: "\e702"; }
.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-email::before {
  content: "\e809"; }
.k-i-envelop::before {
  content: "\e809"; }
.k-i-letter::before {
  content: "\e809"; }
.k-i-email-box::before {
  content: "\e80a"; }
.k-i-envelop-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, .k-i-page-portrait::before {
  content: "\e906"; }
.k-i-file-add::before, .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, .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, .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-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, .k-i-page-landscape::before {
  content: "\e922"; }
.k-i-hand::before {
  content: "\e158"; }
.k-i-cursor::before {
  content: "\e159"; }
.k-i-home::before {
  content: "\e034"; }
.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-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 {
  -webkit-transform: scaleX(-1);
          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-line {
  background-color: currentColor;
  border-color: currentColor; }
.k-line-h,
.k-line-v {
  position: absolute; }
.k-line-h {
  height: 2px; }
.k-line-v {
  width: 2px; }
.k-loading {
  width: 64px;
  height: 64px;
  display: block; }
.k-loading .animate {
    -webkit-animation: loading 2s infinite linear;
            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;
  -webkit-animation: k-loading-animation .7s linear infinite;
          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: .015em;
  font-size: 4em; }
@-webkit-keyframes loading {
  0% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 502; }
  50% {
    stroke-dasharray: 250 1; }
  100% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 0; } }
@keyframes loading {
  0% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 502; }
  50% {
    stroke-dasharray: 250 1; }
  100% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 0; } }
@-webkit-keyframes k-loading-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes k-loading-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.k-resize-handle,
.k-resize-hint {
  position: absolute;
  border-color: inherit;
  z-index: 200; }
.k-resize-handle {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
.k-resize-handle::before {
  content: "";
  border: 0 solid;
  border-color: inherit; }
.k-resize-n {
  width: 100%;
  height: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  left: 0;
  top: -3px;
  cursor: n-resize; }
.k-resize-s {
  width: 100%;
  height: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  left: 0;
  bottom: -3px;
  cursor: s-resize; }
.k-resize-w {
  width: 6px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  top: 0;
  left: -3px;
  cursor: w-resize; }
.k-resize-e {
  width: 6px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  top: 0;
  right: -3px;
  cursor: w-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: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          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;
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
.k-resize-hint-vertical {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          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;
    -webkit-box-flex: 1;
            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-widget ::-moz-selection, .k-block ::-moz-selection, .k-panel ::-moz-selection {
  background-color: #009ddc;
  color: #ffffff; }
.k-widget ::selection, .k-block ::selection, .k-panel ::selection {
  background-color: #009ddc;
  color: #ffffff; }
.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: #009ddc;
  border-color: rgba(0, 0, 0, 0.1);
  opacity: .6; }
.k-marquee-text {
  color: #ffffff; }
.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;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  transition: opacity 100ms linear, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: opacity 100ms linear, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 100ms linear, transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 100ms linear, transform 500ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: .1;
  background-color: currentColor; }
.k-primary .k-ripple-blob {
    opacity: .2; }
.k-popup {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0 0;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  line-height: 1.4285714286;
  box-sizing: content-box; }
.k-popup > .k-widget {
    border-width: 0; }
.k-popup.k-colorpicker-popup {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
.k-popup .k-item {
    cursor: pointer;
    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 .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;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
.k-popup > .k-group-header {
  margin-top: 0; }
.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,
.k-popup > .k-flatcolorpicker {
  padding: 8px; }
.k-popup .k-list .k-item > .k-group {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 .5em;
  font-size: 9.996px;
  line-height: 14px;
  text-transform: uppercase; }
.k-popup .k-list .k-item > .k-group::before {
  display: block;
  content: " ";
  border-width: 7px;
  border-style: solid;
  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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    align-content: center; }
.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, .k-list > .k-custom-item > .k-plus::before, .k-list > .k-custom-item > .k-i-add::before {
      margin-left: auto;
      margin-right: 0; }
.k-list .k-item,
.k-list-optionlabel {
  padding: 4px 8px;
  min-height: 1.4285714286em;
  line-height: 1.4285714286em;
  white-space: normal; }
.k-list-optionlabel {
  cursor: pointer;
  outline: none; }
.k-list-filter {
  display: block;
  position: relative;
  padding: 8px;
  min-height: calc(24px + 1.4285714286em);
  box-sizing: border-box;
  -webkit-box-flex: 1;
          flex: 1 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%;
    -webkit-transform: translateY(-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: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start; }
.k-list-container .k-button .k-icon {
    margin: 0 4px 0 0; }
.k-ie11 .k-list-container .k-button {
    display: -webkit-box;
    display: flex; }
.k-list-container .k-button.k-state-disabled {
  pointer-events: none; }
.k-list-container .k-nodata .k-button {
  display: -webkit-inline-box;
  display: inline-flex;
  border-width: 1px; }
.k-list-container .k-separator {
  height: 0; }
.k-popup {
  background-clip: padding-box; }
.k-popup .k-ie11 {
    background-clip: border-box; }
.k-popup > kendo-list > .k-first {
  border-bottom: 1px solid 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: #3a3a3a; }
.k-popup .k-list .k-item > .k-group::before {
  border-color: #3a3a3a #3a3a3a 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: #3a3a3a transparent transparent #3a3a3a; }
.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-popup > .k-colorpalette:only-child,
  .k-popup > .k-flatcolorpicker:only-child {
    background: #f5f5f5; }
.k-list .k-item,
.k-list-optionlabel {
  -webkit-transition-property: color, background-color, outline-color, box-shadow;
  transition-property: color, background-color, outline-color, box-shadow;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }
.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: #0090ca; }
.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 {
  background-image: none; }
.k-list-container .k-button:active,
.k-list-container .k-button.k-state-active {
  background-image: none; }
.k-list-container .k-button.k-state-disabled {
  background: transparent; }
.k-list-container .k-button:focus,
.k-list-container .k-button.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-list-container .k-nodata {
  color: rgba(58, 58, 58, 0.5); }
.k-dropdown, .k-dropdowntree {
  width: 12.4em;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  white-space: nowrap;
  border-width: 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  position: relative; }
.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    border-radius: 2px;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    cursor: pointer;
    outline: 0; }
.k-dropdown .k-dropdown-wrap .k-input, .k-dropdowntree .k-dropdown-wrap .k-input {
      padding: 4px 8px;
      width: 100%;
      height: calc(8px + 1.4285714286em);
      box-sizing: border-box;
      border: 0;
      outline: 0;
      color: inherit;
      background: none;
      font: inherit;
      -webkit-box-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      overflow: hidden;
      text-overflow: ellipsis; }
.k-dropdown .k-dropdown-wrap .k-select, .k-dropdowntree .k-dropdown-wrap .k-select {
      border-radius: 0 2px 2px 0;
      padding: 0;
      width: calc(8px + 1.4285714286em);
      border-width: 0;
      box-sizing: border-box;
      border-style: solid;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
              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 {
      height: 20px;
      line-height: 20px;
      outline: 0;
      cursor: pointer;
      display: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      opacity: .5;
      position: absolute;
      top: 4px;
      right: calc(1.4285714286em + 14px); }
.k-dropdown .k-dropdown-wrap .k-clear-value:hover, .k-dropdowntree .k-dropdown-wrap .k-clear-value:hover {
        opacity: 1; }
.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 {
      display: -webkit-inline-box;
      display: inline-flex; }
.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, .k-dropdown .k-dropdown-wrap.ng-invalid.ng-touched, .k-dropdowntree .k-dropdown-wrap.ng-invalid.ng-touched, .k-dropdown .k-dropdown-wrap.ng-invalid.ng-dirty, .k-dropdowntree .k-dropdown-wrap.ng-invalid.ng-dirty {
      color: #fe5a63;
      border-color: rgba(254, 90, 99, 0.5); }
.k-dropdown.k-dropdown-operator, .k-dropdown-operator.k-dropdowntree {
    width: auto; }
.k-dropdown.k-dropdown-operator .k-dropdown-wrap .k-input, .k-dropdown-operator.k-dropdowntree .k-dropdown-wrap .k-input {
      display: none; }
.k-dropdown.k-dropdown-operator .k-dropdown-wrap .k-select, .k-dropdown-operator.k-dropdowntree .k-dropdown-wrap .k-select {
      width: calc(8px + 1.4285714286em);
      height: calc(8px + 1.4285714286em); }
.k-dropdown[dir="rtl"], .k-dropdowntree[dir="rtl"],
  .k-rtl .k-dropdown,
  .k-rtl .k-dropdowntree {
    text-align: right; }
.k-dropdown[dir="rtl"] .k-select, .k-dropdowntree[dir="rtl"] .k-select,
    .k-rtl .k-dropdown .k-select,
    .k-rtl .k-dropdowntree .k-select {
      border-radius: 2px 0 0 2px; }
.k-dropdown[dir="rtl"] .k-dropdown-wrap .k-clear-value, .k-dropdowntree[dir="rtl"] .k-dropdown-wrap .k-clear-value,
    .k-rtl .k-dropdown .k-dropdown-wrap .k-clear-value,
    .k-rtl .k-dropdowntree .k-dropdown-wrap .k-clear-value {
      right: auto;
      left: calc(1.4285714286em + 14px); }
.k-dropdown ::-ms-clear, .k-dropdowntree ::-ms-clear {
    display: none; }
.k-edge .k-dropdown-wrap > .k-input {
  min-width: 0; }
.k-dropdown, .k-dropdowntree {
  background-color: transparent; }
.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #3a3a3a;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
    background-image: linear-gradient(#f6f6f6, #f1f1f1);
    background-clip: padding-box; }
.k-dropdown .k-dropdown-wrap .k-ie11, .k-dropdowntree .k-dropdown-wrap .k-ie11 {
      background-clip: border-box; }
.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 {
      border-color: rgba(0, 0, 0, 0.15);
      color: #1d1d1c;
      background-color: #ededed;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e8e8e8));
      background-image: linear-gradient(#ededed, #e8e8e8); }
.k-dropdown .k-dropdown-wrap.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-state-focused {
      border-color: rgba(0, 0, 0, 0.15);
      color: #3a3a3a;
      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-wrap {
  padding: 8px 8px;
  border-width: 1px;
  line-height: 1.4285714286;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  cursor: default;
  -webkit-box-flex: 0;
          flex: 0 0 auto; }
.k-pager-wrap .k-link,
  .k-pager-wrap .k-state-selected {
    padding: 4px;
    min-width: calc(10px + 1.4285714286em);
    height: calc(10px + 1.4285714286em);
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
    text-align: center;
    z-index: 1; }
.k-pager-wrap .k-link > .k-icon,
    .k-pager-wrap .k-state-selected > .k-icon {
      vertical-align: middle; }
.k-pager-wrap .k-link:hover,
  .k-pager-wrap .k-state-selected {
    z-index: 2; }
.k-pager-wrap .k-state-selected {
    cursor: inherit; }
.k-pager-wrap .k-link:focus,
  .k-pager-wrap .k-state-selected {
    text-decoration: none;
    outline: none; }
.k-pager-wrap .k-link.k-state-disabled {
    color: inherit; }
.k-pager-wrap .k-pager-numbers-wrap {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex; }
.k-pager-wrap .k-pager-numbers {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
.k-pager-wrap .k-pager-numbers li {
      display: inline-block; }
.k-pager-wrap .k-pager-numbers .k-current-page {
      display: none; }
.k-pager-wrap .k-pager-numbers .k-current-page + li {
      margin-left: 0; }
.k-pager-wrap .k-label {
    margin: 0 1em;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
.k-pager-wrap .k-pager-input .k-textbox {
    margin: 0 1ex;
    width: 3em; }
.k-pager-wrap .k-pager-sizes .k-dropdown, .k-pager-wrap .k-pager-sizes .k-dropdowntree,
  .k-pager-wrap .k-pager-sizes > select {
    margin: 0 8px 0 0;
    width: 5.2em; }
.k-pager-wrap .k-pager-refresh {
    -webkit-box-ordinal-group: 11;
            order: 10; }
.k-pager-wrap .k-pager-info {
    -webkit-box-flex: 1;
            flex: 1;
    text-align: right;
    -webkit-box-ordinal-group: 10;
            order: 9;
    -webkit-box-pack: end;
            justify-content: flex-end; }
.k-pager-wrap .k-widget {
    font-size: inherit; }
.k-rtl .k-pager-wrap .k-i-arrow-end-left, .k-rtl .k-pager-wrap .k-i-seek-w::before,
  .k-rtl .k-pager-wrap .k-i-arrow-60-left,
  .k-rtl .k-pager-wrap .k-i-arrow-w::before,
  .k-rtl .k-pager-wrap .k-i-sarrow-w::before,
  .k-rtl .k-pager-wrap .k-i-expand-w::before,
  .k-rtl .k-pager-wrap .k-i-arrow-60-right,
  .k-rtl .k-pager-wrap .k-i-arrow-e::before,
  .k-rtl .k-pager-wrap .k-i-sarrow-e::before,
  .k-rtl .k-pager-wrap .k-i-expand::before,
  .k-rtl .k-pager-wrap .k-i-expand-e::before,
  .k-rtl .k-pager-wrap .k-i-arrow-end-right,
  .k-rtl .k-pager-wrap .k-i-seek-e::before, .k-pager-wrap[dir="rtl"] .k-i-arrow-end-left, .k-pager-wrap[dir="rtl"] .k-i-seek-w::before,
  .k-pager-wrap[dir="rtl"] .k-i-arrow-60-left,
  .k-pager-wrap[dir="rtl"] .k-i-arrow-w::before,
  .k-pager-wrap[dir="rtl"] .k-i-sarrow-w::before,
  .k-pager-wrap[dir="rtl"] .k-i-expand-w::before,
  .k-pager-wrap[dir="rtl"] .k-i-arrow-60-right,
  .k-pager-wrap[dir="rtl"] .k-i-arrow-e::before,
  .k-pager-wrap[dir="rtl"] .k-i-sarrow-e::before,
  .k-pager-wrap[dir="rtl"] .k-i-expand::before,
  .k-pager-wrap[dir="rtl"] .k-i-expand-e::before,
  .k-pager-wrap[dir="rtl"] .k-i-arrow-end-right,
  .k-pager-wrap[dir="rtl"] .k-i-seek-e::before,
  [dir="rtl"] .k-pager-wrap .k-i-arrow-end-left,
  [dir="rtl"] .k-pager-wrap .k-i-seek-w::before,
  [dir="rtl"] .k-pager-wrap .k-i-arrow-60-left,
  [dir="rtl"] .k-pager-wrap .k-i-arrow-w::before,
  [dir="rtl"] .k-pager-wrap .k-i-sarrow-w::before,
  [dir="rtl"] .k-pager-wrap .k-i-expand-w::before,
  [dir="rtl"] .k-pager-wrap .k-i-arrow-60-right,
  [dir="rtl"] .k-pager-wrap .k-i-arrow-e::before,
  [dir="rtl"] .k-pager-wrap .k-i-sarrow-e::before,
  [dir="rtl"] .k-pager-wrap .k-i-expand::before,
  [dir="rtl"] .k-pager-wrap .k-i-expand-e::before,
  [dir="rtl"] .k-pager-wrap .k-i-arrow-end-right,
  [dir="rtl"] .k-pager-wrap .k-i-seek-e::before {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
.k-rtl .k-pager-wrap .k-pager-sizes .k-dropdown, .k-rtl .k-pager-wrap .k-pager-sizes .k-dropdowntree,
  .k-rtl .k-pager-wrap .k-pager-sizes > select, .k-pager-wrap[dir="rtl"] .k-pager-sizes .k-dropdown, .k-pager-wrap[dir="rtl"] .k-pager-sizes .k-dropdowntree,
  .k-pager-wrap[dir="rtl"] .k-pager-sizes > select,
  [dir="rtl"] .k-pager-wrap .k-pager-sizes .k-dropdown,
  [dir="rtl"] .k-pager-wrap .k-pager-sizes .k-dropdowntree,
  [dir="rtl"] .k-pager-wrap .k-pager-sizes > select {
    margin-right: 0;
    margin-left: 8px; }
.k-pager-wrap.k-pager-lg, .k-pager-wrap.k-pager-md, .k-pager-wrap.k-pager-sm {
    position: relative;
    overflow: visible; }
.k-pager-wrap.k-pager-lg .k-pager-nav + .k-pager-numbers-wrap, .k-pager-wrap.k-pager-md .k-pager-nav + .k-pager-numbers-wrap, .k-pager-wrap.k-pager-sm .k-pager-nav + .k-pager-numbers-wrap {
      width: calc(20px + 2.8571428572em);
      height: calc(10px + 1.4285714286em);
      box-sizing: border-box;
      border-color: inherit;
      margin: 0 8px; }
.k-pager-wrap.k-pager-lg .k-pager-numbers, .k-pager-wrap.k-pager-md .k-pager-numbers, .k-pager-wrap.k-pager-sm .k-pager-numbers {
      border-radius: 2px;
      position: absolute;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
              flex-direction: column-reverse;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      bottom: 0;
      z-index: 3;
      border-style: solid;
      border-width: 1px; }
.k-pager-wrap.k-pager-lg .k-pager-numbers li:not(.k-current-page), .k-pager-wrap.k-pager-md .k-pager-numbers li:not(.k-current-page), .k-pager-wrap.k-pager-sm .k-pager-numbers li:not(.k-current-page) {
        display: none; }
.k-pager-wrap.k-pager-lg .k-pager-numbers .k-current-page, .k-pager-wrap.k-pager-md .k-pager-numbers .k-current-page, .k-pager-wrap.k-pager-sm .k-pager-numbers .k-current-page {
        display: -webkit-inline-box;
        display: inline-flex;
        cursor: pointer; }
.k-pager-wrap.k-pager-lg .k-pager-numbers .k-link,
      .k-pager-wrap.k-pager-lg .k-pager-numbers .k-state-selected, .k-pager-wrap.k-pager-md .k-pager-numbers .k-link,
      .k-pager-wrap.k-pager-md .k-pager-numbers .k-state-selected, .k-pager-wrap.k-pager-sm .k-pager-numbers .k-link,
      .k-pager-wrap.k-pager-sm .k-pager-numbers .k-state-selected {
        margin: 0;
        border-width: 0;
        width: calc(20px + 2.8571428572em);
        height: calc(10px + 1.4285714286em); }
.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded {
        height: auto; }
.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded li, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded li, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded li {
          display: -webkit-inline-box;
          display: inline-flex; }
.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-current-page, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-current-page, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-current-page {
          border-style: solid;
          border-width: 1px 0 0; }
.k-pager-wrap.k-pager-md .k-pager-info, .k-pager-wrap.k-pager-sm .k-pager-info {
    display: none; }
.k-pager-wrap.k-pager-md .k-pager-refresh, .k-pager-wrap.k-pager-sm .k-pager-refresh {
    margin-left: auto; }
.k-rtl .k-pager-wrap.k-pager-md .k-pager-refresh, .k-pager-wrap.k-pager-md[dir="rtl"] .k-pager-refresh,
  [dir="rtl"] .k-pager-wrap.k-pager-md .k-pager-refresh, .k-rtl .k-pager-wrap.k-pager-sm .k-pager-refresh, .k-pager-wrap.k-pager-sm[dir="rtl"] .k-pager-refresh,
  [dir="rtl"] .k-pager-wrap.k-pager-sm .k-pager-refresh {
    margin-left: 0;
    margin-right: auto; }
.k-pager-wrap.k-pager-sm .k-pager-sizes {
    display: none; }
.k-pager-wrap {
  color: #3a3a3a;
  background-color: #f6f6f6; }
.k-pager-wrap.k-pager-lg .k-pager-numbers, .k-pager-wrap.k-pager-md .k-pager-numbers, .k-pager-wrap.k-pager-sm .k-pager-numbers {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #f6f6f6; }
.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-current-page, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-current-page, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-current-page {
      border-color: rgba(0, 0, 0, 0.08); }
.k-pager-nav:hover {
  color: #009ddc;
  background-color: #ededed; }
.k-pager-nav:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-pager-numbers .k-link {
  color: #009ddc; }
.k-pager-numbers .k-link:hover, .k-pager-numbers .k-link.k-state-hover {
    color: #009ddc;
    background-color: #ededed; }
.k-pager-numbers .k-link:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-pager-numbers .k-state-selected {
  color: #ffffff;
  background-color: #009ddc; }
.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: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          -moz-user-select: none;
       user-select: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  position: relative; }
.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-icontext {
    overflow: visible; }
.k-button-icontext .k-icon,
    .k-button-icontext .k-image,
    .k-button-icontext .k-sprite {
      margin: 0 4px 0 -4px; }
.k-rtl .k-button-icontext .k-icon,
    .k-rtl .k-button-icontext .k-image,
    .k-rtl .k-button-icontext .k-sprite, .k-button-icontext[dir="rtl"] .k-icon,
    .k-button-icontext[dir="rtl"] .k-image,
    .k-button-icontext[dir="rtl"] .k-sprite {
      margin: 0 -4px 0 4px; }
.k-button-icon {
    width: calc(10px + 1.4285714286em);
    height: calc(10px + 1.4285714286em);
    padding: 4px; }
.k-button-icon .k-text {
      display: none; }
.k-dropdown-button.k-state-focused, .k-dropdown-button:focus {
  outline: 0; }
.k-dropdown-button.k-widget {
  border-radius: 2px;
  border-width: 0;
  display: inline-block; }
.k-button-group {
  margin: 0;
  padding: 0;
  border-width: 0;
  color: inherit;
  background-color: transparent;
  list-style: none;
  outline: 0;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  vertical-align: middle;
  position: relative; }
.k-button-group .k-button {
    border-radius: 0; }
.k-button-group .k-button ~ .k-button {
    margin-left: -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 {
    z-index: 2; }
.k-button-group [disabled],
  .k-button-group .k-state-disabled {
    pointer-events: none; }
.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 > input[type="radio"],
  .k-button-group > input[type="checkbox"],
  .k-button-group label input[type="radio"],
  .k-button-group label input[type="checkbox"] {
    margin: 0;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    position: absolute;
    pointer-events: none; }
.k-button-group-stretched {
  display: -webkit-box;
  display: flex; }
.k-button-group-stretched .k-button {
    display: inline-block;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis; }
.k-button-group-stretched .k-button > .k-icon {
      vertical-align: text-bottom; }
.k-split-button:focus,
.k-split-button.k-state-focused {
  outline: none; }
.k-split-button.k-button-group.k-state-focused {
  border-radius: 2px; }
.k-split-button.k-widget {
  border-radius: 2px;
  border-width: 0; }
.k-split-button.k-button-group .k-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }
.k-split-button.k-button-group .k-button:nth-child(2) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
.k-button-flat, .k-button.k-flat,
.k-button.k-bare, .k-calendar-header .k-button, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-button {
  border-color: transparent !important;
  color: inherit;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }
.k-button-flat:hover, .k-button.k-flat:hover,
  .k-button.k-bare:hover, .k-calendar-header .k-button:hover, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-button:hover, .k-button-flat.k-state-hover, .k-state-hover.k-button.k-flat,
  .k-state-hover.k-button.k-bare, .k-calendar-header .k-state-hover.k-button, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-state-hover.k-button, .k-button-flat:active, .k-button.k-flat:active,
  .k-button.k-bare:active, .k-calendar-header .k-button:active, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-button:active, .k-button-flat.k-state-active, .k-state-active.k-button.k-flat,
  .k-state-active.k-button.k-bare, .k-calendar-header .k-state-active.k-button, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-state-active.k-button, .k-button-flat:hover:active, .k-button.k-flat:hover:active,
  .k-button.k-bare:hover:active, .k-calendar-header .k-button:hover:active, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-button:hover:active, .k-button-flat:hover.k-state-active, .k-button.k-flat:hover.k-state-active,
  .k-button.k-bare:hover.k-state-active, .k-calendar-header .k-button:hover.k-state-active, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-button:hover.k-state-active {
    color: inherit; }
.k-button-flat::before, .k-button.k-flat::before,
  .k-button.k-bare::before, .k-calendar-header .k-button::before, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-button::before {
    display: block; }
.k-button.k-outline {
  color: inherit;
  background: none;
  box-shadow: none; }
.k-rtl .k-button-group .k-button ~ .k-button {
  margin-right: -1px;
  margin-left: 0; }
.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 2px 2px 0; }
.k-rtl .k-split-button .k-split-button-arrow {
  border-radius: 2px 0 0 2px;
  margin-left: 0;
  margin-right: -1px; }
.k-button-overlay, .k-button::before, .k-toolbar .k-picker-wrap::before,
.k-toolbar .k-dropdown-wrap::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;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }
.k-button:hover::before, .k-button.k-state-hover::before {
  opacity: 0.08; }
.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;
  -webkit-transition: opacity .2s ease-in-out;
  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; }
.k-button {
  background-clip: padding-box; }
.k-button .k-ie11 {
    background-clip: border-box; }
.k-button:focus, .k-button.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06); }
.k-button:active, .k-button.k-state-active {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
.k-button.k-state-selected {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
.k-button.k-primary:focus, .k-button.k-primary.k-state-focused {
  box-shadow: 0 3px 4px 0 rgba(0, 157, 220, 0.4); }
.k-button.k-primary:focus[disabled],
  [disabled] .k-button.k-primary:focus, .k-button.k-primary:focus.k-state-disabled, .k-button.k-primary.k-state-focused[disabled],
  [disabled] .k-button.k-primary.k-state-focused, .k-button.k-primary.k-state-focused.k-state-disabled {
    box-shadow: none; }
.k-button.k-primary:active, .k-button.k-primary.k-state-active {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
.k-button.k-primary.k-state-selected {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
.k-dropdown-button:active > .k-button:not(:disabled),
.k-dropdown-button.k-state-active > .k-button:not(:disabled) {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
.k-dropdown-button:focus > .k-button,
.k-dropdown-button.k-state-focused > .k-button {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06); }
.k-dropdown-button .k-widget {
  border-width: 0;
  display: inline-block; }
.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 > input[type="radio"]:checked + .k-button,
.k-button-group > input[type="checkbox"]:checked + .k-button {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
.k-button-group .k-button:focus,
.k-button-group .k-button.k-state-focused,
.k-button-group > input[type="radio"]:focus + .k-button,
.k-button-group > input[type="checkbox"]:focus + .k-button {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-split-button:focus,
.k-split-button.k-state-focused {
  outline: none;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06); }
.k-split-button.k-button-group .k-button:active, .k-split-button.k-button-group .k-button.k-state-active {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
.k-button.k-outline {
  border-color: currentColor;
  color: #3a3a3a;
  background: none;
  box-shadow: none; }
.k-button.k-outline:hover, .k-button.k-outline.k-state-hover {
    border-color: #3a3a3a;
    color: #ffffff;
    background-color: #3a3a3a;
    background-image: none; }
.k-button.k-outline:focus, .k-button.k-outline.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06); }
.k-button.k-outline:active, .k-button.k-outline.k-state-active {
    border-color: #3a3a3a;
    color: #ffffff;
    background-color: #3a3a3a;
    background-image: none; }
.k-button.k-outline.k-state-selected {
    border-color: #3a3a3a;
    color: #ffffff;
    background-color: #3a3a3a;
    background-image: none; }
.k-button.k-primary.k-outline {
  border-color: currentColor;
  color: #009ddc;
  background: none;
  box-shadow: none; }
.k-button.k-primary.k-outline:hover, .k-button.k-primary.k-outline.k-state-hover {
    border-color: #009ddc;
    color: #ffffff;
    background-color: #009ddc;
    background-image: none; }
.k-button.k-primary.k-outline:focus, .k-button.k-primary.k-outline.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 157, 220, 0.4); }
.k-button.k-primary.k-outline:active, .k-button.k-primary.k-outline.k-state-active {
    border-color: #009ddc;
    color: #ffffff;
    background-color: #009ddc;
    background-image: none;
    box-shadow: none; }
.k-button.k-primary.k-outline.k-state-selected {
    border-color: #009ddc;
    color: #ffffff;
    background-color: #009ddc;
    background-image: none;
    box-shadow: none; }
.k-button-flat, .k-button.k-flat,
.k-button.k-bare, .k-calendar-header .k-button, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-button,
.k-button-group .k-button-flat,
.k-button-group .k-button.k-flat,
.k-button-group .k-button.k-bare,
.k-button-group .k-calendar-header .k-button,
.k-calendar-header .k-button-group .k-button,
.k-button-group .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-button {
  color: inherit;
  background: none; }
.k-button-flat::after, .k-button.k-flat::after,
.k-button.k-bare::after, .k-calendar-header .k-button::after, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-button::after {
  display: block; }
.k-button-flat:focus::after, .k-button.k-flat:focus::after,
.k-button.k-bare:focus::after, .k-calendar-header .k-button:focus::after, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-button:focus::after, .k-button-flat.k-state-focused::after, .k-state-focused.k-button.k-flat::after,
.k-state-focused.k-button.k-bare::after, .k-calendar-header .k-state-focused.k-button::after, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-state-focused.k-button::after {
  box-shadow: inset 0 0 0 2px currentColor;
  opacity: .12; }
.k-button-flat.k-primary, .k-primary.k-button.k-flat,
.k-primary.k-button.k-bare, .k-calendar-header .k-primary.k-button, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-primary.k-button, .k-button-flat.k-primary:hover, .k-primary.k-button.k-flat:hover,
.k-primary.k-button.k-bare:hover, .k-calendar-header .k-primary.k-button:hover, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-primary.k-button: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-calendar-header .k-primary.k-state-hover.k-button, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-primary.k-state-hover.k-button,
.k-button-group .k-button-flat.k-primary,
.k-button-group .k-primary.k-button.k-flat,
.k-button-group .k-primary.k-button.k-bare,
.k-button-group .k-calendar-header .k-primary.k-button,
.k-calendar-header .k-button-group .k-primary.k-button,
.k-button-group .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-primary.k-button {
  color: #009ddc;
  background: none; }
.k-action-buttons {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  clear: both; }
.k-action-buttons .k-button {
    border-radius: 0;
    padding: 12px 16px;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background: none;
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
.k-action-buttons .k-button + .k-button {
    border-left-width: 1px; }
.k-rtl .k-action-buttons .k-button + .k-button,
  [dir="rtl"] .k-action-buttons .k-button + .k-button {
    border-left-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
    margin-left: 0; }
.k-popup > .k-action-buttons,
.k-popup > kendo-grid-columnlist > .k-action-buttons {
  margin-top: 1em;
  margin-bottom: 0; }
.k-action-buttons {
  border-color: rgba(0, 0, 0, 0.08); }
.k-action-buttons .k-button {
    color: inherit; }
.k-action-buttons .k-button:hover, .k-action-buttons .k-button.k-state-hover {
      border-color: inherit; }
.k-action-buttons .k-button:focus, .k-action-buttons .k-button.k-state-focused {
      box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-action-buttons .k-button:active, .k-action-buttons .k-button.k-state-active {
      border-color: inherit; }
.k-action-buttons .k-primary {
    color: #009ddc; }
.k-action-buttons .k-primary:hover, .k-action-buttons .k-primary.k-state-hover {
      border-color: inherit; }
.k-action-buttons .k-primary:hover:focus, .k-action-buttons .k-primary:hover.k-state-focused, .k-action-buttons .k-primary.k-state-hover:focus, .k-action-buttons .k-primary.k-state-hover.k-state-focused {
        box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-action-buttons .k-primary:focus, .k-action-buttons .k-primary.k-state-focused {
      box-shadow: inset 0 0 0 2px rgba(0, 157, 220, 0.3); }
.k-action-buttons .k-primary:active, .k-action-buttons .k-primary.k-state-active {
      border-color: inherit; }
.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-action-buttons,
.k-edit-form-container .k-action-buttons {
  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; }
.k-edit-field.k-no-editor {
    padding: 5px 0; }
.k-edit-field > .k-widget,
.k-edit-field > .k-textbox,
.k-edit-field > .k-input.k-textbox {
  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-window {
  border-radius: 0;
  padding: 0;
  border-width: 0;
  border-style: solid;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: absolute;
  z-index: 10002; }
.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: 0;
  border-top-right-radius: 0;
  padding: 12px 16px;
  border-width: 0 0 1px;
  border-style: solid;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-shrink: 0;
  -webkit-box-align: center;
          align-items: center; }
.k-window-title {
  margin: 0;
  font-size: 19px;
  line-height: 1.0526315789;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap; }
.k-window-title::before {
    content: "\200b"; }
.k-window-actions {
  margin: -5px;
  line-height: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-shrink: 0;
  -webkit-box-align: center;
          align-items: center;
  vertical-align: top; }
.k-window-content,
.k-prompt-container {
  padding: 16px 16px;
  border-width: 0;
  color: inherit;
  background: none;
  outline: 0;
  overflow: auto;
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto; }
.k-window-content + .k-prompt-container {
  margin-top: -8px; }
.k-window-iframecontent {
  padding: 0;
  overflow: visible; }
.k-window-iframecontent .k-content-frame {
    vertical-align: top;
    border: 0;
    width: 100%;
    height: 100%; }
.k-window {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff;
  background-clip: padding-box;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06); }
.k-window .k-ie11 {
    background-clip: border-box; }
.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: #3a3a3a;
  background-color: #f6f6f6;
  background-clip: padding-box; }
.k-window-titlebar .k-ie11 {
    background-clip: border-box; }
.k-dialog-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  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 {
    -webkit-transform: translate(-50%, -50%);
            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: 0;
  border-bottom-left-radius: 0;
  padding: 8px 8px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  overflow: hidden; }
.k-dialog-buttongroup .k-button {
    width: auto !important;
    max-width: 100%; }
.k-dialog-buttongroup .k-button ~ .k-button {
    margin-left: 8px; }
.k-rtl .k-dialog-buttongroup .k-button ~ .k-button,
    [dir="rtl"] .k-dialog-buttongroup .k-button ~ .k-button {
      margin-left: 0;
      margin-right: 8px; }
.k-dialog-button-layout-stretched {
  padding: 0;
  -webkit-box-align: stretch;
          align-items: stretch; }
.k-dialog-button-layout-stretched .k-button {
    border-radius: 0;
    padding: 12px 16px;
    border-width: 0;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    display: inline-block;
    overflow: hidden; }
.k-dialog-button-layout-stretched .k-button ~ .k-button {
    margin: 0;
    border-left-width: 1px; }
.k-rtl .k-dialog-button-layout-stretched .k-button ~ .k-button,
    [dir="rtl"] .k-dialog-button-layout-stretched .k-button ~ .k-button {
      margin: 0;
      border-left-width: 0;
      border-right-width: 1px; }
.k-window-sm .k-dialog-button-layout-stretched {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
.k-window-sm .k-dialog-button-layout-stretched .k-button {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding: 8px 8px; }
.k-window-sm .k-dialog-button-layout-stretched .k-button ~ .k-button {
    border-width: 0;
    border-top-width: 1px; }
.k-window-md .k-dialog-button-layout-stretched .k-button {
  padding: 12px 12px; }
.k-no-flexbox .k-dialog-buttongroup {
  display: block;
  text-align: right; }
.k-no-flexbox .k-window-sm .k-dialog-button-layout-stretched .k-button {
  display: block; }
.k-no-flexbox .k-rtl .k-dialog-buttongroup,
.k-no-flexbox [dir="rtl"] .k-dialog-buttongroup {
  text-align: left; }
.k-dialog-titlebar {
  border-color: inherit;
  color: #ffffff;
  background-color: #009ddc; }
.k-dialog-button-layout-stretched .k-button {
  border-color: inherit; }
.k-dialog-button-layout-stretched .k-button:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
  color: inherit;
  background: none; }
.k-dialog-button-layout-stretched .k-primary:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
  color: #009ddc; }
.k-dialog-button-layout-stretched .k-button:focus,
.k-dialog-button-layout-stretched .k-button.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-dialog-button-layout-stretched .k-button.k-primary:focus,
.k-dialog-button-layout-stretched .k-button.k-primary.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 157, 220, 0.3); }
.k-pane-wrapper {
  position: relative;
  font-size: 14px; }
.k-pane-wrapper .k-pane {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    box-sizing: border-box;
    font-family: sans-serif;
    overflow-x: hidden; }
.k-pane-wrapper .k-pane * {
      background-clip: border-box; }
.k-pane-wrapper .k-view {
    top: 0;
    left: 0;
    position: absolute;
    border: 0;
    display: -webkit-box;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    align-content: stretch;
    vertical-align: top; }
.k-pane-wrapper .k-content {
    min-height: 1px;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-align: stretch;
            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%;
  margin-left: 0;
  margin-top: 8px; }
.k-pane-wrapper .k-grid .k-grid-search:first-child {
    margin-top: 0; }
.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%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: .2em; }
.k-grid-mobile .k-edit-cell > input,
  .k-grid-mobile .k-edit-cell > select,
  .k-grid-mobile .k-grid-edit-row > td > input,
  .k-grid-mobile .k-grid-edit-row > td > select {
    width: 100%;
    box-sizing: border-box; }
.k-grid-mobile .k-header a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
        -moz-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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          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 textarea.k-textbox {
  width: 100%;
  min-height: 4em;
  resize: vertical; }
.k-pane-wrapper .k-scheduler-edit-form .k-edit-buttons {
  border-width: 0; }
.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 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools {
      margin: 0; }
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools .k-button {
        padding: 4px; }
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools .k-button span {
          margin: 0; }
.k-scheduler-mobile .k-scheduler-toolbar:first-child {
      padding: .5em 1em; }
.k-scheduler-mobile .k-scheduler-toolbar .k-i-calendar {
      display: inline-block; }
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation {
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      margin: 0; }
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-prev,
      .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current,
      .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-next {
        border: 0;
        background: none;
        display: -webkit-box;
        display: flex;
        line-height: 1.5;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: space-evenly;
                justify-content: space-evenly; }
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-y-date-format {
        font-size: 9px; }
.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
.k-scheduler-mobile .k-scheduler-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
.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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between; }
.k-scheduler-mobile .k-task {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            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 {
      -webkit-box-flex: 1;
              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 {
      -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr;
      -webkit-transform: rotate(180deg);
              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: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            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-grid-edit-row .k-textbox {
  box-sizing: border-box; }
.k-pane-wrapper .k-list-title,
.k-pane-wrapper .k-filter-help-text {
  padding: 8px 12px;
  display: block; }
.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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
.k-pane-wrapper .k-filter-menu .k-filter-tools {
  margin: 1em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
.k-pane-wrapper .k-popup-edit-form .k-recur-editor-wrap {
  display: -webkit-box;
  display: flex; }
.k-pane-wrapper .k-popup-edit-form .k-tooltip-validation {
  top: 100%;
  left: 0; }
.k-pane-wrapper .k-popup-edit-form .k-mobiletimezoneeditor {
  width: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-box-flex: 1;
          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 {
  -webkit-box-pack: center;
          justify-content: center; }
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh {
    display: none; }
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-current-page .k-link {
    line-height: .9em; }
.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          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 {
  -webkit-transform: scaleX(-1);
          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-rtl .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrowhead-e::before, .k-pane-wrapper[dir="rtl"] .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right, .k-pane-wrapper[dir="rtl"] .k-scheduler-edit-form .k-item .k-i-arrowhead-e::before,
[dir="rtl"] .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right,
[dir="rtl"] .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrowhead-e::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }
.k-pane-wrapper .k-pane > .k-view > .k-content {
  background-position: 50% 50%;
  background-color: #f6f6f6; }
.k-pane-wrapper .k-pane .k-grid-mobile .k-column-active + th.k-header {
  border-left-color: #3a3a3a; }
.k-pane-wrapper .k-pane .k-grid-mobile .k-resize-handle-inner::before {
  background-color: #f6f6f6; }
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-nav-current {
  color: #009ddc; }
.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: #8e8e8e; }
.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: #f6f6f6; }
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-other-month {
  background-color: #f9f9f9; }
.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: #009ddc; }
.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: #3a3a3a; }
.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: #009ddc; }
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected {
  color: #009ddc;
  background: none; }
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected .k-link {
  color: inherit; }
.k-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative; }
.k-grid.k-grid-display-block {
    display: block; }
.k-grid .k-grid-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: hidden;
    position: relative; }
.k-grid .k-grid-aria-root {
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            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 0 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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            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; }
.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 {
    text-align: center;
    padding: 0;
    overflow: visible; }
.k-grid .k-hierarchy-cell > .k-icon {
      padding: 8px 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      outline: 0; }
.k-grid .k-hierarchy-cell + td {
    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-rtl .k-grid .k-grid-header-wrap {
    border-width: 0 0 0 1px; }
.k-grid[dir="rtl"] .k-group-indicator .k-button.k-bare,
  .k-grid[dir="rtl"] .k-drag-clue .k-button.k-bare,
  .k-rtl .k-grid .k-group-indicator .k-button.k-bare,
  .k-rtl .k-grid .k-drag-clue .k-button.k-bare {
    margin-left: -2px;
    margin-right: 8px; }
.k-grid[dir="rtl"] .k-group-indicator .k-link .k-icon,
  .k-grid[dir="rtl"] .k-drag-clue .k-link .k-icon,
  .k-rtl .k-grid .k-group-indicator .k-link .k-icon,
  .k-rtl .k-grid .k-drag-clue .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"] 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-grid[dir="rtl"] .k-grid-footer,
  .k-rtl .k-grid .k-grid-header,
  .k-rtl .k-grid .k-grid-footer {
    padding-left: 17px;
    padding-right: 0; }
.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(14px + 1.4285714286em);
    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-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-edit-cell > .k-textbox,
  .k-grid[dir="rtl"] .k-edit-cell > .k-widget,
  .k-grid[dir="rtl"] .k-edit-cell > .text-box,
  .k-grid[dir="rtl"] .k-grid-edit-row > td > .k-textbox,
  .k-grid[dir="rtl"] .k-grid-edit-row > td > .k-widget,
  .k-grid[dir="rtl"] .k-grid-edit-row > td > .text-box,
  .k-rtl .k-grid .k-edit-cell > .k-textbox,
  .k-rtl .k-grid .k-edit-cell > .k-widget,
  .k-rtl .k-grid .k-edit-cell > .text-box,
  .k-rtl .k-grid .k-grid-edit-row > td > .k-textbox,
  .k-rtl .k-grid .k-grid-edit-row > td > .k-widget,
  .k-rtl .k-grid .k-grid-edit-row > td > .text-box {
    margin-right: -9px; }
.k-grid[dir="rtl"] .k-grid-header-wrap.k-auto-scrollable,
  .k-rtl .k-grid .k-grid-header-wrap.k-auto-scrollable {
    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-grid-toolbar .k-button + .k-button,
  .k-rtl .k-grid .k-grid-toolbar .k-button + .k-button {
    margin: 0 4px 0 0; }
.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-grid-search,
  .k-rtl .k-grid .k-grid-search {
    float: left; }
.k-grid[dir="rtl"] .k-column-resizer,
  .k-rtl .k-grid .k-column-resizer {
    left: 0;
    right: auto; }
.k-grid .k-widget.k-tooltip.k-tooltip-validation {
    display: -webkit-box;
    display: flex;
    position: absolute;
    width: auto;
    padding: 4px 8px; }
.k-grid .k-widget.k-tooltip.k-tooltip-validation .k-callout {
      display: block; }
.k-grid .k-animation-container-fixed .k-tooltip.k-tooltip-validation {
    position: static; }
.k-grid .k-dirty-cell {
    position: relative; }
.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-search {
    width: 15.7em;
    float: right; }
.k-grid-toolbar {
  padding: 8px 8px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  text-overflow: clip;
  cursor: default;
  display: block; }
.k-grid-toolbar > * {
    vertical-align: middle; }
.k-grid-toolbar > * + * {
    margin-left: 4px; }
.k-grouping-header {
  display: block;
  position: relative;
  white-space: normal;
  padding: 8px 8px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  line-height: calc(10px + 1.4285714286em); }
.k-grouping-header-flex {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 4px 0; }
.k-grouping-header-flex > .k-indicator-container {
    display: -webkit-inline-box;
    display: inline-flex;
    margin: 0;
    padding: 4px 0 4px 8px; }
.k-grouping-header-flex > .k-indicator-container:last-child {
      -webkit-box-flex: 1;
              flex-grow: 1;
      line-height: calc(10px + 1.4285714286em); }
.k-group-indicator,
.k-drag-clue {
  border-radius: 2px;
  margin: 0;
  padding: 4px 8px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  vertical-align: top;
  opacity: 1;
  box-sizing: border-box; }
.k-group-indicator .k-link,
  .k-group-indicator .k-button.k-bare,
  .k-drag-clue .k-link,
  .k-drag-clue .k-button.k-bare {
    padding: 0;
    border-width: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center; }
.k-group-indicator .k-link .k-icon,
  .k-drag-clue .k-link .k-icon {
    margin-left: -2px;
    margin-right: 4px; }
.k-group-indicator .k-button.k-bare,
  .k-drag-clue .k-button.k-bare {
    margin-left: 8px;
    margin-right: -2px;
    padding: 0;
    width: auto;
    height: auto;
    opacity: .5; }
.k-group-indicator .k-button.k-bare::before, .k-group-indicator .k-button.k-bare::after,
    .k-drag-clue .k-button.k-bare::before,
    .k-drag-clue .k-button.k-bare::after {
      display: none; }
.k-group-indicator .k-button.k-bare:hover,
    .k-drag-clue .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(10px + 1.4285714286em);
  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 {
  width: 100%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: inherit;
  position: relative;
  overflow: hidden; }
.k-grid-header-wrap.k-auto-scrollable,
.k-grid-footer-wrap {
  margin-right: -1px; }
.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 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  padding-right: 17px;
  border-width: 0;
  border-style: solid;
  border-color: inherit; }
.k-grid-header table,
  .k-grid-footer table {
    table-layout: fixed; }
div.k-grid-header,
div.k-grid-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: stretch;
          align-items: stretch; }
.k-ie div.k-grid-header {
  display: block; }
.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;
        -ms-user-select: none;
            -moz-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,
    .k-edge .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(14px + 1.4285714286em); }
.k-ie .k-grid-header .k-with-icon,
    .k-edge .k-grid-header .k-with-icon, .k-ie
    .k-grid-header .k-filterable,
    .k-edge
    .k-grid-header .k-filterable {
      padding-right: calc(14px + 1.4285714286em); }
.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(10px + 1.4285714286em);
    height: calc(10px + 1.4285714286em);
    box-sizing: border-box;
    outline: 0;
    line-height: 1.4285714286;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: absolute;
    right: 4px;
    bottom: calc(8px + 0.7142857143em + -4px + -0.7142857143em);
    z-index: 1; }
.k-ie .k-grid-header .k-grid-filter,
    .k-edge .k-grid-header .k-grid-filter, .k-ie
    .k-grid-header .k-header-column-menu,
    .k-edge
    .k-grid-header .k-header-column-menu {
      position: static;
      float: right;
      margin-top: -5px;
      margin-bottom: -5px;
      margin-right: calc(-10px + -1.4285714286em); }
.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-width: 1px 0 0; }
.k-grid-footer td {
    height: 1.4285714286em; }
.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-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 {
    -webkit-box-flex: 0;
            flex: 0 1 auto; }
.k-filtercell {
  width: auto;
  display: -webkit-box;
  display: flex; }
.k-filtercell > span,
  .k-filtercell .k-filtercell-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            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-filtercell > span .k-widget {
    width: auto; }
.k-filtercell .k-filtercell-operator > .k-button.k-clear-button-visible {
    visibility: visible;
    height: calc(10px + 1.4285714286em); }
.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: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            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;
  -webkit-box-flex: 1;
          flex: 1; }
.k-virtual-scrollable-wrap {
  height: 100%;
  overflow-y: hidden;
  position: relative; }
.k-grid-edit-row td {
  text-overflow: clip; }
.k-grid-edit-row .k-widget,
.k-grid-edit-row .k-button,
.k-grid-edit-row .k-textbox,
.k-grid-edit-row .k-input.k-textbox {
  height: auto; }
.k-grid-edit-row .k-edit-cell {
  padding-top: 0;
  padding-bottom: 0; }
.k-grid-edit-row .k-dirty-cell {
  overflow: visible; }
.k-edit-cell > .k-textbox,
.k-edit-cell > .k-widget:not(.k-switch),
.k-edit-cell > .text-box,
.k-grid-edit-row > td > .k-textbox,
.k-grid-edit-row > td > .k-widget:not(.k-switch),
.k-grid-edit-row > td > .text-box {
  margin-left: -9px; }
.k-grid-edit-row td > .k-textbox,
.k-grid-edit-row td > .k-widget:not(.k-switch),
.k-edit-cell > .k-textbox,
.k-edit-cell > .k-widget:not(.k-switch) {
  width: calc(100% + 18px); }
.k-grid-edit-row td > .k-textbox,
.k-grid-edit-row td > .k-widget,
.k-command-cell > .k-button,
.k-edit-cell > .k-textbox,
.k-edit-cell > .k-widget {
  margin-top: -5px;
  margin-bottom: -5px;
  vertical-align: middle; }
.k-command-cell > .k-button {
  margin-left: 0.16em;
  margin-right: 0.16em; }
.k-grid > .k-resize-handle,
.k-grid-header .k-resize-handle {
  height: 25px;
  cursor: col-resize;
  position: absolute;
  z-index: 2; }
.k-grid-pager {
  padding: 8px;
  border-width: 1px 0 0;
  border-color: inherit;
  font-size: inherit; }
.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 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: 0 1px 0 0; }
.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 {
  -webkit-box-flex: 1;
          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 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2; }
.k-header.k-drag-clue {
  overflow: hidden; }
.k-grid.k-grid-no-scrollbar .k-grid-header {
  padding: 0; }
.k-grid.k-grid-no-scrollbar .k-grid-header-wrap {
  border-width: 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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
.k-grid-norecords-template {
  width: 20em;
  height: 4em;
  line-height: 4em;
  margin: 0 auto;
  border: 1px solid; }
.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-filter-menu-container {
  padding: 0.5em 1em; }
.k-filter-menu .k-filter-menu-container .k-action-buttons {
    margin: 1em -1em -0.5em; }
.k-filter-menu .k-widget,
.k-filter-menu .k-radio-list,
.k-filter-menu .k-textbox {
  margin: 0.5em 0;
  width: 100%;
  display: block; }
.k-filter-menu .k-widget.k-filter-and {
  width: 6em;
  margin: 1em 0; }
.k-multicheck-wrap {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  white-space: nowrap; }
.k-filter-selected-items {
  font-weight: bold;
  line-height: normal;
  white-space: nowrap;
  margin: 1em 0 0.5em; }
.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-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: 4px 8px;
  padding-right: 32px; }
.k-column-list-item {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer; }
.k-columnmenu-item {
  padding: 6px 12px;
  cursor: pointer; }
.k-columnmenu-item > .k-icon {
    margin-right: 4px; }
.k-columnmenu-item-wrapper {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.08); }
.k-columnmenu-item-wrapper:last-child {
    border-bottom-width: 0; }
.k-columnmenu-item-content {
  overflow: hidden; }
.k-columnmenu-item-content .k-column-list-item {
    padding-left: 32px; }
.k-columnmenu-item-content .k-filter-menu .k-filter-menu-container {
    padding: 1em 1em; }
.k-columnmenu-item-content .k-filter-menu .k-filter-menu-container .k-columnmenu-actions {
      padding: 1em 0 0; }
.k-columnmenu-item-content .k-columnmenu-actions {
    display: -webkit-box;
    display: flex;
    padding: 1em 1em; }
.k-columnmenu-item-content .k-columnmenu-actions .k-button {
      -webkit-box-flex: 1;
              flex: 1 0 auto;
      width: auto;
      margin: 0 0.5em; }
.k-columnmenu-item-content .k-columnmenu-actions .k-button:first-child {
        margin-left: 0; }
.k-columnmenu-item-content .k-columnmenu-actions .k-button:last-child {
        margin-right: 0; }
[dir="rtl"] .k-columnmenu-item > .k-icon,
.k-rtl .k-columnmenu-item > .k-icon {
  margin-left: 4px;
  margin-right: 0; }
.k-grid-header,
.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-grid-toolbar,
.k-grouping-header,
.k-grid-add-row,
.k-grid-footer {
  color: #3a3a3a;
  background-color: #f6f6f6; }
.k-drag-clue {
  color: #3a3a3a;
  background-color: #f6f6f6; }
.k-grid-content {
  background-color: #ffffff; }
.k-group-footer td,
.k-grouping-row td,
tbody .k-group-cell {
  color: #3a3a3a;
  background-color: #ededed; }
.k-grid-footer td,
.k-group-footer td,
.k-grouping-row td {
  font-weight: bold; }
.k-grouping-dropclue::before {
  border-color: #3a3a3a transparent transparent; }
.k-grouping-dropclue::after {
  background-color: #3a3a3a; }
.k-grid {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff;
  background-clip: padding-box; }
.k-grid .k-ie11 {
    background-clip: border-box; }
.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 {
    color: #3a3a3a;
    background-color: #ededed; }
.k-grid td.k-state-selected,
  .k-grid tr.k-state-selected > td {
    color: #3a3a3a;
    background-color: rgba(0, 157, 220, 0.25); }
.k-grid td.k-state-focused,
  .k-grid th.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-grid .k-grid-filter,
  .k-grid .k-header-column-menu,
  .k-grid .k-hierarchy-cell .k-icon {
    border-width: 0;
    color: #3a3a3a; }
.k-grid .k-grouping-row {
    background-color: #ededed; }
.k-grid .k-grouping-row .k-icon {
      color: #3a3a3a;
      text-decoration: none; }
.k-grid .k-tooltip.k-tooltip-validation {
    color: #ffffff;
    background-color: #009ddc; }
.k-grid .k-tooltip.k-tooltip-validation .k-callout-n {
      border-bottom-color: #3a3a3a; }
.k-grid .k-tooltip.k-tooltip-validation .k-callout-e {
      border-left-color: #3a3a3a; }
.k-grid .k-tooltip.k-tooltip-validation .k-callout-s {
      border-top-color: #3a3a3a; }
.k-grid .k-tooltip.k-tooltip-validation .k-callout-w {
      border-right-color: #3a3a3a; }
.k-grid .k-grid-search {
    color: #3a3a3a; }
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: #009ddc; }
.k-grid-header .k-grid-filter:hover,
.k-grid-header .k-header-column-menu:hover,
.k-grid-header .k-hierarchy-cell .k-icon:hover {
  color: #1d1d1c;
  background-color: #ededed; }
.k-grid-header .k-grid-filter:focus,
.k-grid-header .k-header-column-menu:focus,
.k-grid-header .k-hierarchy-cell .k-icon:focus {
  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: #009ddc; }
.k-grid-header .k-grid-header-sticky,
.k-grid-header .k-grid-header-sticky.k-sorted {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6; }
.k-master-row .k-grid-content-sticky {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6; }
.k-master-row.k-state-selected .k-grid-content-sticky {
  background-color: #bfe7f6; }
.k-master-row.k-state-selected.k-alt .k-grid-content-sticky {
  background-color: #b8dfef; }
.k-master-row:hover .k-grid-content-sticky {
  background-color: #ededed; }
.k-master-row.k-state-selected:hover .k-grid-content-sticky {
  background-color: #b2d9e9; }
.k-column-menu .k-menu:not(.k-context-menu) {
  font-weight: 400; }
.k-grid-norecords-template {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08); }
.k-tabstrip-wrapper {
  padding: 0 0;
  border-width: 0;
  border-style: solid;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
.k-tabstrip {
  border-width: 0;
  border-color: transparent;
  color: inherit;
  background-color: transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
.k-tabstrip-wrapper > .k-tabstrip {
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
.k-tabstrip-items {
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-flex: 0;
            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: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: stretch;
              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: -webkit-inline-box;
      display: inline-flex;
      vertical-align: middle;
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      align-content: center;
      -webkit-box-align: center;
              align-items: center; }
.k-tabstrip-items .k-link[data-type="remove"] {
        padding: 6px;
        -webkit-box-flex: 0;
                flex: none; }
.k-ie11 .k-tabstrip-items {
    white-space: nowrap; }
.k-tabstrip > .k-content {
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    display: none;
    overflow: auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
.k-tabstrip > .k-content.k-state-active {
      display: block; }
.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;
    -webkit-transition: width .2s linear;
    transition: width .2s linear; }
.k-tabstrip-items .k-loading.k-complete {
      width: 100%;
      border-top-width: 0; }
.k-tabstrip.k-tabstrip-scrollable {
    position: relative; }
.k-tabstrip.k-tabstrip-scrollable > .k-content {
      border-width: 1px; }
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-items {
      border-width: 0;
      white-space: nowrap;
      overflow: hidden; }
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-prev {
      position: absolute;
      left: 0; }
.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-next {
      position: absolute;
      right: 0; }
.k-ie11 .k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-prev,
    .k-ie11 .k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-next {
      top: 0; }
.k-tabstrip-top > .k-tabstrip-items {
  border-bottom-width: 1px; }
.k-tabstrip-top > .k-tabstrip-items .k-item {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: -1px; }
.k-tabstrip-top > .k-tabstrip-items .k-item + .k-item {
    margin-left: 0; }
.k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
    border-bottom-color: transparent; }
.k-tabstrip-top > .k-content {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-width: 0; }
.k-tabstrip-bottom > .k-tabstrip-items {
  border-top-width: 1px; }
.k-tabstrip-bottom > .k-tabstrip-items .k-item {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-top: -1px; }
.k-tabstrip-bottom > .k-tabstrip-items .k-item + .k-item {
    margin-left: 0; }
.k-tabstrip-bottom > .k-tabstrip-items .k-item.k-state-active {
    border-top-color: transparent; }
.k-tabstrip-bottom > .k-content {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0; }
.k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-prev,
.k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-next {
  bottom: 0; }
.k-ie11 .k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-prev, .k-ie11
  .k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-next {
    top: auto; }
.k-tabstrip-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
.k-tabstrip-left > .k-tabstrip-items {
    border-right-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
.k-tabstrip-left > .k-tabstrip-items .k-item {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      margin-right: -1px; }
.k-tabstrip-left > .k-tabstrip-items .k-item + .k-item {
      margin-top: 0; }
.k-tabstrip-left > .k-tabstrip-items .k-item.k-state-active {
      border-right-color: transparent; }
.k-tabstrip-left > .k-content {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin: 0 !important;
    border-left-width: 0; }
.k-tabstrip-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse; }
.k-tabstrip-right > .k-tabstrip-items {
    border-left-width: 1px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
.k-tabstrip-right > .k-tabstrip-items .k-item {
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      margin-left: -1px; }
.k-tabstrip-right > .k-tabstrip-items .k-item + .k-item {
      margin-top: 0; }
.k-tabstrip-right > .k-tabstrip-items .k-item.k-state-active {
      border-left-color: transparent; }
.k-tabstrip-right > .k-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, .k-rtl .k-tabstrip.k-tabstrip-right > .k-tabstrip-items,
.k-tabstrip[dir="rtl"].k-tabstrip-left > .k-tabstrip-items,
.k-tabstrip[dir="rtl"].k-tabstrip-right > .k-tabstrip-items {
  -webkit-box-ordinal-group: 2;
          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 {
  -webkit-box-ordinal-group: 1;
          order: 0; }
.k-rtl .k-tabstrip .k-tabstrip-prev,
.k-tabstrip[dir="rtl"] .k-tabstrip-prev {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }
.k-rtl .k-tabstrip .k-tabstrip-next,
.k-tabstrip[dir="rtl"] .k-tabstrip-next {
  left: 0;
  right: auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }
.k-tabstrip-items {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a; }
.k-tabstrip-items .k-item {
    color: #009ddc; }
.k-tabstrip-items .k-item:hover, .k-tabstrip-items .k-item.k-state-hover {
      color: #0084b9; }
.k-tabstrip-items .k-item.k-state-active, .k-tabstrip-items .k-item.k-state-selected {
      border-color: rgba(0, 0, 0, 0.08);
      color: #3a3a3a;
      background-color: #ffffff; }
.k-tabstrip-items .k-item.k-state-focused {
      box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-tabstrip > .k-content {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff; }
.k-toolbar {
  padding: 8px 8px;
  border-width: 1px;
  line-height: 1.4285714286;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  position: relative;
  overflow: hidden;
  box-shadow: none; }
.k-toolbar::before {
    content: "";
    height: calc(1.4285714286em + 10px); }
.k-toolbar.k-toolbar-resizable {
    flex-wrap: nowrap; }
.k-toolbar > * {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: stretch;
            align-items: stretch;
    align-content: center;
    vertical-align: middle;
    margin-left: 8px; }
.k-toolbar .k-overflow-anchor + * {
    margin-left: 0; }
.k-toolbar .k-button,
  .k-toolbar .k-button-group,
  .k-toolbar .k-separator,
  .k-toolbar .k-split-button,
  .k-toolbar .k-textbox,
  .k-toolbar .k-widget,
  .k-toolbar label {
    align-self: center; }
.k-toolbar .k-split-button > .k-button {
    align-self: stretch; }
.k-toolbar .k-button {
    padding: 4px 8px;
    line-height: 1.4285714286; }
.k-toolbar .k-button::before {
      border-radius: 0; }
.k-ie11 .k-toolbar .k-button {
      display: -webkit-inline-box;
      display: inline-flex; }
.k-toolbar .k-button-group .k-button {
    border-radius: 0; }
.k-toolbar .k-button-group .k-group-start,
  .k-toolbar .k-button-group .k-button:first-child {
    border-radius: 0 0 0 0; }
.k-toolbar .k-button-group .k-group-end,
  .k-toolbar .k-button-group .k-button:last-child {
    border-radius: 0 0 0 0; }
.k-toolbar .k-split-button .k-button {
    border-radius: 2px 0 0 2px; }
.k-toolbar .k-split-button .k-button.k-split-button-arrow {
    border-radius: 0 2px 2px 0;
    margin-left: -1px;
    padding: 4px; }
.k-toolbar .k-overflow-anchor {
    border-radius: 0;
    padding: 8px;
    width: calc(1.4285714286em + 26px);
    height: 100%;
    margin: 0;
    border-width: 0 0 0 1px;
    border-color: inherit;
    background-clip: padding-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0; }
.k-toolbar .k-overflow-anchor::before {
      display: block; }
.k-toolbar .k-separator {
    margin: 0 8px;
    height: 1.4285714286em; }
.k-toolbar .k-separator + * {
      margin-left: 0; }
.k-toolbar .k-spacer {
    height: 1.4285714286em;
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
kendo-toolbar.k-toolbar {
  padding: 4px 8px; }
kendo-toolbar.k-toolbar kendo-toolbar-renderer {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0; }
kendo-toolbar.k-toolbar kendo-toolbar-renderer:not(:last-child) {
      margin-right: 8px; }
kendo-toolbar.k-toolbar kendo-toolbar-renderer .k-separator {
      margin-left: 0;
      margin-right: 0;
      border-color: rgba(0, 0, 0, 0.08); }
kendo-toolbar.k-toolbar[dir="rtl"] kendo-toolbar-renderer {
    margin-left: 8px; }
kendo-toolbar.k-toolbar[dir="rtl"] kendo-toolbar-renderer:not(:last-child) {
      margin-right: 0; }
.k-overflow-container .k-overflow-tool-group {
  display: block; }
.k-overflow-container .k-button-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
.k-overflow-container .k-tool.k-state-disabled,
.k-overflow-container .k-overflow-hidden {
  display: none; }
.k-rtl .k-toolbar .k-overflow-anchor, .k-toolbar[dir="rtl"] .k-overflow-anchor,
[dir="rtl"] .k-toolbar .k-overflow-anchor {
  right: auto;
  left: 0;
  border-width: 0 1px 0 0; }
.k-rtl .k-toolbar > *, .k-toolbar[dir="rtl"] > *,
[dir="rtl"] .k-toolbar > * {
  margin-left: 0;
  margin-right: 8px; }
.k-overflow-container .k-overflow-button {
  width: 100%; }
.k-toolbar {
  background-clip: padding-box; }
.k-toolbar .k-ie11 {
    background-clip: border-box; }
.k-toolbar .k-overflow-anchor {
    border-width: 0;
    color: inherit;
    background: transparent; }
.k-toolbar .k-state-border-up,
  .k-toolbar .k-state-border-down {
    box-shadow: none; }
.k-toolbar .k-state-border-up::before,
    .k-toolbar .k-state-border-up .k-button::before,
    .k-toolbar .k-state-border-down::before,
    .k-toolbar .k-state-border-down .k-button::before {
      opacity: 0; }
.k-toolbar .k-separator {
    border-color: inherit; }
.k-toolbar .k-button.k-state-disabled::after {
    opacity: 0; }
.k-toolbar .k-combobox .k-state-border-up,
  .k-toolbar .k-combobox .k-state-border-down {
    box-shadow: none; }
.k-spreadsheet {
  width: 800px;
  height: 600px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  cursor: default;
  position: relative; }
.k-spreadsheet .k-vertical-align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.k-spreadsheet .k-vertical-align-bottom {
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-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: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          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: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          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: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1; }
.k-spreadsheet-formula-bar::before {
    font-size: 16px;
    font-family: "WebComponentsIcons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    padding: 0 4px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: inherit; }
.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;
  -webkit-box-flex: 1;
          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-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: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          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;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden; }
.k-spreadsheet-sheets-items .k-tabstrip-items {
    margin: 0 calc(10px + 1.4285714286em) !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;
    vertical-align: middle; }
.k-spreadsheet-view {
  height: auto !important;
  border-color: inherit;
  font-size: 12px;
  font-family: Arial, Verdana, Sans-serif;
  -webkit-box-flex: 1;
          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;
  -ms-user-select: none;
  -moz-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; }
.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;
  background-clip: padding-box;
  white-space: pre;
  overflow: hidden; }
.k-spreadsheet-merged-cell {
  background-color: #ffffff; }
.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-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-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: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            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: -webkit-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: 0; }
.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
    width: 12.5rem;
    height: 5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    align-content: space-around;
    justify-content: space-around; }
.k-spreadsheet-format-popup .k-item {
  -webkit-box-pack: justify;
          justify-content: space-between; }
.k-spreadsheet-format-popup .k-spreadsheet-sample {
  -webkit-box-ordinal-group: 2;
          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: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            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: -webkit-box;
      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;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            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-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 {
  background-clip: padding-box; }
.k-spreadsheet .k-ie11 {
    background-clip: border-box; }
.k-syntax-ref {
  color: #ff8822; }
.k-syntax-num {
  color: #0099ff; }
.k-syntax-func {
  font-weight: bold; }
.k-syntax-str {
  color: #38b714; }
.k-syntax-error {
  color: red; }
.k-syntax-bool {
  color: #a9169c; }
.k-syntax-startexp {
  font-weight: bold; }
.k-syntax-paren-match {
  background-color: #caf200; }
.k-spreadsheet-cell-editor {
  color: #3a3a3a;
  background-color: #ffffff; }
.k-spreadsheet .k-selection-full,
.k-spreadsheet .k-selection-partial {
  background-color: rgba(0, 157, 220, 0.25); }
.k-spreadsheet .k-selection-full::after,
  .k-spreadsheet .k-selection-partial::after {
    display: none; }
.k-spreadsheet-selection {
  border-color: #009ddc;
  background-color: rgba(0, 157, 220, 0.25);
  box-shadow: inset 0 0 0 1px #009ddc; }
.k-spreadsheet .k-single-selection::after {
  border-color: #ffffff;
  background-color: #009ddc; }
.k-spreadsheet-active-cell {
  box-shadow: inset 0 0 0 1px #009ddc;
  background-color: #ffffff; }
.k-spreadsheet-active-cell.k-right {
    box-shadow: inset 0 0 0 1px #009ddc, inset -1px 0 0 1px #009ddc; }
.k-spreadsheet-active-cell.k-bottom {
    box-shadow: inset 0 0 0 1px #009ddc, inset 0 -1px 0 1px #009ddc; }
.k-spreadsheet-active-cell.k-bottom.k-right {
    box-shadow: inset 0 0 0 1px #009ddc, inset -1px -1px 0 1px #009ddc; }
.k-spreadsheet .k-auto-fill {
  border-color: #009ddc;
  background-color: rgba(0, 157, 220, 0.25);
  box-shadow: inset 0 0 0 1px #009ddc; }
.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: #009ddc; }
.k-spreadsheet-has-comment::after {
  border-color: #009ddc #009ddc transparent transparent; }
.k-dirty {
  border-color: #fe5a63 transparent transparent #fe5a63; }
.k-spreadsheet .k-filter-range {
  border-color: #009ddc; }
.k-spreadsheet-filter {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }
.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);
    border-radius: 2px; }
.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: #009ddc; }
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
  border-color: #009ddc;
  background-color: #009ddc;
  border-radius: 4px; }
.k-spreadsheet-drawing-anchor-cell {
  background: rgba(0, 157, 220, 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: #009ddc transparent transparent #009ddc; }
.k-rtl .k-spreadsheet .k-dirty,
.k-spreadsheet[dir="rtl"] .k-dirty,
[dir="rtl"] .k-spreadsheet .k-dirty {
  border-color: #fe5a63 #fe5a63 transparent transparent; }
.k-treeview {
  padding: 0 0;
  border-width: 0;
  background: none;
  line-height: 1.4285714286;
  cursor: default;
  overflow: auto;
  white-space: nowrap; }
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            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 {
    border-radius: 0;
    margin: 0;
    padding: 4px 8px;
    border: 0 solid transparent;
    text-decoration: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    vertical-align: middle;
    position: relative; }
.k-treeview .k-in.k-state-focused {
    z-index: 1; }
.k-treeview .k-i-expand,
  .k-treeview .k-i-collapse {
    margin-left: -16px;
    cursor: pointer; }
.k-treeview .k-checkbox-wrapper {
    margin-right: 4px; }
.k-treeview .k-i-drag-and-drop {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            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-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-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: #3a3a3a; }
.k-treeview .k-in:hover,
  .k-treeview .k-in.k-state-hover {
    color: #1d1d1c;
    background-color: #ededed; }
.k-treeview .k-in.k-state-selected {
    color: #ffffff;
    background-color: #009ddc; }
.k-treeview .k-in.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-pivot {
  position: relative; }
.k-pivot .k-grid td {
    white-space: nowrap; }
.k-pivot .k-grid-content {
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
.k-pivot-toolbar {
  padding: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
.k-pivot-toolbar .k-button,
.k-fieldselector .k-list li.k-item {
  border-radius: 2px;
  padding: 4px 8px;
  padding-right: 48px;
  min-height: auto;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  position: relative;
  cursor: move;
  white-space: normal; }
.k-settings-rows .k-button,
.k-settings-columns .k-button,
.k-settings-measures .k-button {
  margin-right: 8px;
  margin-bottom: 2px; }
.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 > 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-i-kpi-trend-increase,
.k-i-kpi-trend-decrease,
.k-i-kpi-trend-equal {
  color: inherit; }
.k-i-kpi-status-hold {
  color: #ffd862; }
.k-i-kpi-status-deny {
  color: #fe5a63; }
.k-i-kpi-status-open {
  color: #a6e38c; }
.k-fieldselector .k-columns {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          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-layout {
  width: 100%;
  table-layout: fixed; }
.k-ie11 .k-pivot-layout > tbody > tr > td:first-child {
  width: 280px; }
.k-alt,
.k-pivot-toolbar,
.k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: #f6f6f6; }
.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: #ededed; }
.k-pivot-toolbar .k-button,
.k-fieldselector .k-list li.k-item {
  background-clip: padding-box; }
.k-pivot-toolbar .k-button .k-ie11,
  .k-fieldselector .k-list li.k-item .k-ie11 {
    background-clip: border-box; }
.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 {
    border-color: rgba(0, 0, 0, 0.08);
    color: #3a3a3a;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#f1f1f1));
    background-image: linear-gradient(to top, #f6f6f6, #f1f1f1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
.k-pivot-toolbar .k-button: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-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06); }
.k-pivot-toolbar .k-button.k-empty,
  .k-fieldselector .k-list li.k-item.k-empty {
    color: #bababa; }
.k-pivot-toolbar .k-button .k-setting-delete,
  .k-fieldselector .k-list li.k-item .k-setting-delete {
    color: #bababa; }
.k-pivot-toolbar .k-empty {
  color: #bababa; }
.k-pivot-layout .k-grid-footer,
.k-pivot-layout .k-grid .k-alt {
  color: #1d1d1c;
  font-weight: bold; }
.k-fieldselector .k-i-loading {
  border-color: #f6f6f6; }
.k-fieldselector .k-i-loading::before,
.k-fieldselector .k-i-loading::after {
  background-color: #f6f6f6; }
.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 {
  position: absolute;
  z-index: 10000;
  visibility: hidden;
  width: 80px;
  height: 5px;
  margin-top: -3px;
  background-color: transparent;
  background-repeat: no-repeat; }
.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,
.k-treelist-scrollable .k-grid-header th {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1; }
.k-treelist-scrollable .k-grid-header th.k-grid-header-sticky {
  z-index: 3; }
.k-treelist-scrollable .k-grid-toolbar {
  top: 0;
  left: 0; }
.k-treelist-scrollable thead.k-grid-header {
  padding-right: 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; }
kendo-scrollview.k-scrollview-wrap,
div.k-scrollview {
  position: relative;
  overflow: hidden;
  outline: 0;
  display: block; }
kendo-scrollview.k-scrollview-wrap .k-scrollview,
  kendo-scrollview.k-scrollview-wrap ul.k-scrollview-wrap,
  div.k-scrollview .k-scrollview,
  div.k-scrollview ul.k-scrollview-wrap {
    list-style-type: none;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: default; }
kendo-scrollview.k-scrollview-wrap .k-scrollview img,
    kendo-scrollview.k-scrollview-wrap ul.k-scrollview-wrap img,
    div.k-scrollview .k-scrollview img,
    div.k-scrollview ul.k-scrollview-wrap img {
      -webkit-user-select: none;
          -ms-user-select: none;
              -moz-user-select: none;
           user-select: none; }
kendo-scrollview.k-scrollview-wrap .k-scrollview > li,
    kendo-scrollview.k-scrollview-wrap ul.k-scrollview-wrap > li,
    div.k-scrollview .k-scrollview > li,
    div.k-scrollview ul.k-scrollview-wrap > li {
      display: inline-block;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0; }
kendo-scrollview.k-scrollview-wrap .k-scrollview-pageable,
  kendo-scrollview.k-scrollview-wrap .k-scrollview-nav,
  div.k-scrollview .k-scrollview-pageable,
  div.k-scrollview .k-scrollview-nav {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    list-style: none;
    position: absolute;
    left: 0;
    bottom: 20px;
    pointer-events: none; }
kendo-scrollview.k-scrollview-wrap .k-scrollview-pageable > li.k-button,
  kendo-scrollview.k-scrollview-wrap .k-scrollview-nav > li.k-link,
  div.k-scrollview .k-scrollview-pageable > li.k-button,
  div.k-scrollview .k-scrollview-nav > li.k-link {
    margin: 0 20px;
    padding: 0;
    width: 8px;
    height: 8px;
    box-sizing: content-box;
    display: inline-block;
    position: relative;
    -webkit-box-flex: 0;
            flex: 0 0 8px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all; }
kendo-scrollview.k-scrollview-wrap .k-scrollview-pageable > li.k-button::before,
    kendo-scrollview.k-scrollview-wrap .k-scrollview-nav > li.k-link::before,
    div.k-scrollview .k-scrollview-pageable > li.k-button::before,
    div.k-scrollview .k-scrollview-nav > li.k-link::before {
      content: "";
      width: 28px;
      height: 20px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
kendo-scrollview.k-scrollview-wrap .k-scrollview-pageable > li.k-button::before,
  div.k-scrollview .k-scrollview-pageable > li.k-button::before {
    pointer-events: initial;
    border-radius: 0; }
kendo-scrollview.k-scrollview-wrap .k-scrollview-next,
  kendo-scrollview.k-scrollview-wrap .k-scrollview-prev,
  div.k-scrollview .k-scrollview-next,
  div.k-scrollview .k-scrollview-prev {
    display: table;
    position: absolute;
    padding: 0;
    height: 60%;
    top: 20%;
    text-decoration: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
kendo-scrollview.k-scrollview-wrap .k-scrollview-prev,
  div.k-scrollview .k-scrollview-prev {
    left: 0; }
kendo-scrollview.k-scrollview-wrap .k-scrollview-next,
  div.k-scrollview .k-scrollview-next {
    right: 0; }
kendo-scrollview.k-scrollview-wrap .k-scrollview-next span,
  kendo-scrollview.k-scrollview-wrap .k-scrollview-prev span,
  div.k-scrollview .k-scrollview-next span,
  div.k-scrollview .k-scrollview-prev span {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 4.5em;
    font-weight: normal; }
kendo-scrollview.k-scrollview-wrap .k-scrollview-elements,
  div.k-scrollview .k-scrollview-elements {
    width: 100%; }
kendo-scrollview.k-scrollview-wrap .k-scrollview-animation,
  div.k-scrollview .k-scrollview-animation {
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }
div.k-scrollview div.k-scrollview-wrap {
  white-space: nowrap; }
div.k-scrollview div.k-scrollview-wrap > [data-role="page"] {
    vertical-align: top;
    display: inline-block;
    min-height: 1px; }
div.k-scrollview .k-scrollview-nav-wrap {
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
  height: 20px;
  overflow: hidden; }
div.k-scrollview .k-scrollview-nav-wrap .k-scrollview-nav {
    margin: 0;
    padding: 5px 0 0 0;
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: center;
    list-style: none;
    position: static;
    pointer-events: initial; }
div.k-scrollview .k-scrollview-nav-wrap .k-scrollview-nav > li {
      vertical-align: top; }
@supports (-webkit-user-select: none) {
  kendo-scrollview.k-scrollview-wrap ul.k-scrollview 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 > *,
  div.k-scrollview ul.k-scrollview-wrap li > * {
    pointer-events: none; } }
kendo-scrollview.k-scrollview-wrap .k-scrollview-pageable > li.k-button,
kendo-scrollview.k-scrollview-wrap .k-scrollview-nav > li.k-link,
div.k-scrollview .k-scrollview-pageable > li.k-button,
div.k-scrollview .k-scrollview-nav > li.k-link {
  border-color: rgba(0, 0, 0, 0.08);
  background-color: #f6f6f6;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
  background-clip: padding-box; }
kendo-scrollview.k-scrollview-wrap .k-scrollview-pageable > li.k-button.k-primary,
  kendo-scrollview.k-scrollview-wrap .k-scrollview-nav > li.k-link.k-primary,
  div.k-scrollview .k-scrollview-pageable > li.k-button.k-primary,
  div.k-scrollview .k-scrollview-nav > li.k-link.k-primary {
    border-color: #009ddc;
    background-color: #009ddc; }
kendo-scrollview.k-scrollview-wrap .k-scrollview-elements,
div.k-scrollview .k-scrollview-elements {
  color: #ffffff; }
kendo-scrollview.k-scrollview-wrap .k-scrollview-next,
kendo-scrollview.k-scrollview-wrap .k-scrollview-prev,
div.k-scrollview .k-scrollview-next,
div.k-scrollview .k-scrollview-prev {
  color: inherit;
  background: rgba(0, 0, 0, 0);
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: 0.7;
  outline-width: 0; }
kendo-scrollview.k-scrollview-wrap .k-scrollview-next:hover,
  kendo-scrollview.k-scrollview-wrap .k-scrollview-prev:hover,
  div.k-scrollview .k-scrollview-next:hover,
  div.k-scrollview .k-scrollview-prev:hover {
    color: #ffffff;
    opacity: 1; }
.k-listview > .k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-listview > .k-state-selected {
  color: inherit;
  background-color: rgba(0, 157, 220, 0.25); }
.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: -webkit-inline-box;
    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 .k-filter-preview-field {
  color: #009ddc; }
.k-filter .k-filter-preview-operator {
  color: rgba(58, 58, 58, 0.6); }
.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-textbox,
.k-input.k-textbox,
.k-textarea {
  border-radius: 2px;
  padding: 4px 8px;
  width: 12.4em;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  font: inherit;
  font-size: 14px;
  line-height: 1.4285714286;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none; }
.k-textbox:disabled, .k-textbox[disabled], .k-textbox.k-state-disabled,
  .k-input.k-textbox:disabled,
  .k-input.k-textbox[disabled],
  .k-input.k-textbox.k-state-disabled,
  .k-textarea:disabled,
  .k-textarea[disabled],
  .k-textarea.k-state-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
            filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none; }
.k-textbox,
.k-input.k-textbox {
  height: calc(10px + 1.4285714286em); }
.k-textarea {
  width: 18em;
  min-height: calc(10px + 1.4285714286em); }
.k-maskedtextbox {
  display: -webkit-inline-box;
  display: inline-flex;
  border-width: 0; }
.k-maskedtextbox .k-textbox {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    min-width: 0; }
.k-input,
.k-textbox > input {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  color: inherit;
  background: none;
  font: inherit;
  font-size: 13px;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none; }
.k-input::-ms-clear,
.k-textbox > input::-ms-clear,
.k-textbox::-ms-clear {
  display: none; }
.k-textbox:focus {
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.06); }
.k-textbox-container,
.k-floating-label-container {
  padding-top: 1.0714285714em;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  width: 12.4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: stretch;
          justify-content: stretch; }
.k-textbox-container > .k-label,
  .k-floating-label-container > .k-label {
    pointer-events: none;
    position: absolute;
    line-height: 1.4285714286em;
    cursor: text;
    top: calc(1.0714285714em + 5px);
    left: 9px;
    transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out; }
.k-textbox-container > .k-textbox,
  .k-textbox-container > .k-textarea,
  .k-textbox-container > .k-widget,
  .k-floating-label-container > .k-textbox,
  .k-floating-label-container > .k-textarea,
  .k-floating-label-container > .k-widget {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    width: auto; }
.k-textbox-container.k-state-empty > .k-label,
  .k-floating-label-container.k-state-empty > .k-label {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) 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 {
    -webkit-transform: translate(-8px, -3px) translate(-1px, -1.0714285714em) translate(-12.5%, -9.375%) scale(0.75);
            transform: translate(-8px, -3px) translate(-1px, -1.0714285714em) translate(-12.5%, -9.375%) scale(0.75); }
.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 {
    left: auto;
    right: 9px; }
.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 {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
.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 {
    -webkit-transform: translate(8px, -3px) translate(1px, -1.0714285714em) translate(12.5%, -9.375%) scale(0.75);
            transform: translate(8px, -3px) translate(1px, -1.0714285714em) translate(12.5%, -9.375%) scale(0.75); }
.k-input-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 32px; }
.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-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; }
.k-form,
.k-form-inline {
  font-size: 14px;
  line-height: 1.4285714286;
  padding: 16px; }
.k-form fieldset,
  .k-form-inline fieldset {
    border-width: 1px 0 0;
    border-style: solid;
    margin: 32px 0;
    padding: 0; }
.k-form fieldset:first-child:first-of-type,
    .k-form-inline fieldset:first-child:first-of-type {
      margin-top: 0; }
.k-form fieldset:last-child:last-of-type,
    .k-form-inline fieldset:last-child:last-of-type {
      margin-bottom: 0; }
.k-form legend,
  .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 .k-form-field,
  .k-form-inline .k-form-field {
    display: block;
    text-align: left;
    margin-bottom: 12px; }
.k-form .k-form-field > span,
    .k-form-inline .k-form-field > span {
      line-height: 1.4285714286; }
.k-form .k-form-field:last-child,
    .k-form-inline .k-form-field:last-child {
      margin-bottom: 0; }
.k-form .k-alert-error,
  .k-form-inline .k-alert-error {
    font-size: 12px;
    margin-top: 8px; }
.k-form .k-field-info,
  .k-form-inline .k-field-info {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    margin: 0 8px; }
.k-form input:not(.k-checkbox):not(.k-radio),
.k-form .k-widget:not(.k-calendar):not(.k-switch) {
  display: block; }
.k-form .k-form-field > span:not(.k-widget) {
  display: block;
  padding: 4px 0; }
.k-form .k-form-field > input:not(.k-checkbox):not(.k-radio),
.k-form .k-form-field > textarea {
  width: 100%; }
.k-form-inline .k-form-field {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start; }
.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) {
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
.k-form-inline .k-form-field .k-field-info {
    display: block;
    margin: 0; }
@-webkit-keyframes autoFillStart {
  from { }
  to { } }
@keyframes autoFillStart {
  from { }
  to { } }
@-webkit-keyframes autoFillEnd {
  from { }
  to { } }
@keyframes autoFillEnd {
  from { }
  to { } }
.k-autofill:-webkit-autofill {
  -webkit-animation-name: autoFillStart;
          animation-name: autoFillStart; }
.k-autofill:not(:-webkit-autofill) {
  -webkit-animation-name: autoFillEnd;
          animation-name: autoFillEnd; }
.k-textbox:-webkit-autofill {
  -webkit-animation-name: autoFillStart;
          animation-name: autoFillStart; }
.k-textbox:not(:-webkit-autofill) {
  -webkit-animation-name: autoFillEnd;
          animation-name: autoFillEnd; }
.k-textbox,
.k-textarea,
.k-input.k-textbox {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff;
  background-clip: padding-box; }
.k-textbox .k-ie11,
  .k-textarea .k-ie11,
  .k-input.k-textbox .k-ie11 {
    background-clip: border-box; }
.k-textbox:hover, .k-textbox.k-state-hover,
  .k-textarea:hover,
  .k-textarea.k-state-hover,
  .k-input.k-textbox:hover,
  .k-input.k-textbox.k-state-hover {
    border-color: rgba(0, 0, 0, 0.15); }
.k-textbox:focus, .k-textbox.k-state-focus,
  .k-textarea:focus,
  .k-textarea.k-state-focus,
  .k-input.k-textbox:focus,
  .k-input.k-textbox.k-state-focus {
    border-color: rgba(0, 0, 0, 0.15);
    color: #3a3a3a; }
.k-textbox.k-invalid, .k-textbox.k-state-invalid, .k-textbox.ng-invalid.ng-touched, .k-textbox.ng-invalid.ng-dirty,
  .k-textarea.k-invalid,
  .k-textarea.k-state-invalid,
  .k-textarea.ng-invalid.ng-touched,
  .k-textarea.ng-invalid.ng-dirty,
  .k-input.k-textbox.k-invalid,
  .k-input.k-textbox.k-state-invalid,
  .k-input.k-textbox.ng-invalid.ng-touched,
  .k-input.k-textbox.ng-invalid.ng-dirty {
    border-color: rgba(254, 90, 99, 0.5);
    color: #fe5a63; }
.k-textbox::-moz-selection,
  .k-textarea::-moz-selection,
  .k-input.k-textbox::-moz-selection {
    color: #ffffff;
    background-color: #009ddc; }
.k-textbox::selection,
  .k-textarea::selection,
  .k-input.k-textbox::selection {
    color: #ffffff;
    background-color: #009ddc; }
.k-textbox::-moz-selection,
.k-input::-moz-selection,
.k-textarea::-moz-selection {
  color: #ffffff;
  background-color: #009ddc; }
.k-textbox::selection,
.k-input::selection,
.k-textarea::selection {
  color: #ffffff;
  background-color: #009ddc; }
.k-state-disabled .k-textbox::-moz-selection, .k-state-disabled
.k-input::-moz-selection, .k-state-disabled
.k-textarea::-moz-selection {
  color: #3a3a3a;
  background-color: transparent; }
.k-state-disabled .k-textbox::selection, .k-state-disabled
.k-input::selection, .k-state-disabled
.k-textarea::selection {
  color: #3a3a3a;
  background-color: transparent; }
.k-textbox::-webkit-input-placeholder, .k-input::-webkit-input-placeholder, .k-input.k-textbox::-webkit-input-placeholder, .k-textarea::-webkit-input-placeholder {
  color: rgba(58, 58, 58, 0.5);
  padding-left: 2px !important; }
.k-textbox:-ms-input-placeholder, .k-input:-ms-input-placeholder, .k-input.k-textbox:-ms-input-placeholder, .k-textarea:-ms-input-placeholder {
  color: rgba(58, 58, 58, 0.5);
  padding-left: 2px !important; }
.k-textbox::-ms-input-placeholder, .k-input::-ms-input-placeholder, .k-input.k-textbox::-ms-input-placeholder, .k-textarea::-ms-input-placeholder {
  color: rgba(58, 58, 58, 0.5);
  padding-left: 2px !important; }
.k-textbox::-webkit-input-placeholder,
.k-input::-webkit-input-placeholder,
.k-input.k-textbox::-webkit-input-placeholder,
.k-textarea::-webkit-input-placeholder {
  color: rgba(58, 58, 58, 0.5);
  padding-left: 2px !important; }
.k-textbox::-moz-placeholder,
.k-input::-moz-placeholder,
.k-input.k-textbox::-moz-placeholder,
.k-textarea::-moz-placeholder {
  color: rgba(58, 58, 58, 0.5);
  padding-left: 2px !important; }
.k-textbox:-ms-input-placeholder,
.k-input:-ms-input-placeholder,
.k-input.k-textbox:-ms-input-placeholder,
.k-textarea:-ms-input-placeholder {
  color: rgba(58, 58, 58, 0.5);
  padding-left: 2px !important; }
.k-textbox::-ms-input-placeholder,
.k-input::-ms-input-placeholder,
.k-input.k-textbox::-ms-input-placeholder,
.k-textarea::-ms-input-placeholder {
  color: rgba(58, 58, 58, 0.5);
  padding-left: 2px !important; }
.k-textbox::placeholder,
.k-input::placeholder,
.k-input.k-textbox::placeholder,
.k-textarea::placeholder {
  color: rgba(58, 58, 58, 0.5);
  padding-left: 2px !important; }
fieldset {
  border-color: rgba(0, 0, 0, 0.08); }
fieldset legend {
  color: #3a3a3a; }
.k-form,
.k-form-inline {
  color: #3a3a3a; }
.k-form fieldset legend,
  .k-form-inline fieldset legend {
    color: #191919; }
.k-form .k-field-info,
  .k-form-inline .k-field-info {
    color: #8e8e8e; }
.k-form .k-alert-error,
  .k-form-inline .k-alert-error {
    color: #fe5a63; }
.k-required,
.k-required.k-field-info {
  color: #009ddc; }
.k-upload {
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  line-height: 1.4285714286;
  position: relative; }
.k-upload .k-upload-button {
    min-width: 7em; }
.k-upload .k-dropzone {
    padding: 8px 8px;
    border-width: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    background-color: transparent; }
.k-upload .k-dropzone > * + * {
      margin-left: 8px; }
.k-upload .k-dropzone .k-dropzone-hint {
      padding: 0 8px;
      font-style: normal;
      font-weight: normal;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      position: relative;
      -webkit-box-flex: 1;
              flex: 1;
      opacity: 0;
      visibility: hidden;
      display: none; }
.k-upload .k-dropzone .k-upload-status {
      padding: 0 8px;
      font-size: 14px;
      line-height: 1.4285714286;
      font-weight: normal;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      position: relative; }
.k-upload .k-dropzone .k-upload-status > .k-icon {
        margin-right: 4px; }
.k-upload .k-dropzone.k-dropzone-active .k-dropzone-hint {
      display: block;
      visibility: visible;
      opacity: 0.6; }
.k-upload .k-dropzone.k-dropzone-active .k-upload-status {
      display: none; }
.k-upload .k-upload-files {
    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 {
      display: block;
      width: 100%; }
.k-upload .k-upload-files .k-file {
      padding: 8px 12px;
      border-width: 0 0 1px;
      border-style: solid;
      border-color: inherit;
      outline: none;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      position: relative; }
.k-upload .k-upload-files .k-file:last-child {
      border-width: 0; }
.k-upload .k-upload-files .k-progress {
      position: absolute;
      bottom: 0;
      left: 0; }
.k-upload .k-upload-files .k-filename {
      margin-left: 1em;
      -webkit-box-flex: 1;
              flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: relative; }
.k-upload .k-upload-files .k-upload-status {
      position: absolute;
      right: 12px;
      top: 8px; }
.k-upload .k-upload-files .k-upload-status .k-button {
        padding: 0;
        border-radius: 50%; }
.k-upload .k-upload-files .k-upload-status .k-icon {
        vertical-align: middle; }
.k-upload .k-upload-files .k-upload-pct {
      font-weight: normal;
      vertical-align: middle;
      opacity: 0.6; }
.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: 9.432px; }
.k-upload .k-upload-files .k-file-information {
      text-indent: 1px; }
.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: 1px 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-upload .k-upload-files .k-file-invalid-group-wrapper,
    .k-upload .k-upload-files .k-multiple-files-group-wrapper,
    .k-upload .k-upload-files .k-multiple-files-invalid-group-wrapper {
      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-name-size-wrapper {
      margin-left: calc(24px + 1em);
      margin-right: calc(32px + 3.5em);
      min-height: 38px;
      display: block;
      overflow: hidden; }
.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 {
      margin-left: 12px;
      border-width: 0;
      color: inherit;
      background: none;
      box-shadow: none;
      opacity: .6; }
.k-upload .k-upload-files .k-upload-action:hover {
        opacity: 1; }
.k-upload .k-progress {
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0; }
.k-upload .k-file-invalid > .k-progress {
    width: 100%; }
.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-upload-files .k-upload-status,
  .k-rtl .k-upload .k-upload-files .k-upload-status {
    right: auto;
    left: 12px; }
.k-upload[dir="rtl"] .k-upload-files ~ .k-upload-selected,
  .k-rtl .k-upload .k-upload-files ~ .k-upload-selected {
    border-left-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
    margin-left: 0; }
.k-upload[dir="rtl"] .k-upload-files .k-file-invalid-icon,
  .k-rtl .k-upload .k-upload-files .k-file-invalid-icon {
    margin-left: 0;
    left: 4px; }
.k-upload[dir="rtl"] .k-file-name-size-wrapper,
  .k-rtl .k-upload .k-file-name-size-wrapper {
    margin-right: calc(24px + 1em);
    margin-left: 28px; }
.k-upload[dir="rtl"] .k-file-extension,
  .k-rtl .k-upload .k-file-extension {
    right: 0;
    left: auto;
    margin-right: .4em;
    margin-left: 0; }
.k-upload[dir="rtl"] .k-upload-action,
  .k-rtl .k-upload .k-upload-action {
    margin-left: 0;
    margin-right: 12px; }
.k-upload-button {
  position: relative;
  overflow: hidden;
  direction: ltr; }
.k-upload-button input {
    font: 170px monospace !important;
    margin: 0;
    padding: 0;
    filter: alpha(opacity=0);
    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-upload {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff; }
.k-upload .k-dropzone {
    border-color: rgba(0, 0, 0, 0.08);
    color: #3a3a3a;
    background-color: #f6f6f6; }
.k-upload .k-upload-files,
  .k-upload .k-upload-selected {
    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-file-progress .k-file-name {
    color: #3a3a3a; }
.k-upload .k-file-progress .k-progress {
    background-color: #7fa8ea; }
.k-upload .k-file-success .k-file-name {
    color: #a6e38c; }
.k-upload .k-file-success .k-progress {
    background-color: #a6e38c; }
.k-upload .k-file-error .k-file-name,
  .k-upload .k-file-invalid .k-file-name {
    color: #fe5a63; }
.k-upload .k-file-error .k-progress,
  .k-upload .k-file-invalid .k-progress {
    background-color: #fe5a63; }
.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 {
    color: #bababa;
    border-color: #bababa; }
.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 {
    color: #fe5a63;
    border-color: #ffedee; }
.k-upload .k-file-extension-wrapper::before,
  .k-upload .k-multiple-files-extension-wrapper::before {
    background-color: #ffffff;
    border-color: transparent transparent #bababa #bababa; }
.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 #ffedee #ffedee; }
.k-upload .k-multiple-files-extension-wrapper::after {
    border-top-color: #bababa;
    border-left-color: #bababa; }
.k-upload .k-multiple-files-invalid-extension-wrapper::after {
    border-top-color: #ffedee;
    border-left-color: #ffedee; }
.k-upload .k-file-size,
  .k-upload .k-file-information,
  .k-upload .k-file-validation-message {
    color: #bababa; }
.k-switch {
  border-radius: 6em;
  cursor: pointer;
  width: 6em;
  background: none;
  border: 0;
  outline: 0;
  display: -webkit-inline-box;
  display: inline-flex;
  overflow: hidden;
  vertical-align: middle;
  font-size: 10px;
  -webkit-user-select: none;
      -ms-user-select: none;
          -moz-user-select: none;
       user-select: none;
  text-align: left; }
.k-switch [type="checkbox"] {
    display: none; }
.k-ie .k-switch {
    display: inline-block; }
.k-switch,
.k-switch-container,
.k-switch-handle {
  box-sizing: border-box; }
.k-switch-container {
  border-radius: 6em;
  padding: 0 0;
  border-width: 0;
  border-style: solid;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  position: relative;
  outline: 0;
  -webkit-transition: background-color 200ms ease-out 0s;
  transition: background-color 200ms ease-out 0s; }
.k-ie .k-switch-container {
    display: block; }
.k-switch-handle {
  border-radius: 6em;
  width: 3em;
  height: 3em;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 0;
  -webkit-transition: left 200ms ease-out 0s;
  transition: left 200ms ease-out 0s; }
.k-ie .k-switch-handle {
    display: block; }
.k-switch-on .k-switch-handle {
  left: calc(100% - 3em); }
.k-ie .k-switch-on .k-switch-handle,
  .k-edge .k-switch-on .k-switch-handle {
    left: 100%;
    margin-left: -3em; }
.k-switch-off .k-switch-handle {
  left: 0; }
.k-switch-label-on,
.k-switch-label-off {
  display: inline;
  width: calc(100% + -3em + -10px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  line-height: 3em;
  overflow: hidden; }
.k-switch-label-on {
  text-align: left;
  left: 8px; }
.k-switch-label-off {
  text-align: right;
  right: 8px; }
.k-rtl .k-switch.k-switch-on .k-switch-handle,
.k-switch[dir="rtl"].k-switch-on .k-switch-handle {
  left: 0; }
.k-rtl .k-switch.k-switch-off .k-switch-handle,
.k-switch[dir="rtl"].k-switch-off .k-switch-handle {
  left: calc(100% - 3em); }
.k-rtl .k-switch .k-switch-label-on,
.k-switch[dir="rtl"] .k-switch-label-on {
  text-align: right;
  left: initial;
  right: 8px; }
.k-rtl .k-switch .k-switch-label-off,
.k-switch[dir="rtl"] .k-switch-label-off {
  text-align: left;
  left: 8px;
  right: initial; }
.k-switch-container {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }
.k-switch-handle {
  background-clip: padding-box; }
.k-switch-handle .k-ie11 {
    background-clip: border-box; }
.k-switch-label-on,
.k-switch-label-off {
  text-shadow: none; }
.k-switch-on .k-switch-container {
  color: #ffffff;
  background-color: var(--main-color); }
.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: var(--main-color); }
.k-switch-on:hover .k-switch-handle, .k-switch-on.k-state-hover .k-switch-handle {
  border-color: rgba(0, 0, 0, 0.15);
  color: #ffffff;
  background-color: #ededed; }
.k-switch-on .k-switch-label-off {
  color: transparent; }
.k-switch-off .k-switch-container {
  color: #3a3a3a;
  background-color: #ffffff; }
.k-switch-off .k-switch-handle {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f2f2f2; }
.k-switch-off:hover .k-switch-container, .k-switch-off.k-state-hover .k-switch-container {
  color: #3a3a3a;
  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.15);
  color: #3a3a3a;
  background-color: #ededed; }
.k-switch-off .k-switch-label-on {
  color: transparent; }
.k-switch {
  box-shadow: none; }
.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:hover .k-switch-container, .k-switch.k-state-hover .k-switch-container {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); }
.k-switch.k-state-disabled {
    cursor: default; }
.k-switch.k-state-disabled:focus, .k-switch.k-state-disabled.k-state-focused {
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }
.k-switch[aria-readonly="true"] {
    pointer-events: none; }
.k-splitter {
  height: 300px;
  position: relative; }
.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;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  top: 0; }
.k-ghost-splitbar-vertical,
.k-splitbar-vertical {
  height: 8px;
  border-width: 0;
  background-repeat: repeat-x;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  left: 0; }
.k-splitbar-static-horizontal {
  width: 1px; }
.k-splitbar-static-vertical {
  height: 1px; }
.k-splitbar-draggable-horizontal .k-resize-handle {
  position: static;
  width: 2px;
  height: 20px; }
.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, .k-splitbar-horizontal .k-i-arrow-w::before, .k-splitbar-horizontal .k-i-sarrow-w::before, .k-splitbar-horizontal .k-i-expand-w::before {
  margin-bottom: 7px; }
.k-splitbar-horizontal .k-i-arrow-60-right, .k-splitbar-horizontal .k-i-arrow-e::before, .k-splitbar-horizontal .k-i-sarrow-e::before, .k-splitbar-horizontal .k-i-expand::before, .k-splitbar-horizontal .k-i-expand-e::before {
  margin-top: 7px; }
.k-splitbar-vertical .k-i-arrow-60-up, .k-splitbar-vertical .k-i-arrow-n::before, .k-splitbar-vertical .k-i-sarrow-n::before, .k-splitbar-vertical .k-i-expand-n::before {
  margin-right: 7px; }
.k-splitbar-vertical .k-i-arrow-60-down, .k-splitbar-vertical .k-i-arrow-s::before, .k-splitbar-vertical .k-i-sarrow-s::before, .k-splitbar-vertical .k-i-collapse::before, .k-splitbar-vertical .k-i-expand-s::before {
  margin-left: 7px; }
.k-splitbar-draggable-vertical .k-resize-handle {
  position: static;
  width: 20px;
  height: 2px; }
.k-pane > .k-splitter-overlay {
  opacity: 0;
  position: absolute; }
.k-splitter-flex {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: auto; }
.k-splitter-flex .k-pane {
    position: relative;
    -webkit-box-flex: 1;
            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 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0; }
.k-splitter-flex .k-pane-flex {
    display: -webkit-box;
    display: flex; }
.k-splitter-flex .k-splitbar {
    position: static;
    -webkit-box-flex: 0;
            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] {
    -webkit-box-flex: 0 !important;
            flex: 0 1 0% !important;
    overflow: hidden !important;
    display: block !important; }
.k-splitter-flex.k-splitter-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
.k-splitter-flex.k-splitter-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
.k-splitter {
  background-clip: padding-box; }
.k-splitter .k-ie11 {
    background-clip: border-box; }
.k-splitbar {
  color: #3a3a3a;
  background-color: rgba(235, 235, 235, 0.8); }
.k-splitbar:active, .k-splitbar.k-state-focused {
    color: #ffffff;
    background: #009ddc; }
.k-splitbar-horizontal-hover,
.k-splitbar-vertical-hover {
  color: #3a3a3a;
  background-color: #ebebeb; }
.k-ghost-splitbar {
  background-color: #ebebeb; }
.k-breadcrumb {
  border: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
.k-breadcrumb .k-breadcrumb-container {
    margin: 0 0;
    padding: 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    overflow: hidden; }
.k-breadcrumb .k-breadcrumb-item {
    vertical-align: middle;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden; }
.k-breadcrumb .k-breadcrumb-root-item {
    -webkit-box-flex: 1;
            flex: 1 0 auto; }
.k-breadcrumb .k-breadcrumb-link,
  .k-breadcrumb .k-breadcrumb-root-link {
    border-radius: 2px;
    padding: 6px 8px;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    align-self: stretch;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    outline: none; }
.k-breadcrumb .k-breadcrumb-root-link {
    margin-right: 8px; }
.k-breadcrumb .k-breadcrumb-icontext-link .k-icon {
    margin-right: 4px; }
.k-breadcrumb .k-breadcrumb-icon-link {
    padding: 8px 8px; }
.k-breadcrumb .k-breadcrumb-delimiter-icon {
    font-size: 12px;
    opacity: 0.6; }
.k-breadcrumb .k-breadcrumb-input-container {
    width: 100%; }
.k-breadcrumb .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:focus, .k-breadcrumb.k-state-focused {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.06); }
.k-breadcrumb .k-breadcrumb-link {
  color: #009ddc;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
.k-breadcrumb .k-breadcrumb-link:hover, .k-breadcrumb .k-breadcrumb-link.k-state-hover {
    color: #0084b9;
    background-color: #f6f6f6; }
.k-breadcrumb .k-breadcrumb-link:focus, .k-breadcrumb .k-breadcrumb-link.k-state-focused {
    color: #009ddc;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-breadcrumb .k-breadcrumb-root-link {
  color: inherit;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
.k-breadcrumb .k-breadcrumb-root-link:hover, .k-breadcrumb .k-breadcrumb-root-link.k-state-hover {
    background-color: #f6f6f6; }
.k-breadcrumb .k-breadcrumb-root-link:focus, .k-breadcrumb .k-breadcrumb-root-link.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-breadcrumb .k-breadcrumb-root-link,
.k-breadcrumb .k-breadcrumb-delimiter-icon {
  color: inherit; }
.k-breadcrumb .k-breadcrumb-input-container {
  border-color: transparent; }
.k-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  position: relative;
  cursor: default; }
.k-menu .k-item {
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch;
    position: relative;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    flex-shrink: 0;
    outline: 0; }
.k-menu .k-item > .k-link {
    cursor: pointer;
    padding: 6px 12px;
    line-height: 1.4285714286;
    color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    white-space: nowrap; }
.k-menu-link > .k-icon,
.k-menu-link > .k-image,
.k-menu-link > .k-sprite {
  margin-right: 8px; }
.k-menu-expand-arrow.k-i-arrow-60-down, .k-menu-expand-arrow.k-i-arrow-s::before, .k-menu-expand-arrow.k-i-sarrow-s::before, .k-menu-expand-arrow.k-i-collapse::before, .k-menu-expand-arrow.k-i-expand-s::before {
  margin-left: 4px;
  margin-right: -4px; }
.k-menu-expand-arrow.k-i-arrow-60-left, .k-menu-expand-arrow.k-i-arrow-w::before, .k-menu-expand-arrow.k-i-sarrow-w::before, .k-menu-expand-arrow.k-i-expand-w::before, .k-menu-expand-arrow.k-i-arrow-60-right, .k-menu-expand-arrow.k-i-arrow-e::before, .k-menu-expand-arrow.k-i-sarrow-e::before, .k-menu-expand-arrow.k-i-expand::before, .k-menu-expand-arrow.k-i-expand-e::before {
  margin: -8px 0 0;
  position: absolute;
  top: 50%; }
.k-menu-expand-arrow.k-i-arrow-60-right, .k-menu-expand-arrow.k-i-arrow-e::before, .k-menu-expand-arrow.k-i-sarrow-e::before, .k-menu-expand-arrow.k-i-expand::before, .k-menu-expand-arrow.k-i-expand-e::before {
  right: 4px; }
.k-menu-expand-arrow.k-i-arrow-60-left, .k-menu-expand-arrow.k-i-arrow-w::before, .k-menu-expand-arrow.k-i-sarrow-w::before, .k-menu-expand-arrow.k-i-expand-w::before {
  left: 4px; }
.k-menu-popup {
  overflow: auto;
  max-height: 80vh; }
.k-menu-group {
  margin: 0;
  padding: 0 0;
  white-space: nowrap;
  list-style: none;
  display: none;
  position: absolute; }
.k-menu-popup .k-menu-group {
    position: relative;
    display: block; }
.k-menu-horizontal > .k-item + .k-item {
  margin-left: 0; }
.k-menu-horizontal > .k-separator + .k-item {
  margin-left: 0; }
.k-menu-horizontal > .k-item.k-separator {
  margin: 0 2px; }
.k-menu-vertical > .k-item + .k-item {
  margin-top: 0; }
.k-menu-group,
.k-menu-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
.k-menu-group .k-item,
  .k-menu-vertical .k-item {
    display: block;
    border-color: inherit; }
.k-menu-group .k-item .k-icon,
    .k-menu-vertical .k-item .k-icon {
      margin-right: 8px; }
.k-menu-group .k-item .k-icon.k-menu-expand-arrow,
      .k-menu-vertical .k-item .k-icon.k-menu-expand-arrow {
        margin-right: 0; }
.k-menu-group .k-item > .k-link,
  .k-menu-vertical .k-item > .k-link {
    line-height: 1.4285714286;
    padding: 4px 8px;
    padding-right: 32px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    position: relative; }
.k-menu-group .k-item.k-separator,
  .k-menu-vertical .k-item.k-separator {
    margin: 2px 0; }
.k-popups-wrapper {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0; }
.k-context-menu {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  box-sizing: content-box; }
.k-context-menu.k-menu-horizontal {
    padding: 0 0; }
.k-context-menu > .k-item + .k-item:not(.k-separator) {
    margin-left: 0; }
.k-animation-container .k-context-menu.k-menu-horizontal {
  display: -webkit-box !important;
  display: flex !important;
  flex-wrap: nowrap; }
.k-context-menu-popup {
  z-index: 12000; }
.k-context-menu-popup > .k-popup:not(.k-menu-popup) {
    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;
  background-clip: border-box;
  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,
.k-rtl .k-menu-link > .k-image,
.k-rtl .k-menu-link > .k-sprite,
[dir="rtl"] .k-menu-link > .k-icon,
[dir="rtl"] .k-menu-link > .k-image,
[dir="rtl"] .k-menu-link > .k-sprite {
  margin-left: 8px;
  margin-right: 0; }
.k-rtl .k-menu-link .k-icon.k-menu-expand-arrow,
[dir="rtl"] .k-menu-link .k-icon.k-menu-expand-arrow {
  margin-left: 0; }
.k-rtl .k-menu-expand-arrow.k-i-arrow-60-down, .k-rtl .k-menu-expand-arrow.k-i-arrow-s::before, .k-rtl .k-menu-expand-arrow.k-i-sarrow-s::before, .k-rtl .k-menu-expand-arrow.k-i-collapse::before, .k-rtl .k-menu-expand-arrow.k-i-expand-s::before,
[dir="rtl"] .k-menu-expand-arrow.k-i-arrow-60-down,
[dir="rtl"] .k-menu-expand-arrow.k-i-arrow-s::before,
[dir="rtl"] .k-menu-expand-arrow.k-i-sarrow-s::before,
[dir="rtl"] .k-menu-expand-arrow.k-i-collapse::before,
[dir="rtl"] .k-menu-expand-arrow.k-i-expand-s::before {
  margin-left: -4px;
  margin-right: 4px; }
.k-rtl .k-menu-horizontal > .k-item:first-of-type,
[dir="rtl"] .k-menu-horizontal > .k-item:first-of-type {
  margin-left: 0;
  margin-right: 0; }
.k-rtl .k-menu-group .k-link,
.k-rtl .k-menu-vertical .k-link,
[dir="rtl"] .k-menu-group .k-link,
[dir="rtl"] .k-menu-vertical .k-link {
  padding-right: 8px;
  padding-left: 32px; }
.k-rtl .k-menu-group .k-item .k-icon,
.k-rtl .k-menu-vertical .k-item .k-icon,
[dir="rtl"] .k-menu-group .k-item .k-icon,
[dir="rtl"] .k-menu-vertical .k-item .k-icon {
  margin-left: 8px;
  margin-right: 0; }
.k-rtl .k-menu-group .k-item .k-icon.k-menu-expand-arrow,
  .k-rtl .k-menu-vertical .k-item .k-icon.k-menu-expand-arrow,
  [dir="rtl"] .k-menu-group .k-item .k-icon.k-menu-expand-arrow,
  [dir="rtl"] .k-menu-vertical .k-item .k-icon.k-menu-expand-arrow {
    margin-left: 0; }
.k-rtl .k-menu-vertical .k-link,
[dir="rtl"] .k-menu-vertical .k-link {
  padding-right: 20px; }
.k-menu:not(.k-context-menu) {
  border-width: 0;
  background: none;
  background-clip: padding-box; }
.k-menu:not(.k-context-menu) .k-ie11 {
    background-clip: border-box; }
.k-menu:not(.k-context-menu) > .k-item {
    color: #009ddc; }
.k-menu:not(.k-context-menu) > .k-item:hover, .k-menu:not(.k-context-menu) > .k-item.k-state-hover {
      color: #0084b9; }
.k-menu:not(.k-context-menu) > .k-item > .k-state-active {
      color: #3a3a3a; }
.k-menu:not(.k-context-menu) > .k-item.k-state-selected {
      color: #ffffff; }
.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.13);
      outline: 0; }
.k-menu-group .k-item > .k-state-active,
.k-menu.k-context-menu .k-item > .k-state-active {
  color: #ffffff;
  background-color: #009ddc; }
.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.13);
  outline: 0; }
.k-menu-scroll-button {
  border-color: rgba(0, 0, 0, 0.08);
  color: #009ddc;
  background: #ffffff; }
.k-menu-scroll-button:hover {
    border-color: rgba(0, 0, 0, 0.08);
    color: #0084b9;
    background: #ffffff; }
.k-menu-scroll-button:hover::before {
      opacity: 0; }
.k-filemanager {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
.k-filemanager-toolbar {
  border-width: 0 0 1px 0;
  border-style: solid; }
.k-filemanager-details-toggle,
.k-filemanager-details-toggle .k-switch,
.k-filemanager-search-tool {
  margin-left: 8px;
  -webkit-box-flex: 0;
          flex: 0 0 auto; }
.k-filemanager-search-tool {
  margin-right: 0; }
.k-filemanager-toolbar .k-button,
.k-filemanager-toolbar .k-slit-button,
.k-filemanager-toolbar .k-filemanager-details-toggle {
  font-weight: normal; }
.k-filemanager-content-container {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  overflow: hidden; }
.k-filemanager-navigation {
  box-sizing: border-box;
  width: 20%;
  overflow-x: auto;
  border-width: 0 1px 0 0;
  border-style: solid; }
.k-filemanager-navigation-container {
  box-sizing: border-box;
  padding: 16px 0; }
.k-filemanager-treeview {
  margin: 0 16px;
  display: inline-block; }
.k-filemanager-content {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden; }
.k-filemanager-breadcrumb {
  border-width: 0 0 1px 0;
  border-style: solid;
  padding: 8px 4px; }
.k-filemanager-view-list {
  overflow-y: auto; }
.k-filemanager-listview {
  border-width: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
.k-filemanager-listview .k-item {
    padding: 8px 8px;
    width: 104px;
    height: 104px; }
.k-filemanager-listview .file-group-icon {
    padding: 8px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center; }
.k-filemanager-listview .file-name {
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.k-filemanager-listview .k-icon {
    font-size: 48px; }
.k-filemanager-listview .file-edit-input input {
    width: 100%; }
.k-filemanager-view {
  position: relative; }
.k-filemanager-grid {
  border-width: 1px 0 0 0; }
.k-filemanager-grid thead tr {
    height: 46px; }
.k-filemanager-grid tbody tr {
    height: 46px; }
.k-filemanager-grid .k-header {
    vertical-align: middle; }
.k-filemanager-grid .file-group-icon,
  .k-filemanager-grid .file-name {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    vertical-align: middle; }
.k-filemanager-grid .file-group-icon {
    margin-right: 16px; }
.k-filemanager-preview {
  border-width: 0 0 0 1px;
  border-style: solid;
  width: 20%;
  overflow-x: auto; }
.k-filemanager-preview-container {
  box-sizing: border-box;
  padding: 96px 0 16px 0;
  width: 100%;
  height: 100%;
  text-align: center; }
.k-filemanager-preview-container .k-file-info {
    margin: 0 20px;
    display: inline-block; }
.k-filemanager-preview-container .k-file-preview-wrapper,
  .k-filemanager-preview-container .k-file-title-wrapper {
    text-align: center; }
.k-filemanager-preview-container .k-file-preview-wrapper .k-icon {
    font-size: 96px; }
.k-filemanager-preview-container .k-file-title-wrapper {
    padding: 16px 0; }
.k-filemanager-preview-container .k-file-title {
    font-weight: bold; }
.k-filemanager-preview-container .k-file-meta-wrapper {
    box-sizing: border-box;
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap; }
.k-filemanager-preview-container .k-file-meta-label {
    display: inline-block; }
.k-filemanager-preview-container .k-file-meta-value {
    margin: 0; }
.k-filemanager-preview-container .k-file-type {
    text-transform: capitalize; }
.k-filemanager-preview-container .line-break {
    margin-top: 16px;
    width: 100%;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap; }
.k-filemanager .k-splitbar {
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative; }
.k-filemanager-upload-dialog .k-upload-files {
  max-height: 200px;
  overflow-y: auto; }
.k-filemanager-drag-hint {
  padding: 4px 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center; }
.k-filemanager-drag-hint .k-icon {
  margin-right: 4px; }
.k-filemanager-toolbar {
  border-color: rgba(0, 0, 0, 0.08); }
.k-filemanager-navigation {
  border-color: rgba(0, 0, 0, 0.08); }
.k-filemanager-breadcrumb {
  border-color: rgba(0, 0, 0, 0.08);
  background-color: #f6f6f6; }
.k-filemanager-listview .k-item.k-state-selected .k-icon {
  color: #757575; }
.k-filemanager-listview .k-item .k-icon {
  color: #a8a8a8; }
.k-filemanager-preview {
  border-color: rgba(0, 0, 0, 0.08); }
.k-filemanager-preview .k-file-preview-wrapper .k-icon {
    color: #a8a8a8; }
.k-filemanager-drag-hint {
  color: #ffffff;
  background-color: #009ddc; }
.k-autocomplete {
  border-radius: 2px;
  padding: 0 calc(1.4285714286em + 8px) 0 0;
  width: 12.4em;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  position: relative;
  cursor: default;
  outline: 0; }
.k-autocomplete .k-input {
    padding: 4px 8px;
    height: calc(8px + 1.4285714286em);
    box-sizing: border-box;
    border: 0;
    outline: 0;
    color: inherit;
    background: none;
    font: inherit;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
    text-overflow: ellipsis; }
.k-autocomplete .k-i-close, .k-autocomplete .k-i-group-delete::before {
    display: none;
    align-self: center; }
.k-autocomplete .k-i-loading {
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 4px;
    right: 6px; }
.k-rtl .k-autocomplete .k-i-loading,
    [dir="rtl"] .k-autocomplete .k-i-loading {
      right: auto;
      left: 6px; }
.k-autocomplete .k-clear-value {
    height: 20px;
    line-height: 20px;
    outline: 0;
    cursor: pointer;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    opacity: .5;
    position: absolute;
    top: 4px;
    right: 6px; }
.k-rtl .k-autocomplete .k-clear-value,
    [dir="rtl"] .k-autocomplete .k-clear-value {
      right: auto;
      left: 6px; }
.k-autocomplete .k-clear-value:hover {
    opacity: 1; }
.k-autocomplete:hover .k-i-close, .k-autocomplete:hover .k-i-group-delete::before, .k-autocomplete.k-state-hover .k-i-close, .k-autocomplete.k-state-hover .k-i-group-delete::before, .k-autocomplete.k-state-focused .k-i-close, .k-autocomplete.k-state-focused .k-i-group-delete::before {
    display: -webkit-box;
    display: flex;
    outline: 0; }
.k-autocomplete:hover .k-clear-value, .k-autocomplete.k-state-hover .k-clear-value, .k-autocomplete.k-state-focused .k-clear-value {
    display: -webkit-inline-box;
    display: inline-flex; }
.k-autocomplete[dir="rtl"],
  .k-rtl .k-autocomplete {
    padding-left: calc(1.4285714286em + 8px);
    padding-right: 0;
    text-align: right; }
.k-autocomplete[dir="rtl"] .k-select,
    .k-rtl .k-autocomplete .k-select {
      border-radius: 2px 0 0 2px; }
.k-autocomplete[dir="rtl"] .k-clear-value,
    .k-autocomplete[dir="rtl"] .k-i-loading,
    .k-rtl .k-autocomplete .k-clear-value,
    .k-rtl .k-autocomplete .k-i-loading {
      right: auto;
      left: 6px; }
.k-autocomplete ::-ms-clear {
    display: none; }
.k-autocomplete {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff;
  background-clip: padding-box; }
.k-autocomplete .k-ie11 {
    background-clip: border-box; }
.k-autocomplete:hover, .k-autocomplete.k-state-hover {
    border-color: rgba(0, 0, 0, 0.15);
    color: #3a3a3a;
    background-color: #ffffff; }
.k-autocomplete.k-state-open, .k-autocomplete.k-state-focused {
    border-color: rgba(0, 0, 0, 0.15);
    color: #3a3a3a;
    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-autocomplete.k-invalid, .k-autocomplete.k-invalid:hover, .k-autocomplete.k-state-invalid, .k-autocomplete.ng-invalid.ng-touched, .k-autocomplete.ng-invalid.ng-dirty {
    color: #fe5a63;
    border-color: rgba(254, 90, 99, 0.5); }
.k-numerictextbox {
  width: 12.4em;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  white-space: nowrap;
  border-width: 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  position: relative; }
.k-numerictextbox .k-numeric-wrap {
    border-radius: 2px;
    padding: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    cursor: default;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
.k-numerictextbox .k-numeric-wrap .k-input {
      padding: 4px 8px;
      height: calc(8px + 1.4285714286em);
      box-sizing: border-box;
      border: 0;
      outline: 0;
      color: inherit;
      background: none;
      font: inherit;
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      overflow: hidden;
      text-overflow: ellipsis; }
.k-numerictextbox .k-numeric-wrap .k-input:invalid {
        box-shadow: none; }
.k-edge .k-numerictextbox .k-numeric-wrap .k-input {
        min-width: 0; }
.k-numerictextbox .k-numeric-wrap .k-select {
      border-radius: 0 2px 2px 0;
      padding: 0;
      width: calc(8px + 1.4285714286em);
      border-width: 0;
      box-sizing: border-box;
      border-style: solid;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: stretch;
              align-items: stretch;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      text-align: center;
      cursor: pointer; }
.k-numerictextbox .k-numeric-wrap .k-link {
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      display: block;
      overflow: hidden;
      position: relative; }
.k-numerictextbox .k-numeric-wrap .k-link .k-icon {
        position: absolute;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
.k-numerictextbox .k-numeric-wrap .k-link-increase .k-icon {
      bottom: -2px; }
.k-numerictextbox .k-numeric-wrap .k-link-decrease .k-icon {
      top: -2px; }
.k-numerictextbox .k-numeric-wrap .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; }
.k-numerictextbox ::-ms-clear {
    display: none; }
.k-numerictextbox {
  background-color: transparent; }
.k-numerictextbox .k-numeric-wrap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #3a3a3a;
    background-color: #ffffff;
    background-clip: padding-box; }
.k-numerictextbox .k-numeric-wrap .k-ie11 {
      background-clip: border-box; }
.k-numerictextbox .k-numeric-wrap .k-select {
      border-color: rgba(0, 0, 0, 0.08);
      color: #3a3a3a;
      background-color: #f6f6f6;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
      background-image: linear-gradient(#f6f6f6, #f1f1f1); }
.k-numerictextbox .k-numeric-wrap .k-select:hover {
        border-color: rgba(0, 0, 0, 0.15);
        color: #1d1d1c;
        background-color: #ededed;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e8e8e8));
        background-image: linear-gradient(#ededed, #e8e8e8); }
.k-numerictextbox .k-numeric-wrap .k-select > .k-state-selected,
      .k-numerictextbox .k-numeric-wrap .k-select > .k-state-active {
        border-color: rgba(0, 0, 0, 0.15);
        color: #1d1d1c;
        background-color: #ededed;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e8e8e8));
        background-image: linear-gradient(#ededed, #e8e8e8);
        box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.06); }
.k-numerictextbox .k-numeric-wrap.k-state-hover {
      border-color: rgba(0, 0, 0, 0.15);
      color: #3a3a3a;
      background-color: #ffffff; }
.k-numerictextbox .k-numeric-wrap.k-state-hover .k-select {
        border-color: rgba(0, 0, 0, 0.15);
        color: #1d1d1c;
        background-color: #ededed;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e8e8e8));
        background-image: linear-gradient(#ededed, #e8e8e8); }
.k-numerictextbox .k-numeric-wrap.k-state-focused {
      border-color: rgba(0, 0, 0, 0.15);
      color: #3a3a3a;
      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-numerictextbox .k-numeric-wrap.k-invalid, .k-numerictextbox .k-numeric-wrap.k-invalid:hover, .k-numerictextbox .k-numeric-wrap.k-state-invalid, .k-numerictextbox .k-numeric-wrap.ng-invalid.ng-touched, .k-numerictextbox .k-numeric-wrap.ng-invalid.ng-dirty {
      border-color: rgba(254, 90, 99, 0.5);
      color: #fe5a63; }
.k-numerictextbox .k-numeric-wrap.k-state-invalid .k-select {
      color: #fe5a63; }
.k-tooltip {
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.4285714286;
  padding: 4px 8px;
  border-width: 0;
  box-sizing: border-box;
  background-repeat: repeat-x;
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  z-index: 12000; }
.k-tooltip-title {
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 4px 0;
  font-size: 19px; }
.k-tooltip-content {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px; }
.k-tooltip-closable {
  padding: 12px 16px;
  line-height: normal; }
.k-tooltip-closable .k-tooltip-title {
    display: -webkit-inline-box;
    display: inline-flex;
    padding: 0 20px 12px 0;
    line-height: 1; }
.k-tooltip-closable .k-tooltip-content {
    padding-right: 20px; }
.k-rtl .k-tooltip-title,
.k-rtl .k-tooltip-content,
[dir="rtl"] .k-tooltip-title,
[dir="rtl"] .k-tooltip-content {
  padding-right: 0;
  padding-left: 20px; }
.k-rtl .k-tooltip-button,
[dir="rtl"] .k-tooltip-button {
  left: 16px;
  right: auto; }
.k-tooltip-button {
  position: absolute;
  top: 12px;
  right: 16px; }
.k-tooltip-button .k-icon {
    color: inherit;
    vertical-align: top; }
.k-rtl .k-tooltip-button,
  [dir-rtl] .k-tooltip-button {
    left: 16px;
    right: auto; }
.k-callout {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent;
  pointer-events: none; }
.k-callout-n {
  left: 50%;
  margin-left: -6px;
  border-bottom-color: currentColor;
  top: -12px;
  pointer-events: none; }
.k-callout-e {
  top: 50%;
  margin-top: -6px;
  border-left-color: currentColor;
  right: -12px;
  pointer-events: none; }
.k-callout-s {
  left: 50%;
  margin-left: -6px;
  border-top-color: currentColor;
  bottom: -12px;
  pointer-events: none; }
.k-callout-w {
  top: 50%;
  margin-top: -6px;
  border-right-color: currentColor;
  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 {
  color: #ffffff;
  background-color: #3a3a3a; }
.k-callout {
  color: #3a3a3a; }
.k-slider {
  background-color: transparent;
  border-width: 0;
  position: relative; }
.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 {
      vertical-align: baseline;
      line-height: 28px;
      margin-right: 0;
      height: 100%; }
.k-slider .k-button-increase {
    right: 0;
    top: 0; }
.k-slider .k-button-decrease {
    left: 0;
    top: 0; }
.k-slider .k-label {
    font-size: .92em;
    position: absolute;
    white-space: nowrap; }
.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-vertical {
  height: 200px;
  width: 30px;
  outline: 0; }
.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 {
    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 {
    display: block;
    left: 120%;
    text-align: left; }
.k-slider-vertical .k-last .k-label {
    top: -.5em; }
.k-slider-vertical .k-first .k-label {
    bottom: -.5em; }
.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 {
  display: inline-block;
  height: 30px;
  width: 200px;
  outline: 0; }
.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: 0;
    bottom: -1.2em;
    line-height: 1;
    width: 100%; }
.k-slider-horizontal .k-first .k-label {
    left: -50%; }
.k-slider-horizontal .k-last .k-label {
    left: auto;
    right: -50%; }
.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-label, .k-slider-horizontal.k-rtl .k-label,
  [dir="rtl"] .k-slider-horizontal .k-label, .k-slider-horizontal[dir="rtl"] .k-label {
    left: auto;
    right: 0; }
.k-rtl .k-slider-horizontal .k-first .k-label, .k-slider-horizontal.k-rtl .k-first .k-label,
  [dir="rtl"] .k-slider-horizontal .k-first .k-label, .k-slider-horizontal[dir="rtl"] .k-first .k-label {
    right: -50%;
    left: auto; }
.k-rtl .k-slider-horizontal .k-last .k-label, .k-slider-horizontal.k-rtl .k-last .k-label,
  [dir="rtl"] .k-slider-horizontal .k-last .k-label, .k-slider-horizontal[dir="rtl"] .k-last .k-label {
    left: 50%;
    right: auto; }
.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%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.k-slider-horizontal .k-draghandle:active, .k-slider-horizontal .k-draghandle.k-pressed {
      -webkit-transform: translateY(-50%) scale(1);
              transform: translateY(-50%) scale(1); }
.k-slider-vertical .k-draghandle {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.k-slider-vertical .k-draghandle:active, .k-slider-vertical .k-draghandle.k-pressed {
      -webkit-transform: translateX(-50%) scale(1);
              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, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: left 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: left 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: left 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-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, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: bottom 0.3s ease-out, background-color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: bottom 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: bottom 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
.k-draghandle.k-pressed {
    -webkit-transition: none;
    transition: none; }
.k-slider-transitions.k-slider-horizontal .k-slider-selection {
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out; }
.k-slider-transitions.k-slider-vertical .k-slider-selection {
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out; }
.k-slider-selection.k-pressed {
  -webkit-transition: none;
  transition: none; }
.k-slider-items {
  -webkit-user-select: none;
      -ms-user-select: none;
          -moz-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-tooltip .k-callout-n,
.k-slider-tooltip .k-callout-s {
  margin-left: -6px; }
.k-slider-tooltip .k-callout-w,
.k-slider-tooltip .k-callout-e {
  margin-top: -6px; }
.k-slider .k-slider-track,
.k-slider .k-slider-selection {
  border-radius: 2px; }
.k-slider .k-slider-track {
  background-color: #e6e5e5; }
.k-slider .k-slider-selection {
  background-color: #009ddc; }
.k-slider .k-button {
  border-radius: 50%; }
.k-slider .k-draghandle {
  border-color: #009ddc;
  color: #ffffff;
  background-color: #009ddc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 106, 220, 0)), to(rgba(0, 106, 220, 0.2)));
  background-image: linear-gradient(rgba(0, 106, 220, 0), rgba(0, 106, 220, 0.2));
  border-radius: 50%; }
.k-slider .k-draghandle:hover {
    border-color: #0092dc;
    color: #ffffff;
    background-color: #0092dc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 95, 220, 0)), to(rgba(0, 95, 220, 0.2)));
    background-image: linear-gradient(rgba(0, 95, 220, 0), rgba(0, 95, 220, 0.2)); }
.k-slider .k-draghandle:active, .k-slider .k-draghandle.k-pressed {
    border-color: #009ddc;
    color: #ffffff;
    background-color: #009ddc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 106, 220, 0.2)), to(rgba(0, 106, 220, 0)));
    background-image: linear-gradient(rgba(0, 106, 220, 0.2), rgba(0, 106, 220, 0));
    box-shadow: inset inset 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
.k-slider .k-draghandle:focus, .k-slider .k-draghandle.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 157, 220, 0.4); }
.k-slider.k-state-focused .k-draghandle {
  box-shadow: 0 3px 4px 0 rgba(0, 157, 220, 0.4); }
.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;
  text-align: left;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  overflow: visible; }
.k-colorpicker .k-selected-color {
    padding: 4px;
    width: calc(8px + 1.4285714286em);
    height: calc(8px + 1.4285714286em);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden; }
.k-colorpicker .k-selected-color .k-i-line {
      border-top: 1px solid #fe5a63;
      width: 200%;
      height: 200%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-33%, -33%) rotateZ(45deg);
              transform: translate(-33%, -33%) rotateZ(45deg);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
.k-colorpicker .k-selected-color .k-i-line::before {
      display: none; }
.k-colorpicker .k-tool-icon {
    padding: 4px;
    width: calc(8px + 1.4285714286em);
    height: calc(8px + 1.4285714286em);
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: inherit;
    box-sizing: border-box;
    font-size: inherit;
    text-align: center; }
.k-colorpicker .k-tool-icon::before {
      font-size: 16px;
      line-height: 1; }
.k-colorpicker .k-tool-icon .k-selected-color {
      margin: 0 0 12px;
      padding: 0;
      width: 14px;
      height: 3px;
      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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    overflow: hidden;
    cursor: default;
    outline: 0; }
.k-colorpicker .k-picker-wrap .k-input {
      padding: 4px 8px;
      width: 100%;
      height: calc(8px + 1.4285714286em);
      box-sizing: border-box;
      border: 0;
      outline: 0;
      color: inherit;
      background: none;
      font: inherit;
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      overflow: hidden;
      text-overflow: ellipsis; }
.k-edge .k-colorpicker .k-picker-wrap .k-input {
        min-width: 0; }
.k-colorpicker .k-picker-wrap .k-select {
      border-radius: 0 2px 2px 0;
      padding: 4px 4px;
      border-width: 0;
      border-style: solid;
      border-color: inherit;
      box-sizing: border-box;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      text-align: center;
      cursor: pointer; }
.k-colorpicker + .k-animation-container .k-popup {
  padding: 0; }
.k-flatcolorpicker {
  border-radius: 2px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 310px;
  padding: 8px; }
.k-flatcolorpicker .k-hsv-rectangle {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-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;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#1d1d1c)), -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #1d1d1c), linear-gradient(to right, white, rgba(255, 255, 255, 0)); }
.k-flatcolorpicker .k-sliders-wrap {
    flex-shrink: 0;
    position: relative; }
.k-flatcolorpicker .k-sliders-wrap.k-hbox, .k-flatcolorpicker .k-sliders-wrap.k-columnset {
      margin-left: 8px; }
.k-flatcolorpicker .k-sliders-wrap.k-hbox .k-slider + .k-slider, .k-flatcolorpicker .k-sliders-wrap.k-columnset .k-slider + .k-slider {
        margin-left: 8px; }
.k-flatcolorpicker .k-sliders-wrap.k-vbox, .k-flatcolorpicker .k-sliders-wrap.k-rowset {
      margin-top: 8px; }
.k-flatcolorpicker .k-sliders-wrap.k-vbox .k-slider + .k-slider, .k-flatcolorpicker .k-sliders-wrap.k-rowset .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-columnset .k-clear-color {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.k-flatcolorpicker .k-sliders-wrap-clearable.k-hbox .k-hue-slider, .k-flatcolorpicker .k-sliders-wrap-clearable.k-columnset .k-hue-slider,
  .k-flatcolorpicker .k-sliders-wrap-clearable.k-hbox .k-alpha-slider,
  .k-flatcolorpicker .k-sliders-wrap-clearable.k-columnset .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;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
      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 #1d1d1c;
      background-color: transparent; }
.k-flatcolorpicker .k-slider-horizontal {
    width: 100%;
    height: 10px;
    -webkit-box-flex: 0;
            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;
    -webkit-box-flex: 0;
            flex: 0 0 10px; }
.k-flatcolorpicker .k-slider-vertical .k-slider-track {
      margin-left: -5px;
      width: 10px;
      border-radius: 10px; }
.k-flatcolorpicker .k-hue-slider.k-slider-horizontal .k-slider-track {
    background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(#ffff00), color-stop(#00ff00), color-stop(#00ffff), color-stop(#0000ff), color-stop(#ff00ff), to(#ff0000));
    background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000); }
.k-flatcolorpicker .k-hue-slider.k-slider-vertical .k-slider-track {
    background: -webkit-gradient(linear, left bottom, left top, from(#ff0000), color-stop(#ffff00), color-stop(#00ff00), color-stop(#00ffff), color-stop(#0000ff), color-stop(#ff00ff), to(#ff0000));
    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-radius: 50%;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
    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 {
    -webkit-box-pack: justify;
            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-numerictextbox .k-input {
    text-overflow: clip; }
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    position: relative; }
.k-flatcolorpicker .k-color-value {
    margin: 0 0 0 calc(16px + 2.8571428572em);
    padding: 4px 8px;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    font-size: inherit;
    line-height: 1.4285714286;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace;
    outline: 0;
    -webkit-box-flex: 1;
            flex: 1; }
.k-flatcolorpicker .k-clear-color-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
.k-flatcolorpicker .k-clear-color {
    -webkit-box-flex: 1;
            flex: 1; }
.k-flatcolorpicker .k-color-value + .k-clear-color {
    -webkit-box-flex: 0;
            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-columnset,
[dir="rtl"] .k-flatcolorpicker .k-sliders-wrap.k-hbox,
[dir="rtl"] .k-flatcolorpicker .k-sliders-wrap.k-columnset {
  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-columnset .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-columnset .k-slider + .k-slider {
    margin-left: 0;
    margin-right: 8px; }
.k-rtl .k-flatcolorpicker .k-color-value,
[dir="rtl"] .k-flatcolorpicker .k-color-value {
  margin: 0 calc(16px + 2.8571428572em) 0 0;
  direction: initial;
  text-align: right; }
.k-rtl .k-flatcolorpicker .k-color-value + .k-clear-color,
[dir="rtl"] .k-flatcolorpicker .k-color-value + .k-clear-color {
  right: auto;
  left: 0; }
.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: -webkit-gradient(linear, right top, left top, from(#ff0000), color-stop(#ffff00), color-stop(#00ff00), color-stop(#00ffff), color-stop(#0000ff), color-stop(#ff00ff), to(#ff0000));
  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 {
  border-width: 0;
  line-height: 0;
  display: inline-block;
  position: relative; }
.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 {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    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 {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white;
    position: relative;
    z-index: 100; }
.k-colorpicker {
  background-color: transparent; }
.k-colorpicker .k-picker-wrap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #3a3a3a;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
    background-image: linear-gradient(#f6f6f6, #f1f1f1);
    background-clip: padding-box; }
.k-colorpicker .k-picker-wrap .k-ie11 {
      background-clip: border-box; }
.k-colorpicker .k-picker-wrap.k-invalid, .k-colorpicker .k-picker-wrap.k-invalid:hover, .k-colorpicker .k-picker-wrap.k-state-invalid, .k-colorpicker .k-picker-wrap.ng-invalid.ng-touched, .k-colorpicker .k-picker-wrap.ng-invalid.ng-dirty {
      color: #fe5a63;
      border-color: rgba(254, 90, 99, 0.5); }
.k-colorpicker .k-select {
    padding: 0;
    width: calc(8px + 1.4285714286em);
    border-width: 0; }
.k-colorpicker .k-tool-icon:hover,
  .k-colorpicker .k-select:hover,
  .k-colorpicker .k-tool-icon.k-state-hover,
  .k-colorpicker .k-select.k-state-hover,
  .k-colorpicker .k-state-hover {
    border-color: rgba(0, 0, 0, 0.15);
    color: #1d1d1c;
    background-color: #ededed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e8e8e8));
    background-image: linear-gradient(#ededed, #e8e8e8); }
.k-colorpicker .k-tool-icon:hover,
  .k-colorpicker .k-tool-icon.k-state-hover {
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0.08); }
.k-colorpicker .k-state-active {
    border-color: rgba(0, 0, 0, 0.08);
    color: #3a3a3a;
    background-color: #f6f6f6;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
.k-colorpicker .k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06); }
.k-flatcolorpicker .k-color-value {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff; }
.k-combobox {
  width: 12.4em;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  white-space: nowrap;
  border-width: 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  position: relative; }
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    outline: 0;
    cursor: initial; }
.k-combobox .k-dropdown-wrap .k-input {
      padding: 4px 8px;
      width: 100%;
      height: calc(8px + 1.4285714286em);
      box-sizing: border-box;
      border: 0;
      outline: 0;
      color: inherit;
      background: none;
      font: inherit;
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      overflow: hidden;
      text-overflow: ellipsis; }
.k-edge .k-combobox .k-dropdown-wrap .k-input {
        min-width: 0; }
.k-combobox .k-dropdown-wrap ::-ms-clear {
      display: none; }
.k-combobox .k-dropdown-wrap .k-clear-value {
      height: 20px;
      line-height: 20px;
      outline: 0;
      cursor: pointer;
      display: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      opacity: .5;
      position: absolute;
      top: 4px;
      right: calc(1.4285714286em + 14px); }
.k-combobox .k-dropdown-wrap .k-clear-value:hover {
        opacity: 1; }
.k-combobox .k-dropdown-wrap:hover .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 {
      display: -webkit-inline-box;
      display: inline-flex; }
.k-combobox .k-dropdown-wrap .k-select {
      border-radius: 0 2px 2px 0;
      padding: 0 0;
      width: calc(8px + 1.4285714286em);
      border-width: 0 0 0 0;
      box-sizing: border-box;
      border-style: solid;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      text-align: center;
      cursor: pointer; }
.k-combobox.k-combobox-clearable .k-input {
    padding-right: 24px; }
.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; }
.k-combobox[dir="rtl"] .k-clear-value,
    .k-rtl .k-combobox .k-clear-value {
      right: auto;
      left: calc(1.4285714286em + 14px); }
.k-combobox[dir="rtl"].k-combobox-clearable .k-input,
    .k-rtl .k-combobox.k-combobox-clearable .k-input {
      padding-left: 24px;
      padding-right: 8px; }
.k-combobox ::-ms-clear {
    display: none; }
.k-combobox {
  background-color: transparent; }
.k-combobox .k-dropdown-wrap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #3a3a3a;
    background-color: #ffffff;
    background-clip: padding-box; }
.k-combobox .k-dropdown-wrap .k-ie11 {
      background-clip: border-box; }
.k-combobox .k-dropdown-wrap.k-invalid, .k-combobox .k-dropdown-wrap.k-invalid:hover, .k-combobox .k-dropdown-wrap.k-state-invalid, .k-combobox .k-dropdown-wrap.ng-invalid.ng-touched, .k-combobox .k-dropdown-wrap.ng-invalid.ng-dirty {
      color: #fe5a63;
      border-color: rgba(254, 90, 99, 0.5); }
.k-combobox .k-select {
    border-color: rgba(0, 0, 0, 0.08);
    color: #3a3a3a;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
    background-image: linear-gradient(#f6f6f6, #f1f1f1); }
.k-combobox > :hover,
  .k-combobox .k-state-hover {
    border-color: rgba(0, 0, 0, 0.15);
    color: #3a3a3a;
    background-color: #ffffff; }
.k-combobox > :hover .k-select,
    .k-combobox .k-state-hover .k-select {
      border-color: rgba(0, 0, 0, 0.15);
      color: #1d1d1c;
      background-color: #ededed;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e8e8e8));
      background-image: linear-gradient(#ededed, #e8e8e8); }
.k-combobox > .k-state-focused,
  .k-combobox .k-state-active {
    border-color: rgba(0, 0, 0, 0.15);
    color: #3a3a3a;
    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-calendar {
  border-width: 1px;
  border-style: solid;
  line-height: 1.4285714286;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-user-select: none;
      -ms-user-select: none;
          -moz-user-select: none;
       user-select: none; }
.k-popup .k-calendar {
    height: 100%; }
.k-calendar .k-link {
    outline: 0;
    color: inherit;
    text-decoration: none;
    white-space: normal;
    cursor: pointer;
    overflow: hidden; }
.k-calendar table {
    margin: 0;
    border-width: 0;
    border-color: inherit;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
    outline: 0;
    position: relative;
    z-index: 1; }
.k-calendar td,
  .k-calendar th {
    border-width: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    border-color: inherit;
    font-weight: normal;
    cursor: default; }
.k-calendar th {
    padding: 0.25em 0;
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
    opacity: 0.6; }
.k-calendar tbody th {
    padding-left: 8px;
    padding-right: 8px;
    height: 2em;
    font: inherit;
    font-weight: bold;
    text-transform: none;
    text-align: left; }
.k-calendar .k-header {
    padding: 4px 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    position: relative;
    z-index: 2; }
.k-calendar .k-header .k-link {
      border-radius: 2px;
      padding: 4px;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
.k-calendar .k-nav-prev,
  .k-calendar .k-nav-next {
    width: 1.4285714286em;
    height: 1.4285714286em;
    box-sizing: content-box; }
.k-calendar .k-nav-fast {
    margin: 0 4px;
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
.k-calendar-header {
    padding: 8px 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
            flex: 0 0 auto; }
.k-calendar-header .k-title {
      font-weight: bold; }
.k-calendar-header .k-today {
      cursor: pointer; }
.k-calendar-header .k-calendar-nav {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      flex-wrap: nowrap; }
.k-calendar > .k-calendar-header {
    min-width: 280px;
    box-sizing: border-box; }
.k-calendar .k-footer,
  .k-calendar .k-calendar-footer {
    text-align: center;
    clear: both; }
.k-calendar .k-nav-today,
  .k-calendar .k-footer > .k-state-disabled {
    padding: 8px 16px;
    display: block; }
.k-calendar .k-nav-today:hover {
    text-decoration: underline; }
.k-calendar .k-calendar-view {
    width: 17em;
    height: 17em;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: auto; }
.k-calendar.k-week-number .k-calendar-view {
    width: 19.4285714286em; }
.k-calendar-infinite .k-calendar-view {
    width: 17em;
    height: 21.4285714286em; }
.k-calendar .k-content,
  .k-calendar .k-calendar-content {
    width: 100%;
    margin: 0;
    text-align: center;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    position: relative; }
.k-calendar .k-content > table,
    .k-calendar .k-calendar-content > table {
      table-layout: auto; }
.k-calendar .k-content td,
    .k-calendar .k-calendar-content td {
      border-radius: 2px;
      border-color: transparent; }
.k-calendar .k-content .k-link,
    .k-calendar .k-calendar-content .k-link {
      border-radius: 2px;
      padding: 0.5em 0.5em;
      box-sizing: border-box;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
.k-calendar .k-content .k-weekend,
    .k-calendar .k-calendar-content .k-weekend {
      border-radius: 0;
      opacity: 1; }
.k-calendar .k-content .k-alt,
    .k-calendar .k-calendar-content .k-alt {
      opacity: 0.6; }
.k-calendar .k-content .k-other-month .k-link,
    .k-calendar .k-calendar-content .k-other-month .k-link {
      opacity: 0.6; }
.k-calendar .k-content .k-state-disabled,
    .k-calendar .k-calendar-content .k-state-disabled {
      opacity: 0.6; }
.k-calendar table.k-content {
    display: inline-table;
    vertical-align: top; }
.k-calendar .k-month td,
  .k-calendar .k-calendar-monthview td {
    width: 2.4285714286em;
    height: 2.4285714286em; }
.k-calendar .k-month .k-link,
  .k-calendar .k-calendar-monthview .k-link {
    width: 2.4285714286em;
    height: 2.4285714286em; }
.k-calendar .k-year td,
  .k-calendar .k-calendar-yearview td {
    width: auto;
    height: auto; }
.k-calendar .k-year .k-link,
  .k-calendar .k-calendar-yearview .k-link {
    width: 4.25em;
    height: 4.25em; }
.k-calendar .k-decade td,
  .k-calendar .k-calendar-decadeview td {
    width: auto;
    height: auto; }
.k-calendar .k-decade .k-link,
  .k-calendar .k-calendar-decadeview .k-link {
    width: 4.25em;
    height: 4.25em; }
.k-calendar .k-century td,
  .k-calendar .k-calendar-centuryview td {
    width: auto;
    height: auto; }
.k-calendar .k-century .k-link,
  .k-calendar .k-calendar-centuryview .k-link {
    width: 4.25em;
    height: 4.25em;
    text-align: left; }
.k-calendar-infinite {
    box-sizing: content-box;
    width: auto;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: bottom; }
.k-calendar-infinite .k-calendar-view,
    .k-calendar-infinite .k-calendar-monthview {
      padding: 0 16px;
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 1;
              flex: 1 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      overflow: hidden;
      box-sizing: content-box; }
.k-calendar-infinite .k-calendar-view::after,
      .k-calendar-infinite .k-calendar-monthview::after {
        display: block;
        position: absolute;
        bottom: 0;
        content: " ";
        height: 0;
        line-height: 0;
        z-index: 1;
        width: 150%;
        left: -25%;
        box-shadow: 0 0 2.4285714286em 1.2142857143em #ffffff; }
.k-calendar-infinite .k-calendar-header {
      margin-left: -16px;
      margin-right: -16px; }
.k-calendar-infinite .k-calendar-weekdays {
      width: 100%;
      -webkit-box-flex: 0;
              flex: 0 0 auto; }
.k-calendar-infinite .k-calendar-yearview .k-content td,
    .k-calendar-infinite .k-calendar-decadeview .k-content td,
    .k-calendar-infinite .k-calendar-centuryview .k-content td {
      width: auto;
      height: auto; }
.k-calendar-infinite .k-calendar-yearview .k-content .k-link,
    .k-calendar-infinite .k-calendar-yearview .k-content td.k-empty,
    .k-calendar-infinite .k-calendar-decadeview .k-content .k-link,
    .k-calendar-infinite .k-calendar-decadeview .k-content td.k-empty,
    .k-calendar-infinite .k-calendar-centuryview .k-content .k-link,
    .k-calendar-infinite .k-calendar-centuryview .k-content td.k-empty {
      width: 3.4em;
      height: 3.4em; }
.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 {
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-right: -117px; }
.k-calendar .k-scrollable-placeholder {
  position: absolute;
  z-index: -1;
  width: 1px;
  top: 0;
  right: 0; }
.k-calendar-navigation {
  position: relative;
  display: block;
  overflow: hidden;
  width: 5em;
  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 #f6f6f6; }
.k-calendar-navigation::before {
    top: 0; }
.k-calendar-navigation::after {
    bottom: 0; }
.k-calendar-navigation .k-content {
    background: transparent;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
.k-calendar-navigation .k-content ul {
      width: 5em; }
.k-calendar-navigation .k-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;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.k-calendar.k-calendar-range {
  width: auto; }
.k-calendar.k-calendar-range .k-calendar-view {
    height: auto;
    min-height: 17em;
    width: auto;
    white-space: nowrap; }
.k-calendar.k-calendar-range .k-calendar-view::after {
      display: none; }
.k-calendar.k-calendar-range table {
    width: auto; }
.k-calendar.k-calendar-range table.k-content {
    padding: 0 16px; }
.k-calendar.k-calendar-range table.k-meta-view {
    margin: 0 -1px; }
.k-calendar.k-calendar-range .k-meta-header,
  .k-calendar.k-calendar-range .k-month-header {
    margin: 0 16px;
    padding: 0.25em 8px;
    font-size: 12px;
    line-height: 2;
    text-align: left;
    opacity: 0.6;
    cursor: default; }
.k-calendar.k-calendar-range .k-range-start {
    border-color: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.k-calendar.k-calendar-range .k-range-end {
    border-color: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.k-calendar.k-calendar-range .k-range-mid {
    border-color: inherit;
    border-radius: 0; }
.k-calendar.k-calendar-range:not(.k-calendar-infinite) .k-calendar-view {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
.k-animation-container-sm .k-calendar.k-calendar-range:not(.k-calendar-infinite) .k-calendar-view {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
.k-calendar.k-calendar-range.k-calendar-infinite table {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
.k-calendar.k-calendar-range.k-calendar-infinite table > tbody {
      display: inline-block;
      vertical-align: top; }
.k-calendar.k-calendar-range.k-calendar-infinite table > tbody + tbody {
      margin-left: 32px; }
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-button {
    border-radius: 0;
    width: 44px; }
.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-calendar-view {
    border-width: 0 1px;
    border-style: solid;
    border-color: inherit; }
.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 {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }
.k-rtl .k-calendar .k-content.k-scrollable,
.k-calendar[dir="rtl"] .k-content.k-scrollable {
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-left: -117px; }
.k-rtl .k-calendar tbody th,
.k-calendar[dir="rtl"] tbody th {
  text-align: right; }
.k-calendar {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff;
  background-clip: padding-box; }
.k-calendar .k-ie11 {
    background-clip: border-box; }
.k-calendar .k-header {
    border-color: inherit;
    color: #3a3a3a;
    background-color: #f6f6f6;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); }
.k-calendar .k-nav-prev:hover, .k-calendar .k-nav-prev.k-state-hover,
  .k-calendar .k-nav-next:hover,
  .k-calendar .k-nav-next.k-state-hover,
  .k-calendar .k-nav-fast:hover,
  .k-calendar .k-nav-fast.k-state-hover {
    border-color: rgba(0, 0, 0, 0.15);
    color: #1d1d1c;
    background-color: #ededed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e8e8e8));
    background-image: linear-gradient(#ededed, #e8e8e8); }
.k-calendar .k-nav-prev:active, .k-calendar .k-nav-prev.k-state-active,
  .k-calendar .k-nav-next:active,
  .k-calendar .k-nav-next.k-state-active,
  .k-calendar .k-nav-fast:active,
  .k-calendar .k-nav-fast.k-state-active {
    border-color: rgba(0, 0, 0, 0.08);
    color: #3a3a3a;
    background-color: #f6f6f6;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
.k-calendar .k-footer .k-nav-today,
  .k-calendar .k-calendar-header .k-today {
    color: #009ddc; }
.k-calendar .k-footer .k-nav-today:hover, .k-calendar .k-footer .k-nav-today:focus,
    .k-calendar .k-calendar-header .k-today:hover,
    .k-calendar .k-calendar-header .k-today:focus {
      color: #0084b9; }
.k-calendar .k-content .k-today {
    color: #009ddc; }
.k-calendar .k-weekend {
    color: inherit;
    background-color: transparent; }
.k-calendar .k-alt {
    background-color: transparent; }
.k-calendar .k-out-of-range {
    pointer-events: none;
    visibility: hidden; }
.k-calendar .k-state-hover .k-link {
    border-color: #ededed;
    color: #1d1d1c;
    background-color: #ededed; }
.k-calendar .k-state-selected .k-link {
    border-color: #009ddc;
    color: #ffffff;
    background-color: #009ddc; }
.k-calendar .k-state-selected.k-state-hover .k-link {
    background-color: #0090ca; }
.k-calendar .k-state-focused .k-link {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-calendar .k-state-selected.k-state-focused .k-link {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-calendar .k-calendar-navigation {
    color: #3a3a3a;
    background-color: #f6f6f6;
    box-shadow: inset -1px 0 rgba(0, 0, 0, 0.08); }
.k-calendar .k-calendar-navigation li:hover {
      color: #0084b9; }
.k-calendar .k-calendar-navigation-highlight {
    border-color: rgba(0, 0, 0, 0.08);
    color: #3a3a3a;
    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-calendar-range .k-range-start,
.k-calendar.k-calendar-range .k-range-end,
.k-calendar.k-calendar-range .k-range-mid {
  background-image: linear-gradient(transparent 1px, rgba(0, 157, 220, 0.25) 1px, rgba(0, 157, 220, 0.25) calc(100% - 1px), transparent calc(100% - 1px)); }
.k-ie .k-calendar.k-calendar-range .k-range-start,
  .k-edge .k-calendar.k-calendar-range .k-range-start, .k-ie
  .k-calendar.k-calendar-range .k-range-end,
  .k-edge
  .k-calendar.k-calendar-range .k-range-end, .k-ie
  .k-calendar.k-calendar-range .k-range-mid,
  .k-edge
  .k-calendar.k-calendar-range .k-range-mid {
    background-image: none;
    background-color: rgba(0, 157, 220, 0.25); }
.k-calendar.k-calendar-range .k-range-start.k-range-end {
  background-image: none;
  background-color: transparent; }
.k-calendar.k-calendar-range .k-range-start .k-link,
.k-calendar.k-calendar-range .k-range-end .k-link {
  background-color: #009ddc; }
.k-calendar.k-calendar-range .k-range-start.k-state-active .k-link,
.k-calendar.k-calendar-range .k-range-end.k-state-active .k-link {
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2); }
.k-calendar.k-calendar-range .k-range-split-start,
.k-calendar.k-calendar-range .k-range-split-end {
  position: relative; }
.k-calendar.k-calendar-range .k-range-split-start::after,
  .k-calendar.k-calendar-range .k-range-split-end::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 5px; }
.k-calendar.k-calendar-range .k-range-split-start::after {
  left: -5px;
  right: auto;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 157, 220, 0.25)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 157, 220, 0.25), transparent 100%); }
.k-calendar.k-calendar-range .k-range-split-end::after {
  right: -5px;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 157, 220, 0.25)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 157, 220, 0.25), transparent 100%); }
.k-dateinput,
.k-datepicker,
.k-datetimepicker,
.k-timepicker {
  width: 12.4em;
  border-width: 0;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  position: relative; }
.k-dateinput .k-dateinput-wrap,
  .k-dateinput .k-picker-wrap,
  .k-datepicker .k-dateinput-wrap,
  .k-datepicker .k-picker-wrap,
  .k-datetimepicker .k-dateinput-wrap,
  .k-datetimepicker .k-picker-wrap,
  .k-timepicker .k-dateinput-wrap,
  .k-timepicker .k-picker-wrap {
    border-radius: 2px;
    padding: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    position: relative;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    cursor: default;
    outline: 0; }
.k-dateinput .k-dateinput-wrap .k-input,
    .k-dateinput .k-picker-wrap .k-input,
    .k-datepicker .k-dateinput-wrap .k-input,
    .k-datepicker .k-picker-wrap .k-input,
    .k-datetimepicker .k-dateinput-wrap .k-input,
    .k-datetimepicker .k-picker-wrap .k-input,
    .k-timepicker .k-dateinput-wrap .k-input,
    .k-timepicker .k-picker-wrap .k-input {
      padding: 4px 8px;
      width: 100%;
      height: calc(8px + 1.4285714286em);
      box-sizing: border-box;
      border: 0;
      outline: 0;
      color: inherit;
      background: none;
      font: inherit;
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      overflow: hidden;
      text-overflow: ellipsis; }
.k-edge .k-dateinput .k-dateinput-wrap .k-input, .k-edge
      .k-dateinput .k-picker-wrap .k-input, .k-edge
      .k-datepicker .k-dateinput-wrap .k-input, .k-edge
      .k-datepicker .k-picker-wrap .k-input, .k-edge
      .k-datetimepicker .k-dateinput-wrap .k-input, .k-edge
      .k-datetimepicker .k-picker-wrap .k-input, .k-edge
      .k-timepicker .k-dateinput-wrap .k-input, .k-edge
      .k-timepicker .k-picker-wrap .k-input {
        min-width: 0; }
.k-dateinput .k-dateinput-wrap .k-select,
    .k-dateinput .k-picker-wrap .k-select,
    .k-datepicker .k-dateinput-wrap .k-select,
    .k-datepicker .k-picker-wrap .k-select,
    .k-datetimepicker .k-dateinput-wrap .k-select,
    .k-datetimepicker .k-picker-wrap .k-select,
    .k-timepicker .k-dateinput-wrap .k-select,
    .k-timepicker .k-picker-wrap .k-select {
      border-radius: 0 2px 2px 0;
      padding: 0;
      border-width: 0;
      box-sizing: border-box;
      border-style: solid;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      text-align: center;
      cursor: pointer; }
.k-dateinput[dir="rtl"],
  .k-rtl .k-dateinput,
  .k-datepicker[dir="rtl"],
  .k-rtl
  .k-datepicker,
  .k-datetimepicker[dir="rtl"],
  .k-rtl
  .k-datetimepicker,
  .k-timepicker[dir="rtl"],
  .k-rtl
  .k-timepicker {
    text-align: right; }
.k-dateinput[dir="rtl"] .k-select,
    .k-rtl .k-dateinput .k-select,
    .k-datepicker[dir="rtl"] .k-select,
    .k-rtl
    .k-datepicker .k-select,
    .k-datetimepicker[dir="rtl"] .k-select,
    .k-rtl
    .k-datetimepicker .k-select,
    .k-timepicker[dir="rtl"] .k-select,
    .k-rtl
    .k-timepicker .k-select {
      border-radius: 2px 0 0 2px; }
.k-dateinput ::-ms-clear,
  .k-datepicker ::-ms-clear,
  .k-datetimepicker ::-ms-clear,
  .k-timepicker ::-ms-clear {
    display: none; }
.k-datepicker .k-select,
.k-datetimepicker .k-select,
.k-timepicker .k-select {
  padding: 0;
  width: calc(8px + 1.4285714286em);
  border-width: 0; }
.k-datepicker .k-i-warning,
.k-datetimepicker .k-i-warning,
.k-timepicker .k-i-warning {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: visible; }
.k-datepicker .k-state-invalid .k-i-warning,
.k-datetimepicker .k-state-invalid .k-i-warning,
.k-timepicker .k-state-invalid .k-i-warning {
  display: inline-block; }
.k-datepicker .k-dateinput,
.k-datetimepicker .k-dateinput,
.k-timepicker .k-dateinput {
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin: 0; }
.k-datepicker .k-dateinput-wrap,
.k-datetimepicker .k-dateinput-wrap,
.k-timepicker .k-dateinput-wrap {
  border: 0;
  border-radius: 2px 0 0 2px; }
.k-datepicker .k-picker-wrap.k-state-invalid,
.k-datetimepicker .k-picker-wrap.k-state-invalid,
.k-timepicker .k-picker-wrap.k-state-invalid {
  -webkit-transition: none;
  transition: none; }
.k-rtl .k-datepicker .k-i-warning, .k-datepicker[dir="rtl"] .k-i-warning, .k-rtl
.k-datetimepicker .k-i-warning,
.k-datetimepicker[dir="rtl"] .k-i-warning, .k-rtl
.k-timepicker .k-i-warning,
.k-timepicker[dir="rtl"] .k-i-warning {
  right: auto; }
.k-datepicker .k-i-warning,
.k-timepicker .k-i-warning {
  right: calc(12px + 1.4285714286em); }
.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 {
  left: calc(12px + 1.4285714286em); }
.k-datetimepicker .k-select {
  padding: 0;
  width: auto;
  border-left-width: 0;
  -webkit-box-align: stretch;
          align-items: stretch; }
.k-datetimepicker .k-link {
  padding: 0;
  width: calc(8px + 1.4285714286em);
  height: 100%;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  box-sizing: border-box; }
.k-datetimepicker .k-i-warning {
  right: calc(20px + 2.8571428572em); }
.k-rtl .k-datetimepicker .k-i-warning, .k-datetimepicker[dir="rtl"] .k-i-warning {
  left: calc(20px + 2.8571428572em); }
.k-datetime-container .k-datetime-wrap {
  width: 21em;
  overflow: hidden; }
.k-datetime-container .k-datetime-buttongroup {
  padding: 8px; }
.k-datetime-container .k-datetime-selector {
  display: -webkit-box;
  display: flex;
  transition: -webkit-transform .2s;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }
.k-datetime-container .k-datetime-calendar-wrap,
.k-datetime-container .k-datetime-time-wrap {
  text-align: center;
  -webkit-box-flex: 0;
          flex: 0 0 21em; }
.k-datetime-container .k-time-list-container {
  -webkit-box-pack: center;
          justify-content: center; }
.k-datetime-container .k-date-tab .k-datetime-buttongroup,
.k-datetime-container .k-date-tab .k-datetime-selector {
  background-color: #ffffff; }
.k-datetime-container .k-time-tab .k-datetime-selector {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.k-datetime-container > .k-popup {
  padding-bottom: 0; }
.k-datetime-container > .k-popup .k-action-buttons {
    margin-bottom: 0; }
.k-dateinput .k-select {
  padding: 0;
  border-width: 0;
  width: calc(8px + 1.4285714286em);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch; }
.k-dateinput .k-link {
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: block;
  overflow: hidden;
  position: relative; }
.k-dateinput .k-link .k-icon {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: visible; }
.k-dateinput.k-state-invalid .k-i-warning {
  display: inline-block; }
.k-rtl .k-dateinput .k-i-warning, .k-dateinput[dir="rtl"] .k-i-warning {
  left: 8px;
  right: auto; }
.k-time-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          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;
  width: 5em;
  height: 200px; }
.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-style: solid; }
.k-time-list-wrapper.k-state-focused::before {
    top: 0;
    border-width: 2px 2px 0; }
.k-time-list-wrapper.k-state-focused::after {
    bottom: 0;
    border-width: 0 2px 2px; }
.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: -100px;
  margin-right: -117px; }
.k-time-container > ul {
    height: auto;
    width: 5em; }
.k-time-list-container {
  display: -webkit-box;
  display: flex;
  position: relative; }
.k-time-list {
  position: absolute;
  display: -webkit-box;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: calc(8px + 1.4285714286em);
  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 {
  display: -webkit-inline-box;
  display: inline-flex;
  align-self: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
  z-index: 11; }
.k-dateinput,
.k-datepicker,
.k-datetimepicker,
.k-timepicker {
  background-color: transparent; }
.k-dateinput .k-dateinput-wrap.k-invalid, .k-dateinput .k-dateinput-wrap.k-invalid:hover, .k-dateinput .k-dateinput-wrap.k-state-invalid, .k-dateinput .k-dateinput-wrap.ng-invalid.ng-touched, .k-dateinput .k-dateinput-wrap.ng-invalid.ng-dirty,
  .k-dateinput .k-picker-wrap.k-invalid,
  .k-dateinput .k-picker-wrap.k-invalid:hover,
  .k-dateinput .k-picker-wrap.k-state-invalid,
  .k-dateinput .k-picker-wrap.ng-invalid.ng-touched,
  .k-dateinput .k-picker-wrap.ng-invalid.ng-dirty,
  .k-datepicker .k-dateinput-wrap.k-invalid,
  .k-datepicker .k-dateinput-wrap.k-invalid:hover,
  .k-datepicker .k-dateinput-wrap.k-state-invalid,
  .k-datepicker .k-dateinput-wrap.ng-invalid.ng-touched,
  .k-datepicker .k-dateinput-wrap.ng-invalid.ng-dirty,
  .k-datepicker .k-picker-wrap.k-invalid,
  .k-datepicker .k-picker-wrap.k-invalid:hover,
  .k-datepicker .k-picker-wrap.k-state-invalid,
  .k-datepicker .k-picker-wrap.ng-invalid.ng-touched,
  .k-datepicker .k-picker-wrap.ng-invalid.ng-dirty,
  .k-datetimepicker .k-dateinput-wrap.k-invalid,
  .k-datetimepicker .k-dateinput-wrap.k-invalid:hover,
  .k-datetimepicker .k-dateinput-wrap.k-state-invalid,
  .k-datetimepicker .k-dateinput-wrap.ng-invalid.ng-touched,
  .k-datetimepicker .k-dateinput-wrap.ng-invalid.ng-dirty,
  .k-datetimepicker .k-picker-wrap.k-invalid,
  .k-datetimepicker .k-picker-wrap.k-invalid:hover,
  .k-datetimepicker .k-picker-wrap.k-state-invalid,
  .k-datetimepicker .k-picker-wrap.ng-invalid.ng-touched,
  .k-datetimepicker .k-picker-wrap.ng-invalid.ng-dirty,
  .k-timepicker .k-dateinput-wrap.k-invalid,
  .k-timepicker .k-dateinput-wrap.k-invalid:hover,
  .k-timepicker .k-dateinput-wrap.k-state-invalid,
  .k-timepicker .k-dateinput-wrap.ng-invalid.ng-touched,
  .k-timepicker .k-dateinput-wrap.ng-invalid.ng-dirty,
  .k-timepicker .k-picker-wrap.k-invalid,
  .k-timepicker .k-picker-wrap.k-invalid:hover,
  .k-timepicker .k-picker-wrap.k-state-invalid,
  .k-timepicker .k-picker-wrap.ng-invalid.ng-touched,
  .k-timepicker .k-picker-wrap.ng-invalid.ng-dirty {
    color: #fe5a63;
    border-color: rgba(254, 90, 99, 0.5); }
.k-datepicker .k-picker-wrap,
.k-timepicker .k-picker-wrap,
.k-datetimepicker .k-picker-wrap {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff;
  background-clip: padding-box; }
.k-datepicker .k-picker-wrap .k-ie11,
  .k-timepicker .k-picker-wrap .k-ie11,
  .k-datetimepicker .k-picker-wrap .k-ie11 {
    background-clip: border-box; }
.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 {
    border-color: rgba(0, 0, 0, 0.15);
    color: #3a3a3a;
    background-color: #ffffff; }
.k-datepicker .k-picker-wrap:hover .k-select, .k-datepicker .k-picker-wrap.k-state-hover .k-select,
    .k-timepicker .k-picker-wrap:hover .k-select,
    .k-timepicker .k-picker-wrap.k-state-hover .k-select,
    .k-datetimepicker .k-picker-wrap:hover .k-select,
    .k-datetimepicker .k-picker-wrap.k-state-hover .k-select {
      border-color: rgba(0, 0, 0, 0.15);
      color: #1d1d1c;
      background-color: #ededed;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e8e8e8));
      background-image: linear-gradient(#ededed, #e8e8e8);
      border-color: inherit; }
.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 {
    border-color: rgba(0, 0, 0, 0.15);
    color: #3a3a3a;
    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-datepicker .k-picker-wrap.k-state-focused .k-select, .k-datepicker .k-picker-wrap.k-state-active .k-select,
    .k-timepicker .k-picker-wrap.k-state-focused .k-select,
    .k-timepicker .k-picker-wrap.k-state-active .k-select,
    .k-datetimepicker .k-picker-wrap.k-state-focused .k-select,
    .k-datetimepicker .k-picker-wrap.k-state-active .k-select {
      border-color: inherit; }
.k-datepicker .k-picker-wrap.k-state-invalid,
  .k-timepicker .k-picker-wrap.k-state-invalid,
  .k-datetimepicker .k-picker-wrap.k-state-invalid {
    border-color: #fe5a63; }
.k-datepicker .k-picker-wrap.k-state-invalid .k-input,
    .k-timepicker .k-picker-wrap.k-state-invalid .k-input,
    .k-datetimepicker .k-picker-wrap.k-state-invalid .k-input {
      color: #fe5a63; }
.k-datepicker .k-picker-wrap.k-invalid,
  .k-timepicker .k-picker-wrap.k-invalid,
  .k-datetimepicker .k-picker-wrap.k-invalid {
    color: #fe5a63;
    border-color: rgba(254, 90, 99, 0.5); }
.k-datepicker .k-select,
.k-timepicker .k-select,
.k-datetimepicker .k-select {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
  background-image: linear-gradient(#f6f6f6, #f1f1f1); }
.k-datepicker .k-i-warning,
.k-timepicker .k-i-warning,
.k-datetimepicker .k-i-warning {
  color: #fe5a63; }
.k-time-header .k-time-now {
  color: #009ddc;
  background: transparent; }
.k-time-header .k-time-now:hover, .k-time-header .k-time-now:focus {
    color: #0084b9; }
.k-time-list-wrapper {
  background-color: #f9f9f9; }
.k-time-list-wrapper .k-title {
    background: #f9f9f9;
    opacity: 0.6; }
.k-time-list-wrapper.k-state-focused .k-title {
    color: #1d1d1c;
    opacity: 1; }
.k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
    background-color: rgba(0, 0, 0, 0.04);
    border-width: 0; }
.k-time-list::before, .k-time-list::after {
  box-shadow: 0 0 3em 1.5em #f9f9f9; }
.k-time-list .k-item:hover {
  color: #009ddc; }
.k-time-container {
  background: transparent; }
.k-time-highlight {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08); }
.k-dateinput .k-dateinput-wrap {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff;
  background-clip: padding-box; }
.k-dateinput .k-dateinput-wrap .k-ie11 {
    background-clip: border-box; }
.k-dateinput .k-select {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
  background-image: linear-gradient(#f6f6f6, #f1f1f1); }
.k-dateinput .k-select:hover {
    border-color: rgba(0, 0, 0, 0.15);
    color: #1d1d1c;
    background-color: #ededed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e8e8e8));
    background-image: linear-gradient(#ededed, #e8e8e8); }
.k-dateinput .k-select > .k-state-selected,
  .k-dateinput .k-select > .k-state-active {
    border-color: rgba(0, 0, 0, 0.15);
    color: #1d1d1c;
    background-color: #ededed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e8e8e8));
    background-image: linear-gradient(#ededed, #e8e8e8);
    color: #1d1d1c;
    box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.06); }
.k-dateinput .k-state-hover {
  border-color: rgba(0, 0, 0, 0.15);
  color: #3a3a3a;
  background-color: #ffffff; }
.k-dateinput .k-state-hover .k-select {
    border-color: rgba(0, 0, 0, 0.15);
    color: #1d1d1c;
    background-color: #ededed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#e8e8e8));
    background-image: linear-gradient(#ededed, #e8e8e8); }
.k-dateinput .k-state-focused {
  border-color: rgba(0, 0, 0, 0.15);
  color: #3a3a3a;
  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-picker-wrap > .k-dateinput .k-state-focused {
    box-shadow: none; }
.k-dateinput.k-state-invalid .k-textbox {
  color: #fe5a63;
  border-color: #fe5a63; }
.k-dateinput.k-state-invalid .k-i-warning {
  color: #fe5a63; }
.k-dropdowngrid-popup {
  overflow: hidden; }
.k-dropdowngrid-popup .k-virtual-wrap {
  margin: 0; }
.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-wrap {
  border-width: 0 1px 0 0; }
.k-dropdowngrid-popup .k-grid-header {
  padding: 0;
  display: block; }
.k-dropdowngrid-popup .k-grid-header table {
  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; }
.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 0 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 {
  margin: 0;
  padding: 8px 12px;
  min-height: auto;
  text-align: left; }
.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-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 {
  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 {
  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 {
  border-right-width: 0; }
.k-rtl div.k-dropdowngrid-popup .k-group-header {
  text-align: right; }
.k-rtl .k-grid-list > .k-item > .k-group-cell > span {
  right: auto;
  left: 0; }
.k-dropdowngrid-popup {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff; }
.k-dropdowngrid-popup .k-header {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6; }
.k-dropdowngrid-popup .k-footer {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6; }
.k-dropdowngrid-popup .k-group-header {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6; }
.k-dropdowngrid-popup .k-item:nth-child(2n) {
  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 {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ededed; }
.k-dropdowngrid-popup .k-item.k-state-selected {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: rgba(0, 157, 220, 0.25); }
.k-dropdowngrid-popup .k-item.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-dropdowngrid-popup .k-group-cell span {
  background-color: #3a3a3a;
  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: #3a3a3a; }
.k-multiselect, .k-dropdowntree {
  border-radius: 2px;
  width: 100%;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  white-space: nowrap;
  border-width: 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  position: relative; }
.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 calc(1.4285714286em + 8px) 0 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    cursor: text;
    outline: 0; }
.k-multiselect .k-multiselect-wrap .k-input, .k-dropdowntree .k-multiselect-wrap .k-input {
      padding: 4px 8px;
      height: calc(8px + 1.4285714286em);
      float: left;
      box-sizing: border-box;
      border: 0;
      outline: 0;
      color: inherit;
      background: none;
      font: inherit;
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      overflow: hidden;
      text-overflow: ellipsis; }
.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: -webkit-inline-box;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      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: -webkit-box;
        display: flex;
        cursor: pointer;
        margin-left: 8px;
        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 {
      height: 20px;
      line-height: 20px;
      position: absolute;
      top: 4px;
      right: 6px; }
.k-multiselect .k-multiselect-wrap .k-clear-value, .k-dropdowntree .k-multiselect-wrap .k-clear-value {
      height: 20px;
      line-height: 20px;
      outline: 0;
      cursor: pointer;
      display: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      opacity: .5;
      position: absolute;
      top: 4px;
      right: 6px; }
.k-multiselect .k-multiselect-wrap .k-clear-value:hover, .k-dropdowntree .k-multiselect-wrap .k-clear-value:hover {
        opacity: 1; }
.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 {
      display: -webkit-inline-box;
      display: inline-flex; }
.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 {
    display: -webkit-inline-box;
    display: inline-flex; }
.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: calc(1.4285714286em + 8px);
      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-button .k-select, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-button .k-select,
        .k-rtl .k-multiselect .k-multiselect-wrap .k-button .k-select,
        .k-rtl .k-dropdowntree .k-multiselect-wrap .k-button .k-select {
          margin-left: 0;
          margin-right: 8px; }
.k-multiselect[dir="rtl"] .k-select, .k-dropdowntree[dir="rtl"] .k-select,
    .k-rtl .k-multiselect .k-select,
    .k-rtl .k-dropdowntree .k-select {
      border-radius: 2px 0 0 2px; }
.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: 6px; }
.k-multiselect ::-ms-clear, .k-dropdowntree ::-ms-clear {
    display: none; }
.k-multiselect, .k-dropdowntree {
  background-color: transparent; }
.k-multiselect .k-multiselect-wrap, .k-dropdowntree .k-multiselect-wrap {
    border-color: rgba(0, 0, 0, 0.08);
    color: #3a3a3a;
    background-color: #ffffff;
    background-clip: padding-box; }
.k-multiselect .k-multiselect-wrap .k-ie11, .k-dropdowntree .k-multiselect-wrap .k-ie11 {
      background-clip: border-box; }
.k-multiselect .k-multiselect-wrap > .k-readonly, .k-dropdowntree .k-multiselect-wrap > .k-readonly {
      opacity: .6; }
.k-multiselect .k-multiselect-wrap li, .k-dropdowntree .k-multiselect-wrap li {
      background-clip: padding-box; }
.k-multiselect .k-multiselect-wrap li .k-ie11, .k-dropdowntree .k-multiselect-wrap li .k-ie11 {
        background-clip: border-box; }
.k-multiselect .k-multiselect-wrap li .k-icon, .k-dropdowntree .k-multiselect-wrap li .k-icon {
        opacity: .6; }
.k-multiselect .k-multiselect-wrap li .k-icon:hover, .k-dropdowntree .k-multiselect-wrap li .k-icon:hover {
        opacity: 1; }
.k-multiselect .k-multiselect-wrap li.k-button:active, .k-dropdowntree .k-multiselect-wrap li.k-button:active, .k-multiselect .k-multiselect-wrap li.k-button.k-state-active, .k-dropdowntree .k-multiselect-wrap li.k-button.k-state-active {
        border-color: rgba(0, 0, 0, 0.08);
        color: #3a3a3a;
        background-color: #f6f6f6;
        background-image: none;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06); }
.k-multiselect .k-multiselect-wrap li:focus .k-icon, .k-dropdowntree .k-multiselect-wrap li:focus .k-icon, .k-multiselect .k-multiselect-wrap li.k-state-focused .k-icon, .k-dropdowntree .k-multiselect-wrap li.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.15);
      color: #3a3a3a;
      background-color: #ffffff; }
.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, .k-multiselect .k-multiselect-wrap.ng-invalid.ng-touched, .k-dropdowntree .k-multiselect-wrap.ng-invalid.ng-touched, .k-multiselect .k-multiselect-wrap.ng-invalid.ng-dirty, .k-dropdowntree .k-multiselect-wrap.ng-invalid.ng-dirty {
      color: #fe5a63;
      border-color: rgba(254, 90, 99, 0.5); }
.k-multiselect.k-state-focused > .k-multiselect-wrap, .k-state-focused.k-dropdowntree > .k-multiselect-wrap {
    border-color: rgba(0, 0, 0, 0.15);
    color: #3a3a3a;
    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-dropdowntree {
  width: 12.4em; }
.k-dropdowntree .k-select {
    border-width: 0; }
.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-dropdowntree .k-dropdown-wrap {
  background-clip: padding-box; }
.k-dropdowntree .k-dropdown-wrap .k-ie11 {
    background-clip: border-box; }
.k-dropdowntree .k-dropdown-wrap .k-select {
    padding: 0;
    width: calc(8px + 1.4285714286em); }
.k-editor {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: top;
  position: relative;
  table-layout: fixed; }
.k-editor > .k-content,
  .k-editor iframe.k-content,
  .k-editor .k-editor-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    display: block; }
kendo-editor.k-editor {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  display: -webkit-box;
  display: flex; }
kendo-editor > .k-content,
kendo-editor .k-editor-content {
  overflow-y: auto; }
kendo-editor > .k-content > .ProseMirror,
  kendo-editor .k-editor-content > .ProseMirror {
    padding: 8px;
    white-space: pre-wrap; }
kendo-editor .k-toolbar {
  overflow: visible; }
kendo-editor.k-readonly {
  outline: none;
  cursor: default;
  opacity: 0.6;
  -webkit-filter: grayscale(0.1);
          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; }
.k-editor-sandbox > .k-content *,
.k-editor-sandbox .k-editor-content * {
  color: initial;
  background-color: initial;
  font-size: initial;
  line-height: initial;
  font-family: initial; }
.k-editor-sandbox.k-ie > .k-content *,
.k-editor-sandbox.k-ie .k-editor-content * {
  color: #000000;
  background-color: transparent;
  font-size: medium;
  line-height: normal;
  font-family: sans-serif; }
table.k-editor {
  width: 100%; }
.k-editor-inline {
  border-radius: 2px;
  padding: 2px 4px;
  border: 1px solid transparent;
  word-wrap: break-word;
  overflow: auto;
  background: none;
  -webkit-transition: border-color .3s;
  transition: border-color .3s; }
.k-window.k-editor-widget {
  padding: 0; }
.editorToolbarWindow {
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch; }
.k-editortoolbar-dragHandle {
  margin: 8px;
  padding: 0;
  cursor: move; }
.k-editor > .k-toolbar {
  border-width: 0 0 1px 0; }
.k-editor-toolbar-wrap {
  border-color: inherit; }
.k-editor-toolbar {
  margin: 0;
  padding: 8px 8px;
  border-color: inherit;
  list-style-type: none;
  line-height: 1.4285714286;
  cursor: default;
  word-wrap: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
  position: relative; }
.k-editor-toolbar.k-toolbar-resizable {
    flex-wrap: nowrap;
    overflow: hidden;
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
.k-editor-toolbar li {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle; }
.k-editor-toolbar .k-tool-group {
    padding: 0;
    border-width: 0;
    border-style: solid;
    border-color: inherit; }
.k-editor-toolbar .k-tool-group .k-widget ~ .k-widget {
      margin-left: 8px; }
.k-editor-toolbar .k-tool-group + .k-tool-group {
    margin-left: 8px; }
.k-editor-toolbar .k-tool-group .k-state-disabled,
  .k-editor-toolbar .k-tool-group.k-state-disabled {
    display: none; }
.k-editor-toolbar .k-tool {
    padding: 4px;
    width: calc(10px + 1.4285714286em);
    height: calc(10px + 1.4285714286em);
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    text-decoration: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative; }
.k-editor-toolbar .k-tool-text {
    display: none; }
.k-editor-toolbar .k-tool + .k-tool {
    margin-left: 8px; }
.k-editor-toolbar .k-tool-group.k-button-group .k-tool {
    margin: 0; }
.k-editor-toolbar .k-overflow-tools {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden; }
.k-editable-area {
  padding: 4px;
  width: 100%;
  height: 100%;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  outline: 0; }
.k-resizable .k-editable-area {
    padding: 4px 4px 16px; }
.k-edit-form-content {
  -webkit-box-flex: 1;
          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-editor-toolbar {
    text-align: center; }
.k-ct-popup .k-editor-toolbar .k-tool {
      border-radius: 2px;
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: flex; }
.k-ct-popup .k-editor-toolbar .k-tool-text {
      display: inline; }
.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-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-filebrowser-dialog {
  display: -webkit-box;
  display: flex; }
.k-filebrowser-dialog .k-edit-form-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            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: -webkit-box;
    display: flex; }
.k-filebrowser .k-floatwrap::after {
      display: none; }
.k-filebrowser .k-breadcrumbs {
    -webkit-box-flex: 1;
            flex: 1; }
.k-filebrowser .k-search-wrap {
    margin: 0 0 0 1em;
    width: 150px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
.k-filebrowser .k-search-wrap .k-input {
      -webkit-box-flex: 1;
              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;
    padding: 8px 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
.k-filebrowser .k-toolbar-wrap {
    display: -webkit-box;
    display: flex; }
.k-filebrowser .k-toolbar-wrap > * + * {
      margin-left: 8px; }
.k-filebrowser .k-toolbar-wrap .k-state-disabled {
      display: none; }
.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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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: -webkit-box;
  display: flex; }
.k-editor-table-wizard-dialog .k-edit-form-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
.k-editor-table-wizard-dialog .k-tabstrip-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    overflow: auto; }
.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-tabstrip.k-root-tabs {
      -webkit-box-flex: 1;
              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: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
.k-popup.k-align .k-list .k-item {
  padding: 4px;
  height: calc(10px + 1.4285714286em);
  box-sizing: border-box;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
          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 {
  -webkit-box-flex: 1;
          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: 1px dotted #cccccc; }
.k-editor-inline .k-table td {
    min-width: 1px;
    padding: 2px 4px; }
.k-editor-inline .k-table-resize-handle-wrapper {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border: 1px solid #000000;
  z-index: 100; }
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle {
    width: 100%;
    height: 100%; }
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-east {
      cursor: e-resize; }
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-north {
      cursor: n-resize; }
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northeast {
      cursor: ne-resize; }
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northwest {
      cursor: nw-resize; }
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-south {
      cursor: s-resize; }
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southeast {
      cursor: se-resize; }
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southwest {
      cursor: sw-resize; }
.k-editor-inline .k-table-resize-handle-wrapper .k-table-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;
      background-color: #00b0ff;
      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;
    background-color: #00b0ff;
    opacity: .8; }
.k-editor {
  background-clip: padding-box; }
.k-editor .k-ie11 {
    background-clip: border-box; }
.k-editor .k-editable-area {
    border-color: rgba(0, 0, 0, 0.08); }
.k-editor-inline:hover, .k-editor-inline.k-state-active {
  border-color: rgba(0, 0, 0, 0.08); }
.k-editor-toolbar {
  padding: 0; }
.k-editor-toolbar .k-tool-group {
    padding: 8px 8px; }
.k-editor-toolbar .k-tool-group .k-tool.k-group-start,
    .k-editor-toolbar .k-tool-group .k-tool.k-group-end {
      border-radius: 0; }
.k-editor-toolbar .k-tool-group + .k-tool-group {
    margin: 0;
    border-left-width: 1px; }
.k-editor .k-editor-toolbar-wrap a.k-tool,
.k-ct-popup .k-editor-toolbar a.k-tool,
.editorToolbarWindow.k-header.k-window-content a.k-tool {
  border-width: 0;
  background-image: none;
  background-color: transparent; }
.k-editor .k-editor-toolbar-wrap a.k-tool.k-state-selected,
  .k-ct-popup .k-editor-toolbar a.k-tool.k-state-selected,
  .editorToolbarWindow.k-header.k-window-content a.k-tool.k-state-selected {
    border-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background-color: #009ddc;
    background-image: none; }
.k-editor .k-editor-toolbar-wrap .k-tool-group,
.k-ct-popup .k-editor-toolbar .k-tool-group,
.editorToolbarWindow.k-header.k-window-content .k-tool-group {
  border-color: rgba(0, 0, 0, 0.08); }
.k-editor-toolbar .k-overflow-anchor {
  padding: 8px;
  width: calc(1.4285714286em + 26px);
  height: calc(1.4285714286em + 26px); }
.k-ct-popup .k-state-selected {
  border-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  background-color: #009ddc;
  background-image: none; }
.k-tooltip-validation {
  margin: 0.5em 0 0;
  position: static;
  border-width: 0;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  z-index: 9999; }
.k-tooltip-validation[hidden] {
    display: none; }
.k-tooltip-validation > .k-icon {
    margin-right: 4px; }
.k-tooltip-validation .k-callout {
    display: none; }
.k-tooltip-validation {
  border-color: transparent;
  color: #fe5a63;
  background-color: transparent; }
.k-maskedtextbox {
  width: 12.4em;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  white-space: nowrap;
  border-width: 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  position: relative; }
.k-maskedtextbox .k-i-warning {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 8px; }
.k-maskedtextbox.k-state-invalid {
    -webkit-transition: none;
    transition: none; }
.k-maskedtextbox.k-state-invalid .k-i-warning {
      display: inline-block; }
.k-maskedtextbox[dir="rtl"],
  .k-rtl .k-maskedtextbox {
    text-align: right; }
.k-maskedtextbox[dir="rtl"] .k-select,
    .k-rtl .k-maskedtextbox .k-select {
      border-radius: 2px 0 0 2px; }
.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 {
  background-color: transparent; }
.k-maskedtextbox .k-i-warning {
    color: #fe5a63; }
.k-maskedtextbox.k-state-invalid .k-textbox {
    color: #fe5a63;
    border-color: #fe5a63; }
.k-listbox {
  width: 12.4em;
  height: 200px;
  vertical-align: top;
  background-color: transparent;
  border-width: 0;
  display: -webkit-inline-box;
  display: inline-flex; }
.k-listbox .k-listbox-toolbar ul {
    display: -webkit-box;
    display: flex; }
.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar ul, .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
      margin-right: 8px; }
.k-listbox.k-listbox-toolbar-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar ul, .k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              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; }
.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 {
    -webkit-transform: scaleX(-1);
            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-item.k-drag-clue {
  border-radius: 0;
  padding: 4px 8px;
  line-height: 1.4285714286em;
  border-width: 0;
  font-size: 14px; }
.k-listbox .k-list-scroller {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-clip: padding-box; }
.k-listbox .k-list-scroller .k-ie11 {
    background-clip: border-box; }
.k-listbox .k-drop-hint {
  border-top-color: #009ddc; }
li.k-item.k-drag-clue {
  background-color: #009ddc;
  color: #ffffff; }
.k-rating {
  display: -webkit-inline-box;
  display: inline-flex;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  border: 0;
  outline: 0; }
.k-rating-container {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  position: relative;
  box-sizing: border-box;
  margin: 0 4px; }
.k-rating-container .k-rating-item {
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    padding: 4px 4px;
    -webkit-box-align: center;
            align-items: center;
    vertical-align: middle;
    margin: 0;
    outline: 0;
    overflow: hidden;
    -webkit-transition: color 200ms ease-out 0s;
    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: inline-block;
      position: absolute;
      top: 4px;
      left: 4px;
      overflow: hidden; }
.k-rating-container .k-rating-item .k-rating-precision-complement {
      direction: rtl; }
.k-rating-label {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          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 {
  background-color: transparent; }
.k-rating:focus .k-rating-item > .k-icon, .k-rating.k-state-focused .k-rating-item > .k-icon {
    text-shadow: 0 2px 3.6px 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 3.6px rgba(0, 157, 220, 0.4); }
.k-rating-item {
  color: #adadad; }
.k-rating-item.k-state-selected {
    color: #009ddc; }
.k-rating-item.k-state-selected:focus, .k-rating-item.k-state-selected.k-state-focused {
      color: #009ddc; }
.k-rating-item:hover, .k-rating-item.k-state-hover {
    color: #009ddc;
    cursor: pointer; }
.k-var--chart-font {
  font-size: 14px; }
.k-var--chart-title-font {
  font-size: 1.143em; }
.k-var--chart-label-font {
  font-size: 0.857em; }
.k-chart,
.k-sparkline,
.k-stockchart {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-width: 0; }
.k-chart,
.k-stockchart {
  font-size: 14px;
  font-family: inherit;
  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 {
  -webkit-transition: left ease-in 80ms, top ease-in 80ms;
  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; }
.k-chart-tooltip table {
  border-spacing: 0;
  border-collapse: collapse; }
.k-chart-tooltip {
  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;
  -webkit-transform: translateZ(0);
          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-border {
  width: 1px;
  height: 100%;
  position: absolute; }
.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 {
  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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          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;
  overflow: hidden; }
.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 {
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: rotate(-90deg);
              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-arcgauge {
  display: inline-block; }
.k-arcgauge-label {
  position: absolute;
  text-align: center;
  padding: 0;
  margin: 0; }
.k-var--accent {
  background-color: #009ddc; }
svg .k-var--accent {
    fill: #009ddc; }
.k-var--accent-contrast {
  background-color: #ffffff; }
svg .k-var--accent-contrast {
    fill: #ffffff; }
.k-var--primary {
  background-color: #009ddc; }
svg .k-var--primary {
    fill: #009ddc; }
.k-var--primary-contrast {
  background-color: #ffffff; }
svg .k-var--primary-contrast {
    fill: #ffffff; }
.k-var--base {
  background-color: #f6f6f6; }
svg .k-var--base {
    fill: #f6f6f6; }
.k-var--background {
  background-color: #ffffff; }
svg .k-var--background {
    fill: #ffffff; }
.k-var--border-radius {
  margin-top: 2px; }
.k-var--normal-background {
  background-color: #f6f6f6; }
svg .k-var--normal-background {
    fill: #f6f6f6; }
.k-var--normal-text-color {
  background-color: #3a3a3a; }
svg .k-var--normal-text-color {
    fill: #3a3a3a; }
.k-var--hover-background {
  background-color: #ededed; }
svg .k-var--hover-background {
    fill: #ededed; }
.k-var--hover-text-color {
  background-color: #1d1d1c; }
svg .k-var--hover-text-color {
    fill: #1d1d1c; }
.k-var--selected-background {
  background-color: #009ddc; }
svg .k-var--selected-background {
    fill: #009ddc; }
.k-var--selected-text-color {
  background-color: #ffffff; }
svg .k-var--selected-text-color {
    fill: #ffffff; }
.k-var--success {
  background-color: #a6e38c; }
svg .k-var--success {
    fill: #a6e38c; }
.k-var--info {
  background-color: #7fa8ea; }
svg .k-var--info {
    fill: #7fa8ea; }
.k-var--warning {
  background-color: #ffd862; }
svg .k-var--warning {
    fill: #ffd862; }
.k-var--error {
  background-color: #fe5a63; }
svg .k-var--error {
    fill: #fe5a63; }
.k-var--series-a {
  background-color: #009ddc; }
svg .k-var--series-a {
    fill: #009ddc; }
.k-var--series-b {
  background-color: #ffd862; }
svg .k-var--series-b {
    fill: #ffd862; }
.k-var--series-c {
  background-color: #a6e38c; }
svg .k-var--series-c {
    fill: #a6e38c; }
.k-var--series-d {
  background-color: #5ecede; }
svg .k-var--series-d {
    fill: #5ecede; }
.k-var--series-e {
  background-color: #7fa8ea; }
svg .k-var--series-e {
    fill: #7fa8ea; }
.k-var--series-f {
  background-color: #db71c1; }
svg .k-var--series-f {
    fill: #db71c1; }
.k-var--gauge-pointer {
  background-color: #009ddc; }
svg .k-var--gauge-pointer {
    fill: #009ddc; }
.k-var--gauge-track {
  background-color: #e6e5e5; }
svg .k-var--gauge-track {
    fill: #e6e5e5; }
.k-var--chart-inactive {
  background-color: rgba(58, 58, 58, 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.8; }
.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 {
  background-color: transparent; }
.k-chart .k-popup,
  .k-sparkline .k-popup,
  .k-stockchart .k-popup {
    background: transparent; }
.k-chart-tooltip {
  border-radius: 2px;
  color: #ffffff; }
.k-chart-tooltip-inverse {
  color: #1d1d1c; }
.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
  color: #3a3a3a;
  background-color: #f6f6f6;
  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; }
.k-handle div {
  background-color: transparent; }
.k-mask {
  background-color: #ffffff;
  opacity: .8; }
.k-marquee-color {
  background-color: #009ddc; }
.k-marquee-color {
  opacity: .6; }
.k-navigator-hint .k-scroll {
  border-radius: 2px; }
.k-treemap .k-leaf {
  color: #ffffff; }
.k-treemap .k-leaf.k-inverse {
  color: #3a3a3a; }
.k-treemap .k-leaf.k-state-hover {
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.08); }
.km-scrollview,
.km-scroll-container {
  -webkit-user-select: none;
      -ms-user-select: none;
          -moz-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;
  -webkit-transform: translate3d(0, -3em, 0);
          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;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 300ms linear;
  -webkit-transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear; }
.km-widget .km-scroller-release .km-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.km-widget .km-scroller-refresh .km-icon {
  -webkit-transition: none;
  transition: none; }
.km-touch-scrollbar {
  position: absolute;
  visibility: hidden;
  z-index: 200000;
  height: .4em;
  width: .4em;
  opacity: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity .3s linear;
  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; }
.k-map {
  height: 600px; }
.k-map .km-scroll-wrapper {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
        -ms-user-select: none;
            -moz-user-select: none;
         user-select: none;
    position: absolute; }
.k-map .k-touch-scrollbar {
    display: none; }
.k-map .k-layer {
    position: absolute;
    left: 0;
    top: 0; }
.k-map .k-marker {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    overflow: visible; }
.k-map .k-attribution {
    padding: 2px 4px;
    font-size: 9px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000; }
.k-map .km-scroll-container {
    height: 100%; }
.k-map-controls {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
.k-pos-top {
  top: 0; }
.k-pos-bottom {
  bottom: 0; }
.k-pos-left {
  left: 0; }
.k-pos-right {
  right: 0; }
.k-navigator {
  margin: 1em;
  width: 50px;
  height: 50px;
  box-sizing: content-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 {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 2px;
    left: 50%; }
.k-navigator .k-navigator-right {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2px;
    top: 50%; }
.k-navigator .k-navigator-down {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 2px;
    left: 50%; }
.k-navigator .k-navigator-left {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2px;
    top: 50%; }
.k-zoom-control {
  margin: 1em;
  border: 0;
  background: none;
  display: -webkit-box;
  display: flex; }
.k-pdf-export .k-zoom-control {
    display: none; }
.k-zoom-control .k-button {
    padding: 4px; }
.k-map .k-marker {
  color: #009ddc; }
.k-barcode {
  display: inline-block; }
.k-qrcode {
  display: inline-block; }
.k-gantt {
  position: relative;
  white-space: nowrap; }
.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-grid-content tr {
    height: calc(1.4285714286em + 16px); }
.k-gantt .k-gantt-layout {
    white-space: normal;
    vertical-align: top;
    display: inline-block; }
.k-gantt .k-splitbar {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex; }
.k-gantt-toolbar {
  padding: 8px 8px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  line-height: 1.4285714286; }
.k-gantt-layout + .k-gantt-toolbar {
    border-width: 1px 0 0; }
.k-gantt-toolbar .k-gantt-toggle {
    margin-right: .5em;
    display: none;
    float: left; }
.k-gantt-actions {
  float: left; }
.k-gantt-actions .k-button + .k-button {
    margin-left: 8px; }
.k-gantt-views {
  float: right;
  display: -webkit-inline-box;
  display: inline-flex; }
@media only screen and (max-width: 480px) {
  .k-gantt-toolbar .k-gantt-toggle {
    display: -webkit-inline-box;
    display: inline-flex; }
  .k-gantt-toolbar .k-gantt-pdf,
  .k-gantt-toolbar .k-gantt-create {
    padding: 4px;
    width: calc(10px + 1.4285714286em);
    height: calc(10px + 1.4285714286em); }
    .k-gantt-toolbar .k-gantt-pdf .k-icon,
    .k-gantt-toolbar .k-gantt-create .k-icon {
      margin: 0; }
    .k-gantt-toolbar .k-gantt-pdf span + span,
    .k-gantt-toolbar .k-gantt-create span + span {
      display: none; } }
.k-gantt-views .k-current-view {
  display: none; }
.k-gantt-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-gantt-views {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1000; }
    ul.k-gantt-views li {
      display: none; }
    ul.k-gantt-views .k-current-view {
      display: block; }
    ul.k-gantt-views.k-state-expanded li {
      display: block; } }
.k-gantt-treelist .k-treelist {
  height: 100%;
  border-width: 0; }
.k-gantt-treelist .k-grid-header {
  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-timeline .k-timeline {
  height: 100%;
  border-width: 0; }
.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-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: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 2; }
.k-task-wrap.k-drag-hint {
  position: absolute; }
.k-task {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto; }
.k-task-dot {
  width: 16px;
  height: 16px;
  line-height: 1;
  cursor: pointer;
  display: none;
  position: absolute; }
.k-task-wrap:hover .k-task-dot,
.k-task-wrap.k-origin .k-task-dot {
  display: block; }
.k-task-dot::before {
  content: "";
  margin: -4px 0 0 -4px;
  width: 8px;
  height: 8px;
  border-width: 0;
  border-style: solid;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 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;
  -webkit-transform: rotate(45deg);
          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; }
.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: 1px;
  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: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center; }
.k-task-template {
  padding: 2px 4px;
  line-height: normal;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis; }
.k-task-actions {
  padding: 2px;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  visibility: hidden; }
.k-task-actions > .k-link {
  display: -webkit-inline-box;
  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; }
.k-task-details strong {
    font-size: 19px;
    font-weight: normal;
    display: block; }
.k-task-details .k-task-pct {
    font-size: 32px; }
.k-task-details ul {
    line-height: normal; }
.k-gantt-edit-form .k-gantt-delete {
  float: left; }
.k-rtl .k-gantt-views {
  float: left; }
.k-rtl .k-gantt-actions {
  float: right; }
.k-rtl .k-gantt-actions .k-button + .k-button {
    margin-left: 0;
    margin-right: 8px; }
.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-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-gantt {
  background-clip: padding-box; }
.k-gantt .k-ie11 {
    background-clip: border-box; }
.k-gantt-views li.k-state-selected {
  border-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  background-color: #009ddc;
  background-image: none; }
.k-gantt-views li:first-child {
  border-radius: 2px; }
.k-gantt-views li:first-child + li {
  border-radius: 2px 0 0 2px; }
.k-gantt-views li:last-child {
  border-radius: 0 2px 2px 0; }
.k-gantt-views.k-state-expanded li {
  border-radius: 0;
  margin: 0; }
.k-gantt-views.k-state-expanded li + li {
  margin-top: -1px; }
.k-gantt-views.k-state-expanded li:first-child {
  border-radius: 2px 2px 0 0; }
.k-gantt-views.k-state-expanded li:first-child + li {
  border-radius: 0; }
.k-gantt-views.k-state-expanded li:last-child {
  border-radius: 0 0 2px 2px; }
.k-gantt-timeline .k-header {
  border-color: inherit; }
.k-gantt-treelist {
  background-color: #fafafa; }
.k-gantt-treelist .k-treelist {
    background-color: transparent; }
.k-gantt-treelist tr.k-alt {
    background-color: #f0f0f0; }
.k-gantt-treelist tr.k-state-selected,
  .k-gantt-treelist td.k-state-selected {
    color: inherit;
    background-color: rgba(0, 157, 220, 0.25); }
.k-gantt-columns .k-nonwork-hour {
  background-color: rgba(58, 58, 58, 0.025); }
.k-line {
  color: #1d1d1c; }
.k-line.k-state-selected {
  color: #009ddc; }
.k-task-dot::before {
  background-color: #3a3a3a; }
.k-task-dot:hover::before,
.k-task-dot.k-state-hover::before {
  border-color: #3a3a3a;
  background-color: #ffffff; }
.k-task-milestone {
  border-color: rgba(0, 0, 0, 0.08);
  background-color: #3a3a3a; }
.k-task-milestone.k-state-selected {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #009ddc; }
.k-task-summary {
  color: #444444; }
.k-task-summary-complete {
  color: #1d1d1c; }
.k-task-summary.k-state-selected {
  color: #33b1e3; }
.k-task-summary.k-state-selected .k-task-summary-complete {
    color: #0090ca; }
.k-task-summary::before, .k-task-summary::after,
.k-task-summary-complete::before,
.k-task-summary-complete::after {
  display: none; }
.k-task-single {
  border-width: 0;
  border-color: rgba(0, 0, 0, 0.08);
  color: #ffffff;
  background: #616161; }
.k-task-single .k-task-complete {
    background: #3a3a3a; }
.k-task-single .k-task-template {
    padding-top: 4px;
    padding-bottom: 4px; }
.k-task-single.k-state-selected {
  border-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  background: #4dbae7; }
.k-task-single.k-state-selected .k-task-complete {
    background: #009ddc; }
.k-gantt-views li:first-child + li {
  border-radius: 0 2px 2px 0; }
.k-gantt-views li:last-child {
  border-radius: 2px 0 0 2px; }
.k-scheduler {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
.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;
    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 {
    background-color: #ffffff;
    position: -webkit-sticky;
    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: -webkit-box;
    display: flex;
    -webkit-box-flex: 100%;
            flex: 100%;
    flex-wrap: wrap; }
.k-scheduler-layout-flex .k-scheduler-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    width: 100%; }
.k-scheduler-layout-flex .k-scheduler-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    width: 100%;
    flex-wrap: wrap; }
.k-scheduler-layout-flex .k-scheduler-group .k-group-cell {
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      flex-wrap: wrap;
      overflow: auto; }
.k-scheduler-layout-flex .k-scheduler-group .k-group-content {
      padding: 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 1;
              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: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    padding: 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 {
      -webkit-box-pack: center;
              justify-content: center;
      font-weight: bold; }
.k-scheduler-layout-flex .k-scheduler-cell.k-side-cell {
      -webkit-box-pack: end;
              justify-content: flex-end;
      -webkit-box-flex: 0;
              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 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    overflow: visible; }
.k-scheduler-layout-flex .k-resource-content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-width: 0; }
.k-scheduler-layout-flex .k-sticky-cell {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 0;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: #ffffff; }
.k-gantt-views, .k-scheduler-navigation, .k-scheduler-views,
.k-scheduler-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center; }
.k-gantt-views li, .k-scheduler-navigation li, .k-scheduler-views li, .k-scheduler-footer li {
    border-width: 1px;
    border-style: solid;
    position: relative;
    z-index: 1; }
.k-gantt-views li + li, .k-scheduler-navigation li + li, .k-scheduler-views li + li, .k-scheduler-footer li + li {
    margin-left: -1px; }
.k-gantt-views .k-state-hover, .k-scheduler-navigation .k-state-hover, .k-scheduler-views .k-state-hover, .k-scheduler-footer .k-state-hover,
  .k-gantt-views .k-state-selected,
  .k-scheduler-navigation .k-state-selected,
  .k-scheduler-views .k-state-selected,
  .k-scheduler-footer .k-state-selected {
    z-index: 2; }
.k-gantt-views .k-link, .k-scheduler-navigation .k-link, .k-scheduler-views .k-link, .k-scheduler-footer .k-link {
    padding: 4px 8px;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    -webkit-box-pack: center;
            justify-content: center; }
.k-scheduler-toolbar,
.k-scheduler-footer {
  padding: 8px 8px;
  border-width: 0;
  border-style: solid;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-shrink: 0;
  position: relative;
  white-space: nowrap; }
.k-scheduler-toolbar li .k-link,
  .k-scheduler-footer li .k-link {
    padding: 4px 8px;
    line-height: 1.4285714286;
    box-sizing: border-box; }
.k-scheduler-toolbar {
  border-bottom-width: 1px; }
.k-scheduler-footer {
  border-top-width: 1px; }
.k-recurrence-editor {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
kendo-scheduler .k-recurrence-editor {
  display: block; }
.k-scheduler-navigation {
  -webkit-box-flex: 1;
          flex: 1; }
.k-scheduler-navigation .k-nav-prev .k-link,
  .k-scheduler-navigation .k-nav-next .k-link {
    padding: 4px;
    width: calc(8px + 1.4285714286em);
    height: calc(8px + 1.4285714286em); }
.k-scheduler-navigation .k-nav-current {
    border: 0;
    margin-left: 0; }
.k-scheduler-navigation .k-nav-today {
    border-radius: 2px 0 0 2px; }
.k-scheduler-navigation .k-nav-next {
    border-radius: 0 2px 2px 0; }
.k-scheduler-tools {
  margin-right: 1em; }
.k-nav-current .k-icon {
  margin-right: .4ex; }
.k-nav-current .k-sm-date-format,
.k-nav-current .k-lg-date-format {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.k-nav-current .k-sm-date-format {
  display: none; }
@media (max-width: 1024px) {
  .k-nav-current .k-sm-date-format {
    display: block; }
  .k-nav-current .k-lg-date-format {
    display: none; } }
.k-scheduler-fullday .k-icon {
  margin-right: 4px; }
.k-scheduler-views {
  margin-left: auto; }
.k-scheduler-views li:first-child {
    border-radius: 2px; }
.k-scheduler-views li:first-child + li {
    border-radius: 2px 0 0 2px; }
.k-scheduler-views li:last-child {
    border-radius: 0 2px 2px 0; }
.k-scheduler-views.k-state-expanded li {
    border-radius: 0;
    margin: 0; }
.k-scheduler-views.k-state-expanded li + li {
    margin-top: -1px; }
.k-scheduler-views.k-state-expanded li:first-child {
    border-radius: 2px 2px 0 0; }
.k-scheduler-views.k-state-expanded li:first-child + li {
    border-radius: 0; }
.k-scheduler-views.k-state-expanded li:last-child {
    border-radius: 0 0 2px 2px; }
.k-scheduler-views .k-current-view {
    display: none; }
.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) {
    .k-scheduler-views {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: stretch;
              align-items: stretch;
      position: absolute;
      right: 8px;
      top: 8px;
      z-index: 1000; }
      .k-scheduler-views li {
        display: none; }
      .k-scheduler-views .k-current-view {
        display: block; }
      .k-scheduler-views.k-state-expanded li {
        display: block; }
      .k-rtl .k-scheduler-views {
        left: 8px;
        right: auto; } }
.k-scheduler-footer li {
  border-radius: 2px; }
.k-scheduler-layout {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-flex: 1;
          flex: 1 1 auto; }
.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: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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 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;
  cursor: default;
  position: absolute;
  overflow: hidden;
  padding-right: 8px; }
kendo-scheduler .k-event::before,
  .k-event::before {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
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;
  -webkit-box-pack: center;
          justify-content: center; }
.k-more-events > .k-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -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-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-scheduler-table .k-scheduler-datecolumn {
  border-left-width: 0 !important; }
.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 {
  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: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
.k-scheduler-pane .k-scheduler-times {
  -webkit-box-flex: 0;
          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 {
  -webkit-box-flex: 1;
          flex: 1 1 auto; }
.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 {
  width: 5em; }
.k-scheduler-edit-form .k-widget.k-recur-until {
  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-nav-current .k-icon {
  margin-right: 0;
  margin-left: .4ex; }
.k-rtl .k-scheduler-fullday .k-icon {
  margin-right: 0;
  margin-left: 4px; }
.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-w::before, .k-rtl .k-scheduler .k-i-sarrow-w::before, .k-rtl .k-scheduler .k-i-expand-w::before,
.k-rtl .k-scheduler .k-i-arrow-60-right,
.k-rtl .k-scheduler .k-i-arrow-e::before,
.k-rtl .k-scheduler .k-i-sarrow-e::before,
.k-rtl .k-scheduler .k-i-expand::before,
.k-rtl .k-scheduler .k-i-expand-e::before,
.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-w::before, .k-rtl.k-scheduler .k-i-sarrow-w::before, .k-rtl.k-scheduler .k-i-expand-w::before,
.k-rtl.k-scheduler .k-i-arrow-60-right,
.k-rtl.k-scheduler .k-i-arrow-e::before,
.k-rtl.k-scheduler .k-i-sarrow-e::before,
.k-rtl.k-scheduler .k-i-expand::before,
.k-rtl.k-scheduler .k-i-expand-e::before,
.k-rtl.k-scheduler .k-current-time-arrow-right {
  -webkit-transform: scaleX(-1);
          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-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table .k-scheduler-datecolumn, .k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table .k-scheduler-datecolumn {
  border-right-width: 0 !important; }
.k-scheduler {
  background-clip: padding-box; }
.k-scheduler .k-ie11 {
    background-clip: border-box; }
.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,
.k-scheduler-footer {
  background-clip: padding-box; }
.k-scheduler-toolbar .k-ie11,
  .k-scheduler-footer .k-ie11 {
    background-clip: border-box; }
.k-scheduler-header {
  background-color: #f6f6f6; }
.k-scheduler-header-wrap {
  background-color: #ffffff; }
.k-scheduler-navigation li {
  background-clip: padding-box; }
.k-scheduler-navigation li .k-ie11 {
    background-clip: border-box; }
.k-scheduler-views.k-state-expanded {
  background-color: #f6f6f6; }
.k-scheduler-views li {
  background-clip: padding-box; }
.k-scheduler-views li .k-ie11 {
    background-clip: border-box; }
.k-scheduler-views li.k-state-selected {
    border-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background-color: #009ddc;
    background-image: none; }
.k-scheduler-footer li {
  background-clip: padding-box; }
.k-scheduler-footer li .k-ie11 {
    background-clip: border-box; }
.k-nonwork-hour {
  background-color: #f9f9f9; }
.k-scheduler-layout td.k-state-selected,
.k-scheduler-layout .k-scheduler-cell.k-state-selected {
  background-color: rgba(0, 157, 220, 0.25); }
kendo-scheduler .k-event,
.k-event {
  background-color: #009ddc;
  color: #ffffff; }
kendo-scheduler .k-event::before,
  .k-event::before {
    display: block;
    left: 3px;
    opacity: .35;
    background-color: #ffffff; }
.k-rtl kendo-scheduler .k-event::before, .k-rtl
    .k-event::before {
      left: 0;
      right: 3px; }
kendo-scheduler .k-event.k-state-selected::before,
  .k-event.k-state-selected::before {
    display: none; }
kendo-scheduler .k-event.k-event-inverse,
  .k-event.k-event-inverse {
    color: #3a3a3a; }
.k-scheduler-marquee::before,
.k-scheduler-marquee::after {
  border-color: #009ddc; }
.k-scheduler-edit-dialog .k-dialog-buttongroup {
  border-color: rgba(0, 0, 0, 0.08); }
.k-mediaplayer {
  position: relative; }
.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 {
  padding: 8px 8px;
  border-width: 0;
  width: 100% !important;
  box-shadow: none; }
.k-mediaplayer-toolbar > * {
    margin: 0;
    -webkit-box-align: center;
            align-items: center;
    align-content: center; }
.k-mediaplayer-toolbar > * + * {
    margin-left: 8px; }
.k-mediaplayer-toolbar .k-toolbar-spacer {
    margin-top: 0;
    margin-bottom: 0;
    border-width: 0;
    -webkit-box-flex: 1;
            flex: 1; }
.k-mediaplayer-toolbar .k-align-right > * + * {
    margin-left: 8px; }
.k-mediaplayer-time-wrap {
  -webkit-box-flex: 1;
          flex: 1; }
.k-mediaplayer-volume-wrap {
  padding: 0 7px;
  -webkit-box-align: center;
          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: #3a3a3a;
  background-color: #ffffff; }
.k-mediaplayer-titlebar {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 58, 58, 0.7)), to(rgba(58, 58, 58, 0)));
  background-image: linear-gradient(rgba(58, 58, 58, 0.7), rgba(58, 58, 58, 0));
  text-shadow: 0 0 2px rgba(58, 58, 58, 0.5); }
.k-mediaplayer-toolbar {
  color: #3a3a3a;
  background-color: rgba(246, 246, 246, 0.85); }
.k-notification-group {
  position: fixed;
  display: -webkit-inline-box;
  display: inline-flex;
  flex-wrap: wrap;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse; }
.k-notification-container {
  margin: 2px 0;
  display: -webkit-inline-box;
  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;
  font-size: 12px;
  line-height: 1.4285714286em;
  cursor: default;
  position: relative; }
.k-notification-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap; }
.k-notification-wrap > .k-icon {
    margin-right: 4px;
    -webkit-box-flex: 0;
            flex: 0 0 auto; }
.k-notification-wrap > .k-i-close, .k-notification-wrap > .k-i-group-delete::before {
    margin-right: 0;
    margin-left: 4px;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    cursor: pointer; }
.k-notification-wrap > .k-notification-content {
    -webkit-box-flex: 1;
            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, .k-rtl .k-notification .k-notification-wrap > .k-i-group-delete::before,
[dir="rtl"] .k-notification .k-notification-wrap > .k-i-close,
[dir="rtl"] .k-notification .k-notification-wrap > .k-i-group-delete::before {
  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-wrap > .k-i-close, .k-notification-wrap > .k-i-group-delete::before {
  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-info {
  border-color: #7fa8ea;
  color: #ffffff;
  background-color: #7fa8ea; }
.k-notification-success {
  border-color: #a6e38c;
  color: #000000;
  background-color: #a6e38c; }
.k-notification-warning {
  border-color: #ffd862;
  color: #000000;
  background-color: #ffd862; }
.k-notification-error {
  border-color: #fe5a63;
  color: #ffffff;
  background-color: #fe5a63; }
.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 {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0); }
.k-rpanel-left {
  -webkit-transform: translateX(-100%) translateZ(0);
          transform: translateX(-100%) translateZ(0);
  left: 0; }
.k-rpanel-right {
  -webkit-transform: translateX(100%) translateZ(0);
          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-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;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none; }
.k-checkbox::before {
  content: "\e118";
  width: 12px;
  height: 12px;
  font-size: 12px;
  font-family: "WebComponentsIcons", monospace;
  -webkit-transform: scale(0) translate(-50%, -50%);
          transform: scale(0) translate(-50%, -50%);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%; }
.k-checkbox:hover {
  cursor: pointer; }
.k-checkbox:checked::before {
  border-radius: 2px;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%); }
.k-checkbox:indeterminate::before,
.k-checkbox.k-state-indeterminate::before {
  content: "";
  background-color: currentColor;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  width: 8px;
  height: 8px; }
.k-checkbox:disabled,
.k-checkbox:disabled + .k-checkbox-label {
  outline: none;
  cursor: default;
  opacity: 0.6;
  -webkit-filter: grayscale(0.1);
          filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
  cursor: default; }
.k-checkbox-label {
  margin: 0;
  padding: 0;
  line-height: 17px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: start;
          align-items: flex-start;
  vertical-align: middle;
  position: relative;
  cursor: pointer; }
.k-checkbox-label:empty {
    display: none; }
.k-checkbox-label.k-no-text {
    min-width: 1px; }
.k-checkbox-label .k-ripple {
    top: 8px;
    left: 8px;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
            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 {
  margin-left: 4px; }
.k-checkbox-label > .k-checkbox {
  margin-right: 4px; }
.k-rtl .k-checkbox + .k-checkbox-label,
[dir="rtl"] .k-checkbox + .k-checkbox-label {
  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-checkbox::-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-checkbox::-ms-check {
    border-width: 1px; } }
.k-checkbox {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff; }
.k-checkbox:hover {
  border-color: rgba(0, 0, 0, 0.15);
  color: #009ddc;
  background-color: #ffffff; }
.k-checkbox:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06); }
.k-checkbox:indeterminate,
.k-checkbox.k-state-indeterminate {
  border-color: rgba(0, 0, 0, 0.08);
  color: #009ddc;
  background-color: #ffffff; }
.k-checkbox:checked {
  border-color: #009ddc;
  color: #ffffff;
  background-color: #009ddc; }
.k-checkbox:checked:focus {
  border-color: #009ddc;
  box-shadow: 0 0 0 2px rgba(0, 157, 220, 0.3); }
.k-checkbox.k-invalid,
.k-checkbox.k-state-invalid {
  border-color: #009ddc; }
.k-radio {
  border-radius: 50%;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none; }
.k-radio::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
  -webkit-transform: scale(0) translate(-50%, -50%);
          transform: scale(0) translate(-50%, -50%);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%; }
.k-radio:hover {
  cursor: pointer; }
.k-radio:checked::before {
  border-radius: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%); }
.k-radio:disabled,
.k-radio:disabled + .k-radio-label {
  outline: none;
  cursor: default;
  opacity: 0.6;
  -webkit-filter: grayscale(0.1);
          filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
  cursor: default; }
.k-radio-label {
  margin: 0;
  padding: 0;
  line-height: 17px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: start;
          align-items: flex-start;
  vertical-align: middle;
  position: relative;
  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;
    -webkit-transform: translate(-50%, -50%);
            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 {
  margin-left: 4px; }
.k-radio-label > .k-radio {
  margin-right: 4px; }
.k-rtl .k-radio + .k-radio-label,
[dir="rtl"] .k-radio + .k-radio-label {
  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-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: #3a3a3a;
  background-color: #ffffff; }
.k-radio:hover {
  border-color: rgba(0, 0, 0, 0.15);
  color: #009ddc;
  background-color: #ffffff; }
.k-radio:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06); }
.k-radio:checked {
  border-color: #009ddc;
  color: #ffffff;
  background-color: #009ddc; }
.k-radio:checked:focus {
  border-color: #009ddc;
  box-shadow: 0 0 0 2px rgba(0, 157, 220, 0.3); }
.k-avatar {
  margin: 0 8px 0 0;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
.k-avatar-circle {
  border-radius: 50%; }
.k-avatar-circle.k-avatar-image > * {
    border-radius: 50%; }
.k-avatar-rounded {
  border-radius: 5px; }
.k-avatar-rounded.k-avatar-image > * {
    border-radius: 5px; }
.k-avatar-image > * {
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
.k-avatar[dir="rtl"],
.k-rtl .k-avatar {
  margin: 0 0 0 8px; }
.k-avatar-icon,
.k-avatar-initials {
  color: #ffffff;
  background-color: #009ddc; }
.k-panelbar {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  line-height: 1.4285714286;
  list-style: none; }
.k-panelbar > .k-item {
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: block; }
.k-panelbar > .k-item > .k-link {
      padding: 8px 8px;
      color: inherit;
      background: none;
      text-decoration: none;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      align-content: center;
      position: relative;
      -webkit-user-select: none;
          -ms-user-select: none;
              -moz-user-select: none;
           user-select: none;
      cursor: default;
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
.k-panelbar > .k-item + .k-item {
    border-top-width: 1px; }
.k-panelbar .k-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 {
    display: block; }
.k-panelbar .k-group > .k-item > .k-link {
      padding: 4px 8px;
      color: inherit;
      text-decoration: none;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      align-content: center;
      position: relative;
      -webkit-user-select: none;
          -ms-user-select: none;
              -moz-user-select: none;
           user-select: none;
      cursor: default;
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
.k-panelbar .k-panelbar-expand,
  .k-panelbar .k-panelbar-collapse {
    margin-top: -.5em;
    position: absolute;
    top: 50%;
    right: 8px; }
.k-panelbar .k-link > .k-image,
  .k-panelbar .k-link > .k-sprite {
    margin-right: 4px; }
.k-panelbar[dir="rtl"] .k-panelbar-expand,
  .k-panelbar[dir="rtl"] .k-panelbar-collapse,
  .k-rtl .k-panelbar .k-panelbar-expand,
  .k-rtl .k-panelbar .k-panelbar-collapse {
    right: auto;
    left: 8px; }
.k-panelbar[dir="rtl"] .k-link > .k-image,
  .k-panelbar[dir="rtl"] .k-link > .k-sprite,
  .k-rtl .k-panelbar .k-link > .k-image,
  .k-rtl .k-panelbar .k-link > .k-sprite {
    margin-left: 4px;
    margin-right: 0; }
.k-panelbar {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6;
  background-clip: padding-box; }
.k-panelbar .k-ie11 {
    background-clip: border-box; }
.k-panelbar > .k-item {
    background-clip: padding-box; }
.k-panelbar > .k-item .k-ie11 {
      background-clip: border-box; }
.k-panelbar > .k-item > .k-link {
      color: #009ddc;
      background-color: #ffffff; }
.k-panelbar > .k-item > .k-link .k-icon {
        color: #3a3a3a; }
.k-panelbar > .k-item.k-state-active > .k-link,
    .k-panelbar > .k-item.k-state-expanded > .k-link {
      color: inherit;
      background-color: transparent;
      font-weight: 500; }
.k-panelbar > .k-item > .k-link:hover,
    .k-panelbar > .k-item > .k-link.k-state-hover {
      color: #0084b9;
      background-color: #ebebeb; }
.k-panelbar > .k-item > .k-link.k-state-selected {
      color: #ffffff;
      background-color: #009ddc; }
.k-panelbar > .k-item > .k-link.k-state-selected .k-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 {
        background-color: #0090ca; }
.k-panelbar > .k-item > .k-link.k-state-focused {
      box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-panelbar .k-group > .k-item > .k-link:hover,
  .k-panelbar .k-group > .k-item > .k-link.k-state-hover {
    background-color: #e2e2e2; }
.k-panelbar .k-group > .k-item > .k-link.k-state-selected {
    color: #ffffff;
    background-color: #009ddc; }
.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 {
      background-color: #0090ca; }
.k-panelbar .k-group > .k-item > .k-link.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.k-drawer-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-align: start;
          align-items: flex-start; }
kendo-drawer.k-drawer,
kendo-drawer .k-drawer-wrapper {
  -webkit-transition: none;
  transition: none; }
.k-drawer {
  height: 100%;
  border-width: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden; }
.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 {
  -webkit-box-flex: 1;
          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: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          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 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
.k-drawer-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  -webkit-transition: all 300ms ease-in-out;
  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: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch; }
.k-drawer-item {
  padding: 8px 8px;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer; }
.k-drawer-item > .k-drawer-link {
    margin: -8px -8px;
    padding: 8px 8px;
    color: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
            flex: 1 0 auto; }
.k-drawer-item .k-icon {
    margin: 0 8px;
    font-size: 18px;
    flex-shrink: 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: 50px; }
.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 {
  -webkit-box-ordinal-group: 2;
          order: 1; }
.k-rtl .k-drawer-right.k-drawer-push .k-drawer,
[dir="rtl"] .k-drawer-right.k-drawer-push .k-drawer {
  -webkit-box-ordinal-group: 1;
          order: 0; }
.k-drawer {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6; }
.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: #1d1d1c;
  background-color: #ededed; }
.k-drawer-item:focus, .k-drawer-item.k-state-focused {
  background-color: #f6f6f6;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13); }
.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: #1d1d1c;
    background-color: #ededed; }
.k-drawer-item.k-state-selected {
  color: #ffffff;
  background-color: #009ddc; }
.k-drawer-item.k-state-selected:hover, .k-drawer-item.k-state-selected.k-state-hover {
    color: #ffffff;
    background-color: #0090ca; }
.k-drawer-separator {
  background-color: rgba(0, 0, 0, 0.08); }
.k-progressbar {
  border-radius: 2px;
  border-width: 0;
  font-size: 12px;
  line-height: 22px;
  display: inline-grid;
  vertical-align: middle;
  position: relative;
  overflow: hidden; }
.k-progressbar > .k-state-selected {
    border-width: 0;
    border-style: solid;
    display: -webkit-box;
    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: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
            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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-shrink: 0;
  grid-column: 1 / -1;
  grid-row: 1 / -1; }
.k-progress-status-wrap.k-progress-start {
    -webkit-box-pack: start;
            justify-content: flex-start; }
.k-progress-status-wrap.k-progress-center {
    -webkit-box-pack: center;
            justify-content: center; }
.k-progress-status-wrap.k-progress-end {
    -webkit-box-pack: end;
            justify-content: flex-end; }
.k-progress-status {
  padding: 0 0.5em;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  -webkit-padding-start: 0.5em;
          padding-inline-start: 0.5em;
  -webkit-padding-end: 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: 22px; }
.k-progressbar-horizontal .k-progress-status-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
.k-progressbar-horizontal > .k-state-selected {
    width: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
.k-progressbar-horizontal > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    justify-self: flex-end; }
.k-progressbar-vertical {
  width: 22px;
  height: 27em;
  grid-template-columns: 22px;
  grid-template-rows: 1fr; }
.k-progressbar-vertical .k-progress-status-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse; }
.k-progressbar-vertical .k-progress-status {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr; }
.k-progressbar-vertical > .k-state-selected {
    height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    align-self: flex-end; }
.k-progressbar-vertical > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      align-self: flex-start; }
.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-state-selected {
  display: none; }
.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; }
@-webkit-keyframes progressbar-indeterminate-animation {
  from {
    background-position: 0 0; }
  to {
    background-position: 22px 0; } }
@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: #3a3a3a;
  background-color: #f6f6f6; }
.k-progressbar .k-state-selected {
    border-color: #008ec8;
    color: #ffffff;
    background-color: #009ddc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 106, 220, 0)), to(rgba(0, 106, 220, 0.2)));
    background-image: linear-gradient(rgba(0, 106, 220, 0), rgba(0, 106, 220, 0.2)); }
.k-progressbar .k-item {
    border-color: #ffffff; }
.k-progressbar-indeterminate {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #f6f6f6;
  background-image: linear-gradient(45deg, #e2e2e2 25%, transparent 25%, transparent 50%, #e2e2e2 50%, #e2e2e2 75%, transparent 75%, transparent);
  background-size: 22px 22px;
  -webkit-animation: progressbar-indeterminate-animation 1s linear infinite;
          animation: progressbar-indeterminate-animation 1s linear infinite; }
.k-typography {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400; }
.k-typography p {
    margin: 0 0 14px; }
.k-h1 {
  font-family: inherit;
  font-size: 28px;
  line-height: normal;
  font-weight: 300;
  margin: 0 0 14px; }
.k-h2 {
  font-family: inherit;
  font-size: 19px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 14px; }
.k-h3 {
  font-family: inherit;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 14px; }
.k-h4 {
  font-family: inherit;
  font-size: 12px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 14px; }
.k-h5 {
  font-family: inherit;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 14px; }
.k-h6 {
  font-family: inherit;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 14px; }
.k-display-1 {
  font-family: inherit;
  font-size: 84px;
  line-height: 1.2;
  font-weight: 300; }
.k-display-2 {
  font-family: inherit;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 300; }
.k-display-3 {
  font-family: inherit;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 300; }
.k-display-4 {
  font-family: inherit;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 300; }
.k-block,
.k-panel {
  border-radius: 2px;
  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;
    margin: -4px -8px 4px;
    padding: 8px 8px; }
.k-text-primary {
  color: #009ddc !important; }
.k-text-info {
  color: #7fa8ea !important; }
.k-text-success {
  color: #a6e38c !important; }
.k-text-warning {
  color: #ffd862 !important; }
.k-text-error {
  color: #fe5a63 !important; }
.k-bg-primary {
  background-color: #009ddc !important; }
.k-bg-info {
  background-color: #7fa8ea !important; }
.k-bg-success {
  background-color: #a6e38c !important; }
.k-bg-warning {
  background-color: #ffd862 !important; }
.k-bg-error {
  background-color: #fe5a63 !important; }
.k-state-primary, .k-card.k-card-primary, .k-card.k-state-primary {
  background-color: #ccebf8;
  color: #005272;
  border-color: #b8e4f5; }
.k-state-info, .k-card.k-card-info, .k-card.k-state-info {
  background-color: #e5eefb;
  color: #42577a;
  border-color: #dbe7f9; }
.k-state-success, .k-card.k-card-success, .k-card.k-state-success {
  background-color: #edf9e8;
  color: #567649;
  border-color: #e6f7df; }
.k-state-warning, .k-card.k-card-warning, .k-card.k-state-warning {
  background-color: #fff7e0;
  color: #857033;
  border-color: #fff4d3; }
.k-state-error, .k-card.k-card-error, .k-card.k-state-error {
  background-color: #ffdee0;
  color: #842f33;
  border-color: #ffd1d3; }
.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-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04); }
.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-badge {
  border-radius: 2px;
  margin: 0 0 0 0.5em;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  font-size: 75%;
  line-height: 1;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.k-rtl .k-badge, .k-badge[dir="rtl"],
  [dir="rtl"] .k-badge {
    margin: 0 0.5em 0 0; }
.k-badge > * {
  color: inherit; }
.k-badge.k-badge-pill {
  min-width: calc(1em + 10px);
  min-height: calc(1em + 10px);
  border-radius: 5rem; }
.k-badge.k-badge-pill:empty {
  min-width: auto;
  min-height: auto; }
a.k-badge,
.k-badge > a {
  text-decoration: none; }
a.k-badge:hover,
.k-badge > a:hover {
  text-decoration: underline; }
.k-badge-overlay {
  position: relative;
  overflow: visible; }
.k-badge-overlay .k-badge {
  margin: 0;
  position: absolute;
  top: calc((1em + 10px)/2);
  right: calc((1em + 10px)/2);
  z-index: 9999;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%); }
.k-badge-overlay .k-badge:empty {
    top: 5px;
    right: 5px; }
.k-rtl .k-badge-overlay .k-badge, .k-badge-overlay .k-badge[dir="rtl"],
  [dir="rtl"] .k-badge-overlay .k-badge {
    right: auto;
    left: calc((1em + 10px)/2);
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%); }
.k-rtl .k-badge-overlay .k-badge:empty, .k-badge-overlay .k-badge[dir="rtl"]:empty,
    [dir="rtl"] .k-badge-overlay .k-badge:empty {
      left: 5px; }
.k-badge.k-badge-secondary {
  border-color: #ececec;
  color: #3a3a3a;
  background-color: #ececec; }
.k-badge.k-badge-primary {
  border-color: #009ddc;
  color: #ffffff;
  background-color: #009ddc; }
.k-badge.k-badge-info {
  border-color: #7fa8ea;
  color: #ffffff;
  background-color: #7fa8ea; }
.k-badge.k-badge-success {
  border-color: #a6e38c;
  color: #000000;
  background-color: #a6e38c; }
.k-badge.k-badge-warning {
  border-color: #ffd862;
  color: #000000;
  background-color: #ffd862; }
.k-badge.k-badge-error {
  border-color: #fe5a63;
  color: #ffffff;
  background-color: #fe5a63; }
.k-badge-outline.k-badge-secondary {
  border-color: currentColor;
  color: #3a3a3a;
  background-color: #ffffff; }
.k-badge-outline.k-badge-primary {
  border-color: currentColor;
  color: #009ddc;
  background-color: #ffffff; }
.k-badge-outline.k-badge-info {
  border-color: currentColor;
  color: #7fa8ea;
  background-color: #ffffff; }
.k-badge-outline.k-badge-success {
  border-color: currentColor;
  color: #a6e38c;
  background-color: #ffffff; }
.k-badge-outline.k-badge-warning {
  border-color: currentColor;
  color: #ffd862;
  background-color: #ffffff; }
.k-badge-outline.k-badge-error {
  border-color: currentColor;
  color: #fe5a63;
  background-color: #ffffff; }
.k-card > .k-card-header:first-child, .k-card > .k-card-footer:first-child, .k-card > .k-card-body:first-child, .k-card > .k-card-image:first-child,
.k-card > .k-card-media:first-child, .k-card > .k-card-actions:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
.k-card > .k-card-header:last-child, .k-card > .k-card-footer:last-child, .k-card > .k-card-body:last-child, .k-card > .k-card-image:last-child,
.k-card > .k-card-media:last-child, .k-card > .k-card-actions:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
.k-card-horizontal > .k-card-image:first-child,
.k-card-horizontal > .k-card-media:first-child {
  border-radius: 4px 0 0 4px; }
.k-card-horizontal.k-rtl > .k-card-image:first-child,
.k-card-horizontal.k-rtl > .k-card-media:first-child,
.k-rtl .k-card-horizontal > .k-card-image:first-child,
.k-rtl .k-card-horizontal > .k-card-media:first-child,
[dir="rtl"] .k-card-horizontal > .k-card-image:first-child,
[dir="rtl"] .k-card-horizontal > .k-card-media:first-child {
  border-radius: 0 4px 4px 0; }
.k-card-horizontal > .k-card-image:last-child,
.k-card-horizontal > .k-card-media:last-child, .k-card-horizontal > .k-card-actions:last-child {
  border-radius: 0 4px 4px 0; }
.k-card-horizontal.k-rtl > .k-card-image:last-child,
.k-card-horizontal.k-rtl > .k-card-media:last-child, .k-card-horizontal.k-rtl > .k-card-actions:last-child,
.k-rtl .k-card-horizontal > .k-card-image:last-child,
.k-rtl .k-card-horizontal > .k-card-media:last-child,
.k-rtl .k-card-horizontal > .k-card-actions:last-child,
[dir="rtl"] .k-card-horizontal > .k-card-image:last-child,
[dir="rtl"] .k-card-horizontal > .k-card-media:last-child,
[dir="rtl"] .k-card-horizontal > .k-card-actions:last-child {
  border-radius: 4px 0 0 4px; }
.k-card {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative; }
.k-card .k-card-callout {
    position: absolute;
    width: 20px;
    height: 20px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0; }
.k-card .k-card-callout.k-callout-n {
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
.k-card .k-card-callout.k-callout-e {
      top: 50%;
      left: auto;
      right: 0;
      -webkit-transform: translate(50%, -50%) rotate(135deg) scaleX(-1);
              transform: translate(50%, -50%) rotate(135deg) scaleX(-1); }
.k-card .k-card-callout.k-callout-s {
      top: auto;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 50%) rotate(135deg);
              transform: translate(-50%, 50%) rotate(135deg); }
.k-card .k-card-callout.k-callout-w {
      top: 50%;
      left: 0;
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
              transform: translate(-50%, -50%) rotate(-135deg); }
.k-card.k-card-flat {
  box-shadow: none; }
.k-card-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
.k-card-header {
  padding: 12px 16px;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }
.k-card-header > h1,
  .k-card-header > h2,
  .k-card-header > h3,
  .k-card-header > h4,
  .k-card-header > h5,
  .k-card-header > h6 {
    margin: 0; }
.k-card-header .k-card-title + .k-card-subtitle {
    margin-top: 8px; }
.k-card-header.k-hbox, .k-card-header.k-columnset, .k-card-header.k-vbox, .k-card-header.k-rowset {
    display: -webkit-box;
    display: flex; }
.k-card-footer {
  padding: 12px 16px;
  border-width: 1px 0 0;
  border-style: solid;
  display: block; }
.k-card-footer.k-hbox, .k-card-footer.k-columnset, .k-card-footer.k-vbox, .k-card-footer.k-rowset {
    display: -webkit-box;
    display: flex; }
.k-card-body {
  padding: 12px 16px;
  display: block;
  -webkit-box-flex: 1;
          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-hbox, .k-card-body.k-columnset, .k-card-body.k-vbox, .k-card-body.k-rowset {
    display: -webkit-box;
    display: flex; }
.k-card-image,
.k-card-media {
  border: 0;
  max-width: 100%;
  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 {
    flex-shrink: 0;
    max-width: 100px;
    -o-object-fit: cover;
       object-fit: cover; }
.k-card-title {
  font-family: inherit;
  font-size: 19px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 14px; }
.k-card-subtitle {
  font-family: inherit;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 14px; }
.k-card-title + .k-card-subtitle {
  margin-top: -10.5px; }
.k-card-separator {
  margin: 0;
  border-width: 1px 0 0;
  border-style: solid;
  display: block;
  -webkit-box-flex: 0;
          flex: 0 0 auto; }
.k-card-separator.k-separator-vertical {
    width: 0;
    border-width: 0 0 0 1px; }
.k-card > .k-hr {
  margin: 0;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  border-color: inherit; }
.k-card-actions {
  padding: 8px 16px;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-basis: auto; }
.k-card > .k-card-actions {
    border-top-width: 1px;
    border-color: inherit; }
.k-card-horizontal .k-card-actions,
  .k-card-vertical .k-card-actions {
    border: 0; }
.k-card-actions .k-button {
    max-width: 100%;
    white-space: normal; }
.k-card-actions > .k-button.k-flat:first-child {
    margin-left: -8px; }
.k-card-actions.k-card-actions-start {
    -webkit-box-pack: start;
            justify-content: flex-start; }
.k-card-actions.k-card-actions-end {
    -webkit-box-pack: end;
            justify-content: flex-end; }
.k-card-actions.k-card-actions-center {
    -webkit-box-pack: center;
            justify-content: center; }
.k-card-action {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-flex: 1;
          flex: 1 1 auto; }
.k-card-action > .k-button {
    border-radius: 0;
    padding: 12px 16px;
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
.k-card-actions-vertical {
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
.k-card-actions-vertical .k-button {
    padding: 12px 16px; }
.k-card-actions-vertical .k-button.k-flat:first-child {
      margin-left: 0; }
.k-card-actions-vertical .k-card-action + .k-card-action {
    border-top-width: 1px; }
.k-card-horizontal .k-card-actions-vertical {
    border-top-width: 0;
    border-left-width: 1px; }
.k-card-vertical .k-card-actions-vertical.k-card-actions-start {
    -webkit-box-align: start;
            align-items: flex-start; }
.k-card-vertical .k-card-actions-vertical.k-card-actions-end {
    -webkit-box-align: end;
            align-items: flex-end; }
.k-card-vertical .k-card-actions-vertical.k-card-actions-center {
    -webkit-box-align: center;
            align-items: center; }
.k-card-vertical .k-card-actions-vertical.k-card-actions-start, .k-card-vertical .k-card-actions-vertical.k-card-actions-end, .k-card-vertical .k-card-actions-vertical.k-card-actions-center {
    padding: 8px 16px; }
.k-card-vertical .k-card-actions-vertical.k-card-actions-start .k-button, .k-card-vertical .k-card-actions-vertical.k-card-actions-end .k-button, .k-card-vertical .k-card-actions-vertical.k-card-actions-center .k-button {
      padding: 4px 8px; }
.k-card-actions-stretched {
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
.k-card-actions-stretched .k-button {
    padding: 12px 16px;
    -webkit-box-flex: 1;
            flex-grow: 1; }
.k-card-actions-stretched .k-button.k-flat:first-child {
      margin-left: 0; }
.k-card-actions-stretched .k-card-action + .k-card-action {
    border-left-width: 1px; }
.k-card-actions-stretched.k-card-actions-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
.k-card-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
          flex: 0 0 auto; }
.k-card-list .k-card {
    -webkit-box-flex: 0;
            flex: 0 0 auto; }
.k-card-list .k-card + .k-card {
    margin-top: 16px; }
.k-card-deck {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
          flex: 0 0 auto; }
.k-card-deck .k-card {
    -webkit-box-flex: 0;
            flex: 0 0 auto; }
.k-card-deck .k-card + .k-card {
    margin-left: 16px; }
.k-card-deck-scrollwrap {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
          align-items: center; }
.k-card-deck-scrollwrap > .k-button {
    border-radius: 0;
    -webkit-box-flex: 0;
            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 {
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
.k-card-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
          flex: 0 0 auto; }
.k-card-group .k-card {
    border-radius: 0;
    -webkit-box-flex: 0;
            flex: 0 0 auto; }
.k-card-group .k-card > .k-card-header {
      border-radius: 0; }
.k-card-group .k-card + .k-card {
    margin-left: -1px; }
.k-card-group .k-card.k-first {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
.k-card-group .k-card.k-first > .k-card-header {
      border-top-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-last > .k-card-header {
      border-top-right-radius: 4px; }
.k-card-group .k-card.k-only {
    border-radius: 4px; }
.k-card-group .k-card.k-only > .k-card-header {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
.k-rtl .k-card-deck .k-card + .k-card,
[dir="rtl"] .k-card-deck .k-card + .k-card {
  margin-left: 0;
  margin-right: 16px; }
.k-ie11 .k-card-body {
  -webkit-box-flex: 1;
          flex: 1 1 auto; }
.k-card {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: #ffffff; }
.k-card .k-card-callout {
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #ffffff; }
.k-card-header {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a; }
.k-card-footer {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a; }
.k-card-separator {
  border-color: rgba(0, 0, 0, 0.08); }
.k-card-actions {
  border-color: rgba(0, 0, 0, 0.08); }
.k-card-subtitle {
  color: #a6a6a6; }
.k-state-primary .k-card-subtitle, .k-card.k-card-primary .k-card-subtitle,
  .k-state-info .k-card-subtitle,
  .k-card.k-card-info .k-card-subtitle,
  .k-state-success .k-card-subtitle,
  .k-card.k-card-success .k-card-subtitle,
  .k-state-warning .k-card-subtitle,
  .k-card.k-card-warning .k-card-subtitle,
  .k-state-error .k-card-subtitle,
  .k-card.k-card-error .k-card-subtitle {
    color: inherit; }
.k-card-wrap.k-state-focused > .k-card, .k-card-wrap.k-state-selected > .k-card {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); }
.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: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  overflow: hidden; }
.k-listgroup > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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 12px;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  position: relative; }
.k-listgroup-item > .k-link {
    margin: -8px -12px;
    padding: 8px 12px;
    color: inherit;
    text-decoration: none;
    outline: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    position: relative; }
.k-listgroup-item > .k-link > .k-select {
      padding: 8px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
.k-listgroup-item-segmented {
  -webkit-box-align: stretch;
          align-items: stretch; }
.k-listgroup-item-segmented > .k-link {
    margin-right: 0; }
.k-listgroup-item-segmented > .k-select {
    margin: -8px -12px -8px 0;
    padding: 8px;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: inherit;
    cursor: pointer; }
.k-listgroup-form-row {
  margin: -8px -12px;
  padding: 8px 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
          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: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            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"] {
      width: 100%;
      box-sizing: border-box;
      -webkit-box-flex: 1;
              flex: 1 1 100%; }
.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 {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
[dir="rtl"] .k-listgroup-item-segmented > .k-link {
  margin-right: -12px;
  margin-left: 0; }
[dir="rtl"] .k-listgroup-item-segmented > .k-select {
  margin-right: 0;
  margin-left: -12px;
  border-right-width: 1px;
  border-left-width: 0; }
[dir="rtl"] .k-listgroup-item-segmented > .k-select .k-icon {
    -webkit-transform: scaleX(-1);
            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: #3a3a3a;
  background-color: #ffffff; }
.k-timeline {
  background-color: transparent; }
.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: -webkit-box;
    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;
  background-clip: padding-box; }
.k-timeline-vertical {
  padding-left: 127px; }
.k-timeline-vertical.k-timeline-dates-hidden {
    padding-left: 77px; }
.k-timeline-vertical::after {
    height: 100%;
    width: 6px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 4px; }
.k-timeline-vertical .k-timeline-flag-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
.k-timeline-vertical .k-timeline-flag-wrap:first-child {
      padding-top: 40px; }
.k-timeline-vertical .k-timeline-flag {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.k-timeline-vertical .k-timeline-date-wrap {
    position: absolute;
    padding-right: 16px;
    margin-top: 36px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    text-align: right; }
.k-timeline-vertical .k-timeline-event {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            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: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                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;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      transition: -webkit-transform .2s ease-in-out;
      -webkit-transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-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 {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
.k-timeline-vertical .k-timeline-circle {
    margin-top: 36px;
    -webkit-transform: translate(-50%, -50%);
            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 {
      -webkit-box-pack: center;
              justify-content: center; }
.k-timeline-vertical.k-timeline-alternating .k-timeline-flag {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
.k-timeline-vertical.k-timeline-alternating .k-timeline-event {
      -webkit-box-pack: justify;
              justify-content: space-between; }
.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: 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;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
.k-timeline-vertical.k-timeline-alternating .k-timeline-circle {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-right: 0; }
.k-timeline-horizontal .k-timeline-track-item {
  -webkit-box-flex: 1;
          flex: 1 0 20%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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: 15px;
    left: 28px;
    right: 28px;
    -webkit-transform: translateY(-50%);
            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: -webkit-transform 1s ease-in-out;
      -webkit-transition: -webkit-transform 1s ease-in-out;
      transition: transform 1s ease-in-out;
      transition: transform 1s ease-in-out, -webkit-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;
      -webkit-transform: translate(-50%, 50%) rotate(45deg);
              transform: translate(-50%, 50%) rotate(45deg); }
.k-timeline-horizontal .k-timeline-scrollable-wrap {
  display: -webkit-box;
  display: flex; }
.k-timeline-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  z-index: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: 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-mobile.k-timeline-vertical .k-card-actions > .k-button.k-flat:first-child {
      margin-left: 0; }
.k-timeline .k-timeline-flag {
  color: #ffffff;
  background-color: #009ddc; }
.k-timeline .k-timeline-circle {
  background-color: #009ddc; }
.k-timeline .k-timeline-card .k-card-header {
  background-color: #ffffff;
  color: #3a3a3a; }
.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.15); }
.k-timeline .k-timeline-date {
  color: #3a3a3a; }
.k-timeline .k-timeline-arrow.k-button:not(.k-flat):not(.k-bare):not(.k-outline):not(.k-overflow-button).k-state-disabled {
  opacity: 1;
  color: #7f7f7f;
  background-color: #f9f9f9;
  border-color: #f3f3f3; }
.k-timeline-vertical::after,
.k-timeline-horizontal .k-timeline-track-wrap::after {
  background-color: #f6f6f6;
  border-color: rgba(0, 0, 0, 0.08); }
.k-timeline-horizontal .k-timeline-flag::after {
  background-color: #009ddc; }
.k-chip-list {
  display: -webkit-inline-box;
  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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: 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;
  -webkit-transition: width .2s, opacity .2s;
  transition: width .2s, opacity .2s; }
.k-selection-multiple :not(.k-chip-has-icon).k-chip-selected .k-selected-icon-wrapper {
  opacity: 1; }
.k-chip {
  padding: 4px 0;
  height: 24px;
  border-radius: 12px;
  position: relative;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          -moz-user-select: none;
       user-select: none; }
.k-chip:focus, .k-chip.k-chip-focus {
    outline: 0; }
.k-chip-content {
  padding: 0 8px; }
.k-chip-icon,
.k-remove-icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
.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(0, 157, 220, 0.2);
  color: #009ddc;
  background-color: rgba(0, 157, 220, 0.08); }
.k-selection-single .k-chip-selected.k-chip-outline {
  border-color: rgba(0, 157, 220, 0.2);
  color: #009ddc;
  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.36); }
.k-chip-filled {
  border-color: rgba(0, 0, 0, 0.15);
  color: #3a3a3a;
  background-color: #ebebeb; }
.k-chip-filled:hover, .k-chip-filled.k-chip-hover {
    background-color: #e0e0e0;
    border-color: rgba(0, 0, 0, 0.2); }
.k-chip-filled:focus, .k-chip-filled.k-chip-focused {
    background-color: #ebebeb;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06); }
.k-chip-filled.k-chip-selected {
    background-color: #d6d6d6;
    border-color: rgba(0, 0, 0, 0.3); }
.k-chip-filled.k-chip-success {
    border-color: rgba(166, 227, 140, 0.3);
    color: #a6e38c;
    background-color: rgba(166, 227, 140, 0.12); }
.k-chip-filled.k-chip-warning {
    border-color: rgba(255, 216, 98, 0.3);
    color: #ffd862;
    background-color: rgba(255, 216, 98, 0.12); }
.k-chip-filled.k-chip-error {
    border-color: rgba(254, 90, 99, 0.3);
    color: #fe5a63;
    background-color: rgba(254, 90, 99, 0.12); }
.k-chip-filled.k-chip-info {
    border-color: rgba(127, 168, 234, 0.3);
    color: #7fa8ea;
    background-color: rgba(127, 168, 234, 0.12); }
.k-chip-outline {
  border-color: #3a3a3a;
  color: #6c757d;
  background-color: transparent; }
.k-chip-outline:hover, .k-chip-outline.k-chip-hover {
    border-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background-color: #3a3a3a; }
.k-chip-outline:focus, .k-chip-outline.k-chip-focused {
    border-color: #3a3a3a;
    color: #6c757d;
    background-color: transparent;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4); }
.k-chip-outline.k-chip-selected {
    color: #ffffff;
    background-color: #3a3a3a; }
.k-chip-outline.k-chip-success {
    border-color: rgba(166, 227, 140, 0.54);
    color: #a6e38c;
    background-color: transparent; }
.k-chip-outline.k-chip-warning {
    border-color: rgba(255, 216, 98, 0.54);
    color: #ffd862;
    background-color: transparent; }
.k-chip-outline.k-chip-error {
    border-color: rgba(254, 90, 99, 0.54);
    color: #fe5a63;
    background-color: transparent; }
.k-chip-outline.k-chip-info {
    border-color: rgba(127, 168, 234, 0.54);
    color: #7fa8ea;
    background-color: transparent; }
.k-chat {
  height: 600px;
  max-height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden;
  max-width: 500px;
  margin: auto; }
.k-chat .k-message-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            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;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            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: -webkit-box;
    display: flex;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative; }
.k-chat .k-message-group:not(.k-alt) {
    -webkit-box-align: start;
            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;
    -webkit-box-align: 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;
    -webkit-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out; }
.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%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
.k-chat .k-message-status {
    margin-top: 2px;
    height: 0;
    overflow: hidden;
    top: 100%;
    -webkit-transition: height .2s ease-in-out;
    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%;
    width: 32px;
    height: 32px;
    margin: 0;
    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-timestamp {
  font-size: smaller;
  line-height: normal;
  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;
      -ms-user-select: none;
          -moz-user-select: none;
       user-select: none;
  display: inline-block;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
.k-scrollable-quick-replies {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
          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;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap; }
.k-message-box .k-input {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    background: none;
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
.k-message-box .k-button {
    padding: 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"] {
      -webkit-transform: scaleX(-1);
              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-wrap + .k-card-wrap {
    margin-left: 16px; }
.k-chat .k-card-deck .k-card,
.k-chat .k-card-deck .k-card-wrap {
  width: 200px; }
.k-card-deck-scrollwrap {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 100%;
  box-sizing: content-box;
  padding-bottom: 3px; }
.k-card-deck-scrollwrap > .k-card-deck {
    margin-bottom: -20px;
    padding-bottom: 20px; }
.k-chat .k-card-deck .k-card-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  padding-bottom: 5px; }
.k-chat .k-card-deck .k-card-wrap .k-card {
    -webkit-box-flex: 0;
            flex: 0 0 auto; }
.k-chat .k-card-deck .k-card-wrap .k-card + .k-card {
    margin-left: 16px; }
.k-chat .k-card-deck .k-card-wrap.k-state-selected {
    background: none; }
.k-typing-indicator {
  padding: 0;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap; }
.k-typing-indicator span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-box-flex: 0;
            flex: 0 0 8px;
    background-color: currentColor;
    opacity: .4; }
.k-typing-indicator span:nth-of-type(1) {
      -webkit-animation: 1s k-animation-blink infinite 0.3333s;
              animation: 1s k-animation-blink infinite 0.3333s; }
.k-typing-indicator span:nth-of-type(2) {
      -webkit-animation: 1s k-animation-blink infinite 0.6666s;
              animation: 1s k-animation-blink infinite 0.6666s; }
.k-typing-indicator span:nth-of-type(3) {
      -webkit-animation: 1s k-animation-blink infinite 0.9999s;
              animation: 1s k-animation-blink infinite 0.9999s; }
.k-typing-indicator span + span {
    margin-left: 5px; }
@-webkit-keyframes k-animation-blink {
  50% {
    opacity: 1; } }
@keyframes k-animation-blink {
  50% {
    opacity: 1; } }
.k-chat .k-toolbar-box {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 auto; }
.k-chat .k-toolbar-box .k-button-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    scroll-behavior: smooth;
    padding: 10px 16px; }
.k-chat .k-toolbar-box .k-button-list::after {
      content: "";
      padding-right: 16px; }
.k-chat .k-toolbar-box .k-button-list .k-button + .k-button {
      margin-left: 20px;
      flex-shrink: 0; }
.k-chat .k-toolbar-box .k-scroll-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.k-chat .k-toolbar-box .k-scroll-button-left {
    left: 0; }
.k-chat .k-toolbar-box .k-scroll-button-right {
    right: 0; }
.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: #3a3a3a;
  background-color: #f9f9f9; }
.k-chat .k-timestamp {
    text-transform: uppercase;
    opacity: .7; }
.k-chat .k-author {
    font-weight: bold; }
.k-chat .k-bubble {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    border-color: #ffffff;
    color: #3a3a3a;
    background-color: #ffffff;
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    -webkit-box-ordinal-group: 0;
            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 {
    box-shadow: 0 1px 2px rgba(0, 157, 220, 0.2);
    border-color: #009ddc;
    color: #ffffff;
    background-color: #009ddc; }
.k-chat .k-alt .k-bubble:hover {
    box-shadow: 0 1px 2px rgba(0, 157, 220, 0.2); }
.k-chat .k-alt .k-state-selected .k-bubble {
    box-shadow: 0 3px 10px rgba(0, 157, 220, 0.4); }
.k-chat .k-quick-reply {
    border-color: #009ddc;
    color: #009ddc;
    background-color: transparent; }
.k-chat .k-quick-reply:hover {
    border-color: #009ddc;
    color: #ffffff;
    background-color: #009ddc; }
.k-chat .k-message-box {
    border-color: inherit;
    color: #3a3a3a;
    background-color: #ffffff; }
.k-chat .k-message-box.k-state-focused {
    box-shadow: 0 0 40px rgba(58, 58, 58, 0.1); }
.k-chat .k-message-box .k-button:hover {
    color: #009ddc; }
.k-chat .k-toolbar-box {
    border-color: inherit;
    color: #3a3a3a;
    background-color: #f6f6f6; }
.k-chat .k-toolbar-box .k-button:hover {
      color: #009ddc;
      background: none; }
.k-chat .k-toolbar-box .k-scroll-button {
      background-color: #f9f9f9;
      box-shadow: 0 0 20px 5px #f9f9f9; }
.k-chat .k-toolbar-box .k-scroll-button:hover {
      background-color: #f9f9f9; }
.k-pdf-viewer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden; }
.k-pdf-viewer .k-toolbar {
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-color: inherit;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    z-index: 2; }
.k-pdf-viewer .k-toolbar .k-pager-wrap {
    padding: 0;
    color: inherit;
    background: none;
    overflow: visible; }
.k-pdf-viewer .k-list-scroller {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    outline: none; }
.k-pdf-viewer .k-list-scroller .k-enable-text-select {
      -webkit-user-select: text;
      -ms-user-select: text;
      -moz-user-select: text;
           user-select: text;
      cursor: text; }
.k-pdf-viewer .k-list-scroller .k-enable-panning {
      cursor: -webkit-grab;
      cursor: grab; }
.k-pdf-viewer .k-list-scroller .k-enable-panning span::-moz-selection {
      background-color: transparent; }
.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;
        -webkit-transform-origin: 0% 0%;
                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: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center; }
.k-pdf-viewer-search-dialog .k-search-container .k-textbox {
      display: -webkit-inline-box;
      display: inline-flex;
      padding-right: 4px;
      margin: 0 8px;
      -webkit-box-align: center;
              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: -webkit-inline-box;
      display: inline-flex;
      height: 1.4285714286em;
      -webkit-box-pack: center;
              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 .k-canvas {
  background-color: #f9f9f9; }
.k-pdf-viewer .k-page {
  border-color: rgba(0, 0, 0, 0.08);
  color: #3a3a3a;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); }
.k-pdf-viewer .k-search-highlight {
  background-color: #444343; }
@font-face {
  font-family: 'Font-Icons-20';
  src:  url('Font-Icons-20.9cd217b4e5126ad54d2f.eot?n1a911');
  src:  url('Font-Icons-20.9cd217b4e5126ad54d2f.eot?n1a911#iefix') format('embedded-opentype'),
    url('Font-Icons-20.4148191ce9a83e028daa.ttf?n1a911') format('truetype'),
    url('Font-Icons-20.e33b2b51953a8aa7c8fe.woff?n1a911') format('woff'),
    url('Font-Icons-20.90a40ed351d9267c7b5e.svg?n1a911#Font-Icons-20') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.un-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Font-Icons-20' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.un-accept-Icon:before {
  content: "\e92c";
}
.un-activity-log-Icon:before {
  content: "\e916";
}
.un-add-file-Icon:before {
  content: "\e92d";
}
.un-alarm-Icon:before {
  content: "\e935";
}
.un-bucks-bag-Icon:before {
  content: "\e907";
}
.un-calendar-Icon:before {
  content: "\e91a";
}
.un-cancel-Icon:before {
  content: "\e908";
}
.un-cancel1-Icon:before {
  content: "\e922";
}
.un-casesheet-Icon:before {
  content: "\e900";
}
.un-certificate-Icon:before {
  content: "\e931";
}
.un-change-doctor-Icon:before {
  content: "\e909";
}
.un-checked-file-Icon:before {
  content: "\e932";
}
.un-chevron-down-Icon:before {
  content: "\e91f";
}
.un-chevron-left-Icon:before {
  content: "\e920";
}
.un-chevron-right-Icon:before {
  content: "\e91d";
}
.un-chevron-up-Icon:before {
  content: "\e91e";
}
.un-clipboard-Icon:before {
  content: "\e90a";
}
.un-clock-Icon:before {
  content: "\e91b";
}
.un-consent-Icon:before {
  content: "\e90b";
}
.un-control-prescription-Icon:before {
  content: "\e90c";
}
.un-copy-Icon:before {
  content: "\e92b";
}
.un-dashboard-Icon:before {
  content: "\e918";
}
.un-database-Icon:before {
  content: "\e939";
}
.un-delete-file-Icon:before {
  content: "\e92f";
}
.un-document-upload-Icon:before {
  content: "\e914";
}
.un-download-file-Icon:before {
  content: "\e930";
}
.un-eauthorization-Icon:before {
  content: "\e901";
}
.un-eprescription-Icon:before {
  content: "\e902";
}
.un-favorite-file-Icon:before {
  content: "\e934";
}
.un-female-user-Icon:before {
  content: "\e927";
}
.un-file-Icon:before {
  content: "\e90d";
}
.un-file1-Icon:before {
  content: "\e933";
}
.un-happy-Icon:before {
  content: "\e924";
}
.un-health-insurance-Icon:before {
  content: "\e92a";
}
.un-health-report-Icon:before {
  content: "\e91c";
}
.un-invoice-Icon:before {
  content: "\e903";
}
.un-male-user-Icon:before {
  content: "\e926";
}
.un-menu-Icon:before {
  content: "\e919";
}
.un-paper-plane-Icon:before {
  content: "\e915";
}
.un-portal-indication-Icon:before {
  content: "\e917";
  color: #555;
}
.un-pre-check-Icon:before {
  content: "\e904";
}
.un-prescription-Icon:before {
  content: "\e90e";
}
.un-price-tag-Icon:before {
  content: "\e90f";
}
.un-print-Icon:before {
  content: "\e905";
}
.un-referral-network-Icon:before {
  content: "\e910";
}
.un-running-Icon:before {
  content: "\e911";
}
.un-sad-Icon:before {
  content: "\e923";
}
.un-sand-clock-Icon:before {
  content: "\e937";
}
.un-search-Icon:before {
  content: "\e925";
}
.un-shines-Icon:before {
  content: "\e928";
}
.un-sick-Icon:before {
  content: "\e912";
}
.un-star-Icon:before {
  content: "\e929";
}
.un-tick-Icon:before {
  content: "\e938";
}
.un-timer-Icon:before {
  content: "\e921";
}
.un-tubes-Icon:before {
  content: "\e913";
}
.un-update-visit-Icon:before {
  content: "\e906";
}
.un-upload-file-Icon:before {
  content: "\e92e";
}
.un-user-activity-Icon:before {
  content: "\e936";
}
@font-face {
  font-family: 'icon-pack';
  src:  url('icon-pack.69212db4a1bacf6c6fae.eot?ya6xx');
  src:  url('icon-pack.69212db4a1bacf6c6fae.eot?ya6xx#iefix') format('embedded-opentype'),
    url('icon-pack.80392243cf3528e5c11d.ttf?ya6xx') format('truetype'),
    url('icon-pack.ab90e519d6b8df02f292.woff?ya6xx') format('woff'),
    url('icon-pack.f04ba0265301c03b814d.svg?ya6xx#icon-pack') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-pack' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-accept:before {
  content: "\e900";
}
.ui-accept-doc:before {
  content: "\e901";
}
.ui-activity-log:before {
  content: "\e902";
}
.ui-add:before {
  content: "\e903";
}
.ui-add-file:before {
  content: "\e904";
}
.ui-alarm:before {
  content: "\e905";
}
.ui-appointment-cancel:before {
  content: "\e906";
}
.ui-appointment-done:before {
  content: "\e907";
}
.ui-bell:before {
  content: "\e908";
}
.ui-bucks-bag:before {
  content: "\e909";
}
.ui-calendar:before {
  content: "\e90a";
}
.ui-calendar-exclamation:before {
  content: "\e90b";
}
.ui-calendar-notes:before {
  content: "\e90c";
}
.ui-cancel:before {
  content: "\e90d";
}
.ui-casesheet:before {
  content: "\e90e";
}
.ui-certificate:before {
  content: "\e90f";
}
.ui-change-doctor:before {
  content: "\e910";
}
.ui-chevron-down:before {
  content: "\e911";
}
.ui-chevron-left:before {
  content: "\e912";
}
.ui-chevron-right:before {
  content: "\e913";
}
.ui-chevron-up:before {
  content: "\e914";
}
.ui-clipboard:before {
  content: "\e915";
}
.ui-clock:before {
  content: "\e916";
}
.ui-close:before {
  content: "\e917";
}
.ui-consent:before {
  content: "\e918";
}
.ui-control-prescription:before {
  content: "\e919";
}
.ui-copy:before {
  content: "\e91a";
}
.ui-credit-card:before {
  content: "\e95d";
}
.ui-credit-cards-payment:before {
  content: "\e95c";
}
.ui-dashboard:before {
  content: "\e91b";
}
.ui-database:before {
  content: "\e91c";
}
.ui-deleted-file:before {
  content: "\e91d";
}
.ui-doctor:before {
  content: "\e91e";
}
.ui-document:before {
  content: "\e91f";
}
.ui-document-upload:before {
  content: "\e920";
}
.ui-download-file:before {
  content: "\e921";
}
.ui-eauthorization:before {
  content: "\e922";
}
.ui-envelope:before {
  content: "\e923";
}
.ui-eprescription:before {
  content: "\e924";
}
.ui-events:before {
  content: "\e925";
}
.ui-exclamation-file:before {
  content: "\e926";
}
.ui-eye:before {
  content: "\e95f";
}
.ui-eye-slash:before {
  content: "\e960";
}
.ui-favorite-doc:before {
  content: "\e927";
}
.ui-favorite-file:before {
  content: "\e928";
}
.ui-favorite-user-female:before {
  content: "\e929";
}
.ui-favorite-user-male:before {
  content: "\e92a";
}
.ui-female-user:before {
  content: "\e92b";
}
.ui-file:before {
  content: "\e92c";
}
.ui-free:before {
  content: "\e92d";
}
.ui-happy:before {
  content: "\e92e";
}
.ui-health-insurance:before {
  content: "\e92f";
}
.ui-health-report:before {
  content: "\e930";
}
.ui-home:before {
  content: "\e931";
}
.ui-human-body-male:before {
  content: "\e932";
}
.ui-information-file:before {
  content: "\e933";
}
.ui-invoice:before {
  content: "\e934";
}
.ui-login:before {
  content: "\e95a";
}
.ui-logout:before {
  content: "\e95b";
}
.ui-male-user:before {
  content: "\e935";
}
.ui-menu:before {
  content: "\e936";
}
.ui-menu-grid:before {
  content: "\e937";
}
.ui-money-bag:before {
  content: "\e938";
}
.ui-new-event:before {
  content: "\e939";
}
.ui-new-file:before {
  content: "\e93a";
}
.ui-no-video-call:before {
  content: "\e95e";
}
.ui-note:before {
  content: "\e93b";
}
.ui-nurse-activity:before {
  content: "\e93c";
}
.ui-paper-plane:before {
  content: "\e93d";
}
.ui-pencil:before {
  content: "\e93e";
}
.ui-phone:before {
  content: "\e93f";
}
.ui-portal:before {
  content: "\e940";
}
.ui-pre-check:before {
  content: "\e941";
}
.ui-prescription:before {
  content: "\e942";
}
.ui-price-tag:before {
  content: "\e943";
}
.ui-print:before {
  content: "\e944";
}
.ui-printer:before {
  content: "\e945";
}
.ui-referral:before {
  content: "\e946";
}
.ui-referral-network:before {
  content: "\e947";
}
.ui-refresh:before {
  content: "\e959";
}
.ui-remove-file:before {
  content: "\e948";
}
.ui-running:before {
  content: "\e949";
}
.ui-sad:before {
  content: "\e94a";
}
.ui-save:before {
  content: "\e94b";
}
.ui-search:before {
  content: "\e94c";
}
.ui-shines:before {
  content: "\e94d";
}
.ui-sick:before {
  content: "\e94e";
}
.ui-star:before {
  content: "\e94f";
}
.ui-teeth:before {
  content: "\e950";
}
.ui-tele-consultation:before {
  content: "\e951";
}
.ui-tick:before {
  content: "\e952";
}
.ui-timer:before {
  content: "\e953";
}
.ui-trash:before {
  content: "\e954";
}
.ui-tubes:before {
  content: "\e955";
}
.ui-update-visit:before {
  content: "\e956";
}
.ui-upload-file:before {
  content: "\e957";
}
.ui-video-call:before {
  content: "\e958";
}
.search-box .app-search .form-control, .topbar .mega-dropdown .dropdown-menu {
  border-radius: 0px; }
.topbar .dropdown-menu .with-arrow > span {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg); }
/*******************************/
/*******************************/
/**
 * Table Of Content
 *
 *  1. Color system
 *  2. Options
 *  3. Body
 *  4. Typography
 *  5. Breadcrumbs
 *  6. Cards
 *  7. Dropdowns
 *  8. Buttons
 *  9. Typography
 *  10. Progress bars
 *  11. Tables
 *  12. Forms
 *  14. Component
 */
.btn-primary, .un-button-medium, .un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .menuItem, #footerMenu .col .btn-group .menuItem, #footerMenu .box-mid .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .menuItem,
.btn-outline-primary {
  box-shadow: 0 2px 2px rgba(116, 96, 238, 0.05); }
.btn-primary:hover, .un-button-medium:hover, .un-slot-selector:hover, #un-cardBody #un-visitcardHeader .btn-group .menuItem:hover, #footerMenu .col .btn-group .menuItem:hover, #footerMenu .box-mid .btn-group .menuItem:hover, #footerMenu #report-wrapper .btn-group .menuItem:hover,
  .btn-outline-primary:hover {
    box-shadow: 0 8px 15px rgba(116, 96, 238, 0.3); }
.btn-secondary,
.btn-outline-secondary {
  box-shadow: 0 2px 2px rgba(204, 204, 204, 0.05); }
.btn-secondary:hover,
  .btn-outline-secondary:hover {
    box-shadow: 0 8px 15px rgba(204, 204, 204, 0.3); }
.btn-success,
.btn-outline-success {
  box-shadow: 0 2px 2px rgba(6, 215, 156, 0.05); }
.btn-success:hover,
  .btn-outline-success:hover {
    box-shadow: 0 8px 15px rgba(6, 215, 156, 0.3); }
.btn-info,
.btn-outline-info {
  box-shadow: 0 2px 2px rgba(57, 139, 247, 0.05); }
.btn-info:hover,
  .btn-outline-info:hover {
    box-shadow: 0 8px 15px rgba(57, 139, 247, 0.3); }
.btn-warning,
.btn-outline-warning {
  box-shadow: 0 2px 2px rgba(255, 178, 43, 0.05); }
.btn-warning:hover,
  .btn-outline-warning:hover {
    box-shadow: 0 8px 15px rgba(255, 178, 43, 0.3); }
.btn-danger,
.btn-outline-danger {
  box-shadow: 0 2px 2px rgba(239, 83, 80, 0.05); }
.btn-danger:hover,
  .btn-outline-danger:hover {
    box-shadow: 0 8px 15px rgba(239, 83, 80, 0.3); }
.btn-light,
.btn-outline-light {
  box-shadow: 0 2px 2px rgba(233, 237, 242, 0.05); }
.btn-light:hover,
  .btn-outline-light:hover {
    box-shadow: 0 8px 15px rgba(233, 237, 242, 0.3); }
.btn-dark,
.btn-outline-dark {
  box-shadow: 0 2px 2px rgba(38, 50, 56, 0.05); }
.btn-dark:hover,
  .btn-outline-dark:hover {
    box-shadow: 0 8px 15px rgba(38, 50, 56, 0.3); }
.btn-muted,
.btn-outline-muted {
  box-shadow: 0 2px 2px rgba(153, 171, 180, 0.05); }
.btn-muted:hover,
  .btn-outline-muted:hover {
    box-shadow: 0 8px 15px rgba(153, 171, 180, 0.3); }
.btn-cyan,
.btn-outline-cyan {
  box-shadow: 0 2px 2px rgba(79, 195, 247, 0.05); }
.btn-cyan:hover,
  .btn-outline-cyan:hover {
    box-shadow: 0 8px 15px rgba(79, 195, 247, 0.3); }
.btn-orange,
.btn-outline-orange {
  box-shadow: 0 2px 2px rgba(251, 140, 0, 0.05); }
.btn-orange:hover,
  .btn-outline-orange:hover {
    box-shadow: 0 8px 15px rgba(251, 140, 0, 0.3); }
.btn-purple,
.btn-outline-purple {
  box-shadow: 0 2px 2px rgba(116, 90, 242, 0.05); }
.btn-purple:hover,
  .btn-outline-purple:hover {
    box-shadow: 0 8px 15px rgba(116, 90, 242, 0.3); }
.btn-light-danger,
.btn-outline-light-danger {
  box-shadow: 0 2px 2px rgba(249, 231, 235, 0.05); }
.btn-light-danger:hover,
  .btn-outline-light-danger:hover {
    box-shadow: 0 8px 15px rgba(249, 231, 235, 0.3); }
.btn-light-success,
.btn-outline-light-success {
  box-shadow: 0 2px 2px rgba(232, 253, 235, 0.05); }
.btn-light-success:hover,
  .btn-outline-light-success:hover {
    box-shadow: 0 8px 15px rgba(232, 253, 235, 0.3); }
.btn-light-warning,
.btn-outline-light-warning {
  box-shadow: 0 2px 2px rgba(255, 248, 236, 0.05); }
.btn-light-warning:hover,
  .btn-outline-light-warning:hover {
    box-shadow: 0 8px 15px rgba(255, 248, 236, 0.3); }
.btn-light-primary,
.btn-outline-light-primary {
  box-shadow: 0 2px 2px rgba(241, 239, 253, 0.05); }
.btn-light-primary:hover,
  .btn-outline-light-primary:hover {
    box-shadow: 0 8px 15px rgba(241, 239, 253, 0.3); }
.btn-light-info,
.btn-outline-light-info {
  box-shadow: 0 2px 2px rgba(207, 236, 254, 0.05); }
.btn-light-info:hover,
  .btn-outline-light-info:hover {
    box-shadow: 0 8px 15px rgba(207, 236, 254, 0.3); }
.btn-light-inverse,
.btn-outline-light-inverse {
  box-shadow: 0 2px 2px rgba(246, 246, 246, 0.05); }
.btn-light-inverse:hover,
  .btn-outline-light-inverse:hover {
    box-shadow: 0 8px 15px rgba(246, 246, 246, 0.3); }
.btn-light-megna,
.btn-outline-light-megna {
  box-shadow: 0 2px 2px rgba(224, 242, 244, 0.05); }
.btn-light-megna:hover,
  .btn-outline-light-megna:hover {
    box-shadow: 0 8px 15px rgba(224, 242, 244, 0.3); }
/* FAYY HEALTH THEME

:root {
--main-color: #786858; 
--main-color-medium: #cbb7a2; 
--main-color-light: #eee9d6; 
--border-radius: 4px;
--body-bgcolor:#f3f5f9;
--hyperlink-color:#009ddc;
}
*/
/* Unite Color Theme */
:root {
  --main-color: #009ddc;
  --main-color-medium: #19beff;
  --main-color-light: #e3f7ff;
  --border-radius: 4px;
  --body-bgcolor:#f3f5f9;
  --hyperlink-color:#009ddc; }
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #398bf7;
  --indigo: #6610f2;
  --purple: #745af2;
  --pink: #e83e8c;
  --red: #ef5350;
  --orange: #fb8c00;
  --yellow: #ffb22b;
  --green: #06d79c;
  --teal: #20c997;
  --cyan: #4fc3f7;
  --white: #fff;
  --gray: #cccccc;
  --gray-dark: #263238;
  --blue: #398bf7;
  --indigo: #6610f2;
  --purple: #745af2;
  --pink: #e83e8c;
  --red: #ef5350;
  --orange: #fb8c00;
  --yellow: #ffb22b;
  --green: #06d79c;
  --teal: #20c997;
  --cyan: #4fc3f7;
  --white: #fff;
  --gray: #cccccc;
  --primary: #7460ee;
  --secondary: #cccccc;
  --success: #06d79c;
  --info: #398bf7;
  --warning: #ffb22b;
  --danger: #ef5350;
  --light: #e9edf2;
  --dark: #263238;
  --muted: #99abb4;
  --cyan: #4fc3f7;
  --orange: #fb8c00;
  --purple: #745af2;
  --light-danger: #f9e7eb;
  --light-success: #e8fdeb;
  --light-warning: #fff8ec;
  --light-primary: #f1effd;
  --light-info: #cfecfe;
  --light-inverse: #f6f6f6;
  --light-megna: #e0f2f4;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1600px;
  --font-family-sans-serif: "Montserrat", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*,
*::before,
*::after {
  box-sizing: border-box; }
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #67757c;
  text-align: left;
  background-color: #f4f6f9; }
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }
p {
  margin-top: 0;
  margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }
dt {
  font-weight: 800; }
dd {
  margin-bottom: .5rem;
  margin-left: 0; }
blockquote {
  margin: 0 0 1rem; }
b,
strong {
  font-weight: bolder; }
small {
  font-size: 80%; }
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }
sub {
  bottom: -.25em; }
sup {
  top: -.5em; }
a {
  color: #7460ee;
  text-decoration: none;
  background-color: transparent; }
a:hover {
    color: #381be7;
    text-decoration: underline; }
a:not([href]) {
  color: inherit;
  text-decoration: none; }
a:not([href]):hover {
    color: inherit;
    text-decoration: none; }
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }
figure {
  margin: 0 0 1rem; }
img {
  vertical-align: middle;
  border-style: none; }
svg {
  overflow: hidden;
  vertical-align: middle; }
table {
  border-collapse: collapse; }
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #99abb4;
  text-align: left;
  caption-side: bottom; }
th {
  text-align: inherit; }
label {
  display: inline-block;
  margin-bottom: 0.5rem; }
button {
  border-radius: 0; }
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
button,
input {
  overflow: visible; }
button,
select {
  text-transform: none; }
select {
  word-wrap: normal; }
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; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }
textarea {
  overflow: auto;
  resize: vertical; }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
progress {
  vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }
output {
  display: inline-block; }
summary {
  display: list-item;
  cursor: pointer; }
template {
  display: none; }
[hidden] {
  display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #455a64; }
h1, .h1 {
  font-size: 2.25rem; }
h2, .h2 {
  font-size: 1.5rem; }
h3, .h3 {
  font-size: 1.3125rem; }
h4, .h4 {
  font-size: 1.125rem; }
h5, .h5 {
  font-size: 1rem; }
h6, .h6 {
  font-size: 0.875rem; }
.lead {
  font-size: 1.25rem;
  font-weight: 300; }
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
small,
.small,
.un-footer-2 {
  font-size: 80%;
  font-weight: 400; }
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }
.list-unstyled {
  padding-left: 0;
  list-style: none; }
.list-inline, .un-star-group-2, .doctor-details .star-group {
  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: 90%;
  text-transform: uppercase; }
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #cccccc; }
.blockquote-footer::before {
    content: "\2014\00A0"; }
.img-fluid, .login-image {
  max-width: 100%;
  height: auto; }
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f4f6f9;
  border: 1px solid #a6b7bf;
  border-radius: 2px;
  max-width: 100%;
  height: auto; }
.figure {
  display: inline-block; }
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }
.figure-caption {
  font-size: 90%;
  color: #cccccc; }
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
a > code {
    color: inherit; }
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 1px; }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 800; }
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
    .container {
      max-width: 540px; } }
@media (min-width: 768px) {
    .container {
      max-width: 720px; } }
@media (min-width: 992px) {
    .container {
      max-width: 960px; } }
@media (min-width: 1600px) {
    .container {
      max-width: 1140px; } }
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
.row, #patient-report, #card-header, .un-time-slot, .journey-grid, #un-cardBody #un-appcardHeader, #journeyModel, #footerMenu {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
.no-gutters > .col, .no-gutters > .box-mid, .no-gutters > #report-wrapper, #un-cardBody .no-gutters > #un-visitcardHeader,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
.col-1, .col-2, .col-3, #un-cardBody #un-appcardHeader #previous-wrapper, #un-cardBody #un-appcardHeader #next-wrapper, .col-4, .un-availabilities, .col-5, .col-6, #patient-report #date,
#patient-report #doctor,
#patient-report #patient,
#patient-report #clinic,
#patient-report #report, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .un-appointment-card-2, .un-doctor-search, .un-search-filter, .col, .box-mid, #report-wrapper, #un-cardBody #un-visitcardHeader,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .un-appointment-cards, .col-md-7, .col-md-8, .col-md-9, .navigationMoreItems, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .un-advance-search-filter, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, #un-cardBody #report-wrapper, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
.col, .box-mid, #report-wrapper, #un-cardBody #un-visitcardHeader {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }
.row-cols-1 > * {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }
.row-cols-2 > * {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }
.row-cols-3 > * {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }
.row-cols-4 > * {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }
.row-cols-5 > * {
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%; }
.row-cols-6 > * {
  -webkit-box-flex: 0;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }
.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%; }
.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }
.col-3, #un-cardBody #un-appcardHeader #previous-wrapper, #un-cardBody #un-appcardHeader #next-wrapper {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }
.col-4, .un-availabilities {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }
.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%; }
.col-6, #patient-report #date,
#patient-report #doctor,
#patient-report #patient,
#patient-report #clinic,
#patient-report #report {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }
.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }
.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%; }
.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }
.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%; }
.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%; }
.col-12, .un-appointment-card-2, .un-doctor-search, .un-search-filter {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }
.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1; }
.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13; }
.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0; }
.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1; }
.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2; }
.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3; }
.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4; }
.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5; }
.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6; }
.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7; }
.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8; }
.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9; }
.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10; }
.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11; }
.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12; }
.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%; }
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .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%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4, #patient-report #date,
  #patient-report #doctor,
  #patient-report #patient,
  #patient-report #clinic,
  #patient-report #report {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6, .un-appointment-cards {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9, .navigationMoreItems {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .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%; } }
@media (min-width: 992px) {
  .col-lg, #patient-report #date,
  #patient-report #doctor,
  #patient-report #patient,
  #patient-report #clinic,
  #patient-report #report {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4, .un-appointment-card-2, .un-advance-search-filter {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9, #un-cardBody #report-wrapper {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .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%; } }
@media (min-width: 1600px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-3, .un-availabilities {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4, .un-appointment-card-2 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .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%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
.table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9edf2; }
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9edf2; }
.table tbody + tbody {
    border-top: 2px solid #e9edf2; }
.table-sm th,
.table-sm td {
  padding: 0.3rem; }
.table-bordered {
  border: 1px solid #e9edf2; }
.table-bordered th,
  .table-bordered td {
    border: 1px solid #e9edf2; }
.table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover {
  color: #212529;
  background-color: #ebf3f5; }
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e3dffc; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #b7acf6; }
.table-hover .table-primary:hover {
  background-color: #cfc8fa; }
.table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #cfc8fa; }
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: whitesmoke; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e4e4e4; }
.table-hover .table-secondary:hover {
  background-color: #e8e8e8; }
.table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #e8e8e8; }
.table-success,
.table-success > th,
.table-success > td {
  background-color: #cdf7eb; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7eeacc; }
.table-hover .table-success:hover {
  background-color: #b7f3e2; }
.table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b7f3e2; }
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d7e8fd; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #98c3fb; }
.table-hover .table-info:hover {
  background-color: #bfdafc; }
.table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #bfdafc; }
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff0d5; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffd791; }
.table-hover .table-warning:hover {
  background-color: #ffe7bc; }
.table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe7bc; }
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fcdddc; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f7a6a4; }
.table-hover .table-danger:hover {
  background-color: #fac6c5; }
.table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #fac6c5; }
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfc; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f4f6f8; }
.table-hover .table-light:hover {
  background-color: #ececf1; }
.table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf1; }
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d4d6d7; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8e9498; }
.table-hover .table-dark:hover {
  background-color: #c7c9cb; }
.table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #c7c9cb; }
.table-muted,
.table-muted > th,
.table-muted > td {
  background-color: #ebeef0; }
.table-muted th,
.table-muted td,
.table-muted thead th,
.table-muted tbody + tbody {
  border-color: #cad3d8; }
.table-hover .table-muted:hover {
  background-color: #dce2e5; }
.table-hover .table-muted:hover > td,
  .table-hover .table-muted:hover > th {
    background-color: #dce2e5; }
.table-cyan,
.table-cyan > th,
.table-cyan > td {
  background-color: #dcf3fd; }
.table-cyan th,
.table-cyan td,
.table-cyan thead th,
.table-cyan tbody + tbody {
  border-color: #a3e0fb; }
.table-hover .table-cyan:hover {
  background-color: #c4ebfc; }
.table-hover .table-cyan:hover > td,
  .table-hover .table-cyan:hover > th {
    background-color: #c4ebfc; }
.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fee8cc; }
.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #fdc37a; }
.table-hover .table-orange:hover {
  background-color: #feddb3; }
.table-hover .table-orange:hover > td,
  .table-hover .table-orange:hover > th {
    background-color: #feddb3; }
.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #e3defc; }
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #b7a9f8; }
.table-hover .table-purple:hover {
  background-color: #cfc7fa; }
.table-hover .table-purple:hover > td,
  .table-hover .table-purple:hover > th {
    background-color: #cfc7fa; }
.table-light-danger,
.table-light-danger > th,
.table-light-danger > td {
  background-color: #fefafb; }
.table-light-danger th,
.table-light-danger td,
.table-light-danger thead th,
.table-light-danger tbody + tbody {
  border-color: #fcf3f5; }
.table-hover .table-light-danger:hover {
  background-color: #fae5ea; }
.table-hover .table-light-danger:hover > td,
  .table-hover .table-light-danger:hover > th {
    background-color: #fae5ea; }
.table-light-success,
.table-light-success > th,
.table-light-success > td {
  background-color: #fafffb; }
.table-light-success th,
.table-light-success td,
.table-light-success thead th,
.table-light-success tbody + tbody {
  border-color: #f3fef5; }
.table-hover .table-light-success:hover {
  background-color: #e1ffe7; }
.table-hover .table-light-success:hover > td,
  .table-hover .table-light-success:hover > th {
    background-color: #e1ffe7; }
.table-light-warning,
.table-light-warning > th,
.table-light-warning > td {
  background-color: #fffefb; }
.table-light-warning th,
.table-light-warning td,
.table-light-warning thead th,
.table-light-warning tbody + tbody {
  border-color: #fffbf5; }
.table-hover .table-light-warning:hover {
  background-color: #fff8e2; }
.table-hover .table-light-warning:hover > td,
  .table-hover .table-light-warning:hover > th {
    background-color: #fff8e2; }
.table-light-primary,
.table-light-primary > th,
.table-light-primary > td {
  background-color: #fcfcff; }
.table-light-primary th,
.table-light-primary td,
.table-light-primary thead th,
.table-light-primary tbody + tbody {
  border-color: #f8f7fe; }
.table-hover .table-light-primary:hover {
  background-color: #e3e3ff; }
.table-hover .table-light-primary:hover > td,
  .table-hover .table-light-primary:hover > th {
    background-color: #e3e3ff; }
.table-light-info,
.table-light-info > th,
.table-light-info > td {
  background-color: #f5fbff; }
.table-light-info th,
.table-light-info td,
.table-light-info thead th,
.table-light-info tbody + tbody {
  border-color: #e6f5fe; }
.table-hover .table-light-info:hover {
  background-color: #dcf1ff; }
.table-hover .table-light-info:hover > td,
  .table-hover .table-light-info:hover > th {
    background-color: #dcf1ff; }
.table-light-inverse,
.table-light-inverse > th,
.table-light-inverse > td {
  background-color: #fdfdfd; }
.table-light-inverse th,
.table-light-inverse td,
.table-light-inverse thead th,
.table-light-inverse tbody + tbody {
  border-color: #fafafa; }
.table-hover .table-light-inverse:hover {
  background-color: #f0f0f0; }
.table-hover .table-light-inverse:hover > td,
  .table-hover .table-light-inverse:hover > th {
    background-color: #f0f0f0; }
.table-light-megna,
.table-light-megna > th,
.table-light-megna > td {
  background-color: #f9fcfd; }
.table-light-megna th,
.table-light-megna td,
.table-light-megna thead th,
.table-light-megna tbody + tbody {
  border-color: #eff8f9; }
.table-hover .table-light-megna:hover {
  background-color: #e6f2f7; }
.table-hover .table-light-megna:hover > td,
  .table-hover .table-light-megna:hover > th {
    background-color: #e6f2f7; }
.table-active,
.table-active > th,
.table-active > td {
  background-color: #ebf3f5; }
.table-hover .table-active:hover {
  background-color: #dae9ed; }
.table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #dae9ed; }
.table .thead-dark th {
  color: #fff;
  background-color: #263238;
  border-color: #35464f; }
.table .thead-light th {
  color: #4f5467;
  background-color: #e9edf2;
  border-color: #e9edf2; }
.table-dark {
  color: #fff;
  background-color: #263238; }
.table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #35464f; }
.table-dark.table-bordered {
    border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1599.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
.table-responsive > .table-bordered {
    border: 0; }
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #4f5467;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9edf2;
  border-radius: 2px;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4f5467; }
.form-control:focus {
    color: #4f5467;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: transparent; }
.form-control::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1; }
.form-control::-moz-placeholder {
    color: #cccccc;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1; }
.form-control::-ms-input-placeholder {
    color: #cccccc;
    opacity: 1; }
.form-control::placeholder {
    color: #cccccc;
    opacity: 1; }
.form-control:disabled, .form-control[readonly] {
    background-color: #e9edf2;
    opacity: 1; }
select.form-control:focus::-ms-value {
  color: #4f5467;
  background-color: #fff; }
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }
.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;
  line-height: 1.5; }
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #67757c;
  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 {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1px; }
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2px; }
select.form-control[size], select.form-control[multiple] {
  height: auto; }
textarea.form-control {
  height: auto; }
.form-group {
  margin-bottom: 1rem; }
.form-text {
  display: block;
  margin-top: 0.25rem; }
.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
.form-row > .col, .form-row > .box-mid, .form-row > #report-wrapper, #un-cardBody .form-row > #un-visitcardHeader,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
.form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #99abb4; }
.form-check-label {
  margin-bottom: 0; }
.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #06d79c; }
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(6, 215, 156, 0.9);
  border-radius: 2px; }
.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: #06d79c;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2306d79c' 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: #06d79c;
    box-shadow: 0 0 0 0.2rem rgba(6, 215, 156, 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 .custom-select:valid, .custom-select.is-valid {
  border-color: #06d79c;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23263238' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2306d79c' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #06d79c;
    box-shadow: 0 0 0 0.2rem rgba(6, 215, 156, 0.25); }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #06d79c; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #06d79c; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #06d79c; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #17f9b9;
  background-color: #17f9b9; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(6, 215, 156, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #06d79c; }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #06d79c; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #06d79c;
  box-shadow: 0 0 0 0.2rem rgba(6, 215, 156, 0.25); }
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ef5350; }
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(239, 83, 80, 0.9);
  border-radius: 2px; }
.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: #ef5350;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef5350' viewBox='0 0 12 12'%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='%23ef5350' 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: #ef5350;
    box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 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 .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ef5350;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23263238' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef5350' viewBox='0 0 12 12'%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='%23ef5350' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ef5350;
    box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.25); }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ef5350; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ef5350; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ef5350; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f3817f;
  background-color: #f3817f; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ef5350; }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ef5350; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ef5350;
  box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.25); }
.form-inline, .un-doctor-search {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center; }
.form-inline .form-check, .un-doctor-search .form-check {
    width: 100%; }
@media (min-width: 576px) {
    .form-inline label, .un-doctor-search label {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group, .un-doctor-search .form-group {
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      -webkit-box-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .un-doctor-search .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext, .un-doctor-search .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group, .un-doctor-search .input-group,
    .form-inline .custom-select,
    .un-doctor-search .custom-select {
      width: auto; }
    .form-inline .form-check, .un-doctor-search .form-check {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input, .un-doctor-search .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control, .un-doctor-search .custom-control {
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label, .un-doctor-search .custom-control-label {
      margin-bottom: 0; } }
.btn, .un-button-medium, .un-btn-primary, .un-btn-outline-2, .un-button-outline, .un-button, .un-btn-login, .un-btn-signup, .un-btn-google, .un-btn-apple, .un-go-signup, .un-skip-login,
.un-forget-pass,
.un-reset-pass, .un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .menuItem, #footerMenu .col .btn-group .menuItem, #footerMenu .box-mid .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .menuItem {
  display: inline-block;
  font-weight: 400;
  color: #67757c;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  -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) {
    .btn, .un-button-medium, .un-btn-primary, .un-btn-outline-2, .un-button-outline, .un-button, .un-btn-login, .un-btn-signup, .un-btn-google, .un-btn-apple, .un-go-signup, .un-skip-login,
    .un-forget-pass,
    .un-reset-pass, .un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .menuItem, #footerMenu .col .btn-group .menuItem, #footerMenu .box-mid .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .menuItem {
      -webkit-transition: none;
      transition: none; } }
.btn:hover, .un-button-medium:hover, .un-btn-primary:hover, .un-btn-outline-2:hover, .un-button-outline:hover, .un-button:hover, .un-btn-login:hover, .un-btn-signup:hover, .un-btn-google:hover, .un-btn-apple:hover, .un-go-signup:hover, .un-skip-login:hover,
  .un-forget-pass:hover,
  .un-reset-pass:hover, .un-slot-selector:hover, #un-cardBody #un-visitcardHeader .btn-group .menuItem:hover, #footerMenu .col .btn-group .menuItem:hover, #footerMenu .box-mid .btn-group .menuItem:hover, #footerMenu #report-wrapper .btn-group .menuItem:hover {
    color: #67757c;
    text-decoration: none; }
.btn:focus, .un-button-medium:focus, .un-btn-primary:focus, .un-btn-outline-2:focus, .un-button-outline:focus, .un-button:focus, .un-btn-login:focus, .un-btn-signup:focus, .un-btn-google:focus, .un-btn-apple:focus, .un-go-signup:focus, .un-skip-login:focus,
  .un-forget-pass:focus,
  .un-reset-pass:focus, .un-slot-selector:focus, #un-cardBody #un-visitcardHeader .btn-group .menuItem:focus, #footerMenu .col .btn-group .menuItem:focus, #footerMenu .box-mid .btn-group .menuItem:focus, #footerMenu #report-wrapper .btn-group .menuItem:focus, .btn.focus, .focus.un-button-medium, .focus.un-btn-primary, .focus.un-btn-outline-2, .focus.un-button-outline, .focus.un-button, .focus.un-btn-login, .focus.un-btn-signup, .focus.un-btn-google, .focus.un-btn-apple, .focus.un-go-signup, .focus.un-skip-login,
  .focus.un-forget-pass,
  .focus.un-reset-pass, .focus.un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .focus.menuItem, #footerMenu .col .btn-group .focus.menuItem, #footerMenu .box-mid .btn-group .focus.menuItem, #footerMenu #report-wrapper .btn-group .focus.menuItem {
    outline: 0;
    box-shadow: transparent; }
.btn.disabled, .disabled.un-button-medium, .disabled.un-btn-primary, .disabled.un-btn-outline-2, .disabled.un-button-outline, .disabled.un-button, .disabled.un-btn-login, .disabled.un-btn-signup, .disabled.un-btn-google, .disabled.un-btn-apple, .disabled.un-go-signup, .disabled.un-skip-login,
  .disabled.un-forget-pass,
  .disabled.un-reset-pass, .disabled.un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .disabled.menuItem, #footerMenu .col .btn-group .disabled.menuItem, #footerMenu .box-mid .btn-group .disabled.menuItem, #footerMenu #report-wrapper .btn-group .disabled.menuItem, .btn:disabled, .un-button-medium:disabled, .un-btn-primary:disabled, .un-btn-outline-2:disabled, .un-button-outline:disabled, .un-button:disabled, .un-btn-login:disabled, .un-btn-signup:disabled, .un-btn-google:disabled, .un-btn-apple:disabled, .un-go-signup:disabled, .un-skip-login:disabled,
  .un-forget-pass:disabled,
  .un-reset-pass:disabled, .un-slot-selector:disabled, #un-cardBody #un-visitcardHeader .btn-group .menuItem:disabled, #footerMenu .col .btn-group .menuItem:disabled, #footerMenu .box-mid .btn-group .menuItem:disabled, #footerMenu #report-wrapper .btn-group .menuItem:disabled {
    opacity: 0.65; }
a.btn.disabled, a.disabled.un-button-medium, a.disabled.un-btn-primary, a.disabled.un-btn-outline-2, a.disabled.un-button-outline, a.disabled.un-button, a.disabled.un-btn-login, a.disabled.un-btn-signup, a.disabled.un-btn-google, a.disabled.un-btn-apple, a.disabled.un-go-signup, a.disabled.un-skip-login,
a.disabled.un-forget-pass,
a.disabled.un-reset-pass, a.disabled.un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group a.disabled.menuItem, #footerMenu .col .btn-group a.disabled.menuItem, #footerMenu .box-mid .btn-group a.disabled.menuItem, #footerMenu #report-wrapper .btn-group a.disabled.menuItem,
fieldset:disabled a.btn,
fieldset:disabled a.un-button-medium,
fieldset:disabled a.un-btn-primary,
fieldset:disabled a.un-btn-outline-2,
fieldset:disabled a.un-button-outline,
fieldset:disabled a.un-button,
fieldset:disabled a.un-btn-login,
fieldset:disabled a.un-btn-signup,
fieldset:disabled a.un-btn-google,
fieldset:disabled a.un-btn-apple,
fieldset:disabled a.un-go-signup,
fieldset:disabled a.un-skip-login,
fieldset:disabled a.un-forget-pass,
fieldset:disabled a.un-reset-pass,
fieldset:disabled a.un-slot-selector,
fieldset:disabled #un-cardBody #un-visitcardHeader .btn-group a.menuItem,
#un-cardBody #un-visitcardHeader .btn-group fieldset:disabled a.menuItem,
fieldset:disabled #footerMenu .col .btn-group a.menuItem,
#footerMenu .col .btn-group fieldset:disabled a.menuItem,
fieldset:disabled #footerMenu .box-mid .btn-group a.menuItem,
#footerMenu .box-mid .btn-group fieldset:disabled a.menuItem,
fieldset:disabled #footerMenu #report-wrapper .btn-group a.menuItem,
#footerMenu #report-wrapper .btn-group fieldset:disabled a.menuItem {
  pointer-events: none; }
.btn-primary, .un-button-medium, .un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .menuItem, #footerMenu .col .btn-group .menuItem, #footerMenu .box-mid .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .menuItem {
  color: #fff;
  background-color: #7460ee;
  border-color: #7460ee; }
.btn-primary:hover, .un-button-medium:hover, .un-slot-selector:hover, #un-cardBody #un-visitcardHeader .btn-group .menuItem:hover, #footerMenu .col .btn-group .menuItem:hover, #footerMenu .box-mid .btn-group .menuItem:hover, #footerMenu #report-wrapper .btn-group .menuItem:hover {
    color: #fff;
    background-color: #563dea;
    border-color: #4c32e9; }
.btn-primary:focus, .un-button-medium:focus, .un-slot-selector:focus, #un-cardBody #un-visitcardHeader .btn-group .menuItem:focus, #footerMenu .col .btn-group .menuItem:focus, #footerMenu .box-mid .btn-group .menuItem:focus, #footerMenu #report-wrapper .btn-group .menuItem:focus, .btn-primary.focus, .focus.un-button-medium, .focus.un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .focus.menuItem, #footerMenu .col .btn-group .focus.menuItem, #footerMenu .box-mid .btn-group .focus.menuItem, #footerMenu #report-wrapper .btn-group .focus.menuItem {
    color: #fff;
    background-color: #563dea;
    border-color: #4c32e9;
    box-shadow: 0 0 0 0.2rem rgba(137, 120, 241, 0.5); }
.btn-primary.disabled, .disabled.un-button-medium, .disabled.un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .disabled.menuItem, #footerMenu .col .btn-group .disabled.menuItem, #footerMenu .box-mid .btn-group .disabled.menuItem, #footerMenu #report-wrapper .btn-group .disabled.menuItem, .btn-primary:disabled, .un-button-medium:disabled, .un-slot-selector:disabled, #un-cardBody #un-visitcardHeader .btn-group .menuItem:disabled, #footerMenu .col .btn-group .menuItem:disabled, #footerMenu .box-mid .btn-group .menuItem:disabled, #footerMenu #report-wrapper .btn-group .menuItem:disabled {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee; }
.btn-primary:not(:disabled):not(.disabled):active, .un-button-medium:not(:disabled):not(.disabled):active, .un-slot-selector:not(:disabled):not(.disabled):active, #un-cardBody #un-visitcardHeader .btn-group .menuItem:not(:disabled):not(.disabled):active, #footerMenu .col .btn-group .menuItem:not(:disabled):not(.disabled):active, #footerMenu .box-mid .btn-group .menuItem:not(:disabled):not(.disabled):active, #footerMenu #report-wrapper .btn-group .menuItem:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .un-button-medium:not(:disabled):not(.disabled).active, .un-slot-selector:not(:disabled):not(.disabled).active, #un-cardBody #un-visitcardHeader .btn-group .menuItem:not(:disabled):not(.disabled).active, #footerMenu .col .btn-group .menuItem:not(:disabled):not(.disabled).active, #footerMenu .box-mid .btn-group .menuItem:not(:disabled):not(.disabled).active, #footerMenu #report-wrapper .btn-group .menuItem:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .show > .dropdown-toggle.un-button-medium,
  .show > .dropdown-toggle.un-slot-selector,
  #un-cardBody #un-visitcardHeader .btn-group .show > .dropdown-toggle.menuItem,
  #footerMenu .col .btn-group .show > .dropdown-toggle.menuItem,
  #footerMenu .box-mid .btn-group .show > .dropdown-toggle.menuItem,
  #footerMenu #report-wrapper .btn-group .show > .dropdown-toggle.menuItem {
    color: #fff;
    background-color: #4c32e9;
    border-color: #4226e8; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .un-button-medium:not(:disabled):not(.disabled):active:focus, .un-slot-selector:not(:disabled):not(.disabled):active:focus, #un-cardBody #un-visitcardHeader .btn-group .menuItem:not(:disabled):not(.disabled):active:focus, #footerMenu .col .btn-group .menuItem:not(:disabled):not(.disabled):active:focus, #footerMenu .box-mid .btn-group .menuItem:not(:disabled):not(.disabled):active:focus, #footerMenu #report-wrapper .btn-group .menuItem:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .un-button-medium:not(:disabled):not(.disabled).active:focus, .un-slot-selector:not(:disabled):not(.disabled).active:focus, #un-cardBody #un-visitcardHeader .btn-group .menuItem:not(:disabled):not(.disabled).active:focus, #footerMenu .col .btn-group .menuItem:not(:disabled):not(.disabled).active:focus, #footerMenu .box-mid .btn-group .menuItem:not(:disabled):not(.disabled).active:focus, #footerMenu #report-wrapper .btn-group .menuItem:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .show > .dropdown-toggle.un-button-medium:focus,
    .show > .dropdown-toggle.un-slot-selector:focus,
    #un-cardBody #un-visitcardHeader .btn-group .show > .dropdown-toggle.menuItem:focus,
    #footerMenu .col .btn-group .show > .dropdown-toggle.menuItem:focus,
    #footerMenu .box-mid .btn-group .show > .dropdown-toggle.menuItem:focus,
    #footerMenu #report-wrapper .btn-group .show > .dropdown-toggle.menuItem:focus {
      box-shadow: 0 0 0 0.2rem rgba(137, 120, 241, 0.5); }
.btn-secondary {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc; }
.btn-secondary:hover {
    color: #212529;
    background-color: #b9b9b9;
    border-color: #b3b2b2; }
.btn-secondary:focus, .btn-secondary.focus {
    color: #212529;
    background-color: #b9b9b9;
    border-color: #b3b2b2;
    box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #cccccc;
    border-color: #cccccc; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #b3b2b2;
    border-color: #acacac; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5); }
.btn-success {
  color: #fff;
  background-color: #06d79c;
  border-color: #06d79c; }
.btn-success:hover {
    color: #fff;
    background-color: #05b281;
    border-color: #05a578; }
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #05b281;
    border-color: #05a578;
    box-shadow: 0 0 0 0.2rem rgba(43, 221, 171, 0.5); }
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #06d79c;
    border-color: #06d79c; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #05a578;
    border-color: #04996f; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 221, 171, 0.5); }
.btn-info {
  color: #fff;
  background-color: #398bf7;
  border-color: #398bf7; }
.btn-info:hover {
    color: #fff;
    background-color: #1475f6;
    border-color: #0a6ff3; }
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #1475f6;
    border-color: #0a6ff3;
    box-shadow: 0 0 0 0.2rem rgba(87, 156, 248, 0.5); }
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #398bf7;
    border-color: #398bf7; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0a6ff3;
    border-color: #0969e7; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(87, 156, 248, 0.5); }
.btn-warning {
  color: #212529;
  background-color: #ffb22b;
  border-color: #ffb22b; }
.btn-warning:hover {
    color: #212529;
    background-color: #ffa405;
    border-color: #f79d00; }
.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #ffa405;
    border-color: #f79d00;
    box-shadow: 0 0 0 0.2rem rgba(222, 157, 43, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffb22b;
    border-color: #ffb22b; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #f79d00;
    border-color: #ea9500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 157, 43, 0.5); }
.btn-danger {
  color: #fff;
  background-color: #ef5350;
  border-color: #ef5350; }
.btn-danger:hover {
    color: #fff;
    background-color: #ec312d;
    border-color: #eb2521; }
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ec312d;
    border-color: #eb2521;
    box-shadow: 0 0 0 0.2rem rgba(241, 109, 106, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ef5350;
    border-color: #ef5350; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #eb2521;
    border-color: #ea1a16; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 109, 106, 0.5); }
.btn-light {
  color: #212529;
  background-color: #e9edf2;
  border-color: #e9edf2; }
.btn-light:hover {
    color: #212529;
    background-color: #d1d9e4;
    border-color: #c9d3df; }
.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #d1d9e4;
    border-color: #c9d3df;
    box-shadow: 0 0 0 0.2rem rgba(203, 207, 212, 0.5); }
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #e9edf2;
    border-color: #e9edf2; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #c9d3df;
    border-color: #c1ccda; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(203, 207, 212, 0.5); }
.btn-dark {
  color: #fff;
  background-color: #263238;
  border-color: #263238; }
.btn-dark:hover {
    color: #fff;
    background-color: #171e21;
    border-color: #11171a; }
.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #171e21;
    border-color: #11171a;
    box-shadow: 0 0 0 0.2rem rgba(71, 81, 86, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #263238;
    border-color: #263238; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #11171a;
    border-color: #0c1012; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(71, 81, 86, 0.5); }
.btn-muted {
  color: #212529;
  background-color: #99abb4;
  border-color: #99abb4; }
.btn-muted:hover {
    color: #fff;
    background-color: #8399a4;
    border-color: #7c939e; }
.btn-muted:focus, .btn-muted.focus {
    color: #fff;
    background-color: #8399a4;
    border-color: #7c939e;
    box-shadow: 0 0 0 0.2rem rgba(135, 151, 159, 0.5); }
.btn-muted.disabled, .btn-muted:disabled {
    color: #212529;
    background-color: #99abb4;
    border-color: #99abb4; }
.btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled).active,
  .show > .btn-muted.dropdown-toggle {
    color: #fff;
    background-color: #7c939e;
    border-color: #748d99; }
.btn-muted:not(:disabled):not(.disabled):active:focus, .btn-muted:not(:disabled):not(.disabled).active:focus,
    .show > .btn-muted.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(135, 151, 159, 0.5); }
.btn-cyan {
  color: #212529;
  background-color: #4fc3f7;
  border-color: #4fc3f7; }
.btn-cyan:hover {
    color: #fff;
    background-color: #2ab7f5;
    border-color: #1eb2f5; }
.btn-cyan:focus, .btn-cyan.focus {
    color: #fff;
    background-color: #2ab7f5;
    border-color: #1eb2f5;
    box-shadow: 0 0 0 0.2rem rgba(72, 171, 216, 0.5); }
.btn-cyan.disabled, .btn-cyan:disabled {
    color: #212529;
    background-color: #4fc3f7;
    border-color: #4fc3f7; }
.btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #1eb2f5;
    border-color: #12aef4; }
.btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 171, 216, 0.5); }
.btn-orange {
  color: #212529;
  background-color: #fb8c00;
  border-color: #fb8c00; }
.btn-orange:hover {
    color: #fff;
    background-color: #d57700;
    border-color: #c87000; }
.btn-orange:focus, .btn-orange.focus {
    color: #fff;
    background-color: #d57700;
    border-color: #c87000;
    box-shadow: 0 0 0 0.2rem rgba(218, 125, 6, 0.5); }
.btn-orange.disabled, .btn-orange:disabled {
    color: #212529;
    background-color: #fb8c00;
    border-color: #fb8c00; }
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #c87000;
    border-color: #bb6800; }
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(218, 125, 6, 0.5); }
.btn-purple {
  color: #fff;
  background-color: #745af2;
  border-color: #745af2; }
.btn-purple:hover {
    color: #fff;
    background-color: #5637ef;
    border-color: #4c2bee; }
.btn-purple:focus, .btn-purple.focus {
    color: #fff;
    background-color: #5637ef;
    border-color: #4c2bee;
    box-shadow: 0 0 0 0.2rem rgba(137, 115, 244, 0.5); }
.btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #745af2;
    border-color: #745af2; }
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #4c2bee;
    border-color: #421fed; }
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(137, 115, 244, 0.5); }
.btn-light-danger {
  color: #212529;
  background-color: #f9e7eb;
  border-color: #f9e7eb; }
.btn-light-danger:hover {
    color: #212529;
    background-color: #f1c8d2;
    border-color: #efbec9; }
.btn-light-danger:focus, .btn-light-danger.focus {
    color: #212529;
    background-color: #f1c8d2;
    border-color: #efbec9;
    box-shadow: 0 0 0 0.2rem rgba(217, 202, 206, 0.5); }
.btn-light-danger.disabled, .btn-light-danger:disabled {
    color: #212529;
    background-color: #f9e7eb;
    border-color: #f9e7eb; }
.btn-light-danger:not(:disabled):not(.disabled):active, .btn-light-danger:not(:disabled):not(.disabled).active,
  .show > .btn-light-danger.dropdown-toggle {
    color: #212529;
    background-color: #efbec9;
    border-color: #ecb4c1; }
.btn-light-danger:not(:disabled):not(.disabled):active:focus, .btn-light-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 202, 206, 0.5); }
.btn-light-success {
  color: #212529;
  background-color: #e8fdeb;
  border-color: #e8fdeb; }
.btn-light-success:hover {
    color: #212529;
    background-color: #c5facc;
    border-color: #b9f9c2; }
.btn-light-success:focus, .btn-light-success.focus {
    color: #212529;
    background-color: #c5facc;
    border-color: #b9f9c2;
    box-shadow: 0 0 0 0.2rem rgba(202, 221, 206, 0.5); }
.btn-light-success.disabled, .btn-light-success:disabled {
    color: #212529;
    background-color: #e8fdeb;
    border-color: #e8fdeb; }
.btn-light-success:not(:disabled):not(.disabled):active, .btn-light-success:not(:disabled):not(.disabled).active,
  .show > .btn-light-success.dropdown-toggle {
    color: #212529;
    background-color: #b9f9c2;
    border-color: #adf8b8; }
.btn-light-success:not(:disabled):not(.disabled):active:focus, .btn-light-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(202, 221, 206, 0.5); }
.btn-light-warning {
  color: #212529;
  background-color: #fff8ec;
  border-color: #fff8ec; }
.btn-light-warning:hover {
    color: #212529;
    background-color: #ffeac6;
    border-color: #ffe5b9; }
.btn-light-warning:focus, .btn-light-warning.focus {
    color: #212529;
    background-color: #ffeac6;
    border-color: #ffe5b9;
    box-shadow: 0 0 0 0.2rem rgba(222, 216, 207, 0.5); }
.btn-light-warning.disabled, .btn-light-warning:disabled {
    color: #212529;
    background-color: #fff8ec;
    border-color: #fff8ec; }
.btn-light-warning:not(:disabled):not(.disabled):active, .btn-light-warning:not(:disabled):not(.disabled).active,
  .show > .btn-light-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffe5b9;
    border-color: #ffe1ac; }
.btn-light-warning:not(:disabled):not(.disabled):active:focus, .btn-light-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 216, 207, 0.5); }
.btn-light-primary {
  color: #212529;
  background-color: #f1effd;
  border-color: #f1effd; }
.btn-light-primary:hover {
    color: #212529;
    background-color: #d3cdf9;
    border-color: #c9c2f7; }
.btn-light-primary:focus, .btn-light-primary.focus {
    color: #212529;
    background-color: #d3cdf9;
    border-color: #c9c2f7;
    box-shadow: 0 0 0 0.2rem rgba(210, 209, 221, 0.5); }
.btn-light-primary.disabled, .btn-light-primary:disabled {
    color: #212529;
    background-color: #f1effd;
    border-color: #f1effd; }
.btn-light-primary:not(:disabled):not(.disabled):active, .btn-light-primary:not(:disabled):not(.disabled).active,
  .show > .btn-light-primary.dropdown-toggle {
    color: #212529;
    background-color: #c9c2f7;
    border-color: #bfb6f6; }
.btn-light-primary:not(:disabled):not(.disabled):active:focus, .btn-light-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(210, 209, 221, 0.5); }
.btn-light-info {
  color: #212529;
  background-color: #cfecfe;
  border-color: #cfecfe; }
.btn-light-info:hover {
    color: #212529;
    background-color: #aaddfd;
    border-color: #9dd8fd; }
.btn-light-info:focus, .btn-light-info.focus {
    color: #212529;
    background-color: #aaddfd;
    border-color: #9dd8fd;
    box-shadow: 0 0 0 0.2rem rgba(181, 206, 222, 0.5); }
.btn-light-info.disabled, .btn-light-info:disabled {
    color: #212529;
    background-color: #cfecfe;
    border-color: #cfecfe; }
.btn-light-info:not(:disabled):not(.disabled):active, .btn-light-info:not(:disabled):not(.disabled).active,
  .show > .btn-light-info.dropdown-toggle {
    color: #212529;
    background-color: #9dd8fd;
    border-color: #91d3fd; }
.btn-light-info:not(:disabled):not(.disabled):active:focus, .btn-light-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(181, 206, 222, 0.5); }
.btn-light-inverse {
  color: #212529;
  background-color: #f6f6f6;
  border-color: #f6f6f6; }
.btn-light-inverse:hover {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #dddcdc; }
.btn-light-inverse:focus, .btn-light-inverse.focus {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #dddcdc;
    box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5); }
.btn-light-inverse.disabled, .btn-light-inverse:disabled {
    color: #212529;
    background-color: #f6f6f6;
    border-color: #f6f6f6; }
.btn-light-inverse:not(:disabled):not(.disabled):active, .btn-light-inverse:not(:disabled):not(.disabled).active,
  .show > .btn-light-inverse.dropdown-toggle {
    color: #212529;
    background-color: #dddcdc;
    border-color: #d6d6d6; }
.btn-light-inverse:not(:disabled):not(.disabled):active:focus, .btn-light-inverse:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-inverse.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5); }
.btn-light-megna {
  color: #212529;
  background-color: #e0f2f4;
  border-color: #e0f2f4; }
.btn-light-megna:hover {
    color: #212529;
    background-color: #c4e6ea;
    border-color: #bae2e7; }
.btn-light-megna:focus, .btn-light-megna.focus {
    color: #212529;
    background-color: #c4e6ea;
    border-color: #bae2e7;
    box-shadow: 0 0 0 0.2rem rgba(195, 211, 214, 0.5); }
.btn-light-megna.disabled, .btn-light-megna:disabled {
    color: #212529;
    background-color: #e0f2f4;
    border-color: #e0f2f4; }
.btn-light-megna:not(:disabled):not(.disabled):active, .btn-light-megna:not(:disabled):not(.disabled).active,
  .show > .btn-light-megna.dropdown-toggle {
    color: #212529;
    background-color: #bae2e7;
    border-color: #b1dee3; }
.btn-light-megna:not(:disabled):not(.disabled):active:focus, .btn-light-megna:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-megna.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(195, 211, 214, 0.5); }
.btn-outline-primary {
  color: #7460ee;
  border-color: #7460ee; }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #7460ee;
    background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5); }
.btn-outline-secondary {
  color: #cccccc;
  border-color: #cccccc; }
.btn-outline-secondary:hover {
    color: #212529;
    background-color: #cccccc;
    border-color: #cccccc; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #cccccc;
    background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #cccccc;
    border-color: #cccccc; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5); }
.btn-outline-success {
  color: #06d79c;
  border-color: #06d79c; }
.btn-outline-success:hover {
    color: #fff;
    background-color: #06d79c;
    border-color: #06d79c; }
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(6, 215, 156, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #06d79c;
    background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #06d79c;
    border-color: #06d79c; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(6, 215, 156, 0.5); }
.btn-outline-info {
  color: #398bf7;
  border-color: #398bf7; }
.btn-outline-info:hover {
    color: #fff;
    background-color: #398bf7;
    border-color: #398bf7; }
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 139, 247, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #398bf7;
    background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #398bf7;
    border-color: #398bf7; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(57, 139, 247, 0.5); }
.btn-outline-warning {
  color: #ffb22b;
  border-color: #ffb22b; }
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffb22b;
    border-color: #ffb22b; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 178, 43, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffb22b;
    background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffb22b;
    border-color: #ffb22b; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 178, 43, 0.5); }
.btn-outline-danger {
  color: #ef5350;
  border-color: #ef5350; }
.btn-outline-danger:hover {
    color: #fff;
    background-color: #ef5350;
    border-color: #ef5350; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ef5350;
    background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ef5350;
    border-color: #ef5350; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.5); }
.btn-outline-light {
  color: #e9edf2;
  border-color: #e9edf2; }
.btn-outline-light:hover {
    color: #212529;
    background-color: #e9edf2;
    border-color: #e9edf2; }
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 237, 242, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #e9edf2;
    background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #e9edf2;
    border-color: #e9edf2; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(233, 237, 242, 0.5); }
.btn-outline-dark {
  color: #263238;
  border-color: #263238; }
.btn-outline-dark:hover {
    color: #fff;
    background-color: #263238;
    border-color: #263238; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #263238;
    background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #263238;
    border-color: #263238; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.5); }
.btn-outline-muted {
  color: #99abb4;
  border-color: #99abb4; }
.btn-outline-muted:hover {
    color: #212529;
    background-color: #99abb4;
    border-color: #99abb4; }
.btn-outline-muted:focus, .btn-outline-muted.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 171, 180, 0.5); }
.btn-outline-muted.disabled, .btn-outline-muted:disabled {
    color: #99abb4;
    background-color: transparent; }
.btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled).active,
  .show > .btn-outline-muted.dropdown-toggle {
    color: #212529;
    background-color: #99abb4;
    border-color: #99abb4; }
.btn-outline-muted:not(:disabled):not(.disabled):active:focus, .btn-outline-muted:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-muted.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(153, 171, 180, 0.5); }
.btn-outline-cyan {
  color: #4fc3f7;
  border-color: #4fc3f7; }
.btn-outline-cyan:hover {
    color: #212529;
    background-color: #4fc3f7;
    border-color: #4fc3f7; }
.btn-outline-cyan:focus, .btn-outline-cyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(79, 195, 247, 0.5); }
.btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
    color: #4fc3f7;
    background-color: transparent; }
.btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan.dropdown-toggle {
    color: #212529;
    background-color: #4fc3f7;
    border-color: #4fc3f7; }
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(79, 195, 247, 0.5); }
.btn-outline-orange {
  color: #fb8c00;
  border-color: #fb8c00; }
.btn-outline-orange:hover {
    color: #212529;
    background-color: #fb8c00;
    border-color: #fb8c00; }
.btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 140, 0, 0.5); }
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #fb8c00;
    background-color: transparent; }
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #212529;
    background-color: #fb8c00;
    border-color: #fb8c00; }
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(251, 140, 0, 0.5); }
.btn-outline-purple {
  color: #745af2;
  border-color: #745af2; }
.btn-outline-purple:hover {
    color: #fff;
    background-color: #745af2;
    border-color: #745af2; }
.btn-outline-purple:focus, .btn-outline-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 90, 242, 0.5); }
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
    color: #745af2;
    background-color: transparent; }
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
  .show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #745af2;
    border-color: #745af2; }
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(116, 90, 242, 0.5); }
.btn-outline-light-danger {
  color: #f9e7eb;
  border-color: #f9e7eb; }
.btn-outline-light-danger:hover {
    color: #212529;
    background-color: #f9e7eb;
    border-color: #f9e7eb; }
.btn-outline-light-danger:focus, .btn-outline-light-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 231, 235, 0.5); }
.btn-outline-light-danger.disabled, .btn-outline-light-danger:disabled {
    color: #f9e7eb;
    background-color: transparent; }
.btn-outline-light-danger:not(:disabled):not(.disabled):active, .btn-outline-light-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-danger.dropdown-toggle {
    color: #212529;
    background-color: #f9e7eb;
    border-color: #f9e7eb; }
.btn-outline-light-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-light-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(249, 231, 235, 0.5); }
.btn-outline-light-success {
  color: #e8fdeb;
  border-color: #e8fdeb; }
.btn-outline-light-success:hover {
    color: #212529;
    background-color: #e8fdeb;
    border-color: #e8fdeb; }
.btn-outline-light-success:focus, .btn-outline-light-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 253, 235, 0.5); }
.btn-outline-light-success.disabled, .btn-outline-light-success:disabled {
    color: #e8fdeb;
    background-color: transparent; }
.btn-outline-light-success:not(:disabled):not(.disabled):active, .btn-outline-light-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-success.dropdown-toggle {
    color: #212529;
    background-color: #e8fdeb;
    border-color: #e8fdeb; }
.btn-outline-light-success:not(:disabled):not(.disabled):active:focus, .btn-outline-light-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(232, 253, 235, 0.5); }
.btn-outline-light-warning {
  color: #fff8ec;
  border-color: #fff8ec; }
.btn-outline-light-warning:hover {
    color: #212529;
    background-color: #fff8ec;
    border-color: #fff8ec; }
.btn-outline-light-warning:focus, .btn-outline-light-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 248, 236, 0.5); }
.btn-outline-light-warning.disabled, .btn-outline-light-warning:disabled {
    color: #fff8ec;
    background-color: transparent; }
.btn-outline-light-warning:not(:disabled):not(.disabled):active, .btn-outline-light-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-warning.dropdown-toggle {
    color: #212529;
    background-color: #fff8ec;
    border-color: #fff8ec; }
.btn-outline-light-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-light-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 248, 236, 0.5); }
.btn-outline-light-primary {
  color: #f1effd;
  border-color: #f1effd; }
.btn-outline-light-primary:hover {
    color: #212529;
    background-color: #f1effd;
    border-color: #f1effd; }
.btn-outline-light-primary:focus, .btn-outline-light-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 239, 253, 0.5); }
.btn-outline-light-primary.disabled, .btn-outline-light-primary:disabled {
    color: #f1effd;
    background-color: transparent; }
.btn-outline-light-primary:not(:disabled):not(.disabled):active, .btn-outline-light-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-primary.dropdown-toggle {
    color: #212529;
    background-color: #f1effd;
    border-color: #f1effd; }
.btn-outline-light-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-light-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 239, 253, 0.5); }
.btn-outline-light-info {
  color: #cfecfe;
  border-color: #cfecfe; }
.btn-outline-light-info:hover {
    color: #212529;
    background-color: #cfecfe;
    border-color: #cfecfe; }
.btn-outline-light-info:focus, .btn-outline-light-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(207, 236, 254, 0.5); }
.btn-outline-light-info.disabled, .btn-outline-light-info:disabled {
    color: #cfecfe;
    background-color: transparent; }
.btn-outline-light-info:not(:disabled):not(.disabled):active, .btn-outline-light-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-info.dropdown-toggle {
    color: #212529;
    background-color: #cfecfe;
    border-color: #cfecfe; }
.btn-outline-light-info:not(:disabled):not(.disabled):active:focus, .btn-outline-light-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 236, 254, 0.5); }
.btn-outline-light-inverse {
  color: #f6f6f6;
  border-color: #f6f6f6; }
.btn-outline-light-inverse:hover {
    color: #212529;
    background-color: #f6f6f6;
    border-color: #f6f6f6; }
.btn-outline-light-inverse:focus, .btn-outline-light-inverse.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5); }
.btn-outline-light-inverse.disabled, .btn-outline-light-inverse:disabled {
    color: #f6f6f6;
    background-color: transparent; }
.btn-outline-light-inverse:not(:disabled):not(.disabled):active, .btn-outline-light-inverse:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-inverse.dropdown-toggle {
    color: #212529;
    background-color: #f6f6f6;
    border-color: #f6f6f6; }
.btn-outline-light-inverse:not(:disabled):not(.disabled):active:focus, .btn-outline-light-inverse:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-inverse.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5); }
.btn-outline-light-megna {
  color: #e0f2f4;
  border-color: #e0f2f4; }
.btn-outline-light-megna:hover {
    color: #212529;
    background-color: #e0f2f4;
    border-color: #e0f2f4; }
.btn-outline-light-megna:focus, .btn-outline-light-megna.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 242, 244, 0.5); }
.btn-outline-light-megna.disabled, .btn-outline-light-megna:disabled {
    color: #e0f2f4;
    background-color: transparent; }
.btn-outline-light-megna:not(:disabled):not(.disabled):active, .btn-outline-light-megna:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-megna.dropdown-toggle {
    color: #212529;
    background-color: #e0f2f4;
    border-color: #e0f2f4; }
.btn-outline-light-megna:not(:disabled):not(.disabled):active:focus, .btn-outline-light-megna:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-megna.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 242, 244, 0.5); }
.btn-link {
  font-weight: 400;
  color: #7460ee;
  text-decoration: none; }
.btn-link:hover {
    color: #381be7;
    text-decoration: underline; }
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
    color: #cccccc;
    pointer-events: none; }
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .un-button-medium, .btn-group-lg > .un-btn-primary, .btn-group-lg > .un-btn-outline-2, .btn-group-lg > .un-button-outline, .btn-group-lg > .un-button, .btn-group-lg > .un-btn-login, .btn-group-lg > .un-btn-signup, .btn-group-lg > .un-btn-google, .btn-group-lg > .un-btn-apple, .btn-group-lg > .un-go-signup, .btn-group-lg > .un-skip-login,
.btn-group-lg > .un-forget-pass,
.btn-group-lg > .un-reset-pass, .btn-group-lg > .un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .btn-group-lg > .menuItem, #footerMenu .col .btn-group .btn-group-lg > .menuItem, #footerMenu .box-mid .btn-group .btn-group-lg > .menuItem, #footerMenu #report-wrapper .btn-group .btn-group-lg > .menuItem {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2px; }
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .un-button-medium, .btn-group-sm > .un-btn-primary, .btn-group-sm > .un-btn-outline-2, .btn-group-sm > .un-button-outline, .btn-group-sm > .un-button, .btn-group-sm > .un-btn-login, .btn-group-sm > .un-btn-signup, .btn-group-sm > .un-btn-google, .btn-group-sm > .un-btn-apple, .btn-group-sm > .un-go-signup, .btn-group-sm > .un-skip-login,
.btn-group-sm > .un-forget-pass,
.btn-group-sm > .un-reset-pass, .btn-group-sm > .un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .btn-group-sm > .menuItem, #footerMenu .col .btn-group .btn-group-sm > .menuItem, #footerMenu .box-mid .btn-group .btn-group-sm > .menuItem, #footerMenu #report-wrapper .btn-group .btn-group-sm > .menuItem {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1px; }
.btn-block, .un-button-outline, .un-button, .un-btn-login, .un-btn-signup, .un-btn-google, .un-btn-apple, .un-go-signup {
  display: block;
  width: 100%; }
.btn-block + .btn-block, .un-button-outline + .btn-block, .un-button + .btn-block, .un-btn-login + .btn-block, .un-btn-signup + .btn-block, .un-btn-google + .btn-block, .un-btn-apple + .btn-block, .un-go-signup + .btn-block, .btn-block + .un-button-outline, .un-button-outline + .un-button-outline, .un-button + .un-button-outline, .un-btn-login + .un-button-outline, .un-btn-signup + .un-button-outline, .un-btn-google + .un-button-outline, .un-btn-apple + .un-button-outline, .un-go-signup + .un-button-outline, .btn-block + .un-button, .un-button-outline + .un-button, .un-button + .un-button, .un-btn-login + .un-button, .un-btn-signup + .un-button, .un-btn-google + .un-button, .un-btn-apple + .un-button, .un-go-signup + .un-button, .btn-block + .un-btn-login, .un-button-outline + .un-btn-login, .un-button + .un-btn-login, .un-btn-login + .un-btn-login, .un-btn-signup + .un-btn-login, .un-btn-google + .un-btn-login, .un-btn-apple + .un-btn-login, .un-go-signup + .un-btn-login, .btn-block + .un-btn-signup, .un-button-outline + .un-btn-signup, .un-button + .un-btn-signup, .un-btn-login + .un-btn-signup, .un-btn-signup + .un-btn-signup, .un-btn-google + .un-btn-signup, .un-btn-apple + .un-btn-signup, .un-go-signup + .un-btn-signup, .btn-block + .un-btn-google, .un-button-outline + .un-btn-google, .un-button + .un-btn-google, .un-btn-login + .un-btn-google, .un-btn-signup + .un-btn-google, .un-btn-google + .un-btn-google, .un-btn-apple + .un-btn-google, .un-go-signup + .un-btn-google, .btn-block + .un-btn-apple, .un-button-outline + .un-btn-apple, .un-button + .un-btn-apple, .un-btn-login + .un-btn-apple, .un-btn-signup + .un-btn-apple, .un-btn-google + .un-btn-apple, .un-btn-apple + .un-btn-apple, .un-go-signup + .un-btn-apple, .btn-block + .un-go-signup, .un-button-outline + .un-go-signup, .un-button + .un-go-signup, .un-btn-login + .un-go-signup, .un-btn-signup + .un-go-signup, .un-btn-google + .un-go-signup, .un-btn-apple + .un-go-signup, .un-go-signup + .un-go-signup {
    margin-top: 0.5rem; }
input[type="submit"].btn-block, input.un-button-outline[type="submit"], input.un-button[type="submit"], input.un-btn-login[type="submit"], input.un-btn-signup[type="submit"], input.un-btn-google[type="submit"], input.un-btn-apple[type="submit"], input.un-go-signup[type="submit"],
input[type="reset"].btn-block,
input.un-button-outline[type="reset"],
input.un-button[type="reset"],
input.un-btn-login[type="reset"],
input.un-btn-signup[type="reset"],
input.un-btn-google[type="reset"],
input.un-btn-apple[type="reset"],
input.un-go-signup[type="reset"],
input[type="button"].btn-block,
input.un-button-outline[type="button"],
input.un-button[type="button"],
input.un-btn-login[type="button"],
input.un-btn-signup[type="button"],
input.un-btn-google[type="button"],
input.un-btn-apple[type="button"],
input.un-go-signup[type="button"] {
  width: 100%; }
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
@media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
.fade:not(.show) {
    opacity: 0; }
.collapse:not(.show) {
  display: none; }
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
  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;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9edf2;
  border-radius: 2px; }
.dropdown-menu-left {
  right: auto;
  left: 0; }
.dropdown-menu-right {
  right: 0;
  left: auto; }
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1600px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  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; }
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .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; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .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; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #ebf3f5; }
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  clear: both;
  font-weight: 400;
  color: #67757c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #ebf3f5; }
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009ddc; }
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #cccccc;
    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: #cccccc;
  white-space: nowrap; }
.dropdown-item-text {
  display: block;
  padding: 0.65rem 1rem;
  color: #67757c; }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle; }
.btn-group > .btn, .btn-group > .un-button-medium, .btn-group > .un-btn-primary, .btn-group > .un-btn-outline-2, .btn-group > .un-button-outline, .btn-group > .un-button, .btn-group > .un-btn-login, .btn-group > .un-btn-signup, .btn-group > .un-btn-google, .btn-group > .un-btn-apple, .btn-group > .un-go-signup, .btn-group > .un-skip-login,
  .btn-group > .un-forget-pass,
  .btn-group > .un-reset-pass, .btn-group > .un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group > .menuItem, #footerMenu .col .btn-group > .menuItem, #footerMenu .box-mid .btn-group > .menuItem, #footerMenu #report-wrapper .btn-group > .menuItem,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .un-button-medium,
  .btn-group-vertical > .un-btn-primary,
  .btn-group-vertical > .un-btn-outline-2,
  .btn-group-vertical > .un-button-outline,
  .btn-group-vertical > .un-button,
  .btn-group-vertical > .un-btn-login,
  .btn-group-vertical > .un-btn-signup,
  .btn-group-vertical > .un-btn-google,
  .btn-group-vertical > .un-btn-apple,
  .btn-group-vertical > .un-go-signup,
  .btn-group-vertical > .un-skip-login,
  .btn-group-vertical > .un-forget-pass,
  .btn-group-vertical > .un-reset-pass,
  .btn-group-vertical > .un-slot-selector,
  #un-cardBody #un-visitcardHeader .btn-group .btn-group-vertical > .menuItem,
  #footerMenu .col .btn-group .btn-group-vertical > .menuItem,
  #footerMenu .box-mid .btn-group .btn-group-vertical > .menuItem,
  #footerMenu #report-wrapper .btn-group .btn-group-vertical > .menuItem {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
.btn-group > .btn:hover, .btn-group > .un-button-medium:hover, .btn-group > .un-btn-primary:hover, .btn-group > .un-btn-outline-2:hover, .btn-group > .un-button-outline:hover, .btn-group > .un-button:hover, .btn-group > .un-btn-login:hover, .btn-group > .un-btn-signup:hover, .btn-group > .un-btn-google:hover, .btn-group > .un-btn-apple:hover, .btn-group > .un-go-signup:hover, .btn-group > .un-skip-login:hover,
    .btn-group > .un-forget-pass:hover,
    .btn-group > .un-reset-pass:hover, .btn-group > .un-slot-selector:hover, #un-cardBody #un-visitcardHeader .btn-group > .menuItem:hover, #footerMenu .col .btn-group > .menuItem:hover, #footerMenu .box-mid .btn-group > .menuItem:hover, #footerMenu #report-wrapper .btn-group > .menuItem:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .un-button-medium:hover,
    .btn-group-vertical > .un-btn-primary:hover,
    .btn-group-vertical > .un-btn-outline-2:hover,
    .btn-group-vertical > .un-button-outline:hover,
    .btn-group-vertical > .un-button:hover,
    .btn-group-vertical > .un-btn-login:hover,
    .btn-group-vertical > .un-btn-signup:hover,
    .btn-group-vertical > .un-btn-google:hover,
    .btn-group-vertical > .un-btn-apple:hover,
    .btn-group-vertical > .un-go-signup:hover,
    .btn-group-vertical > .un-skip-login:hover,
    .btn-group-vertical > .un-forget-pass:hover,
    .btn-group-vertical > .un-reset-pass:hover,
    .btn-group-vertical > .un-slot-selector:hover,
    #un-cardBody #un-visitcardHeader .btn-group .btn-group-vertical > .menuItem:hover,
    #footerMenu .col .btn-group .btn-group-vertical > .menuItem:hover,
    #footerMenu .box-mid .btn-group .btn-group-vertical > .menuItem:hover,
    #footerMenu #report-wrapper .btn-group .btn-group-vertical > .menuItem:hover {
      z-index: 1; }
.btn-group > .btn:focus, .btn-group > .un-button-medium:focus, .btn-group > .un-btn-primary:focus, .btn-group > .un-btn-outline-2:focus, .btn-group > .un-button-outline:focus, .btn-group > .un-button:focus, .btn-group > .un-btn-login:focus, .btn-group > .un-btn-signup:focus, .btn-group > .un-btn-google:focus, .btn-group > .un-btn-apple:focus, .btn-group > .un-go-signup:focus, .btn-group > .un-skip-login:focus,
    .btn-group > .un-forget-pass:focus,
    .btn-group > .un-reset-pass:focus, .btn-group > .un-slot-selector:focus, #un-cardBody #un-visitcardHeader .btn-group > .menuItem:focus, #footerMenu .col .btn-group > .menuItem:focus, #footerMenu .box-mid .btn-group > .menuItem:focus, #footerMenu #report-wrapper .btn-group > .menuItem:focus, .btn-group > .btn:active, .btn-group > .un-button-medium:active, .btn-group > .un-btn-primary:active, .btn-group > .un-btn-outline-2:active, .btn-group > .un-button-outline:active, .btn-group > .un-button:active, .btn-group > .un-btn-login:active, .btn-group > .un-btn-signup:active, .btn-group > .un-btn-google:active, .btn-group > .un-btn-apple:active, .btn-group > .un-go-signup:active, .btn-group > .un-skip-login:active,
    .btn-group > .un-forget-pass:active,
    .btn-group > .un-reset-pass:active, .btn-group > .un-slot-selector:active, #un-cardBody #un-visitcardHeader .btn-group > .menuItem:active, #footerMenu .col .btn-group > .menuItem:active, #footerMenu .box-mid .btn-group > .menuItem:active, #footerMenu #report-wrapper .btn-group > .menuItem:active, .btn-group > .btn.active, .btn-group > .active.un-button-medium, .btn-group > .active.un-btn-primary, .btn-group > .active.un-btn-outline-2, .btn-group > .active.un-button-outline, .btn-group > .active.un-button, .btn-group > .active.un-btn-login, .btn-group > .active.un-btn-signup, .btn-group > .active.un-btn-google, .btn-group > .active.un-btn-apple, .btn-group > .active.un-go-signup, .btn-group > .active.un-skip-login,
    .btn-group > .active.un-forget-pass,
    .btn-group > .active.un-reset-pass, .btn-group > .active.un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group > .active.menuItem, #footerMenu .col .btn-group > .active.menuItem, #footerMenu .box-mid .btn-group > .active.menuItem, #footerMenu #report-wrapper .btn-group > .active.menuItem,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .un-button-medium:focus,
    .btn-group-vertical > .un-btn-primary:focus,
    .btn-group-vertical > .un-btn-outline-2:focus,
    .btn-group-vertical > .un-button-outline:focus,
    .btn-group-vertical > .un-button:focus,
    .btn-group-vertical > .un-btn-login:focus,
    .btn-group-vertical > .un-btn-signup:focus,
    .btn-group-vertical > .un-btn-google:focus,
    .btn-group-vertical > .un-btn-apple:focus,
    .btn-group-vertical > .un-go-signup:focus,
    .btn-group-vertical > .un-skip-login:focus,
    .btn-group-vertical > .un-forget-pass:focus,
    .btn-group-vertical > .un-reset-pass:focus,
    .btn-group-vertical > .un-slot-selector:focus,
    #un-cardBody #un-visitcardHeader .btn-group .btn-group-vertical > .menuItem:focus,
    #footerMenu .col .btn-group .btn-group-vertical > .menuItem:focus,
    #footerMenu .box-mid .btn-group .btn-group-vertical > .menuItem:focus,
    #footerMenu #report-wrapper .btn-group .btn-group-vertical > .menuItem:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .un-button-medium:active,
    .btn-group-vertical > .un-btn-primary:active,
    .btn-group-vertical > .un-btn-outline-2:active,
    .btn-group-vertical > .un-button-outline:active,
    .btn-group-vertical > .un-button:active,
    .btn-group-vertical > .un-btn-login:active,
    .btn-group-vertical > .un-btn-signup:active,
    .btn-group-vertical > .un-btn-google:active,
    .btn-group-vertical > .un-btn-apple:active,
    .btn-group-vertical > .un-go-signup:active,
    .btn-group-vertical > .un-skip-login:active,
    .btn-group-vertical > .un-forget-pass:active,
    .btn-group-vertical > .un-reset-pass:active,
    .btn-group-vertical > .un-slot-selector:active,
    #un-cardBody #un-visitcardHeader .btn-group .btn-group-vertical > .menuItem:active,
    #footerMenu .col .btn-group .btn-group-vertical > .menuItem:active,
    #footerMenu .box-mid .btn-group .btn-group-vertical > .menuItem:active,
    #footerMenu #report-wrapper .btn-group .btn-group-vertical > .menuItem:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.un-button-medium,
    .btn-group-vertical > .active.un-btn-primary,
    .btn-group-vertical > .active.un-btn-outline-2,
    .btn-group-vertical > .active.un-button-outline,
    .btn-group-vertical > .active.un-button,
    .btn-group-vertical > .active.un-btn-login,
    .btn-group-vertical > .active.un-btn-signup,
    .btn-group-vertical > .active.un-btn-google,
    .btn-group-vertical > .active.un-btn-apple,
    .btn-group-vertical > .active.un-go-signup,
    .btn-group-vertical > .active.un-skip-login,
    .btn-group-vertical > .active.un-forget-pass,
    .btn-group-vertical > .active.un-reset-pass,
    .btn-group-vertical > .active.un-slot-selector,
    #un-cardBody #un-visitcardHeader .btn-group .btn-group-vertical > .active.menuItem,
    #footerMenu .col .btn-group .btn-group-vertical > .active.menuItem,
    #footerMenu .box-mid .btn-group .btn-group-vertical > .active.menuItem,
    #footerMenu #report-wrapper .btn-group .btn-group-vertical > .active.menuItem {
      z-index: 1; }
.btn-toolbar {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start; }
.btn-toolbar .input-group {
    width: auto; }
.btn-group > .btn:not(:first-child), .btn-group > .un-button-medium:not(:first-child), .btn-group > .un-btn-primary:not(:first-child), .btn-group > .un-btn-outline-2:not(:first-child), .btn-group > .un-button-outline:not(:first-child), .btn-group > .un-button:not(:first-child), .btn-group > .un-btn-login:not(:first-child), .btn-group > .un-btn-signup:not(:first-child), .btn-group > .un-btn-google:not(:first-child), .btn-group > .un-btn-apple:not(:first-child), .btn-group > .un-go-signup:not(:first-child), .btn-group > .un-skip-login:not(:first-child),
.btn-group > .un-forget-pass:not(:first-child),
.btn-group > .un-reset-pass:not(:first-child), .btn-group > .un-slot-selector:not(:first-child), #un-cardBody #un-visitcardHeader .btn-group > .menuItem:not(:first-child), #footerMenu .col .btn-group > .menuItem:not(:first-child), #footerMenu .box-mid .btn-group > .menuItem:not(:first-child), #footerMenu #report-wrapper .btn-group > .menuItem:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .un-button-medium:not(:last-child):not(.dropdown-toggle), .btn-group > .un-btn-primary:not(:last-child):not(.dropdown-toggle), .btn-group > .un-btn-outline-2:not(:last-child):not(.dropdown-toggle), .btn-group > .un-button-outline:not(:last-child):not(.dropdown-toggle), .btn-group > .un-button:not(:last-child):not(.dropdown-toggle), .btn-group > .un-btn-login:not(:last-child):not(.dropdown-toggle), .btn-group > .un-btn-signup:not(:last-child):not(.dropdown-toggle), .btn-group > .un-btn-google:not(:last-child):not(.dropdown-toggle), .btn-group > .un-btn-apple:not(:last-child):not(.dropdown-toggle), .btn-group > .un-go-signup:not(:last-child):not(.dropdown-toggle), .btn-group > .un-skip-login:not(:last-child):not(.dropdown-toggle),
.btn-group > .un-forget-pass:not(:last-child):not(.dropdown-toggle),
.btn-group > .un-reset-pass:not(:last-child):not(.dropdown-toggle), .btn-group > .un-slot-selector:not(:last-child):not(.dropdown-toggle), #un-cardBody #un-visitcardHeader .btn-group > .menuItem:not(:last-child):not(.dropdown-toggle), #footerMenu .col .btn-group > .menuItem:not(:last-child):not(.dropdown-toggle), #footerMenu .box-mid .btn-group > .menuItem:not(:last-child):not(.dropdown-toggle), #footerMenu #report-wrapper .btn-group > .menuItem:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .un-button-medium,
.btn-group > .btn-group:not(:last-child) > .un-btn-primary,
.btn-group > .btn-group:not(:last-child) > .un-btn-outline-2,
.btn-group > .btn-group:not(:last-child) > .un-button-outline,
.btn-group > .btn-group:not(:last-child) > .un-button,
.btn-group > .btn-group:not(:last-child) > .un-btn-login,
.btn-group > .btn-group:not(:last-child) > .un-btn-signup,
.btn-group > .btn-group:not(:last-child) > .un-btn-google,
.btn-group > .btn-group:not(:last-child) > .un-btn-apple,
.btn-group > .btn-group:not(:last-child) > .un-go-signup,
.btn-group > .btn-group:not(:last-child) > .un-skip-login,
.btn-group > .btn-group:not(:last-child) > .un-forget-pass,
.btn-group > .btn-group:not(:last-child) > .un-reset-pass,
.btn-group > .btn-group:not(:last-child) > .un-slot-selector,
#un-cardBody #un-visitcardHeader .btn-group > .btn-group:not(:last-child) > .menuItem,
#footerMenu .col .btn-group > .btn-group:not(:last-child) > .menuItem,
#footerMenu .box-mid .btn-group > .btn-group:not(:last-child) > .menuItem,
#footerMenu #report-wrapper .btn-group > .btn-group:not(:last-child) > .menuItem {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child), .btn-group > .un-button-medium:not(:first-child), .btn-group > .un-btn-primary:not(:first-child), .btn-group > .un-btn-outline-2:not(:first-child), .btn-group > .un-button-outline:not(:first-child), .btn-group > .un-button:not(:first-child), .btn-group > .un-btn-login:not(:first-child), .btn-group > .un-btn-signup:not(:first-child), .btn-group > .un-btn-google:not(:first-child), .btn-group > .un-btn-apple:not(:first-child), .btn-group > .un-go-signup:not(:first-child), .btn-group > .un-skip-login:not(:first-child),
.btn-group > .un-forget-pass:not(:first-child),
.btn-group > .un-reset-pass:not(:first-child), .btn-group > .un-slot-selector:not(:first-child), #un-cardBody #un-visitcardHeader .btn-group > .menuItem:not(:first-child), #footerMenu .col .btn-group > .menuItem:not(:first-child), #footerMenu .box-mid .btn-group > .menuItem:not(:first-child), #footerMenu #report-wrapper .btn-group > .menuItem:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .un-button-medium,
.btn-group > .btn-group:not(:first-child) > .un-btn-primary,
.btn-group > .btn-group:not(:first-child) > .un-btn-outline-2,
.btn-group > .btn-group:not(:first-child) > .un-button-outline,
.btn-group > .btn-group:not(:first-child) > .un-button,
.btn-group > .btn-group:not(:first-child) > .un-btn-login,
.btn-group > .btn-group:not(:first-child) > .un-btn-signup,
.btn-group > .btn-group:not(:first-child) > .un-btn-google,
.btn-group > .btn-group:not(:first-child) > .un-btn-apple,
.btn-group > .btn-group:not(:first-child) > .un-go-signup,
.btn-group > .btn-group:not(:first-child) > .un-skip-login,
.btn-group > .btn-group:not(:first-child) > .un-forget-pass,
.btn-group > .btn-group:not(:first-child) > .un-reset-pass,
.btn-group > .btn-group:not(:first-child) > .un-slot-selector,
#un-cardBody #un-visitcardHeader .btn-group > .btn-group:not(:first-child) > .menuItem,
#footerMenu .col .btn-group > .btn-group:not(:first-child) > .menuItem,
#footerMenu .box-mid .btn-group > .btn-group:not(:first-child) > .menuItem,
#footerMenu #report-wrapper .btn-group > .btn-group:not(:first-child) > .menuItem {
  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,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
    margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .un-button-medium + .dropdown-toggle-split, .btn-group-sm > .un-btn-primary + .dropdown-toggle-split, .btn-group-sm > .un-btn-outline-2 + .dropdown-toggle-split, .btn-group-sm > .un-button-outline + .dropdown-toggle-split, .btn-group-sm > .un-button + .dropdown-toggle-split, .btn-group-sm > .un-btn-login + .dropdown-toggle-split, .btn-group-sm > .un-btn-signup + .dropdown-toggle-split, .btn-group-sm > .un-btn-google + .dropdown-toggle-split, .btn-group-sm > .un-btn-apple + .dropdown-toggle-split, .btn-group-sm > .un-go-signup + .dropdown-toggle-split, .btn-group-sm > .un-skip-login + .dropdown-toggle-split, .btn-group-sm > .un-forget-pass + .dropdown-toggle-split, .btn-group-sm > .un-reset-pass + .dropdown-toggle-split, .btn-group-sm > .un-slot-selector + .dropdown-toggle-split, #un-cardBody #un-visitcardHeader .btn-group .btn-group-sm > .menuItem + .dropdown-toggle-split, #footerMenu .col .btn-group .btn-group-sm > .menuItem + .dropdown-toggle-split, #footerMenu .box-mid .btn-group .btn-group-sm > .menuItem + .dropdown-toggle-split, #footerMenu #report-wrapper .btn-group .btn-group-sm > .menuItem + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .un-button-medium + .dropdown-toggle-split, .btn-group-lg > .un-btn-primary + .dropdown-toggle-split, .btn-group-lg > .un-btn-outline-2 + .dropdown-toggle-split, .btn-group-lg > .un-button-outline + .dropdown-toggle-split, .btn-group-lg > .un-button + .dropdown-toggle-split, .btn-group-lg > .un-btn-login + .dropdown-toggle-split, .btn-group-lg > .un-btn-signup + .dropdown-toggle-split, .btn-group-lg > .un-btn-google + .dropdown-toggle-split, .btn-group-lg > .un-btn-apple + .dropdown-toggle-split, .btn-group-lg > .un-go-signup + .dropdown-toggle-split, .btn-group-lg > .un-skip-login + .dropdown-toggle-split, .btn-group-lg > .un-forget-pass + .dropdown-toggle-split, .btn-group-lg > .un-reset-pass + .dropdown-toggle-split, .btn-group-lg > .un-slot-selector + .dropdown-toggle-split, #un-cardBody #un-visitcardHeader .btn-group .btn-group-lg > .menuItem + .dropdown-toggle-split, #footerMenu .col .btn-group .btn-group-lg > .menuItem + .dropdown-toggle-split, #footerMenu .box-mid .btn-group .btn-group-lg > .menuItem + .dropdown-toggle-split, #footerMenu #report-wrapper .btn-group .btn-group-lg > .menuItem + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center; }
.btn-group-vertical > .btn,
  .btn-group-vertical > .un-button-medium,
  .btn-group-vertical > .un-btn-primary,
  .btn-group-vertical > .un-btn-outline-2,
  .btn-group-vertical > .un-button-outline,
  .btn-group-vertical > .un-button,
  .btn-group-vertical > .un-btn-login,
  .btn-group-vertical > .un-btn-signup,
  .btn-group-vertical > .un-btn-google,
  .btn-group-vertical > .un-btn-apple,
  .btn-group-vertical > .un-go-signup,
  .btn-group-vertical > .un-skip-login,
  .btn-group-vertical > .un-forget-pass,
  .btn-group-vertical > .un-reset-pass,
  .btn-group-vertical > .un-slot-selector,
  #un-cardBody #un-visitcardHeader .btn-group .btn-group-vertical > .menuItem,
  #footerMenu .col .btn-group .btn-group-vertical > .menuItem,
  #footerMenu .box-mid .btn-group .btn-group-vertical > .menuItem,
  #footerMenu #report-wrapper .btn-group .btn-group-vertical > .menuItem,
  .btn-group-vertical > .btn-group {
    width: 100%; }
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .un-button-medium:not(:first-child), .btn-group-vertical > .un-btn-primary:not(:first-child), .btn-group-vertical > .un-btn-outline-2:not(:first-child), .btn-group-vertical > .un-button-outline:not(:first-child), .btn-group-vertical > .un-button:not(:first-child), .btn-group-vertical > .un-btn-login:not(:first-child), .btn-group-vertical > .un-btn-signup:not(:first-child), .btn-group-vertical > .un-btn-google:not(:first-child), .btn-group-vertical > .un-btn-apple:not(:first-child), .btn-group-vertical > .un-go-signup:not(:first-child), .btn-group-vertical > .un-skip-login:not(:first-child),
  .btn-group-vertical > .un-forget-pass:not(:first-child),
  .btn-group-vertical > .un-reset-pass:not(:first-child), .btn-group-vertical > .un-slot-selector:not(:first-child), #un-cardBody #un-visitcardHeader .btn-group .btn-group-vertical > .menuItem:not(:first-child), #footerMenu .col .btn-group .btn-group-vertical > .menuItem:not(:first-child), #footerMenu .box-mid .btn-group .btn-group-vertical > .menuItem:not(:first-child), #footerMenu #report-wrapper .btn-group .btn-group-vertical > .menuItem: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 > .un-button-medium:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .un-btn-primary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .un-btn-outline-2:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .un-button-outline:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .un-button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .un-btn-login:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .un-btn-signup:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .un-btn-google:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .un-btn-apple:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .un-go-signup:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .un-skip-login:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .un-forget-pass:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .un-reset-pass:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .un-slot-selector:not(:last-child):not(.dropdown-toggle), #un-cardBody #un-visitcardHeader .btn-group .btn-group-vertical > .menuItem:not(:last-child):not(.dropdown-toggle), #footerMenu .col .btn-group .btn-group-vertical > .menuItem:not(:last-child):not(.dropdown-toggle), #footerMenu .box-mid .btn-group .btn-group-vertical > .menuItem:not(:last-child):not(.dropdown-toggle), #footerMenu #report-wrapper .btn-group .btn-group-vertical > .menuItem:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-button-medium,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-btn-primary,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-btn-outline-2,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-button-outline,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-button,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-btn-login,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-btn-signup,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-btn-google,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-btn-apple,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-go-signup,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-skip-login,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-forget-pass,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-reset-pass,
  .btn-group-vertical > .btn-group:not(:last-child) > .un-slot-selector,
  #un-cardBody #un-visitcardHeader .btn-group-vertical > .btn-group:not(:last-child) > .menuItem,
  #footerMenu .col .btn-group-vertical > .btn-group:not(:last-child) > .menuItem,
  #footerMenu .box-mid .btn-group-vertical > .btn-group:not(:last-child) > .menuItem,
  #footerMenu #report-wrapper .btn-group-vertical > .btn-group:not(:last-child) > .menuItem {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .un-button-medium:not(:first-child), .btn-group-vertical > .un-btn-primary:not(:first-child), .btn-group-vertical > .un-btn-outline-2:not(:first-child), .btn-group-vertical > .un-button-outline:not(:first-child), .btn-group-vertical > .un-button:not(:first-child), .btn-group-vertical > .un-btn-login:not(:first-child), .btn-group-vertical > .un-btn-signup:not(:first-child), .btn-group-vertical > .un-btn-google:not(:first-child), .btn-group-vertical > .un-btn-apple:not(:first-child), .btn-group-vertical > .un-go-signup:not(:first-child), .btn-group-vertical > .un-skip-login:not(:first-child),
  .btn-group-vertical > .un-forget-pass:not(:first-child),
  .btn-group-vertical > .un-reset-pass:not(:first-child), .btn-group-vertical > .un-slot-selector:not(:first-child), #un-cardBody #un-visitcardHeader .btn-group .btn-group-vertical > .menuItem:not(:first-child), #footerMenu .col .btn-group .btn-group-vertical > .menuItem:not(:first-child), #footerMenu .box-mid .btn-group .btn-group-vertical > .menuItem:not(:first-child), #footerMenu #report-wrapper .btn-group .btn-group-vertical > .menuItem:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-button-medium,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-btn-primary,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-btn-outline-2,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-button-outline,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-button,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-btn-login,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-btn-signup,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-btn-google,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-btn-apple,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-go-signup,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-skip-login,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-forget-pass,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-reset-pass,
  .btn-group-vertical > .btn-group:not(:first-child) > .un-slot-selector,
  #un-cardBody #un-visitcardHeader .btn-group-vertical > .btn-group:not(:first-child) > .menuItem,
  #footerMenu .col .btn-group-vertical > .btn-group:not(:first-child) > .menuItem,
  #footerMenu .box-mid .btn-group-vertical > .btn-group:not(:first-child) > .menuItem,
  #footerMenu #report-wrapper .btn-group-vertical > .btn-group:not(:first-child) > .menuItem {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.btn-group-toggle > .btn, .btn-group-toggle > .un-button-medium, .btn-group-toggle > .un-btn-primary, .btn-group-toggle > .un-btn-outline-2, .btn-group-toggle > .un-button-outline, .btn-group-toggle > .un-button, .btn-group-toggle > .un-btn-login, .btn-group-toggle > .un-btn-signup, .btn-group-toggle > .un-btn-google, .btn-group-toggle > .un-btn-apple, .btn-group-toggle > .un-go-signup, .btn-group-toggle > .un-skip-login,
.btn-group-toggle > .un-forget-pass,
.btn-group-toggle > .un-reset-pass, .btn-group-toggle > .un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .btn-group-toggle > .menuItem, #footerMenu .col .btn-group .btn-group-toggle > .menuItem, #footerMenu .box-mid .btn-group .btn-group-toggle > .menuItem, #footerMenu #report-wrapper .btn-group .btn-group-toggle > .menuItem,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .un-button-medium,
.btn-group-toggle > .btn-group > .un-btn-primary,
.btn-group-toggle > .btn-group > .un-btn-outline-2,
.btn-group-toggle > .btn-group > .un-button-outline,
.btn-group-toggle > .btn-group > .un-button,
.btn-group-toggle > .btn-group > .un-btn-login,
.btn-group-toggle > .btn-group > .un-btn-signup,
.btn-group-toggle > .btn-group > .un-btn-google,
.btn-group-toggle > .btn-group > .un-btn-apple,
.btn-group-toggle > .btn-group > .un-go-signup,
.btn-group-toggle > .btn-group > .un-skip-login,
.btn-group-toggle > .btn-group > .un-forget-pass,
.btn-group-toggle > .btn-group > .un-reset-pass,
.btn-group-toggle > .btn-group > .un-slot-selector,
#un-cardBody #un-visitcardHeader .btn-group-toggle > .btn-group > .menuItem,
#footerMenu .col .btn-group-toggle > .btn-group > .menuItem,
#footerMenu .box-mid .btn-group-toggle > .btn-group > .menuItem,
#footerMenu #report-wrapper .btn-group-toggle > .btn-group > .menuItem {
  margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .un-button-medium input[type="radio"], .btn-group-toggle > .un-btn-primary input[type="radio"], .btn-group-toggle > .un-btn-outline-2 input[type="radio"], .btn-group-toggle > .un-button-outline input[type="radio"], .btn-group-toggle > .un-button input[type="radio"], .btn-group-toggle > .un-btn-login input[type="radio"], .btn-group-toggle > .un-btn-signup input[type="radio"], .btn-group-toggle > .un-btn-google input[type="radio"], .btn-group-toggle > .un-btn-apple input[type="radio"], .btn-group-toggle > .un-go-signup input[type="radio"], .btn-group-toggle > .un-skip-login input[type="radio"], .btn-group-toggle > .un-forget-pass input[type="radio"], .btn-group-toggle > .un-reset-pass input[type="radio"], .btn-group-toggle > .un-slot-selector input[type="radio"], #un-cardBody #un-visitcardHeader .btn-group .btn-group-toggle > .menuItem input[type="radio"], #footerMenu .col .btn-group .btn-group-toggle > .menuItem input[type="radio"], #footerMenu .box-mid .btn-group .btn-group-toggle > .menuItem input[type="radio"], #footerMenu #report-wrapper .btn-group .btn-group-toggle > .menuItem input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .un-button-medium input[type="checkbox"],
  .btn-group-toggle > .un-btn-primary input[type="checkbox"],
  .btn-group-toggle > .un-btn-outline-2 input[type="checkbox"],
  .btn-group-toggle > .un-button-outline input[type="checkbox"],
  .btn-group-toggle > .un-button input[type="checkbox"],
  .btn-group-toggle > .un-btn-login input[type="checkbox"],
  .btn-group-toggle > .un-btn-signup input[type="checkbox"],
  .btn-group-toggle > .un-btn-google input[type="checkbox"],
  .btn-group-toggle > .un-btn-apple input[type="checkbox"],
  .btn-group-toggle > .un-go-signup input[type="checkbox"],
  .btn-group-toggle > .un-skip-login input[type="checkbox"],
  .btn-group-toggle > .un-forget-pass input[type="checkbox"],
  .btn-group-toggle > .un-reset-pass input[type="checkbox"],
  .btn-group-toggle > .un-slot-selector input[type="checkbox"],
  #un-cardBody #un-visitcardHeader .btn-group .btn-group-toggle > .menuItem input[type="checkbox"],
  #footerMenu .col .btn-group .btn-group-toggle > .menuItem input[type="checkbox"],
  #footerMenu .box-mid .btn-group .btn-group-toggle > .menuItem input[type="checkbox"],
  #footerMenu #report-wrapper .btn-group .btn-group-toggle > .menuItem input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .un-button-medium input[type="radio"],
  .btn-group-toggle > .btn-group > .un-btn-primary input[type="radio"],
  .btn-group-toggle > .btn-group > .un-btn-outline-2 input[type="radio"],
  .btn-group-toggle > .btn-group > .un-button-outline input[type="radio"],
  .btn-group-toggle > .btn-group > .un-button input[type="radio"],
  .btn-group-toggle > .btn-group > .un-btn-login input[type="radio"],
  .btn-group-toggle > .btn-group > .un-btn-signup input[type="radio"],
  .btn-group-toggle > .btn-group > .un-btn-google input[type="radio"],
  .btn-group-toggle > .btn-group > .un-btn-apple input[type="radio"],
  .btn-group-toggle > .btn-group > .un-go-signup input[type="radio"],
  .btn-group-toggle > .btn-group > .un-skip-login input[type="radio"],
  .btn-group-toggle > .btn-group > .un-forget-pass input[type="radio"],
  .btn-group-toggle > .btn-group > .un-reset-pass input[type="radio"],
  .btn-group-toggle > .btn-group > .un-slot-selector input[type="radio"],
  #un-cardBody #un-visitcardHeader .btn-group-toggle > .btn-group > .menuItem input[type="radio"],
  #footerMenu .col .btn-group-toggle > .btn-group > .menuItem input[type="radio"],
  #footerMenu .box-mid .btn-group-toggle > .btn-group > .menuItem input[type="radio"],
  #footerMenu #report-wrapper .btn-group-toggle > .btn-group > .menuItem input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-button-medium input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-btn-primary input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-btn-outline-2 input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-button-outline input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-button input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-btn-login input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-btn-signup input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-btn-google input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-btn-apple input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-go-signup input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-skip-login input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-forget-pass input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-reset-pass input[type="checkbox"],
  .btn-group-toggle > .btn-group > .un-slot-selector input[type="checkbox"],
  #un-cardBody #un-visitcardHeader .btn-group-toggle > .btn-group > .menuItem input[type="checkbox"],
  #footerMenu .col .btn-group-toggle > .btn-group > .menuItem input[type="checkbox"],
  #footerMenu .box-mid .btn-group-toggle > .btn-group > .menuItem input[type="checkbox"],
  #footerMenu #report-wrapper .btn-group-toggle > .btn-group > .menuItem input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
.input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%; }
.input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
.input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
.input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
.input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.input-group > .custom-file {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: flex; }
.input-group-prepend .btn, .input-group-prepend .un-button-medium, .input-group-prepend .un-btn-primary, .input-group-prepend .un-btn-outline-2, .input-group-prepend .un-button-outline, .input-group-prepend .un-button, .input-group-prepend .un-btn-login, .input-group-prepend .un-btn-signup, .input-group-prepend .un-btn-google, .input-group-prepend .un-btn-apple, .input-group-prepend .un-go-signup, .input-group-prepend .un-skip-login,
  .input-group-prepend .un-forget-pass,
  .input-group-prepend .un-reset-pass, .input-group-prepend .un-slot-selector, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem, .input-group-prepend #footerMenu .col .btn-group .menuItem, #footerMenu .col .btn-group .input-group-prepend .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem,
  .input-group-append .btn,
  .input-group-append .un-button-medium,
  .input-group-append .un-btn-primary,
  .input-group-append .un-btn-outline-2,
  .input-group-append .un-button-outline,
  .input-group-append .un-button,
  .input-group-append .un-btn-login,
  .input-group-append .un-btn-signup,
  .input-group-append .un-btn-google,
  .input-group-append .un-btn-apple,
  .input-group-append .un-go-signup,
  .input-group-append .un-skip-login,
  .input-group-append .un-forget-pass,
  .input-group-append .un-reset-pass,
  .input-group-append .un-slot-selector,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem,
  .input-group-append #footerMenu .col .btn-group .menuItem,
  #footerMenu .col .btn-group .input-group-append .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem {
    position: relative;
    z-index: 2; }
.input-group-prepend .btn:focus, .input-group-prepend .un-button-medium:focus, .input-group-prepend .un-btn-primary:focus, .input-group-prepend .un-btn-outline-2:focus, .input-group-prepend .un-button-outline:focus, .input-group-prepend .un-button:focus, .input-group-prepend .un-btn-login:focus, .input-group-prepend .un-btn-signup:focus, .input-group-prepend .un-btn-google:focus, .input-group-prepend .un-btn-apple:focus, .input-group-prepend .un-go-signup:focus, .input-group-prepend .un-skip-login:focus,
    .input-group-prepend .un-forget-pass:focus,
    .input-group-prepend .un-reset-pass:focus, .input-group-prepend .un-slot-selector:focus, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem:focus, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem:focus, .input-group-prepend #footerMenu .col .btn-group .menuItem:focus, #footerMenu .col .btn-group .input-group-prepend .menuItem:focus, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem:focus, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem:focus, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem:focus, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem:focus,
    .input-group-append .btn:focus,
    .input-group-append .un-button-medium:focus,
    .input-group-append .un-btn-primary:focus,
    .input-group-append .un-btn-outline-2:focus,
    .input-group-append .un-button-outline:focus,
    .input-group-append .un-button:focus,
    .input-group-append .un-btn-login:focus,
    .input-group-append .un-btn-signup:focus,
    .input-group-append .un-btn-google:focus,
    .input-group-append .un-btn-apple:focus,
    .input-group-append .un-go-signup:focus,
    .input-group-append .un-skip-login:focus,
    .input-group-append .un-forget-pass:focus,
    .input-group-append .un-reset-pass:focus,
    .input-group-append .un-slot-selector:focus,
    .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem:focus,
    #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem:focus,
    .input-group-append #footerMenu .col .btn-group .menuItem:focus,
    #footerMenu .col .btn-group .input-group-append .menuItem:focus,
    .input-group-append #footerMenu .box-mid .btn-group .menuItem:focus,
    #footerMenu .box-mid .btn-group .input-group-append .menuItem:focus,
    .input-group-append #footerMenu #report-wrapper .btn-group .menuItem:focus,
    #footerMenu #report-wrapper .btn-group .input-group-append .menuItem:focus {
      z-index: 3; }
.input-group-prepend .btn + .btn, .input-group-prepend .un-button-medium + .btn, .input-group-prepend .un-btn-primary + .btn, .input-group-prepend .un-btn-outline-2 + .btn, .input-group-prepend .un-button-outline + .btn, .input-group-prepend .un-button + .btn, .input-group-prepend .un-btn-login + .btn, .input-group-prepend .un-btn-signup + .btn, .input-group-prepend .un-btn-google + .btn, .input-group-prepend .un-btn-apple + .btn, .input-group-prepend .un-go-signup + .btn, .input-group-prepend .un-skip-login + .btn, .input-group-prepend .un-forget-pass + .btn, .input-group-prepend .un-reset-pass + .btn, .input-group-prepend .un-slot-selector + .btn, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .btn, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .btn, .input-group-prepend #footerMenu .col .btn-group .menuItem + .btn, #footerMenu .col .btn-group .input-group-prepend .menuItem + .btn, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .btn, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .btn, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .btn, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .btn, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .btn, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .btn, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .btn, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .btn, .input-group-prepend .btn + .un-button-medium, .input-group-prepend .un-button-medium + .un-button-medium, .input-group-prepend .un-btn-primary + .un-button-medium, .input-group-prepend .un-btn-outline-2 + .un-button-medium, .input-group-prepend .un-button-outline + .un-button-medium, .input-group-prepend .un-button + .un-button-medium, .input-group-prepend .un-btn-login + .un-button-medium, .input-group-prepend .un-btn-signup + .un-button-medium, .input-group-prepend .un-btn-google + .un-button-medium, .input-group-prepend .un-btn-apple + .un-button-medium, .input-group-prepend .un-go-signup + .un-button-medium, .input-group-prepend .un-skip-login + .un-button-medium, .input-group-prepend .un-forget-pass + .un-button-medium, .input-group-prepend .un-reset-pass + .un-button-medium, .input-group-prepend .un-slot-selector + .un-button-medium, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-button-medium, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-button-medium, .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-button-medium, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-button-medium, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-button-medium, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-button-medium, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-button-medium, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-button-medium, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-button-medium, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-button-medium, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-button-medium, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-button-medium, .input-group-prepend .btn + .un-btn-primary, .input-group-prepend .un-button-medium + .un-btn-primary, .input-group-prepend .un-btn-primary + .un-btn-primary, .input-group-prepend .un-btn-outline-2 + .un-btn-primary, .input-group-prepend .un-button-outline + .un-btn-primary, .input-group-prepend .un-button + .un-btn-primary, .input-group-prepend .un-btn-login + .un-btn-primary, .input-group-prepend .un-btn-signup + .un-btn-primary, .input-group-prepend .un-btn-google + .un-btn-primary, .input-group-prepend .un-btn-apple + .un-btn-primary, .input-group-prepend .un-go-signup + .un-btn-primary, .input-group-prepend .un-skip-login + .un-btn-primary, .input-group-prepend .un-forget-pass + .un-btn-primary, .input-group-prepend .un-reset-pass + .un-btn-primary, .input-group-prepend .un-slot-selector + .un-btn-primary, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-primary, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-primary, .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-btn-primary, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-btn-primary, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-btn-primary, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-btn-primary, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-btn-primary, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-btn-primary, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-primary, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-primary, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-btn-primary, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-primary, .input-group-prepend .btn + .un-btn-outline-2, .input-group-prepend .un-button-medium + .un-btn-outline-2, .input-group-prepend .un-btn-primary + .un-btn-outline-2, .input-group-prepend .un-btn-outline-2 + .un-btn-outline-2, .input-group-prepend .un-button-outline + .un-btn-outline-2, .input-group-prepend .un-button + .un-btn-outline-2, .input-group-prepend .un-btn-login + .un-btn-outline-2, .input-group-prepend .un-btn-signup + .un-btn-outline-2, .input-group-prepend .un-btn-google + .un-btn-outline-2, .input-group-prepend .un-btn-apple + .un-btn-outline-2, .input-group-prepend .un-go-signup + .un-btn-outline-2, .input-group-prepend .un-skip-login + .un-btn-outline-2, .input-group-prepend .un-forget-pass + .un-btn-outline-2, .input-group-prepend .un-reset-pass + .un-btn-outline-2, .input-group-prepend .un-slot-selector + .un-btn-outline-2, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-outline-2, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-outline-2, .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-btn-outline-2, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-btn-outline-2, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-btn-outline-2, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-btn-outline-2, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-btn-outline-2, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-btn-outline-2, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-outline-2, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-outline-2, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-btn-outline-2, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-outline-2, .input-group-prepend .btn + .un-button-outline, .input-group-prepend .un-button-medium + .un-button-outline, .input-group-prepend .un-btn-primary + .un-button-outline, .input-group-prepend .un-btn-outline-2 + .un-button-outline, .input-group-prepend .un-button-outline + .un-button-outline, .input-group-prepend .un-button + .un-button-outline, .input-group-prepend .un-btn-login + .un-button-outline, .input-group-prepend .un-btn-signup + .un-button-outline, .input-group-prepend .un-btn-google + .un-button-outline, .input-group-prepend .un-btn-apple + .un-button-outline, .input-group-prepend .un-go-signup + .un-button-outline, .input-group-prepend .un-skip-login + .un-button-outline, .input-group-prepend .un-forget-pass + .un-button-outline, .input-group-prepend .un-reset-pass + .un-button-outline, .input-group-prepend .un-slot-selector + .un-button-outline, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-button-outline, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-button-outline, .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-button-outline, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-button-outline, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-button-outline, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-button-outline, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-button-outline, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-button-outline, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-button-outline, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-button-outline, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-button-outline, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-button-outline, .input-group-prepend .btn + .un-button, .input-group-prepend .un-button-medium + .un-button, .input-group-prepend .un-btn-primary + .un-button, .input-group-prepend .un-btn-outline-2 + .un-button, .input-group-prepend .un-button-outline + .un-button, .input-group-prepend .un-button + .un-button, .input-group-prepend .un-btn-login + .un-button, .input-group-prepend .un-btn-signup + .un-button, .input-group-prepend .un-btn-google + .un-button, .input-group-prepend .un-btn-apple + .un-button, .input-group-prepend .un-go-signup + .un-button, .input-group-prepend .un-skip-login + .un-button, .input-group-prepend .un-forget-pass + .un-button, .input-group-prepend .un-reset-pass + .un-button, .input-group-prepend .un-slot-selector + .un-button, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-button, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-button, .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-button, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-button, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-button, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-button, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-button, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-button, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-button, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-button, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-button, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-button, .input-group-prepend .btn + .un-btn-login, .input-group-prepend .un-button-medium + .un-btn-login, .input-group-prepend .un-btn-primary + .un-btn-login, .input-group-prepend .un-btn-outline-2 + .un-btn-login, .input-group-prepend .un-button-outline + .un-btn-login, .input-group-prepend .un-button + .un-btn-login, .input-group-prepend .un-btn-login + .un-btn-login, .input-group-prepend .un-btn-signup + .un-btn-login, .input-group-prepend .un-btn-google + .un-btn-login, .input-group-prepend .un-btn-apple + .un-btn-login, .input-group-prepend .un-go-signup + .un-btn-login, .input-group-prepend .un-skip-login + .un-btn-login, .input-group-prepend .un-forget-pass + .un-btn-login, .input-group-prepend .un-reset-pass + .un-btn-login, .input-group-prepend .un-slot-selector + .un-btn-login, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-login, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-login, .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-btn-login, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-btn-login, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-btn-login, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-btn-login, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-btn-login, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-btn-login, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-login, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-login, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-btn-login, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-login, .input-group-prepend .btn + .un-btn-signup, .input-group-prepend .un-button-medium + .un-btn-signup, .input-group-prepend .un-btn-primary + .un-btn-signup, .input-group-prepend .un-btn-outline-2 + .un-btn-signup, .input-group-prepend .un-button-outline + .un-btn-signup, .input-group-prepend .un-button + .un-btn-signup, .input-group-prepend .un-btn-login + .un-btn-signup, .input-group-prepend .un-btn-signup + .un-btn-signup, .input-group-prepend .un-btn-google + .un-btn-signup, .input-group-prepend .un-btn-apple + .un-btn-signup, .input-group-prepend .un-go-signup + .un-btn-signup, .input-group-prepend .un-skip-login + .un-btn-signup, .input-group-prepend .un-forget-pass + .un-btn-signup, .input-group-prepend .un-reset-pass + .un-btn-signup, .input-group-prepend .un-slot-selector + .un-btn-signup, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-signup, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-signup, .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-btn-signup, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-btn-signup, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-btn-signup, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-btn-signup, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-btn-signup, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-btn-signup, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-signup, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-signup, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-btn-signup, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-signup, .input-group-prepend .btn + .un-btn-google, .input-group-prepend .un-button-medium + .un-btn-google, .input-group-prepend .un-btn-primary + .un-btn-google, .input-group-prepend .un-btn-outline-2 + .un-btn-google, .input-group-prepend .un-button-outline + .un-btn-google, .input-group-prepend .un-button + .un-btn-google, .input-group-prepend .un-btn-login + .un-btn-google, .input-group-prepend .un-btn-signup + .un-btn-google, .input-group-prepend .un-btn-google + .un-btn-google, .input-group-prepend .un-btn-apple + .un-btn-google, .input-group-prepend .un-go-signup + .un-btn-google, .input-group-prepend .un-skip-login + .un-btn-google, .input-group-prepend .un-forget-pass + .un-btn-google, .input-group-prepend .un-reset-pass + .un-btn-google, .input-group-prepend .un-slot-selector + .un-btn-google, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-google, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-google, .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-btn-google, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-btn-google, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-btn-google, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-btn-google, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-btn-google, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-btn-google, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-google, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-google, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-btn-google, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-google, .input-group-prepend .btn + .un-btn-apple, .input-group-prepend .un-button-medium + .un-btn-apple, .input-group-prepend .un-btn-primary + .un-btn-apple, .input-group-prepend .un-btn-outline-2 + .un-btn-apple, .input-group-prepend .un-button-outline + .un-btn-apple, .input-group-prepend .un-button + .un-btn-apple, .input-group-prepend .un-btn-login + .un-btn-apple, .input-group-prepend .un-btn-signup + .un-btn-apple, .input-group-prepend .un-btn-google + .un-btn-apple, .input-group-prepend .un-btn-apple + .un-btn-apple, .input-group-prepend .un-go-signup + .un-btn-apple, .input-group-prepend .un-skip-login + .un-btn-apple, .input-group-prepend .un-forget-pass + .un-btn-apple, .input-group-prepend .un-reset-pass + .un-btn-apple, .input-group-prepend .un-slot-selector + .un-btn-apple, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-apple, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-apple, .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-btn-apple, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-btn-apple, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-btn-apple, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-btn-apple, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-btn-apple, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-btn-apple, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-apple, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-apple, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-btn-apple, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-btn-apple, .input-group-prepend .btn + .un-go-signup, .input-group-prepend .un-button-medium + .un-go-signup, .input-group-prepend .un-btn-primary + .un-go-signup, .input-group-prepend .un-btn-outline-2 + .un-go-signup, .input-group-prepend .un-button-outline + .un-go-signup, .input-group-prepend .un-button + .un-go-signup, .input-group-prepend .un-btn-login + .un-go-signup, .input-group-prepend .un-btn-signup + .un-go-signup, .input-group-prepend .un-btn-google + .un-go-signup, .input-group-prepend .un-btn-apple + .un-go-signup, .input-group-prepend .un-go-signup + .un-go-signup, .input-group-prepend .un-skip-login + .un-go-signup, .input-group-prepend .un-forget-pass + .un-go-signup, .input-group-prepend .un-reset-pass + .un-go-signup, .input-group-prepend .un-slot-selector + .un-go-signup, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-go-signup, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-go-signup, .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-go-signup, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-go-signup, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-go-signup, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-go-signup, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-go-signup, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-go-signup, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-go-signup, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-go-signup, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-go-signup, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-go-signup, .input-group-prepend .btn + .un-skip-login, .input-group-prepend .un-button-medium + .un-skip-login, .input-group-prepend .un-btn-primary + .un-skip-login, .input-group-prepend .un-btn-outline-2 + .un-skip-login, .input-group-prepend .un-button-outline + .un-skip-login, .input-group-prepend .un-button + .un-skip-login, .input-group-prepend .un-btn-login + .un-skip-login, .input-group-prepend .un-btn-signup + .un-skip-login, .input-group-prepend .un-btn-google + .un-skip-login, .input-group-prepend .un-btn-apple + .un-skip-login, .input-group-prepend .un-go-signup + .un-skip-login, .input-group-prepend .un-skip-login + .un-skip-login, .input-group-prepend .un-forget-pass + .un-skip-login, .input-group-prepend .un-reset-pass + .un-skip-login, .input-group-prepend .un-slot-selector + .un-skip-login, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-skip-login, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-skip-login, .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-skip-login, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-skip-login, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-skip-login, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-skip-login, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-skip-login, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-skip-login, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-skip-login, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-skip-login, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-skip-login, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-skip-login,
  .input-group-prepend .btn + .un-forget-pass,
  .input-group-prepend .un-button-medium + .un-forget-pass,
  .input-group-prepend .un-btn-primary + .un-forget-pass,
  .input-group-prepend .un-btn-outline-2 + .un-forget-pass,
  .input-group-prepend .un-button-outline + .un-forget-pass,
  .input-group-prepend .un-button + .un-forget-pass,
  .input-group-prepend .un-btn-login + .un-forget-pass,
  .input-group-prepend .un-btn-signup + .un-forget-pass,
  .input-group-prepend .un-btn-google + .un-forget-pass,
  .input-group-prepend .un-btn-apple + .un-forget-pass,
  .input-group-prepend .un-go-signup + .un-forget-pass,
  .input-group-prepend .un-skip-login + .un-forget-pass,
  .input-group-prepend .un-forget-pass + .un-forget-pass,
  .input-group-prepend .un-reset-pass + .un-forget-pass,
  .input-group-prepend .un-slot-selector + .un-forget-pass,
  .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-forget-pass, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-forget-pass,
  .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-forget-pass, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-forget-pass,
  .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-forget-pass, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-forget-pass,
  .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-forget-pass, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-forget-pass,
  .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-forget-pass, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-forget-pass,
  .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-forget-pass, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-forget-pass,
  .input-group-prepend .btn + .un-reset-pass,
  .input-group-prepend .un-button-medium + .un-reset-pass,
  .input-group-prepend .un-btn-primary + .un-reset-pass,
  .input-group-prepend .un-btn-outline-2 + .un-reset-pass,
  .input-group-prepend .un-button-outline + .un-reset-pass,
  .input-group-prepend .un-button + .un-reset-pass,
  .input-group-prepend .un-btn-login + .un-reset-pass,
  .input-group-prepend .un-btn-signup + .un-reset-pass,
  .input-group-prepend .un-btn-google + .un-reset-pass,
  .input-group-prepend .un-btn-apple + .un-reset-pass,
  .input-group-prepend .un-go-signup + .un-reset-pass,
  .input-group-prepend .un-skip-login + .un-reset-pass,
  .input-group-prepend .un-forget-pass + .un-reset-pass,
  .input-group-prepend .un-reset-pass + .un-reset-pass,
  .input-group-prepend .un-slot-selector + .un-reset-pass,
  .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-reset-pass, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-reset-pass,
  .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-reset-pass, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-reset-pass,
  .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-reset-pass, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-reset-pass,
  .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-reset-pass, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-reset-pass,
  .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-reset-pass, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-reset-pass,
  .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-reset-pass, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-reset-pass, .input-group-prepend .btn + .un-slot-selector, .input-group-prepend .un-button-medium + .un-slot-selector, .input-group-prepend .un-btn-primary + .un-slot-selector, .input-group-prepend .un-btn-outline-2 + .un-slot-selector, .input-group-prepend .un-button-outline + .un-slot-selector, .input-group-prepend .un-button + .un-slot-selector, .input-group-prepend .un-btn-login + .un-slot-selector, .input-group-prepend .un-btn-signup + .un-slot-selector, .input-group-prepend .un-btn-google + .un-slot-selector, .input-group-prepend .un-btn-apple + .un-slot-selector, .input-group-prepend .un-go-signup + .un-slot-selector, .input-group-prepend .un-skip-login + .un-slot-selector, .input-group-prepend .un-forget-pass + .un-slot-selector, .input-group-prepend .un-reset-pass + .un-slot-selector, .input-group-prepend .un-slot-selector + .un-slot-selector, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-slot-selector, .input-group-prepend #footerMenu .col .btn-group .menuItem + .un-slot-selector, #footerMenu .col .btn-group .input-group-prepend .menuItem + .un-slot-selector, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .un-slot-selector, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .un-slot-selector, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .un-slot-selector, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .un-slot-selector, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-slot-selector, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-slot-selector, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-slot-selector, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .un-slot-selector, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .btn + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .btn + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-button-medium + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-button-medium + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-btn-primary + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-btn-primary + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-btn-outline-2 + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-btn-outline-2 + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-button-outline + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-button-outline + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-button + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-button + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-btn-login + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-btn-login + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-btn-signup + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-btn-signup + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-btn-google + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-btn-google + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-btn-apple + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-btn-apple + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-go-signup + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-go-signup + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-skip-login + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-skip-login + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-forget-pass + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-forget-pass + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-reset-pass + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-reset-pass + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .un-slot-selector + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-slot-selector + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #un-visitcardHeader .input-group-prepend #footerMenu .col .btn-group .menuItem + .menuItem, #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, #un-cardBody #un-visitcardHeader #footerMenu .col .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #un-visitcardHeader .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .menuItem, #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, #un-cardBody #un-visitcardHeader #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #un-visitcardHeader .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .menuItem, #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, #un-cardBody #un-visitcardHeader #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu .col .btn-group .btn + .menuItem, #footerMenu .col .btn-group .input-group-prepend .btn + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-button-medium + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-button-medium + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-btn-primary + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-btn-primary + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-btn-outline-2 + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-btn-outline-2 + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-button-outline + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-button-outline + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-button + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-button + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-btn-login + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-btn-login + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-btn-signup + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-btn-signup + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-btn-google + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-btn-google + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-btn-apple + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-btn-apple + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-go-signup + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-go-signup + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-skip-login + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-skip-login + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-forget-pass + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-forget-pass + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-reset-pass + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-reset-pass + .menuItem, .input-group-prepend #footerMenu .col .btn-group .un-slot-selector + .menuItem, #footerMenu .col .btn-group .input-group-prepend .un-slot-selector + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader #footerMenu .col .btn-group .menuItem + .menuItem, #footerMenu .col .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #un-visitcardHeader #footerMenu .col .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu .col .btn-group .menuItem + .menuItem, #footerMenu .col .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu .box-mid .col .btn-group .menuItem + .menuItem, .input-group-prepend #footerMenu .col .box-mid .btn-group .menuItem + .menuItem, #footerMenu .box-mid .col .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu .col .box-mid .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu #report-wrapper .col .btn-group .menuItem + .menuItem, .input-group-prepend #footerMenu .col #report-wrapper .btn-group .menuItem + .menuItem, #footerMenu #report-wrapper .col .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu .col #report-wrapper .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .col .btn-group .menuItem + .menuItem, .input-group-prepend #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .col .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .col .btn-group .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu .col #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .col .btn-group .input-group-prepend .menuItem + .menuItem, #un-cardBody #footerMenu .col #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .btn + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .btn + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-button-medium + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-button-medium + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-btn-primary + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-btn-primary + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-btn-outline-2 + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-btn-outline-2 + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-button-outline + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-button-outline + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-button + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-button + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-btn-login + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-btn-login + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-btn-signup + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-btn-signup + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-btn-google + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-btn-google + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-btn-apple + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-btn-apple + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-go-signup + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-go-signup + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-skip-login + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-skip-login + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-forget-pass + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-forget-pass + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-reset-pass + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-reset-pass + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .un-slot-selector + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .un-slot-selector + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader #footerMenu .box-mid .btn-group .menuItem + .menuItem, #footerMenu .box-mid .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #un-visitcardHeader #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu .col .box-mid .btn-group .menuItem + .menuItem, .input-group-prepend #footerMenu .box-mid .col .btn-group .menuItem + .menuItem, #footerMenu .col .box-mid .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu .box-mid .col .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .menuItem, #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu #report-wrapper .box-mid .btn-group .menuItem + .menuItem, .input-group-prepend #footerMenu .box-mid #report-wrapper .btn-group .menuItem + .menuItem, #footerMenu #report-wrapper .box-mid .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu .box-mid #report-wrapper .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .box-mid .btn-group .menuItem + .menuItem, .input-group-prepend #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .box-mid .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .box-mid .btn-group .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu .box-mid #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .box-mid .btn-group .input-group-prepend .menuItem + .menuItem, #un-cardBody #footerMenu .box-mid #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .btn + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .btn + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-button-medium + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-button-medium + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-btn-primary + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-btn-primary + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-btn-outline-2 + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-btn-outline-2 + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-button-outline + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-button-outline + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-button + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-button + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-btn-login + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-btn-login + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-btn-signup + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-btn-signup + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-btn-google + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-btn-google + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-btn-apple + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-btn-apple + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-go-signup + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-go-signup + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-skip-login + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-skip-login + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-forget-pass + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-forget-pass + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-reset-pass + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-reset-pass + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .un-slot-selector + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .un-slot-selector + .menuItem, .input-group-prepend #un-cardBody #un-visitcardHeader #footerMenu #report-wrapper .btn-group .menuItem + .menuItem, #footerMenu #report-wrapper .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #un-visitcardHeader #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu .col #report-wrapper .btn-group .menuItem + .menuItem, .input-group-prepend #footerMenu #report-wrapper .col .btn-group .menuItem + .menuItem, #footerMenu .col #report-wrapper .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu #report-wrapper .col .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu .box-mid #report-wrapper .btn-group .menuItem + .menuItem, .input-group-prepend #footerMenu #report-wrapper .box-mid .btn-group .menuItem + .menuItem, #footerMenu .box-mid #report-wrapper .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu #report-wrapper .box-mid .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .menuItem, #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader #report-wrapper .btn-group .menuItem + .menuItem, .input-group-prepend #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader #report-wrapper .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader #report-wrapper .btn-group .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu #report-wrapper #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader #report-wrapper .btn-group .input-group-prepend .menuItem + .menuItem, #un-cardBody #footerMenu #report-wrapper #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .btn + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .btn + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-button-medium + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-button-medium + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-btn-primary + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-btn-primary + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-btn-outline-2 + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-btn-outline-2 + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-button-outline + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-button-outline + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-button + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-button + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-btn-login + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-btn-login + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-btn-signup + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-btn-signup + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-btn-google + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-btn-google + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-btn-apple + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-btn-apple + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-go-signup + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-go-signup + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-skip-login + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-skip-login + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-forget-pass + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-forget-pass + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-reset-pass + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-reset-pass + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-slot-selector + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .un-slot-selector + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #footerMenu .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .col .btn-group .menuItem + .menuItem, #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .col .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .box-mid .btn-group .menuItem + .menuItem, #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .box-mid .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader #report-wrapper .btn-group .menuItem + .menuItem, #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader #report-wrapper .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .btn + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .btn + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-button-medium + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-button-medium + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-btn-primary + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-btn-primary + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-btn-outline-2 + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-btn-outline-2 + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-button-outline + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-button-outline + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-button + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-button + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-btn-login + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-btn-login + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-btn-signup + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-btn-signup + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-btn-google + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-btn-google + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-btn-apple + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-btn-apple + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-go-signup + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-go-signup + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-skip-login + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-skip-login + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-forget-pass + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-forget-pass + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-reset-pass + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-reset-pass + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-slot-selector + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .un-slot-selector + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu .col #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody .input-group-prepend #footerMenu .col #un-visitcardHeader .btn-group .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .col .btn-group .menuItem + .menuItem, #un-cardBody .input-group-prepend #footerMenu #un-visitcardHeader .col .btn-group .menuItem + .menuItem, #un-cardBody #footerMenu .col #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .col .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu .box-mid #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody .input-group-prepend #footerMenu .box-mid #un-visitcardHeader .btn-group .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .box-mid .btn-group .menuItem + .menuItem, #un-cardBody .input-group-prepend #footerMenu #un-visitcardHeader .box-mid .btn-group .menuItem + .menuItem, #un-cardBody #footerMenu .box-mid #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .box-mid .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu #report-wrapper #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody .input-group-prepend #footerMenu #report-wrapper #un-visitcardHeader .btn-group .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader #report-wrapper .btn-group .menuItem + .menuItem, #un-cardBody .input-group-prepend #footerMenu #un-visitcardHeader #report-wrapper .btn-group .menuItem + .menuItem, #un-cardBody #footerMenu #report-wrapper #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader #report-wrapper .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #footerMenu #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .menuItem, #footerMenu #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem, .input-group-prepend #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .menuItem,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .un-button-medium + .input-group-text,
  .input-group-prepend .un-btn-primary + .input-group-text,
  .input-group-prepend .un-btn-outline-2 + .input-group-text,
  .input-group-prepend .un-button-outline + .input-group-text,
  .input-group-prepend .un-button + .input-group-text,
  .input-group-prepend .un-btn-login + .input-group-text,
  .input-group-prepend .un-btn-signup + .input-group-text,
  .input-group-prepend .un-btn-google + .input-group-text,
  .input-group-prepend .un-btn-apple + .input-group-text,
  .input-group-prepend .un-go-signup + .input-group-text,
  .input-group-prepend .un-skip-login + .input-group-text,
  .input-group-prepend .un-forget-pass + .input-group-text,
  .input-group-prepend .un-reset-pass + .input-group-text,
  .input-group-prepend .un-slot-selector + .input-group-text,
  .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .menuItem + .input-group-text,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .menuItem + .input-group-text,
  .input-group-prepend #footerMenu .col .btn-group .menuItem + .input-group-text,
  #footerMenu .col .btn-group .input-group-prepend .menuItem + .input-group-text,
  .input-group-prepend #footerMenu .box-mid .btn-group .menuItem + .input-group-text,
  #footerMenu .box-mid .btn-group .input-group-prepend .menuItem + .input-group-text,
  .input-group-prepend #footerMenu #report-wrapper .btn-group .menuItem + .input-group-text,
  #footerMenu #report-wrapper .btn-group .input-group-prepend .menuItem + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-text + .un-button-medium,
  .input-group-prepend .input-group-text + .un-btn-primary,
  .input-group-prepend .input-group-text + .un-btn-outline-2,
  .input-group-prepend .input-group-text + .un-button-outline,
  .input-group-prepend .input-group-text + .un-button,
  .input-group-prepend .input-group-text + .un-btn-login,
  .input-group-prepend .input-group-text + .un-btn-signup,
  .input-group-prepend .input-group-text + .un-btn-google,
  .input-group-prepend .input-group-text + .un-btn-apple,
  .input-group-prepend .input-group-text + .un-go-signup,
  .input-group-prepend .input-group-text + .un-skip-login,
  .input-group-prepend .input-group-text + .un-forget-pass,
  .input-group-prepend .input-group-text + .un-reset-pass,
  .input-group-prepend .input-group-text + .un-slot-selector,
  .input-group-prepend #un-cardBody #un-visitcardHeader .btn-group .input-group-text + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-prepend .input-group-text + .menuItem,
  .input-group-prepend #footerMenu .col .btn-group .input-group-text + .menuItem,
  #footerMenu .col .btn-group .input-group-prepend .input-group-text + .menuItem,
  .input-group-prepend #footerMenu .box-mid .btn-group .input-group-text + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-prepend .input-group-text + .menuItem,
  .input-group-prepend #footerMenu #report-wrapper .btn-group .input-group-text + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-prepend .input-group-text + .menuItem,
  .input-group-append .btn + .btn,
  .input-group-append .un-button-medium + .btn,
  .input-group-append .un-btn-primary + .btn,
  .input-group-append .un-btn-outline-2 + .btn,
  .input-group-append .un-button-outline + .btn,
  .input-group-append .un-button + .btn,
  .input-group-append .un-btn-login + .btn,
  .input-group-append .un-btn-signup + .btn,
  .input-group-append .un-btn-google + .btn,
  .input-group-append .un-btn-apple + .btn,
  .input-group-append .un-go-signup + .btn,
  .input-group-append .un-skip-login + .btn,
  .input-group-append .un-forget-pass + .btn,
  .input-group-append .un-reset-pass + .btn,
  .input-group-append .un-slot-selector + .btn,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .btn,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .btn,
  .input-group-append #footerMenu .col .btn-group .menuItem + .btn,
  #footerMenu .col .btn-group .input-group-append .menuItem + .btn,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .btn,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .btn,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .btn,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .btn,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .btn,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .btn,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .btn,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .btn,
  .input-group-append .btn + .un-button-medium,
  .input-group-append .un-button-medium + .un-button-medium,
  .input-group-append .un-btn-primary + .un-button-medium,
  .input-group-append .un-btn-outline-2 + .un-button-medium,
  .input-group-append .un-button-outline + .un-button-medium,
  .input-group-append .un-button + .un-button-medium,
  .input-group-append .un-btn-login + .un-button-medium,
  .input-group-append .un-btn-signup + .un-button-medium,
  .input-group-append .un-btn-google + .un-button-medium,
  .input-group-append .un-btn-apple + .un-button-medium,
  .input-group-append .un-go-signup + .un-button-medium,
  .input-group-append .un-skip-login + .un-button-medium,
  .input-group-append .un-forget-pass + .un-button-medium,
  .input-group-append .un-reset-pass + .un-button-medium,
  .input-group-append .un-slot-selector + .un-button-medium,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-button-medium,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-button-medium,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-button-medium,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-button-medium,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-button-medium,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-button-medium,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-button-medium,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-button-medium,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-button-medium,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-button-medium,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-button-medium,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-button-medium,
  .input-group-append .btn + .un-btn-primary,
  .input-group-append .un-button-medium + .un-btn-primary,
  .input-group-append .un-btn-primary + .un-btn-primary,
  .input-group-append .un-btn-outline-2 + .un-btn-primary,
  .input-group-append .un-button-outline + .un-btn-primary,
  .input-group-append .un-button + .un-btn-primary,
  .input-group-append .un-btn-login + .un-btn-primary,
  .input-group-append .un-btn-signup + .un-btn-primary,
  .input-group-append .un-btn-google + .un-btn-primary,
  .input-group-append .un-btn-apple + .un-btn-primary,
  .input-group-append .un-go-signup + .un-btn-primary,
  .input-group-append .un-skip-login + .un-btn-primary,
  .input-group-append .un-forget-pass + .un-btn-primary,
  .input-group-append .un-reset-pass + .un-btn-primary,
  .input-group-append .un-slot-selector + .un-btn-primary,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-primary,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-primary,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-btn-primary,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-btn-primary,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-btn-primary,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-btn-primary,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-btn-primary,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-btn-primary,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-primary,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-primary,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-btn-primary,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-primary,
  .input-group-append .btn + .un-btn-outline-2,
  .input-group-append .un-button-medium + .un-btn-outline-2,
  .input-group-append .un-btn-primary + .un-btn-outline-2,
  .input-group-append .un-btn-outline-2 + .un-btn-outline-2,
  .input-group-append .un-button-outline + .un-btn-outline-2,
  .input-group-append .un-button + .un-btn-outline-2,
  .input-group-append .un-btn-login + .un-btn-outline-2,
  .input-group-append .un-btn-signup + .un-btn-outline-2,
  .input-group-append .un-btn-google + .un-btn-outline-2,
  .input-group-append .un-btn-apple + .un-btn-outline-2,
  .input-group-append .un-go-signup + .un-btn-outline-2,
  .input-group-append .un-skip-login + .un-btn-outline-2,
  .input-group-append .un-forget-pass + .un-btn-outline-2,
  .input-group-append .un-reset-pass + .un-btn-outline-2,
  .input-group-append .un-slot-selector + .un-btn-outline-2,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-outline-2,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-outline-2,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-btn-outline-2,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-btn-outline-2,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-btn-outline-2,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-btn-outline-2,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-btn-outline-2,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-btn-outline-2,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-outline-2,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-outline-2,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-btn-outline-2,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-outline-2,
  .input-group-append .btn + .un-button-outline,
  .input-group-append .un-button-medium + .un-button-outline,
  .input-group-append .un-btn-primary + .un-button-outline,
  .input-group-append .un-btn-outline-2 + .un-button-outline,
  .input-group-append .un-button-outline + .un-button-outline,
  .input-group-append .un-button + .un-button-outline,
  .input-group-append .un-btn-login + .un-button-outline,
  .input-group-append .un-btn-signup + .un-button-outline,
  .input-group-append .un-btn-google + .un-button-outline,
  .input-group-append .un-btn-apple + .un-button-outline,
  .input-group-append .un-go-signup + .un-button-outline,
  .input-group-append .un-skip-login + .un-button-outline,
  .input-group-append .un-forget-pass + .un-button-outline,
  .input-group-append .un-reset-pass + .un-button-outline,
  .input-group-append .un-slot-selector + .un-button-outline,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-button-outline,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-button-outline,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-button-outline,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-button-outline,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-button-outline,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-button-outline,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-button-outline,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-button-outline,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-button-outline,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-button-outline,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-button-outline,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-button-outline,
  .input-group-append .btn + .un-button,
  .input-group-append .un-button-medium + .un-button,
  .input-group-append .un-btn-primary + .un-button,
  .input-group-append .un-btn-outline-2 + .un-button,
  .input-group-append .un-button-outline + .un-button,
  .input-group-append .un-button + .un-button,
  .input-group-append .un-btn-login + .un-button,
  .input-group-append .un-btn-signup + .un-button,
  .input-group-append .un-btn-google + .un-button,
  .input-group-append .un-btn-apple + .un-button,
  .input-group-append .un-go-signup + .un-button,
  .input-group-append .un-skip-login + .un-button,
  .input-group-append .un-forget-pass + .un-button,
  .input-group-append .un-reset-pass + .un-button,
  .input-group-append .un-slot-selector + .un-button,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-button,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-button,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-button,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-button,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-button,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-button,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-button,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-button,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-button,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-button,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-button,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-button,
  .input-group-append .btn + .un-btn-login,
  .input-group-append .un-button-medium + .un-btn-login,
  .input-group-append .un-btn-primary + .un-btn-login,
  .input-group-append .un-btn-outline-2 + .un-btn-login,
  .input-group-append .un-button-outline + .un-btn-login,
  .input-group-append .un-button + .un-btn-login,
  .input-group-append .un-btn-login + .un-btn-login,
  .input-group-append .un-btn-signup + .un-btn-login,
  .input-group-append .un-btn-google + .un-btn-login,
  .input-group-append .un-btn-apple + .un-btn-login,
  .input-group-append .un-go-signup + .un-btn-login,
  .input-group-append .un-skip-login + .un-btn-login,
  .input-group-append .un-forget-pass + .un-btn-login,
  .input-group-append .un-reset-pass + .un-btn-login,
  .input-group-append .un-slot-selector + .un-btn-login,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-login,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-login,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-btn-login,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-btn-login,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-btn-login,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-btn-login,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-btn-login,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-btn-login,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-login,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-login,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-btn-login,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-login,
  .input-group-append .btn + .un-btn-signup,
  .input-group-append .un-button-medium + .un-btn-signup,
  .input-group-append .un-btn-primary + .un-btn-signup,
  .input-group-append .un-btn-outline-2 + .un-btn-signup,
  .input-group-append .un-button-outline + .un-btn-signup,
  .input-group-append .un-button + .un-btn-signup,
  .input-group-append .un-btn-login + .un-btn-signup,
  .input-group-append .un-btn-signup + .un-btn-signup,
  .input-group-append .un-btn-google + .un-btn-signup,
  .input-group-append .un-btn-apple + .un-btn-signup,
  .input-group-append .un-go-signup + .un-btn-signup,
  .input-group-append .un-skip-login + .un-btn-signup,
  .input-group-append .un-forget-pass + .un-btn-signup,
  .input-group-append .un-reset-pass + .un-btn-signup,
  .input-group-append .un-slot-selector + .un-btn-signup,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-signup,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-signup,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-btn-signup,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-btn-signup,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-btn-signup,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-btn-signup,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-btn-signup,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-btn-signup,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-signup,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-signup,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-btn-signup,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-signup,
  .input-group-append .btn + .un-btn-google,
  .input-group-append .un-button-medium + .un-btn-google,
  .input-group-append .un-btn-primary + .un-btn-google,
  .input-group-append .un-btn-outline-2 + .un-btn-google,
  .input-group-append .un-button-outline + .un-btn-google,
  .input-group-append .un-button + .un-btn-google,
  .input-group-append .un-btn-login + .un-btn-google,
  .input-group-append .un-btn-signup + .un-btn-google,
  .input-group-append .un-btn-google + .un-btn-google,
  .input-group-append .un-btn-apple + .un-btn-google,
  .input-group-append .un-go-signup + .un-btn-google,
  .input-group-append .un-skip-login + .un-btn-google,
  .input-group-append .un-forget-pass + .un-btn-google,
  .input-group-append .un-reset-pass + .un-btn-google,
  .input-group-append .un-slot-selector + .un-btn-google,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-google,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-google,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-btn-google,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-btn-google,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-btn-google,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-btn-google,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-btn-google,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-btn-google,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-google,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-google,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-btn-google,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-google,
  .input-group-append .btn + .un-btn-apple,
  .input-group-append .un-button-medium + .un-btn-apple,
  .input-group-append .un-btn-primary + .un-btn-apple,
  .input-group-append .un-btn-outline-2 + .un-btn-apple,
  .input-group-append .un-button-outline + .un-btn-apple,
  .input-group-append .un-button + .un-btn-apple,
  .input-group-append .un-btn-login + .un-btn-apple,
  .input-group-append .un-btn-signup + .un-btn-apple,
  .input-group-append .un-btn-google + .un-btn-apple,
  .input-group-append .un-btn-apple + .un-btn-apple,
  .input-group-append .un-go-signup + .un-btn-apple,
  .input-group-append .un-skip-login + .un-btn-apple,
  .input-group-append .un-forget-pass + .un-btn-apple,
  .input-group-append .un-reset-pass + .un-btn-apple,
  .input-group-append .un-slot-selector + .un-btn-apple,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-apple,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-apple,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-btn-apple,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-btn-apple,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-btn-apple,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-btn-apple,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-btn-apple,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-btn-apple,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-btn-apple,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-apple,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-btn-apple,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-btn-apple,
  .input-group-append .btn + .un-go-signup,
  .input-group-append .un-button-medium + .un-go-signup,
  .input-group-append .un-btn-primary + .un-go-signup,
  .input-group-append .un-btn-outline-2 + .un-go-signup,
  .input-group-append .un-button-outline + .un-go-signup,
  .input-group-append .un-button + .un-go-signup,
  .input-group-append .un-btn-login + .un-go-signup,
  .input-group-append .un-btn-signup + .un-go-signup,
  .input-group-append .un-btn-google + .un-go-signup,
  .input-group-append .un-btn-apple + .un-go-signup,
  .input-group-append .un-go-signup + .un-go-signup,
  .input-group-append .un-skip-login + .un-go-signup,
  .input-group-append .un-forget-pass + .un-go-signup,
  .input-group-append .un-reset-pass + .un-go-signup,
  .input-group-append .un-slot-selector + .un-go-signup,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-go-signup,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-go-signup,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-go-signup,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-go-signup,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-go-signup,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-go-signup,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-go-signup,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-go-signup,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-go-signup,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-go-signup,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-go-signup,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-go-signup,
  .input-group-append .btn + .un-skip-login,
  .input-group-append .un-button-medium + .un-skip-login,
  .input-group-append .un-btn-primary + .un-skip-login,
  .input-group-append .un-btn-outline-2 + .un-skip-login,
  .input-group-append .un-button-outline + .un-skip-login,
  .input-group-append .un-button + .un-skip-login,
  .input-group-append .un-btn-login + .un-skip-login,
  .input-group-append .un-btn-signup + .un-skip-login,
  .input-group-append .un-btn-google + .un-skip-login,
  .input-group-append .un-btn-apple + .un-skip-login,
  .input-group-append .un-go-signup + .un-skip-login,
  .input-group-append .un-skip-login + .un-skip-login,
  .input-group-append .un-forget-pass + .un-skip-login,
  .input-group-append .un-reset-pass + .un-skip-login,
  .input-group-append .un-slot-selector + .un-skip-login,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-skip-login,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-skip-login,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-skip-login,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-skip-login,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-skip-login,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-skip-login,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-skip-login,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-skip-login,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-skip-login,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-skip-login,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-skip-login,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-skip-login,
  .input-group-append .btn + .un-forget-pass,
  .input-group-append .un-button-medium + .un-forget-pass,
  .input-group-append .un-btn-primary + .un-forget-pass,
  .input-group-append .un-btn-outline-2 + .un-forget-pass,
  .input-group-append .un-button-outline + .un-forget-pass,
  .input-group-append .un-button + .un-forget-pass,
  .input-group-append .un-btn-login + .un-forget-pass,
  .input-group-append .un-btn-signup + .un-forget-pass,
  .input-group-append .un-btn-google + .un-forget-pass,
  .input-group-append .un-btn-apple + .un-forget-pass,
  .input-group-append .un-go-signup + .un-forget-pass,
  .input-group-append .un-skip-login + .un-forget-pass,
  .input-group-append .un-forget-pass + .un-forget-pass,
  .input-group-append .un-reset-pass + .un-forget-pass,
  .input-group-append .un-slot-selector + .un-forget-pass,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-forget-pass,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-forget-pass,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-forget-pass,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-forget-pass,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-forget-pass,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-forget-pass,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-forget-pass,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-forget-pass,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-forget-pass,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-forget-pass,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-forget-pass,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-forget-pass,
  .input-group-append .btn + .un-reset-pass,
  .input-group-append .un-button-medium + .un-reset-pass,
  .input-group-append .un-btn-primary + .un-reset-pass,
  .input-group-append .un-btn-outline-2 + .un-reset-pass,
  .input-group-append .un-button-outline + .un-reset-pass,
  .input-group-append .un-button + .un-reset-pass,
  .input-group-append .un-btn-login + .un-reset-pass,
  .input-group-append .un-btn-signup + .un-reset-pass,
  .input-group-append .un-btn-google + .un-reset-pass,
  .input-group-append .un-btn-apple + .un-reset-pass,
  .input-group-append .un-go-signup + .un-reset-pass,
  .input-group-append .un-skip-login + .un-reset-pass,
  .input-group-append .un-forget-pass + .un-reset-pass,
  .input-group-append .un-reset-pass + .un-reset-pass,
  .input-group-append .un-slot-selector + .un-reset-pass,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-reset-pass,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-reset-pass,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-reset-pass,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-reset-pass,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-reset-pass,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-reset-pass,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-reset-pass,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-reset-pass,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-reset-pass,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-reset-pass,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-reset-pass,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-reset-pass,
  .input-group-append .btn + .un-slot-selector,
  .input-group-append .un-button-medium + .un-slot-selector,
  .input-group-append .un-btn-primary + .un-slot-selector,
  .input-group-append .un-btn-outline-2 + .un-slot-selector,
  .input-group-append .un-button-outline + .un-slot-selector,
  .input-group-append .un-button + .un-slot-selector,
  .input-group-append .un-btn-login + .un-slot-selector,
  .input-group-append .un-btn-signup + .un-slot-selector,
  .input-group-append .un-btn-google + .un-slot-selector,
  .input-group-append .un-btn-apple + .un-slot-selector,
  .input-group-append .un-go-signup + .un-slot-selector,
  .input-group-append .un-skip-login + .un-slot-selector,
  .input-group-append .un-forget-pass + .un-slot-selector,
  .input-group-append .un-reset-pass + .un-slot-selector,
  .input-group-append .un-slot-selector + .un-slot-selector,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-slot-selector,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-slot-selector,
  .input-group-append #footerMenu .col .btn-group .menuItem + .un-slot-selector,
  #footerMenu .col .btn-group .input-group-append .menuItem + .un-slot-selector,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .un-slot-selector,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .un-slot-selector,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .un-slot-selector,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .un-slot-selector,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .un-slot-selector,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-slot-selector,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .un-slot-selector,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .un-slot-selector,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .btn + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .btn + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-button-medium + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-button-medium + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-btn-primary + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-btn-primary + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-btn-outline-2 + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-btn-outline-2 + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-button-outline + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-button-outline + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-button + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-button + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-btn-login + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-btn-login + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-btn-signup + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-btn-signup + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-btn-google + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-btn-google + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-btn-apple + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-btn-apple + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-go-signup + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-go-signup + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-skip-login + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-skip-login + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-forget-pass + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-forget-pass + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-reset-pass + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-reset-pass + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .un-slot-selector + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-slot-selector + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #un-visitcardHeader .input-group-append #footerMenu .col .btn-group .menuItem + .menuItem,
  #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  #un-cardBody #un-visitcardHeader #footerMenu .col .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #un-visitcardHeader .input-group-append #footerMenu .box-mid .btn-group .menuItem + .menuItem,
  #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  #un-cardBody #un-visitcardHeader #footerMenu .box-mid .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #un-visitcardHeader .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .menuItem,
  #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  #un-cardBody #un-visitcardHeader #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu .col .btn-group .btn + .menuItem,
  #footerMenu .col .btn-group .input-group-append .btn + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-button-medium + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-button-medium + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-btn-primary + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-btn-primary + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-btn-outline-2 + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-btn-outline-2 + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-button-outline + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-button-outline + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-button + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-button + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-btn-login + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-btn-login + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-btn-signup + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-btn-signup + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-btn-google + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-btn-google + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-btn-apple + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-btn-apple + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-go-signup + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-go-signup + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-skip-login + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-skip-login + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-forget-pass + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-forget-pass + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-reset-pass + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-reset-pass + .menuItem,
  .input-group-append #footerMenu .col .btn-group .un-slot-selector + .menuItem,
  #footerMenu .col .btn-group .input-group-append .un-slot-selector + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader #footerMenu .col .btn-group .menuItem + .menuItem,
  #footerMenu .col .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #un-visitcardHeader #footerMenu .col .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu .col .btn-group .menuItem + .menuItem,
  #footerMenu .col .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu .box-mid .col .btn-group .menuItem + .menuItem,
  .input-group-append #footerMenu .col .box-mid .btn-group .menuItem + .menuItem,
  #footerMenu .box-mid .col .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu .col .box-mid .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu #report-wrapper .col .btn-group .menuItem + .menuItem,
  .input-group-append #footerMenu .col #report-wrapper .btn-group .menuItem + .menuItem,
  #footerMenu #report-wrapper .col .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu .col #report-wrapper .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .col .btn-group .menuItem + .menuItem,
  .input-group-append #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .col .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .col .btn-group .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu .col #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .col .btn-group .input-group-append .menuItem + .menuItem,
  #un-cardBody #footerMenu .col #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .btn + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .btn + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-button-medium + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-button-medium + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-btn-primary + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-btn-primary + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-btn-outline-2 + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-btn-outline-2 + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-button-outline + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-button-outline + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-button + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-button + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-btn-login + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-btn-login + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-btn-signup + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-btn-signup + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-btn-google + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-btn-google + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-btn-apple + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-btn-apple + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-go-signup + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-go-signup + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-skip-login + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-skip-login + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-forget-pass + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-forget-pass + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-reset-pass + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-reset-pass + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .un-slot-selector + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .un-slot-selector + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader #footerMenu .box-mid .btn-group .menuItem + .menuItem,
  #footerMenu .box-mid .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #un-visitcardHeader #footerMenu .box-mid .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu .col .box-mid .btn-group .menuItem + .menuItem,
  .input-group-append #footerMenu .box-mid .col .btn-group .menuItem + .menuItem,
  #footerMenu .col .box-mid .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu .box-mid .col .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu #report-wrapper .box-mid .btn-group .menuItem + .menuItem,
  .input-group-append #footerMenu .box-mid #report-wrapper .btn-group .menuItem + .menuItem,
  #footerMenu #report-wrapper .box-mid .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu .box-mid #report-wrapper .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .box-mid .btn-group .menuItem + .menuItem,
  .input-group-append #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .box-mid .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .box-mid .btn-group .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu .box-mid #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .box-mid .btn-group .input-group-append .menuItem + .menuItem,
  #un-cardBody #footerMenu .box-mid #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .btn + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .btn + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-button-medium + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-button-medium + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-btn-primary + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-btn-primary + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-btn-outline-2 + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-btn-outline-2 + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-button-outline + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-button-outline + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-button + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-button + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-btn-login + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-btn-login + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-btn-signup + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-btn-signup + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-btn-google + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-btn-google + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-btn-apple + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-btn-apple + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-go-signup + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-go-signup + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-skip-login + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-skip-login + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-forget-pass + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-forget-pass + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-reset-pass + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-reset-pass + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .un-slot-selector + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .un-slot-selector + .menuItem,
  .input-group-append #un-cardBody #un-visitcardHeader #footerMenu #report-wrapper .btn-group .menuItem + .menuItem,
  #footerMenu #report-wrapper .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #un-visitcardHeader #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu .col #report-wrapper .btn-group .menuItem + .menuItem,
  .input-group-append #footerMenu #report-wrapper .col .btn-group .menuItem + .menuItem,
  #footerMenu .col #report-wrapper .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu #report-wrapper .col .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu .box-mid #report-wrapper .btn-group .menuItem + .menuItem,
  .input-group-append #footerMenu #report-wrapper .box-mid .btn-group .menuItem + .menuItem,
  #footerMenu .box-mid #report-wrapper .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu #report-wrapper .box-mid .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader #report-wrapper .btn-group .menuItem + .menuItem,
  .input-group-append #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader #report-wrapper .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader #report-wrapper .btn-group .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu #report-wrapper #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader #report-wrapper .btn-group .input-group-append .menuItem + .menuItem,
  #un-cardBody #footerMenu #report-wrapper #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .btn + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .btn + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-button-medium + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-button-medium + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-btn-primary + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-btn-primary + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-btn-outline-2 + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-btn-outline-2 + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-button-outline + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-button-outline + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-button + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-button + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-btn-login + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-btn-login + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-btn-signup + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-btn-signup + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-btn-google + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-btn-google + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-btn-apple + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-btn-apple + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-go-signup + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-go-signup + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-skip-login + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-skip-login + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-forget-pass + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-forget-pass + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-reset-pass + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-reset-pass + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .un-slot-selector + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .un-slot-selector + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #footerMenu .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .col .btn-group .menuItem + .menuItem,
  #footerMenu .col #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .col .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .box-mid .btn-group .menuItem + .menuItem,
  #footerMenu .box-mid #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .box-mid .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader #report-wrapper .btn-group .menuItem + .menuItem,
  #footerMenu #report-wrapper #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader #report-wrapper .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #footerMenu #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .btn + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .btn + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-button-medium + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-button-medium + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-btn-primary + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-btn-primary + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-btn-outline-2 + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-btn-outline-2 + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-button-outline + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-button-outline + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-button + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-button + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-btn-login + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-btn-login + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-btn-signup + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-btn-signup + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-btn-google + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-btn-google + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-btn-apple + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-btn-apple + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-go-signup + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-go-signup + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-skip-login + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-skip-login + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-forget-pass + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-forget-pass + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-reset-pass + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-reset-pass + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .un-slot-selector + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .un-slot-selector + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu .col #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody .input-group-append #footerMenu .col #un-visitcardHeader .btn-group .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .col .btn-group .menuItem + .menuItem,
  #un-cardBody .input-group-append #footerMenu #un-visitcardHeader .col .btn-group .menuItem + .menuItem,
  #un-cardBody #footerMenu .col #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .col .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu .box-mid #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody .input-group-append #footerMenu .box-mid #un-visitcardHeader .btn-group .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .box-mid .btn-group .menuItem + .menuItem,
  #un-cardBody .input-group-append #footerMenu #un-visitcardHeader .box-mid .btn-group .menuItem + .menuItem,
  #un-cardBody #footerMenu .box-mid #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .box-mid .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu #report-wrapper #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody .input-group-append #footerMenu #report-wrapper #un-visitcardHeader .btn-group .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader #report-wrapper .btn-group .menuItem + .menuItem,
  #un-cardBody .input-group-append #footerMenu #un-visitcardHeader #report-wrapper .btn-group .menuItem + .menuItem,
  #un-cardBody #footerMenu #report-wrapper #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader #report-wrapper .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #footerMenu #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #footerMenu #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem + .menuItem,
  #un-cardBody #footerMenu #un-visitcardHeader .btn-group .input-group-append .menuItem + .menuItem,
  .input-group-append .btn + .input-group-text,
  .input-group-append .un-button-medium + .input-group-text,
  .input-group-append .un-btn-primary + .input-group-text,
  .input-group-append .un-btn-outline-2 + .input-group-text,
  .input-group-append .un-button-outline + .input-group-text,
  .input-group-append .un-button + .input-group-text,
  .input-group-append .un-btn-login + .input-group-text,
  .input-group-append .un-btn-signup + .input-group-text,
  .input-group-append .un-btn-google + .input-group-text,
  .input-group-append .un-btn-apple + .input-group-text,
  .input-group-append .un-go-signup + .input-group-text,
  .input-group-append .un-skip-login + .input-group-text,
  .input-group-append .un-forget-pass + .input-group-text,
  .input-group-append .un-reset-pass + .input-group-text,
  .input-group-append .un-slot-selector + .input-group-text,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .menuItem + .input-group-text,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .menuItem + .input-group-text,
  .input-group-append #footerMenu .col .btn-group .menuItem + .input-group-text,
  #footerMenu .col .btn-group .input-group-append .menuItem + .input-group-text,
  .input-group-append #footerMenu .box-mid .btn-group .menuItem + .input-group-text,
  #footerMenu .box-mid .btn-group .input-group-append .menuItem + .input-group-text,
  .input-group-append #footerMenu #report-wrapper .btn-group .menuItem + .input-group-text,
  #footerMenu #report-wrapper .btn-group .input-group-append .menuItem + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-text + .un-button-medium,
  .input-group-append .input-group-text + .un-btn-primary,
  .input-group-append .input-group-text + .un-btn-outline-2,
  .input-group-append .input-group-text + .un-button-outline,
  .input-group-append .input-group-text + .un-button,
  .input-group-append .input-group-text + .un-btn-login,
  .input-group-append .input-group-text + .un-btn-signup,
  .input-group-append .input-group-text + .un-btn-google,
  .input-group-append .input-group-text + .un-btn-apple,
  .input-group-append .input-group-text + .un-go-signup,
  .input-group-append .input-group-text + .un-skip-login,
  .input-group-append .input-group-text + .un-forget-pass,
  .input-group-append .input-group-text + .un-reset-pass,
  .input-group-append .input-group-text + .un-slot-selector,
  .input-group-append #un-cardBody #un-visitcardHeader .btn-group .input-group-text + .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group .input-group-append .input-group-text + .menuItem,
  .input-group-append #footerMenu .col .btn-group .input-group-text + .menuItem,
  #footerMenu .col .btn-group .input-group-append .input-group-text + .menuItem,
  .input-group-append #footerMenu .box-mid .btn-group .input-group-text + .menuItem,
  #footerMenu .box-mid .btn-group .input-group-append .input-group-text + .menuItem,
  .input-group-append #footerMenu #report-wrapper .btn-group .input-group-text + .menuItem,
  #footerMenu #report-wrapper .btn-group .input-group-append .input-group-text + .menuItem {
    margin-left: -1px; }
.input-group-prepend {
  margin-right: -1px; }
.input-group-append {
  margin-left: -1px; }
.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4f5467;
  text-align: center;
  white-space: nowrap;
  background-color: #ebf3f5;
  border: 1px solid #e9edf2;
  border-radius: 2px; }
.input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .un-button-medium,
.input-group-lg > .input-group-prepend > .un-btn-primary,
.input-group-lg > .input-group-prepend > .un-btn-outline-2,
.input-group-lg > .input-group-prepend > .un-button-outline,
.input-group-lg > .input-group-prepend > .un-button,
.input-group-lg > .input-group-prepend > .un-btn-login,
.input-group-lg > .input-group-prepend > .un-btn-signup,
.input-group-lg > .input-group-prepend > .un-btn-google,
.input-group-lg > .input-group-prepend > .un-btn-apple,
.input-group-lg > .input-group-prepend > .un-go-signup,
.input-group-lg > .input-group-prepend > .un-skip-login,
.input-group-lg > .input-group-prepend > .un-forget-pass,
.input-group-lg > .input-group-prepend > .un-reset-pass,
.input-group-lg > .input-group-prepend > .un-slot-selector,
#un-cardBody #un-visitcardHeader .btn-group .input-group-lg > .input-group-prepend > .menuItem,
#footerMenu .col .btn-group .input-group-lg > .input-group-prepend > .menuItem,
#footerMenu .box-mid .btn-group .input-group-lg > .input-group-prepend > .menuItem,
#footerMenu #report-wrapper .btn-group .input-group-lg > .input-group-prepend > .menuItem,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .un-button-medium,
.input-group-lg > .input-group-append > .un-btn-primary,
.input-group-lg > .input-group-append > .un-btn-outline-2,
.input-group-lg > .input-group-append > .un-button-outline,
.input-group-lg > .input-group-append > .un-button,
.input-group-lg > .input-group-append > .un-btn-login,
.input-group-lg > .input-group-append > .un-btn-signup,
.input-group-lg > .input-group-append > .un-btn-google,
.input-group-lg > .input-group-append > .un-btn-apple,
.input-group-lg > .input-group-append > .un-go-signup,
.input-group-lg > .input-group-append > .un-skip-login,
.input-group-lg > .input-group-append > .un-forget-pass,
.input-group-lg > .input-group-append > .un-reset-pass,
.input-group-lg > .input-group-append > .un-slot-selector,
#un-cardBody #un-visitcardHeader .btn-group .input-group-lg > .input-group-append > .menuItem,
#footerMenu .col .btn-group .input-group-lg > .input-group-append > .menuItem,
#footerMenu .box-mid .btn-group .input-group-lg > .input-group-append > .menuItem,
#footerMenu #report-wrapper .btn-group .input-group-lg > .input-group-append > .menuItem {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2px; }
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .un-button-medium,
.input-group-sm > .input-group-prepend > .un-btn-primary,
.input-group-sm > .input-group-prepend > .un-btn-outline-2,
.input-group-sm > .input-group-prepend > .un-button-outline,
.input-group-sm > .input-group-prepend > .un-button,
.input-group-sm > .input-group-prepend > .un-btn-login,
.input-group-sm > .input-group-prepend > .un-btn-signup,
.input-group-sm > .input-group-prepend > .un-btn-google,
.input-group-sm > .input-group-prepend > .un-btn-apple,
.input-group-sm > .input-group-prepend > .un-go-signup,
.input-group-sm > .input-group-prepend > .un-skip-login,
.input-group-sm > .input-group-prepend > .un-forget-pass,
.input-group-sm > .input-group-prepend > .un-reset-pass,
.input-group-sm > .input-group-prepend > .un-slot-selector,
#un-cardBody #un-visitcardHeader .btn-group .input-group-sm > .input-group-prepend > .menuItem,
#footerMenu .col .btn-group .input-group-sm > .input-group-prepend > .menuItem,
#footerMenu .box-mid .btn-group .input-group-sm > .input-group-prepend > .menuItem,
#footerMenu #report-wrapper .btn-group .input-group-sm > .input-group-prepend > .menuItem,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .un-button-medium,
.input-group-sm > .input-group-append > .un-btn-primary,
.input-group-sm > .input-group-append > .un-btn-outline-2,
.input-group-sm > .input-group-append > .un-button-outline,
.input-group-sm > .input-group-append > .un-button,
.input-group-sm > .input-group-append > .un-btn-login,
.input-group-sm > .input-group-append > .un-btn-signup,
.input-group-sm > .input-group-append > .un-btn-google,
.input-group-sm > .input-group-append > .un-btn-apple,
.input-group-sm > .input-group-append > .un-go-signup,
.input-group-sm > .input-group-append > .un-skip-login,
.input-group-sm > .input-group-append > .un-forget-pass,
.input-group-sm > .input-group-append > .un-reset-pass,
.input-group-sm > .input-group-append > .un-slot-selector,
#un-cardBody #un-visitcardHeader .btn-group .input-group-sm > .input-group-append > .menuItem,
#footerMenu .col .btn-group .input-group-sm > .input-group-append > .menuItem,
#footerMenu .box-mid .btn-group .input-group-sm > .input-group-append > .menuItem,
#footerMenu #report-wrapper .btn-group .input-group-sm > .input-group-append > .menuItem {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1px; }
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .un-button-medium, .input-group > .input-group-prepend > .un-btn-primary, .input-group > .input-group-prepend > .un-btn-outline-2, .input-group > .input-group-prepend > .un-button-outline, .input-group > .input-group-prepend > .un-button, .input-group > .input-group-prepend > .un-btn-login, .input-group > .input-group-prepend > .un-btn-signup, .input-group > .input-group-prepend > .un-btn-google, .input-group > .input-group-prepend > .un-btn-apple, .input-group > .input-group-prepend > .un-go-signup, .input-group > .input-group-prepend > .un-skip-login,
.input-group > .input-group-prepend > .un-forget-pass,
.input-group > .input-group-prepend > .un-reset-pass, .input-group > .input-group-prepend > .un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .input-group > .input-group-prepend > .menuItem, #footerMenu .col .btn-group .input-group > .input-group-prepend > .menuItem, #footerMenu .box-mid .btn-group .input-group > .input-group-prepend > .menuItem, #footerMenu #report-wrapper .btn-group .input-group > .input-group-prepend > .menuItem,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .un-button-medium,
.input-group > .input-group-append:not(:last-child) > .un-btn-primary,
.input-group > .input-group-append:not(:last-child) > .un-btn-outline-2,
.input-group > .input-group-append:not(:last-child) > .un-button-outline,
.input-group > .input-group-append:not(:last-child) > .un-button,
.input-group > .input-group-append:not(:last-child) > .un-btn-login,
.input-group > .input-group-append:not(:last-child) > .un-btn-signup,
.input-group > .input-group-append:not(:last-child) > .un-btn-google,
.input-group > .input-group-append:not(:last-child) > .un-btn-apple,
.input-group > .input-group-append:not(:last-child) > .un-go-signup,
.input-group > .input-group-append:not(:last-child) > .un-skip-login,
.input-group > .input-group-append:not(:last-child) > .un-forget-pass,
.input-group > .input-group-append:not(:last-child) > .un-reset-pass,
.input-group > .input-group-append:not(:last-child) > .un-slot-selector,
#un-cardBody #un-visitcardHeader .btn-group .input-group > .input-group-append:not(:last-child) > .menuItem,
#footerMenu .col .btn-group .input-group > .input-group-append:not(:last-child) > .menuItem,
#footerMenu .box-mid .btn-group .input-group > .input-group-append:not(:last-child) > .menuItem,
#footerMenu #report-wrapper .btn-group .input-group > .input-group-append:not(:last-child) > .menuItem,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-button-medium:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-btn-primary:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-btn-outline-2:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-button-outline:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-btn-login:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-btn-signup:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-btn-google:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-btn-apple:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-go-signup:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-skip-login:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-forget-pass:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-reset-pass:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .un-slot-selector:not(:last-child):not(.dropdown-toggle),
#un-cardBody #un-visitcardHeader .btn-group .input-group > .input-group-append:last-child > .menuItem:not(:last-child):not(.dropdown-toggle),
#footerMenu .col .btn-group .input-group > .input-group-append:last-child > .menuItem:not(:last-child):not(.dropdown-toggle),
#footerMenu .box-mid .btn-group .input-group > .input-group-append:last-child > .menuItem:not(:last-child):not(.dropdown-toggle),
#footerMenu #report-wrapper .btn-group .input-group > .input-group-append:last-child > .menuItem:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .un-button-medium, .input-group > .input-group-append > .un-btn-primary, .input-group > .input-group-append > .un-btn-outline-2, .input-group > .input-group-append > .un-button-outline, .input-group > .input-group-append > .un-button, .input-group > .input-group-append > .un-btn-login, .input-group > .input-group-append > .un-btn-signup, .input-group > .input-group-append > .un-btn-google, .input-group > .input-group-append > .un-btn-apple, .input-group > .input-group-append > .un-go-signup, .input-group > .input-group-append > .un-skip-login,
.input-group > .input-group-append > .un-forget-pass,
.input-group > .input-group-append > .un-reset-pass, .input-group > .input-group-append > .un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .input-group > .input-group-append > .menuItem, #footerMenu .col .btn-group .input-group > .input-group-append > .menuItem, #footerMenu .box-mid .btn-group .input-group > .input-group-append > .menuItem, #footerMenu #report-wrapper .btn-group .input-group > .input-group-append > .menuItem,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .un-button-medium,
.input-group > .input-group-prepend:not(:first-child) > .un-btn-primary,
.input-group > .input-group-prepend:not(:first-child) > .un-btn-outline-2,
.input-group > .input-group-prepend:not(:first-child) > .un-button-outline,
.input-group > .input-group-prepend:not(:first-child) > .un-button,
.input-group > .input-group-prepend:not(:first-child) > .un-btn-login,
.input-group > .input-group-prepend:not(:first-child) > .un-btn-signup,
.input-group > .input-group-prepend:not(:first-child) > .un-btn-google,
.input-group > .input-group-prepend:not(:first-child) > .un-btn-apple,
.input-group > .input-group-prepend:not(:first-child) > .un-go-signup,
.input-group > .input-group-prepend:not(:first-child) > .un-skip-login,
.input-group > .input-group-prepend:not(:first-child) > .un-forget-pass,
.input-group > .input-group-prepend:not(:first-child) > .un-reset-pass,
.input-group > .input-group-prepend:not(:first-child) > .un-slot-selector,
#un-cardBody #un-visitcardHeader .btn-group .input-group > .input-group-prepend:not(:first-child) > .menuItem,
#footerMenu .col .btn-group .input-group > .input-group-prepend:not(:first-child) > .menuItem,
#footerMenu .box-mid .btn-group .input-group > .input-group-prepend:not(:first-child) > .menuItem,
#footerMenu #report-wrapper .btn-group .input-group > .input-group-prepend:not(:first-child) > .menuItem,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-button-medium:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-btn-primary:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-btn-outline-2:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-button-outline:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-button:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-btn-login:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-btn-signup:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-btn-google:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-btn-apple:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-go-signup:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-skip-login:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-forget-pass:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-reset-pass:not(:first-child),
.input-group > .input-group-prepend:first-child > .un-slot-selector:not(:first-child),
#un-cardBody #un-visitcardHeader .btn-group .input-group > .input-group-prepend:first-child > .menuItem:not(:first-child),
#footerMenu .col .btn-group .input-group > .input-group-prepend:first-child > .menuItem:not(:first-child),
#footerMenu .box-mid .btn-group .input-group > .input-group-prepend:first-child > .menuItem:not(:first-child),
#footerMenu #report-wrapper .btn-group .input-group > .input-group-prepend:first-child > .menuItem:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }
.custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem; }
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #009ddc;
    background-color: #009ddc; }
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: transparent; }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgba(0, 0, 0, 0.25); }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: black;
    border-color: black; }
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #cccccc; }
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9edf2; }
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #99abb4 solid 1px; }
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }
.custom-checkbox .custom-control-label::before {
  border-radius: 2px; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #009ddc;
  background-color: #009ddc; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(116, 96, 238, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(116, 96, 238, 0.5); }
.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(116, 96, 238, 0.5); }
.custom-switch {
  padding-left: 2.25rem; }
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #99abb4;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 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-transform 0.15s ease-in-out;
    transition: transform 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: transform 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, -webkit-transform 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(116, 96, 238, 0.5); }
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #4f5467;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23263238' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #e9edf2;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.custom-select:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: transparent; }
.custom-select:focus::-ms-value {
      color: #4f5467;
      background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
.custom-select:disabled {
    color: #cccccc;
    background-color: #e9edf2; }
.custom-select::-ms-expand {
    display: none; }
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4f5467; }
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
    border-color: rgba(0, 0, 0, 0.25);
    box-shadow: transparent; }
.custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9edf2; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  color: #4f5467;
  background-color: #fff;
  border: 1px solid #e9edf2;
  border-radius: 2px; }
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #4f5467;
    content: "Browse";
    background-color: #ebf3f5;
    border-left: inherit;
    border-radius: 0 2px 2px 0; }
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.custom-range:focus {
    outline: none; }
.custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #f4f6f9, transparent; }
.custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #f4f6f9, transparent; }
.custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #f4f6f9, transparent; }
.custom-range::-moz-focus-outer {
    border: 0; }
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #009ddc;
    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) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
.custom-range::-webkit-slider-thumb:active {
      background-color: #90dfff; }
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #a6b7bf;
    border-color: transparent;
    border-radius: 1rem; }
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #009ddc;
    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;
    -moz-appearance: none;
         appearance: none; }
@media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
.custom-range::-moz-range-thumb:active {
      background-color: #90dfff; }
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #a6b7bf;
    border-color: transparent;
    border-radius: 1rem; }
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #009ddc;
    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;
    appearance: none; }
@media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
.custom-range::-ms-thumb:active {
      background-color: #90dfff; }
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
.custom-range::-ms-fill-lower {
    background-color: #a6b7bf;
    border-radius: 1rem; }
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #a6b7bf;
    border-radius: 1rem; }
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #99abb4; }
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
.custom-range:disabled::-moz-range-thumb {
    background-color: #99abb4; }
.custom-range:disabled::-moz-range-track {
    cursor: default; }
.custom-range:disabled::-ms-thumb {
    background-color: #99abb4; }
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -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; }
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }
.nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
    text-decoration: none; }
.nav-link.disabled {
    color: #cccccc;
    pointer-events: none;
    cursor: default; }
.nav-tabs {
  border-bottom: 1px solid #a6b7bf; }
.nav-tabs .nav-item {
    margin-bottom: -1px; }
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9edf2 #e9edf2 #a6b7bf; }
.nav-tabs .nav-link.disabled {
      color: #cccccc;
      background-color: transparent;
      border-color: transparent; }
.nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #4f5467;
    background-color: #fff;
    border-color: #a6b7bf #a6b7bf #fff; }
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.nav-pills .nav-link {
  border-radius: 2px; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #009ddc; }
.nav-fill .nav-item {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center; }
.nav-justified .nav-item {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center; }
.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }
.navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
.navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between; }
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
.navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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;
    float: none; }
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
.navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
          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: 2px; }
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              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 > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              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 > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              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 > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1599.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1600px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              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 > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start; }
.navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            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 > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    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.3); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.8); }
.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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.3);
  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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.3)' 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.3); }
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
.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.8); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: white; }
.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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.8);
  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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' 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.8); }
.navbar-dark .navbar-text a {
    color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }
.card, #sec-2 .un-loginCard, #un-fullCard {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid transparent;
  border-radius: 4px; }
.card > hr, #sec-2 .un-loginCard > hr, #un-fullCard > hr {
    margin-right: 0;
    margin-left: 0; }
.card > .list-group:first-child .list-group-item:first-child, #sec-2 .un-loginCard > .list-group:first-child .list-group-item:first-child, #un-fullCard > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
.card > .list-group:last-child .list-group-item:last-child, #sec-2 .un-loginCard > .list-group:last-child .list-group-item:last-child, #un-fullCard > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
.card-body, #un-cardBody {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }
.card-title, #sec-2 .un-loginCard #loginTitle {
  margin-bottom: 0.75rem; }
.card-subtitle, .doctor-details .doctor-title {
  margin-top: -0.375rem;
  margin-bottom: 0; }
.card-text:last-child {
  margin-bottom: 0; }
.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0px solid transparent; }
.card-header:first-child {
    border-radius: 4px 4px 0 0; }
.card-header + .list-group .list-group-item:first-child {
    border-top: 0; }
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0px solid transparent; }
.card-footer:last-child {
    border-radius: 0 0 4px 4px; }
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }
.card-img,
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
.card-deck .card, .card-deck #sec-2 .un-loginCard, #sec-2 .card-deck .un-loginCard, .card-deck #un-fullCard {
  margin-bottom: 10px; }
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px; }
    .card-deck .card, .card-deck #sec-2 .un-loginCard, #sec-2 .card-deck .un-loginCard, .card-deck #un-fullCard {
      -webkit-box-flex: 1;
              flex: 1 0 0%;
      margin-right: 10px;
      margin-bottom: 0;
      margin-left: 10px; } }
.card-group > .card, #sec-2 .card-group > .un-loginCard, .card-group > #un-fullCard {
  margin-bottom: 10px; }
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap; }
    .card-group > .card, #sec-2 .card-group > .un-loginCard, .card-group > #un-fullCard {
      -webkit-box-flex: 1;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card, #sec-2 .card-group > .un-loginCard + .card, .card-group > #un-fullCard + .card, #sec-2 .card-group > .card + .un-loginCard, #sec-2 .card-group > .un-loginCard + .un-loginCard, #sec-2 .card-group > #un-fullCard + .un-loginCard, .card-group > .card + #un-fullCard, #sec-2 .card-group > .un-loginCard + #un-fullCard, .card-group > #un-fullCard + #un-fullCard {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child), #sec-2 .card-group > .un-loginCard:not(:last-child), .card-group > #un-fullCard:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top, #sec-2 .card-group > .un-loginCard:not(:last-child) .card-img-top, .card-group > #un-fullCard:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header,
        #sec-2 .card-group > .un-loginCard:not(:last-child) .card-header,
        .card-group > #un-fullCard:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom, #sec-2 .card-group > .un-loginCard:not(:last-child) .card-img-bottom, .card-group > #un-fullCard:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer,
        #sec-2 .card-group > .un-loginCard:not(:last-child) .card-footer,
        .card-group > #un-fullCard:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child), #sec-2 .card-group > .un-loginCard:not(:first-child), .card-group > #un-fullCard:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top, #sec-2 .card-group > .un-loginCard:not(:first-child) .card-img-top, .card-group > #un-fullCard:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header,
        #sec-2 .card-group > .un-loginCard:not(:first-child) .card-header,
        .card-group > #un-fullCard:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom, #sec-2 .card-group > .un-loginCard:not(:first-child) .card-img-bottom, .card-group > #un-fullCard:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer,
        #sec-2 .card-group > .un-loginCard:not(:first-child) .card-footer,
        .card-group > #un-fullCard:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }
.card-columns .card, .card-columns #sec-2 .un-loginCard, #sec-2 .card-columns .un-loginCard, .card-columns #un-fullCard {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card, .card-columns #sec-2 .un-loginCard, #sec-2 .card-columns .un-loginCard, .card-columns #un-fullCard {
      display: inline-block;
      width: 100%; } }
.accordion > .card, #sec-2 .accordion > .un-loginCard, .accordion > #un-fullCard {
  overflow: hidden; }
.accordion > .card:not(:last-of-type), #sec-2 .accordion > .un-loginCard:not(:last-of-type), .accordion > #un-fullCard:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
.accordion > .card:not(:first-of-type), #sec-2 .accordion > .un-loginCard:not(:first-of-type), .accordion > #un-fullCard:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.accordion > .card > .card-header, #sec-2 .accordion > .un-loginCard > .card-header, .accordion > #un-fullCard > .card-header {
    border-radius: 0;
    margin-bottom: 0px; }
.breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: #f4f6f9;
  border-radius: 2px; }
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #cccccc;
    content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #cccccc; }
.pagination {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px; }
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #7460ee;
  background-color: #fff;
  border: 1px solid #a6b7bf; }
.page-link:hover {
    z-index: 2;
    color: #381be7;
    text-decoration: none;
    background-color: #e9edf2;
    border-color: #a6b7bf; }
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: transparent; }
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #009ddc;
  border-color: #009ddc; }
.page-item.disabled .page-link {
  color: #cccccc;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #a6b7bf; }
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px; }
.badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  -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) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
a.badge:hover, a.badge:focus {
    text-decoration: none; }
.badge:empty {
    display: none; }
.btn .badge, .un-button-medium .badge, .un-btn-primary .badge, .un-btn-outline-2 .badge, .un-button-outline .badge, .un-button .badge, .un-btn-login .badge, .un-btn-signup .badge, .un-btn-google .badge, .un-btn-apple .badge, .un-go-signup .badge, .un-skip-login .badge, .un-forget-pass .badge, .un-reset-pass .badge, .un-slot-selector .badge, #un-cardBody #un-visitcardHeader .btn-group .menuItem .badge, #footerMenu .col .btn-group .menuItem .badge, #footerMenu .box-mid .btn-group .menuItem .badge, #footerMenu #report-wrapper .btn-group .menuItem .badge {
  position: relative;
  top: -1px; }
.badge-pill {
  padding-right: 0.2em;
  padding-left: 0.2em;
  border-radius: 10rem; }
.badge-primary {
  color: #fff;
  background-color: #7460ee; }
a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #4c32e9; }
a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5); }
.badge-secondary {
  color: #212529;
  background-color: #cccccc; }
a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #b3b2b2; }
a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5); }
.badge-success {
  color: #fff;
  background-color: #06d79c; }
a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #05a578; }
a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(6, 215, 156, 0.5); }
.badge-info {
  color: #fff;
  background-color: #398bf7; }
a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #0a6ff3; }
a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(57, 139, 247, 0.5); }
.badge-warning {
  color: #212529;
  background-color: #ffb22b; }
a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #f79d00; }
a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 178, 43, 0.5); }
.badge-danger {
  color: #fff;
  background-color: #ef5350; }
a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #eb2521; }
a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.5); }
.badge-light {
  color: #212529;
  background-color: #e9edf2; }
a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #c9d3df; }
a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(233, 237, 242, 0.5); }
.badge-dark {
  color: #fff;
  background-color: #263238; }
a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #11171a; }
a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 50, 56, 0.5); }
.badge-muted {
  color: #212529;
  background-color: #99abb4; }
a.badge-muted:hover, a.badge-muted:focus {
    color: #212529;
    background-color: #7c939e; }
a.badge-muted:focus, a.badge-muted.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(153, 171, 180, 0.5); }
.badge-cyan {
  color: #212529;
  background-color: #4fc3f7; }
a.badge-cyan:hover, a.badge-cyan:focus {
    color: #212529;
    background-color: #1eb2f5; }
a.badge-cyan:focus, a.badge-cyan.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(79, 195, 247, 0.5); }
.badge-orange {
  color: #212529;
  background-color: #fb8c00; }
a.badge-orange:hover, a.badge-orange:focus {
    color: #212529;
    background-color: #c87000; }
a.badge-orange:focus, a.badge-orange.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(251, 140, 0, 0.5); }
.badge-purple {
  color: #fff;
  background-color: #745af2; }
a.badge-purple:hover, a.badge-purple:focus {
    color: #fff;
    background-color: #4c2bee; }
a.badge-purple:focus, a.badge-purple.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(116, 90, 242, 0.5); }
.badge-light-danger {
  color: #212529;
  background-color: #f9e7eb; }
a.badge-light-danger:hover, a.badge-light-danger:focus {
    color: #212529;
    background-color: #efbec9; }
a.badge-light-danger:focus, a.badge-light-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(249, 231, 235, 0.5); }
.badge-light-success {
  color: #212529;
  background-color: #e8fdeb; }
a.badge-light-success:hover, a.badge-light-success:focus {
    color: #212529;
    background-color: #b9f9c2; }
a.badge-light-success:focus, a.badge-light-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(232, 253, 235, 0.5); }
.badge-light-warning {
  color: #212529;
  background-color: #fff8ec; }
a.badge-light-warning:hover, a.badge-light-warning:focus {
    color: #212529;
    background-color: #ffe5b9; }
a.badge-light-warning:focus, a.badge-light-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 248, 236, 0.5); }
.badge-light-primary {
  color: #212529;
  background-color: #f1effd; }
a.badge-light-primary:hover, a.badge-light-primary:focus {
    color: #212529;
    background-color: #c9c2f7; }
a.badge-light-primary:focus, a.badge-light-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241, 239, 253, 0.5); }
.badge-light-info {
  color: #212529;
  background-color: #cfecfe; }
a.badge-light-info:hover, a.badge-light-info:focus {
    color: #212529;
    background-color: #9dd8fd; }
a.badge-light-info:focus, a.badge-light-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(207, 236, 254, 0.5); }
.badge-light-inverse {
  color: #212529;
  background-color: #f6f6f6; }
a.badge-light-inverse:hover, a.badge-light-inverse:focus {
    color: #212529;
    background-color: #dddcdc; }
a.badge-light-inverse:focus, a.badge-light-inverse.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5); }
.badge-light-megna {
  color: #212529;
  background-color: #e0f2f4; }
a.badge-light-megna:hover, a.badge-light-megna:focus {
    color: #212529;
    background-color: #bae2e7; }
a.badge-light-megna:focus, a.badge-light-megna.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(224, 242, 244, 0.5); }
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9edf2;
  border-radius: 2px; }
@media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 2px; }
.alert-heading {
  color: inherit; }
.alert-link {
  font-weight: 800; }
.alert-dismissible {
  padding-right: 4rem; }
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }
.alert-primary {
  color: #3c327c;
  background-color: #e3dffc;
  border-color: #d8d2fa; }
.alert-primary hr {
    border-top-color: #c4bbf7; }
.alert-primary .alert-link {
    color: #2a2358; }
.alert-secondary {
  color: #6a6a6a;
  background-color: whitesmoke;
  border-color: #f1f1f1; }
.alert-secondary hr {
    border-top-color: #e4e4e4; }
.alert-secondary .alert-link {
    color: #515050; }
.alert-success {
  color: #037051;
  background-color: #cdf7eb;
  border-color: #b9f4e3; }
.alert-success hr {
    border-top-color: #a3f1da; }
.alert-success .alert-link {
    color: #023e2d; }
.alert-info {
  color: #1e4880;
  background-color: #d7e8fd;
  border-color: #c8dffd; }
.alert-info hr {
    border-top-color: #afd1fc; }
.alert-info .alert-link {
    color: #143157; }
.alert-warning {
  color: #855d16;
  background-color: #fff0d5;
  border-color: #ffe9c4; }
.alert-warning hr {
    border-top-color: #ffdfab; }
.alert-warning .alert-link {
    color: #593e0f; }
.alert-danger {
  color: #7c2b2a;
  background-color: #fcdddc;
  border-color: #fbcfce; }
.alert-danger hr {
    border-top-color: #f9b8b6; }
.alert-danger .alert-link {
    color: #561e1d; }
.alert-light {
  color: #797b7e;
  background-color: #fbfbfc;
  border-color: #f9fafb; }
.alert-light hr {
    border-top-color: #eaedf1; }
.alert-light .alert-link {
    color: #606264; }
.alert-dark {
  color: #141a1d;
  background-color: #d4d6d7;
  border-color: #c2c6c7; }
.alert-dark hr {
    border-top-color: #b5babb; }
.alert-dark .alert-link {
    color: black; }
.alert-muted {
  color: #50595e;
  background-color: #ebeef0;
  border-color: #e2e7ea; }
.alert-muted hr {
    border-top-color: #d3dbdf; }
.alert-muted .alert-link {
    color: #393f42; }
.alert-cyan {
  color: #296580;
  background-color: #dcf3fd;
  border-color: #ceeefd; }
.alert-cyan hr {
    border-top-color: #b6e6fc; }
.alert-cyan .alert-link {
    color: #1d4759; }
.alert-orange {
  color: #834900;
  background-color: #fee8cc;
  border-color: #fedfb8; }
.alert-orange hr {
    border-top-color: #fed49f; }
.alert-orange .alert-link {
    color: #502d00; }
.alert-purple {
  color: #3c2f7e;
  background-color: #e3defc;
  border-color: #d8d1fb; }
.alert-purple hr {
    border-top-color: #c4baf9; }
.alert-purple .alert-link {
    color: #2a2159; }
.alert-light-danger {
  color: #81787a;
  background-color: #fefafb;
  border-color: #fdf8f9; }
.alert-light-danger hr {
    border-top-color: #f7e4e8; }
.alert-light-danger .alert-link {
    color: #675f61; }
.alert-light-success {
  color: #79847a;
  background-color: #fafffb;
  border-color: #f9fef9; }
.alert-light-success hr {
    border-top-color: #e3fae3; }
.alert-light-success .alert-link {
    color: #616961; }
.alert-light-warning {
  color: #85817b;
  background-color: #fffefb;
  border-color: #fffdfa; }
.alert-light-warning hr {
    border-top-color: #fff3e1; }
.alert-light-warning .alert-link {
    color: #6b6762; }
.alert-light-primary {
  color: #7d7c84;
  background-color: #fcfcff;
  border-color: #fbfbfe; }
.alert-light-primary hr {
    border-top-color: #e7e7f9; }
.alert-light-primary .alert-link {
    color: #64636a; }
.alert-light-info {
  color: #6c7b84;
  background-color: #f5fbff;
  border-color: #f2faff; }
.alert-light-info hr {
    border-top-color: #d9f0ff; }
.alert-light-info .alert-link {
    color: #556168; }
.alert-light-inverse {
  color: gray;
  background-color: #fdfdfd;
  border-color: #fcfcfc; }
.alert-light-inverse hr {
    border-top-color: #efefef; }
.alert-light-inverse .alert-link {
    color: #676666; }
.alert-light-megna {
  color: #747e7f;
  background-color: #f9fcfd;
  border-color: #f6fbfc; }
.alert-light-megna hr {
    border-top-color: #e3f3f6; }
.alert-light-megna .alert-link {
    color: #5c6464; }
@keyframes progress-bar-stripes {
  from {
    background-position: 5px 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: -webkit-box;
  display: flex;
  height: 5px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #ebf3f5;
  border-radius: 2px; }
.progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7460ee;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      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: 5px 5px; }
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }
.media {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start; }
.media-body {
  -webkit-box-flex: 1;
          flex: 1; }
.list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }
.list-group-item-action {
  width: 100%;
  color: #4f5467;
  text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #4f5467;
    text-decoration: none;
    background-color: #ebf3f5; }
.list-group-item-action:active {
    color: #67757c;
    background-color: #e9edf2; }
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
.list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
.list-group-item.disabled, .list-group-item:disabled {
    color: #cccccc;
    pointer-events: none;
    background-color: #fff; }
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #009ddc;
    border-color: #009ddc; }
.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0; }
.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 2px;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 2px;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 2px;
      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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 2px;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 2px;
      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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 2px;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 2px;
      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: 1600px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 2px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 2px;
      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; } }
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
.list-group-flush .list-group-item:first-child {
    border-top-width: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }
.list-group-item-primary {
  color: #3c327c;
  background-color: #d8d2fa; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #3c327c;
    background-color: #c4bbf7; }
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #3c327c;
    border-color: #3c327c; }
.list-group-item-secondary {
  color: #6a6a6a;
  background-color: #f1f1f1; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #6a6a6a;
    background-color: #e4e4e4; }
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #6a6a6a;
    border-color: #6a6a6a; }
.list-group-item-success {
  color: #037051;
  background-color: #b9f4e3; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #037051;
    background-color: #a3f1da; }
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #037051;
    border-color: #037051; }
.list-group-item-info {
  color: #1e4880;
  background-color: #c8dffd; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #1e4880;
    background-color: #afd1fc; }
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1e4880;
    border-color: #1e4880; }
.list-group-item-warning {
  color: #855d16;
  background-color: #ffe9c4; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #855d16;
    background-color: #ffdfab; }
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #855d16;
    border-color: #855d16; }
.list-group-item-danger {
  color: #7c2b2a;
  background-color: #fbcfce; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7c2b2a;
    background-color: #f9b8b6; }
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7c2b2a;
    border-color: #7c2b2a; }
.list-group-item-light {
  color: #797b7e;
  background-color: #f9fafb; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #797b7e;
    background-color: #eaedf1; }
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #797b7e;
    border-color: #797b7e; }
.list-group-item-dark {
  color: #141a1d;
  background-color: #c2c6c7; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141a1d;
    background-color: #b5babb; }
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141a1d;
    border-color: #141a1d; }
.list-group-item-muted {
  color: #50595e;
  background-color: #e2e7ea; }
.list-group-item-muted.list-group-item-action:hover, .list-group-item-muted.list-group-item-action:focus {
    color: #50595e;
    background-color: #d3dbdf; }
.list-group-item-muted.list-group-item-action.active {
    color: #fff;
    background-color: #50595e;
    border-color: #50595e; }
.list-group-item-cyan {
  color: #296580;
  background-color: #ceeefd; }
.list-group-item-cyan.list-group-item-action:hover, .list-group-item-cyan.list-group-item-action:focus {
    color: #296580;
    background-color: #b6e6fc; }
.list-group-item-cyan.list-group-item-action.active {
    color: #fff;
    background-color: #296580;
    border-color: #296580; }
.list-group-item-orange {
  color: #834900;
  background-color: #fedfb8; }
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #834900;
    background-color: #fed49f; }
.list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #834900;
    border-color: #834900; }
.list-group-item-purple {
  color: #3c2f7e;
  background-color: #d8d1fb; }
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
    color: #3c2f7e;
    background-color: #c4baf9; }
.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #3c2f7e;
    border-color: #3c2f7e; }
.list-group-item-light-danger {
  color: #81787a;
  background-color: #fdf8f9; }
.list-group-item-light-danger.list-group-item-action:hover, .list-group-item-light-danger.list-group-item-action:focus {
    color: #81787a;
    background-color: #f7e4e8; }
.list-group-item-light-danger.list-group-item-action.active {
    color: #fff;
    background-color: #81787a;
    border-color: #81787a; }
.list-group-item-light-success {
  color: #79847a;
  background-color: #f9fef9; }
.list-group-item-light-success.list-group-item-action:hover, .list-group-item-light-success.list-group-item-action:focus {
    color: #79847a;
    background-color: #e3fae3; }
.list-group-item-light-success.list-group-item-action.active {
    color: #fff;
    background-color: #79847a;
    border-color: #79847a; }
.list-group-item-light-warning {
  color: #85817b;
  background-color: #fffdfa; }
.list-group-item-light-warning.list-group-item-action:hover, .list-group-item-light-warning.list-group-item-action:focus {
    color: #85817b;
    background-color: #fff3e1; }
.list-group-item-light-warning.list-group-item-action.active {
    color: #fff;
    background-color: #85817b;
    border-color: #85817b; }
.list-group-item-light-primary {
  color: #7d7c84;
  background-color: #fbfbfe; }
.list-group-item-light-primary.list-group-item-action:hover, .list-group-item-light-primary.list-group-item-action:focus {
    color: #7d7c84;
    background-color: #e7e7f9; }
.list-group-item-light-primary.list-group-item-action.active {
    color: #fff;
    background-color: #7d7c84;
    border-color: #7d7c84; }
.list-group-item-light-info {
  color: #6c7b84;
  background-color: #f2faff; }
.list-group-item-light-info.list-group-item-action:hover, .list-group-item-light-info.list-group-item-action:focus {
    color: #6c7b84;
    background-color: #d9f0ff; }
.list-group-item-light-info.list-group-item-action.active {
    color: #fff;
    background-color: #6c7b84;
    border-color: #6c7b84; }
.list-group-item-light-inverse {
  color: gray;
  background-color: #fcfcfc; }
.list-group-item-light-inverse.list-group-item-action:hover, .list-group-item-light-inverse.list-group-item-action:focus {
    color: gray;
    background-color: #efefef; }
.list-group-item-light-inverse.list-group-item-action.active {
    color: #fff;
    background-color: gray;
    border-color: gray; }
.list-group-item-light-megna {
  color: #747e7f;
  background-color: #f6fbfc; }
.list-group-item-light-megna.list-group-item-action:hover, .list-group-item-light-megna.list-group-item-action:focus {
    color: #747e7f;
    background-color: #e3f3f6; }
.list-group-item-light-megna.list-group-item-action.active {
    color: #fff;
    background-color: #747e7f;
    border-color: #747e7f; }
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
.close:hover {
    color: #000;
    text-decoration: none; }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
a.close.disabled {
  pointer-events: none; }
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  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.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
.toast:not(:last-child) {
    margin-bottom: 0.75rem; }
.toast.showing {
    opacity: 1; }
.toast.show {
    display: block;
    opacity: 1; }
.toast.hide {
    display: none; }
.toast-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #cccccc;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.toast-body {
  padding: 0.75rem; }
.modal-open {
  overflow: hidden; }
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
@media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
.modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
.modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem); }
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
.modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
.modal-dialog-scrollable .modal-body {
    overflow-y: auto; }
.modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    height: 100%; }
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
.modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }
.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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: 2px;
  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: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9edf2;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px; }
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem; }
.modal-footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e9edf2;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }
.modal-footer > * {
    margin: 0.25rem; }
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1600px) {
  .modal-xl {
    max-width: 1140px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", 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 .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
.tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      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: 2px; }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", 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: 2px; }
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 2px; }
.popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 2px 0; }
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .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 > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .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[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 2px 0; }
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #455a64;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px; }
.popover-header:empty {
    display: none; }
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #67757c; }
.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;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      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: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
.carousel-indicators li {
    box-sizing: content-box;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
.carousel-indicators .active {
    opacity: 1; }
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }
.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }
.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; }
.bg-primary {
  background-color: #7460ee !important; }
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4c32e9 !important; }
.bg-secondary {
  background-color: #cccccc !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #b3b2b2 !important; }
.bg-success {
  background-color: #06d79c !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #05a578 !important; }
.bg-info {
  background-color: #398bf7 !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0a6ff3 !important; }
.bg-warning {
  background-color: #ffb22b !important; }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f79d00 !important; }
.bg-danger {
  background-color: #ef5350 !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #eb2521 !important; }
.bg-light {
  background-color: #e9edf2 !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c9d3df !important; }
.bg-dark {
  background-color: #263238 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #11171a !important; }
.bg-muted {
  background-color: #99abb4 !important; }
a.bg-muted:hover, a.bg-muted:focus,
button.bg-muted:hover,
button.bg-muted:focus {
  background-color: #7c939e !important; }
.bg-cyan {
  background-color: #4fc3f7 !important; }
a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #1eb2f5 !important; }
.bg-orange {
  background-color: #fb8c00 !important; }
a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #c87000 !important; }
.bg-purple {
  background-color: #745af2 !important; }
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4c2bee !important; }
.bg-light-danger {
  background-color: #f9e7eb !important; }
a.bg-light-danger:hover, a.bg-light-danger:focus,
button.bg-light-danger:hover,
button.bg-light-danger:focus {
  background-color: #efbec9 !important; }
.bg-light-success {
  background-color: #e8fdeb !important; }
a.bg-light-success:hover, a.bg-light-success:focus,
button.bg-light-success:hover,
button.bg-light-success:focus {
  background-color: #b9f9c2 !important; }
.bg-light-warning {
  background-color: #fff8ec !important; }
a.bg-light-warning:hover, a.bg-light-warning:focus,
button.bg-light-warning:hover,
button.bg-light-warning:focus {
  background-color: #ffe5b9 !important; }
.bg-light-primary {
  background-color: #f1effd !important; }
a.bg-light-primary:hover, a.bg-light-primary:focus,
button.bg-light-primary:hover,
button.bg-light-primary:focus {
  background-color: #c9c2f7 !important; }
.bg-light-info {
  background-color: #cfecfe !important; }
a.bg-light-info:hover, a.bg-light-info:focus,
button.bg-light-info:hover,
button.bg-light-info:focus {
  background-color: #9dd8fd !important; }
.bg-light-inverse {
  background-color: #f6f6f6 !important; }
a.bg-light-inverse:hover, a.bg-light-inverse:focus,
button.bg-light-inverse:hover,
button.bg-light-inverse:focus {
  background-color: #dddcdc !important; }
.bg-light-megna {
  background-color: #e0f2f4 !important; }
a.bg-light-megna:hover, a.bg-light-megna:focus,
button.bg-light-megna:hover,
button.bg-light-megna:focus {
  background-color: #bae2e7 !important; }
.bg-white {
  background-color: #fff !important; }
.bg-transparent {
  background-color: transparent !important; }
.border, #patient-report, #patient-report #date,
#patient-report #doctor,
#patient-report #patient,
#patient-report #clinic,
#patient-report #report, #appointment-card-list #appointment-card-template, #un-memberList .un-memberItem, #un-cardBody #user-dropdown, #journeyModel #user-dropdown {
  border: 1px solid #e9edf2 !important; }
.border-top {
  border-top: 1px solid #e9edf2 !important; }
.border-right {
  border-right: 1px solid #e9edf2 !important; }
.border-bottom {
  border-bottom: 1px solid #e9edf2 !important; }
.border-left {
  border-left: 1px solid #e9edf2 !important; }
.border-0 {
  border: 0 !important; }
.border-top-0 {
  border-top: 0 !important; }
.border-right-0 {
  border-right: 0 !important; }
.border-bottom-0 {
  border-bottom: 0 !important; }
.border-left-0 {
  border-left: 0 !important; }
.border-primary {
  border-color: #7460ee !important; }
.border-secondary {
  border-color: #cccccc !important; }
.border-success {
  border-color: #06d79c !important; }
.border-info {
  border-color: #398bf7 !important; }
.border-warning {
  border-color: #ffb22b !important; }
.border-danger {
  border-color: #ef5350 !important; }
.border-light {
  border-color: #e9edf2 !important; }
.border-dark {
  border-color: #263238 !important; }
.border-muted {
  border-color: #99abb4 !important; }
.border-cyan {
  border-color: #4fc3f7 !important; }
.border-orange {
  border-color: #fb8c00 !important; }
.border-purple {
  border-color: #745af2 !important; }
.border-light-danger {
  border-color: #f9e7eb !important; }
.border-light-success {
  border-color: #e8fdeb !important; }
.border-light-warning {
  border-color: #fff8ec !important; }
.border-light-primary {
  border-color: #f1effd !important; }
.border-light-info {
  border-color: #cfecfe !important; }
.border-light-inverse {
  border-color: #f6f6f6 !important; }
.border-light-megna {
  border-color: #e0f2f4 !important; }
.border-white {
  border-color: #fff !important; }
.rounded-sm {
  border-radius: 1px !important; }
.rounded, .login-image {
  border-radius: 2px !important; }
.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important; }
.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important; }
.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important; }
.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important; }
.rounded-lg {
  border-radius: 2px !important; }
.rounded-circle {
  border-radius: 50% !important; }
.rounded-pill {
  border-radius: 50rem !important; }
.rounded-0 {
  border-radius: 0 !important; }
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }
.d-none, kendo-calendar-navigation, .noMobile, #sec-1 {
  display: none !important; }
.d-inline {
  display: inline !important; }
.d-inline-block, .un-countrycode, .un-phonenumber {
  display: inline-block !important; }
.d-block, .login-image, .onlyMobile, #journeyModel, #footerMenu {
  display: block !important; }
.d-table {
  display: table !important; }
.d-table-row {
  display: table-row !important; }
.d-table-cell {
  display: table-cell !important; }
.d-flex, .box-mid, #patient-report #date,
#patient-report #doctor,
#patient-report #patient,
#patient-report #clinic,
#patient-report #report, #report-wrapper, .book-appointment-cards, #card-header, #un-cardBody #un-appcardHeader, #un-cardBody #un-appcardHeader #previous-wrapper, #un-cardBody #un-appcardHeader #next-wrapper, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardHeader,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardFooter, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #reports,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #reports, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #appointment-actions,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #appointment-actions, #un-cardBody #nomore, #un-cardBody #un-visitcardHeader, #un-cardBody #report-wrapper, .navigationMoreItems {
  display: -webkit-box !important;
  display: flex !important; }
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important; }
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !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: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none, .onlyMobile, #journeyModel, #footerMenu {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block, .noMobile, #sec-1 {
    display: block !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: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block, .noMobile, #sec-1 {
    display: block !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: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }
@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !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: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !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: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
.embed-responsive::before {
    display: block;
    content: ""; }
.embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.embed-responsive-21by9::before {
  padding-top: 42.85714286%; }
.embed-responsive-16by9::before {
  padding-top: 56.25%; }
.embed-responsive-4by3::before {
  padding-top: 75%; }
.embed-responsive-1by1::before {
  padding-top: 100%; }
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important; }
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important; }
.flex-wrap {
  flex-wrap: wrap !important; }
.flex-nowrap {
  flex-wrap: nowrap !important; }
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }
.flex-fill {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important; }
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important; }
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important; }
.flex-shrink-0 {
  flex-shrink: 0 !important; }
.flex-shrink-1 {
  flex-shrink: 1 !important; }
.justify-content-start, #un-cardBody #un-appcardHeader #previous-wrapper {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }
.justify-content-end, #un-cardBody #un-appcardHeader #next-wrapper, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #reports,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #reports, .navigationMoreItems {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }
.justify-content-center, .box-mid, #report-wrapper, .book-appointment-cards, #card-header, #un-cardBody #un-appcardHeader, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardHeader,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardFooter, #un-cardBody #nomore, #un-cardBody #report-wrapper {
  -webkit-box-pack: center !important;
          justify-content: center !important; }
.justify-content-between, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay, #un-cardBody #un-visitcardHeader {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }
.justify-content-around {
  justify-content: space-around !important; }
.align-items-start, .book-appointment-cards {
  -webkit-box-align: start !important;
          align-items: flex-start !important; }
.align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important; }
.align-items-center, .box-mid, #patient-report #date,
#patient-report #doctor,
#patient-report #patient,
#patient-report #clinic,
#patient-report #report, #card-header, #appointment-card-list #appointment-card-template #appointment-card-head, #appointment-card-list #appointment-card-template #appointment-card-footer, #un-cardBody #un-appcardHeader, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardHeader,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardFooter, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #reports,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #reports, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #appointment-actions,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #appointment-actions, #un-cardBody #nomore, #un-cardBody #un-visitcardHeader, .navigationMoreItems {
  -webkit-box-align: center !important;
          align-items: center !important; }
.align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }
.align-items-stretch {
  -webkit-box-align: stretch !important;
          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; }
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            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; } }
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            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; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            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; } }
@media (min-width: 1600px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            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; } }
.float-left {
  float: left !important; }
.float-right {
  float: right !important; }
.float-none {
  float: none !important; }
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1600px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }
.overflow-auto, .un-time-slot {
  overflow: auto !important; }
.overflow-hidden {
  overflow: hidden !important; }
.position-static {
  position: static !important; }
.position-relative {
  position: relative !important; }
.position-absolute {
  position: absolute !important; }
.position-fixed {
  position: fixed !important; }
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }
.fixed-bottom, #journeyModel, #footerMenu {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
  box-shadow: none !important; }
.w-25 {
  width: 25% !important; }
.w-50 {
  width: 50% !important; }
.w-75 {
  width: 75% !important; }
.w-100, #patient-report #date #content,
#patient-report #doctor #content,
#patient-report #patient #content,
#patient-report #clinic #content,
#patient-report #report #content, .tel-number, .un-hosp-selector, .k-combobox, #un-cardBody #user-dropdown, #journeyModel #user-dropdown {
  width: 100% !important; }
.w-auto {
  width: auto !important; }
.h-25 {
  height: 25% !important; }
.h-50 {
  height: 50% !important; }
.h-75 {
  height: 75% !important; }
.h-100, .un-appointment-cards, .book-appointment-cards {
  height: 100% !important; }
.h-auto {
  height: auto !important; }
.mw-100 {
  max-width: 100% !important; }
.mh-100 {
  max-height: 100% !important; }
.min-vw-100 {
  min-width: 100vw !important; }
.min-vh-100 {
  min-height: 100vh !important; }
.vw-100 {
  width: 100vw !important; }
.vh-100 {
  height: 100vh !important; }
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }
.m-0, h1,
h2,
h3,
h4,
h5,
h6, #card-header #card-title, .un-countrycode, .un-phonenumber, #un-cardBody {
  margin: 0 !important; }
.mt-0,
.my-0 {
  margin-top: 0 !important; }
.mr-0,
.mx-0 {
  margin-right: 0 !important; }
.mb-0, #un-memberList .un-memberItem .patient-name,
.my-0 {
  margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
  margin-left: 0 !important; }
.m-1 {
  margin: 0.25rem !important; }
.mt-1,
.my-1,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay {
  margin-top: 0.25rem !important; }
.mr-1, .un-slot-selector, .k-combobox, #un-cardBody #un-appcardHeader #previous-wrapper #previous .un-icon,
.mx-1 {
  margin-right: 0.25rem !important; }
.mb-1, .clinic-tags, .un-slot-selector,
.my-1,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay {
  margin-bottom: 0.25rem !important; }
.ml-1, #un-cardBody #un-appcardHeader #next-wrapper #next .un-icon,
.mx-1 {
  margin-left: 0.25rem !important; }
.m-2, #sec-2 .un-loginCard {
  margin: 0.5rem !important; }
.mt-2, .un-search-filter, .un-booking-slot,
.my-2,
.un-btn-login,
.un-btn-signup,
.un-btn-google,
.un-btn-apple,
.un-go-signup,
.un-confirmation-text {
  margin-top: 0.5rem !important; }
.mr-2, .un-reportsCount, .clinic-tags, .un-countrycode, #un-memberList .un-memberItem .patient-name,
.mx-2 {
  margin-right: 0.5rem !important; }
.mb-2, #patient-report, .un-skip-login,
.un-forget-pass,
.un-reset-pass, .un-advance-search-filter, .un-booking-slot,
.my-2,
.un-btn-login,
.un-btn-signup,
.un-btn-google,
.un-btn-apple,
.un-go-signup,
.un-confirmation-text {
  margin-bottom: 0.5rem !important; }
.ml-2, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #reports,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #reports,
.mx-2 {
  margin-left: 0.5rem !important; }
.m-3 {
  margin: 1rem !important; }
.mt-3, .doctor-details .doctor-name,
.my-3 {
  margin-top: 1rem !important; }
.mr-3,
.mx-3,
#appointment-card-list #appointment-card-template,
#un-memberList .un-memberItem,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper {
  margin-right: 1rem !important; }
.mb-3, #appointment-card-list #appointment-card-template, #un-memberList .un-memberItem, #un-cardBody #un-appointmentList #un-appointmentCardWrapper, .doctor-details .doctor-title,
.my-3 {
  margin-bottom: 1rem !important; }
.ml-3, .text-logo,
.mx-3,
#appointment-card-list #appointment-card-template,
#un-memberList .un-memberItem,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper {
  margin-left: 1rem !important; }
.m-4 {
  margin: 1.5rem !important; }
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }
.m-5 {
  margin: 3rem !important; }
.mt-5,
.my-5 {
  margin-top: 3rem !important; }
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }
.p-0, h1,
h2,
h3,
h4,
h5,
h6, #card-header #card-title, .un-search-filter, .un-countrycode, .un-phonenumber, #un-cardBody {
  padding: 0 !important; }
.pt-0,
.py-0 {
  padding-top: 0 !important; }
.pr-0,
.px-0 {
  padding-right: 0 !important; }
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }
.pl-0,
.px-0 {
  padding-left: 0 !important; }
.p-1, .un-footer-2, .k-dateinput .k-dateinput-wrap {
  padding: 0.25rem !important; }
.pt-1,
.py-1,
#patient-report #date #content,
#patient-report #doctor #content,
#patient-report #patient #content,
#patient-report #clinic #content,
#patient-report #report #content,
.un-reportsCount {
  padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }
.pb-1,
.py-1,
#patient-report #date #content,
#patient-report #doctor #content,
#patient-report #patient #content,
#patient-report #clinic #content,
#patient-report #report #content,
.un-reportsCount {
  padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }
.p-2, .clinic-tags, .app-version, .un-booking-slot, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardHeader,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardFooter, #journeyModel, #footerMenu {
  padding: 0.5rem !important; }
.pt-2, .un-appointment-cards,
.py-2,
#appointment-card-list #appointment-card-template #appointment-card-head,
#appointment-card-list #appointment-card-template #appointment-card-footer,
.un-search-card,
#un-cardBody #un-visitcardHeader {
  padding-top: 0.5rem !important; }
.pr-2,
.px-2,
.un-reportsCount,
#un-cardBody #un-appcardHeader,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay {
  padding-right: 0.5rem !important; }
.pb-2, #card-header, #un-cardBody #un-appcardHeader,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay,
.py-2,
#appointment-card-list #appointment-card-template #appointment-card-head,
#appointment-card-list #appointment-card-template #appointment-card-footer,
.un-search-card,
#un-cardBody #un-visitcardHeader {
  padding-bottom: 0.5rem !important; }
.pl-2,
.px-2,
.un-reportsCount,
#un-cardBody #un-appcardHeader,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay {
  padding-left: 0.5rem !important; }
.p-3, #patient-report, .journey-grid {
  padding: 1rem !important; }
.pt-3,
.py-3 {
  padding-top: 1rem !important; }
.pr-3,
.px-3,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardHeader #patient-name,
#un-cardBody #un-visitcardHeader {
  padding-right: 1rem !important; }
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }
.pl-3,
.px-3,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardHeader #patient-name,
#un-cardBody #un-visitcardHeader {
  padding-left: 1rem !important; }
.p-4, #sec-2 .un-loginCard #loginTitle, #un-memberList .un-memberItem {
  padding: 1.5rem !important; }
.pt-4, #card-header, #un-cardBody #un-appcardHeader,
.py-4,
.un-confirm-title {
  padding-top: 1.5rem !important; }
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }
.pb-4,
.py-4,
.un-confirm-title {
  padding-bottom: 1.5rem !important; }
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }
.p-5 {
  padding: 3rem !important; }
.pt-5,
.py-5 {
  padding-top: 3rem !important; }
.pr-5,
.px-5 {
  padding-right: 3rem !important; }
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }
.pl-5,
.px-5 {
  padding-left: 3rem !important; }
.m-n1 {
  margin: -0.25rem !important; }
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }
.m-n2 {
  margin: -0.5rem !important; }
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }
.m-n3 {
  margin: -1rem !important; }
.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }
.m-n4 {
  margin: -1.5rem !important; }
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }
.m-n5 {
  margin: -3rem !important; }
.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }
.m-auto {
  margin: auto !important; }
.mt-auto,
.my-auto,
.login-image {
  margin-top: auto !important; }
.mr-auto,
.mx-auto,
.login-image,
.doctor-details,
.doctor-details .doctor-image {
  margin-right: auto !important; }
.mb-auto,
.my-auto,
.login-image {
  margin-bottom: auto !important; }
.ml-auto,
.mx-auto,
.login-image,
.doctor-details,
.doctor-details .doctor-image {
  margin-left: auto !important; }
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2, .un-appointment-cards,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2, .un-appointment-cards,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1600px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
.text-justify {
  text-align: justify !important; }
.text-wrap {
  white-space: normal !important; }
.text-nowrap {
  white-space: nowrap !important; }
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.text-left, .app-version, .doctor-description {
  text-align: left !important; }
.text-right, .un-star-group-2 {
  text-align: right !important; }
.text-center, .un-footer-2, .clinic-tags, .un-slot-selector, .un-confirm-title, .un-confirmation-text, .un-availabilities, #sec-2 .un-loginCard #loginTitle, #un-cardBody #un-appcardHeader #un-cardTitle, #un-cardBody #un-visitcardHeader .btn-group .menuItem, #footerMenu .col .btn-group .menuItem, #footerMenu .box-mid .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .menuItem, .doctor-details .doctor-name, .doctor-details .doctor-title, .doctor-details .star-group {
  text-align: center !important; }
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1600px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }
.text-uppercase {
  text-transform: uppercase !important; }
.text-capitalize, .un-confirm-title, .doctor-details .doctor-name, .doctor-details .doctor-title {
  text-transform: capitalize !important; }
.font-weight-light {
  font-weight: 300 !important; }
.font-weight-lighter {
  font-weight: lighter !important; }
.font-weight-normal {
  font-weight: 400 !important; }
.font-weight-bold {
  font-weight: 800 !important; }
.font-weight-bolder {
  font-weight: bolder !important; }
.font-italic {
  font-style: italic !important; }
.text-white {
  color: #fff !important; }
.text-primary {
  color: #7460ee !important; }
a.text-primary:hover, a.text-primary:focus {
  color: #381be7 !important; }
.text-secondary {
  color: #cccccc !important; }
a.text-secondary:hover, a.text-secondary:focus {
  color: #a6a6a6 !important; }
.text-success {
  color: #06d79c !important; }
a.text-success:hover, a.text-success:focus {
  color: #048d66 !important; }
.text-info {
  color: #398bf7 !important; }
a.text-info:hover, a.text-info:focus {
  color: #0963db !important; }
.text-warning {
  color: #ffb22b !important; }
a.text-warning:hover, a.text-warning:focus {
  color: #de8d00 !important; }
.text-danger {
  color: #ef5350 !important; }
a.text-danger:hover, a.text-danger:focus {
  color: #de1814 !important; }
.text-light {
  color: #e9edf2 !important; }
a.text-light:hover, a.text-light:focus {
  color: #b9c6d6 !important; }
.text-dark {
  color: #263238 !important; }
a.text-dark:hover, a.text-dark:focus {
  color: #07090a !important; }
.text-muted, .un-footer-2 {
  color: #99abb4 !important; }
a.text-muted:hover, a.un-footer-2:hover, a.text-muted:focus, a.un-footer-2:focus {
  color: #6d8794 !important; }
.text-cyan {
  color: #4fc3f7 !important; }
a.text-cyan:hover, a.text-cyan:focus {
  color: #0ba8ef !important; }
.text-orange {
  color: #fb8c00 !important; }
a.text-orange:hover, a.text-orange:focus {
  color: #af6100 !important; }
.text-purple {
  color: #745af2 !important; }
a.text-purple:hover, a.text-purple:focus {
  color: #3813ec !important; }
.text-light-danger {
  color: #f9e7eb !important; }
a.text-light-danger:hover, a.text-light-danger:focus {
  color: #eaaab8 !important; }
.text-light-success {
  color: #e8fdeb !important; }
a.text-light-success:hover, a.text-light-success:focus {
  color: #a2f7ae !important; }
.text-light-warning {
  color: #fff8ec !important; }
a.text-light-warning:hover, a.text-light-warning:focus {
  color: #ffdca0 !important; }
.text-light-primary {
  color: #f1effd !important; }
a.text-light-primary:hover, a.text-light-primary:focus {
  color: #b6abf5 !important; }
.text-light-info {
  color: #cfecfe !important; }
a.text-light-info:hover, a.text-light-info:focus {
  color: #84cefc !important; }
.text-light-inverse {
  color: #f6f6f6 !important; }
a.text-light-inverse:hover, a.text-light-inverse:focus {
  color: #d0d0d0 !important; }
.text-light-megna {
  color: #e0f2f4 !important; }
a.text-light-megna:hover, a.text-light-megna:focus {
  color: #a8dae0 !important; }
.text-body {
  color: #67757c !important; }
.text-muted, .un-footer-2 {
  color: #99abb4 !important; }
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.text-decoration-none {
  text-decoration: none !important; }
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }
.text-reset {
  color: inherit !important; }
.visible {
  visibility: visible !important; }
.invisible {
  visibility: hidden !important; }
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn):not(.un-button-medium):not(.un-btn-primary):not(.un-btn-outline-2):not(.un-button-outline):not(.un-button):not(.un-btn-login):not(.un-btn-signup):not(.un-btn-google):not(.un-btn-apple):not(.un-go-signup):not(.un-skip-login):not(
  .un-forget-pass):not(
  .un-reset-pass):not(.un-slot-selector) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #99abb4;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #a6b7bf !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #e9edf2; }
  .table .thead-dark th {
    color: inherit;
    border-color: #e9edf2; } }
/*******************
Padding margin property 
*******************/
html body .m-t-5 {
  margin-top: 5px; }
html body .m-b-5 {
  margin-bottom: 5px; }
html body .m-r-5 {
  margin-right: 5px; }
html body .m-l-5 {
  margin-left: 5px; }
html body .p-t-5 {
  padding-top: 5px; }
html body .p-b-5 {
  padding-bottom: 5px; }
html body .p-r-5 {
  padding-right: 5px; }
html body .p-l-5 {
  padding-left: 5px; }
html body .p-5 {
  padding: 5px; }
html body .m-5 {
  margin: 5px; }
html body .m-t-10 {
  margin-top: 10px; }
html body .m-b-10 {
  margin-bottom: 10px; }
html body .m-r-10 {
  margin-right: 10px; }
html body .m-l-10 {
  margin-left: 10px; }
html body .p-t-10 {
  padding-top: 10px; }
html body .p-b-10 {
  padding-bottom: 10px; }
html body .p-r-10 {
  padding-right: 10px; }
html body .p-l-10 {
  padding-left: 10px; }
html body .p-10 {
  padding: 10px; }
html body .m-10 {
  margin: 10px; }
html body .m-t-15 {
  margin-top: 15px; }
html body .m-b-15 {
  margin-bottom: 15px; }
html body .m-r-15 {
  margin-right: 15px; }
html body .m-l-15 {
  margin-left: 15px; }
html body .p-t-15 {
  padding-top: 15px; }
html body .p-b-15 {
  padding-bottom: 15px; }
html body .p-r-15 {
  padding-right: 15px; }
html body .p-l-15 {
  padding-left: 15px; }
html body .p-15 {
  padding: 15px; }
html body .m-15 {
  margin: 15px; }
html body .m-t-20 {
  margin-top: 20px; }
html body .m-b-20 {
  margin-bottom: 20px; }
html body .m-r-20 {
  margin-right: 20px; }
html body .m-l-20 {
  margin-left: 20px; }
html body .p-t-20 {
  padding-top: 20px; }
html body .p-b-20 {
  padding-bottom: 20px; }
html body .p-r-20 {
  padding-right: 20px; }
html body .p-l-20 {
  padding-left: 20px; }
html body .p-20 {
  padding: 20px; }
html body .m-20 {
  margin: 20px; }
html body .m-t-25 {
  margin-top: 25px; }
html body .m-b-25 {
  margin-bottom: 25px; }
html body .m-r-25 {
  margin-right: 25px; }
html body .m-l-25 {
  margin-left: 25px; }
html body .p-t-25 {
  padding-top: 25px; }
html body .p-b-25 {
  padding-bottom: 25px; }
html body .p-r-25 {
  padding-right: 25px; }
html body .p-l-25 {
  padding-left: 25px; }
html body .p-25 {
  padding: 25px; }
html body .m-25 {
  margin: 25px; }
html body .m-t-30 {
  margin-top: 30px; }
html body .m-b-30 {
  margin-bottom: 30px; }
html body .m-r-30 {
  margin-right: 30px; }
html body .m-l-30 {
  margin-left: 30px; }
html body .p-t-30 {
  padding-top: 30px; }
html body .p-b-30 {
  padding-bottom: 30px; }
html body .p-r-30 {
  padding-right: 30px; }
html body .p-l-30 {
  padding-left: 30px; }
html body .p-30 {
  padding: 30px; }
html body .m-30 {
  margin: 30px; }
html body .m-t-40 {
  margin-top: 40px; }
html body .m-b-40 {
  margin-bottom: 40px; }
html body .m-r-40 {
  margin-right: 40px; }
html body .m-l-40 {
  margin-left: 40px; }
html body .p-t-40 {
  padding-top: 40px; }
html body .p-b-40 {
  padding-bottom: 40px; }
html body .p-r-40 {
  padding-right: 40px; }
html body .p-l-40 {
  padding-left: 40px; }
html body .p-40 {
  padding: 40px; }
html body .m-40 {
  margin: 40px; }
/** * Zero */
html body .m-0-0 {
  margin: 0; }
html body .m-t-0 {
  margin-top: 0; }
html body .m-r-0 {
  margin-right: 0; }
html body .m-b-0 {
  margin-bottom: 0; }
html body .m-l-0 {
  margin-left: 0; }
html body .p-0-0 {
  padding: 0; }
html body .p-t-0 {
  padding-top: 0; }
html body .p-r-0 {
  padding-right: 0; }
html body .p-b-0 {
  padding-bottom: 0; }
html body .p-l-0 {
  padding-left: 0; }
#main-wrapper[data-layout="vertical"], #main-wrapper[data-layout="horizontal"] {
  /*This is for the logo bg*/
  /*This is for the sidebar bg*/ }
#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin1"], #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin1"] {
    background: #455a64; }
#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin2"], #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin2"] {
    background: #00acc1; }
#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin3"], #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin3"] {
    background: #f62d51; }
#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin4"], #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin4"] {
    background: #1976d2; }
#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin5"], #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin5"] {
    background: #242a33; }
#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin6"], #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] {
    background: #fff; }
#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .navbar-brand .dark-logo, #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .navbar-brand .dark-logo {
      display: inline; }
#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .navbar-brand .light-logo, #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .navbar-brand .light-logo {
      display: none; }
#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .nav-toggler, #main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .topbartoggler, #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .nav-toggler, #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .topbartoggler {
      color: #67757c; }
#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin1"], #main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin1"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin1"], #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin1"] {
    background: #455a64; }
#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin2"], #main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin2"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin2"], #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin2"] {
    background: #00acc1; }
#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin3"], #main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin3"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin3"], #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin3"] {
    background: #f62d51; }
#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin4"], #main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin4"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin4"], #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin4"] {
    background: #1976d2; }
#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin5"], #main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin5"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin5"], #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin5"] {
    background: #242a33; }
#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin6"], #main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin6"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin6"], #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin6"] {
    background: #fff; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin1"], #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin1"] ul, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"], #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"] ul {
    background: #455a64; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin1"] .create-btn, #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin1"] ul .create-btn, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"] .create-btn, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"] ul .create-btn {
      background: #4fc3f7; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin2"], #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin2"] ul, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"], #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"] ul {
    background: #00acc1; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin2"]::after, #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin2"] ul::after, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"]::after, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"] ul::after {
      position: absolute;
      top: 0px;
      content: "";
      width: 100%;
      height: 100%;
      opacity: 0.1;
      z-index: -1; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin3"], #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin3"] ul, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin3"], #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin3"] ul {
    background: #f62d51; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin4"], #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin4"] ul, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin4"], #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin4"] ul {
    background: #1976d2; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin5"], #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin5"] ul, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"], #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"] ul {
    background: #242a33; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin5"] .create-btn, #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin5"] ul .create-btn, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"] .create-btn, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"] ul .create-btn {
      background: #4fc3f7; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"], #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] {
    background: #fff; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul {
      background: #fff; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link {
        color: #687384;
        opacity: 1; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link i, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link i {
          color: #555f6d; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link:hover, #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link:hover, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active {
          color: #398bf7; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link:hover i, #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active i, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link:hover i, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active i {
            color: #398bf7; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item.active .sidebar-link, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item.active .sidebar-link {
        color: #398bf7; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item.active .sidebar-link i, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item.active .sidebar-link i {
          color: #398bf7; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .nav-small-cap, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .nav-small-cap {
        color: #687384;
        opacity: 0.7; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav .has-arrow::after, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav .has-arrow::after {
      border-color: #687384; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav .user-content, #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav .user-name, #main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav .user-email, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav .user-content, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav .user-name, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav .user-email {
      color: #212529; }
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .create-btn, #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .create-btn {
      background: #4fc3f7; }
/*============================================================== 
 For all pages 
 ============================================================== */
#main-wrapper {
  width: 100%;
  overflow: hidden; }
.page-wrapper {
  background: #f4f6f9;
  position: relative;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
.page-wrapper > .container-fluid, .page-wrapper > .container-sm, .page-wrapper > .container-md, .page-wrapper > .container-lg, .page-wrapper > .container-xl {
  padding: 20px;
  min-height: calc(100vh - 180px); }
/*******************
 Footer
*******************/
.footer {
  padding: 15px 20px;
  background: #fff; }
/*******************
 Stickey inner-left-part
*******************/
.left-part {
  height: calc(100% - 236px);
  width: 260px;
  position: absolute;
  border-right: 1px solid #e9edf2; }
.left-part .show-left-part {
    position: absolute;
    top: 25%;
    right: -41px; }
.right-part {
  width: calc(100% - 260px);
  min-height: calc(100vh - 64px);
  overflow: auto;
  margin-left: 260px; }
.right-part .dropdown-toggle::after {
    display: none; }
.reverse-mode .left-part {
  right: 0;
  border-left: 1px solid #e9edf2; }
.reverse-mode .show-left-part {
  right: auto;
  left: -41px; }
.reverse-mode .right-part {
  margin-left: 0px;
  margin-right: 260px; }
/*******************
 Vertical layout
*******************/
#main-wrapper[data-layout="vertical"] {
  /*Vertical*/
  /*sidebar type*/
  /*Sidebar position*/
  /*Header position*/
  /*Boxed Layout*/ }
#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header {
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
#main-wrapper[data-layout="vertical"][data-sidebartype="full"] .page-wrapper {
    margin-left: 200px; }
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .page-wrapper {
    margin-left: 180px; }
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .left-sidebar,
  #main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .topbar .top-navbar .navbar-header,
  #main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item {
    width: 180px; }
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item .sidebar-link {
    display: block;
    text-align: center; }
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item .sidebar-link i {
      display: block;
      width: auto;
      visibility: visible; }
#main-wrapper[data-layout="vertical"][data-sidebartype="overlay"] .topbar .top-navbar .navbar-header {
    width: 200px; }
#main-wrapper[data-layout="vertical"][data-sidebartype="overlay"] .left-sidebar {
    left: -200px; }
#main-wrapper[data-layout="vertical"][data-sidebartype="overlay"] .page-wrapper {
    margin-left: 0px; }
#main-wrapper[data-layout="vertical"][data-sidebartype="overlay"].show-sidebar .left-sidebar {
    left: 0; }
#main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"] .topbar .top-navbar .navbar-header {
    position: fixed;
    z-index: 10; }
#main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"] .left-sidebar {
    position: fixed; }
#main-wrapper[data-layout="vertical"][data-header-position="fixed"] .topbar {
    position: fixed;
    width: 100%; }
#main-wrapper[data-layout="vertical"][data-header-position="fixed"] .page-wrapper {
    padding-top: 60px; }
#main-wrapper[data-layout="vertical"][data-boxed-layout="boxed"] {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    box-shadow: 1px 0 80px rgba(0, 0, 0, 0.2); }
#main-wrapper[data-layout="vertical"][data-boxed-layout="boxed"][data-header-position="fixed"] .topbar {
    max-width: 1200px; }
/*******************
 Vertical responsive layout
*******************/
@media (min-width: 768px) {
  #main-wrapper[data-layout="vertical"] {
    /*Vertical*/
    /*Sidebar position*/
    /*Vertical with mini-sidebar*/
    /*Fixed sidebar with minisidebar*/ }
    #main-wrapper[data-layout="vertical"][data-sidebartype="full"] .topbar .top-navbar .navbar-header {
      width: 200px; }
    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="full"] .topbar .top-navbar .navbar-collapse, #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="overlay"] .topbar .top-navbar .navbar-collapse {
      margin-left: 200px; }
    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-collapse {
      margin-left: 70px; }
    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="iconbar"] .topbar .top-navbar .navbar-collapse {
      margin-left: 180px; }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-header {
      width: 70px; }
      #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-header .logo-text {
        display: none; }
      #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-header.expand-logo {
        width: 200px; }
        #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-header.expand-logo .logo-text {
          display: block; }
    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-collapse {
      margin-left: 70px; }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .page-wrapper {
      margin-left: 70px; }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav .hide-menu,
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav .has-arrow:after {
      display: none; }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav .nav-small-cap {
      margin-left: 5px;
      padding: 12px 17px; }
      #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav .nav-small-cap i {
        display: inline-block; }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav .first-level .sidebar-item .sidebar-link i {
      visibility: visible; }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar {
      width: 70px; }
      #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover {
        width: 200px; }
        #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav .hide-menu,
        #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav .has-arrow:after {
          display: block; }
        #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav .nav-small-cap {
          -webkit-box-pack: start;
                  justify-content: flex-start;
          padding: 12px 23px; }
          #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav .nav-small-cap i {
            display: none; }
        #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav .first-level .sidebar-item .sidebar-link i {
          visibility: hidden; } }
@media (max-width: 766px) {
  #main-wrapper {
    /*Header position*/ }
    #main-wrapper[data-sidebartype="mini-sidebar"] .left-sidebar {
      left: -250px; }
    #main-wrapper.show-sidebar .left-sidebar {
      left: 0; }
    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"] .topbar .top-navbar .navbar-collapse {
      position: relative;
      top: 74px !important; }
    #main-wrapper[data-layout="vertical"][data-header-position="fixed"][data-sidebar-position="fixed"] .topbar .top-navbar .navbar-collapse {
      position: relative;
      top: 60px; }
  .left-part {
    left: -260px;
    background: #f4f6f9;
    z-index: 1;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in; }
    .left-part.show-panel {
      left: 0px; }
  .reverse-mode .left-part {
    right: -260px;
    left: auto; }
    .reverse-mode .left-part.show-panel {
      right: 0px; }
  .right-part {
    width: 100%;
    margin-left: 0px; } }
* {
  outline: none; }
body {
  margin: 0;
  overflow-x: hidden;
  color: #67757c;
  background: #fff; }
html {
  position: relative;
  min-height: 100%; }
a {
  color: #009ddc; }
a:hover,
a:focus {
  text-decoration: none; }
a.link {
  color: #67757c; }
a.link:hover, a.link:focus {
    color: #009ddc; }
.box {
  border-radius: 2px;
  padding: 10px; }
.no-wrap td,
.no-wrap th {
  white-space: nowrap; }
.lstick {
  width: 2px;
  background: #009ddc;
  height: 30px;
  margin-left: -20px;
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle; }
/*******************
Blockquote
*******************/
html body blockquote {
  border-left: 5px solid #7460ee;
  border: 1px solid #e9edf2;
  padding: 15px; }
.clear {
  clear: both; }
ol li {
  margin: 5px 0; }
/*******************
Thumb size
*******************/
.thumb-sm {
  height: 32px;
  width: 32px; }
.thumb-md {
  height: 48px;
  width: 48px; }
.thumb-lg {
  height: 88px;
  width: 88px; }
.hide {
  display: none; }
.radius {
  border-radius: 2px; }
/*******************
Opacity
*******************/
.op-5 {
  opacity: 0.5; }
.op-3 {
  opacity: 0.3; }
/*******************
font weight
*******************/
html body .font-bold {
  font-weight: 800; }
html body .font-normal {
  font-weight: 400; }
html body .font-light {
  font-weight: 300; }
html body .font-medium {
  font-weight: 500; }
html body .font-16, html body #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #appointment-actions, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody html body #appointment-actions,
html body #un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #appointment-actions, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay html body #appointment-actions {
  font-size: 16px; }
html body .font-15 {
  font-size: 15px; }
html body .font-12 {
  font-size: 12px; }
html body .font-14 {
  font-size: 14px; }
html body .font-10 {
  font-size: 10px; }
html body .font-18 {
  font-size: 18px; }
html body .font-20 {
  font-size: 20px; }
html body .font-22 {
  font-size: 22px; }
html body .font-24 {
  font-size: 24px; }
html body .display-5 {
  font-size: 3rem; }
html body .display-6 {
  font-size: 2.5rem; }
html body .display-7 {
  font-size: 2rem; }
/*******************
Background colors
*******************/
html body .bg-megna {
  background-color: #4fc3f7; }
html body .bg-theme {
  background-color: #009ddc; }
html body .bg-inverse {
  background-color: #212529; }
html body .bg-purple {
  background-color: #745af2; }
html body .bg-light {
  background-color: #e9edf2; }
html body .bg-white {
  background-color: #fff; }
/*******************
Rounds
*******************/
.round {
  line-height: 48px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #398bf7;
  line-height: 52px; }
.round img {
    border-radius: 100%; }
.round.round-info {
    background: #398bf7; }
.round.round-warning {
    background: #ffb22b; }
.round.round-danger {
    background: #ef5350; }
.round.round-success {
    background: #06d79c; }
.round.round-primary {
    background: #7460ee; }
.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px; }
/*******************
Labels
*******************/
.label-rounded {
  border-radius: 60px; }
/*******************
 Badge
******************/
.badge {
  font-weight: 400;
  line-height: normal; }
.badge.badge-pill {
    padding: 0.20em 0.6em; }
.badge-xs {
  font-size: 9px; }
.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px); }
/*******************
List-style-none
******************/
ul.list-style-none {
  margin: 0px;
  padding: 0px; }
ul.list-style-none li {
    list-style: none; }
ul.list-style-none li a {
      color: #67757c;
      padding: 8px 0px;
      display: block;
      text-decoration: none; }
ul.list-style-none li a:hover {
        color: #009ddc; }
/*******************
Card
******************/
.card, #sec-2 .un-loginCard, #un-fullCard {
  margin-bottom: 20px; }
.card .card-subtitle, #sec-2 .un-loginCard .card-subtitle, #un-fullCard .card-subtitle, .card .doctor-details .doctor-title, .doctor-details .card .doctor-title, #sec-2 .un-loginCard .doctor-details .doctor-title, .doctor-details #sec-2 .un-loginCard .doctor-title, #un-fullCard .doctor-details .doctor-title, .doctor-details #un-fullCard .doctor-title {
    font-weight: 300;
    margin-bottom: 10px;
    color: #99abb4; }
.card .card-title, #sec-2 .un-loginCard .card-title, #un-fullCard .card-title, #sec-2 .un-loginCard #loginTitle {
    position: relative;
    font-weight: 400;
    margin-bottom: 10px; }
.card .card-actions, #sec-2 .un-loginCard .card-actions, #un-fullCard .card-actions {
    float: right; }
.card .card-actions a, #sec-2 .un-loginCard .card-actions a, #un-fullCard .card-actions a {
      padding: 0 5px;
      cursor: pointer; }
.card .card-header .card-title, #sec-2 .un-loginCard .card-header .card-title, #un-fullCard .card-header .card-title, .card .card-header #sec-2 .un-loginCard #loginTitle, #sec-2 .un-loginCard .card-header #loginTitle, #un-fullCard .card-header #sec-2 .un-loginCard #loginTitle {
    margin-bottom: 0px; }
.card-alt {
  margin: 0 -20px;
  background: #e4e9ef; }
.card-group {
  margin-bottom: 20px; }
.card-group .card, .card-group #sec-2 .un-loginCard, #sec-2 .card-group .un-loginCard, .card-group #un-fullCard {
    border-right: 1px solid #e9edf2; }
.card-fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto; }
.oh {
  overflow: hidden; }
.card-hover {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
.card-hover:hover {
    webkit-transform: translateY(-4px) scale(1.01);
    -webkit-transform: translateY(-4px) scale(1.01);
            transform: translateY(-4px) scale(1.01);
    box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1); }
.draggable-cards .card-header {
  cursor: move; }
.card-moved .card, .card-moved #sec-2 .un-loginCard, #sec-2 .card-moved .un-loginCard, .card-moved #un-fullCard {
  background: #398bf7;
  color: #fff; }
/*******************
Labels
*******************/
.label {
  padding: 3px 10px;
  line-height: 13px;
  color: #fff;
  font-weight: 400;
  border-radius: 2px;
  font-size: 75%; }
.label-rounded {
  border-radius: 60px; }
.label-custom {
  background-color: #4fc3f7; }
.label-success {
  background-color: #06d79c; }
.label-info {
  background-color: #398bf7; }
.label-warning {
  background-color: #ffb22b; }
.label-danger {
  background-color: #ef5350; }
.label-megna {
  background-color: #4fc3f7; }
.label-primary {
  background-color: #7460ee; }
.label-purple {
  background-color: #745af2; }
.label-red {
  background-color: #ef5350; }
.label-inverse {
  background-color: #263238; }
.label-default {
  background-color: #ebf3f5; }
/*******************
Preloader
********************/
.preloader {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%; }
.spinner {
  width: 40px;
  height: 40px;
  top: 35%;
  position: relative;
  margin: 100px auto; }
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--main-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/*******************
Notify
*******************/
.notify {
  position: relative;
  top: -30px;
  right: -7px; }
.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #ef5350;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
.notify .point {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background-color: #ef5350;
    position: absolute;
    right: 6px;
    top: -10px; }
@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }
/*******************
 General Topbar
*******************/
.topbar {
  position: relative;
  z-index: 50;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 60px; }
.topbar .navbar-collapse {
    padding: 0px 10px 0 0; }
.topbar .top-navbar {
    min-height: 60px;
    padding: 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
.topbar .top-navbar .dropdown-toggle::after {
      display: none; }
.topbar .top-navbar .navbar-header {
      line-height: 60px; }
.topbar .top-navbar .navbar-header .navbar-brand {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        margin: 0px;
        padding: 0 10px 0 10px; }
.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
          display: none; }
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
      padding: 0px 0.75rem;
      font-size: 15px;
      line-height: 60px;
      height: 60px; }
.topbar .top-navbar .navbar-nav > .nav-item {
      -webkit-transition: 0.2s ease-in;
      transition: 0.2s ease-in; }
.topbar .top-navbar .navbar-nav > .nav-item:hover {
        background: rgba(0, 0, 0, 0.05); }
.topbar .user-dd, .topbar .mailbox {
    min-width: 280px; }
.topbar .nav-toggler, .topbar .topbartoggler {
    color: #fff;
    padding: 0 15px; }
.search-box .app-search {
  z-index: 110;
  width: 100%;
  top: -1px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.03);
  display: none;
  left: 0px; }
.search-box .app-search.show-search {
    display: block; }
.search-box .app-search .form-control {
    padding: 30px 20px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
.search-box .app-search .form-control:focus {
      border-color: transparent; }
.search-box .app-search .srh-btn {
    position: absolute;
    top: 23px;
    cursor: pointer;
    right: 20px; }
/*******************
Megamenu
******************/
.topbar .mega-dropdown {
  position: static; }
.topbar .mega-dropdown .dropdown-menu {
    padding: 30px;
    width: 100%;
    min-height: 480px;
    overflow: auto;
    -webkit-transform: translate(0px, 58px) !important;
            transform: translate(0px, 58px) !important; }
/*******************
Designed dropdown
******************/
.topbar .dropdown-menu {
  padding-top: 0px;
  border: 0px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1); }
.topbar .dropdown-menu .with-arrow {
    position: absolute;
    height: 10px;
    overflow: hidden;
    width: 40px;
    top: -10px; }
.topbar .dropdown-menu .with-arrow > span {
      background-color: #fff;
      width: 15px;
      height: 15px;
      top: 3px;
      left: 15px;
      position: absolute;
      content: "";
      border-radius: 6px 0 0 0;
      /*box-shadow:-3px -3px 8px rgba(0, 0, 0, 0.1);    */ }
.topbar .dropdown-menu.dropdown-menu-right .with-arrow {
    right: 0px; }
.topbar .dropdown-menu.dropdown-menu-right .with-arrow > span {
      right: 20px;
      left: auto; }
/*******************
Topbar Responsive
******************/
@media (max-width: 767px) {
  .topbar .top-navbar .navbar-collapse.show, .topbar .top-navbar .navbar-collapse.collapsing {
    display: block;
    width: 100%;
    border-top: 1px solid #e9edf2; }
  .topbar .top-navbar .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .topbar .top-navbar .navbar-nav .dropdown {
      position: static; }
  .topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
    padding: 0 10px; }
  .topbar .top-navbar .navbar-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: 62px; }
  .topbar .top-navbar .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0 !important;
    -webkit-transform: translate(-200px, 60px) !important;
            transform: translate(-200px, 60px) !important; }
    .topbar .top-navbar .dropdown-menu .with-arrow {
      display: none; } }
/*
Template Name: Admin Template
Author: Wrappixel
File: scss
*/
/*******************
Table Cell
*******************/
.table-box {
  display: table;
  width: 100%; }
.cell {
  display: table-cell;
  vertical-align: middle; }
.table thead th,
.table th {
  font-weight: 500; }
.nowrap {
  white-space: nowrap; }
.lite-padding td {
  padding: 5px; }
.v-middle td,
.v-middle th {
  vertical-align: middle; }
/*******************
Table td vertical middle
*******************/
.vm.table td,
.vm.table th {
  vertical-align: middle; }
.no-th-brd.table th {
  border: 0px; }
.table.no-border tbody td {
  border: 0px; }
/*******************
Table-Jsgrid table
******************/
.jsgrid-pager-page a,
.jsgrid-pager-current-page,
.jsgrid-pager-nav-button a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #67757c;
  border: 1px solid #ddd; }
.jsgrid-pager-page a:hover,
.jsgrid-pager-nav-button a:hover {
  background-color: #009ddc;
  color: #fff; }
.jsgrid-pager-current-page {
  background-color: #009ddc;
  color: #fff; }
.jsgrid-pager-page,
.jsgrid-pager-nav-button {
  padding: 0; }
.jsgrid-pager-page.jsgrid-pager-current-page {
  padding: 0.5em 1em !important; }
table.dataTable thead th,
table.dataTable thead td {
  border-bottom-color: #e9edf2;
  text-align: center; }
table.dataTable tbody td {
  text-align: center; }
.dataTables_wrapper .dataTables_filter input {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #4f5467;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9edf2;
  border-radius: 2px;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.dataTables_wrapper .dataTables_length select {
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4f5467;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#263238' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center;
  border: 1px solid #e9edf2;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none; }
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #e9edf2;
  background: #fff;
  color: #009ddc !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border-color: #e9edf2; }
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #009ddc;
    border-color: #009ddc;
    color: #fff !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none; }
/*******************
 Breadcrumb and page title
*******************/
.page-breadcrumb {
  padding: 20px 20px 0 20px; }
.page-breadcrumb .page-title {
    margin-bottom: 0px;
    color: #398bf7; }
.page-breadcrumb .breadcrumb {
    padding: 0px;
    margin: 0px;
    background: transparent;
    font-size: 12px; }
.page-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: "\e649";
      font-family: themify;
      color: #a6b7bf;
      font-size: 11px; }
.page-breadcrumb .breadcrumb .breadcrumb-item.active {
      color: #99abb4; }
/*******************
Main sidebar
******************/
.left-sidebar {
  position: absolute;
  width: 200px;
  height: 90%;
  bottom: 0px;
  z-index: 10;
  padding-top: 20px;
  background: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.03);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-radius: 0px 5px 0px 0px; }
/*******************
sidebar navigation
******************/
.scroll-sidebar {
  height: calc(100% - 20px);
  overflow: auto; }
.sidebar-nav ul {
  /*******************
		 Small cap
		 ******************/ }
.sidebar-nav ul .sidebar-item {
    margin-bottom: 5px;
    /*******************
					 First level
					 ******************/ }
.sidebar-nav ul .sidebar-item .sidebar-link {
      color: #fff;
      padding: 12px 15px;
      display: -webkit-box;
      display: flex;
      white-space: nowrap;
      -webkit-box-align: center;
              align-items: center;
      line-height: 25px;
      opacity: 0.6;
      cursor: pointer;
      font-size: 14px; }
.sidebar-nav ul .sidebar-item .sidebar-link .side-badge.badge {
        position: absolute;
        right: 32px;
        top: 17px;
        padding: 3px 10px;
        border-radius: 4px; }
.sidebar-nav ul .sidebar-item .sidebar-link i {
        font-style: normal;
        width: 35px;
        line-height: 25px;
        font-size: 20px;
        color: #fff;
        display: inline-block;
        text-align: center; }
.sidebar-nav ul .sidebar-item .sidebar-link.active, .sidebar-nav ul .sidebar-item .sidebar-link:hover {
        opacity: 1; }
.sidebar-nav ul .sidebar-item.selected > .sidebar-link,
    .sidebar-nav ul .sidebar-item:hover > .sidebar-link {
      /*background: rgba(0, 0, 0, 0.04);*/
      opacity: 1; }
.sidebar-nav ul .sidebar-item .first-level {
      padding: 0 0 10px 0; }
.sidebar-nav ul .sidebar-item .first-level .sidebar-item.active .sidebar-link {
        opacity: 1; }
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
        padding: 2px 15px; }
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
          font-size: 14px;
          visibility: hidden; }
.sidebar-nav ul .sidebar-item .second-level .sidebar-item {
      padding: 0 0 0px 20px; }
.sidebar-nav ul .nav-small-cap {
    font-size: 12px;
    padding: 12px 23px;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    line-height: 30px;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.4; }
.sidebar-nav ul .nav-small-cap i {
      line-height: 30px;
      margin: 0 5px;
      display: none; }
/*******************
 common m-p removed
******************/
.sidebar-nav ul {
  margin: 0px;
  padding: 0px; }
.sidebar-nav ul li {
    list-style: none; }
.collapse.in {
  display: block; }
/*******************
Down arrow
******************/
.sidebar-nav .has-arrow {
  position: relative; }
.sidebar-nav .has-arrow::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    margin-left: 10px;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    top: 26px;
    right: 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
/*.sidebar-nav .active > .has-arrow::after,*/
/*.sidebar-nav li.selected > .has-arrow::after,*/
.sidebar-nav li.active > .has-arrow::after,
.sidebar-nav li > .has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded='true']::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  transform: rotate(-135deg) translate(0, -50%); }
.user-profile {
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
.user-profile > .sidebar-link {
    padding: 12px 0 8px 8px !important; }
.user-profile span img {
    width: 30px;
    border-radius: 100%;
    margin-right: 10px; }
.user-profile ul {
    padding-left: 47px; }
.user-profile ul li {
      margin-top: 8px; }
/*******************
Wave Effects
*******************/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none; }
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45); }
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7); }
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7); }
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7); }
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7); }
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7); }
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7); }
html body .waves-notransition {
  -webkit-transition: none;
  transition: none; }
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }
.waves-block {
  display: block; }
.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px; }
.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn, .btn-group-sm > .btn-circle.un-button-medium, .btn-group-sm > .btn-circle.un-btn-primary, .btn-group-sm > .btn-circle.un-btn-outline-2, .btn-group-sm > .btn-circle.un-button-outline, .btn-group-sm > .btn-circle.un-button, .btn-group-sm > .btn-circle.un-btn-login, .btn-group-sm > .btn-circle.un-btn-signup, .btn-group-sm > .btn-circle.un-btn-google, .btn-group-sm > .btn-circle.un-btn-apple, .btn-group-sm > .btn-circle.un-go-signup, .btn-group-sm > .btn-circle.un-skip-login,
  .btn-group-sm > .btn-circle.un-forget-pass,
  .btn-group-sm > .btn-circle.un-reset-pass, .btn-group-sm > .btn-circle.un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .btn-group-sm > .btn-circle.menuItem, #footerMenu .col .btn-group .btn-group-sm > .btn-circle.menuItem, #footerMenu .box-mid .btn-group .btn-group-sm > .btn-circle.menuItem, #footerMenu #report-wrapper .btn-group .btn-group-sm > .btn-circle.menuItem {
    width: 35px;
    height: 35px;
    padding: 8px 10px;
    font-size: 14px; }
.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn, .btn-group-lg > .btn-circle.un-button-medium, .btn-group-lg > .btn-circle.un-btn-primary, .btn-group-lg > .btn-circle.un-btn-outline-2, .btn-group-lg > .btn-circle.un-button-outline, .btn-group-lg > .btn-circle.un-button, .btn-group-lg > .btn-circle.un-btn-login, .btn-group-lg > .btn-circle.un-btn-signup, .btn-group-lg > .btn-circle.un-btn-google, .btn-group-lg > .btn-circle.un-btn-apple, .btn-group-lg > .btn-circle.un-go-signup, .btn-group-lg > .btn-circle.un-skip-login,
  .btn-group-lg > .btn-circle.un-forget-pass,
  .btn-group-lg > .btn-circle.un-reset-pass, .btn-group-lg > .btn-circle.un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .btn-group-lg > .btn-circle.menuItem, #footerMenu .col .btn-group .btn-group-lg > .btn-circle.menuItem, #footerMenu .box-mid .btn-group .btn-group-lg > .btn-circle.menuItem, #footerMenu #report-wrapper .btn-group .btn-group-lg > .btn-circle.menuItem {
    width: 50px;
    height: 50px;
    padding: 14px 15px;
    font-size: 18px;
    line-height: 23px; }
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 14px 15px;
    font-size: 24px; }
.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 10px; }
.btn-rounded {
  border-radius: 60px;
  padding: 7px 18px; }
.btn-rounded.btn-lg, .btn-group-lg > .btn-rounded.btn, .btn-group-lg > .btn-rounded.un-button-medium, .btn-group-lg > .btn-rounded.un-btn-primary, .btn-group-lg > .btn-rounded.un-btn-outline-2, .btn-group-lg > .btn-rounded.un-button-outline, .btn-group-lg > .btn-rounded.un-button, .btn-group-lg > .btn-rounded.un-btn-login, .btn-group-lg > .btn-rounded.un-btn-signup, .btn-group-lg > .btn-rounded.un-btn-google, .btn-group-lg > .btn-rounded.un-btn-apple, .btn-group-lg > .btn-rounded.un-go-signup, .btn-group-lg > .btn-rounded.un-skip-login,
  .btn-group-lg > .btn-rounded.un-forget-pass,
  .btn-group-lg > .btn-rounded.un-reset-pass, .btn-group-lg > .btn-rounded.un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .btn-group-lg > .btn-rounded.menuItem, #footerMenu .col .btn-group .btn-group-lg > .btn-rounded.menuItem, #footerMenu .box-mid .btn-group .btn-group-lg > .btn-rounded.menuItem, #footerMenu #report-wrapper .btn-group .btn-group-lg > .btn-rounded.menuItem {
    padding: 0.75rem 1.5rem; }
.btn-rounded.btn-sm, .btn-group-sm > .btn-rounded.btn, .btn-group-sm > .btn-rounded.un-button-medium, .btn-group-sm > .btn-rounded.un-btn-primary, .btn-group-sm > .btn-rounded.un-btn-outline-2, .btn-group-sm > .btn-rounded.un-button-outline, .btn-group-sm > .btn-rounded.un-button, .btn-group-sm > .btn-rounded.un-btn-login, .btn-group-sm > .btn-rounded.un-btn-signup, .btn-group-sm > .btn-rounded.un-btn-google, .btn-group-sm > .btn-rounded.un-btn-apple, .btn-group-sm > .btn-rounded.un-go-signup, .btn-group-sm > .btn-rounded.un-skip-login,
  .btn-group-sm > .btn-rounded.un-forget-pass,
  .btn-group-sm > .btn-rounded.un-reset-pass, .btn-group-sm > .btn-rounded.un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .btn-group-sm > .btn-rounded.menuItem, #footerMenu .col .btn-group .btn-group-sm > .btn-rounded.menuItem, #footerMenu .box-mid .btn-group .btn-group-sm > .btn-rounded.menuItem, #footerMenu #report-wrapper .btn-group .btn-group-sm > .btn-rounded.menuItem {
    padding: 0.25rem 0.5rem;
    font-size: 12px; }
.btn-rounded.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 10px; }
.btn-rounded.btn-md {
    padding: 12px 35px;
    font-size: 16px; }
.btn-primary, .un-button-medium, .un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .menuItem, #footerMenu .col .btn-group .menuItem, #footerMenu .box-mid .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .menuItem,
.btn-default,
.btn-warning,
.btn-outline-primary:hover,
.btn-outline-warning:hover {
  color: #fff; }
.btn-primary:hover, .un-button-medium:hover, .un-slot-selector:hover, #un-cardBody #un-visitcardHeader .btn-group .menuItem:hover, #footerMenu .col .btn-group .menuItem:hover, #footerMenu .box-mid .btn-group .menuItem:hover, #footerMenu #report-wrapper .btn-group .menuItem:hover,
  .btn-default:hover,
  .btn-warning:hover,
  .btn-outline-primary:hover:hover,
  .btn-outline-warning:hover:hover {
    color: #fff; }
.btn-default {
  background-color: #398bf7; }
.btn-facebook {
  color: #fff;
  background-color: #3b5998; }
.btn-facebook:hover {
    color: #fff; }
.btn-twitter {
  color: #fff;
  background-color: #55acee; }
.btn-twitter:hover {
    color: #fff; }
.btn-linkedin {
  color: #fff;
  background-color: #007bb6; }
.btn-linkedin:hover {
    color: #fff; }
.btn-dribbble {
  color: #fff;
  background-color: #ea4c89; }
.btn-dribbble:hover {
    color: #fff; }
.btn-googleplus {
  color: #fff;
  background-color: #dd4b39; }
.btn-googleplus:hover {
    color: #fff; }
.btn-instagram {
  color: #fff;
  background-color: #3f729b; }
.btn-pinterest {
  color: #fff;
  background-color: #cb2027; }
.btn-dropbox {
  color: #fff;
  background-color: #007ee5; }
.btn-flickr {
  color: #fff;
  background-color: #ff0084; }
.btn-tumblr {
  color: #fff;
  background-color: #32506d; }
.btn-skype {
  color: #fff;
  background-color: #00aff0; }
.btn-youtube {
  color: #fff;
  background-color: #bb0000; }
.btn-github {
  color: #fff;
  background-color: #171515; }
.button-group .btn, .button-group .un-button-medium, .button-group .un-btn-primary, .button-group .un-btn-outline-2, .button-group .un-button-outline, .button-group .un-button, .button-group .un-btn-login, .button-group .un-btn-signup, .button-group .un-btn-google, .button-group .un-btn-apple, .button-group .un-go-signup, .button-group .un-skip-login,
.button-group .un-forget-pass,
.button-group .un-reset-pass, .button-group .un-slot-selector, .button-group #un-cardBody #un-visitcardHeader .btn-group .menuItem, #un-cardBody #un-visitcardHeader .btn-group .button-group .menuItem, .button-group #footerMenu .col .btn-group .menuItem, #footerMenu .col .btn-group .button-group .menuItem, .button-group #footerMenu .box-mid .btn-group .menuItem, #footerMenu .box-mid .btn-group .button-group .menuItem, .button-group #footerMenu #report-wrapper .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .button-group .menuItem {
  margin-bottom: 5px;
  margin-right: 5px; }
.no-button-group .btn, .no-button-group .un-button-medium, .no-button-group .un-btn-primary, .no-button-group .un-btn-outline-2, .no-button-group .un-button-outline, .no-button-group .un-button, .no-button-group .un-btn-login, .no-button-group .un-btn-signup, .no-button-group .un-btn-google, .no-button-group .un-btn-apple, .no-button-group .un-go-signup, .no-button-group .un-skip-login,
.no-button-group .un-forget-pass,
.no-button-group .un-reset-pass, .no-button-group .un-slot-selector, .no-button-group #un-cardBody #un-visitcardHeader .btn-group .menuItem, #un-cardBody #un-visitcardHeader .btn-group .no-button-group .menuItem, .no-button-group #footerMenu .col .btn-group .menuItem, #footerMenu .col .btn-group .no-button-group .menuItem, .no-button-group #footerMenu .box-mid .btn-group .menuItem, #footerMenu .box-mid .btn-group .no-button-group .menuItem, .no-button-group #footerMenu #report-wrapper .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .no-button-group .menuItem {
  margin-bottom: 5px;
  margin-right: 0px; }
.btn .text-active, .un-button-medium .text-active, .un-btn-primary .text-active, .un-btn-outline-2 .text-active, .un-button-outline .text-active, .un-button .text-active, .un-btn-login .text-active, .un-btn-signup .text-active, .un-btn-google .text-active, .un-btn-apple .text-active, .un-go-signup .text-active, .un-skip-login .text-active, .un-forget-pass .text-active, .un-reset-pass .text-active, .un-slot-selector .text-active, #un-cardBody #un-visitcardHeader .btn-group .menuItem .text-active, #footerMenu .col .btn-group .menuItem .text-active, #footerMenu .box-mid .btn-group .menuItem .text-active, #footerMenu #report-wrapper .btn-group .menuItem .text-active {
  display: none; }
.btn.active .text-active, .active.un-button-medium .text-active, .active.un-btn-primary .text-active, .active.un-btn-outline-2 .text-active, .active.un-button-outline .text-active, .active.un-button .text-active, .active.un-btn-login .text-active, .active.un-btn-signup .text-active, .active.un-btn-google .text-active, .active.un-btn-apple .text-active, .active.un-go-signup .text-active, .active.un-skip-login .text-active, .active.un-forget-pass .text-active, .active.un-reset-pass .text-active, .active.un-slot-selector .text-active, #un-cardBody #un-visitcardHeader .btn-group .active.menuItem .text-active, #footerMenu .col .btn-group .active.menuItem .text-active, #footerMenu .box-mid .btn-group .active.menuItem .text-active, #footerMenu #report-wrapper .btn-group .active.menuItem .text-active {
  display: inline-block; }
.btn.active .text, .active.un-button-medium .text, .active.un-btn-primary .text, .active.un-btn-outline-2 .text, .active.un-button-outline .text, .active.un-button .text, .active.un-btn-login .text, .active.un-btn-signup .text, .active.un-btn-google .text, .active.un-btn-apple .text, .active.un-go-signup .text, .active.un-skip-login .text, .active.un-forget-pass .text, .active.un-reset-pass .text, .active.un-slot-selector .text, #un-cardBody #un-visitcardHeader .btn-group .active.menuItem .text, #footerMenu .col .btn-group .active.menuItem .text, #footerMenu .box-mid .btn-group .active.menuItem .text, #footerMenu #report-wrapper .btn-group .active.menuItem .text {
  display: none; }
/*******************
customizer
*******************/
.customizer {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 280px;
  top: 0px;
  right: -280px;
  z-index: 100;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.03);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in; }
.customizer .service-panel-toggle {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: -71px; }
.customizer.show-service-panel {
    right: 0px; }
.customizer.show-service-panel .service-panel-toggle {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      left: -50px; }
.customizer .customizer-body {
    position: relative;
    height: 100%; }
.custom-control-label::after,
.custom-control-label::before {
  top: 0.15rem; }
.theme-color {
  padding: 0px;
  margin: 0px;
  list-style: none; }
.theme-color .theme-item {
    list-style: none;
    display: inline-block;
    margin-right: 5px; }
.theme-color .theme-item .theme-link {
      border-radius: 100%;
      width: 20px;
      height: 20px;
      display: block; }
.theme-color .theme-item .theme-link[data-logobg="skin1"], .theme-color .theme-item .theme-link[data-navbarbg="skin1"], .theme-color .theme-item .theme-link[data-sidebarbg="skin1"] {
        background: #455a64; }
.theme-color .theme-item .theme-link[data-logobg="skin2"], .theme-color .theme-item .theme-link[data-navbarbg="skin2"], .theme-color .theme-item .theme-link[data-sidebarbg="skin2"] {
        background: #00acc1; }
.theme-color .theme-item .theme-link[data-logobg="skin3"], .theme-color .theme-item .theme-link[data-navbarbg="skin3"], .theme-color .theme-item .theme-link[data-sidebarbg="skin3"] {
        background: #f62d51; }
.theme-color .theme-item .theme-link[data-logobg="skin4"], .theme-color .theme-item .theme-link[data-navbarbg="skin4"], .theme-color .theme-item .theme-link[data-sidebarbg="skin4"] {
        background: #1976d2; }
.theme-color .theme-item .theme-link[data-logobg="skin5"], .theme-color .theme-item .theme-link[data-navbarbg="skin5"], .theme-color .theme-item .theme-link[data-sidebarbg="skin5"] {
        background: #242a33; }
.theme-color .theme-item .theme-link[data-logobg="skin6"], .theme-color .theme-item .theme-link[data-navbarbg="skin6"], .theme-color .theme-item .theme-link[data-sidebarbg="skin6"] {
        background: #e9edf2; }
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated, body, body .page-wrapper, header, aside, .un-appointment-cards, .un-future-app, .un-search-card, .un-search-filter, .un-booking-slot, .un-availabilities, .k-window, #illustration, #sec-2 .un-loginCard, #journeyModel {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
.animated.infinite, body.infinite, body .infinite.page-wrapper, header.infinite, aside.infinite, .infinite.un-appointment-cards, .infinite.un-future-app, .infinite.un-search-card, .infinite.un-search-filter, .infinite.un-booking-slot, .infinite.un-availabilities, .infinite.k-window, .infinite#illustration, #sec-2 .infinite.un-loginCard, .infinite#journeyModel {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
.animated.hinge, body.hinge, body .hinge.page-wrapper, header.hinge, aside.hinge, .hinge.un-appointment-cards, .hinge.un-future-app, .hinge.un-search-card, .hinge.un-search-filter, .hinge.un-booking-slot, .hinge.un-availabilities, .hinge.k-window, .hinge#illustration, #sec-2 .hinge.un-loginCard, .hinge#journeyModel {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }
.animated.flipOutX, body.flipOutX, body .flipOutX.page-wrapper, header.flipOutX, aside.flipOutX, .flipOutX.un-appointment-cards, .flipOutX.un-future-app, .flipOutX.un-search-card, .flipOutX.un-search-filter, .flipOutX.un-booking-slot, .flipOutX.un-availabilities, .flipOutX.k-window, .flipOutX#illustration, #sec-2 .flipOutX.un-loginCard, .flipOutX#journeyModel, .animated.flipOutY, body.flipOutY, body .flipOutY.page-wrapper, header.flipOutY, aside.flipOutY, .flipOutY.un-appointment-cards, .flipOutY.un-future-app, .flipOutY.un-search-card, .flipOutY.un-search-filter, .flipOutY.un-booking-slot, .flipOutY.un-availabilities, .flipOutY.k-window, .flipOutY#illustration, #sec-2 .flipOutY.un-loginCard, .flipOutY#journeyModel, .animated.bounceIn, body.bounceIn, body .bounceIn.page-wrapper, header.bounceIn, aside.bounceIn, .bounceIn.un-appointment-cards, .bounceIn.un-future-app, .bounceIn.un-search-card, .bounceIn.un-search-filter, .bounceIn.un-booking-slot, .bounceIn.un-availabilities, .bounceIn.k-window, .bounceIn#illustration, #sec-2 .bounceIn.un-loginCard, .bounceIn#journeyModel, .animated.bounceOut, body.bounceOut, body .bounceOut.page-wrapper, header.bounceOut, aside.bounceOut, .bounceOut.un-appointment-cards, .bounceOut.un-future-app, .bounceOut.un-search-card, .bounceOut.un-search-filter, .bounceOut.un-booking-slot, .bounceOut.un-availabilities, .bounceOut.k-window, .bounceOut#illustration, #sec-2 .bounceOut.un-loginCard, .bounceOut#journeyModel {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn, body, body .page-wrapper, .un-appointment-cards, .un-search-filter, .un-booking-slot, .un-availabilities, .k-window, #illustration {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown, header {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft, aside {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight, #sec-2 .un-loginCard {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip, body.flip, body .flip.page-wrapper, header.flip, aside.flip, .flip.un-appointment-cards, .flip.un-future-app, .flip.un-search-card, .flip.un-search-filter, .flip.un-booking-slot, .flip.un-availabilities, .flip.k-window, .flip#illustration, #sec-2 .flip.un-loginCard, .flip#journeyModel {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }
@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft, #journeyModel {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }
.ps-container {
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: transparent;
  opacity: .9; }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.2);
  height: 11px; }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent;
  opacity: .9; }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.2);
  width: 11px; }
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear,opacity .2s linear;
  transition: background-color .2s linear,opacity .2s linear;
  bottom: 0;
  height: 15px; }
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
  transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px; }
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 6px; }
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear,opacity .2s linear;
  transition: background-color .2s linear,opacity .2s linear;
  right: 0;
  width: 15px; }
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
  transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
  right: 2px;
  width: 6px; }
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 6px; }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: transparent;
  opacity: .9; }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.2);
  height: 6px; }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent;
  opacity: .9; }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.2);
  width: 6px; }
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: .6; }
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: transparent;
  opacity: .9; }
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.2); }
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: transparent;
  opacity: .9; }
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.2); }
.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  scroll-behavior: smooth; }
/*
Template Name: Admin Template
Author: Niravjoshi / Wrappixel
File: scss
*/
html body .jqstooltip,
html body .flotTip {
  width: auto !important;
  height: auto !important;
  background: #212529;
  color: #fff;
  padding: 5px 10px; }
body .jqstooltip {
  border-color: transparent;
  border-radius: 60px; }
.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  border-radius: 2px;
  padding: 10px 20px;
  background: #398bf7;
  color: #fff;
  ext-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
.chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #398bf7; }
.chartist-tooltip.tooltip-show {
  opacity: 1; }
.ct-area,
.ct-line {
  pointer-events: none; }
.ct-series-a .ct-area {
  fill: #4fc3f7; }
.ct-series-b .ct-area {
  fill: #398bf7; }
.ct-series-c .ct-area {
  fill: #6610f2; }
.ct-series-c .ct-area {
  fill: #06d79c; }
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #4fc3f7; }
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #398bf7; }
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #6610f2; }
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #06d79c; }
.c3-chart-arcs-title {
  fill: #99abb4; }
.c3 line,
.c3 path {
  stroke: #e9edf2; }
.c3 text {
  fill: #99abb4; }
.c3-chart-arc path {
  stroke: transparent; }
.popover-item {
  margin-left: -15px; }
.popover-item:hover {
    z-index: 10;
    position: relative; }
.icon-list-demo .preview {
  padding: 10px; }
.icon-list-demo .preview i {
    font-size: 20px;
    margin-right: 10px; }
.icon-list-demo .f-icon {
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.icon-list-demo .f-icon i {
    font-size: 20px;
    margin-right: 10px;
    width: 25px; }
.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  background-size: auto; }
.material-icon-list-demo .icons div {
  width: 33%;
  padding: 10px;
  display: inline-block;
  line-height: 40px; }
.material-icon-list-demo .icons div i {
    font-size: 20px;
    margin-right: 10px; }
.material-icon-list-demo .icons div code {
    margin-right: 10px; }
@media (max-width: 767.98px) {
  .material-icon-list-demo .icons div {
    width: 100%; } }
.table.dataTable {
  border-collapse: collapse !important; }
.dataTables_wrapper {
  padding: 0px; }
.note-editor.note-frame,
.dropzone {
  border-color: #e9edf2; }
.dropzone {
  border-style: dotted; }
.note-toolbar {
  z-index: 1; }
.custom-pills .nav-pills .nav-link {
  border-radius: 0;
  opacity: 0.7; }
.custom-pills .nav-pills .nav-link.active {
    color: #009ddc;
    opacity: 1;
    background-color: transparent;
    border-bottom: 2px solid #009ddc; }
label {
  font-weight: 500; }
.r-separator .form-group {
  border-bottom: 1px solid #e9edf2; }
.r-separator .form-group:last-child {
    border-bottom: none; }
.striped-rows .row:nth-child(odd), .striped-rows #patient-report:nth-child(odd), .striped-rows #card-header:nth-child(odd), .striped-rows .un-time-slot:nth-child(odd), .striped-rows .journey-grid:nth-child(odd), .striped-rows #un-cardBody #un-appcardHeader:nth-child(odd), #un-cardBody .striped-rows #un-appcardHeader:nth-child(odd), .striped-rows #journeyModel:nth-child(odd), .striped-rows #footerMenu:nth-child(odd) {
  background-color: #ebf3f5; }
.b-form .row, .b-form #patient-report, .b-form #card-header, .b-form .un-time-slot, .b-form .journey-grid, .b-form #un-cardBody #un-appcardHeader, #un-cardBody .b-form #un-appcardHeader, .b-form #journeyModel, .b-form #footerMenu {
  border-bottom: 1px solid #e9edf2;
  margin-bottom: 0;
  padding: 15px 0; }
.b-form .row:last-child, .b-form #patient-report:last-child, .b-form #card-header:last-child, .b-form .un-time-slot:last-child, .b-form .journey-grid:last-child, .b-form #un-cardBody #un-appcardHeader:last-child, #un-cardBody .b-form #un-appcardHeader:last-child, .b-form #journeyModel:last-child, .b-form #footerMenu:last-child {
    border-bottom: none; }
.b-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end; }
.error .form-control {
  border-color: #ef5350; }
.error .help-block {
  color: #ef5350; }
.validate .form-control {
  border-color: #06d79c; }
.validate .help-block {
  color: #06d79c; }
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: 30%;
    bottom: auto; } }
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #1d50de; }
.dtp div.dtp-date,
.dtp div.dtp-time,
.dtp table.dtp-picker-days tr > td > a.selected {
  background: #398bf7; }
.dtp .p10 > a {
  color: #fff; }
.datepicker .day,
.datepicker .dow {
  padding: 5px 10px; }
.docs-buttons .btn, .docs-buttons .un-button-medium, .docs-buttons .un-btn-primary, .docs-buttons .un-btn-outline-2, .docs-buttons .un-button-outline, .docs-buttons .un-button, .docs-buttons .un-btn-login, .docs-buttons .un-btn-signup, .docs-buttons .un-btn-google, .docs-buttons .un-btn-apple, .docs-buttons .un-go-signup, .docs-buttons .un-skip-login,
.docs-buttons .un-forget-pass,
.docs-buttons .un-reset-pass, .docs-buttons .un-slot-selector, .docs-buttons #un-cardBody #un-visitcardHeader .btn-group .menuItem, #un-cardBody #un-visitcardHeader .btn-group .docs-buttons .menuItem, .docs-buttons #footerMenu .col .btn-group .menuItem, #footerMenu .col .btn-group .docs-buttons .menuItem, .docs-buttons #footerMenu .box-mid .btn-group .menuItem, #footerMenu .box-mid .btn-group .docs-buttons .menuItem, .docs-buttons #footerMenu #report-wrapper .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .docs-buttons .menuItem,
.docs-data .input-group {
  margin-bottom: 5px; }
.scrollable {
  position: relative; }
.error-box {
  height: 100%;
  position: fixed;
  width: 100%; }
.error-box .error-body {
    padding-top: 5%; }
.error-box .error-title {
    font-size: 210px;
    font-weight: 900;
    text-shadow: 4px 4px 0 #fff, 6px 6px 0 #263238;
    line-height: 210px; }
.price-label {
  position: absolute;
  top: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100px;
  padding: 5px 10px; }
.price-sign {
  position: absolute;
  font-size: 15px;
  top: 5px;
  margin-left: -10px; }
/*******************
Taskboard scss
******************/
.taskboard {
  overflow-x: auto;
  overflow-y: auto;
  white-space: nowrap;
  padding: 8px; }
.taskboard .taskboard-wrapper {
    width: 280px;
    padding-right: 8px;
    padding-left: 8px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 100%; }
.taskboard .taskboard-wrapper:first-child {
      padding-left: 0; }
.taskboard .taskboard-wrapper:last-child {
      padding-right: 0; }
.taskboard .taskboard-list {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-height: 100%;
    white-space: normal;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0; }
.taskboard .taskboard-header {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    padding: 8px 8px 0; }
.taskboard .taskboard-task {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 8px;
    margin-bottom: 8px;
    background: #fff; }
.taskboard .taskboard-task:last-child {
      margin-bottom: 0; }
.taskboard .taskboard-task:hover {
      cursor: -webkit-grab;
      cursor: grab; }
.taskboard .taskboard-task:after {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    top: 0;
    border-top-width: 12px;
    border-bottom-color: transparent;
    right: 6px; }
.taskboard .taskboard-task.task-status-success:after {
    border-top-color: #06d79c;
    border-right-color: #06d79c;
    border-left-color: #06d79c; }
.taskboard .taskboard-task.task-status-info:after {
    border-top-color: #398bf7;
    border-right-color: #398bf7;
    border-left-color: #398bf7; }
.taskboard .taskboard-task.task-status-warning:after {
    border-top-color: #ffb22b;
    border-right-color: #ffb22b;
    border-left-color: #ffb22b; }
.taskboard .taskboard-task.task-status-danger:after {
    border-top-color: #ef5350;
    border-right-color: #ef5350;
    border-left-color: #ef5350; }
.taskboard .taskboard-cards {
    padding: 8px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto; }
.taskboard .taskboard-task-title {
    margin-bottom: 8px; }
.ng2-smart-page-item {
  border: 1px solid #e9edf2; }
.ng2-smart-page-item .ng2-smart-page-link {
    border: none; }
.ng2-smart-page-item.active {
    border-color: #009ddc; }
.ng2-smart-page-item.active .ng2-smart-page-link {
      border-color: transparent; }
.ngx-datatable.material {
  box-shadow: none;
  border: 1px solid #e9edf2; }
.afu-select-btn {
  margin-bottom: 0; }
.afu-valid-file .progress {
  width: 500px;
  height: 13px; }
#attachPin .label:empty {
  display: none; }
/*******************
Notifier pages scss
******************/
.notifier__container * {
  box-sizing: border-box; }
.notifier__container-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none; }
.notifier__notification {
  display: block;
  position: fixed;
  visibility: hidden;
  z-index: 10000;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.notifier__notification--material {
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
  padding-top: 11px;
  padding-right: 26px;
  padding-bottom: 10px;
  padding-left: 26px; }
.notifier__notification--material .notifier__notification-message {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: top;
    line-height: 32px;
    font-size: 15px; }
.notifier__notification--material .notifier__notification-button {
    display: inline-block;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: .5;
    margin-right: -10px;
    margin-left: 10px;
    margin-top: -4px;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 6px;
    width: 32px;
    height: 32px;
    vertical-align: top; }
.notifier__notification--material .notifier__notification-button:hover, .notifier__notification--material .notifier__notification-button:focus {
      opacity: 1; }
.notifier__notification--material .notifier__notification-button:active {
      -webkit-transform: scale(0.82);
              transform: scale(0.82);
      opacity: 1; }
.notifier__notification--default {
  background-color: #7460ee;
  color: #fff; }
.notifier__notification--default .notifier__notification-button-icon {
    fill: #fff; }
.notifier__notification--info {
  background-color: #398bf7;
  color: #fff; }
.notifier__notification--info .notifier__notification-button-icon {
    fill: #fff; }
.notifier__notification--warning {
  background-color: #ffb22b;
  color: #fff; }
.notifier__notification--warning .notifier__notification-button-icon {
    fill: #fff; }
.notifier__notification--success {
  background-color: #06d79c;
  color: #fff; }
.notifier__notification--success .notifier__notification-button-icon {
    fill: #fff; }
.notifier__notification--error {
  background-color: #ef5350;
  color: #fff; }
.notifier__notification--error .notifier__notification-button-icon {
    fill: #fff; }
/*******************
Ngx wizard pages scss
******************/
.wizard-navbar {
  padding: 0px;
  margin: 50px 0 50px 0;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
.wizard-navbar::before {
    height: 2px;
    background: #e9edf2;
    content: "";
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1; }
.wizard-navbar li {
    list-style: none;
    text-align: center; }
.wizard-navbar li .round-tabs {
      padding: 20px;
      background: white;
      position: relative;
      z-index: 2;
      border: 1px solid #e9edf2;
      border-radius: 100%; }
.wizard-navbar li > a {
      padding: 0.5rem 0; }
.wizard-navbar li > a.active .round-tabs {
      background: #398bf7;
      border-color: #398bf7;
      color: #fff; }
#ngx .ng-invalid,
.ng-touched.ng-invalid {
  border-color: #ef5350; }
#ngx .ng-valid,
.ng-touched.ng-valid {
  border-color: #06d79c; }
.toastr {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  color: #fff; }
.toast-title {
  font-weight: 700; }
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
.toast-message a,
.toast-message label {
  color: #fff; }
.toast-message a:hover {
  color: #CCC;
  text-decoration: none; }
.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  filter: alpha(opacity=80);
  line-height: 1; }
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40); }
.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em; }
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }
.toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none; }
.toast-container * {
  box-sizing: border-box; }
.toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=80); }
.toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }
.toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer; }
.toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }
.toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }
.toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }
.toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }
.toast-success {
  background-color: #06d79c !important; }
.toast-error {
  background-color: #ef5350 !important; }
.toast-info {
  background-color: #398bf7 !important; }
.toast-warning {
  background-color: #ffb22b !important; }
.soc-pro a {
  color: #99abb4; }
/* Padding margin for rtl */
html body [dir="rtl"] .m-r-5 {
  margin-left: 5px; }
html body [dir="rtl"] .m-l-5 {
  margin-right: 5px; }
html body [dir="rtl"] .p-r-5 {
  padding-left: 5px; }
html body [dir="rtl"] .p-l-5 {
  padding-right: 5px; }
html body [dir="rtl"] .m-r-10 {
  margin-left: 10px; }
html body [dir="rtl"] .m-l-10 {
  margin-right: 10px; }
html body [dir="rtl"] .p-r-10 {
  padding-left: 10px; }
html body [dir="rtl"] .p-l-10 {
  padding-right: 10px; }
html body [dir="rtl"] .m-r-15 {
  margin-left: 15px; }
html body [dir="rtl"] .m-l-15 {
  margin-right: 15px; }
html body [dir="rtl"] .p-r-15 {
  padding-left: 15px; }
html body [dir="rtl"] .p-l-15 {
  padding-right: 15px; }
html body [dir="rtl"] .m-r-20 {
  margin-left: 20px; }
html body [dir="rtl"] .m-l-20 {
  margin-right: 20px; }
html body [dir="rtl"] .p-r-20 {
  padding-left: 20px; }
html body [dir="rtl"] .p-l-20 {
  padding-right: 20px; }
html body [dir="rtl"] .m-r-25 {
  margin-left: 25px; }
html body [dir="rtl"] .m-l-25 {
  margin-right: 25px; }
html body [dir="rtl"] .p-r-25 {
  padding-left: 25px; }
html body [dir="rtl"] .p-l-25 {
  padding-right: 25px; }
html body [dir="rtl"] .m-r-30 {
  margin-left: 30px; }
html body [dir="rtl"] .m-l-30 {
  margin-right: 30px; }
html body [dir="rtl"] .p-r-30 {
  padding-left: 30px; }
html body [dir="rtl"] .p-l-30 {
  padding-right: 30px; }
html body [dir="rtl"] .m-r-40 {
  margin-left: 40px; }
html body [dir="rtl"] .m-l-40 {
  margin-right: 40px; }
html body [dir="rtl"] .p-r-40 {
  padding-left: 40px; }
html body [dir="rtl"] .p-l-40 {
  padding-right: 40px; }
/* Discarding margin padding of ltr */
html body [dir="rtl"] .m-r-5 {
  margin-right: 0; }
html body [dir="rtl"] .m-l-5 {
  margin-left: 0; }
html body [dir="rtl"] .p-r-5 {
  padding-right: 0; }
html body [dir="rtl"] .p-l-5 {
  padding-left: 0; }
html body [dir="rtl"] .m-r-10 {
  margin-right: 0; }
html body [dir="rtl"] .m-l-10 {
  margin-left: 0; }
html body [dir="rtl"] .p-r-10 {
  padding-right: 0; }
html body [dir="rtl"] .p-l-10 {
  padding-left: 0; }
html body [dir="rtl"] .m-r-15 {
  margin-right: 0; }
html body [dir="rtl"] .m-l-15 {
  margin-left: 0; }
html body [dir="rtl"] .p-r-15 {
  padding-right: 0; }
html body [dir="rtl"] .p-l-15 {
  padding-left: 0; }
html body [dir="rtl"] .m-r-20 {
  margin-right: 0; }
html body [dir="rtl"] .m-l-20 {
  margin-left: 0; }
html body [dir="rtl"] .p-r-20 {
  padding-right: 0; }
html body [dir="rtl"] .p-l-20 {
  padding-left: 0; }
html body [dir="rtl"] .m-r-25 {
  margin-right: 0; }
html body [dir="rtl"] .m-l-25 {
  margin-left: 0; }
html body [dir="rtl"] .p-r-25 {
  padding-right: 0; }
html body [dir="rtl"] .p-l-25 {
  padding-left: 0; }
html body [dir="rtl"] .m-r-30 {
  margin-right: 0; }
html body [dir="rtl"] .m-l-30 {
  margin-left: 0; }
html body [dir="rtl"] .p-r-30 {
  padding-right: 0; }
html body [dir="rtl"] .p-l-30 {
  padding-left: 0; }
html body [dir="rtl"] .m-r-40 {
  margin-right: 0; }
html body [dir="rtl"] .m-l-40 {
  margin-left: 0; }
html body [dir="rtl"] .p-r-40 {
  padding-right: 0; }
html body [dir="rtl"] .p-l-40 {
  padding-left: 0; }
/* Zero margin padding for rtl */
html body [dir="rtl"] .m-r-0 {
  margin-left: 0; }
html body [dir="rtl"] .m-l-0 {
  margin-right: 0; }
html body [dir="rtl"] .p-r-0 {
  padding-left: 0; }
html body [dir="rtl"] .p-l-0 {
  padding-right: 0; }
[dir="rtl"] {
  text-align: right;
  direction: rtl;
  /* Stickey inner-left-part */
  /* plugins */
  /*.sl-icon i,
    [class*=" ti-"],
    [class^=ti-] {
        float: right;
        margin-left: 10px;
        line-height: 20px;
    }*/
  /* Vertical responsive layout */ }
[dir="rtl"] .float-left {
    float: right !important; }
[dir="rtl"] .float-right {
    float: left !important; }
[dir="rtl"] .float-none {
    float: none !important; }
@media (min-width: 576px) {
    [dir="rtl"] .float-sm-left {
      float: right !important; }
    [dir="rtl"] .float-sm-right {
      float: left !important; }
    [dir="rtl"] .float-sm-none {
      float: none !important; } }
@media (min-width: 768px) {
    [dir="rtl"] .float-md-left {
      float: right !important; }
    [dir="rtl"] .float-md-right {
      float: left !important; }
    [dir="rtl"] .float-md-none {
      float: none !important; } }
@media (min-width: 992px) {
    [dir="rtl"] .float-lg-left {
      float: right !important; }
    [dir="rtl"] .float-lg-right {
      float: left !important; }
    [dir="rtl"] .float-lg-none {
      float: none !important; } }
@media (min-width: 1600px) {
    [dir="rtl"] .float-xl-left {
      float: right !important; }
    [dir="rtl"] .float-xl-right {
      float: left !important; }
    [dir="rtl"] .float-xl-none {
      float: none !important; } }
[dir="rtl"] .mr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
[dir="rtl"] .ml-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
[dir="rtl"] .mr-1, [dir="rtl"] .un-slot-selector, [dir="rtl"] .k-combobox, [dir="rtl"] #un-cardBody #un-appcardHeader #previous-wrapper #previous .un-icon, #un-cardBody #un-appcardHeader #previous-wrapper #previous [dir="rtl"] .un-icon {
    margin-left: 0.25rem !important;
    margin-right: 0 !important; }
[dir="rtl"] .ml-1, [dir="rtl"] #un-cardBody #un-appcardHeader #next-wrapper #next .un-icon, #un-cardBody #un-appcardHeader #next-wrapper #next [dir="rtl"] .un-icon {
    margin-right: 0.25rem !important;
    margin-left: 0 !important; }
[dir="rtl"] .mr-2, [dir="rtl"] .un-reportsCount, [dir="rtl"] .clinic-tags, [dir="rtl"] .un-countrycode, [dir="rtl"] #un-memberList .un-memberItem .patient-name, #un-memberList .un-memberItem [dir="rtl"] .patient-name {
    margin-left: 0.5rem !important;
    margin-right: 0 !important; }
[dir="rtl"] .ml-2, [dir="rtl"] #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #reports, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody [dir="rtl"] #reports,
  [dir="rtl"] #un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #reports, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay [dir="rtl"] #reports {
    margin-right: 0.5rem !important;
    margin-left: 0 !important; }
[dir="rtl"] .mr-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important; }
[dir="rtl"] .ml-3, [dir="rtl"] .text-logo {
    margin-right: 1rem !important;
    margin-left: 0 !important; }
[dir="rtl"] .mr-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important; }
[dir="rtl"] .ml-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important; }
[dir="rtl"] .mr-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important; }
[dir="rtl"] .ml-5 {
    margin-right: 3rem !important;
    margin-left: 0 !important; }
[dir="rtl"] .pr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
[dir="rtl"] .pl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
[dir="rtl"] .pr-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important; }
[dir="rtl"] .pl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important; }
[dir="rtl"] .pr-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important; }
[dir="rtl"] .pl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important; }
[dir="rtl"] .pr-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important; }
[dir="rtl"] .pl-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important; }
[dir="rtl"] .pr-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important; }
[dir="rtl"] .pl-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important; }
[dir="rtl"] .pr-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important; }
[dir="rtl"] .pl-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important; }
[dir="rtl"] .mr-auto {
    margin-left: auto !important;
    margin-right: 0 !important; }
[dir="rtl"] .ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important; }
@media (min-width: 576px) {
    [dir="rtl"] .mr-sm-0 {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-sm-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-sm-1 {
      margin-left: 0.25rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-sm-1 {
      margin-right: 0.25rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-sm-2 {
      margin-left: 0.5rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-sm-2 {
      margin-right: 0.5rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-sm-3 {
      margin-left: 1rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-sm-3 {
      margin-right: 1rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-sm-4 {
      margin-left: 1.5rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-sm-4 {
      margin-right: 1.5rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-sm-5 {
      margin-left: 3rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-sm-5 {
      margin-right: 3rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .pr-sm-0 {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-sm-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-sm-1 {
      padding-left: 0.25rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-sm-1 {
      padding-right: 0.25rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-sm-2 {
      padding-left: 0.5rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-sm-2 {
      padding-right: 0.5rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-sm-3 {
      padding-left: 1rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-sm-3 {
      padding-right: 1rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-sm-4 {
      padding-left: 1.5rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-sm-4 {
      padding-right: 1.5rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-sm-5 {
      padding-left: 3rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-sm-5 {
      padding-right: 3rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .mr-sm-auto {
      margin-left: auto !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-sm-auto {
      margin-right: auto !important;
      margin-left: 0 !important; } }
@media (min-width: 768px) {
    [dir="rtl"] .mr-md-0 {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-md-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-md-1 {
      margin-left: 0.25rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-md-1 {
      margin-right: 0.25rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-md-2 {
      margin-left: 0.5rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-md-2 {
      margin-right: 0.5rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-md-3 {
      margin-left: 1rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-md-3 {
      margin-right: 1rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-md-4 {
      margin-left: 1.5rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-md-4 {
      margin-right: 1.5rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-md-5 {
      margin-left: 3rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-md-5 {
      margin-right: 3rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .pr-md-0 {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-md-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-md-1 {
      padding-left: 0.25rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-md-1 {
      padding-right: 0.25rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-md-2 {
      padding-left: 0.5rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-md-2 {
      padding-right: 0.5rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-md-3 {
      padding-left: 1rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-md-3 {
      padding-right: 1rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-md-4 {
      padding-left: 1.5rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-md-4 {
      padding-right: 1.5rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-md-5 {
      padding-left: 3rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-md-5 {
      padding-right: 3rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .mr-md-auto {
      margin-left: auto !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-md-auto {
      margin-right: auto !important;
      margin-left: 0 !important; } }
@media (min-width: 992px) {
    [dir="rtl"] .mr-lg-0 {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-lg-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-lg-1 {
      margin-left: 0.25rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-lg-1 {
      margin-right: 0.25rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-lg-2 {
      margin-left: 0.5rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-lg-2 {
      margin-right: 0.5rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-lg-3 {
      margin-left: 1rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-lg-3 {
      margin-right: 1rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-lg-4 {
      margin-left: 1.5rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-lg-4 {
      margin-right: 1.5rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-lg-5 {
      margin-left: 3rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-lg-5 {
      margin-right: 3rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .pr-lg-0 {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-lg-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-lg-1 {
      padding-left: 0.25rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-lg-1 {
      padding-right: 0.25rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-lg-2 {
      padding-left: 0.5rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-lg-2 {
      padding-right: 0.5rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-lg-3 {
      padding-left: 1rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-lg-3 {
      padding-right: 1rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-lg-4 {
      padding-left: 1.5rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-lg-4 {
      padding-right: 1.5rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-lg-5 {
      padding-left: 3rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-lg-5 {
      padding-right: 3rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .mr-lg-auto {
      margin-left: auto !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-lg-auto {
      margin-right: auto !important;
      margin-left: 0 !important; } }
@media (min-width: 1600px) {
    [dir="rtl"] .mr-xl-0 {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-xl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-xl-1 {
      margin-left: 0.25rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-xl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-xl-2 {
      margin-left: 0.5rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-xl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-xl-3 {
      margin-left: 1rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-xl-3 {
      margin-right: 1rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-xl-4 {
      margin-left: 1.5rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-xl-4 {
      margin-right: 1.5rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .mr-xl-5 {
      margin-left: 3rem !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-xl-5 {
      margin-right: 3rem !important;
      margin-left: 0 !important; }
    [dir="rtl"] .pr-xl-0 {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-xl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-xl-1 {
      padding-left: 0.25rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-xl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-xl-2 {
      padding-left: 0.5rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-xl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-xl-3 {
      padding-left: 1rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-xl-3 {
      padding-right: 1rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-xl-4 {
      padding-left: 1.5rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-xl-4 {
      padding-right: 1.5rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .pr-xl-5 {
      padding-left: 3rem !important;
      padding-right: 0 !important; }
    [dir="rtl"] .pl-xl-5 {
      padding-right: 3rem !important;
      padding-left: 0 !important; }
    [dir="rtl"] .mr-xl-auto {
      margin-left: auto !important;
      margin-right: 0 !important; }
    [dir="rtl"] .ml-xl-auto {
      margin-right: auto !important;
      margin-left: 0 !important; } }
[dir="rtl"] .text-left, [dir="rtl"] .app-version, [dir="rtl"] .doctor-description {
    text-align: right !important; }
[dir="rtl"] .text-right, [dir="rtl"] .un-star-group-2 {
    text-align: left !important; }
[dir="rtl"] .text-center, [dir="rtl"] .un-footer-2, [dir="rtl"] .clinic-tags, [dir="rtl"] .un-slot-selector, [dir="rtl"] .un-confirm-title, [dir="rtl"] .un-confirmation-text, [dir="rtl"] .un-availabilities, [dir="rtl"] #sec-2 .un-loginCard #loginTitle, #sec-2 .un-loginCard [dir="rtl"] #loginTitle, [dir="rtl"] #un-cardBody #un-appcardHeader #un-cardTitle, #un-cardBody #un-appcardHeader [dir="rtl"] #un-cardTitle, [dir="rtl"] #un-cardBody #un-visitcardHeader .btn-group .menuItem, #un-cardBody #un-visitcardHeader .btn-group [dir="rtl"] .menuItem, [dir="rtl"] #footerMenu .col .btn-group .menuItem, #footerMenu .col .btn-group [dir="rtl"] .menuItem, [dir="rtl"] #footerMenu .box-mid .btn-group .menuItem, #footerMenu .box-mid .btn-group [dir="rtl"] .menuItem, [dir="rtl"] #footerMenu #report-wrapper .btn-group .menuItem, #footerMenu #report-wrapper .btn-group [dir="rtl"] .menuItem, [dir="rtl"] .doctor-details .doctor-name, .doctor-details [dir="rtl"] .doctor-name, [dir="rtl"] .doctor-details .doctor-title, .doctor-details [dir="rtl"] .doctor-title, [dir="rtl"] .doctor-details .star-group, .doctor-details [dir="rtl"] .star-group {
    text-align: center !important; }
@media (min-width: 576px) {
    [dir="rtl"] .text-sm-left {
      text-align: right !important; }
    [dir="rtl"] .text-sm-right {
      text-align: left !important; }
    [dir="rtl"] .text-sm-center {
      text-align: center !important; } }
@media (min-width: 768px) {
    [dir="rtl"] .text-md-left {
      text-align: right !important; }
    [dir="rtl"] .text-md-right {
      text-align: left !important; }
    [dir="rtl"] .text-md-center {
      text-align: center !important; } }
@media (min-width: 992px) {
    [dir="rtl"] .text-lg-left {
      text-align: right !important; }
    [dir="rtl"] .text-lg-right {
      text-align: left !important; }
    [dir="rtl"] .text-lg-center {
      text-align: center !important; } }
@media (min-width: 1600px) {
    [dir="rtl"] .text-xl-left {
      text-align: right !important; }
    [dir="rtl"] .text-xl-right {
      text-align: left !important; }
    [dir="rtl"] .text-xl-center {
      text-align: center !important; } }
[dir="rtl"] .border-left {
    border-right: 1px solid #e9edf2 !important;
    border-left: 0 !important; }
[dir="rtl"] .border-right {
    border-left: 1px solid #e9edf2 !important;
    border-right: 0 !important; }
[dir="rtl"] .border-right-0 {
    border-left: 0 !important; }
[dir="rtl"] .border-left-0 {
    border-right: 0 !important; }
[dir="rtl"] .rounded-right {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important; }
[dir="rtl"] .rounded-left {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important; }
[dir="rtl"] .input-group > .form-control:not(:last-child),
  [dir="rtl"] .input-group > .custom-select:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
[dir="rtl"] .input-group > .form-control:not(:first-child),
  [dir="rtl"] .input-group > .custom-select:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
[dir="rtl"] .input-group > .custom-file {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
[dir="rtl"] .input-group > .custom-file:not(:last-child) .custom-file-label,
    [dir="rtl"] .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
[dir="rtl"] .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
[dir="rtl"] .input-group > .input-group-prepend > .btn, [dir="rtl"] .input-group > .input-group-prepend > .un-button-medium, [dir="rtl"] .input-group > .input-group-prepend > .un-btn-primary, [dir="rtl"] .input-group > .input-group-prepend > .un-btn-outline-2, [dir="rtl"] .input-group > .input-group-prepend > .un-button-outline, [dir="rtl"] .input-group > .input-group-prepend > .un-button, [dir="rtl"] .input-group > .input-group-prepend > .un-btn-login, [dir="rtl"] .input-group > .input-group-prepend > .un-btn-signup, [dir="rtl"] .input-group > .input-group-prepend > .un-btn-google, [dir="rtl"] .input-group > .input-group-prepend > .un-btn-apple, [dir="rtl"] .input-group > .input-group-prepend > .un-go-signup, [dir="rtl"] .input-group > .input-group-prepend > .un-skip-login,
  [dir="rtl"] .input-group > .input-group-prepend > .un-forget-pass,
  [dir="rtl"] .input-group > .input-group-prepend > .un-reset-pass, [dir="rtl"] .input-group > .input-group-prepend > .un-slot-selector, [dir="rtl"] #un-cardBody #un-visitcardHeader .btn-group .input-group > .input-group-prepend > .menuItem, #un-cardBody #un-visitcardHeader .btn-group [dir="rtl"] .input-group > .input-group-prepend > .menuItem, [dir="rtl"] #footerMenu .col .btn-group .input-group > .input-group-prepend > .menuItem, #footerMenu .col .btn-group [dir="rtl"] .input-group > .input-group-prepend > .menuItem, [dir="rtl"] #footerMenu .box-mid .btn-group .input-group > .input-group-prepend > .menuItem, #footerMenu .box-mid .btn-group [dir="rtl"] .input-group > .input-group-prepend > .menuItem, [dir="rtl"] #footerMenu #report-wrapper .btn-group .input-group > .input-group-prepend > .menuItem, #footerMenu #report-wrapper .btn-group [dir="rtl"] .input-group > .input-group-prepend > .menuItem,
  [dir="rtl"] .input-group > .input-group-prepend > .input-group-text,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .btn,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-button-medium,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-btn-primary,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-btn-outline-2,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-button-outline,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-button,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-btn-login,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-btn-signup,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-btn-google,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-btn-apple,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-go-signup,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-skip-login,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-forget-pass,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-reset-pass,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .un-slot-selector,
  [dir="rtl"] #un-cardBody #un-visitcardHeader .btn-group .input-group > .input-group-append:not(:last-child) > .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .menuItem,
  [dir="rtl"] #footerMenu .col .btn-group .input-group > .input-group-append:not(:last-child) > .menuItem,
  #footerMenu .col .btn-group [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .menuItem,
  [dir="rtl"] #footerMenu .box-mid .btn-group .input-group > .input-group-append:not(:last-child) > .menuItem,
  #footerMenu .box-mid .btn-group [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .menuItem,
  [dir="rtl"] #footerMenu #report-wrapper .btn-group .input-group > .input-group-append:not(:last-child) > .menuItem,
  #footerMenu #report-wrapper .btn-group [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .menuItem,
  [dir="rtl"] .input-group > .input-group-append:not(:last-child) > .input-group-text,
  [dir="rtl"] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-button-medium:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-btn-primary:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-btn-outline-2:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-button-outline:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-button:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-btn-login:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-btn-signup:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-btn-google:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-btn-apple:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-go-signup:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-skip-login:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-forget-pass:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-reset-pass:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .un-slot-selector:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] #un-cardBody #un-visitcardHeader .btn-group .input-group > .input-group-append:last-child > .menuItem:not(:last-child):not(.dropdown-toggle),
  #un-cardBody #un-visitcardHeader .btn-group [dir="rtl"] .input-group > .input-group-append:last-child > .menuItem:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] #footerMenu .col .btn-group .input-group > .input-group-append:last-child > .menuItem:not(:last-child):not(.dropdown-toggle),
  #footerMenu .col .btn-group [dir="rtl"] .input-group > .input-group-append:last-child > .menuItem:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] #footerMenu .box-mid .btn-group .input-group > .input-group-append:last-child > .menuItem:not(:last-child):not(.dropdown-toggle),
  #footerMenu .box-mid .btn-group [dir="rtl"] .input-group > .input-group-append:last-child > .menuItem:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] #footerMenu #report-wrapper .btn-group .input-group > .input-group-append:last-child > .menuItem:not(:last-child):not(.dropdown-toggle),
  #footerMenu #report-wrapper .btn-group [dir="rtl"] .input-group > .input-group-append:last-child > .menuItem:not(:last-child):not(.dropdown-toggle),
  [dir="rtl"] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .btn,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-button-medium,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-btn-primary,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-btn-outline-2,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-button-outline,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-button,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-btn-login,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-btn-signup,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-btn-google,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-btn-apple,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-go-signup,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-skip-login,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-forget-pass,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-reset-pass,
  [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .un-slot-selector,
  [dir="rtl"] #un-cardBody #un-visitcardHeader .btn-group .input-group > .input-group-prepend:not(:first-child) > .menuItem,
  #un-cardBody #un-visitcardHeader .btn-group [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .menuItem,
  [dir="rtl"] #footerMenu .col .btn-group .input-group > .input-group-prepend:not(:first-child) > .menuItem,
  #footerMenu .col .btn-group [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .menuItem,
  [dir="rtl"] #footerMenu .box-mid .btn-group .input-group > .input-group-prepend:not(:first-child) > .menuItem,
  #footerMenu .box-mid .btn-group [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .menuItem,
  [dir="rtl"] #footerMenu #report-wrapper .btn-group .input-group > .input-group-prepend:not(:first-child) > .menuItem,
  #footerMenu #report-wrapper .btn-group [dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .menuItem {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
[dir="rtl"] .input-group .form-control:not(:first-child),
  [dir="rtl"] .input-group .form-control:not(:last-child) {
    border-radius: 0 !important; }
[dir="rtl"] .input-group > .input-group-append > .btn, [dir="rtl"] .input-group > .input-group-append > .un-button-medium, [dir="rtl"] .input-group > .input-group-append > .un-btn-primary, [dir="rtl"] .input-group > .input-group-append > .un-btn-outline-2, [dir="rtl"] .input-group > .input-group-append > .un-button-outline, [dir="rtl"] .input-group > .input-group-append > .un-button, [dir="rtl"] .input-group > .input-group-append > .un-btn-login, [dir="rtl"] .input-group > .input-group-append > .un-btn-signup, [dir="rtl"] .input-group > .input-group-append > .un-btn-google, [dir="rtl"] .input-group > .input-group-append > .un-btn-apple, [dir="rtl"] .input-group > .input-group-append > .un-go-signup, [dir="rtl"] .input-group > .input-group-append > .un-skip-login,
  [dir="rtl"] .input-group > .input-group-append > .un-forget-pass,
  [dir="rtl"] .input-group > .input-group-append > .un-reset-pass, [dir="rtl"] .input-group > .input-group-append > .un-slot-selector, [dir="rtl"] #un-cardBody #un-visitcardHeader .btn-group .input-group > .input-group-append > .menuItem, #un-cardBody #un-visitcardHeader .btn-group [dir="rtl"] .input-group > .input-group-append > .menuItem, [dir="rtl"] #footerMenu .col .btn-group .input-group > .input-group-append > .menuItem, #footerMenu .col .btn-group [dir="rtl"] .input-group > .input-group-append > .menuItem, [dir="rtl"] #footerMenu .box-mid .btn-group .input-group > .input-group-append > .menuItem, #footerMenu .box-mid .btn-group [dir="rtl"] .input-group > .input-group-append > .menuItem, [dir="rtl"] #footerMenu #report-wrapper .btn-group .input-group > .input-group-append > .menuItem, #footerMenu #report-wrapper .btn-group [dir="rtl"] .input-group > .input-group-append > .menuItem,
  [dir="rtl"] .input-group > .input-group-append > .input-group-text,
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-button-medium:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-btn-primary:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-btn-outline-2:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-button-outline:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-button:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-btn-login:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-btn-signup:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-btn-google:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-btn-apple:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-go-signup:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-skip-login:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-forget-pass:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-reset-pass:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .un-slot-selector:not(:first-child),
  [dir="rtl"] #un-cardBody #un-visitcardHeader .btn-group .input-group > .input-group-prepend:first-child > .menuItem:not(:first-child),
  #un-cardBody #un-visitcardHeader .btn-group [dir="rtl"] .input-group > .input-group-prepend:first-child > .menuItem:not(:first-child),
  [dir="rtl"] #footerMenu .col .btn-group .input-group > .input-group-prepend:first-child > .menuItem:not(:first-child),
  #footerMenu .col .btn-group [dir="rtl"] .input-group > .input-group-prepend:first-child > .menuItem:not(:first-child),
  [dir="rtl"] #footerMenu .box-mid .btn-group .input-group > .input-group-prepend:first-child > .menuItem:not(:first-child),
  #footerMenu .box-mid .btn-group [dir="rtl"] .input-group > .input-group-prepend:first-child > .menuItem:not(:first-child),
  [dir="rtl"] #footerMenu #report-wrapper .btn-group .input-group > .input-group-prepend:first-child > .menuItem:not(:first-child),
  #footerMenu #report-wrapper .btn-group [dir="rtl"] .input-group > .input-group-prepend:first-child > .menuItem:not(:first-child),
  [dir="rtl"] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
[dir="rtl"] .page-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem;
    padding-left: 0; }
[dir="rtl"] .page-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: "\e64a";
      padding-right: 0;
      padding-left: 0.5rem; }
[dir="rtl"] .steamline {
    border-right: 1px solid rgba(120, 130, 140, 0.13);
    border-left: 0;
    margin-right: 20px;
    margin-left: 0; }
[dir="rtl"] .steamline .sl-left {
      margin-right: -20px;
      margin-left: 15px;
      float: right; }
[dir="rtl"] .steamline .sl-right {
      padding-right: 30px;
      padding-left: 0; }
[dir="rtl"] .lstick {
    margin-right: -20px;
    margin-left: 18px; }
[dir="rtl"] .custom-select {
    padding: .375rem .75rem .375rem 1.75rem; }
[dir="rtl"] .custom-control {
    padding-left: 0;
    padding-right: 1.5rem; }
[dir="rtl"] .custom-control-label::after,
  [dir="rtl"] .custom-control-label::before {
    left: auto;
    right: -25px; }
[dir="rtl"] .list-group {
    padding: 0px; }
[dir="rtl"] .float-left {
    float: right !important; }
[dir="rtl"] .float-right {
    float: left !important; }
[dir="rtl"] .text-left, [dir="rtl"] .app-version, [dir="rtl"] .doctor-description {
    text-align: right !important; }
[dir="rtl"] .text-right, [dir="rtl"] .un-star-group-2 {
    text-align: left !important; }
[dir="rtl"] .close {
    float: left; }
[dir="rtl"] .comment-footer .action-icons a {
    padding-right: 7px;
    padding-left: 0; }
[dir="rtl"] .modal-header .close {
    float: left;
    margin: -1rem auto -1rem -1rem; }
[dir="rtl"] .modal-footer > :not(:last-child) {
    margin-left: 0.25rem;
    margin-right: 0; }
[dir="rtl"] .ml-auto {
    margin-right: auto !important;
    margin-left: 0px !important; }
[dir="rtl"] .mr-auto {
    margin-left: auto !important;
    margin-right: 0px !important; }
[dir="rtl"] .border-right {
    border-right: none !important;
    border-left: 1px solid #e9edf2 !important; }
[dir="rtl"] .border-left {
    border-left: none !important;
    border-right: 1px solid #e9edf2 !important; }
[dir="rtl"] .alert-dismissible {
    padding-left: 3.8125rem;
    padding-right: 1.25rem; }
[dir="rtl"] .alert-dismissible .close {
      left: 0;
      right: auto; }
[dir="rtl"] .custom-file-label {
    left: auto;
    right: 0;
    width: 100%; }
[dir="rtl"] .custom-file-label::after {
      right: auto;
      left: 0; }
[dir="rtl"] .dropdown-menu {
    text-align: right;
    right: 0 !important; }
[dir="rtl"] .dropdown-menu.dropdown-menu-right {
      right: auto !important;
      left: 0 !important;
      -webkit-transform: translate(0px, 60px) !important;
              transform: translate(0px, 60px) !important; }
[dir="rtl"] .topbar .navbar-collapse {
    padding: 0 0 0 10px; }
[dir="rtl"] .navbar-nav,
  [dir="rtl"] .nav,
  [dir="rtl"] .list-unstyled,
  [dir="rtl"] .pagination {
    padding-right: 0; }
[dir="rtl"] .topbar .top-navbar .navbar-header .navbar-brand .logo-icon {
    margin-right: 0; }
[dir="rtl"] .topbar .dropdown-menu.dropdown-menu-right .with-arrow {
    left: 0;
    right: auto; }
[dir="rtl"] .topbar .dropdown-menu.dropdown-menu-right .with-arrow > span {
    left: 20px;
    right: auto; }
[dir="rtl"] .search-box .app-search .srh-btn {
    right: auto;
    left: 20px; }
[dir="rtl"] .mailbox .message-center .message-item .mail-contnet {
    padding-right: 10px;
    padding-left: 0; }
[dir="rtl"] .sidebar-nav ul .sidebar-item .sidebar-link .side-badge.badge {
    left: 32px;
    right: unset; }
[dir="rtl"] .user-profile {
    padding: 10px 10px 10px 0; }
[dir="rtl"] .user-profile span img {
    margin-right: 0;
    margin-left: 10px; }
[dir="rtl"] .customizer {
    left: -280px;
    right: auto; }
[dir="rtl"] .customizer.show-service-panel {
      left: 0;
      right: auto; }
[dir="rtl"] .customizer.show-service-panel .service-panel-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 100%;
        border-top-right-radius: 100%;
        right: -55px; }
[dir="rtl"] .customizer .service-panel-toggle {
      right: -70px;
      left: auto; }
[dir="rtl"] .sidebar-nav .has-arrow::after {
    margin-left: 0;
    margin-right: 10px;
    right: auto;
    left: 15px; }
[dir="rtl"] .left-part {
    border-left: 1px solid #e9edf2;
    border-right: none; }
[dir="rtl"] .left-part .show-left-part {
      left: -41px;
      right: auto; }
[dir="rtl"] .right-part {
    margin-right: 260px;
    margin-left: 0; }
[dir="rtl"] .right-part .dropdown-menu {
      right: auto !important;
      left: 0 !important; }
[dir="rtl"] .reverse-mode .left-part {
    right: auto;
    left: 0; }
[dir="rtl"] .reverse-mode .show-left-part {
    left: auto;
    right: -41px; }
[dir="rtl"] .reverse-mode .right-part {
    margin-right: 0px;
    margin-left: 260px; }
[dir="rtl"] .profiletimeline {
    padding-right: 40px;
    padding-left: 0;
    margin: 40px 30px 0 10px;
    border-right: 1px solid #e9edf2;
    border-left: none; }
[dir="rtl"] .profiletimeline .sl-left {
      float: right;
      margin-right: -60px;
      margin-left: 15px; }
[dir="rtl"] .feed-widget .feed-body .feed-item > .feed-icon {
    margin-right: 0;
    margin-left: 10px; }
[dir="rtl"] .chat-list .chat-item .chat-content {
    padding-right: 15px;
    padding-left: 0; }
[dir="rtl"] .chat-list .chat-item .chat-time {
    margin: 5px 65px 15px 0; }
[dir="rtl"] .chat-list .chat-item.odd .chat-content,
  [dir="rtl"] .chat-list .chat-item.odd .chat-time {
    text-align: left; }
[dir="rtl"] div.dataTables_wrapper div.dataTables_filter {
    text-align: left; }
[dir="rtl"] table.table-bordered.dataTable th,
  [dir="rtl"] table.table-bordered.dataTable td {
    border-left-width: 1px; }
[dir="rtl"] div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 0.5rem;
    margin-left: 0; }
[dir="rtl"] div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child, [dir="rtl"] div.table-responsive > div.dataTables_wrapper > div#patient-report > div[class^="col-"]:last-child, [dir="rtl"] div.table-responsive > div.dataTables_wrapper > div#card-header > div[class^="col-"]:last-child, [dir="rtl"] div.table-responsive > div.dataTables_wrapper > div.un-time-slot > div[class^="col-"]:last-child, [dir="rtl"] div.table-responsive > div.dataTables_wrapper > div.journey-grid > div[class^="col-"]:last-child, [dir="rtl"] #un-cardBody div.table-responsive > div.dataTables_wrapper > div#un-appcardHeader > div[class^="col-"]:last-child, #un-cardBody [dir="rtl"] div.table-responsive > div.dataTables_wrapper > div#un-appcardHeader > div[class^="col-"]:last-child, [dir="rtl"] div.table-responsive > div.dataTables_wrapper > div#journeyModel > div[class^="col-"]:last-child, [dir="rtl"] div.table-responsive > div.dataTables_wrapper > div#footerMenu > div[class^="col-"]:last-child {
    padding-left: 1px; }
[dir="rtl"] .lobilists .lobilist-actions {
    right: auto;
    left: 8px; }
[dir="rtl"] .lobilists .lobilist-item .todo-actions {
    right: auto;
    left: 4px; }
[dir="rtl"] .lobilists .lobilist-check {
    left: auto;
    right: 12px; }
[dir="rtl"] .lobilists .lobilist-item,
  [dir="rtl"] .lobilists .lobilist-item-placeholder {
    padding-left: 0;
    padding-right: 35px; }
[dir="rtl"] .lobilists .lobilist-item .drag-handler {
    left: auto;
    right: 0; }
[dir="rtl"] .lobilists .lobilist-wrapper,
  [dir="rtl"] .lobilists .lobilist-placeholder {
    margin-left: 16px;
    margin-right: 0; }
[dir="rtl"] .datepicker {
    direction: rtl; }
[dir="rtl"] .minicolors .minicolors-grid {
    right: 22px;
    left: auto; }
[dir="rtl"] .wizard > .steps > ul > li,
  [dir="rtl"] .wizard > .actions > ul > li {
    float: right; }
[dir="rtl"] .wizard-content .wizard > .steps > ul > li:after {
    right: auto;
    left: 0; }
[dir="rtl"] .wizard-content .wizard > .steps > ul > li:before {
    left: auto;
    right: 0; }
[dir="rtl"] .wizard-content .wizard.vertical > .steps {
    float: right; }
[dir="rtl"] .css-bar > i {
    margin-left: 0;
    margin-right: 5px; }
[dir="rtl"] .treeview span.icon {
    margin-right: 0;
    margin-left: 5px; }
[dir="rtl"]#main-wrapper {
    /*sidebar type*/ }
[dir="rtl"]#main-wrapper[data-sidebartype="full"] .page-wrapper {
      margin-right: 200px;
      margin-left: 0; }
[dir="rtl"]#main-wrapper[data-sidebartype="iconbar"] .page-wrapper {
      margin-right: 180px;
      margin-left: 0; }
[dir="rtl"]#main-wrapper[data-sidebartype="overlay"] .left-sidebar {
      right: -200px;
      left: auto; }
[dir="rtl"]#main-wrapper[data-sidebartype="overlay"].show-sidebar .left-sidebar {
      right: 0;
      left: auto; }
[dir="rtl"] .dz-hidden-input {
    display: none; }
@media (min-width: 768px) {
    [dir="rtl"]#main-wrapper {
      /*Sidebar position*/
      /*Fixed sidebar with minisidebar*/ }
      [dir="rtl"]#main-wrapper[data-sidebar-position="fixed"][data-sidebartype="full"] .topbar .top-navbar .navbar-collapse, [dir="rtl"]#main-wrapper[data-sidebar-position="fixed"][data-sidebartype="overlay"] .topbar .top-navbar .navbar-collapse {
        margin-right: 200px;
        margin-left: 0; }
      [dir="rtl"]#main-wrapper[data-sidebar-position="fixed"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-collapse {
        margin-right: 70px;
        margin-left: 0; }
      [dir="rtl"]#main-wrapper[data-sidebar-position="fixed"][data-sidebartype="iconbar"] .topbar .top-navbar .navbar-collapse {
        margin-right: 180px;
        margin-left: 0; }
      [dir="rtl"]#main-wrapper[data-sidebar-position="fixed"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-collapse {
        margin-right: 70px;
        margin-left: 0; }
      [dir="rtl"]#main-wrapper[data-sidebartype="mini-sidebar"] .page-wrapper {
        margin-right: 70px;
        margin-left: 0; } }
@media (max-width: 766px) {
    [dir="rtl"]#main-wrapper[data-sidebartype="mini-sidebar"] .left-sidebar {
      right: -200px;
      left: auto; }
    [dir="rtl"]#main-wrapper.show-sidebar .left-sidebar {
      right: 0;
      left: auto; }
    [dir="rtl"] .left-part {
      right: -260px;
      left: auto; }
      [dir="rtl"] .left-part.show-panel {
        right: 0px;
        left: auto; }
    [dir="rtl"] .right-part {
      margin-right: 0px; } }
.card-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.01); }
.card-signin .card-title, .card-signin #sec-2 .un-loginCard #loginTitle, #sec-2 .un-loginCard .card-signin #loginTitle {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem; }
.card-signin .card-body, .card-signin #un-cardBody {
  padding: 2rem; }
.form-signin {
  width: 100%; }
.custom-control-input ~ .custom-control-label {
  box-shadow: none; }
::ng-deep .display-none {
  display: none !important; }
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: none;
  height: 15px;
  width: 15px; }
.custom-control-input:checked ~ .custom-control-label::after {
  background-color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: none;
  height: 15px;
  width: 15px; }
.k-maskedtextbox {
  width: 100%; }
/* Fallback for Edge
  -------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none; }
  .form-label-group input::-ms-input-placeholder {
    color: #777; } }
/* Fallback for IE
  -------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none; }
  .form-label-group input:-ms-input-placeholder {
    color: #777; } }
.campaign {
  position: relative;
  height: 250px; }
.campaign .ct-series-a .ct-area {
    fill-opacity: 0.2;
    fill: url(#gradient); }
.campaign .ct-series-a .ct-line,
  .campaign .ct-series-a .ct-point {
    stroke: #398bf7;
    stroke-width: 2px; }
.campaign .ct-series-b .ct-area {
    fill: #4fc3f7;
    fill-opacity: 0.1; }
.campaign .ct-series-b .ct-line,
  .campaign .ct-series-b .ct-point {
    stroke: #4fc3f7;
    stroke-width: 2px; }
.campaign .ct-series-a .ct-point,
  .campaign .ct-series-b .ct-point {
    stroke-width: 6px; }
/*******************
 Campaign
*******************/
.earningsbox .c3-line {
  stroke-width: 2px; }
.product-sales.c3 line,
.product-sales.c3 path {
  stroke: #e9edf2; }
.product-sales .c3-shape {
  stroke: #fff !important;
  stroke-width: 3px; }
.e-campaign .css-bar .data-text {
  margin: 0 auto;
  position: absolute;
  left: 0;
  z-index: 200;
  right: 0;
  top: 70px;
  text-align: center; }
.e-campaign .css-bar .data-text .success-rate {
    font-size: 60px; }
.e-campaign .css-bar .data-text .rate-label {
    margin-top: -20px; }
.e-campaign .c-cost {
  padding: 10px 20px;
  border: 1px solid #e9edf2;
  border-radius: 5px; }
.e-campaign .c-cost i {
    font-size: 48px; }
@media (max-width: 767px) {
  .e-campaign .c-cost {
    margin: 0 auto;
    width: 100%; }
  .e-campaign .stats {
    text-align: center; } }
.css-bar-xlg {
  width: 223px;
  height: 223px;
  font-size: 20px; }
.css-bar-xlg:after,
.css-bar-xlg > img {
  width: 213px;
  height: 213px;
  margin-left: 5px;
  margin-top: 5px;
  line-height: 30px; }
.gredient-info-bg {
  background: -webkit-gradient(linear, left top, right top, from(#41a6f6), to(#425be0));
  background: linear-gradient(to right, #41a6f6 0%, #425be0 100%); }
.product-sales .c3-shape {
  stroke: transparent !important;
  stroke-width: 3px; }
/*******************
Earnings
*******************/
.earnings {
  position: relative;
  height: 250px; }
.earnings .ct-series-a .ct-area {
    fill-opacity: 0.2;
    fill: url(#gradient); }
.earnings .ct-series-a .ct-line,
  .earnings .ct-series-a .ct-point {
    stroke: #398bf7;
    stroke-width: 2px; }
.earnings .ct-series-b .ct-area {
    fill: #4fc3f7;
    fill-opacity: 0.1; }
.earnings .ct-series-b .ct-line,
  .earnings .ct-series-b .ct-point {
    stroke: #4fc3f7;
    stroke-width: 2px; }
.earnings .ct-series-a .ct-point,
  .earnings .ct-series-b .ct-point {
    stroke-width: 6px; }
.ct-grid {
  stroke-width: 0.3px;
  stroke-dasharray: 0px; }
.ct-series-a .ct-bar {
  stroke: #398bf7; }
@media (max-width: 1023px) {
  .gredient-info-bg .info {
    margin-top: 15px; } }
.ct-series-a .ct-bar {
  stroke: #398bf7; }
.ct-series-b .ct-bar {
  stroke: #4fc3f7; }
@media (max-width: 767px) {
  .ct-bar {
    stroke-width: 10px !important; } }
.auth-wrapper {
  min-height: 100vh;
  position: relative; }
.auth-wrapper .auth-box {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.03);
    max-width: 400px; }
.auth-wrapper .auth-box .logo {
      text-align: center; }
.auth-wrapper .auth-box.on-sidebar {
      top: 0px;
      right: 0px;
      height: 100%;
      margin: 0px;
      position: absolute; }
@media (max-width: 991.98px) {
      .auth-wrapper .auth-box.on-sidebar {
        height: auto; } }
.auth-wrapper #recoverform {
    display: none; }
.auth-wrapper .auth-sidebar {
    position: fixed;
    height: 100%;
    right: 0px;
    overflow: auto;
    margin: 0px;
    top: 0px; }
@media (max-width: 767px) {
  .auth-wrapper .auth-sidebar {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 40px 0 60px; }
  .auth-wrapper .demo-text {
    margin-top: 30px; } }
.email-app {
  position: relative; }
.email-app .list-group .list-group-item {
    padding: 0px;
    background: transparent;
    border: none; }
.email-app .list-group .list-group-item .list-group-item-action {
      padding: 12px 15px;
      display: block;
      color: #67757c; }
.email-app .list-group .list-group-item .list-group-item-action .mdi {
        font-size: 18px;
        vertical-align: middle;
        margin-right: 5px; }
.email-app .list-group .list-group-item .list-group-item-action:hover, .email-app .list-group .list-group-item .list-group-item-action.active {
        background: rgba(0, 0, 0, 0.03); }
.email-app .email-table {
    table-layout: fixed; }
.email-app .email-table .selected {
      background: #fff8e1; }
.email-app .email-table .max-texts,
    .email-app .email-table .user-name h6 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
.email-app .email-table .max-texts {
      padding: 1rem 5px; }
.email-app .email-table .chb {
      width: 50px; }
.email-app .email-table .time {
      width: 100px;
      text-align: right; }
.email-app .email-table .starred,
    .email-app .email-table .clip {
      width: 25px;
      padding: 1rem 5px; }
.email-app .email-table .user-image {
      width: 45px;
      padding: 1rem 5px; }
.email-app .email-table .user-name {
      width: 130px;
      padding: 1rem 5px; }
.email-app .email-table .user-name .m-b-0 {
        font-weight: 300; }
.email-app .email-table .unread .m-b-0,
    .email-app .email-table .unread .max-texts {
      font-weight: 500; }
@media (max-width: 767px) {
  .email-table {
    min-width: 500px; } }
.lobilists .lobilist {
  box-shadow: none; }
.lobilists .lobilist.lobilist-primary {
  border-color: #e9edf2; }
.lobilists .lobilist.lobilist-primary .lobilist-header,
  .lobilists .lobilist.lobilist-primary .lobilist-footer,
  .lobilists .lobilist.lobilist-primary .lobilist-form-footer {
    border-color: #7460ee;
    background-color: #7460ee; }
.lobilists .lobilist.lobilist-danger {
  border-color: #e9edf2; }
.lobilists .lobilist.lobilist-danger .lobilist-header,
  .lobilists .lobilist.lobilist-danger .lobilist-footer,
  .lobilists .lobilist.lobilist-danger .lobilist-form-footer {
    border-color: #ef5350;
    background-color: #ef5350; }
.lobilists .lobilist.lobilist-info {
  border-color: #e9edf2; }
.lobilists .lobilist.lobilist-info .lobilist-header,
  .lobilists .lobilist.lobilist-info .lobilist-footer,
  .lobilists .lobilist.lobilist-info .lobilist-form-footer {
    border-color: #398bf7;
    background-color: #398bf7; }
.lobilists .lobilist.lobilist-success {
  border-color: #e9edf2; }
.lobilists .lobilist.lobilist-success .lobilist-header,
  .lobilists .lobilist.lobilist-success .lobilist-footer {
    border-color: #06d79c;
    background-color: #06d79c; }
.lobilists .lobilist-footer,
.lobilists .lobilist-form-footer {
  border-color: #e9edf2 !important;
  background: rgba(0, 0, 0, 0.02) !important; }
.lobilists .btn-link {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #263238 !important; }
.lobilists.single-line {
  height: 500px; }
.lobilist,
.lobilists {
  position: relative; }
.lobilists [type="checkbox"]:not(:checked),
.lobilists [type="checkbox"]:checked {
  opacity: 1;
  position: relative; }
.lobilists .lobilist-item {
  margin-bottom: 16px;
  padding-top: 5px; }
.lobilists .lobilist-item-title {
  color: #263238; }
.lobilists .lobilist-item-description {
  font-style: normal;
  font-size: 13px; }
.lobilists .lobilist-check {
  top: 10px; }
.lobilists .lobilist-item-duedate {
  position: relative;
  font-size: 12px;
  left: 0px; }
.lobilists .lobilist-actions {
  top: 0px; }
.lobilist-actions .btn i, .lobilist-actions .un-button-medium i, .lobilist-actions .un-btn-primary i, .lobilist-actions .un-btn-outline-2 i, .lobilist-actions .un-button-outline i, .lobilist-actions .un-button i, .lobilist-actions .un-btn-login i, .lobilist-actions .un-btn-signup i, .lobilist-actions .un-btn-google i, .lobilist-actions .un-btn-apple i, .lobilist-actions .un-go-signup i, .lobilist-actions .un-skip-login i, .lobilist-actions .un-forget-pass i, .lobilist-actions .un-reset-pass i, .lobilist-actions .un-slot-selector i, .lobilist-actions #un-cardBody #un-visitcardHeader .btn-group .menuItem i, #un-cardBody #un-visitcardHeader .btn-group .lobilist-actions .menuItem i, .lobilist-actions #footerMenu .col .btn-group .menuItem i, #footerMenu .col .btn-group .lobilist-actions .menuItem i, .lobilist-actions #footerMenu .box-mid .btn-group .menuItem i, #footerMenu .box-mid .btn-group .lobilist-actions .menuItem i, .lobilist-actions #footerMenu #report-wrapper .btn-group .menuItem i, #footerMenu #report-wrapper .btn-group .lobilist-actions .menuItem i {
  font-size: 15px;
  vertical-align: middle; }
.twitter-typeahead {
  width: 100%; }
.twitter-typeahead .tt-menu {
  width: 100%;
  background: #fff;
  border: 1px solid #ebf3f5;
  border-radius: 5px;
  padding: .75rem 0; }
.twitter-typeahead .tt-menu .tt-suggestion {
  padding: .25rem .75rem;
  cursor: pointer; }
.twitter-typeahead .tt-menu .tt-suggestion:hover {
  background-color: #7460ee;
  color: #fff; }
.twitter-typeahead .empty-message {
  padding: 5px 10px;
  text-align: center; }
.twitter-typeahead .rtl-typeahead .tt-menu {
  text-align: right; }
.twitter-typeahead .league-name {
  margin: 0 10px 5px;
  padding: 7px 5px 10px;
  border-bottom: 1px solid #e9edf2; }
.scrollable-dropdown .twitter-typeahead .tt-menu {
  max-height: 80px;
  overflow-y: auto; }
.bootstrap-maxlength {
  margin-top: .5rem; }
.afu-select-btn {
  margin-bottom: 0; }
.afu-valid-file .progress {
  width: 500px;
  height: 13px; }
#attachPin .label:empty {
  display: none; }
/*******************
User card page
******************/
.el-element-overlay .white-box {
  padding: 0px; }
.el-element-overlay .el-card-item {
  position: relative;
  padding-bottom: 20px; }
.el-element-overlay .el-card-item .el-card-avatar {
    margin-bottom: 20px; }
.el-element-overlay .el-card-item .el-card-content {
    text-align: center; }
.el-element-overlay .el-card-item .el-overlay-1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default; }
.el-element-overlay .el-card-item .el-overlay-1 img {
      display: block;
      position: relative;
      -webkit-transition: all .4s linear;
      transition: all .4s linear;
      width: 100%;
      height: auto; }
.el-element-overlay .el-card-item .el-overlay-1:hover img {
      -ms-transform: scale(1.2) translateZ(0);
      -webkit-transform: scale(1.2) translateZ(0);
      /* transform: scale(1.2) translateZ(0); */ }
.el-element-overlay .el-card-item .el-overlay-1 .el-info {
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      color: #fff;
      background-color: transparent;
      filter: alpha(opacity=0);
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      padding: 0;
      margin: auto;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%) translateZ(0);
      -webkit-transform: translateY(-50%) translateZ(0);
      -ms-transform: translateY(-50%) translateZ(0); }
.el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item {
        list-style: none;
        display: inline-block;
        margin: 0 3px; }
.el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item .el-link {
          border-color: #fff;
          color: #fff;
          padding: 12px 15px 10px; }
.el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item .el-link:hover {
            background: #009ddc;
            border-color: #009ddc; }
.el-element-overlay .el-card-item .el-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
    top: -100%; }
.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
    top: 100%;
    height: 0px; }
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
    top: 0px; }
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
    top: 0px;
    height: 100%; }
/*******************
google map Page
******************/
.gmaps, .gmaps-panaroma {
  height: 300px; }
.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #e9edf2;
  border-radius: 2px; }
.gmaps-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: #398bf7;
  border-radius: 4px;
  padding: 10px 20px; }
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute; }
.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #398bf7; }
.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #398bf7; }
/*******************
vector map Page
******************/
.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px; }
.jvectormap-zoomout {
  top: 40px; }
/*******************
Timeline page
******************/
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto; }
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #e9edf2; }
.timeline > .timeline-item {
  position: relative;
  margin-bottom: 20px; }
.timeline > .timeline-item:before,
.timeline > .timeline-item:after {
  content: " ";
  display: table; }
.timeline > .timeline-item:after {
  clear: both; }
.timeline > .timeline-item > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #e9edf2;
  border-radius: 2px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); }
.timeline > .timeline-item > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid #e9edf2;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #e9edf2; }
.timeline > .timeline-item > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff; }
.timeline > .timeline-item > .timeline-badge {
  z-index: 10;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  overflow: hidden; }
.timeline > .timeline-item.timeline-inverted > .timeline-panel {
  float: right; }
.timeline > .timeline-item.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0; }
.timeline > .timeline-item.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0; }
.timeline-badge.primary {
  background-color: #7460ee; }
.timeline-badge.success {
  background-color: #06d79c; }
.timeline-badge.warning {
  background-color: #ffb22b; }
.timeline-badge.danger {
  background-color: #ef5350; }
.timeline-badge.info {
  background-color: #398bf7; }
.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400; }
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }
.timeline-left:before {
  left: 30px; }
.timeline-left > .timeline-item > .timeline-badge {
  left: 30px;
  top: 9px; }
.timeline-left > .timeline-item > .timeline-panel {
  width: calc(100% - 80px); }
.timeline-right:before {
  right: 30px;
  left: auto; }
.timeline-right > .timeline-item > .timeline-badge {
  right: 5px;
  top: 9px;
  left: auto; }
.timeline-right > .timeline-item > .timeline-panel {
  width: calc(100% - 80px); }
/*******************
Horizontal Timeline page
******************/
.cd-horizontal-timeline .events a {
  padding-bottom: 6px;
  color: #009ddc; }
.cd-horizontal-timeline .filling-line,
.cd-horizontal-timeline .events a.selected::after {
  background: #009ddc; }
.cd-horizontal-timeline .events a.selected::after {
  border-color: #009ddc; }
.cd-horizontal-timeline .m-t-40 {
  margin-top: 40px !important; }
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px; }
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }
.dd-list .dd-list {
  padding-left: 30px; }
.dd-collapsed .dd-list {
  display: none; }
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px; }
.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  cursor: move;
  color: #979898;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
.dd-handle:hover {
  color: #317eeb;
  background: #fff; }
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold; }
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0; }
.dd-item > button[data-action="collapse"]:before {
  content: '-'; }
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f5f5f5;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px; }
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999; }
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0; }
.dd-dragel .dd-handle {
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1); }
.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #979898;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
.dd3-content:hover {
  color: #317eeb;
  background: #fff; }
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0; }
.dd3-item > button {
  margin-left: 30px; }
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #d5d5d5;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.dd3-handle:before {
  content: "\f0c9";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal; }
.dd3-handle:hover {
  background: #404040;
  border: 1px solid #404040; }
.myadmin-dd .dd-list .dd-item .dd-handle {
  background: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px;
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border-radius: 0; }
.myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px 8px 46px;
  background: #ffffff;
  font-weight: 400; }
.myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 0;
  background: #ffffff;
  height: 36px;
  width: 36px; }
.dd3-handle:before {
  color: #67757c;
  top: 7px; }
/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/
/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/
/*******************
/*User mail widgets*/
/*******************/
.mailbox .drop-title {
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 2px 2px 0 0;
  position: relative; }
.mailbox .drop-title:after {
    content: "";
    position: absolute;
    opacity: 0.2;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-size: cover; }
.mailbox .nav-link {
  border-top: 1px solid #e9edf2;
  padding-top: 15px;
  color: #67757c; }
.mailbox .message-center {
  height: 317px;
  overflow: auto;
  position: relative; }
.mailbox .message-center .message-item {
    border-bottom: 1px solid #e9edf2;
    display: block;
    text-decoration: none;
    padding: 9px 15px;
    cursor: pointer; }
.mailbox .message-center .message-item:hover {
      background: #ebf3f5; }
.mailbox .message-center .message-item .message-title {
      color: #212529; }
.mailbox .message-center .message-item .user-img {
      width: 40px;
      position: relative;
      display: inline-block;
      margin: 0 0px 15px 0; }
.mailbox .message-center .message-item .user-img img {
        width: 100%; }
.mailbox .message-center .message-item .user-img .profile-status {
        border: 2px solid #fff;
        border-radius: 50%;
        display: inline-block;
        height: 10px;
        left: 30px;
        position: absolute;
        top: 1px;
        width: 10px; }
.mailbox .message-center .message-item .user-img .online {
        background: #06d79c; }
.mailbox .message-center .message-item .user-img .busy {
        background: #ef5350; }
.mailbox .message-center .message-item .user-img .away {
        background: #ffb22b; }
.mailbox .message-center .message-item .user-img .offline {
        background: #ffb22b; }
.mailbox .message-center .message-item .mail-contnet {
      display: inline-block;
      width: 75%;
      padding-left: 10px;
      vertical-align: middle; }
.mailbox .message-center .message-item .mail-contnet .message-title {
        margin: 5px 0px 0; }
.mailbox .message-center .message-item .mail-contnet .mail-desc,
      .mailbox .message-center .message-item .mail-contnet .time {
        font-size: 12px;
        display: block;
        margin: 1px 0;
        overflow: hidden;
        color: #67757c; }
/*******************/
/*Comment widgets*/
/*******************/
.comment-widgets {
  position: relative;
  margin-bottom: 10px; }
.comment-widgets .comment-row {
    border-bottom: 1px solid #e9edf2;
    padding: 15px; }
.comment-widgets .comment-row:last-child {
      border-bottom: 0px; }
.comment-widgets .comment-row:hover, .comment-widgets .comment-row.active {
      background: #e9edf2; }
.comment-text {
  padding: 15px 15px 15px 20px;
  width: 80%; }
.comment-text:hover .comment-footer .action-icons,
  .comment-text.active .comment-footer .action-icons {
    visibility: visible; }
.comment-text p {
    max-height: 50px;
    width: 100%;
    overflow: hidden; }
.comment-footer .action-icons {
  visibility: hidden; }
.comment-footer .action-icons a {
    padding-left: 7px;
    vertical-align: middle;
    color: #99abb4; }
.comment-footer .action-icons a:hover, .comment-footer .action-icons a.active {
      color: #398bf7; }
/*******************/
/*Chat widget*/
/*******************/
.chat-box {
  overflow: auto; }
.chat-list {
  margin: 0px;
  padding: 0px; }
.chat-list .chat-item {
    list-style: none;
    margin-top: 30px; }
.chat-list .chat-item .chat-img {
      display: inline-block;
      width: 45px;
      vertical-align: top; }
.chat-list .chat-item .chat-img img {
        width: 45px;
        border-radius: 100%; }
.chat-list .chat-item .chat-content {
      width: calc(100% - 50px);
      display: inline-block;
      padding-left: 15px; }
.chat-list .chat-item .chat-content .box {
        display: inline-block;
        padding: 10px;
        color: #263238;
        background: #ebf3f5; }
.chat-list .chat-item .chat-time {
      display: block;
      font-size: 10px;
      color: #4f5467;
      margin: 5px 0 15px 65px; }
.chat-list .chat-item.odd {
      position: relative; }
.chat-list .chat-item.odd .chat-img {
        position: absolute;
        right: 0; }
.chat-list .chat-item.odd .chat-content {
        text-align: right;
        width: calc(100% - 0px);
        padding-left: 0;
        padding-right: 60px; }
.chat-list .chat-item.odd .chat-time {
        text-align: right;
        padding-right: 60px; }
.chat-list .chat-item.odd .box {
        clear: both;
        background: #398bf7; }
.chat-list .chat-item.odd.type-msg .chat-messages .chat-content {
        margin-top: 3px; }
.chat-list .chat-item.odd.type-msg .chat-messages .chat-content:first-child {
          margin-top: 0; }
.chat-list .chat-item.odd + .odd {
      margin-top: 0px; }
.chat-list .chat-item.reverse {
      text-align: right; }
.chat-list .chat-item.reverse .chat-time {
        text-align: left; }
.chat-list .chat-item.reverse .chat-content {
        padding-left: 0px;
        padding-right: 15px; }
/*******************/
/*Chat widget*/
/*******************/
.chat-windows {
  position: fixed;
  bottom: 0px;
  right: 280px;
  height: 350px;
  max-height: 350px;
  z-index: 9999;
  -webkit-transition: 600ms;
  transition: 600ms; }
.chat-windows.show-chat {
    bottom: 0px; }
.chat-windows.hide-chat {
    bottom: -350px; }
.chat-windows .user-chat {
    min-width: 300px;
    min-height: 350px;
    background-color: #fff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.03);
    float: right;
    margin: 0 2px 0 0; }
.chat-windows .user-chat.mini-chat {
      min-width: 40px;
      min-height: 40px;
      bottom: 0px;
      top: 310px;
      position: relative; }
.chat-windows .user-chat.mini-chat .chat-head .name,
      .chat-windows .user-chat.mini-chat .chat-head i,
      .chat-windows .user-chat.mini-chat .chat-footer,
      .chat-windows .user-chat.mini-chat .chat-body {
        display: none; }
.chat-windows .user-chat.mini-chat .chat-head img {
        margin: 0; }
.chat-windows .user-chat.mini-chat .chat-head .status {
        left: 28px;
        top: 10px; }
.chat-windows .user-chat .chat-head {
      height: 40px;
      padding: 10px;
      background-color: #398bf7;
      color: #fff;
      position: relative; }
.chat-windows .user-chat .chat-head img {
        border-radius: 50%;
        height: 25px;
        width: 25px;
        vertical-align: middle;
        margin: -4px 8px 0 0;
        display: inline-block;
        cursor: pointer; }
.chat-windows .user-chat .chat-head .status {
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        height: 8px;
        width: 8px;
        left: 28px;
        top: 7px; }
.chat-windows .user-chat .chat-head .online {
        background-color: #06d79c; }
.chat-windows .user-chat .chat-head .busy {
        background-color: #ef5350; }
.chat-windows .user-chat .chat-head .away {
        background-color: #fb8c00; }
.chat-windows .user-chat .chat-head .offline {
        background-color: #ffb22b; }
.chat-windows .user-chat .chat-head i {
        font-size: 14px;
        float: right;
        color: #fff;
        margin: 3px 0 0 5px;
        cursor: pointer; }
.chat-windows .user-chat .chat-footer {
      padding: 0px;
      border-top: 1px solid #e9edf2; }
.chat-windows .user-chat .chat-footer .form-control {
        background-color: transparent;
        color: #67757c;
        font-size: 14px;
        border: 0px;
        width: 100%;
        height: 40px; }
.chat-windows .user-chat .chat-footer .form-control:focus, .chat-windows .user-chat .chat-footer .form-control:hover {
          border: 0px; }
.chat-windows .user-chat .chat-body {
      height: 270px;
      padding: 15px 15px 0;
      background-color: #f4f6f9;
      overflow: hidden;
      max-width: 300px;
      position: relative; }
.chat-list {
  margin: 0px;
  padding: 0px; }
.chat-list .msg_receive, .chat-list .msg_sent {
    list-style: none;
    margin-top: 30px; }
.chat-list .msg_receive .chat-img, .chat-list .msg_sent .chat-img {
      display: inline-block;
      width: 45px;
      vertical-align: top; }
.chat-list .msg_receive .chat-img img, .chat-list .msg_sent .chat-img img {
        width: 100%;
        border-radius: 100%; }
.chat-list .msg_receive .chat-content, .chat-list .msg_sent .chat-content {
      width: calc(100% - 50px);
      display: inline-block;
      padding-left: 15px; }
.chat-list .msg_receive .chat-content .box, .chat-list .msg_sent .chat-content .box {
        display: inline-block;
        padding: 10px;
        margin-bottom: 3px;
        background: #fff; }
.chat-list .msg_receive .chat-time, .chat-list .msg_sent .chat-time {
      display: block;
      font-size: 10px;
      color: #99abb4;
      margin: 5px 0 15px 15px; }
.chat-list .msg_receive.odd .chat-content, .chat-list .msg_sent.odd .chat-content {
      text-align: right;
      width: calc(100% - 0px); }
.chat-list .msg_receive.odd .chat-content .box, .chat-list .msg_sent.odd .chat-content .box {
        clear: both;
        color: #fff;
        background: #398bf7; }
.chat-list .msg_receive.odd .chat-time, .chat-list .msg_receive .reverse, .chat-list .msg_sent.odd .chat-time, .chat-list .msg_sent .reverse {
      text-align: right; }
.chat-list .msg_receive.odd + .odd, .chat-list .msg_sent.odd + .odd {
      margin-top: 0px; }
.chat-list .msg_receive.reverse .chat-content, .chat-list .msg_sent.reverse .chat-content {
      padding-left: 0px;
      padding-right: 15px; }
.chat-list .msg_receive.reverse .chat-time, .chat-list .msg_sent.reverse .chat-time {
      text-align: left; }
.mailbox .chat-scroll {
  height: calc(100vh - 100px); }
/*******************/
/*Steam line widget*/
/*******************/
.steamline {
  position: relative;
  border-left: 1px solid #e9edf2;
  margin-left: 20px; }
.steamline .sl-left {
    float: left;
    margin-left: -20px;
    z-index: 1;
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    margin-right: 15px; }
.steamline .sl-left img {
      max-width: 40px; }
.steamline .sl-right {
  padding-left: 30px; }
.steamline .sl-right .desc,
  .steamline .sl-right .inline-photos {
    margin-bottom: 21px; }
.steamline .sl-item {
  border-bottom: 1px solid #e9edf2;
  margin: 20px 0; }
.steamline .sl-item:last-child {
    border-bottom: none; }
.sl-date {
  font-size: 10px;
  color: #99abb4; }
.time-item {
  border-color: #e9edf2;
  padding-bottom: 1px;
  position: relative; }
.time-item:before {
    content: " ";
    display: table; }
.time-item:after {
    background-color: #fff;
    border-color: #e9edf2;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px; }
.time-item-item:after {
  content: " ";
  display: table; }
.item-info {
  margin-bottom: 15px;
  margin-left: 15px; }
.item-info p {
    margin-bottom: 10px !important; }
/*******************/
/*Activity widgets*/
/*******************/
.activity-box .date-devider {
  border-top: 2px solid #e9edf2;
  position: relative; }
.activity-box .date-devider span {
    background: #e9edf2;
    padding: 5px 15px;
    border-radius: 60px;
    font-size: 14px;
    top: -15px;
    position: relative;
    margin-left: 20px; }
.activity-box .activity-item {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px; }
.activity-box .activity-item .image-list > a {
    margin-left: -15px;
    position: relative;
    vertical-align: middle; }
.activity-box .activity-item .image-list > a:first-child, .activity-box .activity-item .image-list > a:last-child {
      margin-left: 0px; }
.activity-box .activity-item .image-list > a:hover {
      z-index: 10; }
.activity-box .activity-item .image-list > a:hover img {
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2); }
.feeds {
  margin: 0px;
  padding: 0px; }
.feeds li {
    list-style: none;
    padding: 10px;
    display: block; }
.feeds li:hover {
      background: #ebf3f5; }
.feeds li span {
      font-size: 12px; }
.todo-widget .todo-list .todo-item {
  border: 0px;
  margin-bottom: 0px;
  padding: 20px 15px 15px 0px; }
.todo-widget .todo-list .todo-item .custom-checkbox {
    width: 100%; }
.todo-widget .todo-list .todo-item .custom-checkbox .todo-label {
      font-weight: 400;
      width: 100%; }
.todo-widget .todo-list .todo-item .assignedto {
    padding: 0 0 0 25px;
    margin: 0px; }
.todo-widget .todo-list .todo-item .assignedto .assignee {
      padding: 0px;
      display: inline-block;
      border: 0px;
      margin-right: 2px; }
.todo-widget .todo-list .todo-item .assignedto .assignee .assignee-img {
        width: 30px;
        border-radius: 100%; }
.todo-widget .todo-list .todo-item .item-date {
    padding-left: 25px;
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
    color: #99abb4; }
.list-task .task-done .todo-desc,
.list-task .task-done .badge {
  text-decoration: line-through; }
.profiletimeline {
  position: relative;
  padding-left: 40px;
  margin: 40px 10px 0 30px;
  border-left: 1px solid #e9edf2; }
.profiletimeline .sl-left {
    float: left;
    margin-left: -60px;
    z-index: 1;
    margin-right: 15px; }
.profiletimeline .sl-left img {
      max-width: 40px; }
.profiletimeline .sl-item {
  margin-top: 8px;
  margin-bottom: 30px; }
.profiletimeline .sl-date {
  font-size: 12px;
  color: #99abb4; }
/*============================================================== 
 For Desktop & above all (1650px) 
 ============================================================== */
/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */
/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media (min-width: 800px) {
  .page-wrapper {
    margin-left: 200px; } }
/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */
@media (min-width: 768px) {
  .bc-content {
    -webkit-box-pack: end;
            justify-content: flex-end; } }
/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */
@media (max-width: 991.98px) {
  .do-block {
    display: block !important; }
  .topbar .mega-dropdown .dropdown-menu {
    height: 100%; } }
@media only screen and (max-width: 767px) {
  .bodyclass {
    height: 90vh !important; } }
.icon-test-report, .icon-timer {
  font-size: 12px;
  padding: 4px 4.5px;
  border-radius: 5px; }
.radiusTop-3, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardHeader {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
.radiusBottom-3,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardFooter {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
/* width */
::-webkit-scrollbar {
  width: 8px; }
@media (max-width: 1024) {
    ::-webkit-scrollbar {
      display: none; } }
/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  cursor: pointer; }
/* Handle on hover */
.firefoxScroll, #un-cardBody #un-appointmentList:hover, #un-cardBody #un-journeyList:hover {
  overflow-y: scroll;
  scrollbar-color: #19beff aliceblue;
  scrollbar-width: thin; }
.tricolor-32, .dashboard-32, .appointments-32, .visits-32, .reports-32, .invoices-32, .profile-settings-32, .help-32, .logout-32, .notification-32, .enter-32, .close-32, .timer-32, .attachments-32 {
  background: url('Tricolor-32.8cfe25706adacf37c28b.svg');
  height: 32px;
  width: 32px;
  display: inline-block; }
.dashboard-32 {
  background-position: 0px -40px; }
.appointments-32 {
  background-position: 0px -80px; }
.visits-32 {
  background-position: 0px -120px; }
.reports-32 {
  background-position: 0px -160px; }
.invoices-32 {
  background-position: 0px -200px; }
.profile-settings-32 {
  background-position: 0px -240px; }
.help-32 {
  background-position: 0px -280px; }
.logout-32 {
  background-position: 0px -320px; }
.notification-32 {
  background-position: 0px -360px; }
.enter-32 {
  background-position: 0px -400px; }
.close-32 {
  background-position: 0px -440px; }
.timer-32 {
  background-position: 0px -480px; }
.attachments-32 {
  background-position: 0px -520px; }
.icon-missed-appointment {
  font-size: 13px;
  color: orangered;
  -webkit-animation: beat 0.25s infinite alternate;
          animation: beat 0.25s infinite alternate; }
@-webkit-keyframes beat {
  to {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); } }
@keyframes beat {
  to {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); } }
.icon-test-report {
  color: var(--main-color);
  background-color: #d2f2ff; }
.icon-timer {
  color: var(--main-color);
  background-color: #d2f2ff; }
#report-wrapper .report-frame {
  /*    height: calc(100vh - 180px);*/
  width: 100vw;
  border-radius: 5px; }
h5 {
  font-size: 12px; }
/* Global Style Starts */
/* NGX-Toastr Styles */
.toast {
  width: 400px !important; }
.toast-container .toast {
  box-shadow: none !important; }
.toast-container .toast:hover {
    box-shadow: none !important; }
.toast-title {
  text-transform: uppercase; }
.toast-success {
  background-color: #9ee4a2 !important; }
.toast-error {
  background-color: #facfc8 !important; }
.toast-close-button {
  color: transparent !important; }
/* Base Styles */
:root,
html {
  font-size: 13px;
  color: #1d1d1c;
  background-color: #f3f6fb;
  overflow: hidden;
  scrollbar-width: none; }
body {
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #1d1d1c;
  background: #f3f6fb;
  scrollbar-width: none; }
body ::-webkit-scrollbar {
    display: none; }
body .page-wrapper {
    background: #f3f6fb;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s; }
a {
  cursor: pointer; }
header {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
aside {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }
.form-control::-webkit-input-placeholder {
  color: rgba(58, 58, 58, 0.5);
  font-weight: 400; }
/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: rgba(58, 58, 58, 0.5); }
/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: rgba(58, 58, 58, 0.5); }
/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: rgba(58, 58, 58, 0.5); }
/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: rgba(58, 58, 58, 0.5); }
/* Microsoft Edge */
/* Font Family */
.un-roboto, .clinic-tags, .un-slot-selector, #un-cardBody #un-visitcardHeader .btn-group .menuItem, #footerMenu .col .btn-group .menuItem, #footerMenu .box-mid .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .menuItem {
  font-family: "Roboto", sans-serif !important; }
/* Font Weights */
.un-font-300 {
  font-weight: 300 !important; }
.un-font-400, .un-button-medium, .form-control, .k-combobox .k-dropdown-wrap .k-input, .k-dropdown .k-dropdown-wrap .k-input,
.k-dropdowntree .k-dropdown-wrap .k-input, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardHeader,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardFooter, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay {
  font-weight: 400 !important; }
.un-font-500, h1,
h2,
h3,
h4,
h5,
h6, #card-header #card-title, .un-confirm-title, .k-window-title,
.k-dialog-title, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #resourceName,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #resourceName, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #dateTime,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #dateTime, #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #appointmentStatus,
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #appointmentStatus, .doctor-details .doctor-title {
  font-weight: 500 !important; }
.un-font-700 {
  font-weight: 700 !important; }
/* Font Sizes */
.un-font-11, .toast-message, .un-reportsCount, .clinic-tags, .un-slot-selector, .slot-radio label, .doctor-details .doctor-title {
  font-size: 11px; }
.un-font-13, .toast-title, html, .un-button-medium, .form-control, .un-btn-primary, .un-btn-login, .un-btn-signup, .un-btn-google, .un-btn-apple, .un-go-signup, .un-skip-login,
.un-forget-pass,
.un-reset-pass, .hide-menu, .un-confirmation-text, .k-combobox .k-dropdown-wrap .k-input, .k-list .k-item, .k-dropdown .k-dropdown-wrap .k-input,
.k-dropdowntree .k-dropdown-wrap .k-input, #un-cardBody #un-visitcardHeader .btn-group .menuItem, #footerMenu .col .btn-group .menuItem, #footerMenu .box-mid .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .menuItem {
  font-size: 13px; }
.un-font-14 {
  font-size: 14px; }
.un-font-15, .page-title, .k-window-title,
.k-dialog-title, .doctor-details .doctor-name {
  font-size: 15px; }
.un-font-18, .un-confirm-title {
  font-size: 18px; }
.un-font-38 {
  font-size: 38px; }
/*Font Colors */
.un-white, .un-icon-button:hover, .un-icon-button:active, .un-icon-button:focus, .un-btn-primary, .un-btn-outline-2:hover, .un-btn-outline-2:active, .un-btn-outline-2:focus, .un-button-outline:hover, .un-button-outline:active, .un-button-outline:focus, .un-button, .un-btn-login, .un-btn-signup, .un-btn-apple, .un-slot-selector:hover, .un-filter-button:hover, .un-sort-button:hover, .k-button.k-state-active, .k-link:hover, .k-list .k-item.k-state-selected, .k-list .k-item.k-state-selected:hover, .k-list .k-item.k-state-selected:active, .k-list .k-item.k-state-selected:focus, #un-cardBody #un-visitcardHeader .btn-group .menuItem:hover, #footerMenu .col .btn-group .menuItem:hover, #footerMenu .box-mid .btn-group .menuItem:hover, #footerMenu #report-wrapper .btn-group .menuItem:hover {
  color: white !important; }
.un-black, h1,
h2,
h3,
h4,
h5,
h6, .toast-title, .toast-message, button.navToggle.k-button-icon.k-button, .form-control, .un-btn-google, .un-skip-login,
.un-forget-pass,
.un-reset-pass, #card-header #card-title, .un-confirm-title, .k-window-title,
.k-dialog-title, .k-datepicker .k-select,
.k-timepicker .k-select,
.k-datetimepicker .k-select, .k-combobox .k-dropdown-wrap .k-input, .k-select, .k-datepicker .k-picker-wrap .k-select, .k-dropdown .k-dropdown-wrap .k-input,
.k-dropdowntree .k-dropdown-wrap .k-input, .k-dropdown .k-select, .doctor-details .doctor-name {
  color: #1d1d1c !important; }
.un-red {
  color: red !important; }
.un-blue, a, .breadcrumb-item a, button.navToggle.k-button-icon.k-button:hover, button.navToggle.k-button-icon.k-button:active, button.navToggle.k-button-icon.k-button:focus, .un-icon-button, .un-btn-outline-2, .un-button-outline, .un-go-signup, .un-skip-login:hover, .un-skip-login:focus, .un-skip-login:active,
.un-forget-pass:hover,
.un-forget-pass:focus,
.un-forget-pass:active,
.un-reset-pass:hover,
.un-reset-pass:focus,
.un-reset-pass:active, .clinic-tags, .un-slot-selector, .un-filter-button, .un-sort-button, .slot-radio label, .k-list .k-item:hover, .k-combobox .k-dropdown-wrap .k-clear-value,
.k-icon .k-clear-value .k-i-close, #un-cardBody #un-visitcardHeader .btn-group .menuItem, #footerMenu .col .btn-group .menuItem, #footerMenu .box-mid .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .menuItem {
  color: var(--main-color) !important; }
.un-hyperlink {
  color: var(--hyperlink-color) !important; }
.un-light-blue, ::-webkit-scrollbar-track {
  color: var(--main-color-medium) !important; }
.un-blue-border {
  border-color: var(--main-color) !important; }
.un-light-blue-border {
  border-color: #e3f7ff !important; }
/* Background Colors */
.un-blue-bg, ::-webkit-scrollbar-thumb, .un-button, .un-icon-button:hover, .un-icon-button:active, .un-icon-button:focus, .un-button-medium, .un-btn-primary, .un-button-outline:hover, .un-button-outline:active, .un-button-outline:focus, .un-btn-login, .un-btn-signup, .un-slot-selector:hover, .un-filter-button:hover, .un-sort-button:hover, .slot-radio input[type="radio"]:checked + label, .k-button.k-state-active, .k-link:hover, .k-list .k-item.k-state-selected, .k-list .k-item.k-state-selected:hover, .k-list .k-item.k-state-selected:active, .k-list .k-item.k-state-selected:focus, #un-cardBody #un-visitcardHeader .btn-group .menuItem:hover, #footerMenu .col .btn-group .menuItem:hover, #footerMenu .box-mid .btn-group .menuItem:hover, #footerMenu #report-wrapper .btn-group .menuItem:hover {
  background-color: var(--main-color) !important; }
.un-light-blue-bg, :hover::-webkit-scrollbar-thumb {
  background-color: var(--main-color-medium) !important; }
.un-very-light-blue-bg, .clinic-tags {
  background-color: var(--main-color-light) !important; }
.un-white-bg, #patient-report, .un-icon-button, .form-control, .un-btn-google, .un-slot-selector, .app-version, .un-search-card, .un-search-filter, .un-filter-button, .un-sort-button, .un-booking-slot, .slot-radio label, .un-hosp-selector, .un-hosp-selector:hover, .k-dialog-titlebar, .k-window-title,
.k-dialog-title, .k-dateinput .k-dateinput-wrap,
.k-input, .k-dateinput .k-dateinput-wrap:hover, .k-dateinput .k-dateinput-wrap:focus, .k-dateinput .k-dateinput-wrap:active,
.k-input:hover,
.k-input:focus,
.k-input:active, .k-datepicker, .k-combobox,
.k-textbox, .k-datepicker:hover, .k-datepicker:focus, .k-datepicker:active,
.k-combobox:hover,
.k-combobox:focus,
.k-combobox:active,
.k-textbox:hover,
.k-textbox:focus,
.k-textbox:active, .k-datepicker .k-select,
.k-timepicker .k-select,
.k-datetimepicker .k-select, .k-combobox .k-dropdown-wrap, .k-combobox .k-dropdown-wrap .k-input, .k-datepicker .k-picker-wrap .k-select, .k-list .k-item, .k-dropdown .k-dropdown-wrap,
.k-dropdowntree .k-dropdown-wrap, .k-dropdown .k-dropdown-wrap .k-input,
.k-dropdowntree .k-dropdown-wrap .k-input, .k-dropdown .k-dropdown-wrap .k-input :hover,
.k-dropdowntree .k-dropdown-wrap .k-input :hover, .k-dropdown .k-select, #un-cardBody #un-visitcardHeader .btn-group .menuItem, #journeyModel, #footerMenu, #footerMenu .col .btn-group .menuItem, #footerMenu .box-mid .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .menuItem {
  background-color: white !important; }
.un-page-bg {
  background-color: #f3f6fa !important; }
.un-form-bg {
  background-color: #f3f6fa !important; }
.un-mandatory {
  border-color: #fe5a63 !important; }
.un-transparent-bg, .un-go-signup {
  background: none;
  background-color: none;
  background-image: none; }
.un-black-bg, .un-btn-apple {
  background-color: #1d1d1c !important; }
.un-hover-blue-bg, .un-skip-login:hover, .un-skip-login:focus, .un-skip-login:active,
.un-forget-pass:hover,
.un-forget-pass:focus,
.un-forget-pass:active,
.un-reset-pass:hover,
.un-reset-pass:focus,
.un-reset-pass:active {
  background-color: #f0f8ff; }
.un-blue-border-1, .un-btn-outline-2, .un-button-outline {
  border: 1px solid var(--main-color) !important; }
.un-light-border-color, hr, .un-validated, #appointment-card-list #appointment-card-template, .k-dialog-titlebar, #un-memberList .un-memberItem {
  border-color: #e9edf2; }
.un-light-border-1, .un-icon-button, .form-control, .un-slot-selector, .un-filter-button, .un-sort-button, .un-booking-slot, .slot-radio label, .un-hosp-selector, .k-datepicker, .k-combobox,
.k-textbox, .k-datepicker:hover, .k-datepicker:focus, .k-datepicker:active,
.k-combobox:hover,
.k-combobox:focus,
.k-combobox:active,
.k-textbox:hover,
.k-textbox:focus,
.k-textbox:active, .k-dropdown-wrap, #un-cardBody #un-visitcardHeader .btn-group .menuItem, #footerMenu .col .btn-group .menuItem, #footerMenu .box-mid .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .menuItem {
  border: 1px solid #e9edf2; }
.un-icon-pack {
  background-color: url('Icons-Portal.814c8d35c4921003d2c8.svg'); }
.un-square-24, .un-google, .un-menu-toggler-m, .un-menu-close-m, .un-reports, .un-cancel, .un-reschedule {
  height: 24px;
  width: 24px; }
.un-square-32, .un-dashboard, .un-appointments, .un-visits, .un-invoices, .un-userprofile, .un-notifications, .un-login, .un-logout {
  height: 32px;
  width: 32px; }
.un-square-35, .un-filter-button, .un-filter-button:hover, .un-sort-button, .un-sort-button:hover {
  height: 35px;
  width: 35px; }
.un-radius-2, ::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb, .un-button-medium, .un-btn-primary, .un-btn-outline-2, .un-button-outline, .un-button, .un-hosp-selector, .k-datepicker, .k-combobox,
.k-textbox, .k-datepicker:hover, .k-datepicker:focus, .k-datepicker:active,
.k-combobox:hover,
.k-combobox:focus,
.k-combobox:active,
.k-textbox:hover,
.k-textbox:focus,
.k-textbox:active, #un-cardBody #user-dropdown, #journeyModel #user-dropdown {
  border-radius: var(--border-radius) !important; }
.un-radius-3, .un-icon-button, .clinic-tags, #appointment-card-list #appointment-card-template, .un-search-card, .un-search-filter, .un-filter-button, .un-sort-button, .un-booking-slot, .k-datetimepicker, #un-memberList .un-memberItem, #un-cardBody #report-wrapper {
  border-radius: var(--border-radius) !important; }
.un-radius-5, #patient-report, #report-wrapper, .un-reportsCount, .k-window {
  border-radius: var(--border-radius) !important; }
.un-radius-10 {
  border-radius: var(--border-radius) !important; }
.un-radius-30 {
  border-radius: var(--border-radius) !important; }
.un-radius-tr-3, #appointment-card-list #appointment-card-template #appointment-card-head {
  border-radius: 3px 3px 0px 0px !important; }
.un-radius-bl-3, #appointment-card-list #appointment-card-template #appointment-card-footer {
  border-radius: 0px 0px 3px 3px !important; }
.scroll-smooth, #appointment-card-list {
  scroll-behavior: unset;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
.page-wrapper > .container-fluid, .page-wrapper > .container-sm, .page-wrapper > .container-md, .page-wrapper > .container-lg, .page-wrapper > .container-xl,
.page-wrapper > .container-sm,
.page-wrapper > .container-md,
.page-wrapper > .container-lg,
.page-wrapper > .container-xl {
  padding-top: 0;
  overflow-y: scroll;
  height: calc(100vh - 110px); }
@media screen and (max-width: 1200px) {
    .page-wrapper > .container-fluid, .page-wrapper > .container-sm, .page-wrapper > .container-md, .page-wrapper > .container-lg, .page-wrapper > .container-xl,
    .page-wrapper > .container-sm,
    .page-wrapper > .container-md,
    .page-wrapper > .container-lg,
    .page-wrapper > .container-xl {
      height: calc(100vh - 300px); } }
.page-breadcrumb {
  padding: 6px 20px; }
@media (max-width: 786px) {
    .page-breadcrumb {
      margin-top: 10px; } }
.k-textbox {
  font-size: 13px;
  font-weight: 400;
  color: #495057; }
.k-popup {
  font-size: 13px !important; }
@media (max-width: 786px) {
  .breadcrumb-item a {
    display: none; } }
.un-font13 {
  font-size: 13px; }
.logo {
  height: 40px;
  width: 40px;
  padding-bottom: 3px; }
.text-logo {
  height: auto;
  width: 80px;
  padding-bottom: 3px; }
@media (max-width: 760px) {
    .text-logo {
      display: none; } }
/* .footer {
  @extend .fixed-bottom;
  @extend .w-100;
  @extend .un-font-11;
  @extend .un-white-bg;
  color: grey;
  z-index: 9999;
} */
button.navToggle.k-button-icon.k-button {
  background: none;
  padding: 0;
  border: none; }
button.navToggle.k-button-icon.k-button span.k-icon.k-i-k-icon.k-i-grid {
    font-size: 24px; }
.mr-t9, .un-confirm-title {
  margin-top: 9px; }
.un-button {
  padding: 12px 18px;
  outline: none !important;
  border: none !important;
  font-size: 13px;
  color: white;
  border-radius: 3px; }
.un-icon-button {
  outline: none;
  background-image: none; }
.un-icon-button:hover, .un-icon-button:active, .un-icon-button:focus {
    background-image: none; }
.un-button-medium {
  padding: 7px 18px;
  border: none !important; }
.form-control {
  height: 35px;
  box-shadow: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.form-control::-moz-selection {
    background: #eef9ff 0% 0% no-repeat padding-box; }
.form-control:hover, .form-control:active, .form-control::-moz-selection, .form-control:focus {
    background: #eef9ff 0% 0% no-repeat padding-box; }
.form-control:hover, .form-control:active, .form-control::selection, .form-control:focus {
    background: #eef9ff 0% 0% no-repeat padding-box; }
.un-cancelRemarks {
  min-width: 320px;
  max-width: 400px;
  min-height: 120px; }
.un-search-box {
  width: 99.5% !important;
  height: 35px !important; }
.btn-primary:hover, .un-button-medium:hover, .un-slot-selector:hover, #un-cardBody #un-visitcardHeader .btn-group .menuItem:hover, #footerMenu .col .btn-group .menuItem:hover, #footerMenu .box-mid .btn-group .menuItem:hover, #footerMenu #report-wrapper .btn-group .menuItem:hover {
  box-shadow: none !important; }
.un-btn-primary {
  border: none;
  padding: 10px; }
.un-btn-primary:active {
    background-color: blue; }
.un-btn-primary:focus {
  border: none !important;
  box-shadow: none !important; }
/* Paddings and Margins */
/* Buttons */
.un-btn-outline-2 {
  background: white;
  background-image: none;
  padding: 7px 15px; }
.un-btn-outline-2:hover, .un-btn-outline-2:active, .un-btn-outline-2:focus {
    background: var(--main-color);
    background-image: none; }
.un-button-outline {
  padding: 10px; }
.un-button {
  padding: 11px; }
.un-btn-login {
  padding: 10px;
  border: none;
  box-shadow: none; }
.un-btn-signup {
  padding: 10px;
  border: none;
  box-shadow: none; }
.un-btn-google {
  padding: 10px;
  border: 1px solid #eee;
  box-shadow: none; }
.un-btn-google:hover, .un-btn-google:focus, .un-btn-google:active {
    border-color: #e0e0e0 !important;
    box-shadow: none;
    outline: none; }
.un-btn-apple {
  padding: 10px;
  border: none; }
.un-btn-apple:hover, .un-btn-apple:focus, .un-btn-apple:active {
    border: none !important;
    box-shadow: none !important;
    outline: none !important; }
.un-go-signup {
  padding: 10px;
  border: none; }
.un-go-signup:hover, .un-go-signup:focus, .un-go-signup:active {
    border: none !important;
    box-shadow: none !important;
    outline: none !important; }
.un-skip-login,
.un-forget-pass,
.un-reset-pass {
  background: none;
  background-color: none;
  padding: 10px;
  border: none; }
.un-skip-login:hover, .un-skip-login:focus, .un-skip-login:active,
  .un-forget-pass:hover,
  .un-forget-pass:focus,
  .un-forget-pass:active,
  .un-reset-pass:hover,
  .un-reset-pass:focus,
  .un-reset-pass:active {
    border: none !important;
    box-shadow: none !important;
    outline: none !important; }
.un-reportsCount {
  height: 24px;
  background-color: #f2fff2;
  border: 1px solid #e5fde5; }
.un-appointment-cards {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }
@media (max-width: 768px) {
  .book-appointment-cards {
    display: block !important; } }
.clinic-tags {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  border-left: 2px solid var(--main-color);
  display: inline-block; }
.un-slot-selector {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s; }
.un-slot-selector:hover {
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s; }
/* Icons Starts */
.un-google {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -48px -256px;
  display: inline-block;
  margin-bottom: -11px;
  margin-right: 10px; }
.un-apple {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -72px -256px;
  height: 18px;
  width: 24px;
  display: inline-block;
  margin-bottom: -6px;
  margin-right: 10px; }
.un-menu-toggler-m {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -88px -112px;
  display: inline-block;
  margin: 25px 0px 0px 3px; }
.un-menu-close-m {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -152px -112px;
  display: inline-block;
  margin: 25px 0px 0px 3px; }
.un-nav-more {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -184px -112px;
  height: 24px;
  width: 8px;
  display: inline-block;
  margin: 25px 10px 0px 3px; }
.un-dashboard {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -8px -32px;
  display: inline-block;
  margin: 0px 0px 0px 3px; }
.un-appointments {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -48px -32px;
  display: inline-block;
  margin: 0px 0px 0px 3px; }
.un-visits {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -88px -32px;
  display: inline-block;
  margin: 0px 0px 0px 3px; }
.un-invoices {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -168px -32px;
  display: inline-block;
  margin: 0px 0px 0px 3px; }
.un-userprofile {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -208px -32px;
  display: inline-block;
  margin: 0px 0px 0px 3px; }
.un-notifications {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -48px -112px;
  display: inline-block;
  margin-top: 5px; }
.un-login {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -200px -112px;
  display: inline-block;
  margin: 0px 0px 0px 3px; }
.un-greetings {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -240.15px -112px;
  height: 24px;
  width: 21.25px;
  display: inline-block;
  margin: 0px 0px 0px 3px; }
.un-logout {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -8px -112px;
  display: inline-block;
  margin: 0px 0px 0px 3px; }
.un-reports {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -96px -344px;
  display: inline-block;
  cursor: pointer; }
.un-cancel {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -32px -344px;
  display: inline-block;
  cursor: pointer; }
.un-reschedule {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -64px -344px;
  display: inline-block;
  cursor: pointer; }
.un-print-sm {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -128px -344px;
  width: 13px;
  height: 12.08px;
  display: inline-block;
  cursor: pointer; }
.un-doctorMaleIcon {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -80px -184px;
  width: 17.93px;
  height: 20px;
  display: inline-block; }
.un-doctorFemaleIcon {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -112px -184px;
  width: 19.51px;
  height: 20px;
  display: inline-block; }
.un-nurseIcon {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -144px -184px;
  width: 17.93px;
  height: 20px;
  display: inline-block; }
.un-patientmaleIcon {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -176px -184px;
  width: 19.44px;
  height: 20px;
  display: inline-block; }
.un-patientFemaleIcon {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -208px -184px;
  width: 19.44px;
  height: 20px;
  display: inline-block; }
.un-clinicIcon {
  background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -240px -184px;
  width: 21.57px;
  height: 20px;
  display: inline-block; }
/* Icons Ends */
#appointment-card-list {
  max-height: calc(100vh - 230px);
  overflow-y: scroll;
  overflow-x: hidden; }
#appointment-card-list #appointment-card-template #appointment-card-head {
    border-bottom: 1px solid #eee; }
#appointment-card-list #appointment-card-template #appointment-card-footer {
    border-top: 1px solid #eee; }
.hide-menu {
  margin-left: 10px; }
.un-logout-text {
  margin-top: -92px;
  margin-left: 45px;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #1d1d1c; }
.un-profilename {
  margin-top: -92px;
  margin-left: 45px;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: grey; }
.app-version {
  font-size: 11px;
  font-weight: 400;
  position: fixed;
  bottom: 0; }
.sidebar-nav ul .sidebar-item {
  margin-bottom: 18px; }
.sidebar-nav ul .sidebar-item .sidebar-link.active, .sidebar-nav ul .sidebar-item .sidebar-link:hover {
  background-color: aliceblue;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
.drop-title {
  font-size: 15px;
  line-height: initial;
  height: 45px; }
.message-title {
  font-size: 13px;
  font-weight: 500; }
.un-future-app {
  display: block;
  display: -webkit-box;
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100; }
.un-search-card {
  display: block;
  display: -webkit-box;
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 100; }
.un-search-filter {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }
.un-clinic-search {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: 100% !important; }
.un-filter-button {
  background-image: none;
  box-shadow: none !important;
  margin-right: 1px; }
.un-filter-button:hover {
  background-image: none; }
.un-sort-button {
  background-image: none;
  box-shadow: none !important; }
.un-sort-button:hover {
  background-image: none; }
.un-booking-slot {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }
.un-time-slot {
  height: 65px;
  overflow-x: hidden !important;
  touch-action: auto;
  -ms-touch-action: auto;
  margin-right: 0 !important; }
.reports-notify {
  position: relative;
  top: -5px;
  right: -7px; }
.notify-count {
  width: 14px !important;
  height: 14px !important;
  background-color: orangered !important;
  right: -3px !important;
  top: 19px !important;
  font-size: 8px !important;
  text-align: center !important;
  color: white !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  padding: 1px !important; }
.journey-grid {
  max-height: calc(100vh - 180px); }
.un-availabilities {
  padding-right: 2px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }
.slot-radio {
  position: relative;
  display: block; }
.slot-radio label {
    display: block;
    border-radius: 25px;
    padding: 5px 8px;
    margin-bottom: 5px;
    cursor: pointer; }
.slot-radio input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
.slot-radio input[type="radio"]:checked + label {
      color: white !important;
      border: none; }
.un-hosp-selector {
  margin-bottom: 8px !important;
  background: none !important;
  background-image: none !important; }
.un-hosp-selector:hover {
    background: none !important;
    background-image: none !important; }
/* Bootstrap Customs */
@media (min-width: 992px) {
  .flex-45 {
    -webkit-box-flex: 0 !important;
            flex: 0 0 45% !important; } }
.un-countrycode {
  width: 30%; }
@media (min-width: 320px) {
  .un-phonenumber {
    width: 67%; } }
@media (min-width: 375px) {
  .un-phonenumber {
    width: 67.5%; } }
@media (min-width: 425px) {
  .un-phonenumber {
    width: 68%; } }
@media (min-width: 768px) {
  .un-phonenumber {
    width: 68%; } }
@media (min-width: 1024px) {
  .un-phonenumber {
    width: 68%; } }
@media (min-width: 1366px) {
  .un-phonenumber {
    width: 68%; } }
@media (min-width: 1440px) {
  .un-phonenumber {
    width: 68%; } }
@media (min-width: 1920px) {
  .un-phonenumber {
    width: 68.3%; } }
/* Bootstrap Customs */
/* Kendo Customs */
.k-dateinput .k-dateinput-wrap .k-input {
  font-size: 13px !important;
  font-weight: 400 !important;
  padding-left: 8px !important;
  background: none !important;
  background-image: none !important; }
.k-dialog-wrapper .k-dialog {
  margin: 10px; }
.k-dialog-titlebar {
  border-radius: 5px 5px 0px 0px; }
.k-overlay {
  background-color: #000000;
  opacity: 0.5; }
.k-dateinput .k-dateinput-wrap,
.k-input {
  border: none;
  box-shadow: none;
  background: none !important;
  background-image: none !important; }
.k-dateinput .k-dateinput-wrap:hover, .k-dateinput .k-dateinput-wrap:focus, .k-dateinput .k-dateinput-wrap:active,
  .k-input:hover,
  .k-input:focus,
  .k-input:active {
    border: none !important;
    box-shadow: none !important; }
.k-picker-wrap,
.k-state-default,
.k-state-focused {
  border: none !important;
  box-shadow: none !important; }
.k-datetimepicker {
  width: 100%;
  height: 35px !important; }
.k-datepicker,
.k-combobox,
.k-textbox {
  height: 35px !important; }
.k-datepicker:hover, .k-datepicker:focus, .k-datepicker:active,
  .k-combobox:hover,
  .k-combobox:focus,
  .k-combobox:active,
  .k-textbox:hover,
  .k-textbox:focus,
  .k-textbox:active {
    box-shadow: none !important; }
.k-datepicker .k-select,
.k-timepicker .k-select,
.k-datetimepicker .k-select {
  background-image: none; }
.k-button.k-state-active {
  border: none; }
.k-link:hover {
  background-image: none; }
.k-calendar {
  font-size: 12px !important; }
/* .k-calendar-infinite {
  width: 100% !important;
}

.k-calendar .k-content > table,
.k-calendar .k-calendar-content > table {
  width: 105% !important;
}
*/
.k-switch {
  font-size: 8px !important;
  width: 5rem !important;
  font-weight: 900; }
.k-combobox {
  height: 35px !important; }
.k-combobox .k-dropdown-wrap {
  border: none !important; }
.k-combobox .k-dropdown-wrap .k-input {
  height: calc(16px + 1.4285714286em) !important;
  background: none !important;
  background-image: none !important; }
.k-select {
  background-image: none !important;
  background: transparent !important; }
.k-datepicker .k-picker-wrap .k-select {
  background-image: none !important; }
.k-list .k-item {
  padding: 10px 5px;
  border-bottom: 1px solid aliceblue; }
.k-list .k-item:hover {
  background-color: aliceblue; }
.k-combobox .k-dropdown-wrap .k-clear-value,
.k-icon .k-clear-value .k-i-close {
  top: 7px; }
.k-dropdown .k-dropdown-wrap,
.k-dropdowntree .k-dropdown-wrap {
  height: 35px !important;
  background-image: none;
  background: none; }
.k-dropdown .k-dropdown-wrap .k-input,
.k-dropdowntree .k-dropdown-wrap .k-input {
  height: calc(16px + 1.4285714286em);
  padding-left: 10px !important; }
.k-dropdown .k-select {
  background-image: none !important; }
.k-grid-header {
  background: var(--main-color) !important;
  border-radius: 3px 3px 0px 0px !important;
  color: white !important;
  font-size: 13px !important; }
.k-grid {
  border: none !important; }
.k-grid-pager {
  font-size: 13px !important;
  border-radius: 0px 0px 5px 5px;
  border: none !important; }
.k-grid-norecords {
  font-size: 13px !important; }
/* Kendo Customs Ends */
/*---------------------BookAppoinment Starts----------------------------*/
.uploadScroll {
  max-height: 140px;
  overflow-y: scroll; }
/*---------------------BookAppoinment Starts----------------------------*/
/*---------------------Patient Journey Starts----------------------------*/
#remarksDialog kendo-dialog .k-dialog {
  width: 550px;
  height: 350px; }
@media (max-width: 1280px) {
    #remarksDialog kendo-dialog .k-dialog {
      width: 300px;
      height: 200px; } }
#remarksDialog #doc-remarks .text-area-content {
  height: 270px !important;
  width: 520px;
  overflow-y: scroll !important; }
@media (max-width: 1280px) {
    #remarksDialog #doc-remarks .text-area-content {
      height: 120px !important; } }
#remarks-iframe {
  /*  iframe {
    width: 100% !important;

    @media(max-width: 376px) {
      width: 300px !important;
    }
  }*/ }
#remarks-iframe .iframefa {
    height: calc(100vh - 190px) !important; }
#remarks-iframe .iframese {
    height: calc(100vh - 325px) !important; }
.normal-height {
  height: calc(100vh - 190px) !important; }
.normal-height #report-wrapper {
    height: 100%; }
.normal-height #report-wrapper .label-text {
      height: 25%; }
.normal-height-sec {
  height: calc(100vh - 160px) !important; }
.normal-height-sec #report-wrapper {
    height: 100%; }
.normal-height-sec #report-wrapper .label-text {
      height: 25%; }
/*---------------------Patient Journey Ends----------------------------*/
.differ-date input[type="text"] {
  height: 36px;
  border: solid 1px;
  border-color: lightgray;
  padding-left: 8px; }
.differ-date input[type="date"] {
  height: 36px;
  border: solid 1px;
  border-color: lightgray;
  padding-left: 8px;
  width: 100% !important; }
@media (max-width: 580px) {
  .common-pad-media {
    padding-bottom: 85px !important; } }
.check-border {
  border: 1px solid;
  border-color: gray !important; }
.icon-test-report, .icon-timer {
  font-size: 24px; }
.sidebar-link .un-icon,
.sidebar-link .hide-menu {
  color: #555555 !important; }
.sidebar-link:hover .un-icon,
.sidebar-link:hover .hide-menu {
  color: var(--main-color) !important; }
.sidebar-link.active .un-icon,
.sidebar-link.active .hide-menu {
  color: var(--main-color) !important; }
/** Media Queries **/
.left-sidebar {
  z-index: 9998;
  height: 100% !important;
  width: 200px;
  padding-top: 100px !important; }
@media (min-width: 768px) {
    .left-sidebar {
      width: 200px; } }
#mobile-logout {
  color: #555555 !important;
  padding: 12px; }
#mobile-logout a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    color: #555555 !important; }
#mobile-logout a i {
      font-style: normal;
      width: 35px;
      line-height: 25px;
      font-size: 20px;
      display: inline-block;
      text-align: center; }
#mobile-logout a i.icon.mr-2.ui-logout, #mobile-logout a i.icon.ui-logout.un-reportsCount, #mobile-logout a i.icon.ui-logout.clinic-tags, #mobile-logout a i.icon.ui-logout.un-countrycode, #mobile-logout a #un-memberList .un-memberItem i.icon.ui-logout.patient-name, #un-memberList .un-memberItem #mobile-logout a i.icon.ui-logout.patient-name {
      margin-left: 5px !important; }
#mobile-logout a span {
      font-size: 13px; }
#mobile-logout a .ui-logout + span {
      margin-left: 3px; }
#mobile-logout a .ui-login + span {
      margin-left: 8px; }
#mobile-logout a:hover {
      color: var(--main-color) !important; }
#authentication-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: top;
          align-items: top;
  -webkit-box-pack: center;
          justify-content: center;
  height: -webkit-fill-available;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none; }
#authentication-area ::-webkit-scrollbar {
    display: none; }
@media (min-width: 768px) {
    #authentication-area {
      -webkit-box-align: center;
              align-items: center; } }
#authentication-area .password-box {
    position: relative;
    display: -webkit-box;
    display: flex; }
#authentication-area .password-box #password-show-hide {
      position: absolute;
      top: 7px;
      right: 10px; }
#authentication-area .password-box #password-show-hide .k-checkbox {
        background: none;
        border: none;
        outline: none;
        width: 30px;
        height: 22px;
        outline: none;
        border: none;
        box-shadow: none;
        background-image: url('eye.f12b7fb8a8511f40f9dd.svg');
        background-size: contain;
        background-repeat: no-repeat;
        height: 10px;
        width: 20px; }
#authentication-area .password-box #password-show-hide .k-checkbox::before {
          content: "\e960";
          font-family: "icon-pack";
          font-size: 12px;
          width: 20px;
          color: #1d1d1c !important; }
#authentication-area .password-box #password-show-hide .k-checkbox:focus, #authentication-area .password-box #password-show-hide .k-checkbox:active, #authentication-area .password-box #password-show-hide .k-checkbox::-moz-selection {
          outline: none;
          border: none;
          box-shadow: none; }
#authentication-area .password-box #password-show-hide .k-checkbox:focus, #authentication-area .password-box #password-show-hide .k-checkbox:active, #authentication-area .password-box #password-show-hide .k-checkbox::selection {
          outline: none;
          border: none;
          box-shadow: none; }
#authentication-area .password-box #password-show-hide .k-checkbox:checked {
        background: none;
        border: none;
        outline: none; }
#authentication-area .password-box #password-show-hide .k-checkbox:checked::before {
          content: "\e960";
          font-family: "icon-pack";
          font-size: 12px;
          width: 20px;
          color: black; }
#illustration {
  width: 70%;
  height: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s; }
@media (max-width: 1024px) {
    #illustration {
      width: 100%; } }
#sec-1,
#sec-2 {
  padding: 20px; }
#sec-2 .un-loginCard {
  width: 340px; }
@media (min-width: 576px) {
  #un-fullCard {
    height: calc(100vh - 112px); } }
#un-memberList {
  overflow-y: scroll;
  overflow-x: hidden; }
@media (min-width: 576px) {
    #un-memberList {
      height: calc(100vh - 200px); } }
#un-memberList .un-memberItem .patient-name {
    font-weight: 500;
    font-size: 13px;
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize; }
#un-memberList .un-memberItem .ui-pencil {
    color: var(--main-color) !important;
    cursor: pointer; }
#un-memberList .un-memberItem .ui-star {
    font-size: 8px !important;
    padding: 2px;
    background: #f8992c !important;
    border-radius: 50%;
    color: white;
    height: 18px;
    width: 18px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
#un-memberList .un-memberItem .icon {
    font-size: 12px; }
#un-memberList .un-memberItem .user-action + .user-action {
    margin-left: 5px; }
.un-missed-appointment-Icon {
  font-size: 13px;
  color: orangered;
  -webkit-animation: beat 0.25s infinite alternate;
          animation: beat 0.25s infinite alternate; }
@keyframes beat {
  to {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); } }
#un-cardBody {
  letter-spacing: 0px; }
#un-cardBody #un-appcardHeader #un-cardTitle {
    white-space: nowrap; }
#un-cardBody #un-appcardHeader #previous-wrapper #previous {
    font-size: 11px;
    color: var(--main-color); }
#un-cardBody #un-appcardHeader #previous-wrapper #previous:hover {
      color: var(--main-color);
      cursor: pointer; }
#un-cardBody #un-appcardHeader #next-wrapper #next {
    font-size: 11px;
    color: var(--main-color); }
#un-cardBody #un-appcardHeader #next-wrapper #next:hover {
      color: var(--main-color);
      cursor: pointer; }
#un-cardBody #un-appointmentList {
    overflow: hidden; }
@media (min-width: 576px) {
      #un-cardBody #un-appointmentList {
        height: calc(100vh - 200px); } }
#un-cardBody #un-appointmentList:hover {
      overflow-y: scroll; }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper {
      border-left: 5px solid;
      border-radius: 8px 8px 8px 8px;
      background: #ffffff;
      box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.06); }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardHeader,
      #un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardFooter {
        background: white;
        font-size: 11px;
        height: 30px; }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardHeader {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #f0f8ff !important; }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardHeader #patient-name {
          font-weight: 600;
          text-transform: capitalize; }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardFooter {
        width: 100%;
        text-align: center;
        border-top: 1px solid #f0f8ff !important; }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #price-tag {
        padding: 3px 5px;
        border-radius: 2px;
        background: var(--main-color) !important;
        margin-left: 5px;
        color: white;
        font-size: 11px;
        letter-spacing: 0; }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody .icon {
        margin-top: 10px;
        font-size: 16px;
        color: var(--main-color) !important; }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody .point {
        margin-right: 2px; }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody,
      #un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay {
        font-size: 11px; }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #appointmentStatus,
        #un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #appointmentStatus {
          color: orange; }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #appointment-actions .ui-video-call,
        #un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #appointment-actions .ui-video-call {
          font-size: 13px;
          color: var(--main-color) !important; }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #appointment-actions .ui-video-call:hover,
          #un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #appointment-actions .ui-video-call:hover {
            -webkit-filter: brightness(95%);
                    filter: brightness(95%); }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #appointment-actions .ui-timer,
        #un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #appointment-actions .ui-timer {
          color: #f7971e !important; }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #appointment-actions .ui-timer:hover,
          #un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #appointment-actions .ui-timer:hover {
            -webkit-filter: brightness(95%);
                    filter: brightness(95%); }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #appointment-actions .ui-cancel,
        #un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #appointment-actions .ui-cancel {
          color: #ff5e62 !important; }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #appointment-actions .ui-cancel:hover,
          #un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #appointment-actions .ui-cancel:hover {
            -webkit-filter: brightness(95%);
                    filter: brightness(95%); }
#un-cardBody #un-appointmentList #un-appointmentCardWrapper #un-appointmentcardBody #appointment-actions .icon + .icon,
        #un-cardBody #un-appointmentList #un-appointmentCardWrapper #speciality-pay #appointment-actions .icon + .icon {
          margin-left: 10px; }
#un-cardBody #nomore {
    height: 100%;
    pointer-events: none; }
#dropdownSize .k-dropdown .k-dropdown-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
@media (max-width: 576px) {
  #un-cardBody #un-visitcardHeader {
    padding: 15px !important; } }
#un-cardBody #un-visitcardHeader .btn-group {
  width: 100%;
  height: 100%; }
#un-cardBody #un-visitcardHeader .btn-group .menuItem {
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    line-height: 3em; }
#un-cardBody #un-visitcardHeader .btn-group .menuItem:hover {
      -webkit-transition: ease-in-out 0.2s;
      transition: ease-in-out 0.2s; }
#un-cardBody #un-journeyList {
  overflow-x: hidden;
  max-height: calc(100vh - 300px); }
#un-cardBody #un-journeyList:hover {
    overflow-y: scroll;
    overflow-x: hidden; }
#un-cardBody #report-wrapper {
  border: none;
  outline: none; }
#un-cardBody #report-wrapper .report-frame {
    /*      height: calc(100vh - 190px);*/
    width: 100vw;
    border-radius: 5px;
    border: none;
    outline: none;
    -webkit-overflow-scrolling: touch;
    /*      @media (max-width: 576px) {
        height: calc(100vh - 270px);
      }*/ }
@media (max-width: 321px) {
      #un-cardBody #report-wrapper .report-frame {
        width: 265px;
        padding-right: 0px !important; } }
#un-cardBody #report-wrapper .report-frame-sec {
    /*      height: calc(100vh - 320px);*/
    height: 75%;
    width: 100vw;
    border-radius: 5px;
    border: none;
    outline: none;
    -webkit-overflow-scrolling: touch;
    /*      @media (max-width: 576px) {
        height: calc(100vh - 400px);
      }*/ }
@media (max-width: 1366px) {
      #un-cardBody #report-wrapper .report-frame-sec {
        height: 70%; } }
@media (max-width: 1024px) {
      #un-cardBody #report-wrapper .report-frame-sec {
        height: 80%; } }
@media (max-width: 321px) {
      #un-cardBody #report-wrapper .report-frame-sec {
        width: 265px;
        padding-right: 0px !important; } }
#journeyModel {
  width: 80vw;
  height: calc(100vh - 145px);
  left: 10px;
  z-index: 1;
  -webkit-overflow-scrolling: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  overflow: hidden;
  box-shadow: 10px -10px 55px 0px rgba(0, 0, 0, 0.1); }
#journeyModel #un-journeyList {
    overflow-x: hidden;
    height: calc(100vh - 310px); }
#footerMenu {
  height: 60px;
  z-index: 2;
  -webkit-overflow-scrolling: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none; }
#footerMenu .col, #footerMenu .box-mid, #footerMenu #report-wrapper, #footerMenu #un-cardBody #un-visitcardHeader, #un-cardBody #footerMenu #un-visitcardHeader {
    height: 100%; }
#footerMenu .col .btn-group, #footerMenu .box-mid .btn-group, #footerMenu #report-wrapper .btn-group, #footerMenu #un-cardBody #un-visitcardHeader .btn-group, #un-cardBody #footerMenu #un-visitcardHeader .btn-group {
      width: 100%;
      height: 100%; }
#footerMenu .col .btn-group .menuItem, #footerMenu .box-mid .btn-group .menuItem, #footerMenu #report-wrapper .btn-group .menuItem, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem {
        -webkit-transition: ease-in-out 0.2s;
        transition: ease-in-out 0.2s;
        line-height: 3em; }
#footerMenu .col .btn-group .menuItem:hover, #footerMenu .box-mid .btn-group .menuItem:hover, #footerMenu #report-wrapper .btn-group .menuItem:hover, #footerMenu #un-cardBody #un-visitcardHeader .btn-group .menuItem:hover, #un-cardBody #footerMenu #un-visitcardHeader .btn-group .menuItem:hover {
          -webkit-transition: ease-in-out 0.2s;
          transition: ease-in-out 0.2s; }
label.btn.menuItem:active, label.menuItem.un-button-medium:active, label.menuItem.un-btn-primary:active, label.menuItem.un-btn-outline-2:active, label.menuItem.un-button-outline:active, label.menuItem.un-button:active, label.menuItem.un-btn-login:active, label.menuItem.un-btn-signup:active, label.menuItem.un-btn-google:active, label.menuItem.un-btn-apple:active, label.menuItem.un-go-signup:active, label.menuItem.un-skip-login:active,
label.menuItem.un-forget-pass:active,
label.menuItem.un-reset-pass:active, label.menuItem.un-slot-selector:active, #un-cardBody #un-visitcardHeader .btn-group label.menuItem:active, #footerMenu .col .btn-group label.menuItem:active, #footerMenu .box-mid .btn-group label.menuItem:active, #footerMenu #report-wrapper .btn-group label.menuItem:active {
  border: none !important;
  outline: none; }
.journeyItemRadio {
  position: relative;
  display: block; }
.journeyItemRadio label {
    display: block;
    background: white;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    cursor: pointer; }
.journeyItemRadio label:after, .journeyItemRadio label:before {
      content: ""; }
.journeyItemRadio label:before {
      background: transparent;
      -webkit-transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
      transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
      z-index: 2;
      overflow: hidden;
      background-repeat: no-repeat;
      background-size: 13px;
      background-position: center;
      width: 0;
      height: 0; }
.journeyItemRadio input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.journeyItemRadio input[type="radio"]:checked + label {
      background: aliceblue;
      border-left: 6px solid var(--main-color) !important; }
.journeyItemRadio input[type="radio"]:checked + label:after {
        background: aliceblue !important; }
.journeyItemRadio input[type="radio"]:checked + label:before {
        width: 20px;
        height: 20px; }
.doctor-details {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start; }
.doctor-details .doctor-image {
    height: 100px;
    width: 90px;
    border-radius: var(--border-radius);
    border: 1px solid #eee; }
.doctor-details .doctor-title {
    width: 100%;
    color: #2e2e2e; }
.doctor-details .star-group .star {
    background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -8px -184px;
    height: 15.26px;
    width: 16px;
    display: inline-block; }
.doctor-details .star-group .star-grey {
    background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -32px -184px;
    height: 15.26px;
    width: 16px;
    display: inline-block; }
.doctor-details .star-group .star-grey:hover {
      background: url('Icons-Portal.814c8d35c4921003d2c8.svg') -8px -184px; }
.doctor-description {
  font-size: 11px;
  font-weight: 400;
  padding: 2px; }
.clinic-tags #price-tag {
  padding: 3px 10px;
  border-radius: 2px;
  background: var(--main-color) !important;
  margin-left: 5px;
  color: white; }
@media (max-width: 768px) {
  .book-appointment-cards {
    display: block !important; } }
.book-appointment-cards #upload .k-upload {
  border: none; }
.book-appointment-cards #upload .k-upload .k-dropzone {
    background: white;
    border: 1px solid #eee;
    border-radius: 5px; }
.book-appointment-cards #upload .k-upload .k-upload-button {
    background-image: none;
    background: white;
    color: var(--main-color) !important;
    height: 30px;
    font-size: 13px;
    border-radius: 3px;
    border: none; }
.book-appointment-cards #upload .k-upload .k-upload-button:hover {
      background: #f0f8ff !important; }
.topbar {
  z-index: 9999;
  box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.1); }
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
  line-height: 82px !important; }
.topbar .top-navbar .navbar-nav > .nav-item:hover {
  background-color: aliceblue; }
.navbar-header a {
  line-height: initial;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
.navbar-header a .icon {
    color: #1d1d1c !important; }
.navbar-header a .ui-bell {
    color: #f8992c !important;
    font-size: 20px; }
.navbar-header a .ui-menu {
    font-size: 20px; }
.navbar-header a .ui-close {
    font-size: 16px; }
@media (max-width: 767px) {
  #custom-nav {
    width: 104.5px; }
    #custom-nav .loginout {
      display: none !important; }
  .topbar .nav-toggler {
    padding: 0px 40px 0px 15px; }
  .dropdown-toggle {
    padding: 0px; }
  .un-notifications {
    margin-top: 0px !important; }
  .ui-calendar {
    padding: 10px;
    color: #26c6da;
    background: #e3f8fa;
    border-radius: 6px; }
  .navbar-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-right: 10px; } }
@media (max-width: 786px) {
  #breadcrum-active {
    display: none; } }
#breadcrum-active .icon {
  font-size: 8px;
  padding: 0px 6px; }
#common-alert-dialog kendo-dialog .k-dialog {
  min-width: 350px;
  max-width: 500px;
  margin: 10px;
  box-sizing: border-box;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  border-radius: 10px; }
@media (max-width: 320px) {
    #common-alert-dialog kendo-dialog .k-dialog {
      min-width: 300px;
      max-width: 320px; } }
#common-alert-dialog kendo-dialog .ui-cancel {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #b2b2b2;
  cursor: pointer;
  z-index: 1; }
#common-alert-dialog kendo-dialog .ui-cancel:hover {
    color: var(--main-color) !important; }
#common-alert-dialog kendo-dialog h2 {
  margin-bottom: 20px !important;
  font-size: 16px; }
#common-alert-dialog kendo-dialog p {
  margin-bottom: 30px !important; }
#common-alert-dialog kendo-dialog #dialog-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
#common-alert-dialog kendo-dialog #dialog-actions button {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    border: none;
    background-image: none;
    border-radius: 20px;
    padding: 8px 16px;
    min-width: 120px;
    max-width: 200px;
    color: var(--main-color) !important;
    background: #f0f8ff !important;
    text-transform: capitalize; }
#common-alert-dialog kendo-dialog #dialog-actions button:hover {
      color: white !important;
      background: var(--main-color) !important; }
#common-alert-dialog kendo-dialog #dialog-actions button + button {
    color: #1d1d1c !important;
    background: none !important;
    margin-left: 20px; }
#common-alert-dialog kendo-dialog #dialog-actions button + button:hover {
      background: #eaeaea !important; }
.block-ui-wrapper {
  background: rgba(36, 59, 84, 0.54) !important; }
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
/* The actual popup */
.popup .popuptext {
  width: 360px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  color: #555;
  text-align: left;
  border-radius: 6px;
  padding: 10px 0;
  position: absolute;
  bottom: 100%;
  margin-bottom: 55px;
  overflow: hidden; }
.reportItemRadio, .reportItemLabel {
  padding: 2px;
  margin: 2px; }
#iconSize {
  margin-bottom: 55px;
  margin-left: 330px; }
.fw-500 {
  font-weight: 500; }
.fs-5 {
  font-size: 14px; }
.k-dialog-actions {
  border-style: none; }
body {
  background-color: var(--body-bgcolor) !important; }
.form-control {
  border-radius: var(--border-radius) !important; }
li.breadcrumb-item a {
  font-weight: 500; }
.k-dropdown .k-dropdown-wrap,
.k-combobox .k-dropdown-wrap,
.k-dropdowntree .k-dropdown-wrap,
.k-dateinput .k-dateinput-wrap,
.k-dateinput .k-picker-wrap,
.k-datepicker .k-dateinput-wrap,
.k-datepicker .k-picker-wrap,
.k-datetimepicker .k-dateinput-wrap,
.k-datetimepicker .k-picker-wrap,
.k-timepicker .k-dateinput-wrap,
.k-upload .k-dropzone,
.k-timepicker .k-picker-wrap {
  border-radius: var(--border-radius) !important; }
#price-tag, span.input-group-text {
  border-radius: var(--border-radius) !important; }
.doctor-details {
  margin: 0px 0 10px 0 !important; }
/*Custom Checkbox*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 3px; }
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc; }
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--main-color); }
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block; }
/* Style the checkmark/indicator */
.checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .toast:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .toast,
.toast-container.toast-bottom-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .toast,
.toast-container.toast-bottom-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .toast.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

