:root {
	--text-color-code: #005CFF;
	--text-white: #fff;
	--text-black: #000;
}

.bopea_day_night {
	display: none;
}

body{
	background-color: #0D1421 !important;
}



/*---------------- Yahoo table -------------------*/


/* .yahoo-table-wrapper {
	overflow-x: scroll;
	width: 100%;
} */



.yahoo-table-wrapper .yahoo-table {
	overflow-x: auto;
	white-space: nowrap;
	width: 100%;
	font-size: 0.875rem;
	border: 1px solid #ccc !important;
	/* border-radius: 12px; */
}

.dataTables_scrollHeadInner .yahoo-table {
	border-bottom: none !important;
}


.yahoo-table-wrapper .yahoo-table th,
.yahoo-table-wrapper .yahoo-table td {
	left: 0;
	text-align: left;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 400;
	padding: 0 8px;
	height: 33px;
	font-family: var(--jl-body-font);
	border-right: none !important;
	border-bottom: none !important;
	transition: color 0.3s ease;
	border-radius: 0 !important;
}

.yahoo-table-wrapper .yahoo-table td {
	font-size: 12px;
	border-bottom: 1px solid #ccc !important;
	border-right: none !important;
}

.yahoo-table-wrapper .yahoo-table th:first-child,
.yahoo-table-wrapper .yahoo-table td:first-child {
	border-right: 1px solid #ccc !important;
	z-index: 1;
	padding-right: 30px !important;
}

.yahoo-table-wrapper .yahoo-table th:first-child {
	padding-right: 78.5px !important;
}

.yahoo-table-wrapper .yahoo-table .symbol a {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 4px;
	line-height: 1.25;
	text-align: center;
	width: fit-content;
	color: #fff;
	font-family: var(--jl-body-font);
	font-weight: 600;
	font-size: 0.75rem;
}

.yahoo-table-wrapper .yahoo-table .symbol img {
	height: 1.5rem;
	width: 1.5rem;
}

.yahoo-table-wrapper .yahoo-table th:nth-child(3) {
	text-align: right;
}

.yahoo-table-wrapper .yahoo-table th {
	font-weight: 700;
	letter-spacing: 0.2px;
}

.yahoo-table-wrapper .text-right {
	text-align: right !important;
	padding-right: 13px !important;
}

/*.yahoo-table-wrapper .dataTables_scrollHead table.yahoo-table thead th[aria-label="Price: activate to sort column ascending"],
.yahoo-table-wrapper .dataTables_scrollHead table.yahoo-table thead th[aria-label="Change: activate to sort column ascending"],
.yahoo-table-wrapper .dataTables_scrollHead table.yahoo-table thead th[aria-label="Change %: activate to sort column ascending"] {
	padding-right: 22px !important;
	padding-left: 0 !important;
}

.yahoo-table-wrapper .dataTables_scrollHead table.yahoo-table thead th[aria-label="Volume: activate to sort column ascending"] {
	padding-right: 8px !important;
	padding-left: 0 !important;
}*/

.yahoo-table-wrapper .yahoo-table td:first-child {
	color: var(--text-color-code);
	font-weight: 700;
}

.yahoo-table-wrapper .yahoo-table tbody tr {
	transition: background-color 0.3s ease;
}

.yahoo-table-wrapper .yahoo-table tbody tr:hover {

	background-color: #eee;
}


.dataTables_scrollHead table.yahoo-table {
	border-radius: 12px 12px 0 0;
}

.dataTables_scrollBody table.yahoo-table {
	border-radius: 0 0 12px 12px;
}


.yahoo-table-wrapper .yahoo-table th:first-child:hover {
	color: var(--text-color-code);
}


/*
.yahoo-table-wrapper .yahoo-table td:not(:first-child) {
	border-bottom: 1px solid #ccc !important;
	 border-radius: 0 0 8px 8px; 
}
*/

.yahoo-table-wrapper table.yahoo-table thead th::before,
.yahoo-table-wrapper table.yahoo-table thead th::after {
	display: none !important;
	content: none !important;
}


.yahoo-table-wrapper .yahoo-table thead th:hover {
	color: var(--text-color-code);
}

.positive {
	color: #00aa76;
}

.negative {
	color: #ff4143;
}

.neutral {
	color: #b0b9c1;
}




.dataTables_scrollBody::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 8px;
}


.dataTables_scrollBody {
	scrollbar-width: thick;
	scrollbar-color: #ccc #eee;
	border: none !important;
	border-radius: 0 0 12px 12px !important;
}

.dataTables_scrollBody {
	max-width: 100%;
	overflow: auto;
	border-radius: 0 0 12px 12px !important;
}




table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
	display: none !important;
}





.dataTables_paginate {
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 0;
}

