

.matches{
    border: 1px solid rgba(253, 252, 252, 0.656);
    position: relative;
    padding: 40px;
    margin-bottom: 5px;
    background-color: white;
    /* border: 2px solid black; */
    height: 15px;
    box-shadow: 0 2px 10px 0 rgba(32, 10, 27, 0.487);
  }

  .mt{
    margin-top: 5px;
    position: absolute;
    top: 2px;
    /* border: 1px solid black; */
    left: 3px;
    color: #0000008e;
  }
  .date{
    margin-top: 5px;
    position: absolute;
    right: 3px;
    /* border: 1px solid black; */
    color: #0000008e;
    top: 2px;
  }
  .club1{
    /* border: 1px solid black; */
    position: absolute;
    top: 35px;
    width: 35%;
    left: 10px;
    font-size: 30px;
    color: #09090aa2;
    font-family: 'Courier New', Courier, monospace,;
  }
  .vs{
    /* border: 1px solid black; */
    position: absolute;
    top: 35px;
    width: 10%;
    left: 45%;
    font-size: 30px;
    text-align: center;
  }


.club2{
    /* border: 1px solid black; */
    position: absolute;
    top: 35px;
    width: auto;
    left: 75%;
    font-size: 30px;
    color: #09090aa2;
    font-family: "Merienda", sans-serif;
  }

  button{
    position: relative;
    background-color: rgb(255, 255, 255);  
    padding-top: 1%;
    padding-bottom: 1%;
    border: 1px solid rgba(9, 8, 8, 0.384);
    border-radius: 14px;
  }

  .btntext{
    font-family: "Merienda", sans-serif;
  }
  .btn{
    position: relative;
    margin-top: 25px;
  }
  .btn1{
    width: 29%;
    border-radius: 0%;
    height: 30px;
    padding: auto;
    border-style: hidden;
    border-bottom: 3px solid rgb(32, 43, 254);
    font-size: 0.7rem;
    letter-spacing: 1px;
    font-family: "Merienda", sans-serif;
    transition: border-bottom 1s, box-shadow 1s;
    color: black;
  }

  .btn3{
    width: 39%;
  }
   
  .btn1:hover{
    border-bottom: 4px solid rgba(244, 34, 244, 0.866);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }
  
  .active{
    border-bottom: 4px solid rgba(244, 34, 244, 0.866);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }

.events{
  display: block;
}

  .containevent{
    border: 1px solid rgba(24, 24, 30, 0.562);
    position: relative;
    top: 15px;
    padding: auto;
    height: 60px;
    box-shadow: -1px 1px 5px 0 rgba(104, 30, 100, 0.521);
    border-radius: 4px;
  }

  table {
    position: relative;
    top: 12px;
    font-family: "Merienda", sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-radius: 4px;
  }
  
  td, th {
    border: 1px solid #3c17e0;
    text-align: left;
    padding: 12px;
    height: 20px;
    font-family: "Merienda", sans-serif;
  }
  
  .away{
    text-align: right;
  }
  td:nth-child(even) {
    text-align: right;
  }

  tr:nth-child(13) {
    border: 2px solid black;
    background-color: rgba(25, 25, 197, 0.538);
    color: white;
  }

.inmatch{
  top: 7px;
}

.score{
  position: relative;
  text-align: center;
  font-family: "Merienda", sans-serif;
  font-size: x-large;

}

.time{
  position: relative;
  text-align: center;
  font-family: "Merienda", sans-serif;
  font-size: x-small;
}

.lineup{
  position: relative;
  padding: auto;
  height: auto;
  top: 10px;
  display: none;
}

.statistics{
  display: none;
  position: relative;
  padding: auto;
  height: auto;
  top: 10px;
}