.resourcecost .ag-header-cell-text{
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalise;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.resourcecost .ag-row-even{
background-color:  #F8F8F8;
}

.resourcecost .ag-cell-value{
 font-weight: 400;
 font-size: 12px;
 font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.resourcecost .ag-header-icon .ag-header-cell-menu-button{
  display: contents !important;
}


#root {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.resourcecost .ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
  /* overflow: scroll !important; */
  flex: 1 1 auto;
  width: 0;
}
  
.resourcecost .ag-column-panel{
  height: 100%;
}

.resource-datepicker .css-1gmtgan-MuiInputBase-root-MuiOutlinedInput-root{
  width: 160px !important;
  border-radius: 25px !important;
  font-size: 12px !important;
  height: 34px !important;
}

.resourcecost .ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
  transition: none !important; 
  opacity: unset !important;
}

.resourcecost .ag-root-wrapper.ag-layout-normal{
  height: 66% !important;
  overflow: auto !important;
}


.resource-datepicker .css-1yq5fb3-MuiButtonBase-root-MuiIconButton-root{
  color: #1F5493 !important;
}

.resource-datepicker .css-1d3z3hw-MuiOutlinedInput-notchedOutline{
  border-color: #1F5493 !important;
  border: 1px solid !important;
}

.resource-datepicker .css-flsqa8-MuiFormLabel-root-MuiInputLabel-root{
  color: #1F5493 !important; 
  font-weight: bold !important; 
}

.resourcecost .ag-row-footer .ag-cell-value{
  font-weight: bold; 
  font-size: 14px;
}

.resourcecost .ag-sort-order{
 display: none;
}

/* DropdownComponent.css */

.custom-dropdown .css-1d3z3hw-MuiOutlinedInput-notchedOutline, .css-qq6c63-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root.Mui-focused {
 /* Removes border from Select input */
  border: none !important;
}


.note-container {
  padding: 10px;
  background-color: white;
  border: 1px outset rgb(236, 227, 227);
  border-radius: 10px;
  box-sizing: border-box;
  /* width: fit-content; */
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 18px;
  height: 90px;
  font-family: Arial, sans-serif;
}

.note-container strong {
  color: #090a09;
  font-weight: bold;
  margin-top: 25px;
}

.note-text {
  display: inline;
  margin-left: 5px;
}

.recommended-action-container {
  padding: 10px;
  background-color: white;
  border: 1px outset rgb(236, 227, 227);
  border-radius: 10px;
  display: flex;
  max-width: 100%;
  height: 180px;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 400;
  font-family: Arial, sans-serif;
  margin-top: -115px;
  line-height: 1;
}

.recommended-action-container strong {
  color: #090a09;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.recommended-action-container ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
}

.recommended-action-container li {
  margin-bottom: 10px;
}

.recommended-action-container ul ul {
  list-style-type: circle;
  padding-left: 20px;
}

.scroll-container {
  overflow-y: scroll;
  width: 98.3%;
}
.quick-access .ag-group-value{
    font-size: 16px !important;
}

.quick-access .ag-header-cell-text{
    font-size: 18px !important;
}

.quick-access .css-m8dlei-MuiGrid-root {
    padding-left: none !important;
}

.quick-access-div{
    margin-right: 30px;
}

.quick-access .ag-group-child-count{
    display: none !important;
}

.quick-access .ag-header-icon{
    display: none !important;
}

/*# sourceMappingURL=main.b1856044.css.map*/