.dataTables_paginate a.paginate_button {
	padding: 8px 14px;
	border-radius: 12px;
	background-color: #fff;
	color: var(--text-color-code);
	border: 1px solid var(--text-color-code);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.dataTables_paginate a.paginate_button:hover:not(.current):not(.disabled) {
	background: none !important;
	background-color: var(--text-color-code) !important;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(77, 171, 111, 0.3);
	border: 1px solid transparent;
}

.dataTables_paginate a.paginate_button.current {
	background-color: var(--text-color-code) !important;
	border: 1px solid transparent !important;
	font-weight: 600;
	pointer-events: none;
	box-shadow: 0 4px 10px rgba(77, 171, 111, 0.4);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	color: var(--text-black) !important;
	background-color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background-color: var(--text-color-code) !important;
	border: 1px solid transparent !important;
	color: var(--text-white) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: #fff !important;
	border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: .3em 0.6em;

}

.dataTables_paginate a.paginate_button.disabled {
	background-color: #f5f5f5;
	color: #ccc;
	border: 1px solid #ddd;
	cursor: not-allowed;
	box-shadow: none;
}

.dataTables_paginate .ellipsis {
	color: #999;
	padding: 8px 10px;
	font-size: 16px;
}


.dataTables_paginate>span {
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 5px;
	flex-wrap: wrap;
}

/*.dataTables_scrollHead table.yahoo-table thead th:last-child {
	border-right: 1px solid #ccc !important;
}*/

.dataTables_scrollHead table.yahoo-table {
	padding-top: 6px;
	padding-bottom: 6px;
}

.dataTables_scrollBody table.yahoo-table {
	padding-top: 2px;
	padding-bottom: 3px;
}

.dataTables_scrollBody table.yahoo-table tbody tr:last-child td {
	border-bottom: none !important;
}

.yahoo-table-wrapper .yahoo-table {
	border: none !important;
}

.yahoo-table-wrapper .dataTables_scroll {
	border-radius: 12px;
	border: 1px solid #ccc !important;
	padding-bottom: 3px;
}

.yahoo-table-wrapper .dataTables_scrollBody table.yahoo-table,
.yahoo-table-wrapper .dataTables_scrollHead table.yahoo-table {
	border-radius: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.yahoo-table-wrapper .dataTables_scrollHead .dataTables_scrollHeadInner {
	padding-right: 0;
}

.yahoo-table-wrapper .dataTables_scrollBody {
	border-radius: 0 0 12px 12px !important;
	border: 1px solid #ccc !important;
	border: none !important;
	border-top: none !important;
}

.yahoo-table-wrapper .dataTables_scrollHead {
	border: 1px solid #ccc !important;
	border-radius: 12px 12px 0 0 !important;
	border: none !important;
	border-bottom: 1px solid #ccc !important;
}






.yahoo-table-wrapper,
.tradingview-widget-container {
	background: #ffffff;
	padding: 1.5rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border: 1px solid #ccc;
	border-radius: 12px;
	background-color: #fff;
}

.yahoo-table-wrapper{
	border: none;
	padding: 0;
	background:none;
	background-color: transparent;
	border-radius: 0;
}

.yahoo-table-wrapper .dtfc-right-top-blocker{
	display: none !important;
}

.wp-night-mode-on .yahoo-table-wrapper .dataTables_scroll,
.wp-night-mode-on .yahoo-table-wrapper .yahoo-table th:first-child,
.wp-night-mode-on .yahoo-table-wrapper .yahoo-table td:first-child {
	background-color: transparent; !important;

}


.wp-night-mode-on .yahoo-table-wrapper .yahoo-table tbody tr:hover {
	background-color: #010617 !important;
}

.wp-night-mode-on .dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #fff !important;
}

.yahoo-table-wrapper .dataTables_scrollBody .dtfc-fixed-left {
	border-left: none !important;
}

.yahoo-table-wrapper .dataTables_scrollBody.scrolled .yahoo-table td:first-child {
	border-right: 0 !important;
}


.yahoo-table-wrapper .dataTables_scrollBody.scrolled .symbol-td {
	/*    border-left: 1px solid #ccc !important;*/
	border-bottom: 0 !important;
	border-right: 0 !important;
}

.yahoo-table-wrapper .dataTables_scrollHead.scrolled .dtfc-fixed-left {
	border-right: 0 !important;
}


.yahoo-table-wrapper .dataTables_filter {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	margin: 0;
}


.yahoo-table-wrapper .dataTables_filter label {
	width: 100%;
	margin-bottom: 20px;
}

.yahoo-table-wrapper .dataTables_filter label {
	width: 100%;
}

.yahoo-table-wrapper .dataTables_filter label input {
	outline: none;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 12px;
}


.yahoo-table-wrapper .dataTables_filter label input[type="search"]::placeholder {
	font-size: 12px;
}

.yahoo-table-wrapper>h3 {
	font-size: 1.5rem;
	color: #1a202c;
}




/* .sparkline {
    display: block;
    margin: 0 auto;
} */

.sparkline svg {
	width: 100%;
	height: 30px;
}

.sparkline path {
	fill: none !important;
	/* No fill */
	stroke-width: 2 !important;
	/* Thin line */
	stroke-linecap: round;
	/* Rounded ends */
	stroke-linejoin: round;
}












/*------------- Changes css in future -----------------*/


/*
@media(min-width:2000px){
	.container, .container-lg, .container-md, .container-sm, .container-xl{
		max-width: 75%;
	}
}

*/


.range-cell {
	min-width: 120px;
	padding-top: 15px !important;
}

.range-bar {
	position: relative;
	height: 2px !important;
	background-color: #aaa;
	border-radius: 8px;
	margin-bottom: 4px;
}

.range-indicator {
	position: absolute;
	top: -6px;
	width: 5px;
	height: 14px;
	background-color: var(--text-color-code);
	border-radius: 8px;
	transform: translateX(-50%);
}

.range-labels {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	color: #000;
}

.wp-night-mode-on .range-labels {
	color: #fff;
}


/*------------- Changes css in future -----------------*/





/*---------------- Yahoo table -------------------*/




/*------------- Crypto box Section -------------------*/

.crypto-details-section {
	position: relative;
	margin: 50px 0;
}



.crypto-details-section .container {
	margin: 0 auto;
	max-width: 100%;
	padding-inline-end: 0;
	padding-inline-start: 0;
	width: 100%;
}

@media(min-width: 768px) {
	.crypto-details-section .container {
		--content-width: 1140px;
		max-width: var(--content-width);
	}


}



.crypto-details-section .heading-crytpo-box {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	gap: 0px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #363f44;
	width: 100%;
}

.crypto-details-section .heading-crytpo-box .top-heading-crypto {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.crypto-details-section .heading-crytpo-box .top-heading-crypto span {
	font-size: 0.75rem;
	line-height: 1.25rem;
	font-weight: normal;
	font-family: var(--jl-menu-font);
	color: #000;
}

.crypto-details-section .heading-crytpo-box .top-heading-crypto span.dot {
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #000;
}

.crypto-details-section .heading-crytpo-box .heading-title-follow {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 4px;
	flex-wrap: wrap;
}

.crypto-details-section .heading-crytpo-box .heading-title-follow h1 {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
	padding-right: 8px;
	color: #000;
	font-family: var(--jl-menu-font);
}

.crypto-details-section .heading-crytpo-box .heading-title-follow .follow-hold {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}

.crypto-details-section .heading-crytpo-box .heading-title-follow .follow-hold button {
	border: none;
	outline: none;
	padding: .1719rem .625rem;
	background-color: #EA0303;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border-radius: 24px;
	font-size: 0.875rem;
	line-height: 125%;
	cursor: pointer;
	border: 1px solid #fff;
	font-family: var(--jl-menu-font);
	transition: all 0.5s ease;
	height: auto;
}

.crypto-details-section .heading-crytpo-box .heading-title-follow .follow-hold button img {
	height: 14px;
	width: 14px;
	object-position: center;
	object-fit: cover;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(147deg) brightness(101%) contrast(101%);
}


.crypto-details-section .price-info {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	gap: 4px;
}

.crypto-details-section .price-info .price-bar {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 8px;
}

.crypto-details-section .price-info .price-bar h2 {
	margin: 0;
	font-weight: 700;
	white-space: nowrap;
	font-size: 2rem;
	line-height: 1.25;
	color: #000;
	font-family: var(--jl-menu-font);
}

.crypto-details-section .price-info .price-bar {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap: 8px;

}

.crypto-details-section .price-info .price-bar span {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.35rem;
	white-space: nowrap;
	font-family: var(--jl-menu-font);
}


.crypto-details-section .price-info .market-open-time {
	display: inline-block;
	width: 100%;
}

.crypto-details-section .price-info .market-open-time p {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25rem;
	color: #000;
	font-family: var(--jl-menu-font);
	white-space: nowrap;
}

.wp-night-mode-on .crypto-details-section .price-info .market-open-time p {
	color: #fff;
}

.crypto-details-section .price-info .sponsor {
	color: #000;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	gap: 4px;
	justify-content: start;
}

.crypto-details-section .price-info .sponsor a {
	text-decoration: none;
	font-size: 0.75rem;
	font-family: var(--jl-menu-font);
}

.crypto-details-section .price-info .sponsor a img {
	height: auto;
	width: max-content;
	object-fit: cover;
	object-position: center;
}


.crypto-details-section .chart-container {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	width: 100%;
	margin: 20px 0;
	gap: 15px;
}

.crypto-details-section .chart-content-container {
	width: 100%;
}

.crypto-details-section .chart-container .chart-btn-yrs,
.crypto-details-section .chart-container .controls {
	grid-row: 1;
}

.crypto-details-section .chart-container .chart-btn-yrs {
	grid-column: 1 / 2;
	justify-self: start;
}

.crypto-details-section .chart-container .controls {
	grid-column: 1 / 2;
	justify-self: end;
}

.crypto-details-section .chart-container .charts {
	grid-row: 2;
	/* Put chart in the second row */
	grid-column: 1 / -1;
}


.crypto-details-section .chart-container .chart-btn-yrs {
	display: flex;
	align-items: center;
	justify-content: start;
	border-radius: 4px;
	position: relative;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	gap: 8px;
}

.crypto-details-section .chart-container .chart-btn-yrs button {
	height: auto;
	outline: none;
	font-weight: 500;
	cursor: pointer;
	height: 1.5rem;
	font-size: clamp(0.75rem, 6vw, 0.875rem);
	padding: 12px;
	font-family: var(--jl-menu-font);
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 4px;
	color: #000 !important;
	transition: all 0.5s ease;
}

.crypto-details-section .chart-container .chart-btn-yrs button.active {
	background-color: #EA0303;
	color: #fff !important;
}

.crypto-details-section .chart-container .chart-btn-yrs button:hover {
	background-color: #EA0303;
	color: #fff !important;
}


.crypto-details-section .chart-container .controls .switch {
	display: inline-block;
	width: 60px;
	height: 30px;
	margin: 4px;
	position: relative;
}

.crypto-details-section .chart-container .controls {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 8px;
	flex-wrap: wrap;
}

.crypto-details-section .chart-container .controls .key-events-btn {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 8px;
}


.crypto-details-section .chart-container .controls input {
	display: none;
}

.crypto-details-section .chart-container .controls .slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	border-radius: 30px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	overflow: hidden;
	border: none;
}

.crypto-details-section .chart-container .controls .slider:before {
	content: "";
	position: absolute;
	height: 24px;
	width: 24px;
	left: 3px;
	top: 3px;
	background-color: #EA0303;
	border-radius: 50%;
	transition: 0.3s ease-in-out;
}

.crypto-details-section .chart-container .controls input:checked+.slider {
	background-color: #EA0303;
}

.crypto-details-section .chart-container .controls input:checked+.slider:before {
	transform: translateX(30px);
	background-color: #fff;
}


.crypto-details-section .chart-container .controls .key-events-btn span {
	font-size: 0.875rem;
	font-weight: 700;
	color: #000;
	font-family: var(--jl-menu-font);
	height: auto;
}


.crypto-details-section .chart-container .controls .mountain-box,
.crypto-details-section .chart-container .controls .advanced-chart,
.crypto-details-section .chart-container .controls .setting-box {
	position: relative;
}


.crypto-details-section .chart-container .controls .mountain-box button,
.crypto-details-section .chart-container .controls .advanced-chart a,
.crypto-details-section .chart-container .controls .setting-box button {
	outline: none !important;
	background-color: transparent !important;
	border: 1px solid transparent !important;
	height: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 24px;
	font-size: 0.875rem;
	font-weight: 700;
	width: max-content;
	color: #000 !important;
	padding: .391rem .875rem;
	font-family: var(--jl-menu-font);
	transition: all 0.5s ease;
}

.crypto-details-section .chart-container .controls .mountain-box button:hover,
.crypto-details-section .chart-container .controls .advanced-chart a:hover,
.crypto-details-section .chart-container .controls .setting-box button:hover {
	color: #EA0303 !important;
	border: 1px solid #EA0303 !important;
}

.crypto-details-section .chart-container .controls .mountain-box button img,
.crypto-details-section .chart-container .controls .advanced-chart a img,
.crypto-details-section .chart-container .controls .setting-box button img {
	height: 14px;
	width: auto;
	object-fit: cover;
	object-position: center;
}

.crypto-details-section .chart-container .controls .mountain-box button>img {
	height: 8px;
}

.crypto-details-section .chart-container .dialog-container {
	border: 1px solid #363f44;
	position: absolute;
	display: flex;
	inset: unset;
	box-shadow: 0 4px 10px #00000014;
	padding: 0;
	z-index: 5;
	border-radius: 8px;
	background-color: transparent;
	display: none;
	background-color: #fff;
}

.crypto-details-section .chart-container .dialog-container ul {
	padding-left: 0;
	margin: 0;
	width: 100%;
}

.crypto-details-section .chart-container .dialog-container ul li {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: start;
	white-space: nowrap;
	margin: 0;
	color: #000;
	padding: .625rem 20px;
	position: relative;
	z-index: 2;
	display: flex;
	gap: 12px;
	width: 100%;
	cursor: pointer;
	font-family: var(--jl-menu-font);
}

.crypto-details-section .chart-container .dialog-container ul li img {
	height: 14px;
	width: 14px;
}

.crypto-details-section .chart-container .dialog-container ul li span {
	line-height: 1.25;
	font-family: var(--jl-menu-font);
	color: #000;
	font-weight: normal;
	font-size: 0.75rem;

}

.crypto-details-section .chart-container .charts {
	width: 100%;
	display: none;
}

.crypto-details-section .chart-container .charts.active {
	display: block;
}


.crypto-details-section .chart-container .charts img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	height: auto;
}


