.filter_date {
    width: 100%;
    .filter_date__start,
    .filter_date__end {
        max-width: 200px;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        input {
            border: 1px solid #C1C7CD;
            padding: 12px 16px;
            margin: 0;
            border-radius: 0;
            width: 100%;
        }
        img {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 8px;
            margin: auto 0;
        }
    }
    .filter_date__separator {
        border-color: #C1C7CD;
        border-style: solid;
        border-width: 1px 0 1px 0;
    }
    #btn-filter-date {
        max-width: fit-content;
    }
}