.modal-header {
    display: block !important;
    position: relative;
    padding: 1rem 25px;
}

.modal-header .close {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index:12345;
}

.daterangepicker select.monthselect {
    background: transparent;
    text-align: center;
    font-size: 15px;
    border: none;
}

.daterangepicker select.yearselect {
    background: transparent;
    text-align: center;
    font-size: 15px;
    border: none;
}

.search_title {

}

.daterangepicker .calendar-table td, .daterangepicker .calendar-table td {
    border-color: #ccc;
}

.modal-dialog {
    max-width: fit-content;
}

.modal-body {
    /* height: 380px; */
}

.daterangepicker {
    position: unset;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    width: 58px;
    /*height: auto;*/
    height: 40px;
    position: relative;
    border: none;
}

.other_width {
    width: 80px !important;
}

.sticky-chat-rwf ul li:first-child a {
    display: none
}

@media only screen and (max-width: 960px) {
    .sticky-chat-rwf ul li:first-child a {
        display: block;
    }
}
#DepartDate{
    border-right: 1px solid #666 !important;
}
.modal_content{
    width:400px !important;
}

@media only screen and (max-width: 890px) {
    .modal-dialog {
        overflow: scroll;

    }

    .modal-body {
        height: unset;
    }

    .daterangepicker .drp-calendar {
        width: 100%;
    }
}

@media only screen and (max-width: 560px) {
    .daterangepicker {
        width: 100%;
    }
}
