body { background: #111; font-family: Roboto; }
.container-fluid > .row > div.login-col {
	min-height: 100vh;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 15px 0;
}
.container-fluid > .row > div:last-child {
	padding-left: 30px;
}
.login { width: 100%; }
.login-head {
    color: #e14545;
    font-weight: 500;
    font-size: 16px;
    height: 40px;
    padding-left: 15px;
}
.login-content input {
	width: 100%;
	background: #141414;
	border: 2px solid #222;
	height: 40px;
	padding: 0 15px;
	border-radius: 40px;
	outline: none !important;
	color: #e14545;
}
.login-content button {
	width: 100%;
	background: linear-gradient(0deg, #BC2121, #e14545);
	height: 40px;
	border-radius: 40px;
	border: none;
	box-shadow: 0 0 8px #6d1212;
	color: #fff;
	cursor: pointer;
	outline: none !important;
}
.login-content button:hover {
	background: linear-gradient(0deg, #ad1a1a, #e14545);
	box-shadow: none;
}
.login-content button:active {
	background: linear-gradient(0deg, #c21f1f, #d23a3a);
	box-shadow: none;
}

.login-desc {
    color: #777;
    border-radius: 5px;
    padding: 15px 0;
    margin-top: 15px;
    font-size: 11px;
    border-top: 1px solid #181818;
}

.sports ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #202020;
}
.sports ul li {
	height: 36px;
	display: flex;
	align-items: center;
	color: #000;
	padding: 0 12px;
	background: #e8bf00;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}
.sports ul li:hover:not(.active) {
	opacity: 0.9;
}
.sports ul li.active {
	background: #BC2121;
	color: #fff;
}
.results-container {
	color: #fff;
	font-size: 11px;
	font-family: Tahoma;
}
.results-ulke-head {
	height: 32px;
	display: flex;
	align-items: center;
	background: #232323;
    padding: 0 15px;
}
.match {
	display: flex;
	height: 30px;
	align-items: center;
	border-bottom: 1px solid #161616;
}
.match .match-status {
	width: 90px;
	text-align: center;
}
.match .match-time b {
	color: #777;
}
.match .match-time span {
	color: #f98787;
}
.match .match-info {
	display: flex;
	flex: 1;
	padding: 0 15px;
}
.match .match-info .match-score {
	width: 90px; text-align: center;
}
.match .match-home, .match .match-away {
	flex: 1;
}
.match .match-home {
	text-align: right;
}
.results-container {
	max-height: calc(100vh - 40px);
	overflow: auto;
}

.live-loading {
  text-align: center;
  padding-top: 85px;
  color: #fff;
  font-weight: 600;
  background: #000 url("../images/liveloader.gif") no-repeat center 15px;
  padding-bottom: 15px; }
  .live-loading {
  color: #777;
  position: relative;
  background: #111; }
  .live-loading svg {
    position: absolute;
    top: 15px; }
  .live-loading svg rect {
    fill: transparent; }
  .live-loading svg g path {
    fill: #BC2121; }


/* modal */
.modal-lg {
    max-width: 1140px;
}

.modal-content {
    background: #111;
}

.modal-header {
    border-bottom: 1px solid #6c757d; 
}

.modal-header .close {
    color: #fff;
    text-shadow: none;
}

.modal-body {
    padding: 0;
}

.modal-title {
    color: #fff;
}

