section
{
	margin-top: 70px;
}

#tab_nab
{
	float: left;
	max-height: 520px;
	margin: 5px;
	
}

#tab_kl
{
	float: left;
	max-height: 400px;
	margin: 5px;
}

#ed_but
{
	width: 300px;
}

#tab_u
{
	float: left;
	max-height: 300px;
	margin: 5px;
}

#tab_proj
{
	float: left;
	max-height: 400px;
	margin: 5px;
}

#wysw_danych_pp
{
	height: 330px;
}

#wysw_danych_pb
{
	height: 330px;
}

#wysw_danych_u
{
	height: 230px;
}

#przejscie_n
{
	float: left;
}

#nowy_nab
{
	float: left;
	margin: 5px;
}

th: hover
{
	color: red;
}

#tabela_przetargowa
{
	font-size: 10;
}
.custom-tooltip
{
	--bs-tooltip-bg: var(--bd-violet-bg);
	--bs-tooltip-color: var(--bs-white);
}

.odstep
{margin-top: 50px;
}

.spinner-wrapper{
	background-color: var(--on-color-bg);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-item: center;
	
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position the tooltip above the text */
    left: 50%;
    margin-left: -60px; /* Center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}