/*body{
      min-height: 100vh;
      position: relative;
      margin: 0;
}*/

.nav-link-icon {
  /*margin-right: 0;*/
}

.subLinks {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.subLink {
  padding-right: 0.5rem;
  white-space: nowrap;
  opacity: 0.6;
  transition: opacity 0.15s ease-in-out;
  cursor: pointer;
}

.subLink:hover {
  opacity: 1;
  text-decoration: underline;
}
.likeA {
  cursor: pointer;
}
.likeA:hover {
  text-decoration: underline;
}
.answerAndBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
/* .answer-body {
  font-weight: 700;
} */
/*footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}*/
.sortablePoint {
  cursor: grab;
}
.editorjsContainer {
  border: 1px solid #e6e7e9;
  padding: 5px;
  border-radius: 4px;
  min-height: 100px;
}

.sortableContainer {
  min-height: 70px;
}
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.page-wrapper {
  height: 100%;
}

.min-h200 {
  min-height: 200px;
}
.text-muted-2 {
  opacity: 0.4;
}
.navbar-nav > .nav-item:first-child > .nav-link {
  padding-left: 0;
}

/* Удаляем ненужные элементы в editorJS (image) */
.ce-popover__item[data-item-name="withBorder"],
.ce-popover__item[data-item-name="withBackground"],
.ce-popover__item[data-item-name="stretched"],
.image-tool__caption {
  display: none;
}

.ce-popover-item[data-item-name="withBorder"],
.ce-popover-item[data-item-name="withBackground"],
.ce-popover-item[data-item-name="stretched"] {
  display: none;
}
.ce-toolbar__actions {
  opacity: 1 !important;
}
.ce-toolbar {
  display: block !important;
}
.ce-toolbar__plus,
.ce-toolbar__settings-btn {
  color: #1d202b;
  background: #ffffff;
}
.ce-toolbar__plus:hover,
.ce-toolbar__settings-btn:hover {
  background: #eff2f5;
  color: #1d202b;
}
.myti {
  font-size: 1rem;
  cursor: pointer;
  opacity: 0.5;
}
.myti:hover {
  opacity: 1;
}
.card-actions {
  margin: -0.5rem auto -0.5rem -0.5rem;
}
.teamHere {
  animation: grayBgBlink 2s infinite;
  color: #000000 !important;
}
@keyframes grayBgBlink {
  0% {
    background-color: #f59f00;
  }
  30% {
    background-color: #ecc070;
  }
  70% {
    background-color: #ecc070;
  }
  100% {
    background-color: #f59f00;
  }
}
.teamHere.correctAnswers {
  animation: greenBgBlink 2s infinite;
}
@keyframes greenBgBlink {
  0% {
    background-color: #2fb344;
  }
  30% {
    background-color: #92e2a0;
  }
  70% {
    background-color: #92e2a0;
  }
  100% {
    background-color: #2fb344;
  }
}
.stat-table-td-team-name {
  cursor: pointer;
}
.stat-table-td-team-name:hover *:not(.badge) {
  text-decoration: underline;
  transition: transform 0.3s; /* Добавьте анимацию для плавного эффекта */
}
#fullStatTable .answersInfo {
  font-weight: 500;
  /* margin-bottom: 5px; */
}
#fullStatTable .cause {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
}
#fullStatTable td:not(.stat-table-td-team-name) > * {
  width: 100%;
}
#fullStatTable td:not(.stat-table-td-team-name) {
  max-width: 80px;
}
#fullStatTable td {
  min-width: 30px;
  vertical-align: top;
}
#fullStatTable .statTableSubHeader {
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
  font-size: 90%;
  word-break: normal;
  white-space: normal;
}
.excludedFromStat {
  position: relative;
  opacity: 0.75;
}
th.excludedFromStat {
  opacity: 0.3;
}

.excludedFromStat::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15)),
    repeating-linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1) 10px,
      transparent 10px,
      transparent 20px
    );
  pointer-events: none;
}

.log-table td {
  padding-right: 5px;
}
.log-table-result,
.log-table-dt,
.log-table-badges {
  opacity: 0.6;
}
.extendedTime {
  margin-top: 10px;
  opacity: 0.5;
}
.extendedTime > div {
  /* line-height: 0.9; */
}
.stageTime {
  /* line-height: 0.9; */
}
.log-table tr:hover td {
  opacity: 1;
}
.log-table td {
  max-width: 35%;
  max-width: 350px;
}
.log-stage-dt {
  opacity: 0.6;
}
.log-stage-info:hover .log-stage-dt {
  opacity: 1;
}
.teamInfoModalBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.bonusDesc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.divide-y-el {
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
.divide-y-el .form-check {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.gameMasterBtns {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
.gameMasterBtns > * {
  flex-grow: 1;
  flex-basis: 200px;
  box-shadow: none;
  --tblr-card-border-color: #0054a6;
}
.gameMasterBtns > *:hover {
  background: #0054a6;
}
.gameMasterBtns > *:hover * {
  color: #ffffff !important;
}

.gameMasterHeader {
  margin-bottom: 30px;
}

.gameMasterBtnContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 60px;
}
.gameMasterBtnContainer > * {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.gameMasterBtnHeader {
  line-height: 0.8;
}
.gameMasterBtnSubHeader {
  font-size: 11px;
  text-align: left;
}
.gameMasterBtnSubHeader:hover {
  color: #ffffff !important;
}

.gameMasterSupHeader {
  color: #667382;
  font-size: 12px;
}

.with-tip > * {
  display: inline-block;
}
#answersContainer,
#tipsContainer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sortablePlaceholder {
  display: flex;
  width: 100%;
  border: 1px dashed #ffffff;
}
.sortablePlaceholder > * {
  padding: 16px;
  color: white;
}

.calcContainer > * {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}

#lng-switch .selected {
}
#lng-switch *:not(.selected) {
  opacity: 0.7;
  text-decoration: underline;
  cursor: pointer;
}

.org-td {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
}
.org-td > .org-avatar {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.org-td > .org-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#help-contacts {
  display: flex;
  gap: 10px;
}

#pay-en-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.content-block {
  margin-bottom: 10px;
}
.content-image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
}
.content-image img {
  max-width: 100%;
  height: auto;
  /* height: -webkit-fill-available; */
  align-self: flex-start;
}
.content-video video {
  max-width: 100%;
  height: auto;
  /* height: -webkit-fill-available; */
  align-self: flex-start;
}
.content-audio audio {
  width: 100%;
}

.hdn {
  display: none;
}
