.slndsjnosindoil {
    height: 76px;
}

.asads { margin: 0 0 0 auto; }

.snjbkuik {width: 288px; margin: 0 auto;}

 
    /* Overlay */
    #popup-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background-color: rgba(0,0,0,0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Modal content */
    #popup-content {
      background: white;
      padding: 30px;
      border-radius: 12px;
      max-width: 500px;
      text-align: center;
      position: relative;
      box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }

    #close-popup {
      margin-top: 20px;
      padding: 10px 20px;
      background: #007bff;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }
    
    /* Close icon */
    .close-icon {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 20px;
      font-weight: bold;
      color: #666;
      cursor: pointer;
    }

    .close-icon:hover {
      color: #000;
    }

    /* Optional button */
    #close-popup-btn {
      margin-top: 20px;
      padding: 10px 20px;
      background: #007bff;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }
    
    .klnalfg {
        background: #00000033;
        padding: 0 15px;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 30px;
        /* height: 30px; */
        border-radius: 11px;
        cursor: pointer;
        display: block;
    }
 