.daterangepicker {
    position: absolute;
    color: inherit;
    border-radius: .5rem;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(10, 10, 10, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.daterangepicker:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: var(--gray-800);
    --tw-border-opacity: 1;
    border-color: var(--gray-800)
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: none !important;
}


.daterangepicker.show-calendar .ranges {

    margin-top: 8px;

    margin-left: 8px

}




.daterangepicker .ranges li {

    cursor: pointer;

    font-size: 12px;

    padding: 8px 12px;

    border-radius: 6px;

    margin: 2px;

    font-weight: 500;

}