@charset "UTF-8";
/**
 *
 * (c) Copyright Ascensio System SIA 2021
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 */
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 25, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 33, app/assets/stylesheets/selectize.css */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 42, app/assets/stylesheets/selectize.css */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 52, app/assets/stylesheets/selectize.css */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, app/assets/stylesheets/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 63, app/assets/stylesheets/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, app/assets/stylesheets/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, app/assets/stylesheets/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 76, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 100, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: #cacaca;
}

/* line 106, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 112, app/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 118, app/assets/stylesheets/selectize.css */
.selectize-control {
  position: relative;
}

/* line 121, app/assets/stylesheets/selectize.css */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 130, app/assets/stylesheets/selectize.css */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 136, app/assets/stylesheets/selectize.css */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 153, app/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 156, app/assets/stylesheets/selectize.css */
.selectize-input.full {
  background-color: #fff;
}

/* line 159, app/assets/stylesheets/selectize.css */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 163, app/assets/stylesheets/selectize.css */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 167, app/assets/stylesheets/selectize.css */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 172, app/assets/stylesheets/selectize.css */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, app/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 187, app/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 192, app/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 198, app/assets/stylesheets/selectize.css */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 213, app/assets/stylesheets/selectize.css */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 216, app/assets/stylesheets/selectize.css */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 219, app/assets/stylesheets/selectize.css */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, app/assets/stylesheets/selectize.css */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 234, app/assets/stylesheets/selectize.css */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 250, app/assets/stylesheets/selectize.css */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, app/assets/stylesheets/selectize.css */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 260, app/assets/stylesheets/selectize.css */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, app/assets/stylesheets/selectize.css */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 270, app/assets/stylesheets/selectize.css */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 273, app/assets/stylesheets/selectize.css */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 276, app/assets/stylesheets/selectize.css */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 281, app/assets/stylesheets/selectize.css */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 285, app/assets/stylesheets/selectize.css */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 288, app/assets/stylesheets/selectize.css */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 291, app/assets/stylesheets/selectize.css */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 297, app/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 301, app/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 305, app/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 318, app/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 323, app/assets/stylesheets/selectize.css */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 327, app/assets/stylesheets/selectize.css */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 330, app/assets/stylesheets/selectize.css */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* line 334, app/assets/stylesheets/selectize.css */
.selectize-control input {
  background-color: transparent;
  width: 100%;
}

/* line 2, app/assets/stylesheets/dropzone.scss */
.dropzone label.file.required {
  display: none;
}

/* line 5, app/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview.dz-image-preview {
  display: flex;
}

/* line 8, app/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview.dz-image-preview .dz-image img {
  width: 35px;
}

/* line 12, app/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview.dz-image-preview .dz-details {
  margin-left: 10px;
}

/* line 17, app/assets/stylesheets/dropzone.scss */
.dropzone-container {
  overflow-y: auto;
}

/* line 20, app/assets/stylesheets/dropzone.scss */
.dz-filename {
  word-break: break-all;
}

/* Ensure proper z-index stacking */
/* line 2, app/assets/stylesheets/preline_override.css */
.hs-overlay-backdrop {
  z-index: 1040 !important;
  /* Adjust if needed */
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 7, app/assets/stylesheets/preline_override.css */
.hs-overlay {
  z-index: 1045 !important;
  /* Slightly higher than backdrop */
}

/* Fix for body scroll */
/* line 12, app/assets/stylesheets/preline_override.css */
body.hs-overlay-open {
  overflow: hidden;
  padding-right: 0 !important;
}

/* line 1, app/assets/stylesheets/context_menu.scss */
[data-context-menu-target="menu"] {
  touch-action: none;
  /* Prevent touch scrolling on menu */
  font-size: 16px;
  /* Prevent iOS zoom */
  padding: 8px 0;
  /* Better touch targets */
}

/* line 7, app/assets/stylesheets/context_menu.scss */
[data-context-menu-target="menu"] a,
[data-context-menu-target="menu"] button {
  padding: 12px 16px;
  /* Larger touch targets */
  /* Ensure links and buttons are clickable */
  pointer-events: auto;
  -webkit-user-select: none;
  /* Prevent text selection but allow clicks */
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Prevent text selection only on the container elements, not the menu itself */
/* line 19, app/assets/stylesheets/context_menu.scss */
.context-menu-target {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  /* Disable iOS callout (copy/paste menu) */
  -webkit-tap-highlight-color: transparent;
  /* Remove tap highlight */
}

/* Prevent text selection on container content but allow interaction with interactive elements */
/* line 29, app/assets/stylesheets/context_menu.scss */
.context-menu-target *:not(a):not(button):not(input):not(textarea):not([role="button"]) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

/* Ensure menu items remain fully interactive */
/* line 38, app/assets/stylesheets/context_menu.scss */
[data-context-menu-target="menu"] {
  /* Reset user-select for the menu itself */
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  pointer-events: auto;
}

/* Allow text selection in specific input cases if needed */
/* line 48, app/assets/stylesheets/context_menu.scss */
.context-menu-target input,
.context-menu-target textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}

/* line 1, app/assets/stylesheets/views/layouts/_messages.css */
.notifications-wrapper {
  width: 100%;
  /* Fallback for all browsers */
  width: -moz-available;
  /* Firefox */
  width: -webkit-fill-available;
  /* Chrome, Safari */
  width: stretch;
  /* Standard, but limited support */
}

/* line 1, app/assets/stylesheets/views/badges/_form.scss */
#badge-logo-js {
  top: 45px;
  left: 16px;
  width: 171px;
  height: 27px;
}

/* line 6, app/assets/stylesheets/views/badges/_form.scss */
#badge-logo-js img {
  width: 60px;
}

/* line 11, app/assets/stylesheets/views/badges/_form.scss */
#badge-title-js {
  top: 84px;
  font-size: large;
  font-weight: bolder;
  left: 16px;
  color: #0c4247;
  width: 171px;
  height: 27px;
  text-transform: uppercase;
}

/* line 22, app/assets/stylesheets/views/badges/_form.scss */
#badge-reference-js {
  top: 114px;
  font-weight: bolder;
  left: 16px;
  width: 171px;
  height: 36px;
}

/* line 30, app/assets/stylesheets/views/badges/_form.scss */
#badge-address-js {
  top: 156px;
  left: 16px;
  width: 171px;
  height: 47px;
  font-size: x-small;
}

/* line 39, app/assets/stylesheets/views/badges/_form.scss */
#badge-powered-by-js {
  top: 202px;
  left: 16px;
  width: 171px;
  height: 47px;
  font-size: x-small;
}

/* line 26, app/assets/stylesheets/style.scss */
body {
  color: #333;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  margin: 0;
  overflow-y: hidden;
  padding: 0;
  text-decoration: none;
}

/* line 38, app/assets/stylesheets/style.scss */
.form {
  height: 100%;
  width: 100%;
}

/* line 43, app/assets/stylesheets/style.scss */
.overflow-y-auto, .overflow-x-auto {
  scrollbar-width: thin;
}

/**
Form label first caracter in uppercase
 */
/* line 50, app/assets/stylesheets/style.scss */
.simple_form label::first-letter {
  text-transform: uppercase;
}
