/* public/css/filament/custom.css */
/* body {
    background: url('images/logo-def-COURTLY.svg') no-repeat center center fixed;
    background-size: cover;
} */


.fi-main-ctn::before {
    content: '';
    background-image: url('images/logo-def-COURTLY.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 800px;
    position: fixed;
    top: 60%;
    left: 62%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    width: 500px;
    height: 500px;
    pointer-events: none;
    z-index: 0;
}

  @media (max-width: 1200px) {
    .fi-main-ctn::before {
      background-size: contain;
    }
  }

  @media (max-width: 992px) {
    .fi-main-ctn::before {
      background-size: contain;
    }
  }

  @media (max-width: 768px) {
    .fi-main-ctn::before {
      background-size: contain;
    }
  }

  @media (max-width: 576px) {
    .fi-main-ctn::before {
      background-size: contain;
    }
  }

  .fi-main-ctn .dataTable {
    background: transparent !important;
  }
