#claim-points-popup{display: none; top: 25%;
    position: absolute;
    background: #ffffff;
    width: 30%;
    left: 35%;
    border: 5px solid green; z-index: 99;  }
    
    #nf-overlay {
    display: none;               
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;              
}
#claim-popup-close{cursor: pointer;}
#points-added{display: none; top: 25%;
    position: absolute;
    background: #ffffff;
    width: 30%;
    left: 35%;
    border: 5px solid green; z-index: 99; height: 300px;     }
   #points-added p {font-size: 25px; color: green; text-align: center; padding: 50px 10px 10px;}
   @media screen and (max-width: 1024px){
  #claim-points-popup {width: 60%;
    left: 21%;}
}
@media screen and (max-width: 767px){
  #claim-points-popup {width: 90%;
    left: 5%;}
}