/* Glossary modal */
.glossaryTitle {
  background: white;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
  text-align: left;
}

.card-glossary {
  border-top: 1px solid rgba(0,0,0,.125);
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.card-glossary .styleStatus {
  height: 15px;
}
.card-glossary .styleStatus > div {
  height: 100%;
  max-width: 300px;
  position: relative;
}

.card-glossary .styleStatus > div > svg {
  position: absolute;
}

.card-glossary .styleStatus > .bg-legislative_initiatives {
  background-image: url('../images/status/leg-initiatives-pattern.svg') !important;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 10px 6px;
}

.card-glossary .styleStatus > .bg-announced > svg {
  width: 25.2px;
  height: 36px;
  bottom: 0;
  left: 0;
}

.card-glossary .styleStatus > .bg-close_to_adoption > svg {
  width: 14.6px;
  height: 36px;
  bottom: 0;
  left: calc(50% - 7px);
}

.separator-line {
  width: 150px;
}

.separator-line:after {
  border-width: 10px;
  top: -5px;
}



