h4 {
  font-size: 20px;
}

.champion-nav .nav-link.select-champion {
  border-radius: 0.25rem;
  background-color: #d9d9d9;
  color: #434343;
  width: 100%;
  font-size: 25px;
  cursor: pointer;
  display: grid;
  border: none !important;
  font-family: "montserrat black";
}
.bootstrap-select .dropdown-menu li a span.text {
  display: flex;
  align-content: center;
  align-items: center;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.image-align .image-fish {
  height: 80px;
  width: 80px;
  background-color: #eaeaea;
  border-radius: 15px;
  background-image: url(../../../img/icons/plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.list-item .photo-name p {
  font-size: 13px;
}
.list-item .photo-name h6 {
  font-size: 11px;
}

.photo-name {
  grid-column: span 7;
  display: grid;
  grid-template-columns: 1fr 10fr;
  align-items: center;
  justify-content: flex-start;
}

.bootstrap-select.form-control {
  background-color: #eaeaea;
  border-radius: 25px;
  margin-bottom: 15px;
}

.clean-session {
  background-color: #73cdcb;
  border-radius: 15px;
  text-align: center;
  padding: 10px 15px;
  cursor: pointer;
  width: 100%;
  color: #fff;
  font-family: "montserrat black";
}

.clean-session:hover {
  background-color: rgb(62, 111, 111);
  cursor: pointer;
}

button.btn.dropdown-toggle.btn-light {
  height: auto !important;
}
