﻿/* Content Area */

.content-area-header {
    display: flex;
    flex-wrap: wrap;
}

    .content-area-header .alfa-icon {
        margin-inline-end: 0.5rem;
        width: 22px;
        height: 22px;
    }

    .content-area-header .dx-menu-item {
        padding-inline: 5px;
    }

.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-page-toolbar .dx-toolbar-after .alfa-icon-more-menu {
    transform: translateX(10px);
}

#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: 20px;
    padding-top: 7px;
}

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: 16px;
    width: 16px;
    background: var(--alfa-primary-color);
    z-index: 200;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    inset-inline-end: 20px;
    transform: translate(0,-7px);
    -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: 8px;
    width: 8px;
    background: var(--alfa-primary-color);
    z-index: 200;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    inset-inline-end: 6px;
    transform: translate(0, -4px);
    opacity: 1;
}

.ca-toolbar-more.is-new-content-item {
    position: relative;
}

.ca-toolbar-more.is-new-content-item::before {
    content: "";
    height: 8px;
    width: 8px;
    background: var(--alfa-primary-color);
    z-index: 200;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    inset-inline-end: 42px;
    transform: translate(0, -4px);
    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: 20px;
    right: 24px;
    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% - 30px) !important;
    left: unset !important;
    right: 20px;
    top: 0 !important;
    box-shadow: 0px 8px 16px 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: 12px;
    padding-bottom: 12px;
    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: 20px;
    line-height: 24px;
    font-weight: 600;
}

.table-of-content .dx-scrollview-content {
    display: flex;
    flex-flow: column;
    gap: 4px;
}

.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: 12px;
    font-weight: 600;
    border: 2px solid;
    border-radius: 100vh;
    display: inline-flex;
    align-items: center;
    height: 19px;
    min-width: 22px;
    padding: 0 8px;
    margin-top: 8px;
}

.table-of-content .toc-item-empty {
    font-size: 12px;
    font-weight: 600;
    color: #82858F;
}

#objView_ov-content-area.has-guided-view {
    max-height: calc(100vh - 175px);
}

.grid-stack.is-guided-view {
    display: block;
    padding-right: 33.33333%;
}

.grid-stack.is-guided-view .grid-stack-item-content.has-gantt {
    padding-bottom: 20px;
}

.grid-stack.is-guided-view .dx-gantt {
    height: 300px!important;
}

.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: 170px;
}

.grid-stack.is-guided-view > .grid-stack-item {
    padding-bottom: 10px;
}

.grid-stack.is-guided-view > .grid-stack-item:last-child {
    padding-bottom: 20px;
}

.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: 500px;
}

.grid-stack.is-guided-view .dx-treelist {
    max-height: 500px;
}

