/*
Dr. Max Power pages - carrer web
*/

/* Fonts */
@font-face {
  font-family: "Proxima Nova";
  src: url("/proximanova-bold.woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/proximanova-semibold.woff2");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/proximanova-medium.woff2");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/proximanova-regular.woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/proximanova-light.woff2");
  font-style: normal;
  font-weight: 300;
}

/* End fonts */

/* Typography */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;

  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.wrapper-body {
  min-height: auto !important;
}

body > :not(#wrapper) *,
body > :not(#wrapper) *::before,
body > :not(#wrapper) *::after {
  font-family: "Proxima Nova", sans-serif !important;
}

body > :not(#wrapper) .fa,
body > :not(#wrapper) .fa::before,
body > :not(#wrapper) .fa::after {
  font-family: "Glyphicons Halflings" !important;
}

body > :not(#wrapper) h1,
body > :not(#wrapper) h2,
body > :not(#wrapper) h3,
body > :not(#wrapper) h4 {
  margin-top: 0 !important;
  margin-bottom: 1.2rem !important;
}

body > :not(#wrapper) h1,
body > :not(#wrapper) h2 {
  font-size: 2.6rem !important;
  line-height: 3.2rem !important;
  font-weight: 400 !important;

  color: #505050 !important;
}

@media only screen and (min-width: 768px) {
  body > :not(#wrapper) h1,
  body > :not(#wrapper) h2 {
    font-size: 3.6rem !important;
    line-height: 4rem !important;
  }
}

body > :not(#wrapper) h3 {
  font-size: 1.8rem !important;
  line-height: 2.5rem !important;
  font-weight: 700 !important;

  color: #000000 !important;
}

body > :not(#wrapper) p {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 300 !important;
  margin-bottom: 1rem !important;
}

body > :not(#wrapper) p.smallText {
  line-height: 2.4rem !important;
}

/* End typography */

/* Base */
.is-clickable {
  cursor: pointer;
}

.section--benefits-intro {
  padding-top: 5.8rem !important;
  padding-bottom: 4.6rem !important;
  border-top: 1px solid #dce5ee !important;
}

.section--benefits {
  padding-bottom: 6rem !important;
  border-bottom: 1px solid #dce5ee !important;
}

.section--benefits .container {
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
}

@media only screen and (min-width: 768px) {
  .section--benefits .container {
    flex-direction: row !important;
    gap: 4rem !important;
  }
}

.section--benefits .col-md-4 {
  min-width: initial !important;
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .section--benefits .col-md-4 {
    width: calc((100% / 3) - ((4rem / (3 - 1)) * (3 - 1))) !important;
  }
}

@media only screen and (max-width: 767px) {
  .section--benefits .col-md-4 {
    padding-bottom: 2.9rem !important;
    border-bottom: 1px solid #dce5ee !important;
  }
}

@media only screen and (max-width: 767px) {
  .section--benefits .col-md-4 + .col-md-4 {
    padding-top: 2.2rem !important;
  }
}

.section--intro {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 9px solid #e7eef9 !important;
}

.section--work-intro {
  padding-top: 3.5rem !important;
}

@media only screen and (min-width: 768px) {
  .section--work-intro {
    padding-top: 7rem !important;
  }
}

.section--work .container {
  flex-wrap: nowrap !important;
  flex-direction: column !important;
}

@media only screen and (max-width: 600px) {
  .section--work .container {
    width: 100% !important;
  }
}

@media only screen and (min-width: 600px) {
  .section--work .container {
    flex-wrap: wrap !important;
    flex-direction: row !important;
  }
}

.section--work .col-md-3 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  justify-content: flex-end !important;
  margin-bottom: 1.5rem !important;
  width: 100% !important;
}

.section--work .col-md-3:nth-last-child(1) {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 600px) {
  .section--work .col-md-3 {
    flex-direction: column !important;
    padding: 0 60px !important;
    margin: 0 !important;
  }
}

body > :not(#wrapper) .section--work h3 {
  flex-grow: 1;
  text-align: left;
  margin-left: 2rem;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 600px) {
  body > :not(#wrapper) .section--work h3 {
    margin-left: 0;
    text-align: center;
    margin-bottom: 1rem !important;
  }
}

.section--work img {
  width: 100% !important;
  max-width: 60px !important;
  margin-left: 0 !important;
}

@media only screen and (min-width: 600px) {
  .section--work img {
    margin-left: auto !important;
    max-width: 150px !important;
    padding-bottom: 1.5rem !important;
  }

  .section--work .col-md-3 {
    width: 50% !important;
    border-bottom: 1px solid #dee6ef;
    padding-top: 1.2rem !important;
    margin-top: auto !important;
  }

  .section--work .col-md-3:nth-last-child(1),
  .section--work .col-md-3:nth-last-child(2) {
    border-bottom: 0;
  }

  .section--work .col-md-3:nth-child(even) {
    border-left: 1px solid #dee6ef;
    position: relative;
    left: -1px;
  }

  .section--work .col-md-3:nth-child(odd) {
    border-right: 1px solid #dee6ef;
  }
}

@media only screen and (min-width: 1024px) {
  .section--work .col-md-3 {
    width: 25% !important;
    border-bottom: 0 !important;
  }

  .section--work .col-md-3 {
    border-right: 0 !important;
    border-left: 0 !important;
  }

  .section--work .col-md-3 {
    border-right: 1px solid #dee6ef !important;
    left: 0 !important;
  }

  .section--work .col-md-3:nth-child(1) {
    border-left: 1px solid #dee6ef !important;
  }
}

.section--list {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.section--list-full h3 {
  padding-bottom: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .section--list .container {
    width: 100%;
  }
}

.panel,
.entitylist {
  border: 0 !important;
  box-shadow: none !important;
}

.panel-body {
  padding: 0 !important;
}

.list-inline {
  display: flex;
  flex-direction: column;
  gap: 1.5rem !important;
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  .list-inline {
    flex-direction: row;
  }
}

.list-inline > li {
  width: 100%;
  padding: 0 !important;
}

.entitylist-filter-option-group-label {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 400 !important;
  margin: 0 !important;
  margin-bottom: 0.3rem !important;
}

.entitylist-filter-option-text {
  width: 100% !important;
}

.entitylist .input-group-addon,
.entitylist .btn-entitylist-filter-submit,
.entitylist thead,
.entitylist [aria-label="action menu"] {
  display: none !important;
}

.entitylist .table tbody tr:nth-child(odd) {
  background: #f1f5fa !important;
}

.entitylist .table tbody td {
  padding: 3rem 2rem;
  border: 0 !important;
}

@media only screen and (min-width: 768px) {
  .section--list {
    padding-top: 5.8rem !important;
    padding-bottom: 5.8rem !important;
  }
}

body > :not(#wrapper) .section--work h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  color: #0078be !important;
}

body > :not(#wrapper) .section--work h3 a {
  font-size: inherit !important;
  font-weight: inherit !important;
}

.section--benefits .col-md-4 img {
  width: 66px !important;
  height: 70px !important;
  object-fit: contain !important;
  object-position: top center !important;
  margin-bottom: 1.4rem !important;
}

.section--benefits .col-md-4 img + h3 {
  margin-bottom: 3rem !important;

  font-size: 2.1rem !important;
  line-height: 2.4rem !important;
  font-weight: 500 !important;
}

.footer {
  margin-top: auto !important;
  padding: 4.2rem 0.8rem !important;
  border-top: 4px solid #d8d8d8 !important;
  font-size: 1.2rem !important;
  line-height: 1.4rem !important;
  background-color: #fbfbfb;
}

.footer--copyright {
  margin-top: 0 !important;
  padding: 3.3rem 0.8rem !important;
  padding-bottom: 2rem !important;
  border-width: 1px !important;
}

@media only screen and (min-width: 768px) {
  .footer--copyright .footer__inner {
    justify-content: space-between !important;
  }
}

.footer__mark {
  width: 71px;
  height: 89px;
  background: url("./mark.png") no-repeat top right;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .footer__mark {
    margin-left: auto;
    width: 142px;
    height: 177px;
  }
}

.footer__inner::before,
.footer__inner::after {
  content: none !important;
}

body > :not(#wrapper) .footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}

@media only screen and (min-width: 768px) {
  body > :not(#wrapper) .footer__inner {
    flex-wrap: nowrap;
  }
}

body > :not(#wrapper) .footer__col {
  width: 100%;
  max-width: 32rem;
}

body > :not(#wrapper) .footer__inner p {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: 1.3rem !important;
}

body > :not(#wrapper) .footer__col-title {
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  line-height: 2.4rem !important;
  margin-bottom: 1.2rem !important;
}

body > :not(#wrapper) .footer__contact-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
  margin-bottom: 0.2rem;
  color: #414a62;
}

.footer__contact + .footer__contact,
.footer__contact + .footer__contact-title,
.footer__contact-title + .footer__contact-title {
  margin-top: 1.3rem;
}

.social__links {
  display: flex;
  margin-top: 0.5rem;
  gap: 0.8rem;
}

.social__links-link {
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  background: no-repeat center;
  background-size: 100%;

  opacity: 0.55;
  filter: grayscale(100%);

  transition: filter 200ms, opacity 200ms;
}

.social__links-link:hover {
  opacity: 1;
  filter: none;
}

.social__links-link--facebook {
  background-image: url("./facebook.png");
}

.social__links-link--instagram {
  background-image: url("./instagram.png");
}

.social__links-link--youtube {
  background-image: url("./youtube.png");
}

.header {
  padding: 2rem 0 2.2rem;
  border-bottom: 5px solid #4baa28;
}

.header__announcement {
  display: flex;
  justify-content: center;
  align-content: center;

  text-align: center;

  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.2rem 2.5rem;

  color: #ffffff;
  background: rgb(120, 190, 32);

  cursor: default;
}

.header__inner {
  display: flex;
  align-items: center;
  padding: 0 2.4rem !important;
  width: 100% !important;
  max-width: 1170px !important;
}

.header__inner::before,
.header__inner::after {
  content: none !important;
}

.header__logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;

  width: 100%;
  max-width: 14.6rem;

  margin-right: 2.8rem;
}

.header__logo svg {
  width: 100%;
}

.header__logo a {
  display: flex;
}

.header__logo .ml-2 {
  display: none !important;
}

.header__description {
  position: relative;
  color: #a7a8aa;
  font-size: 2rem;
  line-height: 3.2rem;
  padding: 0.9rem 0;
  margin-right: 5rem;
}

.header__description::after {
  content: "";
  position: absolute;
  background-color: #a7a8aa;
  width: 1px;
  height: 1.4rem;
  top: 50%;
  margin-top: -0.8rem;
  right: -2.8rem;
}

.header__toggler {
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
  top: 0.3rem;
}

.header__toggler-bar {
  background: #0078be repeat scroll 0 0;
  top: 0px;
  left: 0px;
  position: absolute;
  height: 0.3rem;

  transition: all 200ms ease 0s;
  width: 100%;
  opacity: 1;
  transform: rotate(0deg);
  border-radius: 0.2rem;
  z-index: 1;
}

.header__toggler-bar:nth-child(2),
.header__toggler-bar:nth-child(3) {
  top: 1rem;
}

.header__toggler-bar:nth-child(4) {
  top: 2.1rem;
}

.header--opened .header__toggler-bar:nth-child(1),
.header--opened .header__toggler-bar:nth-child(4) {
  width: 0%;
  left: 50%;
}

.header--opened .header__toggler-bar:nth-child(2) {
  top: calc(50% + 3px);
  left: 0.6rem;
  width: 2rem;
  transform: rotate(45deg);
}

.header--opened .header__toggler-bar:nth-child(3) {
  top: 0.4rem;
  left: 0.6rem;
  width: 2rem;
  transform: rotate(-45deg);
}

@media only screen and (min-width: 900px) {
  .header__toggler {
    display: none;
  }
}

.header__nav {
}

.navigation {
  display: flex;
  gap: 2.5rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navigation__item {
}

.navigation__link {
  display: block;
  padding: 1.5rem 0;
  margin-left: 0 !important;

  font-size: 1.5rem !important;
  font-weight: 600 !important;
}

.navigation__link,
.navigation__link:hover,
.navigation__link:focus {
  color: #0078be;
}

.navigation__link--active,
.navigation__link--active:hover,
.navigation__link--active:focus {
  color: #4baa28;
}

.header__actions {
  margin-left: auto;
}

.navigation__button {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  padding: 0.4rem 2rem 0.4rem;
  border-radius: 0.7rem;
  text-decoration: none !important;

  border: 1px solid #0072b6;
  color: #0072b6;
}

.navigation__button:hover,
.navigation__button:focus {
  border: 1px solid #af0023;
  color: #af0023;
}

@media only screen and (max-width: 899px) {
  .header {
    padding: 1.2rem 0 0.9rem;
  }

  .header__logo {
    max-width: 12.5rem;
  }

  .header__nav {
    display: flex;
    justify-content: center;
    flex-shrink: 0;

    position: absolute;
    top: calc(var(--header-height, 0px) + var(--announcement-height, 0px));
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 1.2rem;
    background: #3c911e;
    z-index: 999;

    transform: translateY(
      calc(
        -100% - var(--header-height, 100px) - var(--announcement-height, 100px)
      )
    );
    transition: transform 250ms;
  }

  .header--opened .header__nav {
    transform: none;
  }

  .navigation {
    width: 100%;
    max-width: 36rem;
    flex-direction: column;
    gap: 0.2rem;
  }

  .navigation__link {
    background-color: #4baa28;

    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 1rem 1.3rem !important;
  }

  .navigation__link,
  .navigation__link:hover,
  .navigation__link:focus {
    color: #f1f5fa;
  }

  .header__description {
    display: none;
  }

  .header__toggler {
    order: -1;
    margin-right: 1.7rem;
    flex-shrink: 0;
  }
}

@media only screen and (max-width: 460px) {
  .navigation__button {
    padding: 0;
    border: 0;
  }
}

.tooltip {
  display: none !important;
}

body > :not(#wrapper) .glyphicon,
body > :not(#wrapper) .glyphicon::before,
body > :not(#wrapper) .glyphicon::after {
  font-family: "Glyphicons Halflings" !important;
}

body > :not(#wrapper) .validation-header {
  font-size: 2rem !important;
  line-height: 2.4rem !important;
  margin-bottom: 0 !important;
}

body > :not(#wrapper) .validation-header span {
  display: none !important;
}

.crmEntityFormView {
  border: 0 !important;
}

.RadCaptcha label,
.crmEntityFormView .field-label {
  font-size: 1.3rem !important;
  font-weight: 500;
}

.crmEntityFormView .cell {
  padding: 0 !important;
}

.crmEntityFormView .control {
  margin-bottom: 1rem;
}

.crmEntityFormView fieldset {
  margin-bottom: 3rem !important;
}

.crmEntityFormView fieldset:empty {
  display: none !important;
}

.crmEntityFormView .cell textarea {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;

  height: 100px !important;
  min-height: 100px !important;
}

html[dir="ltr"] .crmEntityFormView .cell input[type="text"],
html[dir="ltr"] .crmEntityFormView .cell select,
html[dir="ltr"] .crmEntityFormView .cell textarea {
  float: none !important;
}

.RadCaptcha > div {
  display: flex !important;
  flex-direction: column-reverse !important;
}

.RadCaptcha p {
  display: flex !important;
  flex-direction: column-reverse !important;
}

.RadCaptcha input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.RadCaptcha input:focus {
  border-color: #69c;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.entity-form .actions,
.entity-form + .actions {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border-top: 0 !important;
}

.submit-btn {
  display: inline-block !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  background-color: #4baa28 !important;
  border: 1px solid #4baa28 !important;
  color: #fff !important;
  border-radius: 7px !important;
  text-decoration: none !important;

  width: 100% !important;
  max-width: 28.1rem !important;

  padding: 1.4rem 2rem 1.4rem !important;

  font-size: 2rem !important;
  line-height: 3rem !important;
  margin-right: 0 !important;
}

.submit-btn:hover,
.submit-btn:focus {
  transition: all 0.2s ease-in !important;
  background-color: #3c911e !important;
  border: 1px solid #3c911e !important;
  text-decoration: none !important;
  color: #fff !important;
}

.crmEntityFormView {
  max-width: 38rem;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .section--boxes .col-md-8,
  .section--boxes .col-md-4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  .section--boxes .col-md-4 {
    max-width: 26.3rem !important;
    padding-top: 10rem !important;
  }
}

.boxes {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.box {
  background-color: #f1f5fa;
  padding: 2rem 2.2rem 4rem;
  text-align: center;
}

.box a {
  color: #0078be;
}

.box a:hover,
.box a:focus {
  color: #af0023;
}

.box img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;

  width: 100% !important;
  height: 100% !important;
  max-width: 12rem !important;
  max-height: 12rem;

  aspect-ratio: 1;

  margin-bottom: 1.2rem !important;
}

.box__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.box__description {
  font-weight: 300;
  line-height: 2rem;
  color: #000000;
  margin-bottom: 1.4rem;
}

.box__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.4rem;
}

.box__button {
  margin-top: 1.8rem;
}

.btn-primary {
  display: inline-block !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  background-color: #4baa28 !important;
  border: 1px solid #4baa28 !important;
  color: #fff !important;
  border-radius: 7px !important;
  text-decoration: none !important;
  width: 100% !important;
  max-width: 28.1rem !important;
  padding: 1.4rem 2rem 1.4rem !important;
  font-size: 2rem !important;
  line-height: 3rem !important;
  margin-right: 0 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  transition: all 0.2s ease-in !important;
  background-color: #3c911e !important;
  border: 1px solid #3c911e !important;
  text-decoration: none !important;
  color: #fff !important;
}

html {
  scroll-behavior: smooth;
}

.crmEntityFormView .tab-title {
  display: none;
}

.form-detail .crmEntityFormView {
  display: none !important;
}

body > :not(#wrapper) .jobdetail__title {
  font-size: 3.3rem !important;
  line-height: 4rem !important;
  font-weight: 700 !important;
}

.jobdetail__info {
  display: flex;
  flex-wrap: wrap;
}

.jobdetail__place,
.jobdetail__date {
  background: url("/Detail-Inzerátu/marker.png") no-repeat center left;
  background-size: auto 23px;
  color: #4baa28;
  font-weight: 700;
  line-height: 2.3rem;
  padding-left: 2.8rem;
  margin-right: 3rem;
  margin-bottom: 2rem;
}

.jobdetail__date {
  background-image: url("/Detail-Inzerátu/calendar-green.png");
}

.jobdetail__section {
  margin-top: 4rem;
}

.jobdetail ul {
  list-style-type: none;
  padding-left: 0;
}

.jobdetail ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.3rem;
}

.jobdetail ul li::before {
  content: "";
  background-color: #4baa28;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
  position: absolute;
  left: 10px;
  left: 1rem;
  top: 5px;
  font-weight: 700;
  width: 10px;
  height: 10px;
}

.entitylist .table tbody td[data-th="Top pozice"],
.entitylist .table tbody td[data-th="Top Position"] {
  font-size: 0;
}

[data-th="Top pozice"][aria-label="Ne"]::before {
  display: none !important;
}

[data-th="Top pozice"]::before,
[aria-label="Top pozice"]::before {
  content: attr(aria-label) !important;

  position: relative;
  top: 0.4rem;

  height: 1.5rem;
  margin-top: 0.4rem;
  padding: 0 8px;

  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;

  background-color: #4baa28;
  color: #fff;

  border-radius: 0.2rem;
}

.entitylist .table tbody td {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .entitylist .table tbody td {
    padding: 1rem 2rem !important;
  }

  .entitylist .table tbody td[data-th="Top pozice"],
  .entitylist .table tbody td[data-th="Top Position"] {
    padding-top: 0 !important;
  }

  [aria-label="Top pozice"]::before {
    top: -0.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .entitylist .table tbody td[data-th="Top pozice"],
  .entitylist .table tbody td[data-th="Top Position"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pagination {
  display: flex !important;
  flex-direction: row !important;
  padding-bottom: 1rem;
}

.pagination li {
  position: relative;
  display: inline-flex !important;

  width: 3.7rem;
  height: 3.8rem;
  border: 1px solid #dcdcdc !important;

  z-index: 1;
}

.pagination li + li {
  margin-left: -1px;
}

.pagination li a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.pagination li.active {
  background: #e0eaf6 !important;
  border: 1px solid #0078be !important;
  z-index: 2;
}

.pagination li.active a {
  color: #0078be !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a:hover,
.pagination li.active a:focus {
  text-decoration: none !important;
  background: transparent !important;
}

.form-control,
.RadCaptcha input {
  border-radius: 7px !important;
  box-shadow: inset 0 5px 5px rgba(216, 216, 216, 0.86) !important;
  border: 1px solid #d8d8d8 !important;
  font-size: 1em !important;
  line-height: 37px !important;
  color: #171717 !important;
}

.input-group input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group .input-group-addon,
.input-group .btn.btn-default.launchentitylookup {
  padding: 6px 10px !important;
  box-shadow: inset 0 5px 5px rgba(216, 216, 216, 0.86) !important;
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
  border: 1px solid #d8d8d8 !important;
  border-left: 0 !important;
  background-color: transparent !important;
}

.input-group .input-group-addon {
  padding: 6px !important;
}

.tbody-checkbox {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .tbody-checkbox {
    flex-direction: row;
    margin: 0 -60px;
    justify-content: space-between;
  }
}

.message-custom {
  width: 100% !important;
  max-width: 500px !important;
  margin: 0 auto !important;
}

.tbody-checkbox {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .tbody-checkbox {
    flex-direction: row;
    margin: 0 -102px;
    justify-content: space-between;
  }
}

[aria-label="nabídka akcí"] {
  display: none !important;
}

#AttachFileLabel {
  width: 100%;
  text-align: center;
}

.control--file {
  border: 1px dashed #979797;
  text-align: center;
  padding: 1.5rem 6rem 1.3rem;
  position: relative;
  width: 100%;
  min-height: 18rem;
  background: no-repeat center top 1.5rem;
}

.control--file input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.fake-file {
  position: absolute;
  width: 100%;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.fake-file strong {
  color: #0078be;
  font-weight: 600;
}

.tbody-gdpr {
  text-align: center;
}

.tbody-gdpr .control {
  width: 100%;
}

.tbody-gdpr .checkbox {
  width: 100%;
}

.tbody-gdpr .info {
  display: none !important;
}

.tbody-gdpr input {
  position: relative !important;
  margin-right: 10px !important;
  top: 2px !important;
}

.tbody-gdpr .checkbox div {
  display: inline-block;
}

.liquid_form--page .header,
.liquid_form--page .footer {
  display: none !important;
}

.liquid-form__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  background-color: rgb(120, 190, 32);
  min-height: 6rem;
}

body > :not(#wrapper) .liquid-form__header h1 {
  margin-bottom: 0 !important;
  font-size: 2.5rem !important;
  color: #ffffff !important;
}

.liquid-form__header .header__logo {
  max-width: 10rem !important;
  margin-right: 0 !important;
}

.liquid_form--page .sectionBlockLayout {
  padding-top: 0 !important;
}

.drawCanvas {
  border: 1px dashed #979797;
}

.inkControlHorizontalDelimiter {
  display: none !important;
}

.inkControlCommandBar .confirmButton {
  border: 0 !important;
  width: auto !important;
  height: auto !important;
}

.signatureControl.editmode .inkControl .inkControlCommandBar {
  height: auto !important;
  padding-top: 0 !important;
}

.inkControlCommandBar .confirmButton::before {
  content: "Potvrdit";
  color: #4baa28;
  font-family: Arial;
  font-weight: 400 !important;
  font-size: 14px !important;
  cursor: pointer !important;
}

.inkControlCommandBar .confirmButton span {
  display: none !important;
}

.signatureControl.editmode
  .inkControl
  .inkControlCommandBar
  .confirmButton:hover {
  background: none !important;
  color: #4baa28 !important;
}

.header {
  border-color: #78be20;
}

.link-info {
  color: #b6b6b6 !important;
}

.link-info::after {
  content: "?";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #b6b6b6;
  color: #b6b6b6;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin-left: 10px;
  pointer-events: none;
}

.section-title h3 {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .table-fluid td:before {
    margin-left: 0 !important;
  }
}

.sectionBlockLayout {
  flex-direction: column;
}
/* =========================================================
   HEADER NAV – FINÁLNÍ BLOK (fixní mezera k CTA jako na vzoru)
   - Menu doprava, ale vždy se stejnou mezerou od tlačítka
   - ACTIVE: zelený text (#78BE20), bez underline
   - HOVER: jen underline (šedý), text zůstává šedý
   - CTA: 189×47, hover #78BE20 -> #3C911E
   - Underline velmi blízko k textu
   ========================================================= */

:root {
  /* stejné odsazení mezi menu a CTA (doladíte jen číslo, default jako na vzoru) */
  --nav-to-cta-gap: 28px;
}

/* LAYOUT: menu doprava + fixní mezera před CTA (desktop) */
@media only screen and (min-width: 900px) {
  .header .header__actions {
    margin-left: var(--nav-to-cta-gap) !important; /* klíč: pevná mezera */
  }

  .header .header__nav {
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: flex-end !important; /* menu doprava */
    align-items: center !important;
  }

  .header .navigation {
    gap: 24px !important;
    align-items: center !important;
  }
}

/* MENU (default) */
.header .navigation__link {
  color: #2F4253 !important;
  font-size: 16px !important;
  font-weight: 500 !important;

  text-decoration: none !important;

  border-bottom: 2px solid transparent !important;

  /* underline co nejblíž k textu */
  padding: 6px 0 0px !important;
  line-height: 20px !important;

  transition: border-color 0.15s ease, color 0.15s ease;
}

/* HOVER: pouze underline šedý, text zůstává šedý */
.header .navigation__item:hover > .navigation__link,
.header .navigation__link:hover,
.header .navigation__link:focus {
  color: #2F4253 !important;
  border-bottom-color: #2F4253 !important;
}

/* ACTIVE: zelený text, bez underline */
.header .navigation__item.is-active > .navigation__link,
.header .navigation__link[aria-current="page"],
.header .navigation__link--active {
  color: #78BE20 !important;
  border-bottom-color: transparent !important;
}

/* ACTIVE + hover: stále bez underline */
.header .navigation__item.is-active:hover > .navigation__link {
  color: #78BE20 !important;
  border-bottom-color: transparent !important;
}

/* CTA BUTTON: přesné rozměry a hover ztmavení */
.header .navigation__button {
  width: 189px !important;
  height: 47px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #78BE20 !important;
  color: #ffffff !important;

  border: 0 !important;
  border-radius: 999px !important;

  font-size: 16px !important;
  font-weight: 600 !important;

  padding: 0 !important;
  text-decoration: none !important;

  transition: background-color 0.15s ease;
}

.header .navigation__button:hover,
.header .navigation__button:focus {
  background: #3C911E !important;
  color: #ffffff !important;
}
