html{font-size:14px}
a.edited{ color:yellow;}
div.uwagi{display:none;}
tr.group,
tr.group:hover {
    background-color: #ddd !important;
}
.hiddenStart{display:none;}
.fw-bolder{font-weight:bold;}
.icon {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 2px;
    text-align: center;
    line-height: 24px !important;
    cursor: pointer;
}
.calc{font-size:3em !important;}
.icon:hover {
    filter: brightness(75%);
}

/* Accept icon */
.accept-icon {
    background-color: #4CAF50; /* Green color */
    border-radius: 50%;
    color: white;

}

/* Reject icon */
.reject-icon {
    background-color: #F44336; /* Red color */
    border-radius: 50%;
    color: white;
}

.divLabel{background-color:rgba(0,123,255,0.6) !important; font-weight:600;font-size: 1.1em;padding:0.5em;color:black;border-bottom:1px solid white;}
.divValue{background-color:rgba(0,123,255,0.2) !important;font-size: 1.1em;padding:0.5em !important;border-bottom:none;border-bottom:1px solid white;}
.divLabel2{background-color:rgba(105,105,105, 0.8) !important; color: white !important; font-weight:600;font-size: 1.1em;padding:0.5em;color:black;border-bottom:1px solid white;}
.divValue2{background-color:rgba(105,105,105, 0.3) !important; font-size: 1.1em;padding:0.5em !important;border-bottom:none;border-bottom:1px solid white;}
.divLabel3{font-weight:600;font-size: 1.1em;padding:0.5em;color:black;border-bottom:1px solid white;}
.ro{border: none !important; background-color:lightgray !important}
.final{border:4px solid green !important;}
label.required{font-weight:bold}
table.tableSec{display:none;}
table#sec{display:none;}
th.zamowienieLabel{background-color:rgba(0,0,0,0.05);}


.nadawca-form-overlay {
    position: absolute;
    inset: 0; /* top:0, right:0, bottom:0, left:0 */
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50; /* nad card-body, ale pod navbarami itd. */
}

.nadawca-form-overlay.d-none {
    display: none !important;
}

.nadawca-form-overlay__inner {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 0.95rem;
}

.alert-error {
    background-color:#f8d7da;
    border-color:#f5c2c7;
    color:#842029;
}