.DateRangeSelect {
    .rdp {
        --rdp-cell-size: 34px;
    }

    &-placeholder {
        display: flex;
        flex: 1;
        height: 100%;

        .date {
            flex: 0.5;
            color: #A8A0A0;
        }
        .startDate {
            padding-left: 5px;
        }
        .endDate {
            padding-left: 15px;
            border-left: 1px solid #d9d2d0;
        }
    }

    &-indicator {
        height: 15px;
        width: 15px;
        margin: 10px;
    }

    &-picker {
        box-shadow: 0px 0px 15px rgba(74, 74, 74, 0.2);
        padding: 20px 15px;
    }
}
