.DatePicker__Wrapper {
    position: relative;
    display: block;
}

.DatePicker__Clear_Btn {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.DatePicker__Icon_Holder {
    position: absolute;
    right: 6px;
    top: 8px;
    cursor: pointer;
}