/*
basico colors
black burn: 191919
secundary color: FF8C00 or 72CD35*/

body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Custom stylesheet (must be linked after Bootstrap's CSS) */

/* Default h1 size for extra small devices (phones, less than 576px) */
h1 {
  font-size: 1.5rem !important; /* Adjust this value as needed for mobile */
}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) {
  h1 {
    font-size: 2.5rem !important; /* Bootstrap's default h1 size */
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1 {
    font-size: 3rem !important; /* Optional: larger size for desktop */
  }
}


h5 {
	margin-bottom: -5px !important;
}

a {
	text-decoration: none !important;
}
a, .btn-link {
	color: rgba(0,0,0,.5);
}

a:hover, .btn-link:hover {
	color: rgba(0,0,0,.9);
}

.top {
	background-color: #000000;
	color:#FFF;
	padding: 12px;
	font-size: 1.2em;
	/* border-top: 6px #FF8C00 solid; */
}

.tool {
	font-size: 2.5em;
}

.btn-primary {
	background-color: #191919 !important;
}

/*
if modal give us problems, just delete the backdrop element
.modal-backdrop {
	display:none;
	z-index: -100;

}*/


.btn-file {
	position: relative;
	overflow: hidden;
  }
  .btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
  }


  .title {
	  border-bottom: 4px solid #FF8C00;
	  width: auto;
  }

  .table-standings td, .table-standings th {
    padding: .2rem !important;
    vertical-align: middle !important;
}

  .jumbotron {
	border-bottom: 4px solid #FF8C00;
  }

  .copyright {
	/* position: fixed; */
	position:fixed;
  	bottom: 0;
	background-color: #191919;
	margin-top: 20px;
	color: #FFFFFF;
	padding: 10px;
  }

  .win {
	  border-bottom: #FF8C00 solid 4px;
	  margin-bottom: -2px;
  }

  .games {
	  border-right: #343a40 .5px solid;
  }

  .banner {
	  background-color: #343a40;
  }

  .banner p {
	  text-align: center;
	  font-size: 4em;
	  color:#fff;
	  font-weight: bolder;

	  -webkit-text-stroke: 2px black;
}

.whatsapp {
	position: relative !important;
	background-color: #25D366 !important;
	height: 28px;
	margin: 0px;
	border: none;
	top:-3 !important;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000 !important;
}

.feature {
	font-size: 7em;
}

.sponsors {
	display: inline-block;
	list-style: none;
	margin: 2px auto;
	text-align: center;
	padding: 0px;
}

.sponsors li {
	display: inline;
	margin: 6px;
}

.sponsors li img {
	border-radius: 8px;
	border: 1px solid #eee;
}

/* show or hide columns */
@media screen and (max-width: 1225px) and (min-width: 1045px) {
	.hideColumn{
		display:none;
	}
}

@media screen and (max-width: 1045px) and (min-width: 835px) {
	.hideColumn{
		display:none;
	}

}

@media screen and (max-width: 565px) and (min-width: 300px) {
	.hideColumn{
		display:none;
	}
}

@media screen and (max-width: 1000px) {
	.hideColumn{
		display:none;
	}
}

.card-body {
	padding: 10px !important;
}

.btnDZ {
	text-decoration: none;
	color: #000;
	width: 100% !important;
}

.btnDZ:hover {
	text-decoration: none;
}

.btnDZ:hover>.card {
	background-color: #eee;
}


.header {
	background-color: #FF8C00;
	color: #FFF;
}

.carousel-caption {
	right: 0px !important;
	left: 0px !important;
}


/*for the table of standings*/
.table-standings {
	width:100%;
	text-align: center;
	/* min-width: 260px;
  	min-height:200px; */
	background-image:url('../images/dz_logo_gray.png');
	/* background-repeat: no-repeat; */
	/* background-position: center center; */
	font-weight: bolder;
}

.cover {
	position:relative;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background:transparent;
   z-index:100;

  }


  /* dashboard */
  .crono {
    font-size: xx-large;
    font-weight: bolder;
  }

  .score {
    font-size: 32px;
    font-weight: bolder;
  }

  .playerNumber {
    font-size: 24px;
    font-weight: bolder;
  }


/* activity style */
#activity {
    padding: 20px;
    background: #FAFAFA;
  }

  #activity h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
  }

#activity input[type=radio] {
    display: none;
  }

  #activity label {
    display: inline-block;
    margin: 4px;
    padding: 8px;
    background: #CECECE;
    color: #4C3000;
    width: calc(100%);
    /* width: calc(50% - 8px); */
    /* min-width: 100px; */
    cursor: pointer;
  }

  #activity label:hover {
    background: #EBBB67;
  }

  #activity input[type=radio]:checked + label {
    background: #CB8306;
    color: #FAFAFA;
  }

  .form-check-inline .form-check-input {
    position: static;
	accent-color: #9d3039;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
	height: 25px;
	width: 25px;
}

/* social incons */
.social-icons i {
    font-size: 1.5em;
    margin: 0 10px;
    color: #FFF;
    cursor: pointer;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* for the Journey navigation */
/* #owl-demo .item {
    width: 250px;
  background: #000;
  padding: 3px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
} */