/* .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: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 16px;
}

/* .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: 31.33px;
    width: 28px;
}

.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: 4px;
}

.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: 5px;
}

.grid-stack>.grid-stack-item>.ui-resizable-e {
    right: 10px!important;
    width: 5px!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: 5px!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% - 10px);
    height: 5px!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% - 10px);
    height: 5px!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: -5px!important;
    top: -10px!important;
    z-index: 100!important;
}

.grid-stack > .grid-stack-item > .ui-resizable-nw {
    background-image: none!important;
    left: -5px!important;
    top: -10px!important;
    z-index: 100!important;
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
    background-image: none!important;
    right: -5px!important;
    bottom: -10px!important;
    z-index: 100!important;
}

.grid-stack > .grid-stack-item > .ui-resizable-sw {
    background-image: none!important;
    bottom: -10px!important;
    left: -5px!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: 5px;
}

.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: 17px;
    z-index: 10;
    width: 16px;
    height: 16px;
    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: 2px 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: 300px;
        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: 4px;
}

.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: 4px 0.75rem;
}

#content-area-toolbar {
    height: 40px;
    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: 40px;
        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: 2px;
        border: 1px solid var(--accent-smoke, #F2F2F2);
    }

    #content-area-toolbar .dx-button-has-text .dx-button-content {
        padding: 10px 24px;
        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;
}

[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: 12px;
    margin-block-start: 9px;
}

    .content-page-item-header span[fltimg] img {
        width: 18px;
    }

/*.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: 10px;
    }

.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: 8px;
    right: 16px;
    z-index: 10;
    left:0px;
}
.grid-stack-rtl .grid-stack-item .content-page-item-header.is-absolute {
    position: absolute;
    top: 8px;
   left: 16px;
    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 3px;
}


/* 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: 32px;
    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: 20px;
    min-width: 70px;
    margin-right: 20px;
}

.cvi-item .cvi-image i {
    height: 100%!important;
    margin-inline-end: unset!important;
    mask-position: top right!important;
}

.cvi-item .cvi-label {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    gap: 8px;
}

    .cvi-item .cvi-label > * {
        height: 22px;
        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: 26px;
    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: 40px;
    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: 9px;
}

.ca-btn-sortable .dx-button-content{
    padding-top: 9px;
    padding-bottom: 11px;
}

.ca-btn-sortable .dx-button-content .move-trigger {
    cursor: move;
    position: absolute;
    inset-inline-start: 6px;
    inset-block-start: 10px;
    z-index: 10;
    width: 16px;
    height: 16px;
    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: 10px 24px;
}

    .ca-btn-sortable.dx-button-has-text .dx-button-content .dx-icon {
        padding-inline: 0 8px;
    }

    .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: 18px;
    }

    .ca-btn-sortable.dx-button-has-text .dx-icon {
        margin-inline-end: 0;
    }

    .dx-toolbar .dx-toolbar-item.ca-tab-sortable {
        padding-inline-end: 8px;
    }

.ac-container.ac-adaptiveCard {
    display: inline-flex!important;
    min-width: fit-content;
}

[dir="rtl"] .ac-container.ac-adaptiveCard {
    margin-right: 10px !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, 4px);
    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: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        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: 10px;
    bottom: 10px;
    width: 1px;
    position: absolute;
}
.ca-cp-prompt {
    display: flex;
    padding: 5px;
    column-gap: 1rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 0px 0px #BFC1C3;
    border-radius: 4px;
    margin-block-end: 10px;
    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);
}

#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: 200px;
}

#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: 6px;
}

/* #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: 16px;
    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% - 10px);
	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: 20px;
	height: 20px;
	top: 0
}

.grid-stack-item>.ui-resizable-n {
	cursor: n-resize;
	height: 10px;
	top: 0;
	left: 25px;
	right: 25px
}

.grid-stack-item>.ui-resizable-ne {
	cursor: ne-resize;
	width: 20px;
	height: 20px;
	top: 0
}

.grid-stack-item>.ui-resizable-e {
	cursor: e-resize;
	width: 10px;
	top: 15px;
	bottom: 15px
}

.grid-stack-item>.ui-resizable-se {
	cursor: se-resize;
	width: 20px;
	height: 20px
}

.grid-stack-item>.ui-resizable-s {
	cursor: s-resize;
	height: 10px;
	left: 25px;
	bottom: 0;
	right: 25px
}

.grid-stack-item>.ui-resizable-sw {
	cursor: sw-resize;
	width: 20px;
	height: 20px
}

.grid-stack-item>.ui-resizable-w {
	cursor: w-resize;
	width: 10px;
	top: 15px;
	bottom: 15px
}

.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 4px 6px 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: 50px }

.grid-stack > .grid-stack-item[gs-h="1"] { height: 50px }

.grid-stack > .grid-stack-item[gs-h="2"] { height: 110px }

.grid-stack > .grid-stack-item[gs-h="3"] { height: 170px }

.grid-stack > .grid-stack-item[gs-h="4"] { height: 230px }

.grid-stack > .grid-stack-item[gs-h="5"] { height: 290px }

.grid-stack > .grid-stack-item[gs-h="6"] { height: 350px }

.grid-stack > .grid-stack-item[gs-h="7"] { height: 410px }

.grid-stack > .grid-stack-item[gs-h="8"] { height: 470px }

.grid-stack > .grid-stack-item[gs-h="9"] { height: 530px }

.grid-stack > .grid-stack-item[gs-h="10"] { height: 590px }

.grid-stack > .grid-stack-item[gs-h="11"] { height: 650px }

.grid-stack > .grid-stack-item[gs-h="12"] { height: 710px }

.grid-stack > .grid-stack-item[gs-h="13"] { height: 770px }

.grid-stack > .grid-stack-item[gs-h="14"] { height: 830px }

.grid-stack > .grid-stack-item[gs-h="15"] { height: 890px }

.grid-stack > .grid-stack-item[gs-h="16"] { height: 950px }

.grid-stack > .grid-stack-item[gs-h="17"] { height: 1010px }

.grid-stack > .grid-stack-item[gs-h="18"] { height: 1070px }

.grid-stack > .grid-stack-item[gs-h="19"] { height: 1130px }

.grid-stack > .grid-stack-item[gs-h="20"] { height: 1190px }

.grid-stack > .grid-stack-item[gs-h="21"] { height: 1250px }

.grid-stack > .grid-stack-item[gs-h="22"] { height: 1310px }

.grid-stack > .grid-stack-item[gs-h="23"] { height: 1370px }

.grid-stack > .grid-stack-item[gs-h="24"] { height: 1430px }

.grid-stack > .grid-stack-item[gs-h="25"] { height: 1490px }

.grid-stack > .grid-stack-item[gs-h="26"] { height: 1550px }

.grid-stack > .grid-stack-item[gs-h="27"] { height: 1610px }

.grid-stack > .grid-stack-item[gs-h="28"] { height: 1670px }

.grid-stack > .grid-stack-item[gs-h="29"] { height: 1730px }

.grid-stack > .grid-stack-item[gs-h="30"] { height: 1790px }

.grid-stack > .grid-stack-item[gs-h="31"] { height: 1850px }

.grid-stack > .grid-stack-item[gs-h="32"] { height: 1910px }

.grid-stack > .grid-stack-item[gs-h="33"] { height: 1970px }

.grid-stack > .grid-stack-item[gs-h="34"] { height: 2030px }

.grid-stack > .grid-stack-item[gs-h="35"] { height: 2090px }

.grid-stack > .grid-stack-item[gs-h="36"] { height: 2150px }

.grid-stack > .grid-stack-item[gs-h="37"] { height: 2210px }

.grid-stack > .grid-stack-item[gs-h="38"] { height: 2270px }

.grid-stack > .grid-stack-item[gs-h="39"] { height: 2330px }

.grid-stack > .grid-stack-item[gs-h="40"] { height: 2390px }

.grid-stack > .grid-stack-item[gs-h="41"] { height: 2450px }

.grid-stack > .grid-stack-item[gs-h="42"] { height: 2510px }

.grid-stack > .grid-stack-item[gs-h="43"] { height: 2570px }

.grid-stack > .grid-stack-item[gs-h="44"] { height: 2630px }

.grid-stack > .grid-stack-item[gs-h="45"] { height: 2690px }

.grid-stack > .grid-stack-item[gs-h="46"] { height: 2750px }

.grid-stack > .grid-stack-item[gs-h="47"] { height: 2810px }

.grid-stack > .grid-stack-item[gs-h="48"] { height: 2870px }

.grid-stack > .grid-stack-item[gs-h="49"] { height: 2930px }

.grid-stack > .grid-stack-item[gs-h="50"] { height: 2990px }

.grid-stack > .grid-stack-item[data-gs-min-height="1"] { min-height: 50px }

.grid-stack > .grid-stack-item[data-gs-min-height="2"] { min-height: 110px }

.grid-stack > .grid-stack-item[data-gs-min-height="3"] { min-height: 170px }

.grid-stack > .grid-stack-item[data-gs-min-height="4"] { min-height: 230px }

.grid-stack > .grid-stack-item[data-gs-min-height="5"] { min-height: 290px }

.grid-stack > .grid-stack-item[data-gs-min-height="6"] { min-height: 350px }

.grid-stack > .grid-stack-item[data-gs-min-height="7"] { min-height: 410px }

.grid-stack > .grid-stack-item[data-gs-min-height="8"] { min-height: 470px }

.grid-stack > .grid-stack-item[data-gs-min-height="9"] { min-height: 530px }

.grid-stack > .grid-stack-item[data-gs-min-height="10"] { min-height: 590px }

.grid-stack > .grid-stack-item[data-gs-min-height="11"] { min-height: 650px }

.grid-stack > .grid-stack-item[data-gs-min-height="12"] { min-height: 710px }

.grid-stack > .grid-stack-item[data-gs-min-height="13"] { min-height: 770px }

.grid-stack > .grid-stack-item[data-gs-min-height="14"] { min-height: 830px }

.grid-stack > .grid-stack-item[data-gs-min-height="15"] { min-height: 890px }

.grid-stack > .grid-stack-item[data-gs-min-height="16"] { min-height: 950px }

.grid-stack > .grid-stack-item[data-gs-min-height="17"] { min-height: 1010px }

.grid-stack > .grid-stack-item[data-gs-min-height="18"] { min-height: 1070px }

.grid-stack > .grid-stack-item[data-gs-min-height="19"] { min-height: 1130px }

.grid-stack > .grid-stack-item[data-gs-min-height="20"] { min-height: 1190px }

.grid-stack > .grid-stack-item[data-gs-min-height="21"] { min-height: 1250px }

.grid-stack > .grid-stack-item[data-gs-min-height="22"] { min-height: 1310px }

.grid-stack > .grid-stack-item[data-gs-min-height="23"] { min-height: 1370px }

.grid-stack > .grid-stack-item[data-gs-min-height="24"] { min-height: 1430px }

.grid-stack > .grid-stack-item[data-gs-min-height="25"] { min-height: 1490px }

.grid-stack > .grid-stack-item[data-gs-min-height="26"] { min-height: 1550px }

.grid-stack > .grid-stack-item[data-gs-min-height="27"] { min-height: 1610px }

.grid-stack > .grid-stack-item[data-gs-min-height="28"] { min-height: 1670px }

.grid-stack > .grid-stack-item[data-gs-min-height="29"] { min-height: 1730px }

.grid-stack > .grid-stack-item[data-gs-min-height="30"] { min-height: 1790px }

.grid-stack > .grid-stack-item[data-gs-min-height="31"] { min-height: 1850px }

.grid-stack > .grid-stack-item[data-gs-min-height="32"] { min-height: 1910px }

.grid-stack > .grid-stack-item[data-gs-min-height="33"] { min-height: 1970px }

.grid-stack > .grid-stack-item[data-gs-min-height="34"] { min-height: 2030px }

.grid-stack > .grid-stack-item[data-gs-min-height="35"] { min-height: 2090px }

.grid-stack > .grid-stack-item[data-gs-min-height="36"] { min-height: 2150px }

.grid-stack > .grid-stack-item[data-gs-min-height="37"] { min-height: 2210px }

.grid-stack > .grid-stack-item[data-gs-min-height="38"] { min-height: 2270px }

.grid-stack > .grid-stack-item[data-gs-min-height="39"] { min-height: 2330px }

.grid-stack > .grid-stack-item[data-gs-min-height="40"] { min-height: 2390px }

.grid-stack > .grid-stack-item[data-gs-min-height="41"] { min-height: 2450px }

.grid-stack > .grid-stack-item[data-gs-min-height="42"] { min-height: 2510px }

.grid-stack > .grid-stack-item[data-gs-min-height="43"] { min-height: 2570px }

.grid-stack > .grid-stack-item[data-gs-min-height="44"] { min-height: 2630px }

.grid-stack > .grid-stack-item[data-gs-min-height="45"] { min-height: 2690px }

.grid-stack > .grid-stack-item[data-gs-min-height="46"] { min-height: 2750px }

.grid-stack > .grid-stack-item[data-gs-min-height="47"] { min-height: 2810px }

.grid-stack > .grid-stack-item[data-gs-min-height="48"] { min-height: 2870px }

.grid-stack > .grid-stack-item[data-gs-min-height="49"] { min-height: 2930px }

.grid-stack > .grid-stack-item[data-gs-min-height="50"] { min-height: 2990px }

.grid-stack > .grid-stack-item[data-gs-max-height="1"] { max-height: 50px }

.grid-stack > .grid-stack-item[data-gs-max-height="2"] { max-height: 110px }

.grid-stack > .grid-stack-item[data-gs-max-height="3"] { max-height: 170px }

.grid-stack > .grid-stack-item[data-gs-max-height="4"] { max-height: 230px }

.grid-stack > .grid-stack-item[data-gs-max-height="5"] { max-height: 290px }

.grid-stack > .grid-stack-item[data-gs-max-height="6"] { max-height: 350px }

.grid-stack > .grid-stack-item[data-gs-max-height="7"] { max-height: 410px }

.grid-stack > .grid-stack-item[data-gs-max-height="8"] { max-height: 470px }

.grid-stack > .grid-stack-item[data-gs-max-height="9"] { max-height: 530px }

.grid-stack > .grid-stack-item[data-gs-max-height="10"] { max-height: 590px }

.grid-stack > .grid-stack-item[data-gs-max-height="11"] { max-height: 650px }

.grid-stack > .grid-stack-item[data-gs-max-height="12"] { max-height: 710px }

.grid-stack > .grid-stack-item[data-gs-max-height="13"] { max-height: 770px }

.grid-stack > .grid-stack-item[data-gs-max-height="14"] { max-height: 830px }

.grid-stack > .grid-stack-item[data-gs-max-height="15"] { max-height: 890px }

.grid-stack > .grid-stack-item[data-gs-max-height="16"] { max-height: 950px }

.grid-stack > .grid-stack-item[data-gs-max-height="17"] { max-height: 1010px }

.grid-stack > .grid-stack-item[data-gs-max-height="18"] { max-height: 1070px }

.grid-stack > .grid-stack-item[data-gs-max-height="19"] { max-height: 1130px }

.grid-stack > .grid-stack-item[data-gs-max-height="20"] { max-height: 1190px }

.grid-stack > .grid-stack-item[data-gs-max-height="21"] { max-height: 1250px }

.grid-stack > .grid-stack-item[data-gs-max-height="22"] { max-height: 1310px }

.grid-stack > .grid-stack-item[data-gs-max-height="23"] { max-height: 1370px }

.grid-stack > .grid-stack-item[data-gs-max-height="24"] { max-height: 1430px }

.grid-stack > .grid-stack-item[data-gs-max-height="25"] { max-height: 1490px }

.grid-stack > .grid-stack-item[data-gs-max-height="26"] { max-height: 1550px }

.grid-stack > .grid-stack-item[data-gs-max-height="27"] { max-height: 1610px }

.grid-stack > .grid-stack-item[data-gs-max-height="28"] { max-height: 1670px }

.grid-stack > .grid-stack-item[data-gs-max-height="29"] { max-height: 1730px }

.grid-stack > .grid-stack-item[data-gs-max-height="30"] { max-height: 1790px }

.grid-stack > .grid-stack-item[data-gs-max-height="31"] { max-height: 1850px }

.grid-stack > .grid-stack-item[data-gs-max-height="32"] { max-height: 1910px }

.grid-stack > .grid-stack-item[data-gs-max-height="33"] { max-height: 1970px }

.grid-stack > .grid-stack-item[data-gs-max-height="34"] { max-height: 2030px }

.grid-stack > .grid-stack-item[data-gs-max-height="35"] { max-height: 2090px }

.grid-stack > .grid-stack-item[data-gs-max-height="36"] { max-height: 2150px }

.grid-stack > .grid-stack-item[data-gs-max-height="37"] { max-height: 2210px }

.grid-stack > .grid-stack-item[data-gs-max-height="38"] { max-height: 2270px }

.grid-stack > .grid-stack-item[data-gs-max-height="39"] { max-height: 2330px }

.grid-stack > .grid-stack-item[data-gs-max-height="40"] { max-height: 2390px }

.grid-stack > .grid-stack-item[data-gs-max-height="41"] { max-height: 2450px }

.grid-stack > .grid-stack-item[data-gs-max-height="42"] { max-height: 2510px }

.grid-stack > .grid-stack-item[data-gs-max-height="43"] { max-height: 2570px }

.grid-stack > .grid-stack-item[data-gs-max-height="44"] { max-height: 2630px }

.grid-stack > .grid-stack-item[data-gs-max-height="45"] { max-height: 2690px }

.grid-stack > .grid-stack-item[data-gs-max-height="46"] { max-height: 2750px }

.grid-stack > .grid-stack-item[data-gs-max-height="47"] { max-height: 2810px }

.grid-stack > .grid-stack-item[data-gs-max-height="48"] { max-height: 2870px }

.grid-stack > .grid-stack-item[data-gs-max-height="49"] { max-height: 2930px }

.grid-stack > .grid-stack-item[data-gs-max-height="50"] { max-height: 2990px }

.grid-stack > .grid-stack-item[gs-y="0"] { top: 0px }

.grid-stack > .grid-stack-item[gs-y="1"] { top: 60px }

.grid-stack > .grid-stack-item[gs-y="2"] { top: 120px }

.grid-stack > .grid-stack-item[gs-y="3"] { top: 180px }

.grid-stack > .grid-stack-item[gs-y="4"] { top: 240px }

.grid-stack > .grid-stack-item[gs-y="5"] { top: 300px }

.grid-stack > .grid-stack-item[gs-y="6"] { top: 360px }

.grid-stack > .grid-stack-item[gs-y="7"] { top: 420px }

.grid-stack > .grid-stack-item[gs-y="8"] { top: 480px }

.grid-stack > .grid-stack-item[gs-y="9"] { top: 540px }

.grid-stack > .grid-stack-item[gs-y="10"] { top: 600px }

.grid-stack > .grid-stack-item[gs-y="11"] { top: 660px }

.grid-stack > .grid-stack-item[gs-y="12"] { top: 720px }

.grid-stack > .grid-stack-item[gs-y="13"] { top: 780px }

.grid-stack > .grid-stack-item[gs-y="14"] { top: 840px }

.grid-stack > .grid-stack-item[gs-y="15"] { top: 900px }

.grid-stack > .grid-stack-item[gs-y="16"] { top: 960px }

.grid-stack > .grid-stack-item[gs-y="17"] { top: 1020px }

.grid-stack > .grid-stack-item[gs-y="18"] { top: 1080px }

.grid-stack > .grid-stack-item[gs-y="19"] { top: 1140px }

.grid-stack > .grid-stack-item[gs-y="20"] { top: 1200px }

.grid-stack > .grid-stack-item[gs-y="21"] { top: 1260px }

.grid-stack > .grid-stack-item[gs-y="22"] { top: 1320px }

.grid-stack > .grid-stack-item[gs-y="23"] { top: 1380px }

.grid-stack > .grid-stack-item[gs-y="24"] { top: 1440px }

.grid-stack > .grid-stack-item[gs-y="25"] { top: 1500px }

.grid-stack > .grid-stack-item[gs-y="26"] { top: 1560px }

.grid-stack > .grid-stack-item[gs-y="27"] { top: 1620px }

.grid-stack > .grid-stack-item[gs-y="28"] { top: 1680px }

.grid-stack > .grid-stack-item[gs-y="29"] { top: 1740px }

.grid-stack > .grid-stack-item[gs-y="30"] { top: 1800px }

.grid-stack > .grid-stack-item[gs-y="31"] { top: 1860px }

.grid-stack > .grid-stack-item[gs-y="32"] { top: 1920px }

.grid-stack > .grid-stack-item[gs-y="33"] { top: 1980px }

.grid-stack > .grid-stack-item[gs-y="34"] { top: 2040px }

.grid-stack > .grid-stack-item[gs-y="35"] { top: 2100px }

.grid-stack > .grid-stack-item[gs-y="36"] { top: 2160px }

.grid-stack > .grid-stack-item[gs-y="37"] { top: 2220px }

.grid-stack > .grid-stack-item[gs-y="38"] { top: 2280px }

.grid-stack > .grid-stack-item[gs-y="39"] { top: 2340px }

.grid-stack > .grid-stack-item[gs-y="40"] { top: 2400px }

.grid-stack > .grid-stack-item[gs-y="41"] { top: 2460px }

.grid-stack > .grid-stack-item[gs-y="42"] { top: 2520px }

.grid-stack > .grid-stack-item[gs-y="43"] { top: 2580px }

.grid-stack > .grid-stack-item[gs-y="44"] { top: 2640px }

.grid-stack > .grid-stack-item[gs-y="45"] { top: 2700px }

.grid-stack > .grid-stack-item[gs-y="46"] { top: 2760px }

.grid-stack > .grid-stack-item[gs-y="47"] { top: 2820px }

.grid-stack > .grid-stack-item[gs-y="48"] { top: 2880px }

.grid-stack > .grid-stack-item[gs-y="49"] { top: 2940px }

.grid-stack > .grid-stack-item[gs-y="50"] { top: 3000px }
.grid-stack > .grid-stack-item[gs-y="51"] { top: 3060px }
.grid-stack > .grid-stack-item[gs-y="52"] { top: 3120px }
.grid-stack > .grid-stack-item[gs-y="53"] { top: 3180px }
.grid-stack > .grid-stack-item[gs-y="54"] { top: 3240px }
.grid-stack > .grid-stack-item[gs-y="55"] { top: 3300px }
.grid-stack > .grid-stack-item[gs-y="56"] { top: 3360px }
.grid-stack > .grid-stack-item[gs-y="57"] { top: 3420px }
.grid-stack > .grid-stack-item[gs-y="58"] { top: 3480px }
.grid-stack > .grid-stack-item[gs-y="59"] { top: 3540px }
.grid-stack > .grid-stack-item[gs-y="60"] { top: 3600px }
.grid-stack > .grid-stack-item[gs-y="61"] { top: 3660px }
.grid-stack > .grid-stack-item[gs-y="62"] { top: 3720px }
.grid-stack > .grid-stack-item[gs-y="63"] { top: 3780px }
.grid-stack > .grid-stack-item[gs-y="64"] { top: 3840px }
.grid-stack > .grid-stack-item[gs-y="65"] { top: 3900px }
.grid-stack > .grid-stack-item[gs-y="66"] { top: 3960px }
.grid-stack > .grid-stack-item[gs-y="67"] { top: 4020px }
.grid-stack > .grid-stack-item[gs-y="68"] { top: 4080px }
.grid-stack > .grid-stack-item[gs-y="69"] { top: 4140px }
.grid-stack > .grid-stack-item[gs-y="70"] { top: 4200px }
.grid-stack > .grid-stack-item[gs-y="71"] { top: 4260px }
.grid-stack > .grid-stack-item[gs-y="72"] { top: 4320px }
.grid-stack > .grid-stack-item[gs-y="73"] { top: 4380px }
.grid-stack > .grid-stack-item[gs-y="74"] { top: 4440px }
.grid-stack > .grid-stack-item[gs-y="75"] { top: 4500px }
.grid-stack > .grid-stack-item[gs-y="76"] { top: 4560px }
.grid-stack > .grid-stack-item[gs-y="77"] { top: 4620px }
.grid-stack > .grid-stack-item[gs-y="78"] { top: 4680px }
.grid-stack > .grid-stack-item[gs-y="79"] { top: 4740px }
.grid-stack > .grid-stack-item[gs-y="80"] { top: 4800px }
.grid-stack > .grid-stack-item[gs-y="81"] { top: 4860px }
.grid-stack > .grid-stack-item[gs-y="82"] { top: 4920px }
.grid-stack > .grid-stack-item[gs-y="83"] { top: 4980px }
.grid-stack > .grid-stack-item[gs-y="84"] { top: 5040px }
.grid-stack > .grid-stack-item[gs-y="85"] { top: 5100px }
.grid-stack > .grid-stack-item[gs-y="86"] { top: 5160px }
.grid-stack > .grid-stack-item[gs-y="87"] { top: 5220px }
.grid-stack > .grid-stack-item[gs-y="88"] { top: 5280px }
.grid-stack > .grid-stack-item[gs-y="89"] { top: 5340px }
.grid-stack > .grid-stack-item[gs-y="90"] { top: 5400px }
.grid-stack > .grid-stack-item[gs-y="91"] { top: 5460px }
.grid-stack > .grid-stack-item[gs-y="92"] { top: 5520px }
.grid-stack > .grid-stack-item[gs-y="93"] { top: 5580px }
.grid-stack > .grid-stack-item[gs-y="94"] { top: 5640px }
.grid-stack > .grid-stack-item[gs-y="95"] { top: 5700px }
.grid-stack > .grid-stack-item[gs-y="96"] { top: 5760px }
.grid-stack > .grid-stack-item[gs-y="97"] { top: 5820px }
.grid-stack > .grid-stack-item[gs-y="98"] { top: 5880px }
.grid-stack > .grid-stack-item[gs-y="99"] { top: 5940px }
.grid-stack > .grid-stack-item[gs-y="100"] { top: 6000px }
.grid-stack > .grid-stack-item[gs-y="101"] { top: 6060px }
.grid-stack > .grid-stack-item[gs-y="102"] { top: 6120px }
.grid-stack > .grid-stack-item[gs-y="103"] { top: 6180px }
.grid-stack > .grid-stack-item[gs-y="104"] { top: 6240px }
.grid-stack > .grid-stack-item[gs-y="105"] { top: 6300px }
.grid-stack > .grid-stack-item[gs-y="106"] { top: 6360px }
.grid-stack > .grid-stack-item[gs-y="107"] { top: 6420px }
.grid-stack > .grid-stack-item[gs-y="108"] { top: 6480px }
.grid-stack > .grid-stack-item[gs-y="109"] { top: 6540px }
.grid-stack > .grid-stack-item[gs-y="110"] { top: 6600px }
.grid-stack > .grid-stack-item[gs-y="111"] { top: 6660px }
.grid-stack > .grid-stack-item[gs-y="112"] { top: 6720px }
.grid-stack > .grid-stack-item[gs-y="113"] { top: 6780px }
.grid-stack > .grid-stack-item[gs-y="114"] { top: 6840px }
.grid-stack > .grid-stack-item[gs-y="115"] { top: 6900px }
.grid-stack > .grid-stack-item[gs-y="116"] { top: 6960px }
.grid-stack > .grid-stack-item[gs-y="117"] { top: 7020px }
.grid-stack > .grid-stack-item[gs-y="118"] { top: 7080px }
.grid-stack > .grid-stack-item[gs-y="119"] { top: 7140px }
.grid-stack > .grid-stack-item[gs-y="120"] { top: 7200px }
.grid-stack > .grid-stack-item[gs-y="121"] { top: 7260px }
.grid-stack > .grid-stack-item[gs-y="122"] { top: 7320px }
.grid-stack > .grid-stack-item[gs-y="123"] { top: 7380px }
.grid-stack > .grid-stack-item[gs-y="124"] { top: 7440px }
.grid-stack > .grid-stack-item[gs-y="125"] { top: 7500px }
.grid-stack > .grid-stack-item[gs-y="126"] { top: 7560px }
.grid-stack > .grid-stack-item[gs-y="127"] { top: 7620px }
.grid-stack > .grid-stack-item[gs-y="128"] { top: 7680px }
.grid-stack > .grid-stack-item[gs-y="129"] { top: 7740px }
.grid-stack > .grid-stack-item[gs-y="130"] { top: 7800px }
.grid-stack > .grid-stack-item[gs-y="131"] { top: 7860px }
.grid-stack > .grid-stack-item[gs-y="132"] { top: 7920px }
.grid-stack > .grid-stack-item[gs-y="133"] { top: 7980px }
.grid-stack > .grid-stack-item[gs-y="134"] { top: 8040px }
.grid-stack > .grid-stack-item[gs-y="135"] { top: 8100px }
.grid-stack > .grid-stack-item[gs-y="136"] { top: 8160px }
.grid-stack > .grid-stack-item[gs-y="137"] { top: 8220px }
.grid-stack > .grid-stack-item[gs-y="138"] { top: 8280px }
.grid-stack > .grid-stack-item[gs-y="139"] { top: 8340px }
.grid-stack > .grid-stack-item[gs-y="140"] { top: 8400px }
.grid-stack > .grid-stack-item[gs-y="141"] { top: 8460px }
.grid-stack > .grid-stack-item[gs-y="142"] { top: 8520px }
.grid-stack > .grid-stack-item[gs-y="143"] { top: 8580px }
.grid-stack > .grid-stack-item[gs-y="144"] { top: 8640px }
.grid-stack > .grid-stack-item[gs-y="145"] { top: 8700px }
.grid-stack > .grid-stack-item[gs-y="146"] { top: 8760px }
.grid-stack > .grid-stack-item[gs-y="147"] { top: 8820px }
.grid-stack > .grid-stack-item[gs-y="148"] { top: 8880px }
.grid-stack > .grid-stack-item[gs-y="149"] { top: 8940px }
.grid-stack > .grid-stack-item[gs-y="150"] { top: 9000px }
.grid-stack > .grid-stack-item[gs-y="151"] { top: 9060px }
.grid-stack > .grid-stack-item[gs-y="152"] { top: 9120px }
.grid-stack > .grid-stack-item[gs-y="153"] { top: 9180px }
.grid-stack > .grid-stack-item[gs-y="154"] { top: 9240px }
.grid-stack > .grid-stack-item[gs-y="155"] { top: 9300px }
.grid-stack > .grid-stack-item[gs-y="156"] { top: 9360px }
.grid-stack > .grid-stack-item[gs-y="157"] { top: 9420px }
.grid-stack > .grid-stack-item[gs-y="158"] { top: 9480px }
.grid-stack > .grid-stack-item[gs-y="159"] { top: 9540px }
.grid-stack > .grid-stack-item[gs-y="160"] { top: 9600px }
.grid-stack > .grid-stack-item[gs-y="161"] { top: 9660px }
.grid-stack > .grid-stack-item[gs-y="162"] { top: 9720px }
.grid-stack > .grid-stack-item[gs-y="163"] { top: 9780px }
.grid-stack > .grid-stack-item[gs-y="164"] { top: 9840px }
.grid-stack > .grid-stack-item[gs-y="165"] { top: 9900px }
.grid-stack > .grid-stack-item[gs-y="166"] { top: 9960px }
.grid-stack > .grid-stack-item[gs-y="167"] { top: 10020px }
.grid-stack > .grid-stack-item[gs-y="168"] { top: 10080px }
.grid-stack > .grid-stack-item[gs-y="169"] { top: 10140px }
.grid-stack > .grid-stack-item[gs-y="170"] { top: 10200px }
.grid-stack > .grid-stack-item[gs-y="171"] { top: 10260px }
.grid-stack > .grid-stack-item[gs-y="172"] { top: 10320px }
.grid-stack > .grid-stack-item[gs-y="173"] { top: 10380px }
.grid-stack > .grid-stack-item[gs-y="174"] { top: 10440px }
.grid-stack > .grid-stack-item[gs-y="175"] { top: 10500px }
.grid-stack > .grid-stack-item[gs-y="176"] { top: 10560px }
.grid-stack > .grid-stack-item[gs-y="177"] { top: 10620px }
.grid-stack > .grid-stack-item[gs-y="178"] { top: 10680px }
.grid-stack > .grid-stack-item[gs-y="179"] { top: 10740px }
.grid-stack > .grid-stack-item[gs-y="180"] { top: 10800px }
.grid-stack > .grid-stack-item[gs-y="181"] { top: 10860px }
.grid-stack > .grid-stack-item[gs-y="182"] { top: 10920px }
.grid-stack > .grid-stack-item[gs-y="183"] { top: 10980px }
.grid-stack > .grid-stack-item[gs-y="184"] { top: 11040px }
.grid-stack > .grid-stack-item[gs-y="185"] { top: 11100px }
.grid-stack > .grid-stack-item[gs-y="186"] { top: 11160px }
.grid-stack > .grid-stack-item[gs-y="187"] { top: 11220px }
.grid-stack > .grid-stack-item[gs-y="188"] { top: 11280px }
.grid-stack > .grid-stack-item[gs-y="189"] { top: 11340px }
.grid-stack > .grid-stack-item[gs-y="190"] { top: 11400px }
.grid-stack > .grid-stack-item[gs-y="191"] { top: 11460px }
.grid-stack > .grid-stack-item[gs-y="192"] { top: 11520px }
.grid-stack > .grid-stack-item[gs-y="193"] { top: 11580px }
.grid-stack > .grid-stack-item[gs-y="194"] { top: 11640px }
.grid-stack > .grid-stack-item[gs-y="195"] { top: 11700px }
.grid-stack > .grid-stack-item[gs-y="196"] { top: 11760px }
.grid-stack > .grid-stack-item[gs-y="197"] { top: 11820px }
.grid-stack > .grid-stack-item[gs-y="198"] { top: 11880px }
.grid-stack > .grid-stack-item[gs-y="199"] { top: 11940px }
.grid-stack > .grid-stack-item[gs-y="200"] { top: 12000px }