body {
  background: linear-gradient(#461b38 15%, #131230 75%);
  margin: 0;
  padding: 0; 
/*  touch-action: none;*/
}
html, body{
  height: 100%;
  width: 100%; 
  /*overflow: hidden; */
}
input {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;  
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.smiles {
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; 
}

.contedit {
  -webkit-user-select: auto;
  user-select: text;
  display:inline-block;
}
.contedit:focus {
    outline-width: 0;
}

.overflow {
  overflow-x: hidden;
  overflow-y: hidden scroll;
  scrollbar-color: rgba(36,33,77,1) rgba(11,15,21,1);  
}
.overflow::-webkit-scrollbar { width: 16px; }
.overflow::-webkit-scrollbar-track { background: rgba(11,15,21,1); }
.overflow::-webkit-scrollbar-thumb { 
  background: rgba(36,33,77,1);
  border-radius: 10px;
}

/*горизонтальный скролл*/
.overflowX {
  overflow-x: hidden scroll;
  overflow-y: hidden;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}
.overflowX::-webkit-scrollbar { width: 16px; }
.overflowX::-webkit-scrollbar-track { background: transparent; }
.overflowX::-webkit-scrollbar-thumb { 
  background: transparent;
  /*border-radius: 10px;*/
}

/*overflow тонкий скролл*/
.overflowThin {
  overflow-x: hidden;
  overflow-y: hidden scroll;
  scrollbar-color: #52225d rgba(11,15,21,0);
  scrollbar-width: thin;
}
.overflowThin::-webkit-scrollbar { width: 8px; }
.overflowThin::-webkit-scrollbar-track { background: rgba(11,15,21,0); }
.overflowThin::-webkit-scrollbar-thumb { 
  background: #52225d;
  border-radius: 10px;
}

/* overflowSlot */
.overflowSlot {
  overflow: hidden;
}

/* overflow скрытый скрол */
.overflowNoScroll {
  overflow-x: hidden;
  overflow-y: hidden scroll;
  scrollbar-color: transparent transparent;
}
.overflowNoScroll::-webkit-scrollbar { width: 16px; }
.overflowNoScroll::-webkit-scrollbar-track { background: transparent; }
.overflowNoScroll::-webkit-scrollbar-thumb { 
  background: transparent;
  border-radius: 10px;
}

/* overflow без скрола */
.overflowScrollOff {
  overflow-x: hidden;
  overflow-y: hidden;
}
.transZ {
  /*transform: translateZ(0);*/
  /*-webkit-transform: translateZ(0);*/
  /*-webkit-transform: translate3d(0,0,0);*/
}
.touchActionNone {
  touch-action: none;  
}
.transZDice {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0,0,0);
}
.zIndex {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0,0,0);
}

.shadow {
    box-shadow: 0 0 20px 0px rgba(255,255,255,1); /* Параметры тени */
}

/*.shopLights {
    box-shadow: 0 0 20px 0px rgba(255,255,255,1);
    drop-shadow(3px 3px 5px #222)
}*/

.offLightTap {
  -webkit-tap-highlight-color:transparent;
}

#inputFile{
  display: none; /* do not display the actual file upload button */
}

.triangle {
  font-size: 0px; line-height: 0%; width: 0px;
  border-top: 10px solid #ffffff;
  border-left: 5px solid rgba(1,1,1,0);
  border-right: 5px solid rgba(1,1,1,0);
}

.bw {
  filter: grayscale(100%); 
  -webkit-filter: grayscale(1);
}
.blur {
  filter: blur(1px);
}
/*.brightness_150 {
  will-change: transform;
  filter: brightness(1.5);
}*/

.mirror_flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.spiner {
  animation: spin 0.35s ease-out 0s 1;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.tippy-box[data-theme~='blackBlue'] {
  text-align: center;
  font-size: 0.95rem;
  font-family: CuprumRegular;
  background-color: #131230;
  color: rgba(255,255,255,1);
}
.tippy-box[data-theme~='blackBlue'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #131230;
}

::-webkit-input-placeholder {
   color: rgba(255,255,255,0.15);
}
:-moz-placeholder {
   color: rgba(255,255,255,0.15);
}
::-moz-placeholder {
   color: rgba(255,255,255,0.15);
}
:-ms-input-placeholder {  
   color: rgba(255,255,255,0.15);
}


@keyframes fadeIn { 
  0% { filter: drop-shadow(0px 0px 0px rgba(255,177,42,1)); } 
  50% { filter: drop-shadow(0px 0px 7px rgba(255,177,42,1)); } 
  100% { filter: drop-shadow(0px 0px 0px rgba(255,177,42,1)); } 
}
.animateTraining {
  animation: fadeIn ease-in-out 1s infinite;
}

@keyframes fadeInM { 
  0% { filter: drop-shadow(0px 0px 0px rgba(255,177,42,1)); } 
  50% { filter: drop-shadow(0px 0px 18px rgba(255,177,42,1)); } 
  100% { filter: drop-shadow(0px 0px 0px rgba(255,177,42,1)); } 
}
.animateTrainingM {
  animation: fadeInM ease-in-out 1s infinite;
}

.shakeBoss {
    animation: shake 0.2s;
    animation-iteration-count: infinite;
}
@keyframes shake {
    0% { transform: translate(0.25px, 0.25px) rotate(0deg); }
    10% { transform: translate(-0.25px, -0.5px) rotate(-0.5deg); }
    20% { transform: translate(-0.75px, 0px) rotate(0.5deg); }
    30% { transform: translate(0.75px, 0.5px) rotate(0deg); }
    40% { transform: translate(0.25px, -0.25px) rotate(0.5deg); }
    50% { transform: translate(-0.25px, 0.5px) rotate(-0.5deg); }
    60% { transform: translate(-0.75px, 0.25px) rotate(0deg); }
    70% { transform: translate(0.75px, 0.25px) rotate(-0.5deg); }
    80% { transform: translate(-0.25px, -0.25px) rotate(0.5deg); }
    90% { transform: translate(0.25px, 0.5px) rotate(0deg); }
    100% { transform: translate(0.25px, -0.5px) rotate(-0.5deg); }
}

.barLifeAnim {
  animation: barLife 0.2s;
  animation-iteration-count: 12;
}
@keyframes barLife {
  0% { background-color: #960000; }
  50% { background-color: #EF3D3D; }
  100% { background-color: #960000; }
}