.TransferPage {
    display: flex;
    font-size: 14px;
    margin-bottom: 40px;
    min-height: 700px;

    &-summary-section {
        flex-basis:0;
        flex-grow: 1;
        margin-right: 15px;
    }

    &-instruction-section {
        flex-basis:0;
        flex-grow: 1;
        margin-left: 15px;
        max-width: 481px;
    }

    &-section-content {
        background-color: var(--white);
        border-radius:3px;
        height: fit-content;
        padding: 25px;
    }

    &-panel-row {
        display: flex;
        padding-bottom: 10px;
    }

    &-panel-row-amount {
        font-size: 14px;
        font-weight: 400;
        margin-left: auto;
    }

    &-summary-section-footer {
        display: flex;
        padding-bottom: 15px;
        padding-top: 25px;
    }

    &-footer-button-done {
        margin-left: auto;
    }

    &-transfer-total {
        border-top: 1px solid var(--gray-200);
        font-size: 18px;
        padding-top: 15px;
    }

    &-info-item-header {
        color: var(--gray-500);
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    &-info-item {
        flex: 1;
        margin-bottom: 20px;
    }

    &-info-item-value {
        width: 200px;
    }

    &-summary-header {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    &-status-header {
        display: flex;
    }

    &-transfer-date {
        color: var(--gray-400);
        font-weight: 500;
        margin-left: auto;
    }

    &-instruction-header {
        align-items: center;
        display: flex;
        margin-bottom: 10px;

        .Info {
            margin-right: 8px;
        }

        h4 {
            font-size: 18px;
            margin: 0;
        }
    }

    &-instruction-header-section {
        margin-bottom: 20px;
    }

    &-instruction-details {
        display: flex;
        flex-wrap: wrap;
    }

    &-disclaimer {
        color: var(--gray-500);
        font-size: 9px;
        margin-left: auto;
        padding: 10px;
    }

    &-currency-code {
        font-size: 14px;
        font-weight: 500;
        margin-left: 8px;
    }

    &-you-send-amount {
        font-size: 16px;
    }

    &-transactions-table {
        margin-bottom: 24px;
        width: 100%;
    }

    &-transactions-table-header-cell {
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 10px;
        padding-top: 10px;

        &:not(:first-child) {
            text-align: center;
        }
    }

    &-transactions-table-body-row {
        font-size: 12px;

        &:not(:last-child) {
            border-bottom: 1px solid var(--gray-100);
        }
    }

    &-transactions-table-body-cell {
        padding-bottom: 8px;
        padding-top: 8px;

        &:not(:first-child) {
            text-align: center;
        }
    }

    &-transactions-table-currency-code {
        font-weight: 500;
    }

    &-show-hide-button {
        padding-bottom: 0;
        padding-top: 0;
    }

    &-transaction-status-indicator-container {
        display: inline-block;
        margin-left: 8px;
    }

    &-expiration-warning-panel {
        background: rgba(255, 137, 62, 0.05);
        border-radius: 3px;
        height: 60px;
    }

    &-expiration-panel-container {
        display: flex;
        padding: 16px 0 0 16px;
    }

    &-expiration-warning-text {
        color: var(--orange);
        font-size: 12px;
        font-weight: 400;
        height: 28px;
        line-height: 14px;
        margin-left: 16px;
        width: 369px;
    }

    &-information-icon .Info {
        fill: var(--orange);
        height: 16px;
        margin-top: 6px;
        width: 16px;
    }

    &-no-conversion {
        color: var(--gray-300);
    }
}
