.fixed-menu-placeholder {
  display: none;
}
.page-content {
  background-color: #fbfbfb;
  padding: 0;
}
.legend-ash {
  border-radius: 16px;
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
#form {
  background: #fff;
  padding: 48px;
  font-size: 14px;
}
.ash-logo {
  margin: 20px 0 40px 0;
}
.info-dod-container {
  display: flex;
  gap: 8px;
  background: #ff8c00;
  color: white;
  font-weight: 500;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.dod-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
}
.extras-wrapper {
  padding-left: 30px;
}
.form-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.parallel-form {
  display: flex;
  gap: 20px;
}
.form-input {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
}
.parallel-width {
  width: 360px;
}
input {
  height: 48px;
  padding-left: 16px;
  background-color: #eee;
  border: 2px solid #f3f6f8;
  border-radius: 8px;
  outline: none;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.required {
  color: red;
}
.section-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 47px;
}
.form-label {
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 24px;
}
.fee-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.fee-label {
  font-weight: 500;
  margin: 0;
}
.checkbox-container {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer !important;
  color: #828282;
}
.register-button {
  color: black;
  border: none;
  padding: 10px 20px;
  transition: all 0.5s;
  border: 2px solid #e95a2e;
  background-color: transparent;
  width: auto;
  padding: 14px 35px;
  border-radius: 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.4rem;
  max-width: 150px;
  margin-top: 60px;
}
.register-button:hover {
  background-color: #e95a2e;
  color: white;
}
.scroll-top-btn {
  display: none;
  border: none;
  outline: 2px solid #e95a2e;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  font-size: 18px;
  width: 50px;
  height: 50px;
}
#kod_pocztowy {
  width: 360px !important;
}
.mark-all-checkboxes {
  background-color: transparent;
  color: black;
  cursor: pointer;
  padding: 10px;
  border: 1px solid black;
  border-radius: 25px;
  width: 191px;
  font-weight: 600;
}

input[type="radio"] {
  min-width: 20px;
  max-height: 20px;
  accent-color: black;
  cursor: pointer;
  margin: 0;
  border: 2px solid #1d1d1d;
}
input[type="checkbox"] {
  min-width: 20px;
  max-height: 20px;
  accent-color: black;
  cursor: pointer;
  margin: 0;
  border: 2px solid black;
}

select {
  height: 48px;
  padding: 0 12px;
  background-color: #eee;
  border: 2px solid #f3f6f8;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}
#s2id_autogen2 {
  height: 46px;
}
.select2-cointainer {
  height: 48px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
}
.select2-dropdown-open {
  border-bottom: 0px solid;
  height: 48px !important;
  border-radius: 4px;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.select2-choice {
  height: 44px !important;
  border: none !important;
  border-radius: 4px !important;
}
.select2-result-label {
  height: 38px;
  margin-right: 4px;
  font-size: 16px !important;
  padding-left: 8px !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
}
.select2-arrow {
  background: #eee !important;
  color: black;
  border-left: solid 1px #eee !important;
  width: 25px !important;
  margin-top: 5px;
}
.select2-arrow b {
  border-left: solid 1px #eee !important;
  width: 25px !important;
}
.select2-results {
  color: black;
  border-radius: 4px;
  padding: 0 !important;
}

.select2-results .select2-highlighted {
  background: #eeeeee !important;
  color: black;
  border-radius: 4px;
}
.select2 {
  padding: 0px 0 0px 2px !important;
}
.select2-no-results {
  background: #eeeeee !important;
  color: black;
  border-radius: 4px;
  padding: 5px;
  font-size: 16px;
}
.select2-drop {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 0px solid !important;
  padding: 0 4px 4px 4px;
}
.select2-drop {
  border: 2px solid #f3f6f8 !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 0px solid !important;
  padding: 0 4px 4px 4px;
}
.select2-input {
  border-radius: 4px;
  padding: 5px;
  font-size: 16px !important;
}
.select2-search:focus input {
  width: 100%;
  height: auto !important;
  padding: 8px 20px 8px 9px;
  margin: 6px 0;
  outline: 0;
  font-size: 1em;
  /* border: 1px solid #EEEEEE !important; */
}
.select2-chosen {
  padding-left: 5px;
  margin-top: 6px;
  font-size: 16px !important;
  font-weight: 400;
  color: black;
}
.select2-chosen::placeholder {
}
.select2-choices {
  border-radius: 8px;
  margin: 0;
  padding: 0;
}
.select2-search-choice {
  border-radius: 4px;
  border: 1px solid #fff !important;
}
#s2id_user_specjalizacja {
  font-weight: 400;
  padding-left: 12px;
  min-height: 48px !important;
  height: 100% !important;
  background-color: #eee !important;
  padding-right: 30px;
  border: 2px solid #f3f6f8 !important;
  border-radius: 8px;
}

.select2-default {
  color: #000000 !important;
}

.select2-choices {
  height: 48px !important;
}

.select2-container-multi .select2-choices {
  min-height: 38px;
  background-color: #eee !important;
  border: none !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 8px 8px 8px 18px !important;
  margin: 5px 0 3px 5px !important;
  position: relative !important;
  line-height: 13px !important;
  color: #333 !important;
  cursor: default !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
}
.select2-search-choice-close {
  margin-top: 4px !important;
}

.select2-container-active {
  border-radius: 4px !important;
  background: #eee;
}

.select2-container-active .select2-choice {
  background: #eee !important;
}
.select2-container .select2-choice {
  background: #eee !important;
}

#s2id_user_tytul {
  background-color: #eee !important;
  border: 2px solid #f3f6f8;
  max-height: 48px;
}

.plus-icon {
  position: absolute;
  top: 70%; /* moved from 50% to 70% */
  right: 10px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  pointer-events: none;
  z-index: 100; /* now sits above everything */
}

.plus-icon span {
  position: absolute;
  display: block;
  background-color: #666;
  border-radius: 1px;
}

/* Horizontal line */
.plus-icon span:first-child {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

/* Vertical line */
.plus-icon span:last-child {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}

/* Rotate into X */
.plus-icon.rotate {
  transform: translateY(-50%) rotate(45deg);
}

.register-button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.register-button.disabled:hover {
  opacity: 0.6;
  background-color: transparent;
  cursor: not-allowed;
}

.spinner {
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]:hover::-webkit-inner-spin-button,
input[type="number"]:hover::-webkit-outer-spin-button,
input[type="number"]:focus::-webkit-inner-spin_button,
input[type="number"]:focus::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: textfield;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1200px) {
  #user_brak_mozliwosci_zmiany_fak {
    margin-top: 4px !important;
  }
  #brak_mozliwosci_zmiany_container {
    align-items: stretch;
  }
}
@media (max-width: 1024px) {
  #kod_pocztowy {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .ash-logo {
    margin: 40px 0;
  }
  .parallel-form {
    flex-direction: column;
    gap: 20px;
  }
  .parallel-width {
    width: 100%;
  }
  #form {
    padding: 0 15px;
  }
  .footer {
    padding: 20px 10px;
  }
  .extras-wrapper {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 450px) {
  #user_fak_elektroniczna_akceptacja {
    margin-top: 4px !important;
  }
  #user_fak_elektroniczna_akceptacja_container {
    align-items: stretch;
  }
}

@media (max-width: 423px) {
  #vat_checkbox,
  #user_fak_nab_zagr,
  #user_zgoda_gtc_pp {
    margin-top: 4px !important;
  }
  #vat_checkbox_container,
  #zgoda_regulamin_container {
    align-items: stretch;
  }
}
