#new-simcard-page{

    background-color: white;
    position: absolute;
    z-index: 120;
    display: none;
    background-color: lightgrey;
    overflow-y: auto;
    top:0px;
}

#new-simcard-page-content{
    left: 0px;
    position: absolute;
    width: 100%;
    top: 55px;
    background-color: white;

    overflow-y: overlay;
    background-color: rgb(255, 255, 255);
    padding: 10px 10px 20px 10px;
}

#new-simcard-page-content::-webkit-scrollbar {
    display: none;
  }
