@media screen and (max-width: 992px) {
    /* CSS styles for mobile devices go here */
    .tag {
      display: none; /* hides elements with the "tag" class */
      pointer-events: none; /* disables pointer events on elements with the "tag" class */
    }
    .blogPage .box .tags {
      position: absolute;
      top: 10px;
      left: 20px;
      z-index: 2;
      width: calc(100% - 40px);
      display: flex;
      flex-wrap: wrap;
      display: none;
    }
    .glossary .info {
      display: none;
    }
    #social-links {
      display: none;
    }
    .lettersBox {
      display: block;
    }
    .menu-global-list {
      display: none;
    }
  } 

  @media screen and (min-width: 992px) {
    .glossary .info {
      padding: 10px 0;
      background-color: #eee;
      position: sticky;
      top: 80px;
      z-index: 10;
    }

    .lettersBox {
      display: none;
    }
  } 

  .lettersBox-item {
    background-color: #EEEEEE;
    padding:15px;
    margin:20px;
    text-align: center;
    color: #000;
    font-size: 16pt;
    font-weight: bold;
  }

  .content-header {
    font-size: 28px!important;
    line-height: 38px!important;
    font-weight: 600!important;
    color: #000;
    margin-bottom: 15px!important;
 }

 .content-secondary-header {
  font-size: 22px!important;
  line-height: 32px!important;
  font-weight: 400!important;
  color: #000;
  margin-bottom: 12px!important;
}
.table-fonts {
  color: #080d2c;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
}

.dictionary-sub-links {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #080d2c;
}

.content-author {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

#modalLogin {
  z-index: 99999;
}

/* .modal {
  z-index: 199;  
}

.modal-backdrop {
  z-index: 199; 
} */

