﻿.bold-text {
  font-weight: 700;
}

#brand-main-image {
  height: 40px;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: transparent !important;
}

.form-control:read-only {
  background-color: #e9ecef;
}

.main-link-custom {
  font-weight: bold;
}

.select2-selection.select2-selection--multiple .select2-search__field {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.8 !important;
}

.select2-selection.select2-selection--single {
  height: 100% !important;
  min-height: calc(1.5em + 0.75rem + 2px) !important;
}
.select2-selection.select2-selection--single .select2-selection__rendered {
  margin-top: 0.25rem !important;
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
  word-break: break-word !important;
}
.select2-selection.select2-selection--single .select2-selection__arrow {
  height: calc(1.5em + 0.75rem + 2px) !important;
}

.large-tippy,
.large-tippy #dialog-confirm-button,
.large-tippy .custom-dialog-confirm-button {
  font-size: 1.25rem;
}

.pac-container {
  z-index: 100000 !important;
}

#notizie-list {
  max-height: 500px;
  min-width: 20px;
  min-height: 20px;
  overflow-y: auto;
}

#notizie-navbar-count {
  background-color: var(--notizie-navbar-count-bg-color) !important;
  border: 1px solid var(--notizie-navbar-count-border-color) !important;
  color: var(--notizie-navbar-count-font-color) !important;
}

.notizie-popover {
  max-width: none !important;
}

.toSummernote {
  display: block !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

#wolfee-instance-collapse-card {
  width: 400px;
}

#wolfee-instance-collapse-menu-toggle {
  z-index: 100;
}

.wolfee-main-button-image {
  height: 50px;
  width: 50px;
}

.validation-tippy-field.error {
  border-color: var(--main-error-color) !important;
}

.disabled-check-funzionalita {
  pointer-events: none !important;
}
