.iframeStyle {
    width: 100%;
    margin: 0px;
    min-height: 800px;
    border: 2px solid grey;
    border-radius: 5px;
}

.iframeStyleGift {

    width: 100%;
    height: 1030px;
    margin: 0px;
    min-height: 830px;
    border: 2px solid grey;
    border-radius: 5px;
    overflow: hidden; /* Hide scrollbars */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

}

.iframeStyleGift ::-webkit-scrollbar {
    display: none;
  }
  
.widget-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    text-align: center;

}