@font-face {
    font-family: 'Nunito';
    src: url('/fonts/nunito/Nunito-VariableFont_wght.ttf') format('truetype');
}

#reportListTable tr td {
    /*height: 56px;*/
    vertical-align: middle;
}

.bg-gradient-primary {
    background-color: #E8530F;
    background-image: linear-gradient(180deg, #E8530F 10%, #e8733d 100%);
    background-size: cover;
}

.copy-cell-icon-div {
    /*display: none;*/
    position: absolute;
    right: 5px;
    cursor: pointer;
    color: #aaa;
    margin-top: -8px;

}

.ag-theme-balham {
    /* Vertical borders between header cells */
    --ag-cell-horizontal-border: var(--ag-row-border-width) var(--ag-row-border-style) var(--ag-row-border-color);
    /* Add left and right borders to each cell and use row border's properties  */
    --ag-header-column-separator-display: block;
}

#togglePassword:focus {
    outline: none !important;
    box-shadow: none !important;
}