﻿/* Content Area */

.content-area-header {
    display: flex;
    flex-wrap: wrap;
}

    .content-area-header .alfa-icon {
        margin-inline-end: 0.5rem;
        width: 1.375rem;
        height: 1.375rem;
    }

    .content-area-header .dx-menu-item {
        padding-inline: 0.3125rem;
    }

.content-area-page-toolbar {
    width: auto;
    /* flex: none; */
}
/*keep has*/
.content-area-toolbar-container:not(:has(#content-area-toolbar)) .content-area-page-toolbar {
    width: 100%;
}

#content-area-toolbar.dx-toolbar .dx-toolbar-before {
    padding-right: 0;
}
/*keep has*/
.content-area-page-toolbar .dx-toolbar-label:has(.view_syscap) {
    max-width: unset!important;
}

#content-area-toolbar.is-single-item .dx-toolbar-item .dx-toolbar-item-content .ca-toolbar-more::after {
    display: none;
}

.grid-stack-wrapper {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: initial;
    position: relative;
    padding-bottom: 1.25rem;
    padding-top: 0.4375rem;
}

body.dark .grid-stack-wrapper::-webkit-scrollbar-track {
    background: var(--alfa-content-item-background-color);
}

body.dark .grid-stack-wrapper::-webkit-scrollbar-thumb {
    background: var(--alfa-border-color-primary);
}

.grid-stack-wrapper.has-table-of-content {
    padding-top: 0;
}

.new-content-page-item {
    height: 1rem;
    width: 1rem;
    background: var(--alfa-primary-color);
    z-index: 200;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    inset-inline-end: 1.25rem;
    transform: translate(0,-0.4375rem);
    -webkit-animation: fadeinout 4s linear forwards;
    -webkit-animation-iteration-count: 4;
    animation: fadeinout 4s linear forwards;
    animation-iteration-count: 4;
    opacity: 1;
}

.new-content-page {
    height: 0.5rem;
    width: 0.5rem;
    background: var(--alfa-primary-color);
    z-index: 200;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    inset-inline-end: 0.375rem;
    transform: translate(0, -0.25rem);
    opacity: 1;
}

.ca-toolbar-more.is-new-content-item {
    position: relative;
}

.ca-toolbar-more.is-new-content-item::before {
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    background: var(--alfa-primary-color);
    z-index: 200;
    border-radius: 50%;
    position: absolute;
    top: 0.5rem;
    inset-inline-end: 2.625rem;
    transform: translate(0, -0.25rem);
    opacity: 1;
}


@-webkit-keyframes fadeinout {
    50% {
        opacity: 0;
    }
}

@keyframes fadeinout {
    50% {
        opacity: 0;
    }
}

.grid-stack-item .dx-toolbar-items-container {
    transition: opacity 0.2s;
}

.grid-stack-item .content-page-item-content, .grid-stack-item .content-page-item-header {
    transition: opacity 0.2s;
}

.grid-stack-item.is-not-loaded {
    pointer-events: none!important;
}

.grid-stack-item.is-not-loaded .dx-loadpanel-wrapper.dx-overlay-shader {
    display: none!important;
}

.grid-stack-item.is-resizing-loading-item .dx-loadpanel-wrapper.dx-overlay-shader {
    display: none!important;
}

.grid-stack-item.is-not-loaded > * {
    pointer-events: none!important;
}

.grid-stack-item.is-not-loaded .dx-toolbar-items-container {
    opacity: 0;
}

.grid-stack-item.is-not-loaded .content-page-item-content,
.grid-stack-item.is-not-loaded .content-page-item-header {
    opacity: .5; 
}

.grid-stack-item .spinner {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    transition: opacity 0.2s;
    display: none;
    pointer-events: none;
}

.grid-stack-item.is-not-loaded .spinner {
    display: grid;
}

.grid-stack.is-guided-view > .grid-stack-item[id*="TableOfContent"] {
    position: fixed !important;
    width: calc(33.33333% - 1.875rem) !important;
    left: unset !important;
    right: 1.25rem;
    top: 0 !important;
    box-shadow: 0px 0.5rem 1rem 0px #00000014;
    height: auto !important;
    padding-bottom: 0;
}

.grid-stack-item[id*="TableOfContent"] .ui-resizable-handle {
    display: none !important;
}

.grid-stack-item[id*="TableOfContent"] .grid-stack-item-content {
    position: relative !important;
    left: unset !important;
    right: unset !important;
    height: auto !important;
}

.grid-stack-item[id*="TableOfContent"] .content-page-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    width: 100%!important;
    background: var(--alfa-main-content-background-color);
    border: 1px solid var(--alfa-control-border-color-primary-default);
}

.table-of-content .dx-list-item {
    background: none!important;
    padding-left: 0;
    padding-right: 0;
}

.table-of-content .dx-list-item:first-child {
    padding-top: 0;
}

.table-of-content .dx-list-item:last-child {
    padding-bottom: 0;
}

.table-of-content .dx-item-content {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.table-of-content .dx-scrollview-content {
    display: flex;
    flex-flow: column;
    gap: 0.25rem;
}

.table-of-content .toc-item {
    white-space: normal;
}

.table-of-content.dx-list [role="listbox"] .dx-item.dx-state-hover .dx-item-content {
    color: var(--alfa-text-color-primary-selected);
}

.table-of-content .toc-item-error,
.table-of-content .toc-item-hint,
.table-of-content .toc-item-warning {
    font-size: 0.75rem;
    font-weight: 600;
    border: 0.125rem solid;
    border-radius: 100vh;
    display: inline-flex;
    align-items: center;
    height: 1.1875rem;
    min-width: 1.375rem;
    padding: 0 0.5rem;
    margin-top: 0.5rem;
}

.table-of-content .toc-item-empty {
    font-size: 0.75rem;
    font-weight: 600;
    color: #82858F;
}

.grid-stack.is-guided-view > .grid-stack-item .content-page-item-content.dx-scrollable .dx-scrollable-content > .dx-scrollview-content:has(.toc-item) {
    max-height: calc(100vh - 15.25rem);
}

#objView_ov-content-area.has-guided-view {
    max-height: calc(100vh - 10.9375rem);
}

.grid-stack.is-guided-view {
    display: block;
    padding-right: 33.33333%;
}

.grid-stack.is-guided-view .dx-gantt {
    height: auto;
    margin-bottom: 0.5rem;
}

.grid-stack.is-guided-view > .grid-stack-item {
    position: relative;
    width: 100%!important;
    flex: none;
}

.grid-stack.is-guided-view > .grid-stack-item:not(.ignore-auto-height) {
    height: unset;
}

.grid-stack.is-guided-view > .grid-stack-item.is-not-loaded > .grid-stack-item-content {
    min-height: 10.625rem;
}

.grid-stack.is-guided-view > .grid-stack-item {
    padding-bottom: 0.625rem;
}

.grid-stack.is-guided-view > .grid-stack-item:last-child {
    padding-bottom: 1.25rem;
}

.grid-stack.is-guided-view > .grid-stack-item > .grid-stack-item-content {
    position: relative;
    height: 100%;
    max-height: 100%;
}

.grid-stack.is-guided-view .dx-datagrid {
    max-height: 31.25rem;
}

.grid-stack.is-guided-view .dx-treelist:not(.dx-gantt .dx-treelist) {
    max-height: 31.25rem;
}

/* .grid-stack.is-guided-view > .grid-stack-item.has-table-of-content .content-page-item-content.dx-scrollable .dx-scrollable-content > .dx-scrollview-content {
    max-height: calc(100vh - 244px);
} */

.grid-stack.is-guided-view .grid-stack-item-content {
    width: 100%;
}

.grid-stack.is-guided-view .content-page-item .vphead {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding-bottom: 1rem;
}

/* .grid-stack.is-guided-view .grid-stack-item[data-preset-height="1"] > .grid-stack-item-content {
    height: calc(1 * 60px);
}

.grid-stack.is-guided-view .grid-stack-item[data-preset-height="2"] > .grid-stack-item-content {
    height: calc(2 * 60px);
}

.grid-stack.is-guided-view .grid-stack-item[data-preset-height="3"] > .grid-stack-item-content {
    height: calc(3 * 60px);
}

.grid-stack.is-guided-view .grid-stack-item[data-preset-height="4"] > .grid-stack-item-content {
    height: calc(4 * 60px);
}

.grid-stack.is-guided-view .grid-stack-item[data-preset-height="5"] > .grid-stack-item-content {
    height: calc(5 * 60px);
}

.grid-stack.is-guided-view .grid-stack-item[data-preset-height="6"] > .grid-stack-item-content {
    height: calc(6 * 60px);
}

.grid-stack.is-guided-view .grid-stack-item[data-preset-height="7"] > .grid-stack-item-content {
    height: calc(7 * 60px);
}

.grid-stack.is-guided-view .grid-stack-item[data-preset-height="8"] > .grid-stack-item-content {
    height: calc(8 * 60px);
}

.grid-stack.is-guided-view .grid-stack-item[data-preset-height="9"] > .grid-stack-item-content {
    height: calc(9 * 60px);
}

.grid-stack.is-guided-view .grid-stack-item[data-preset-height="10"] > .grid-stack-item-content {
    height: calc(10 * 60px);
} */

.grid-stack-item[id*="TableOfContent"] [role="toolbar"] {
    display: none;
}

.grid-stack-item[id*="TableOfContent"] .content-page-item-header {
    display: none;
}

.grid-stack-item .dx-toolbar-items-container .dx-menu-item {
    padding: 0;
}

.grid-stack-item .dx-toolbar-items-container .dx-menu-item-wrapper {
    height: 1.9581rem;
    width: 1.75rem;
}

