html, body {
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #040408;
  letter-spacing: 0.03em;
  min-height: 100dvh;
}

body {
  display: flex;
  flex-direction: column;
}
body .content-wrapper {
  flex-grow: 1;
}

.text-primary {
  color: #f0564d !important;
}

a {
  color: #f0564d;
}

header ul.nav li {
  padding: 0 5px;
  font-weight: 600;
}
header ul.nav li a {
  color: #040408;
}
header ul.nav li a:hover, header ul.nav li a.active {
  color: #f0564d;
}

.container {
  max-width: 960px;
}

.btn {
  text-transform: none;
}

.btn.btn-primary {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #f0564d;
  display: inline-flex;
  justify-content: center;
  font-size: clamp(14px, 0.938vw, 22px);
  font-weight: 500;
  line-height: 120%;
  align-items: center;
  height: 46px;
  padding: 0 32px;
  text-decoration: none;
  border-radius: clamp(5px, 0.521vw, 20px);
  cursor: pointer;
  background: #f0564d;
  user-select: none;
  text-align: center;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn.btn-outline {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #f0564d;
  display: inline-flex;
  justify-content: center;
  font-size: clamp(14px, 0.938vw, 22px);
  align-items: center;
  height: 46px;
  padding: 0 32px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  border-radius: clamp(5px, 0.521vw, 20px);
  cursor: pointer;
  background: transparent;
  user-select: none;
  text-align: center;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.main-image-wrapper {
  height: calc(100vh - 72px);
  max-height: 700px;
  background-image: url("/img/main-image.jpg");
  background-size: cover;
  background-position: top center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-image-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: 1;
}
.main-image-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(249, 236, 236, 0.5);
  position: absolute;
  z-index: 2;
}
.main-image-wrapper .main-image-content-wrapper {
  position: relative;
  z-index: 3;
  width: 95%;
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
}
.main-image-wrapper .main-image-content-wrapper h1 {
  text-align: center;
}
.main-image-wrapper .main-image-content-wrapper .main-image-form-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.single-page-header-wrapper {
  background-size: cover;
  background-color: #f0564d;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-page-header-wrapper .single-page-header-inner-wrapper {
  position: relative;
  z-index: 3;
  width: 95%;
  max-width: 960px;
  padding: 60px 15px 0 15px;
}
.single-page-header-wrapper .single-page-header-inner-wrapper h1 {
  text-align: center;
  color: white;
}
.single-page-header-wrapper .single-page-header-inner-wrapper .main-image-form-section {
  margin-top: 70px;
  margin-bottom: 70px;
}

.input-type {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: clamp(15px, 0.938vw, 22px) clamp(20px, 1.25vw, 25px);
  border-radius: 8px;
  background-color: #fff7f4;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.input-type .choices {
  background-color: transparent;
  border: none;
  width: calc(100% - 30px);
  display: inline-block;
  height: 24px;
}
.input-type .choices .choices__inner {
  background-color: transparent;
  border: none;
  height: 24px;
  min-height: 24px;
  padding: 2px 7px;
}
.input-type .choices .choices__list {
  padding: 2px 7px;
}

.main-page-title {
  margin: 80px 0 80px 0;
  font-weight: 500;
  text-align: center;
}

.category-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.category-wrapper a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
  border-radius: 8px;
  background-color: #fff7f4;
  text-decoration: none;
  color: #040408;
  font-weight: 500;
  min-height: 56px;
  line-height: 1.2;
}

footer {
  width: 100%;
  background-color: #f0564d;
  color: white;
}
footer ul {
  list-style-type: none;
  padding: 25px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
footer ul li a {
  color: white;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .copyright {
  text-align: center;
  padding: 0 0 25px 0;
  font-size: 12px;
}

.job-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.job-items .job-item {
  width: 100%;
  display: flex;
  background-color: #fff7f4;
  border-radius: 8px;
  align-items: center;
  min-height: 56px;
  color: #040408;
  font-weight: 400;
  line-height: 1.2;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
  transition: background-color 0.1s ease-in-out;
}
.job-items .job-item:hover {
  background-color: #d9e9f8;
}
.job-items .job-item.header {
  background-color: transparent !important;
  padding-bottom: 0 !important;
  min-height: 30px;
  font-weight: 600;
}
.job-items .job-item .name {
  flex-grow: 1;
  text-align: left;
  width: 10%;
}
.job-items .job-item .money {
  font-weight: 600;
  width: 25%;
  text-align: right;
  padding-right: 10px;
}
.job-items .job-item .positions {
  width: 15%;
}
.job-items .job-item .more-info {
  flex-shrink: 0;
  width: 40px;
}
.job-items .job-item .more-info img {
  height: 40px;
}

.data-info-wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 24px;
}

.data-info {
  padding: 30px;
  display: flex;
  align-items: center;
  background-color: #fff7f4;
  border-radius: 8px;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.data-info .title {
  font-size: 18px;
  color: #f0564d;
  font-weight: 600;
  text-align: center;
}
.data-info .info {
  color: #92949f;
  font-size: 18px;
}

h2, .h2 {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 30px;
  margin: 0;
  color: #f0564d;
  font-weight: 500;
}

h3, .h3 {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 25px;
  margin: 0;
  color: #f0564d;
  font-weight: 500;
}

h4, .h4 {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  margin: 0;
  color: #f0564d;
  font-weight: 500;
}

.light-bg {
  background-color: #fff7f4;
}

.kvalifikovane-profese div div {
  margin-bottom: 10px;
  line-height: 1.3;
}

#map-of-cr {
  font-weight: 300;
  outline: none;
}
#map-of-cr path {
  transition: fill 0.05s ease-in-out;
  cursor: pointer;
  outline: 0;
}
#map-of-cr path:hover {
  fill: #f0564d !important;
}

.tooltip.show {
  opacity: 1 !important;
}
.tooltip div.tooltip-arrow {
  display: none !important;
}
.tooltip div.tooltip-inner {
  background-color: white;
  color: black;
  border: 1px solid #ccc;
}
.tooltip div.tooltip-inner a {
  color: black;
}

ol li {
  margin-bottom: 15px;
}

.choices__list--dropdown .choices__item--selectable {
  padding-right: 5px;
  word-break: normal;
}

/*# sourceMappingURL=app.css.map */
