.circle {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
#icon-lekcja .circle img {
   width: 100px;
}
.circle::before {
    content: "";
    background-size: 100%;
    display: block;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
#icon-lekcja .circle::before {
    background-image: url(./lekcja-bez-obramowania.svg?11);
}
#icon-oceny .circle::before {
    background-image: url(./ocena-new.svg?12);
    background-size: 31px;
}
#icon-nb .circle::before {
    background-image: url(./frekwencja-new.svg?1);
    background-size: 31px;
}
#icon-wiadomosci .circle::before {
    background-image: url(./wiadomosci-new.svg?12);
    background-size: 37px;
}
#icon-ogloszenia .circle::before {
    background-image: url(./ogloszenia-new.svg?7);
    background-size: 31px;
}
#icon-terminarz .circle::before {
    background-image: url(./kalendarz-new.svg?2);
    background-size: 40px;
    background-position: right;
}
#icon-zadania .circle::before {
    background-image: url(./zadania_domowe-new.svg?4);
    background-size: 36px;
}
a .circle[count]:after {
    content: attr(count);
    font-size: auto !important;
    background: red;
    color: white;
    font-family: initial;
    border-radius: 50px;
    /* padding: 5px; */
    min-width: 18px;
    height: 18px;
    width: max-content;
    max-width: 100px;
    display: flex;
    position: relative;
    top: -15px;
    left: 35px;
    z-index: 111;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: normal;
    font: var(--apple-font);
    /* font-weight: 600; */
    flex-direction: column;
    font-size: 12px;
}
a .circle {
    background-size: 100%;
    background-position: center;
    border-radius: 5px;
    width: 47px;
    height: 47px;
    background-color: #ffffff;
    background-position: no-repeat;
    background-repeat: no-repeat;
    -webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    display: block;
    top: -7px;
    font-size: 65px;
    margin-bottom: 5px;
}
a .circle:hover {
    opacity: 0.95;
}
#header ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.margin10 {
    margin: 0px 10px;
}
#header li {
    list-style: none;
}