.DateInput, .DateInput_1 {
    border-radius: 4px 0 0 4px !important;
}

.DateInput_input, .DateInput_input_1 {
    Height: 34px !important;
    Width: 100% !important;
    border-radius: inherit;
}

.SingleDatePickerInput__withBorder {
    border-radius: 4px 0 0 4px;
    border: 1px solid #ccc !important;
}

.SingleDatePickerInput__withBorder {
    width: 100% !important;
}

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

.dash-header-cell {
    /* Adjust padding and height as needed */
    padding: 10px 5px;
    height: 100px; /* Example height for rotated text */
    text-align: center;
    vertical-align: bottom; /* Adjust alignment */
    transform: rotate(-45deg); /* Rotate by -45 degrees */
    transform-origin: center bottom; /* Adjust origin of rotation */
    white-space: nowrap; /* Prevent text wrapping before rotation */
}

.Select-menu-outer { display : block !important; }