.grid-stack-item .dx-menu-items-container {
    padding: 0;
    display: flex;
}

.grid-stack-item .dx-item-content.dx-menu-item-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-stack-item .dx-menu-horizontal {
    display: flex;
}

.dx-overlay-shader {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*keep has*/
.dx-multiview.dx-swipeable.dx-widget[id] .dx-overlay-shader > .dx-overlay-content:has(.dx-loadpanel-indicator) {
    transform: unset!important;
    top: unset!important;
    left: unset!important;
}

/*keep has*/
.dx-multiview.dx-swipeable.dx-widget[id] .grid-stack-item:has(.ac-adaptiveCard) .content-page-item {
    padding-right: 0;
    padding-bottom: 0;
}

.grid-stack-item .grid-stack-item-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/*keep has*/
.grid-stack-item:has(.dx-scrollable) .content-page-item::-webkit-scrollbar {
    display: none;
}

/*keep has*/
.grid-stack-item:has(.dx-scrollable) .content-page-item-footer {
    display: none;
}

/*keep has*/
.grid-stack-item:has(.dx-scrollable) .dx-toolbar .dx-toolbar-menu-container {
    padding-inline-start: 0.25rem;
}

.grid-stack-wrapper .dx-scrollable-content {
    width: 100%;
}

.grid-stack-content.is-only-child {
    height: calc(100% - 1rem)!important;
}

.grid-stack-content.is-only-child .grid-stack {
    height: 100%!important;
}

.grid-stack-content.is-only-child .grid-stack .grid-stack-item {
    height: 100%!important;
    width: 100%!important;
}

.grid-stack-content.is-only-child .grid-stack .grid-stack-item .ui-resizable-handle,
.grid-stack-content.is-only-child .grid-stack .grid-stack-item .ui-draggable-handle {
    display: none;
    pointer-events: none;
}

.grid-stack-content.is-only-child .grid-stack .grid-stack-item .content-page-item:hover .vphead {
    transform: none;
}

.grid-stack > .grid-stack-item > .ui-resizable-handle {
    pointer-events: none;
}

.grid-stack.is-draggable > .grid-stack-item > .ui-resizable-handle {
    pointer-events: all;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content.hovered-ne {
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content.hovered-nw {
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content.hovered-se {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content.hovered-sw {
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.grid-stack-item {
    max-width: 100%;
    transition: all .1s linear;
}

.grid-stack .vphead {
    margin-block: 0.5rem 0.75rem;
    margin-inline-start: 0;
    line-height: 130%;
    transition: transform 0.5s;
}

.grid-stack .content-page-item-menu {
    margin-block-start: 0.3125rem;
}

.grid-stack>.grid-stack-item>.ui-resizable-e {
    right: 0.625rem!important;
    width: 0.3125rem!important;
    height: 100%!important;
}

.grid-stack>.grid-stack-item>.ui-resizable-e:hover {
    border-right: 1px solid #CCC;
    top: 0px!important;
}

.grid-stack>.grid-stack-item>.ui-resizable-w {
    left: 0px!important;
    width: 0.3125rem!important;
    height: 100%!important;
}

.grid-stack>.grid-stack-item>.ui-resizable-w:hover {
    border-left: 1px solid #CCC;
    top: 0px!important;
}

.grid-stack > .grid-stack-item > .ui-resizable-s {
    width: calc(100% - 0.625rem);
    height: 0.3125rem!important;
    left: 0px!important;
}

.grid-stack>.grid-stack-item>.ui-resizable-s:hover {
    border-bottom: 1px solid #CCC;
}

.grid-stack > .grid-stack-item > .ui-resizable-n {
    width: calc(100% - 0.625rem);
    height: 0.3125rem!important;
    left: 0px!important;
}

.grid-stack>.grid-stack-item>.ui-resizable-n:hover {
    border-top: 1px solid #CCC;
}

.grid-stack > .grid-stack-item > .ui-resizable-ne {
    background-image: none!important;
    right: -0.3125rem!important;
    top: -0.625rem!important;
    z-index: 100!important;
}

.grid-stack > .grid-stack-item > .ui-resizable-nw {
    background-image: none!important;
    left: -0.3125rem!important;
    top: -0.625rem!important;
    z-index: 100!important;
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
    background-image: none!important;
    right: -0.3125rem!important;
    bottom: -0.625rem!important;
    z-index: 100!important;
}

.grid-stack > .grid-stack-item > .ui-resizable-sw {
    background-image: none!important;
    bottom: -0.625rem!important;
    left: -0.3125rem!important;
    z-index: 100!important;
}

[dir="rtl"] .grid-stack > .grid-stack-item > .ui-resizable-se {
    cursor: sw-resize;
    transform: rotate(-135deg);
}

[dir="rtl"]  .grid-stack > .grid-stack-item > .ui-resizable-s {
    right: unset!important;
}

[dir="rtl"]  .grid-stack > .grid-stack-item > .ui-resizable-w:hover {
    border-left: 1px solid #CCC;
    width: 0.3125rem;
}

.grid-stack.is-draggable:not(.is-not-reordable) .content-page-item:hover .vphead {
   transform: translateX(1rem);
}

.grid-stack.is-draggable:not(.is-not-reordable) .content-page-item:hover .move-trigger {
    opacity: 1;
}

.grid-stack.is-draggable.is-not-reordable .move-trigger {
    display: none;
}

.content-page-item {
    transition: border-color 0.5s;
}

.content-page-item.is-recently-added {
    border-color: var(--alfa-text-color-primary-selected);
}

.grid-stack .move-trigger {
    display: none;
    transform-origin: top left;
}

body.dark .grid-stack.is-draggable .move-trigger {
    filter: brightness(100);
}

.grid-stack.is-draggable .move-trigger {
    cursor: move;
    position: absolute;
    inset-inline-start: 0.8rem;
    inset-block-start: 1.0625rem;
    z-index: 10;
    width: 1rem;
    height: 1rem;
    color: var(--dlt-color-text-static-subtle,#36597D);
    display: block;
    transition: opacity 0.5s;
    opacity: 0;
}

.grid-stack-full-height {
    height: 100% !important;
}

.content-area svg.dxc.dxc-chart {
    margin: 0 auto;
}

.content-area .presentation-control-container {
    margin-block-end: 0;
}

.content-area-flex-line-break {
    flex-basis: 100%;
    height: 0px;
}

.draggable-source--is-dragging .content-page-item {
    background: rgba(142, 60, 247, 0.1);
    border: 0.125rem dashed var(--dlt-color-border-interactive-accent,#8E3CF7);
}

.draggable-source--is-dragging * {
    display: none;
}

.is-hidden {
    display: none !important;
}

.content-area {
    display: flex;
    flex-wrap: wrap;
    gap: unset;
    margin-inline-start: -1rem;
    margin-inline-end: -.6rem;
    margin-block-start: -1rem;
}

    .content-area .content-area-column.is-resizable {
        display: flex;
        flex-flow: column;
        padding: 1rem;
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 1;
        min-width: 16.66667%;
        transition: width .2s;
    }

        .content-area .content-area-column.is-resizable[style] {
            flex: none;
            transition: none;
        }

    .content-area .content-area-column.w-1 {
        width: 8.33333%;
        flex: none;
    }

    .content-area .content-area-column.w-2 {
        width: 16.66667%;
        flex: none;
    }

    .content-area .content-area-column.w-3 {
        width: 25%;
        flex: none;
    }

    .content-area .content-area-column.w-4 {
        width: 33.33333%;
        flex: none;
    }

    .content-area .content-area-column.w-5 {
        width: 41.66667%;
        flex: none;
    }

    .content-area .content-area-column.w-6 {
        width: 50%;
        flex: none;
    }

    .content-area .content-area-column.w-7 {
        width: 58.33333%;
        flex: none;
    }

    .content-area .content-area-column.w-8 {
        width: 66.66667%;
        flex: none;
    }

    .content-area .content-area-column.w-9 {
        width: 75%;
        flex: none;
    }

    .content-area .content-area-column.w-10 {
        width: 83.33333%;
        flex: none;
    }

    .content-area .content-area-column.w-11 {
        width: 91.66667%;
        flex: none;
    }

    .content-area .content-area-column.w-12 {
        width: 100%;
        flex: none;
    }

    .content-area .content-area-column.is-resizable .dx-resizable-handle-right {
        inset-inline-end: 1rem;
        height: calc(100% - 2rem);
        inset-block-start: 1rem;
        background: transparent;
        transition: background .2s, opacity .2s;
        opacity: .2;
    }

        .content-area .content-area-column.is-resizable .dx-resizable-handle-right:hover {
            opacity: .5;
        }

    .content-area .content-area-column.is-resizable:hover .dx-resizable-handle-right {
        background: var(--dlt-buttons-color-interactive-primary-default,var(--dlt-component-color-interactive-primary-default,var(--dlt-color-background-interactive-primary-default,var(--alfa-palette-blue-130))));
    }

    .content-area .content-area-column.is-resizable .viewpanel .dx-visibility-change-handler {
        inset-inline-start: unset !important;
    }

    .content-area .content-area-column {
        flex-grow: 1;
        flex-basis: 30%;
        width: 18.75rem;
        flex-direction: column;
        padding: 1rem;
    }

        .content-area .content-area-column.is-resizable .content-page-item.adjust-to-content {
            min-height: 10vh;
        }

.content-page-item {
    display: flex;
    flex-flow: column;
    /*box-shadow: 0px 2px 12px 2px rgba(1, 31, 61, 0.121569);*/
    padding: .5rem 1rem 0 1rem;
    position: relative;
    height: 100%;
    border: 1px solid var(--alfa-border-color-primary);
    border-radius: 0.25rem;
}

.content-page-item-backcolor {
    background-color: var(--alfa-content-item-background-color,#FFFFFF);
}

    .content-area.is-draggable .content-page-item {
        padding: 1rem 1rem 0 1rem;
    }

.content-area-toolbar-container {
    display: flex;
    margin-block: 0.25rem 0.25rem;
}

#content-area-toolbar {
    height: 2.5rem;
    background: var(--alfa-main-content-background-color);
    flex-grow: 1;
}

#content-area-toolbar.dx-toolbar .dx-toolbar-before {
    position: relative;
}

    #content-area-toolbar.dx-toolbar .dx-button {
        height: 2.5rem;
        font-size: var(--dlt-font-size-sm, 1rem);
    }

    #content-area-toolbar.dx-toolbar .dx-toolbar-before .dx-item:first-child .dx-toolbar-item-content {
        margin-inline-start: 0;
    }

    #content-area-toolbar.dx-toolbar .dx-button.dx-button-normal { 
        border-radius: 0.125rem;
        border: 1px solid var(--accent-smoke, #F2F2F2);
    }

    #content-area-toolbar .dx-button-has-text .dx-button-content {
        padding: 0.625rem 1.5rem;
        overflow: visible;
    }

.content-page-item .viewpanel {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content-page-item span[lnk]:hover {
    text-decoration: underline;
    cursor: pointer;
}

.content-page-item .dx-treelist {
    /*  height: 28vh !important;*/
}



.content-page-item-header {
    display: flex;
}

.content-page-item .vphead {
    font-size: 1rem;
    font-weight: 600;
    flex-grow: 1;
}


.content-page-item .vphead .content-page-item-caption-link {
    padding-right: 1rem;
    color: inherit !important;
}

[dir="rtl"] .content-page-item .vphead span {
    padding-right: 1.75rem;
}
.content-page-item-header span[fltimg]:empty {
    display: none;
}

.content-page-item-header span[fltimg] {
    margin-inline-end: 0.75rem;
    margin-block-start: 0.5625rem;
}

    .content-page-item-header span[fltimg] img {
        width: 1.125rem;
    }

/*.content-page-item .vpcont {
    overflow: auto;
}*/
    .content-page-item-footer {
        height: 0; /* PLAN-32277. Maybe changed again after MVP */
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        margin: 0.625rem;
    }

.content-page-item-menu {
    align-self: flex-start;
    margin-block-start: 0.5rem;
    position: relative;
    width: auto;
    background-color: transparent;
}

.content-page-item-menu .dx-toolbar-after {
    position: relative;
    padding-left: 0;
}

.content-page-item-header.is-absolute {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    z-index: 10;
    left:0px;
}
.grid-stack-rtl .grid-stack-item .content-page-item-header.is-absolute {
    position: absolute;
    top: 0.5rem;
   left: 1rem;
    z-index: 10;
    right:0px;
}

.grid-stack-rtl .grid-stack-item .dx-rtl.dx-scrollable .viewpanel {
    direction: rtl;
}
.content-page-item-content {
    width: 100%;
    height: 100%;
}

    .content-page-item-content .presentation-control-container {
        width: 100%;
        height: 100%;
    }

    .content-page-item-content .td-parent {
        padding: 0;
    }

    .content-page-item-menu .dx-menu-item {
        padding: 0;
    }

.content-page-item-menu.dx-menu-base .dx-item-content {
    padding: 0 0.1875rem;
}


/* Categorized Visual Item */
.cvi-item {
    position: relative;
}

.cvi-item .content-page-item-content .dx-scrollview-content {
    display: flex;
    flex-direction: column;
}

.cvi-item .cvi-content-container {
    display: flex;
    flex-grow: 1;
}


.cvi-item .cvi-description {
    height: 0px;
    overflow: hidden;
    flex-grow: 1;
    padding-right: 2rem;
    min-height: calc(var(--max-lines) * var(--line-height));
    display: -webkit-box;
    -webkit-line-clamp: var(--max-lines);
    -webkit-box-orient: vertical;
}

.cvi-item .cvi-image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    min-height: 1.25rem;
    min-width: 4.375rem;
    margin-right: 1.25rem;
}

.cvi-item .cvi-image i {
    height: 100%!important;
    margin-inline-end: unset!important;
    mask-position: top right!important;
}

.cvi-item .cvi-label {
    font-size: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    gap: 0.5rem;
}

    .cvi-item .cvi-label > * {
        height: 1.375rem;
        padding-top: 0!important;
        padding-bottom: 0!important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .cvi-item .cvi-label .category {
        color: var(--alfa-text-color-primary-light);
    }

    .cvi-item .cvi-label .secondary-placeholder {
        color: var(--alfa-text-color-primary);
        border: 1px solid var(--alfa-border-color-secondary);
    }

    /* Categorized Visual Item */
    .content-area-page-toolbar .dx-toolbar-after {
        position: relative;
        /*float: right;*/
    }

.content-area-page-toolbar .dx-toolbar-items-container {
    min-height: 1.625rem;
    height: 100%;
    background: var(--alfa-main-content-background-color);
    display: flex;
    justify-content: flex-end;
}

.content-area-page-toolbar .dx-toolbar-menu-container {
    margin-left: auto;
}

/* .content-area-page-toolbar.is-multiline .dx-menu-base .dx-menu-items-container {
    white-space: unset;
} */

/*TASK-46228 Improve the Business Chart Visualization-Doughnut*/
.doughnut-center-label {
    font-size: var(--dlt-font-size-xxl,1.5rem);
    font-weight: bold;
}

.dx-button-mode-contained.dx-button-default.ca-btn-sortable,
.dx-button-mode-contained.dx-button-normal.ca-btn-sortable {
    height: 2.5rem;
    font-size: var(--dlt-font-size-sm, 1rem);
    padding: 0;
    margin: 0;
}

    .dx-button-mode-contained.dx-button-normal.ca-btn-sortable.dx-state-active:not(.dx-button-has-icon,.dx-calendar-caption-button) {
        background-color: var(--dlt-color-background-static-navigation-tertiary,#F0F2F4);
    }


.ca-btn-sortable {
    overflow: visible;
}

.ca-btn-sortable:hover .dx-button-content .move-trigger {
    opacity: 1;
}

.ca-btn-sortable .dx-button-content .ca-item-selected .move-trigger {
    inset-block-start: 0.5625rem;
}

.ca-btn-sortable .dx-button-content{
    padding-top: 0.5625rem;
    padding-bottom: 0.6875rem;
}

.ca-btn-sortable .dx-button-content .move-trigger {
    cursor: move;
    position: absolute;
    inset-inline-start: 0.375rem;
    inset-block-start: 0.625rem;
    z-index: 10;
    width: 1rem;
    height: 1rem;
    color: var(--alfa-text-color-primary);
    display: block;
    transition: opacity 0.5s;
    opacity: 0;
}

/* .dx-sortable-dragging:has(.ca-btn-sortable) {
    opacity: 1!important;
}

.dx-sortable-dragging:has(.ca-btn-sortable) .dx-item-content {
    border: 0;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-radius-m, 4px);
}

.dx-sortable-dragging:has(.ca-btn-sortable) .dx-button-content {
    padding: 0!important;
}

.dx-sortable-dragging:has(.ca-btn-sortable) .move-trigger {
    opacity: 1;
}

.dx-sortable-dragging:has(.ca-btn-sortable) .dx-button {
    border: 0;
    background: var(--alfa-main-content-background-color)!important;
    height: 35px;
    color: var(--alfa-text-color-primary)!important;
}

.dx-sortable-dragging:has(.ca-btn-sortable) .dx-button.ca-item-selected {
    border: 1px solid var(--colors-border-secondary-color-border-secondary-default, #BFC1C3)!important;
    background: #fff!important;
    color: var(--alfa-text-color-primary-selected)!important;
} */

.ca-btn-sortable .dx-button-content {
    position: relative;
}

.ca-btn-sortable.dx-button-has-text .dx-button-content {
    padding: 0.625rem 1.5rem;
}

    .ca-btn-sortable.dx-button-has-text .dx-button-content .dx-icon {
        padding-inline: 0 0.5rem;
    }

    .ca-btn-sortable.dx-button-mode-contained.dx-button-default .dx-icon {
        color: var(--alfa-text-color-primary);
    }

    .ca-btn-sortable.dx-button-mode-contained.dx-button-has-icon i.dx-icon {
        font-size: 1.125rem;
    }

    .ca-btn-sortable.dx-button-has-text .dx-icon {
        margin-inline-end: 0;
    }

    .dx-toolbar .dx-toolbar-item.ca-tab-sortable {
        padding-inline-end: 0.5rem;
    }

.ac-container.ac-adaptiveCard {
    display: inline-flex!important;
    min-width: fit-content;
}

[dir="rtl"] .ac-container.ac-adaptiveCard {
    margin-right: 0.625rem !important;
}
.ac-container.ac-adaptiveCard.is-not-mounted {
    visibility: hidden;
}

.ac-container.ac-adaptiveCard .is-scalable {
    transform-origin: center left;
}

/* .ac-container .ac-textBlock {
    margin-block: 0.5rem 1.5rem;
    line-height: 130%;
    transition: transform 0.5s;
    font-weight: 500!important;
    padding-right: 1rem;
} */

/* .grid-stack-item .content-page-item:hover .ac-textBlock[role="heading"] {
    transform: translateX(1rem);
} */

#content-area-toolbar .dx-toolbar-items-container .dx-toolbar-item .dx-button.ca-item-selected .dx-button-text,
#content-area-toolbar .dx-toolbar-items-container .dx-toolbar-item .dx-button.ca-item-selected .dx-icon:before {
    color: var(--alfa-text-color-primary-selected);
}

#content-area-toolbar .dx-toolbar-items-container .dx-toolbar-item .dx-dropdownbutton .dx-button.dx-state-focused .dx-button-text,
#content-area-toolbar .dx-toolbar-items-container .dx-toolbar-item .dx-dropdownbutton .dx-button.dx-state-focused .dx-icon:before {
    color: var(--alfa-text-color-primary-selected);
}

#content-area-toolbar .dx-toolbar-items-container .dx-toolbar-item .dx-button.ca-item-selected {
    border-radius: var(--radius-radius-m, 0.25rem);
    border: 1px solid var(--alfa-control-border-color-primary-default);
    background: var(--alfa-forms-color-background-input-default);
}
#content-area-toolbar .dx-toolbar-items-container .dx-toolbar-item .dx-button {
    border: 0px solid var(--colors-border-secondary-color-border-secondary-default, #BFC1C3);
    background:unset;
}
    #content-area-toolbar .dx-toolbar-items-container .dx-toolbar-item .dx-button .dx-button-text {
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.5rem;
        color: var(--alfa-text-color-primary);
        /*padding-inline: 24px;*/
    }

#content-area-toolbar .dx-button-mode-contained.dx-button-default {
    background: none;
}

/*keep has*/
#content-area-toolbar .dx-toolbar-item:has(.ca-toolbar-more) {
    position: relative;
}

