:root {
  --dark-blue: rgb(0, 82, 165);
  --light-blue: #006cd7;
}

.darkblue {
  color: var(--dark-blue);
}

.lightblue {
  color: var(--light-blue);
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.gov2-login__list-element {
  margin: 10px 1px;
  padding: 10px 15px;
  min-height: 85px;
  cursor: pointer;
  background-color: #f0f5fa;
  border-radius: 10px;
  gap: 0;
}

.gov2-login__list-element:hover {
  background-color: #d9e6f3;
}

.gov2-login__list-element p {
  font-size: 15px;
}

.gov2-login__list-element--icon {
  width: 3.75rem;
  text-align: center;
}

.gov2-login__list-element--desc {
  width: 100%;
  margin-left: 12px;
}

.gov2-login__list-element--desc p {
  font-size: 0.875rem;
}

.gov2-login__list-element--arrow {
  margin: 0 10px 0 5px;
  height: 16px;
  width: 12px;
}

@media (max-width: 576px) {
  .gov2-login__list-element--arrow {
    margin: 0 5px 0 5px;
  }
}

.gov2-login__list--button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  outline: inherit;
  all: unset;
  cursor: pointer;
}

/* .gov2-login__list {
		display: flex;
		flex-wrap: wrap;
	} */

.moje-id-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 20px;
}

.profil-card {
  display: flex;
  border-radius: 10px;
  border: 0.15rem solid rgba(224, 234, 244, 1);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  padding: 12px 20px;
  width: 165px;
  height: 80px;
  align-items: center;
}

@media (max-width: 768px) {
  .profil-card {
    border-radius: 10px;
    border: 0.15rem solid rgba(224, 234, 244, 1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 45%;
    flex: 0 45%;
  }
}

.profil-card:hover {
  border: 0.15rem solid #2c329c;
  cursor: pointer;
}

.profil-card img {
  width: auto;
  height: auto;
  margin: 0;
  max-height: 56px;
  max-width: 125px;
}

.info {
  font-size: 17px;
  margin-bottom: 25px;
}

a {
  font-weight: 600;
}

p {
  font-size: 17px;
}

.order1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.last-login-before {
}

.last-login-after {
  position: absolute;
  top: 295px;
}

@media (max-width: 576px) {
  .last-login-after {
    position: absolute;
    top: 350px;
  }
}

@media (max-width: 576px) {
  .last-login-after {
    position: absolute;
    top: 350px;
  }
}

.margin-bottom-30 {
  margin-bottom: 40px;
}

select {
  all: unset;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.languages {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  color: black;
  background: white;
  z-index: 10000000;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.dropdown-menu {
  position: absolute;
  width: 100%;
  background-color: white;
  border: 1px solid #b7b7b7;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-sizing: unset !important;
  -webkit-box-sizing: unset !important;
  max-height: 150px;
  overflow: auto;
}

.dropdown-item {
  padding: 18px 18px;
  -webkit-box-sizing: unset !important;
  box-sizing: unset !important;
  /* color: #0052a5; */
  position: relative;
}

.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item:hover {
  background-color: #f0f5fa;
  /* color: white; */
  /* outline: #0052a5 auto 1px; */
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: white;
  left: 3px;
  border: none;
  -webkit-box-shadow: 2px 3px 8px 6px rgb(0 0 0 / 10%);
  box-shadow: 2px 3px 8px 6px rgb(0 0 0 / 10%);
  border-radius: 5px;

  overflow: auto;
  white-space: break-spaces;
  z-index: 1000;
  width: 99%;
  max-height: 200px;
}

.select-selected-disabled + .select-items {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select-selected,
#bankSearch {
  padding: 20px 20px;
  border-radius: 5px;
  position: relative;
  display: block !important;
  font-size: 17px;
  background-color: #ffffff;
  border: 1px solid #0052a5;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.6;
  height: 48px;
  cursor: pointer;
}

.select-selected-disabled {
  margin: 0 3px;
  padding: 20px 20px !important;
  border-radius: 5px;
  position: relative;
  font-size: 17px;
  background-color: #e0e0e0;
  border: 1px solid #bdbdbd;
  color: #bdbdbd;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.6;
  height: 48px;
  cursor: pointer;
}

.languages li,
.select-item,
.select-items > div {
  background: white;
  padding: 18px 18px !important;
  cursor: pointer;
}

.languages li:hover,
.select-item:hover,
.select-items > div:hover {
  background-color: #f0f5fa;
}

.language {
  margin-left: 8px;
  /* width: 80px; */
  height: 30px;
  font-weight: 800;
  font-size: 16px;
  color: var(--dark-blue);
}

.select-lang {
  margin-left: auto;
  height: 50px;
  padding: 13px 13px;
  cursor: pointer;
}

.lang-ico {
  color: var(--dark-blue);
  width: 24px;
  height: 24px;
  z-index: 0;
  cursor: pointer;
}

.btn-link {
  color: var(--dark-blue);
  border-color: transparent;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  cursor: pointer;
}

.btn-link--outlined {
  border-color: transparent;
  background-color: transparent;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.9rem;
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue) !important;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
}

.btn-link--outlined:hover {
  border: 2px solid var(--light-blue);
  text-decoration: none;
}

.btn-link:hover {
  color: var(--light-blue);
  border-color: transparent;
}

.btn-link:disabled {
  color: gray;
  border-color: transparent;
}

.ui-widget-overlay {
  background: var(--dark-blue) !important;
  opacity: 0.4 !important;
}

.dialog h2 {
  font-family: 'Open-Sans Bold', 'Open-Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 24px;
  text-align: left;
  margin: 35px 0 20px;
}

.dialog a {
  font-family: 'Open-Sans Semibold', 'Open-Sans', sans-serif;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 16px;
  color: #0052a5 !important;
  line-height: 24px;
}

.ui-dialog {
  position: fixed !important;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  border: none !important;
  z-index: 101;
  width: 85% !important;
  max-width: 800px;
  margin: 10px;
  left: 50% !important;
  top: 48% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px !important;
  max-height: 95vh;
}

.ui-widget-content {
  height: auto !important;
}

.dialog {
  padding: 30px;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#dialog-country {
  height: 620px !important;
}

#dialog-country ul li {
  margin: 0 10px 10px 0;
  padding: 10px 0;
  max-width: 230px;
  height: 40px;
}

#dialog-country ul {
  list-style-type: none;
  padding: 2px;
  margin: 0;
  overflow: auto;
  height: 480px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dialog-country ul li a {
  text-decoration: none;
  font-weight: 500;
}

#country-info {
  height: 100% !important;
  padding-bottom: 0;
}

