html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-primary {
    color: #fff;
    background-color: #0f75bc;
    border-color: #0f75bc;
}

.btn-primary:hover {
    color: #fff;
    background-color: #595b5c;
    border-color: #595b5c;
}



.inner-addon .errorIcon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.right-addon .errorIcon {
    right: 0px;
}

.right-addon input {
    padding-right: 30px;
}

.circle-singleline-gray {
    margin: 0px;
    width: 82px;
    height: 24px;
    border-radius: 12px;
    line-height: 20px;
    text-align: center;
    background: #6b728040;
    color: #6b7280;
}

.circle-singleline-red {
    margin: 0px;
    width: 82px;
    height: 24px;
    border-radius: 12px;
    line-height: 20px;
    text-align: center;
    background: #FEE2E2;
    color: #991B1B;
}

.circle-singleline-green {
    margin: 0px;
    width: 82px;
    height: 24px;
    border-radius: 12px;
    line-height: 20px;
    text-align: center;
    background: #D1FAE5;
    color: #065F46;
}

.marketcap-box {
    height: 104px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid grey;
    display: inline-block;
    margin: 0;
}

.token-box {
    height: 104px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid grey;
    display: inline-block;
    margin: 0;
    border-right: none;
}

.token-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #6B7280;
    margin: auto;
    text-align: left;
}

.token-symbol-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #6B7280;
    margin: auto;
    text-align: left;
}

.marketcap-text {
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #6B7280;
    margin: auto;
    text-align: left;
}

.marketcap-value-box {
    height: 32px;
    margin: auto;
    text-align:left;
    padding-right: 0;
    display: flex;
    align-items: flex-end;
}

.marketcap-value {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.025em;
    color: #6B7280;
    margin: auto;
    margin-left: 0;
    text-align: left;
    display: inline-block;
}

.usd-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #6B7280;
    display: inline-block;
    text-align: left;
    margin-left: 6px;
}

.seven-day-chart {
    width: 104px;
    height: 46px;
    border:none;
}

.dashboard-table-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
    align-self: stretch;
}

.dashboard-headers {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.025em;
    color: #374151;
    align-self: stretch;
}

.dashboard-index-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    color: #374151;
    padding: 0;
}

.dashboard-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    padding: 0;
}

.dashboard-table-entry {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6B7280;
    vertical-align: middle;
    text-align: left;
}

.dashboard-col{
    align-content:start;
    padding: 0;
}

tr.first-pair {
    border-top: 1px solid #E5E7EB;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

tr.token-table-header {
    border-bottom: 1px solid #E5E7EB;
    border-top: none;
    border-left: none;
    border-right: none;
}

table.tokens-table table, td, th {
    border: none;
}

table.tokens-table tr {
    vertical-align:middle;
}

.pair-chart-title {
    height: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
    text-align: center;
}

table.transactions-table tr {
    border-bottom: 1px solid #D1D5DB;
    vertical-align: middle;
}

.kpi-box {
    background: #FFFFFF;
    border: 1px solid grey;
    display: inline-block;
}