.crypto-details-section .quote-statistics ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	list-style: none;
	padding: 0;
	margin: 0;
	grid-auto-flow: column;
	grid-template-rows: repeat(3, auto);
}


.crypto-details-section .quote-statistics ul li:nth-child(1) {
	order: 1;
}

/* Previous Close */
.crypto-details-section .quote-statistics ul li:nth-child(2) {
	order: 2;
}

/* Open */
.crypto-details-section .quote-statistics ul li:nth-child(3) {
	order: 3;
}

/* Day's Range */
.crypto-details-section .quote-statistics ul li:nth-child(4) {
	order: 4;
}

/* 52 Week Range */
.crypto-details-section .quote-statistics ul li:nth-child(5) {
	order: 5;
}

/* Start Date */
.crypto-details-section .quote-statistics ul li:nth-child(6) {
	order: 6;
}

/* Algorithm */
.crypto-details-section .quote-statistics ul li:nth-child(7) {
	order: 7;
}

/* Market Cap */
.crypto-details-section .quote-statistics ul li:nth-child(8) {
	order: 8;
}

/* Circulating Supply */
.crypto-details-section .quote-statistics ul li:nth-child(9) {
	order: 9;
}

/* Max Supply */
.crypto-details-section .quote-statistics ul li:nth-child(10) {
	order: 10;
}

/* Volume */
.crypto-details-section .quote-statistics ul li:nth-child(11) {
	order: 11;
}

/* Volume (24hr) */
.crypto-details-section .quote-statistics ul li:nth-child(12) {
	order: 12;
}

/* Volume (24hr) All Currencies */


.crypto-details-section .quote-statistics ul li {
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	border-bottom: 1px solid #363f44;
	padding: .34em 0 0;
	font-weight: 400;
	--font-size: 0.75rem;
	--li-height: calc(var(--font-size) * 2);
	height: var(--li-height);
	font-family: var(--jl-menu-font);
}

/*.crypto-details-section .quote-statistics ul li.last-row{
	border-bottom: 0;
}*/


.crypto-details-section .quote-statistics ul li span {
	font-weight: 400;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	font-size: 0.75rem;
}


/*@media (max-width: 1439px) {
  .crypto-details-section .quote-statistics ul {
    grid-template-columns: repeat(3, 1fr);
  }
}*/

@media (max-width: 1024px) {
	.crypto-details-section .quote-statistics ul {
		/*grid-template-columns: repeat(2, 1fr);*/
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 5px;
		column-gap: 16px;
	}

	.crypto-details-section .quote-statistics ul li {
		width: calc(100% / 2 - 8px);
	}

	.crypto-details-section .quote-statistics ul li:nth-child(1) {
		order: 1;
	}

	/* Previous Close */
	.crypto-details-section .quote-statistics ul li:nth-child(2) {
		order: 3;
	}

	/* Open */
	.crypto-details-section .quote-statistics ul li:nth-child(3) {
		order: 5;
	}

	/* Day's Range */
	.crypto-details-section .quote-statistics ul li:nth-child(4) {
		order: 7;
	}

	/* 52 Week Range */
	.crypto-details-section .quote-statistics ul li:nth-child(5) {
		order: 9;
	}

	/* Start Date */
	.crypto-details-section .quote-statistics ul li:nth-child(6) {
		order: 11;
	}

	/* Algorithm */
	.crypto-details-section .quote-statistics ul li:nth-child(7) {
		order: 2;
	}

	/* Market Cap */
	.crypto-details-section .quote-statistics ul li:nth-child(8) {
		order: 4;
	}

	/* Circulating Supply */
	.crypto-details-section .quote-statistics ul li:nth-child(9) {
		order: 6;
	}

	/* Max Supply */
	.crypto-details-section .quote-statistics ul li:nth-child(10) {
		order: 8;
	}

	/* Volume */
	.crypto-details-section .quote-statistics ul li:nth-child(11) {
		order: 10;
	}

	/* Volume (24hr) */
	.crypto-details-section .quote-statistics ul li:nth-child(12) {
		order: 12;
	}

	/* Volume (24hr) All Currencies */
}
}

