@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  font-size: 16px; }

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  outline: none; }

#mobile-menu-btn, #mobile-menu-btn:after {
  display: none; }

#mobile-menu-list {
  background: white !important;
  box-shadow: none;
  padding: 0;
  margin: 120px 10px 0 10px;
  flex-direction: column;
  transform: none !important;
  right: 0; }
  #mobile-menu-list ul {
    list-style: none;
    padding: 0px;
    min-width: 250px; }
    #mobile-menu-list ul a {
      text-decoration: none;
      height: 60px;
      border-bottom: 1px solid #D8D8D8;
      align-self: center;
      align-items: center;
      font-weight: normal;
      padding: 0;
      vertical-align: middle;
      display: flex;
      padding: 0 20px;
      text-align: left;
      color: #0A0A0A;
      margin-bottom: 0;
      margin-top: 0;
      border-radius: 0; }
      #mobile-menu-list ul a i {
        color: #229EB6;
        font-size: 1.4rem;
        margin-right: 10px; }
  #mobile-menu-list .wybor-przyciski-mobile {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: center; }
    #mobile-menu-list .wybor-przyciski-mobile a {
      padding: 10px;
      margin: 0; }
  #mobile-menu-list .culture-select .btn-outline-secondary {
    border-color: #D8D8D8 !important;
    padding: 10px 15px;
    text-align: center;
    vertical-align: baseline;
    align-self: center;
    align-items: center;
    margin: 0 auto;
    display: flex; }
    #mobile-menu-list .culture-select .btn-outline-secondary img {
      margin-right: 5px; }
    #mobile-menu-list .culture-select .btn-outline-secondary span.langName {
      vertical-align: baseline;
      display: flex;
      align-self: center;
      align-items: center;
      margin-top: 4px;
      color: black;
      font-weight: normal; }
      #mobile-menu-list .culture-select .btn-outline-secondary span.langName:first-letter {
        text-transform: capitalize; }
      #mobile-menu-list .culture-select .btn-outline-secondary span.langName:after {
        color: black; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background: url("/StaticPages/rekrutacja2-raciborz/img/bg.png");
  background-position: 0  -95px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative !important;
  min-height: 100vh; }

input[type="radio"] {
  display: none; }

.inline {
  display: inline-block !important; }

a:hover {
  color: #12545f; }

.profilKandydatContainer .nav-tabs .nav-item {
  z-index: 9; }
.profilKandydatContainer .tab-content .ibox-filter {
  display: block; }
.profilKandydatContainer .nav-tabs .nav-link:not(.active):hover {
  border: 1px solid transparent; }

input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  top: -5px;
  position: relative;
  left: 0; }

input[type="radio"]:checked + * {
  color: #229EB6; }

input[type="radio"]:checked + *::before {
  background: radial-gradient(#229EB6 0%, #229EB6 0% 40%, transparent 50%, transparent);
  border-color: #229EB6; }

.custom-checkbox {
  display: block !important; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #1a7c8d;
  background-color: white;
  border-radius: 3px; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #1a7c8d;
  background-color: white;
  border-radius: 3px; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #1a7c8d;
  border: 1px solid #D1D1D1;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control {
  padding-left: 25px; }
  .custom-control .custom-control-label::before {
    position: absolute;
    top: 2px;
    left: -25px;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white; }
  .custom-control .custom-control-label::after {
    position: absolute;
    top: 2px;
    left: -25px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231A7C8D' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.klauzlaTresc:before {
  background-color: white; }

.ibox-main > .ibox-title h2 {
  font-size: 1.21875rem;
  font-weight: 700;
  padding: 0 13px; }

.rejestracja-btns .btn {
  text-align: left;
  padding: 10px 15px;
  white-space: break-spaces;
  display: flex;
  justify-content: space-between; }
  .rejestracja-btns .btn i {
    float: right;
    line-height: 20px; }

.btn[data-isbackbutton] {
  padding: 10px; }
  .btn[data-isbackbutton] i {
    font-size: 1rem; }

#LoginBox.with-image {
  margin: 57px 0 0 0; }

#LogowanieContainer > .hidden-xs {
  border: 0;
  margin-bottom: 50px; }

#RegisterBox {
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  padding: 17px 30px;
  width: 100%;
  margin: 57px 0 0px 0px; }

.form-container-pasek {
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  padding: 30px 30px;
  border-top: 10px solid #229EB6;
  background: white;
  font-size: 1rem; }
  .form-container-pasek .text-block, .form-container-pasek .field-validation-error {
    background: #F8F8F8;
    font-size: 1rem;
    padding: 16px;
    margin-bottom: 5px;
    color: black; }
    .form-container-pasek .text-block p, .form-container-pasek .field-validation-error p {
      margin-bottom: 5px; }
    .form-container-pasek .text-block ul, .form-container-pasek .field-validation-error ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .form-container-pasek .text-block ul li i, .form-container-pasek .field-validation-error ul li i {
        margin-right: 10px; }
  .form-container-pasek .field-icon {
    float: right;
    margin-left: 0px;
    position: relative;
    z-index: 2;
    color: #229EB6;
    margin: -31px 18px 0px 0px; }
  .form-container-pasek .info-icon::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f059";
    text-decoration: none;
    padding: 0 5px;
    color: #229EB6;
    font-size: 1rem;
    top: 0px;
    position: relative; }
  .form-container-pasek .info-text {
    color: #229EB6;
    text-decoration: underline;
    font-size: 0.75rem; }
  .form-container-pasek h3 {
    margin-bottom: 25px;
    font-size: 1.25rem; }
  .form-container-pasek .form-group label {
    font-size: 0.875rem; }
  .form-container-pasek .radio .form-check {
    padding-left: 0; }
    .form-container-pasek .radio .form-check .form-check-label {
      margin-left: 0; }
  .form-container-pasek .form-check {
    padding-left: 18px; }
    .form-container-pasek .form-check.check-button {
      margin-bottom: 20px; }
    .form-container-pasek .form-check .form-check-input {
      position: absolute;
      margin-top: 6px;
      margin-left: -18px; }
    .form-container-pasek .form-check .form-check-label {
      margin-left: 5px;
      margin-top: 4px; }
  .form-container-pasek.no-pasek {
    border-top: 1px solid #d5d5d5; }
  .form-container-pasek .desc {
    margin-top: 10px;
    font-weight: bold;
    color: black; }

.wybor-kontrast-container .wybor-kontrast {
  border: 0; }
.wybor-kontrast-container:hover {
  color: #1a7c8d; }

.wybor-czcionki a:hover {
  color: #1a7c8d !important; }

#polityka-prywatnosci {
  z-index: 99999999999;
  position: relative;
  background: red;
  height: 30px;
  display: none; }

.dropdown-menu .dropdown-item {
  text-decoration: none; }
  .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
    background-color: #1a7c8d;
    color: white; }

#logoFundusze {
  background-image: url("/StaticPages/rekrutacja2-raciborz/img/FE_POWER.jpg");
  background-size: contain;
  background-repeat: no-repeat; }

#barwyRP {
  background-image: url("/StaticPages/rekrutacja2-raciborz/img/Barwy_RP.jpg");
  background-size: contain;
  background-repeat: no-repeat; }

#barwyUE {
  background-image: url("/StaticPages/rekrutacja2-raciborz/img/UE_EFS.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 250px;
  background-position-x: 50px; }

#avatarPreview {
  margin-bottom: 20px; }

a.btn {
  text-decoration: none; }

.vs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  max-width: 1175px;
  padding: 0 20px;
  margin: auto auto; }

.vs-grid-row {
  grid-template-columns: 12fr;
  display: grid; }

.vs-grid-center {
  justify-items: center; }

.vs-grid .vs-grid {
  padding: 0;
  margin: 0; }

.vs-grid-row-gap-0 {
  grid-row-gap: 0; }

.vs-grid-column-start {
  grid-column-end: 1; }

.vs-grid-column-end {
  grid-column-end: 13; }

.vs-grid-1 {
  grid-column: span 1; }

.vs-grid-2 {
  grid-column: span 2; }

.vs-grid-3 {
  grid-column: span 3; }

.vs-grid-4 {
  grid-column: span 4; }

.vs-grid-5 {
  grid-column: span 5; }

.vs-grid-6 {
  grid-column: span 6; }

.vs-grid-7 {
  grid-column: span 7; }

.vs-grid-8 {
  grid-column: span 8; }

.vs-grid-9 {
  grid-column: span 9; }

.vs-grid-10 {
  grid-column: span 10; }

.vs-grid-11 {
  grid-column: span 11; }

.vs-grid-12 {
  grid-column: span 12; }

