#wizardModal {
  background: #414141ab;
  backdrop-filter: blur(7px); }
  #wizardModal .modal-body {
    min-height: 140px;
    align-items: center; }
  #wizardModal .question {
    display: none; }
  #wizardModal .question1 {
    display: flex;
    flex-direction: column; }
  #wizardModal .question2InField1 {
    border-top: 1px solid #d4d4d4;
    padding-top: 15px;
    margin-top: 15px; }
  #wizardModal .hiddenFooter {
    display: none; }
  #wizardModal .footerQuestion1 {
    flex-direction: row;
    width: 100%; }
  #wizardModal .switchBox .form-check-input {
    /*display: none;*/
    width: 0px;
    height: 0px;
    opacity: 0; }
  #wizardModal .switchBox label .btn {
    font-size: 18px;
    border: 1px solid #f8a001;
    min-width: 90px;
    text-align: center;
    border-radius: 4px;
    width: 100%; }
  #wizardModal .labelActive {
    background: #f8a001;
    color: white; }
  #wizardModal .hiddenInfoQuestion1, #wizardModal .hiddenInfoQuestion2 {
    display: none; }
  #wizardModal .form-check-input:checked {
    background-color: #f8a001;
    border-color: #f8a001; }
  #wizardModal .question4 {
    flex-direction: column; }
  #wizardModal .modal-footer.question4 {
    flex-direction: row; }
  #wizardModal .podsumowanie {
    margin-top: 15px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px; }
  #wizardModal .podsumowanie:last-child {
    border-color: transparent; }
  #wizardModal .questionBox {
    border-right: 1px solid #d5d5d5; }

/*# sourceMappingURL=apk.css.map */