@media (max-width: 767px) {
	.crypto-details-section .quote-statistics ul {
		/*grid-template-columns: repeat(2, 1fr);*/
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 5px;
		column-gap: 16px;
	}

	.crypto-details-section .quote-statistics ul li {
		width: calc(100% / 2 - 8px);
	}

	.crypto-details-section .quote-statistics ul li:nth-child(1) {
		order: 1;
	}

	/* Previous Close */
	.crypto-details-section .quote-statistics ul li:nth-child(2) {
		order: 3;
	}

	/* Open */
	.crypto-details-section .quote-statistics ul li:nth-child(3) {
		order: 5;
	}

	/* Day's Range */
	.crypto-details-section .quote-statistics ul li:nth-child(4) {
		order: 7;
	}

	/* 52 Week Range */
	.crypto-details-section .quote-statistics ul li:nth-child(5) {
		order: 9;
	}

	/* Start Date */
	.crypto-details-section .quote-statistics ul li:nth-child(6) {
		order: 11;
	}

	/* Algorithm */
	.crypto-details-section .quote-statistics ul li:nth-child(7) {
		order: 2;
	}

	/* Market Cap */
	.crypto-details-section .quote-statistics ul li:nth-child(8) {
		order: 4;
	}

	/* Circulating Supply */
	.crypto-details-section .quote-statistics ul li:nth-child(9) {
		order: 6;
	}

	/* Max Supply */
	.crypto-details-section .quote-statistics ul li:nth-child(10) {
		order: 8;
	}

	/* Volume */
	.crypto-details-section .quote-statistics ul li:nth-child(11) {
		order: 10;
	}

	/* Volume (24hr) */
	.crypto-details-section .quote-statistics ul li:nth-child(12) {
		order: 12;
	}

	/* Volume (24hr) All Currencies */
}



.crypto-details-section .accordion-cryto .accordion-icon {
	height: auto !important;
}

.crypto-details-section .accordion-cryto .accordion-icon img {
	transition: transform 0.3s ease;
	height: 15px;
	width: 15px;
}

/*.crypto-details-section .accordion-cryto .accordion-toggle[aria-expanded="true"] .accordion-icon img {
  transform: rotate(180deg);
}
*/

.crypto-details-section .accordion-cryto {
	border: 1px solid #363f44;
	border-radius: 8px;
	margin: 30px 0;
}


.crypto-details-section .accordion-cryto .accordion-header button {
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
	height: auto !important;
	display: flex;
	align-items: center;
	justify-content: start;
	padding-left: 13px;
}

.crypto-details-section .accordion-cryto .accordion-header button .accordion-title {
	margin: 0;
	padding: 12px 16px;
	color: #000;
	font-size: 0.875rem;
	gap: 4px;
	line-height: 1.25;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: 500;
	justify-content: flex-start;
	width: 100%;
	font-family: var(--jl-menu-font);
	transition: all 0.5s ease;
	padding-left: 5px;
	margin: 0;
	width: 100%;
}

.crypto-details-section .accordion-cryto .accordion-header button:hover .accordion-title {
	color: #EA0303;
}


.crypto-details-section .accordion-cryto .accordion-description {
	padding: 0 1rem;
}

.crypto-details-section .accordion-cryto .accordion-description p {
	margin: 0;
	color: #000;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.5;
	font-family: var(--jl-menu-font);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-clamp: var(--desc-lines);
	margin-top: 4px;
	margin-bottom: 16px;
}

.crypto-details-section .accordion-cryto .accordion-footer {
	display: block;
	width: 100%;
	margin: 20px 10px;
}

.crypto-details-section .accordion-cryto .accordion-footer a {
	text-decoration: none;
	border: none;
	outline: none;
	color: #EA0303;
	padding: .391rem .875rem;
	line-height: 1.2;
	font-size: 0.875rem;
	--hover-bg: rgba(236, 53, 53, 0.1);
	background-color: var(--hover-bg);
	font-family: var(--jl-menu-font);
	font-weight: 500;
	border-radius: 24px;
	border: 1px solid #EA0303;
}


/*----- Dark mode -------*/

.wp-night-mode-on .crypto-details-section .heading-crytpo-box .top-heading-crypto span,
.wp-night-mode-on .crypto-details-section .heading-crytpo-box .heading-title-follow h1,
.wp-night-mode-on .crypto-details-section .price-info .price-bar h2,
.wp-night-mode-on .crypto-details-section .price-info .market-open-time span,
.wp-night-mode-on .crypto-details-section .chart-container .chart-btn-yrs button,
.wp-night-mode-on .crypto-details-section .price-info .sponsor,
.wp-night-mode-on .crypto-details-section .chart-container .controls .key-events-btn span,
.wp-night-mode-on .crypto-details-section .chart-container .controls .mountain-box button,
.wp-night-mode-on .crypto-details-section .chart-container .controls .advanced-chart a,
.wp-night-mode-on .crypto-details-section .chart-container .controls .setting-box button,
.wp-night-mode-on .crypto-details-section .chart-container .dialog-container ul li,
.wp-night-mode-on .crypto-details-section .quote-statistics ul li span,
.wp-night-mode-on .crypto-details-section .accordion-cryto .accordion-header button .accordion-title,
.wp-night-mode-on .crypto-details-section .accordion-cryto .accordion-description p {
	color: #fff !important;
}

.wp-night-mode-on .crypto-details-section .heading-crytpo-box .top-heading-crypto span.dot,
.wp-night-mode-on .crypto-details-section .chart-container .controls .slider {
	background-color: #fff;
}

.wp-night-mode-on .crypto-details-section .chart-container .controls .dialog-setting .slider {
	background-color: #000;
}

.wp-night-mode-on .crypto-details-section .chart-container .controls .dialog-setting input:checked+.slider {
	background-color: #EA0303;
}

.wp-night-mode-on .crypto-details-section .heading-crytpo-box,
.wp-night-mode-on .crypto-details-section .quote-statistics ul li {
	border-bottom: 1px solid #2c2c2c;
}

.wp-night-mode-on .crypto-details-section .accordion-cryto {
	border: 1px solid #2c2c2c;
}

.wp-night-mode-on .crypto-details-section .price-info .sponsor a img,
.wp-night-mode-on .crypto-details-section .accordion-cryto .accordion-icon img,
.wp-night-mode-on .crypto-details-section .chart-container .controls .mountain-box button img,
.wp-night-mode-on .crypto-details-section .chart-container .controls .advanced-chart a img,
.wp-night-mode-on .crypto-details-section .chart-container .controls .setting-box button img {
	filter: brightness(0) saturate(100%) invert(95%) sepia(95%) saturate(21%) hue-rotate(344deg) brightness(105%) contrast(108%) !important;
}


/*----- Dark mode -------*/




@media(max-width: 1199.98px) {
	.crypto-details-section .container {
		padding: 0 20px;
	}
}

@media (min-width:500px) and (max-width:991.98px) {

	.crypto-details-section .price-info {
		gap: 0;
	}

	.crypto-details-section .chart-container {
		display: flex;
		flex-wrap: wrap;
		align-items: start;
		justify-content: start;
	}

	.crypto-details-section .chart-container .chart-btn-yrs {
		order: 3;
		flex-wrap: wrap;
		gap: 4px;
	}

	.crypto-details-section .chart-container .controls {
		order: 1;
		width: 100%;
		justify-content: start;
	}

	.crypto-details-section .chart-container .charts {
		order: 2;
	}


}


