.ss-search input {
  color: black;
}

@media print {
  p,
  h4,
  h5 {
    margin: 0px;
  }

  .title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .firma {
    margin-top: 2em;
  }

  .content {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-start {
    text-align: start;
  }

  .text-center {
    text-align: center;
  }

  .text-end {
    text-align: end;
  }

  .text-justify {
    text-align: justify;
  }

  .text-bold {
    font-weight: bold;
  }

  .justify-between {
    display: flex;
    justify-content: space-between;
  }
}
