/*TOP COINS TRENDS */
.top-coins-trends {
	.table {
		.thead-light {
			th {
				padding-right: 22px;
			    background-color: #f5f5f5;
			    padding-right: 22px;
			    color: $additional-color-2;
			    text-transform: uppercase;
			    font-size: 16px;
			    font-weight: normal;
			    border-top: none;
			    border-bottom: none;
			    font-weight: 600;
			}
		}
	}
	padding-left: 0;
	padding-right: 0;
	height: 430px;
	.title-heading {
		padding-right: 15px;
		padding-left: 15px;
	}
	.text {
		padding-right: 15px;
		padding-left: 15px;
		color: $additional-color-11;
		font-weight: 600;
		font-size: 13px;
	}
	table.table {
		tbody {
			tr {
				td.coin-name {
					span {
						padding-left: 9px;
						color: $additional-color-11;
					}
					.d-m-top-coins-trend {
						background-color: $color_57;
						border: $b-width-3 $solid $color_38;
						width: 13px;
						height: 13px;
						margin-top: 2px;
					}
				}
				td {
					span.caret-down {
						position: $pos-rel;
						top: 15px;
						right: -5px;
						border-top: 9px dashed;
						border-right: $b-width-5 $solid $color_none;
						border-left: $b-width-5 $solid $color_none;
						color: $color_125;
					}
					span.caret-up {
						position: $pos-rel;
						bottom: 15px;
						right: -5px;
						border-top: 0px dashed;
						border-bottom: 9px $solid;
						border-right: $b-width-5 $solid $color_none;
						border-left: $b-width-5 $solid $color_none;
						color: $color_126;
					}
				}
			}
		}
	}
}
.table {
	>tbody {
		>tr {
			>td {
				color: $additional-color-11;
				font-size: 15px;
			}
		}
	}
}
