html, body {
    font-family: "Source Sans 3 VF", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", "Arial", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    letter-spacing: .01em;
}

.body {
    /*Bottom margin removed because it causes the contents to scroll*/
    margin-bottom: 0px !important;
}

* {
    -ms-user-select : none;
    -webkit-user-select: none; 
    user-select: none;
}

.rz-card {
    min-height: 100%;
}

.dialogView + .rz-card {
    border-radius: 0px;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    padding: 0;
    min-height: 0px;
}

.dataGridHeader{
    padding:0;
}

.rz-splitter-bar {
    margin: 0px;
}

.flex-component{
    position: relative;
    flex-grow:1;
}

.flex-component > *{
    position: absolute !important;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.linkedTitle > *{
    display:inline-block;
}

.linkedTitle > h3 ~ * {
    float:right;
}
.linkedTitle > h3 ~ * a {
    display:block;
}

.customAttributeRowsContainer > div {
    display: flex;
    width: 100%;
    padding-bottom: 10px;
}
.customAttributeRowsContainer > div div { padding-left: 10px; }
.customAttributeRowsContainer > div div:first-child { line-height: 35px; }
.customAttributeRowsContainer > div div:last-child {
    padding: 0;
    flex: 1;
}

.relexTable td {
    padding: 0 15px 10px 0;
    min-width: 150px;
}
.relexTable td:last-child { padding: 0 0 10px 0; }
.relexTable tr:last-child td { padding-bottom : 0;}

.propertiesTable {
    display: inline-block;
    width: 200px;
}
.propertiesTable tr td:first-child{
    padding:10px 10px 10px 10px; 
}
.propertiesTable tr td:last-child {
    padding: 10px 10px 10px 0px;
}
.propertiesTable tr td *{ vertical-align:middle; }


/*.propertiesTable tr td {padding:14px 0 0 8px;}*/

/* Fake Radzen Button Style */
/* Starts */
.fake-radzen-button:active, .fake-radzen-button:focus, .fake-radzen-button {
    height: 35px;
    padding: 0 15px;
    position: relative;
    outline: none;
    border: none;
    border-radius: 5px;
    color: white;
    text-align: center;
    display: inline-block;
    background-color: #ff6d41;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
}

.fake-radzen-button.Big{
    padding: 10px 30px;
    font-size: 20px;
}


.fake-radzen-button::before {
    font-family: 'Material Symbols';
    float: left;
    content: attr(data-icon);
    padding-right: 5px;
}

.fake-radzen-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0);
    border-radius: 5px;
    border-top: solid 3px rgba(0,0,0,0);
    border-bottom: solid 3px rgba(0,0,0,0);
}

.fake-radzen-button:hover::after {
    background-color: rgba(255,255,255,0.1);
    border-bottom: solid 3px rgba(255,255,255,0.2);
}
.fake-radzen-button:active::after {
    border-top: solid 3px rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.1);
    border-bottom: solid 0px rgba(255,255,255,0);
}


.fake-radzen-button:disabled {opacity: 0.5; cursor:default;}
.fake-radzen-button:disabled::after {opacity: 0;}