#country-info h2 {
  margin-bottom: 10px;
}

#country-info p {
  font-size: 16px;
}

#country-info p.intro {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .ui-dialog {
    left: 0 !important;
    top: 49% !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: calc(100% - 20px) !important;
    max-height: 90vh;
  }

  #dialog-country {
    height: auto !important;
  }

  #dialog-country ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 450px;
    max-height: 50vh;
  }

  #dialog-country ul li {
    width: 100%;
  }
}

@media (max-height: 700px) {
  #dialog-country {
    max-height: calc(100vh - 100px) !important;
    padding-top: 0;
  }

  .dialog h2 {
    margin-top: 0;
  }

  .dialog p.intro {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) and (max-height: 700px) {
  #dialog-country ul {
    max-height: calc(100vh - 250px);
  }
}

@media (max-width: 768px) and (max-height: 500px) {
  #dialog-country ul {
    max-height: calc(100vh - 200px);
  }
}

@media (min-width: 768px) and (max-height: 700px) {
  #dialog-country ul {
    max-height: calc(100vh - 200px);
  }
}

@media (min-width: 768px) and (max-height: 500px) {
  #dialog-country ul {
    max-height: calc(100vh - 150px);
  }
}

p.intro {
  margin-bottom: 40px;
}

ul.ms-5 {
  margin-left: 5em !important;
}

.ui-dialog-titlebar-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 15px;
  background: transparent;
}

.ui-dialog-titlebar-close {
  background-image: url("close.svg") !important;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  padding-right: calc(1.5em + 0.75rem);
  background-position: top 8px right 5px;
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem);
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-color: #f0f5fa;
  border-radius: 100%;
}

.ui-dialog-titlebar {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ui-dialog-titlebar-close:focus {
  outline: none !important;
}

.ui-widget-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-blue) !important;
  opacity: 0.5 !important;
}

label {
  font-size: 17px !important;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.navigation--bottom {
  margin-top: 34px !important;
}

.square-box {
  color: #e0e0e0 !important;
}

.select-selected:after {
  content: '▾' !important;
  background: none !important;
  position: absolute;
  width: 40px;
  height: 40px;
  right: -4px !important;
  bottom: -8px !important;
  color: #0052a5;
  font-size: 24px !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none !important;
}

#reuse-login-list .profil-card img {
  width: 100%;
  height: auto;
  margin: 0;
  max-height: 44px;
}

#reuse-login-list .profil-card {
  padding: 4px;
  margin: 0;
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#reuse-login-list .profil-card:hover {
  border: 0;
}

#reuse-login-list {
  margin-bottom: 1.25rem;
}

.gov2__info-wrapper {
  border-radius: 1.5rem;
  margin: 1.25rem;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-gov {
  border: 0;
  border-radius: 2rem;
  font-size: 16px;
  padding: 16px 24px;
  font-weight: 400;
  min-width: 140px;
}

.btn-gov-primary {
  color: #ffffff;
  background-color: #0052a5;
}

.btn-gov-primary:hover,
.btn-gov-primary:focus {
  background-color: #006cd7;
}

.select-lang:hover,
.select-lang:focus {
  border-radius: 10px;
}

.btn-outline-focus:focus {
  outline: 2px solid black !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
}

.btn-gov:focus,
a:focus {
  outline: 2px solid black;
}

.btn-link:focus {
  outline: 2px solid black;
  background-color: transparent !important;
  color: black;
}

.chip-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chip-row .gov2__section-heading {
  margin-top: 0.25rem;
}

.chip-recommended {
  background-color: #0052a5;
  color: #fff;
  border-radius: 2rem;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  margin-left: 10px;
}

.select-items > .same-as-selected {
  display: none;
}

.scrollbar::-webkit-scrollbar,
select + .select-selected + .select-items::-webkit-scrollbar,
.dropdown-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #fff;
}

