/* Menu */
.blur-menu {
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px);
}

.sticky-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 991.98px) {
  .set-height-menu {
    height: 350px;
  }
    .fc .fc-view-harness {
      height: 500px !important;
    }
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered {
  display: block;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered {
  position: relative;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  /* display: block; */
  float: left;
  position: relative;
  min-height: 25px;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  display: inline-flex;
  margin-right: 10px; 
  padding-right: 10px; 
  /* position: relative; */
}

.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-selection__choice .select2-selection__choice__display {
  margin-left: 10px;
  padding-left: 10px;
  word-break: break-all !important;
}

/* TODO dočasne je warning že vystupuješ za niekoho dole, kôli sitky menu to nejde mať hore Vyriešiť !!! */
.sticky-warning {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.header-menu-items{
  color: rgb(70, 70, 70) !important;
}

.header-menu-items:hover {
  color: white !important;
}

.w-90 {
  width: 90% !important;
}

.input-group-text{
    border: 0px solid;
}

.noUi-tooltip {
    display: none;
}

.noUi-connects {
  background-color: white;
}

.noUi-active .noUi-tooltip {
    display: block;
    position: absolute;
    z-index: 1050;
    background-color: white;
}

.noUi-target.noUi-horizontal .noUi-handle:hover {
  cursor: pointer;
}

.slider-focus:focus,
.slider-focus:active {
  background-color: var(--bs-gray-100) !important;
  border-color: var(--bs-gray-100) !important;
}

.more-less-class::first-line {
    color: rgba(7, 20, 55, 255)
}

.more-less-class {
    background: linear-gradient(to bottom, rgb(53, 53, 53) 75%, gray 50%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    padding: 0 3px;
}

.timeline-label:before {
    left: 0.8px;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.list-column-ordering {
  text-decoration: none !important;
}

.list-column-ordering:hover{
    text-decoration: underline !important;
    cursor: pointer;
}

.autocomplete-container {
    /*the container must be positioned relative:*/
    position: relative;
    
    margin-bottom: 20px;
  }
  
  .autocomplete-container input {
    width: 100%;
    outline: none;
    
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    padding-right: 31px;
    font-size: 1.1rem;
  }
  
  .autocomplete-items {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    
    background-color: #fff;
  }
  
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
  }
  
  .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .autocomplete-items .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .clear-button {
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    
    position: absolute;
    right: 10px;
    top: 0;
  
    height: 100%;
    display: none;
    align-items: center;
  }
  
  .clear-button.visible {
    display: flex;
  }
  
  
  .clear-button:hover {
    color: rgba(0, 0, 0, 0.6);
  }

  /* Calendar */
  :root {
    /* --fc-border-color: black;
    --fc-daygrid-event-dot-width: 10px; */
  }
  
.fc-event-main{
  overflow: hidden;
}

.swal2-container a:focus {
  outline: none;
}

.hover-over:hover{
  color: #a7439a
}

.past-event {
  opacity: 0.5;
}

.swal2-html-container{
  margin-right: 0px !important;
}

.apexcharts-title-text {
  font-weight: bold !important;
}


.chart-container {
    width: 100%;
    max-width: 350px;
    height: 350px;
    position: relative;
}

.no-data-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}


