#un-supported-browser .container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative; 
    background: #EEF1F4;
    font-family: "Gilroy",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif
}
  
#un-supported-browser .box {
      border: 1px solid #ddd;
      background: white;
      padding: 25px 45px;
      max-width: 500px;
}

.rdg-armalytix {
    height: calc(100vh - 300px);
    min-height: 350px;
}

.rdg-armalytix .rdg-row .rdg-cell{
    font-family: monospace;
}

.rdg-armalytix .rdg-cell-description {
    overflow: hidden !important;
    display: inline-block;
}

.rdg-editor-container {
    position: relative;
    width: 100%;
    outline-color: #508ab8;
}

.rdg-editor-container input {
    border-top: none;
    border-color: transparent;
    background-color: rgba(255,255,255,0.25);
}

.rdg-cell-calculated-balance {
    background-color: #f1f1f1;
}

.rdg-top-summary-row {
    background-color: #f9f9f9;
}

.rdg-top-summary-row > .rdg-cell { /* adding this to css as rdg.SummaryCell is not added to the cell when build is created*/
    inset-block-start: 100px;
}
.rdg-row-highlight1[aria-selected='false'] .rdg-cell {
    background-color: #ffc9c9;
}

.rdg-row-highlight1[aria-selected='false'] .rdg-cell-calculated-balance {
    color: red;
}

.rdg-row-highlight2[aria-selected='false'] .rdg-cell {
    background-color: #f0c9ff;
}

.rdg-row-highlight3[aria-selected='false'] .rdg-cell {
    background-image: -webkit-linear-gradient(left, #ffc9c9 0%, #f0c9ff 100%);
    background-image: -moz-linear-gradient(top, #ffc9c9 0%, #f0c9ff 100%);
    background-image: linear-gradient(to top, #ffc9c9, #f0c9ff);
}

.rdg-row[aria-selected='true'] .rdg-cell {
    background-color: #b9d2e8;
}

.rdg-row-highlight0 .rdg-cell {
    background-color: #fff8c9 !important;
}

.rdg-row-highlight1[aria-selected='false']:hover .rdg-cell {
    background-color: #f3b9b9;
}

.rdg-row-highlight2[aria-selected='false']:hover .rdg-cell {
    background-color: #c796da;
}

.rdg-row-highlight3[aria-selected='false']:hover .rdg-cell {
    background: linear-gradient(#f3b9b9, #c796da);
}

.rdg-row[aria-selected='true']:hover .rdg-cell {
    background-color: #9fbbd3;
}

.rdg-row-highlight0:hover .rdg-cell {
    background-color: #f3ebb4 !important;
}

.RaLabeled-label {
    margin-bottom: 0 !important;
}