/* ------------------ Global styles ------------------ */

/* START SVG */
.template_1 .logo svg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 90px;
  height: auto;
}
.template_1 .tagLoXRu svg {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 70px;
  height: auto;
}
.template_1 .backgroundSVG svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.template_1 .afterName svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;

  display: none;
}
/* END SVG */

.template_1.badge {
  width: 332px;
  height: 208px;
  font-family: 'Telegraf', sans-serif;
  position: relative;
  background-color: #f8f3ed;
  color: black;
  page-break-inside: avoid;
}
.template_1 .custom_infos {
  position: absolute;
  left: 15px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  max-width: 270px;
}
.template_1 .custom_name {
  font-size: 1.24rem;
  font-weight: 800;
  background-color: black;
  color: white;
  padding: 5px 10px;
  padding-bottom: 3px;
  position: relative;
  width: fit-content;
}
.template_1 .c_name_svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translate(90%, -85%);
}
.template_1 .custom_society {
  font-size: 1.17rem;
  font-weight: 800;
  padding-top: 12px;
  line-height: 1.4rem;
}
.template_1 .custom_activity {
  font-family: 'Telegraf Normal', sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.1rem;
  /* max-width: 175px; */
}
.template_1 .custom_role svg {
  z-index: 9;
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: auto;
  height: 120px;
}
.template_1 .wave path{
  fill: #000000;
  opacity: 0.05;
}