.container-fluid:not(.not-full){
    max-width: 1475px !important;
}

@keyframes progress {
	to {background-position: 30px 0;}
}

.progress-bar-strip {
	animation: progress 1s linear infinite !important;
	background-repeat: repeat !important;
	background-position: center center;
    background-size: 32px 32px !important;
	background-image: linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.35) 25%,
		transparent 25%, transparent 50%,
		rgba(255, 255, 255, 0.35) 50%,
		rgba(255, 255, 255, 0.35) 75%,
		transparent 75%,
		transparent
	) !important;
}
.footer-wp{
	ul{
		li{
			height: 30px;
			line-height: 30px;
		}
	}
	.social-share-bottom{
		a{
			padding: 0;
			height: 35px;
			width: 35px;
			text-align: center;
			line-height: 35px;
			background-color: #fff;
			i{
				font-size: 20px;
				line-height: 35px;
				color: #212121;
			}
		}
	}
}
.sidebar-nav ul .sidebar-item .sidebar-link{
	white-space: break-spaces;
}
.loading-search{
	position: absolute;
    right: 60px;
	display: none;
}
.list-coin-search-item{
	width: 50%;
	float: left;
}
@media (max-width: 576px) {
	.body-wrapper{
		margin-left: 0;
		margin-right: 0;
		.card-body{
            padding: 10px !important;
        }
		.table-listing{
			td{
				padding: 5px !important;
				padding-top: 10px !important;
				padding-bottom: 10px !important;
			}
		}
	}
	.list-coin-search-item{
		width: 100%;
	}
}
