
.dash-spreadsheet tr:hover td.dash-cell {
            background-color: rgba(0.1,0.1,0.1,0.1) !important;
            color: black !important;
         }
.dash-spreadsheet tr:hover th {
	background-color: rgba(0.1,0.1,0.1,0.1) !important;
	color: black !important
}

.dash-spreadsheet td {
	background-color:Transparent !important;
	color: white !important
}
.dash-spreadsheet th {
	background-color:Transparent !important;
	color: white !important
}

.column-header-name {
width: 100%;
text-align: center;
}
.Select-control {
    background-color:rgba(25, 25, 25,0.1) !important;
    color:white;
}  

.Select-value-label {
    color: white !important;
}

.Select-menu-outer {
    background-color:rgba(25, 25, 25,0.8) !important;
    color: white;
}

.table-wrapper {
  overflow: hidden auto;
  position: relative;
  max-height: 300px;
}

body {
    background-image: linear-gradient(90deg, rgba(34, 23, 115,0.8), rgba(150, 15, 26,0.8)) !important;
    margin:0 !important;
}

