@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Regular.woff2') format('woff2'),
        url('fonts/NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Black.woff2') format('woff2'),
        url('fonts/NotoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Medium.woff2') format('woff2'),
        url('fonts/NotoSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Bold.woff2') format('woff2'),
        url('fonts/NotoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
	scroll-behavior:smooth;
}

body {
	background-color: #fff;
	margin: 0;
	font-family: "Catamaran", sans-serif;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
}

h1 {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

h2 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

button {
    background: #3c92e0;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
	font-size: 18px;
}

button svg {
    fill: #fff;
    height: 18px;
	width: 18px;
}
button:hover {
    opacity: .8;
}

input {
    background: #fff;
    width: 100%;
    padding: 10px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
    font-size: 18px;
}

.header {
	background-color: transparent;
	background-image: linear-gradient(180deg, #3C69E0 0%, #7BC1F5 100%);
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
}
.logo a {
	display: flex;
	justify-content: left;
}

.info {
	display: flex;
	flex-direction: column;
	align-content: flex-end;
	flex-wrap: wrap;
	row-gap: 10px;
	justify-content: flex-end;
}

.info .poltora {
	text-align: right;
	font-family: "Catamaran", Sans-serif;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1em;
	color: #FFFFFF;
}

.info .podatek {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	column-gap: 20px;
}

.info .podatek .opp {
	width: 50px;
	height: auto;
}

.info .podatek .poltora-img {
	width: 90px;
	height: auto;
}

.info .podatek .krs {
	font-family: "Catamaran", Sans-serif;
	font-size: 2em;
	font-weight: 500;
	line-height: 1em;
	color: #FFFFFF;
}

.cloud {
	background-image: url("https://www.kawalek-nieba.pl/upgrade/wp-content/uploads/2025/07/cloud_blue.webp");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: contain;
	display: flex;
	min-height: 70px;
}
.wrapper {
    width: 1160px;
    margin: auto;
}

.content {
	padding: 40px 0 80px;
}

.row {
	display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
    padding-top: 20px;
}

.pagination {
	padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 14px;
	line-height: 1em;
}

.pagination a {
    text-decoration: none;
    color: #3a3a3a;
}

.pagination a:hover {
    color: #3c92e0;
}

.pagination span {
	background: #3c92e0;
    color: #fff;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account {
	background: #f2f2f2;
    margin: 15px 0 20px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
}

.account .user .name {
    font-size: 20px;
    font-weight: 500;
}

.account .user .balance {
    font-size: 16px;
    font-weight: 300;
}

.account .user .balance span {
    font-size: 22px;
    font-weight: 500;
}

.account .buttons, .edit {
	display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-end;
}

.edit {
	order: 2;
    padding: 15px 0;
}

.red {
	background: #b93930;
}

.green {
	background: #35aa56;
}

.headers {
	display: grid;
    grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}

#search_form {
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 10px;
	position: relative;
}

#search_form input {
	background: #f2f2f2;
}

.search_button {
	order: 2;
}

.search {
    padding: 15px 0;
}

.clear {
	border-radius: 14px;
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 138px;
    background: #939393;
}

::placeholder {
	color: lightgrey;
}

.center {
    padding: 60px 0;
    margin: auto;
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
}

.center .delete form {
    display: flex;
    column-gap: 10px;
    flex-direction: row;
    justify-content: center;
}

.center form {
	background: #f2f2f2;
    margin: 15px 0 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
    row-gap: 10px;
	width: 350px;
}

@media screen and (max-width: 1160px) {
	.wrapper {
		width: 90%;
	}
	.headers {
		grid-template-columns: 1fr;
	}
	.pagination {
		column-gap: 25px;
	}
	.account .buttons, .edit {
		display: flex;
		flex-direction: column;
		align-items: normal;
	}
	button {
		margin: 5px 0;
	}
	.center form {
		row-gap: 20px;
		width: auto;
	}
	.row {
		column-gap: 20px;
	}
	.center .delete form {
		column-gap: 20px;
	}
	.logo img {
		width: 198px;
		height: 120px;
	}
	.info {
        margin-top: -30px;
	}

	.info .poltora {
		display: none;
	}

	.info .podatek {
		column-gap: 10px;
	}

	.info .podatek .opp {
		width: 30px;
	}

	.info .podatek .poltora-img {
		width: 50px;
	}

	.info .podatek .krs {
		display: none;
	}
	.cloud {
		min-height: 24px;
	}	
}
