.egai-qr-esim-wrap{
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.egai-qr-esim-wrapper{
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 4px;
    padding: 0 16px;
}
.view-esim-list-wrap{
    position: relative;
}
.egai-topup-model{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #0000007a;
    display: none;
}
.egai-topup-model-inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.egai-topup-model-wrap{
    padding: 20px;
    background: white;
    position: relative;
    width: 50%;
}
.egai-topup-model-wrap h1{
    text-align: center;
}
.close-popup{
    position: absolute;
    right: 20px;
    top: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}
.pkg_product,
.esim-countries{
    height: 55px;
}

/* plans card */
.esim-details-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.esim-detail-cards{
    border: 1px solid black;
}
.plans-title{
    background-color: #0A1F30;
    color: white;
    padding: 10px;
    text-align: center;
}
.plans-content-box{
    margin-top: 10px;
}

.plans-content{
    padding: 10px;
}
.esim-detail-cards p,
.esim-detail-cards h6{
    margin: 0;
}
.esim-detail-cards h6{
    text-decoration: underline;
    margin-bottom: 5px;
}
.plans-iccid,
.plans-activation,
.plans-qrcode,
.plans-topup{
    text-align: center;
}

@media(max-width:768px){
    .esim-details-wrap{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 2%;
        row-gap: 1%;
    }
}
@media(max-width:575px){
    .esim-details-wrap{
        display: grid;
        grid-template-columns: 1fr;
    }
}