.vs-kat-m1-container {
  border: 1px solid #D5D5D5;
  padding: 16px 25px 16px 25px;
  position: relative;
  background: white;
  border-radius: 5px; }
  .vs-kat-m1-container .image {
    margin-right: 24px;
    height: 55px;
    width: 49px; }
  .vs-kat-m1-container h2 {
    text-align: left;
    display: inline-block; }
  .vs-kat-m1-container button, .vs-kat-m1-container a {
    text-align: left;
    display: inline-block;
    font-size: 0.75rem; }

.vs-left-column {
  padding: 28px 42px 28px 42px;
  border-right: 1px solid #d5d5d5;
  margin-top: -16px; }

.vs-right-column {
  padding: 12px 26px 42px 26px; }

.main-header {
  display: flex;
  flex-direction: row; }

.buttons-header {
  align-items: flex-end;
  text-align: right;
  flex: 1; }
  .buttons-header button, .buttons-header .btn {
    text-decoration: none;
    text-transform: capitalize;
    padding: 10px 18px;
    font-weight: bold;
    border-color: #D1D1D1;
    color: black;
    font-size: 0.875rem;
    border-radius: 4px;
    margin-left: 8px; }
    .buttons-header button span.fa, .buttons-header .btn span.fa {
      padding-right: 10px;
      font-size: 0.875rem; }
    .buttons-header button span.fas, .buttons-header .btn span.fas {
      font-size: 0.875rem; }
  .buttons-header .dropdown {
    display: inline-block;
    margin-left: 8px; }
    .buttons-header .dropdown img {
      margin-right: 10px;
      margin-top: -3px;
      border: 1px solid grey; }
    .buttons-header .dropdown button {
      margin-left: 0; }
  .buttons-header .wybor-czcionki, .buttons-header .wybor-kontrast {
    margin-left: 8px; }
    .buttons-header .wybor-czcionki .btn, .buttons-header .wybor-kontrast .btn {
      border: 0; }

.logo-top img {
  width: 320px; }

.container {
  max-width: 1170px; }

.vs-kat-m4-container {
  border: 1px solid #BABABA;
  padding: 25px 20px 50px 20px;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.vs-top-container {
  display: flex;
  padding: 16px 25px 16px 25px;
  border-bottom: 1px solid #d5d5d5;
  background: white;
  box-shadow: 0px 0px 40px 1px #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .vs-top-container .vs-title {
    margin: 0;
    align-self: center; }
    .vs-top-container .vs-title h2 {
      font-size: 1rem;
      font-weight: bold; }
    .vs-top-container .vs-title .sub-title {
      font-weight: 400;
      font-size: 1rem;
      margin-bottom: 0; }
  .vs-top-container .vs-buttons {
    display: flex;
    align-self: center;
    flex: 1;
    font-weight: bold;
    justify-content: flex-end; }
    .vs-top-container .vs-buttons button, .vs-top-container .vs-buttons a {
      margin-left: 10px;
      font-size: 0.75rem;
      padding: 16px 45px; }
      .vs-top-container .vs-buttons button i, .vs-top-container .vs-buttons a i {
        margin-right: 10px; }

.culture {
  display: inline-block;
  float: right; }

.culture-select {
  margin-right: 0 !important; }
  .culture-select .dropdown-item {
    text-transform: capitalize; }

main {
  margin-top: 94px; }

.wrapper-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 24px 0px;
  margin-bottom: 0px;
  height: 100px;
  border: 1px solid #d5d5d5;
  background: white;
  box-shadow: 0px 17px 48px -30px #8a8a8a;
  border-right: 0;
  border-left: 0; }
  .wrapper-header .container {
    padding: 0; }

.wrapper-footer {
  padding: 30px 0;
  width: 100%;
  height: 160px;
  border: 1px solid #d5d5d5;
  background: white;
  border-right: 0;
  border-left: 0;
  position: absolute;
  bottom: calc(-160px - 5rem);
  width: 100%; }

.footer-logotype {
  padding: 0rem 18rem;
  background: white; }
  .footer-logotype .footer-logotype-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .footer-logotype .footer-logotype-logos > div {
      height: 60px;
      width: 175px; }

.footer-logotype-text {
  font-size: 0.85rem;
  text-align: center;
  padding-top: 20px; }

a {
  color: #1a7c8d; }

.input-group-append .btn {
  padding: 0 20px; }

.btn-link {
  background-color: transparent; }
  .btn-link:hover, .btn-link:active, .btn-link .active {
    outline: none;
    box-shadow: none !important;
    border: none; }

.btn {
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.2rem;
  font-size: 0.75rem;
  padding: 16px 58px;
  vertical-align: middle; }
  .btn.btn-short {
    padding-left: 28px;
    padding-right: 28px; }

.show .btn-outline-secondary.dropdown-toggle {
  border: 1px solid #229EB6;
  background-color: white !important;
  color: #229EB6 !important;
  box-shadow: none !important; }

.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  border: 1px solid #229EB6;
  background-color: white !important;
  color: #229EB6 !important;
  box-shadow: none !important; }
.btn-outline-secondary:active, .btn-outline-secondary.active {
  border: 1px solid #229EB6;
  background-color: white !important;
  color: #229EB6 !important;
  box-shadow: none !important; }

.btn-outline-primary {
  border-color: #229EB6;
  color: #229EB6;
  text-transform: uppercase;
  background: white; }
  .btn-outline-primary.disabled {
    border-color: lightgrey !important;
    color: lightgrey !important; }
  .btn-outline-primary:hover.disabled, .btn-outline-primary:active.disabled, .btn-outline-primary:focus.disabled {
    background-color: transparent !important;
    border-color: lightgrey !important;
    color: lightgrey !important;
    cursor: not-allowed;
    outline: transparent;
    box-shadow: none; }
  .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    color: #fff;
    background-color: #229EB6 !important;
    border-color: #229EB6 !important; }

.btn-success {
  background: rgba(46, 190, 156, 0.22);
  color: #2ebe9c;
  border-color: rgba(46, 190, 156, 0.22); }
  .btn-success:hover {
    background: rgba(46, 190, 156, 0.3);
    color: #2ebe9c;
    border-color: rgba(46, 190, 156, 0.3); }

.btn-primary, .btn-default {
  color: #fff;
  background-color: #229EB6;
  border-color: #229EB6;
  text-decoration: none; }
  .btn-primary.disabled, .btn-primary:disabled, .btn-default.disabled, .btn-default:disabled {
    background-color: lightgrey;
    border-color: lightgrey; }
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary .show > .btn-primary.dropdown-toggle:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #229EB6; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:hover:active, .btn-default:hover, .btn-default:active, .btn-default:hover:active {
    color: #fff;
    background-color: #229EB6 !important;
    border-color: #229EB6 !important; }
  .btn-primary:focus, .btn-default:focus {
    background-color: #229EB6 !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 0.2rem #229EB6; }

a {
  color: #1a7c8d;
  text-decoration: underline; }

.control-label {
  color: black;
  font-weight: 600;
  font-size: 1rem; }

.form-control {
  display: block;
  width: 100%;
  padding: 22px 15px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  height: 46px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .form-control.select {
    color: black;
    height: 46px !important;
    padding: 0px 15px; }

.ng-select .ng-select-container {
    min-height: 46px;
  font-size: 0.875rem;
  line-height: 2.2rem;
  color: black;
  border: 1px solid #ced4da;
  border-radius: 5px; }

.ng-select::placeholder {
  color: black; }
.ng-select.error .ng-select-container {
  border-color: #CD3442;
  background-color: #FBEDEF; }

#LoginBox {
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  padding: 7px 30px;
  border-top: 10px solid #229EB6;
  width: 630px; }

#PrzypomnijHasloContainer .ibox-main, #NoweHaslo .ibox-main {
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  padding: 7px 30px;
  border-top: 10px solid #229EB6;
  width: 630px; }

#LogowanieFormaId .form-group {
  position: relative; }
#LogowanieFormaId .show-password {
  position: absolute;
  top: 43px;
  right: 25px;
  color: #757575;
  cursor: pointer;
  z-index: 1000;
  color: #229EB6; }

