.swpg-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background-color: #fff;
    box-shadow: 3px 2px 18px 8px rgba(0, 0, 0, 0.1);
    max-width: 885px;
    min-height: 100px;
    padding: 40px 48px;
    border-radius: 15px;
    z-index: 100;
}

.swpg-modal-dimmer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99;
}

.swpg-modal h2 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.swpg-modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swpg-modal-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding: 10px 20px;
    max-width: 60%;
}

.swpg-modal .custom-field-class {
    margin-top: 5px;
}

.swpg-modal .swpg-modal-close {
    position: absolute;
    top: 0px;
    right: 1px;
    cursor: pointer;
    padding: 10px 13px;
    height: 9px !important;
    background-color: white;
    border-radius: 15px;
    font-size: 1.2em;
}

.swpg-modal-copy {
    position: relative;
    text-align: center;
}

.swpg-modal-copy a {
    background-color: color(srgb 1 0.9221 0.515);
    color: black;
    border-radius: 10px;
    border: none;
    width: auto;
    display: block;
    padding: 17px 0;
    max-width: 200px;
    margin: auto;
    margin-top: 13px;
}

.swpg-modal .warn {
    display: block;
    margin-top: 0px;
    color: rgb(184, 41, 41);
    width: 85%;
    text-align: center;
}

.swpg-modal .swpg-modal-close:hover {
    background-color: white;
}

.swpg-copy-section {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0 20px 0;
}


.swpg-modal-bottom {
    display: flex;
    align-items: end;
    gap: 10px;
    justify-content: end;
    padding-right: 10px;
}

.swpg-modal-bottom .swpg-transaction-id {
    max-width: 200px;
}

.stealthex-iframe {
    border: none;
    border-radius: 10px;
    margin: 20px 10px;
    overflow: hidden;
    width: 100%;
    max-width: 680px;
    height: 330px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
}