<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: hello-elementor-child
Template: hello-elementor
*/


@import url(../hello-elementor/style.css);




.blog-main .container{
	max-width: 1140px;
	padding: 10px;
	margin: 0 auto;
	
}

.blog-header{
	background: #F5F5F8;
	padding: 70px 0 90px;
	margin-bottom: -80px;
}


.blog-header h1{
	font-family: Sofia Pro;
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 48px;
color: #0A0A0A;
}

.blog-header p{
	max-width: 570px;
	font-family: Sofia Pro;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 16px;

color: #0A0A0A;
}

.page-content-inner{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.page-content-inner article{
	width: calc(33.33% - 20px);
	margin: 10px;
	box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	background-color: #fff;
}

.page-content-inner article img{
height: 203px;
	width: 100%;
	object-fit: cover;
}

.article-info{
	padding: 5px 16px 24px;
}


.article-info .entry-title a{
	color: #0A0A0A;
}

.article-info .entry-title{
	margin-top:0;
	margin-bottom: 16px;
		font-family: Sofia Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
}


.article-info .article-link{
	background: #363DD6;
border-radius: 5px;
	font-family: Sofia Pro;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 14px;
padding: 10px 53px;
color: #FFFFFF;
	display: inline-block;
}

.article-info p{
	margin-bottom: 20px;
	font-family: Sofia Pro;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 16px;

color: #0A0A0A;
}


.more-posts-wrap{
	padding: 44px 0 36px;
	text-align: center;
}

.more-posts-button{
	display: inline-block;
	color: #363DD6;
	padding: 10px 53px;
	font-family: Sofia Pro;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	border: 1px solid #363DD6;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: pointer;
}


.currencies-table-home .elementor-tab-title{
	border-bottom: none!important;
    background: #EBECFB;
}

.elementor-130425 .elementor-element.elementor-element-4d9ac9b .elementor-tabs-wrapper{
	border-bottom: none!important;
}
.elementor-130425 .currencies-table-home.elementor-element.elementor-element-4d9ac9b .elementor-tabs-wrapper{
	justify-content: flex-start;
}
.elementor-130425 .currencies-table-home.elementor-element.elementor-element-4d9ac9b .elementor-tab-title{
	margin-right: 4px;
    border-radius: 5px 5px 0px 0px;
}
.elementor-130425 .currencies-table-home.elementor-element.elementor-element-4d9ac9b .elementor-tabs-wrapper .elementor-active{
	background: #363DD6;

}

.elementor-130425 .currencies-table-home.elementor-element.elementor-element-4d9ac9b .elementor-tabs-wrapper .elementor-active a{
	color: #fff;
}
.elementor-130425 .currencies-table-home.elementor-element.elementor-element-4d9ac9b .elementor-tabs-content-wrapper .elementor-tab-content{
	margin-top: 0;
}

.currencies-table-home .dataTables_filter{
display: none;
}

.currencies-table-home .dataTables_wrapper{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
    align-items: center;
}

.currencies-table-home .dataTables_length{
	order: 1;
}
.currencies-table-home .dataTables_length label{
display: flex;
align-items: center;
}
.currencies-table-home .dataTables_length label select{
	order: 1;
    margin: 0 10px;
}

.elementor-130425 .currencies-table-home.elementor-element.elementor-element-4d9ac9b .elementor-tabs-content-wrapper .elementor-tab-content{
	background: transparent;
    box-shadow: none;
}
.currencies-table-home.elementor-element table{
background: #FFFFFF;
  box-shadow: 0px 10px 22px rgb(0 0 0 / 12%);
      border-radius: 5px;
  }
  
.currencies-table-home.elementor-element  .ccw_table_wrapper{
overflow: visible;
}

.currencies-table-home .ccw_table td, .currencies-table-home .ccw_table th{
border: none;
}
.currencies-table-home .ccw_table thead{
border-bottom: 1px solid #AEB8FE;
}

.currencies-table-home .ccw_table tbody&gt;tr:nth-child(odd)&gt;td {
    background-color: #F7F8FF;
}

.currencies-table-home .ccw_table tbody&gt;tr:nth-child(even)&gt;td{
	background-color: #FFF;
}

.currencies-table-home .ccw_table td{
	padding-top:15px;
    padding-bottom: 15px;
    min-height: 56px;
}

.currencies-table-home .ccw_table thead:first-child tr:first-child th{
	border-top: 0;
    background-color: #FFF;
}

.currencies-table-home table tbody tr:hover&gt;td{
    background-color: #F7F8FF;
}
.currencies-table-home .ccw_table tbody, .currencies-table-home .ccw_table thead{
	color: #0A0A0A;
}
.currencies-table-home .ccw_table tbody {
    font-weight: 400;
}
.currencies-table-home .ccw_table td a{
	display: flex;
    align-items:center;
    justify-content: flex-start;
    color: #000;
}

.currencies-table-home .tbl_coinmarketcap .coin-name{
	width: unset!important;
}
.currencies-table-home .tbl_coinmarketcap .coin-name &gt; img{
	position: relative;
    top: 6px;
}
.currencies-table-home .tbl_coinmarketcap .coin-name img{
	margin-right: 2px;
}
.currencies-table-home .tbl_coinmarketcap .coin-name .symbol{
	margin-left: 2px;
    color: #363DD6;
    font-weight: 400;
}
.currencies-table-home .tbl_coinmarketcap .coin-name{
	font-weight: 600;
    color: #0A0A0A;
}

.currencies-table-home .ccw_perc_positive{
	color: #1CAD45;
    font-weight: 600;
}

.currencies-table-home .ccw_perc_negative{
	font-weight: 600;
    color: #C20808;
}

.currencies-table-home .coin-vol-24 span{
	font-weight: 900;
    font-size: 12px;
    line-height: 12px;
    color: #000;
}
.currencies-table-home .coin-vol-24{
	line-height: 1.2;
}

.currencies-table-home .line-wrap{
	background: #FFFFFF;
border-radius:3px;
height: 4px;
display: flex;
justify-content: flex-end
}
.currencies-table-home .line{
	background: #AEB8FE;
    height: 4px;
	border-radius:3px;
}

.currencies-table-home .ccw_table tbody&gt;tr:nth-child(even)&gt;td .line-wrap{
	background: #F1F2F6;
}

.currencies-table-home .dataTables_info{
	
}
.currencies-table-home .dataTables_paginate &gt; a{
	font-size:0;
    color: transparent;
}

.currencies-table-home .paginate_button.previous:before{
	content: url(/wp-content/uploads/2021/10/prev.png);
    
}
.currencies-table-home .paginate_button.next:before{
	content: url(/wp-content/uploads/2021/10/next.png);
}

.currencies-table-home .paginate_button{
	color: #000;
    margin:0 10px;
}


.currencies-table-home .exchange_avatar a{
	color: #000;
    font-weight: 600;
    justify-content: center;
}
.currencies-table-home .paginate_button.current{
	color: #fff;
   background: #363DD6;
	border-radius: 5px;
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
}
.home-data-visual .elementor-toggle-item{
	box-shadow: none!important;
}
.home-data-visual .elementor-tab-title .elementor-toggle-icon i:before{
color: #363DD6!important;
}

.home-data-visual rect.status-negative{
	fill: #363DD6;
}

.home-data-visual rect.status-positive {
    fill: #AEB8FE;
}

.currencies-table-home .elementor-tabs .elementor-tabs-wrapper{
	display: flex;
    overflow-x: auto;
}


.currencies-table-home .elementor-tab-mobile-title{
display: none;
}



@media (max-width: 1200px){
.currencies-table-home.elementor-element .ccw_table_wrapper{
	overflow-x: auto;
}
.currencies-table-home .dataTables_length{
	
}
.currencies-table-home .dataTables_info {
	
}
.currencies-table-home .dataTables_wrapper{

}

.currencies-table-home .dataTables_paginate.paging_simple_numbers{
	text-align: center;
}

}

@media (max-width: 767px){
	.elementor-130425 .currencies-table-home.elementor-element.elementor-element-4d9ac9b .elementor-tabs-content-wrapper .elementor-tab-content {
		padding: 0;
	}
	.currencies-table-home .dataTables_paginate.paging_simple_numbers{
		width: 100%;
		margin-bottom: 20px;
	}

	.currencies-table-home .dataTables_info {
		order: 1;
	}

	.currencies-table-home .dataTables_length {
		order: 2;
	}
	
	.currencies-table-home .tbl_coinmarketcap img {
		position: absolute !important;
		margin-top: 12px !important;
		top: 12px !important;
	}
	.currencies-table-home .tbl_coinmarketcap .coin-name .symbol,
	.currencies-table-home .tbl_coinmarketcap .coin-name .coin-name {
		display: block !important;
		margin-left: 36px;
	}
	.currencies-table-home .tbl_coinmarketcap .coin-name {
		margin-right: -8px;
	}
	.currencies-table-home .ccw_table td a {
		display: block !important;
	}
	
}


@media (max-width: 520px){
	.currencies-table-home .tbl_coinmarketcap {
		padding-bottom: 70px;
	}
	.currencies-table-home .dataTables_info,
	.currencies-table-home .dataTables_paginate {
		width: 100vw;
		position: absolute;
		text-align: center;
	}
	.currencies-table-home .dataTables_paginate {
		top: 93%;
	}
	.currencies-table-home .dataTables_info {
		top: 96%;
	}
	.currencies-table-home .dataTables_length {
		display: none;
	}
	
}</pre></body></html>