#content-area-toolbar .dx-toolbar-item .dx-toolbar-item-content .ca-toolbar-more::after {
    content: "";
    background: var(--colors-border-secondary-color-border-secondary-default, #BFC1C3);
    left: 0px;
    top: 0.625rem;
    bottom: 0.625rem;
    width: 1px;
    position: absolute;
}
.ca-cp-prompt {
    display: flex;
    padding: 0.3125rem;
    column-gap: 1rem;
    background: #FFFFFF;
    box-shadow: 0px 0.125rem 0px 0px #BFC1C3;
    border-radius: 0.25rem;
    margin-block-end: 0.625rem;
    font-size: var(--dlt-font-size-xxs,0.75rem);
    /*height: 2em;*/
    /*background-color: #ffbbf9;*/
}
    .ca-cp-prompt span.prompt {
        /*display: inline-block;*/
        /*margin: 0em 1em;  */      
    }
    .ca-cp-prompt span.act_btn {
        white-space: nowrap;
       /* display: inline-block;*/
       /* margin: 0em 4em;*/
        cursor: pointer;
        color: var(--alfa-text-color-primary-selected);
    }
.ca-cp-text {
    display: flex;
    flex-direction: column;
    gap: .25rem;    
}
.act_btn-group {
    display: flex;
    column-gap: 1rem;
}
.dx-gantt-task-edit-wrapper {
    display: none !important;
}

