/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxRR232VGM.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxRSW32.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}
html, body {
    font-family: "DM Sans";
    font-weight: 500;
    background-color: #f2f4f7;
}
body h2 {
    text-align: center;
    margin-top: 50px;
}
.h4, h4 {
    font-size: 2.5rem;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.single-asset-box-background h4 small {
    color: #fff;
}
.single-asset-box-background h3 small {
    color: white;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
nav {
    background-color: #fff!important;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
}
.text-center {
    text-align: center!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    height: 100px;
}
.text-right {
    text-align: right!important;
}
.navbar-button {
    display: inline-block;
    text-align: center;
    line-height: 12px;
    padding: 10px;
    min-width: 56px;
}
nav a {
    color: rgba(0,0,0,.87)!important;
    transition: all 175ms ease-out;
}
.navbar-button small {
    font-size: 8px;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 100%;
}
.container .coin-price{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc;
    margin: 7px;
}

.container .coin-price .logo{
    width: 70px;
    margin-right: 10px;
}
.container .coin-price .logo img{
    width: 100%;
}
.container .coin-price div{
    display: block;
}
.container .coin-price div h1{
    font-size: 20px;
}
.row {
    margin: 15px;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-asset-box-background {
    background-position: bottom right !important;
    background-size: 40px 40px !important;
}
.single-asset-box {
    margin-bottom: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    margin-top: 10px;
    transition: all 175ms ease-out;
}
.single-asset-box .card {
    height: 200px;
    padding: 10px;
    margin-bottom: 0;
}

#col-outer {
    padding-right: 20px;
}
#col-outer {
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
}
#col-outer-inner {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}
.no-scrollbars {
    /*overflow-y: scroll;*/
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#col-table {
    padding-right: 0;
}
#col-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-right: 20px;
}
.table_cell {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    padding-top: 0;
    min-width: 330px;
    width: 330px;
    scroll-snap-align: center;
}
.table_cell .widget-card:first-child {
    margin-top: 10px !important;
}
.widget-card {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
#widget-portfolio {
    min-height: 500px;
}
#widget-portfolio .card-inner {
    padding: 10px;
}
#portfolio-top {
    border-radius: 5px;
    padding: 0px;
    padding-bottom: 10px;
    background-color: red !important;
}
.btn-primary, .label-primary, .badge-primary, .bg-primary {
    background: #42a5f5;
    background: -moz-linear-gradient(-45deg,#42a5f5 0%,#1e88e5 100%);
    background: -webkit-linear-gradient(-45deg,#42a5f5 0%,#1e88e5 100%);
    background: linear-gradient(135deg,#42a5f5 0%,#1e88e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a5f5',endColorstr='#1e88e5',GradientType=1 );
}

.portfolio-th {
    font-weight: 700 !important;
    padding: 8px 4px 6px 4px !important;
    color: rgba(0,0,0,0.6);
    text-transform: uppercase;
}
th, td {
    font-size: 10px;
}
.big-b {
    font-size: 12px;
    font-weight: 700 !important;
}

#widget-portfolio table, #widget-portfolio-modal .material-icons, #widget-portfolio-modal button {
    color: rgba(0, 0, 0, 0.78); !important: ;
}
#widget-portfolio table, #widget-portfolio-modal table {
    color: rgba(0, 0, 0, 0.78); !important: ;
}
.table {
    margin-bottom: 0;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table th:first-child, .table td:first-child {
    padding-left: 6px;
}

.table td {
    padding-top: 8px;
}
.table td {
    padding-top: 6px;
    padding-bottom: 6px;
}
.table th, .table td {
    padding: 4px;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.text-center {
    text-align: center!important;
}
.number {
    font-family: "Lato";
}
.text-danger {
    color: #dc3545!important;
}
.text-success {
    color: #28a745!important;
}
h4 small {
    font-size: 60%;
}
.tradingview-widget-container span.blue-text {
    display: none;
}

body.dark-skin {
    background-color: #20304c;
    color: #b5b5c3;
}
.dark-skin #top-navbar {
    background-color: #0c1a32 !important;
}
.dark-skin .widget.card {
    background-color: #0c1a32;
    box-shadow: -7.829px 11.607px 21px 0px rgba(25, 42, 70, 0.13);
}
.dark-skin .card-inner h4 {
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-size: 250%;
    margin-top: 20px;
}
.dark-skin table, .dark-skin .portfolio-th {
    color: #b5b5c3 !important;
    font-size: 125%;
}
.dark-skin td {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}
.dark-skin .table>thead>tr>th {
    border-bottom: 1px solid !important;
    border-bottom-color: currentColor;
}
.dark-skin tbody tr:hover {
    background-color: #0b182e;
    color: #bdd1f8;
}
.dark-skin .table>tbody>tr>td {
    font-size: 110%;
}
.dark-skin .big-b {
    font-size: 100%;
}
.dark-skin .single-asset-box-background h4 {
    font-size: 275%;
}
.dark-skin .single-asset-box .card {
    height: 100%;
}
.dark-skin .single-asset-box-background h4 {
    text-align: center;
}

.dark-skin .pricecng {
    display: flex;
    align-items: center;
    padding: 6px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid rgb(218,220,224);
    white-space: nowrap;
    color: #000;
}
.dark-skin .indicator {
    display: flex;
    height: 32px;
    min-width: 32px;
    overflow: hidden;
}
.dark-skin .indicator-in {
    align-items: center;
    height: 32px;
    width: 32px;
    min-width: 32px;
    border-radius: 8px;
    margin-right: 8px;
    display: flex;
}
.dark-skin .indicator-in.down {
    background: rgb(252,232,230);
    color: rgb(197,34,31);
}
.dark-skin .indicator-in.up {
    background: rgb(230,244,234);
    color: rgb(19,115,51);
}
.dark-skin .indicator i {
    height: 16px;
    margin: auto;
    font-size: 14px;
}
.dark-skin .currentprice {
    display: flex;
    flex-direction: column;
    line-height: 1rem;
    font-size: 1rem;
    letter-spacing: .025em;
    font-weight: 400;
    margin-right: 8px;
}
.dark-skin h5.number {
    margin: 0 !important;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3rem;
}
.dark-skin .currentprice h3 {
    font-size: 2rem;
}
.dark-skin .blinkit .currentprice {
    color: rgb(154,160,166);
}
.dark-skin .blinkit .indicator-in {
    color: rgb(154,160,166);
    background: rgb(241,243,244);
}
.widgetprice.blinkit h3.number {
    color: rgb(154,160,166);
}
.dark-skin #widget-portfolio {
    min-height: auto;
}
.widget-title {
    min-height: 120px;
}
.widgetprice h3.number {
    text-align: center;
    margin-bottom: 10px !important;
}
table.blinkit tr > *:not(:first-child) {
    color: #525252;
}
#portfolio-content-overview h5 {
    font-size: 2.3rem;
    text-align: left !important;
    margin-bottom: 0px;
    float: left;
    margin-right: 20px;
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
}
.chartprice {
    margin-bottom: 15px;
}
.chartprice span.change_24h_percent {
    padding-left: 8px;
}
.chartprice span.price {
    color: #fff;
}

@media screen and (min-width: 1240px) {
    .widgetprice h3.number {
        font-size: 5rem;
    }
}
