/* Page title navbar */
@media (max-width: 767.98px) {
    .navbar-brand-box {
      display: block;
    }
  }

/* Sidebar background */
.sidebar-background {
    background: url(../../assets/images/main-background.jpg);
    opacity: 0.13;
}

/* Login Page */
.auth-one-bg .bg-overlay {
    background: none;
    overlay: 1;
}

.auth-bg-cover > .bg-overlay {
    background-image: url(../../assets/images/main-background.jpg);
    background-position: center;
    background-size: cover;
    opacity: 0.1;
    background-color: transparent;
  }

.login-glow {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.2), 0 0 15px rgba(255, 255, 255, 0.1);
}

.auth-one-bg {
    background-image: url(../images/bolfenk.webp);
}

.logo-text-light {
    color: white;
    margin-top: 1em;
}

.min-height-200 {
    min-height: 200px;
}

/* Back to top button */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

/*Break long text in table */
.table td.long-text {
    white-space: nowrap; /* Prevents text from wrapping */
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px; /* Set the maximum width as needed */
  }

/*Date picker color modified and padding */
.flatpickr-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    border-radius: 5px 5px 0 0;
    padding-bottom: 5px;
  }

/*Form check label inline */
.form-check-inline {
    display: inline;
}

/* Profile button background */
.topbar-user {
  background-color: var(--vz-header-bg);
}

/* Apex Graphs */
.apexcharts-subtitle-text, .apexcharts-title-text {
  font-size: var(--vz-font-base);
  fill: var(--vz-heading-color);
  font-family: var(--vz-headings-font-family);
  font-weight: var(--vz-headings-font-weight);
}

.apexcharts-xaxis text {
    fill: var(--vz-heading-color);
    font-family: var(--vz-headings-font-family);
  font-weight: var(--vz-headings-font-weight);
  }

  .apexcharts-yaxis text {
    fill: var(--vz-heading-color);
    font-family: var(--vz-headings-font-family);
  font-weight: var(--vz-headings-font-weight);
  }

  /* Alert top bar modification */
  .alert-label-icon.label-arrow {
    width: 100%;
    margin-top: 1em;
  }

.salting-widget:before {
  background-image: url(../../assets/images/salting.png);
  opacity: 0.1;
}

/* Calendar */
.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
  font-size: 10px !important;
}

.fc .fc-col-header-cell-cushion {
  color: var(--vz-blue) !important;
}

.fc .fc-col-header-cell {
  background-color: var(--fc-highlight-color) !important;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: var(--vz-header-item-bg) !important;
}

.fc-toolbar-chunk:nth-child(3) {
  visibility: hidden !important;
}
/*# sourceMappingURL=custom.min.css.map */
