
.tag_losenge {
  color: #777E90;
  padding: 6px 15px;
  font-weight: bold;
  font-size: 14px;
  font-family: 'SF Pro Display';
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 10px;
}
.tag_losenge:hover {
  color:black;
}
/* active state */
.tag_losenge.active {
  background-color: #9ca7aa;
  color: #fff;
}

.filter_tag{
  float: left;
  padding: 1px 8px !important;
}

.grid-container-icons-char {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
  cursor: pointer;
}

.char_icon {
  width: 67px !important;
}
.model-viewer-small {
  width: 144px;
}

#btn_grp_gameboard_find_again {
  margin-bottom: 0px;
  margin-left: 10px;
}
.btn-main-secondary {
  color: #23262F;
  background-color: #fff;
  border: 2px solid #E6E8EC;
  border-radius: 30px;
  padding: 10px 25px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'SF Pro Display';
}
#find_board{
  margin-left: 10px;
}
.btn-group{
  margin-bottom: 10px;
}
.feature-icons {
  width: 90px !important;
}
.board_title{
  font-size: 20px;
  font-weight: bold;
  font-family: 'SF Pro Display';
  color: #6c6e75;
  margin-bottom: 2px;
  margin-top: 10px;
}
.board_desc{
  font-size: 14px;
  font-family: 'SF Pro Display';
  color: #777E90;
}
#input_game_name{
  margin-bottom: 10px;
}

.banner-wrapper .row {
  align-items: unset;
}
.train-img img {
  width: 507px;
  margin-left: -63px;
}

#board_loader_icon{
  width: 50px;
  height: 50px;
}