body {
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	
}
.containerWide {
	max-width: 95% !important;
	margin-left: auto;
	margin-right: auto;
}
.toplogo {
    position: absolute;
    top: 10px;
    right: 10px;
}
.topDot {
    position: absolute;
    top: 10px;
    left: 10px;
}
.bottomRight {
	position: absolute;
    bottom: 10px;
    right: 10px;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 2;
	display: none;
}
.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -25px;
	width: 50px;
	height: 40px;
	text-align: center;
}
.offer-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 15px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s, box-shadow 0.2s;
	position: relative;
}
.offer-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.offer-icon {
	width: 50px;
	height: 50px;
}
.offer-title {
	font-size: 1.25rem;
	font-weight: bold;
}
.offer-meta {
	color: #888;
	font-size: 1.1rem;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  z-index: 1000;
  display: none; /* Domyślnie ukryte */
}

.cookie-banner a {
  color: #00c8ff;
  text-decoration: underline;
}

.cookie-banner a:hover {
  text-decoration: none;
}

.cookie-button {
  background-color: #00c8ff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  margin-left: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.cookie-button:hover {
  background-color: #008ecc;
}

.errorbg {
	background-color: #f5b7b1;
}

.order-row {
	min-height: 250px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #e5e7e9;
	border-left: 4px solid #e5e7e9;
	cursor: pointer;
}

.order-row:hover {
	background-color: #f7faff;
	border-left: 4px solid #3b82f6;
}

.font-big {
	font-size: 1.5rem;
	color: #000000;
}

.font-small {
	font-size: 0.9rem;
	color: #797d7f;
}

.font-name {
	font-size: 1.0rem;
	color: #5f6a6a;
}

.order-name {
	padding: 10px 10px;
	background-color: #f8f9f9;
	border: 2px solid #e5e7e9;
}

.order-item {
	background-color: #f8f9f9;
	border: 2px solid #e5e7e9;
	font-size: 0.9rem;
	color: #5f6a6a;
}

.accent {
	font-size: 1.1rem;
	color: #3b82f6;
}

.merged {
	font-size: 1.1rem;
	background-color: #3b82f6;
	color: #ffffff;
}

.status {
	background-color: #fef3c7;
	border: 1px solid #e9bb04;
	color: #af8d03;
	font-size: 1.0rem;
	min-height: 50px;
}

.shipping {
	background-color: #f8f9f9;
	border: 1px solid #e5e7e9;
	color: #5f6a6a;
	font-size: 0.8rem;
	min-height: 50px;
}

.initials {
      width: 40px;               /* szerokość ikony */
      height: 40px;              /* wysokość ikony (kwadrat) */
      background-color: #3b82f6;  /* kolor tła */
      color: white;               /* kolor tekstu */
      font-size: 16px;            /* rozmiar liter */
      font-weight: bold;          /* pogrubienie liter */
      display: flex;              /* centrowanie */
      align-items: center;        /* centrowanie w pionie */
      justify-content: center;    /* centrowanie w poziomie */
      font-family: sans-serif;    /* estetyczny font */
}

.icon1 {
      width: 26px;               /* szerokość ikony */
      height: 26px;              /* wysokość ikony (kwadrat) */
      background-color: #e4eefe;  /* kolor tła */
      color: #3b82f6;               /* kolor tekstu */
      font-size: 12px;            /* rozmiar liter */
      font-weight: bold;          /* pogrubienie liter */
      display: flex;              /* centrowanie */
      align-items: center;        /* centrowanie w pionie */
      justify-content: center;    /* centrowanie w poziomie */
      font-family: sans-serif;    /* estetyczny font */
      border: 1px solid #3b82f6;
}

.icon-inactive {
      width: 26px;               /* szerokość ikony */
      height: 26px;              /* wysokość ikony (kwadrat) */
      background-color: #f5f5f5;  /* kolor tła */
      color: #c2c2c2;               /* kolor tekstu */
      font-size: 12px;            /* rozmiar liter */
      font-weight: bold;          /* pogrubienie liter */
      display: flex;              /* centrowanie */
      align-items: center;        /* centrowanie w pionie */
      justify-content: center;    /* centrowanie w poziomie */
      font-family: sans-serif;    /* estetyczny font */
      border: 1px solid #c2c2c2;
}
.icons {
	display: flex;
	gap: 8px;
}

.start .card {
	transition: transform 0.2s;
}
.start .card:hover {
      transform: scale(1.02);
    }
.start .card-icon {
	font-size: 40px;
	color: #007bff;
}
.magnifier-filter {
	z-index: 10;
}
.magnifier-filter:hover {
	border: 1px solid #99A1AF;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.nolink {
	text-decoration: none;
	color: #212529;
}
.nolink:hover {
  text-decoration: none;
}
.summary-tezt1 {
	font-size: 1.1rem;
	color: #007bff;
}
.summary-tezt2 {
	font-size: 0.9rem;
	color: #797d7f;
}

.table-fixed {
  table-layout: fixed;   /* wymusza równomierne rozłożenie kolumn */
  width: 100%;           /* zajmij całą szerokość kontenera */
}

.table-fixed td, 
.table-fixed th {
  word-wrap: break-word; /* pozwala łamać słowa, żeby się mieściły */
  white-space: normal;   /* pozwala na zawijanie */
}

a.nodecoration:hover {
  text-decoration: none;
}

.tr-invisible {
	display: none;
}

@media (max-width: 800px) {
    .offer-card {
		padding-top: 40px;
	}
}
