/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/editor.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-scheduler-widget {
  border: 1px dotted #f00;
}

.mormat-scheduler-Header {
  position: relative;
  min-height: 80px;
  font: caption;
  height: 40px;
  margin-bottom: 20px;
}

.mormat-scheduler-Header > div {
  padding-top: 1px;
  height: 40px;
}

.mormat-scheduler-Header > div h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 38px;
  font-size: 20px;
  padding: 0;
  margin: 0;
}

.mormat-scheduler-Header > div button {
  color: #0288d1;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: inherit;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0 10px 0 10px;
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  display: inline;
}

.mormat-scheduler-Header > div button:hover {
  background-color: #d3d3d3;
}

.mormat-scheduler-Header > div label {
  line-height: 38px;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #0288d1;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px;
  cursor: pointer;
  border: 1px solid #0288d1;
  border-right: none;
  display: inline;
}

.mormat-scheduler-Header > div label:last-child {
  border-right: 1px solid #0288d1;
}

.mormat-scheduler-Header > div label:has(:checked) {
  background-color: #0288d1;
  color: #fff;
}

.mormat-scheduler-Header > div label input[type=radio] {
  display: none;
}

.mormat-scheduler-withEventAdd > a {
  z-index: 999;
  display: block;
  background-color: #0288d1;
  width: 48px;
  height: 48px;
  border-radius: 24px 24px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  opacity: 0;
}

.mormat-scheduler-withEventAdd > a > svg {
  margin: 12px;
  color: #fff;
}

.mormat-scheduler-withEventAdd:hover > a {
  opacity: 0.5;
}

.mormat-scheduler-withEventAdd:hover > a:hover {
  opacity: 1;
}

.mormat-scheduler-DefaultEventForm {
  font-size: medium;
}

.mormat-scheduler-DefaultEventForm button[type=submit] {
  float: right;
}

.mormat-scheduler-DefaultEventForm > p > label {
  width: 100%;
}

