#errorMessage {
    font-size: 12px;
    line-height: 20px;
    color: #ff1d25;
    min-height: 20px
}

@font-face {
    font-family: "Alwyn New";
    src: url("//db.onlinewebfonts.com/t/f8dc055baf8041b53f8a03bd4d3e3444.eot");
    src: url("//db.onlinewebfonts.com/t/f8dc055baf8041b53f8a03bd4d3e3444.eot?#iefix") format("embedded-opentype"),
        url("//db.onlinewebfonts.com/t/f8dc055baf8041b53f8a03bd4d3e3444.woff2") format("woff2"),
        url("//db.onlinewebfonts.com/t/f8dc055baf8041b53f8a03bd4d3e3444.woff") format("woff"),
        url("//db.onlinewebfonts.com/t/f8dc055baf8041b53f8a03bd4d3e3444.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/f8dc055baf8041b53f8a03bd4d3e3444.svg#Alwyn New") format("svg");
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Alwyn New", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #1c243b;
    font-family: "Alwyn New", "Helvetica Neue", -apple-system, sans-serif
}

#root,
body {
    height: 100vh;
    overflow: hidden
}

#root {
    display: flex;
    justify-content: center
}

a {
    color: #2ae8f0;
    text-decoration: none
}

.RoundedInput {
    background-color: #404c6e;
    font-size: 17px;
    margin-bottom: 20px;
    font-family: "Alwyn New", "Helvetica Neue", -apple-system, sans-serif;
    box-sizing: border-box
}

.RoundedInput:last-of-type {
    margin-bottom: 2px
}

.RoundedInput::-webkit-input-placeholder {
    color: #92a2d6
}

.RoundedInput::placeholder {
    color: #92a2d6
}

.RoundedInput:-ms-input-placeholder {
    color: #92a2d6
}

.RoundedInput::-ms-input-placeholder {
    color: #92a2d6
}

.InputError {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    color: #ff1d25;
    min-height: 20px
}

.FormSectionTitle {
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 15px
}

.FormColumns {
    display: flex;
    flex-direction: row;
    margin-left: -6px;
    margin-right: -6px
}

.FormColumn {
    display: flex;
    flex-direction: column;
    flex: 50% 1;
    margin-left: 6px;
    margin-right: 6px;
    max-width: calc(50% - 12px)
}

.TxDataRows {
    display: flex;
    flex-direction: column;
    margin-bottom: auto
}

.TxDataRow {
    display: flex;
    flex-direction: row;
    flex: 1 1;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
    border-bottom: 1px solid rgba(138, 143, 181, .2);
    padding: 8px 15px
}

.TxDataRow--large {
    align-items: flex-start;
    flex-direction: column;
    max-height: 100px;
    overflow-y: auto
}

.TxDataRow--large .TxDataRow__value {
    margin-top: 6px;
    text-align: left
}

.TxDataRow__title {
    color: #8a8fb5;
    text-align: left;
    min-width: 160px
}

.TxDataRow__title,
.TxDataRow__value {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px
}

.TxDataRow__value {
    color: #fff;
    text-align: right;
    line-break: anywhere
}

.ModalTitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px
}

.TxConfirmationModal__footer {
    display: flex;
    margin-left: -6px;
    margin-right: -6px
}

.TxConfirmationModal__footer a {
    flex: 1 1;
    margin-left: 6px;
    margin-right: 6px
}

.FlatButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    background: rgba(138, 143, 181, .121569);
    border-radius: 7px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.FlatButton__icon {
    height: 22px;
    margin-right: 8px
}

.FlatButton__title {
    font-size: inherit;
    font-weight: 400;
    cursor: pointer;
    color: inherit;
    text-decoration: none !important
}

.FlatButton__spinner {
    margin-left: auto;
    margin-right: auto
}

.FlatButton:hover {
    background: rgba(138, 143, 181, .25098)
}

.FlatButton--is-disabled {
    cursor: not-allowed;
    pointer-events: none
}

.FlatButton--small {
    height: 26px;
    font-size: 16px;
    font-weight: 400
}

.FlatButton--large {
    height: 50px;
    min-width: 125px;
    font-size: 18px;
    font-weight: 600
}

.FlatButton--large .GhostButton__icon {
    height: 37px
}

.FlatButton--borderless {
    border: 0
}

.FlatButton--centered {
    justify-content: center
}

.LoadingOverlay {
    background: rgba(28, 36, 59, .74902);
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000000000
}

.LoadingOverlay,
.LoadingOverlay__container {
    display: flex;
    justify-content: center;
    align-items: center
}

.LoadingOverlay__container {
    flex-direction: column;
    max-width: 300px;
    width: 100%
}

.LoadingOverlay__spinner {
    margin-top: 10px;
    margin-bottom: 10px
}

.LoadingOverlay__message {
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.RoundedInputWrapper {
    position: relative
}

.RoundedInputButton {
    position: absolute;
    right: 8px;
    top: 12px
}

.RoundedInput {
    background-color: rgba(138, 143, 181, .121569);
    height: 50px;
    color: #fff;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0
}

.RoundedInput::-webkit-input-placeholder {
    color: #7a80ab;
    opacity: 1
}

.RoundedInput:-ms-input-placeholder {
    color: #7a80ab;
    opacity: 1
}

.RoundedInput::-ms-input-placeholder {
    color: #7a80ab;
    opacity: 1
}

.RoundedInput::placeholder {
    color: #7a80ab;
    opacity: 1
}

.RoundedInput:-ms-input-placeholder {
    color: #696f97
}

.RoundedInput::-ms-input-placeholder {
    color: #696f97
}

.BottomBorderInput {
    height: 34px;
    outline: none;
    border: none;
    border-bottom: 1px solid #687399;
    font-size: 17px;
    font-weight: 300;
    background-color: transparent;
    color: #fff;
    border-radius: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(/img/icons/arrow-down@2x.png) no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    padding-right: 30px
}

option {
    color: #1c243b
}

select::-ms-expand {
    display: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

textarea {
    padding-top: 12px
}

.RoundedInputClearableValue {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%
}

.RoundedInputClearableValue a {
    margin-left: auto;
    cursor: pointer
}

.RoundedInputClearableValue img {
    height: 20px;
    cursor: pointer
}

.FormField {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.FormField__title {
    font-size: 14px;
    font-weight: 600;
    color: #8a8fb5;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: left
}

.FormField__error {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    line-height: 11px;
    color: #ff2685;
    margin-top: 3px
}

.AddTokenCTA,
.Balance {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 54px;
    background-color: rgba(138, 143, 181, .121569);
    background-color: #242b45;
    margin-bottom: 7px;
    padding: 12px 14px;
    border-radius: 6px;
    text-decoration: none
}

.AddTokenCTA__icon-wrapper,
.Balance__icon-wrapper {
    height: 30px;
    width: 30px;
    margin-right: 8px
}

.AddTokenCTA__icon-wrapper div,
.Balance__icon-wrapper div {
    width: 100%;
    height: 100%
}

.AddTokenCTA__icon,
.Balance__icon {
    display: block;
    height: 30px;
    width: 30px;
    margin-right: 8px;
    border-radius: 15px
}

.AddTokenCTA__name,
.Balance__name {
    color: #8a8fb5;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none
}

.AddTokenCTA__amount,
.Balance__amount {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.AddTokenCTA__amount-title-and-value,
.Balance__amount-title-and-value {
    display: flex;
    justify-content: end
}

.AddTokenCTA__amount-title,
.Balance__amount-title {
    color: #8a8fb5;
    margin-right: 6px
}

.AddTokenCTA__amount-value,
.Balance__amount-value {
    color: #fff
}

.NetworkSelector {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 34px;
    background-color: rgba(138, 143, 181, .121569);
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    cursor: pointer;
    border-radius: 17px;
    padding: 0 13px
}

.NetworkSelector__color {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    margin-right: 8px;
    background-color: #1bded0
}

.NetworkSelector__name {
    color: #8a8fb5;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-right: 4px
}

.NetworkSelector__arrow {
    color: #8a8fb5;
    margin-top: 4px
}

.NetworkSelector:hover {
    background-color: rgba(138, 143, 181, .25098)
}

.CreateTransactionModal {
    display: flex;
    flex-direction: column;
    background-color: #1c243b;
    width: 500px;
    min-height: 540px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px
}

.CreateTransactionModal__footer {
    margin-top: auto
}

.NetworkSelectorModal {
    display: flex;
    flex-direction: column;
    background-color: #323953;
    border-radius: 8px;
    width: 300px
}

.NetworkSelectorModal__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-bottom: 1px solid rgba(138, 143, 181, .2)
}

.NetworkSelectorModal__header-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #fff
}

.NetworkSelectorModal__content {
    padding: 20px
}

.NetworkSelectorModal__message {
    font-size: 13px;
    font-weight: 600;
    color: #8a8fb5;
    text-align: left;
    max-width: 190px
}

.NetworkSelectList {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.NetworkSelectListItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #8a8fb5;
    cursor: pointer
}

.NetworkSelectListItem__checkmark {
    width: 12px;
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit
}

.NetworkSelectListItem__color {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-color: #000;
    margin-left: 12px;
    margin-right: 12px
}

.NetworkSelectListItem__name {
    color: inherit;
    font-size: 16px;
    font-weight: 600
}

.NetworkSelectListItem--active {
    color: #fff
}

.NetworkSelectListItem--active .NetworkSelectListItem__checkmark {
    opacity: 1
}

.NetworkSelectListItem:hover {
    opacity: .8
}

.DelegatedNodeSelectorModal {
    display: flex;
    flex-direction: column;
    background-color: #323953;
    border-radius: 8px;
    width: 360px
}

.DelegatedNodeSelectorModal__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-bottom: 1px solid rgba(138, 143, 181, .2)
}

.DelegatedNodeSelectorModal__header-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #fff
}

.DelegatedNodeSelectorModal__content {
    padding: 0
}