span[fltimg] i {
    cursor: pointer;
}
.po_toolbar.content-page-item-menu .dx-button-mode-contained[aria-label="overflow"] .dx-icon,
.po_toolbar.content-page-item-menu .dx-menu .dx-menu-item-content {
    color: var(--alfa-text-color-primary, #292F36);
}

.po_toolbar.content-page-item-menu .dx-menu .dx-menu-horizontal .dx-menu-item .dx-menu-item-content .svg-icon {
    background: var(--alfa-text-color-primary, #292F36);
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
}

.po_toolbar.content-page-item-menu .dx-menu .dx-menu-horizontal .dx-menu-item.dx-state-hover .dx-menu-item-content .svg-icon {
    background: var(--alfa-text-color-primary-selected);
}

#content-area-page-toolbar.po_toolbar .dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
    overflow: hidden;
    display: inline-block;
    max-width: 12.5rem;
}

#content-area-page-toolbar.po_toolbar .dx-menu-horizontal .dx-menu-separator {
    display: none;
}
/* #content-area-page-toolbar.po_toolbar .dx-menu-base .dx-menu-item .dx-menu-item-content:not(:has(.dx-icon)) .dx-menu-item-text {
    padding: 0;
} */

#content-area-page-toolbar.po_toolbar .dx-toolbar-menu-container {
    vertical-align: top;
}

#content-area-page-toolbar.po_toolbar .dx-toolbar-menu-container .dx-button-content {
    margin-top: 0.375rem;
}

/* #content-area-page-toolbar.po_toolbar .dx-menu .dx-item {
    white-space: normal;
}

#content-area-page-toolbar.po_toolbar .dx-menu-base .dx-menu-item .dx-menu-item-content {
    white-space: normal;
}

#content-area-page-toolbar.po_toolbar .dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
    white-space: normal;
}




 */

.spinner {
    width: 1rem;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background:
      linear-gradient(0deg ,rgb(0 0 0/50%) 30%,#0000 0 70%,rgb(0 0 0/100%) 0) 50%/8% 100%,
      linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75% ) 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: spinner 1s infinite steps(12);
  }
  .spinner::before,
  .spinner::after {
     content: "";
     grid-area: 1/1;
     border-radius: 50%;
     background: inherit;
     opacity: 0.915;
     transform: rotate(30deg);
  }
  .spinner::after {
     opacity: 0.83;
     transform: rotate(60deg);
  }
  @keyframes spinner {
    100% {transform: rotate(1turn)}
  }

body.dark .spinner {
    filter: invert(1);
}

.grid-stack {
	position: relative
}

/* grid-stack css styles */

.grid-stack-rtl {
	direction: ltr
}

.grid-stack-rtl>.grid-stack-item {
	direction: rtl
}

.grid-stack-placeholder>.placeholder-content {
	background-color: rgba(0, 0, 0, .05);
	margin: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0 !important
}

.grid-stack>.grid-stack-item {
	position: absolute;
	padding: 0;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content {
	margin: 0;
	position: absolute;
	width: calc(100% - 0.625rem);
	overflow-x: hidden;
	overflow-y: auto
}

.grid-stack>.grid-stack-item.size-to-content:not(.size-to-content-max)>.grid-stack-item-content {
	overflow-y: hidden
}

.grid-stack-item>.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}

.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,
.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle {
	display: none
}

.grid-stack-item>.ui-resizable-ne,
.grid-stack-item>.ui-resizable-nw,
.grid-stack-item>.ui-resizable-se,
.grid-stack-item>.ui-resizable-sw {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');
	background-repeat: no-repeat;
	background-position: center
}

.grid-stack-item>.ui-resizable-ne {
	transform: rotate(45deg)
}

.grid-stack-item>.ui-resizable-sw {
	transform: rotate(45deg)
}

.grid-stack-item>.ui-resizable-nw {
	transform: rotate(-45deg)
}

.grid-stack-item>.ui-resizable-se {
	transform: rotate(-45deg)
}

.grid-stack-item>.ui-resizable-nw {
	cursor: nw-resize;
	width: 1.25rem;
	height: 1.25rem;
	top: 0
}

.grid-stack-item>.ui-resizable-n {
	cursor: n-resize;
	height: 0.625rem;
	top: 0;
	left: 1.5625rem;
	right: 1.5625rem
}

.grid-stack-item>.ui-resizable-ne {
	cursor: ne-resize;
	width: 1.25rem;
	height: 1.25rem;
	top: 0
}

.grid-stack-item>.ui-resizable-e {
	cursor: e-resize;
	width: 0.625rem;
	top: 0.9375rem;
	bottom: 0.9375rem
}

.grid-stack-item>.ui-resizable-se {
	cursor: se-resize;
	width: 1.25rem;
	height: 1.25rem
}

.grid-stack-item>.ui-resizable-s {
	cursor: s-resize;
	height: 0.625rem;
	left: 1.5625rem;
	bottom: 0;
	right: 1.5625rem
}

.grid-stack-item>.ui-resizable-sw {
	cursor: sw-resize;
	width: 1.25rem;
	height: 1.25rem
}

.grid-stack-item>.ui-resizable-w {
	cursor: w-resize;
	width: 0.625rem;
	top: 0.9375rem;
	bottom: 0.9375rem
}

.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle {
	display: none !important
}

.grid-stack-item.ui-draggable-dragging {
	will-change: left, top;
	cursor: move
}

.grid-stack-item.ui-resizable-resizing {
	will-change: width, height
}

.ui-draggable-dragging,
.ui-resizable-resizing {
	z-index: 10000
}

.ui-draggable-dragging>.grid-stack-item-content,
.ui-resizable-resizing>.grid-stack-item-content {
	box-shadow: 1px 0.25rem 0.375rem rgba(0, 0, 0, .2);
	opacity: .8
}

.grid-stack-animate,
.grid-stack-animate .grid-stack-item {
	transition: left .3s, top .3s, height .3s, width .3s
}

.grid-stack-animate .grid-stack-item.grid-stack-placeholder,
.grid-stack-animate .grid-stack-item.ui-draggable-dragging,
.grid-stack-animate .grid-stack-item.ui-resizable-resizing {
	transition: left 0s, top 0s, height 0s, width 0s
}

.grid-stack>.grid-stack-item[gs-y="0"] {
	top: 0
}

.grid-stack>.grid-stack-item[gs-x="0"] {
	left: 0
}

.gs-12>.grid-stack-item {
	width: 8.333%
}

.gs-12>.grid-stack-item[gs-x="1"] {
	left: 8.333%
}

.gs-12>.grid-stack-item[gs-w="2"] {
	width: 16.667%
}

.gs-12>.grid-stack-item[gs-x="2"] {
	left: 16.667%
}

