

.tournament_card{
    border: 0.25px solid rgb(211 211 211);
    border-radius: 1rem;
    text-align: center;
    padding: 1px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    margin-top: 3px;
    text-align:center;
}

.tournament-card{
    padding-left:10px ;
    padding-right:10px ;
    align-items: center;
    justify-content: space-between;
    text-align:center;
    border: 0.25px solid rgb(211 211 211);
    border-radius: 1rem;
    text-align: center;
    padding: 1px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
    margin-top: 1px;
    
}
.tournament-card:nth-of-type(odd) {
   
}
.tournament-favourite{
    /* margin-left:-10px;
    margin-right:10px; */
    background-color:#ffe6e6!important;
}

.tournament-time{
    display: flex;
    max-width:15%;
    flex-direction: column;
    flex-basis: 100%;
    
}
.tournament-action{
    display: flex;
    flex-direction: row;
}

.tournament-venue{
    display: flex;
    flex-direction: column;
    width:auto;
    flex-basis: 100%;
}
.tournament-main{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-basis: 100%;
}
.tournament-main-1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.tournament-main-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.tournament-main-3{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.tournament-main-4{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.tournament-buyin{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.tournament-stack-level{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}



.tournament-action{
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    justify-content: space-evenly;
}

.form-control{
    font-size: 12px;
    text-align:center;
    margin-bottom: 5px;
}
.text-decoration-none{
    color:black !important;
}
.stars-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.stars-tooltip{
    visibility: hidden;
    width: 180px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 10px;
    right: 40px;
    top:20px;
    /* Position the tooltip2 text - see examples below! */
    position:absolute;
    z-index: 1;
}

.stars-container:hover .stars-tooltip {
    visibility: visible;
  }

.spts-container:hover .stars-tooltip {
    visibility: visible;
}
.spts-container{
    position: relative;
}

.row_details{
    margin-top:20px;
}


.favourite{
    background: #ffe6e6!important;
    border-radius: 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: -10px;
    margin-right: 10px;
}


.details-header{
    padding-bottom: 3px;
    width:100%;
}
.details-body{
    padding-top: 3px;
    width:100%;
    flex-direction: column;
}
.details-div{
    
}
.tournament-page{
  padding:20px;
}
.page-details, .page-structure, .page-action, .page-rating {
  border:solid 1px #9e9e9e;
  border-radius: 10px;
  padding: 10px;
  margin: 5px;
  background-color: #fafbfd;
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-log{
    font-size:8px;
}

.table-edit-tournament{
  padding:2px!important;
  height:auto;
  text-align:center;
}

.flex-center{
    display:flex;
    justify-content: center;
    align-items: center;
}