@media(max-width:499.98px) {

	.crypto-details-section .price-info {
		gap: 0;
	}

	.crypto-details-section .chart-container {
		display: flex;
		flex-wrap: wrap;
		align-items: start;
		justify-content: start;
	}

	.crypto-details-section .chart-container .chart-btn-yrs {
		order: 3;
		flex-wrap: wrap;
		gap: 4px;
	}

	.crypto-details-section .chart-container .controls {
		order: 1;
		gap: 4px;
		width: 100%;
		justify-content: space-between;
	}

	.crypto-details-section .chart-container .charts {
		order: 2;
	}

	.crypto-details-section .chart-container .controls .advanced-chart span {
		display: none;
	}

	.crypto-details-section .chart-container .controls .slider:before {
		height: 18px;
		width: 18px;
	}

	.crypto-details-section .chart-container .controls .switch {
		width: 45px;
		height: 24px;
	}

	.crypto-details-section .quote-statistics ul li {
		height: auto;
		align-items: start;
		justify-content: start;
		flex-direction: column;
	}

}

@media(min-width: 397px) {
	.crypto-details-section .chart-container .dialog-container.dialog-setting {
		left: calc(0vw - 150px);
	}
}


/*------------- Crypto box Section -------------------*/


.up {
	padding: 0 2px;
	color: #fff !important;
	background-color: #00aa76 !important;
}

.down {
	padding: 0 2px;
	color: #fff !important;
	background-color: #EA0303 !important;
}


/*-------------- Latest Market ---------------------*/

.latest-market-wrap {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap: 15px;
}


.latest-market-wrap .stock-card {
	width: calc(100% / 3 - 10px);
	margin-bottom: 16px;
}

.latest-market-wrap .stock-card .stocks-card-inner {
	padding: .375rem 0;
	box-shadow: 0 1px 2px #0000004d;
	border-radius: 4px;
	background: #ffffff;
	/*padding: 1.5rem;*/
	/*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #ccc;*/
	/*border-radius: 12px;*/
}


.latest-market-wrap .stock-card .stocks-card-inner h3 {
	margin: 0;
	font-size: 0.85rem;
	padding: 0 0 6px 0;
	font-family: var(--jl-title-font);
	font-weight: 500;
	color: #000;
}

.latest-market-wrap .stock-card .stocks-card-inner .stocks-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.latest-market-wrap .stock-card .stocks-list .stock-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 4px 0;
	height: 2.375rem;
	/* border-bottom: 1px dashed #E6EAEB; */
	margin-bottom: 6px;
	cursor: pointer;
	transition: all 0.5s ease;
}

.latest-market-wrap .stock-card .stocks-list .stock-item:hover {
	background-color: #f9f9f9;
}

.latest-market-wrap .stock-card .stocks-list .stock-item .left-block {
	text-align: left;
	display: flex;
	flex-direction: column;
}

.latest-market-wrap .stock-card .stocks-list .stock-item .left-block .stock-symbol,
.latest-market-wrap .stock-card .stocks-list .stock-item .right-block .stock-price {
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 8px;
	font-size: 0.75rem;
	color: var(--sect-ts-color);
	font-family: var(--jl-title-font);
	font-weight: 550;
	color: var(--sect-t-color);
}

.latest-market-wrap .stock-card .stocks-list .stock-item .left-block .stock-symbol {
	--sect-ts-color: #FF2B00;
	color: var(--sect-ts-color);
}

.latest-market-wrap .stock-card .stocks-list .stock-item .left-block .stock-name,
.latest-market-wrap .stock-card .stocks-list .stock-item .right-block .stock-change,
.latest-market-wrap .stock-card .stocks-list .stock-item .right-block .stock-percent-change {
	font-family: var(--jl-title-font);
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 8px;
	font-size: 11px;
	color: #000;
}

.latest-market-wrap .stock-card .stocks-list .stock-item .left-block .stock-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	max-width: 130px;

}

.latest-market-wrap .stock-card .stocks-list .stock-item .right-block {
	text-align: right;
	line-height: 1.2;
}

.latest-market-wrap .stock-card .stocks-list .stock-item .right-block .stock-price {
	display: block;
	padding-right: 0;
}

.latest-market-wrap .stock-card .stocks-list .stock-item .right-block .stock-change,
.latest-market-wrap .stock-card .stocks-list .stock-item .right-block .stock-percent-change {
	display: inline;
	padding-right: 0;
}

.wp-night-mode-on .latest-market-wrap .stock-card .stocks-card-inner {
	background-color: #222531;
	padding: 12px 16px;
}

.wp-night-mode-on .latest-market-wrap .stock-card .stocks-list .stock-item .left-block .stock-name,
.wp-night-mode-on .latest-market-wrap .stock-card .stocks-card-inner h3 {
	color: #fff;
}

.wp-night-mode-on .latest-market-wrap .stock-card .stocks-list .stock-item:hover {
	background-color: #010617;
}

.latest-market-wrap .stock-card .stocks-card-inner .no-stocks-data {
	padding: 0 10px;
	font-size: 13px;
	font-family: var(--jl-title-font);
	font-weight: 400;
	color: #000;
	padding: 0 0 6px 0;
	min-height: 195px;
}

.wp-night-mode-on .latest-market-wrap .stock-card .stocks-card-inner .no-stocks-data {
	color: #fff;
}

.wpcf7 .hidden-fields-container {
	display: none !important;
}

/*---------- Responsive view ----------*/


@media(min-width: 992px) and (max-width: 1279.98px) {

	.latest-market-wrap .stock-card .stocks-list .stock-item .left-block .stock-name {
		max-width: 100px;
	}
}

@media(max-width: 991.98px) {
	.latest-market-wrap .stock-card {
		width: 100%;
	}
}


@media(max-width: 767px) {
	.latest-market-wrap .stock-card {
		width: 100%;
	}

	.latest-market-wrap .stock-card .stocks-card-inner .no-stocks-data {
		min-height: unset;
	}
}

/*---------- Responsive view ----------*/

/*-------------- Latest Market ---------------------*/



/*------------- Marquee CSS ----------------*/

.news-marquee{
	background-color: #0C1D41;
	padding: 10px 10px;
}

 .news-marquee a{
	color: #fff !important;
	margin: 0 10px;
	position: relative;
}

.news-marquee a::before{
	content: " ";
	position: absolute;
	right: -11px;
	top: 50%;
	height: 80%;
	width: 1px;
	background-color: #fff;
	transform: translateY(-50%);
}


.news-marquee a:last-child::before{
	display: none;
}

/*------------- Marquee CSS ----------------*/


/*--------------- GLOBAL CSS ----------------*/


.container {
    margin: 0 auto;
    --content-width: 1140px;
    max-width: var(--content-width);
    padding-inline: 0;
    width: 100%;
}


/*--------------- GLOBAL CSS ----------------*/

/*------------- New CSS for nft Table -------------------*/

.nft-table-wrapper {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 0;
    background: transparent;
    margin: 50px auto;
}



.nft-table-wrapper .dtfc-right-top-blocker {
    display: none !important;
}

/* Night mode styles */

.wp-night-mode-on .nft-table-wrapper .yahoo-table th:first-child,
.wp-night-mode-on .nft-table-wrapper .yahoo-table td:first-child {
    background-color: #14181c !important;
}

.wp-night-mode-on .nft-table-wrapper .dataTables_scroll{
	background-color: transparent !important;
}

.wp-night-mode-on .nft-table-wrapper .yahoo-table tbody tr:hover {
    background-color: #010617 !important;
}

.wp-night-mode-on .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}

/* Table structure */
.nft-table-wrapper .dataTables_scrollBody .dtfc-fixed-left,
.nft-table-wrapper .dataTables_scrollHead.scrolled .dtfc-fixed-left {
    border-left: none !important;
    border-right: none !important;
}

.nft-table-wrapper .dataTables_scrollBody.scrolled .yahoo-table td:first-child,
.nft-table-wrapper .dataTables_scrollBody.scrolled .symbol-td {
    border-right: 0 !important;
}

.nft-table-wrapper .dataTables_scrollBody.scrolled .symbol-td {
    border-bottom: 0 !important;
}

/* Filter styles */
.nft-table-wrapper .dataTables_filter {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: max-content;
    margin: 0 0 20px;
}

.nft-table-wrapper .dataTables_filter label input {
    outline: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
}