.container-page.logowanie-rejestracja .logowanie, .container-page[class*="kandydat/logowanierejestracja"] .logowanie {
  padding-right: 0; }
  .container-page.logowanie-rejestracja .logowanie .form-group, .container-page[class*="kandydat/logowanierejestracja"] .logowanie .form-group {
    position: relative; }
  .container-page.logowanie-rejestracja .logowanie .show-password, .container-page[class*="kandydat/logowanierejestracja"] .logowanie .show-password {
    position: absolute;
    top: 43px;
    right: 25px;
    color: #757575;
    cursor: pointer;
    z-index: 1000;
    color: #229EB6; }
  .container-page.logowanie-rejestracja .logowanie.col-md-6 > form, .container-page[class*="kandydat/logowanierejestracja"] .logowanie.col-md-6 > form {
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    padding: 7px 30px 30px 30px;
    border-top: 10px solid #229EB6;
    background: #ffffff; }
    .container-page.logowanie-rejestracja .logowanie.col-md-6 > form .desc, .container-page[class*="kandydat/logowanierejestracja"] .logowanie.col-md-6 > form .desc {
      margin-top: 10px;
      font-weight: bold;
      color: black;
      font-size: 1.25rem; }
.container-page.logowanie-rejestracja .rejestracja, .container-page[class*="kandydat/logowanierejestracja"] .rejestracja {
  padding-left: 0px; }
  .container-page.logowanie-rejestracja .rejestracja.col-md-6 > form, .container-page[class*="kandydat/logowanierejestracja"] .rejestracja.col-md-6 > form {
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    padding: 7px 30px 30px 30px;
    background: #ffffff; }
    .container-page.logowanie-rejestracja .rejestracja.col-md-6 > form .desc, .container-page[class*="kandydat/logowanierejestracja"] .rejestracja.col-md-6 > form .desc {
      margin-top: 10px;
      font-weight: bold;
      color: black;
      font-size: 1.25rem; }
.container-page.domyslny-niezalogowany .alert-danger {
  margin: 300px 0; }

section {
  padding: 75px 0;
  margin-bottom: 100px; }
  section.container-page.rejestracja {
    margin-bottom: 0; }
  section.wrapper-footer {
    padding: 25px 0;
    margin-bottom: 0px; }
  section.profil-kandydata {
    margin: 200px 0 50px 0;
    padding: 0; }
    section.profil-kandydata .tab-content div[id^="tab-"] {
      padding: 30px 30px 30px 30px;
      border-radius: 5px; }
      section.profil-kandydata .tab-content div[id^="tab-"]#tab-0.active {
        border-top-left-radius: 0; }
      section.profil-kandydata .tab-content div[id^="tab-"]:last-of-type {
        background: red; }
      section.profil-kandydata .tab-content div[id^="tab-"] .alert {
        margin: 20px 0; }
    section.profil-kandydata div[id^="dane-dodatkowe-sekcja-"] {
      margin: 20px 0px; }

.tabsProfil .nav-link {
  /* width: 217px; */
  height: 58px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  /* line-height: 1.6rem; */
  color: black;
  font-weight: 500;
  /* padding-top: 39px; */
  white-space: nowrap;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 0.85rem; }
  .tabsProfil .nav-link.active {
    /* border-top: 8px solid #1a7c8d; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 21px 0px;
    /* line-height: 2.7rem; */
    align-items: center;
    display: flex;
    padding: 0 10px;
    align-self: center;
    justify-content: center;
    position: relative; }
    .tabsProfil .nav-link.active:after {
      content: '';
      border-top: 5px solid #1a7c8d;
      display: block;
      width: 100%;
      height: 10px;
      position: absolute;
      top: 0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }

.tab-content .tabs .tab-pane.active#tab-3 {
  border-top-right-radius: 0; }

.profilKandydata {
  padding: 0;
  padding: 30px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 10px 20px 1px #ccc;
  position: relative; }
  .profilKandydata .vs-container {
    display: flex;
    background: white;
    margin-bottom: 8px; }
    .profilKandydata .vs-container .wypisz {
      position: absolute;
      top: 27px;
      right: 30px;
      color: #979797; }
    .profilKandydata .vs-container .image {
      margin-right: 24px;
      height: 55px; }
    .profilKandydata .vs-container .vs-title {
      margin: 0;
      align-self: center; }
      .profilKandydata .vs-container .vs-title h2 {
        font-size: 1rem;
        font-weight: bold; }
      .profilKandydata .vs-container .vs-title .sub-title {
        font-weight: 400;
        font-size: 1rem;
        margin-bottom: 0; }
    .profilKandydata .vs-container button {
      margin-left: auto;
      font-weight: bold; }
  .profilKandydata .buttons a {
    color: black; }
    .profilKandydata .buttons a.aplikuj {
      color: white; }
  .profilKandydata .alert-success-rekrutacja {
    background: #D0F0E9;
    font-weight: 500; }
  .profilKandydata .alert-success {
    background: #2EBE9C; }
  .profilKandydata .alert-warning {
    background: #FDEED6;
    font-weight: 500; }
  .profilKandydata .alert {
    padding: 13px 18px;
    border-radius: 5px;
    margin-bottom: 30px; }
    .profilKandydata .alert p {
      font-size: 0.875rem;
      padding-top: 4px;
      margin-bottom: 0;
      color: black; }
    .profilKandydata .alert span {
      color: #EF7521;
      font-weight: bold;
      font-size: 0.75rem; }
  .profilKandydata .steps p {
    font-weight: bold;
    margin-bottom: 6px;
    padding: 0;
    line-height: 0.85rem;
    font-size: 0.75rem; }
  .profilKandydata .steps span.krok {
    width: 62px;
    height: 10px;
    border-radius: 3px;
    margin-right: 6px;
    padding: 0;
    display: inline-block; }
    .profilKandydata .steps span.krok.success {
      background: #2ebe9c; }
    .profilKandydata .steps span.krok.fail {
      background: #ff0000; }
    .profilKandydata .steps span.krok.none {
      background: #ccc; }

.profilKandydata.platnosci .vs-container .vs-title h2, .profilKandydata.platnosci .vs-container .vs-title h3.sub-title {
  font-size: 1rem; }
.profilKandydata.platnosci .vs-buttons .btn {
  margin-right: 5px; }
.profilKandydata.platnosci .vs-label {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 30px;
  margin-right: 30px; }
  .profilKandydata.platnosci .vs-label .label {
    padding: 16px 20px;
    border-radius: 5px;
    font-weight: bold; }
    .profilKandydata.platnosci .vs-label .label.label-danger {
      background-color: rgba(205, 52, 66, 0.5);
      color: #cd3442; }
    .profilKandydata.platnosci .vs-label .label.label-success {
      background-color: rgba(46, 190, 156, 0.5);
      color: #2ebe9c; }
.profilKandydata.faktury .vs-container .vs-title h2, .profilKandydata.faktury .vs-container .vs-title h3.sub-title {
  font-size: 1rem; }
.profilKandydata.faktury .vs-buttons .btn {
  margin-right: 5px; }
.profilKandydata.faktury .vs-label {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 30px;
  margin-right: 30px; }
  .profilKandydata.faktury .vs-label .label {
    padding: 20px 20px;
    border-radius: 5px;
    font-weight: bold; }
    .profilKandydata.faktury .vs-label .label.label-danger {
      background-color: rgba(205, 52, 66, 0.5);
      color: #cd3442; }
    .profilKandydata.faktury .vs-label .label.label-success {
      background-color: rgba(46, 190, 156, 0.5);
      color: #2ebe9c; }

.wyszukiwarka-kontener {
  padding: 0; }
  .wyszukiwarka-kontener .wyszukiwarka {
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between; }
    .wyszukiwarka-kontener .wyszukiwarka .vs-title {
      text-align: center;
      flex: 1; }
    .wyszukiwarka-kontener .wyszukiwarka .vs-link {
      display: flex;
      align-self: flex-end; }
  .wyszukiwarka-kontener .formularz-wyszukiwania .form-control {
    height: 50px; }
  .wyszukiwarka-kontener .formularz-wyszukiwania .input {
    grid-column-start: 2;
    grid-column-end: 9; }
  .wyszukiwarka-kontener .formularz-wyszukiwania button {
    padding: 18px 20px; }
  .wyszukiwarka-kontener .filtry {
    background: rgba(34, 158, 182, 0.1);
    padding: 30px;
    margin-top: 32px; }
    .wyszukiwarka-kontener .filtry .vs-grid-3 .form-control {
      display: block;
      width: 100%;
      height: 53px; }
    .wyszukiwarka-kontener .filtry .btn-light {
      color: black;
      background-color: white;
      border-color: #D1D1D1;
      border-radius: 5px;
      font-weight: 500;
      text-transform: capitalize;
      padding-left: 16px; }
      .wyszukiwarka-kontener .filtry .btn-light:focus {
        border-color: #1a7c8d;
        color: #1a7c8d;
        background: white; }
    .wyszukiwarka-kontener .filtry .dropdown-toggle:focus, .wyszukiwarka-kontener .filtry .dropdown-toggle:hover {
      border-color: #229EB6 !important;
      color: #229EB6;
      background: white;
      outline: none !important; }
    .wyszukiwarka-kontener .filtry .dropup .dropdown-toggle::after {
      display: inline-block;
      vertical-align: 0;
      content: "\f077";
      font-family: "Font Awesome 5 Pro";
      border: 0;
      vertical-align: bottom;
      padding: 0;
      height: 100%;
      margin: 0;
      right: -34px;
      position: relative;
      color: #1a7c8d;
      font-weight: 500; }
    .wyszukiwarka-kontener .filtry .dropdown {
      width: 100% !important; }
      .wyszukiwarka-kontener .filtry .dropdown .dropdown-toggle::after {
        display: inline-block;
        vertical-align: 0;
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        border: 0;
        vertical-align: bottom;
        padding: 0;
        height: 100%;
        margin: 0;
        right: -34px;
        position: relative;
        color: #1a7c8d; }
    .wyszukiwarka-kontener .filtry .label {
      color: black;
      background-color: transparent;
      margin-top: 0;
      margin-bottom: 5px;
      margin-left: 0;
      padding-left: 0; }

.wyniki {
  margin-top: 32px;
  padding: 0; }
  .wyniki h5 {
    margin: 0;
    vertical-align: middle;
    line-height: 2.6rem; }
  .wyniki .sortowanie {
    text-align: right;
    display: flex;
    font-weight: bold;
    height: 42px;
    position: relative;
    justify-content: flex-end;
    font-size: 0.875rem; }
    .wyniki .sortowanie span {
      align-self: center;
      margin-right: 20px; }
    .wyniki .sortowanie::after {
      font-family: "Font Awesome 5 Pro";
      content: '\f107';
      font-size: 1.4rem;
      position: absolute;
      top: 8px;
      right: 9px;
      pointer-events: none;
      color: #1a7c8d;
      height: 26px;
      font-weight: normal;
      opacity: 0.8; }
    .wyniki .sortowanie select {
      padding: 10px 22px 10px 13px;
      width: auto;
      height: 42px !important;
      border: 1px solid #D1D1D1;
      text-align: left;
      font-weight: bold;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      background: none;
      font-size: 0.875rem; }
      .wyniki .sortowanie select:focus {
        box-shadow: none;
        border-color: #1a7c8d; }
      .wyniki .sortowanie select::-ms-expand {
        display: none; }

.kierunkiWynikWyszukiwania .vs-title {
  font-weight: bold;
  align-self: center;
  line-height: 1.188rem;
  height: 38px;
  margin-bottom: 0; }
.kierunkiWynikWyszukiwania .ofertaList {
  margin-top: 30px;
  grid-gap: 20px; }
  .kierunkiWynikWyszukiwania .ofertaList .notFound img {
    margin-top: 54px;
    width: 200px;
    height: 200px; }
  .kierunkiWynikWyszukiwania .ofertaList .notFound .clear-filtr {
    margin-top: 56px;
    margin-bottom: 60px; }
  .kierunkiWynikWyszukiwania .ofertaList .oferta-box {
    padding: 18px;
    min-height: 345px;
    border-radius: 5px;
    border: 1px solid #1a7c8d; }
    .kierunkiWynikWyszukiwania .ofertaList .oferta-box .vs-container {
      display: flex; }
    .kierunkiWynikWyszukiwania .ofertaList .oferta-box .image {
      width: 44px;
      height: 50px; }
    .kierunkiWynikWyszukiwania .ofertaList .oferta-box .mainContent {
      margin: 16px 0 !important; }
      .kierunkiWynikWyszukiwania .ofertaList .oferta-box .mainContent .dane {
        font-size: 0.875rem; }
        .kierunkiWynikWyszukiwania .ofertaList .oferta-box .mainContent .dane span.label {
          background: transparent;
          color: #A3A3A3;
          margin-left: 0;
          padding-left: 0; }
      .kierunkiWynikWyszukiwania .ofertaList .oferta-box .mainContent .obrazek {
        text-align: right;
        align-self: center; }
        .kierunkiWynikWyszukiwania .ofertaList .oferta-box .mainContent .obrazek img {
          width: 120px;
          width: 120px; }
    .kierunkiWynikWyszukiwania .ofertaList .oferta-box .textInfo {
      margin-bottom: 10px !important; }
      .kierunkiWynikWyszukiwania .ofertaList .oferta-box .textInfo p {
        font-size: 0.875rem;
        font-weight: bold; }
    .kierunkiWynikWyszukiwania .ofertaList .oferta-box .buttons .cenaKursu {
      align-self: center; }
      .kierunkiWynikWyszukiwania .ofertaList .oferta-box .buttons .cenaKursu p {
        margin-bottom: 0px;
        font-weight: bold; }
      .kierunkiWynikWyszukiwania .ofertaList .oferta-box .buttons .cenaKursu .przecena {
        font-size: 0.9rem; }
    .kierunkiWynikWyszukiwania .ofertaList .oferta-box .buttons .btn {
      padding: 10px;
      font-size: 0.7rem; }

.pagination-container {
  margin-top: 32px;
  align-items: center; }
  .pagination-container .PageListSizeContainer {
    font-weight: bold;
    position: relative; }
    .pagination-container .PageListSizeContainer span {
      align-self: center; }
    .pagination-container .PageListSizeContainer .form-control#PageListSize {
      margin-left: 0px;
      display: block;
      width: 100%; }
    .pagination-container .PageListSizeContainer::after {
      font-family: "Font Awesome 5 Pro";
      content: '\f107';
      font-size: 1.25rem;
      position: absolute;
      top: 27px;
      left: inherit;
      right: 1px !important;
      color: #1a7c8d;
      pointer-events: none;
      font-weight: normal;
      opacity: 1;
      background: white;
      width: 35px;
      text-align: center;
      z-index: 80;
      align-self: center;
      height: 54%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .pagination-container .PageListSizeContainer #PageListSize {
      font-size: 0.875rem;
      padding: 10px 10px 10px 10px;
      height: 42px;
      border: 1px solid #D1D1D1;
      text-align: left;
      font-weight: bold;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      margin-right: 0;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-self: center; }
      .pagination-container .PageListSizeContainer #PageListSize:focus {
        box-shadow: none;
        border-color: #1a7c8d; }
      .pagination-container .PageListSizeContainer #PageListSize::-ms-expand {
        display: none; }
  .pagination-container .pagination {
    align-items: flex-end; }
    .pagination-container .pagination .page-item {
      min-width: 50px; }
      .pagination-container .pagination .page-item .page-link {
        padding: 13px 17px;
        color: #1a7c8d;
        border-radius: 5px;
        border-color: #229EB6;
        font-size: 0.85rem; }
        .pagination-container .pagination .page-item .page-link:hover {
          background-color: #1a7c8d;
          color: white;
          text-decoration: none; }
      .pagination-container .pagination .page-item.disabled .page-link {
        color: #D1D1D1 !important;
        border-color: transparent; }
      .pagination-container .pagination .page-item.active .page-link {
        border-color: #229EB6;
        background-color: #1a7c8d;
        color: white;
        text-decoration: none; }
      .pagination-container .pagination .page-item:last-child .page-link, .pagination-container .pagination .page-item:first-child .page-link {
        color: #1a7c8d;
        border: 1px solid transparent; }
        .pagination-container .pagination .page-item:last-child .page-link:hover, .pagination-container .pagination .page-item:first-child .page-link:hover {
          border-radius: 5px;
          border: 1px solid #229EB6;
          text-decoration: none;
          background-color: transparent; }

.bs-wizard {
  background: white; }
  .bs-wizard .bs-wizard-step.active .progress {
    background: #1CC51B; }

.custom-control-label:before {
  background: white; }

.AktywacjaKontaContainer {
  width: 50%;
  margin: 0 auto; }

.wiaodmosci-box {
  padding: 45px 32px;
  border: 1px solid #EAEAEA;
  margin-bottom: -1px; }
  .wiaodmosci-box .second-line-text {
    display: block; }
  .wiaodmosci-box:last-of-type {
    border-bottom: 1px solid #EAEAEA; }
  .wiaodmosci-box a {
    text-decoration: none;
    color: black;
    font-weight: bold; }
    .wiaodmosci-box a:hover {
      text-decoration: underline; }
  .wiaodmosci-box .time {
    color: #A9A9A9;
    text-align: right; }
  .wiaodmosci-box .dot-box {
    align-self: center;
    text-align: center;
    margin: 0 20px;
    display: inherit; }
    .wiaodmosci-box .dot-box .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin-top: auto;
      margin-bottom: auto; }
      .wiaodmosci-box .dot-box .dot.red {
        background: #CD3442; }
  .wiaodmosci-box:first-of-type {
    border-radius: 5px 5px 0 0; }
  .wiaodmosci-box:last-of-type {
    border-radius: 0 0 5px 5px;
    margin-bottom: 0;
    border: 1px solid #EAEAEA; }

.WiadomosciContainer #nowaWiadomoscOdbiorcza {
  margin: 30px 0 !important;
  display: block; }

.file-box {
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #FFFFFF;
  padding: 30px 15px !important;
  margin-top: -1px !important; }
  .file-box.saveFileError {
    border-color: #CD3442;
    background-color: rgba(205, 52, 66, 0.09); }
  .file-box + .form-group {
    margin-top: 10px; }
  .file-box .main-title {
    margin: 0;
    font-weight: bold; }
  .file-box .sub-title {
    text-decoration: underline;
    color: black; }
  .file-box .vertical-center {
    height: 100%;
    display: flex;
    align-items: center; }
  .file-box .card {
    border: 0; }
  .file-box .vs-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: 0.75rem; }
    .file-box .vs-buttons button {
      margin-left: 10px; }
  .file-box label {
    padding: 13px 28px;
    border-radius: 5px;
    margin: 0;
    margin-left: 10px; }
    .file-box label.label-success {
      background: rgba(46, 190, 156, 0.22);
      color: #2ebe9c;
      border-color: rgba(46, 190, 156, 0.22); }
    .file-box label.label-danger {
      background: rgba(205, 52, 66, 0.22);
      color: #cd3442;
      border-color: rgba(205, 52, 66, 0.22); }
  .file-box .polaInfile label {
    padding: 0;
    margin: 0; }

.form-check.radio {
  margin: 10px 0 30px 0; }

.form-radio {
  margin-bottom: 3px; }

.hidden {
  display: none; }

.AplikacjeList1 .notFound {
  width: 783px;
  text-align: center;
  margin: 0 auto; }
  .AplikacjeList1 .notFound h2 {
    font-weight: bold; }
  .AplikacjeList1 .notFound img {
    width: 300px;
    margin-top: 60px;
    margin-bottom: 42px; }
  .AplikacjeList1 .notFound .btn {
    margin-top: 25px;
    margin-bottom: 60px; }

.container-page.oferta .container > .row {
  background: white;
  padding: 30px; }

.aplikujOferta {
  text-align: right; }
  .aplikujOferta .btnRekrutacja {
    white-space: initial;
    padding: 18px; }

.dodaj-kolejny-btn button {
  margin: 0 auto; }

.usun-kolejny-btn {
  position: absolute;
  right: 0;
  top: -16px; }

.relative {
  position: relative; }

.wyszukiwarka-kontener .formularz-wyszukiwania .form-control#Search {
  width: 100%;
  height: 54px; }

@-moz-document url-prefix() {
  select.form-control {
    padding-right: 25px;
    background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'> <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/> </svg>") !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 7px) 50%;
    -moz-appearance: none;
    appearance: none; }

  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    padding: 15px 15px;
    padding-right: 9px; } }
input[type=number] {
  -moz-appearance: textfield; }

.tabsWiadomosci {
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  background: white;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 0px 0px 40px 1px #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .tabsWiadomosci ul.nav {
    padding: 25px 30px 3px 30px; }
    .tabsWiadomosci ul.nav li a {
      padding: 0;
      font-size: 1rem;
      color: black;
      text-decoration: none;
      padding: 0 20px;
      margin-right: 35px;
      text-align: center;
      position: relative; }
      .tabsWiadomosci ul.nav li a.active, .tabsWiadomosci ul.nav li a:hover {
        font-weight: bold; }
        .tabsWiadomosci ul.nav li a.active:after, .tabsWiadomosci ul.nav li a:hover:after {
          display: block;
          content: "";
          height: 4px;
          background-color: #229EB6;
          border-radius: 4px;
          position: absolute;
          bottom: 0;
          left: 0;
          top: 27px;
          width: 100%; }

#TbSearchListWyslane {
  height: 50px; }

.WiadomosciContainer h2 {
  font-size: 1.5rem; }

.agencia .form-control {
  padding: 13px 15px; }

.agenciaKandydaci.list-panel .ibox-filter .form-control, .agenciaKandydaci.list-panel .ibox-filter .custom-select {
  border-radius: 0rem;
  padding: 0.35rem 1.25rem;
  height: calc(1.5em + 1.5rem + 2px); }
.agenciaKandydaci.list-panel .filter-panel > .ibox-filter, .agenciaKandydaci.list-panel .filter-adv-panel > .ibox-filter {
  border-bottom: 0px solid #dee2e6;
  margin-bottom: 1.5rem;
  padding-bottom: 0rem; }
.agenciaKandydaci.list-panel .content-panel .table th, .agenciaKandydaci.list-panel .content-panel .table td {
  padding: 6px; }
.agenciaKandydaci.list-panel .content-panel {
  margin-left: 0;
  margin-right: 0; }
.agenciaKandydaci .input-list-container {
  margin-top: 10px; }
.agenciaKandydaci .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none; }
.agenciaKandydaci .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-radius: 50%;
  border-color: gray; }

.menu-mobile-bottom {
  display: none; }

.przypomnij .textDecoration {
  left: inherit;
  top: inherit; }
.przypomnij span {
  display: inline-block; }
  .przypomnij span:first-letter {
    text-transform: uppercase; }

.buttons-control button {
  margin-left: 10px; }

.WiadomosciContainer .tabsWiadomosci {
  height: inherit; }
  .WiadomosciContainer .tabsWiadomosci li.nav-item {
    flex: 1;
    margin-bottom: 15px; }
  .WiadomosciContainer .tabsWiadomosci ul.nav li a {
    width: 100%; }
.WiadomosciContainer .tabsWiadomosciContent {
  margin-top: 110px; }
.WiadomosciContainer .wiaodmosci-box {
  display: flex;
  flex-wrap: wrap; }
  .WiadomosciContainer .wiaodmosci-box .vs-grid-9 {
    flex: 1;
    word-break: break-word; }

.profilKandydatContainer {
  width: 1140px; }
  .profilKandydatContainer .tabsProfil {
    border: 0; }
  .profilKandydatContainer .tabs .article.card {
    padding: 30px;
    margin: 0 0px 30px 0px; }
  .profilKandydatContainer #tab-0 {
    /*background: transparent;
    border: 0;*/ }
    .profilKandydatContainer #tab-0 .main-content {
      background: white;
      padding: 30px;
      border: 0;
      border-radius: 0.25rem;
      margin-top: -30px;
      margin-left: -15px;
      margin-right: -15px;
      border-top-left-radius: 0; }
  .profilKandydatContainer .tab-content {
    margin: 0; }
    .profilKandydatContainer .tab-content .right-sidebar {
      padding: 30px;
      margin: -30px 0px 30px 0px; }
    .profilKandydatContainer .tab-content .baner {
      padding: 0px;
      margin: 0px 0px 30px 0px; }
    .profilKandydatContainer .tab-content .kontakt {
      padding: 30px;
      margin: 0px 0px 30px 00px;
      align-self: center;
      align-items: center; }
      .profilKandydatContainer .tab-content .kontakt p {
        margin-bottom: 10px; }
      .profilKandydatContainer .tab-content .kontakt i {
        font-size: 2rem;
        padding-bottom: 10px;
        margin-top: 20px; }
      .profilKandydatContainer .tab-content .kontakt .blue-text {
        color: #229EB6; }
      .profilKandydatContainer .tab-content .kontakt button, .profilKandydatContainer .tab-content .kontakt a {
        margin-top: 20px;
        padding: 20px 30px; }
  .profilKandydatContainer .tabs .aktualnosci {
    padding: 30px;
    margin: 15px; }
    .profilKandydatContainer .tabs .aktualnosci .vs-title {
      font-size: 1.125rem; }
    .profilKandydatContainer .tabs .aktualnosci#aktualnosciIPromocje {
      margin: 15px 0; }
    .profilKandydatContainer .tabs .aktualnosci img {
      width: 100%; }
    .profilKandydatContainer .tabs .aktualnosci .controll {
      margin-top: 40px;
      text-align: center; }

.sondy.card .ibox {
  background: transparent;
  border: 0; }

#chat-box {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999999; }
  #chat-box > #open-chat {
    padding: 1rem;
    margin: 0.6rem; }
    #chat-box > #open-chat.btn-secondary:hover {
      cursor: auto !important; }
    #chat-box > #open-chat.btn-primary:hover {
      cursor: pointer; }
  #chat-box > #chat-discussion {
    width: 350px;
    height: 430px;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem; }
    #chat-box > #chat-discussion > .chat-header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 0.7rem;
      background-color: #229EB6;
      font-weight: bold;
      color: white;
      border-top-left-radius: 0.5rem; }
    #chat-box > #chat-discussion > .form-group {
      margin: 0; }
      #chat-box > #chat-discussion > .form-group > #send {
        position: absolute;
        right: 13px;
        bottom: 13px;
        padding: 0.3rem; }
        #chat-box > #chat-discussion > .form-group > #send:hover {
          cursor: pointer; }
    #chat-box > #chat-discussion > .chat-content {
      width: 100%;
      background-color: white;
      flex-grow: 1;
      overflow-y: auto;
      overflow-x: hidden; }
      #chat-box > #chat-discussion > .chat-content > .chat-message {
        display: flex;
        width: 100%; }
        #chat-box > #chat-discussion > .chat-content > .chat-message.center {
          justify-content: center; }
        #chat-box > #chat-discussion > .chat-content > .chat-message.left {
          justify-content: flex-start; }
        #chat-box > #chat-discussion > .chat-content > .chat-message.right {
          justify-content: flex-end; }
          #chat-box > #chat-discussion > .chat-content > .chat-message.right > .message {
            display: flex;
            flex-direction: column;
            align-items: flex-end; }
    #chat-box > #chat-discussion > .chat-header > .window-actions > i {
      padding: 3px; }
      #chat-box > #chat-discussion > .chat-header > .window-actions > i:hover {
        cursor: pointer; }