.DelegatedNodeSelectorModal__message {
    font-size: 13px;
    font-weight: 600;
    color: #8a8fb5;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    text-align: left
}

.DelegatedNodeList {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    max-height: 30vh;
    overflow-y: auto
}

.DelegatedNodeListItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #8a8fb5;
    cursor: pointer;
    margin-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px
}

.DelegatedNodeListItem * {
    cursor: inherit
}

.DelegatedNodeListItem__name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 16px
}

.DelegatedNodeListItem__address {
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px
}

.DelegatedNodeListItem__fee {
    color: #8a8fb5;
    font-size: 11px;
    font-weight: 600;
    margin-left: 8px;
    line-height: 16px
}

.DelegatedNodeListItem:hover {
    opacity: .8
}

.TrackTokenModal {
    display: flex;
    flex-direction: column;
    background-color: #1c243b;
    width: 500px;
    min-height: 540px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px
}

.TrackTokenModal__footer {
    margin-top: auto
}

div#TrezorConnectInteractionLayer {
    z-index: 1000000000000000 !important
}

.App {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    height: 100%;
    width: 100%
}

.NavBar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #1c243b;
    height: 100px;
    flex-shrink: 0
}

.NavBar__logo {
    height: 36px;
    align-self: center;
    margin-bottom: 6px
}

.NavBar--is-centered {
    justify-content: center
}

.NavBar__account {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.NavBar__wallet {
    display: flex;
    flex-direction: row;
    align-items: center
}

.NavBar__wallet-title {
    font-size: 14px;
    font-weight: 400;
    color: #8a8fb5;
    margin-right: 6px
}

.NavBar__wallet-address {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.NavBar__wallet-copy-address-icon {
    cursor: pointer;
    margin-left: 6px;
    margin-top: 2px
}

.NavBar__wallet-copy-address-icon img {
    height: 19px
}

.NavBar__logout {
    color: #8a8fb5;
    margin-top: 6px;
    cursor: pointer;
    -webkit-transition: opacity, .2s, ease-in-out;
    transition: opacity, .2s, ease-in-out
}

.NavBar__network-badge {
    position: relative;
    line-height: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    background: #29b3eb;
    background: -webkit-gradient(linear, left top, right top, from(#29b3eb), to(#21edba));
    background: linear-gradient(90deg, #29b3eb 0, #21edba);
    background-size: 100%;
    color: #1c243b;
    padding: 3px 22px 0 11px;
    height: 18px;
    box-sizing: border-box
}

.NavBar__network-badge:after {
    display: block;
    content: "";
    width: 9px;
    height: 5px;
    background: transparent url(/img/icons/dropdown-arrow@2x.png) no-repeat;
    background-size: 9px 5px;
    position: absolute;
    right: 7px;
    top: 6px
}

.NavBar__network-badge:hover {
    background: #21edba
}

.NavBar__network-badge.NavBar__network-badge--is-disabled {
    cursor: not-allowed;
    pointer-events: none;
    background: #1c243b;
    padding-left: 11px;
    padding-right: 11px;
    color: #8a8fb5
}

.NavBar__network-badge.NavBar__network-badge--is-disabled:after {
    display: none
}

.TabBar {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 70px;
    background-color: #242b45;
    padding-left: 29px;
    padding-right: 29px
}

.TabBar--is-centered {
    justify-content: center;
    padding-left: 0;
    padding-right: 0
}

.TabBar--is-centered .TabBarItem {
    margin-left: 25px;
    margin-right: 25px
}

.TabBar--is-condensed .TabBarItem__title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #92a2d6
}

.TabBar--is-condensed .TabBarItem {
    margin-left: 16px;
    margin-right: 16px
}

.TabBarItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 70px;
    margin-right: 50px;
    cursor: pointer;
    text-decoration: none
}

.TabBarItem__icon,
.TabBarItem__icon-active {
    width: 22px;
    height: 22px;
    margin-right: 8px
}

.TabBarItem__icon-active {
    display: none
}

.TabBarItem__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #8a8fb5;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    cursor: pointer;
    margin-top: 2px
}

.TabBarItem--is-active .TabBarItem__title,
.TabBarItem:hover .TabBarItem__title {
    color: #fff
}

.TabBarItem--is-active .TabBarItem__icon-active {
    display: inline-block
}

.TabBarItem--is-active .TabBarItem__icon {
    display: none
}

.Pages {
    display: flex;
    flex: 1 1
}

.Pages--wallet {
    margin-top: 15px;
    height: 100%;
    overflow-y: hidden
}

.WalletPage {
    display: flex;
    flex-direction: row;
    flex: 1 1;
    height: 100%
}

.WalletPage__master-view {
    display: flex;
    flex-direction: column;
    width: 362px
}

.WalletPage__master-view-spinner {
    align-self: center;
    flex-shrink: 0;
    margin: 15px auto
}

.WalletPage__detail-view {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    background-color: #242b45;
    padding-left: 32px;
    padding-right: 32px;
    overflow-y: auto;
    position: relative
}

.WalletPage__detail-view-spinner {
    align-self: center;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-shrink: 0
}

.WalletPage__header-buttons {
    display: flex;
    flex-direction: row;
    flex: 1 1;
    justify-content: flex-end;
    margin-left: 12px
}

@media only screen and (max-width:1000px) {
    .WalletPage__master-view {
        width: 300px
    }
}

.WalletTokenList {
    margin-right: 15px
}

.WalletTokenList__explorer-link {
    display: block;
    margin-top: 12px;
    color: #10edbd;
    margin-left: 21px;
    font-size: 13px;
    cursor: pointer
}

.WalletTokenList__ethereum-balances-warning {
    display: block;
    margin-top: 12px;
    margin-left: 21px;
    font-size: 13px;
    color: #ed1e5c;
    max-width: 290px
}

.WalletTokenList__refreshed-message {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #fff;
    margin-left: 21px;
    font-size: 11px
}

.WalletTokenListItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 110px;
    padding-left: 22px;
    padding-right: 22px;
    border-bottom: 1px solid rgba(75, 81, 110, .5);
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    position: relative
}

/* .WalletTokenListItem__active-indicator{position:absolute;top:0;left:0;bottom:0;width:2px;background:#1bded0;background:-webkit-gradient(linear,left bottom,left top,from(#22abe3),to(#1bded0));background:linear-gradient(0deg,#22abe3 0,#1bded0);background-size:100%;display:none} */
.WalletTokenListItem__token-container {
    display: flex;
    flex-direction: row
}

.WalletTokenListItem__token-balance-container {
    display: flex;
    flex-direction: column
}

.WalletTokenListItem__token-icon {
    width: 40px;
    height: 40px;
    margin-right: 17px
}

.WalletTokenListItem__token-name {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #92a2d6;
    text-decoration: none
}

.WalletTokenListItem__token-balance {
    font-size: 19px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    text-decoration: none
}

.WalletTokenListItem__action-buttons {
    display: flex;
    flex-direction: row;
    margin-left: 58px;
    margin-top: 20px
}

.WalletTokenListItem__action-buttons .GhostButton:first-child {
    margin-right: 12px
}

.WalletTokenListItem--is-active,
.WalletTokenListItem:hover {
    background-color: #242b45
}

.WalletTokenListItem--is-active .WalletTokenListItem__active-indicator {
    display: block
}

.PageHeader {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #3b4263
}

.PageHeader__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    color: #565d8a;
    letter-spacing: 1.5px
}

.PageHeader--is-sticky {
    top: 0;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    background-color: #242b45
}

.TransactionList {
    display: flex;
    flex-direction: column
}

.ThetaTransactionListItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #4b516e;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 102px;
    cursor: pointer;
    padding-right: 10px;
    -webkit-transition: background-color, .3s, ease-in-out;
    transition: background-color, .3s, ease-in-out
}

.ThetaTransactionListItem__left-container {
    display: flex;
    flex-direction: column;
    flex: 1 1
}

.ThetaTransactionListItem__right-container {
    display: flex;
    flex-direction: column
}

.ThetaTransactionListItem * {
    cursor: pointer
}

.ThetaTransactionListItem:hover {
    background-color: rgba(0, 0, 0, .05)
}

.ThetaTransactionListItem__top-container {
    display: flex;
    flex: 1 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 22px
}

.ThetaTransactionListItem__middle-container {
    display: flex;
    flex: 2 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px
}

.ThetaTransactionListItem__bottom-container {
    justify-content: space-between;
    width: 100%;
    height: 22px
}

.ThetaTransactionListItem__address-container,
.ThetaTransactionListItem__bottom-container {
    display: flex;
    flex: 1 1;
    flex-direction: row;
    align-items: center
}

.ThetaTransactionListItem__address-prefix {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #92a2d6;
    margin-right: 5px;
    height: 16px
}

.ThetaTransactionListItem__address {
    font-size: 18px;
    font-weight: 100;
    line-height: 18px;
    color: #fff;
    height: 18px;
    padding-right: 5px;
    text-overflow: ellipsis
}

.ThetaTransactionListItem__amount-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 15px
}

.ThetaTransactionListItem__amount {
    font-size: 28px;
    font-weight: 100;
    line-height: 28px;
    height: 28px;
    color: #fff;
    text-align: right
}

.ThetaTransactionListItem__amount-icon {
    height: 20px;
    margin-left: 6px
}

.ThetaTransactionListItem__date {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    color: #7a88b5;
    height: 14px
}

.ThetaTransactionListItem__token-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 19px
}

.ThetaTransactionListItem__token-symbol {
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    color: #92a2d6;
    height: 15px
}

.ThetaTransactionListItem__token-icon {
    height: 18px;
    width: 18px;
    margin-left: 5px
}

@media only screen and (max-width:1000px) {
    .ThetaTransactionListItem__amount {
        font-size: 20px
    }
}

.TransactionStatus {
    display: flex;
    flex-direction: row;
    align-items: center
}

.TransactionStatus__dot {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: #92a2d6;
    margin-right: 6px
}

