* {
  padding: 0;
  margin: 0;
  font-family: 'Inter' !important;
}
body {
  font-size: 16px;
  color: #FFFFFF;
  background: linear-gradient(128.95deg, #4F515E 1.37%, #060918 102.52%);
  margin: 0;
  padding: 0;
}
.vh-100 {
  height: 100dvh !important;
}
.text--success {
  color: #4AE46C;
}
.form-floating > label {
  color: #000000;
}
.form-signin {
  max-width: 330px;
  padding: 1rem;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin form {
  margin: auto;
}
.floatingTitle {
  position: absolute;
}
.floatingTitle--top {
  top: 30px;
}
@keyframes honeycomb {
  0%,
  20%,
  80%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes honeycomb {
  0%,
  20%,
  80%,
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.honeycomb {
  height: 24px;
  position: relative;
  width: 24px;
  transform: scale(2);
}
.honeycomb div {
  -webkit-animation: honeycomb 2.1s infinite backwards;
  animation: honeycomb 2.1s infinite backwards;
  background: #f3f3f3;
  height: 12px;
  margin-top: 6px;
  position: absolute;
  width: 24px;
}
.honeycomb div:after,
.honeycomb div:before {
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
}
.honeycomb div:after {
  top: -6px;
  border-bottom: 6px solid #f3f3f3;
}
.honeycomb div:before {
  bottom: -6px;
  border-top: 6px solid #f3f3f3;
}
.honeycomb div:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  left: -28px;
  top: 0;
}
.honeycomb div:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  left: -14px;
  top: 22px;
}
.honeycomb div:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  left: 14px;
  top: 22px;
}
.honeycomb div:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  left: 28px;
  top: 0;
}
.honeycomb div:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  left: 14px;
  top: -22px;
}
.honeycomb div:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: -14px;
  top: -22px;
}
.honeycomb div:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  left: 0;
  top: 0;
}
.poll__block .radio-input input {
  display: none;
}
.poll__block .radio-input {
  display: flex;
  flex-direction: column;
  padding: 12px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  box-shadow: 0px 87px 78px -39px rgba(0, 0, 0, 0.4);
  width: 320px;
}
.poll__block .info {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.poll__block .question {
  color: #313131;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 800;
}
.poll__block .steps {
  background: linear-gradient(90deg, #BB59D2 0%, #FD4E83 100%);
  padding: 4px;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.poll__block .radio-input label {
  display: flex;
  background-color: #fff;
  padding: 14px;
  margin: 8px 0 0 0;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid rgba(187, 187, 187, 0.164);
  color: #000;
  transition: 0.3s ease;
}
.poll__block .radio-input label:hover {
  background-color: rgba(24, 24, 24, 0.13);
  border: 1px solid #bbb;
}
.poll__block .result {
  margin-top: 10px;
  font-weight: 600;
  font-size: 12px;
  display: none;
  transition: display 0.4s ease;
}
.poll__block .radio-input input:checked + label {
  border-color: #FD4E83;
  color: #FD4E83;
}
.vote__block .radio-input {
  display: flex;
  flex-direction: column;
  padding: 12px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  box-shadow: 0px 87px 78px -39px rgba(0, 0, 0, 0.4);
  width: 85vw;
  max-height: 85vh;
  overflow-y: auto;
}
.radio-inputs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  background-color: #EEE;
  box-sizing: border-box;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
  padding: 0.25rem;
  width: 100%;
  font-size: 14px;
}
.radio-inputs .radio {
  flex: 1 1 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.radio-inputs .radio input {
  display: none;
}
.radio-inputs .radio span {
  font-size: 10px;
}
.radio-inputs .radio .name {
  width: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: none;
  padding: 0.5rem 0;
  margin: auto;
  color: #334155;
  transition: all 0.15s ease-in-out;
}
.radio-inputs .radio input:checked + .name {
  background-color: #fff;
  font-weight: 600;
}
.gameDashboard {
  padding: 25px;
  display: flex;
}
.gameDashboard .main__block {
  margin-right: 20px;
  height: 100%;
  width: 70vw;
  display: flex;
  flex-direction: column;
}
.gameDashboard .main__block > .header {
  display: flex;
  height: 108px;
  margin-bottom: 52px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  position: relative;
}
.gameDashboard .main__block > .header .district {
  width: 330px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #757683;
  border-radius: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.gameDashboard .main__block > .header .district .name {
  flex: 1;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #FF0045 0%, #E4003E 100%);
  border-radius: 15px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.gameDashboard .main__block > .header .district .name img {
  margin-left: 2rem;
  margin-right: 2rem;
}
.gameDashboard .main__block > .header .district .resources {
  flex: 1;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  z-index: 3;
}
.gameDashboard .main__block > .header .district .resources img {
  width: 30px;
  height: 30px;
  background-color: #E4003E;
  border-radius: 50%;
}
.gameDashboard .main__block > .header .raiting {
  height: 100%;
  width: 470px;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: end;
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  padding: 0.5rem 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.gameDashboard .main__block > .header .raiting .inner {
  height: 100%;
  margin-right: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.gameDashboard .main__block > .header .happiness {
  height: 100%;
  width: 610px;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: end;
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  padding: 0.5rem 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.gameDashboard .main__block > .header .happiness .inner {
  height: 100%;
  margin-right: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.gameDashboard .main__block > .header .indicator {
  display: flex;
  content: '';
  height: 12px;
  width: 80px;
  border-radius: 15px;
}
.gameDashboard .main__block > .header .budget {
  flex: 1;
  width: 400px;
  height: 100%;
  border-radius: 15px;
  font-size: 36px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: calc(610px + (100% - 610px - 400px) / 2);
}
.gameDashboard .main__block > .header .budget .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.gameDashboard .main__block > .header .budget .curBudget {
  display: flex;
  align-items: center;
}
.gameDashboard .main__block > .header .budget .curBudget:after {
  display: inline-block;
  content: '';
  width: 32px;
  height: 32px;
  background: transparent url('/_img/currency.svg') 50% 50% no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
}
.gameDashboard .main__block > .body {
  height: calc(100% - 160px);
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 15px;
  background: #1C1F2B;
}
.gameDashboard .main__block > .body .roleImg {
  height: 100px;
  margin-left: 18px;
  margin-right: 34px;
  transform: translateY(-25px);
}
.gameDashboard .main__block > .body .header {
  height: 65px;
  display: flex;
  align-items: center;
}
.gameDashboard .main__block > .body .header .role__block {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.gameDashboard .main__block > .body .header .menu__block {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gameDashboard .main__block > .body .header .menu__block .menu__item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 78px;
  cursor: pointer;
}
.gameDashboard .main__block > .body .header .menu__block .menu__item a {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  background: #1C1F2B;
  box-shadow: -1px -1px 6px rgba(255, 255, 255, 0.25), 1px 1px 6px #000000;
  border-radius: 15px;
}
.gameDashboard .main__block > .body .header .menu__block .menu__item--active {
  height: 90px;
  border-radius: 15px 15px 0 0;
  background: #4F515D;
  /* Rectangle 52 */
}
.gameDashboard .main__block > .body .header .menu__block .menu__item--active a {
  background: #4F515D;
  box-shadow: inset -1px -1px 5px rgba(255, 255, 255, 0.25), inset 1px 1px 5px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
}
.gameDashboard .main__block > .body .header .menu__block .menu__item--active a path {
  stroke: #FFFFFF;
}
.gameDashboard .main__block > .body .header .menu__block .menu__item--disabled {
  display: none;
  pointer-events: none !important;
  user-select: none;
  cursor: none;
}
.gameDashboard .main__block > .body .header .menu__block .menu__item--disabled > a {
  opacity: 0.25;
}
.gameDashboard .main__block > .body .main {
  flex: 1;
  background: #4F515D;
  border-radius: 15px;
  padding: 15px;
  overflow-y: auto;
}
.gameDashboard .main__block > .body .main .cards__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.gameDashboard .main__block > .body .main .cards__block .item__card {
  width: 122px;
  min-width: 122px;
  height: 160px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 10px;
  margin: 8px;
  text-align: center;
  background: #4F515D;
  box-shadow: -1px -1px 5px rgba(255, 255, 255, 0.2), 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.gameDashboard .main__block > .body .main .cards__block .item__card.jsGetMarketInfo {
  cursor: pointer;
}
.gameDashboard .main__block > .body .main .cards__block .item__card .inner {
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.gameDashboard .main__block > .body .main .cards__block .item__card .inner.bg-info .btn-close {
  display: none;
}
.gameDashboard .main__block > .body .main .cards__block .item__card .inner.bg-competitor .btn-close {
  display: none;
}
.gameDashboard .main__block > .body .main .cards__block .item__card .inner.bg-thinking {
  display: none;
}
.gameDashboard .main__block > .body .main .cards__block .item__card .icon__building--wrapper {
  position: relative;
  margin-top: auto;
  margin-bottom: 6px;
  max-width: 74px;
  max-height: 74px;
}
.gameDashboard .main__block > .body .main .cards__block .item__card .icon__building--wrapper img {
  max-width: 74px;
  max-height: 74px;
}
.gameDashboard .main__block > .body .main .cards__block .item__card .item__level {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: -45%;
}
.gameDashboard .main__block > .body .main .cards__block .item__card .item__header {
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  display: flex;
  align-items: center;
}
.gameDashboard .main__block > .body .main .cards__block .item__card .item__header button {
  position: absolute;
  top: 3px;
  right: 3px;
}
.gameDashboard .main__block > .body .main .cards__block .item__card .item__title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: auto;
  min-height: 36px;
}
.gameDashboard .main__block > .body .main .cards__block .item__card .item__action {
  font-size: 15px;
  font-weight: 700;
}
.gameDashboard .main__block > .body .main .cards__block .item__card .item__action--success {
  color: #4AE46C;
}
.gameDashboard .main__block > .body .main .cards__block .item__card .item__action--waiting {
  color: #f4f818;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--active {
  outline: 1px solid red;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl {
  width: 350px;
  min-width: 350px;
  height: 400px;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .inner {
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .icon__building--wrapper {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__level {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__level .level__item {
  position: relative;
  margin: 0 20px;
  display: flex;
  align-items: center;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__level .level__item::before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #757683;
  border-radius: 50%;
  margin-right: 5px;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__level .level__item--active.item--1::before {
  background-color: #FFAA55;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__level .level__item--active.item--2::before {
  background-color: #FFEE55;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__level .level__item--active.item--3::before {
  background-color: #4AE46C;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__profit {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  min-height: 50px;
  width: 100%;
  margin: 1rem 1rem auto 1rem;
  padding: 1rem;
  background: #484A56;
  box-shadow: -1px -1px 5px rgba(255, 255, 255, 0.2), 1px 1px 5px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__profit--full {
  padding: 5px;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__profit--full .bg-income {
  justify-content: center;
  padding: 0;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__profit--full .bg-income div {
  margin: 0;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__profit--active {
  outline: 1px solid #FFAA55;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__header {
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  display: flex;
  align-items: center;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__header button {
  position: absolute;
  top: 3px;
  right: 3px;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  min-height: 36px;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__action {
  font-size: 15px;
  font-weight: 700;
  background-color: #ffffff;
  color: #000000;
  border-radius: 20px;
  cursor: pointer;
  width: 100%;
  padding: 10px;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__action--finished {
  background-color: #cccccc;
  cursor: auto;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__action--success {
  color: #4AE46C;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl .item__action--waiting {
  color: #f4f818;
}
.gameDashboard .main__block > .body .main .cards__block .item__card--xl--active {
  outline: 1px solid red;
}
.gameDashboard .main__block > .body .main .scroll__block {
  width: 100%;
  height: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gameDashboard .main__block > .body .main .scroll__block .action {
  cursor: pointer;
}
.gameDashboard .main__block > .body .main .scroll__block .action img {
  margin-right: 12px;
}
.gameDashboard .main__block > .body .main .scroll__block .action span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.gameDashboard .main__block > .body .main .scroll__block .title {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.gameDashboard .main__block > .body .main .scroll__block .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 72px;
}
.gameDashboard .main__block > .body .main .scroll__block .scroll__btn {
  width: 32px;
  height: 32px;
  background: #65666F;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.gameDashboard .main__block > .body .main .transaction__block {
  width: 100%;
}
.gameDashboard .main__block > .body .main .transaction__block th {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}
.gameDashboard .main__block > .body .main .transaction__block td {
  padding: 5px;
}
.gameDashboard .main__block > .body .main .transaction__block .transaction__item {
  font-size: 12px;
}
.gameDashboard .main__block > .body .main .transaction__block .transaction__item--disabled {
  position: relative;
}
.gameDashboard .main__block > .body .main .transaction__block .transaction__item--disabled::after {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFAA55;
  font-size: 16px;
  font-weight: 500;
  content: var(--var-content);
  white-space: pre;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(28, 31, 43, 0.7);
  backdrop-filter: blur(5px);
  border-radius: 15px;
}
.gameDashboard .main__block > .body .main .transaction__block .transaction__item .log__card {
  width: 100%;
  height: 100%;
  min-height: 120px;
  background: #484A56;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6), -1px -1px 5px rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gameDashboard .main__block > .body .main .transaction__block .sign {
  width: 60px;
  height: 60px;
  background: #484A56 url('/_img/layout/icon_wait.svg') 50% 50% no-repeat;
  background-size: auto;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6), -1px -1px 5px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
}
.gameDashboard .main__block > .body .main .transaction__block .sign--approved {
  background: #4AE46C url('/_img/layout/icon_check.svg') 50% 50% no-repeat;
  background-size: auto;
  box-shadow: inset -1px -1px 5px rgba(255, 255, 255, 0.25), inset 1px 1px 5px rgba(0, 0, 0, 0.35);
}
.gameDashboard .main__block > .body .main .transaction__block .sign--denied {
  background: #FFAA55 url('/_img/layout/icon_close.svg') 50% 50% no-repeat;
  background-size: auto;
  box-shadow: inset -1px -1px 5px rgba(255, 255, 255, 0.25), inset 1px 1px 5px rgba(0, 0, 0, 0.35);
}
.gameDashboard .right__block {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.gameDashboard .right__block .clock__wrapper {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gameDashboard .right__block .clock__wrapper .clock {
  width: 153px;
  height: 153px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(10px);
  border-radius: 50%;
}
.gameDashboard .right__block .clock__wrapper .clock::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 10px;
  background: linear-gradient(45deg, #DE1D47, #613BBA);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.gameDashboard .right__block .clock__wrapper .clock #time {
  font-size: 32px;
  font-weight: 700;
  margin: 0.5rem 0;
}
.gameDashboard .right__block .clock__wrapper .clock .round {
  font-size: 16px;
  font-weight: 600;
}
.gameDashboard .right__block .clock__wrapper .clock .round_name {
  font-size: 12px;
  opacity: 0.5;
}
.gameDashboard .right__block .news {
  flex: 1;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
  padding: 15px;
  overflow-y: auto;
}
.gameDashboard .right__block .news .news__item {
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.gameDashboard .right__block .news .news__item--new {
  animation: pulse 5s 1 ease-in-out;
}
.gameDashboard .right__block .news .news__item .header {
  font-style: italic;
  font-weight: 700;
  margin-bottom: 12px;
}
.gameDashboard .right__block .news .news__item .header--warning {
  position: relative;
  margin-left: 22px;
}
.gameDashboard .right__block .news .news__item .header--warning::before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -24px;
  background: transparent url('/_img/layout/icon_warning.svg') 50% 50% no-repeat;
  background-size: contain;
}
.gameDashboard .right__block .news .news__item > .time {
  margin-left: auto;
  font-style: italic;
  position: relative;
}
.gameDashboard .right__block .news .news__item > .time::before {
  display: block;
  content: '';
  width: 14px;
  height: 12px;
  background: transparent url('/_img/layout/icon_time.svg') 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  left: -16px;
  top: 5px;
}
.gameDashboard .progress-bar {
  border-radius: 15px !important;
}
.gameDashboard .target__blocks {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.gameDashboard .target__pack {
  display: flex;
  flex-direction: column;
  width: 271px;
  background: #484A56;
  box-shadow: -1px -1px 5px rgba(255, 255, 255, 0.2), 1px 1px 5px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  text-align: center;
  padding: 20px;
}
.gameDashboard .target__pack > .header {
  height: 55px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gameDashboard .target__pack > .endpoint {
  font-size: 10px;
  margin-bottom: 5px;
}
.gameDashboard .target__pack > .endpoint span {
  display: inline-block;
  padding: 3px;
  width: 55px;
  background: linear-gradient(90deg, #FF0045 0%, #E4003E 100%);
  border-radius: 5px;
}
.gameDashboard .target__pack > .body .target__item {
  margin-bottom: 15px;
}
.gameDashboard .target__pack > .body .target__item .target__text {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background: #3A3C48;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}
.gameDashboard .target__pack > .body .target__item .target__progress .progress__wrapper {
  position: relative;
  height: 12px;
  background: #686B79;
  border-radius: 23px;
}
.gameDashboard .target__pack > .body .target__item .target__progress .progress__wrapper .progress__bar {
  position: absolute;
  content: '';
  height: 12px;
  width: var(--var-proc);
  background: #4AE46C;
  border-radius: 23px;
}
.gameDashboard .target__pack > .footer {
  margin-top: auto;
}
.gameDashboard .target__pack > .footer button {
  font-size: 15px;
  font-weight: 700;
  background-color: #ffffff;
  color: #000000;
  border-radius: 20px;
  cursor: pointer;
  width: 90%;
  padding: 10px;
}
.resources__alert {
  background-color: rgba(255, 0, 0, 0.5);
  outline: 1px solid red;
  border-radius: 10px;
  padding: 3px;
}
.modal .modal-content {
  background-color: #757683;
  color: #ffffff !important;
}
.modal .modal-content .modal-header .btn--close {
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  font-size: 22px;
  line-height: 32px;
}
.modal-backdrop {
  opacity: 75% !important;
}
.item__control {
  display: flex;
}
.item__control .middle {
  width: 135px;
  text-align: center;
}
.jsResourceMarket {
  cursor: pointer;
}
.currency__icon {
  display: flex;
  align-items: center;
}
.currency__icon:after {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  background: transparent url('/_img/currency.svg') 50% 50% no-repeat;
  color: #E4003E;
  background-size: contain;
  margin-left: 0.35rem;
}
.sign--approved {
  background-color: #4AE46C;
}
.sign--denied {
  background-color: #E4003E;
}
.fs-20 {
  font-size: 20px;
}
.bg-income {
  color: #4AE46C;
  flex-wrap: wrap;
  padding: 10px;
}
.bg-income div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.bg-income img {
  height: 45px;
  margin-right: 5px;
}
.bg-income img.currency-icon {
  height: 18px;
  margin-right: 10px;
}
.bg-income span {
  font-size: 16px;
  background: #484A56;
  box-shadow: inset -1px -1px 3px rgba(255, 255, 255, 0.2), inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  padding: 7px;
  min-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-income .currency__icon:after {
  background: transparent url('/_img/currency-green.svg') 50% 50% no-repeat;
  background-size: contain;
}
.bg-expense {
  color: #FFAA55;
  flex-wrap: wrap;
  padding: 10px;
}
.bg-expense div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.bg-expense img {
  height: 45px;
  margin-right: 5px;
}
.bg-expense img.currency-icon {
  height: 18px;
  margin-right: 10px;
}
.bg-expense span {
  font-size: 16px;
  background: #484A56;
  box-shadow: inset -1px -1px 3px rgba(255, 255, 255, 0.2), inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  padding: 7px;
  min-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-expense .currency__icon:after {
  background: transparent url('/_img/currency-red.svg') 50% 50% no-repeat;
  background-size: contain;
}
#marketOperationModal .item__card {
  width: 122px;
  min-width: 122px;
  height: 160px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 10px;
  margin: 8px;
  text-align: center;
  background: #4F515D;
  box-shadow: -1px -1px 5px rgba(255, 255, 255, 0.2), 1px 1px 5px rgba(0, 0, 0, 0.6);
}
#marketOperationModal .item__card .inner {
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#marketOperationModal .item__card .icon__building--wrapper {
  position: relative;
  margin-top: auto;
  margin-bottom: 6px;
}
#marketOperationModal .item__card .item__level {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: -45%;
}
#marketOperationModal .item__card .item__header {
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  display: flex;
  align-items: center;
}
#marketOperationModal .item__card .item__header button {
  position: absolute;
  top: 3px;
  right: 3px;
}
#marketOperationModal .item__card .item__title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: auto;
  min-height: 36px;
}
#marketOperationModal .item__card .item__action {
  font-size: 15px;
  font-weight: 700;
}
#marketOperationModal .item__card .item__action--success {
  color: #4AE46C;
}
#marketOperationModal .item__card .item__action--waiting {
  color: #f4f818;
}
#marketOperationModal .item__card--active {
  outline: 1px solid red;
}
#marketOperationModal .item__card--xl {
  width: 300px;
  min-width: 300px;
  height: 400px;
}
#marketOperationModal .item__card--xl .inner {
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#marketOperationModal .item__card--xl .icon__building--wrapper {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}
#marketOperationModal .item__card--xl .item__level {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}
#marketOperationModal .item__card--xl .item__level .level__item {
  position: relative;
  margin: 0 20px;
  display: flex;
  align-items: center;
}
#marketOperationModal .item__card--xl .item__level .level__item::before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #757683;
  border-radius: 50%;
  margin-right: 5px;
}
#marketOperationModal .item__card--xl .item__level .level__item--active.item--1::before {
  background-color: #FFAA55;
}
#marketOperationModal .item__card--xl .item__level .level__item--active.item--2::before {
  background-color: #FFEE55;
}
#marketOperationModal .item__card--xl .item__level .level__item--active.item--3::before {
  background-color: #4AE46C;
}
#marketOperationModal .item__card--xl .item__profit {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid red;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  margin: 1rem 1rem auto 1rem;
  padding: 1rem;
}
#marketOperationModal .item__card--xl .item__header {
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  display: flex;
  align-items: center;
}
#marketOperationModal .item__card--xl .item__header button {
  position: absolute;
  top: 3px;
  right: 3px;
}
#marketOperationModal .item__card--xl .item__title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  min-height: 36px;
}
#marketOperationModal .item__card--xl .item__action {
  font-size: 15px;
  font-weight: 700;
  background-color: #ffffff;
  color: #000000;
  border-radius: 20px;
  cursor: pointer;
  width: 100%;
  padding: 10px;
}
#marketOperationModal .item__card--xl .item__action--finished {
  background-color: #cccccc;
  cursor: auto;
}
#marketOperationModal .item__card--xl .item__action--success {
  color: #4AE46C;
}
#marketOperationModal .item__card--xl .item__action--waiting {
  color: #f4f818;
}
#marketOperationModal .item__card--xl--active {
  outline: 1px solid red;
}
.connections__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.connections__block .connections__item {
  flex-basis: 24%;
  margin-bottom: 10px;
  height: 50px;
  background: #484A56;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6), -1px -1px 5px rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 2px 15px;
}
.connections__block .connections__item .icon {
  height: 30px;
  margin-right: 15px;
}
.connections__block .connections__item .icon img {
  height: 100%;
}
.connections__block .connections__item .name {
  font-size: 14px;
  line-height: 16px;
}
.connections__block .connections__item .connection {
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3A3C48;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-left: auto;
}
.connection__log {
  background-color: #3A3C48;
  border-radius: 10px;
  padding: 5px;
}
.connection__log table {
  width: 100%;
  table-layout: fixed;
  border: none;
}
.connection__log table th,
.connection__log table td {
  padding: 4px;
}
.connection__log table th:nth-child(1),
.connection__log table td:nth-child(1) {
  width: 65px;
  text-align: center;
}
.connection__log table th:nth-child(2),
.connection__log table td:nth-child(2) {
  width: 65px;
  text-align: center;
}
.connection__log table th:nth-child(3),
.connection__log table td:nth-child(3) {
  padding: 4px 20px;
  font-style: italic;
}
.connection__log table th:nth-child(4),
.connection__log table td:nth-child(4) {
  padding: 4px 20px;
  font-style: italic;
}
.connection__log table th:nth-child(5),
.connection__log table td:nth-child(5) {
  text-align: center;
  font-style: italic;
}
.connection__log-header {
  background: #3A3C48;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.connection__log-header th {
  border: 5px solid #3A3C48;
  background-color: #4F515D;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  border-radius: 5px;
  font-style: normal !important;
}
.connection__log-header ::-webkit-scrollbar {
  width: 6px;
}
.connection__log-header ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.connection__log-header ::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.connection__log-body {
  height: 200px;
  overflow-x: hidden;
  margin: 0px;
}
.connection__log-body .icon--up path {
  stroke: #4AE46C;
}
.connection__log-body .icon--down {
  transform: rotate(180deg);
}
.connection__log-body .icon--down path {
  stroke: #FFAA55;
}
.building__cost,
.building__profit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  min-height: 140px;
  width: 100%;
  margin: 1rem 1rem auto 1rem;
  padding: 30px;
  background: #484A56;
  box-shadow: -1px -1px 5px rgba(255, 255, 255, 0.2), 1px 1px 5px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
}
.building__cost div,
.building__profit div {
  align-items: center;
}
.building__cost .bg-income,
.building__profit .bg-income,
.building__cost .bg-expense,
.building__profit .bg-expense {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  25% {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
  }
  50% {
    opacity: 0.7;
    transform: scale(1);
  }
  75% {
    opacity: 1;
    transform: scale(1.03);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
  }
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
}
.specialize__block {
  display: flex;
  overflow-x: auto;
}
.specialize__block .item {
  background: #484A56;
  box-shadow: -1px -1px 5px rgba(255, 255, 255, 0.2), 1px 1px 5px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  margin: 20px;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 280px;
}
.specialize__block .item .header {
  width: 100%;
  padding: 20px 0;
  height: auto !important;
  border-bottom: 1px solid #1C1F2B;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.specialize__block .item .avatar {
  width: 53px;
  height: 53px;
  background: #3A3C48;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  padding: 15px;
}
.specialize__block .item .body {
  padding: 25px;
}
.specialize__block .item .body .card__title {
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 20px;
}
.specialize__block .item .body .block .spec_item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.specialize__block .item .body .block .spec_item .spec_icon {
  height: 33px;
  width: 33px;
  margin-right: 10px;
}
.specialize__block .item .body .block .spec_item .spec_name {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.userCard {
  background: #484A56;
  box-shadow: -1px -1px 5px rgba(255, 255, 255, 0.2), 1px 1px 5px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  margin: 20px;
  height: 85dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.userCard .header {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #1C1F2B;
  text-align: center;
}
.userCard .avatar {
  width: 53px;
  height: 53px;
  background: #3A3C48;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  padding: 15px;
}
.userCard .body {
  padding: 25px;
}
.userCard .card__title {
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 20px;
}
.userCard .specialize__block {
  display: flex;
  flex-direction: column;
}
.userCard .specialize__block .spec_item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.userCard .specialize__block .spec_item .spec_icon {
  margin-right: 10px;
}
.userCard .specialize__block .spec_item .spec_name {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.userCard .specialize__block .spec_item--free {
  width: 35px;
  height: 35px;
  background: #3A3C48;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  margin: 5px;
}
.userCard .specialize__block .alert {
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project__card {
  position: relative;
}
.project__card .avatar {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  padding: 20px;
}
.project__card .project_qr {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
}
.project__card .project_qr .qr {
  background: #3A3C48;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px;
}
.project__card .project_qr span {
  font-style: italic;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #2C2D37;
}
.project__card .project_header {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}
.project__card .project_title {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.project__card .project_target {
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  background: #3A3C48;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  padding: 8px 13px;
}
.project__card .required .required_title {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
}
.project__card .required .required__item {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 4px 0;
}
.project__card .required .required__item::before {
  position: relative;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #757683;
  border-radius: 50px;
  margin-right: 10px;
}
.project__card .required .required__item--success {
  color: #4AE46C;
}
.project__card .required .required__item--success::before {
  background-color: #4AE46C;
}
.project__card .projectBtn {
  background: #686B79;
  border-radius: 23px;
  padding: 10px 40px;
}
