   #openPopupButton{
    /*  position: relative;*/
    /*left: 11px; */
       
   }    
   
   
   #swal2{
    background: rgba(0,0,0,.4);
    display: grid;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    grid-template-areas:
        "top-start top top-end"
        "center-start center center-end"
        "bottom-start bottom-center bottom-end"
        "gap gap gap";
    grid-template-rows: auto auto auto 0.625em;
    height: 100%;
    padding: 0.625em 0.625em 0;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
}
.pinpopup{
    grid-column: 2;
    grid-row: 2;
    align-self: center!important;
    justify-self: center!important;
 
}
.pincode-popup-content{
    background: white;
    padding: 25px;
    border-radius: 10px
}
.pincode-head{
  color:#ff8400; 
  text-align:center; 
    border-bottom: 1px solid rgb(12 25 40 / 81%); 
  padding-bottom: 15px; 
  margin-bottom: 18px;     
  font-family: "Poppins", sans-serif;    
  font-size: 26px;
    font-weight: 500;  
    line-height:36px;
}
 
 .pinpopup{
    grid-column: 2;
    grid-row: 2;
    align-self: center!important;
    justify-self: center!important;
 
}
.pincode-popup-content{
    background: white;
    padding: 25px;
    border-radius: 10px
}
 #swal2-container{
    background: rgba(0,0,0,.4);
    display: grid;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    grid-template-areas:
        "top-start top top-end"
        "center-start center center-end"
        "bottom-start bottom-center bottom-end"
        "gap gap gap";
    grid-template-rows: auto auto auto 0.625em;
    height: 100%;
    padding: 0.625em 0.625em 0;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
}
.pinpopup{
    grid-column: 2;
    grid-row: 2;
    align-self: center!important;
    justify-self: center!important; 
 
}
.popup-content{
    background: white;
    padding: 25px;
    border-radius: 10px
}
#openPopupButton1{
    padding: 6px 12px;
    /*margin-top: -54px;*/
    /*  position: relative;*/
    /*left: 0px; */
}

@media (max-width: 991px){
    
    #openPopupButton{
          position: relative;
    /*left: 82px;*/
    /*bottom: 9px;*/
        font-size: 12px;
    padding: 9px 5px;
    /*top:5px;*/
    }
    #openPopupButton1{
   /*position: relative;*/
   /*     left: 88px;*/
   /*     bottom: -1px;*/
        font-size: 12px;
        padding: 9px 5px;
    }
}