.send-screen {
    min-height: 100vh;
    background: #1b8da0;
    display: flex;
    flex-direction: column;
    font-family: 'Avenir Next', sans-serif;
    position: relative;
    z-index: 10;
}

.send-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1b8da0;
    padding: 0 0 0 0;
    height: 60px;
    position: relative;
}

.send-back-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 24px;
    padding-right: 0;
    width: 30px;
    text-align: left;
    cursor: pointer;
    z-index: 2;
}

.send-header-title {
    flex: 1 1 auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Avenir Next', sans-serif;
    line-height: 60px;
}

.send-header-filler {
    width: 56px;
    height: 1px;
    display: block;
}

.send-top {
    background: #1b8da0;
    min-height: 210px;
    padding-top: 10px;
    text-align: center;
    position: relative;
}

.send-icon-section {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.send-icon {
    width: 100px;
    height: 100px;
    filter: invert(1);
    z-index: 2;
    position: absolute;
    top: 200px;
}

.send-bg-map {
    width: 100vw;
    height: 220px;
    opacity: 0.18;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 0;
    pointer-events: none;
}

.send-map{
    width: 160%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    filter: invert(59%) sepia(26%) saturate(1643%) hue-rotate(137deg) brightness(50%) contrast(96%);
}

.send-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #f5fafd;
    border-radius: 18px 18px 0 0;
    padding: 12px 0 30px 0;
    box-shadow: 0 -2px 18px rgba(18,38,80,.04);
    max-height: 60vh;
    overflow-y: auto;
}


.send-action-card {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 10px 10px 10px;
    padding: 18px 18px 18px 0;
    box-shadow: 0 2px 8px rgba(18,38,80,.04);
    cursor: pointer;
    transition: box-shadow 0.1s;
}

.send-action-icon {
    width: 50px;
    height: 50px;
    background: #e9f3f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
}

.send-action-icon img, .send-action-icon svg {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.send-action-icon.qr img {
    width: 30px;
    height: 30px;
}

.send-action-title {
    font-weight: 400;
    color: #1b8da0;
    font-size: 16px;
    margin-bottom: 2px;
    font-family: 'Avenir Next', sans-serif;
}

.send-action-sub {
    color: #7a95ad;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    font-family: 'Avenir Next', sans-serif;
    line-height: 1.25;
}

/* SEND WALLET INPUT*/
.send-to-screen {
    height: 100vh;
    background-color: #157e8a;
    display: flex;
    flex-direction: column;
    color: white;
    font-family: 'Avenir Next', sans-serif;
    position: relative;
    z-index: 10;
}

.send-to-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px 10px;
    background-color: #157e8a;
}

.send-to-back-btn,
.send-to-qr-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.send-to-qr-btn img {
    width: 22px;
    height: 22px;
}

.send-to-title {
    font-size: 18px;
    font-weight: 600;
}

.send-to-body {
    flex: 1;
    padding: 10px 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;

}

.send-to-input-wrap {
    width: 97%;
    background-color: #106a74;
    border-radius: 12px;
    padding: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.send-to-input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: white;
    font-size: 16px;
    font-family: 'Avenir Next', sans-serif;

}

.send-to-input input::placeholder {
    font-family: 'Avenir Next', sans-serif;
}

.send-to-hint,
.resolved-address-block {
    flex: 1;
    font-size: 16px;
    background: none;
    color: rgba(208, 217, 223, 0.53);
    text-align: center;
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.send-to-select-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid #d0d9df;
    background: transparent;
    color: white;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.select-icon {
    width: 20px;
    height: 20px;
}

.clear-address-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 22px;
    padding: 0 12px;
    cursor: pointer;
}

.resolved-address-block {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.resolved-address-block-icon {
    width: 50px;
    height: 50px;
    background: #ffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}
#resolved-avatar {
    width: 30px;
    height: 30px;
}

.resolved-subtext {
    font-size: 14px;
    color: #d0d9df;
}

.resolved-address {
    font-size: 15px;
    font-weight: 500;
}

.continue-btn {
    margin: 0 16px 30px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    background-color: #1ac86d;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

/* AMOUNT SCREEN */
.amount-screen {
    height: calc(100vh);
    background: #157e8a;
    display: flex;
    flex-direction: column;
    color: white;
    overflow-y: auto;
    font-family: 'Avenir Next', sans-serif;
    position: relative;
    z-index: 10;
}

.amount-back-btn {
    background: none;
    border: none;
}

.amount-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px 10px;
}

.amount-title {
    font-size: 20px;
    font-weight: 600;
}

.amount-token-tabs {
    display: flex;
    justify-content: space-around;
    margin: 24px 0 12px;
}

.amount-token-tab {
    padding: 8px 22px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    border-bottom: 2.5px solid transparent;
    cursor: pointer;
    opacity: 0.8;
    transition: border .2s, color .2s, opacity .2s;
}

.amount-token-tab.active {
    color: #1ac86d;
    border-bottom: 2.5px solid #1ac86d;
    opacity: 1;
}

.amount-value {
    font-size: 44px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0;
    padding: 0 20px;
    word-break: normal;
}

.amount-available-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 16px;
    color: #d0d9df;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(30, 95, 103, 0.28);

}


.amount-send-max-btn {
    margin-left: 8px;
    background: transparent;
    border: 1px solid #d0d9df;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 3px 13px;
    cursor: pointer;
}

