
body {
 background-color: #052f4a;
 }


/* AG Table headers */
.ag-header-cell-label {
    font-family: 'Arial';
    font-size: 16px;
    color: #031726;
   /* background-color: #BEC2C9; */
}


/* Modal settings */
.modal-header .btn-close {       /* Closing button */
    filter: invert(1);           /* Inverts color (white on dark bg) */
    opacity: 1;                  /* Makes sure it's fully visible */
}

.modal-content {
    border-radius: 12px !important;
    border: 0px
}

.no-bold-th {
    font-weight: normal !important;
}