.TransactionStatus__text {
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    height: 10px;
    color: #92a2d6;
    text-transform: uppercase
}

.TransactionStatus--is-inbound .TransactionStatus__dot {
    background-color: #10edbd
}

.TransactionStatus--is-inbound .TransactionStatus__text {
    color: #10edbd
}

.EmptyState {
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
    align-self: center;
    align-items: center;
    justify-content: center;
    flex: 1 1
}

.EmptyState__icon {
    width: 80px;
    height: 80px;
    align-self: center
}

.EmptyState__title {
    font-size: 21px;
    color: #fff;
    text-align: center;
    margin-top: 8px
}

.EmptyState__subtitle {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #404c6e;
    margin-top: 6px;
    margin-bottom: 12px
}

.GhostButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    border: 1px solid #687399;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    box-sizing: border-box
}

.GhostButton:hover {
    background-color: rgba(0, 0, 0, .05)
}

.GhostButton__icon {
    height: 22px;
    margin-right: 8px
}

.GhostButton__title {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    cursor: pointer
}

.GhostButton__spinner {
    margin-left: auto;
    margin-right: auto
}

.GhostButton--is-disabled {
    cursor: not-allowed;
    pointer-events: none
}

.SettingsPage {
    display: flex;
    flex-direction: row;
    flex: 1 1
}

.SettingsPage__detail-view {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    background-color: #242b45;
    padding-left: 32px;
    padding-right: 32px;
    overflow-y: auto;
    position: relative
}

.SettingsSection {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.SettingsSection__title {
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 15px
}

.SettingsSection__content {
    max-width: 400px
}

.InputTitle {
    font-size: 16px;
    font-weight: 400;
    color: #7a88b5;
    margin-bottom: 6px
}

.GradientButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    text-decoration: none;
    background: #1bd3d4;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.GradientButton:hover {
    background: #19c3c4
}

.GradientButton:active {
    background: #18b5b6
}

.GradientButton--is-disabled {
    cursor: not-allowed
}

.GradientButton__title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    cursor: inherit;
    text-decoration: none
}

.OnboardingPage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1
}

.OnboardingPage__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 560px;
    height: 550px
}

.OnboardingPage__image {
    height: 360px
}

.OnboardingPage__title {
    color: #92a2d6;
    margin-bottom: 6px
}

.OnboardingPage__description,
.OnboardingPage__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto
}

.OnboardingPage__description {
    color: #fff
}

.OnboardingPage__footer {
    margin-top: auto;
    height: 75px
}

.OnboardingPage__footer,
.OnboardingPage__restore-button {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto
}

.OnboardingPage__restore-button {
    display: block;
    margin-top: 18px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 400
}

.CreateWalletPage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1
}

.CreateWalletPage__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 430px;
    width: 100%;
    height: 550px
}

.CreateWalletPage__title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 28px;
    min-height: 28px;
    color: #fff;
    margin-bottom: 10px
}

.CreateWalletPage__subtitle {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #8a8fb5;
    margin-top: 16px
}

.CreateWalletPage__subtitle a {
    margin-left: 6px
}

.ChoosePasswordCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 435px;
    background-color: rgba(138, 143, 181, .12);
    border-radius: 12px
}

.ChoosePasswordCard__content {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    padding: 0 17px 17px;
    width: 100%;
    margin-left: auto;
    max-width: 360px;
    margin-right: auto
}

.ChoosePasswordCard__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px
}

.ChoosePasswordCard__footer {
    margin-top: auto
}

.ChoosePasswordCard__title {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px
}

.ChoosePasswordCard__subtitle {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #92a2d6
}

.ChoosePasswordCard__inputs {
    display: flex;
    flex-direction: column
}

.ChoosePasswordCard__password-input {
    background-color: rgba(138, 143, 181, .12);
    height: 50px;
    color: #fff;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 17px;
    width: calc(100% - 24px);
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px;
    font-family: "AlwynNew", "Helvetica Neue", -apple-system, sans-serif
}

.ChoosePasswordCard__password-input:last-of-type {
    margin-bottom: 2px
}

.ChoosePasswordCard__error {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    color: #ff1d25;
    min-height: 20px
}

::-webkit-input-placeholder {
    color: #92a2d6;
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}

::-ms-input-placeholder {
    opacity: 1
}

::placeholder {
    color: #92a2d6;
    opacity: 1
}

:-ms-input-placeholder {
    color: #92a2d6
}

::-ms-input-placeholder {
    color: #92a2d6
}

.ChoosePasswordCard__message-wrapper {
    display: flex;
    flex: 1 1;
    margin-top: 10px;
    margin-bottom: 30px;
    align-items: flex-start
}

.ChoosePasswordCard__message {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    line-height: 16px;
    color: #92a2d6;
    margin-left: 8px;
    /* -webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;cursor:pointer} */
}

.MnemonicWarningCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgba(138, 143, 181, .12);
    border-radius: 12px;
    min-height: 435px
}

.MnemonicWarningCard__content {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    padding: 0 17px 17px;
    margin-left: auto;
    width: 100%;
    max-width: 360px;
    margin-right: auto
}

.MnemonicWarningCard__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 17px
}

.MnemonicWarningCard__footer {
    margin-top: auto
}

.MnemonicWarningCard__title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase
}

.MnemonicWarningCard__subtitle {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #92a2d6
}

.MnemonicWarningCard__warning-title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    color: #ff1d25;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px
}

.MnemonicWarningCard__warning-body {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    color: #92a2d6;
    max-width: 310px
}

.MnemonicWarningCard__warning {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    align-items: center
}

.MnemonicWarningCard__icon {
    height: 116px;
    width: auto;
    align-self: center
}

.MnemonicCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgba(138, 143, 181, .12);
    border-radius: 12px;
    min-height: 435px
}

.MnemonicCard__content {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    padding: 0 17px 17px;
    margin-left: auto;
    width: 100%;
    max-width: 360px;
    margin-right: auto
}

.MnemonicCard__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 17px
}

.MnemonicCard__footer {
    margin-top: auto
}

.MnemonicCard__title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase
}

.MnemonicCard__subtitle {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #92a2d6
}

.MnemonicCard__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.MnemonicCard__instructions {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-bottom: 30px
}

.MnemonicCard__phrase-container {
    text-align: center;
    position: relative;
    background: #404c6e;
    padding: 20px;
    border-radius: 4px
}

.MnemonicCard__phrase-container p {
    line-height: 25px;
    font-size: 18px;
    word-spacing: 6px;
    font-weight: 900;
    color: #fff;
    margin: 0
}

.MnemonicCard__view-private-key {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-top: 8px;
    cursor: pointer
}

.WalletCreationCompleteCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgba(138, 143, 181, .12);
    border-radius: 12px;
    min-height: 435px
}

.WalletCreationCompleteCard__content {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    padding: 0 17px 17px;
    margin-left: auto;
    width: 100%;
    max-width: 360px;
    margin-right: auto
}

.WalletCreationCompleteCard__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 17px
}

.WalletCreationCompleteCard__footer {
    margin-top: auto
}

.WalletCreationCompleteCard__title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase
}

.WalletCreationCompleteCard__subtitle {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #92a2d6
}

.WalletCreationCompleteCard__success-title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    color: #1bded0;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px
}

.WalletCreationCompleteCard__success-body {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    color: #92a2d6
}

.WalletCreationCompleteCard__success {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    align-items: center
}

.WalletCreationCompleteCard__icon {
    height: 116px;
    width: auto;
    align-self: center
}

.UnlockWalletPage {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1
}

.UnlockWalletPage__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 440px;
    width: 100%;
    height: 550px
}

.UnlockWalletPage__title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 28px;
    min-height: 28px;
    color: #fff;
    margin-bottom: 10px
}

.UnlockWalletPage__subtitle {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #8a8fb5;
    margin-top: 16px
}

.UnlockWalletPage__subtitle a {
    margin-left: 6px
}

.UnlockWalletCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgba(138, 143, 181, .12);
    min-height: 435px;
    border-radius: 12px
}

.UnlockWalletCard__content {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    padding: 0 17px 17px
}

.UnlockWalletCard__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 17px
}

.UnlockWalletCard__footer {
    margin-top: auto
}

.UnlockWalletCard__title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase
}

.UnlockWalletCard__subtitle {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #92a2d6
}

.UnlockWalletCard__tab-bar {
    width: calc(100% + 34px);
    background-color: transparent
}

.UnlockWalletCard__warning {
    display: flex;
    align-self: center;
    flex: 1 1;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: #ed1e5c;
    max-width: 330px
}

.UnlockWalletCard__warning1 {
    display: flex;
    align-self: center;
    flex: 1 1;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: #ed1e5c;
    max-width: 330px;
    margin-top: 2px;
}

.UnlockWalletViaKeystoreFile {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-width: 360px;
    margin-left: auto;
    margin-right: auto
}

.UnlockWalletViaKeystoreFile__footer {
    margin-top: auto
}

.UnlockWalletViaKeystoreFile__file-input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px dashed #697399;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    font-size: 17px;
    color: #92a2d6
}

.UnlockWalletViaKeystoreFile__file-input--has-file {
    border: 1px solid #1bded0;
    color: #1bded0
}

.UnlockWalletViaKeystoreFile__file-input--has-file:after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    left: 12px;
    background-image: url(../public/images/checkmark-green@2x.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px 20px
}

.UnlockWalletViaKeystoreFile__file-input:hover {
    background-color: rgba(0, 0, 0, .1)
}

.UnlockWalletViaKeystoreFile__file-input input[type=file] {
    display: none
}

.UnlockWalletViaKeystoreFile__title {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px
}

.UnlockColdWalletLedger__select,
.UnlockWalletViaKeystoreFile__password-input {
    background-color: rgba(138, 143, 181, .12);
    height: 50px;
    color: #fff;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 17px;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    font-family: "Alwyn New", "Helvetica Neue", -apple-system, sans-serif
}

