/* For mobile but got replaced by using correct parent element
@media (max-width: 768px) {
    .daterangepicker {
        width: fit-content;
        top: 50% !important;
        margin-top: -139px !important;

        margin: auto;
        left: 0 !important;
        right: 0 !important;

        position: fixed !important;
    }
}*/

.daterangepicker {
    -webkit-box-shadow: 0 0 20px 20px rgb(0 0 0 / 20%) !important;
    -moz-box-shadow: 0 0 20px 20px rgba(0,0,0,.20) !important;
    box-shadow: 0 0 20px 20px rgb(0 0 0 / 20%) !important;
}

.monthselect, .yearselect {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}