.aktualnosciPart {
  margin-bottom: 200px; }

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-left .arrow::before {
  border-right-color: #D8D8D8 !important; }

.bs-tooltip-left > .tooltip-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  bottom: 0;
  z-index: -1;
  background-color: #D8D8D8;
  border-radius: 0.3rem; }

.bs-tooltip-left > .tooltip-inner:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  position: absolute;
  top: 4px;
  right: 10px;
  border-radius: 0.3rem; }

.bs-tooltip-left > .tooltip-inner {
  padding: 12px 24px 12px 12px;
  color: #000;
  background-color: #fff;
  margin-top: 1px;
  margin-bottom: 1px; }

.bs-tooltip-right > .tooltip-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  bottom: 0;
  z-index: -1;
  background-color: #D8D8D8;
  border-radius: 0.3rem; }

.bs-tooltip-right > .tooltip-inner:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  position: absolute;
  top: 4px;
  right: 10px;
  border-radius: 0.3rem; }

.bs-tooltip-right > .tooltip-inner {
  padding: 12px 24px 12px 12px;
  color: #000;
  background-color: #fff;
  margin-top: 1px;
  margin-bottom: 1px; }

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #D8D8D8 !important; }

body.PL .footer-logotype-text.pl {
  display: block; }
body.PL .footer-logotype-text.en {
  display: none; }
