/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icons.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }

  
  .seeAll
  {
    position: relative;
    margin-left: 8px;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
      table-layout: fixed;
      word-wrap: break-word;
  }
  .button {
    background-color: #555555;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.2s;
    cursor: pointer;
  }
  .button:hover {
    background-color: #008CBA;
    color: white;
  }
  .loader {
      position: fixed;
      z-index: 99;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    
      display: flex;
      justify-content: center;
      align-items: center;
  }
  /*loade 2 does not lock the screen*/
  
  .loader > img {
      width:200px;
  }
  
  .loader.hidden {
      animation: fadeOut 0.9s;
      animation-fill-mode: forwards;
      display: none;
  }
  /* it does not locks the screen*/
  .loader2 {
    position: fixed;
    top: 0;
    left: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  a{
      text-decoration: none;
  }
  .moreDiv {
    position:inherit !important;
    margin-left: 40% !important;
    margin-top: 15px !important;
  }
  .ag-watermark {
    opacity: 0 !important;
    display: none !important;
}