.desktop-view{
    max-width: 420px;
    margin: 0 auto;
    overflow-x: hidden;
    background-image: url('../image/black-bg.png');
    background-size: contain;
    min-height: 100vh;
  }
  a{
    text-decoration: none;
  }
  
  .border-white{
    border: 2px solid white;
    border-radius: 20px;
  }

  .font-inherit{
    font-family: inherit;
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
  }

  .light-blue{
   color: #a3c1ff; 
  }

  
  .icon-size{
    font-size: 33px;
  }

  .font-20{
    font-size: 20px;
    font-weight: bolder;
  }
  
  .font-18{
    font-size: 18px;
  }
  .font-16{
    font-size: 16px;
  }

  .footer-font{
    font-size: 14px;
   
  }

  .w-40{
    width: 40%;
  }
  
  
  /*  */
  .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 15px;
  }
  
  .footer-hr {
    position: relative;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 1);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .footer-hr::before,
  .footer-hr::after {
    content: "";
    position: absolute;
    top: -5px;
    width: 0px;
    height: 0px;
    background-color: #fff;
    border-radius: 50%;
  }
  
  .footer-hr::before {
    left: 0;
  }
  
  
  .footer-hr::after {
    right: 0;
  }
  
  .footer-hr-text {
    margin-top: 20px;
  }

  table.rounded-corners {
    /* border-spacing: 0;
    border-collapse: separate; */
    /* border-radius: 10px;
    border: 3px solid white; */
    border-spacing: 0;
    border-collapse: separate;
    border: var(--border);
    overflow: hidden;

    border: 2px solid white;
    border-radius: 20px;
    padding: 0;
  }


 
   
   /* Apply a border to the right of all but the last column */
   table.rounded-corners th:not(:last-child),
   table.rounded-corners td:not(:last-child) {
    border-right: 2px solid white;
   }
   
  
  table.rounded-corners>thead>tr:not(:last-child)>th,
   table.rounded-corners>thead>tr:not(:last-child)>td,
   table.rounded-corners>tbody>tr:not(:last-child)>th,
   table.rounded-corners>tbody>tr:not(:last-child)>td,
   table.rounded-corners>tfoot>tr:not(:last-child)>th,
   table.rounded-corners>tfoot>tr:not(:last-child)>td,
   table.rounded-corners>tr:not(:last-child)>td,
   table.rounded-corners>tr:not(:last-child)>th,
   table.rounded-corners>thead:not(:last-child),
   table.rounded-corners>tbody:not(:last-child),
   table.rounded-corners>tfoot:not(:last-child) {
    border-bottom: 2px solid white;
   }
  
   .copy-icon {
    cursor: pointer;
    margin-left: 8px;
    color: #ffcc00; /* Adjust color as needed */
  }
  .copy-icon:hover {
    color: #ffd633; /* Lighter shade on hover */
  }
  