body.GB .footer-logotype-text.pl {
  display: none; }
body.GB .footer-logotype-text.en {
  display: block; }
body.EN .footer-logotype-text.pl {
  display: none; }
body.EN .footer-logotype-text.en {
  display: block; }

.oferty-ogolnodostepne {
  padding: 0px 0px 0 0px; }
  .oferty-ogolnodostepne .card {
    min-height: 202px !important; }

.accordionClass {
  border: 0;
  border-radius: 0; }
  .accordionClass .card-header {
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #D8D8D8;
    margin-bottom: 0px; }
    .accordionClass .card-header h4 {
      margin: 0; }
    .accordionClass .card-header i {
      margin-right: 10px;
      font-size: 1.25rem;
      display: flex;
      align-items: center; }
  .accordionClass .panel-title {
    width: 100%; }
  .accordionClass .accordion-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .accordionClass .panel-collapse .card-body {
    margin: 0;
    padding: 1.25rem 0; }

.carousel-control-next-icon {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  background-color: #119FB7;
  background-image: none; }

.carousel-control-prev-icon {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  background-color: #119FB7;
  background-image: none; }

.dropdownMenuButton5-menu {
  left: 57%;
  transform: translateX(-50%); }

.oferta .oferta_tresc {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.ofertaInnerContent {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: white; }

.cropper .resize-bar.left:before, .cropper .resize.left:before {
  content: none; }

.chat-container {
  z-index: 99 !important;
  bottom: 20px;
  right: 5px; }
  .chat-container .messageInput {
    border: 0;
    border-bottom: 2px solid #3FA4B6;
    border-top: 2px solid #3FA4B6;
    padding: 5px 10px; }
    .chat-container .messageInput input {
      border: 0; }
  .chat-container .messageInput.disabled {
    border: 0;
    border-bottom: 2px solid #545454 !important;
    border-top: 2px solid #545454 !important;
    padding: 5px 10px; }
  .chat-container #sendBtn {
    top: 9px !important; }