.UnlockColdWalletLedger__select {
    width: 100%;
    margin-bottom: 18px;
    text-align: center
}

.UnlockWalletViaMnemonicPhrase {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-width: 360px;
    margin-left: auto;
    margin-right: auto
}

.UnlockWalletViaMnemonicPhrase__footer {
    margin-top: auto
}

.UnlockWalletViaMnemonicPhrase__title {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px
}

.UnlockWalletViaMnemonicPhrase__mnemonic {
    background-color: rgba(138, 143, 181, .12);
    outline: none !important;
    border: none !important;
    color: #fff;
    padding: 12px;
    font-size: 17px;
    height: 70px;
    resize: none;
    border-radius: 4px
}

.UnlockWalletViaMnemonicPhrase__mnemonic-instructions {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    color: #92a2d6
}

.UnlockWalletViaMnemonicPhrase__password-input {
    background-color: rgba(138, 143, 181, .12);
    height: 50px;
    color: #fff;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 17px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: "Alwyn New", "Helvetica Neue", -apple-system, sans-serif;
    box-sizing: border-box
}

.UnlockWalletViaPrivateKey {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-width: 360px;
    margin-left: auto;
    margin-right: auto
}

.UnlockWalletViaPrivateKey__footer {
    margin-top: auto
}

.UnlockWalletViaPrivateKey__title {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px
}

.UnlockWalletViaPrivateKey__private-key {
    background-color: rgba(138, 143, 181, .12);
    outline: none !important;
    border: none !important;
    color: #fff;
    padding: 12px;
    font-size: 17px;
    height: 70px;
    resize: none;
    border-radius: 4px
}

.UnlockWalletViaPrivateKey__private-key-instructions {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 6px;
    margin-bottom: 20px;
    text-align: center;
    color: #92a2d6
}

.UnlockWalletViaPrivateKey__password-input {
    background-color: rgba(138, 143, 181, .12);
    height: 50px;
    color: #fff;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 17px;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    font-family: "Alwyn New", "Helvetica Neue", -apple-system, sans-serif
}

.UnlockWalletViaColdWallet {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-width: 360px;
    margin-left: auto;
    margin-right: auto
}

.UnlockWalletViaColdWallet__footer {
    display: flex;
    justify-content: space-between;
    margin-top: auto
}

.UnlockWalletViaColdWallet__footer .GradientButton {
    flex: 1 1
}

.UnlockWalletViaColdWallet__title {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0
}

.HardwareDeviceAccountRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #687399;
    cursor: pointer
}

.HardwareDeviceAccountRow * {
    cursor: inherit
}

.HardwareDeviceAccountRow__address {
    font-size: 13px;
    font-weight: 600;
    color: #92a2d6;
    text-align: left;
    flex: 1 1
}

.HardwareDeviceAccountRow__balances {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    min-height: 38px
}

.HardwareDeviceAccountRow__balance {
    display: flex;
    flex-direction: row;
    margin-top: 2px;
    margin-bottom: 2px
}

.HardwareDeviceAccountRow__balance img {
    height: 13px;
    margin-left: 6px
}

.HardwareDeviceAccountRow__balance span {
    font-size: 13px;
    color: #fff;
    text-align: right
}

.HardwareOptionButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid #687399;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    margin-top: 22px
}

.HardwareOptionButton:hover {
    background-color: rgba(0, 0, 0, .05)
}

.HardwareOptionButton__icon {
    height: 22px;
    margin-right: 8px;
    position: absolute;
    left: 8px
}

.HardwareOptionButton__title {
    font-size: 17px;
    font-weight: 400;
    color: inherit;
    cursor: pointer
}

.HardwareOptionButton--is-selected {
    border: 1px solid #1bded0;
    color: #1bded0
}

.DropZone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    background: rgba(28, 36, 59, .93);
    -webkit-transition: visibility 175ms, opacity 175ms;
    transition: visibility 175ms, opacity 175ms;
    padding: 20px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0
}

.DropZone:after {
    content: "";
    display: block;
    width: 360px;
    height: 360px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: 0;
    border: 6px dashed rgba(112, 119, 163, .5);
    border-radius: 30px;
    align-self: center
}

.DropZone__icon {
    height: 90px;
    margin-bottom: 20px
}

.DropZone__title {
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

.DropZone--is-active {
    visibility: visible;
    opacity: 1
}

.StakesPage {
    display: flex;
    flex-direction: row;
    flex: 1 1
}

.StakesPage__detail-view {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    background-color: #242b45;
    padding-left: 32px;
    padding-right: 32px;
    overflow-y: auto;
    position: relative
}

.StakesPage__detail-view-spinner {
    align-self: center;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-shrink: 0
}

.StakesPage__header-buttons {
    display: flex;
    flex-direction: row;
    flex: 1 1;
    justify-content: flex-end;
    margin-left: 12px
}

.StakesTable {
    color: #fff;
    border: none;
    border-collapse: collapse
}

.StakesTable thead {
    border-bottom: 1px solid #3b4263;
    background-color: rgba(0, 0, 0, .05)
}

.StakesTable th {
    height: 50px
}

.StakesTable th,
.StakesTable tr {
    text-align: left;
    line-height: 44px
}

.StakesTable tr {
    height: 44px;
    border-bottom: 1px solid #3b4263
}

.StakesTable td {
    text-align: left;
    font-size: 15px
}

.StakesTable__header--node-type {
    width: 100px
}

.StakesTable__header--return-height {
    width: 150px
}

.StakesTable__header--holder {
    width: 450px
}

.StakesTableRow__token-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center
}

.StakesTableRow__token-img {
    height: 20px;
    margin-right: 6px
}

.OfflinePage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1
}

.OfflinePage__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 430px;
    width: 100%;
    height: 550px
}

.OfflinePage__title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 28px;
    min-height: 28px;
    color: #fff;
    margin-bottom: 10px
}

.OfflineCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #242f4b;
    min-height: 435px
}

.OfflineCard__content {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    padding: 0 17px 17px;
    margin-left: auto;
    width: 100%;
    max-width: 360px;
    margin-right: auto
}

.OfflineCard__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 17px
}

.OfflineCard__footer {
    margin-top: auto
}

.OfflineCard__title {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px
}

.OfflineCard__message,
.OfflineCard__title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    color: #92a2d6
}

.OfflineCard__body {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    align-items: center
}

.OfflineCard__icon {
    height: 116px;
    width: auto;
    align-self: center
}

.ContractPage {
    display: flex;
    flex-direction: row;
    flex: 1 1
}

.ContractPage__detail-view {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    background-color: #242b45;
    padding-left: 32px;
    padding-right: 32px;
    overflow-y: auto;
    position: relative
}

.DeployContractContent,
.InteractWithContractContent {
    padding-top: 22px;
    padding-bottom: 44px
}

.ContractPage textarea {
    height: 130px;
    padding-top: 10px
}

.ContractPage input,
.ContractPage select,
.ContractPage textarea {
    margin-bottom: 20px !important
}

.ContractPage form .InputError {
    margin-top: -20px;
    margin-bottom: 20px
}

.ReceiveModal {
    display: flex;
    flex-direction: column;
    background-color: #1c243b;
    width: 500px;
    min-height: 540px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px
}

.ReceiveModal__title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 20px
}

.ReceiveModal__public-address-title {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #92a2d6;
    margin-bottom: 12px;
    text-transform: uppercase
}

.ReceiveModal__public-address {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #fff
}

.ReceiveModal__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px
}

.ReceiveModal__qr {
    display: flex;
    align-self: center;
    width: 160px;
    height: 160px
}

.ReceiveModal__faucet {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px
}

.ReceiveModal__faucet-button {
    width: 110px
}

.ReceiveModal__faucet-message {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 12px
}

.ModalOverlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(19, 24, 42, .92);
    cursor: pointer
}

.Modal {
    cursor: auto
}

.Modal:focus {
    outline: none
}

.Modal__close-button {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 24px;
    cursor: pointer;
    background: #242f4b;
    pointer-events: none
}

.Modal__close-button,
.Modal__close-button img {
    height: 48px;
    width: 48px
}

.Warning {
    padding: 6px 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    background-color: rgba(255, 48, 86, .3);
    color: #ff3056;
    font-size: 14px
}

.Warning__learn-more {
    text-decoration: underline;
    color: #fff;
    margin-left: 6px;
    cursor: pointer
}

.PrivateKeyModal {
    display: flex;
    flex-direction: column;
    background-color: #1c243b;
    width: 450px;
    height: 500px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px
}

.PrivateKeyModal__title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 6px
}

.PrivateKeyModal__instructions {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    color: #92a2d6
}

.PrivateKeyModal__private-key {
    background-color: #404c6e;
    outline: none !important;
    border: none !important;
    color: #fff;
    padding: 12px;
    font-size: 17px;
    height: 45px;
    resize: none;
    border-radius: 4px;
    margin-top: 35px;
    margin-bottom: 45px
}

.PrivateKeyModal .GradientButton {
    align-self: center;
    min-width: 200px
}

.TxConfirmationModal {
    display: flex;
    flex-direction: column;
    background-color: #1c243b;
    width: 500px;
    min-height: 540px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px
}

.TxConfirmationModal__title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    display: none
}

.TxConfirmationModal__amount-title {
    font-size: 13px;
    font-weight: 600;
    color: #92a2d6;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase
}

.TxConfirmationModal__amount {
    font-size: 41px;
    font-weight: 300;
    color: #fff;
    line-height: 50px
}

