#wait_overlay {
 z-index: 2147483647;
}
.gradient-scale {
 background: linear-gradient(to right,red,orange 25%,yellow 50%,green 75%);
 height: 0.3em;
}
.password-strength {
 background-color: lightgray;
 height: 0.3em;
}
.mandatory {
 box-shadow: -3px 0 0 darkorange;
}
.select2-container {
 width: 100% !important;
}
.select2-container .select2-selection--single {
 height: 40px !important;
 padding: 6px 0px 6px 0px !important;
}
.select2-dropdown {
 background-color: white !important;
 border: 1px solid #ccc !important;
 border-radius: 0px !important;
}
.select2-results__option {
 padding: 6px !important;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
 background-color: #fff !important;
 border: 1px solid #e5e5e5 !important;
 border-radius: 0px !important;
}
.select2-container--default .select2-selection--multiple {
 min-height: 40px !important;
}
.select2-container--default .select2-selection--multiple .select2-search__field {
 margin-top: 12px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
 margin-top: 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
 color: #666 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
 height: 44px !important;
 top: 1px !important;
 right: 5px !important;
 width: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
 border-color: #888 transparent transparent transparent !important;
}
.select2-container--default .select2-container--open .select2-selection--single .select2-selection__arrow b {
 border-color: transparent transparent #888 transparent !important;
 border-width: 0 4px 5px 4px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
 border: 1px solid #ccc !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
 background-color: #1e87f0 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
 background-color: #5897fb !important;
 color: white !important;
}
.select2-container--default .select2-results__group {
 padding: 6px !important;
}
.select2-container--default .select2-selection__choice {
 font-size: .875rem !important;
 color: #666 !important;
 background-color: #f8f8f8 !important;
 border-radius: 0 !important;
}
.select2-container--default .select2-selection__choice .select2-selection__choice__remove {
 font-size: 1em !important;
 font-weight: bold !important;
 color: #666 !important;
 border-right: 1px solid #666 !important;
 height: 100%;
}
@media print {
 body * {
  visibility: hidden;
 }
 #document-print-container, #document-print-container * {
  visibility: visible;
 }
 #document-print-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
 }
 img {
  page-break-after: always;
  max-width: 100% !important;
  height: auto !important;
 }
 img:last-child {
  page-break-after: auto;
 }
}
.spectrum-logo {
 display: inline-block;
 width: 2.8em;
 height: 1em;
 background: repeating-linear-gradient(
  100deg,
  #ffffff,        /* WHITE (START) */
  #ffffff 0.4em,
  #ff0002 0.4em,  /* Red */
  #ff0002 0.8em,
  #fdff00 0.8em,  /* Yellow */
  #fdff00 1.2em,
  #00ff03 1.2em,  /* Green */
  #00ff03 1.6em,
  #01fffe 1.6em,  /* Cyan */
  #01fffe 2em,
  #000000 2em,    /* Black */
  #000000 2.4em,
  #ffffff 2.4em,  /* WHITE (END) */
  #ffffff 2.8em
 );
 background-size: 2.8em 2.8em;
 vertical-align: middle;
 font-size: 0.9em;
}
.agency-chart-container {
 overflow: auto;
 max-height: 80vh;
 padding: 20px;
 background-color: #f8f8f8;
 border: 1px solid #e5e5e5;
 border-radius: 5px;
}
.agency-node.agency-logo{
 background: white;
 border-radius: 8px;
 padding: 15px;
 box-shadow: 0 3px 10px rgba(0,0,0,0.08);
 border: 2px solid #1e87f0;
 cursor: default !important;
}
.agency-node.agency-logo img {
 width: 250px;
 height: auto;
 max-height: 143px;
 display: block;
 border-radius: 4px;
}
.agency-level {
 display: flex;
 justify-content: center;
 margin-bottom: 20px;
}
.agency-team {
 display: flex;
 flex-direction: column;
 align-items: center;
 margin: 0 15px;
}
.assistants-group {
 margin-bottom: 20px;
}
.agency-node {
 background: white;
 border-radius: 8px;
 padding: 12px 15px;
 margin: 5px 0;
 box-shadow: 0 3px 10px rgba(0,0,0,0.08);
 min-width: 180px;
 position: relative;
}
.agency-node.manager {
 border: 2px solid #f0506e;
 background-color: #fff6f6;
}
.agency-node.team-leader {
 border: 2px solid #32d296;
 background-color: #f2fcf8;
}
.agency-node.advisor {
 border: 2px solid #1e87f0;
 background-color: #f8fafd;
}
.agency-node.advisor-independent {
 border: 2px solid #7e4beb;
 background-color: #f5f0ff;
}
.agency-node.office-assistent {
 border: 2px solid #faa05a;
 background-color: #fff9f4;
}
.profile-image {
 width: 48px !important;
 height: 48px !important;
 border-radius: 50% !important;
 object-fit: cover;
 margin-right: 12px;
 border: 2px solid white;
 box-shadow: 0 2px 5px rgba(0,0,0,0.1);
 transition: transform 0.2s ease;
}
.profile-image:hover {
 transform: scale(1.1);
 cursor: pointer;
}
.agency-connector {
 height: 20px;
 width: 2px;
 background: #000;
 margin: 0 auto;
 position: relative;
}
.agency-connector:after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
 width: 0;
 height: 0;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-top: 8px solid #000;
}
.agency-advisor-group {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 15px;
}
.agency-advisor {
 margin: 5px;
}
.agency-node strong, .agency-node small {
 display: inline-block;
 white-space: pre-wrap;
}
.agency-node strong {
 font-weight: 600;
 color: #333;
}
.agency-node small {
 font-size: 0.85em;
 color: #666;
}
.calculator-number-button, .calculator-operator-button, .calculator-function-button, .calculator-currency-button, .agenda-dialer-key, #agenda-dialer-key-call, #agenda-dialer-key-backspace {
 user-select: none !important;
 -webkit-user-select: none !important;
 -moz-user-select: none !important;
 -ms-user-select: none !important;
 -webkit-tap-highlight-color: transparent !important;
 -webkit-tap-highlight-color: transparent !important;
 tap-highlight-color: transparent !important;
}
.calculator-button-active {
 box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) !important;
 transition: all 0.1s ease;
}
.uk-tab-no-border::before {
 border-bottom: none !important;
}
.deepseek-icon {
 background-image: url('../images/deepseek_icon.svg') !important;
 background-repeat: no-repeat !important;
 background-position: center !important;
}
.add-property-search-box {
 z-index: 2147483647 !important;
}
.pac-container {
 z-index: 100000 !important;
 border-radius: 5px;
 box-shadow: 0 2px 6px rgba(0,0,0,0.3);
 font-family: Roboto, Arial, sans-serif;
}
.pac-item {
 padding: 10px;
 cursor: pointer;
 border-top: 1px solid #e6e6e6;
}
.pac-item:hover {
 background-color: #f5f5f5;
}
.gallery-drag-handle {
 cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M16 2l-5 5h4v8h-4l5 5 5-5h-4v-8h4l-5-5z" fill="black"/></svg>') 16 16, move;
}
.gallery-drag-handle:active {
 cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M16 2l-5 5h4v8h-4l5 5 5-5h-4v-8h4l-5-5z" fill="red"/></svg>') 16 16, grabbing;
}
.property-slideshow-modal {
 isolation: isolate;
 z-index: 1013 !important;
}
[id*="_slideshow"] {
 isolation: isolate;
 z-index: 1013 !important;
}
