/**
 * Developed by gautham71298 on April-2020.
 */

body {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	/* font-family: monospace; */
	background-color: white;
}
.container2 {
	margin: 0em;
	padding: 20px;
}
.center {
	display: flex;
	justify-content: center;
	/* align-items: center; */
}
input[type="date"] {
	font: 1em;
	margin-top: 20px;
	width: 20%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#formField input[type="file"] {
	align-items: center;
	margin-top: 1em;
	/* display: none; */
}
input[type="submit"],
input[type="button"] {
	float: right;
	margin-left: 10px;
}
#generateBtn,
#saveBtn {
	color: #b32e31;
	border: dashed;
	background: rgba(215, 205, 204, 0.85);
	padding: 10px 20px;
	display: block;
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.5s;
	cursor: pointer;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
}
/* .inputBoxInputField{
  width: 60% !important;
} */
/* #generateBtn:hover,
#saveBtn:hover {
  background-color: #00234b !important ;
  color: #fff !important;
} */
#formField,
#tournamentBracket,
#generateBtn,
#saveBtn {
	display: none;
}
.namesLabelField {
	margin-top: 20px;
	padding: 5px 10px;
	font-size: 1em;
}
#nextButton,
#inputLable,
.teamFlags {
	margin-top: 20px;
	padding: 5px 10px;
}
#tournamentBracket {
	overflow: auto;
	margin-bottom: 5em;
	padding-top: 3em;
	/* border: 1px solid grey;
  border-radius: 5px 30px 30px 5px; */
}
.namesInputField {
	width: 30% !important;
	padding: 10px;
}
.matchInputField {
	width: 80% !important;
}
.matchDateTime {
	display: grid;
	grid-template-columns: 1fr 2fr;
	/* border-bottom: 1px solid lightgrey; */
	/* border-radius: 1.5em; */
}
.matchDateTime input[type="text"] {
	transition: none !important;
	border: 1px solid #ccc;
	width: 80% !important;
	height: 3em !important;
	box-shadow: none !important;
	border-radius: 5px;
}
.matchDateTime input[type="text"] :focus {
	border: 2px solid #000 !important;
}
.matchTimeInputField,
.matchVenueInputField {
	margin-top: 20px;
	/* margin-left: 5em !important; */
	border: 1px solid lightgrey;
}
.matchVenueInputField {
	margin-bottom: 20px;
}
[data-id="-2"] {
	display: none;
	/* height: 32px; */
	/* margin-bottom: 60px; */
	/* opacity: .6;
  background-color: black !important;
  color: lightgray !important; */
}
[data-id="-1"] {
	padding: 4px !important;
	border-radius: 10px !important;
}
[data-id="101"] {
	float: right;
	padding-top: 20px !important;
	background: white !important;
	border: 0 !important;
}
#flag {
	padding-top: 2px;
	display: inline-block;
	/* float: left; */
}
.teamNameInputField {
	padding-bottom: 3em;
}
/* .uploadImgLabel {
  cursor: pointer;
  font-size: 2rem;
  padding: 1em 1.5em;
  text-decoration: underline;
} */
.matchDate,
.matchVenue {
	font-size: 0.8em;
	position: relative;
	font-style: italic;
	width: 135px;
	color: grey;
	margin-top: -47px;
	margin-left: 50px;
	background: white;
}
.matchVenue {
	margin-top: 33px !important;
}
.bracketHr {
	width: 11px;
	border: 1px solid darkgrey;
	margin-left: 13px;
}
#tournamentHeader {
	display: flex;
	align-items: center;
	justify-content: center;
}
#tournamentHeader h2 {
	padding: 0 1em;
}
#tournamentHeader #logo-wrapper img {
	/* width: 100px; */
	height: 100px;
	margin: 1em 2em;
	border-radius: 20px;
}

#formField .teamNameInputField {
	margin-bottom: 0 !important;
}

/* Go to top button */
#back2Top {
	width: 40px;
	line-height: 40px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	bottom: 50px;
	right: 0;
	background-color: #ddd;
	color: #555;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
}
#back2Top:hover {
	background-color: #ddf;
	color: #000;
}
