.customDateTimePicker {
    position: relative;
    background-color: #fff !important;
}

.custom-date-time-picker-main-panel {
    display: none;
    position: absolute;
    width: 266px;
    padding: 3px;
    border-radius: 5px;
    left: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 5px 0px;
    z-index: 1;
}

.custom-date-time-picker-main-panel > * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-date-time-picker-month-selector-bar {
    padding: 10px 5px;
}

.custom-date-time-picker-prev-month-button, .custom-date-time-picker-next-month-button {
    display: inline-block;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.custom-date-time-picker-month-name-label {
    display: inline-block;
    width: calc(100% - 40px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.custom-date-time-picker-week-bar {
    padding: 2px 5px;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 5px;
}

.custom-date-time-picker-day-label {
    display: inline-block;
    width: 30px;
    margin: 0 2px;
    text-align: center;
    font-size: 12px;
}

.custom-date-time-picker-days-bar {
    padding: 2px 5px;
    margin: 0 5px;
}

.custom-date-time-picker-main-panel.has-time .custom-date-time-picker-days-bar {
    border-bottom: 1px solid #f0f0f0;
}

.custom-date-time-picker-day-number {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    background-color: transparent;
    border-radius: 14px;
    margin: 1px 2px;
    cursor: pointer;
}

.custom-date-time-picker-legend {
    display: inline-block;
    width: 100%;
    padding: 5px 3px;
    margin-top: 7px;
    text-align: center;
    font-size: 10px;
    border-top: 1px solid #f0f0f0;
}

.custom-date-time-picker-day-number.last-month, .custom-date-time-picker-day-number.next-month {
    color: #ddd;
}

.custom-date-time-picker-time-bar {
    padding: 10px 5px;
    margin: 0 5px;
    text-align: center;
}

.custom-date-time-picker-hours, .custom-date-time-picker-minutes {
    width: 40px !important;
    text-align: center !important;
    font-size: 13px;
    padding: 0 !important;
    border-width: 1px !imporant;
    outline: solid !imporant;
}

.custom-date-time-picker-span {
    padding: 0 5px;
}

.custom-date-time-picker-day-number.default-start-day, .custom-date-time-picker-legend .default-start-day {
    background-color: #E1EFCF;
    color: #000;
}

.custom-date-time-picker-day-number.default-end-day, .custom-date-time-picker-legend .default-end-day {
    background-color: #FFE2E1;
    color: #000;
}

.custom-date-time-picker-legend > span.selected {
    background-color: #9a3f7e;
    color: #fff;
}

.custom-date-time-picker-legend > span {
    display: inline-block;
    line-height: 16px;
    width: 16px;
    border-radius: 8px;
    font-size: 10px;

}

.custom-date-time-picker-day-number.selected {
    background-color: #9a3f7e;
    color: #fff;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}