.app-content {
    max-width: 80%;
    display: flex;
    justify-content: center;   
    margin: 0 auto;
}
/* body {
    background-color: #919499;
} */
.stickuje {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.custom-logo{
    max-height: 80px;
    width: auto;
    object-fit: contain;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    /* padding: 10px 20px; */
    z-index: 1000;
}
.fade {
    transition: opacity 0.5s linear;
}

.menuitem {
    text-align: center;
    /*justify-content: center;*/
    width: 20%;
    font-weight: bold;
}
hr {
    height: 2px;
    border-width:0;
    color:black;
    background-color:black;
}
.form-control, .form-select, .form-check-input, .table, .table-light{
    border: 1px solid rgba(0, 0, 0, 0.3);
}