@charset "UTF-8";
body {
  font-family: Roboto, "Helvetica Neue", "Noto Sans" !important;
  font-size: 14px;
}

#ctl00_ctl00_Body_Body_lbtCancel,
#ctl00_ctl00_Body_Body_lbtRedirect {
  display: none !important;
}

main {
  margin-top: 65px;
}

nav {
  min-height: 65px;
}

.navbar {
  --bs-navbar-padding-y: 10px;
}

.nav-link {
  border-radius: 8px;
  padding: 7px 16px !important;
  font-size: 14px !important;
  margin-top: 4px;
}

.nav-link:hover, .nav-link:focus {
  color: white;
  background-color: #115CAD;
  border-radius: 8px;
}

#video-container {
  display: none;
  margin-top: 20px;
  position: absolute;
  width: 100%;
}

.main-title {
  font-size: 48px !important;
  font-weight: 700;
}

h1, .title {
  font-size: 32px;
  font-weight: 700;
  color: #1A2C3E;
}

h2 {
  font-size: 20px;
  font-weight: 500;
  color: #1A2C3E;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  color: #1A2C3E;
}

.title-white {
  color: #fff;
}

.title-colored {
  color: #167BE8;
}

.title-ico {
  margin-right: 12px;
}

.w100 {
  width: 100%;
}

.br-16 {
  border-radius: 16px;
}

.txt-orange {
  color: #FF8E13;
}

.bg-dark {
  background-color: #167BE8 !important;
}

.nav-item {
  padding: 4px 8px;
}

.nav-link {
  color: white;
}

.txt-granit {
  color: #1A2C3E;
}

.txt-gray {
  color: rgb(102, 114, 126);
}

.fixed-btn {
  padding: 12px 16px;
  position: fixed;
  background-color: white;
  bottom: 0;
  z-index: 9;
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.14), 0px 6px 30px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
}

.a-num {
  background-color: rgb(57, 75, 91);
  color: white;
  border: 1px solid white;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: block;
  line-height: 48px;
  margin: -24px auto;
  z-index: 30;
  position: relative;
  font-weight: 500;
}

.r-16 {
  border-radius: 16px;
}

.svg-ico-ytb, .svg-ico-arrow {
  margin-left: 8px;
}

#footerAccordion {
  --bs-accordion-bg: transparent !important;
  --bs-accordion-border-color: transparent !important;
}

#footerAccordion .accordion-button:not(.collapsed) {
  color: #FFF !important;
  background-color: transparent !important;
}

#footerAccordion .accordion-button:focus {
  box-shadow: none !important;
}

#footerAccordion .accordion-button {
  color: #FFF !important;
}

#footerAccordion .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

#footerAccordion .accordion-body a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  display: flex;
}

#footerAccordion .accordion-body a:hover {
  color: #FFF !important;
}

#footerAccordion .accordion-body p {
  margin-bottom: 12px;
}

#footerAccordion .accordion-body svg {
  margin-right: 8px;
}

.d-footer a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  display: flex;
}

.d-footer a:hover {
  color: #FFF !important;
}

.d-footer p {
  margin-bottom: 12px;
}

.d-footer svg {
  margin-right: 8px;
}

.d-footer h5 {
  margin-bottom: 12px;
}

.bg-footer-dark p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.bg-footer-dark {
  background-color: #394B5B;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #FF8E13;
}

.select2-container--default:hover .select2-selection--multiple:hover {
  border: 2px solid #66727E;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 2px solid #D6D8DA;
  border-radius: 8px;
  cursor: pointer;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #E0E3E5;
  color: rgba(0, 20, 40, 0.9);
}

.select2-dropdown {
  border: 0;
  overflow: hidden;
  border-radius: 8px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.12), 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

footer .nav-link, footer .nav-item {
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.7) !important;
}

.filter {
  background-color: white;
  border-radius: 16px;
  padding: 24px 16px;
}

.filter-page {
  background-color: white;
  border-radius: 16px;
  padding: 32px;
  margin-top: 32px;
}

.filter-position {
  margin-bottom: -110px;
}

.positions-list {
  margin: 0;
  padding: 0;
}

.positions-list__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
}

.positions-list__title {
  font-size: 24px;
  margin-bottom: 16px;
}

.positions-list__item:hover {
  background-color: rgb(245, 250, 254);
  cursor: pointer;
}

