@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700;800&display=swap");
* {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}

*:focus {
  outline: 0;
}

img {
  border: none;
  image-rendering: -webkit-optimize-contrast;
}

.bgr {
  background-color: rgba(255, 0, 0, 0.5);
}

.bgg {
  background-color: rgba(0, 255, 0, 0.5);
}

.bgb {
  background-color: rgba(0, 0, 255, 0.5);
}

.bgc {
  background-color: rgba(0, 255, 255, 0.5);
}

.bgm {
  background-color: rgba(255, 0, 255, 0.5);
}

.bgy {
  background-color: rgba(255, 255, 0, 0.5);
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

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

.text-blue {
  color: #053776 !important;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

a.text-blue:hover {
  color: #f37021 !important;
}

.main {
  margin: 0 auto;
  max-width: 900px;
}

.main > div h1 {
  font-weight: bold;
  text-align: center;
}

.main > div h2 {
  font-weight: bold;
  text-align: center;
}

.main > div p, .main > div li {
  text-align: justify;
}

a.btn-custom {
  background: #053776;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-weight: bold;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}

a.btn-custom.btn-sm {
  padding: 0.25rem 0.5rem;
}

a.btn-custom:hover {
  color: #ffd700;
}

form {
  /*.question-wrapper.level-2 {
        background: #f1f1f1;
    }*/
}

form label {
  cursor: pointer;
}

form .field-wrapper {
  margin-bottom: 0.75rem;
}

form .field-wrapper.left-2 {
  margin-left: 1.5rem;
}

form label.form-label {
  margin-bottom: 0;
  /*color: #454545;*/
  color: #053776;
  font-size: 90%;
}

form .form-control {
  border-radius: 0;
  /*border-bottom: 2px solid #ced4da;*/
}

form .form-check {
  margin-bottom: 0.5rem;
}

form .form-check label {
  line-height: 1;
  color: #053776;
}

form .form-check:last-child {
  margin-bottom: 0;
}

form .question-label {
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #053776;
  /*color: #6c757d;*/
  /*padding-left: 0.75rem;*/
}

form .question-label .re-number {
  font-weight: bold;
}

form .question-wrapper {
  padding: 0 0 0 1.25rem;
  /*border: 1px solid #aeaeae;
        border-top: 3px solid #aeaeae;
        border-left: 10px solid #aeaeae;
        padding: 0.5rem 1.25rem;
        background: #f8f8f8;
		margin-bottom: 1.5rem;*/
  margin-bottom: 2rem;
}

form .form-msg {
  padding-left: 1.25rem;
}

form .mt-075 {
  margin-top: 0.75rem;
}

form button[type="submit"]:not(.btn-default),
form button.btn-custom,
form a.btn-custom {
  background: #053776;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-weight: bold;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

form button[type="submit"]:hover:not(.btn-default),
form button.btn-custom:hover,
form a.btn-custom:hover {
  color: #ffd700;
}

form a.btn-custom-correct,
form button.btn-custom-correct {
  padding: 10px 15px;
  margin-bottom: 20px;
  font-weight: bold;
  border-radius: 0;
}

.content {
  color: #053776;
}

.content ol li {
  margin-bottom: 1rem;
}

form .upload-container {
  width: 100%;
  overflow: auto;
  margin: 0 auto;
  padding: 0;
}

form .upload-container a.upload-select {
  color: #006699;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

form .upload-container a.upload-select:hover {
  text-decoration: underline;
}

form .upload-container .upload-dropbox {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  overflow: hidden;
  padding: 25px 10px;
  border: 1px solid #ced4da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form.form-sm .upload-container .upload-dropbox {
  width: 100%;
}

form .upload-container .upload-dropbox .drag-highlight {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eaeaea;
  z-index: 5;
}

form .upload-container .upload-dropbox .drag-highlight span {
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  top: 50%;
  color: #006699;
  font-weight: bold;
  font-size: 14px;
  margin: -15px 0 0 0;
  text-align: center;
  line-height: 30px;
}

form .upload-container .upload-dropbox.dragenter {
  background-color: #eaeaea;
  border: 1px dashed #121212;
}

form .upload-container .uploads {
  width: 100%;
  overflow: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form .upload-container .upload {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  min-height: 16px;
  padding: 5px 15px;
  margin: -1px 0 0 0;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form.form-sm .upload-container .upload {
  width: 100%;
  margin: -1px 0 0 0;
}

form .upload-container .upload.ok,
form .upload-container .upload.exists {
  background-color: #BFFD95;
}

form .upload-container .upload.error {
  background-color: #FFD7D8;
  color: #000000;
}

form .upload-container .upload.alert {
  background-color: #FFECBA;
  color: #000000;
}

form .upload-container .upload.virtual-remove {
  background-color: #fff;
}

form .upload-container .upload.virtual-remove .description {
  text-decoration: line-through;
}

form .upload-container .upload.virtual-remove .delete {
  display: none;
}

form .upload-container .upload .delete {
  position: absolute;
  display: block;
  right: 10px;
  top: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

form .upload-container .upload .delete {
  font-size: 16px;
  line-height: 16px;
  width: 16px;
}

form .upload-container .upload.ok .delete i {
  color: #40b868;
}

form .upload-container .upload .delete:hover {
  opacity: 0.6;
}

form .upload-container .upload .description {
  display: block;
  float: left;
  width: 90%;
  padding: 2px 0;
  overflow: hidden;
  font-size: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form .upload-container .upload .progressnumber {
  position: relative;
  display: none;
  width: 100%;
  height: 16px;
  line-height: 16px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  float: left;
}

form .upload-container .upload .progressbar {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  height: 5px;
  margin: 2px 0 0 0;
  overflow: hidden;
  background-color: #dedede;
  border-radius: 5px;
}

form .upload-container .upload .progressbar .progress {
  width: 0%;
  height: 5px;
  background-color: #79b746;
}

form .upload-container .upload .progressnumber.result {
  font-size: 10px;
}

@media (max-width: 767px) {
  form .upload-container .upload-dropbox {
    width: 100%;
  }
  form .upload-container .upload {
    width: 100%;
    margin: -1px 0 0 0;
  }
}

@media (max-width: 479px) {
  form .upload-container .upload {
    padding: 5px 10px;
  }
  form .upload-container .upload .delete {
    right: 10px;
  }
}

.klauzula p, .klauzula li {
  text-align: justify;
}

.modal .modal-header {
  border: none;
}

.modal .modal-content {
  border-radius: 0;
}

.modal .form-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .form-btn-wrapper button {
  background: #053776;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-weight: bold;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.modal .form-btn-wrapper button:hover {
  color: #ffd700;
}

.modal.with-logo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal.with-logo .logo .logo-programu {
  display: block;
  width: 150px;
  margin-right: 20px;
}

.modal.with-logo .logo .logo-fundacji {
  display: block;
  width: 120px;
}

.modal.with-logo .modal-title {
  text-align: center;
}

@media (max-width: 445px) {
  .modal.with-logo .logo .logo-programu {
    width: 33.70787vw;
    margin-right: 4.49438vw;
  }
  .modal.with-logo .logo .logo-fundacji {
    width: 26.96629vw;
  }
}

.input-with-phone-prefix {
  padding-left: 2.8rem;
}

.phone-prefix {
  position: absolute;
  top: calc(0.375rem + 1px);
  left: 0.75rem;
}

.o-none {
  opacity: 0.4;
}

@media (max-width: 767px) {
  header .logo-content img {
    width: 180px;
  }
}

@media (max-width: 575px) {
  header .logo-content img {
    width: 130px;
  }
}

.header-menu button:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.header-menu .dropdown-menu {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.header-menu .dropdown-menu li a {
  background-color: #053776;
  color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header-menu .dropdown-menu li a:hover {
  background-color: #053776;
  color: #ffd700;
}

@media (max-width: 1199px) {
  header.main-header {
    margin-top: 4rem;
  }
}

@media (max-width: 991px) {
  header.main-header {
    margin-top: 5rem;
  }
}

.meetings-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.meeting-box {
  width: calc(33.33333% - (20px / 3));
  height: 160px;
}

.date-box {
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-box-shadow: 0 0 50px #e4e4e4;
          box-shadow: 0 0 50px #e4e4e4;
}

.date-box .date {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.date-box .btns {
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 0.75rem;
}

.date-box .btns.btns-2 {
  bottom: 40px;
}

.date-box:hover .date {
  color: #f37021;
}

.add-date-box {
  border: 1px solid #198754;
  color: #198754;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #f1f1f1;
  cursor: pointer;
}

.add-date-box:hover {
  background-color: #198754;
  color: #fff;
}

@media (max-width: 991px) {
  .meeting-box {
    width: calc(50% - (20px / 2));
    height: 160px;
  }
}

@media (max-width: 575px) {
  .meeting-box {
    width: calc(100% - 20px);
  }
}

.navbar-top .navbar-brand {
  color: #053776;
}

.navbar-top .collapse a.active {
  color: #f37021;
}

@media (min-width: 992px) and (max-width: 1060px) {
  .navbar-collapse .navbar-nav .nav-item a {
    font-size: 0.95rem;
  }
}

table.simple-table tr td {
  padding: 2px 10px;
}

table.simple-table tr td:first-child {
  padding-left: 0;
}

table.simple-table tr td:last-child {
  padding-right: 0;
}

.text-blue-light {
  color: #6b85af;
}
/*# sourceMappingURL=styles.css.map */