* {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

body {
  padding-bottom: 50px;
}

.egov-header-logo {
      filter: invert(1);
}



header {
  background-color: #2362a2;
  color: white;
  /* padding: 10px 20px; */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-height: 80px;
}

.btn-nav-next {
  background-color: #6fbd2c;
  color: white;
}

/* .form-control {
    border: 1px solid #adadad;
} */

.form-label,
.form-check-label {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

form {
  background-color: #ecf5fd;
  padding: 40px;
  border-radius: 20px;
}

.header-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 0px;
  color: white;
}

#header-logo {
  width: 35px;
}

#header-org-name {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

#header-label {
  font-size: 16pt;
  margin-bottom: 0;
}

#lang-select a {
  background-color: #2362a2;
  border: none;
  ;
}

#lang-select svg {
  float: right;
}

#content {
  max-width: 900px;
  margin-top: 100px;
}

.content {
  max-width: 900px;
  /* margin-top: 80px */
}

.info {
  /* padding: 1.0rem .75rem; */
  color: white;
  background: url(../images/lion-qr-bgr.png) no-repeat 60% top, linear-gradient(143deg, #3077b7 -1.15%, #254e80 104.98%);
  justify-content: space-between;
  align-items: left;
  align-self: stretch;
  margin-top: 100px;
  border-radius: 20px;
  height: auto;
}

.custom-tooltip .tooltip-inner {
  background-color: rgb(52, 52, 52);
}

.info-catalogue {
  padding: 1.0rem .75rem;
  align-items: center;
}

.bs-stepper-circle {
  background-color: #254e80 !important;
}

.bs-stepper-circle.active-step {
  background-color: #6fbd2c !important;
}

.bs-stepper-header .line {
  background-color: #254e80 !important;
}

/* .modal-dialog {
  min-width: 80vw; /* 80% šířky viewportu */
/* } */


.catal-item {
  border-radius: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-sizing: border-box;
  max-width: 350px;
  max-height: 100px;
  background-color: #ecf5fd;
  background-image: url(../images/poplatek.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-position: 10px 10px;
  background-position-y: 7px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: solid 1px #ecf5fd;
}

.catal-item-form {
  border-radius: 16px;
  max-width: 380px;
  min-height: 130px;
  max-height: 130px;
  box-sizing: border-box;
  background-color: #ecf5fd;
  background-image: url(../images/poplatek-bg.svg);
  background-repeat: no-repeat;
  background-position: 20px -25px;
  background-clip: padding-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: solid 1px #ecf5fd;
}

.svg-background {
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.fee-button {
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  /* background: linear-gradient(135deg, #2362a2 0%, #6fbd2c 100%); */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  min-width: 100px;
  /* color: white; */
}

.fee-button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.fee-price {
  font-size: 40px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 20px;
}

.fee-label {
  font-size: 18px;
  font-weight: 300;
}

.catal-item .card-body {
  text-align: center;
  /* margin-top: 130px; */
  margin-left: 150px;
  text-align: right;
}

/* .catal-item-form .card-body { */
  /* text-align: center; */
  /* margin-top: 130px; */
  /* margin-left: 150px; */
  /* text-align: right; */
/* } */

.catal-item .card-title {
  font-size: 2.5rem;
}

.catal-item-form .card-title {
  font-size: 2.5rem;
}

.pay-button {
  background-color: #2362a2;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.pay-button:hover,
.pay-button:active:hover {
  /* background-color: #f9c13c; */
  background-color: #6fbd2c;
}

.info-button {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: white;
}

.info-button:hover,
.info-button:active:hover {
  /* background-color: #254e80; */
  color: #f9c13c;
}

.catal-item:hover {
  transform: scale(1.05);
  transition: all linear 200ms;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.gov-submit-button {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.gov-submit-button:hover {
  transform: scale(1.05);
  transition: all linear 200ms;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.catal-item-form:hover {
  transform: scale(1.05);
  transition: all linear 200ms;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.catalogue-header {
  font-family: Roboto, sans-serif;
  font-weight: 100;
  letter-spacing: 0.2px;
  font-size: 36px;
  line-height: 46.8px;
}

.add-value-icon {
  color: var(--bs-warning);
  font-size: 3rem;
  position: relative;
  left: -40px;
  /* margin-left: 10px; */
  /* vertical-align: middle; */
}
