
.modal-collapse-toggle-parent:has(div.modal-collapse-toggle[aria-expanded="true"]){
    background-color: rgb(23, 193, 232);
    border: none;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 16px;
  }
.modal-collapse-toggle-parent:hover{

    font-weight: bold;

  }
.modal-collapse-title {
    /* background-color: rgb(23, 193, 232); */
    border: none;
    color: #67748e !important;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
  }

  /* TEST CLASS DLA MENU i COLLAPSE produkcja roslinna/zwierzeca */
  /* Apply styles to otherElement when myDiv has the class */
.arableProductionNav:hover {
    background-color: #cb0c9e !important;
    color: #fff !important;
    font-weight: bold;
}
.arableProductionNav:not(.collapsed) {
    background-color: #cb0c9e !important;
    color: #fff !important;
    font-weight: bold;
}
.dairyProductionNav:hover {
    background-color: #cb0c9e !important;
    color: #fff !important;
    font-weight: bold;
}
.dairyProductionNav:not(.collapsed) {
    background-color: #cb0c9e !important;
    color: #fff !important;
    font-weight: bold;
}