.fake-radzen-button.Danger {background-color: #f9777f; }
.fake-radzen-button.Secondary {background-color: #479cc8;}
.fake-radzen-button.Primary {background-color: #ff6d41; }
.fake-radzen-button.Info {background-color: #68d5c8;}
.fake-radzen-button.Light {background-color: #e6ecef; color:#3a474d;}
.fake-radzen-button.Success {background-color: #5dbf74;}
.fake-radzen-button.Warning {background-color: #e6c54f;}

/* Ends */


/*RadzenSelector*/
/*Starts*/

.radzenselector{
    display:inline;
}

.radzenselector .fake-radzen-button,
.radzenselector .fake-radzen-button::after {
    border-radius: 0px;
}

.radzenselector .fake-radzen-button:first-child,
.radzenselector .fake-radzen-button:first-child::after {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.radzenselector .fake-radzen-button:last-child,
.radzenselector .fake-radzen-button:last-child::after {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

/*Ends*/

/* bayComponentController */
/* Starts */
.bayComponentController {
    width: 100%;
    display: flex;
    border-bottom: 3px solid darkgrey;
    padding: 5px;
    padding-bottom: 10px;
    margin-bottom: 1.25rem;
}

.bayComponentController .buttonPanel {
    width: 100px;
    display: inline-block;
    margin-right:5px;
 }

 .bayComponentController .buttonPanel button {
    width: 100%;
    text-align: center;
 }

.bayComponentController .baySelectorDisplay {
    flex-grow: 1;
    display: inline-block;
    overflow-x: auto
}

.bayComponentController .baySelectorDisplay .bayCard {
    height: 100%;
    display: inline-block;
    border: solid 2px black;
    border-right: none;
    position:relative;
}

.bayComponentController .baySelectorDisplay .bayCard .bayInteractable {
    border: none;
    width: 75px;
    font-size: 30px;
    font-weight: bolder;
    cursor: pointer;
    outline: none;
    height:100%;
}

.bayComponentController .baySelectorDisplay .bayCard .bayOrderControls {
    position: absolute;
    bottom: 0;
    background-color: #479cc8;
    left: 0;
    right: 0;
}

.bayComponentController .baySelectorDisplay .bayCard .bayOrderControls button{
    width:50%;
    float:left;
}

.bayComponentController .baySelectorDisplay .bayCard:last-child {
    border-right: solid 2px black;
}

.bayComponentController .baySelectorDisplay .bayCard:hover .bayInteractable {
    background-color: #cbf7ff;
}

.bayComponentController .baySelectorDisplay .bayCard.selected .bayInteractable {
    background-color: #ffde5f;
}

/* Ends */


/* labeldisplay */
/* Starts */
.labeldisplay:active,
.labeldisplay:focus,
.labeldisplay{
    display: block; 
    width: 100%; 
    height:300px; 
    outline: none;
    padding: 10px;
    line-height: 280px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABISURBVEhL7dGhEQAwCARBkkLovy1ohBj8ExGRmVvDuxOsiLAb7t5rZvd9hoBEQCIgEZD+D6yq6jmTmb1m+IFEQCIgEZAICGYHVMkI3/5p2ckAAAAASUVORK5CYII=');
    background-repeat: repeat;

}

.labeldisplay > div:active,
.labeldisplay > div:focus,
.labeldisplay > div{
    width:70%;
    height:70%;
    display:inline-block;
    overflow:hidden;
    line-height: normal;
    position: relative;
    outline: none;
    cursor: pointer;
    box-shadow: #000 1px 1px 10px;
    text-align:center;
}

.labeldisplay > div:hover::before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color: rgba(0,0,0,0.6);
}

    .labeldisplay > div:hover::after {
        content: attr(data-content);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-weight: bolder;
        font-family: Arial, Helvetica, sans-serif;
        margin: -25px 0 0 -100px;
        color: white;
        text-align: center;
    }

.labeldisplay > div > div{
    vertical-align: middle;
    height:100%;
}

/* Ends */

/* print template styles*/
/* Starts*/

.printTemplateSidePanel {
    width: 325px;
    position: relative;
    border-right: #e9edf0 5px solid;
}

.printTemplateSidePanel .sidePanelContainer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.printTemplateSidePanel .sidePanelContainer .sectionGroup {
    border: lightgrey 1px solid;
}

.printTemplateSidePanel .sidePanelContainer .sectionGroup:last-child { margin-bottom: 0px; }

.printTemplateSidePanel .sidePanelContainer .sectionGroup .sectionContainer {
    text-align: center;
    padding:5px;
}

.printTemplateSidePanel .sidePanelContainer .sectionGroup .sectionContainer .section {
    border: 2px lightgrey solid;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.printTemplateSidePanel .sidePanelContainer .sectionGroup .sectionContainer .section:focus {
    border-color: #087c61;
}

.printTemplateSidePanel .sidePanelContainer .sectionGroup > .menuDock {
    border: none;
    padding: 2px;
}

.printTemplateSidePanel .sidePanelContainer .sectionGroup .sectionContainer .section .menuDock {
    text-align: center;
    width: 43px;
    position: absolute;
    right: 0px;
    padding: 5px 5px 5px 5px;
    height: 100%;
    border:none;
    background-color:transparent;
}

.printTemplateSidePanel .sidePanelContainer .sectionGroup .sectionContainer .section .clickarea {
    position: absolute;
    left: 0;
    right: 43px;
    height: 100%;
    background-color: inherit;
    cursor: pointer;
}

.printTemplateSidePanel .sidePanelContainer .sectionGroup .sectionContainer .section .previewarea {
    position: absolute;
    left: -2px;
    top: -2px;
    transform-origin: left top;
}

/* Ends */

/* Entity WebComponent styles */
/* Starts */
entity-object {
    position: absolute;
}

entity-object .dragBox {
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    cursor: move;
    border: 3px dashed lightgrey;
    display: none;
    z-index: 500;
}

entity-object::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 3px dashed transparent;
}

entity-object .resizeHandle {
    position: absolute;
    background-color: white;
    border: 2px solid darkgrey;
    width: 10px;
    height: 10px;
    display: none;
    border-radius: 15px;
    z-index: 500;
}

entity-object .resizeHandle.north, entity-object .resizeHandle.south {
    cursor: n-resize;
}

entity-object .resizeHandle.east, entity-object .resizeHandle.west {
    cursor: e-resize;
}

entity-object .resizeHandle.north-west, entity-object .resizeHandle.south-east {
    cursor: nw-resize;
}

entity-object .resizeHandle.north-east, entity-object .resizeHandle.south-west,
entity-object .resizeHandle.resize1, entity-object .resizeHandle.resize2{
    cursor: ne-resize;
}

entity-object .resizeHandle.north {
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

entity-object .resizeHandle.south {
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

entity-object .resizeHandle.east {
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}

entity-object .resizeHandle.west {
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
}

entity-object .resizeHandle.north-west {
    top: -8px;
    left: -8px;
}

entity-object .resizeHandle.north-east {
    top: -8px;
    right: -8px;
}

entity-object .resizeHandle.south-west {
    bottom: -8px;
    left: -8px;
}

entity-object .resizeHandle.south-east {
    bottom: -8px;
    right: -8px;
}

entity-object .resizeHandle.resize1 {
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
}

entity-object .resizeHandle.resize2 {
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
}

entity-object.selected .dragBox, entity-object.selected .resizeHandle {
    display: block;
}

entity-object.editing .dragBox, entity-object.editing .resizeHandle { display: none; }
entity-object.editing{
    cursor: auto;
    -ms-user-select : auto;
    -webkit-user-select: auto; 
    user-select: auto;
}

entity-object[type="line"] {
    transform-origin: left center;
}
entity-object > .dataSheetTableContainer{
    width:100%;
    height:100%;
    position: relative;
    border:solid 1px #84A0BF;
    display:flex;
    flex-direction: column;
}

entity-object > .dataSheetTableContainer infinite-body{
    display: block;
    position : relative;
    width : 100%;
    height : 100%;
}
entity-object > .dataSheetTableContainer table{ width:100%; table-layout: fixed;}

entity-object.nowrap > .dataSheetTableContainer table.tableHead > tr > td{ white-space: nowrap; }

entity-object > .dataSheetTableContainer table.tableHead > tr > td { 
    overflow: hidden; 
    text-overflow: ellipsis;
    border:solid 1px #84A0BF;
    border-top: none;
}
entity-object > .dataSheetTableContainer table.tableHead > tr > td:last-child { border-right: none; }
entity-object > .dataSheetTableContainer table.tableHead > tr > td:first-child { border-left: none; }
entity-object > .dataSheetTableContainer table.tableHead.table-standard   { background-color: #98AFCA; }
entity-object > .dataSheetTableContainer table.tableHead.table-none ,
entity-object > .dataSheetTableContainer table.tableHead.table-light  { background-color: #fff; }

entity-object > .textBoxContainer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    resize: none;
}

entity-object.editing .textBoxContainer { 
    cursor: text;
    -ms-user-select : text;
    -webkit-user-select: text; 
    user-select: text;
}

entity-object.editing .textBoxContainer input { background-color:transparent; }

entity-host {
    display: block;
    position: relative;
    background-color: white;
    border: 1px solid lightgrey;
}

entity-host[creation-mode="box"], entity-host[creation-mode="line"] {
    cursor: crosshair;
}

entity-section {
    position: relative;
    display: block;
    overflow: hidden;
}

entity-section.selected {
    box-shadow: #35c4d7 0px 0px 6px 2px;
    z-index: 10;
}

/*entity-section.selected::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-shadow: inset #35c4d7 0px 0px 6px 2px; 
    z-index: 100;
}*/

.planogramContainer{
    position:relative;
    display:flex;
    flex-direction: column;
    height:100%;
}
.planogramContainer entity-section[data-name="PlanogramBody"]{
    flex-grow:1;
}
.planogramContainer entity-section[data-name="PlanogramBody"] .planogramBody{
    height:100%;
    background-color:lightgrey;    
}

/*.planogramContainer entity-section[data-name="PlanogramHighlightLegend"] {
    height: 100px;
}*/

.planogramContainer entity-section[data-name="PlanogramHighlightLegend"] .planogramHiglightLegend {
    height: 100%;
    width: 100%;
    background-color:white;
}
.planogramContainer entity-section[data-name="PlanogramHighlightLegend"] .planogramHiglightLegend > table{
    height: 100%;
    width: 100%;
}
.planogramContainer entity-section[data-name="PlanogramHighlightLegend"] .planogramHiglightLegend > table > tr > td{
    border:1px black dashed;
}

/* Ends */

/* controlpanel styles */
/* Starts */

.controlpanel{
    margin:0;
}
.controlpanel > .controlpanel-item {
    display: inline-block;
    padding: 25px 10px 10px 10px;
    position: relative;
    z-index: 100;
    vertical-align: middle;
    border: 1.5px dotted darkgrey;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-right: 3px;
    transition:border 0.2s;
}
    .controlpanel > .controlpanel-item:hover {
        border-color: black;
    }

.controlpanel > .controlpanel-item::after {
    content: attr(data-title);
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    font-size: 10px;
    text-align: center;
    font-weight: bolder;
}

/* Ends */

/*Radio Button List*/
/* Starts */
.checkboxList button,
.radioButtonList button {
    align-items: center;
    border: none;
    outline: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    background-color: transparent;
    color: #606060;
    display: flex;
    gap: 5px;
}
.checkboxList button:focus,
.radioButtonList button:focus {
    outline: none;
}
.radioButtonList button > div {
    flex-grow:0;
    flex-shrink:0;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    border: lightgrey solid 2px;
    line-height: 40px;
}
.radioButtonList button > span{
    flex-grow:1;
    font-weight:bolder;
}
.checkboxList button:hover,
.radioButtonList button:hover {
    color: black;
}
.radioButtonList button:hover > div{
    border-color: #686868;
    transition: none;
}
.radioButtonList button.selected > div {
    border: #3e89b0 solid 6px;
    transition: 0.1s all;
}

.checkboxList button.selected,
.radioButtonList button.selected {
    color: black;
}

/* Ends */

/*Check Box List*/
/*Starts*/

.checkboxList button::before {
    content: "";
    border: 1px solid darkgrey;
    font-size: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 20px;
    
}

.checkboxList button {
    height:20px;
    padding:0;
    padding-left:30px;
}

.checkboxList button::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(0,0,0,0);
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 20px;
    transition: 0.2s all;
}

.checkboxList button:hover::before {
    border: 1px solid black;
}
.checkboxList button.selected::after {
    border: 5px solid #479cc8;
    font-size: 15px;
    background-color: #3a474d;
}
.checkboxList button span {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
/*Ends*/

/* TaskCard */
/* Starts */
.taskCard{
    border:dashed lightgrey 1px;
    border-radius:5px;
    transition:0.15s border;
    padding:10px;
    margin:10px 5px 10px 10px;
}
.taskCard:first-child { margin: 0px 5px 0px 10px; }
.taskCard:last-child {margin-bottom:0;}
.taskCard.error { background-color: #f9777f1b; }
.taskCard:hover { border-color:black; }
.taskCard > div { margin: 0 0 10px 0; }
.taskCard .title {
    font-size: large;
    font-weight:bolder;
}
.taskCard .description {
    font-size: 8pt; 
    font-family: system-ui;
}
.taskCard .error {
    display: none;
    font-size: smaller;
    padding: 5px 20px;
    background-color: #f9777f;
    color: white;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0 0 0;
}
.taskCard.error .error {display: block;}
.taskCard .interactable{margin:0;}

/*Ends*/

/* Task Tree Component*/
/* Starts */
.visualTaskTree{
    height:100%;
    width:100%;
    overflow:auto;
    padding:10px;
}

.visualTaskTree .taskBox div {
    width: 300px;
    padding: 20px;
    transform: translateX(-150px);
    font-size:13px;
    font-weight:bolder;
    position:relative;
    margin: 10px 0px 30px 50%;
}

.visualTaskTree .taskBox div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 1px solid darkgrey;
}

.visualTaskTree .taskBox div::after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: darkgrey;
    height: 30px;
    top: 100%;
    left: 50%;
    margin-left: -1px;
    cursor:default;
}

.visualTaskTree .taskBox:last-child div { margin-bottom: 0; }
.visualTaskTree .taskBox:last-child div::after { display:none; }
.visualTaskTree .taskBox.selected div::before { border: 5px solid #479cc8; }
.visualTaskTree .taskBox .selectable { cursor: pointer; }
.visualTaskTree .taskBox .selectable.invalid::before {border: 5px solid #f9777f;}
.visualTaskTree .taskBox.selected .invalid::before { border-color:purple; }

/*Ends*/

/*Hierarchy Styles*/
/* Starts */

.hierarchyLevelsContainer .hierarchyLevel div {
    position: relative;
}

.hierarchyLevelsContainer .hierarchyLevel div::after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: grey;
    height: 40px;
    top: 90%;
    left: 50%;
    margin-left: -1px;
    cursor: default;
    z-index: -1;
}

.hierarchyLevelsContainer .hierarchyLevel:last-child div::after {
    display: none;
}

.hierarchyTreeNode {
    display:flex; 
    align-items: center
}

.hierarchyTreeNode div {
    display: flex;
    align-items: center;
}

.hierarchyShapesGrid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    margin-left: -5px;
}

.hierarchyShapesGrid div {
    position: relative;
    margin: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.hierarchyShapesGrid div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 1px solid darkgrey;
}

.hierarchyShapesGrid div.selected::before {
    border: 3px solid;
    border-color: rgb(8, 124, 97)
}

/*Ends*/


/* Dialog styles */
/* Starts */
.rz-dialog-content {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.rz-dialog-content .content-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    /*margin-top: 10px;*/
}

.rz-dialog-content .content-header {
    flex-grow: 0;
    padding: 0px 10px 10px 10px;
    margin: -10px -20px 0px -10px;
    /*border-bottom: lightgrey solid 1px;*/
    text-align: left;
}

.rz-dialog-content .content-footer {
    flex-grow: 0;
    padding: 10px 10px 0px 10px;
    margin: 10px -20px 0px -20px;
    /*border-top: lightgrey solid 1px;*/
    text-align: right;
}

.content-pager {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.content-pager > * {
    margin-left: 5px;
    margin-right: 5px;
    align-content: center;
    white-space: nowrap;
}

/* Ends */
/* Product Image Display Component */
/* Starts */
.productImageDisplays {
    background-color: white;
}

.productImageDisplays > div {
    display: inline-flex;
    vertical-align: middle;
    height: 250px;
    width: 175px;
    flex-direction: column;
    margin: 5px;
}

.productImageDisplays > div > label {
    border: none;
    height:215px;
    line-height:215px;
    text-align:center;
    outline:none;
    background-color:#f6f6f6;
    overflow:hidden;
    cursor:pointer;
}
.productImageDisplays > div > label:hover {
    background-color: lightgrey;
}
.productImageDisplays > div > label > img {
    max-width: 100%;
    max-height: 100%;
}

.productImageDisplays > div > label > span {
    font-family: 'Material Symbols';
    font-size: 60px;
    padding: 20px;
    color: #666;
}
.productImageDisplays > div > label > input{
    display:none;
}
.productImageDisplays > div > div {
    display: flex;
    background-color: #f9777f;
}

.productImageDisplays > div > div button {
    height: 35px;
}

.productImageDisplays > div > div span {
    flex-grow: 1;
    text-align: center;
    line-height: 35px;
    background-color: #479cc8;
    height: 35px;
    color:white;
}
    /* Ends */



/* Planogram Loader Styles*/

.noPackageScreen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #d1d1d1;
    z-index:1;
}

.noPackageScreen > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.noPackageScreen > div > button,
.noPackageScreen > div > label {
    display: block;
    width: 400px;
    height: 100px;
    text-align: left;
    padding: 10px 10px 10px 90px;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 5px;
    border: white 2px solid;
    position: relative;
    outline: none;
}

.noPackageScreen > div > button::before,
.noPackageScreen > div > label::before {
    content: attr(data-icon);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 96px;
    text-align: center;
    line-height: 96px;
    font-family: 'Material Symbols';
    font-size: 30px;
    color: #a8a8a8;
}

.noPackageScreen > div > button:hover::before,
.noPackageScreen > div > label:hover::before {
    color: black;
}

.noPackageScreen > div > label:disabled::before,
.noPackageScreen > div > button:disabled::before {
    color: #cccccc;
}

.noPackageScreen > div > label > span,
.noPackageScreen > div > button > span {
    display: block;
    word-wrap: normal;
    white-space: normal;
    padding: 5px 10px;
    width: 100%;
}

.noPackageScreen > div > label > span:first-child,
.noPackageScreen > div > button > span:first-child {
    font-size: x-large;
    font-weight: bolder;
}



.noPackageScreen > div > label > span:last-child,
.noPackageScreen > div > button > span:last-child {
    font-size: small;
}
.noPackageScreen > div > label:hover,
.noPackageScreen > div > button:hover {
    border-color: #000000;
}
.noPackageScreen > div > label:disabled,
.noPackageScreen > div > button:disabled {
    border-color: white;
}

.dialogLoadingScreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    text-align: center;
    z-index: 1000;
}

.dialogLoadingScreen::before {
    content: "Loading ...";
    white-space:nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: black;
    font-size: 50px;
}

/* Ends */

/* Tabs Bar*/
/* Starts */

.tabsControl{
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
}

.tabsControl > .tabContents {
    flex: 1 1 50px;
    overflow: auto;
}

.tabsControl.floatBottom { flex-direction: column-reverse; }

.tabsControl > .tabContents > .tabBody { width:100%;height:100%; overflow: auto; }

.tabsBar {
    width: 100%;
    background-color: #e9edf07d;
    font-size: 0;
    padding: 5px 5px 0 5px;
    white-space:nowrap;
    overflow-x: auto;
}

.tabsControl > .tabsBar{ flex-grow:0; }

.tabsBar.upsideDown{padding: 0 5px 5px 5px; }

.tabsBar .tabItem {
    display: inline-block;
    padding: 0px 35px 0px 10px;
    font-size: 12px;
    color: darkgrey;
    background-color: gainsboro;
    font-weight: normal;
    min-width: 120px;
    min-width: 150px;
    border-top: 5px solid #f4f6f8;
    border-bottom: none;
    cursor: pointer;
    position: relative;
    line-height: 30px;
    transition: 0.2s color, 0.2s background-color;
}

.tabsBar .tabItem span {
    display: inline-block;
    width: 100%;
    line-height: initial;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: text-bottom;
    text-overflow: ellipsis;
}

.tabsBar.upsideDown .tabItem {
    border-bottom: 5px solid #f4f6f8;
    border-top: none;
    min-width: 100px;
}

.tabsBar .tabItem button,
.tabsBar .tabItem button:hover,
.tabsBar .tabItem button:focus,
.tabsBar .tabItem button:active {
    outline:none;
}

.tabsBar .tabItem button {
    font-family: "Material Symbols";
    border: none;
    background-color: transparent;
    color: darkgrey;
    padding: 0;
    font-weight: bolder;
    line-height: initial;
    display: inline-block;
    height: 17px;
    width: 17px;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 7px;
}

.tabsBar .tabItem.noMinWidth {
    min-width: 0px;
}

.tabsBar .tabItem.selected button {
    color: grey;
}

.tabsBar .tabItem button:hover {
    color: white;
    background-color: rgb(0,80,115);
}

.tabsBar .tabItem button:active {
    color: white;
    background-color: rgba(0,0,0,0.4);
}

.tabsBar .tabItem.selected button:hover {
    color: white;
}

.tabsBar .tabItem:hover {
    color: black;
    background-color: #edeaea;
}

.tabsBar .tabItem.selected {
    border-top: rgb(0,80,115) 5px solid;
    border-bottom: none;
    background-color: rgb(255,255,255);
    color: black;
    font-weight: normal;
    cursor: default
}

.tabsBar.upsideDown .tabItem.selected {
    border-bottom: rgb(0,80,115) 5px solid;
    border-top: none;
}
/* .rz-splitter-pane{ overflow: unset !important; } */

/* Ends */


/* New Menu Styles*/
/* Starts */

.menuContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1050;
    pointer-events:none;
}
.menuContainer > *{
    pointer-events:auto;
}

.menu > div.menuItem {
    border: solid 1px black;
    z-index: 1050;
    background-color: #414141;
}

.menu > div.menuItem, .menu .branchMenu > div.menuItem {
    line-height: 30px;
    text-align: left;
    padding: 0px 5px;
    cursor: pointer;
    white-space: nowrap;
}

.menu > div.menuItem > span[data-icon]:not([data-icon=''])::before,
.menu .branchMenu > div.menuItem > span[data-icon]:not([data-icon=''])::before {
    content: attr(data-icon);
    font-family: 'Material Symbols';
    font-size: 15px;
    vertical-align: bottom;
    display: inline-block;
    font-weight: bold;
    color: rgb(97, 97, 97);
    flex:0;
}

.menu > div.menuItem:hover > span,
.menu .branchMenu > div.menuItem:hover > span { color: black;
    padding-right:35px; }

.menu > div.menuItem.disabled:hover,
.menu .branchMenu > div.menuItem.disabled:hover {
    background: transparent;
    cursor: default;
    color: rgba(255,255,255,0.3)
}

.menu{
    font-size: small;
    min-width: 150px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    border: none;
    outline: none;
    overflow:visible;
    z-index: 1000;
}

.menu .branchMenu.open {
    display: block;
    visibility: visible;
}

.menu > div.menuItem.checked > span::after, 
.menu .branchMenu > div.menuItem.checked > span::after
{
    font-weight: bold;
    color: rgb(97, 97, 97);
}

.menuDock.dark .menu > div.menuItem.checked > span::after,
.menuDock.dark .menu .branchMenu > div.menuItem.checked > span::after {
    color: white;
}

.menu > div.menuItem.checked > span::after, 
.menu .branchMenu > div.menuItem.checked > span::after {
    content: "✓";
}

.menu .branchMenu > div.menuItem.checked,
.menu > div.menuItem > span[data-key]{
    padding-right:35px;
}

.menu > div.menuItem > span[data-key]:not([data-key=''])::after,
.menu .branchMenu > div.menuItem > span[data-key]:not([data-key=''])::after {
    content: attr(data-key);
    width: 25px;
    color: rgb(97, 97, 97);
    text-align: center;
    flex:0;
}

.menu span{
    cursor:pointer;
    padding: 0px 35px 0 10px;
    display: flex;
    border-radius: 3px;
    width:100%;
    height:100%;
    align-items: center;
    justify-content: space-between;
}

.menu span > a {
    flex-grow: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menu,
.menu .branchMenu {
    box-shadow: 0px 0px 10px #00000071;
    border-radius: 5px;
    z-index: 1000;
}

.menu,
.menu .branchMenu {
    top: 0;
    left: 0;
    padding: 5px 0;
    background: white;
    cursor: default;
}

.menu hr,
.menu .branchMenu hr {
    background: white;
    border: none;
    border-top: 1px solid #d9d9d9;
    margin: 3px 20px;
    cursor: default;
}

.menu > div.menuItem {
    border: none;
    background-color: white;
    text-overflow: ellipsis;
}

.menu div.menuItem:hover > .branchMenu > div.menuItem {
    color: #3a474d;
    cursor:pointer;
}

.menu .branchMenu {
    position: absolute;
    left: 0;
    top: 0px;
    display:none;
}

.menuDock{
    width: 100%;
    padding: 5px;
    background-color: whitesmoke;
    font-size:0px;
    display: inline-block;
}

.menuDock > div.menuItem{
    display: inline-block;
    font-size: 13px;
    position: relative;
}
.menuDock > div.menuItem > span {
    padding: 7px 15px;
    border-radius: 5px;
    display: block;
    line-height: 18px;
    border: solid 1px transparent;
}


.menuDock.dark > div.menuItem:not(.disabled):hover > span
{ 
    border: solid 1px lightgray; 
}
.menuDock.tool > div.menuItem:hover{border-color: rgb(163, 163, 163);}

.menuDock.tool{ background-color: #ececec; border-bottom: #e3e3e3 4px solid; }
.menuDock.tool > div.menuItem {
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.1s;
    font-size: 0;
    position: relative;
    z-index: unset;
    vertical-align:bottom;
}

.menuDock.tool > div.menuItem > span{
    display: inline-block;
    padding: 8px;
    font-size: 13px;
    border-radius: 0px;
    background-color:transparent;
}

.menuDock.tool:empty {
    border: none;
    padding: 0px;
}

.menuDock.tool > div.menuItem.disabled > span{
    color: lightgrey;
}

.menuDock.tool > div.menuItem > span:nth-child(2){
    padding-left:3px;
    padding-right:3px;
}

.menuDock.tool > div.menuItem > span[data-icon]::before{
    content: attr(data-icon);
    padding-right: 10px;
    display: inline-block;
    font-family: 'Material Symbols';
    font-size: 20px;
    font-weight: normal;
    vertical-align: sub;
}

.menuDock.tool > div.menuItem > span:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.menuDock.tool > div.menuItem > span:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}



.menuDock.tool > div.menuItem > span[data-icon]:empty::before { padding-right: 0px; }
.menuDock.tool:not(.dark) > div.menuItem:not(.disabled):not(.selected) > span:not(.checked):hover:not(:active) {
    background-color: lightgray;
}

.menuDock > hr {
    display: inline-block;
    margin: 5px;
    border: none;
    border-left: #c5c5c5 1px solid;
    height: 22px;
    vertical-align: bottom;
}

.menuDock.tool > hr { height: 26px; }

.menuDock.tool > div.menuItem[data-caption]:not(.selected,.disabled):after {
    content: attr(data-caption);
    position: absolute;
    left: 0px;
    font-size: 12px;
    background-color: #5fa1c5;
    color: white;
    padding: 5px 10px;
    z-index: 100;
    white-space: nowrap;
    min-width: 100%;
    vertical-align: bottom;
    border-radius: 5px;
    display: none;
    opacity: 0;
    transform: scale(0.5,0.5) translate(-50%, 5px);
}

.menuDock > div.menuItem[data-caption]:not(.selected):hover::after{
    animation: captionIn 0.3s 1;
    animation-fill-mode: forwards;
    animation-delay:0.5s;
    display: block;
}

.menuDock.tool > div.menuItem > span[data-key]:last-of-type::after {
    content: attr(data-key);
    padding-left: 10px;
    display: inline-block;
    font-family: 'Material Symbols';
    font-size: 16px;
    font-weight: bold;
    vertical-align: sub;
    font-family: 'Material Symbols';
}
/*
.menuDock.dark.tool > div.menuItem > span:hover {
    background-color: transparent;
}*/

.menuDock.dark.tool{
    border:none;
}

.menu > div.menuItem:hover > span,
.menu .branchMenu > div.menuItem:hover > span,
.menuDock.tool > div.menuItem > span:active,
.menuDock.dark > div.menuItem.selected > span,
.menuDock.dark .menu div.menuItem:hover > span,
.menuDock.tool > div.menuItem > span.checked,
.menuDock:not(.dark):not(.tool) > div.menuItem:not(.disabled):hover > span,
.menuDock:not(.dark) > div.menuItem.selected:not(.disabled) > span,
.menuDock.tool:not(.dark) > div.menuItem:not(.disabled) > span:active {
    background-color: #35a0d7;
    color: white;
}


.menuDock.dark > div.menuItem.selected > span:last-of-type {
    border: solid 1px white;
}

.menuDock div.menuItem.disabled > span,
.menuDock div.menuItem.disabled > span:before,
.menuDock div.menuItem.disabled > span:after
{
    color:#00000026;
}

.menuDock.dark div.menuItem.disabled > span::before,
.menuDock.dark div.menuItem.disabled > span::after,
.menuDock.dark div.menuItem.disabled > span {
    color: #ffffff61;
}

.menuDock.tool > div.menuItem.disabled > span:active,
.menuDock div.menuItem.disabled > span:hover,
.menuDock.dark.tool > div.menuItem.disabled > span:active,
.menuDock.dark div.menuItem.disabled > span:hover {
    background-color: transparent;
}
.menuDock.dark.tool > div.menuItem.disabled > span:active,
.menuDock.dark div.menuItem.disabled > span:hover {
    color: #ffffff61;
}

.menuDock.tool div.menuItem.disabled:hover {
    border-color: transparent;
    transition: none;
}

.menuDock div.menuItem.disabled,
.menuDock div.menuItem.disabled > span,
.menuDock div.menuItem.disabled > span:before,
.menuDock div.menuItem.disabled > span:after{ cursor: default; }

.menuDock > div.menuItem.input > span:active {
    background-color: unset;
}


@keyframes captionIn {
    from {
        opacity: 0;
        transform: scale(0.2,0.2) translate(0, 5px);
    }

    to {
        opacity: 1;
        transform: scale(1,1) translate(0, 5px);
    }
}

.menuDock.dark .menu,
.menuDock.dark,
.menuDock.dark .menu > div.menuItem,
.menuDock.dark .menu > div.menuItem > span {
    background-color: #0c2735;
    color: white;
}

.menu > div.menuItem.disabled,
.menu .branchMenu > div.menuItem.disabled,
.menuDock.dark .menu > div.menuItem.disabled,
.menuDock.dark .menu > div.menuItem.disabled > span {
    color: rgba(255,255,255,0.3);
    cursor: default;
}
.menuDock.dark .menu div.menuItem > span:before{ color:white; }
.menuDock.dark hr{ border-color:gray;}

.menuDock.dark div.menuItem.disabled > span
.menuDock.dark div.menuItem.disabled:hover > span{ background-color: transparent; color:darkgrey;}

.menuDock.tool div.menuItem.selection > .menu {
    max-height: 300px;
    overflow: auto;
}

.menuDock.tool div.menuItem.selection > .menu {
    max-height: 300px;
    overflow: auto;
}

.menuDock.tool div.menuItem.selection > span {
    padding: 0 20px 0 8px;
    text-overflow: ellipsis;
    min-width: 75px;
    background-color: white;
    border: 1px solid #767676;
    height: 34px;
    line-height: 34px;
    border-radius: inherit;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.menuDock.tool > div.menuItem.selection > span[data-key]:last-of-type::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0;
}

.menuDock.tool > div.menuItem.selection > .menu > div.menuItem > span::before { display:none; }

.menuDock.dark .menu div.menuItem:not(.disabled):hover > span:before,
.menuDock.dark .menu div.menuItem:not(.disabled):hover > span:after {
    color: black;
}
/* Ends */
/* Side Menu */
/* Starts*/
.sideMenuContainer {
    background-color: #ececec;
    display: flex;
}

.sideMenuContainer .sideMenuBar {
    padding-top: 5px;
    background-color: #ececec;
}

.sideMenuContainer .sideMenuButton {
    padding: 0px 5px 5px 5px;
    cursor: pointer;
    text-align: center;
    position:relative;
}

.sideMenuContainer .sideMenuButton::before {
    content: attr(data-icon);
    font-family: 'Material Symbols';
    font-size: 20px;
    font-weight: 900;
    border-radius: 8px;
    padding: 8px;
    display: block;
    line-height: 20px;
}



.sideMenuContainer .sideMenuButton:hover::before { background-color: rgba(0,0,0,0.1); }
.sideMenuContainer .sideMenuButton.selected { color: white; }
.sideMenuContainer .sideMenuButton.selected::before { background-color: #35a0d7; }
.sideMenuContainer .sideMenuButton.disabled{ cursor: default; }
.sideMenuContainer .sideMenuButton.disabled::before {
    color: lightgrey;
    background-color: rgba(0,0,0,0);
}

.sideMenuContainer .sideMenuBar hr {
    margin: 5px 10px 10px 10px;
    padding: 0;
    border: 1px solid darkgrey;
}

.sideMenuContainer .resizeBar {
    width: 5px;
    background-color: #e9edf0;
    /*cursor: ew-resize;*/
    z-index: 1000;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
}

.sideMenuContainer .sideMenuButton::after {
    content: attr(data-caption);
    position: absolute;
    z-index: 1000;
    padding: 5px;
    background-color: #5fa1c5;
    top: 0;
    left: 100%;
    white-space: nowrap;
    color: white;
    min-width: 100%;
    vertical-align: text-top;
    border-radius: 5px;
    display: none;
    opacity: 0;
    transform: scale(0.5,0.5) translate(-50%, 5px);
    font-size:15px;
}

.sideMenuContainer .sideMenuButton:not(.selected,.disabled):hover::after {
    animation: captionIn 0.2s 1;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    display: block;
}

resizable-panel{ display: block; 
    position: relative; 
    background-color: white;
}

resizable-panel > div{
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}


/* Ends */

/* Selection Grid */
/* Starts*/
.selectionGrid > div {
    display: grid;
}
.selectionGrid > div > button {
    height: 150px;
    outline:none;
    border:2px solid transparent;
    background-color:#e4e4e4;
    display:inline-flex;
    flex-direction:column;
    padding:0;
    border-radius:5px;
}
.selectionGrid > div > button:hover {
    background-color: #b2b2b2;
    border: 2px solid black;
}

.selectionGrid > div > button.selected {
    background-color: #fff;
    border: 2px solid #479cc8;
}
.selectionGrid > div > button > div {
    flex-grow: 1;
    width:100%;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    margin-top:10px;
}
.selectionGrid > div > button > span {
    flex-grow: 0;
    padding:5px 10px;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

/*Ends*/


/* RxTable */
/* Starts */

.rxTable thead th, .rxTable tbody td  { border-left: lightgrey solid 1px; }
.rxTable thead th:first-child, .rxTable tbody td:first-child { border-left: none; }
.rxTable thead tr th, .rxTable tbody tr td {border-bottom: lightgrey solid 1px;    }
.rxTable thead tr:last-child th, .rxTable tbody td { border-bottom: none; }

.rxTable {border: lightgrey solid 1px; }
.rxTable table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    max-height: 100%;
    border-spacing: 0;
}

.rxTable tr {
    width: 100%;
    color: #3a474d;
    transition: background-color 0.2s linear, color 0.2s linear;
}

.rxTable tbody tr:nth-child(odd) { background-color: white; }
.rxTable tbody tr:nth-child(even), .rxTable thead tr:nth-child(2) { background-color: rgb(246, 247, 250); }

.rxTable tbody tr:hover {
    background-color: rgba(53,160,215,0.2);
    color: #3193c6;
}



.rxTable tbody tr td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    line-height: 16px;
    color: rgb(58, 71, 77);
    font-weight: 400;
    padding: 4px 8px;
}

.rxTable tbody {
    overflow: auto;
}

.rxTable thead {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: rgb(233, 237, 240);
}

.rxTable thead th {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 6px 4px 8px;
    color: #3a474d;
    overflow: hidden;
}

.rxTable thead tr:first-child th {font-variant: all-small-caps;}



.rxTable tbody tr.selected {
    background-color: rgb(49, 147, 198);
    transition: none;
}

.rxTable tbody tr.selected td {
    color: white;
    transition: none;
}
.rxTable thead th > div{
    display: inline-flex;
    align-items: center;
    width:100%;
}

.rxTable thead tr th.icon > div::before {
    content: attr(title);
    display: inline-block;
    margin-right:2px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

.rxTable thead tr th.icon > div::after {
    content: "sort";
    font-family: 'Material Symbols';
    font-variant: normal;
    vertical-align: middle;
    display: inline-block;
}

.rxTable thead tr th.icon.nosort > div::after {content: unset;}

.rxTable thead tr th.icon.ascending > div::after { content: "arrow_drop_up"; }

.rxTable thead tr th.icon.descending > div::after { content: "arrow_drop_down"; }

/*Ends*/


/* Highlight legend */
/* Starts */
.highlightLegend {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: white;
    border-radius: 5px;
    border: 2px solid darkgrey;
    overflow: hidden;
    margin: 10px;
}

.highlightLegend .title{
    height:30px;
    line-height:30px;
    padding: 0px 10px;
}

.highlightLegend.open .title{ background-color:#ececec; }

.highlightLegend .title:hover{
    background-color: #dadada;
    cursor: pointer;
}

.highlightLegend .title::after{
    font-family: 'Material Symbols';
    content: "expand_more";
    height:30px;
    line-height:30px;
    float: right;
    padding:0 5px;
    font-size: 15px;
    font-weight: bolder;
    margin-right: -5px;
}

.highlightLegend.open .title::after{
    font-family: 'Material Symbols';
    content: "expand_less";
}

.highlightLegend .legend{
    max-height:200px;
    overflow:auto;
    display: none;
    padding: 10px;
}

.highlightLegend.open .legend{ display: block; }

.highlightLegend .legend > div{ margin-bottom:2px; padding-right:25px; position:relative;}

.highlightLegend .legend > div > span{
    flex-grow:1;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right:2px;
}

.highlightLegend .legend > div > div{ 
    position:absolute;
    right:0px;
    top:0px;
    height:25px;
}

/* Ends */



/* Image Upload Grid */
/* Starts */
.imageUploadGrid{
    height:100%;
    width:100%;
    overflow:auto;
}

.imageUploadGrid > div {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(140px,1fr));
}

.imageUploadGrid > div > div {
    height: 150px;
    border: 2px solid transparent;
    background-color: #e4e4e4;
}

/* Ends */
.userTable td {
    padding: 5px 0;
}

.memberRoleCells{
    padding:0;
    line-height:21px;
    font-size:21px;
    font-family:Material Symbols;
    font-weight:bolder;
    text-align:center;

}

.rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
    width: 100%;
    padding-right: 0.625rem !important;
}


.rz-tabview-panel {
    height: 100% !important;
    padding:5px;
}

/*.rz-dialog-content {
    height: 85% !important;
}*/

.sk-cube-grid {
    width: 200px;
    height: 200px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: rgb(22, 81, 117);
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}