body {
    background: #000000 !important;

.page-header {
    background: #2f2f2f !important;
	border-bottom: 2px solid #e98f02 !important;
}
.list-group-item {
    background: #2f2f2f !important;
    border-bottom: 1px solid #390000;
}
.list-group-item .provider-thumbnail {
    -webkit-filter: drop-shadow(1px 1px 1px #222) !important;
    filter: drop-shadow(1px 1px 1px #222) !important;
}
.rtp-header{
	background: #444444 !important;
}
input#search{
	background-color: rgba(0,0,0,.8);
	color: #fff;
}
.card.card-game{
	background: #e98f02 !important;
}
.card-game span {
	color: #fff !important;
}
.btn-game {
	background: linear-gradient(to bottom, #e98f02 0%, #a06303 50%, #e98f02 100%) !important;
}
.jam {
	background: rgb(70 41 8 / 80%) !important;
}
.running-text {
	background: #444444 !important;
}
.list-group-item-action.active a span, .list-group-item span:hover {
	color: #cc9c1e;
}
.carousel-game {
	background: #444444 !important;
}
.card-provider {
	background-color: rgb(59 2 42 / 80%) !important;
}
.btn-regis {
	background: #ff8f00 !important;
}
.btn-regis:hover {
	background: #e68100 !important;
}
.btn-lc {
	background: #7cb342 !important;
}
.btn-lc:hover {
	background: #6fa03b !important;
}
.footer-text {
	border-top: 2px solid #e98f02;
}