.mormat-scheduler-DefaultEventForm input[type=color] {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.mormat-scheduler-withPopup {
  padding: 10px;
  min-width: 300px;
  position: relative;
}

.mormat-scheduler-withPopup > a {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
}

.mormat-scheduler-withPopup > div {
  border: 1px solid #000;
  padding: 10px;
  background-color: #fff;
}

.mormat-scheduler-OKCancelDialog {
  border: 1px solid #000;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
}

.mormat-scheduler-OKCancelDialog p:last-child {
  text-align: right;
}

.mormat-scheduler-OKCancelDialog p:last-child button {
  margin-left: 10px;
}

.mormat-scheduler-Button {
  border: 0;
  padding: 5px 10px 5px 10px;
  opacity: 0.75;
  font-size: 17px;
  text-transform: uppercase;
  cursor: pointer;
}

.mormat-scheduler-Button:hover {
  opacity: 1;
}

.mormat-scheduler-Button[data-variant=primary] {
  color: #fff;
  background-color: #0288d1;
}

.mormat-scheduler-Button[data-variant=danger] {
  color: #721c24;
  background-color: #fff;
}

.mormat-scheduler-Button[data-variant=danger]:hover {
  color: #fff;
  background-color: #721c24;
}

.mormat-scheduler-Message[data-variant=danger] {
  color: #721c24;
}

.mormat-scheduler-ColorPresets a {
  margin-left: 10px;
}

.mormat-scheduler-BootstrapEventForm {
  min-width: 400px;
}

.mormat-scheduler-BootstrapEventForm .btn-danger {
  opacity: 0.75;
}

.mormat-scheduler-BootstrapEventForm .btn-danger:hover {
  opacity: 1;
}

.jscheduler_ui {
  font: caption;
}

.jscheduler_ui-daysview thead th {
  text-align: center;
  height: 20px;
}

.jscheduler_ui-daysview thead td {
  height: 10px;
}

.jscheduler_ui-daysview-columns tr:first-child {
  border-top: 1px solid #d3d3d3;
}

.jscheduler_ui-daysview-columns tr:last-child {
  border-bottom: 1px solid #d3d3d3;
}

.jscheduler_ui-daysview-columns th {
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  font-size: 0.9em;
  border-left: 1px solid #d3d3d3;
}

.jscheduler_ui-daysview-columns td {
  border-left: 1px solid #d3d3d3;
}

.jscheduler_ui-daysview-columns td:last-child {
  border-right: 1px solid #d3d3d3;
}

.jscheduler_ui-event {
  font-size: small;
}

.jscheduler_ui-event-day {
  padding: 3px;
}

.jscheduler_ui-event-timeline {
  padding-left: 3px;
}

.jscheduler_ui-vsep {
  border-top: 1px dashed #d3d3d3;
}

.jscheduler_ui-month_view {
  border-collapse: collapse;
}

.jscheduler_ui-month_view th {
  text-align: center;
  padding-bottom: 5px;
}

.jscheduler_ui-month_view td {
  border: 1px solid #d3d3d3;
}

.jscheduler_ui-month_view-numday-inactive {
  opacity: 0.5;
}

.jscheduler_ui-year_view thead th {
  font-size: small;
  border-bottom: 1px solid #f5f5f5;
}

.jscheduler_ui-year_view tbody th {
  font-size: small;
}

.jscheduler_ui-year_view tbody td {
  background-color: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.jscheduler_ui-year_view .jscheduler_ui-hsep {
  border-left: 1px dashed #d3d3d3;
}

.jscheduler_ui-year_view-monthday {
  font-size: x-small;
  text-align: right;
  padding: 0 3px 0 0;
}

.jscheduler_ui-dayoff {
  background-color: #eff9fa;
  opacity: 0.5;
}

.jscheduler_ui-hsep {
  border-left: 1px dashed #d3d3d3;
}

.jscheduler_ui-draggable {
  cursor: move;
}

.jscheduler_ui-resize-handler {
  cursor: ns-resize;
}

.jscheduler_ui-event a {
  text-decoration: none;
  color: inherit;
}

.jscheduler_ui-event:hover a {
  text-decoration: underline;
}

.jscheduler_ui-event-edit {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}

.jscheduler_ui-event-edit svg {
  color: white;
  display: none;
}

.jscheduler_ui-event:hover .jscheduler_ui-event-edit svg {
  display: inline;
}

.jscheduler_ui th[data-hour] {
  font-size: 0.9em;
}

.jscheduler_ui[data-breakpoint=small] th[data-hour] {
  font-size: xx-small;
}

.jscheduler_ui[data-breakpoint=small] .jscheduler_ui-daysview thead {
  font-size: x-small;
}

.jscheduler_ui[data-breakpoint=medium] th[data-hour] {
  font-size: x-small;
}

.jscheduler_ui[data-breakpoint=medium] .jscheduler_ui-daysview thead {
  font-size: small;
}

.jscheduler_ui-timeline thead {
  height: 5%;
}

.jscheduler_ui-timeline thead th {
  text-align: center;
}

.jscheduler_ui-timeline[data-type-view=day] thead th {
  font-size: small;
}

.jscheduler_ui-timeline[data-type-view=month] thead th {
  font-size: x-small;
}

.jscheduler_ui-timeline tbody td {
  border-bottom: 1px dotted gray;
  border-right: 1px dotted gray;
}

.jscheduler_ui-timeline tbody tr:first-child td {
  border-top: 1px dotted gray;
}

.jscheduler_ui-timeline tbody th {
  border-bottom: 1px dotted gray;
  border-right: 1px dotted gray;
  border-left: 1px dotted gray;
  padding-left: 5px;
}

.jscheduler_ui-timeline tbody tr:first-child th {
  border-top: 1px dotted gray;
}

.jscheduler_ui-timeline .jscheduler_ui-disabled {
  color: gray;
}

.scheduler-widget-settings-panel .components-flex-item .components-base-control label {
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}

/*# sourceMappingURL=index.css.map*/