/* The Modal (background) */
div{
  box-sizing:border-box;
}
.dark-mode{
  color: #f5f5f5;
    background: #121212;
    position: relative;
}
.modal0,.modal1,.modal2,.modal3,.modal4,.modal5,.modal6,.modal7 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */

}
.modal{
  background: #ffffffeb;
  
}
.blur {
  background: #00000036;
  backdrop-filter: blur(8px); 
  height: 100vh;
	width: 100%;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #191511;
  background: linear-gradient(0deg, rgb(16 16 8) 0%, rgb(76 68 55) 100%);
  margin: auto;
  padding: 0;
  width: 80%;
  box-shadow: 0px 0px 6px 0px #000000d9, 0 6px 20px 0 rgb(0 0 0);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.modal-content h2{
  margin-bottom: auto;
  font-size: 45px;
  text-align: center;
  border-bottom:none;
  color: white;
}
.t1{
  color:#d9995d;
  line-height: 2;
}
.t2{
  color:#938167;
  line-height: 2;
  margin-bottom: 15px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:0px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:0px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close,.close1,.close2,.close3,.close4,.close5,.close6,.close7{
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close:hover,
.close:focus {
  color: #c1ad93;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  color: #c1ad93;

}

.modal-body {
  padding: 16px 16px;
  color:white;
  max-width: 80%;
    border-top: 1px solid #594b3e;
    border-bottom: 1px solid #3a3128;
    margin: 0 auto;
}
.modal-body img{
  padding: 5pt;
}
.modal-footer {
  padding: 2px 16px;
  color: #c1ad93;
  margin:0 auto;
  height: 80px;

}
.btn-footer{
   max-width: 200px;
    margin: 0 auto;
    padding: 10px;
}

@media (min-width: 576px){
.modal-content{
    max-width: 500px;
    margin: 1.75rem auto;
}
}
.btn_clay {
  background: #602a17;
  color: white;
}
.btn_claimed {
  background: #2c2c2c;
  color: #686868;
}
.box_item {
  height: 190px;
  margin: 2px;
  cursor: pointer;
}
.lunes{
  background: url(../img/battlepass/week.png) no-repeat -0px -0px;
}
.martes{
  background: url(../img/battlepass/week.png) no-repeat -300px -0px;
}
.miercoles{
  background: url(../img/battlepass/week.png) no-repeat -600px -0px;
}
.jueves{
  background: url(../img/battlepass/week.png) no-repeat -0px -220px;
}
.viernes{
  background: url(../img/battlepass/week.png) no-repeat -300px -220px;
}
.sabado{
  background: url(../img/battlepass/week.png) no-repeat -600px -220px;
}
.domingo{
  background: url(../img/battlepass/week.png) no-repeat -0px -440px;
}
.box_6{
height:380px;
display: inline-block;
}
.box_7{
  height: 380px;
  display: inline-block;
  width: 25%;
  text-align: center;
}
.box_domingo {
  height: 382px;
  margin: 2px;
  cursor: pointer;
}
.box_top3{
width:540px;
}
.box_bottom3{
width:540px;
}
.week_event{
  background: #362921;
  padding: 10pt;
}
.day_img{
height:160px;
padding-top: 25%;
}
.day_img_domingo{
  height:352px;
  padding-top: 75%;
  }
.day_info{
  height: 30px;
  color: #c1ad93;
  text-align: left;
  font-size: 18px;
  background: #00000054;
  padding: 2px 16px;
}
.box_item img{
  width:48px;
}
.day_img_domingo img{
  width:48px;
}
.item-on img{
  box-shadow: 0px 0px 6px 0px #e9ff00, 0 6px 20px 0 rgb(245 113 0);
}
.item-off img{
  box-shadow: 0px 0px 6px 0px #4c4c4a, 0 6px 20px 0 rgb(8, 7, 7);
  filter: grayscale(80%);
}
.check{

}
.check img{
  filter:blur(20px);
  
}
.check:before{
  content: '';
  display: block;
  position: absolute;
  margin-left: 85px;
  z-index:1;
  width: 48px;
  height: 41px;
  background: url(../img/battlepass/week.png) no-repeat -301px -442px;
}
.date_info{
  width: 100%;
    color: #c19459;
    text-align: left;
    padding: 2px 16px;
    font-size: 32px;
    text-align: center;

}
.week{
  width: 100%;
}
.footer_week{
  height: 20px;
}
.time_info{
 color:#a18f71;
 text-align: center;
 padding: 5pt;
}