.lobstr-tx-screen {
    background: #e9f4f7;
    min-height: 100vh;
    width: 100vw;
    font-family: 'Avenir Next', sans-serif;
    display: flex;
    flex-direction: column;
}

.lobstr-tx-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1697a6;
    padding: 0 20px;
    height: 64px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.lobstr-tx-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    font-family: 'Avenir Next', sans-serif;

}

.lobstr-tx-menu-btn,
.lobstr-tx-open-btn {
    margin-top: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 26px;
    padding: 0 4px;
    cursor: pointer;
}

.lobstr-tx-tabs {

    display: flex;
    background: #1697a6;
    padding: 0 0 2px 0;
    position: relative;
    z-index: 1;
}

.lobstr-tx-tab {
    flex: 1 1 0%;
    background: none;
    border: none;
    color: #cdeaf0;
    font-size: 18px;
    font-weight: 200;
    padding: 12px 0 7px 0;
    cursor: pointer;
    transition: color 0.15s;
    position: relative;
    outline: none;
    font-family: 'Avenir Next', sans-serif;

}

.lobstr-tx-list {
    background: #eaf4f8;
    height: calc(100vh - 110px);
    padding-bottom: 100px;
    overflow-y: auto;
}

.lobstr-tx-card {
    display: flex;
    align-items: center;
    background: #fff;
    max-width: 96%;
    padding: 20px;
    border-bottom: 1px solid #eaf4f8;
}

.lobstr-tx-icon-wrap {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.lobstr-tx-avatar-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;

}

.lobstr-tx-avatar-img {
    width: 25px;
    height: 25px;
    display: block;
}

.lobstr-tx-icon {
    position: absolute;
    bottom: 18px;
    right: 20px;
    width: 16px;
    height: 16px;


}

.lobstr-tx-main {
    flex: 1;
    min-width: 0;
}

.lobstr-tx-address {
    font-family: 'Sora', Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #192933;
}

.lobstr-tx-type {
    font-size: 14px;
    color: #838f97;
    margin-bottom: 0;
    font-weight: 400;
}

.lobstr-tx-details {
    text-align: right;
    min-width: 90px;
    font-family: 'Avenir Next', sans-serif;

}

.lobstr-tx-amount {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Avenir Next', sans-serif;

}

.lobstr-tx-date,
.lobstr-tx-subtype {
    color: #838f97;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Avenir Next', sans-serif;

}


.lobstr-tx-tab.active {
    color: #fff;
    font-weight: 400;
}