.gs-12>.grid-stack-item[gs-w="3"] {
	width: 25%
}

.gs-12>.grid-stack-item[gs-x="3"] {
	left: 25%
}

.gs-12>.grid-stack-item[gs-w="4"] {
	width: 33.333%
}

.gs-12>.grid-stack-item[gs-x="4"] {
	left: 33.333%
}

.gs-12>.grid-stack-item[gs-w="5"] {
	width: 41.667%
}

.gs-12>.grid-stack-item[gs-x="5"] {
	left: 41.667%
}

.gs-12>.grid-stack-item[gs-w="6"] {
	width: 50%
}

.gs-12>.grid-stack-item[gs-x="6"] {
	left: 50%
}

.gs-12>.grid-stack-item[gs-w="7"] {
	width: 58.333%
}

.gs-12>.grid-stack-item[gs-x="7"] {
	left: 58.333%
}

.gs-12>.grid-stack-item[gs-w="8"] {
	width: 66.667%
}

.gs-12>.grid-stack-item[gs-x="8"] {
	left: 66.667%
}

.gs-12>.grid-stack-item[gs-w="9"] {
	width: 75%
}

.gs-12>.grid-stack-item[gs-x="9"] {
	left: 75%
}

.gs-12>.grid-stack-item[gs-w="10"] {
	width: 83.333%
}

.gs-12>.grid-stack-item[gs-x="10"] {
	left: 83.333%
}

.gs-12>.grid-stack-item[gs-w="11"] {
	width: 91.667%
}

.gs-12>.grid-stack-item[gs-x="11"] {
	left: 91.667%
}

.gs-12>.grid-stack-item[gs-w="12"] {
	width: 100%
}

.gs-1>.grid-stack-item {
	width: 100%
}

.grid-stack-content,
.grid-stack {
height: 100%;
}
.grid-stack>.grid-stack-item[gs-w='1'] {
	width: 8.3333333333%;
}

.grid-stack>.grid-stack-item[gs-x='1'] {
	left: 8.3333333333%;
}

.grid-stack>.grid-stack-item[data-gs-min-width='1'] {
	min-width: 8.3333333333%;
}

.grid-stack>.grid-stack-item[data-gs-max-width='1'] {
	max-width: 8.3333333333%;
}

.grid-stack>.grid-stack-item[gs-w='2'] {
	width: 16.6666666667%;
}

.grid-stack>.grid-stack-item[gs-x='2'] {
	left: 16.6666666667%;
}

.grid-stack>.grid-stack-item[data-gs-min-width='2'] {
	min-width: 16.6666666667%;
}

.grid-stack>.grid-stack-item[data-gs-max-width='2'] {
	max-width: 16.6666666667%;
}

.grid-stack>.grid-stack-item[gs-w='3'] {
	width: 25%;
}

.grid-stack>.grid-stack-item[gs-x='3'] {
	left: 25%;
}

.grid-stack>.grid-stack-item[data-gs-min-width='3'] {
	min-width: 25%;
}

.grid-stack>.grid-stack-item[data-gs-max-width='3'] {
	max-width: 25%;
}

.grid-stack>.grid-stack-item[gs-w='4'] {
	width: 33.3333333333%;
}

.grid-stack>.grid-stack-item[gs-x='4'] {
	left: 33.3333333333%;
}

.grid-stack>.grid-stack-item[data-gs-min-width='4'] {
	min-width: 33.3333333333%;
}

.grid-stack>.grid-stack-item[data-gs-max-width='4'] {
	max-width: 33.3333333333%;
}

.grid-stack>.grid-stack-item[gs-w='5'] {
	width: 41.6666666667%;
}

.grid-stack>.grid-stack-item[gs-x='5'] {
	left: 41.6666666667%;
}

.grid-stack>.grid-stack-item[data-gs-min-width='5'] {
	min-width: 41.6666666667%;
}

.grid-stack>.grid-stack-item[data-gs-max-width='5'] {
	max-width: 41.6666666667%;
}

.grid-stack>.grid-stack-item[gs-w='6'] {
	width: 50%;
}

.grid-stack>.grid-stack-item[gs-x='6'] {
	left: 50%;
}

.grid-stack>.grid-stack-item[data-gs-min-width='6'] {
	min-width: 50%;
}

.grid-stack>.grid-stack-item[data-gs-max-width='6'] {
	max-width: 50%;
}

.grid-stack>.grid-stack-item[gs-w='7'] {
	width: 58.3333333333%;
}

.grid-stack>.grid-stack-item[gs-x='7'] {
	left: 58.3333333333%;
}

.grid-stack>.grid-stack-item[data-gs-min-width='7'] {
	min-width: 58.3333333333%;
}

.grid-stack>.grid-stack-item[data-gs-max-width='7'] {
	max-width: 58.3333333333%;
}

.grid-stack>.grid-stack-item[gs-w='8'] {
	width: 66.6666666667%;
}

.grid-stack>.grid-stack-item[gs-x='8'] {
	left: 66.6666666667%;
}

.grid-stack>.grid-stack-item[data-gs-min-width='8'] {
	min-width: 66.6666666667%;
}

.grid-stack>.grid-stack-item[data-gs-max-width='8'] {
	max-width: 66.6666666667%;
}

.grid-stack>.grid-stack-item[gs-w='9'] {
	width: 75%;
}

.grid-stack>.grid-stack-item[gs-x='9'] {
	left: 75%;
}

.grid-stack>.grid-stack-item[data-gs-min-width='9'] {
	min-width: 75%;
}

.grid-stack>.grid-stack-item[data-gs-max-width='9'] {
	max-width: 75%;
}

.grid-stack>.grid-stack-item[gs-w='10'] {
	width: 83.3333333333%;
}

.grid-stack>.grid-stack-item[gs-x='10'] {
	left: 83.3333333333%;
}

.grid-stack>.grid-stack-item[data-gs-min-width='10'] {
	min-width: 83.3333333333%;
}

.grid-stack>.grid-stack-item[data-gs-max-width='10'] {
	max-width: 83.3333333333%;
}

.grid-stack>.grid-stack-item[gs-w='11'] {
	width: 91.6666666667%;
}

.grid-stack>.grid-stack-item[gs-x='11'] {
	left: 91.6666666667%;
}

.grid-stack>.grid-stack-item[data-gs-min-width='11'] {
	min-width: 91.6666666667%;
}

.grid-stack>.grid-stack-item[data-gs-max-width='11'] {
	max-width: 91.6666666667%;
}

.grid-stack>.grid-stack-item[gs-w='12'] {
	width: 100%;
}

.grid-stack>.grid-stack-item[gs-x='12'] {
	left: 100%;
}

.grid-stack>.grid-stack-item[data-gs-min-width='12'] {
	min-width: 100%;
}

.grid-stack>.grid-stack-item[data-gs-max-width='12'] {
	max-width: 100%;
}

.grid-stack > .grid-stack-item { min-height: 3.125rem }

.grid-stack > .grid-stack-item[gs-h="1"] { height: 3.125rem }

.grid-stack > .grid-stack-item[gs-h="2"] { height: 6.875rem }

.grid-stack > .grid-stack-item[gs-h="3"] { height: 10.625rem }

.grid-stack > .grid-stack-item[gs-h="4"] { height: 14.375rem }

.grid-stack > .grid-stack-item[gs-h="5"] { height: 18.125rem }

.grid-stack > .grid-stack-item[gs-h="6"] { height: 21.875rem }

.grid-stack > .grid-stack-item[gs-h="7"] { height: 25.625rem }

.grid-stack > .grid-stack-item[gs-h="8"] { height: 29.375rem }

.grid-stack > .grid-stack-item[gs-h="9"] { height: 33.125rem }

.grid-stack > .grid-stack-item[gs-h="10"] { height: 36.875rem }

.grid-stack > .grid-stack-item[gs-h="11"] { height: 40.625rem }

.grid-stack > .grid-stack-item[gs-h="12"] { height: 44.375rem }

.grid-stack > .grid-stack-item[gs-h="13"] { height: 48.125rem }

.grid-stack > .grid-stack-item[gs-h="14"] { height: 51.875rem }

.grid-stack > .grid-stack-item[gs-h="15"] { height: 55.625rem }

.grid-stack > .grid-stack-item[gs-h="16"] { height: 59.375rem }

.grid-stack > .grid-stack-item[gs-h="17"] { height: 63.125rem }

.grid-stack > .grid-stack-item[gs-h="18"] { height: 66.875rem }

.grid-stack > .grid-stack-item[gs-h="19"] { height: 70.625rem }

.grid-stack > .grid-stack-item[gs-h="20"] { height: 74.375rem }

.grid-stack > .grid-stack-item[gs-h="21"] { height: 78.125rem }

.grid-stack > .grid-stack-item[gs-h="22"] { height: 81.875rem }

.grid-stack > .grid-stack-item[gs-h="23"] { height: 85.625rem }

.grid-stack > .grid-stack-item[gs-h="24"] { height: 89.375rem }

.grid-stack > .grid-stack-item[gs-h="25"] { height: 93.125rem }

.grid-stack > .grid-stack-item[gs-h="26"] { height: 96.875rem }

.grid-stack > .grid-stack-item[gs-h="27"] { height: 100.625rem }

.grid-stack > .grid-stack-item[gs-h="28"] { height: 104.375rem }

.grid-stack > .grid-stack-item[gs-h="29"] { height: 108.125rem }

.grid-stack > .grid-stack-item[gs-h="30"] { height: 111.875rem }

.grid-stack > .grid-stack-item[gs-h="31"] { height: 115.625rem }

.grid-stack > .grid-stack-item[gs-h="32"] { height: 119.375rem }