.nft-table-wrapper .dataTables_filter label input[type="search"]::placeholder {
    font-size: 12px;
}

.nft-table-wrapper>h3 {
    font-size: 1.5rem;
    color: #1a202c;
}


/* Scroll container styles */
.nft-table-wrapper .dataTables_scroll {
    border-radius: 12px;
    border: 1px solid #ccc !important;
    padding-bottom: 3px;
}

.nft-table-wrapper .dataTables_scrollBody,
.nft-table-wrapper .dataTables_scrollHead {
    border: none !important;
}

.nft-table-wrapper .dataTables_scrollHead {
    border-bottom: 1px solid #ccc !important;
    border-radius: 12px 12px 0 0 !important;
}

.nft-table-wrapper .dataTables_scrollBody {
    border-radius: 0 0 12px 12px !important;
    border-top: none !important;
}

.nft-table-wrapper .dataTables_scrollHead .dataTables_scrollHeadInner {
    padding-right: 0;
}

.nft-table-wrapper table{
	border: none;
}

.nft-table-wrapper table th,
.nft-table-wrapper table td{
    text-align: left;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 400;
    padding:5px 10px !important;
    height: 33px;
    font-family: var(--jl-body-font);
    border-right: none !important;
    border-bottom: none !important;
    transition: color 0.3s ease;
}


.nft-table-wrapper .dataTables_length select{
	background-color: #010617;
	color: #fff;
	width: 80px;
	text-align:left;
	margin: 0 10px;
	height: 35px;
	padding: 0 10px;
	line-height: 1;
}

.nft-table-wrapper .dataTables_length select option{
	background-color: #010617;
	color: #fff;
}


.nft-table-wrapper .dataTables_info{
	text-align: center;
    font-size: 15px;
    background: #0c1d41;
    padding: 12px 10px;
    width: 100%;
    font-weight: 600;	
    margin-top: 30px;
}

.nft-table-wrapper .dataTables_filter input[type="search"] {
	outline: none;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 12px;
}
    
.nft-table-wrapper .dataTables_filter input[type="search"]::placeholder{
    font-size: 12px;
}    


/*================ Responsive CSS ====================*/

@media(max-width: 1160px){
	.container{
		--content-width: 100%;
        max-width: var(--content-width);
        padding: 0 20px;
	}
}

@media(max-width: 767.98px){
	.container{
		--content-width: 100%;
        max-width: var(--content-width);
        padding: 0 20px;
	}

	.nft-table-wrapper .dataTables_length,
	.nft-table-wrapper .dataTables_filter{
		display: inline-block;
	}
	.nft-table-wrapper .dataTables_filter{
		margin-left: 7px;
	}

	.nft-table-wrapper .dataTables_length select{
		width: 55px;
		margin: 0 3px;
	}
}


/*================ Responsive CSS ====================*/

/*------------- New CSS for nft Table -------------------*/


/*------------- CPT Exchange CSS -------------------*/


.cpt_exchanges{
	position: relative;
	display: block;
	margin: 50px auto;
}

.cpt_exchanges h1{
	font-size: 25px;
}

.cpt_exchanges .exchange-tabs-wrap{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 40px;
}

.cpt_exchanges .exchange-tabs-wrap .tab-titles{
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	padding-left: 0;
    margin-bottom: 40px;
}

.cpt_exchanges .exchange-tabs-wrap .tab-titles li{
	list-style: none;
}

.cpt_exchanges .exchange-tabs-wrap .tab-titles li a{
	font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 15px;
    letter-spacing: 0.5px;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}

.cpt_exchanges .exchange-tabs-wrap .tab-titles li a.active{
	background-color: #0C1D41;
}

.cpt_exchanges .exchange-tabs-wrap .tab-titles li a:hover{
	background-color: rgb(34, 37, 49);
	color: #fff !important;
}


 .cpt_exchanges {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 0;
    background: transparent;
    margin: 50px auto;
}

 .cpt_exchanges .dtfc-right-top-blocker {
    display: none !important;
}

/* Night mode styles */
.wp-night-mode-on  .cpt_exchanges .dataTables_scroll,
.wp-night-mode-on  .cpt_exchanges .yahoo-table th:first-child,
.wp-night-mode-on  .cpt_exchanges .yahoo-table td:first-child {
    background-color: transparent !important;
}

.wp-night-mode-on  .cpt_exchanges .yahoo-table tbody tr:hover {
    background-color: #0D1421 !important;
}

.wp-night-mode-on .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}

/* Table structure */
 .cpt_exchanges .dataTables_scrollBody .dtfc-fixed-left,
 .cpt_exchanges .dataTables_scrollHead.scrolled .dtfc-fixed-left {
    border-left: none !important;
    border-right: none !important;
}

 .cpt_exchanges .dataTables_scrollBody.scrolled .yahoo-table td:first-child,
 .cpt_exchanges .dataTables_scrollBody.scrolled .symbol-td {
    border-right: 0 !important;
}

 .cpt_exchanges .dataTables_scrollBody.scrolled .symbol-td {
    border-bottom: 0 !important;
}

/* Filter styles */
 .cpt_exchanges .dataTables_filter {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: max-content;
    margin: 0 0 20px;
}

 .cpt_exchanges .dataTables_filter label input {
    outline: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
}

 .cpt_exchanges .dataTables_filter label input[type="search"]::placeholder {
    font-size: 12px;
}

 .cpt_exchanges>h3 {
    font-size: 1.5rem;
    color: #1a202c;
}

/* Scroll container styles */
 .cpt_exchanges .dataTables_scroll {
    border-radius: 12px;
    border: 1px solid #ccc !important;
    padding-bottom: 3px;
}

 .cpt_exchanges .dataTables_scrollBody,
 .cpt_exchanges .dataTables_scrollHead {
    border: none !important;
}

 .cpt_exchanges .dataTables_scrollHead {
    border-bottom: 1px solid #ccc !important;
    border-radius: 12px 12px 0 0 !important;
}

 .cpt_exchanges .dataTables_scrollBody {
    border-radius: 0 0 12px 12px !important;
    border-top: none !important;
}

 .cpt_exchanges .dataTables_scrollHead .dataTables_scrollHeadInner {
    padding-right: 0;
}

 .cpt_exchanges table{
    /*border: none;*/
    border-radius: 12px;
    border: 1px solid #ccc !important;
    /*background-color:#14181c;*/
}
 


 .cpt_exchanges table th,
 .cpt_exchanges table td{
    text-align: left;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 400;
    padding:5px 10px !important;
    height: 33px;
    font-family: var(--jl-body-font);
    border-right: none !important;
     border-bottom: 1px solid #2c2c2c !important;
     min-width: 100px;
    transition: color 0.3s ease;
}

 .cpt_exchanges table th{
 	 border-bottom: 1px solid #ccc !important;
 }


 .cpt_exchanges .dataTables_length select{
    background-color: #0D1421;
    color: #fff;
    width: 80px;
    text-align:left;
    margin: 0 10px;
    height: 35px;
    padding: 0 10px;
    line-height: 1;
}

 .cpt_exchanges .dataTables_length select option{
    background-color:#0D1421;
    color: #fff;
}

 .cpt_exchanges .dataTables_info{
    text-align: center;
    font-size: 15px;
    background: #0C1D41;
    padding: 12px 10px;
    width: 100%;
    font-weight: 600;	
    margin-top: 30px;
}

.cpt_exchanges .no-exchanges{
	text-align: center;
    font-size: 15px;
    background: #0c1d41;
    padding: 12px 10px;
    width: 100%;
    font-weight: 600;	
}


/*.cpt_exchanges .dataTables_scrollBody table thead{
	display: none;
}*/

/*.nft-table-wrapper .dataTables_scrollBody table thead{
	display: none;
}*/


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	background-color: #0C1D41 !important;
	box-shadow: none !important;
}

.dataTables_paginate a.paginate_button:hover:not(.current):not(.disabled){
	background-color: rgb(34, 37, 49) !important;
	box-shadow: none !important;
}

