/* nagłówki menu */
span[data-title] {
  color: #43BC30 !important;
}

/* div z klasą item-indicator —  właściwości */
.item-indicator {
  background-color: #43BC30 !important;
  border-color: #43BC30 !important;
  color: #43BC30 !important;
  fill: #43BC30 !important;
}

/*  biały tekst w przycisku */
.e-btn-text.create-ticket-font {
  color: #FFFFFF !important;
}

/* zmieniony kolor tła przycisku "Utwórz zgłoszenie" - bez logowania */
a#anonymousCreateTicket {
  background-color: #43BC30 !important;
  border-color: #43BC30 !important;
}

#login-button {
  display: inline-block;
  background-color: #2e2e2e;
  border: 1px solid #07d109;
  border-radius: 4px;
  color: #fff !important;
  cursor: pointer;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out,
              border-color 0.12s ease-in-out,
              color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

#login-button:hover {
  background-color: #3a3a3a;
  border-color: #0ae010;
}


/*  boksy */
.category-item {
  border: 1px solid #2e2e2e;
  border-radius: 4px;
  background-color: #2e2e2e;
  padding: 40px 30px;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background-color 0.3s ease;
  height: 200px;
}

.category-item:hover {
  background-color: #07d109;
}

.image-div {
    display: none !important;
}


.category-item .category-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:-18px;
  width: 100%;
}

.category-item .category-header span {
  font-size: 18px;
  font-weight: 400;
  color: #fff; /* Tylko tekst będzie biały */
}

.category-item .articles-count-anchor {
  display: none;
}

a.block-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
#category_list span[data-title] {
    color: white !important;
}



/*  dla przycisku po zalogowaniu */

a#createTicket.e-btn.e-primary {
    background-color: #43BC30 !important;
    color: #fff !important;
    border: none !important;
}

a#createTicket.e-btn.e-primary:hover {
    background-color: #369828 !important; /* ciemniejszy zielony dla hovera */
    color: #fff !important;
}

/* ikona profilu */
#headerProfileImageText {
    background-color: #2e2e2e !important;
    color: #43BC30 !important;
    border-radius: 50%;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
/* ikona profilu w tooltipie */
.login-icon {
    background-color: #2e2e2e !important;
    border: none !important;
}

#profileImageTooltipText {
    color: #43BC30 !important;
}
/* Zielony tekst w tooltipie */
a.profile-flex-direction {
    color: #43BC30 !important;
}