/* Style used both in the game and admin panel */
/* LESS Functions */
/* Common styles */
.btn-help.small::before {
  width: 24px;
  height: 24px;
  top: 7px;
  left: 8px;
}
.btn-help.small::after {
  display: none;
}
.btn-done.small::before {
  width: 24px;
  height: 24px;
  top: 7px;
  left: 8px;
}
.btn-done.small::after {
  display: none;
}
.btn-map.small::before {
  width: 24px;
  height: 24px;
  top: 7px;
  left: 8px;
}
.btn-map.small::after {
  display: none;
}
.btn-close.small::before {
  width: 24px;
  height: 24px;
  top: 7px;
  left: 8px;
}
.btn-close.small::after {
  display: none;
}
.btn-open.small::before {
  width: 24px;
  height: 24px;
  top: 7px;
  left: 8px;
}
.btn-open.small::after {
  display: none;
}
.btn-start.small::before {
  width: 24px;
  height: 24px;
  top: 7px;
  left: 8px;
}
.btn-start.small::after {
  display: none;
}
.btn-skip.small::before {
  width: 24px;
  height: 24px;
  top: 7px;
  left: 8px;
}
.btn-skip.small::after {
  display: none;
}
.btn-forum.small::before {
  width: 24px;
  height: 24px;
  top: 7px;
  left: 8px;
}
.btn-forum.small::after {
  display: none;
}
.btn-menu.small::before {
  width: 24px;
  height: 24px;
  top: 7px;
  left: 8px;
}
.btn-menu.small::after {
  display: none;
}
.message-box {
  display: none;
  cursor: pointer;
}
.tester.false-positive::after {
  border: 1px solid #e6a6ae;
}
.body-grayout {
  width: 100%;
  height: 100%;
  z-index: 6;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.36);
}
.modal-dialog .modal-header {
  border-bottom: none;
  padding: 14px 10px 10px 10px;
}
.modal-dialog .modal-header .modal-title {
  font-size: 22px;
}
.modal-dialog .modal-header button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
.modal-dialog .modal-footer {
  border-top: none;
}
.modal-dialog .modal-footer button.tertiary {
  height: 30px;
}
.modal-dialog .modal-bottom-left-button-absolute {
  position: absolute;
  bottom: -61px;
  left: 16px;
}
.modal-dialog .modal-bottom-left-button-absolute label {
  cursor: pointer;
}
.modal-dialog .popup-textarea-container {
  width: 100%;
  padding: 4px;
  border-radius: 2px;
}
.modal-dialog .popup-textarea-container .popup-textarea {
  width: 100%;
  height: 180px;
  color: #666666;
  resize: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.show {
  opacity: 0;
}
.modal-backdrop.show:last-of-type {
  opacity: 0.5;
}
.modal.transparent-background + .modal-backdrop {
  opacity: 0 !important;
}
body.modal-open {
  overflow: auto;
}
.main-loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
.main-loader .load-bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #fdba2c;
}
.main-loader .load-bar .bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.main-loader .load-bar .bar:nth-child(1) {
  background-color: #da4733;
  animation: loading 3s linear infinite;
}
.main-loader .load-bar .bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.main-loader .load-bar .bar:nth-child(3) {
  background-color: #fdba2c;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}
.bootstrap-slider-container .slider {
  background-color: unset;
  width: 100%;
  height: 2px;
}
.bootstrap-slider-container .slider .slider-handle {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px 0 rgba(0, 0, 0, 0.05);
  border: solid 0.5px rgba(0, 0, 0, 0.1);
  background: #FFF;
  margin-top: -17px;
}
.bootstrap-slider-container .slider .slider-track {
  height: 2px;
}
.bootstrap-slider-container .slider .slider-track .slider-selection {
  background: none;
  background-color: #8642fe;
}
.bootstrap-slider-container .slider .slider-track .slider-track-high {
  background: none;
  background-color: #d7c1ff;
}
.bootstrap-slider-container .slider .tooltip {
  top: -26px;
  font-size: 12px;
  margin-left: 3px;
}
.bootstrap-slider-container .slider .tooltip .tooltip-inner {
  padding: 4px;
}
.bootstrap-slider-container .slider .tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}
.bootstrap-slider-container .bottom-texts-container {
  height: 20px;
  position: relative;
}
.bootstrap-slider-container .bottom-texts-container .bottom-text {
  position: absolute;
  top: 0px;
  margin-left: -45px;
  width: 90px;
  height: 20px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #a4a4a4;
  font-weight: bold;
}
.bootstrap-slider-container .bottom-texts-container .bottom-text:first-of-type {
  margin-left: 0px;
  text-align: left;
}
.bootstrap-slider-container .bottom-texts-container .bottom-text:last-of-type {
  left: unset;
  margin-left: -90px;
  text-align: right;
}
.bootstrap-slider-container .bottom-texts-container .bottom-text:only-child {
  margin-left: -45px;
  text-align: center;
}
.slider-tooltip {
  top: -26px;
  font-size: 12px;
  margin-left: 3px;
}
.slider-tooltip .tooltip-inner {
  padding: 4px;
}
.slider-tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}
.shortcut-text {
  text-decoration: underline;
}
.loader-block {
  width: 32px;
  height: 32px;
  background-image: url(/static/img/loaders/loader_purple.gif);
  background-size: cover;
}
.password-eye-wrapper {
  position: relative;
  overflow: hidden;
}
.password-eye-wrapper input {
  float: left;
}
.password-eye-wrapper .password-eye {
  position: absolute;
  top: -moz-calc(50% - 11px);
  top: -webkit-calc(50% - 11px);
  top: -o-calc(50% - 11px);
  top: calc(50% - 11px);
  right: 11px;
  width: 25px;
  height: 22px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.password-eye-wrapper .password-eye.show {
  background-image: url(/static/img/icons/eye-solid.svg);
}
.password-eye-wrapper .password-eye.hide {
  background-image: url(/static/img/icons/eye-slash-solid.svg);
}
