
.ov-chat-body:hover {
	background:#17181a;
}
.icon-touch:hover {
	color:#d90bd2;
}

.notif-badge:after {
    content: attr(data-count);
    position: absolute;
    background: rgba(255, 0, 0, 1);
    height: 0.8rem;
    top: 2.8rem;
    right: 1.5rem;
    width: 0.8rem;
    text-align: center;
    line-height: 1rem;;
    font-size: 1rem;
    border-radius: 50%;
    color: white;
    border: 0.2px solid red;
}

.notif {
	padding:10px;
	margin-bottom:10px;
    border-left: 6px solid #fff;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.btn-invite {
	padding-bottom:10px;
}

.notif-success {
    border-color: #80D651;
}

.notif-success > strong {
    color: #80D651;
}

.notif-info {
    border-color: #45ABCD;
}

.notif-info > strong {
    color: #45ABCD;
}

.notif-warning {
    border-color: #FEAF20;
}

.notif-warning > strong {
    color: #FEAF20;
}

.notif-danger {
    border-color: #d73814;
}

.notif-danger > strong {
    color: #d73814;
}

input[type="checkbox"] {
	display: none;	
}
.publicInvite {
	position: absolute;
	right: 120px;
}
.toggleButton {
	position: relative;
	top: 3px;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 51px;
	height: 21px;
}

.toggleButton label,
.toggleButton i {
	box-sizing: border-box;
	display: block;
	background: #ffffff;
}

.toggleButton label {
	width: 51px;
	height: 22px;
	border-radius: 32px; 
	border: 2px solid #e5e5e5;
	transition: all 0.30s ease;
}

.toggleButton i {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	box-shadow: 0 0 1px 0 rgba(0,0,0, 0.25),
				0 3px 3px 0 rgba(0,0,0, 0.15);
	background: #d90bd2;
	transition: all 0.5s cubic-bezier(0.275, -0.450, 0.725, 1.450);
}

input[type="checkbox"]:active + .toggleButton i {
	width: 25px;
}

input[type="checkbox"]:active + .toggleButton label,
input[type="checkbox"]:checked + .toggleButton label {
	border: 12px solid #d90bd2;
}

input[type="checkbox"]:checked + .toggleButton i {
	left: 30px;
}

input[type="checkbox"]:checked:active + .toggleButton label {
	border: 16px solid #d90bd2;
}

input[type="checkbox"]:checked:active + .toggleButton i {
	left: 14px;
}


.owner-tag {
    background: rgba(226, 172, 40, 0.18);
	border-left: 3px solid rgb(226, 172, 40);
    color: rgba(255, 255, 255, 0.64);
    float: left;
    padding: 4px 12px;
}

.developer-tag {
	background: rgba(202, 11, 217, 0.18);
	border-left: 3px solid rgb(202, 11, 217);
	color: rgba(255, 255, 255, 0.64);
	float: left;
	padding: 4px 12px;
}

.moderator-tag {
	background: rgba(32, 168, 82, 0.18);
	border-left: 3px solid rgb(32, 168, 82);
	color: rgba(255, 255, 255, 0.64);
	float: left;
	padding: 4px 12px;
}

.anticheat-tag {
	background: rgba(255,255,0, 0.18);
	border-left: 3px solid rgb(255,255,0);
	color: rgba(255, 255, 255, 0.64);
	float: left;
	padding: 4px 12px;
}

.test {
	color: rgb(32, 168, 82);
}

.premium-tag {
	background: rgba(102, 51, 153, 0.18);
	border-left: 3px solid rgb(102, 51, 153);
	color: rgba(255, 255, 255, 0.64);
	float: left;
	padding: 4px 12px;
}

.admin-tag {
	background: rgba(224, 37, 37, 0.18);
	border-left: 3px solid rgb(224, 37, 37);
	color: rgba(255, 255, 255, 0.64);
	float: left;
	padding: 4px 12px;
}

.member-tag {
    background: rgba(70, 132, 153, 0.18);
    border-left: 3px solid #468499;
    color: rgba(120, 203, 65, 0.64);
    float: left;
    padding: 4px 12px;
}

.player-profile {
    margin: 0 2px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 3px;
}
.p-row.profile-match-info-1 {
	background:rgba(35, 35, 38,0.5);
}
.p-row.profile-match-info-0 {
	background:rgba(27, 28, 29,0.7);
}
.p-row.profile-match-info-1:hover {
	background:rgba(0,0,0,0.3);
}
.p-row.profile-match-info-0:hover {
	background:rgba(0,0,0,0.3);
}
.stat-panel {
	background:#232326;
	color:#A6B0BD;
	border-radius:3px;
	padding:8px 12px;
	margin:0 8px 16px;
	height:282px;
}

.stat-heading {
	text-align:center;
	font-weight:700;
	font-size:13px;
	padding-bottom:15px;
	color:#fff;
	text-transform:uppercase;
}
								.total-stat {
									font-size:13px;
									padding:8px 0;
									border-bottom:1px dotted #484E5B;
								}
								.total-label {
									float:left;
									width:60%;
									font-weight:bold;
									text-transform:uppercase;
								}
								.total-value {
									float:left; width:40%;
									text-align:right;
								}
								.ov-match-info-outer {
									width:10%;
									float:left;
								}
								.profile-match-info {
									border-radius:100%;
									width:10px;
									height:10px;
									margin:auto;
								}
								
								.profile-match-info.match-win {
									background:#97E668;
								}
								.profile-match-info.match-draw {
									background:#3A74FA;
								}
								.profile-match-info.match-lose {
									background:#C72D2E;
								}
								.table-striped > tbody > tr:nth-of-type(2n+1) {
									background:rgba(0,0,0, 0.125);
								}
								
								.table > thead > tr > th,
								.table > thead > tr > td {
									border-bottom:0px solid #484c5a;
									text-align:center;
								}
								.table > thead > tr > th:first-child,
								.table > thead > tr > td:first-child {
									text-align:left;
								}
								.table > tbody > tr > th,
								.table > tbody > tr > td {
									border-color:transparent;
									padding:10px;
									text-align:center;
								}
								.table > tbody > tr > th:first-child,
								.table > tbody > tr > td:first-child {
									text-align:left;
								}
								
								.table thead td.split,
								.table tbody tr:nth-child(2n+1) td.split {
									border-left: 2px solid rgba(255,255,255,0.05);
								}
a[data-title]:hover:after {
  content: attr(data-title);
  padding: 4px 8px;
  color: rgba(0,0,0,0.5);
  font-weight:bold;
  font-size:14px;
  position: absolute;
  left: 0;
  margin:auto;
  top: 120%;
  white-space: nowrap;
  z-index: 1001;
  border-radius: 5px ;
  background: rgba(128, 132, 137,0.8);
}	

.usercard {
    position: relative;
    z-index: 0;    
}

.hovercard {
    position: sticky;
    width: 285px;
    min-height: 150px;
    padding: 0px;
    background: #232326;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 10px;
    display:none;
    border: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 1;
}
.hovercard:after{
    content:'';
    position: absolute;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.15) transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: 50px;
}
.hovercard.hover-top:after {    
    border-width: 0 15px 15px;    
    top: -15px;    
}
.hovercard.hover-bottom:after {    
    border-width: 15px 15px 0;   
    bottom: -15px;   
}
							