.TxConfirmationModal__token-name {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.TxConfirmationModal__to-title {
    font-size: 13px;
    font-weight: 600;
    color: #92a2d6;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase
}

.TxConfirmationModal__to {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 20px
}

.TxConfirmationModal__holder-title {
    font-size: 13px;
    font-weight: 600;
    color: #92a2d6;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase
}

.TxConfirmationModal__holder {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 20px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

.TxConfirmationModal__rows {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    border-top: 1px solid #687399;
    margin-bottom: auto
}

.TxConfirmationModal__row {
    display: flex;
    flex-direction: row;
    flex: 1 1;
    justify-content: space-between;
    align-items: center;
    min-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #687399
}

.TxConfirmationModal__row-title {
    font-size: 13px;
    font-weight: 600;
    color: #92a2d6;
    text-align: left;
    line-height: 22px;
    text-transform: uppercase
}

.TxConfirmationModal__row-value {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: 22px
}

.TxConfirmationModal__password-container {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 30px
}

.TxConfirmationModal__password-title {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 16px;
    margin-bottom: 5px;
    text-align: center
}

@media only screen and (max-height:650px) {
    .TxConfirmationModal {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.UnsupportedDevice {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #1c243b;
    position: absolute;
    z-index: 1000000000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.UnsupportedDevice__content {
    display: flex;
    flex-direction: column;
    max-width: 374px;
    box-sizing: border-box;
    padding: 10px
}

.UnsupportedDevice__logo {
    height: 34px;
    align-self: center
}

.UnsupportedDevice__title {
    font-size: 23px;
    font-weight: 100;
    line-height: 36px;
    margin-top: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 22px
}

.UnsupportedDevice__app-store-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    cursor: pointer
}

.UnsupportedDevice__app-store-badge img {
    height: 54px;
    align-self: center
}

/* @media only screen and (max-width:800px) {
    .UnsupportedDevice {
        display: flex
    }
} */

.Alert {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #242f4b;
    padding: 12px;
    min-width: 500px;
    box-sizing: border-box;
    min-height: 60px;
    box-shadow: 0 0 56px 2px rgba(0, 0, 0, .2)
}

.Alert__icon {
    width: 24px;
    align-self: center
}

.Alert__message {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    color: #fff;
    flex: 1 1
}

.Alert__close-button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    outline: none
}

.Alert__close-button img {
    width: 16px
}


.Alert {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #242F4B;
    padding: 12px;
    min-width: 500px;
    box-sizing: border-box;
    min-height: 60px;
    box-shadow: 0px 0px 56px 2px rgba(0, 0, 0, 0.2);
}

.Alert__icon {
    width: 24px;
    align-self: center;
}

.Alert__message {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    color: white;
    flex: 1;
}

.Alert__close-button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #FFFFFF;
    outline: none;
}

.Alert__close-button img {
    width: 16px;
}

.App {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    height: 100%;
    width: 100%;
}

.ContractPage {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.ContractPage__detail-view {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #242b45;
    padding-left: 32px;
    padding-right: 32px;
    overflow-y: auto;
    position: relative;
}

.DeployContractContent,
.InteractWithContractContent {
    padding-top: 22px;
    padding-bottom: 44px;
}

.ContractPage textarea {
    height: 130px;
    padding-top: 10px;
    margin-bottom: 20px !important;
}

.ContractPage input {
    margin-bottom: 20px !important;
}

.ContractPage select {
    margin-bottom: 20px !important;
}

.ContractPage form .InputError {
    margin-top: -20px;
    margin-bottom: 20px;
}

.CreateWalletPage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.CreateWalletPage__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 430px;
    width: 100%;
    height: 550px;
}

.CreateWalletPage__title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 28px;
    min-height: 28px;
    color: white;
    margin-bottom: 10px;
}

.CreateWalletPage__subtitle {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #8A8FB5;
    margin-top: 16px;
}

.CreateWalletPage__subtitle a {
    margin-left: 6px;
}

.ChoosePasswordCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 435px;
    background-color: #8A8FB51F;
    border-radius: 12px;
}

.ChoosePasswordCard__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 17px;
    padding-top: 0;
    width: 100%;
    margin-left: auto;
    max-width: 360px;
    margin-right: auto;
}

.ChoosePasswordCard__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
    /*border-bottom: 1px solid rgba(75, 81, 110, 0.5);*/
    /*margin-bottom: 17px;*/
}

.ChoosePasswordCard__footer {
    margin-top: auto;
}

.ChoosePasswordCard__title {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ChoosePasswordCard__subtitle {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    color: #92A2D6;
}

.ChoosePasswordCard__inputs {
    display: flex;
    flex-direction: column;
}

.ChoosePasswordCard__password-input {
    background-color: #8A8FB51F;
    height: 50px;
    color: white;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 17px;
    width: calc(100% - 24px);
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px;
    font-family: 'Alwyn New', "Helvetica Neue", -apple-system, sans-serif;
}

.ChoosePasswordCard__password-input:last-of-type {
    margin-bottom: 2px;
}

.ChoosePasswordCard__error {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    color: #ff1d25;
    min-height: 20px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #92A2D6;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #92A2D6;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #92A2D6;
}

.ChoosePasswordCard__message-wrapper {
    display: flex;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.ChoosePasswordCard__message {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
    color: #92A2D6;
    margin-left: 8px;
    cursor: pointer;
}

.MnemonicWarningCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #8A8FB51F;
    border-radius: 12px;
    min-height: 435px;
}

.MnemonicWarningCard__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 17px;
    padding-top: 0;
    margin-left: auto;
    width: 100%;
    max-width: 360px;
    margin-right: auto;
}

.MnemonicWarningCard__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
    /*border-bottom: 1px solid rgba(75, 81, 110, 0.5);*/
    margin-bottom: 17px;
}

.MnemonicWarningCard__footer {
    margin-top: auto;
}

.MnemonicWarningCard__title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    color: white;
    text-transform: uppercase;
}

.MnemonicWarningCard__subtitle {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    color: #92A2D6;
}

.MnemonicWarningCard__warning-title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    color: #ff1d25;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}


.MnemonicWarningCard__warning-body {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    color: #92A2D6;
    max-width: 310px;
}

.MnemonicWarningCard__warning {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
}


.MnemonicWarningCard__icon {
    height: 116px;
    width: auto;
    align-self: center;
}

.DropZone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    background: rgba(28, 36, 59, 0.93);
    transition: visibility 175ms, opacity 175ms;
    padding: 20px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
}

.DropZone::after {
    content: "";
    display: block;
    width: 360px;
    height: 360px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: 0;
    border: 6px dashed rgba(112, 119, 163, 0.50);
    border-radius: 30px;
    align-self: center;
}

.DropZone__icon {
    height: 90px;
    margin-bottom: 20px;
}

.DropZone__title {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.DropZone--is-active {
    visibility: visible;
    opacity: 1;
}

.EmptyState {
    display: flex;
    flex-direction: column;
    padding: 30px;
    padding-left: 15px;
    padding-right: 15px;
    align-self: center;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.EmptyState__icon {
    width: 80px;
    height: 80px;
    align-self: center;
}

.EmptyState__title {
    font-size: 21px;
    color: white;
    text-align: center;
    margin-top: 8px;
}

.EmptyState__subtitle {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #404C6E;
    margin-top: 6px;
    margin-bottom: 12px;
}

.GhostButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    border: 1px solid #687399;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    box-sizing: border-box;
}

.GhostButton:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.GhostButton__icon {
    height: 22px;
    margin-right: 8px;
}

.GhostButton__title {
    font-size: 15px;
    font-weight: normal;
    color: white;
    cursor: pointer;
}

.GhostButton__spinner {
    margin-left: auto;
    margin-right: auto;
}

/* .GhostButton--is-disabled{
    cursor: not-allowed;
    pointer-events:none; */

.GradientButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 360px;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    text-decoration: none;

    /*background: #29b3eb; !* Old browsers *!*/
    /*background: -moz-linear-gradient(left, #29b3eb 0%, #21edba 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left, #29b3eb 0%,#21edba 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right, #29b3eb 0%,#21edba 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*background-size: 100%;*/
    background: #1BD3D4;

    transition: all 0.2s ease-in-out;
}

.GradientButtonMnemonic {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 360px;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    text-decoration: none;
    margin-left: 20px;
    margin-bottom: 20px;

    /*background: #29b3eb; !* Old browsers *!*/
    /*background: -moz-linear-gradient(left, #29b3eb 0%, #21edba 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left, #29b3eb 0%,#21edba 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right, #29b3eb 0%,#21edba 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*background-size: 100%;*/
    background: #1BD3D4;

    transition: all 0.2s ease-in-out;
}

.GradientButtonPrivatekey {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 360px;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    text-decoration: none;
    margin-left: 20px;
    margin-bottom: 20px;

    /*background: #29b3eb; !* Old browsers *!*/
    /*background: -moz-linear-gradient(left, #29b3eb 0%, #21edba 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left, #29b3eb 0%,#21edba 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right, #29b3eb 0%,#21edba 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*background-size: 100%;*/
    background: #1BD3D4;

    transition: all 0.2s ease-in-out;
}

.GradientButtonKeystore {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 360px;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    text-decoration: none;
    margin-left: 20px;
    margin-bottom: 20px;

    /*background: #29b3eb; !* Old browsers *!*/
    /*background: -moz-linear-gradient(left, #29b3eb 0%, #21edba 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left, #29b3eb 0%,#21edba 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right, #29b3eb 0%,#21edba 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*background-size: 100%;*/
    background: #1BD3D4;

    transition: all 0.2s ease-in-out;
}

.GradientButton:hover {
    background: #19C3C4;
}

.GradientButton:active {
    background: #18b5b6;
}

/* .GradientButton--is-disabled{ */
/*background: #404C6E !important;*/
/*box-shadow: none !important;*/
/* cursor: not-allowed; */
/*pointer-events:none;*/

.GradientButton__title {
    font-size: 18px;
    font-weight: 400;
    /* color: #fff; */
    cursor: inherit;
    text-decoration: none;
}


.GradientButton__title {
    font-size: 18px;
    font-weight: normal;
    color: white;
    cursor: inherit;
    text-decoration: none;
}

.HardwareOptionButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid #687399;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    color: white;
    margin-top: 22px;
}

.HardwareOptionButton:hover {
    background-color: rgba(0, 0, 0, 0.05);
}