.cpt_exchanges .exchange-tabs-wrap .dataTables_scrollHead{
	border: none !important;
}

.cpt_exchanges .exchange-tabs-wrap .dataTables_scrollHead .dataTables_scrollHeadInner{
	width: 100% !important;
}
.cpt_exchanges .exchange-tabs-wrap .dataTables_scrollHead .dataTables_scrollHeadInner > table{
	width: 100% !important;
	border: none !important;
}

.cpt_exchanges .exchange-tabs-wrap .dataTables_scrollBody > table{
	width: 100% !important;
	border: none !important;
}

.cpt_exchanges .exchange-tabs-wrap .dataTables_scrollBody > table > thead{
	visibility: hidden !important;
	border: none !important;
}

.cpt_exchanges .exchange-tabs-wrap .table-wrapper{
   display: none;
}

.cpt_exchanges .exchange-tabs-wrap .table-wrapper.active{
   display: block;
}

@media(max-width: 767px){
	 .cpt_exchanges .dataTables_length,
	 .cpt_exchanges .dataTables_filter{
		display: inline-block;
	}
	 .cpt_exchanges .dataTables_filter{
		margin-left: 7px;
	}

	 .cpt_exchanges .dataTables_length select{
		width: 55px;
		margin: 0 3px;
	}

	.cpt_exchanges .exchange-tabs-wrap .tab-titles{
		row-gap: 40px;
	}
}

/*------------- CPT Exchange CSS -------------------*/


/*----------------- Crypto CSS ----------------------*/


.crypto-table-wrapper{
	margin-top: 0;
}

.crypto-table-wrapper > .container{
	padding: 0;
}


@media(max-width: 767px){
	.crypto-table-wrapper table thead tr th:nth-child(2),
	.crypto-table-wrapper table tbody tr td:nth-child(2) span,
    .nftTable thead tr th:nth-child(2), 
    .nftTable tbody tr td:nth-child(2) span {
		text-wrap: auto;
		min-width: 100px;
		padding-right: 30px;
	}
  .cpt_exchanges table thead tr th:nth-child(2), .cpt_exchanges table tbody tr td:nth-child(2) span{
  padding-right: 30px !important;
  text-wrap: auto;
  min-width: 80px;
}
 
.cpt_exchanges table th, .cpt_exchanges table td{
    min-width: 25px;
}
}

/*----------------- Crypto CSS ----------------------*/



/*-------------------- Latest Market dashboard container --------------------*/

.latest-market-dashboard{
	position: relative;
	display: block;
	margin: 50px 0;
}

.latest-market-dashboard .latest-market-highlights{
    min-height: 288px;
    display: grid;
    grid-template-columns: 335fr 335fr 162fr 162fr 335fr;
    grid-template-rows: repeat(2, 138px);
    gap: 12px;
    grid-auto-flow: column;
    font-family: var(--jl-menu-font);
}

.latest-market-dashboard .latest-market-highlights .common-bg{
	font-family: var(--jl-menu-font);
    cursor: pointer;
    height: 100%;
    padding: 12px 16px;
    background: #222531;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(88, 102, 126, .08), 0 1px 2px 0 rgba(88, 102, 126, .12);
}

.latest-market-dashboard .latest-market-highlights .common-bg ol{
	list-style-type: decimal; 
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	font-family: var(--jl-menu-font);
}

.latest-market-dashboard .latest-market-highlights .common-bg ol li{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 40px;
}

.latest-market-dashboard .latest-market-highlights .common-bg ol li .chart-sec{
    width: 30%;
    min-width: 68px;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-grow: 12;
}