.positions-list__item:hover .positions-list__ico {
  background-color: rgb(185, 216, 248);
}

.positions-list__ico {
  background-color: rgb(213, 232, 251);
  border-radius: 50%;
  padding: 3px;
}

.navbar-toggler {
  border: 0px solid transparent;
}

.section-hero {
  height: 570px;
  background-size: cover;
  background-image: url(../img/hero-bg/hp.jpg);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.section-hero-about {
  background-size: cover;
  background-position-y: center;
  background-image: url(../img/hero-bg/hero-02.png);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.section-hero-process {
  background-size: cover;
  background-position-y: center;
  background-image: url(../img/hero-bg/hero-03.png);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.section-hero-detail {
  background-size: cover;
  background-position-y: center;
  background-image: url(../img/hero-bg/hero-04.png);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.section-hero-zos {
  background-size: cover;
  background-position-y: center;
  background-image: url(../img/hero-bg/hero-05.jpg);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.chip-container {
  display: inline-block;
}

.chip {
  color: rgb(26, 44, 62);
  background-color: rgb(224, 224, 224);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 16px;
  padding: 0 12px;
  height: 24px;
  align-items: center;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}

#selected-filters .chip {
  background-color: rgb(213, 232, 251);
  color: #115CAD;
  border: none;
  margin: 0;
}

#selected-filters .chip--default:hover {
  background-color: rgb(185, 216, 248);
  color: rgb(17, 92, 173);
}

#selected-filters .chip--active {
  background-color: rgb(17, 92, 173);
  color: white;
  background-image: url(../img/i173.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 98%;
  padding-right: 27px;
}

.select2-container .select2-selection--multiple::after, .select2-container .select2-selection--single::after {
  fill: rgb(102, 114, 126);
  content: "" !important;
  background: url(../img/i196.svg) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.lead {
  font-size: 16px;
}

.lead-2 {
  font-size: 32px;
}

.member-card {
  border-radius: 16px;
  background-color: #F5F5F5;
  padding: 24px;
}

.member span {
  color: rgb(102, 114, 126);
  font-size: 12px;
  font-weight: 400;
}

.member {
  display: flex;
  align-items: center;
}

.member p {
  color: rgb(17, 92, 173);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.member-img {
  height: 56px;
  width: 56px;
  margin-right: 8px;
}

.member-ico {
  margin-right: 4px;
}

.member a {
  text-decoration: none;
}

.svg-ico-chip {
  margin-right: 4px;
}

.where-card {
  border-radius: 8px;
  padding: 4px 16px;
  color: white;
  height: 216px;
}

.where-bg-01 {
  background-size: cover;
  background-position-y: center;
  background-image: url(../img/jak-to-chodi/p-01.png);
}

.where-bg-02 {
  background-size: cover;
  background-position-y: center;
  background-image: url(../img/jak-to-chodi/p-02.png);
}

.where-bg-03 {
  background-size: cover;
  background-position-y: center;
  background-image: url(../img/jak-to-chodi/p-03.png);
}

.where-bg-04 {
  background-size: cover;
  background-position-y: center;
  background-image: url(../img/jak-to-chodi/p-04.png);
}

.where-bg-05 {
  background-size: cover;
  background-position-y: center;
  background-image: url(../img/jak-to-chodi/p-05.png);
}

.where-bg-06 {
  background-size: cover;
  background-position-y: center;
  background-image: url(../img/jak-to-chodi/p-06.png);
}

.where-bg-07 {
  background-size: cover;
  background-position-y: center;
  background-image: url(../img/jak-to-chodi/p-07.png);
}

.where-bg-08 {
  background-size: cover;
  background-position-y: center;
  background-image: url(../img/jak-to-chodi/p-08.png);
}

.ytb {
  background-image: url(../img/ytb.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  display: flex;
  width: 100%;
  height: 330px;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.ytb-content {
  display: flex;
  width: 100%;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  color: white;
  background: rgba(26, 44, 62, 0.6);
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  margin-top: 0;
  padding: 0;
  min-height: 40px;
  margin-left: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-left: 5px;
  margin-top: -2px;
  background-image: url(../img/i173.svg);
  height: 20px;
  width: 20px;
  float: right;
  background-color: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: transparent;
}

.section-footer {
  background-color: rgb(79, 95, 109);
}

.card-img-member-large {
  margin-top: -1.5rem !important;
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
  border-radius: 16px 16px 0 0;
  display: block;
}

.card-title {
  color: #115CAD;
  font-weight: 500;
  font-size: 16px;
  margin-left: 16px;
  margin-bottom: 0px;
}

.card-title-b {
  margin-left: 0px !important;
  margin-top: -24px;
}

.card-title span {
  display: block;
  color: #66727E;
  font-weight: normal;
  font-size: 12px;
}

.card-text {
  margin-top: 16px;
}

.card-dark h5 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0705882353);
}

.card-body {
  padding: 0;
}

.card-footer {
  border-top: 0;
  padding: 0;
}

.card-text {
  padding-bottom: 24px;
}

.card-dark {
  color: rgba(255, 255, 255, 0.7);
  padding: 24px;
  background-color: rgb(57, 75, 91);
  border-radius: 16px;
}

.card-half {
  flex-direction: row;
}

.r-card {
  padding: 32px;
  border-radius: 16px;
  background-color: white;
}

.members-cards .card {
  border: 0;
  border-radius: 16px;
  font-size: 14px;
  color: #1A2C3E;
  overflow: hidden;
}

.svg-icon-featured {
  width: 56px;
  margin: 0 auto;
  padding: 16px;
  margin-bottom: 24px;
  background-color: rgb(213, 232, 251);
}

.select2-selection__choice {
  margin-top: 8px !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 16px !important;
  height: 24px;
  padding: 4px 0px 4px 12px !important;
  color: white;
  background: #115CAD !important;
  border: none !important;
}

.mem-content {
  display: flex;
  align-items: end;
}

.mem-title {
  display: flex;
  align-items: end;
  flex-direction: column;
  margin-bottom: 40px;
}

.mem-title p {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}

.mem-title span {
  color: #66727E;
  font-size: 12px;
}

.btn {
  --bs-btn-font-size: 14px;
  padding: 9px 24px;
  font-weight: 500;
  border-radius: var(--radius-rd-8, 8px);
  text-transform: uppercase;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #FF8E13;
  --bs-btn-border-color: #FF8E13;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #FFA13E;
  --bs-btn-hover-border-color: #FFA13E;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #FF8E13;
  --bs-btn-active-border-color: #FF8E13;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #A9AFB5;
  --bs-btn-disabled-bg: #D6D8DA;
  --bs-btn-disabled-border-color: #D6D8DA;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #167BE8;
  --bs-btn-border-color: #167BE8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1471D4;
  --bs-btn-hover-border-color: #1471D4;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #167BE8;
  --bs-btn-active-border-color: #167BE8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #A9AFB5;
  --bs-btn-disabled-bg: #D6D8DA;
  --bs-btn-disabled-border-color: #D6D8DA;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 4px 0px rgba(0, 0, 0, 0.12), 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn-terciary {
  --bs-btn-color: #115CAD;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #115CAD;
  --bs-btn-hover-bg: #D5E8FB;
  --bs-btn-hover-border-color: #D5E8FB;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #115CAD;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #A9AFB5;
  --bs-btn-disabled-bg: #D6D8DA;
  --bs-btn-disabled-border-color: #D6D8DA;
  box-shadow: 0px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.bg-body-tertiary {
  background-color: #EFF3F5 !important;
}

ul.navbar-nav {
  height: 100vh;
  justify-content: flex-start !important;
}

.card-l {
  display: flex;
  flex-direction: column;
}

.card-l .card-img-member {
  display: none;
}

.card-l .card-title {
  margin-left: 0;
}

.box {
  display: none;
}

.boxCard {
  display: none;
}

.card {
  border: 0;
  border-radius: 16px;
}

button.showContent {
  display: none !important;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  ul.navbar-nav {
    height: auto;
    justify-content: flex-end !important;
  }
}
@media (min-width: 576px) {
  .show-l {
    display: none;
  }
}
@media (max-width: 577px) {
  .hide-l {
    display: none;
  }
}
@media (max-width: 1200px) {
  .card-img-member-large {
    display: none;
  }
  .card-l {
    display: flex;
    flex-direction: column-reverse;
  }
  .card-title-b {
    flex-direction: column;
  }
  .card-l .card-img-member {
    display: block;
  }
  .card-l .card-title {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .sm-c {
    text-align: center;
  }
  .sm-c ul {
    justify-content: center;
  }
  .nav-item {
    padding: 16px 8px;
  }
  .article .r-card {
    border-radius: 0 0 16px 16px;
  }
  .article img {
    border-radius: 16px 16px 0 0;
  }
  .showContent {
    display: block !important;
  }
}
.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
.selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.selected-filters .btn {
  font-size: 14px;
  font-weight: bold;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
  position: relative;
  padding-right: 30px; /* Space for arrow */
}

.select2-container .select2-selection--multiple::after,
.select2-container .select2-selection--single::after {
  content: "▼"; /* Unicode downward arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: gray;
}

/* Timeline */
.timeline-container {
  position: relative;
  overflow: hidden;
}

.timeline-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-scroll {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 20px 0;
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.timeline {
  display: flex;
  align-items: center;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 0;
}

.timeline::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #c0c0c0;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: -1;
}

.progress-bar {
  position: absolute;
  height: 2px;
  background: rgb(22, 123, 232);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0%;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}

.event {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  min-width: 100px;
  padding: 0 10px;
  display: inline-block;
}

.event span {
  display: block;
  font-size: 14px;
  color: #66727E;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.event-marker {
  width: 20px;
  height: 20px;
  background-color: #c0c0c0;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 50%;
  border: 5px solid white;
  transform: translateX(-50%);
  transition: background 0.3s, transform 0.3s;
}

.event.active .event-marker {
  background-color: rgb(22, 123, 232);
}

.content {
  margin-top: 30px;
  padding: 20px;
  background-color: whitesmoke;
  border-radius: 16px;
  animation: fadeIn 0.5s ease-in-out;
  text-align: left;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-button {
  background: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 18px;
  color: gray;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, color 0.3s;
  border: none;
}

.nav-button:hover {
  background: whitesmoke;
  color: gray;
}

.nav-left {
  margin-right: 10px;
}

.nav-right {
  margin-left: 10px;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* KUDY TABS */
.tabs {
  display: flex;
  margin-bottom: 10px;
}

.tab-button {
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
  background-color: transparent !important;
  color: rgb(102, 114, 126);
  font-size: 14px;
  margin-right: 24px;
}

.tab-button.active {
  background-color: white;
  color: #ff8c00;
}
.tab-button.active .tab-ico {
  fill: white !important;
  background-color: #ff8c00;
}

.tab-ico {
  background-color: #D6D8DA;
  color: #ff8c00;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  fill: rgb(148, 156, 165) !important;
  padding: 4px;
}

.tab-content {
  display: none;
  padding: 10px;
  border-radius: 8px;
}

.tab-content.active {
  display: block;
}

.form-tipsport {
  border: 0;
  min-height: 1300px;
}

.form-style {
  border-radius: 16px;
  margin: 0 auto;
  max-width: 864px;
  background-color: white;
  padding: 20px;
}

.ps-positions-number-content {
  text-align: center;
}

.txt-16 {
  font-size: 16px;
  font-weight: 400;
  color: #001833 !important;
}

.txt-16-w {
  font-size: 16px;
  font-weight: 400;
  color: white !important;
}

input[readonly] {
  caret-color: transparent; /* skryje kurzor */
  cursor: pointer;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto/roboto-eot/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("fonts/roboto/roboto-eot/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-woff2/Roboto-Light.woff2") format("woff2"), url("fonts/roboto/roboto-woff/Roboto-Light.woff") format("woff"), url("fonts/roboto/roboto-ttf/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto/roboto-eot/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto/roboto-eot/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-woff2/Roboto-Regular.woff2") format("woff2"), url("fonts/roboto/roboto-woff/Roboto-Regular.woff") format("woff"), url("fonts/roboto/roboto-ttf/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto/roboto-eot/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/roboto/roboto-eot/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-woff2/Roboto-Medium.woff2") format("woff2"), url("fonts/roboto/roboto-woff/Roboto-Medium.woff") format("woff"), url("fonts/roboto/roboto-ttf/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto/roboto-eot/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/roboto/roboto-eot/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-woff2/Roboto-Bold.woff2") format("woff2"), url("fonts/roboto/roboto-woff/Roboto-Bold.woff") format("woff"), url("fonts/roboto/roboto-ttf/Roboto-Bold.ttf") format("truetype");
}/*# sourceMappingURL=style.css.map */