.gym-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 197px);
  gap: 10px;
  justify-content: center;
  margin: auto;
}

.gym-item {
  position: relative;
  margin: 0;
  width: 197px;
}

.locked {
  cursor: default;
  filter: grayscale(0.6) contrast(1.2);
  pointer-events: none;
}

.gym-item-name {
  padding-left: 2px;
  padding-bottom: 12px;
  padding-top: 5px;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.gym-item-avatar {
  margin-left: -9px;
  height: 70px;
  width: 166px;
  padding-top: 12px;
}

.gym-item-avatar-meditate {
  background: url(/img/icons-meditate.png) 0 0 no-repeat;
}


.gym-item-avatar-psychologist {
  background: url(/img/pixilizamush.png) 0 0 no-repeat;
  background-size: contain;
}


.gym-item-avatar-rest {
  background: url(/img/icons-rest.png) 0 0 no-repeat;
}

.gym-fitness-8 {
  filter: hue-rotate(45deg);
}

.gym-skills-2 {
  filter: hue-rotate(50deg);
}

.gym-morale {
  filter: hue-rotate(95deg);
}

.gym-morale-7 {
  filter: hue-rotate(40deg);
}

.gym-adapt {
  filter: hue-rotate(244deg);
}

.gym-psychologist {
  filter: hue-rotate(192deg);
}

.gym-item-avatar-train {
  background: url(/img/icons-train.png) 0 0 no-repeat;
}

.gym-item-info {
  position: absolute;
  display: block;
  word-break: break-all;
  text-align: left;
  left: 92px;
  top: 49px;
  line-height: 1.5;
}

.gym-item-info img {
  width: 12px;
  height: 12px;
}

/** BOXES ******************/

.gym-item-box {
  margin: 10px auto;
}

.gym-item-box .send-row {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* #psychologistBox option[value="0"] {
  background: #5d5c5c;
} */

#skillsBox,
#psychologistBox option[disabled] {
  color: #010101;
}

/** ADAPT BOX ******************/


#adapt_box .styled-select {
  text-align: center;
}

#adapt_box #countriesBox {
  color: #FFFFFF;
  margin-top: 3px;
}

#adapt_box .graph {
  width: 250px;
}

#adapt_box .bar {
  height: 30px;
}

#adapt_box .bar #countryBoxTxt {
  font-size: 1.2em;
  margin-left: 106px;
  line-height: 30px;
}

#adapt_box table td:nth-child(2) {
  width: 30%;
}

/** SKILS BOX ***********************************/

#skillsBox,
#psychologistBox {
  color: #FFFFFF;
  margin-top: 3px;
}

#skill_box table td:first-child {
  width: 70%;
  text-align: center;
}

#skill_box table td:nth-child(2) {
  width: 30%;
}

#skill_box div.graph {
  margin-top: 0px;
  width: 250px;
}

#skill_box div.graph .bar {
  height: 32px;
}

#skill_box div.graph #skillsBoxTxt {
  font-size: 1.2em;
  margin-left: 106px;
  line-height: 30px;
}

#skill_box .btn-send {
  height: 38px;
}

#skill_box #nextTrnVal {
  font-size: 0.8em;
}

.button-old {
  border-radius: 2px;
  box-shadow: inset rgba(255, 255, 255, 0.3) 1px 1px 0;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: white;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 7px 20px 9px;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}

.button-old.gold {
  background: #e6a906;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6a906', endColorstr='#d49c06');
  background: -webkit-gradient(linear, left top, left bottom, from(#e6a906), to(#d49c06));
  background: -moz-linear-gradient(top, #e6a906, #d49c06);
  border-color: #b18309 #a07709 #906b09;
  color: #552e05;
  text-shadow: 0 1px 0 #dbc999;
  -webkit-box-shadow: 0 1px 1px #e9d6a3, inset 0 1px 0 #d9c89b;
  -moz-box-shadow: 0 1px 1px #e9d6a3, inset 0 1px 0 #d9c89b;
  box-shadow: 0 1px 1px #e9d6a3, inset 0 1px 0 #d9c89b;
}

.button-old.gold:hover {
  background: #d49f10;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d49f10', endColorstr='#dfa918');
  background: -webkit-gradient(linear, left top, left bottom, from(#d49f10), to(#dfa918));
  background: -moz-linear-gradient(top, #d49f10, #dfa918);
  border-color: #b18309 #a07709 #906b09;
  color: #552e05;
  text-shadow: 0 1px 0 #dbc999;
  -webkit-box-shadow: 0 1px 1px #e9d6a3, inset 0 1px 0 #d9c89b;
  -moz-box-shadow: 0 1px 1px #e9d6a3, inset 0 1px 0 #d9c89b;
  box-shadow: 0 1px 1px #e9d6a3, inset 0 1px 0 #d9c89b;
}