.table {
      box-sizing: border-box;
      padding: 0px;
      margin: 0px;
      flex-direction: row;
      list-style: none;
      align-items: stretch;
      min-height: 3rem;
      color: rgba(30, 41, 59, 0.7);
      font-family: Inter, -apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, sans-serif;
      font-size: 14px;
      font-style: normal;
      font-variant-ligatures: normal;
      font-variant-caps: normal;
      font-weight: 400;
      letter-spacing: normal;
      orphans: 2;
      text-align: start;
      text-indent: 0px;
      text-transform: none;
      white-space: normal;
      widows: 2;
      word-spacing: 0px;
      -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);
      text-decoration-thickness: initial;
      text-decoration-style: initial;
      text-decoration-color: initial;
    }

    .page {
      background-image: url("<?php echo $url; ?>imgs/layout/<?php echo $linha_config['logo']; ?>");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 50%;
    }

    @media screen and (max-width: 800px) {
      .page {
        background-size: 100%;
      }
    }

    @media only screen and (max-width: 800px) {
      .modal .modal-body {
          max-height: 300px;
          overflow-y: auto;
      }
    }