.custom-label_date_picker{display:inline-flex;align-items:center;justify-content:space-between;background-color:#fff;padding:10px;border:1px solid #ebebeb;border-radius:4px;cursor:pointer;font-family:Arial,sans-serif;font-size:14px;width:100%;height:40px;transition:background-color .2s ease,border-color .2s ease}.custom-label_date_picker .label-text{font-weight:700;color:#333}.custom-label_date_picker.disabled{background-color:var(--bs-secondary-bg);opacity:1}.custom-label_date_picker .label-date{margin-left:10px;color:#666;flex-grow:1;text-align:right}.custom-label_date_picker .calendar-icon{margin-left:10px;color:#666}.custom-label_date_picker .custom-label:hover{background-color:#eaeaea;border-color:#999}.custom-label_date_picker .custom-label:hover .calendar-icon{color:#333}.customDateSelecter.fifty{width:calc(50% - 12.5px);margin-bottom:20px}@media screen and (max-width:991px){.customDateSelecter.fifty{width:100%}}