@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj62UUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42Vksj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksj.ttf) format('truetype');
}
body {
  font-family: 'Space Grotesk', sans-serif;
  background-color: #f1f1f1;
}
body.profile {
  background: #f5f5ff;
}
.transition-all {
  transition: all 0.3s ease;
}
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-checkbox input[type='checkbox'] {
  display: none;
}
.custom-checkbox .icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  background-image: url('../../images/inputcheckbox-unchecked.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.custom-checkbox input:checked + .icon {
  background-image: url('../../images/input-checkbox-checked.svg') !important;
}
.container-fluid {
  max-width: 1920px;
}
.container {
  max-width: 1380px;
}
.position-relative {
  position: relative;
}
div.new-top-menu {
  background-color: #2c2c2c;
  color: white;
  height: 65px;
}
div.new-top-menu .new-top-menu-row {
  height: 65px;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
}
div.new-top-menu .new-top-menu-item,
div.new-top-menu .menu-item-lang {
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
div.new-top-menu .new-top-menu-item:hover,
div.new-top-menu .menu-item-lang:hover {
  color: #813cff;
}
div.new-top-menu .menu-item-lang {
  padding-right: 35px;
  background-position: center right;
  background-size: 22px;
  background-repeat: no-repeat;
}
div.new-top-menu .menu-item-lang.menu-item-lang-en {
  background-image: url('/images/gb-flag.svg');
}
div.new-top-menu .menu-item-lang.menu-item-lang-pl {
  background-image: url('/images/pl-flag.svg');
}
div.new-top-menu .top-menu-login-button {
  position: relative;
}
div.new-top-menu .top-menu-login-button .top-menu-login-button-link {
  border-radius: 10px;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  background: #813cff;
  padding: 6px 24px;
  padding-right: 41px;
  text-decoration: none;
}
div.new-top-menu .top-menu-login-button .top-menu-login-button-link img {
  position: absolute;
  right: 14px;
  top: 52%;
  transform: translateY(-60%);
  transition: all 0.3s ease;
}
div.new-top-menu .top-menu-login-button .top-menu-login-button-link.opened img {
  transform: rotate(180deg);
  top: 42%;
}
div.new-top-menu .top-menu-login-button.top-menu-login-button-logged {
  position: absolute;
  right: 0;
}
div.new-top-menu .login-dropdown-panel {
  min-width: 400px;
  background: #2c2c2c;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 25px 25px;
  color: #fff;
  top: 53px;
  right: 0px;
  display: none;
  position: absolute;
  z-index: 1000;
}
div.new-top-menu .login-modal-content {
  text-align: left;
}
div.new-top-menu .login-modal-content .top-menu-hand {
  width: 28px;
  height: 28px;
}
div.new-top-menu .login-modal-content .login-modal-title {
  color: #cbf801;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 18px;
  text-align: left;
  padding-top: 5px;
}
div.new-top-menu .login-modal-content .login-modal-links a {
  font-size: 11.2px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  display: block;
  transition: all 0.3s ease;
}
div.new-top-menu .login-modal-content .login-modal-links a:first-child {
  margin-bottom: 0px;
}
div.new-top-menu .login-modal-content .login-modal-links a:hover {
  color: #813cff;
}
div.new-top-menu .login-modal-content .login-dashed-line-container {
  margin-top: 25px;
  margin-bottom: 25px;
}
div.new-top-menu .login-modal-content .login-dashed-line {
  border-top: 1px dashed #cdcdcd;
  margin: 0;
  padding: 0;
}
div.new-top-menu .new-top-menu-1 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max: 1200px) {
  div.new-top-menu .new-top-menu-1 {
    justify-content: flex-start;
  }
}
div.new-top-menu #logo-main-image {
  /* zamiast paddingu */
  max-height: 30px;
}
@media screen and (min-width: 1200px) {
  div.new-top-menu #logo-main-image {
    max-height: 40px;
  }
}
div.new-top-menu .new-top-menu-2 .form-check {
  float: left;
  min-height: auto;
  padding-left: 0;
  margin-bottom: auto;
  padding-top: 10px;
  margin-left: 20px;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row {
  margin-left: 2%;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .pl-0 {
  padding-left: 0;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .pr-0 {
  padding-right: 0;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .ml-0 {
  margin-left: 0;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .mr-0 {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  div.new-top-menu .new-top-menu-2 .top-menu-offers-row .extra-links {
    padding-right: 40px;
  }
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .extra-links a.new-top-menu-item-border {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 12.6px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  border: 4px solid #813cff;
  padding: 6px 24px;
  text-decoration: none;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .extra-links a.new-top-menu-item {
  color: #cbf801;
  font-family: 'Space Grotesk';
  font-size: 12.6px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 30px;
}
div.new-top-menu .new-top-menu-2 .new-top-menu-2-1 {
  width: 125px;
  float: right;
  margin-right: 60px;
  height: 60px;
  line-height: 60px;
}
div.new-top-menu .new-top-menu-2 .new-top-menu-2-2 {
  width: 190px;
  float: right;
  margin-right: 60px;
  height: 60px;
  line-height: 60px;
}
div.new-top-menu .new-top-menu-2 .top-menu-login-button {
  float: right;
  height: 60px;
  padding-top: 18px;
}
div.new-top-menu .new-top-menu-2 #dark-mode-icon {
  width: 50px;
}
div.new-top-menu .new-top-menu-3 {
  flex: 1;
}
div.new-top-menu .new-top-menu-2 {
  width: calc(100% - 400px);
  max-width: 1380px;
}
div.new-top-menu .hamburger-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* odstęp między liniami */
  width: 24px;
  cursor: pointer;
}
div.new-top-menu .hamburger-menu-div {
  background-color: #2c2c2c;
}
div.new-top-menu .hamburger-menu-div .close-button {
  background-color: transparent;
  border: none;
}
div.new-top-menu .hamburger-menu-div .menu-hamburger-content ul {
  list-style: none;
}
div.new-top-menu .hamburger-menu-div .menu-hamburger-content ul li {
  padding-bottom: 10px;
}
div.new-top-menu .hamburger-menu-div .menu-hamburger-content ul a {
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
div.new-top-menu .hamburger-menu-div .menu-hamburger-content ul a:hover {
  color: #813cff;
}
div.new-top-menu .login-dropdown-panel-logged {
  width: 300px;
  background: #2c2c2c;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 25px 25px;
  color: #fff;
  top: 53px;
  right: -200px;
  display: none;
  position: absolute;
  z-index: 1000;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content {
  text-align: left;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .top-menu-hand {
  width: 28px;
  height: 28px;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-modal-title {
  color: #cbf801;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 18px;
  text-align: left;
  padding-top: 5px;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-modal-links a {
  font-size: 11.2px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  display: block;
  transition: all 0.3s ease;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-modal-links a:first-child {
  margin-bottom: 0px;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-modal-links a:hover {
  color: #813cff;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-dashed-line-container {
  margin-top: 25px;
  margin-bottom: 25px;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-dashed-line {
  border-top: 1px dashed #cdcdcd;
  margin: 0;
  padding: 0;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-edytuj {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-edytuj img {
  margin-right: 15px;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-edytuj:hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ustawienia {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 35px;
  text-decoration: none;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ustawienia :hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ustawienia:hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-polityka {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 10px;
  text-decoration: none;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-polityka:hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-kontakt {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 35px;
  text-decoration: none;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-kontakt:hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ikonki {
  padding-top: 10px;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ikonki a {
  width: 25px;
  margin-right: 15px;
  text-decoration: none;
}
div.new-top-menu2 {
  background-color: #2c2c2c;
  color: white;
  height: 60px;
}
div.new-top-menu2 .new-top-menu-row {
  height: 60px;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
}
div.new-top-menu2 .new-top-menu-item,
div.new-top-menu2 .menu-item-lang {
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
div.new-top-menu2 .new-top-menu-item:hover,
div.new-top-menu2 .menu-item-lang:hover {
  color: #813cff;
}
div.new-top-menu2 .menu-item-lang {
  padding-right: 35px;
  background-position: center right;
  background-size: 22px;
  background-repeat: no-repeat;
}
div.new-top-menu2 .menu-item-lang.menu-item-lang-en {
  background-image: url('/images/gb-flag.svg');
}
div.new-top-menu2 .menu-item-lang.menu-item-lang-pl {
  background-image: url('/images/pl-flag.svg');
}
div.new-top-menu2 .top-menu-login-button {
  position: relative;
}
div.new-top-menu2 .top-menu-login-button .top-menu-login-button-link {
  border-radius: 10px;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  background: #813cff;
  padding: 6px 24px;
  padding-right: 41px;
  text-decoration: none;
}
div.new-top-menu2 .top-menu-login-button .top-menu-login-button-link img {
  position: absolute;
  right: 14px;
  top: 52%;
  transform: translateY(-60%);
  transition: all 0.3s ease;
}
div.new-top-menu2 .top-menu-login-button .top-menu-login-button-link.opened img {
  transform: rotate(180deg);
  top: 42%;
}
div.new-top-menu2 .login-dropdown-panel {
  min-width: 400px;
  background: #2c2c2c;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 25px 25px;
  color: #fff;
  top: 53px;
  right: -250px;
  display: none;
  position: absolute;
  z-index: 1000;
}
div.new-top-menu2 .login-modal-content {
  text-align: left;
}
div.new-top-menu2 .login-modal-content .top-menu-hand {
  width: 28px;
  height: 28px;
}
div.new-top-menu2 .login-modal-content .login-modal-title {
  color: #cbf801;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 18px;
  text-align: left;
  padding-top: 5px;
}
div.new-top-menu2 .login-modal-content .login-modal-links a {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  display: block;
  transition: all 0.3s ease;
}
div.new-top-menu2 .login-modal-content .login-modal-links a:first-child {
  margin-bottom: 0px;
}
div.new-top-menu2 .login-modal-content .login-modal-links a:hover {
  color: #813cff;
}
div.new-top-menu2 .login-modal-content .login-dashed-line-container {
  margin-top: 25px;
  margin-bottom: 25px;
}
div.new-top-menu2 .login-modal-content .login-dashed-line {
  border-top: 1px dashed #cdcdcd;
  margin: 0;
  padding: 0;
}
.new-top-menu2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .extra-links {
    padding-right: 40px;
  }
}
.hamburger-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* odstęp między liniami */
  width: 24px;
  cursor: pointer;
}
.hamburger-menu-div {
  background-color: #2c2c2c;
}
.hamburger-menu-div .close-button {
  background-color: transparent;
  border: none;
}
.hamburger-menu-div .menu-hamburger-content ul {
  list-style: none;
}
.hamburger-menu-div .menu-hamburger-content ul li {
  padding-bottom: 10px;
}
.hamburger-menu-div .menu-hamburger-content ul a {
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hamburger-menu-div .menu-hamburger-content ul a:hover {
  color: #813cff;
}
.main-login-register-container {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url('/images/new-login-background.png') no-repeat center bottom;
  background-size: 900px;
  background-position: center 200px;
}
.main-login-register-container .row-title {
  max-width: 620px;
  margin: 0 auto;
  padding-top: 10px;
}
.main-login-register-container .row-title .col-12 {
  text-align: left;
  border-bottom: 4px solid #a1a1ff;
  padding-left: 0px;
}
.main-login-register-container .row-title p {
  font-size: 24px;
  color: #004444;
  border-bottom: 5px solid #a1a1ff;
  text-align: left;
  width: auto;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 500;
}
.main-login-register-container .main-login-register-form {
  margin-top: 40px;
  padding-bottom: 50px;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 30px 55px 40px 55px;
  max-width: 470px;
  margin: 0 auto;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content h2 {
  font-size: 24px;
  color: #004444;
  text-align: center;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content p {
  font-size: 16px;
  color: #004444;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content p a {
  color: #813cff;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content p a:hover {
  color: #4b00d5;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content form {
  padding-top: 40px;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content form .form-group {
  margin-bottom: 10px;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content .social-login-link {
  width: 48px;
  height: 48px;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content .social-login-row .col-6 {
  padding-left: 0;
  padding-right: 0;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content .lub-between-text-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content .lub-between-text-container .col-5:nth-of-type(1) {
  padding-right: 0;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content .lub-between-text-container .col-5:nth-of-type(3) {
  padding-left: 0;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content .lub-between-text-container p.lub-between-text {
  font-size: 16px;
  color: #717171;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
}
.main-login-register-container .main-login-register-form .main-login-bordered-content .lub-between-text-container hr {
  border-top: 2px solid #dadada;
  opacity: 1;
}
.main-login-register-container .main-login-register-form .dont-have-account {
  font-size: 15px;
  color: #004444;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 0;
  font-weight: 500;
}
.main-login-register-container .main-login-register-form .dont-have-account a {
  color: #813cff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.main-login-register-container .main-login-register-form .dont-have-account a:hover {
  color: #4b00d5;
}
.main-login-register-container.main-login-register-form-reset-password-send {
  background-size: 900px;
  background-position: center 100px;
}
.main-login-register-container.main-login-register-form-reset-password-send .main-login-register-form {
  margin-top: 110px;
}
.main-login-register-container.main-login-register-form-reset-password-success {
  padding-bottom: 200px;
}
.main-login-register-container.main-login-register-form-reset-password-success .main-login-register-form {
  margin-top: 120px;
}
.profile-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.profile-container .candidate-name-logo-top .col-logo img {
  width: 100px;
  height: auto;
  object-fit: cover;
  stroke: #fff;
  border-radius: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .profile-container .candidate-name-logo-top .col-logo {
    width: 100%;
    text-align: center;
  }
  .profile-container .candidate-name-logo-top .col-logo img {
    margin-left: auto;
    margin-right: auto;
  }
}
.profile-container .candidate-name-logo-top .col-slogan {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #004444;
  padding-left: 15px;
  padding-top: 10px;
}
.profile-container .candidate-name-logo-top .col-slogan svg {
  color: #004444;
  fill: #004444;
  max-width: 80px;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .profile-container .candidate-name-logo-top .col-12 {
    text-align: center;
  }
}
.profile-container h2.section-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 25px;
  color: #004444;
  margin-bottom: 0px;
  padding-top: 0px;
}
.profile-container h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0px;
  color: #004444;
  margin-bottom: 0px;
  padding-top: 0px;
}
.profile-container h4 {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
}
.profile-container .panel-box-shadow .nav-tabs {
  background-color: #f5f5ff;
  border-top-left-radius: 20px;
  border-bottom: none;
}
.profile-container .panel-box-shadow .nav-item {
  margin-right: 10px;
}
.profile-container .panel-box-shadow .nav-item .nav-link {
  border-radius: 20px 20px 0px 0px;
  background: #f5f5ff;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #004444;
  box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.15);
}
.profile-container .panel-box-shadow .nav-item .nav-link.active {
  background-color: #ffffff;
}
.profile-container .panel-box-shadow .tab-content {
  border-top: 0px;
  border-top-left-radius: 0;
  padding: 25px 60px 35px 0px;
  border-radius: 0px 20px 20px 20px;
  background: linear-gradient(180deg, #fff 57.23%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}
.profile-container .panel-box-shadow .tab-content .empty-tab-message {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #004444;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .profile-container .panel-box-shadow .tab-content .empty-tab-message {
    padding: 25px;
  }
}
.profile-container .panel-box-shadow .tab-content .empty-tab-message.empty-tab-message-history {
  padding-bottom: 73px;
}
@media screen and (max-width: 768px) {
  .profile-container .panel-box-shadow .tab-content {
    padding: 25px 15px;
    border-radius: 20px;
  }
}
.profile-container .panel-box-shadow-wrapper {
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 57.23%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}
.profile-container .panel-box-shadow-wrapper.panel-cv {
  margin-top: 64px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 260px;
  height: calc(100% - 64px);
}
.profile-container .panel-box-shadow-wrapper.panel-cv .candidate-cv-wrapper {
  border-radius: 20px;
  border: 2px solid #e6e6e6;
  background: #fff;
  text-align: center;
  margin-bottom: 15px;
  width: 172px;
  height: 158px;
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
}
.profile-container .panel-box-shadow-wrapper.panel-cv .candidate-cv-wrapper a {
  margin-top: 15px;
  display: block;
  color: #813cff;
  text-align: center;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.profile-container .panel-box-shadow-wrapper.panel-cv .candidate-cv-wrapper .candidate-cv-wrapper-1 {
  color: #813cff;
  text-align: center;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-container .panel-box-shadow-wrapper.panel-cv .candidate-cv-wrapper .candidate-cv-wrapper-2 {
  color: #717171;
  text-align: center;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-container .panel-box-shadow-wrapper.panel-cv .candidate-cv-wrapper .cv-upload-area {
  cursor: pointer;
}
.profile-container .panel-box-shadow-wrapper.panel-cv p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #a7a1a7;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: 'Space Grotesk';
}
@media screen and (max-width: 768px) {
  .profile-container .panel-box-shadow-wrapper.panel-cv {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    height: auto;
  }
  .profile-container .panel-box-shadow-wrapper.panel-cv .candidate-cv-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .profile-container .panel-box-shadow-wrapper.panel-cv p {
    text-align: center;
  }
}
.profile-container .panel-box-shadow-wrapper.pytania-box {
  padding: 80px 70px !important;
}
@media screen and (max-width: 768px) {
  .profile-container .panel-box-shadow-wrapper.pytania-box {
    padding: 25px 25px !important;
  }
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper {
  padding: 0 !important;
  border-radius: 20px;
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .recrutation-title {
  padding: 20px 20px !important;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 5px 15px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .recrutation-title p {
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .recrutation-title .recrutation-title-icon-arrow {
  transition: all 0.3s ease;
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .recrutation-title .recrutation-title-icon-arrow img {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .recrutation-title.collapsed {
  box-shadow: none !important;
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .recrutation-title.collapsed .recrutation-title-icon-arrow img {
  transform: rotate(0deg);
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .offer-short-info-wrapper {
  padding: 40px 20px !important;
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .offer-short-info-wrapper .recruitment-extended-info {
  color: #222;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .offer-short-info-wrapper .recruitment-extended-info p {
  font-weight: normal;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .offer-short-info-wrapper .recruitment-extended-info a {
  color: #222;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .offer-short-info-wrapper .border-line {
  border-top: 1px dashed #cdcdcd;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1px;
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .offer-short-info-wrapper h5.section-title {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 25px;
  padding-top: 0px;
  margin-top: 0px;
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .offer-short-info-wrapper .offer-info-section {
  padding-top: 0px;
  padding-left: 25px;
}
.profile-container .panel-box-shadow-wrapper.top-offer-info-wrapper .offer-short-info-wrapper .offer-info-section .col-12 {
  background-image: url('/images/check-purple-fill.svg');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
  color: #222;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}
.profile-container .panel-dane .basic-data-photos {
  text-align: center;
}
.profile-container .panel-dane .basic-data-photos p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #a7a1a7;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: left;
}
.profile-container .panel-dane .basic-data-photos img {
  width: 111px;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  max-height: 100px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.profile-container .panel-dane .basic-data-items .basic-data-value {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #004444;
  border-radius: 5px;
  background: #f1f1f1;
  padding: 4px 15px;
  margin-top: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.profile-container .panel-dane .basic-data-items .basic-data-value:first-child {
  margin-top: 0px;
}
.profile-container .panel-dane .basic-data-items .basic-data-value a {
  color: #004444;
  text-decoration: none;
}
.profile-container .panel-dane .twoj-profil-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  clear: both;
  display: flow-root;
}
.profile-container .panel-dane .twoj-profil-list li {
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
  padding: 16px 25px;
  gap: 16px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
.profile-container .panel-dane .twoj-profil-list li .mb-2 {
  margin-bottom: 0 !important;
}
.profile-container .panel-dane .twoj-profil-list li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/images/list-o-mnie-plus.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #044 !important;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-container .panel-dane .twoj-profil-list li span {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-container .panel-dane .twoj-profil-list .twoj-profil-list-collapse-content {
  margin-top: 20px;
}
.profile-container .panel-dane .twoj-profil-list .twoj-profil-list-collapse-content textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
.profile-container .panel-dane .twoj-profil-list .twoj-profil-list-collapse-content button {
  justify-content: center;
  align-items: center;
  padding: 8px 27px;
  gap: 10px;
  border: none;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 17px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #004444;
}
.profile-container .panel-dane .twoj-profil-list .twoj-profil-list-collapse-content .me-interest-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.profile-container .panel-dane .twoj-profil-list .twoj-profil-list-collapse-content .me-interest-list ul li {
  line-height: 40px;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 15px;
}
.profile-container .panel-dane .twoj-profil-list .twoj-profil-list-collapse-content .me-interest-list ul li button {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}
.profile-container .panel-dane .twoj-profil-list .twoj-profil-list-collapse-content .me-interest-list ul span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.profile-container .panel-dane .twoj-profil-list .twoj-profil-list-collapse-content .me-interest-list ul span img {
  width: 100%;
  height: 100%;
}
.profile-container .pytania-box {
  padding: 30px 60px !important;
}
.profile-container .pytania-box .pytania-box-title {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.profile-container .pytania-box .pytania-box-text {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
}
.profile-container .pytania-box .pytania-box-adres {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 57px;
}
.profile-container .pytania-box .pytania-box-adres iframe {
  width: 80% !important;
  height: 211px !important;
  border-radius: 10px;
}
.profile-container .pytania-box .pytania-box-adres .pytania-box-adres-ikonki {
  padding-top: 30px;
}
.profile-container .pytania-box .pytania-box-adres .pytania-box-adres-ikonki .pytania-box-adres-ikonki-2 {
  margin-left: 10px;
}
.profile-container .pytania-box .pytania-box-adres .pytania-box-adres-ikonki a {
  text-decoration: none;
}
.profile-container .pytania-box .pytania-box-form .pytania-box-form-title {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.profile-container .pytania-box .pytania-box-form form {
  margin-top: auto;
}
.profile-container .pytania-box .pytania-box-form form input[type='text'] {
  background: #f1f1f1;
  border-radius: 10px;
  font-size: 12px;
  padding: 10px;
  width: 100%;
  border: none;
  padding: 10px 20px;
  color: #717171;
  margin-bottom: 25px;
  margin-top: 25px;
}
.profile-container .pytania-box .pytania-box-form form textarea {
  background: #f1f1f1;
  border-radius: 10px;
  font-size: 12px;
  padding: 10px;
  width: 100%;
  border: none;
  padding: 10px 20px;
  color: #717171;
  margin-bottom: 90px;
  margin-top: 20px;
  min-height: 240px;
  resize: none;
}
.profile-container .pytania-box .pytania-box-form form button[type='submit'] {
  float: right;
  padding: 7px 34px;
  gap: 10px;
  width: 123px;
  height: 34px;
  border: none;
  text-decoration: none !important;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.profile-container .pytania-box .save_and_close {
  font-family: Space Grotesk;
  font-weight: 500;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #813cff;
  text-decoration: none;
}
.profile-container .pytania-box .new-button-action {
  border: none !important;
  color: #004444 !important;
}
.profile-container .pytania-box .new-button-action:hover {
  background-color: #fff !important;
}
.profile-container .pytania-box .boks_1 {
  padding-top: 100px;
}
.profile-container .pytania-box .boks_1 h2 {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-container .pytania-box .boks_1 span {
  color: #813cff;
  font-family: 'Space Grotesk';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-container .pytania-box .boks_2 {
  padding-top: 50px;
}
.profile-container .pytania-box .boks_2 h4 {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-container .pytania-box .boks_2 h5 {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.profile-container .pytania-box .boks_3 {
  padding-top: 50px;
}
.profile-container .pytania-box .row {
  height: 100%;
  min-height: 100%;
}
.profile-container .pytania-box .row-default-height {
  height: inherit;
  min-height: inherit;
}
@media screen and (max-width: 768px) {
  .profile-container .pytania-box .row-default-height .custom-select-wrapper select {
    margin-bottom: 20px;
  }
}
.profile-container #pytania-box-kontakt {
  max-width: 800px;
}
.profile-container .edit-data-button {
  border-radius: 10px;
  border: 2px solid #813cff;
  color: #813cff;
  height: 25px;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  width: 138px;
  text-align: center;
  padding: 0;
  margin-top: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.profile-container .edit-data-button:hover {
  background-color: #813cff;
  color: #ffffff;
}
.profile-container #edit-cv-div {
  text-align: center;
}
.profile-container .edit-data-div-wrapper {
  position: relative;
  z-index: 1000;
}
.profile-container .edit-data-div-wrapper .edit-data-div {
  position: absolute;
  width: 587px;
  height: 565px;
  top: -300px;
  left: 50%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 1200;
  padding: 30px;
  transition: all 0.3s ease;
}
.profile-container .edit-data-div-wrapper .edit-data-div.show {
  display: block;
}
.profile-container .edit-data-div-wrapper .edit-data-div h3 {
  text-align: left;
}
.profile-container .edit-data-div-wrapper .edit-data-div input[type='text'],
.profile-container .edit-data-div-wrapper .edit-data-div input[type='email'],
.profile-container .edit-data-div-wrapper .edit-data-div input[type='tel'],
.profile-container .edit-data-div-wrapper .edit-data-div input[type='password'],
.profile-container .edit-data-div-wrapper .edit-data-div textarea {
  border-radius: 5px;
  background: #f1f1f1;
  color: #717171;
  text-align: left;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 95%;
}
.profile-container .edit-data-div-wrapper .edit-data-div .btn-save-data {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  height: 30px;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #9747ff;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  margin-right: 10px;
}
.profile-container .edit-data-div-wrapper .edit-data-div .btn-cancel-data {
  border-radius: 10px;
  background: #fff;
  display: flex;
  height: 30px;
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .profile-container .edit-data-div-wrapper .edit-data-div {
    width: 100%;
    left: 0;
    height: auto;
  }
  .profile-container .edit-data-div-wrapper .edit-data-div .avatar-upload {
    text-align: center !important;
  }
  .profile-container .edit-data-div-wrapper .edit-data-div .avatar-upload button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .profile-container .edit-data-div-wrapper .edit-data-div .avatar-upload .text-muted {
    text-align: center;
  }
}
.profile-container .expectations-salary-div {
  display: none;
}
.profile-container .expectations-salary-div.show {
  display: block;
}
.profile-container .expectations-salary-div p {
  margin-top: 0px;
}
.profile-container .expectations-salary-div input[type='number'] {
  width: 100%;
  border-radius: 10px;
  background: #f1f1f1;
  color: #717171;
  text-align: left;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px;
  -moz-appearance: textfield;
}
.profile-container .expectations-salary-div input[type='number']::-webkit-outer-spin-button,
.profile-container .expectations-salary-div input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-number-without-arrows::-webkit-outer-spin-button,
.input-number-without-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#profile-container-1 {
  padding-top: 50px;
  padding-bottom: 60px;
}
#profile-container-2 {
  padding-top: 0px;
  padding-bottom: 60px;
}
#profile-container-3 {
  padding-top: 0px;
  padding-bottom: 80px;
}
#profile-container-3 .col-3.align-bottom {
  display: flex;
  flex-direction: column;
}
#profile-container-3 .col-3.align-bottom .panel-box-shadow-wrapper {
  margin-top: auto;
}
#profile-container-4 {
  padding-top: 0px;
  padding-bottom: 50px;
}
#profile-container-4 .boks_form_kontakt {
  width: 800px;
  margin: 0 !important;
}
#profile-container-4 .boks_faq {
  width: 510px;
  margin: 0;
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #profile-container-4 .boks_faq {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
}
.faq-navbar .navbar-brand {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 34px;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.faq-navbar .navbar-brand:hover {
  background-color: #813cff;
  color: #ffffff;
}
.form-group {
  margin-bottom: 0px;
}
.form-group input[type='email'],
.form-group input[type='password'],
.form-group input[type='text'],
.form-group textarea {
  border-radius: 10px;
  border: 0px !important;
  background-color: #f1f1f1;
  padding: 10px 30px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #004444;
}
.form-group input[type='email']:placeholder,
.form-group input[type='password']:placeholder,
.form-group input[type='text']:placeholder,
.form-group textarea:placeholder {
  color: #717171;
}
.form-group input[type='email'].is-invalid,
.form-group input[type='password'].is-invalid,
.form-group input[type='text'].is-invalid,
.form-group textarea.is-invalid {
  border: 1px solid #ff165c;
}
.form-group .input-password-group {
  position: relative;
}
.form-group .input-password-group .toggle-password {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0px;
  padding: 0px;
  cursor: pointer;
  z-index: 1000;
}
.form-group .input-password-group.form-group-invalid .toggle-password {
  color: #ff165c;
  top: 22px;
  right: 35px;
  z-index: 1000;
}
.invalid-feedback {
  color: #ff165c;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 10px;
}
.main-button-sumbit {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background-color: #813cff;
  border: 0px;
  border-radius: 10px;
  padding: 5px 20px;
  cursor: pointer;
}
.main-button-sumbit:disabled {
  background-color: #c3a2ff;
  cursor: not-allowed;
}
.a-like-main-button {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background-color: #813cff;
  border: 0px;
  border-radius: 10px;
  padding: 5px 20px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.a-like-main-button:hover {
  color: #cbf801;
}
.password-toggle-group .toggle-password {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 9px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.password-toggle-group .eye-icon {
  background: url('/images/eye.svg') no-repeat center center;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: block;
}
.password-toggle-group .eye-off-icon {
  background: url('/images/eye-off.svg') no-repeat center center;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: none;
}
.password-toggle-group input.form-control {
  padding-right: 45px;
}
.consents-list {
  margin-bottom: 30px;
}
.consent-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.consent-checkbox {
  margin-top: 6px;
  margin-right: 16px;
  width: 22px;
  height: 22px;
  accent-color: #cdcdcd;
}
.consent-label {
  flex: 1;
  cursor: pointer;
  position: relative;
  display: block;
}
.consent-label-title {
  display: block;
  color: #004444;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0px;
  transition: color 0.2s;
}
.consent-checkbox:checked + .consent-label .consent-label-title {
  color: #813cff;
}
.consent-arrow {
  position: absolute;
  right: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: url('/images/arrow-down.png') no-repeat center center;
  background-size: 20px 20px;
  transition: transform 0.2s;
}
.consent-label.open .consent-arrow {
  transform: rotate(-180deg);
}
.consent-desc {
  display: none;
  color: #004444;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0px;
  transition: color 0.2s;
  padding-top: 15px;
  padding-bottom: 25px;
}
.consent-label.open .consent-desc {
  display: block;
}
.default-log-link {
  color: #004444;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 100%;
  transition: all 0.3s ease;
}
.default-log-link:hover {
  color: #813cff;
}
.form-check-input {
  cursor: pointer;
  width: 50px !important;
  height: 30px !important;
  background-color: #cbf801;
  background-image: url('../../images/darkmode_off.png') !important;
  /* Ścieżka do ikony słońca */
  background-size: 56%;
  background-repeat: no-repeat;
  background-position: center;
  transition: background 0.3s ease, transform 0.3s ease;
  margin-left: 0 !important;
  border: 3px solid #004444;
}
.form-check-input:checked {
  background-image: url('../../images/darkmode_on.png') !important;
  /* Ścieżka do ikony księżyca */
  background-color: #102d2b;
  /* Kolor aktywnego przełącznika */
  border-color: #bcd83c;
}
.form-check-label {
  display: none;
  /* Ukrycie standardowej etykiety */
}
.form-check {
  padding-left: 0px;
}
body.dark-mode {
  background-color: #004444;
}
body.dark-mode .main-login-register-container .row-title p {
  color: #cbf801;
  border-bottom: 5px solid #cbf801;
}
body.dark-mode .main-login-register-container .row-title .col-12 {
  border-bottom: 4px solid #cbf801;
}
body.dark-mode .main-login-register-container .row-title p {
  border-bottom: 5px solid #cbf801;
}
body.dark-mode .main-login-register-container {
  background-color: #004444;
}
#candidate-profile-recrutations .nav-tabs {
  border-bottom: none;
}
#candidate-profile-recrutations #recruitmentTabsContent {
  padding-left: 0;
}
#candidate-profile-recrutations #recruitmentTabsContent .empty-tab-message {
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#candidate-profile-recrutations #recruitmentTabsContent .empty-tab-message a {
  color: #813cff;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
#candidate-profile-recrutations #recruitmentTabsContent .tab-pane {
  min-height: 150px;
}
#candidate-profile-recrutations #recruitmentTabsContent .sortowanie_ofert {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  text-align: right;
  margin-bottom: 25px;
}
#candidate-profile-recrutations #recruitmentTabsContent .sortowanie_ofert .custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: auto;
}
#candidate-profile-recrutations #recruitmentTabsContent .sortowanie_ofert .custom-select-wrapper .custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: transparent;
  padding: 8px 25px 8px 8px;
  color: #044;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  background-color: white;
  border-radius: 4px;
}
#candidate-profile-recrutations #recruitmentTabsContent .sortowanie_ofert .custom-select-wrapper .custom-arrow {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  pointer-events: none;
}
#cancelrekrutacjaPopup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cancelrekrutacjaPopup .popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
#cancelrekrutacjaPopup .popup-buttons button {
  padding: 6px 24px;
}
#cancelrekrutacjaPopup .popup-buttons button:first-child {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  border: 2px solid #813cff;
  background-color: #813cff;
}
#cancelrekrutacjaPopup .popup-buttons button:last-child {
  color: #813cff;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  border: 2px solid #813cff;
  background-color: #fff;
  margin-left: 15px;
}
#cancelrekrutacjaPopup h3 {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  padding-top: 15px;
}
#cancelrekrutacjaPopup .popup-overlay-p-1 {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
  margin: 0;
}
#cancelrekrutacjaPopup .popup-overlay-p-2 {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 40px;
  margin: 0;
  text-align: left;
  padding-left: 30px;
}
.recruitment-item {
  padding: 20px 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruitment-item {
    padding: 15px 25px;
    border-radius: 20px;
    width: 96%;
    margin-left: 4%;
  }
}
.recruitment-item .clear {
  width: 100%;
  clear: both;
}
.recruitment-item .recruitment-item-header .header-boks-1 {
  display: inline-block;
  width: 62px;
  margin-right: 35px;
  float: left;
}
.recruitment-item .recruitment-item-header .header-boks-1 img {
  width: 62px !important;
  height: auto;
}
.recruitment-item .recruitment-item-header .header-boks-2 {
  display: inline-block;
  width: calc(100% - 143px);
  margin-right: 25px;
  float: left;
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-1 {
  display: inline-block;
  width: calc(100% - 575px);
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  float: left;
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-2 {
  display: inline-block;
  width: 575px;
  float: left;
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-2 .header-boks-2-2-1 {
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  width: 235px;
  float: left;
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-2 .header-boks-2-2-1 img {
  margin-top: -4px;
  margin-right: 6px;
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-2 .header-boks-2-2-2 {
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  width: calc(100% - 235px);
  float: left;
  text-align: right;
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-2 .header-boks-2-2-2 img {
  margin-top: -4px;
  margin-right: 6px;
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-info {
  padding-top: 15px;
  width: 100%;
  color: #666;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-info {
    padding-top: 0;
  }
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-info .header-boks-2-info-1 {
  display: inline-block;
  width: 350px;
  float: left;
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-info .header-boks-2-info-1 img {
  margin-top: -4px;
  margin-right: 6px;
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-info .header-boks-2-info-2 {
  display: inline-block;
  width: 300px;
  float: left;
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-info .header-boks-2-info-2 img {
  margin-top: -4px;
  margin-right: 6px;
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-info .header-boks-2-info-3 {
  display: inline-block;
  width: 160px;
  float: left;
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-info .header-boks-2-info-3 img {
  margin-top: -4px;
  margin-right: 6px;
}
.recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-info .header-boks-2-info-4 {
  display: inline-block;
  width: calc(100% - 811px);
  float: right;
}
.recruitment-item .recruitment-item-header .header-boks-3 {
  display: inline-block;
  width: 20px;
  float: right;
}
.recruitment-item .recruitment-item-header .header-boks-3 img {
  margin-top: 20px;
  cursor: pointer;
}
.recruitment-item .recruitment-item-header .header-boks-3 .arrow-toggle {
  transition: transform 0.3s linear;
  cursor: pointer;
}
.recruitment-item .recruitment-item-header .header-boks-3 .arrow-toggle.rotated {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .recruitment-item .recruitment-item-header .header-boks-3 .arrow-toggle {
    padding: 20px;
    margin: -20px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-item .recruitment-item-header {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .recruitment-item .recruitment-item-header .header-boks-1 {
    width: 30%;
    order: 1;
  }
  .recruitment-item .recruitment-item-header .header-boks-2 {
    width: 100%;
    order: 3;
    padding-top: 15px;
  }
  .recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-1 {
    width: 100%;
  }
  .recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-2 {
    width: 100%;
    float: none;
    font-size: 14px;
  }
  .recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-2 .header-boks-2-2-1 {
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
  }
  .recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-2 .header-boks-2-2-2 {
    width: 100%;
    padding-top: 10px;
    text-align: left;
    font-size: 14px;
  }
  .recruitment-item .recruitment-item-header .header-boks-2 .header-boks-2-info {
    font-size: 14px;
    line-height: 30px;
  }
  .recruitment-item .recruitment-item-header .header-boks-3 {
    width: 55%;
    order: 2;
    text-align: right;
  }
  .recruitment-item .recruitment-item-header .recruitment-extended-info {
    order: 4;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-1,
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-2,
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-3,
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4,
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4a,
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4b,
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5,
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5a,
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5c,
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5b,
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-6,
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-7,
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-8 {
    box-shadow: none !important;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-krok .mobile-br {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-krok:has(.mobile-br)::after {
    content: ' ';
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-item .recruitment-item-header .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-krok .rekrutacja-kroki-status img {
    margin-left: 2px;
  }
}
.recruitment-item .info {
  color: #666;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.recruitment-item .info img {
  margin-right: 5px;
  margin-top: -5px;
}
.recruitment-item .limitowana {
  width: 108px;
  height: 28px;
  gap: 10px;
  border-radius: 20px;
  padding-right: 15px;
  padding-left: 15px;
  background: #fbbc05;
  font-family: Space Grotesk;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #004444;
  float: right;
  text-align: center;
}
.recruitment-item .info-konsultacje-kariery {
  font-family: Space Grotesk;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #004444;
}
.recruitment-item .info-konsultacje-kariery img {
  margin-right: 10px;
  margin-top: -5px;
}
.recruitment-item .info-konsultacje-kariery .info {
  font-family: Space Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.recruitment-item .info-konsultacje-kariery .info-konsultacje-kariery-naglowek {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.recruitment-item .info-konsultacje-kariery .info-konsultacje-kariery-naglowek2 {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 32px;
  padding-bottom: 10px;
}
.recruitment-item .info-konsultacje-kariery .info-konsultacje-kariery-tresc {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.recruitment-item .info-konsultacje-kariery .info-konsultacje-kariery-przycisk {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #9747ff;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 32px;
  margin-bottom: 20px;
  width: 200px;
  height: 30px;
  text-decoration: none;
}
.recruitment-item .info-co-dalej {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  margin-top: 32px;
  height: 60px;
}
.recruitment-item .info-co-dalej img {
  margin-right: 10px;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .recruitment-item .info-co-dalej {
    margin-top: 15px;
    height: auto;
    line-height: 20px;
  }
}
.recruitment-item .button-apply {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  color: #9747ff;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  height: 30px;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  float: right;
  margin-top: 32px;
}
.recruitment-item .button-no-apply {
  background: #fff;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  height: 30px;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  float: right;
  margin-top: 32px;
}
.recruitment-item .area-name {
  border-radius: 20px;
  background: #e6e6e6;
  color: #7e7e80;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: lowercase;
  padding: 5px 15px;
  flex-direction: column;
  align-items: flex-start;
  float: right;
  width: auto;
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info {
  margin-top: 25px;
  padding-top: 0px;
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .info {
  color: #222;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 21px;
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .info p {
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .info a {
  color: #9747ff;
  text-decoration: none;
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper {
  margin-top: 5px;
  padding-top: 0px;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-1 {
  height: 14px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 8%, #00ff9d 8%, #fff 8%, #fff 92%, #fff 92%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0px 8px 11px 0px rgba(3, 3, 3, 0.17);
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-1 {
    background: none !important;
  }
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-2 {
  height: 14px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 25%, #00ff9d 25%, #fff 25%, #fff 75%, #fff 75%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0px 8px 11px 0px rgba(3, 3, 3, 0.17);
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-2 {
    background: none !important;
  }
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-3 {
  height: 14px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 41.4%, #00ff9d 41.4%, #fff 41.4%, #fff 48.6%, #fff 48.6%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 8px 11px 0px rgba(3, 3, 3, 0.17);
  -moz-box-shadow: 0px 8px 11px 0px rgba(3, 3, 3, 0.17);
  box-shadow: 0px 8px 11px 0px rgba(3, 3, 3, 0.17);
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-3 {
    background: none !important;
  }
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4 {
  height: 14px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 0%, #00ff9d 58.1%, #cbf801 58.1%, #cbf801 75%, #fff 75%, #fff 100%);
  border-radius: 16px;
  box-shadow: 0px 8px 11px 0px rgba(3, 3, 3, 0.17);
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4a {
  height: 14px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 0%, #00ff9d 58.1%, #00ff9d 58.1%, #00ff9d 75%, #fff 75%, #fff 100%);
  border-radius: 16px;
  box-shadow: 0px 8px 11px 0px rgba(3, 3, 3, 0.17);
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4b {
  height: 14px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 0%, #00ff9d 58.1%, #f92a68 58.1%, #f92a68 91%, #fff 91%, #fff 100%);
  border-radius: 16px;
  box-shadow: 0px 8px 11px 0px rgba(3, 3, 3, 0.17);
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4 {
    background: none !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4 .rekrutacja-kroki-krok-4-mobile {
    border-left: 12px solid #cbf801 !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4a {
    background: none !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4a .rekrutacja-kroki-krok-4-mobile {
    border-left: 12px solid #00ff9d !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4b {
    background: none !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4b .rekrutacja-kroki-krok-4-mobile {
    border-left: 12px solid #f92a68 !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4b .rekrutacja-kroki-krok-5-mobile {
    border-left: 12px solid #f92a68 !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4b .rekrutacja-kroki-krok-6-mobile {
    border-left: 12px solid #f92a68 !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4b {
    background: none !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4a {
    background: none !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4b {
    background: none !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5a {
    background: none !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5a .rekrutacja-kroki-krok-5-mobile {
    border-left: 12px solid #cbf801 !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5b {
    background: none !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5b .rekrutacja-kroki-krok-5-mobile {
    border-left: 12px solid #f92a68 !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5b .rekrutacja-kroki-krok-6-mobile {
    border-left: 12px solid #f92a68 !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5c {
    background: none !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5c .rekrutacja-kroki-krok-5-mobile {
    border-left: 12px solid #00ff9d !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5a {
    background: none !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5c {
    background: none !important;
  }
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5 {
  height: 14px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 74.8%, #00ff9d 74.8%, #fff 74.8%, #fff 25.2%, #fff 25.2%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0px 8px 11px 0px rgba(3, 3, 3, 0.17);
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5a {
  height: 14px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 0%, #00ff9d 75%, #cbf801 75%, #cbf801 91%, #fff 91%, #fff 100%);
  border-radius: 16px;
  box-shadow: 0px 8px 11px 0px rgba(3, 3, 3, 0.17);
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5b {
  height: 14px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 0%, #00ff9d 75%, #f92a68 75%, #f92a68 91%, #f92a68 91%, #f92a68 100%);
  border-radius: 16px;
  box-shadow: 0px 8px 11px 0px rgba(3, 3, 3, 0.17);
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5c {
  height: 14px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 0%, #00ff9d 100%, #fff 100%);
  border-radius: 16px;
  box-shadow: 0px 8px 11px 0px rgba(3, 3, 3, 0.17);
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5 {
    background: none !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5a {
    background: none !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5b {
    background: none !important;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5c {
    background: none !important;
  }
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-6 {
  height: 14px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 100%, #00ff9d 100%, #fff 100%, #fff 0%, #fff 0%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0px 8px 11px 0px rgba(3, 3, 3, 0.17);
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-6 {
    background: none !important;
  }
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-krok {
  width: 16.6%;
  float: left;
  display: inline-block;
  color: #044;
  text-align: center;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-krok {
    width: 100% !important;
    text-align: left !important;
    height: 40px !important;
    border-left: 12px solid #e4e4e4;
  }
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-krok img {
  display: block;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-krok img {
    display: inline-block !important;
    margin-left: 6px !important;
  }
}
#candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-krok .rekrutacja-kroki-status {
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 14px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-bottom: 10px;
  background-color: #004444;
  margin-top: 0px;
  padding-top: 2px;
  font-family: Space Grotesk;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #004444;
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-krok .rekrutacja-kroki-status {
    margin-left: -14px !important;
    margin-right: 10px !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-krok .rekrutacja-kroki-status img {
    display: block !important;
    margin-left: auto !important;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-1 .rekrutacja-kroki-krok:nth-child(1) {
    border-left: 12px solid #00ff9d !important;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-2 .rekrutacja-kroki-krok:nth-child(1) {
    border-left: 12px solid #00ff9d !important;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-3 .rekrutacja-kroki-krok:nth-child(1),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-3 .rekrutacja-kroki-krok:nth-child(2) {
    border-left: 12px solid #00ff9d !important;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4 .rekrutacja-kroki-krok:nth-child(1),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4 .rekrutacja-kroki-krok:nth-child(2),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4 .rekrutacja-kroki-krok:nth-child(3) {
    border-left: 12px solid #00ff9d;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4a .rekrutacja-kroki-krok:nth-child(1),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4a .rekrutacja-kroki-krok:nth-child(2),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4a .rekrutacja-kroki-krok:nth-child(3) {
    border-left: 12px solid #00ff9d;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4b .rekrutacja-kroki-krok:nth-child(1),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4b .rekrutacja-kroki-krok:nth-child(2),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-4b .rekrutacja-kroki-krok:nth-child(3) {
    border-left: 12px solid #00ff9d;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5a .rekrutacja-kroki-krok:nth-child(1),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5a .rekrutacja-kroki-krok:nth-child(2),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5a .rekrutacja-kroki-krok:nth-child(3),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5a .rekrutacja-kroki-krok:nth-child(4) {
    border-left: 12px solid #00ff9d;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5b .rekrutacja-kroki-krok:nth-child(1),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5b .rekrutacja-kroki-krok:nth-child(2),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5b .rekrutacja-kroki-krok:nth-child(3),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5b .rekrutacja-kroki-krok:nth-child(4) {
    border-left: 12px solid #00ff9d;
  }
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5c .rekrutacja-kroki-krok:nth-child(1),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5c .rekrutacja-kroki-krok:nth-child(2),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5c .rekrutacja-kroki-krok:nth-child(3),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5c .rekrutacja-kroki-krok:nth-child(4) {
    border-left: 12px solid #00ff9d;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5 .rekrutacja-kroki-krok:nth-child(1),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5 .rekrutacja-kroki-krok:nth-child(2),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5 .rekrutacja-kroki-krok:nth-child(3),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5 .rekrutacja-kroki-krok:nth-child(4),
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-5 .rekrutacja-kroki-krok:nth-child(5) {
    border-left: 12px solid #00ff9d;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutations .recruitment-item .recruitment-extended-info .status-rekrutacji-wrapper .rekrutacja-kroki-krok:nth-child(6) {
    border-left: 12px solid transparent !important;
  }
}
.courses-list-container .list-group {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.courses-list-container .list-group-item {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 16px 25px;
  background: #fff;
  font-size: 16px;
  font-family: 'Space Grotesk', Arial, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.courses-list-container .fw-bold {
  font-weight: 600;
  color: #004444;
}
.courses-list-container .edit-course-btn,
.courses-list-container .delete-course-btn {
  background: none;
  border: none;
  color: #813cff;
  font-size: 14px;
  font-family: 'Space Grotesk', Arial, sans-serif;
  margin-left: 10px;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
.courses-list-container .delete-course-btn {
  color: #e74c3c;
}
#add-course-btn {
  background: #813cff;
  color: #fff;
  border-radius: 8px;
  border: none;
  padding: 6px 18px;
  font-size: 15px;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-weight: 500;
  box-shadow: 0px 2px 8px rgba(129, 60, 255, 0.08);
  transition: background 0.2s;
}
#add-course-btn:hover {
  background: #6a2cc7;
}
.modal-content {
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(129, 60, 255, 0.1);
  border: none;
}
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 18px 24px 12px 24px;
}
.modal-title {
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #813cff;
}
.modal-body {
  padding: 24px;
}
.modal-footer {
  border-top: 1px solid #eee;
  padding: 12px 24px 18px 24px;
}
#course-form .form-label {
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-size: 15px;
  color: #004444;
  font-weight: 500;
}
#course-form .form-control {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  font-size: 15px;
  font-family: 'Space Grotesk', Arial, sans-serif;
  color: #004444;
  margin-bottom: 10px;
}
#save-course-btn {
  background: #813cff;
  color: #fff;
  border-radius: 8px;
  border: none;
  padding: 6px 18px;
  font-size: 15px;
  font-family: 'Space Grotesk', Arial, sans-serif;
  font-weight: 500;
  box-shadow: 0px 2px 8px rgba(129, 60, 255, 0.08);
  transition: background 0.2s;
}
#save-course-btn:hover {
  background: #6a2cc7;
}
.skills-popup {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1000;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(44, 62, 80, 0.12);
  padding: 32px 36px 24px 36px;
  min-width: 480px;
  max-width: 580px;
  min-height: 120px;
  display: block;
  font-family: 'Space Grotesk', Arial, sans-serif;
}
.skills-popup-content {
  width: 100%;
}
.skills-popup-header {
  margin-bottom: 18px;
}
.skills-popup-title {
  font-size: 18px;
  font-weight: 700;
  color: #044;
  margin-bottom: 30px;
  display: block;
}
#courses-popup-list .course-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#courses-popup-list .course-name,
#courses-popup-list .course-year {
  border-radius: 16px;
  border: 1.5px solid #e7e7e7;
  background: white;
  font-size: 16px;
  font-weight: 500;
  color: #044;
  padding: 8px 18px;
  margin-right: 10px;
  box-shadow: none;
}
#courses-popup-list .course-year {
  max-width: 100px;
}
#courses-popup-list .remove-course-row {
  background: none;
  border: none;
  margin-left: 0;
  padding: 0 0 0 4px;
  cursor: pointer;
  transition: background 0.15s;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#courses-popup-list .remove-course-row:hover svg path {
  stroke: #e74c3c;
}
.add-next-skills-button {
  background: #00ffb0;
  color: #004444;
  border-radius: 16px;
  border: none;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0, 255, 176, 0.08);
  transition: background 0.2s;
}
.add-next-skills-button:hover {
  background: #00e6a0;
}
.skills-popup-footer .btn-primary {
  background: #813cff;
  color: #fff;
  border-radius: 16px;
  border: none;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 2px 8px rgba(129, 60, 255, 0.08);
  margin-right: 10px;
  transition: background 0.2s;
}
.skills-popup-footer .btn-primary:hover {
  background: #6a2cc7;
}
.skills-popup-footer .btn-link {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: none;
  margin-left: 10px;
  padding: 10px 18px;
}
.button-skills {
  border: none;
  background-image: url('/images/list-o-mnie-plus.png');
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: transparent;
  color: #044;
}
.btn-remove-course {
  background-image: url('../../images/icon-trash.svg') !important;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}
@media (max-width: 600px) {
  .skills-popup {
    min-width: 90vw;
    max-width: 98vw;
    left: 2vw;
    padding: 18px 8px 12px 8px;
  }
  .skills-popup-title {
    font-size: 18px;
  }
  #add-next-course,
  .skills-popup-footer .btn-primary,
  .skills-popup-footer .btn-link {
    font-size: 14px;
    padding: 8px 12px;
  }
}
.course-row-fields {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 18px;
  margin-top: 18px;
}
.course-value {
  border-radius: 100px;
  border: 2px solid #e7e7e7;
  background: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #004444;
  padding: 2px 10px;
  min-width: 120px;
  min-height: 38px;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 10px;
}
.course-fieldset {
  border: none;
  padding: 0;
  margin: 0;
  min-width: 50px;
  position: relative;
}
.course-fieldset.course-year {
  min-width: 70px;
}
.course-fieldset.course-name {
  min-width: 180px;
}
.course-legend {
  font-size: 14px;
  color: #888;
  font-weight: 400;
  margin-bottom: 4px;
  margin-left: 12px;
  padding: 0 4px;
  background: #fff;
  position: absolute;
  top: -14px;
  left: 0px;
  z-index: 2;
  width: auto;
}
.course-name,
.course-year {
  border-radius: 100px;
  border: 2px solid #e7e7e7;
  background: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.04);
  width: 100%;
  color: #004444;
}
.btn-remove-course {
  background-image: url('../../images/icon-trash.svg') !important;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  background-color: transparent;
  width: 36px;
  height: 36px;
  margin-left: 8px;
  cursor: pointer;
  transition: background 0.15s;
}
.btn-remove-course:hover {
  filter: brightness(0.8);
}
.skills-popup-button-save {
  color: #9747ff;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
  background: transparent;
  padding: 6px 24px;
}
.skills-popup-button-cancel {
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  background: transparent;
}
#candidate-profile-recrutation-content .confirm-application-title .confirm-application-title-text h1 {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
#candidate-profile-recrutation-content .confirm-application-title .confirm-application-title-text h2 {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
#candidate-profile-recrutation-content .confirm-application-title .confirm-application-title-step {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-align: right;
}
#candidate-profile-recrutation-content .confirm-application-wrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper {
  margin-top: 5px;
  padding-top: 35px;
  width: 98%;
  clear: both;
  padding-bottom: 70px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #cdcdcd;
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-krok {
  width: 24%;
  float: left;
  display: inline-block;
  font: normal normal normal 14px/16px Space Grotesk;
  text-align: center;
  letter-spacing: 0;
  color: #203030;
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-krok {
    width: 100% !important;
    text-align: left !important;
    height: 40px !important;
    border-left: 12px solid #e4e4e4;
  }
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-krok img {
  display: none;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-krok img {
    display: inline-block !important;
    margin-left: 6px !important;
  }
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-1 {
  height: 12px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 12.8%, #00ff9d 12.8%, #e4e4e4 12.8%, #e4e4e4 91.2%, #e4e4e4 91.2%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-1 {
    background: none !important;
  }
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-1 .rekrutacja-krok-1 img {
  display: block;
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-1 .rekrutacja-krok-2 img,
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-1 .rekrutacja-krok-3 img,
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-1 .rekrutacja-krok-4 img {
  display: none;
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-2 {
  height: 12px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 37.4%, #00ff9d 37.4%, #e4e4e4 37.4%, #e4e4e4 62.6%, #e4e4e4 62.6%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-2 {
    background: none !important;
  }
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-2 .rekrutacja-krok-1 img,
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-2 .rekrutacja-krok-2 img {
  display: block !important;
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-2 .rekrutacja-krok-3 img,
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-2 .rekrutacja-krok-4 img {
  display: none;
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-3 {
  height: 12px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 59.6%, #00ff9d 59.6%, #e4e4e4 59.6%, #e4e4e4 40.4%, #e4e4e4 40.4%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-3 {
    background: none !important;
  }
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-3 .rekrutacja-krok-1 img,
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-3 .rekrutacja-krok-2 img,
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-3 .rekrutacja-krok-3 img {
  display: block;
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4 {
  height: 12px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 84.2%, #00ff9d 84.2%, #e4e4e4 84.2%, #e4e4e4 15.8%, #e4e4e4 14.8%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4 {
    background: none !important;
  }
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4 .rekrutacja-krok-1 img,
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4 .rekrutacja-krok-2 img,
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4 .rekrutacja-krok-3 img,
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4 .rekrutacja-krok-4 img {
  display: block;
}
#candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-krok .rekrutacja-kroki-status {
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-bottom: 16px;
  background-color: #004444;
  margin-top: -3px;
  padding-top: 2px;
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-krok .rekrutacja-kroki-status {
    margin-left: -15px !important;
    margin-right: 10px !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-krok .rekrutacja-kroki-status img {
    display: block !important;
    margin-left: auto !important;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-1 .rekrutacja-kroki-krok:nth-child(1) {
    border-left: 12px solid #cbf801 !important;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-2 .rekrutacja-kroki-krok:nth-child(1),
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-2 .rekrutacja-kroki-krok:nth-child(2) {
    border-left: 12px solid #cbf801 !important;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-3 .rekrutacja-kroki-krok:nth-child(1),
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-3 .rekrutacja-kroki-krok:nth-child(2),
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-3 .rekrutacja-kroki-krok:nth-child(3) {
    border-left: 12px solid #cbf801 !important;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4 .rekrutacja-kroki-krok:nth-child(1),
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4 .rekrutacja-kroki-krok:nth-child(2),
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4 .rekrutacja-kroki-krok:nth-child(3),
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4 .rekrutacja-kroki-krok:nth-child(4) {
    border-left: 12px solid #cbf801 !important;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4a .rekrutacja-kroki-krok:nth-child(1),
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4a .rekrutacja-kroki-krok:nth-child(2),
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4a .rekrutacja-kroki-krok:nth-child(3),
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-4a .rekrutacja-kroki-krok:nth-child(4) {
    border-left: 12px solid #cbf801 !important;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-5 .rekrutacja-kroki-krok:nth-child(1),
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-5 .rekrutacja-kroki-krok:nth-child(2),
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-5 .rekrutacja-kroki-krok:nth-child(3),
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-5 .rekrutacja-kroki-krok:nth-child(4),
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-5 .rekrutacja-kroki-krok:nth-child(5) {
    border-left: 12px solid #cbf801 !important;
  }
}
@media screen and (max-width: 780px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .rekrutacja-kroki-krok:nth-child(6) {
    border-left: 12px solid transparent !important;
  }
}
@media screen and (max-width: 768px) {
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper {
    border-bottom: none;
  }
  #candidate-profile-recrutation-content .confirm-application-progress-wrapper .hide-br-mobile {
    display: none;
  }
}
#candidate-profile-recrutation-content .form-group {
  margin-bottom: 20px;
}
#candidate-profile-recrutation-content .form-group label {
  font-size: 14px;
  line-height: 18px;
  color: #203030;
}
#candidate-profile-recrutation-content .form-group .btn-radius {
  /* Styl wybranego przycisku */
  /* Styl dla hover */
}
#candidate-profile-recrutation-content .form-group .btn-radius .btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  /* Szerokość przycisku */
  height: 32px;
  /* Wysokość przycisku */
  border: 2px solid #264653;
  /* Obramowanie */
  border-radius: 20px;
  /* Zaokrąglenie */
  background-color: white;
  color: #264653;
  /* Kolor tekstu */
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 0;
  margin-right: 20px;
}
#candidate-profile-recrutation-content .form-group .btn-radius .btn-check:checked + .btn-custom {
  background-color: #ccff4d;
  /* Jasny zielony kolor tła */
  color: #264653;
  /* Kolor tekstu */
  border-color: #ccff4d;
}
#candidate-profile-recrutation-content .form-group .btn-radius .btn-custom:hover {
  background-color: #e8ffc2;
  /* Jaśniejszy zielony na hover */
  color: #264653;
}
#candidate-profile-recrutation-content .form-group textarea {
  border: 1px solid #707070;
  border-radius: 12px;
  padding: 15px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #203030;
  line-height: 21px;
}
#candidate-profile-recrutation-content .form-group textarea::placeholder {
  color: #b5b5b5;
}
#candidate-profile-recrutation-content .form-checkbox-group {
  /* Grupa checkboxów */
  /* Ukrycie domyślnych checkboxów */
  /* Stylowanie etykiet */
  /* Styl zaznaczonego przycisku */
  /* Styl dla hover */
}
#candidate-profile-recrutation-content .form-checkbox-group .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* Odstępy między przyciskami */
}
#candidate-profile-recrutation-content .form-checkbox-group .checkbox-input {
  display: none;
}
#candidate-profile-recrutation-content .form-checkbox-group .checkbox-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  /* Wewnętrzne odstępy */
  border: 1px solid #264653;
  /* Kolor obramowania */
  border-radius: 20px;
  /* Zaokrąglenie */
  background-color: white;
  color: #203030;
  /* Kolor tekstu */
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
#candidate-profile-recrutation-content .form-checkbox-group .checkbox-input:checked + .checkbox-label {
  background-color: #ccff4d;
  /* Jasny zielony kolor tła */
  color: #264653;
  /* Kolor tekstu */
  border-color: #ccff4d;
}
#candidate-profile-recrutation-content .form-checkbox-group .checkbox-label:hover {
  background-color: #e8ffc2;
  /* Jaśniejszy zielony na hover */
  color: #264653;
}
#candidate-profile-recrutation-content #strong-sides-values {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Space Grotesk', sans-serif;
  /* Nazwa w wierszu */
  /* Punkt (kółko) */
  /* Hover efekt */
}
#candidate-profile-recrutation-content #strong-sides-values .row {
  display: flex;
  align-items: center;
  gap: 20px;
  /* Odstęp między nazwą a punktami */
}
#candidate-profile-recrutation-content #strong-sides-values .row .label {
  font-size: 14px;
  color: #203030;
}
#candidate-profile-recrutation-content #strong-sides-values .circle {
  width: 30px;
  height: 30px;
  border: 2px solid #264653;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  float: left;
  margin-right: 10px;
}
#candidate-profile-recrutation-content #strong-sides-values .circle.selected {
  background-color: #ccff4d;
  /* Kolor zaznaczonego */
  border-color: #ccff4d;
}
#candidate-profile-recrutation-content #strong-sides-values .circle:hover {
  background-color: #e8ffc2;
  /* Jaśniejszy zielony */
}
@media screen and (max-width: 768px) {
  #candidate-profile-recrutation-content #strong-sides-values {
    margin-bottom: 25px;
  }
}
#candidate-profile-recrutation-content .custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: 'Space Grotesk', sans-serif;
  /* Focus state */
  /* Wyrównanie strzałki */
}
#candidate-profile-recrutation-content .custom-select-wrapper .select-label {
  font-size: 12px;
  color: #b3b3b3;
  position: absolute;
  top: -8px;
  left: 12px;
  background: #fff;
  padding: 0 5px;
  z-index: 1;
  pointer-events: none;
}
#candidate-profile-recrutation-content .custom-select-wrapper .custom-select {
  width: 100%;
  padding: 10px 40px 10px 22px;
  /* Wyrównanie z prawej na ikonę */
  font-size: 16px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 25px;
  appearance: none;
  /* Usuwa domyślne strzałki */
  background: #fff url('../images/select-arrow-down.svg') no-repeat right 15px center;
  background-size: 10px;
  cursor: pointer;
  outline: none;
}
#candidate-profile-recrutation-content .custom-select-wrapper .custom-select:focus {
  border-color: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#candidate-profile-recrutation-content .custom-select-wrapper .custom-select::-ms-expand {
  display: none;
}
#candidate-profile-recrutation-content .confirm-application-step h1 {
  display: none;
}
#candidate-profile-recrutation-content .confirm-application-step h3 {
  display: none;
}
@media screen and (max-width: 768px) {
  #candidate-profile-recrutation-content .confirm-application-step {
    padding-top: 25px;
  }
  #candidate-profile-recrutation-content .confirm-application-step.confirm-application-step-4 {
    margin-bottom: 20px;
  }
}
#candidate-profile-recrutation-content.confirm-application-languages h1 {
  font-size: 24px;
  font-weight: 500;
  display: block !important;
}
#candidate-profile-recrutation-content.confirm-application-languages h1 button {
  float: right;
  background: none !important;
}
#candidate-profile-recrutation-content.confirm-application-base-questions input[type='text'],
#candidate-profile-recrutation-content.confirm-application-base-questions input[type='number'] {
  border: 0px solid #707070;
  border: none;
  border-radius: 12px;
  padding: 15px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  background-color: #f1f1f1;
  margin-top: 10px;
  font-weight: 300;
}
#candidate-profile-recrutation-content.confirm-application-base-questions .custom-select {
  border: 1px solid #707070;
  border: none;
  border-radius: 12px;
  padding: 15px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 300;
  background-color: #f1f1f1;
}
#candidate-profile-recrutation-content .form-group-key-competency .row {
  align-items: center;
}
#candidate-profile-recrutation-content .form-group-key-competency .row input[type='radio'] {
  display: none;
}
#candidate-profile-recrutation-content .form-group-key-competency .row label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 32px;
  border: 2px solid #cbf801;
  border-radius: 20px;
  background-color: white;
  color: #264653;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 0;
  margin-right: 20px;
}
#candidate-profile-recrutation-content .form-group-key-competency .row label:hover {
  background-color: #e8ffc2;
  color: #264653;
}
#candidate-profile-recrutation-content .form-group-key-competency .row input[type='radio']:checked + label {
  background-color: #ccff4d;
  color: #264653;
  border-color: #ccff4d;
  font-weight: 600;
}
#candidate-profile-recrutation-content .form-group-key-competency .btn-add-comment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background-color: transparent;
  color: #264653;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#candidate-profile-recrutation-content .form-group-key-competency .btn-add-comment:hover {
  color: #000;
}
#candidate-profile-recrutation-content .form-group-key-competency textarea {
  border: 1px solid #707070;
  border-radius: 12px;
  padding: 15px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #203030;
  line-height: 21px;
  width: 100%;
  margin-top: 10px;
}
#candidate-profile-recrutation-content .form-group-key-competency textarea::placeholder {
  color: #b5b5b5;
}
#candidate-profile-recrutation-content a.add-language-button {
  background: url('../../images/icon-add.svg') no-repeat center center;
  background-size: 16px;
  border: none;
  cursor: pointer;
  padding-right: 20px;
  background-position: right center;
  margin-top: 15px;
  color: #813cff;
  font-family: 'Space Grotesk';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  #candidate-profile-recrutations,
  #candidate-profile-data {
    padding: 15px;
  }
  #candidate-profile-recrutations .recruitment-tabs,
  #candidate-profile-data .recruitment-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
  #candidate-profile-recrutations .recruitment-tabs .nav-tabs,
  #candidate-profile-data .recruitment-tabs .nav-tabs {
    background: transparent;
  }
  #candidate-profile-recrutations .recruitment-tabs .recruitment-nav-tabs,
  #candidate-profile-data .recruitment-tabs .recruitment-nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    scrollbar-width: none;
  }
  #candidate-profile-recrutations .recruitment-tabs .recruitment-nav-tabs .nav-item,
  #candidate-profile-data .recruitment-tabs .recruitment-nav-tabs .nav-item {
    flex: 0 0 auto;
    width: 100%;
    box-shadow: none;
    margin-right: 0px;
  }
  #candidate-profile-recrutations .recruitment-tabs .recruitment-nav-tabs .nav-item button,
  #candidate-profile-data .recruitment-tabs .recruitment-nav-tabs .nav-item button,
  #candidate-profile-recrutations .recruitment-tabs .recruitment-nav-tabs .nav-item .nav-link,
  #candidate-profile-data .recruitment-tabs .recruitment-nav-tabs .nav-item .nav-link {
    width: 100%;
    box-shadow: none;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #813cff;
  }
  #candidate-profile-recrutations .recruitment-tabs .tab-control,
  #candidate-profile-data .recruitment-tabs .tab-control {
    margin-top: 15px;
  }
  #candidate-profile-recrutations .recruitment-progress .progress-steps,
  #candidate-profile-data .recruitment-progress .progress-steps {
    flex-wrap: wrap;
  }
  #candidate-profile-recrutations .recruitment-progress .progress-steps .progress-step,
  #candidate-profile-data .recruitment-progress .progress-steps .progress-step {
    width: 33.33%;
    margin-bottom: 15px;
  }
  #candidate-profile-recrutations .recruitment-progress .progress-line,
  #candidate-profile-data .recruitment-progress .progress-line {
    display: none;
  }
  #candidate-profile-recrutations .recruitment-buttons .col-md-6,
  #candidate-profile-data .recruitment-buttons .col-md-6 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.new-button-action {
  border-radius: 17px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  color: #813cff;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 27px;
}
.prev-step-button button {
  border: 0px;
  padding: 8px 27px;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  box-shadow: none;
  background: transparent;
}
.faq-boks {
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 57.23%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 40px;
  padding-top: 0px;
  top: 0;
  z-index: 10;
}
.faq-boks .faq-nagolwek {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 6px;
  width: 100%;
}
.faq-boks .faq-pod-nagolwek {
  width: 100%;
  padding-top: 6px;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.faq-boks img {
  float: right;
  margin-top: -40px;
}
.faq-boks .arrow-toggle {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.faq-boks .arrow-toggle.rotated {
  transform: rotate(180deg);
}
.faq-boks.faq-boks-odpowiedzi .faq-nagolwek {
  font-size: 16px;
  padding-top: 10px;
}
.faq-boks.faq-boks-odpowiedzi .faq-nagolwek button {
  width: 100%;
  position: relative;
  font-size: 18px;
  background-color: transparent !important;
  border: 0px !important;
  box-shadow: none !important;
  color: #044 !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 9px;
  padding-bottom: 9px;
}
.faq-boks.faq-boks-odpowiedzi .faq-nagolwek button .faq-arrow {
  display: none;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  position: absolute;
  right: 0px;
  top: 0px;
}
.faq-boks.faq-boks-odpowiedzi .faq-nagolwek button.collapsed .faq-arrow {
  transform: rotate(180deg);
}
.faq-boks.faq-boks-odpowiedzi .faq-odpowiedzi {
  padding-top: 20px;
}
.faq-boks.faq-boks-odpowiedzi .faq-odpowiedzi .accordion-body {
  padding: 0 !important;
  border: 0px !important;
  background-color: transparent !important;
}
.faq-boks.faq-boks-odpowiedzi .faq-odpowiedzi .accordion-body .accordion-item {
  border: 0px !important;
  background-color: transparent !important;
}
.faq-boks.faq-boks-odpowiedzi .faq-odpowiedzi .boks_pytanie {
  padding-bottom: 40px;
}
.faq-boks.faq-boks-odpowiedzi .faq-odpowiedzi .boks_pytanie h6 {
  padding-bottom: 10px;
  margin-bottom: 0px;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.faq-boks.faq-boks-odpowiedzi .faq-odpowiedzi .boks_pytanie.boks_pytanie2 {
  padding-bottom: 10px !important;
}
.offer-purple-link {
  color: #9747ff !important;
  text-decoration: none;
}
.faq-pytania {
  display: none;
  margin-top: 14px;
}
.faq-pytania .nazwa_kategorii {
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 20px;
}
.faq-pytania .boks_pytanie {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.15);
  padding: 13px 40px 13px 30px;
  margin-top: 20px;
  /* Kiedy button NIE MA klasy .collapsed, strzałka się obraca */
}
.faq-pytania .boks_pytanie .accordion-button {
  padding: 0 !important;
  margin: 0 !important;
  color: #044 !important;
  font-family: 'Space Grotesk' !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
.faq-pytania .boks_pytanie .accordion-body {
  color: #044 !important;
  font-family: 'Space Grotesk' !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
  padding-left: 0 !important;
}
.faq-pytania .boks_pytanie .accordion-button::after {
  display: none !important;
}
.faq-pytania .boks_pytanie .faq-arrow-icon {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.faq-pytania .boks_pytanie .accordion-button:not(.collapsed) .faq-arrow-icon {
  transform: rotate(0deg);
}
.faq-pytania .boks_pytanie .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  color: inherit;
  /* lub ustaw konkretny kolor, jeśli chcesz */
}
#candidateDataTabsContent {
  padding: 35px 35px;
}
#candidateDataTabsContent .basic-data-format {
  color: #a7a7a7;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 23px !important;
  margin-bottom: 10px !important;
}
#candidateDataTabsContent .basic-data-max-rozmiar {
  color: #a7a7a7;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#candidateDataTabsContent .basic-data-value {
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#candidateDataTabsContent .basic-data-value a {
  color: #717171;
  text-decoration: none;
}
#candidateDataTabsContent #display-linkedin a {
  text-decoration: none;
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #candidateDataTabsContent .col-basic-data-avatar {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}
#availability-dropdown #dropdown-selected {
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.15);
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#availability-dropdown #dropdown-options .dropdown-option {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
#availability-dropdown #dropdown-options .dropdown-option #availability-other-input {
  border-radius: 10px;
  background: #f1f1f1;
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px;
  border: 0;
  margin-left: 20px;
}
#videoask-modal .modal-dialog {
  min-width: 70%;
  max-width: 1000px;
}
#videoask-modal .text-bold {
  font-weight: 700;
}
#videoask-modal #videoask-content {
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
#videoask-modal .custom-btn-close {
  float: right;
}
#videoask-modal .videoask-buttons {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
}
#videoask-modal .videoask-buttons .button-apply {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  color: #9747ff;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  height: 30px;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  float: right;
  margin-top: 32px;
}
#videoask-modal .videoask-buttons .button-no-apply {
  background: #fff;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  height: 30px;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  float: right;
  margin-top: 32px;
}
#profile-settings {
  padding-bottom: 130px;
}
#profile-settings .profile-settings-container {
  padding: 60px 20px;
  background-color: #f7f7f7;
  /* opcjonalnie */
}
#profile-settings .boks_naglowek {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 60px;
  padding-top: 90px;
}
#profile-settings .boks-wrapper {
  display: flex;
  justify-content: center;
  /* Wyśrodkowanie boksów w poziomie */
  gap: 40px;
  /* Odstęp między boksami */
  flex-wrap: wrap;
  /* Dla responsywności */
}
#profile-settings .boks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
  overflow: hidden;
  width: 380px;
  height: 451px;
  padding: 50px 50px 30px 50px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.15);
}
#profile-settings .boks .boks_ikonki {
  height: 46px;
  width: auto;
}
#profile-settings .boks .boks_tytul {
  color: #044;
  text-align: center;
  font-family: 'Space Grotesk';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 30px;
  padding-bottom: 15px;
}
#profile-settings .boks .boks_tresc {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
#profile-settings .boks .boks_mail {
  border-radius: 10px;
  background: #f1f1f1;
  width: 330px;
  height: 37px;
  padding: 4px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
}
#profile-settings .boks .boks_przycisk {
  border-radius: 10px;
  background: #813cff;
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  border: none;
}
#profile-settings .zgoda_nazwa {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 275px;
  display: block;
  float: left;
  padding-right: 15px;
}
#profile-settings .zgoda_tresc {
  color: #666;
  font-family: 'Space Grotesk';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
  display: none;
  padding-right: 10px;
}
#profile-settings .zgoda-toggle {
  cursor: pointer;
  transition: transform 0.3s ease;
}
#profile-settings .zgoda-toggle.rotated {
  transform: rotate(180deg);
}
#profile-settings .zgoda_checkbox {
  padding-right: 15px;
  width: 37px;
  display: block;
  float: left;
}
#profile-settings .zgoda_checkbox input {
  border-radius: 5px;
  width: 22px;
  height: 22px;
  aspect-ratio: 1/1;
}
#profile-settings .zgoda_strzalka {
  width: 10px;
  display: block;
  float: left;
}
#profile-settings .boks_2 .boks_zgoda {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
#profile-settings .boks_2 .zgoda_header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#profile-settings .boks_2 {
  height: auto;
  align-items: stretch;
  text-align: left;
  overflow: visible;
  width: 380px;
  padding: 50px 20px 30px 20px;
}
#profile-settings .boks_2 .boks_tytul {
  padding-bottom: 30px;
}
#profile-settings .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#profile-settings .modal-content {
  max-width: 700px;
  width: 90%;
  font-family: 'Space Grotesk', sans-serif;
  height: auto;
  padding: 20px 30px;
  padding-top: 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.15);
}
#profile-settings .modal-content img {
  width: 15px;
  margin-left: auto;
  margin-right: auto;
}
#profile-settings .modal-content h3 {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#profile-settings .modal-warning {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}
#profile-settings label {
  color: #cdcdcd;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#profile-settings .modal-info {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#profile-settings .modal-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  /* <-- to jest kluczowe */
  gap: 10px;
}
#profile-settings .modal-actions button {
  cursor: pointer;
}
#profile-settings #cancel-delete {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 6px 24px;
  border-radius: 10px;
  background: #813cff;
  border: none;
}
#profile-settings #confirm-delete {
  color: #813cff;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  border: 2px solid #813cff;
  padding: 6px 24px;
  border-radius: 10px;
}
#profile-settings .boks_mail {
  border-radius: 10px;
  background: #f1f1f1;
  width: 330px;
  height: 37px;
  padding: 4px 30px;
  border: none;
  margin-left: auto;
  margin-right: auto;
}
#profile-settings .boks_przycisk_usuwanie {
  color: #813cff !important;
  font-family: 'Space Grotesk' !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  padding: 4px 18px !important;
  border-radius: 10px !important;
  border: 2px solid #813cff !important;
  text-decoration: none !important;
}
#profile-settings input[type='checkbox'] {
  border-radius: 5px;
  border: 1px solid #cdcdcd;
}
#profile-settings input[type='checkbox'].error {
  outline: 1px solid #ff165c;
  box-shadow: 0 0 0 1px #ff165c;
  border-radius: 5px;
}
.menu_zalogowany {
  width: 300px !important;
  padding: 30px 20px !important;
  top: 0px !important;
  right: -100px !important;
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-width: 300px !important;
}
@media screen and (max-width: 768px) {
  .menu_zalogowany {
    right: -150px !important;
    top: 32px !important;
  }
}
.menu_niezalogowany {
  width: 300px !important;
  padding: 30px 20px !important;
  top: 43px !important;
  right: 100px !important;
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-width: 300px !important;
}
@media screen and (max-width: 768px) {
  .menu_niezalogowany {
    right: 20px !important;
    top: 55px !important;
  }
}
.your-profil-edytuj {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.your-profil-edytuj img {
  margin-right: 15px;
}
.your-profil-edytuj:hover {
  color: #fff !important;
}
.your-profil-ustawienia {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 35px;
  text-decoration: none;
}
.your-profil-ustawienia :hover {
  color: #fff !important;
}
.your-profil-ustawienia:hover {
  color: #fff !important;
}
.your-profil-polityka {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 10px;
  text-decoration: none;
}
.your-profil-polityka:hover {
  color: #fff !important;
}
.your-profil-kontakt {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 35px;
  text-decoration: none;
}
.your-profil-kontakt:hover {
  color: #fff !important;
}
.your-profil-ikonki {
  padding-top: 10px;
}
.your-profil-ikonki a {
  width: 25px;
  margin-right: 15px;
  text-decoration: none;
}
.footer-main-wrapper {
  background-color: #203030;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-main-wrapper .footer-contact-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: white;
}
.footer-main-wrapper .footer-contact-text span {
  color: #cbf801;
}
.footer-main-wrapper .footer-contact-text a {
  color: #cbf801;
  text-decoration: none;
}
.footer-main-wrapper .footer-contact-text a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer-main-wrapper .footer-contact-text {
    padding-top: 25px;
  }
}
.footer-main-wrapper .copyright {
  color: #fff;
  text-align: right;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer-main-wrapper .copyright {
    padding-top: 25px;
    text-align: left;
  }
}
#profile-polityka-prywatnosci {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#profile-polityka-prywatnosci table tr td {
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#profile-polityka-prywatnosci table tr th {
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#profile-polityka-prywatnosci h1 {
  color: #000;
  font-family: Inter;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 0;
}
#profile-polityka-prywatnosci h2,
#profile-polityka-prywatnosci h3 {
  color: #000;
  font-family: Inter;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer-social .img-fluid {
    max-width: 40px;
  }
}
