.list-filter{
    margin-top: 30px;
}

.list-filter-button
{
    margin-right: 10px;
}
  
#list-filter .card-title
{
  padding-left: 7.5px;
}

.card-title
{
  display: flex;
  align-items: center;
  margin-left: 0;
 
}

.list-filter-border
{
  padding-bottom: 0.75rem!important;
  cursor: pointer;
}
.border-active
{
  border-bottom: 1px solid #f06445!important;
  border-color: #f06445!important;
  border-width: 3px!important;
  font-weight: bold;
}

#ranking_list
{
    margin-top: 2%;
}
.club-logo
{
  max-height: 30px !important;
  max-width: 30px !important;
}
.classification-div td{
  height: 65px;
}
.badge-light-success {
  color: #b8d935;
  background-color: #f4fbdb;
}
.badge-light-secondary {
  color: #6c757d;
  background-color: #b0b1b2;
}
.badge-light-danger {
  color: #f06445;
  background-color: #fff0ed;
}
.badge-light-primary {
  color:#4f94da;
  background-color:#cfdffa;
}
.badge-light-info {
  color: #4fc9da;
  background-color: #ddf8fc;
}
.badge-light-warning {
  color: #e8c444;
  background-color: #fdf4d6;
}
.text-dark
{
  color: #211f1c!important;
  font-weight: 600!important;
}
#player-name
{
  margin-right: 10px;
  height: 32px;
}
#group-filter
{
  float:right;
}

.input-group-append{
  position: relative;
  left: -38px;
}

#player-name-delete
{
  background-color: inherit;
  color: #666;
  border-color: inherit;
  border: inherit;
  font-size: 1.5rem;
}
#search
{
    border-top-left-radius: 0.95rem;
    border-bottom-left-radius: 0.95rem;
}
#pagination
{
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  #group-filter
  {
    float: inherit;
  }
  #group-filter button{
    margin-top: 10px;
  }
  .card-title
  {
    margin: .5rem;
  
  }
}