.grid-stack > .grid-stack-item[gs-h="33"] { height: 123.125rem }

.grid-stack > .grid-stack-item[gs-h="34"] { height: 126.875rem }

.grid-stack > .grid-stack-item[gs-h="35"] { height: 130.625rem }

.grid-stack > .grid-stack-item[gs-h="36"] { height: 134.375rem }

.grid-stack > .grid-stack-item[gs-h="37"] { height: 138.125rem }

.grid-stack > .grid-stack-item[gs-h="38"] { height: 141.875rem }

.grid-stack > .grid-stack-item[gs-h="39"] { height: 145.625rem }

.grid-stack > .grid-stack-item[gs-h="40"] { height: 149.375rem }

.grid-stack > .grid-stack-item[gs-h="41"] { height: 153.125rem }

.grid-stack > .grid-stack-item[gs-h="42"] { height: 156.875rem }

.grid-stack > .grid-stack-item[gs-h="43"] { height: 160.625rem }

.grid-stack > .grid-stack-item[gs-h="44"] { height: 164.375rem }

.grid-stack > .grid-stack-item[gs-h="45"] { height: 168.125rem }

.grid-stack > .grid-stack-item[gs-h="46"] { height: 171.875rem }

.grid-stack > .grid-stack-item[gs-h="47"] { height: 175.625rem }

.grid-stack > .grid-stack-item[gs-h="48"] { height: 179.375rem }

.grid-stack > .grid-stack-item[gs-h="49"] { height: 183.125rem }

.grid-stack > .grid-stack-item[gs-h="50"] { height: 186.875rem }

.grid-stack > .grid-stack-item[data-gs-min-height="1"] { min-height: 3.125rem }

.grid-stack > .grid-stack-item[data-gs-min-height="2"] { min-height: 6.875rem }

.grid-stack > .grid-stack-item[data-gs-min-height="3"] { min-height: 10.625rem }

.grid-stack > .grid-stack-item[data-gs-min-height="4"] { min-height: 14.375rem }

.grid-stack > .grid-stack-item[data-gs-min-height="5"] { min-height: 18.125rem }

.grid-stack > .grid-stack-item[data-gs-min-height="6"] { min-height: 21.875rem }

.grid-stack > .grid-stack-item[data-gs-min-height="7"] { min-height: 25.625rem }

.grid-stack > .grid-stack-item[data-gs-min-height="8"] { min-height: 29.375rem }

.grid-stack > .grid-stack-item[data-gs-min-height="9"] { min-height: 33.125rem }

.grid-stack > .grid-stack-item[data-gs-min-height="10"] { min-height: 36.875rem }

.grid-stack > .grid-stack-item[data-gs-min-height="11"] { min-height: 40.625rem }

.grid-stack > .grid-stack-item[data-gs-min-height="12"] { min-height: 44.375rem }

.grid-stack > .grid-stack-item[data-gs-min-height="13"] { min-height: 48.125rem }

.grid-stack > .grid-stack-item[data-gs-min-height="14"] { min-height: 51.875rem }

.grid-stack > .grid-stack-item[data-gs-min-height="15"] { min-height: 55.625rem }

.grid-stack > .grid-stack-item[data-gs-min-height="16"] { min-height: 59.375rem }

.grid-stack > .grid-stack-item[data-gs-min-height="17"] { min-height: 63.125rem }

.grid-stack > .grid-stack-item[data-gs-min-height="18"] { min-height: 66.875rem }

.grid-stack > .grid-stack-item[data-gs-min-height="19"] { min-height: 70.625rem }

.grid-stack > .grid-stack-item[data-gs-min-height="20"] { min-height: 74.375rem }

.grid-stack > .grid-stack-item[data-gs-min-height="21"] { min-height: 78.125rem }

.grid-stack > .grid-stack-item[data-gs-min-height="22"] { min-height: 81.875rem }

.grid-stack > .grid-stack-item[data-gs-min-height="23"] { min-height: 85.625rem }

.grid-stack > .grid-stack-item[data-gs-min-height="24"] { min-height: 89.375rem }

.grid-stack > .grid-stack-item[data-gs-min-height="25"] { min-height: 93.125rem }

.grid-stack > .grid-stack-item[data-gs-min-height="26"] { min-height: 96.875rem }

.grid-stack > .grid-stack-item[data-gs-min-height="27"] { min-height: 100.625rem }

.grid-stack > .grid-stack-item[data-gs-min-height="28"] { min-height: 104.375rem }

.grid-stack > .grid-stack-item[data-gs-min-height="29"] { min-height: 108.125rem }

.grid-stack > .grid-stack-item[data-gs-min-height="30"] { min-height: 111.875rem }

.grid-stack > .grid-stack-item[data-gs-min-height="31"] { min-height: 115.625rem }

.grid-stack > .grid-stack-item[data-gs-min-height="32"] { min-height: 119.375rem }

.grid-stack > .grid-stack-item[data-gs-min-height="33"] { min-height: 123.125rem }

.grid-stack > .grid-stack-item[data-gs-min-height="34"] { min-height: 126.875rem }

.grid-stack > .grid-stack-item[data-gs-min-height="35"] { min-height: 130.625rem }

.grid-stack > .grid-stack-item[data-gs-min-height="36"] { min-height: 134.375rem }

.grid-stack > .grid-stack-item[data-gs-min-height="37"] { min-height: 138.125rem }

.grid-stack > .grid-stack-item[data-gs-min-height="38"] { min-height: 141.875rem }

.grid-stack > .grid-stack-item[data-gs-min-height="39"] { min-height: 145.625rem }

.grid-stack > .grid-stack-item[data-gs-min-height="40"] { min-height: 149.375rem }

.grid-stack > .grid-stack-item[data-gs-min-height="41"] { min-height: 153.125rem }

.grid-stack > .grid-stack-item[data-gs-min-height="42"] { min-height: 156.875rem }

.grid-stack > .grid-stack-item[data-gs-min-height="43"] { min-height: 160.625rem }

.grid-stack > .grid-stack-item[data-gs-min-height="44"] { min-height: 164.375rem }

.grid-stack > .grid-stack-item[data-gs-min-height="45"] { min-height: 168.125rem }

.grid-stack > .grid-stack-item[data-gs-min-height="46"] { min-height: 171.875rem }

.grid-stack > .grid-stack-item[data-gs-min-height="47"] { min-height: 175.625rem }

.grid-stack > .grid-stack-item[data-gs-min-height="48"] { min-height: 179.375rem }

.grid-stack > .grid-stack-item[data-gs-min-height="49"] { min-height: 183.125rem }

.grid-stack > .grid-stack-item[data-gs-min-height="50"] { min-height: 186.875rem }

.grid-stack > .grid-stack-item[data-gs-max-height="1"] { max-height: 3.125rem }

.grid-stack > .grid-stack-item[data-gs-max-height="2"] { max-height: 6.875rem }

.grid-stack > .grid-stack-item[data-gs-max-height="3"] { max-height: 10.625rem }

.grid-stack > .grid-stack-item[data-gs-max-height="4"] { max-height: 14.375rem }

.grid-stack > .grid-stack-item[data-gs-max-height="5"] { max-height: 18.125rem }

.grid-stack > .grid-stack-item[data-gs-max-height="6"] { max-height: 21.875rem }

.grid-stack > .grid-stack-item[data-gs-max-height="7"] { max-height: 25.625rem }

.grid-stack > .grid-stack-item[data-gs-max-height="8"] { max-height: 29.375rem }

.grid-stack > .grid-stack-item[data-gs-max-height="9"] { max-height: 33.125rem }

.grid-stack > .grid-stack-item[data-gs-max-height="10"] { max-height: 36.875rem }

.grid-stack > .grid-stack-item[data-gs-max-height="11"] { max-height: 40.625rem }

.grid-stack > .grid-stack-item[data-gs-max-height="12"] { max-height: 44.375rem }

.grid-stack > .grid-stack-item[data-gs-max-height="13"] { max-height: 48.125rem }

.grid-stack > .grid-stack-item[data-gs-max-height="14"] { max-height: 51.875rem }

.grid-stack > .grid-stack-item[data-gs-max-height="15"] { max-height: 55.625rem }

.grid-stack > .grid-stack-item[data-gs-max-height="16"] { max-height: 59.375rem }

.grid-stack > .grid-stack-item[data-gs-max-height="17"] { max-height: 63.125rem }

.grid-stack > .grid-stack-item[data-gs-max-height="18"] { max-height: 66.875rem }

.grid-stack > .grid-stack-item[data-gs-max-height="19"] { max-height: 70.625rem }

.grid-stack > .grid-stack-item[data-gs-max-height="20"] { max-height: 74.375rem }

.grid-stack > .grid-stack-item[data-gs-max-height="21"] { max-height: 78.125rem }

.grid-stack > .grid-stack-item[data-gs-max-height="22"] { max-height: 81.875rem }

.grid-stack > .grid-stack-item[data-gs-max-height="23"] { max-height: 85.625rem }

.grid-stack > .grid-stack-item[data-gs-max-height="24"] { max-height: 89.375rem }

.grid-stack > .grid-stack-item[data-gs-max-height="25"] { max-height: 93.125rem }

.grid-stack > .grid-stack-item[data-gs-max-height="26"] { max-height: 96.875rem }

.grid-stack > .grid-stack-item[data-gs-max-height="27"] { max-height: 100.625rem }

.grid-stack > .grid-stack-item[data-gs-max-height="28"] { max-height: 104.375rem }

.grid-stack > .grid-stack-item[data-gs-max-height="29"] { max-height: 108.125rem }

