/* src/styles.scss */
:root .dx-theme-generic {
  --change-password-popup-height: 190px;
}
:root .dx-theme-material {
  --change-password-popup-height: 260px;
}
html,
body {
  margin: 0;
  min-height: 100%;
  height: 100%;
}
* {
  box-sizing: border-box;
}
.header-text {
  font-size: 22px;
  font-weight: 400;
  padding-right: 25px;
}
.title-text {
  font-size: 16px;
  font-weight: 500;
}
.subtitle-text {
  color: var(--subtitle-text-color);
  font-size: 14px;
  font-weight: 400;
}
.content {
  line-height: 1.5;
  height: 100%;
}
.content h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.responsive-paddings {
  padding: 20px;
}
.screen-large .responsive-paddings {
  padding: 40px;
}
.dx-dropdownbutton-content .dx-list-item {
  display: block;
}
.dx-card.wide-card {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  border-right: 0;
  border-left: 0;
}
.view-wrapper-scroll > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content {
  height: 100%;
}
.view-wrapper-scroll > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content > .dx-scrollview-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.embedded.embedded .layout-header,
.embedded.embedded .dx-swatch-additional,
.embedded.embedded .dx-drawer-shader {
  display: none;
}
.embedded.embedded .dx-drawer-content {
  padding: initial !important;
}
.embedded.embedded .dx-drawer-panel-content,
.embedded.embedded .dx-drawer-panel-content .dx-overlay-content {
  width: initial !important;
}
.separator {
  height: 24px;
  width: 1px;
  background: var(--border-color);
}
::ng-deep .dx-toolbar-menu-section .separator {
  height: 1px;
  width: auto;
}
.view-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 var(--page-padding);
}
.dx-card.details-card {
  border: none;
}
.dx-texteditor-label {
  height: auto;
}
.dx-texteditor-label .dx-label {
  line-height: 1;
}
.dx-form.plain-styled-form.dx-form > .dx-layout-manager.dx-layout-manager-one-col .dx-field-item.dx-last-row:not(.dx-last-col) {
  padding-bottom: 0;
}
.dx-form.plain-styled-form .dx-layout-manager .dx-field-item {
  padding-bottom: 0;
}
.dx-form.plain-styled-form .dx-layout-manager .dx-field-item:not(.dx-first-col) {
  padding-left: 0;
}
.dx-form.plain-styled-form .dx-layout-manager .dx-field-item.contact-fields-group {
  padding: 15px 0;
}
.dx-form.plain-styled-form.view-mode .accent .dx-texteditor.form-editor .form-editor-input {
  color: var(--accent-color);
}
.dx-form.plain-styled-form.view-mode .dx-texteditor,
.dx-form.plain-styled-form.view-mode .dx-texteditor.dx-editor-filled,
.dx-form.plain-styled-form.view-mode .dx-texteditor.form-editor {
  pointer-events: none;
}
.dx-form.plain-styled-form.view-mode .dx-texteditor .form-editor-input,
.dx-form.plain-styled-form.view-mode .dx-texteditor.dx-editor-filled .form-editor-input,
.dx-form.plain-styled-form.view-mode .dx-texteditor.form-editor .form-editor-input {
  color: var(--texteditor-edit-color);
}
.dx-form.plain-styled-form.view-mode .dx-texteditor,
.dx-form.plain-styled-form.view-mode .dx-texteditor > *,
.dx-form.plain-styled-form.view-mode .dx-texteditor.dx-editor-filled,
.dx-form.plain-styled-form.view-mode .dx-texteditor.dx-editor-filled > *,
.dx-form.plain-styled-form.view-mode .dx-texteditor.form-editor,
.dx-form.plain-styled-form.view-mode .dx-texteditor.form-editor > * {
  background-color: transparent;
}
.dx-form.plain-styled-form.view-mode .dx-texteditor,
.dx-form.plain-styled-form.view-mode .dx-texteditor *,
.dx-form.plain-styled-form.view-mode .dx-texteditor::after,
.dx-form.plain-styled-form.view-mode .dx-texteditor.dx-editor-filled,
.dx-form.plain-styled-form.view-mode .dx-texteditor.dx-editor-filled *,
.dx-form.plain-styled-form.view-mode .dx-texteditor.dx-editor-filled::after,
.dx-form.plain-styled-form.view-mode .dx-texteditor.form-editor,
.dx-form.plain-styled-form.view-mode .dx-texteditor.form-editor *,
.dx-form.plain-styled-form.view-mode .dx-texteditor.form-editor::after {
  border-color: transparent;
  opacity: 1;
}
.dx-tooltip-wrapper:has(.planning-calendar-appointment-tooltip) .dx-popup-content,
.dx-tooltip-wrapper:has(.planning-calendar-appointment-tooltip) .dx-popup-normal {
  max-height: 600px !important;
  border-radius: 8px;
}
.status-commission {
  color: #03a9f4;
}
.status-commission.dx-texteditor .status-input.status-editor-input,
.status-commission.dx-texteditor.dx-editor-filled .status-input.status-editor-input {
  color: #03a9f4;
}
.status-commission::before {
  background: #03a9f4;
}
.status-salaried {
  color: #2eb52c;
}
.status-salaried.dx-texteditor .status-input.status-editor-input,
.status-salaried.dx-texteditor.dx-editor-filled .status-input.status-editor-input {
  color: #2eb52c;
}
.status-salaried::before {
  background: #2eb52c;
}
.status-terminated {
  color: #de8e8c;
}
.status-terminated.dx-texteditor .status-input.status-editor-input,
.status-terminated.dx-texteditor.dx-editor-filled .status-input.status-editor-input {
  color: #de8e8c;
}
.status-terminated::before {
  background: #de8e8c;
}
.status-indicator-open {
  color: #505ed9;
}
.status-indicator-open.dx-texteditor .status-input.status-editor-input,
.status-indicator-open.dx-texteditor.dx-editor-filled .status-input.status-editor-input {
  color: #505ed9;
}
.status-indicator-open::before {
  background: #505ed9;
}
.status-indicator-in-progress {
  color: #34aa95;
}
.status-indicator-in-progress.dx-texteditor .status-input.status-editor-input,
.status-indicator-in-progress.dx-texteditor.dx-editor-filled .status-input.status-editor-input {
  color: #34aa95;
}
.status-indicator-in-progress::before {
  background: #34aa95;
}
.status-indicator-deferred {
  color: #969696;
}
.status-indicator-deferred.dx-texteditor .status-input.status-editor-input,
.status-indicator-deferred.dx-texteditor.dx-editor-filled .status-input.status-editor-input {
  color: #969696;
}
.status-indicator-deferred::before {
  background: #969696;
}
.status-indicator-completed {
  color: #2b9029;
}
.status-indicator-completed.dx-texteditor .status-input.status-editor-input,
.status-indicator-completed.dx-texteditor.dx-editor-filled .status-input.status-editor-input {
  color: #2b9029;
}
.status-indicator-completed::before {
  background: #2b9029;
}
.status-indicator-low {
  color: #d3a268;
}
.status-indicator-low.dx-texteditor .status-input.status-editor-input,
.status-indicator-low.dx-texteditor.dx-editor-filled .status-input.status-editor-input {
  color: #d3a268;
}
.status-indicator-low::before {
  background: #d3a268;
}
.status-indicator-normal {
  color: #6fbaca;
}
.status-indicator-normal.dx-texteditor .status-input.status-editor-input,
.status-indicator-normal.dx-texteditor.dx-editor-filled .status-input.status-editor-input {
  color: #6fbaca;
}
.status-indicator-normal::before {
  background: #6fbaca;
}
.status-indicator-high {
  color: #ff5722;
}
.status-indicator-high.dx-texteditor .status-input.status-editor-input,
.status-indicator-high.dx-texteditor.dx-editor-filled .status-input.status-editor-input {
  color: #ff5722;
}
.status-indicator-high::before {
  background: #ff5722;
}
.dx-theme-fluent-typography {
  font-family: "Inter", sans-serif;
}
.dx-theme-fluent .dx-widget {
  font-family: "Inter", sans-serif;
}
.dx-theme-fluent .dx-drawer-panel-content {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
}
.dx-theme-fluent .layout-body .menu-container.theme-dependent,
.dx-theme-fluent app-footer {
  background-color: var(--base-bg);
}
.dx-theme-fluent .layout-body .menu-container.theme-dependent {
  padding-top: 0;
}
.dx-theme-fluent .view-wrapper .dx-toolbar.dx-widget.theme-dependent {
  background-color: var(--base-bg);
  padding: 5px var(--content-padding);
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.dx-theme-fluent .view-wrapper .grid.theme-dependent .dx-toolbar {
  background-color: var(--base-bg);
  padding: 5px var(--content-padding);
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.dx-theme-fluent .view-wrapper .grid.theme-dependent .dx-datagrid-header-panel {
  padding: 0;
}
.dx-theme-fluent .view-wrapper .panels .left {
  background-color: var(--base-bg);
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.dx-theme-fluent .view-wrapper .panels .theme-dependent.right {
  flex: 1 calc(100% - var(--left-panel-width) - 110px) !important;
}
.dx-theme-fluent .view-wrapper.crm-contact-list {
  margin-bottom: var(--content-padding);
}
.dx-theme-fluent .view-wrapper.list-page {
  margin-top: var(--content-padding);
}
.dx-theme-fluent .view-wrapper.list-page .dx-toolbar.dx-widget.theme-dependent,
.dx-theme-fluent .view-wrapper.list-page .grid.theme-dependent .dx-toolbar {
  margin-bottom: var(--content-padding);
}
.dx-theme-fluent .dx-card {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.dx-theme-fluent .plain-styled-form .photo {
  border-radius: 50%;
}
.dx-theme-fluent .dx-form.plain-styled-form.view-mode .dx-texteditor.form-editor .form-editor-input,
.dx-theme-fluent .dx-form.plain-styled-form.view-mode .dx-texteditor.dx-editor-filled .form-editor-input {
  padding-left: 0;
}
.dx-theme-fluent .form-editor.dx-state-readonly .status.status-indicator .dx-state-readonly .status-input.status-editor-input {
  padding-left: 0;
}
.dx-theme-fluent .form-editor.dx-state-readonly .form-editor-input {
  padding-left: 0;
}
.dx-theme-fluent .contact-status.dx-state-readonly .status-editor-field .status-indicator {
  padding-left: 0;
  align-self: center !important;
}
.dx-theme-fluent .contact-status .status-editor-field .status-indicator {
  align-self: center !important;
}
.dx-theme-fluent .contact-status .status-editor-field .status-indicator .status {
  display: flex !important;
}
.dx-theme-fluent .cards:not(.grey) .card {
  border-radius: 8px;
  border: 0;
  background: var(--base-bg);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.dx-theme-fluent .dx-form.plain-styled-form .dx-button.form-item-button {
  margin-left: 0;
  margin-top: 5px;
}
.dx-theme-fluent .contact-form .form-editor-input {
  padding-left: 0;
}
.dx-theme-fluent div.gantt {
  padding: 0 !important;
}
.dx-theme-fluent .dx-datagrid-headers.dx-datagrid-nowrap.dx-bordered-top-view {
  border-radius: 8px 8px 0 0;
}
.dx-theme-fluent .theme-dependent .dx-gridbase-container > .dx-bordered-bottom-view {
  border-radius: 0 0 8px 8px;
}
.dx-theme-fluent .profile-card .panel {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.04);
  background-color: var(--base-bg);
}
.dx-theme-fluent .right-side-panel.open {
  background-color: var(--base-bg);
}
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-primary {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-secondary {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.toolbar-header-text {
  font-family: "Clash Grotesk", sans-serif;
}
.dx-datebox {
  width: 200px !important;
}
.dx-datagrid-rowsview .dx-scrollable-content {
  padding-bottom: 13px;
}
.grid.theme-dependent .dx-scrollable-content {
  padding-bottom: 13px;
}
app-system-messages .dx-list-item.dx-state-selected a,
app-system-messages .dx-list-item.dx-state-focused a {
  color: white !important;
  text-decoration: underline !important;
}

/* node_modules/devexpress-gantt/dist/dx-gantt.css */
/*!
 * DevExpress Gantt (dx-gantt)
 * Version: 4.1.62
 * Build date: Wed Jun 04 2025
 *
 * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
 * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
 */
.dx-gantt-tsac {
  position: relative;
  overflow: hidden;
  background-color: white;
  z-index: 6;
}
.dx-gantt-tsa {
  position: relative;
}
.dx-gantt-hb {
  position: absolute;
  left: 0;
  height: 0;
  z-index: 6;
}
.dx-gantt-vb {
  position: absolute;
  top: 0;
  width: 0;
  z-index: 6;
}
.dx-gantt-tm,
.dx-gantt-ti,
.dx-gantt-tc {
  position: absolute;
  top: 0;
  z-index: 6;
}
.dx-gantt-tm:before,
.dx-gantt-ti:before,
.dx-gantt-tc:before {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  margin-left: -3px;
  z-index: 6;
  height: 100%;
}
.dx-gantt-si {
  position: absolute;
  top: 0;
  white-space: nowrap;
  box-sizing: border-box;
}
.dx-gantt-taskWrapper,
.dx-gantt-milestoneWrapper,
.dx-gantt-taskResWrapper {
  position: absolute;
  z-index: 10;
  vertical-align: top;
  white-space: nowrap;
}
.dx-gantt-taskWrapper > div {
  vertical-align: top;
}
.dx-gantt-taskResWrapper {
  pointer-events: none;
}
.dx-gantt-task {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.dx-gantt-tPrg {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
}
.dx-gantt-taskTitle,
.dx-gantt-taskRes {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dx-gantt-titleIn {
  position: relative;
  width: 100%;
  z-index: 1;
}
.dx-gantt-titleOut {
  display: inline-block;
  width: 500px;
  margin-left: -500px;
  text-align: right;
  text-overflow: ellipsis;
  padding-left: 5px;
}
.dx-gantt-taskRes {
  display: inline-block;
  overflow: hidden;
}
.dx-gantt-task,
.dx-gantt-taskTitle,
.dx-gantt-titleOut,
.dx-gantt-taskRes {
  box-sizing: border-box;
}
.dx-gantt-sel {
  position: absolute;
  z-index: 5;
}
.dx-gantt-task.dx-gantt-milestone {
  transform: rotate(45deg);
  border-radius: 0 !important;
  padding: 0;
}
.dx-gantt-task.dx-gantt-smallTask {
  text-align: center;
}
.dx-gantt-task.dx-gantt-smallTask .dx-gantt-titleIn {
  padding: 0;
  visibility: hidden;
}
.dx-gantt-conn-h,
.dx-gantt-conn-v,
.dx-gantt-arrow {
  position: absolute;
  z-index: 9;
}
.dx-gantt-conn-v {
  top: 0;
  width: 4px;
  cursor: pointer;
  border-left-width: 1px;
  border-left-style: solid;
}
.dx-gantt-conn-v.active {
  border-left-width: 2px !important;
}
.dx-gantt-conn-h {
  left: 0;
  height: 4px;
  cursor: pointer;
  border-top-width: 1px;
  border-top-style: solid;
}
.dx-gantt-conn-h.active {
  border-top-width: 2px !important;
}
.dx-gantt-arrow {
  width: 0;
  height: 0;
}
.dx-gantt-arrow.dx-gantt-TA {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.dx-gantt-arrow.dx-gantt-RA {
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.dx-gantt-arrow.dx-gantt-BA {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.dx-gantt-arrow.dx-gantt-LA {
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.dx-gantt-nwi {
  position: absolute;
  z-index: 3;
}
.dx-gantt-altRow {
  position: absolute;
  z-index: 2;
}
.dx-gantt-task-edit-wrapper {
  padding-left: 1px;
}
.dx-gantt-task-edit-wrapper,
.dx-gantt-task-edit-wrapper-successor {
  position: absolute;
  z-index: 11;
}
.dx-gantt-task-edit-wrapper-custom {
  background-color: rgba(90, 84, 84, 0.3);
}
.dx-gantt-task-edit-wrapper-custom.hide-updating {
  background-color: transparent;
  pointer-events: none;
}
.dx-gantt-task-edit-wrapper.milestone .dx-gantt-task-edit-frame,
.dx-gantt-task-edit-wrapper.hide-updating .dx-gantt-task-edit-frame {
  border: none !important;
}
#dx-gantt-ta.ms-pointer-active,
#dx-gantt-ta.ms-pointer-active .dx-gantt-task-edit-frame,
#dx-gantt-ta.ms-pointer-active .dx-gantt-task-edit-frame div {
  -webkit-appearance: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
}
.dx-gantt-task-edit-wrapper.milestone .dx-gantt-task-edit-progress,
.dx-gantt-task-edit-wrapper.milestone .dx-gantt-task-edit-start,
.dx-gantt-task-edit-wrapper.milestone .dx-gantt-task-edit-end,
.dx-gantt-task-edit-wrapper.move .dx-gantt-task-edit-progress,
.dx-gantt-task-edit-wrapper.move .dx-gantt-task-edit-dependency-r,
.dx-gantt-task-edit-wrapper.move .dx-gantt-task-edit-dependency-l,
.dx-gantt-task-edit-wrapper.hide-dependency .dx-gantt-task-edit-dependency-r,
.dx-gantt-task-edit-wrapper.hide-dependency .dx-gantt-task-edit-dependency-l,
.dx-gantt-task-edit-wrapper.hide-updating .dx-gantt-task-edit-progress,
.dx-gantt-task-edit-wrapper.hide-updating .dx-gantt-task-edit-start,
.dx-gantt-task-edit-wrapper.hide-updating .dx-gantt-task-edit-end {
  display: none;
}
.dx-gantt-task-edit-frame,
.dx-gantt-task-edit-frame-successor {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
}
.dx-gantt-task-edit-frame {
  border: 1px solid #269aff;
}
.dx-gantt-task-edit-progress {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  cursor: pointer;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #269aff transparent;
  z-index: 10;
}
.dx-gantt-task-edit-progress:before {
  content: "";
  width: 10px;
  height: 4px;
  background-color: white;
  position: absolute;
  bottom: -14px;
  left: -6px;
  border: 1px solid #269aff;
  border-top: none;
}
.dx-gantt-task-edit-progress div {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent white transparent;
  z-index: 9;
  top: 2px;
  left: -5px;
  pointer-events: none;
}
.dx-gantt-task-edit-tooltip {
  position: absolute;
  font-family: sans-serif;
  width: max-content;
  line-height: 16px;
  font-size: 12px;
  border-radius: 2px;
  display: none;
  z-index: 12;
}
.dx-gantt-task-edit-tooltip-default {
  padding: 6px;
  color: white;
  background-color: rgba(0, 0, 0, 0.64);
}
.dx-gantt-task-edit-tooltip-after:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.64);
  top: -6px;
  position: absolute;
}
.dx-gantt-task-edit-tooltip-before:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.64);
  bottom: -6px;
  position: absolute;
}
.dx-gantt-task-edit-tooltip .dx-gantt-task-title {
  padding-bottom: 3px;
}
.dx-gantt-task-edit-tooltip .dx-gantt-status-time tr td:first-child {
  padding-right: 3px;
}
.dx-gantt-task-edit-tooltip .dx-gantt-status-time tr td:first-child,
.dx-gantt-task-edit-tooltip .dx-gantt-status-time span:first-child,
.dx-gantt-task-edit-tooltip .dx-gantt-task-title {
  font-weight: 600;
}
.dx-gantt-task-edit-dependency-r,
.dx-gantt-task-edit-successor-dependency-r,
.dx-gantt-task-edit-dependency-l,
.dx-gantt-task-edit-successor-dependency-l {
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  top: 5px;
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid #269aff;
  cursor: pointer;
}
.dx-gantt-task-edit-dependency-r,
.dx-gantt-task-edit-successor-dependency-r {
  left: -10px;
}
.dx-gantt-task-edit-dependency-l,
.dx-gantt-task-edit-successor-dependency-l {
  right: -10px;
}
.dx-gantt-task-edit-dependency-r.dx-gantt-edit-touch,
.dx-gantt-task-edit-successor-dependency-r.dx-gantt-edit-touch,
.dx-gantt-task-edit-dependency-l.dx-gantt-edit-touch,
.dx-gantt-task-edit-successor-dependency-l.dx-gantt-edit-touch {
  top: 3px;
  width: 11px;
  height: 11px;
}
.dx-gantt-task-edit-dependency-r.dx-gantt-edit-touch,
.dx-gantt-task-edit-successor-dependency-r.dx-gantt-edit-touch {
  left: -15px;
}
.dx-gantt-task-edit-dependency-l.dx-gantt-edit-touch,
.dx-gantt-task-edit-successor-dependency-l.dx-gantt-edit-touch {
  right: -15px;
}
.dx-gantt-task-edit-start,
.dx-gantt-task-edit-end {
  position: absolute;
  height: 100%;
  width: 5px;
  top: 0;
  cursor: col-resize;
}
.dx-gantt-task-edit-end {
  right: 0;
}
.dx-gantt-task-edit-dependency-line {
  height: 2px;
  background-color: #269aff;
  position: absolute;
  transform-origin: 0% 0%;
  z-index: 9;
}
.dx-gantt-touch-action {
  touch-action: none;
}

/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers-55W3Q4RM.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x-TBM42ERR.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon-2V3QKKVC.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* angular:styles/global:styles */
