.complaint-banner {
  background-repeat: no-repeat;
  background-color: #050b09;
}

.complaint-img {
  display: inline-block;
  width: 10px;
}

.ReclamationDescription {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.reclamationBookIconHolder {
  width: 280px;
  height: 280px;
}

.reclamationDetailsHolder {
  width: 650px;
}

.reclamationDetailsHolder li {
  list-style-type: circle;
}

.complaintDescription {
  width: 100%;
  height: 390px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.complaintContact {
  height: 350px;
  width: 280px;

  background-color: #ffff;
  border-radius: 0px 0px 15px 0px;
  box-shadow: 0px 0px 3px rgba(168, 167, 167, 0.605);

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.complaintContact > img {
  display: inline-block;
  width: 280px;
}

.complaintContactDetails {
  width: 280px;
  height: calc(100% - 40px);

  padding: 20px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.iconeHolder {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

.complaintContactDetails img {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}

.complaintContactDetails > a {
  color: #191e22;
  text-decoration: none;
}

.complaintDescriptionItem {
  height: calc(100% - 20px);
  width: calc(100% - 350px);

  padding: 10px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}

.complaintDescriptionItem h4 {
  color: #0062a9;
}

.complaintDescriptionItem ul {
  padding: 0px 0px 0px 20px;
}

.complaintDescriptionItem li {
  list-style-type: circle;
}

.complaintPortal {
  width: 100%;
  height: 390px;

  position: relative;
  margin-top: 20px;
}

.complaintPortalImg {
  width: 750px;
  height: 340px;

  background-image: url("https://tja.pt/assets/images/complaintPage/complaint-img3.jpg");
  background-repeat: no-repeat;
  background-size: contain;

  position: absolute;
  top: 0;
  left: 0;
}

.eticalCode {
  width: 700px;
  height: 50px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;

  color: #005897;
  font-size: small;

  position: absolute;
  top: 340px;
  left: 0;
}

.eticalCode img {
  display: inline-block;
  width: 10px;
  margin-right: 10px;
}

.complaintPortaldescription {
  width: 310px;
  height: 300px;
  padding: 20px;

  position: absolute;
  top: 50px;
  left: 600px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

  background-color: #ffff;
  box-shadow: 0px 0px 3px rgba(168, 167, 167, 0.605);
  border-radius: 0px 0px 15px 0px;
}

#redirectToComplaintPortal {
  padding: 5px 10px 5px 10px;
  background-color: #ffff;
  border: solid 1px #005897;
  color: #005897;
  border-radius: 5px;
  cursor: pointer;
}

.lawCode {
  width: 100%;
  height: 50px;
  margin: 10px 0px 10px 0px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;

  font-size: x-small;
}
