@font-face {
	font-family: "ethnocentric";
	src: url("../fonts/ethnocentric.woff2") format("woff2"),
}


h1,h2,h3,h4,h5,h6 {
	font-family: "ethnocentric", sans-serif;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.5rem;
}

body {
	background-color: #111111;
	overflow-x:hidden;
}

.white {
	color:white;
}

.logo {
	height: 100%;
}


.canvasHolder {
	background-color: #ff01cc;
	width: 100%;
	height: 100%;
}

.headerrow {
	background-color: black;
	padding-top: 10px;
    height: 85px;
    z-index: 999;
    position: relative;
}

.headerrow img {
    height: 77px;
}

.headerrow h1 {
	display: inline-block;
}

.plinko_hole {
    position: absolute;
    font-size: 20px;
    text-align: center;
    bottom: 15px;
    color: black;
    width: 40px;
}

.nexon_breaker {
	background: rgb(22,33,62);
	background: linear-gradient(180deg, rgba(22,33,62,1) 0%, rgba(255,1,204,1) 100%);
	box-shadow: 1px 1px 5px 1px #ff01cc;
}

.nexon_color {
	color: #ff01cc;
}

.nexon_background {
	background-color: #ff01cc;
}
.crossout {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    -webkit-user-drag: none;
}
.nexon_border {
	border-color: #ff01cc;
}

.nexon_shadow {
	text-shadow: 0px 0px 7px #ff01cc;
}

.header_table {
	font-size: 50px;
	color: #555 !important;
}

.bingo_table {
	overflow: hidden;
    width: 100%;
    border-radius: 25px;
    box-shadow: 0px 0px 13px -2px white;
	height: 90px;
    text-shadow: 0px 0px 3px;
}


@keyframes shadowanimation {
	0% {box-shadow: 1px 1px 13px -3px #ff01cc;}
	50% {box-shadow: 1px 1px 16px -3px #ff01cc;}
	100% {box-shadow: 1px 1px 13px -3px #ff01cc;}
}

.black_bg {
	background-color: black;
}
.card {
	background-color: #222222;
	border: 1px solid #aaa
}
 hr {
    background-color: #555;
 }
 
.btn-primary {
	background-color: #ff01cc;
	border-color: #ff01cc;
}

.btn-primary:hover {
	background-color: #800066;
	border-color: #ff01cc;
}

.btn-primary:active {
	background-color: #800066;
	border-color: #ff01cc;
}
.card_header {
	padding: 15px;
	border-bottom: 2px solid #aaa;
}

.card_header h5 {
	margin-bottom: 0px;
}
.card_body {
	padding: 15px;
}

.card_body select {
	width: 100%;
	padding: 15px;
}

.card_body {
	color: white;
}
.bb {
	border-bottom: 2px solid #555;
}

.bingo_table td {
    padding: 7px;
    width: 20%;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    height: 130px;
    display: inline-grid;
	text-shadow: none;
	color: black;
}

.click_to_copy:hover {
	cursor: pointer;
}

#status_circle {
	color: green;
}

#status_text, #statusContainer {
	color: white;
}

#statusContainer {
	position: fixed;
	right: 15px;
	bottom: 10px;
	background-color: black;
	padding: 5px;
	font-size: 11px;
	border-radius: 5px;
}

.bingo_table td div {
    font-weight: 800;
	font-size: 1.1rem;
    background-image: linear-gradient(315deg, rgba( 100, 0.4, 80,1) -102%, #f5f7fa 39%);
    border-radius: 15px;
	position: relative;
	text-size-adjust: auto;
	animation-name: shadowanimation;
	animation-duration: 4s ;
	animation-iteration-count: infinite;
	user-select: none;
}
.bingo_table td p {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
	padding: 2px;
}

.flexFont {

}


	#app {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.doors {
  display: flex;
}

.door {
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4) inset;
    background-color: white;
  width: 100px;
  height: 150px;
  overflow: hidden;

  border-radius: 1ex;
  margin: 1ch;
}

.boxes {
  /* transform: translateY(0); */
  transition: transform 1s ease-in-out;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 3rem;
}

.buttons {
  margin: 1rem 0 2rem 0;
}

button {
  cursor: pointer;

  font-size: 1.2rem;
  text-transform: uppercase;

  margin: 0 0.2rem 0 0.2rem;
}

.bg222 {
	background-color: #222;
}

.select2-container {
	width: 100% !important;
}

.gamba_table {
	width: 100%;
	max-width: 500px;
	background-color: black;
	color: white;
	border: 2px solid white;
}

.gamba_table tr {
	border-bottom: 1px solid gray;
}














.personalUserlist {
	position: absolute;
	left: 0;
	width: 100%;
    height: 100%; 
}

.personalUserlist ul {
	height: 100%;
    overflow-x: hidden;
	padding-left: 15px;
}


.personalUserlist li {
	list-style-type: none;
	color: white;
	font-weight: 800;
	font-size: 1em;
	padding: 15px;
	position: relative;
}
.personalUserlist li span {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.cardsbingologo {
	width: 50%;
}

.playerListGame {
	padding-top: 1vh;
	padding-left: 0px;
}

.playerHighlight {
	background-color: #996cc4;
	background-color: rgba(255,1,204,0.5);
}

.gameBackground {
	background-image: url(../images/dark-rock-wall-seamless-texture-free-105.jpg);
    background-size: 50%;
    background-blend-mode: hard-light;
    background-color: #777;
}

.borderright {
    border-right: 1px solid black;
    box-shadow: 0px 0px 20px 0px #996cc4;
    z-index: 99;
}

.userManagement {
	position: absolute;
    right: 25px;
    bottom: 25px;
    padding: 10px 13px;
	border: 2px solid #ff01cc;
    border-radius: 30px;
	box-shadow: 2px 2px 6px 0px black;
    background-color: #212529;
	transition: transform .5s ease-in;
}

.userManagement i {
	font-size: 31px;
	color: #ff01cc;
}


select {
	width: 100%;
}

.ruleDisplay {
	position: absolute;
	right: 0px;
	padding: 5px;
}

.rulecard {
	width: 150px;
	margin: 10px;
	color: white;
}

.rulecard div {
	background-color: rgba(255,1,204,0.5);
	height: 150px;
	color: white;
}

.rulecard div span {
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
}








.flip-card {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  background-color: transparent;
  width: 500px;
  height: 550px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}


.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: black;
  color: black;
  width:500px;
  height:550px;
}
.flip-card-front img {
	width: 75%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.flip-card-back img {
	width: 100%;
	height: auto;
}

.flip-card-back h3 {
	padding: 15px;
}

.flip-card-back {
  background-color: rgba(125,0,102,1);
  color: white;
  transform: rotateY(180deg);
}

.flip_this_card {
	transform: rotateY(180deg);
}

.userManagement:hover {
	transform: scale(1.2);
}

.modal-content {
	background-color: #111;
}

.close {
	color: white;
}

.modal-title {
	color: white;
}

label {
	color: white;
}