.latest-market-dashboard .latest-market-highlights .common-bg ol li .chart-sec .change_per{
	font-size: 12px;
	font-weight: 600;
	font-family: var(--jl-menu-font);
	display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.latest-market-dashboard .latest-market-highlights .common-bg ol li .chart-sec .sparkline {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.latest-market-dashboard .latest-market-highlights .common-bg ol li .chart-sec .sparkline > div{
   width: 60px !important;
    height: 30px !important;
}

.latest-market-dashboard .latest-market-highlights .common-bg ol li .chart-sec .sparkline canvas{
	width: 60px !important;
    height: 30px !important;
}

.latest-market-dashboard .latest-market-highlights .common-bg ol li .trending_data{
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    max-width: calc(100% - 68px);
    width: 70%;
    flex: 0 0 70%;
}    

.latest-market-dashboard .latest-market-highlights .common-bg ol li .trending_data .trend_name{
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 8px;
}


.latest-market-dashboard .latest-market-highlights .common-bg ol li .trending_data .trend_name > span{
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	width: 8px;
	color: #A1A7BB;
	font-family: var(--jl-menu-font);
}

.latest-market-dashboard .latest-market-highlights .common-bg ol li .symbol span{
	font-family: var(--jl-menu-font);
	font-size: 14px;
	font-size: 600;
	color: #fff;
}

.latest-market-dashboard .latest-market-highlights .common-bg ol li .regularprice{
	font-family: var(--jl-menu-font);
	font-size: 14px;
	font-size: 600;
	color: #fff;
}

.latest-market-dashboard .latest-market-highlights .common-bg > h2{
	margin: 0;
	text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--jl-menu-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 7px;
}

.latest-market-dashboard .latest-market-highlights .common-bg .value-box > h4{
	margin: 0;
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	font-family: var(--jl-menu-font);
}

.latest-market-dashboard .latest-market-highlights .common-bg .value-box p{
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 600;
	font-family: var(--jl-menu-font);
}

.latest-market-dashboard .latest-market-highlights .common-bg .negative svg{
	transform: rotate(180deg);
}

.latest-market-dashboard .latest-market-highlights .high-pair-card,
.latest-market-dashboard .latest-market-highlights .high-coin-card{
	grid-row-start: 1;
    grid-row-end: 3;
    width: 383px;
}

.latest-market-dashboard .latest-market-highlights .high-pair-card ol li{
	margin-bottom: 10px;
}

.latest-market-dashboard .latest-market-highlights .market-cap-card,
.latest-market-dashboard .latest-market-highlights .fear-greed-card,
.latest-market-dashboard .latest-market-highlights .cmc-card,
.latest-market-dashboard .latest-market-highlights .altcoin-card{
	width: 170px;
}

.latest-market-dashboard .latest-market-highlights .fear-greed-card{
	position: relative;
}

.latest-market-dashboard .meter-card > h2 {
     color: #fff;
     margin-top: 0;
     margin-bottom: 25px;
     text-align: left;
     font-family: var(--jl-menu-font);
}
.latest-market-dashboard .meter-card .text-box {
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     bottom: 15px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     gap: 0;
}
.latest-market-dashboard .meter-card .meter-graph {
     isolation: isolate;
}
.latest-market-dashboard .meter-card .text-box h2 {
     margin: 0;
     text-align: center;
     font-size: 20px;
     font-family: var(--jl-menu-font);
     color: #fff;
}
.latest-market-dashboard .meter-card .text-box h4 {
     margin: 0;
     text-align: center;
     font-size: 11px;
     font-family: var(--jl-menu-font);
     color: #a1a7bb;
}


.latest-market-dashboard  .rangebar-container .title {
     color: #fff;
     font-size: 18px;
     margin-bottom: 15px;
     font-weight: bold;
     font-family: var(--jl-menu-font);
}
.latest-market-dashboard  .rangebar-container .slider-container {
     position: relative;
     height: 20px;
     margin-bottom: 5px;
}
.latest-market-dashboard  .rangebar-container .slider-track {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 100%;
     border-radius: 50px;
     display: flex;
     align-items: center;
     justify-content: start;
     width: 100%;
}
.latest-market-dashboard  .rangebar-container .slider-value {
     position: absolute;
     top: 50%;
     width: 20px;
     height: 20px;
     border: 4px solid #222531;
     background-color: #fff;
     border-radius: 50%;
     transform: translate(-50%, -50%);
     box-shadow: rgba(128, 138, 157, 0.24) 0px 8px 32px 0px, rgba(128, 138, 157, 0.12) 0px 1px 2px 0px;
     z-index: 10;
}
.latest-market-dashboard  .rangebar-container .slider-track .slider-bg {
     height: 6px;
     width: calc(100% / 4);
     background-color: var(--bg);
}
.latest-market-dashboard  .rangebar-container .slider-track .slider-bg:first-child {
     border-radius: 50px 0 0 50px;
}
.latest-market-dashboard  .rangebar-container .slider-track .slider-bg:last-child {
     border-radius: 0px 50px 50px 0px;
}
.latest-market-dashboard  .rangebar-container .labels {
     display: flex;
     justify-content: space-between;
     margin-top: 8px;
     font-family: var(--jl-menu-font);
     margin-bottom: 1px;
}
.latest-market-dashboard  .rangebar-container .label {
     font-size: 11px;
     font-weight: 400;
     color: #A1A7BB;
     font-family: var(--jl-menu-font);
}
.latest-market-dashboard  .rangebar-container .value-display {
     text-align: left;
     font-size: 18px;
     font-weight: 400;
     color: #646b80;
     font-family: var(--jl-menu-font);
}
.latest-market-dashboard  .rangebar-container .value-display .main-val {
     font-size: 20px;
     font-weight: 700;
     color: #fff;
}



/*---------------- Responsive view -------------------*/



@media(max-width: 1279.98px){

	.latest-market-dashboard{
		margin: 0px 0px 30px 0px;
	}

	.latest-market-dashboard > .container{
		padding: 0;
	}

	.latest-market-dashboard .latest-market-highlights{
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 100%;
		min-height: max-content;
		gap: 5px;
	}

	.latest-market-dashboard .latest-market-highlights .high-pair-card, .latest-market-dashboard .latest-market-highlights .high-coin-card{
		display: none;
		width: auto;
	}

	.latest-market-dashboard .latest-market-highlights .market-cap-card, .latest-market-dashboard .latest-market-highlights .fear-greed-card, .latest-market-dashboard .latest-market-highlights .cmc-card, .latest-market-dashboard .latest-market-highlights .altcoin-card{
		width: calc(100% / 4);
		padding: 4px 8px;
		border-radius: 8px;
		height: 75px;
	}

	.latest-market-dashboard .latest-market-highlights .common-bg > h2{
		font-size: 9px;
		font-weight: 400;
		color: #A1A7BB;
		text-overflow: ellipsis;
    	white-space: nowrap;
    	overflow: hidden;
    	margin-bottom: 0;
	}

	.latest-market-dashboard .meter-card .text-box{
		left: 50%;
    	transform: translateX(-50%);
    	bottom: 6px;
	}

	.latest-market-dashboard .rangebar-container .labels{
		display: none;
	}

	.latest-market-dashboard .latest-market-highlights .common-bg .value-box > h4{
		font-size: 14px;
		font-weight: 600;
	}

	.latest-market-dashboard .latest-market-highlights .common-bg .value-box p{
		font-size: 11px;
		font-weight: 500;
	}

	.latest-market-dashboard .rangebar-container .slider-track .slider-bg{
		height: 4px;
	}

	.latest-market-dashboard .rangebar-container .slider-value{
		height: 10px;
		width: 10px;
		border: 2px solid #222531;
	}

	.latest-market-dashboard .rangebar-container .label{
		display: none;
	}
	.latest-market-dashboard .latest-market-highlights .fear-greed-card svg{
		width: 72px;
		height: 40px;
	}

	.latest-market-dashboard .meter-card .text-box h2{
		padding-bottom: 4px;
		font-size: 14px;
		font-weight: 600;
		line-height: 1;
	}
	.latest-market-dashboard .meter-card .text-box h4{
		display: none;
	}

	.latest-market-dashboard .rangebar-container .value-display .main-val{
		font-size: 14px;
		font-weight: 600;
	}

	.latest-market-dashboard .rangebar-container .value-display{
		font-size: 12px;
		font-weight: 400;
		text-align: center;
	}

	.latest-market-dashboard .latest-market-highlights .market-cap-card{
		order: 1;
	}

	.latest-market-dashboard .latest-market-highlights .fear-greed-card{
       order: 4;
	}

	.latest-market-dashboard .latest-market-highlights .cmc-card{
	  order: 2;
	}

	.latest-market-dashboard .latest-market-highlights .altcoin-card{
		order: 3;
	}

	.latest-market-dashboard .latest-market-highlights .common-bg .sparkline{
		display: none !important;
	}

}


@media(max-width: 767px){

	.latest-market-dashboard{
		margin: 0px 0px 30px 0px;
	}

	.latest-market-dashboard > .container{
		padding: 0;
	}

	.latest-market-dashboard .latest-market-highlights{
		display: flex;
		align-items: center;
		justify-content: start;
		width: 100%;
		min-height: max-content;
		gap: 5px;
	}

	.latest-market-dashboard .latest-market-highlights .high-pair-card, .latest-market-dashboard .latest-market-highlights .high-coin-card{
		display: none;
		width: auto;
	}

	.latest-market-dashboard .latest-market-highlights .market-cap-card, .latest-market-dashboard .latest-market-highlights .fear-greed-card, .latest-market-dashboard .latest-market-highlights .cmc-card, .latest-market-dashboard .latest-market-highlights .altcoin-card{
		width: calc(100% / 4);
		padding: 4px 8px;
		border-radius: 8px;
		height: 75px;
	}

	.latest-market-dashboard .latest-market-highlights .common-bg > h2{
		font-size: 9px;
		font-weight: 400;
		color: #A1A7BB;
		text-overflow: ellipsis;
    	white-space: nowrap;
    	overflow: hidden;
    	margin-bottom: 0;
	}

	.latest-market-dashboard .meter-card .text-box{
		left: 50%;
    	transform: translateX(-50%);
    	bottom: 6px;
	}

	.latest-market-dashboard .rangebar-container .labels{
		display: none;
	}

	.latest-market-dashboard .rangebar-container .slider-track .slider-bg{
		height: 4px;
	}

	.latest-market-dashboard .rangebar-container .slider-value{
		height: 10px;
		width: 10px;
		border: 2px solid #222531;
	}

	.latest-market-dashboard .latest-market-highlights .common-bg .value-box > h4{
		font-size: 14px;
		font-weight: 600;
	}

	.latest-market-dashboard .latest-market-highlights .common-bg .value-box p{
		font-size: 11px;
		font-weight: 500;
	}
	.latest-market-dashboard .rangebar-container .label{
		display: none;
	}
	.latest-market-dashboard .latest-market-highlights .fear-greed-card svg{
		width: 72px;
		height: 40px;
	}

	.latest-market-dashboard .meter-card .text-box h2{
		padding-bottom: 4px;
		font-size: 14px;
		font-weight: 600;
		line-height: 1;
	}
	.latest-market-dashboard .meter-card .text-box h4{
		display: none;
	}

	.latest-market-dashboard .rangebar-container .value-display .main-val{
		font-size: 14px;
		font-weight: 600;
	}

	.latest-market-dashboard .rangebar-container .value-display{
		font-size: 12px;
		font-weight: 400;
	}

	.latest-market-dashboard .latest-market-highlights .common-bg .sparkline{
		display: none !important;
	}

	.latest-market-dashboard .latest-market-highlights .market-cap-card{
		order: 1;
	}

	.latest-market-dashboard .latest-market-highlights .fear-greed-card{
       order: 4;
	}

	.latest-market-dashboard .latest-market-highlights .cmc-card{
	  order: 2;
	}

	.latest-market-dashboard .latest-market-highlights .altcoin-card{
		order: 3;
	}
}



/*---------------- Responsive View --------------------*/

/*-------------------- Latest Market dashboard container --------------------*/