.aktualnosciList .pagination-container {
  flex-direction: row;
  width: 100%; }
  .aktualnosciList .pagination-container .pagination {
    align-items: center;
    justify-content: flex-end; }

#LinkAktywacyjnyContainer .backButton {
  float: none !important; }

.container-page .domyslny-niezalogowany.white-box {
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  padding: 7px 30px 30px 30px;
  border-top: 10px solid #229EB6;
  background: #ffffff; }

#btnNagranieProbne, #btnWywiad, .wywiad-btn {
  width: 300px;
  margin: 0 auto;
  text-align: center; }

.nagranie-row {
  margin-top: 5px;
  display: flex;
  align-items: center; }
  .nagranie-row .top-margin {
    margin-top: 15px; }

#ScenariuszeListId .btn {
  padding: 16px 30px; }

.centred-row {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.kontrastOn *:not(.carousel-control-prev-icon, .carousel-control-next-icon, .text-danger, .toast-error, .toast-danger, .toast-title, .toast-message, .custom-control-label, .custom-control-label *, .iti__arrow
, .carousel-indicators, .carousel-indicators *, .bootstrap-select .dropdown-menu, .bootstrap-select .dropdown-menu *, .cropper, .resize, .move, .resize-bar, .input-validation-error, .has-error label
, .ng-input, .required
) {
  background-color: black !important;
  color: #50d0a0 !important;
  border-color: white !important; }
.kontrastOn a {
  color: yellow !important; }

.userway-s3-2 .logo-top, .kontrastOn .logo-top {
  text-decoration: none; }
  .userway-s3-2 .logo-top .headerLogo, .kontrastOn .logo-top .headerLogo {
    display: none; }
  .userway-s3-2 .logo-top:after, .kontrastOn .logo-top:after {
    content: attr(alt);
    position: relative;
    top: 0;
    left: 0;
    font-size: 1rem;
    color: #fcff3c !important;
    text-decoration: none;
    align-self: center;
    align-items: center;
    height: 3rem;
    display: flex; }
.userway-s3-2 .accordion-content, .userway-s3-2 .file-box, .userway-s3-2 .btn-outline-primary, .kontrastOn .accordion-content, .kontrastOn .file-box, .kontrastOn .btn-outline-primary {
  background-color: transparent !important; }
.userway-s3-2 input::placeholder, .userway-s3-2 textarea::placeholder, .kontrastOn input::placeholder, .kontrastOn textarea::placeholder {
  color: #50d0a0 !important; }
.userway-s3-2 .ng-select.ng-select-opened > .ng-select-container .ng-arrow, .kontrastOn .ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #50d0a0 !important; }
.userway-s3-2 .ng-select .ng-arrow-wrapper .ng-arrow, .kontrastOn .ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #50d0a0 transparent transparent !important; }
.userway-s3-2 .content i.fa-exclamation-circle:before, .kontrastOn .content i.fa-exclamation-circle:before {
  color: #CD3442 !important; }
.userway-s3-2 .field-validation-error, .userway-s3-2 .invalid-feedback, .kontrastOn .field-validation-error, .kontrastOn .invalid-feedback {
  color: #ca0000 !important; }
.userway-s3-2 .wiaodmosci-box a, .kontrastOn .wiaodmosci-box a {
  color: #50d0a0; }
.userway-s3-2 div.mce-edit-area, .kontrastOn div.mce-edit-area {
  background: black !important; }
.userway-s3-2 #tinymce, .kontrastOn #tinymce {
  background: black !important; }
.userway-s3-2 iframe html body, .kontrastOn iframe html body {
  background: black !important; }
.userway-s3-2 body.mceContentBody, .kontrastOn body.mceContentBody {
  background: black !important; }
.userway-s3-2 .carousel-control-prev, .userway-s3-2 .carousel-control-next, .kontrastOn .carousel-control-prev, .kontrastOn .carousel-control-next {
  filter: none !important; }
.userway-s3-2 .custom-control .custom-control-label::before, .kontrastOn .custom-control .custom-control-label::before {
  background-color: black; }
.userway-s3-2 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .kontrastOn .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #1a7c8d;
  background-color: black; }
.userway-s3-2 .iti__flag-container, .kontrastOn .iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 3px; }
.userway-s3-2 .wiaodmosci-box .dot-box .dot.red, .kontrastOn .wiaodmosci-box .dot-box .dot.red {
  background: #CD3442 !important; }
.userway-s3-2 .carousel-indicators, .kontrastOn .carousel-indicators {
  filter: none !important; }
.userway-s3-2 .show .btn-outline-secondary.dropdown-toggle, .kontrastOn .show .btn-outline-secondary.dropdown-toggle {
  background: black !important; }
.userway-s3-2 .timeline-container::after, .kontrastOn .timeline-container::after {
  background: black !important; }
.userway-s3-2 .timeline-container.aktywny h2, .kontrastOn .timeline-container.aktywny h2 {
  color: #50d0a0 !important; }
.userway-s3-2 .bootstrap-select .dropdown-menu, .kontrastOn .bootstrap-select .dropdown-menu {
  background: black;
  border-color: white !important; }
  .userway-s3-2 .bootstrap-select .dropdown-menu button, .kontrastOn .bootstrap-select .dropdown-menu button {
    background: black;
    color: #50d0a0; }
  .userway-s3-2 .bootstrap-select .dropdown-menu input, .kontrastOn .bootstrap-select .dropdown-menu input {
    background: black;
    border-color: white !important; }
.userway-s3-2 .bootstrap-select .dropdown-menu.inner a, .kontrastOn .bootstrap-select .dropdown-menu.inner a {
  color: #50d0a0 !important; }
.userway-s3-2 .bootstrap-select.show-tick .dropdown-menu .selected .check-mark, .kontrastOn .bootstrap-select.show-tick .dropdown-menu .selected .check-mark {
  color: #50d0a0; }
.userway-s3-2 .bootstrap-select.show-tick .dropdown-menu .check-mark, .kontrastOn .bootstrap-select.show-tick .dropdown-menu .check-mark {
  color: grey; }
.userway-s3-2 .cropper, .userway-s3-2 .resize, .kontrastOn .cropper, .kontrastOn .resize {
  background: transparent !important; }
  .userway-s3-2 .cropper:after, .userway-s3-2 .resize:after, .kontrastOn .cropper:after, .kontrastOn .resize:after {
    background: transparent !important; }
.userway-s3-2 .form-check, .kontrastOn .form-check {
  padding-left: 0; }
.userway-s3-2 .custom-radio .custom-control-input:checked ~ .custom-control-label::after, .kontrastOn .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: transparent; }
.userway-s3-2 .input-validation-error, .kontrastOn .input-validation-error {
  background: transparent; }
.userway-s3-2 .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input, .kontrastOn .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  background: transparent !important; }
.userway-s3-2 .ng-select .ng-select-container .ng-value-container .ng-input > input, .kontrastOn .ng-select .ng-select-container .ng-value-container .ng-input > input {
  background: transparent !important; }
.userway-s3-2 .form-control, .kontrastOn .form-control {
  background-color: black !important;
  color: #50d0a0 !important;
  border-color: white !important; }
  .userway-s3-2 .form-control:focus, .kontrastOn .form-control:focus {
    background-color: black !important;
    color: #50d0a0 !important;
    border-color: white !important; }

@media all and (min-width: 1921px) {
  .mobile-contener nav {
    display: none !important; }
    .mobile-contener nav.show {
      display: block !important; } }
@media all and (max-width: 1250px) {
  .footer-logotype {
    padding: 0rem 2rem;
    background: white; }

  .profilKandydata .vs-container {
    background: transparent; }
  .profilKandydata.faktury {
    display: flex;
    flex-direction: column;
    column-gap: 10px;
    row-gap: 10px;
    padding: 15px;
    position: relative;
    font-size: 0.85rem; }
    .profilKandydata.faktury .vs-title h2 {
      font-size: 0.9rem !important;
      white-space: break-spaces; }
    .profilKandydata.faktury .sub-title {
      font-size: 0.8rem !important;
      margin-bottom: 0;
      white-space: break-spaces; }
    .profilKandydata.faktury .btn {
      margin-top: 10px;
      margin-right: 0 !important; }
    .profilKandydata.faktury .vs-label {
      position: relative; }
      .profilKandydata.faktury .vs-label .label {
        padding: 10px 10px;
        border-radius: 5px;
        font-weight: bold; }

  .btn {
    padding: 7px 10px;
    font-size: 0.65rem; } }
@media all and (max-width: 750px) {
  .vs-grid-12-m {
    grid-column: span 12 !important; }

  section {
    padding: 20px 0; }

  section.container-page {
    margin-bottom: 150px; }

  .logo-top {
    align-self: center; }
    .logo-top img {
      width: 90%; }

  #LoginBox {
    width: inherit; }

  #LogowanieContainer > .hidden-xs {
    margin-bottom: 0; }

  .wrapper-footer {
    bottom: 50px;
    position: relative;
    height: auto; }
    .wrapper-footer .footer-logotype {
      padding: 0; }

  .buttons-header {
    display: none; }

  .menu-mobile-bottom {
    height: 30px;
    width: 100%;
    background: #229EB6;
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 50px;
    background-color: #229EB6;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 99999; }
    .menu-mobile-bottom.login {
      justify-content: center; }
    .menu-mobile-bottom .btn {
      text-align: center;
      align-self: center;
      height: 23px;
      padding: 0;
      margin: 0; }
      .menu-mobile-bottom .btn i {
        font-size: 1.25rem;
        color: white; }

  #mobile-menu-btn {
    background-color: transparent;
    border: 0px solid #dee2e6 !important;
    border-radius: 4px;
    margin: 0;
    height: 41px;
    align-self: start;
    align-items: center;
    text-align: revert;
    display: flex;
    width: 60px;
    float: right;
    box-shadow: none;
    color: #229EB6 !important;
    font-size: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0; }
    #mobile-menu-btn:focus, #mobile-menu-btn:hover, #mobile-menu-btn:active {
      background: #229EB6;
      color: white !important; }

  #mobile-menu-list {
    background-color: #f8f8f8; }

  .main-header .mobile-contener {
    flex: 0 1 100%; }

  .wrapper-header {
    padding-left: 15px;
    padding-right: 15px; }

  #LoginBox .btn {
    width: 100%;
    padding: 10px 15px; }
  #LoginBox .form-actions {
    justify-content: center;
    display: flex;
    flex-direction: row; }

  .tabsProfil {
    display: none; }

  .profil-kandydata > .container > .row > .col-md-12 {
    padding-right: 5px;
    padding-left: 5px; }
    .profil-kandydata > .container > .row > .col-md-12 .profilKandydatContainer {
      border-top: 10px solid #229EB6;
      border-radius: 5px;
      width: 100%; }

  .AplikacjeList1 {
    display: flex; }
    .AplikacjeList1 .notFound {
      min-width: 100%;
      font-size: 0.85rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      flex-wrap: nowrap; }
      .AplikacjeList1 .notFound .btn {
        margin-top: 25px;
        margin-bottom: 60px;
        padding: 7px 5px;
        font-size: 0.65rem; }
      .AplikacjeList1 .notFound img {
        width: 100%; }
      .AplikacjeList1 .notFound h2 {
        font-size: 1.2rem; }

  section.profil-kandydata {
    margin: 110px 0;
    padding: 0; }

  section.profil-kandydata .tab-content div[id^="tab-"] {
    padding: 15px;
    border-radius: 5px;
    border-top: 0; }

  .wrapper-header {
    padding-top: 0;
    padding-bottom: 0;
    align-self: center;
    align-items: center;
    display: flex; }

  .btn {
    padding: 7px 10px;
    font-size: 0.65rem; }

  .container-page.logowanie-rejestracja .rejestracja, .container-page[class*="kandydat/logowanierejestracja"] .rejestracja {
    padding: 0 5px;
    margin-bottom: 20px; }
    .container-page.logowanie-rejestracja .rejestracja .desc, .container-page[class*="kandydat/logowanierejestracja"] .rejestracja .desc {
      text-align: center; }
    .container-page.logowanie-rejestracja .rejestracja .button-container .text-right, .container-page[class*="kandydat/logowanierejestracja"] .rejestracja .button-container .text-right {
      text-align: center !important; }

  .container-page.logowanie-rejestracja .logowanie, .container-page[class*="kandydat/logowanierejestracja"] .logowanie {
    padding: 7px 30px 30px 30px;
    padding: 0 5px; }
    .container-page.logowanie-rejestracja .logowanie.col-md-6 > form, .container-page[class*="kandydat/logowanierejestracja"] .logowanie.col-md-6 > form {
      padding: 5px 10px; }
    .container-page.logowanie-rejestracja .logowanie .zaloguj, .container-page[class*="kandydat/logowanierejestracja"] .logowanie .zaloguj {
      margin-top: -1.2rem;
      margin-bottom: 0; }
    .container-page.logowanie-rejestracja .logowanie .przypomnij, .container-page[class*="kandydat/logowanierejestracja"] .logowanie .przypomnij {
      font-size: 0.75rem;
      margin-bottom: 10px; }

  .wrapper-footer #barwyUE {
    background-position-x: initial;
    width: 175px; }

  .kreator-aplikacji .kreator-left-column {
    grid-column: span 12; }
  .kreator-aplikacji .kreator-right-column {
    grid-column: span 12; }
  .kreator-aplikacji .vs-top-container {
    flex-wrap: wrap; }
    .kreator-aplikacji .vs-top-container .vs-title {
      max-width: 230px; }
    .kreator-aplikacji .vs-top-container .vs-buttons {
      margin-top: 20px;
      justify-content: center; }
      .kreator-aplikacji .vs-top-container .vs-buttons a, .kreator-aplikacji .vs-top-container .vs-buttons button {
        padding: 7px 10px !important; }

  .profilKandydata.platnosci .vs-label {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 24px;
    margin-right: 20px;
    bottom: 0;
    top: inherit;
    padding: 0; }
    .profilKandydata.platnosci .vs-label label {
      padding: 13px; }

  .WiadomosciContainer .tabsWiadomosci {
    height: inherit; }
    .WiadomosciContainer .tabsWiadomosci li.nav-item {
      display: flex;
      flex-direction: row;
      margin-bottom: 15px;
      max-width: 170px;
      flex-wrap: wrap; }
      .WiadomosciContainer .tabsWiadomosci li.nav-item a {
        margin-right: 0; }
  .WiadomosciContainer .tabsWiadomosciContent {
    margin-top: 170px; }

  .vs-grid-sm-12 {
    grid-column: span 12; }

  .wyszukiwarka-kontener .formularz-wyszukiwania .input {
    grid-column-start: 1;
    grid-column-end: 13; }

  .pagination-container {
    flex-direction: column;
    padding: 5px 0; }
    .pagination-container .pagination {
      align-items: center;
      height: 42px;
      margin-bottom: 36px;
      justify-content: center; }
      .pagination-container .pagination .page-item {
        min-width: 30px;
        height: 30px; }
        .pagination-container .pagination .page-item .page-link {
          padding: 10px; }
    .pagination-container .PageListSizeContainer {
      justify-content: end;
      position: relative; }
      .pagination-container .PageListSizeContainer::after {
        right: 15px; }

  .kierunkiWynikWyszukiwania .ofertaList .oferta-box .mainContent .obrazek {
    text-align: center;
    align-self: center; }
  .kierunkiWynikWyszukiwania home conne
  .buttons .vs-grid-8 a {
    margin-bottom: 5px;
    padding: 5px 10px !important; }

  .oferty-ogolnodostepne {
    padding: 0; }

  .agenciaKandydaci .table .alert-block {
    width: 100%; }

  .wyszukiwarka-kontener .filtry .dropdown .dropdown-toggle {
    line-height: 2rem;
    position: relative; }
    .wyszukiwarka-kontener .filtry .dropdown .dropdown-toggle::after {
      right: 13px;
      vertical-align: middle;
      align-self: center;
      display: flex; }
    .wyszukiwarka-kontener .filtry .dropdown .dropdown-toggle .filter-option-inner-inner {
      height: 2rem;
      top: -7px;
      position: relative;
      display: flex;
      align-items: center; }

  .profilKandydatContainer .wyniki .vs-title {
    text-align: center; }
  .profilKandydatContainer .sortowanie {
    justify-content: space-between; }
    .profilKandydatContainer .sortowanie::after {
      top: 5px;
      right: 9px; }

  #chat-box {
    bottom: 60px; }

  .profilKandydatContainer .tab-content .tabs .article.card {
    margin: 0; }
    .profilKandydatContainer .tab-content .tabs .article.card .cms-article-image {
      margin-bottom: 20px; }
      .profilKandydatContainer .tab-content .tabs .article.card .cms-article-image img {
        margin: 0 !important;
        width: 100%; }
  .profilKandydatContainer .tab-content .kontakt2 {
    padding: 0; }

  .wyszukiwarka-kontener .formularz-wyszukiwania button {
    padding: 0;
    line-height: 2rem !important;
    height: 2rem;
    margin: 0;
    vertical-align: middle;
    flex-direction: row;
    align-self: center;
    align-items: center; }

  .app-chat-container {
    z-index: 99;
    bottom: 49px; }

  .chat-container {
    z-index: 99 !important;
    bottom: 51px !important;
    right: 1px !important; } }
