body {
    width: 100vw;
    height: 100vh;
}

.wrapper {
    width: 87%;
    height: 100%;
    background-color: #f7f7f7;
    display: flex;
    position: fixed;
    right: 0;
  }

   .container-custom {
    background-color: white;
    padding: 20px;
    gap: 25px;
    overflow: scroll;
   }

   .table-custom {
    cursor: pointer;
   }

   .tr-custom > btn {
      margin-right: 20px !important;
   }

   /* Em seu arquivo CSS ou na seção de estilo do HTML */
.button-spacing {
  margin-right: 10px; /* Define a margem direita entre os botões */
}


.fi-custom {
  transform: translate(-2px, -2px); /* Ajuste de posição para centralizar vertical e horizontalmente */
  font-size: 1.1rem;
}