/*@import url("orient.css");
@import url("github-markdown.css");
@import url("fontawesome-free-5.15.3-web/css/all.min.css");
*/
.custom-block-prohibition > p.custom-icon-title:before {
  content: "";
  background-image: url("../img/PL_prohibitIcon.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-bottom: -3px;
  margin-left: -24px;
  margin-right: 5px;
  margin-top: 8px;
}
.custom-block-prohibition > p:not(.custom-icon-title),
.custom-block-instructions > p:not(.custom-icon-title) {
	margin-left: 32px;
}
.custom-block-instructions > p.custom-icon-title:before {
  content: "";
  background-image: url("../img/PL_instructionsIcon.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-bottom: -3px;
  margin-left: -24px;
  margin-right: 5px;
}
.iconTitle:before {
  content: url("../img/PL_cautionIcon.svg");
  margin-right: 0.1rem;
  width: 32px;
  height: auto;
  display: inline-block;
}
.iconTitle-elec:before {
  content: url("../img/PL_cautionElecIcon.svg");
  margin-right: 0.1rem;
}

.danger .custom-block-title:before {
  position: relative;
  top: 0.1em;
  content: url("../img/PL_cautionIcon.svg");
  margin-right: 0.2em;
}
.caution .custom-block-title:before {
  position: relative;
  top: 0.1em;
  content: url("../img/PL_cautionIcon.svg");
  margin-right: 0.2em;
}
.warning .custom-block-title:before {
  position: relative;
  top: 0.1em;
  content: url("../img/PL_cautionIcon.svg");
  margin-right: 0.2em;
}
.warning-elec .custom-block-title:before {
  position: relative;
  top: 0.1em;
  content: url("../img/PL_cautionElecIcon.svg");
  margin-right: 0.2em;
}
.indicator {
/*  margin-top: 0.8em;*/
  margin-right: 0.8em;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("../img/accordionInicator.svg");
  background-size: contain;
}
.tip .custom-block-title:before {
  display: inline-block;
  position: relative;
  top: 0.1em;
  content: url("../img/infoIcon.svg");
  margin-right: 0.3em;
  width: 1em;
  height: auto;
}

.width50 {
  width: 50%;
}
.width25 {
  width: 25%;
}
.width15 {
  width: 15%;
}
.width10 {
  width: 10%;
}
.topAlign{
  vertical-align: top;
}
.noBorder {
  border: none;
}

.linkMarker:before {
  font-family: "Font Awesome 6 Free";
  content: "\f35a";
  margin-right: 0.5rem;
}
.noMarker {
  list-style: none !important;
}

@media (max-width: 719px) {
	button.mobile-dropdown-title {
	  background-image: url("../img/langIcon.png") !important;
  }
}