.position-relative {
	position: relative;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.text-align-right {
    text-align: right;
}

.sticky-pierwsze-dziecko > :first-child {
    position: sticky;
    top: 0px;
    background: white;
    z-index: 10;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.pl-1 {
	padding-left: .25rem !important;
}

.pr-1 {
    padding-right: .25rem !important;
}