﻿/* FOGLIO DI STILE GLOBALE PERSONALIZZATO */
/*Color variables*/
/*border variables*/
/*shadow variables*/
/*Colors*/
.card-title {
  text-transform: uppercase;
}

.iziModal .iziModal-header {
  text-transform: uppercase;
}

.ql-container > .ql-editor {
  min-height: 100px;
  max-height: 200px;
}

.mud-selected-item {
  color: #000;
  background-color: #ddd;
}

.mud-expand-panel-header {
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
}

div.validation-message {
  background-color: #ef4b4b;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.mainMenuIcon .mud-nav-group .mud-icon-size-medium {
  font-size: 1.25rem !important;
  margin-top: 3px !important;
}

.mainMenuIcon .mud-nav-link .mud-icon-size-medium {
  font-size: 1rem !important;
  margin-top: 3px !important;
}

.readOnlyText .mud-input {
  color: rgba(0, 0, 0, 0.376) !important;
}

.load-form.loading {
  overflow: hidden;
  height: 85vh;
}

.load-form.loading::after {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7333333333);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rating-item-margin > .mud-rating-item {
  margin-right: 10px;
}

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mud-input-control-helper-container {
  position: absolute;
  top: 32px;
}

.mud-input-control-margin-dense .mud-input-control-helper-container {
  position: absolute;
  top: 9px;
  right: 8px;
  background-color: #fff;
  margin: 0px;
  border: 1px dashed #ffe1e1;
  border-radius: 4px;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* permette l'interazione */
}
.mud-input-control-margin-dense:hover .mud-input-control-helper-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* impedisce l'interazione */
}

.custom-badge {
  vertical-align: middle;
  margin-bottom: 4px;
  font-size: 12px;
}

label {
  display: inline-block;
  margin-bottom: initial;
}