.HardwareOptionButton__icon {
    height: 22px;
    margin-right: 8px;
    position: absolute;
    left: 8px;
}

.HardwareOptionButton__title {
    font-size: 17px;
    font-weight: normal;
    color: inherit;
    cursor: pointer;
}

.HardwareOptionButton--is-selected {
    border: 1px solid #1BDED0;
    color: #1BDED0;
}

.ModalOverlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #13182aeb;
    cursor: pointer;
}

.Modal {
    cursor: auto;
}

.Modal:focus {
    outline: none;
}

.Modal__close-button {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 48px;
    width: 48px;
    transition: all 0.2s ease-in-out;
    border-radius: 24px;
    cursor: pointer;
    background: #242F4B;
    pointer-events: none;
}

.Modal__close-button img {
    width: 48px;
    height: 48px;
}

.NavBar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #1C243B;
    height: 100px;
    flex-shrink: 0;
}

.NavBar__logo {
    height: 36px;
    align-self: center;
    margin-bottom: 6px;
}

.NavBar--is-centered {
    justify-content: center;
}

/* .NavBar--is-centered .NavBar__logo {
    /*height: 28px;*/
*/ .NavBar__account {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.NavBar__wallet {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.NavBar__wallet-title {
    font-size: 14px;
    font-weight: normal;
    color: #8A8FB5;
    margin-right: 6px;
}

.NavBar__wallet-address {
    font-size: 14px;
    font-weight: normal;
    color: white;
}

.NavBar__wallet-copy-address-icon {
    cursor: pointer;
    margin-left: 6px;
    margin-top: 2px;
}

.NavBar__wallet-copy-address-icon img {
    height: 19px;
}

.NavBar__logout {
    color: #8A8FB5;
    margin-top: 6px;
    cursor: pointer;
    transition: opacity, 0.2s, ease-in-out;
}

.NavBar__network-badge {
    position: relative;
    padding: 0;
    padding-left: 11px;
    padding-right: 22px;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    background: #29b3eb;
    background: linear-gradient(to right, #29b3eb 0%, #21edba 100%);
    background-size: 100%;
    color: #1C243B;
    padding-top: 3px;
    height: 18px;
    box-sizing: border-box;
}

.NavBar__network-badge:after {
    display: block;
    content: "";
    width: 9px;
    height: 5px;
    background: transparent url('../public/images/dropdown-arrow@2x.png') no-repeat;
    background-size: 9px 5px;
    position: absolute;
    right: 7px;
    top: 6px;
}


.NavBar__network-badge:hover {
    background: #21edba;
}

.NavBar__network-badge.NavBar__network-badge--is-disabled {
    cursor: not-allowed;
    pointer-events: none;

    /*Make it look disabled and change spacing because we removed the dropdown arrow*/
    background: #1C243B;
    padding-left: 11px;
    padding-right: 11px;
    color: #8A8FB5;
}

.NavBar__network-badge.NavBar__network-badge--is-disabled:after {
    display: none;
}

.OfflinePage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.OfflinePage__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 430px;
    width: 100%;
    height: 550px;
}

.OfflinePage__title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 28px;
    min-height: 28px;
    color: white;
    margin-bottom: 10px;
}

.OfflineCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #242F4B;
    min-height: 435px;
}

.OfflineCard__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 17px;
    padding-top: 0;
    margin-left: auto;
    width: 100%;
    max-width: 360px;
    margin-right: auto;
}

.OfflineCard__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 17px;
}

.OfflineCard__footer {
    margin-top: auto;
}

.OfflineCard__title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    color: #92A2D6;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

.OfflineCard__message {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    color: #92A2D6;
}

.OfflineCard__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
}

.OfflineCard__icon {
    height: 116px;
    width: auto;
    align-self: center;
}

.OnboardingPage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.OnboardingPage__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 560px;
    height: 550px;
}

.OnboardingPage__image {
    height: 360px;
}

.OnboardingPage__title {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    text-align: center;
    color: #92A2D6;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
}

.OnboardingPage__description {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    text-align: center;
    color: white;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

.OnboardingPage__footer {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    height: 75px;
}

.OnboardingPage__restore-button {
    display: block;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.PageHeader {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgba(59, 66, 99, 1.0);
}


.PageHeader__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    color: #565D8A;
    letter-spacing: 1.5px;
}

.PageHeader--is-sticky {
    top: 0;
    position: relative;
    position: sticky;
    background-color: #242b45;
}

.Pages {
    display: flex;
    flex: 1;
}

.Pages--wallet {
    margin-top: 15px;
    height: 100%;
    overflow-y: hidden;
}

.PrivateKeyModal {
    display: flex;
    flex-direction: column;
    background-color: #1C243B;
    width: 450px;
    height: 500px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
}

.PrivateKeyModal__title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-bottom: 6px;
}

.PrivateKeyModal__instructions {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    color: #92A2D6;
}

.PrivateKeyModal__private-key {
    background-color: #404C6E;
    outline: none !important;
    border: none !important;
    color: white;
    padding: 12px;
    font-size: 17px;
    height: 45px;
    resize: none;
    border-radius: 4px;
    margin-top: 35px;
    margin-bottom: 45px;
}

.PrivateKeyModal .GradientButton {
    align-self: center;
    min-width: 200px;
}

.ReceiveModal {
    display: flex;
    flex-direction: column;
    background-color: #1C243B;
    width: 500px;
    min-height: 540px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
}

.ReceiveModal__title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.ReceiveModal__public-address-title {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #92A2D6;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ReceiveModal__public-address {
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    color: white;
}

.ReceiveModal__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.ReceiveModal__qr {
    display: flex;
    align-self: center;
    width: 160px;
    height: 160px;
}

.ReceiveModal__faucet {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.ReceiveModal__faucet-button {
    width: 110px;
}

.ReceiveModal__faucet-message {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: white;
    margin-top: 12px;
    margin-bottom: 12px;
}

.SettingsPage {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.SettingsPage__detail-view {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #242b45;
    padding-left: 32px;
    padding-right: 32px;
    overflow-y: auto;
    position: relative;
}

.SettingsSection {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.SettingsSection__title {
    font-size: 24px;
    font-weight: 100;
    color: white;
    margin-bottom: 15px;
}

.SettingsSection__content {
    max-width: 400px;
}

.InputTitle {
    font-size: 16px;
    font-weight: normal;
    color: #7A88B5;
    margin-bottom: 6px;

}

.StakesPage {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.StakesPage__detail-view {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #242b45;
    padding-left: 32px;
    padding-right: 32px;
    overflow-y: auto;
    position: relative;
}

.StakesPage__detail-view-spinner {
    align-self: center;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.StakesPage__header-buttons {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    margin-left: 12px;
}

.StakesTable {
    color: white;
    border: none;
    border-collapse: collapse;
}

.StakesTable thead {
    border-bottom: 1px solid rgba(59, 66, 99, 1.0);
    background-color: rgba(0, 0, 0, 0.05);
}

.StakesTable th {
    text-align: left;
    height: 50px;
    line-height: 44px;
}

.StakesTable tr {
    text-align: left;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid rgba(59, 66, 99, 1.0);
}

.StakesTable td {
    text-align: left;
    font-size: 15px;
}

.StakesTable__header--node-type {
    width: 100px;
}


.StakesTable__header--holder {
    width: 450px;
}

.StakesTableRow__token-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.StakesTableRow__token-img {
    height: 20px;
    margin-right: 6px;
}

.TabBar {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 70px;
    background-color: #242b45;
    padding-left: 29px;
    padding-right: 29px;
}

.TabBar--is-centered {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.TabBar--is-centered .TabBarItem {
    margin-left: 25px;
    margin-right: 25px;
}

.TabBar--is-condensed .TabBarItem__title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #92A2D6;
}

.TabBar--is-condensed .TabBarItem {
    margin-left: 16px;
    margin-right: 16px;
}

.Warning {
    padding: 6px 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    background-color: rgba(255, 48, 86, 0.30);
    color: #FF3056;
    font-size: 14px;
}

.Warning__learn-more {
    text-decoration: underline;
    color: white;
    margin-left: 6px;
    cursor: pointer;
}

.TabBarItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 70px;
    margin-right: 50px;
    cursor: pointer;
    text-decoration: none;
}

.TabBarItem__icon,
.TabBarItem__icon-active {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.TabBarItem__icon-active {
    display: none;
}

.TabBarItem__title {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    color: #8A8FB5;
    transition: color 0.2s ease-in-out;
    cursor: pointer;
    margin-top: 2px;
}

.TabBarItem--is-active .TabBarItem__title,
.TabBarItem:hover .TabBarItem__title {
    color: white;
}

.TabBarItem--is-active .TabBarItem__icon-active {
    display: inline-block;
}

.TabBarItem--is-active .TabBarItem__icon {
    display: none;
}

.ThetaTransactionListItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #4B516E;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: calc(132px - 30px);
    cursor: pointer;
    padding-right: 10px;
    transition: background-color, 0.3s, ease-in-out;
}

.ThetaTransactionListItem__left-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ThetaTransactionListItem__right-container {
    display: flex;
    flex-direction: column;
}

.ThetaTransactionListItem * {
    cursor: pointer;
}

.ThetaTransactionListItem:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.ThetaTransactionListItem__top-container {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 22px;
}

.ThetaTransactionListItem__middle-container {
    display: flex;
    flex: 2;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ThetaTransactionListItem__bottom-container {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 22px;
}

.ThetaTransactionListItem__address-container {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
}

.ThetaTransactionListItem__address-prefix {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #92A2D6;
    margin-right: 5px;
    height: 16px;
}

.ThetaTransactionListItem__address {
    font-size: 18px;
    font-weight: 100;
    line-height: 18px;
    color: white;
    height: 18px;
    padding-right: 5px;
    text-overflow: ellipsis;
}

.ThetaTransactionListItem__amount-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 15px;
}

.ThetaTransactionListItem__amount {
    font-size: 28px;
    font-weight: 100;
    line-height: 28px;
    height: 28px;
    color: white;
    text-align: right;
}

.ThetaTransactionListItem__amount-icon {
    height: 20px;
    margin-left: 6px;
}

.ThetaTransactionListItem__date {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    color: #7A88B5;
    height: 14px;
}

.ThetaTransactionListItem__token-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 19px;
}

.ThetaTransactionListItem__token-symbol {
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    color: #92A2D6;
    height: 15px;
}

.ThetaTransactionListItem__token-icon {
    height: 18px;
    width: 18px;
    margin-left: 5px;
}

@media only screen and (max-width: 1000px) {
    .ThetaTransactionListItem__amount {
        font-size: 20px;
    }
}

.TransactionList {
    display: flex;
    flex-direction: column;
}

.TransactionStatus {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.TransactionStatus__dot {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: #92A2D6;
    margin-right: 6px;
}

.TransactionStatus__text {
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    height: 10px;
    color: #92A2D6;
    text-transform: uppercase;
}

.TransactionStatus--is-inbound .TransactionStatus__dot {
    background-color: #10EDBD;
}

.TransactionStatus--is-inbound .TransactionStatus__text {
    color: #10EDBD;
}

.TxConfirmationModal {
    display: flex;
    flex-direction: column;
    background-color: #1C243B;
    width: 500px;
    min-height: 540px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
}

.TxConfirmationModal__title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    display: none;
}

.TxConfirmationModal__amount-title {
    font-size: 13px;
    font-weight: 600;
    color: #92A2D6;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
}

.TxConfirmationModal__amount {
    font-size: 41px;
    font-weight: 300;
    color: white;
    line-height: 50px;
}

.TxConfirmationModal__token-name {
    font-size: 13px;
    font-weight: normal;
    color: white;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.TxConfirmationModal__to-title {
    font-size: 13px;
    font-weight: 600;
    color: #92A2D6;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
}

.TxConfirmationModal__to {
    font-size: 16px;
    font-weight: normal;
    color: white;
    text-align: center;
    line-height: 20px;
}

.TxConfirmationModal__holder-title {
    font-size: 13px;
    font-weight: 600;
    color: #92A2D6;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
}

.TxConfirmationModal__holder {
    font-size: 16px;
    font-weight: normal;
    color: white;
    text-align: center;
    line-height: 20px;
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera <7 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* IE */
}

.TxConfirmationModal__rows {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    border-top: 1px solid #687399;
    margin-bottom: auto;
}

.TxConfirmationModal__row {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    min-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #687399;
}

.TxConfirmationModal__row-title {
    font-size: 13px;
    font-weight: 600;
    color: #92A2D6;
    text-align: left;
    line-height: 22px;
    text-transform: uppercase;
}

.TxConfirmationModal__row-value {
    font-size: 14px;
    font-weight: normal;
    color: white;
    text-align: left;
    line-height: 22px;
}

.TxConfirmationModal__password-container {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 30px;
}

.TxConfirmationModal__password-title {
    font-size: 14px;
    font-weight: normal;
    color: white;
    line-height: 16px;
    margin-bottom: 5px;
    text-align: center;
}

@media only screen and (max-height: 650px) {
    .TxConfirmationModal {
        transform: scale(0.8);
    }
}

.UnlockWalletPage {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.UnlockWalletPage__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 440px;
    width: 100%;
    height: 550px;
}

.UnlockWalletPage__title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 28px;
    min-height: 28px;
    color: white;
    margin-bottom: 10px;
}

.UnlockWalletPage__subtitle {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #8A8FB5;
    margin-top: 16px;
}

.UnlockWalletPage__subtitle a {
    margin-left: 6px;
}


.UnlockWalletCard {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #8A8FB51F;
    min-height: 435px;
    border-radius: 12px;
}

.UnlockWalletCard__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 17px;
    padding-top: 0;
}

.UnlockWalletCard__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 17px;
}

.UnlockWalletCard__footer {
    margin-top: auto;
}

.UnlockWalletCard__title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    color: white;
    text-transform: uppercase;
}

