/* Classes to remove shadows */
.noShadow {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 0px 40px 40px;
    border-radius: 12px;
    background: var(--bg-02);
    box-shadow: none !important;
}
@media (max-width: 1200px) {
    .noShadow {
        padding: 0px 40px 40px;
    }
}
@media (max-width: 767px) {
    .noShadow {
        padding: 0px 16px 16px;
    }
}

.noShadowWidget {
    position: relative;
    width: 100%;
    background: var(--bg-02);
    z-index: 3;
    border-radius: 12px;
    box-shadow: none !important;
}

/* Step indicator styles */
.step-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    /* No background or border-radius - transparent container */
}

.step-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-text {
    font-size: 14px;
    font-weight: 600;
    color: #b0b0b0;
    white-space: nowrap;
}

.step-text.selected {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    background-color: #fde937;
    padding: 4px 8px;
    border-radius: 4px;
}

.separator {
    width: 32px;
    height: 1.5px;
    background-color: #dadada;
    flex-shrink: 0;
}

html[data-theme='light'] .sc-f7dcf660-7,
html[data-theme='light'] .jytxCe {
    box-shadow: none !important;
}
/* ========================================= */
/* Confirmation page styles from old site    */
/* Used in indexb.php "You send" section     */
/* ========================================= */

/* Amount value display */
.sc-4e739eed-8.dMXDfh {
    display: inline-block;
    word-break: break-all;
}