.scrollbar::-webkit-scrollbar-thumb,
select + .select-selected + .select-items::-webkit-scrollbar-thumb,
.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c5c5c5;
}

.scrollbar::-webkit-scrollbar-track,
select + .select-selected + .select-items::-webkit-scrollbar-track,
.dropdown-menu::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f3f3f3;
}

#bankSearch + .bankSearch-icon + .dropdown-menu {
  position: relative;
}

#coi-wk-loginMethodSelect__form {
  padding: 2px;
}

.navigation--bottom .btn:focus {
  outline: 2px solid #000000 !important;
  outline-offset: 0 !important;
}

#bankSearch:focus,
.select-selected:focus {
  outline: 1px solid #000000 !important;
  outline-offset: 0 !important;
  box-shadow: none;
}

section#js-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 55px;
  height: 55px;
}
.lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: 4px solid;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0052a5 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 1241px) {
  .gov2__info-wrapper {
    width: 50%;
  }
}

.wk-edoreczenia {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f3f8fc;
  border-radius: 24px;
  margin-bottom: 16px;
}

@media (min-width: 1241px) {
  .wk-edoreczenia {
    position: fixed;
    right: 1.25rem;
    top: 1.25rem;
    width: 100%;
    max-width: calc(50% - 1.25rem);
    height: calc(100vh - 2.5rem);
    margin: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1240px) {
  .wk-edoreczenia {
    min-height: 400px;
    align-items: flex-start;
  }
}

.wk-edoreczenia__logo {
  padding: 70px;
}

@media (max-width: 1240px) {
  .wk-edoreczenia__logo {
    padding: 48px;
  }
}

@media (min-width: 1241px) and (max-height: 767px) {
  .wk-edoreczenia__logo {
    padding: 48px;
  }
}

.wk-edoreczenia__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 1.5rem;
}

.wk-edoreczenia__main-image {
  display: none;
  position: absolute;
  z-index: 2;
}

.main-image {
  width: 100%;
  height: 100%;
}

@media (min-width: 1241px) {
  .wk-edoreczenia__main-image {
    display: block;
    transform: translate(-50%, -50%);
    left: 51%;
    top: 45%;
    width: 40vw;
  }
}

@media (min-width: 1241px) and (max-height: 1000px) {
  .wk-edoreczenia__main-image {
    top: 150px;
    max-width: 70vh;
    transform: translate(-50%, 0);
    right: auto;
  }
}

@media (min-width: 1241px) and (max-height: 767px) {
  .wk-edoreczenia__main-image {
    top: 100px;
  }
}

@media (min-width: 1241px) and (max-height: 575px) {
  .wk-edoreczenia__main-image {
    display: none !important;
  }
}

@media (max-width: 1240px) and (min-width: 1000px) {
  .wk-edoreczenia__main-image {
    display: block;
    right: 30px;
    width: 500px;
    top: 60px;
  }
}

.wk-edoreczenia__content {
  padding: 19.5px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  z-index: 5;
  text-align: center;
  margin-bottom: 70px;
}

.wk-edoreczenia__content a:hover {
  background-color: #000000;
  outline: 0;
  color: #ffffff !important;
}

.wk-edoreczenia__content a:focus {
  color: #ffffff !important;
}

@media (max-width: 1000px) {
  .wk-edoreczenia__content {
    padding: 50px;
    margin-top: 60px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1000px) and (max-width: 1240px) {
  .wk-edoreczenia__content {
    align-items: flex-start !important;
    text-align: start !important;
    padding: 48px;
    margin-top: 80px;
  }
}

@media (min-width: 1241px) and (max-height: 767px) {
  .wk-edoreczenia__content {
    margin-bottom: 48px;
  }
}

@media (min-width: 1241px) and (max-height: 575px) {
  .wk-edoreczenia__content {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 30px;
  }
}

@media (min-width: 1241px) {
  .wk-edoreczenia__content {
    padding: 0;
  }
}

.wk-edoreczenia__main-text {
  color: #000000;
  font-size: 23px !important;
  line-height: 32.68px;
  font-weight: 700;
  margin: 0;
}

@media screen and (min-width: 1241px) {
  .wk-edoreczenia__main-text {
    font-size: 32px;
    line-height: 43.58px;
  }
}

.wk-edoreczenia__secondary-text {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 24px 0;
}

@media screen and (max-width: 1240px) and (min-width: 1000px) {
  .wk-edoreczenia__secondary-text {
    max-width: 400px;
  }
}

.wk-edoreczenia__btn {
  color: #ffffff;
  background-color: #000000;
  border: 0;
  border-radius: 5px;
  font-size: 12px;
  padding: 12px 16px;
  font-weight: 400;
  text-transform: none;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