.UnlockWalletCard__subtitle {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    color: #92A2D6;
}

.UnlockWalletCard__tab-bar {
    width: calc(100% + 34px);
    background-color: transparent;
}

.UnlockWalletCard__warning {
    display: flex;
    align-self: center;
    flex: 1;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: #ED1E5C;
    max-width: 330px;
}

.UnlockWalletViaKeystoreFile {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.UnlockWalletViaKeystoreFile__footer {
    margin-top: auto;
}

.UnlockWalletViaKeystoreFile__file-input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px dashed #697399;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    font-size: 17px;
    color: #92A2D6;
}

.UnlockWalletViaKeystoreFile__file-input--has-file {
    border: 1px solid #1BDED0;
    color: #1BDED0;
}

.UnlockWalletViaKeystoreFile__file-input--has-file::after {
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    left: 12px;
    background-image: url("../images/checkmark-green@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.UnlockWalletViaKeystoreFile__file-input:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.UnlockWalletViaKeystoreFile__file-input input[type="file"] {
    display: none;
}

.UnlockWalletViaKeystoreFile__title {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    line-height: 22px;
    color: white;
    margin-bottom: 15px;
}

.UnlockWalletViaKeystoreFile__password-input,
.UnlockColdWalletLedger__select {
    background-color: #8A8FB51F;
    width: 360px;
    height: 50px;
    color: white;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 17px;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    font-family: 'AlwynNew', "Helvetica Neue", -apple-system, sans-serif;
}

.UnlockColdWalletLedger__select {
    width: 100%;
    margin-bottom: 18px;
    text-align: center;
}

.UnlockWalletViaMnemonicPhrase {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.UnlockWalletViaMnemonicPhrase__footer {
    margin-top: auto;
}

.UnlockWalletViaMnemonicPhrase__title {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    line-height: 22px;
    color: white;
    margin-bottom: 15px;
}

.UnlockWalletViaMnemonicPhrase__mnemonic {
    background-color: #8A8FB51F;
    outline: none !important;
    border: none !important;
    color: white;
    padding: 12px;
    font-size: 17px;
    height: 70px;
    resize: none;
    border-radius: 4px;
}

.UnlockWalletViaMnemonicPhrase__mnemonic-instructions {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    margin-top: 6px;
    margin-bottom: 20px;
    text-align: center;
    color: #92A2D6;
}

.UnlockWalletViaMnemonicPhrase__password-input {
    background-color: #8A8FB51F;
    height: 50px;
    width: 400px;
    color: white;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 17px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: 'AlwynNew', "Helvetica Neue", -apple-system, sans-serif;
    box-sizing: border-box;
}

.UnlockWalletViaPrivateKey {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.UnlockWalletViaPrivateKey__footer {
    margin-top: auto;
}

.UnlockWalletViaPrivateKey__title {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    line-height: 22px;
    color: white;
    margin-bottom: 15px;
}

.UnlockWalletViaPrivateKey__private-key {
    background-color: #8A8FB51F;
    outline: none !important;
    border: none !important;
    color: white;
    padding: 12px;
    font-size: 17px;
    height: 70px;
    resize: none;
    border-radius: 4px;
}

.UnlockWalletViaPrivateKey__private-key-instructions {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    margin-top: 6px;
    margin-bottom: 20px;
    text-align: center;
    color: #92A2D6;
}

.UnlockWalletViaPrivateKey__password-input {
    background-color: #8A8FB51F;
    height: 50px;
    color: white;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 17px;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    font-family: 'AlwynNew', "Helvetica Neue", -apple-system, sans-serif;
}



.UnlockWalletViaColdWallet {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.UnlockWalletViaColdWallet__footer {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.UnlockWalletViaColdWallet__footer .GradientButton {
    flex: 1;
}

.UnlockWalletViaColdWallet__title {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    line-height: 22px;
    color: white;
    margin-bottom: 0;
}


.HardwareDeviceAccountRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #687399;
    cursor: pointer;
}

.HardwareDeviceAccountRow * {
    cursor: inherit;
}

.HardwareDeviceAccountRow__address {
    font-size: 13px;
    font-weight: 600;
    color: #92A2D6;
    text-align: left;
    flex: 1;
}

.HardwareDeviceAccountRow__balances {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    min-height: 38px;
}

.HardwareDeviceAccountRow__balance {
    display: flex;
    flex-direction: row;
    margin-top: 2px;
    margin-bottom: 2px;
}

.HardwareDeviceAccountRow__balance img {
    height: 13px;
    margin-left: 6px;
}

.HardwareDeviceAccountRow__balance span {
    font-size: 13px;
    color: white;
    text-align: right;
}

.UnsupportedDevice {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #1C243B;
    position: absolute;
    z-index: 1000000000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.UnsupportedDevice__content {
    display: flex;
    flex-direction: column;
    max-width: 374px;
    box-sizing: border-box;
    padding: 10px;
}

.UnsupportedDevice__logo {
    height: 34px;
    align-self: center;
}

.UnsupportedDevice__title {
    font-size: 23px;
    font-weight: 100;
    line-height: 36px;
    margin-top: 32px;
    text-align: center;
    color: white;
    margin-bottom: 22px;
}

.UnsupportedDevice__app-store-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    cursor: pointer;
}

.UnsupportedDevice__app-store-badge img {
    height: 54px;
    align-self: center;
}

/* @media only screen and (max-width: 800px) {
    .UnsupportedDevice {
        display: flex;
    }
} */

.WalletPage {
    display: flex;
    flex-direction: row;
    flex: 1;
    height: 100%;
}

.WalletPage__master-view {
    display: flex;
    flex-direction: column;
    width: 362px;
}

.WalletPage__master-view-spinner {
    align-self: center;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
}

.WalletPage__detail-view {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #242b45;
    padding-left: 32px;
    padding-right: 32px;
    overflow-y: auto;
    position: relative;
}

.WalletPage__detail-view-spinner {
    align-self: center;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.WalletPage__header-buttons {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    margin-left: 12px;
}

@media only screen and (max-width: 1000px) {
    .WalletPage__master-view {
        width: 300px;
    }
}

.WalletTokenList {
    margin-right: 15px;
}



.WalletTokenList__explorer-link {
    display: block;
    margin-top: 12px;
    color: #10EDBD;
    margin-left: 21px;
    font-size: 13px;
    cursor: pointer;
}

.WalletTokenList__ethereum-balances-warning {
    display: block;
    margin-top: 12px;
    margin-left: 21px;
    font-size: 13px;
    color: #ED1E5C;
    max-width: 290px;
}

.WalletTokenList__refreshed-message {
    margin-top: 12px;
    margin-bottom: 12px;
    color: white;
    margin-left: 21px;
    font-size: 11px;
}

.WalletTokenListItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 110px;
    padding-left: 22px;
    padding-right: 22px;
    border-bottom: 1px solid rgba(75, 81, 110, 0.5);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    position: relative;
}

.WalletTokenListItem__active-indicator {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background: #1BDED0;
    /* Old browsers */
    background: -moz-linear-gradient(bottom, #22ABE3 0%, #1BDED0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #22ABE3 0%, #1BDED0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #22ABE3 0%, #1BDED0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: 100%;
    display: none;
}

.WalletTokenListItem__token-container {
    display: flex;
    flex-direction: row;
}

.WalletTokenListItem__token-balance-container {
    display: flex;
    flex-direction: column;
}

.WalletTokenListItem__token-icon {
    width: 40px;
    height: 40px;
    margin-right: 17px;
}

.WalletTokenListItem__token-name {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: #92A2D6;
    text-decoration: none;
}

.WalletTokenListItem__token-balance {
    font-size: 19px;
    font-weight: normal;
    line-height: 21px;
    color: white;
    text-decoration: none;
}

.WalletTokenListItem__action-buttons {
    display: flex;
    flex-direction: row;
    margin-left: 58px;
    margin-top: 20px;
}

.WalletTokenListItem__action-buttons .GhostButton:first-child {
    margin-right: 12px;
}

.WalletTokenListItem--is-active {
    background-color: #242b45;
}

.WalletTokenListItem:hover {
    background-color: #242b45;
}

.WalletTokenListItem--is-active .WalletTokenListItem__active-indicator {
    display: block;
}

/* .UnlockWalletViaKeystoreFile__file-input input[type=file] {
    display: none;
} */

.UnlockWalletViaKeystoreFile__file-input--has-file ::before {
    border: 1px solid #1bded0;
    color: #1bded0;
}

.UnlockWalletViaKeystoreFile__file-input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px dashed #697399;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    font-size: 17px;
    color: #92a2d6;
}

@media screen and (max-width: 600px) {
    .UnlockWalletPage__wrapper {
        /* padding-right: px; */
        display: flex;
        flex-direction: column;
        max-width: 350px;
        width: 100%;
        height: 50px;
    }

    .UnlockWalletCard__tab-bar {
        width: calc(100% + 34px);
        background-color: transparent;
    }

    .TabBar--is-condensed .TabBarItem__title {
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #92A2D6;
    }

    .TabBar--is-condensed .TabBarItem {
        margin-left: 1.8%;
        margin-right: 1.8%;
    }

    .UnlockWalletViaMnemonicPhrase__title {
        font-size: 16px;
        font-weight: 300;

        line-height: 22px;
        color: white;
        margin-bottom: 15px;
        margin-right: 50px;
    }


    .UnlockWalletViaMnemonicPhrase__mnemonic {
        background-color: #8A8FB51F;
        outline: none !important;
        border: none !important;
        color: white;
        padding: 12px;
        font-size: 17px;
        height: 70px;
        resize: none;
        border-radius: 4px;
        margin-right: 45px;
        padding-right: 60px;

    }

    .UnlockWalletViaMnemonicPhrase__mnemonic-instructions {
        /* font-size: 15px;
        font-weight: normal;
        line-height: 20px;
        margin-top: 6px;
        margin-bottom: 20px;
        /* text-align: center; */
        /* color: #92A2D6;
        margin-right: 40px;  */
        font-size: 10px;
        font-weight: normal;
        line-height: 8px;
        margin-top: 6px;
        margin-bottom: 10px;
        text-align: center;
        color: #92A2D6;
        /* margin-right: 35px; */
        padding-left: 25px;

    }

    .UnlockWalletViaMnemonicPhrase__password-input {
        background-color: #8A8FB51F;
        /* height: 50px; */
        width: 320px;
        color: white;
        border-radius: 4px;
        border: none;
        outline: none;
        font-size: 12px;
        padding-left: 12px;
        /* padding-right: 200px; */
        font-family: 'AlwynNew', "Helvetica Neue", -apple-system, sans-serif;
        box-sizing: border-box;

    }

    .UnlockWalletViaMnemonicPhrase__mnemonic-instructions {
        font-size: 11px;
        font-weight: normal;
        line-height: 8px;
        /* margin-top: 6px; */
        margin-bottom: 10px;
        text-align: center;
        color: #92A2D6;
        margin-right: 80px;
    }

    #errorMessage {
        font-size: 12px;
        line-height: 20px;
        color: #ff1d25;
        min-height: 20px;
        margin-bottom: 0px;
    }

    .UnlockWalletCard__warning1 {
        display: flex;
        align-self: center;
        flex: 1;
        align-items: center;
        font-size: 9px;
        font-weight: 600;
        line-height: 8px;
        text-align: center;
        color: #ED1E5C;
        max-width: 300px;
        margin-right: 43px;

    }

    .UnlockWalletCard__warning {
        display: flex;
        align-self: center;
        flex: 1;
        /* align-items: center; */
        font-size: 9px;
        font-weight: 600;
        line-height: 8px;
        text-align: center;
        color: #ED1E5C;
        max-width: 277px;
        margin-right: 14px;
        ;
    }

    .UnlockWalletViaMnemonicPhrase__footer {
        margin-top: auto;
    }

    /* .GradientButton1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 320px;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        background-size: 100%;
        background: #1BD3D4;
        transition: all 0.2s ease-in-out;
        margin-right: 20px;
    } */

    .UnlockWalletPage__subtitle {
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        color: #8A8FB5;
        margin-top: 10px;
    }

    .UnlockWalletViaKeystoreFile__title {
        font-size: 11px;
        font-weight: 300;
        text-align: center;
        line-height: 22px;
        color: white;
        margin-bottom: 9px;
    }

    .UnlockWalletViaKeystoreFile__file-input {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 50px;
        border: 1px dashed #697399;
        border-radius: 4px;
        padding-left: 16px;
        padding-right: 16px;
        cursor: pointer;
        text-align: center;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin-bottom: 20px;
        position: relative;
        box-sizing: border-box;
        font-size: 17px;
        color: #92a2d6;
        margin-right: 43px;
    }

    .para-keystore {
        font-size: medium;
        margin-right: 35px;
    }

    .UnlockWalletViaKeystoreFile__password-input,
    .UnlockColdWalletLedger__select {
        background-color: #8A8FB51F;
        width: 300px;
        height: 50px;
        color: white;
        border-radius: 4px;
        border: none;
        outline: none;
        font-size: 12px;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
        font-family: 'AlwynNew', "Helvetica Neue", -apple-system, sans-serif;
        margin-right: 43px;
    }

    .UnlockWalletViaKeystoreFile__footer {
        margin-top: 80px;
    }

    .UnlockWalletViaPrivateKey {
        display: flex;
        flex-direction: column;
        /* flex: 1; */
        min-width: 330px;
        /* margin-left: auto; */
        margin-right: 0px;
    }


    .UnlockWalletViaPrivateKey__private-key {
        background-color: #8A8FB51F;
        outline: none !important;
        border: none !important;
        color: white;
        padding: 12px;
        font-size: 17px;
        height: 70px;
        resize: none;
        border-radius: 4px;
        margin-right: 18px;
    }

    .UnlockWalletViaPrivateKey__title {
        font-size: 19px;
        font-weight: 300;
        text-align: center;
        line-height: 22px;
        color: white;
        margin-bottom: 15px;
        margin-right: 20px;
    }

    .UnlockWalletViaPrivateKey__password-input {
        background-color: #8A8FB51F;
        height: 50px;
        color: white;
        border-radius: 4px;
        border: none;
        outline: none;
        font-size: 17px;
        box-sizing: border-box;
        /* padding-left: px;
        padding-right: px; */
        font-family: 'AlwynNew', "Helvetica Neue", -apple-system, sans-serif;
        margin-right: 18px;
    }

    .UnlockWalletViaPrivateKey__private-key-instructions {
        font-size: 13px;
        font-weight: normal;
        line-height: 16px;
        margin-top: 0px;
        margin-bottom: 5px;
        text-align: center;
        color: #92A2D6;
        margin-right: 20px;
    }


    .UnlockWalletViaColdWallet {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-width: 2px;
        margin-left: auto;
        margin-right: auto;
    }

    .HardwareOptionButton {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 50px;
        border: 1px solid #687399;
        border-radius: 4px;
        padding-left: 16px;
        padding-right: 16px;
        cursor: pointer;
        box-sizing: border-box;
        position: relative;
        color: white;
        margin-right: 12px;
        margin-top: 22px;
    }

    .GradientButtonMnemonic {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 280px;
        border-radius: 4px;
        margin-top: 10px;
        cursor: pointer;
        text-decoration: none;
        background-size: 100%;
        background: #1BD3D4;

        transition: all 0.2s ease-in-out;

    }

    .GradientButtonPrivatekey {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 280px;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        background-size: 100%;
        background: #1BD3D4;
        transition: all 0.2s ease-in-out;

    }


    .GradientButtonKeystore {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 280px;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        background-size: 100%;
        background: #1BD3D4;
        transition: all 0.2s ease-in-out;

    }

    .GradientButton {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 230px;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        background-size: 100%;
        background: #1BD3D4;
        transition: all 0.2s ease-in-out;

    }

}