body {
    background-color: rgb(30, 30, 30); /* Black background */
    color: white;            /* White text color */
    font-family: 'Roboto', sans-serif; /* Font family */
}

h1 {
    color: green; /* Green color for headers */
    font-family: 'Roboto', sans-serif; /* Font family */
}

p {
    font-size: 20px; /* Font size for paragraphs */
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background-color: rgb(0, 0, 0);
    color: white;
}

.ag-theme-alpine .ag-header-cell-label {
    text-align: center;
  }

.center-aligned-group-header .ag-header-group-cell-label {
    justify-content: center;
}
.select_box {
  color: #000000 !important;
  border-bottom: 3px dotted gold;
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 40px;
  -webkit-appearance: none;
  background-position-x: 244px;
}

/* assets/custom_styles.css */
.Select-control {
    background-color: rgb(255, 255, 255) !important; /* Dropdown background */
    color: rgb(0, 0, 0) !important;            /* Text color */
}

.Select-placeholder {
    color: white !important;            /* Placeholder color */
}

.Select--single > .Select-control .Select-value {
    color: white !important;            /* Selected value color */
}

.Select-menu-outer {
    background-color: rgb(255, 255, 255) !important; /* Dropdown options background */
}

.Select-option {
    color: rgb(0, 0, 0) !important;            /* Options text color */
}