.theme-dark .vdatetime-popup{
    background: #424242;
    color: white;
}
.theme-dark .vdatetime-popup__actions__button{
    color:#9BB3FD;
}

.theme-dark .vdatetime-time-picker__list::-webkit-scrollbar {
    width: 6px;
}
.theme-dark .vdatetime-popup__actions__button:hover {
    background-color: white;
    color: #000;
}
.theme-dark .vdatetime-calendar__month__weekday > span > span:hover, .theme-dark .vdatetime-calendar__month__day > span > span:hover{
    color: black;
    font-weight: bold;
    opacity: 0.8;
}
.theme-dark .vdatetime-calendar__month__weekday--disabled > span > span :hover, .theme-dark .vdatetime-calendar__month__day--disabled > span > span:hover{
    font-weight: lighter;
    color: white;
}
.theme-dark .vdatetime-calendar__navigation--previous, .theme-dark .vdatetime-calendar__navigation--next {
    background-color: white;
    border: 1px solid #3f51b5;
    border-radius: 5px;
    width: 22px;
    height: 16px;
    opacity: 0.8;
}
.theme-dark .vdatetime-calendar__navigation--previous:hover, .theme-dark .vdatetime-calendar__navigation--next:hover {
    border-radius: 25px;
    opacity: 0.5;
}

.fixed-column-table table {
    word-break: break-word;
}
