.fw-bold {
    font-weight: 600 !important;
}

#logoadmin {
    max-width: 100% !important;
}

#adminhamburger {
    transition: all .5s;
    z-index: 1005;
}

#padminhamburger {
    transition: all .75s;
}

.zielony {
    color: #4DA056 !important;
}

.brazowy {
    color: #5D3A1A !important;
}

.niebieski {
    color: #3476A3 !important;
}

.zolty {
    color: #E4B825 !important;
}

.czarny {
    color: #111111 !important;
}

.bg-zielony {
    background: #4DA056 !important;
}

.bg-brazowy {
    background: #5D3A1A !important;
}

.bg-niebieski {
    background: #3476A3 !important;
}

.bg-zolty {
    background: #E4B825 !important;
}

.bg-czarny {
    background: #444444 !important;
}

@media only screen and (max-width: 992px) {
    .modal-dialog {
        min-width: 98% !important;
        max-width: 98% !important;
    }

}