<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("jquery.datepicker.css");

.fieldEditor div span {
  width: 150px;
  display: inline-block;
  vertical-align: top;
}

.MLInput {
  display: inline-block;
  padding: 0 !important;
  max-width: 340px;
  width: 100%;
}

#HoneyModulesRoot textarea {
  background-color: #fff;
  border: none;
  padding: 2px 8px;
  border: 1px solid #c7c7c7;
}

#HoneyModulesRoot input,
#HoneyModulesRoot button,
#HoneyModulesRoot select {
  height: 32px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  padding: 4px 8px;
}
#HoneyModulesRoot button {
  cursor: pointer;
}
#HoneyModulesRoot div[name="File_control"] input {
  height: unset;
}
#HoneyModulesRoot input:focus,
#HoneyModulesRoot input:focus-visible {
  outline: none;
}

#HoneyModulesRoot button:hover {
  background-color: #e7e7e7;
}
.MLInput textarea,
.fieldEditor textarea {
  min-height: 150px;
}

.MLInput textarea,
.fieldEditor textarea,
.fieldEditor input[type="text"],
.fieldEditor select {
  min-width: 50%;
}

.fields-table,
.fields-table tr,
.fields-table th,
.fields-table td {
  border: 1px solid silver;
  border-collapse: collapse;
  padding: 3px;
  cursor: pointer;
}
.fields-table tr:hover {
  background-color: whitesmoke;
}
html[theme="dark"] #HoneyModulesRoot .fields-table tr:hover {
  background-color: #333;
}
.fields-table input[type="image"] {
  float: right;
}

ul.tabs-links {
  margin: 0px;
  margin-bottom: 12px;
  padding-left: 0;
}

.tabs-links li,
.tabs-content {
  display: inline-block;
  border: 1px solid #e7e7e7;
  border-collapse: collapse;
  cursor: pointer;
}

.tabs-content {
  width: 100%;
}

.tabs-link-active {
  background-color: #e7e7e7;
}

.tabs-links a {
  text-decoration: none;
  display: block;
  padding: 5px;
  color: #000;
}

html[theme="dark"] .tabs-links a {
  color: #fff;
}

.tabs-links a:hover,
.tabs-links a:active,
.tabs-links a:link,
.tabs-links a:visited {
  text-decoration: none;
  color: #000;
}

html[theme="dark"] .tabs-links a:hover,
html[theme="dark"] .tabs-links a:link,
html[theme="dark"] .tabs-links a:visited {
  color: #fff;
}
html[theme="dark"] .tabs-links a:active {
  color: #000;
}

.tabs-links li:hover {
  background-color: #f1f1f1;
}
html[theme="dark"] .tabs-links li:hover {
  background-color: #2e2e2e;
}
.tabs-links li:hover .tabs-link-active {
  background-color: #e7e7e7;
}
html[theme="dark"] .tabs-links li .tabs-link-active {
  background-color: #676767;
}
html[theme="dark"] .tabs-links li:hover .tabs-link-active {
  background-color: #676767;
}
div.tabs-content div {
  padding: 3px;
}

.template-editor {
  width: 49%;
  min-width: 350px;
  display: inline-block;
  vertical-align: top;
}

.template-editor textarea {
  width: 100%;
  padding: 0px;
}

.dnnCenter {
  text-align: center;
}

.dnnMiddle {
  vertical-align: middle;
  display: inline-block;
}

.template-editor textarea,
.preview-container {
  min-height: 400px;
}

.preview-container {
  border: solid 1px silver;
}

.modified {
  color: red;
}

#hfLoading {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
}

#hfLoading div {
  color: white;
  top: 50%;
  position: relative;
}

.hfGrid {
  width: 100%;
  cursor: pointer;
}

.hfGrid,
.hfGrid TH,
.hfGrid TD {
  border: 1px solid silver;
  border-collapse: collapse;
}

.hfGrid TH,
.hfGrid TD {
  padding: 5px;
}

.hfGrid TR:hover {
  background-color: silver;
}

.hfRequired {
  border: 1px solid red !important;
  background-color: pink !important;
}

#HoneyModulesRoot .monaco-editor,
#HoneyModulesRoot .monaco-editor div,
#HoneyModulesRoot .template-editor,
#HoneyModulesRoot .template-editor section div {
  padding: 0;
}
#HoneyModulesRoot .monaco-editor .margin-view-overlays .line-numbers {
  /*width: 26px !important;*/
}

#HoneyModulesRoot .template-actions {
  display: flex;
  gap: 12px;
  padding: 0;
  margin-bottom: 12px;
}
#HoneyModulesRoot .template-actions button {
  display: block;
  width: auto;
}
#HoneyModulesRoot .template-editor textarea,
#HoneyModulesRoot .template-editor .preview-container {
  min-height: 400px;
}

#HoneyModulesRoot .tabs-container {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

#HoneyModulesRoot .tabs {
  padding: 0;
  display: flex;
}
#HoneyModulesRoot .tab-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
#HoneyModulesRoot .tab-label .modified {
  font-size: 12px;
  text-align: center;
}
#HoneyModulesRoot .tab-button {
  padding: 8px 12px;
  background: #f1f1f1;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, border-color 0.3s;
  align-items: center;
  display: flex;
  color: #000;
}

#HoneyModulesRoot .tab-buttons {
  padding: 0;
  display: flex;
}
#HoneyModulesRoot .tab-buttons .tab-button:first-child {
  border-top-left-radius: 10px;
}

#HoneyModulesRoot .tab-buttons .tab-button:last-child {
  border-top-right-radius: 10px;
}