.amount-keyboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 50px;
    padding: 0 38px;
    margin-bottom: 30px;
    font-family: 'Avenir Next', sans-serif;
}

.amount-keyboard .key {
    background: none;
    color: #fff;
    border: none;
    border-radius: 16px;
    font-size: 28px;
    height: 54px;
    cursor: pointer;
    transition: background .1s;
}

.amount-keyboard .key:active {
    background: #1ac86d22;
}

.amount-keyboard .key.del {
    font-size: 20px;
}

.continue-btn,
.amount-continue-btn {
    margin: 0 16px 34px;
    padding: 17px 0;
    font-size: 15px;
    font-weight: 400;
    background-color: #1ac86d;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.93;
    transition: opacity .2s;
    font-family: 'Avenir Next', sans-serif;

}

.amount-screen-bottom {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    width: 100%;
    background: #157e8a;
    padding-top: 10px;
    padding-bottom: 20px;
}


.amount-continue-btn {
    width: calc(100% - 32px);
    margin: 0 16px;
    padding: 17px 0;
    font-size: 15px;
    font-weight: 400;
    background-color: #1ac86d;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.93;
    transition: opacity .2s;
}

.continue-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* REVIEW SEND ASSET */
.review-screen {
    inset: 0;
    background: #157e8a;
    color: white;
    display: flex;
    flex-direction: column;
    font-family: 'Avenir Next', sans-serif;
    overflow-y: auto;
    height: calc(100vh);
    position: relative;
    z-index: 10;

}

.review-header {
    display: flex;
    align-items: center;
    padding: 20px 16px 10px;
}

.review-back-btn {
    background: none;
    border: none;
}

.review-title {
    flex: 1;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.review-body {
    flex: 1;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    margin-bottom: 20px;
}

.review-tag {
    border: 1px solid #1ac86d;
    color: #1ac86d;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 14px;
    display: flex
;
    margin: 8px 0;
    justify-content: center;
}

.review-amount {
    font-size: 44px;
    font-weight: 600;
    margin-top: 12px;
    text-align: center;
}

.review-usd {
    text-align: center;
    color: #d0d9df;
}

.review-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.memo-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;

    padding: 10px 0;
    border-top: 1px solid rgba(218, 218, 218, 0.15);
}

.review-label {
    color: #888;
    font-size: 14px;
}

.review-value {
    font-size: 16px;
    font-weight: 500;
}

.memo-row .memo-warning {
    color: rgba(225, 179, 26, 0.68);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
    font-family: 'Avenir Next', sans-serif;

}

.memo-input {
    width: 87%;
    padding: 15px 20px 15px 5px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    color: rgba(11, 73, 80, 0.58);
    font-weight: 400;
    background: rgba(202, 202, 202, 0.15);
    font-family: 'Avenir Next', sans-serif;
}
.memo-input::placeholder {
    padding: 10px;
    color: rgba(202, 202, 202, 1);

}

.review-note {
    font-size: 14px;
    color: rgba(202, 202, 202, 1);
    line-height: 1.4;
    margin-top: 12px;
    font-family: 'Avenir Next', sans-serif;

}

.review-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: white;
    color: #333;
    border-radius: 6px 6px 0 0;
    padding: 30px;
    gap: 12px;
}

.btn {
    flex: 1;
    padding: 14px 0;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.review-details-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.cancel-btn {
    background: #f1f3f5;
    color: #333;
    padding: 24px 16px;
}

.send-btn {
    background: #1ac86d;
    color: white;
    padding: 24px 16px;
}

@media (max-height: 400px) {
    .amount-screen-bottom {
        gap: 0;
        padding: 0;
        margin-bottom: 0;
    }
}

.payment-sent-popup {
    position: fixed;
    z-index: 1111;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(12,28,44,0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s;
}

.payment-sent-popup.hidden {
    opacity: 0;
    pointer-events: none;
}

.payment-sent-modal {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 16px 48px 0 rgba(40,85,122,0.09);
    padding: 32px 28px 18px 28px;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.payment-sent-icon {
    margin-bottom: 14px;
}

.payment-sent-title {
    font-size: 1.55rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #19374a;
}

.payment-sent-sub {
    font-size: 1.04rem;
    color: #6a8199;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(243, 243, 243, 0.9);
}

.payment-sent-details-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 1.02rem;
}

.payment-sent-label {
    color: #8599ad;
    font-weight: 200;
}
.payment-sent-value {
    color: #25344b;
    font-weight: 600;
}

.payment-sent-actions {
    display: flex;
    width: 100%;
    gap: 8px;
    margin: 14px 0 20px 0;
    justify-content: space-between;
}
.payment-sent-action-btn {
    background: #f7fffc;
    color: #13b888;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    padding: 8px 13px 8px 7px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    cursor: pointer;
}
.payment-sent-action-btn svg {
    display: block;
}

.payment-sent-done-btn {
    width: 100%;
    background: #19c784;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.14rem;
    font-weight: 700;
    padding: 15px 0;
    margin-top: 10px;
    cursor: pointer;
    transition: background .18s;
}
.payment-sent-done-btn:hover {
    background: #1fd896;
}

.wallet-result {
    word-break: break-all;
    color: white;

}

#send-to-hint-text {
    line-height: 1.5;
}

#send-to-hint-img {
    filter: invert(1);
    margin-bottom: 10px;
}