/* Main wrapper */
.sc-750f19fa-0.grcneX,
.sc-f7dcf660-8.iwsPKc {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .sc-750f19fa-0.grcneX,
    .sc-f7dcf660-8.iwsPKc {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

/* Layout container */
.sc-750f19fa-2.ePnhCA {
    display: inline-block;
    vertical-align: middle;
}

/* Tooltip on hover */
.sc-750f19fa-3.hsbmYV {
    visibility: hidden;
    position: absolute;
    background-color: #1e1e1e;
    top: 100%;
    left: 19%;
    margin-left: -60px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding: 8px;
    box-shadow: 0px 0px 32px rgba(196, 196, 196, 0.3);
    border-radius: 4px;
    z-index: 1;
}
.sc-750f19fa-3.get-all_text {
    left: 14%;
}
@media (max-width: 934px) {
    .sc-750f19fa-3.hsbmYV {
        left: 28%;
    }
    .sc-750f19fa-3.get-all_text {
        left: 27%;
    }
}
@media (max-width: 767px) {
    .sc-750f19fa-3.hsbmYV,
    .sc-750f19fa-3.get-all_text {
        left: 0%;
        margin-left: 0px;
    }
}

/* Amount display */
.sc-750f19fa-4.eaOzFh {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px 0;
    padding-top: 10px;
    color: var(--text-01);
}
@media (min-width: 768px) {
    .sc-750f19fa-4.eaOzFh {
        font-size: 30px;
    }
}
@media (max-width: 934px) {
    .sc-750f19fa-4.eaOzFh {
        margin-bottom: 5px;
        padding-top: 0px;
    }
}
@media (max-width: 640px) {
    .sc-750f19fa-4.eaOzFh {
        margin-bottom: 10px;
    }
}
.sc-750f19fa-4.eaOzFh:hover .sc-750f19fa-3 {
    visibility: visible;
}

/* Section labels */
.sc-750f19fa-5.eyZGeA {
    font-weight: normal;
    font-size: 14px;
    line-height: 22.4px;
    margin: 0;
    color: var(--text-03);
    padding-bottom: 5px;
}
@media (min-width: 768px) {
    .sc-750f19fa-5.eyZGeA {
        padding-bottom: 11px;
    }
}
@media (min-width: 934px) {
    .sc-750f19fa-5.eyZGeA {
        font-size: 16px;
    }
}

/* Arrow container */
.sc-750f19fa-7.obZMY {
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 50%;
    position: absolute;
    margin-bottom: 35px;
}
@media (min-width: 767px) {
    .sc-750f19fa-7.obZMY {
        top: 7px;
        width: 40px;
        height: 40px;
        margin: 0 37px;
        margin-top: 0;
        transform: rotate(-90deg);
    }
}
@media (max-width: 767px) {
    .sc-750f19fa-7.obZMY {
        margin: 0 0 15px 0;
    }
}

/* Separator line */
.sc-f7dcf660-9.lcsmLe {
    width: 100%;
    border: none;
    margin: 0;
    border-top: 2px solid var(--bg-03);
}
@media (max-width: 640px) {
    .sc-f7dcf660-9.lcsmLe {
        display: none;
    }
}

/* Address section */
.sc-9579814d-0.jgaIDt {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sc-9579814d-1.ituMIs {
    font-weight: 400;
    color: var(--text-03);
    margin: 0;
    font-size: 14px;
}
@media (min-width: 934px) {
    .sc-9579814d-1.ituMIs {
        font-size: 16px;
    }
}

.sc-9579814d-2.dRuDri {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 20px;
    color: var(--text-01);
}

.sc-9579814d-3.kmqxAO {
    max-width: 485px;
    font-weight: bold;
    font-size: 16px;
    word-break: break-all;
    text-align: left;
    display: flex;
    line-height: 1;
}
@media (min-width: 934px) {
    .sc-9579814d-3.kmqxAO {
        max-width: 670px;
        font-size: 18px;
    }
}

/* Copy button */
.sc-be3d1b96-1.bEQgJY {
    display: flex;
    gap: 8px;
    align-items: center;
}
.sc-be3d1b96-2.dUkhiZ {
    flex-shrink: 0;
}
.sc-be3d1b96-0.jwhJaF {
    /* Copy icon styles */
}

/* Terms checkbox section */
.sc-6cecd5cb-0.ihILNq {
    display: flex;
    align-items: flex-start;
    color: var(--black);
    font-size: 14px;
    line-height: 17px;
}
.sc-6cecd5cb-1.cBlxoR {
    --fill-color: var(--bg-contrast-01);
    --check-color: var(--text-contrast-01);
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    margin-top: 4px;
    margin-right: 10px;
    border: 1px solid var(--fill-color);
}
.sc-6cecd5cb-1.cBlxoR input {
    display: none;
}
.sc-6cecd5cb-2.epxHEu {
    color: var(--text-01);
}
.sc-6cecd5cb-2.epxHEu a span {
    color: var(--text-01) !important;
    border-color: var(--text-01) !important;
}

/* Links */
.sc-55108c05-1.gqBxPM,
.sc-55108c05-0.ictPhp {
    display: inline-block;
    font-weight: 400;
    color: var(--black);
}
.sc-55108c05-3.gqrFFF {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: inherit;  /* Changed from 28px to inherit parent size */
    line-height: inherit; /* Changed from 34px to inherit parent line-height */
    border-color: transparent;
}

/* Bottom section */
.sc-750f19fa-17.eidXjh {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
@media (min-width: 768px) {
    .sc-750f19fa-17.eidXjh {
        gap: 16px;
        padding-top: 50px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.sc-750f19fa-18.cehARL {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
}
@media (min-width: 768px) {
    .sc-750f19fa-18.cehARL {
        width: auto;
    }
}

/* Buttons */
.sc-f06544e1-0.juPTsf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    outline: none;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--black);
    text-transform: uppercase;
    background: var(--brand-yellow);
    cursor: pointer;
}
.sc-f06544e1-0.juPTsf:disabled {
    opacity: 0.4;
}
@media (min-width: 768px) {
    .sc-f06544e1-0.juPTsf {
        width: 222px;
    }
}
@media (min-width: 934px) {
    .sc-f06544e1-0.juPTsf {
        width: 293px;
        height: 60px;
        font-size: 16px;
        border-radius: 12px;
    }
}
@media (hover:hover) {
    .sc-f06544e1-0.juPTsf {
        transition: var(--transition-background);
        transition-property: color, background, border-color;
    }
    .sc-f06544e1-0.juPTsf:hover:not(:disabled) {
        background: var(--black);
        color: var(--brand-yellow);
    }
}

/* Button variants */
.sc-750f19fa-13.feUQKK {
    /* Base button styles inherited from sc-f06544e1-0 */
}
@media (min-width: 768px) {
    .sc-750f19fa-13.feUQKK {
        width: 122px;
    }
}
@media (min-width: 934px) {
    .sc-750f19fa-13.feUQKK {
        width: 220px;
        height: 68px;
    }
}

.sc-750f19fa-14.dcNUmO {
    color: var(--text-01);
    border: 1px solid var(--color-06);
    background-color: transparent;
}
.sc-750f19fa-14.dcNUmO:hover {
    background-color: var(--color-06);
    color: var(--text-01);
}