#HoneyModulesRoot .tab-button.active,
#HoneyModulesRoot .tab-button.active:hover {
  background: #e7e7e7;
}
#HoneyModulesRoot .tab-button:hover {
  background: #f9f9f9;
  color: #000;
}

#HoneyModulesRoot .tab-content {
  padding: 8px;
  border-top: none;
  background: #e7e7e7;
  color: #000;
}

#HoneyModulesRoot .hidden {
  display: none;
}
#HoneyModulesRoot .preview-container {
  padding: 0px;
  border: none;
  overflow: scroll;
}
#HoneyModulesRoot .tooltip-wrapper {
  position: relative;
  display: flex;
  padding: 0;
}
#HoneyModulesRoot .tooltip-wrapper .tooltip {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1;
  opacity: 1;
}
#HoneyModulesRoot .css-template-editor,
#HoneyModulesRoot .js-template-editor,
#HoneyModulesRoot .html-template-editor,
#HoneyModulesRoot .sql-template-editor {
  width: 100%;
  padding: 0;
}
#HoneyModulesRoot .history-list tbody tr:hover {
  background-color: #cfcfcf;
}

#HoneyModulesRoot .history-list td,
#HoneyModulesRoot .history-list th {
  padding: 4px 8px;
}
#HoneyModulesRoot .template-editor &gt; div {
  padding: 0;
}
#HoneyModulesRoot .template-editor div {
  padding: 0;
}

#HoneyModulesRoot button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

#HoneyModulesRoot .permissions-table,
#HoneyModulesRoot .permissions-table tr,
#HoneyModulesRoot .permissions-table th,
#HoneyModulesRoot .permissions-table td {
  border: 1px solid silver;
  border-collapse: collapse;
  padding: 3px;
  cursor: pointer;
}
#HoneyModulesRoot .template-editor span {
  width: unset;
}

.monaco-editor div.tabs-content div {
  padding: 0;
}

#HoneyModulesRoot .drag-over {
  background-color: #e0e0e0;
}
#HoneyModulesRoot .component-item {
  border: 1px solid transparent;
  position: relative;
  transition: border 0.2s;
  color: #000;
  cursor: grabbing;
  margin-bottom: 1px;
}
#HoneyModulesRoot .component-item.drag-over {
  border: 1px dashed #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}
#HoneyModulesRoot .component-item-event {
  width: min-content;
  float: left;
}
#HoneyModulesRoot .component-item-event:hover {
  min-width: 150px;
}
#HoneyModulesRoot .component-item:hover {
  border: 1px solid #e6e6e6;
}

#HoneyModulesRoot .component-item .action-buttons {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  gap: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  align-items: center;
  right: 5px;
  top: -13px;
  background: white;
  padding: 0 6px;
}

#HoneyModulesRoot .component-item:hover .action-buttons {
  opacity: 1;
  pointer-events: auto;
}

#HoneyModulesRoot .component-item .action-buttons button {
  background: transparent;
  border: none;
  padding: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

#HoneyModulesRoot .component-item .action-buttons .move-dropdown button {
  justify-content: start;
  gap: 6px;
}

#HoneyModulesRoot .component-item .action-buttons button img,
#HoneyModulesRoot .component-item .action-buttons button svg {
  width: 14px;
  height: 14px;
}

#HoneyModulesRoot .component-item .action-buttons button:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

#HoneyModulesRoot .component-item .move-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 2px;
  z-index: 10;
  min-width: 80px;
}

#HoneyModulesRoot .component-item .move-dropdown button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 6px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
}

#HoneyModulesRoot .component-item .move-dropdown button img,
#HoneyModulesRoot .component-item .move-dropdown button svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

#HoneyModulesRoot .component-item .move-dropdown button:hover {
  background: #f0f0f0;
}

#HoneyModulesRoot .draggable-item {
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #000;
}

#HoneyModulesRoot .drop-zone {
  min-height: 200px;
  padding: 12px;
  border: 1px dashed #ccc;
  background-color: #fff;
}

#HoneyModulesRoot .builder-container {
  display: flex;
  height: 600px;
}

#HoneyModulesRoot .sidebar {
  width: 25%;
  padding: 8px;
  background-color: #f0f0f0;
  margin-right: 16px;
}

#HoneyModulesRoot .main-content {
  width: 75%;
}

#HoneyModulesRoot .layout-output {
  margin-top: 20px;
}

#HoneyModulesRoot .drop-zone.drag-over {
  border-color: #00aaff;
  background-color: #fff;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000078;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-container {
  background: #fff;
  border-radius: 8px;
  width: 500px;
  max-width: 90%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
  padding: 20px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h5 {
  margin: 0;
}

.modal-header button {
  background: transparent;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}

.modal-body {
  margin-top: 15px;
}

.modal-body input {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

@keyframes fadeIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.drawer-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 998;
}

.drawer-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
  max-width: 80%;
  height: 100%;
  background: white;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 999;
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  color: #000;
}
.drawer h6 {
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
}
.drawer div {
  padding: 0 !important;
}
.drawer.open {
  transform: translateX(0);
}
.drawer .drawer-content {
  margin-top: 18px;
}

.drawer-close {
  position: absolute;
  background: none;
  border: none;
  font-size: 18px;
  align-self: flex-end;
  cursor: pointer;
}
.datetime-input-wrapper {
  position: relative;
  display: inline-block;
}

.datetime-input-wrapper::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("reactApp/assets/calendar.png") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.datetime-input-wrapper input {
  padding-right: 30px;
}
</pre></body></html>