/*
  You can add custom CSS rules or import files here.
*/


/* Import the Radzen CSS files */
/*@import './material-dark.css';*/

.top-row {
    background-color: #0F4C75;
    box-shadow: 5px 5px 5px lightblue;
}

.btn-primary1 {
    background-color: #0b5d78 !important;
    border-color: #0e536a !important;
    border-radius: 1px solid transparent !important;
}

.btn-success1 {
    background-color: #398439 !important;
    border-color: #255625 !important;
    border-radius: 1px solid transparent !important;
}

.btn-danger1 {
    background-color: #FF0000;
    border-color: #d73925;
    border-radius: 1px solid transparent !important;
}

.tabinator{
    color: black;
}