@media all and (max-width: 400px) {
  #RegisterBox {
    margin: 0;
    padding: 15px 15px; }

  #mobile-menu-btn {
    font-size: 0.85rem;
    width: 45px;
    text-align: center;
    padding: 0;
    height: 39px; }

  #LoginBox {
    padding: 15px 15px;
    font-size: 0.85rem; }
    #LoginBox .btn {
      padding: 10px 15px;
      width: 100%; }
    #LoginBox .form-actions {
      justify-content: center;
      display: flex;
      flex-direction: row; }

  #mobile-menu-list {
    margin: 75px 0px 0 10px; }

  .main-header .mobile-contener {
    flex: 0 1 100%; }

  .wrapper-header {
    padding: 9px;
    height: 60px; }
    .wrapper-header .container {
      margin-left: 0;
      padding: 0; }

  .footer-logotype-text {
    font-size: 0.65rem;
    text-align: center;
    padding-top: 0px; }

  .menu-mobile-bottom {
    padding-left: 10px;
    padding-right: 10px; }

  #avatarPreview img {
    width: 100%; }

  .ofertaList .oferta-box {
    grid-column: span 12; }

  .oferta .ofertaDetailsSekcje .sekcjaHeader {
    display: flex;
    width: 100%;
    clear: both;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start; }

  .container-page.oferta .container > .row {
    padding: 30px 0px !important; }

  .wyszukiwarka-kontener .dropdown-menu {
    max-width: 200px !important; }
  .wyszukiwarka-kontener .bootstrap-select .dropdown-menu li a {
    padding-left: 3rem;
    white-space: break-spaces !important;
    margin-right: 0;
    padding-right: 5px; }
  .wyszukiwarka-kontener .filtry .dropdown .dropdown-toggle .filter-option-inner-inner {
    height: 2rem;
    top: 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
    flex-direction: column;
    align-self: flex-start;
    justify-content: flex-start; }
  .wyszukiwarka-kontener .filtry {
    padding: 30px 5px;
    margin-top: 32px; }

  .profile-details .vs-title span {
    margin-left: 0 !important;
    margin-top: 5px;
    margin-bottom: 5px; }

  .WiadomosciContainer .tabsWiadomosci li.nav-item {
    flex: 1;
    margin-bottom: 25px; }
  .WiadomosciContainer .tabsWiadomosci ul.nav li a.active:after,
  .WiadomosciContainer .tabsWiadomosci ul.nav li a:hover:after {
    display: block;
    content: "";
    height: 4px;
    background-color: #229EB6;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 35px;
    width: 100%; }

  .wyszukiwarka-kontener .wyszukiwarka {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start; }
    .wyszukiwarka-kontener .wyszukiwarka .vs-title {
      text-align: left;
      flex: 1; }

  .kierunkiWynikWyszukiwania .vs-title {
    font-weight: bold;
    align-self: center;
    line-height: 1.188rem;
    height: initial;
    margin-bottom: 0; }
  .kierunkiWynikWyszukiwania .oferta-box .buttons .text-right a {
    margin-bottom: 5px; }

  .wyszukiwarka-kontener .bs-actionsbox .btn-group {
    display: flex;
    vertical-align: middle;
    flex-direction: column;
    width: 100%; }
    .wyszukiwarka-kontener .bs-actionsbox .btn-group button {
      width: 100%; }

  .mail-box-frame .mail-search {
    flex-direction: column; }
    .mail-box-frame .mail-search .input-group button {
      padding: 0 5px;
      height: 50px; }

  .oferta .oferta_tresc {
    font-size: 0.75rem; }
    .oferta .oferta_tresc .btn {
      padding: 3px 10px; }
    .oferta .oferta_tresc .oferta-col-count > div {
      padding-right: 5px;
      padding-left: 5px; }
    .oferta .oferta_tresc .sekcjaHeaderText {
      font-size: 0.85rem;
      margin-bottom: 10px; }
    .oferta .oferta_tresc table tr {
      display: flex;
      flex-direction: column; }
      .oferta .oferta_tresc table tr td {
        width: 100% !important;
        padding: 8px; } }
