/* CSS Document for reklamacie.platon.sk */

:root {
	--brand: #196eb4;
	--brand-dark: #093e84;
	--brand-soft: #eaf4fc;
	--ink: #172033;
	--muted: #637083;
	--line: #dce5ef;
	--panel: #ffffff;
	--page: #eef3f8;
	--shadow: 0 18px 50px rgba(9, 62, 132, 0.14);
}

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body,
table {
	margin: 0;
	padding: 0;
	color: var(--ink);
	font: 15px/1.55 Arial, Helvetica, sans-serif;
}

body.gray {
	min-height: 100%;
	background:
		linear-gradient(135deg, rgba(25, 110, 180, 0.16), rgba(255, 255, 255, 0) 38%),
		var(--page);
}

a,
a:visited {
	color: var(--brand-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover {
	color: var(--brand);
	text-decoration: none;
}

h1,
h2 {
	margin: 0 0 18px;
	color: var(--brand-dark);
	line-height: 1.2;
	letter-spacing: 0;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 21px;
}

p {
	margin: 0 0 14px;
}

img {
	max-width: 100%;
	height: auto;
}

.hide {
	display: none !important;
}

.fright {
	float: right;
}

div.main {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 28px 0 38px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 28px;
	align-items: start;
}

div.main div.left,
div.main div.right {
	display: block;
	float: none;
	width: auto;
	min-width: 0;
}

div.box {
	position: relative;
	overflow: hidden;
	background: var(--panel);
	padding: 28px;
	border: 1px solid rgba(9, 62, 132, 0.12);
	border-top: 5px solid var(--brand);
	border-radius: 8px;
	box-shadow: var(--shadow);
}

div.box:first-child {
	border-top-color: var(--brand-dark);
}

div.box > a:first-child img[alt*="Platon"] {
	display: block;
	width: 214px;
	margin-bottom: 22px;
}

.intro-box > a:first-child {
	float: right;
}

.intro-box > a:first-child img[alt*="Platon"] {
	margin-bottom: 0;
}

.intro-box:after {
	content: "";
	display: block;
	clear: both;
}

div.space {
	height: 24px;
}

div.main > .space:first-child {
	display: none;
}

div.minheight {
	min-height: 500px;
}

div.logo {
	background-image: url('../images/platon-webhosting-logo.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	height: 61px;
	width: 100%;
}

div.line {
	width: 100%;
	height: 1px;
	background-color: var(--line);
}

div.footer {
	height: 20px;
}

.formIncorrect,
.formCorrect {
	width: 22px;
	height: 22px;
	display: block;
	float: right;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}

.formIncorrect {
	background-image: url('../images/icon-x.svg');
}

.formCorrect {
	background-image: url('../images/icon-check.svg');
}

.width-unique-id {
	width: 100%;
	max-width: 180px;
	text-align: center;
	letter-spacing: 0.04em;
}

.float-right {
	float: right;
}

#box_loader {
	text-align: center;
}

#box_loader img {
	display: none;
}

.loader-spinner {
	display: block;
	width: 42px;
	height: 42px;
	margin: 22px auto 8px;
	border: 4px solid var(--brand-soft);
	border-top-color: var(--brand);
	border-radius: 50%;
	animation: spin 0.9s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

form table,
.box table {
	width: 100%;
	border-collapse: collapse;
}

form td,
.box table td {
	padding: 8px 0;
	vertical-align: top;
}

form td:first-child,
.box table td:first-child {
	width: 34%;
	color: var(--brand-dark);
	font-weight: 700;
}

form td[width="20"],
.box table td[width="20"] {
	width: 22px;
}

small {
	display: block;
	margin-top: 6px;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.4;
}

input[type="text"],
select,
textarea {
	width: 100%;
	max-width: 100%;
	padding: 11px 12px;
	border: 1px solid #c6d4e2;
	border-radius: 6px;
	background: #fff;
	color: var(--ink);
	font: inherit;
	box-shadow: inset 0 1px 2px rgba(23, 32, 51, 0.04);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.formIncorrect + input[type="text"],
.formCorrect + input[type="text"],
.formIncorrect + select,
.formCorrect + select,
.formIncorrect + textarea,
.formCorrect + textarea {
	width: calc(100% - 34px);
}

select {
	min-height: 44px;
}

textarea {
	min-height: 130px;
	resize: vertical;
}

input[type="text"]:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(25, 110, 180, 0.15);
}

input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 1px 8px 8px 0;
	accent-color: var(--brand);
	vertical-align: middle;
}

.radio-option {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}

.radio-option input[type="radio"] {
	flex: 0 0 auto;
	margin: 2px 0 0;
}

input[type="button"],
input[type="submit"],
.button-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 18px;
	border: 0;
	border-radius: 6px;
	background: var(--brand);
	color: #fff !important;
	font: 700 14px/1.2 Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(25, 110, 180, 0.22);
	transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

input[type="button"]:hover,
input[type="submit"]:hover,
.button-link:hover {
	background: var(--brand-dark);
	transform: translateY(-1px);
	box-shadow: 0 14px 26px rgba(9, 62, 132, 0.22);
}

.claim-form-submit {
	min-width: 150px;
}

.right .box {
	background: linear-gradient(180deg, #ffffff, #f8fbfe);
}

.right .box h2 {
	text-align: left;
}

.side-box-form {
	display: grid;
	gap: 12px;
}

.side-box-form p {
	margin: 0;
	color: var(--muted);
}

.side-box-form input[type="submit"] {
	width: 100%;
}

.download-card {
	text-align: left;
}

.download-card h2 {
	margin-bottom: 14px;
}

.download-card .download-link {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	column-gap: 14px;
	align-items: center;
	text-decoration: none;
}

.download-card-text {
	margin: 0;
	color: var(--muted);
	min-width: 0;
}

.download-card-text small {
	display: inline;
	margin: 0;
}

.pdf-icon,
.print-icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.pdf-icon {
	width: 52px;
	height: 52px;
	background-image: url('../images/icon-pdf.svg');
}

.print-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	float: right;
	margin-left: 16px;
	border-radius: 6px;
	background: var(--brand-soft);
	text-decoration: none;
}

.print-link:hover {
	background: #d7eafb;
}

.print-icon {
	width: 26px;
	height: 26px;
	background-image: url('../images/icon-print.svg');
}

@media (max-width: 900px) {
	div.main {
		grid-template-columns: 1fr;
		width: min(100% - 28px, 720px);
		padding-top: 18px;
	}

	div.main div.right {
		display: grid;
		gap: 20px;
	}

	div.space {
		height: 20px;
	}
}

@media (max-width: 640px) {
	body,
	table {
		font-size: 14px;
	}

	div.main {
		width: calc(100% - 22px);
		padding-bottom: 24px;
	}

	div.box {
		padding: 20px;
		border-radius: 8px;
	}

	h1 {
		font-size: 23px;
	}

	h2 {
		font-size: 19px;
	}

	.intro-box > a:first-child {
		float: none;
		display: block;
		margin: 0 0 18px;
	}

	form table,
	form tbody,
	form tr,
	form td {
		display: block;
		width: 100% !important;
	}

	form tr {
		margin-bottom: 14px;
	}

	form td {
		padding: 0;
	}

	form td:first-child {
		margin-bottom: 6px;
	}

	form td[width="20"],
	form td[colspan="3"][height="10"],
	form td[colspan="2"] {
		display: none;
	}

	.formIncorrect,
	.formCorrect {
		margin-top: 9px;
	}

	input[type="button"],
	input[type="submit"],
	.claim-form-submit {
		width: 100%;
	}

	.print-link {
		width: 42px;
		height: 42px;
	}
}
