.iframe-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 1000;
    padding: 2px;
}

.reload-button {
    text-align: center;
    color: #6630FF;
    padding: 5px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

#threeDSCReqIframe {
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: white;
}