.transparent-modal .modal-content {
    background-color: rgba(255, 255, 255, 0.8); /* Adjust transparency with the alpha value (0.5 here) */
}

.modal-xl {
    --bs-modal-width: 90%;
}

 /*actually either class is good, use both just to be sure*/
 .DateInput_input, .DateInput_input_1 {
    color: inherit !important;
    text-align: center;
    font-size: inherit ! important;
    Height: 25px !important;
    Width: 100% !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}