/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 table.ui-datepicker-calendar {
    background: #fff;
    width: 100%;
}
#ui-datepicker-div {
    background-color: #fff;
    width: 180px;
}
a.ui-datepicker-next.ui-corner-all {
    float: right;
    font-weight: 700;
}
a.ui-datepicker-prev.ui-corner-all {
	font-weight: 700;
}
span.ui-icon.ui-icon-circle-triangle-e:after {
    content: "\f345";
    font-family: 'dashicons';
}
span.ui-icon.ui-icon-circle-triangle-w:before {
    content: "\f341";
    font-family: 'dashicons';
}
.ui-datepicker-title {
    font-weight: 700;
    font-size: 16px;
}
.ui-datepicker-title {
    text-align: center;
}

fieldset#timestampdiv {
    display: block;
}

#notification-bar-end-date .components-base-control__field {
    display: grid;
}