﻿.logo-loader {
  position: absolute;
  box-sizing: border-box;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  height: 100vh;
  width: 100vw;
  background-color: rgba(135, 135, 135, 0.44);
}
/*** Logo Loader One - Comet Spinner ***/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.logo-loader--comet-spin .logo-loader__spinner {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  border-top: calc(200px * 0.0235) solid var(--mm-company-main-color);
  border-right: calc(200px * 0.0235) solid transparent;
}
.logo-loader--comet-spin .logo-loader__logo img {
  width: calc(200px * 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.choices__inner {
  background-color: #ffff !important;
  border: 1px solid #dce7f1;
}
.choices__inner {
  color: #607080 !important;
  border-radius: 0.25rem !important;
  min-height: 0px !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
}
.choices__list--single {
  padding: 0 !important;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  z-index: 10 !important;
}
.choices {
  height: 38px !important;
}
.choices .choices__inner {
  height: 38px !important;
}
:root {
  --bs-breadcrumb-font-size: 14px !important;
}
.navbar {
  padding: 0.5rem 1rem !important;
}
html[data-bs-theme=dark] .navbar-fixed .navbar-top {
  background-color: #1e1e2d !important;
}
html[data-bs-theme=light] .navbar-fixed .navbar-top {
  background-color: #fff !important;
}
h3 {
  margin: 0 !important;
}
.page-heading {
  margin-bottom: 0 !important;
}
#main-content {
  padding: 1rem !important;
}
footer {
  padding: 0rem 1rem !important;
}
.stats-icon {
  width: 100% !important;
  height: 100% !important;
}
html[data-bs-theme=dark] .form-group label {
  color: #fff !important;
}
.sidebar-item {
  margin: 0 !important;
}
.sidebar-link {
  margin: 0 0 0.5rem 0 !important;
}
.nav-link {
  font-weight: 700 !important;
  font-size: 1.1rem !important;
}
.nav-item {
  flex-grow: 1;
  align-content: center;
  text-align: center;
  border-bottom: 2px solid var(--mm-company-main-color) !important;
  color: var(--mm-text-color) !important;
}
.choices__item {
  padding-right: 5px !important;
}
.nav-tabs .nav-link.active {
  position: inherit !important;
}
.js-filepond {
  min-height: 78px !important;
}
.filepond--root {
  border-radius: 8px !important;
  background-color: #F1F0EF !important;
}
.sidebar-wrapper .menu .sidebar-item.active > .sidebar-link {
  background-color: var(--mm-company-side-color) !important;
}
.sidebar-wrapper .menu .sidebar-item.active > .sidebar-link span {
  color: var(--mm-company-main-color) !important;
}
.sidebar-wrapper .menu .sidebar-item.active > .sidebar-link svg {
  color: var(--mm-company-main-color) !important;
}
.burger-btn {
  color: var(--mm-company-main-color) !important;
}
.mm-btn-green-icon {
  color: #ebfaeb !important;
  background-color: #ebfaeb !important;
  border: 1px solid #2eb82e !important;
  height: 38px !important;
  width: 38px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
}
.mm-btn-green-icon svg {
  color: #2eb82e !important;
}
.mm-btn-green-icon:hover {
  background-color: #2eb82e !important;
}
.mm-btn-green-icon:hover svg {
  color: #ebfaeb !important;
}
.mm-btn-green {
  color: #2eb82e !important;
  background-color: #ebfaeb !important;
  border: 1px solid #2eb82e !important;
  height: 38px !important;
  padding: 0px 14px;
  border-radius: 5px !important;
  font-size: 16px !important;
}
.mm-btn-green svg {
  color: #2eb82e !important;
}
.mm-btn-green:hover {
  background-color: #2eb82e !important;
  color: #ebfaeb !important;
}
.mm-btn-green:hover svg {
  color: #ebfaeb !important;
}
.mm-btn-red {
  color: #cc0000 !important;
  background-color: #ffcccc !important;
  border: 1px solid #cc0000 !important;
  height: 38px !important;
  padding: 0px 14px;
  border-radius: 5px !important;
  font-size: 16px !important;
}
.mm-btn-red svg {
  color: #cc0000 !important;
}
.mm-btn-red:hover {
  background-color: #cc0000 !important;
  color: #ffcccc !important;
}
.mm-btn-red:hover svg {
  color: #ffcccc !important;
}
.mm-btn-purple-icon {
  color: #e5ccff !important;
  background-color: #e5ccff !important;
  border: 1px solid #9933ff !important;
  height: 38px !important;
  width: 38px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
}
.mm-btn-purple-icon svg {
  color: #9933ff !important;
}
.mm-btn-purple-icon:hover {
  background-color: #9933ff !important;
}
.mm-btn-purple-icon:hover svg {
  color: #e5ccff !important;
}
.mm-btn-purple {
  color: #9933ff !important;
  background-color: #e5ccff !important;
  border: 1px solid #9933ff !important;
  height: 38px !important;
  padding: 0px 14px;
  border-radius: 5px !important;
  font-size: 16px !important;
}
.mm-btn-purple svg {
  color: #9933ff !important;
}
.mm-btn-purple:hover {
  background-color: #9933ff !important;
  color: #e5ccff !important;
}
.mm-btn-purple:hover svg {
  color: #e5ccff !important;
}
.mm-btn-orange-icon {
  color: #fff2e6 !important;
  background-color: #fff2e6 !important;
  border: 1px solid #ff9933 !important;
  height: 38px !important;
  width: 38px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
}
.mm-btn-orange-icon svg {
  color: #ff9933 !important;
}
.mm-btn-orange-icon:hover {
  background-color: #ff9933 !important;
}
.mm-btn-orange-icon:hover svg {
  color: #fff2e6 !important;
}
.mm-btn-orange {
  color: #ff9933 !important;
  background-color: #fff2e6 !important;
  border: 1px solid #ff9933 !important;
  height: 38px !important;
  padding: 0px 14px;
  border-radius: 5px !important;
  font-size: 16px !important;
}
.mm-btn-orange svg {
  color: #ff9933 !important;
}
.mm-btn-orange:hover {
  background-color: #ff9933 !important;
  color: #fff2e6 !important;
}
.mm-btn-orange:hover svg {
  color: #fff2e6 !important;
}
.mm-btn-azure-icon {
  color: #e6f2ff !important;
  background-color: #e6f2ff !important;
  border: 1px solid #4da3ff !important;
  height: 38px !important;
  width: 38px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
}
.mm-btn-azure-icon svg {
  color: #4da3ff !important;
}
.mm-btn-azure-icon:hover {
  background-color: #4da3ff !important;
}
.mm-btn-azure-icon:hover svg {
  color: #e6f2ff !important;
}
.mm-btn-azure {
  color: #4da3ff !important;
  background-color: #e6f2ff !important;
  border: 1px solid #4da3ff !important;
  height: 38px !important;
  padding: 0px 14px;
  border-radius: 5px !important;
  font-size: 16px !important;
}
.mm-btn-azure svg {
  color: #4da3ff !important;
}
.mm-btn-azure:hover {
  background-color: #4da3ff !important;
  color: #e6f2ff !important;
}
.mm-btn-azure:hover svg {
  color: #e6f2ff !important;
}
.mm-btn-gray-icon {
  color: #f2f2f2 !important;
  background-color: #f2f2f2 !important;
  border: 1px solid #595959 !important;
  height: 38px !important;
  width: 38px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
}
.mm-btn-gray-icon svg {
  color: #595959 !important;
}
.mm-btn-gray-icon:hover {
  background-color: #595959 !important;
}
.mm-btn-gray-icon:hover svg {
  color: #f2f2f2 !important;
}
.mm-btn-gray {
  color: #595959 !important;
  background-color: #f2f2f2 !important;
  border: 1px solid #595959 !important;
  height: 38px !important;
  padding: 0px 14px;
  border-radius: 5px !important;
  font-size: 16px !important;
}
.mm-btn-gray svg {
  color: #595959 !important;
}
.mm-btn-gray:hover {
  background-color: #595959 !important;
  color: #f2f2f2 !important;
}
.mm-btn-gray:hover svg {
  color: #f2f2f2 !important;
}
.mm-btn-blue-icon {
  background-color: #e6ecff !important;
  border: 1px solid #3366ff !important;
  height: 38px !important;
  width: 38px !important;
  border-radius: 5px !important;
  color: white !important;
  font-size: 16px !important;
}
.mm-btn-blue-icon svg {
  color: #3366ff !important;
}
.mm-btn-blue-icon:hover {
  background-color: #3366ff !important;
}
.mm-btn-blue-icon:hover svg {
  color: #e6ecff !important;
}
.mm-btn-red-icon {
  background-color: #ffcccc !important;
  border: 1px solid #cc0000 !important;
  height: 38px !important;
  width: 38px !important;
  border-radius: 5px !important;
  color: white !important;
  font-size: 16px !important;
}
.mm-btn-red-icon svg {
  color: #cc0000 !important;
}
.mm-btn-red-icon:hover {
  background-color: #cc0000 !important;
}
.mm-btn-red-icon:hover svg {
  color: #ffcccc !important;
}
.dx-header-row {
  background-color: var(--mm-header-table-color) !important;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border: 1px solid var(--mm-header-table-color) !important;
}
.dx-datagrid .dx-header-filter-empty {
  color: var(--mm-header-table-filter) !important;
  border: none !important;
}
.dx-datagrid .dx-header-filter {
  color: var(--mm-header-table-filter) !important;
  border: none !important;
}
.dx-cell-focus-disabled {
  color: var(--mm-header-table-filter) !important;
  border: none !important;
}
[data-bs-theme="light"] .dx-datagrid {
  color: #333;
  background-color: #fff;
  line-height: inherit;
  border-radius: 10px 10px 0 0;
}
[data-bs-theme="dark"] .dx-datagrid {
  color: #fff;
  background-color: transparent !important;
  line-height: inherit;
}
.dx-datagrid-borders > .dx-datagrid-filter-panel,
.dx-datagrid-borders > .dx-datagrid-headers {
  border-top: 1px solid #ddd;
  border-radius: 10px 10px 0 0;
}
.dx-datagrid-headers .dx-datagrid-content {
  margin-bottom: -1px;
  border-radius: 10px 10px 0 0;
}
.dx-pager .dx-page-sizes .dx-selection,
.dx-pager .dx-pages .dx-selection {
  cursor: inherit;
  text-shadow: none;
  color: #fff !important;
  border-color: var(--mm-header-table-color) !important;
  background-color: var(--mm-header-table-color) !important;
}
.dx-datagrid-action {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  border: none !important;
}
.dx-datagrid-header-panel {
  border-bottom: none !important;
}
[data-bs-theme="light"] .dx-toolbar {
  background-color: #ffffff00 !important;
  color: #333;
}
[data-bs-theme="dark"] .dx-toolbar {
  background-color: #1e1e2d !important;
  color: #ccc;
}
[data-bs-theme="dark"] .dx-editor-cell .dx-texteditor,
.dx-editor-cell .dx-texteditor .dx-texteditor-input {
  background: transparent !important;
}
.dx-button-has-text .dx-icon {
  margin-right: 0px !important;
}
[data-bs-theme="dark"] td.dx-command-expand.dx-datagrid-group-space[role="gridcell"]:not([aria-label="Chiudi"]):not([aria-label="Espandi"]) {
  background-color: #1e1e2d !important;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
  vertical-align: middle !important;
}
/*
.dx-button .dx-button-content {
    padding: 0 !important;
}

.dx-button-mode-contained {
    background-color: transparent !important;
    border: none !important;
}*/
.dx-button-mode-text {
  padding: 0 !important;
}
.dx-button-mode-text .dx-button-content {
  padding: 0 !important;
}
.dx-button-mode-text {
  background-color: transparent !important;
  border: none !important;
}
.mm-text-transparent {
  color: transparent !important;
}
.mm-text-light-transparent {
  color: transparent !important;
}
.mm-bg-transparent {
  background-color: transparent !important;
}
.mm-bg-light-transparent {
  background-color: transparent !important;
}
.mm-border-transparent {
  border: 2px solid transparent !important;
}
.mm-border-light-transparent {
  border: 2px solid transparent !important;
}
.mm-text-green {
  color: #2eb82e !important;
}
.mm-text-light-green {
  color: #ebfaeb !important;
}
.mm-text-red {
  color: #cc0000 !important;
}
.mm-text-light-red {
  color: #ffcccc !important;
}
.mm-text-orange {
  color: #ff9933 !important;
}
.mm-text-light-orange {
  color: #fff2e6 !important;
}
.mm-bg-green {
  background-color: #2eb82e !important;
}
.mm-bg-light-green {
  background-color: #ebfaeb !important;
}
.mm-border-green {
  border: 2px solid #2eb82e !important;
}
.mm-border-light-green {
  border: 2px solid #ebfaeb !important;
}
.mm-liquid-green {
  position: relative;
  background: none;
  cursor: pointer;
  overflow: hidden !important;
  transition: all 0.3s ease;
  background: linear-gradient(#ebfaeb 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.2em);
  transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s));
}
.mm-liquid-green:hover {
  --p: 100%;
  --t: 0.3s;
}
.mm-liquid-green:hover h5 {
  color: #2eb82e !important;
}
.mm-text-white {
  color: #fff !important;
}
.mm-text-light-white {
  color: #fff !important;
}
.mm-bg-white {
  background-color: #fff !important;
}
.mm-bg-light-white {
  background-color: #fff !important;
}
.mm-border-white {
  border: 2px solid #fff !important;
}
.mm-border-light-white {
  border: 2px solid #fff !important;
}
.mm-liquid-white {
  position: relative;
  background: none;
  cursor: pointer;
  overflow: hidden !important;
  transition: all 0.3s ease;
  background: linear-gradient(#fff 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.2em);
  transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s));
}
.mm-liquid-white:hover {
  --p: 100%;
  --t: 0.3s;
}
.mm-liquid-white:hover h5 {
  color: #fff !important;
}
.mm-text-purple {
  color: #9933ff !important;
}
.mm-text-light-purple {
  color: #e5ccff !important;
}
.mm-bg-purple {
  background-color: #9933ff !important;
}
.mm-bg-light-purple {
  background-color: #e5ccff !important;
}
.mm-border-purple {
  border: 2px solid #9933ff !important;
}
.mm-border-light-purple {
  border: 2px solid #e5ccff !important;
}
.mm-liquid-purple {
  position: relative;
  background: none;
  cursor: pointer;
  overflow: hidden !important;
  transition: all 0.3s ease;
  background: linear-gradient(#e5ccff 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.2em);
  transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s));
}
.mm-liquid-purple:hover {
  --p: 100%;
  --t: 0.3s;
}
.mm-liquid-purple:hover h5 {
  color: #9933ff !important;
}
.mm-text-blue {
  color: #3366ff !important;
}
.mm-text-light-blue {
  color: #e6ecff !important;
}
.mm-bg-blue {
  background-color: #3366ff !important;
}
.mm-bg-light-blue {
  background-color: #e6ecff !important;
}
.mm-border-blue {
  border: 2px solid #3366ff !important;
}
.mm-border-light-blue {
  border: 2px solid #e6ecff !important;
}
.mm-liquid-blue {
  position: relative;
  background: none;
  cursor: pointer;
  overflow: hidden !important;
  transition: all 0.3s ease;
  background: linear-gradient(#e6ecff 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.2em);
  transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s));
}
.mm-liquid-blue:hover {
  --p: 100%;
  --t: 0.3s;
}
.mm-liquid-blue:hover h5 {
  color: #3366ff !important;
}
.mm-text-orange {
  color: #ff9933 !important;
}
.mm-text-light-orange {
  color: #fff2e6 !important;
}
.mm-bg-orange {
  background-color: #ff9933 !important;
}
.mm-bg-light-orange {
  background-color: #fff2e6 !important;
}
.mm-border-orange {
  border: 2px solid #ff9933 !important;
}
.mm-border-light-orange {
  border: 2px solid #fff2e6 !important;
}
.mm-liquid-orange {
  position: relative;
  background: none;
  cursor: pointer;
  overflow: hidden !important;
  transition: all 0.3s ease;
  background: linear-gradient(#fff2e6 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.2em);
  transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s));
}
.mm-liquid-orange:hover {
  --p: 100%;
  --t: 0.3s;
}
.mm-liquid-orange:hover h5 {
  color: #ff9933 !important;
}
.mm-text-lobster {
  color: #FF3A33 !important;
}
.mm-text-light-lobster {
  color: #FFCBC9 !important;
}
.mm-bg-lobster {
  background-color: #FF3A33 !important;
}
.mm-bg-light-lobster {
  background-color: #FFCBC9 !important;
}
.mm-border-lobster {
  border: 2px solid #FF3A33 !important;
}
.mm-border-light-lobster {
  border: 2px solid #FFCBC9 !important;
}
.mm-liquid-lobster {
  position: relative;
  background: none;
  cursor: pointer;
  overflow: hidden !important;
  transition: all 0.3s ease;
  background: linear-gradient(#FFCBC9 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.2em);
  transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s));
}
.mm-liquid-lobster:hover {
  --p: 100%;
  --t: 0.3s;
}
.mm-liquid-lobster:hover h5 {
  color: #FF3A33 !important;
}
.mm-text-azure {
  color: #4da3ff !important;
}
.mm-text-light-azure {
  color: #e6f2ff !important;
}
.mm-bg-azure {
  background-color: #4da3ff !important;
}
.mm-bg-light-azure {
  background-color: #e6f2ff !important;
}
.mm-border-azure {
  border: 2px solid #4da3ff !important;
}
.mm-border-light-azure {
  border: 2px solid #e6f2ff !important;
}
.mm-liquid-azure {
  position: relative;
  background: none;
  cursor: pointer;
  overflow: hidden !important;
  transition: all 0.3s ease;
  background: linear-gradient(#e6f2ff 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.2em);
  transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s));
}
.mm-liquid-azure:hover {
  --p: 100%;
  --t: 0.3s;
}
.mm-liquid-azure:hover h5 {
  color: #4da3ff !important;
}
/* Tooltip colorati */
.tooltip-info .tooltip-inner {
  background-color: #0dcaf0 !important;
  color: #000 !important;
}
.tooltip-info.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #0dcaf0 !important;
}
.tooltip-info.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #0dcaf0 !important;
}
.tooltip-info.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #0dcaf0 !important;
}
.tooltip-info.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #0dcaf0 !important;
}
.tooltip-warning .tooltip-inner {
  background-color: #ffc107 !important;
  color: #000 !important;
}
.tooltip-warning.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #ffc107 !important;
}
.tooltip-warning.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #ffc107 !important;
}
.tooltip-warning.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #ffc107 !important;
}
.tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #ffc107 !important;
}
.tooltip-light .tooltip-inner {
  background-color: #f8f9fa !important;
  color: #000 !important;
  border: 1px solid #dee2e6 !important;
}
.tooltip-light.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #f8f9fa !important;
}
.tooltip-light.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #f8f9fa !important;
}
.tooltip-light.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #f8f9fa !important;
}
.tooltip-light.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #f8f9fa !important;
}
.tooltip-success .tooltip-inner {
  background-color: #198754 !important;
  color: #fff !important;
}
.tooltip-success.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #198754 !important;
}
.tooltip-success.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #198754 !important;
}
.tooltip-success.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #198754 !important;
}
.tooltip-success.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #198754 !important;
}
.tooltip-primary .tooltip-inner {
  background-color: #435ebe !important;
  color: #fff !important;
}
.tooltip-primary.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #435ebe !important;
}
.tooltip-primary.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #435ebe !important;
}
.tooltip-primary.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #435ebe !important;
}
.tooltip-primary.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #435ebe !important;
}
body {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column;
}
body #app {
  min-height: 100% !important;
  flex-grow: 1 !important;
}
body #app #main {
  display: flex !important;
  flex-direction: column;
}
body #app #main #main-content {
  padding: 10px 10px 0 10px !important;
  display: flex !important;
  flex-direction: column !important;
}
.mm-page-heading {
  --bs-card-bg: #fff;
  background-color: var(--bs-card-bg);
  border-radius: 10px 10px 0 0;
  padding: 1rem 1rem 0.3rem 1rem;
}
html[data-bs-theme=dark] .mm-page-heading {
  --bs-card-bg: #1e1e2d;
}
.mm-page-content {
  --bs-card-bg: #fff;
  background-color: var(--bs-card-bg);
  border-radius: 0 0 10px 10px;
  flex-grow: 1 !important;
  padding: 0 1rem 0 1rem !important;
}
html[data-bs-theme=dark] .mm-page-content {
  --bs-card-bg: #1e1e2d;
}
.mm-footer {
  padding: 5px !important;
}
.card {
  margin-bottom: 10px !important;
}
.main-content {
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column;
}
.main-content .page-content {
  flex-grow: 1 !important;
}
.mm-input {
  height: 34px !important;
}
.mm-color-picker {
  height: 34px !important;
  padding: 2px !important;
  width: 100% !important;
}
.mm-filter-group {
  display: flex;
  margin-top: auto;
  padding: 0 0 0 10px;
}
.mm-button-first {
  border-radius: 5px 0 0 5px !important;
  border-right: 0 !important;
}
.mm-button-middle {
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}
.mm-button-last {
  border-left: 0 !important;
  border-radius: 0 5px 5px 0 !important;
}
.mm-functions-group {
  gap: 10px !important;
}
.mm-actions-panel {
  padding: 10px 0 5px 0 !important;
}
.mm-filter-panel-toggler {
  color: var(--bs-heading-color);
}
.mm-filter-panel-toggler:hover {
  cursor: pointer;
}
.mm-filter-panel {
  margin-top: 10px !important;
}
.mm-org-card {
  background-color: var(--mm-org-card-bg);
  border-radius: 10px;
  display: flex;
  padding: 10px;
  margin-top: 10px;
}
.mm-org-card .mm-image-wrapper {
  height: 80px;
  width: 80px;
  background-color: #fff !important;
  border-radius: 20px;
  padding: 10px !important;
}
.mm-org-card .mm-image-wrapper img {
  height: 60px;
  width: 60px;
  border-radius: 20px;
}
.mm-org-card .mm-content-wrapper {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mm-org-card .mm-content-wrapper p {
  font-size: 22px;
  margin: 0;
  color: var(--mm-paragraph-color);
}
.mm-status-card {
  padding: 5px 10px;
  border-radius: 5px;
}
.mm-attachment-detail-card {
  display: flex;
  align-items: stretch;
  /* Allinea verticalmente se necessario */
  background-color: var(--mm-attachment-card-card-bg) !important;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px !important;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.09);
}
.mm-attachment-detail-card .mm-attachment-info {
  flex: 1 1 0%;
  min-width: 0;
  /* Per evitare overflow del testo */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mm-attachment-detail-card .mm-attachment-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 16px;
  /* Spazio tra info e actions */
}
.mm-home-cards-wrapper {
  margin: 10px !important;
}
.mm-home-cards-wrapper .mm-home-card {
  border-radius: 10px !important;
  padding: 20px !important;
  background-color: var(--mm-home-card-bg) !important;
  overflow: hidden;
}
.mm-home-cards-wrapper .mm-home-card .mm-home-card-body {
  display: flex;
}
.mm-home-cards-wrapper .mm-home-card .mm-home-card-body .mm-home-card-icon {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
}
.mm-home-cards-wrapper .mm-home-card .mm-home-card-body .mm-home-card-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-home-cards-wrapper .mm-home-card .mm-home-card-body .mm-home-card-content h5 {
  font-size: 18px !important;
}
.mm-header-card {
  padding: 10px 20px !important;
  background-color: var(--mm-home-card-bg) !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #2eb82e;
  height: 60px !important;
  font-size: 24px !important;
}
.mm-row-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100% !important;
}
.mm-number-card {
  min-width: 180px !important;
  padding: 5px;
  background-color: var(--mm-home-card-bg) !important;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  height: 38px !important;
}
.mm-text-card {
  padding: 5px;
  background-color: var(--mm-home-card-bg) !important;
  border-radius: 5px;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 38px !important;
  width: 100% !important;
}
.mm-hyperform-input-card {
  padding: 10px 40px !important;
  background-color: var(--mm-attachment-card-card-bg) !important;
  padding: 10px;
}
.mm-hyperform-input-card .mm-card-title {
  font-size: 22px;
  font-weight: 600;
  color: #435ebe !important;
}
.mm-hyperform-input-card .mm-card-title svg {
  min-width: 30px !important;
}
.mm-hyperform-input-card .mm-card-description {
  margin-top: 10px;
  font-size: 16px;
}
.mm-hyperform-input-card:hover {
  cursor: pointer;
  background-color: #e6f2ff !important;
  border: 2px solid #4da3ff !important;
  border-radius: 20px !important;
  transform: scale(1.06);
}
.mm-hyperform-input-card-selected {
  cursor: pointer;
  background-color: #e6f2ff !important;
  border: 2px solid #4da3ff !important;
  border-radius: 20px !important;
  transform: scale(1.06);
}
.mm-hyperform-input-container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #4da3ff;
}
.mm-hyperform-input-container .mm-element-title {
  font-size: 22px;
  font-weight: 600;
  color: #435ebe !important;
}
.mm-hyperform-input-container .mm-element-title svg {
  min-width: 30px !important;
}
.mm-hyperform-input-list-container {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.09);
}
#hyperFormPreviewContainer {
  background-color: white;
  border: 2px dashed #b3b3b3;
  border-radius: 30px;
}
.mm-fade-out {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.mm-highlight-move {
  animation: pulseMove 0.3s ease-in-out;
}
.mm-bg-container {
  background-image: url("../images/bg/login-bg.png");
  background-size: cover;
}
.mm-login-container {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 100px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.mm-login-container .mm-company-logo {
  height: 50px;
  margin-bottom: 20px;
}
.mm-login-container .mm-login-image {
  max-height: 70vh !important;
  width: 100%;
  -moz-border-radius: inherit;
  -webkit-border-radius: inherit;
  border-radius: 20px;
}
.mm-link {
  color: var(--mm-company-main-color);
  text-decoration: underline;
}
@keyframes pulseMove {
  0% {
    background-color: #e0f7ff;
  }
  50% {
    background-color: #cceeff;
  }
  100% {
    background-color: transparent;
  }
}
.mm-f-dir-col {
  flex-direction: column !important;
}
.mm-f-1 {
  flex-grow: 1;
}
.mm-p-20px {
  padding: 20px !important;
}
.mm-pt-20px {
  padding-top: 20px !important;
}
.mm-pb-20px {
  padding-bottom: 20px !important;
}
.mm-ps-20px {
  padding-left: 20px !important;
}
.mm-pe-20px {
  padding-right: 20px !important;
}
.mm-py-20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.mm-px-20px {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.mm-p-30px {
  padding: 30px !important;
}
.mm-pt-30px {
  padding-top: 30px !important;
}
.mm-pb-30px {
  padding-bottom: 30px !important;
}
.mm-ps-30px {
  padding-left: 30px !important;
}
 + .mm-pe-30px {
  padding-right: 30px !important;
}
.mm-py-30px {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.mm-px-30px {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.mm-m-30px {
  margin: 30px !important;
}
.mm-mt-30px {
  margin-top: 30px !important;
}
.mm-mb-30px {
  margin-bottom: 30px !important;
}
.mm-ms-30px {
  margin-left: 30px !important;
}
.mm-me-30px {
  margin-right: 30px !important;
}
.mm-my-30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mm-mx-30px {
  margin-left: 30px !important;
  padding-right: 30px !important;
}
.liquid {
  position: relative;
  padding: 1rem 2rem;
  background: none;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
.liquid {
  background: linear-gradient(#646cff 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.2em);
  transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s));
}
.liquid:hover {
  --p: 100%;
  --t: 0.3s;
}
.liquid:hover p {
  mix-blend-mode: difference !important;
}
.mm-request-card {
  padding: 20px;
  color: var(--mm-company-main-color) !important;
  background-color: var(--mm-home-card-bg) !important;
  border-radius: 5px;
  display: flex;
  border-radius: 10px;
  margin: 10px 0;
  justify-content: center;
}
.mm-dms-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background-color: var(--mm-home-card-bg) !important;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  color: var(--mm-company-main-color);
  cursor: pointer;
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
}
.mm-dms-card svg {
  font-size: 26px !important;
}
@font-face {
  font-family: 'PoppinsLight';
  src: url('../fonts/Poppins/Poppins-Light.ttf') format('truetype');
}
body {
  font-family: 'PoppinsLight', sans-serif;
  background-color: #ECF3FF;
}
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.form-control:focus {
  border: 1px solid #ced4da !important;
  outline: none !important;
  box-shadow: none !important;
}
.form-select:focus {
  border: 1px solid #ced4da !important;
  outline: none !important;
  box-shadow: none !important;
}
.logo-complete-size {
  width: 100%;
  height: 165px !important;
}
.logo-complete-size-sidebar {
  width: 100%;
  height: 40px !important;
}
.decoration-link {
  cursor: pointer;
  text-decoration: underline;
}
[data-bs-theme="light"] .modal {
  --bs-modal-bg: #f2f7ff !important;
}
[data-bs-theme="dark"] .modal {
  --bs-modal-bg: #151521 !important;
}
.mm-separator {
  border: 1px solid #435ebe !important;
  opacity: 1 !important;
}
.mm-left-indicator {
  border-left: 2px solid #435ebe;
}
/* Linea separatrice verticale tratteggiata */
.vertical-separator {
  position: relative;
}
.vertical-separator::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 2px dashed #dee2e6;
}
/* Chat bubble stile messaggio ricevuto */
.chat-bubble {
  position: relative;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 15px 20px;
  margin-left: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
/* Triangolino a sinistra */
.chat-bubble::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #dee2e6;
}
.chat-bubble::after {
  content: '';
  position: absolute;
  left: -8px;
  top: 21px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #f8f9fa;
}