/*styl pytań*/
.fm-question-text,
.fm-header-text {
  font-size: 1.1em;
  font-weight: bold !important;
}

/*styl itemów do loopów*/
.variant,
.subQ-item.last {
  font-size: 1.2em;
  color: #0080ff;
  margin-top: 10px;
  margin-bottom: 15px;
}

/*do podkreślania słów*/
.important,
.subQ-item {
  color: #0080ff;
}

/*do informacji*/
.info {
  font-size: 0.8em;
  color: #0080ff;
}

/*do wyszarzenia*/
.grey {
  color: #c0c0c0;
}

/*do suwaka*/
.slider-label {
  font-weight: bold;
  width: 45%;
}

/*regorder numbers start*/
.rating-nr .fm-check i {
  padding-top: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.rating-nr .fm-check input[type="checkbox"]:checked + i:before {
  background-color: none;
  background: none;
  background-size: auto;
}
/*regorder numbers end*/

.img-control {
  max-width: 100%;
  height: auto;
  max-height: 400px;
}

/* Tooltip container */
.tooltip2 {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  position: absolute;
  z-index: 1;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}

.tooltip2 .tooltiptext2 {
  width: 180px;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  padding: 5px;
}

.gg-info {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 40px;
  top: 4px;
  margin-left: 5px;
}
.gg-info::after,
.gg-info::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  background: currentColor;
  left: 7px;
}
.gg-info::after {
  bottom: 2px;
  height: 8px;
}
.gg-info::before {
  height: 2px;
  top: 2px;
}
/* Tooltip text end */
