.currency-title {
	font-size: 1.5em;
	font-weight: 700;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
}

.currency-subtitle{
	font-size:1.35rem;
	font-weight: 700;
}

#cp-type-div {
	width: 100%;
	border-top: 1px solid #dee2e6 !important;
	border-bottom: 1px solid #dee2e6 !important;
	overflow-x:auto;
}

#cp-table-info {
	width: 100%;
	margin: 20px 0;
	background-color: #EBEBEB !important;
}

#cp-forex-select-wrapper {
	margin-left: 20px;
}

#cp-forex-select {
	border: none !important;
	background-color: #EBEBEB;
}

#cp-forex-select option {
	background-color: #FFF !important;
}

#cp-table-count {
	padding: 15px;
}

.type-div {
	padding: 10px;
	/*margin-left: 20px;*/
	border-bottom: 4px solid transparent;
}

.type-div.active {
	border-bottom: 4px solid var(--system-color);
}

.type-btn:hover,
.type-btn.active {
	color: var(--system-color);
}

.pad15 {
	padding: 15px;
}

#cp-left-cur,
#cp-right-cur {
	padding: 18px;
	border: none !important;
	background-color: #EBEBEB;
	display: none;
}

#cp-left-cur:hover,
#cp-right-cur:hover {
	background-color: gray
}

#cp-table-main {
	width: 98%;
}

#cp-table {
	width: 100%;
	border-top: none !important;
}

#cp-table th {
	padding-bottom: 8px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: normal;
	font-size: 14px,
}

.cp-item {
	border-bottom: 0.5px solid #dee2e6;
	cursor: pointer;
	z-index: 0;
}

.cp-item:hover {
	background-color: #f0f6ff;
}

.curr-td div,
.curr-td span,
.cp-symbol {
	font-size: 14px
}

.cp-symbol:hover {
	color: #2962ff
}

.cp-symbol-href{
	color:inherit;
}

.cp-symbol-href:hover {
	color: #2962ff !important;
}

.curr-td {
	width: 1%;
}

.col-symbol {
	margin-left: 10px;
}

.bid-ask-val {
	width: 75%;
	text-align: right;
	/*padding-right: 10px;*/
	padding-top: 3px;
	padding-right: 3px;
	padding-right: 3px;
	padding: 3px 3px 3px 0
}

.cp-name {
	font-size: 11px;
	display: block;
}

.cp-52w-range {
	padding: 10px 5px 10px 15px
}

.cp-range-bar {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	height: 4px;
	width: 100%;
}

.cp-range-ind-wrapper {
	width: 100%;
	margin-left: -9px;
	margin-bottom: -9px;
}

.cp-range-ind {
	position: relative;
	left: 0%;
}

.cp-range-val {
	font-size: 10px;
}

#cp-ticker-wrapper {
	width: 95%;
	overflow: hidden;
	position: relative;
}

#cp-ticker-wrapper::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}

#cp-ticker-wrapper::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 100%;
	z-index: 1;
	top: 0;
	right: 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.cp-ticker-div {
	overflow: hidden;
}

.cp-ticker-animation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cp-ticker-animation>div {
	margin-right: 15px;
}

.cp-ticker-animation:hover {
	animation-play-state: paused;
}

.top-cp-div {
	width: 250px;
	padding: 0.25rem 0.5rem;
	border-radius: 5px;
	border: 1.5px solid #c8c8c8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.graph-img {
	max-height: 75px;
}

.cp-ticker-animation .buy-sell-btn {
	font-size: 0.8em;
}

.btn-buy {
	background-color: var(--system-green-color);
	color: #fff;
}

.btn-sell {
	background-color: var(--system-red-color);
	color: #fff;
}

.btn-buy:hover,
.btn-sell:hover {
	color: #fff;
}

.currency-value,
.currency-change {
	font-weight: 700;
}

/* Mobile Version */
@media (max-width: 576px) {
	.col-symbol {
		min-width: 25vw !important;
		padding: 0 5px;
		margin-left: 0;
	}

	.col-bid,
	.col-ask {
		min-width: 25vw !important;
		padding: 0 5px;
	}

	.col-fav {
		min-width: 5vw !important;
	}

	.cp-name,
	.cp-change,
	.col-52w {
		display: none;
	}

	#cp-ticker-wrapper::before {
		width: 25px;
	}

	#cp-ticker-wrapper::after {
		width: 25px;
	}
	
	.type-div{
		padding:5px;
	}
}

.fav-active {
	color: orange;
}