.grid-stack > .grid-stack-item[data-gs-max-height="30"] { max-height: 111.875rem }

.grid-stack > .grid-stack-item[data-gs-max-height="31"] { max-height: 115.625rem }

.grid-stack > .grid-stack-item[data-gs-max-height="32"] { max-height: 119.375rem }

.grid-stack > .grid-stack-item[data-gs-max-height="33"] { max-height: 123.125rem }

.grid-stack > .grid-stack-item[data-gs-max-height="34"] { max-height: 126.875rem }

.grid-stack > .grid-stack-item[data-gs-max-height="35"] { max-height: 130.625rem }

.grid-stack > .grid-stack-item[data-gs-max-height="36"] { max-height: 134.375rem }

.grid-stack > .grid-stack-item[data-gs-max-height="37"] { max-height: 138.125rem }

.grid-stack > .grid-stack-item[data-gs-max-height="38"] { max-height: 141.875rem }

.grid-stack > .grid-stack-item[data-gs-max-height="39"] { max-height: 145.625rem }

.grid-stack > .grid-stack-item[data-gs-max-height="40"] { max-height: 149.375rem }

.grid-stack > .grid-stack-item[data-gs-max-height="41"] { max-height: 153.125rem }

.grid-stack > .grid-stack-item[data-gs-max-height="42"] { max-height: 156.875rem }

.grid-stack > .grid-stack-item[data-gs-max-height="43"] { max-height: 160.625rem }

.grid-stack > .grid-stack-item[data-gs-max-height="44"] { max-height: 164.375rem }

.grid-stack > .grid-stack-item[data-gs-max-height="45"] { max-height: 168.125rem }

.grid-stack > .grid-stack-item[data-gs-max-height="46"] { max-height: 171.875rem }

.grid-stack > .grid-stack-item[data-gs-max-height="47"] { max-height: 175.625rem }

.grid-stack > .grid-stack-item[data-gs-max-height="48"] { max-height: 179.375rem }

.grid-stack > .grid-stack-item[data-gs-max-height="49"] { max-height: 183.125rem }

.grid-stack > .grid-stack-item[data-gs-max-height="50"] { max-height: 186.875rem }

.grid-stack > .grid-stack-item[gs-y="0"] { top: 0px }

.grid-stack > .grid-stack-item[gs-y="1"] { top: 3.75rem }

.grid-stack > .grid-stack-item[gs-y="2"] { top: 7.5rem }

.grid-stack > .grid-stack-item[gs-y="3"] { top: 11.25rem }

.grid-stack > .grid-stack-item[gs-y="4"] { top: 15rem }

.grid-stack > .grid-stack-item[gs-y="5"] { top: 18.75rem }

.grid-stack > .grid-stack-item[gs-y="6"] { top: 22.5rem }

.grid-stack > .grid-stack-item[gs-y="7"] { top: 26.25rem }

.grid-stack > .grid-stack-item[gs-y="8"] { top: 30rem }

.grid-stack > .grid-stack-item[gs-y="9"] { top: 33.75rem }

.grid-stack > .grid-stack-item[gs-y="10"] { top: 37.5rem }

.grid-stack > .grid-stack-item[gs-y="11"] { top: 41.25rem }

.grid-stack > .grid-stack-item[gs-y="12"] { top: 45rem }

.grid-stack > .grid-stack-item[gs-y="13"] { top: 48.75rem }

.grid-stack > .grid-stack-item[gs-y="14"] { top: 52.5rem }

.grid-stack > .grid-stack-item[gs-y="15"] { top: 56.25rem }

.grid-stack > .grid-stack-item[gs-y="16"] { top: 60rem }

.grid-stack > .grid-stack-item[gs-y="17"] { top: 63.75rem }

.grid-stack > .grid-stack-item[gs-y="18"] { top: 67.5rem }

.grid-stack > .grid-stack-item[gs-y="19"] { top: 71.25rem }

.grid-stack > .grid-stack-item[gs-y="20"] { top: 75rem }

.grid-stack > .grid-stack-item[gs-y="21"] { top: 78.75rem }

.grid-stack > .grid-stack-item[gs-y="22"] { top: 82.5rem }

.grid-stack > .grid-stack-item[gs-y="23"] { top: 86.25rem }

.grid-stack > .grid-stack-item[gs-y="24"] { top: 90rem }

.grid-stack > .grid-stack-item[gs-y="25"] { top: 93.75rem }

.grid-stack > .grid-stack-item[gs-y="26"] { top: 97.5rem }

.grid-stack > .grid-stack-item[gs-y="27"] { top: 101.25rem }

.grid-stack > .grid-stack-item[gs-y="28"] { top: 105rem }

.grid-stack > .grid-stack-item[gs-y="29"] { top: 108.75rem }

.grid-stack > .grid-stack-item[gs-y="30"] { top: 112.5rem }

.grid-stack > .grid-stack-item[gs-y="31"] { top: 116.25rem }

.grid-stack > .grid-stack-item[gs-y="32"] { top: 120rem }

.grid-stack > .grid-stack-item[gs-y="33"] { top: 123.75rem }

.grid-stack > .grid-stack-item[gs-y="34"] { top: 127.5rem }

.grid-stack > .grid-stack-item[gs-y="35"] { top: 131.25rem }

.grid-stack > .grid-stack-item[gs-y="36"] { top: 135rem }

.grid-stack > .grid-stack-item[gs-y="37"] { top: 138.75rem }

.grid-stack > .grid-stack-item[gs-y="38"] { top: 142.5rem }

.grid-stack > .grid-stack-item[gs-y="39"] { top: 146.25rem }

.grid-stack > .grid-stack-item[gs-y="40"] { top: 150rem }

.grid-stack > .grid-stack-item[gs-y="41"] { top: 153.75rem }

.grid-stack > .grid-stack-item[gs-y="42"] { top: 157.5rem }

.grid-stack > .grid-stack-item[gs-y="43"] { top: 161.25rem }

.grid-stack > .grid-stack-item[gs-y="44"] { top: 165rem }

.grid-stack > .grid-stack-item[gs-y="45"] { top: 168.75rem }

.grid-stack > .grid-stack-item[gs-y="46"] { top: 172.5rem }

.grid-stack > .grid-stack-item[gs-y="47"] { top: 176.25rem }

.grid-stack > .grid-stack-item[gs-y="48"] { top: 180rem }

.grid-stack > .grid-stack-item[gs-y="49"] { top: 183.75rem }