@media all and (max-width: 380px) {
  .kreator-aplikacji .kreator-left-column {
    grid-column: span 12; }
  .kreator-aplikacji .kreator-right-column {
    grid-column: span 12; }
  .kreator-aplikacji .vs-top-container {
    flex-wrap: wrap; }
    .kreator-aplikacji .vs-top-container .vs-title {
      margin-top: 10px;
      max-width: 100%; }
    .kreator-aplikacji .vs-top-container .vs-buttons {
      margin-top: 20px;
      justify-content: left; }
      .kreator-aplikacji .vs-top-container .vs-buttons a, .kreator-aplikacji .vs-top-container .vs-buttons button {
        padding: 7px 10px !important; } }
@media all and (max-width: 280px) {
  .kreator-aplikacji .kreator-left-column {
    grid-column: span 12; }
  .kreator-aplikacji .kreator-right-column {
    grid-column: span 12; }
  .kreator-aplikacji .vs-top-container {
    flex-wrap: wrap; }
    .kreator-aplikacji .vs-top-container .image {
      text-align: center;
      margin: 0 auto; }
    .kreator-aplikacji .vs-top-container .vs-title {
      margin-top: 10px;
      max-width: 100%;
      text-align: center; }
    .kreator-aplikacji .vs-top-container .vs-buttons {
      margin-top: 20px;
      justify-content: left;
      flex-direction: column; }
      .kreator-aplikacji .vs-top-container .vs-buttons a, .kreator-aplikacji .vs-top-container .vs-buttons button {
        padding: 7px 10px !important;
        margin: 0;
        margin-bottom: 5px; } }
