/*CSS for cell : linkologyConfirmDialog*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 249, 249); /* white;*/
    display: none;
    z-index: 3999;
  }

  /* Dialog box styling */
  #custom-confirm {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:rgb(255, 249, 249); /* white;*/
    border: 2px solid #feb300; /* Thick yellow border */
    border-radius: 6px; /* Rounded corners */
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 4000;
    min-width: 400px;
    text-align: center;
    color: #7D3BBB;
    font-family: 'Biome', sans-serif; /* Ensure buttons use Biome font */
  }

  #custom-confirm p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .custom-confirm-But-hol
  {
        margin-bottom: 20px;
        display:flex;
        justify-content: center;
        align-items: center;
        justify-items: center;
        flex-direction: row;
  }