.sidebar {
    background: #eaeaea;
    width: 20%;
    min-height: 40vh;
}
.przycisk_sidebar .przycisk{
    display: none;
}
.przycisk_sidebar .przycisk i {
    padding: 7px !important;
    margin-right: 10px !important;
}
.sidebar ul {
    list-style: none;
    color: black !important;
    margin: 0px;
    padding: 0px;
}

.sidebar ul li a{
    font-weight: bold;
    color: black
}

.maincontnet {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: auto;
    margin-top: 50px;
}

.sidebar ul li {
    width: 80%;
    margin: auto;
    /* border-bottom: 1px solid black; */
    padding-bottom: 17px;
    display: flex;
    align-items: center;
}

.content {
    width: 75%;
}

.start-sidebar {
    width: 100%;
    text-align: center;
    background: var(--czerwony);
    color: white;
    font-weight: bold;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.popup {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000ab;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.form {
    background: white;
    width: 80%;
    position: relative;
    height: 80%;
    overflow-y: scroll;
}


.form-conten {
    padding: 50px;
    padding-top: 0px;
    margin-top: -50px;
}

.sterownik {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    text-align: right;
}

.form-conten h3 {
    margin-top: 60px;
    text-align: center;
    font-size: 30px;
}

.hidden{
    display: none;
}


.cert-content {
    text-align: center;
    font-weight: bold;
width: 100%;}

.cert-content button{
    margin-top: 40px;
}     

.komunikatgora {
    background: var(--czerwony);
    text-align: center;
    position: fixed;
    top: 15%;
    width: 90%;
    left: -105%;
    z-index: 1000;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
}

.komunikatactive {
    animation: komunikat 4s;
}

@keyframes komunikat {
0%{
    left: -105%;
}
10%{
    left: 5%;
}
90%{
    left: 5%;
}

100%{
    left: -105%;
}


}


div#kom {
    width: 100%;
    text-align: center;
    color: var(--czerwony);
    font-weight: bold;
}


.narzedzia {
    display: flex;
    flex-wrap: wrap;
}

.narzedzia a {
    margin-right: 10px;
}