.grid-stack > .grid-stack-item[gs-y="50"] { top: 187.5rem }
.grid-stack > .grid-stack-item[gs-y="51"] { top: 191.25rem }
.grid-stack > .grid-stack-item[gs-y="52"] { top: 195rem }
.grid-stack > .grid-stack-item[gs-y="53"] { top: 198.75rem }
.grid-stack > .grid-stack-item[gs-y="54"] { top: 202.5rem }
.grid-stack > .grid-stack-item[gs-y="55"] { top: 206.25rem }
.grid-stack > .grid-stack-item[gs-y="56"] { top: 210rem }
.grid-stack > .grid-stack-item[gs-y="57"] { top: 213.75rem }
.grid-stack > .grid-stack-item[gs-y="58"] { top: 217.5rem }
.grid-stack > .grid-stack-item[gs-y="59"] { top: 221.25rem }
.grid-stack > .grid-stack-item[gs-y="60"] { top: 225rem }
.grid-stack > .grid-stack-item[gs-y="61"] { top: 228.75rem }
.grid-stack > .grid-stack-item[gs-y="62"] { top: 232.5rem }
.grid-stack > .grid-stack-item[gs-y="63"] { top: 236.25rem }
.grid-stack > .grid-stack-item[gs-y="64"] { top: 240rem }
.grid-stack > .grid-stack-item[gs-y="65"] { top: 243.75rem }
.grid-stack > .grid-stack-item[gs-y="66"] { top: 247.5rem }
.grid-stack > .grid-stack-item[gs-y="67"] { top: 251.25rem }
.grid-stack > .grid-stack-item[gs-y="68"] { top: 255rem }
.grid-stack > .grid-stack-item[gs-y="69"] { top: 258.75rem }
.grid-stack > .grid-stack-item[gs-y="70"] { top: 262.5rem }
.grid-stack > .grid-stack-item[gs-y="71"] { top: 266.25rem }
.grid-stack > .grid-stack-item[gs-y="72"] { top: 270rem }
.grid-stack > .grid-stack-item[gs-y="73"] { top: 273.75rem }
.grid-stack > .grid-stack-item[gs-y="74"] { top: 277.5rem }
.grid-stack > .grid-stack-item[gs-y="75"] { top: 281.25rem }
.grid-stack > .grid-stack-item[gs-y="76"] { top: 285rem }
.grid-stack > .grid-stack-item[gs-y="77"] { top: 288.75rem }
.grid-stack > .grid-stack-item[gs-y="78"] { top: 292.5rem }
.grid-stack > .grid-stack-item[gs-y="79"] { top: 296.25rem }
.grid-stack > .grid-stack-item[gs-y="80"] { top: 300rem }
.grid-stack > .grid-stack-item[gs-y="81"] { top: 303.75rem }
.grid-stack > .grid-stack-item[gs-y="82"] { top: 307.5rem }
.grid-stack > .grid-stack-item[gs-y="83"] { top: 311.25rem }
.grid-stack > .grid-stack-item[gs-y="84"] { top: 315rem }
.grid-stack > .grid-stack-item[gs-y="85"] { top: 318.75rem }
.grid-stack > .grid-stack-item[gs-y="86"] { top: 322.5rem }
.grid-stack > .grid-stack-item[gs-y="87"] { top: 326.25rem }
.grid-stack > .grid-stack-item[gs-y="88"] { top: 330rem }
.grid-stack > .grid-stack-item[gs-y="89"] { top: 333.75rem }
.grid-stack > .grid-stack-item[gs-y="90"] { top: 337.5rem }
.grid-stack > .grid-stack-item[gs-y="91"] { top: 341.25rem }
.grid-stack > .grid-stack-item[gs-y="92"] { top: 345rem }
.grid-stack > .grid-stack-item[gs-y="93"] { top: 348.75rem }
.grid-stack > .grid-stack-item[gs-y="94"] { top: 352.5rem }
.grid-stack > .grid-stack-item[gs-y="95"] { top: 356.25rem }
.grid-stack > .grid-stack-item[gs-y="96"] { top: 360rem }
.grid-stack > .grid-stack-item[gs-y="97"] { top: 363.75rem }
.grid-stack > .grid-stack-item[gs-y="98"] { top: 367.5rem }
.grid-stack > .grid-stack-item[gs-y="99"] { top: 371.25rem }
.grid-stack > .grid-stack-item[gs-y="100"] { top: 375rem }
.grid-stack > .grid-stack-item[gs-y="101"] { top: 378.75rem }
.grid-stack > .grid-stack-item[gs-y="102"] { top: 382.5rem }
.grid-stack > .grid-stack-item[gs-y="103"] { top: 386.25rem }
.grid-stack > .grid-stack-item[gs-y="104"] { top: 390rem }
.grid-stack > .grid-stack-item[gs-y="105"] { top: 393.75rem }
.grid-stack > .grid-stack-item[gs-y="106"] { top: 397.5rem }
.grid-stack > .grid-stack-item[gs-y="107"] { top: 401.25rem }
.grid-stack > .grid-stack-item[gs-y="108"] { top: 405rem }
.grid-stack > .grid-stack-item[gs-y="109"] { top: 408.75rem }
.grid-stack > .grid-stack-item[gs-y="110"] { top: 412.5rem }
.grid-stack > .grid-stack-item[gs-y="111"] { top: 416.25rem }
.grid-stack > .grid-stack-item[gs-y="112"] { top: 420rem }
.grid-stack > .grid-stack-item[gs-y="113"] { top: 423.75rem }
.grid-stack > .grid-stack-item[gs-y="114"] { top: 427.5rem }
.grid-stack > .grid-stack-item[gs-y="115"] { top: 431.25rem }
.grid-stack > .grid-stack-item[gs-y="116"] { top: 435rem }
.grid-stack > .grid-stack-item[gs-y="117"] { top: 438.75rem }
.grid-stack > .grid-stack-item[gs-y="118"] { top: 442.5rem }
.grid-stack > .grid-stack-item[gs-y="119"] { top: 446.25rem }
.grid-stack > .grid-stack-item[gs-y="120"] { top: 450rem }
.grid-stack > .grid-stack-item[gs-y="121"] { top: 453.75rem }
.grid-stack > .grid-stack-item[gs-y="122"] { top: 457.5rem }
.grid-stack > .grid-stack-item[gs-y="123"] { top: 461.25rem }
.grid-stack > .grid-stack-item[gs-y="124"] { top: 465rem }
.grid-stack > .grid-stack-item[gs-y="125"] { top: 468.75rem }
.grid-stack > .grid-stack-item[gs-y="126"] { top: 472.5rem }
.grid-stack > .grid-stack-item[gs-y="127"] { top: 476.25rem }
.grid-stack > .grid-stack-item[gs-y="128"] { top: 480rem }
.grid-stack > .grid-stack-item[gs-y="129"] { top: 483.75rem }
.grid-stack > .grid-stack-item[gs-y="130"] { top: 487.5rem }
.grid-stack > .grid-stack-item[gs-y="131"] { top: 491.25rem }
.grid-stack > .grid-stack-item[gs-y="132"] { top: 495rem }
.grid-stack > .grid-stack-item[gs-y="133"] { top: 498.75rem }
.grid-stack > .grid-stack-item[gs-y="134"] { top: 502.5rem }
.grid-stack > .grid-stack-item[gs-y="135"] { top: 506.25rem }
.grid-stack > .grid-stack-item[gs-y="136"] { top: 510rem }
.grid-stack > .grid-stack-item[gs-y="137"] { top: 513.75rem }
.grid-stack > .grid-stack-item[gs-y="138"] { top: 517.5rem }
.grid-stack > .grid-stack-item[gs-y="139"] { top: 521.25rem }
.grid-stack > .grid-stack-item[gs-y="140"] { top: 525rem }
.grid-stack > .grid-stack-item[gs-y="141"] { top: 528.75rem }
.grid-stack > .grid-stack-item[gs-y="142"] { top: 532.5rem }
.grid-stack > .grid-stack-item[gs-y="143"] { top: 536.25rem }
.grid-stack > .grid-stack-item[gs-y="144"] { top: 540rem }
.grid-stack > .grid-stack-item[gs-y="145"] { top: 543.75rem }
.grid-stack > .grid-stack-item[gs-y="146"] { top: 547.5rem }
.grid-stack > .grid-stack-item[gs-y="147"] { top: 551.25rem }
.grid-stack > .grid-stack-item[gs-y="148"] { top: 555rem }
.grid-stack > .grid-stack-item[gs-y="149"] { top: 558.75rem }
.grid-stack > .grid-stack-item[gs-y="150"] { top: 562.5rem }
.grid-stack > .grid-stack-item[gs-y="151"] { top: 566.25rem }
.grid-stack > .grid-stack-item[gs-y="152"] { top: 570rem }
.grid-stack > .grid-stack-item[gs-y="153"] { top: 573.75rem }
.grid-stack > .grid-stack-item[gs-y="154"] { top: 577.5rem }
.grid-stack > .grid-stack-item[gs-y="155"] { top: 581.25rem }
.grid-stack > .grid-stack-item[gs-y="156"] { top: 585rem }
.grid-stack > .grid-stack-item[gs-y="157"] { top: 588.75rem }
.grid-stack > .grid-stack-item[gs-y="158"] { top: 592.5rem }
.grid-stack > .grid-stack-item[gs-y="159"] { top: 596.25rem }
.grid-stack > .grid-stack-item[gs-y="160"] { top: 600rem }
.grid-stack > .grid-stack-item[gs-y="161"] { top: 603.75rem }
.grid-stack > .grid-stack-item[gs-y="162"] { top: 607.5rem }
.grid-stack > .grid-stack-item[gs-y="163"] { top: 611.25rem }
.grid-stack > .grid-stack-item[gs-y="164"] { top: 615rem }
.grid-stack > .grid-stack-item[gs-y="165"] { top: 618.75rem }
.grid-stack > .grid-stack-item[gs-y="166"] { top: 622.5rem }
.grid-stack > .grid-stack-item[gs-y="167"] { top: 626.25rem }
.grid-stack > .grid-stack-item[gs-y="168"] { top: 630rem }
.grid-stack > .grid-stack-item[gs-y="169"] { top: 633.75rem }
.grid-stack > .grid-stack-item[gs-y="170"] { top: 637.5rem }
.grid-stack > .grid-stack-item[gs-y="171"] { top: 641.25rem }
.grid-stack > .grid-stack-item[gs-y="172"] { top: 645rem }
.grid-stack > .grid-stack-item[gs-y="173"] { top: 648.75rem }
.grid-stack > .grid-stack-item[gs-y="174"] { top: 652.5rem }
.grid-stack > .grid-stack-item[gs-y="175"] { top: 656.25rem }
.grid-stack > .grid-stack-item[gs-y="176"] { top: 660rem }
.grid-stack > .grid-stack-item[gs-y="177"] { top: 663.75rem }
.grid-stack > .grid-stack-item[gs-y="178"] { top: 667.5rem }
.grid-stack > .grid-stack-item[gs-y="179"] { top: 671.25rem }
.grid-stack > .grid-stack-item[gs-y="180"] { top: 675rem }
.grid-stack > .grid-stack-item[gs-y="181"] { top: 678.75rem }
.grid-stack > .grid-stack-item[gs-y="182"] { top: 682.5rem }
.grid-stack > .grid-stack-item[gs-y="183"] { top: 686.25rem }
.grid-stack > .grid-stack-item[gs-y="184"] { top: 690rem }
.grid-stack > .grid-stack-item[gs-y="185"] { top: 693.75rem }
.grid-stack > .grid-stack-item[gs-y="186"] { top: 697.5rem }
.grid-stack > .grid-stack-item[gs-y="187"] { top: 701.25rem }
.grid-stack > .grid-stack-item[gs-y="188"] { top: 705rem }
.grid-stack > .grid-stack-item[gs-y="189"] { top: 708.75rem }
.grid-stack > .grid-stack-item[gs-y="190"] { top: 712.5rem }
.grid-stack > .grid-stack-item[gs-y="191"] { top: 716.25rem }
.grid-stack > .grid-stack-item[gs-y="192"] { top: 720rem }
.grid-stack > .grid-stack-item[gs-y="193"] { top: 723.75rem }
.grid-stack > .grid-stack-item[gs-y="194"] { top: 727.5rem }
.grid-stack > .grid-stack-item[gs-y="195"] { top: 731.25rem }
.grid-stack > .grid-stack-item[gs-y="196"] { top: 735rem }
.grid-stack > .grid-stack-item[gs-y="197"] { top: 738.75rem }
.grid-stack > .grid-stack-item[gs-y="198"] { top: 742.5rem }
.grid-stack > .grid-stack-item[gs-y="199"] { top: 746.25rem }
.grid-stack > .grid-stack-item[gs-y="200"] { top: 750rem }