@font-face {
  font-family: "Montserrat";  
  src: url("static/Montserrat-Regular.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal;
   }
   
  @font-face{
  font-family: "Montserrat-Medium";
  src: url("static/Montserrat-Medium.ttf") format("truetype");
  font-style: normal; 
  font-weight: normal; 
  }

  @font-face{
    font-family: "Montserrat-Light";
    src: url("static/Montserrat-Medium.ttf") format("truetype");
    font-style: normal; 
    font-weight: normal; 
  }

  @font-face{
      font-family: "Montserrat-Bold";
      src: url("static/Montserrat-Bold.ttf") format("truetype");
      font-style: normal; 
      font-weight: normal; 
    }


    @font-face{
      font-family: "Montserrat-ExtraBold";
      src: url("static/Montserrat-ExtraBold.ttf") format("truetype");
      font-style: normal; 
      font-weight: normal; 
    }


  
  
  

* {
    box-sizing: border-box;
    user-select: none;
    outline: none;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: 'Montserrat-Medium', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    background-color: black;
}

section.login {
    height: 600px;
    width: 909px;
    position: relative;
    background: linear-gradient(180deg, #1E2025 0%, #141621 100%);
    /* display: none!important; */
}

section.login span.title {
    text-align: center;
    color: #DCD9DB;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    display: block;
    font-weight: 700;
    padding: 120px 0 0 0px;
}

/* section.login .form.reg span.title {
  padding: 10px 0 0 0px;
} */

section.login form {
    position: relative;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

section.login input {
    background-color: rgba(255, 255, 255, 0.03);
    border: none;
    padding: 11px 55px;
    font-size: 12px;
    width: 100%;
    outline: none;
    /* border: 2px solid #2A2B30; */
    border-radius: 4px;
    height: 100%;
    color: #DCD9DB;
    transition: .5s;
    /* text-transform: uppercase; */
    
    /* font-family: "Montserrat"; */
}


section.login form .input-login {
    position: relative;
    width: 260px;
    height: 48px;
    /* display: none; */
}

section.login form .input-login:hover .fa{
  opacity: .6;
}

section.login form img {
  position: absolute;
  left: 14px;
  top: 14px;
  filter: invert(47%) sepia(11%) saturate(28%) hue-rotate(267deg) brightness(92%) contrast(89%);

}

section.login form .input-password:hover .fa{
  opacity: .6;
}

section.login form .input-password {
    position: relative;
    z-index: 999;
    width: 260px;
    height: 48px;
    margin-top: 12px;
    /* display: none; */
}

section.login form .input-externalKey {
  display: none;
}

section.login .remItem {
  /* display: none; */
  display: flex;
  flex-direction: row;
  width: 260px;
  max-width: 260px;
  justify-content: flex-start;
  margin-top: 15px;
  margin-left: 2px;
}

section.login .remItem h4 {
  margin-left: 8px;
  font-family: 'Montserrat-Light';
  font-weight: 200;
  
}

section.login .remKeyItem {
  display: none;
}

section.login .fa {
    position: absolute;
    color: white;
    opacity: .3;
    top: 12px;
    left: 28px;
    transition: .5s;
    display: none;
}

section.login .focus {
    opacity: .7;
    transition: .5s;
}

section.login button.sub {
    border-radius: 4px;
    background: transparent;
    width: 260px;
    height: 52px;
    cursor: pointer;
    color: white;
    background-color: #7775D1;
    text-transform: uppercase;
    transition: .6s;
    font-size: 12px;
    border: none;
    
    outline: none;
}



section.login button.sub:hover {
  transition: 0s;
    color: #7775D1;
    /* background: #F92853; */
    /* box-shadow: 0 18px 30px #f928523a, 0 2.75474px 10.8938px #f92852c4; */
    cursor: pointer;
    background-color: #DCD9DB;

    /* box-shadow: 0 22px 87px rgb(255 0 0 / 52%), 0 2.75474px 10.8938px rgb(255 0 0 / 37%), inset 0 -5px 5px hsl(0deg 0% 100% / 30%); */
}

section.login button.sub:active {
  transition: .1s;
  transform: scale(0.95);
}

section.login button.sub.blocked {
  transform: scale(0.95);
  pointer-events: none;
  opacity: .7;
}


/* 
section.login button.sub:focus {
  box-shadow: inset 0px 0px 17px -4px rgba(0,0,0,0.73);
} */

/* section.login button.sub.blocked {
  box-shadow: inset 0px 0px 17px -4px rgba(0,0,0,0.73);
  color: white;
  background: #F92853;
  cursor: pointer;
  transition-property: background,color;
  transition-duration: .2s;
  pointer-events: none;
  opacity: .6;
} */

section.login .btns {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: none; */
    padding: 0 0 60px 0;
    overflow: visible;
}

section.login .btns .forgot {
    margin-left: 25px;
    background-color: transparent;
    border: none;
    font-size: 12px;
    cursor: pointer;
    color: #4c4c4d;
    text-decoration: underline;
}

section.login .btns .forgot:hover {
    text-decoration: none;
}





section.login .reg_btns {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: none; */
  padding: 0 0 60px 0;
  overflow: visible;
}

section.login .reg_btns .forgot {
  margin-left: 25px;
  background-color: transparent;
  border: none;
  font-size: 12px;
  cursor: pointer;
  color: #4c4c4d;
  text-decoration: underline;
}

section.login .reg_btns .forgot:hover {
  text-decoration: none;
}






section.login p {
    color: #626262;
    text-align: center;
    width: 100%;
    font-weight: 800;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 11px;
    position: absolute;
    bottom: 0;
}

.wrong {
    width: 80%;
    margin: auto;
    background-color: rgba(255, 0, 0, 0.246);
    border: 1px solid rgba(255, 0, 0, 0.568);
    border-radius: 5px;
    text-align: center;
    transition: .2s;
    transform: translateY(-100%);
    position: absolute;
    left: 30px;
}

.wrong.on {
    transform: translateY(0%);
}

.wrong span {
    color: rgb(221, 221, 221);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin: 6px 0;
    font-size: 11px;
}


/* GMC ////////////////// */

.gmcMain {
  display: flex;
  width: 100%;
  height: 100%;
}

.gmcMain .gmcMain__left {
  width: 100%;
}

.gmcMain .gmcMain__right {
  flex: 1;
}

.gmcMain__right-comms {
  margin-top: 58px;
}

.gmcMain .gmcMain__right .comment {
  background-color: #26272C;
  border-radius: 5px;
  padding: 14px 14px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 40px;
}

.gmcMain .gmcMain__right .comment span {
  position: absolute;
  top: -20px;
  font-size: 12px;
  color: rgb(221, 221, 221);
}

.gmcMain .gmcMain__right .comment p {
  color: rgb(221, 221, 221);
  font-size: 15px;
  line-height: 21px;
  margin: 0;
}

section.gmc {
    height: 604px;
    padding: 0 20px;
    width: 914px;
    background: url(.png), linear-gradient(180deg, #1E2025 0%, #141621 100%);
    position: relative;
    overflow: hidden;
}

section.gmc .right-panel {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    /* border-top: 1px solid #2A2B30; */
    /* background-color: #1E2025; */
    transition: .5s;
    z-index: 1000;
    padding-left: 92px;
}

section.gmc .right-panel::after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.03);
  width: 804px;
  height: 2px;
  position: absolute;
  left: 94px;
  bottom: 0px;
}

section.gmc .right-panel .userInfo {
  display: flex;
  padding-right: 20px;
}

section.gmc .right-panel .userInfo .userInfoIcon {
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.gmc .right-panel .userInfo .userInfoIcon img {

}

section.gmc .right-panel .userInfo .info {
  display: flex;
  flex-direction: column;
}

section.gmc .right-panel .panel-user span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  /* identical to box height, or 183% */
  
  letter-spacing: 0.42px;
  text-transform: uppercase;
  
  /* white */
  
  color: #DCD9DB;
}

section.gmc .right-panel .panel-time span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  /* identical to box height, or 200% */
  
  letter-spacing: 0.42px;
  text-transform: uppercase;
  
  color: rgba(220, 217, 219, 0.48);
}


section.gmc .right-panel .fa {
    color: #52525C;
    font-size: 23px; 
}

section.gmc .right-panel .panel-user {
    display: flex;
    align-items: center;
}

section.gmc .right-panel .panel-time {
    display: flex;
    align-items: center;
}

section.gmc .right-panel .description {

}

section.gmc .right-panel .description span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  color: rgba(220, 217, 219, 0.48);
  padding-top: 16px;
  margin-left: 0;
}

section.gmc .right-panel .description p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  /* identical to box height, or 183% */
  margin: 0;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  
  /* white */
  
  color: #DCD9DB;
}










.panel .right-panel {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  /* border-top: 1px solid #2A2B30; */
  /* background-color: #1E2025; */
  transition: .5s;
  z-index: 1000;
  padding-left: 92px;
}

.panel .right-panel::after {
content: "";
display: block;
background: rgba(255, 255, 255, 0.03);
width: 800px;
height: 2px;
position: absolute;
left: 92px;
bottom: 0px;
}


.panel .right-panel .description {

}

.panel .right-panel .description span {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 20px;
letter-spacing: 0.012em;
text-transform: uppercase;
color: rgba(220, 217, 219, 0.48);
padding-top: 16px;
margin-left: 0;
}

.panel .right-panel .description p {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 22px;
/* identical to box height, or 183% */
margin: 0;
letter-spacing: 0.012em;
text-transform: uppercase;

/* white */

color: #DCD9DB;
}











.key_modal .right-panel {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  /* border-top: 1px solid #2A2B30; */
  /* background-color: #1E2025; */
  transition: .5s;
  z-index: 1000;
  padding: 0px 24px;
}

.key_modal .right-panel::after {
content: "";
display: block;
background: rgba(255, 255, 255, 0.03);
width: 340px;
height: 2px;
position: absolute;
bottom: 0px;
}


.key_modal .right-panel .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.key_modal .right-panel .description span {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 20px;
letter-spacing: 0.012em;
text-transform: uppercase;
color: rgba(220, 217, 219, 0.48);
/* padding-top: 16px; */
margin-left: 0;
}

.key_modal .right-panel .description p {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 22px;
/* identical to box height, or 183% */
margin: 0;
letter-spacing: 0.012em;
text-transform: uppercase;

/* white */

color: #DCD9DB;
}











section.gmc .panel-key {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  /* margin-left: 30px; */
  cursor: pointer;
  /* position: absolute; */
  top: 30px;
  background: rgba(255, 255, 255, 0.04);
  padding: 8px;
  border-radius: 4px;
  right: 35px;
  transition: .15s;
}

section.gmc .panel-key:hover {
  transform: scale(.9);
}

section.gmc .panel-key:active {
  transform: scale(.8);
}

.key_modal img.close {
  position: absolute;
  right: 24px;
  top: 17px;
  cursor: pointer;
  z-index: 1001;
  transition: .15s;
}

.key_modal img.close:hover {
  transform: scale(.8);
  /* transform: rotate(90deg) */
}

.key_modal .input-key img {
  width: 18px;
  filter: invert(100%) sepia(92%) saturate(2%) hue-rotate(258deg) brightness(107%) contrast(100%);
  opacity: .5;
  position: absolute;
  left: 15px;
  top: 15px;
}

section.gmc .panel-key img {
  width: 22px;
  filter: invert(100%) sepia(92%) saturate(2%) hue-rotate(258deg) brightness(107%) contrast(100%);
  opacity: .5;
}

/* section.gmc .panel-key:hover img {
  opacity: .7;
} */

section.gmc button.game {
    cursor: pointer;
    overflow: hidden;
    background-color: transparent;
    width: 188px;
    padding: 0;
    height: 240px;
    border: none;
    outline: none;
    position: relative;
    transition: .6s;
    margin-right: 10px;
    margin-bottom: 14px;
    border-radius: 6px;
    border-bottom: 3px solid transparent;
    /* display: none; */
    
}

.login .left-panel {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 72px;
  background: rgba(255, 255, 255, 0.04);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

section.gmc .left-panel {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 72px;
  background: rgba(255, 255, 255, 0.04);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

/* .logo.active {
  opacity: 0;
} */

.blur_cs {
  background-image: url(../img/blur_cs.jpg);
  background-size: cover;
  background-position-x: -2px;
}

.blur_pubg {
  background-image: url(../img/blur_pubg.jpg);
  background-size: 108%;
  background-position-y: 0px;
  background-position-x: -5px;
}

.blur_rust {
  background-image: url(../img/blur_rust.jpg);
  background-size: 110%;
  background-position-y: 0px;
  background-position-x: -7px;
}

.blur_apex {
  background-image: url(../img/blur_apex.jpg);
  background-size: 110%;
  background-position-y: 0px;
  background-position-x: -7px;
}

.blur_r6 {
  background-image: url(../img/blur_r6.jpg);
  background-size: 107%;
  background-position-y: 0px;
  background-position-x: -6px;
}

.blur_bf {
  background-image: url(../img/blur_bf.jpg);
  background-size: 107%;
  background-position-y: 0px;
  background-position-x: -4px;
}

.blur_warzone {
  background-image: url(../img/blur_warzone.jpg);
  background-size: 107%;
  background-position-y: 0px;
  background-position-x: -4px;
}

section.gmc button.game .button {
  position: absolute;
  bottom: 16px;
  /* background: rgba(27, 29, 33, 0.48); */
  backdrop-filter: blur(24px);
  z-index: 5;
  height: 28px;
  width: 132px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: .1s;
}





section.gmc button.game .button span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  
  color: #FFFFFF;
}


section.gmc button.game .blackOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(33, 35, 43, 0) 0%, rgba(33, 35, 43, 0.8) 58.58%, #21232B 100%);
  z-index: 2;
  transition: .4s;
}

section.gmc button.game .colorOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(33, 35, 43, 0) 0%, rgba(131, 129, 221, 0.2) 52.6%, rgba(131, 129, 221, 0.4) 100%);
  z-index: 3;
  transition: .4s;
  opacity: 0;
}


section.gmc button.game.soon {
  /* opacity: .2; */
  pointer-events: none;
}


section.gmc button.game img {
  opacity: .5;
}

section.gmc button.game:hover {
  border-bottom: 3px solid #7B79D6;
  transition: .1s;
}

section.gmc button.game:hover .button {
  opacity: 1;
  transition: .1s;
}

section.gmc button.game:hover .blackOverlay {
  opacity: 0;
  transition: .1s;
}

section.gmc button.game:hover .colorOverlay {
  opacity: 1;
  transition: .1s;
}

section.gmc button.game:hover > img {
  opacity: 1;
  
}

section.gmc button.game:hover .title {
  bottom: 50%;
  transform: translateY(50%);
}

section.gmc button.game:hover .title img {
  opacity: 1;
}



section.gmc button.game.block {
  pointer-events: none;
  opacity: .3;
}


section.gmc button .title {
    left: 0px;
    bottom: 37px;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    transition: .3s;
}

section.gmc button .title img {
  opacity: .6;
  width: auto;
  height: auto;
  max-height: 44px;
  transition: .4s;
}

section.gmc button .title span {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size:  13px;
    font-weight: light;
    color: rgb(221, 221, 221);
}

section.gmc h1 {
    margin: 0;
    font-size: 24px;
    text-align: left;
    padding-top: 30px;
    font-weight: light;
    color: rgb(221, 221, 221);
    text-transform: uppercase;
    letter-spacing: 3px;
}

section.gmc .games {
    width: 100%;
    margin-left: 67px;
    height: auto;
    margin-top: 137px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    opacity: 0;
    transition: .7s;
}

section.gmc .games.active {
  margin-top: 97px;
  opacity: 1;
}

section.gmc .games img {
    height: 100%;
    /* max-width: 148px; */
    /* opacity: .5; */
    /* height: auto; */
}

button.close-gms {
    position: absolute;
    bottom: 13px;
    right: 35px;
    border-radius: 50px;
    background: transparent;
    padding: 10px 50px;
    cursor: pointer;
    border: 2px solid #F92853;
    color: #F92853;
    text-transform: uppercase;
    font-size: 11px;
    transition-property: background,color;
    transition-duration: .2s;
    margin: 0 0 0 28px;
    outline: none;
}

button.close-gms:hover {
    color: white;
    background: #F92853;
    cursor: pointer;
    transition-property: background,color;
    transition-duration: .2s;
}


/* ///////// */

.cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  /* padding: 1px 1px; */
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.2s ease;
  background-color: #272830;
}
.cbx:not(:last-child) {
  margin-right: 6px;
}
.cbx:hover {
  background: #272830;
}
.cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid rgba(220, 217, 219, 0.08);
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.cbx span:first-child svg {
  position: absolute;
  top: 5px;
  left: 3.5px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.cbx:hover span:first-child {
  border-color: #7775d15b;
}
.inp-cbx {
  position: absolute;
  visibility: hidden;
}
.inp-cbx:checked + .cbx span:first-child {
  background: #7775D1;
  border-color: #7775D1;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 640px) {
  /* body {
    width: auto;
    display: inherit;
    padding: 20px;
  } */
  .cbx {
    width: 100%;
    margin-bottom: 4px;
    display: inline-block;
  }
}
@-moz-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}




/* // SECTION PANEL  */


.tg-list {
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  
  h2 {
    color: #777;
  }
  
  h4 {
    color: #999;
  }

.tgl {
    display: none;
  }
  .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
    background: none;
  }
  .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
    background: none;
  }
  .tgl + .tgl-btn {
    outline: 0;
    display: block;
    min-width: 2.5em;
    width: 2.5em;
    height: 1.3em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .tgl + .tgl-btn:after {
    left: 0;
  }
  .tgl + .tgl-btn:before {
    display: none;
  }
  .tgl:checked + .tgl-btn:after {
    left: 50%;
  }

.tgl-ios + .tgl-btn {
  width: 48px;
  height: 24px;
  background: rgba(255, 255, 255, 0.04);
    border-radius: 4px;
    padding: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 3px solid rgba(255, 255, 255, 0.00);
    transform: rotate(90deg);
  }
  .tgl-ios + .tgl-btn:after {
    border-radius: 4px;
    background: #e2e2e2;
    -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
    /* background-image: url('../img/pizdec3.png');
    background-size: 23px 15px;
    background-repeat: no-repeat; */
  }
  .tgl-ios + .tgl-btn:hover:after {
    will-change: padding;
  }
  .tgl-ios + .tgl-btn:active {
    /* box-shadow: inset 0 0 0 2em #7775d17c; */
  }
  .tgl-ios + .tgl-btn:active:after {
    padding-right: 0.8em;
  }
  .tgl-ios:checked + .tgl-btn {
    background: rgba(119, 117, 209, 0.12);
  }
  .tgl-ios:checked + .tgl-btn:active {
    /* box-shadow: none; */
    
  }
  .tgl-ios:checked + .tgl-btn:active:after {
    margin-left: -0.8em;
    background: #7775D1;
  }

  .tgl-ios:checked + .tgl-btn:after {
    background: #7775D1;
  }



section.panel {
    width: 909px;
    height: 604px;
    position: relative;
    background: url(.png), linear-gradient(180deg, #1E2025 0%, #141621 100%);
}

section.panel .tab {
  display: none;
  width: 100%;
  height: auto;
  overflow: visible;
  padding-left: 83px;
  opacity: 0;
  transform: translateY(7px);
  transition: .4s;
}



section.panel .tab.scroll-mod {
  height: 505px;
  /* border: 1px solid red; */
  width: 96.3%;
  overflow-y: scroll;
  margin: auto;
  margin-top: 77px;
  padding-left: 69px;
}

section.panel .tab.scroll-mod .inputs {
  margin-top: 0;
}

section.panel .tab.scroll-mod .inputs .inputWrap {
  margin: 6px 6px 6px 6px;
}

/* width */
::-webkit-scrollbar {
  width: 2px; }

/* Track */
::-webkit-scrollbar-track {
  background: #1C1B21; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #303238;
  border-radius: 50px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #303238; }

section.panel .tab.active {
  display: block;
}

section.panel .tab.anim {
  opacity: 1;
  transform: translateY(0px);
}

section.panel .tabs {
  width: 72px;
  
  height: 100%;
  display: flex;
  z-index: 1000;
  /* border-bottom: 2px solid red; */
  position: absolute;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.04);
}

section.panel .tabs .tabs__item {
  flex: 1;
  height: 100%;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* background-color: #1C1B21; */
  transition: .2s;
  position: relative;
}







section.panel .tabs .tabs__item.apexMod_k span {
  color: #ffffff53;
}

section.panel .tabs .tabs__item.active.apexMod_k {
  box-shadow: 4px 10px 17px -13px #D38747!important;
  border-bottom: 2px solid #D38747!important;
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 0%, #d3874736 100%)!important;
}

section.panel .tabs .tabs__item.active.apexMod_k .triangle {
  border: 6px solid #D38747!important;
  border-top: 10px solid transparent!important;
  border-left: 8px solid transparent!important;
  border-right: 8px solid transparent!important;
}

section.panel .tabs .tabs__item.active.apexMod_k span {
  color: #D38747;
}





section.panel .tabs .tabs__item.apexMod_g span {
  color: #ffffff53;
}


section.panel .tabs .tabs__item.active.apexMod_g {
  box-shadow: 4px 10px 17px -13px #62B798!important;
  border-bottom: 2px solid #62B798!important;
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 0%, #62b79841 100%)!important;
  
}

section.panel .tabs .tabs__item.active.apexMod_g .triangle {
  border: 6px solid #62B798!important;
  border-top: 10px solid transparent!important;
  border-left: 8px solid transparent!important;
  border-right: 8px solid transparent!important;
}

section.panel .tabs .tabs__item.active.apexMod_g span {
  color: #62B798;
}





section.panel .tabs .tabs__item.apexMod_y span {
  color: #ffffff53;
}

section.panel .tabs .tabs__item.active.apexMod_y {
  box-shadow: 4px 10px 17px -13px #AEBF50!important;
  border-bottom: 2px solid #AEBF50!important;
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 0%, #aebf5032 100%)!important;
}

section.panel .tabs .tabs__item.active.apexMod_y .triangle {
  border: 6px solid #AEBF50!important;
  border-top: 10px solid transparent!important;
  border-left: 8px solid transparent!important;
  border-right: 8px solid transparent!important;
}

section.panel .tabs .tabs__item.active.apexMod_y span {
  color: #AEBF50;
}




section.panel .tabs .tabs__item.apexMod_r span {
  color: #ffffff53;
}

section.panel .tabs .tabs__item.active.apexMod_r {
  box-shadow: 4px 10px 17px -13px #EB0048!important;
  border-bottom: 2px solid #EB0048!important;
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 0%, #eb00473b 100%)!important;
}

section.panel .tabs .tabs__item.active.apexMod_r .triangle {
  border: 6px solid #EB0048!important;
  border-top: 10px solid transparent!important;
  border-left: 8px solid transparent!important;
  border-right: 8px solid transparent!important;
}

section.panel .tabs .tabs__item.active.apexMod_r span {
  color: #EB0048;
}









section.panel .tabs .tabs__item span {
  position: absolute;
  top: 6px;
  left: 9px;
  font-family: 'Montserrat-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  color: #7775D1;
  opacity: .2;
}

section.panel .tabs .tabs__item {
  transition: .4s;
}

section.panel .tabs .tabs__item:hover img {
  opacity: .9;
}

section.panel .tabs .tabs__item:active img {
  transform: scale(0.95);
  /* transform: translateY(5px); */
}

section.panel .tabs .tabs__item.active {
  /* background-color: #1C1B21; */
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 0%, rgba(119, 117, 209, 0.24) 100%);
  border-bottom: 2px solid #7775D1;
  box-shadow: 4px 10px 17px -13px #7775d1;
}

section.panel .tabs .tabs__item.active img {
  opacity: 1;
  /* filter: invert(49%) sepia(66%) saturate(455%) hue-rotate(202deg) brightness(88%) contrast(86%); */
}

section.panel .tabs .tabs__item.active span {
  opacity: 1;
  /* filter: invert(49%) sepia(66%) saturate(455%) hue-rotate(202deg) brightness(88%) contrast(86%); */
}

section.panel .tabs .tabs__item:nth-child(2) img {
  max-width: 80px;
}

section.panel .tabs .tabs__item:last-child {
  border-right: none;
}

section.panel .tabs .tabs__item img {
  /* max-width: 95px; */
  transition: .1s;
  /* max-height: 66px; */
  pointer-events: none;
  opacity: .2;
}

section.panel .inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  overflow: visible;
  margin-top: 75px;
}

button.backToGames {
  left: 0px;
  bottom: 10px;
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #1C1B21;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  border: none;
  border-radius: 8px;
}

button.backToGames .fa {
  color: white;
  font-size: 16px;
  opacity: .5;
}

button.backToGames:hover .fa {
  opacity: 1;
}

.modal-wrap-settings, .modal-wrap-settings_2, .modal-wrap-settings_3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  left: 0;
  background: rgba(26, 28, 32, 0.78);
  z-index: 1000;
  display: none;
  transition: .2s;
}

.modal-wrap-settings.anim, .modal-wrap-settings_2.anim, .modal-wrap-settings_3.anim {
  opacity: 1;
}

.modal-wrap-settings.active, .modal-wrap-settings_2.active, .modal-wrap-settings_3.active {
  display: block;
}


.modal-wrap-settings .modal-settings, .modal-wrap-settings_2 .modal-settings_2, .modal-wrap-settings_3 .modal-settings_3 {
  padding-top: 8px;
  position: absolute;
  width: 876px;
  background-image: url('../img/pizdec.png');
  background-size: cover;
  background-position-x: -2px;
  /* background: rgba(34, 36, 39, 0.98); */
  border: 2px solid rgba(43, 48, 64, 0.24);
  /* right: -265px; */
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 518px;
  z-index: 10;
  display: flex;
  border-radius: 6px;
  padding: 24px;
  display: none;
  opacity: 0;
  transition: .2s;
}


.modal-wrap-settings .modal-settings.active {
  display: flex;
}

.modal-wrap-settings .modal-settings.anim {
  top: 50%;
  opacity: 1;
  overflow: visible;
}



.modal-wrap-settings .modal-settings .modal-settings-btns, .modal-wrap-settings_2 .modal-settings_2 .modal-settings-btns, .modal-wrap-settings_3 .modal-settings_3 .modal-settings-btns  {
  /* border: 1px solid red; */
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 24px;
  display: flex;
  justify-content: flex-end;
}


.modal-settings .left-tab {
  width: 365px;
  /* border: 1px solid red; */
  /* margin-top: 53px; */
  /* background: rgba(255, 255, 255, 0.02); */
  overflow: visible;
}

.change_button_wrap {
  background-color: red;
  height: 70px;
}

.change_button {
  position: relative;
  overflow: visible;
  width: 341px;
  height: 28px;
  background: rgba(255, 255, 255, 0.04);
border-radius: 4px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
  margin-top: 39px;
}

.change_button .info {
  display: flex;
}

.change_button .info img {
  margin-right: 9px;
}

.change_button span {
   top: -28px;
  left: 3px;
  position: absolute;
  /*color: white;
  opacity: .4;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.9px; */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-size: 10px;
  line-height: 24px;
  /* identical to box height, or 240% */
  
  display: flex;
  align-items: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  
  color: rgba(240, 237, 239, 0.9);
}


.change_button p.key-change {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  /* identical to box height, or 200% */
  
  letter-spacing: 0.012em;
  text-transform: uppercase;
  
  color: rgba(220, 217, 219, 0.48);
}

.change_button p.key-change:hover {
  opacity: 1;
  cursor: pointer;
}

.change_button p.key-change.green {
  color: #7775D1;
}

.change_button p.key-name {
  color: white;
  margin: 0;
  opacity: .4;
  font-size: 11px;
  text-transform: uppercase;
}

.modal-settings .right-tab {
  position: relative;
  width: 50%;
  /* border-left: 4px solid #222327; */
  /* margin-top: 53px; */
  width: 365px;
  margin-left: 88px;
  /* background: rgba(255, 255, 255, 0.02); */
  overflow: visible;
}

/* .modal-settings .right-tab:after {
  content: "";
  display: block;
  background: rgba(217, 217, 217, 0.04);
  width: 2px;
  height: 409px;
  position: absolute;
  left: -45px;
  top: 0;

} */

.rangeWrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}




.modal-wrap-settings .modal-settings .modal-settings-btns button.ok, .modal-wrap-settings_2 .modal-settings_2 .modal-settings-btns button.ok, .modal-wrap-settings_3 .modal-settings_3 .modal-settings-btns button.ok {
  border-radius: 50px;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  transition: .2s;
  border: none;
  font-size: 10px;
  font-weight: bold;
  transition-property: background,color;
  transition-duration: .2s;
  outline: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  transition: .15s;
}

.modal-wrap-settings .modal-settings .modal-settings-btns button.ok:hover, .modal-wrap-settings_2 .modal-settings_2 .modal-settings-btns button.ok:hover, .modal-wrap-settings_3 .modal-settings_3 .modal-settings-btns button.ok:hover {
  transform: scale(.8)
}
/* .modal-wrap-settings .modal-settings .modal-settings-btns button.ok:hover, .modal-wrap-settings_2 .modal-settings_2 .modal-settings-btns button.ok:hover, .modal-wrap-settings_3 .modal-settings_3 .modal-settings-btns button.ok:hover {
  color: white;
  background: #F92853;
  box-shadow: 0 18px 30px #f928523a, 0 2.75474px 10.8938px #f92852c4;
  cursor: pointer;
  transition-property: background,color;
  transition-duration: .01s;
} */

.modal-settings .title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 24px;
}

.modal-settings .title p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  /* identical to box height, or 200% */
  
  letter-spacing: 0.012em;
  text-transform: uppercase;
  margin: 0;
  color: rgba(220, 217, 219, 0.48);
}

.modal-settings .title span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  /* identical to box height, or 183% */
  
  letter-spacing: 0.012em;
  text-transform: uppercase;
  
  /* white */
  
  color: #DCD9DB;
}

.modal-wrap-settings .modal-settings p.settings-alert, .modal-wrap-settings_2 .modal-settings_2 p.settings-alert, .modal-wrap-settings_3 .modal-settings_3 p.settings-alert {
  color: white;
  font-weight: 700;
  margin-left: 10px;
  margin-bottom: 0;
  margin-top: 5px;
  opacity: .8;
}

.modal-wrap-settings .modal-settings p.settings-text, .modal-wrap-settings_2 .modal-settings_2 p.settings-text, .modal-wrap-settings_3 .modal-settings_3 p.settings-text {
  color: white;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  /* margin-left: 10px;
  padding-left: 9px; */
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: .8;
}

/* .modal-wrap-settings .modal-settings p.settings-text:after, .modal-wrap-settings_2 .modal-settings_2 p.settings-text:after, .modal-wrap-settings_3 .modal-settings_3 p.settings-text:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #F92853;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 5px;
} */

.modal-wrap-settings .modal-settings p.settings-text strong, .modal-wrap-settings_2 .modal-settings_2 p.settings-text strong, .modal-wrap-settings_3 .modal-settings_3 p.settings-text strong {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #FFFFFF;
  text-align: center;
  background: rgba(119, 117, 209, 0.24);
  border-radius: 4px;
}


.modal-wrap-settings .modal-settings p.settings-text strong hui, .modal-wrap-settings_2 .modal-settings_2 p.settings-text strong hui, .modal-wrap-settings_3 .modal-settings_3 p.settings-text strong hui {
  background-color: #7775D1;
}

/* .modal-wrap-settings .modal-settings.active, .modal-wrap-settings_2 .modal-settings_2.active, .modal-wrap-settings_3 .modal-settings_3.active  {
  right: 0;
  /* display: block; 
} */

section.panel .settings {
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: visible;
  justify-content: flex-end;
  padding: 10px 16px;

}

section.panel .settings .back {
  position: absolute;
  left: 0;
  bottom: 10px;
  cursor: pointer;
  width: auto;
  height: 40px;
  border-radius: 8px;
  background-color: #1C1B21;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-top: 23px;
}

section.panel .settings .back .fa {
  color: #ffffff;
  font-size: 18px;
  opacity: .5;
  padding-left: 10px;
}

section.panel .settings .back:hover .fa {
  opacity: 1;
} 

section.panel .settings .back:hover span {
  opacity: 1;
}

section.panel .settings .back span {
  font-size: 12px;
  color: white;
  letter-spacing: 2.5px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 500;
  opacity: .5;
}


section.panel .settings .gears {
  cursor: pointer;
  width: auto;
  height: 42px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-top: 23px;
  padding: 0 12px;
}

section.panel .settings .gears img {
  margin-right: 10px;
  transition: .15s;
}

section.panel .settings .gears:hover img {
  transform: rotate(80deg);
}

section.panel .settings .gears span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  /* identical to box height, or 200% */
  
  letter-spacing: 0.012em;
  text-transform: uppercase;
  
  color: rgba(220, 217, 219, 0.48);
}

section.panel .settings .info {
  cursor: pointer;
  width: auto;
  height: 40px;
  border-radius: 8px;
  background-color: #1C1B21;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-top: 23px;
  padding-left: 12px;
  padding-right: 12px;
}

section.panel .settings .info .fa {
  color: #ffffff;
  font-size: 18px;
  opacity: .5;
}

section.panel .settings .info:hover .fa {
  opacity: 1;
} 



.resetKeys {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #1C1B21;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.resetKeys .fa {
  color: white;
  font-size: 20px;
  opacity: .5;
}

.resetKeys:hover .fa {
  opacity: 1;
}

/* section.panel .sound {
  overflow: visible;
  position: relative;
  margin-top: 23px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #1C1B21;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

section.panel .sound span {
  top: -16px;
  left: 3px;
  position: absolute;
  color: white;
  opacity: .4;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.9px;
}


section.panel .sound .fa {
  color: #ffffff;
  font-size: 18px;
  opacity: .5;
}

section.panel .sound:hover .fa{
  opacity: 1;
}

section.panel .sound.active .fa {
  font-size: 18px;
} */

section.panel .settings .setting {
  margin-left: 10px;
  cursor: pointer;
  background-color: #1C1B21;
  display: block;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 40px;
}

section.panel .settings .setting .fa{
  color: rgba(230, 230, 230, 0.897);
}


section.panel .settings .on {
  margin-left: 10px;
  cursor: pointer;
  border-radius: 8px;
  background-color: #1C1B21;
  display: block;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 40px;
}


section.panel .settings .on .fa{
  color: #F92853;
  font-size: 18px;
}

section.panel .settings .on.active .fa{
  color: rgb(204, 255, 204);
}


.tg-list-item {
  /* margin-top: 10px; */
  /* max-width: 100px;
  min-width: 100px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  overflow: visible;
}

.tg-list-item h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 200% */
  
  display: flex;
  align-items: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  
  /* white */
  
  color: #DCD9DB;
  margin: 0;
}



.inputWrap {
  width: 188px;
  height: 124px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin: 8px 8px 8px 8px;
  justify-content: space-between;
  /* padding-bottom: 25px; */
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  overflow: visible;
  padding: 16px;
  border-bottom: 2px solid transparent;
  transition: .2s;
}

.inputWrap.active {
  border-bottom: 2px solid #7775D1;
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 14.58%, rgba(119, 117, 209, 0.38) 100%), rgba(255, 255, 255, 0.04);
}

.inputWrap.active .info .name img {
  filter: invert(100%) sepia(9990%) saturate(0%) hue-rotate(2deg) brightness(804%) contrast(303%);
}

.inputWrap.active .fastBtn img {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(103%) contrast(103%);
}

.inputWrap.active .fastBtn span {
  color: rgba(255, 255, 255, 0.741)
}

.inputWrap .info .name h4 {
    font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 200% */

  display: flex;
  align-items: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;

  /* white */

  color: #DCD9DB;
  margin: 0;
}

.inputWrap .info {
  display: flex;
  width: 100%;
  /* padding: 16px; */
  justify-content: space-between;
}

.inputWrap .info .name img {
  min-height: 24px;
  max-width: 55px;
}

.inputWrap.mini-mod {
  margin: 6px 2px 0 3px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 10px;
}

.inputWrap.mini-mod .tg-list-item {
  min-width: 97px;
}


.inputWrap.mini-mod .tg-list-item {
  margin-top: 2px;
}

.inputWrap.mini-mod .tg-list-item h4 {
  margin-bottom: 4px;
}

.inputWrap.mini-mod .fastBtn p {
  margin-top: 7px;
  margin-bottom: 0;
}










.inputWrap.mini {
  height: 100px;
}

.inputWrap.mini .tg-list-item {
  width: 54px;
}

.inputWrap.mini .tg-list-item label {
  transform: rotate(0deg);
}

.inputWrap.mini .info .name h4 {
  font-size: 11px;
}










.elem.crosshair {
  background-color: rgb(234, 0, 255);
}

.timeout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.timeout p {
  width: 100%;
  text-align: left;
  color: white;
  text-transform: uppercase;
  font-weight: bold;

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  /* identical to box height, or 200% */

  display: flex;
  align-items: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  margin: 0;
  margin-top: 10px;
  color: rgba(240, 237, 239, 0.36);
}

.timeout .timeout-btns {
  width: 100%;
  margin-top: 30px;
}

.timeout .timeout-btns button{
  background-color: #26272C;
  color: white;
  margin-top: 6px;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 5px;
  height: 28px;
  padding: 0 16px;
  
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  /* identical to box height, or 200% */
  
  letter-spacing: 0.012em;
  /* text-transform: uppercase; */
  text-align: left;
  color: rgba(220, 217, 219, 0.48);
}

/* .timeout .timeout-btns button:hover {
  opacity: .6;
  cursor: pointer;
} */

.timeout .timeout-btns button.active {
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 0%, rgba(119, 117, 209, 0.24) 100%), rgba(255, 255, 255, 0.04);
  border-radius: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  /* identical to box height, or 200% */
  
  letter-spacing: 0.012em;
  /* text-transform: uppercase; */
  
  color: white;
  border-bottom: 2px solid #7775D1;
}

.inputWrap__awp {
  width: 392px;
  height: 264px;
  padding: 16px;
  justify-content: flex-start;
  /* margin: 0; */
}

.inputWrap__awp .tg-list-item {
  position: absolute;
  right: 16px;
  top: 30px;
}

.inputWrap__awp .info h4 {
  /* width: 100%; */
  text-align: left;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 200% */

  display: flex;
  align-items: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;

  color: rgba(240, 237, 239, 0.9);
  margin: 0;
  margin-right: 8px;
}

.inputWrap__awp .info img {
  cursor: pointer;
  transition: .2s;
}

.inputWrap__awp .info img:hover {
  transform: scale(1.2);
}

.inputWrap__awp .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.inputWrap__bunny {
  width: 220px;
}

.inputWrap__ssg {
  width: 220px;
}

.inputWrap .ques {
  position: absolute;
  right: 5px;
  top: 5px;
  overflow: visible;
  cursor: pointer;
  z-index: 2;
  border-radius: 5px;
}

.inputWrap .ques .fa {
  color: white;
  font-size: 17px;
}

.inputWrap .ques .fa.active {
  color: #f92852;
}

.change {
  margin-top: 10px;
}

.change input {
  display: none;
}
.change input:checked + label::before {
  opacity: 1;
}

.change label {
  margin-right: -20px;
  color: white;
  position: relative;
  font-size: 10px;
  cursor: pointer;
  text-transform: uppercase;
}

.change label::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  left: -22px;
}

.change label::before {
  opacity: 0;
  content: "";
  display: block;
  width: 6px;
  height: 3px;
  transform: rotate(-45deg);
  background-color: transparent;
  border: 2px solid white;
  border-right: 0;
  border-top: 0;
  position: absolute;
  top: 2px;
  left: -18px;
}

.ques__modal {
  display: none;
  padding: 15px 15px;
  width: 300px;
  min-height: 30px;
  position: absolute;
  border: 1px solid #7775d1d8;
  background-color: #26282D;
  border-radius: 8px;
  left: 13px;
  top: 50px;
  box-shadow: 0px 1px 20px -4px #7775D1;
  z-index: 1002;
}

.ques__modal.top {
  top: auto;
  bottom: 90px;
}

.ques__modal.active {
  display: block;
}

.ques__modal span {
  color: white;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat';
}

.ques__modal p {
  margin: 4px 0;
  color: white;
  font-size: 12px;
  font-family: 'Montserrat';
}

.fastBtn {
  display: flex;
  overflow: visible;
  align-items: center;
  width: 156px;
  height: 28px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  border-bottom: 2px solid transparent;
}

.fastBtn.active {
  box-shadow: 4px 13px 18px -13px #7775d1;
  border-bottom: 2px solid #7775D1;
  background: rgba(255, 255, 255, 0.04);
  /* background: linear-gradient(180deg, rgba(119, 117, 209, 0) 0%, rgba(119, 117, 209, 0.09) 100%); */
}

.fastBtn img {
  min-width: 18px;
  min-height: 11px;
  margin: 0 9px;
}

.fastBtn p {
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  margin: 4px 0;
  opacity: .3;
  font-weight: 600;
  margin-top: 14px;
  overflow: visible;
}

.fastBtn span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  /* identical to box height, or 200% */
  
  letter-spacing: 0.012em;
  text-transform: uppercase;
  
  color: rgba(220, 217, 219, 0.48);
  cursor: pointer;
}

.fastBtn span.done .close-key {
  /* color: #F92853;  */
  min-width: 16px;
  max-width: 10px;
  width: 14px;
  position: absolute;
  right: -4px;
  top: 0px;
  /* opacity: .6; */
  /* opacity: 0; */
}

.fastBtn span.done:hover {
  opacity: 1;
}

.fastBtn span.done {
  position: relative;
  overflow: visible;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  color: #e4e4e4;
  margin-left: -27px;
}

.fastBtn span.done img:hover {
  opacity: .8;
}

.fastBtn span.active {
  color: #7775d1;
}

.blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes blink {
  from {
    opacity: 1; 
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fastBtn span:hover {
  opacity: .8;
}

.keysModalOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(26, 28, 32, 0.78);
  z-index: 1001;
  display: none;
  opacity: 0;
  transition: .2;
}

.keysModalOverlay.anim {
  opacity: 1;
}

.keysModalOverlay.active {
  display: block;
}

.keysModal {
  width: 876px;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 290px;
  border-radius: 5px;
  position: absolute;
  padding: 24px;
  z-index: 1000;
  /* display: none; */
  flex-wrap: wrap;
  background: rgba(34, 36, 39, 0.98);
  border: 2px solid rgba(43, 48, 64, 0.24);
  border-radius: 6px;
  opacity: 0;
  transition: .3s;
}

.keysModal.active {
  top: 50%;
  opacity: 1;
}

.keysModal span.keyboardTitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  /* identical to box height, or 200% */

  letter-spacing: 0.012em;
  text-transform: uppercase;

  color: rgba(220, 217, 219, 0.48);
}

.keysModal .info {
  display: flex;
  margin-bottom: 16px;
}

.keysModal .info span.weapon {
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  color: #DCD9DB;
  margin-right: 21px;
  overflow: visible;
}

.keysModal .info span.weapon:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  right: -11px;
  top: 3px;
  background: rgba(217, 217, 217, 0.06);

}

.keysModal .info > img {
  position: relative;
  margin-right: 21px;
  overflow: visible;
}

.keysModal .info .miniKeyboard {
  display: flex;
  position: relative;
  overflow: visible;
  align-items: center;
}

.keysModal .info .miniKeyboard span.keyName {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */

  letter-spacing: 0.012em;
  text-transform: uppercase;
  margin-left: 5px;
  color: #888A8C;
}
/* .keysModal .info .miniKeyboard img {
  width: 18px;
} */

.keysModal .info .miniKeyboard:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  left: -11px;
  top: 3px;
  background: rgba(217, 217, 217, 0.06);
}


.keysModal .keysWrap {
  display: flex;
}

.keysModal .keysWrap .left {
  display: flex;
  flex-wrap: wrap;
  width: 496px;
  justify-content: center;
}

.keysModal .keysWrap .right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  margin-right: -5px;
  align-items: flex-start;
  height: 123px;
  overflow: visible;
}

.keysModal .keysWrap .right:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 200px;
  background: rgba(217, 217, 217, 0.04);
  left: 7px;
  top: 0;
}

.closeKeyboard {
  position: absolute;
  top: 31px;
  right: 24px;
  cursor: pointer;
  transition: .15s;
}

.closeKeyboard:hover {
  transform: scale(.8);
}

.keysModal svg {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: .7;
  transition: .1s;
}

.keysModal svg:hover {
  transform: rotate(-90deg);
}

.keysModal .keysModal__item {
  display: flex;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 2px solid rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 40px;
  /* or 333% */

  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;

  color: rgba(220, 217, 219, 0.5);
}

.keysModal .keysModal__item.disable {
  opacity: .32;
}

.keysModal .keysModal__item:hover {
  background: #7775D1;
border: 2px solid rgba(119, 117, 209, 0.25);
box-shadow: inset -2px -2px 4px rgb(10 10 35 / 20%), inset -4px -4px 6px rgb(0 0 0 / 3%), inset 2px 2px 6px rgb(131 129 221 / -4%);
border-radius: 6px;
}

.keysModal .keysModal__item.disable:hover {
  box-shadow: none;
  border: 2px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.04);
}

.window-size {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #1C1B21;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.window-size.active {
  position: absolute;
  top: -360px;
  width: 220px;
  border-radius: 0px;
  height: 45px;
  background-color: #1C1B21;
  z-index: 3000;
  left: -20px;
}

.window-size .fa {
  color: white;
  opacity: .5;
}

.window-size:hover .fa {
  opacity: 1;
}

/* BTN  */



/* section data  */

/* section.data {
  width: 150px;
  height: 50px;
  background-color: #26272C;
  border-radius: 10px;
  opacity: .8;
}

.activeBorder {
  animation-name: activeBorder;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes activeBorder {
  from {
    box-shadow: inset 0px 0px 13px -1px rgb(134, 249, 40); 
  }

  50% {
    box-shadow: inset 0px 0px 22px -1px rgb(134, 249, 40);
  }

  to {
    box-shadow: inset 0px 0px 13px -1px rgb(134, 249, 40);
  }
}

section.data {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

section.data .data__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1
}

section.data span {
  color: white;
  font-weight: 600;
} */


/* frame  */

section.frame {
  height: 25px;
  background-color: #1C1B21;
  max-width: 620px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.frame .frame-title {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-left: 10px;
  overflow-x: hidden;
}

section.frame .frame-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  line-height: 1.5;
}

section.frame #window-controls {
  display: flex;
}

.scope {
  position: relative;
  margin-top: 23px;
  width: 215px;
  height: 40px;
  background-color: #1C1B21;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  margin-left: 10px;
}

.scope img {
  position: absolute;
  max-width: 22px;
  opacity: .5;
  left: 12px;
}

.scope .ex {
  margin: 0 5px;
  padding: 4px 4px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid transparent;
}
.scope .ex:hover {
  opacity: .7;
}

.scope .ex span {
  color: white;
  font-weight: 600;
  opacity: .5;
}



.scope.imgMod {
  position: relative;
  width: 240px;
  height: 40px;
  background-color: #1C1B21;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-left: 10px;
  overflow: visible;
}

.scope.imgMod.r6 {
  width: 200px;
}

.scope.imgMod span.title {
  top: -16px;
  left: 3px;
  position: absolute;
  color: white;
  opacity: .4;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.9px;
}

.scope.imgMod img {
  position: relative;
  max-width: 32px;
  opacity: .5;
  left: 0
}

.scope.imgMod .ex {
  margin: 0 5px;
  position: relative;
  width: 35px;
  height: 30px;
  padding: 0px 0px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 2px solid #7775d180; */
}


.scope.imgMod .ex:hover {
  opacity: .7;
}

.scope.imgMod .ex span {
  color: white;
  font-size: 15px;
  font-weight: 600;
  opacity: .5;
}


.ex .fa {
  color: #ffffff;
  font-size: 21px;
  opacity: .5;
}


.ex.active {
  /* background-color:#32b76c46; */
  background-color: #7775d1c5;
  /* -webkit-box-shadow: 0px 0px 5px 1px rgba(119,117,209,1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(119,117,209,1);
  box-shadow: 0px 0px 5px 1px rgba(119,117,209,1); */
}

.ex.active span {
  opacity: 1!important;
}

.ex.active img {
  opacity: 1!important;
}

.ex.active .fa {
  opacity: 1!important;
}
/* 
.insertKey {
  position: absolute;
  bottom: 13px;
  right: 215px;
  border-radius: 50px;
  background: transparent;
  padding: 10px 50px;
  cursor: pointer;
  border: 2px solid #52525C;
  color: rgb(204, 204, 204);
  text-transform: uppercase;
  font-size: 11px;
  transition-property: background,color;
  transition-duration: .2s;
  margin: 0 0 0 28px;
  outline: none;
}

.insertKey .fa {
  position: absolute;
  top: 6px;
  color: #52525C!important;
  right: 16px;
  font-size: 20px!important;
} */

.key_modal {
  width: 388px;
  height: 324px;
  position: absolute;
  left: 260px;
  top: 190px;
  z-index: 1002;
  padding: 24px;
  text-align: center;
  background: rgba(34, 36, 39, 0.98);
  border: 2px solid rgba(43, 48, 64, 0.24);
  border-radius: 6px;
  display: none;
  transition: .3s;
  opacity: 0;
}

.key_modal.active {

  display: block;
}

.key_modal.anim {
  top: 140px;
  opacity: 1;
}

.key_modal {
  overflow: visible;
}

.key_modal .uvaga {
  margin-top: 66px;
  display: flex;
  align-items: flex-start;
}

.key_modal .uvaga img {
  min-width: 20px;
  margin-right: 10px;
  margin-top: 4px;
}

.key_modal .uvaga p.title {
  margin: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  /* or 154% */
  text-align: left;
  letter-spacing: 0.012em;
  
  color: rgba(220, 217, 219, 0.48);
}

.key_modal .fa-times {
  position: absolute;
  right: 6px;
  padding: 8px;
  display: inline-block;
  top: 6px;
  color: white;
  opacity: .3;
  cursor: pointer;
}

.key_modal .fa-times:hover {
  opacity: .7;
}

.key_modal .input-key {
  position: relative;
  margin-top: 30px;
}

.key_modal .input-key {
  position: relative;
}

.key_modal input {
  border: none;
  padding: 11px 50px;
  width: 100%;
  outline: none;
  min-height: 48px;
  color: rgba(220, 217, 219, 0.48);
  transition: .5s;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 4px;

  font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 12px;
/* identical to box height, or 167% */

letter-spacing: 0.012em;
text-transform: uppercase;

color: rgba(220, 217, 219, 0.48);
}


.key_modal .fa-key {
  position: absolute;
  color: white;
  opacity: .3;
  top: 12px;
  left: 28px;
  transition: .5s;
}

.active_key {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  
  
  /* main */
  min-height: 52px;
  width: 100%;
  border: none;
  background: #7775D1;
  border-radius: 4px;


  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  /* identical to box height, or 167% */

  text-align: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;

  color: #FFFFFF;
  transition: .2s;
  cursor: pointer;
}

.active_key:hover {

  background: #DCD9DB;

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */

  text-align: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;

  /* main */

  color: #7775D1;
}

.active_key.blocked {
  opacity: .7;
  pointer-events: none;
}

.remember {
  /* position: absolute; */
  bottom: 48px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

.remember input {
  display: none;
}

.done_key {
  display: none;
  margin-top: 63px;
  margin-bottom: 200px;
}

.mainModal_key {
  display: block;
  height: 100%;
}

.code_key-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  color: #DCD9DB;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7775D1;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 13% auto;
  box-shadow: inset 0px 0px 0px #7775D1;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7775D1;
  }
}

.slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 310px;
  height: 6px;
  outline: none;
  border-radius: 0.25rem;
  background: #2D2F3D;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 27px;
  height: 18px;
  /* background-color: #7775D1; */
  background-image: url('../img/pizdec2.png');
  background-size: cover;
  /* border: 0.25rem solid #fff; */
  border-radius: 2px;
  opacity: 1;
  cursor: pointer;
  box-shadow: inset -2px -2px 4px rgba(10, 10, 35, 0.2), inset -4px -4px 6px rgba(0, 0, 0, 0.2), inset 2px 2px 6px rgba(131, 129, 221, 0.4);
}

/* 
.range {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  margin-top: 10px;
  transform: translate(-50%, -50%);
}

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  background: #7775D1;
  background: -moz-linear-gradient(45deg, #7775D1 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, #F92853 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #7775D1), color-stop(25%, rgba(87,111,230,1)), color-stop(51%, rgba(152,68,183,1)), color-stop(100%, #F92853));
  background: -webkit-linear-gradient(45deg, #7775D1 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, #F92853 100%);
  background: -o-linear-gradient(45deg, #7775D1 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, #F92853 100%);
  background: -ms-linear-gradient(45deg, #7775D1 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, #F92853 100%);
  background: linear-gradient(45deg, #7775D1 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, #F92853 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bade3 ', endColorstr='#ff357f ', GradientType=1 );
  height: 2px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: rgba(119, 117, 209, 0.12);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bade3 ', endColorstr='#ff357f ', GradientType=1 );
  height: 2px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 2px solid;
  border-radius: 40px;
  height: 18px;
  width: 28px;
  max-width: 80px;
  position: relative;
  bottom: 8px;
  background-color: #1d1c25;
  cursor: -webkit-grab;

  -webkit-transition: border 1000ms ease;
  transition: border 1000ms ease;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  border: 2px solid;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  max-width: 80px;
  position: relative;
  bottom: 11px;
  background-color: #1d1c25;
  cursor: -moz-grab;
  -moz-transition: border 1000ms ease;
  transition: border 1000ms ease;
}



.range.blue::-webkit-slider-thumb {
   border-color: #7775D1;
}

.range.ltpurple::-webkit-slider-thumb {
   border-color: rgb(87,111,230);
}

.range.purple::-webkit-slider-thumb {
   border-color: rgb(152,68,183);
}

.range.pink::-webkit-slider-thumb {
   border-color: #F92853;
}

.range.blue::-moz-range-thumb {
   border-color: #7775D1;
}

.range.ltpurple::-moz-range-thumb {
   border-color: rgb(87,111,230);
}

.range.purple::-moz-range-thumb {
   border-color: rgb(152,68,183);
}

.range.pink::-moz-range-thumb {
   border-color: #F92853;
}

input[type=range]::-webkit-slider-thumb:active {
  cursor: -webkit-grabbing;
}

input[type=range]::-moz-range-thumb:active {
  cursor: -moz-grabbing;
} */
.sensetive, .ads_sensetive, .fov, .freezeOpacity {
  position: relative;
  overflow-y: visible;
  overflow-x: visible;
  /* background: rgba(255, 255, 255, 0.02); */
  height: 70px;
  /* border-radius: 8px; */
  width: 100%;
  padding: 12px;
}

.settingsColorOne {
  background: rgba(255, 255, 255, 0.02);
}

.settingsColorTwo {
  background: rgba(255, 255, 255, 0.01);
}

.sensetive span, .ads_sensetive span, .fov span, .freezeOpacity span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-size: 10px;
  line-height: 24px;
  /* identical to box height, or 240% */
  
  display: flex;
  align-items: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  
  color: rgba(240, 237, 239, 0.9);
}

.sensetive p, .ads_sensetive p, .fov p, .freezeOpacity p {
  /* position: absolute;
  top: 7px;
  font-size: 15px;
  left: 16px;
  color: white;
  opacity: .5;
  font-weight: 700;*/
  margin: 0; 
  margin-right: 5px;
  min-width: 25px;
  display: flex;
  justify-content: center;

  font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
/* or 167% */

display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.012em;
text-transform: uppercase;

color: #FFFFFF;
}


.settings_hr {
  display: block;
  color: white;
  font-weight: 100;
  font-size: 12px;
  margin-left: 12px;
  margin-top: 16px;
  margin-bottom: 10px;
}


input[type=range] {
  overflow-y: visible;
  overflow-x: visible;
  top: 7px;
  left: 56%;
}

canvas {
  display: none;
  position: absolute;
  border: none;
  background-color: black;
  top: 100px;
}

canvas.screenshot {
  margin-left: 310px;
}

section.login {
  display: flex;
  /* display: none; */
}

section.login .form {
  display: none;
  background: rgb(28,30,36);
  background: linear-gradient(0deg, rgba(28,30,36,1) 0%, rgba(20,22,33,0.7693452380952381) 100%, rgba(28,28,28,1) 100%);
  min-width: 100%;
  position: absolute;
  z-index: 3;
  height: 100%;
  backdrop-filter: blur(10px);
}

section.login .form.active {
  display: block;
}




section.login .imgWrap {
  z-index: 1;
  width: 100%;

}

section.login .imgWrap img {
  height: 100%;
  wiidth: auto;
}

.gmc__section {
  display: none;
}

.panel.csgo {
  display: none;
}

.panel.pubg {
  display: none;
}

.panel.bf {
  display: none;
}

.panel.warzone {
  display: none;
}

.panel.apex {
  display: none;
}

.panel.lite {
  display: none;
}

.panel.rust {
  display: none;
}

.panel.r6 {
  display: none;
}

.scopes-varieties {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6px;
  /* padding: 0 6px; */
  margin-left: 10px;
}

.scopes-varieties .scopes-varieties-item {
  width: 38px;
  height: 38px;
  cursor: pointer;
  opacity: .4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border-bottom: 2px solid transparent;
  background: rgba(255, 255, 255, 0.03);
  margin: 0 4px;
  margin-bottom: 8px;
}


.scopes-varieties .scopes-varieties-item.active {
  border-bottom: 2px solid #6565AE;
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 14.58%, rgba(119, 117, 209, 0.38) 100%), rgba(255, 255, 255, 0.04);
  opacity: 1;
}

/* .scopes-varieties .scopes-varieties-item.active {
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 14.58%, rgba(119, 117, 209, 0.38) 100%), rgba(255, 255, 255, 0.04);
  border-bottom: 2px solid #6565AE;
  border-radius: 4px;
} */



.scopes-varieties .scopes-varieties-item:hover {
  opacity: 1;
}

.scopes-varieties .scopes-varieties-item img {
  width: 18px;
  height: 18px;
  filter: invert(100%) sepia(3%) saturate(372%) hue-rotate(356deg) brightness(112%) contrast(100%);
}


.crosshair-modal {
  max-width: 18px;
}

section.binds {
  /* width: 700px; */
  height: 92px;


  opacity: 1;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  padding: 6px;
  padding-left: 4px;
  /* transition: .2s; */
  background: #222426;
  border: 2px solid #262A32;
  border-radius: 6px;
}

section.binds.freeze {
  cursor: pointer;

}

section.binds .icons {
  background-color: #292A2F;
  width: 64px;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

section.binds .icons p.title {
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
  color: #e2e2e2;
  margin-bottom: 8px;
  margin-top: 3px;
}

.keys_container {
  margin: 0px 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

section.binds .keys {

  display: flex;
  margin: 0 5px;
  display: none;
  margin-left: 0px;
}

section.binds .keys .key-data {
  /* border: 1px solid red; */
  background: rgba(255, 255, 255, 0.03);
  border-radius: 4px;
  padding: 0 8px;
  min-height: 36px;
  min-width: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

section.binds .keys .key-data p.key {
  /* text-align: center;
  color: #F92853;
  font-weight: 800;
  display: block;
  font-size: 11px;
  text-transform: uppercase;*/
  margin: 0;

  font-family: 'Montserrat-Bold';
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  /* line-height: 16px; */
  /* identical to box height, or 160% */

  letter-spacing: 0.012em;
  text-transform: uppercase;

  color: rgba(119, 117, 209, 0.8);
}

section.binds .keys .key-data p.weapon {
  /* text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  color: #e2e2e2; */
  margin: 0;

  font-family: 'Montserrat-Bold';
font-style: normal;
font-weight: 700;
font-size: 11px;
/* identical to box height, or 160% */

display: flex;
align-items: center;
letter-spacing: 0.012em;
text-transform: uppercase;

color: rgba(240, 237, 239, 0.8);
}

section.binds .active-weapon {
  background: rgba(255, 255, 255, 0.03);
  min-width: 136px;
  height: 76px;
  position: relative;
  border-radius: 4px;
  right: 10px;
  /* margin-top: 6px; */
  border-bottom: 2px solid transparent;
  margin-right: -8px;
  margin-left: 15px;
  transition: .3s;
}

section.binds .active-weapon.active {
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 0%, rgba(119, 117, 209, 0.24) 100%), rgba(255, 255, 255, 0.04);
border-bottom: 2px solid #7775D1;
border-radius: 4px;
}


section.binds .active-weapon.redAlert {
  position: relative;
  border-radius: 4px;
  border-bottom: 2px solid transparent;
  background: rgba(255, 255, 255, 0.03);
}

section.binds .active-weapon.redAlert::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(209 117 117 / 0%) 0%, rgba(211, 103, 103, 0.24) 100%), rgb(255 255 255 / 4%);
  border-bottom: 2px solid #bd4747;
  opacity: 1;
  animation: flash 2s;
  opacity: 0;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


section.binds .active-weapon p.title {
  /* text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
  color: #e2e2e2;
  margin-bottom: 0;
  margin-top: 3px; */
  font-family: 'Montserrat-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 22px;

  text-align: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;

  color: rgba(240, 237, 239, 0.9);

}

section.binds .active-weapon span {
  text-align: center;
  color: #7775D1;
  font-family: 'Montserrat-Bold';
  font-weight: 100;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}

section.binds button.slided {
  background-color: #292A2F;
  width: 15px;
  border: none;
  height: 55px;
  border-radius: 10px;
  position: absolute;
  left: -6px;
}

section.binds button.slided .fa {
  color: white;
  font-size: 16px;
  margin-left: 2px;
}


.statuses {
  display: flex;
  flex-direction: column;
  position: relative;
}

.statuses .stat {
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.statuses .onlineStatus {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 4px;
  width: 36px;
  height: 34px;

  border-bottom: 2px solid transparent;
  box-sizing: content-box;
  margin-bottom: 4px;
}

.statuses .onlineStatus.active {
  border-bottom: 2px solid #7775d1;
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 0%, rgba(119, 117, 209, 0.24) 100%), rgba(255, 255, 255, 0.04);
  box-sizing: content-box;
}

.statuses .onlineStatus.active.merged {
  border-bottom: 2px solid #1C1B21;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.hidden_sup {
  width: 26px;
  position: absolute;
  top: 28px;
  left: 5px;
  box-sizing: content-box;
  height: 14px;
  border-left: 2px solid #7775d1;
  border-right: 2px solid #7775d1;
  background-color: #292A2F;
  display: none;
}

.statuses .freezeStatus {
  margin-top: 1px;
  border-bottom: 2px solid transparent;
  width: 36px;
  height: 34px;
  box-sizing: content-box;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 4px;
}

.statuses .freezeStatus.freeze {
  border-bottom: 2px solid #7775d1;
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 0%, rgba(119, 117, 209, 0.24) 100%), rgba(255, 255, 255, 0.04);
  box-sizing: content-box;
}

.statuses .freezeStatus.freeze.merged {
  border-top: 2px solid #1C1B21;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.statuses .onlineStatus .fa{
  color: #88888A;
  font-size: 19px;
}

.statuses .onlineStatus .fa.active{
  color: rgba(255, 255, 255, 0.89);
  font-size: 19px;
}

.statuses .freezeStatus .fa{
  color: #88888A;
  font-size: 19px;
}

.statuses .freezeStatus .fa.freeze {
  color: rgba(255, 255, 255, 0.902);
  font-size: 19px;
}






.handles {
  display: flex;
  /* padding: 4px 5px; */
  height: 100%;
  width: auto;
  margin: 0 2px;
}

.handlesContainer {
  height: 100%;
  /* padding: 2px 2px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* border: 1px solid red; */
  margin: 0 2px;
}

.handles .handles__item {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: #292A2F;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid transparent;
}

.handles .handles__item .fa {
  color: white;
  font-size: 19px;
  opacity: .5;
}

.handles .handles__item img {
  max-height: 27px;
  opacity: .5;
}

.handles .handles__item.active img {
  opacity: 1;
}

.handles .handles__item.active .fa {
  opacity: 1;
}

.handles .handles__item.active {
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 0%, rgba(119, 117, 209, 0.24) 100%), rgba(255, 255, 255, 0.04);
  border-bottom: 2px solid #7775D1;
}

.handles .handles__item.active span {
  opacity: 1;
  color: white;
}

.handles .handles__item span {
  color: white;
  opacity: .6;
  font-size: 12px;
  font-weight: 700;
}








.attach {
  display: flex;
  /* padding: 4px 5px; */
  height: 100%;
  width: auto;
  margin: 0 4px;
}

.attachContainer {
  height: 100%;
  /* padding: 2px 2px; */
  margin: 0 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* border: 1px solid red; */
}

.attach .attach__item {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
}

.attach .attach__item .fa {
  color: white;
  font-size: 19px;
  opacity: .5;
}

.attach .attach__item img {
  max-height: 27px;
  opacity: .5;
}

.attach .attach__item.active img {
  opacity: 1;
}

.attach .attach__item.active .fa {
  opacity: 1;
}

.attach .attach__item.active {
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 0%, rgba(119, 117, 209, 0.24) 100%), rgba(255, 255, 255, 0.04);
  border-bottom: 2px solid #7775D1;
  transition: 0;
}

.attach .attach__item.active span {
  opacity: 1;
  color: white;
}

.attach .attach__item span {
  color: white;
  opacity: .6;
  font-size: 12px;
  font-weight: 700;
}







.scopes {
  display: flex;
  height: 100%;
  width: auto;
  margin: 0 2px;
  margin-left: 0;
}

.scopeContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 2px;
}

.scopes .scopes__item {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid transparent;
}

.scopes .scopes__item .fa {
  color: white;
  font-size: 19px;
  opacity: .5;
}

.scopes .scopes__item img {
  max-height: 27px;
  opacity: .5;
}

.scopes .scopes__item.active img {
  opacity: 1;
}

.scopes .scopes__item.active .fa {
  opacity: 1;
}

.scopes .scopes__item.active {
  background: linear-gradient(180deg, rgba(119, 117, 209, 0) 0%, rgba(119, 117, 209, 0.24) 100%), rgba(255, 255, 255, 0.04);
  border-bottom: 2px solid #7775D1;
}

.scopes .scopes__item.active span {
  opacity: 1;
  color: white;
}

.scopes .scopes__item span {
  color: white;
  opacity: .6;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;
}



/* .loader {
  display: block;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  z-index: 2;
  left: 48%;
  bottom: 16px;
  z-index: 1000;
}


.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em;
}

.loader__figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #ffffff;
  border-radius: 50%;
  -webkit-animation: loader-figure .8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure .8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure .8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}


@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #FE665C;
  }
  29% {
    background-color: #FE665C;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #FE665C;
  }
  29% {
    background-color: #FE665C;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #FE665C;
  }
  29% {
    background-color: #FE665C;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}  */




.loader {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 12;
  position: absolute;
  overflow: hidden;
  background-color: transparent;

}

.loader:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 3px;
  width: 40%;
  background-color: #7775d199;
  -webkit-animation: lineAnim 1s linear infinite;
  -moz-animation: lineAnim 1s linear infinite;
  animation: lineAnim 1s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@keyframes lineAnim {
  0% {
      left: -40%;
  }
  50% {
      left: 20%;
      width: 80%;
  }
  100% {
      left: 100%;
      width: 100%;
  }
}





.window-title {
  opacity: .2;
}

.testFactor {
  width: 50px;
}

.settings-item {
  display: flex;
  width: 100%;
  height: 40px;
  /* border-radius: 8px; */
  /* margin-left: 12px; */
  padding: 6px 12px;
  justify-content: flex-start;
  align-items: center;
}

.settings-item.big {
  padding: 0 12px;
  /* padding-bottom: 45px; */
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0;
  border-radius: 0;
}

.settings-item.blocked {
  opacity: .4;
  pointer-events: none;
}

.settings-item.big button {
  position: absolute;
  border-radius: 50px;
  left: 50%;
  font-weight: bold;
  transform: translateX(-50%);
  background: transparent;
  padding: 4px 17px;
  cursor: pointer;
  border: 2px solid #F92853;
  color: #F92853;
  text-transform: uppercase;
  transition: .2s;
  font-size: 10px;
  transition-property: background,color;
  transition-duration: .2s;
  outline: none;
  bottom: 12px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}

.settings-item.big button:hover {
  color: white;
  background: #F92853;
  cursor: pointer;
  transition-property: background,color;
  transition-duration: .2s;
}


.settings-item > span {
  /* color: white; */
  margin-left: 8px;
  /* display: block;
  opacity: .4;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.2px; */

  font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 10px;
/* line-height: 24px; */
/* identical to box height, or 240% */

display: flex;
align-items: center;
letter-spacing: 0.012em;
text-transform: uppercase;

color: rgba(240, 237, 239, 0.9);
}

.settings-item strong {
  margin: 0 6px;
}

span.autoderes {
  position: absolute;
  top: 0;
  right: 0;
  color: rgb(75, 75, 75);
  font-size: 11px;
}

.language {
  position: relative;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.04);
  transition: .15s;
  border-radius: 4px;
}

.language.active {
  height: 172px;
}

.flags {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 172px;
  width: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 2px;
}

.flagWrap {
  max-width: 24px;
  max-height: 23px;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}

.flagWrap:hover {
  opacity: .7;
}

.flagWrap.active {
  border: 3px solid #7775D1;
  border-radius: 4px;
}

.flagWrap img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}


.indexLoader {
  height: 471px;
  width: 344px;
  position: relative;
  background-color: #1C1B21;
}






.wrap_select {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  height: 80px;
  /* margin-top: 33px; */
  /* background: #232529; */
}

.wrap_select.blocked {
  opacity: .4;
  pointer-events: none;
}

.keysModal__item.blocked {
  opacity: .2;
  pointer-events: none;
}

.wrap_select .screen-resolution {
  /* top: -30px;
  left: 14px;
  position: absolute;
  color: white;
  opacity: .4;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.9px; */
  
  font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-size: 10px;
line-height: 24px;
/* identical to box height, or 240% */
padding: 0 1px;
display: block;
width: 341px;
letter-spacing: 0.012em;
text-transform: uppercase;

color: rgba(240, 237, 239, 0.9);
}

.wrap_select .chevron {
  /* top: -30px;
  left: 14px;
  position: absolute;
  color: white;
  opacity: .4;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.9px; */
  
  font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-size: 10px;
line-height: 24px;
/* identical to box height, or 240% */
padding: 0 1px;
display: block;
width: 341px;
letter-spacing: 0.012em;
text-transform: uppercase;

color: rgba(240, 237, 239, 0.9);
}


.wrap_select .title_select {
  width: 341px;
  height: 50px;
  height: 28px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  margin-top: 10px;
}


.wrap_select  .title_select_priority {
  width: 341px;
  height: 50px;
  height: 28px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  margin-top: 10px;
}

.wrap_select  .title_select_process {
  width: 341px;
  height: 50px;
  height: 28px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  margin-top: 10px;
}

.wrap_select .title_select-mod {
  width: 341px;
  height: 50px;
  height: 28px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  margin-top: 10px;
}

.wrap_select .title_select.active {
  /* border-color: #F92853; */
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}


.wrap_select .title_select.active p {
  opacity: 1;
}

.wrap_select .title_select.active .fa {
  opacity: 1;
  transform: rotate(180deg)
}

.wrap_select .title_select:hover .fa {
  opacity: 1;
}

.wrap_select .title_select:hover p {
  opacity: 1;
}

.wrap_select .title_select p {
  /* color: white;

  font-weight: bold;
 */
 margin-left: 8px;
 margin-top: 2px;
  text-align: left;
  display: block;
  font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 20px;
/* identical to box height, or 200% */

letter-spacing: 0.012em;
text-transform: uppercase;

color: rgba(240, 237, 239, 0.5);
}

.wrap_select .title_select .fa {
  color: white;
  position: absolute;
  top: 6px;
  opacity: .4;
  right: 15px;
  font-size: 12px;
  transition: .2s;

}





.wrap_select .title_select_process.active {
  /* border-color: #F92853; */
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}


.wrap_select .title_select_process.active p {
  opacity: 1;
}

.wrap_select .title_select_process.active .fa {
  opacity: 1;
  transform: rotate(180deg)
}

.wrap_select .title_select_process:hover .fa {
  opacity: 1;
}

.wrap_select .title_select_process:hover p {
  opacity: 1;
}

.wrap_select .title_select_process p {
  /* color: white;

  font-weight: bold;
 */
 margin-left: 8px;
 margin-top: 2px;
  text-align: left;
  display: block;
  font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 20px;
/* identical to box height, or 200% */

letter-spacing: 0.012em;
text-transform: uppercase;

color: rgba(240, 237, 239, 0.5);
}

.wrap_select .title_select_process .fa {
  color: white;
  position: absolute;
  top: 6px;
  opacity: .4;
  right: 15px;
  font-size: 12px;
  transition: .2s;

}














.wrap_select .title_select_priority.active {
  /* border-color: #F92853; */
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}


.wrap_select .title_select_priority.active p {
  opacity: 1;
}

.wrap_select .title_select_priority.active .fa {
  opacity: 1;
  transform: rotate(180deg)
}

.wrap_select .title_select_priority:hover .fa {
  opacity: 1;
}

.wrap_select .title_select_priority:hover p {
  opacity: 1;
}

.wrap_select .title_select_priority p {
  /* color: white;

  font-weight: bold;
 */
 margin-left: 8px;
 margin-top: 2px;
  text-align: left;
  display: block;
  font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 20px;
/* identical to box height, or 200% */

letter-spacing: 0.012em;
text-transform: uppercase;

color: rgba(240, 237, 239, 0.5);
}

.wrap_select .title_select_priority .fa {
  color: white;
  position: absolute;
  top: 6px;
  opacity: .4;
  right: 15px;
  font-size: 12px;
  transition: .2s;

}









.wrap_select__options {
  position: absolute;
  top: 71px;
  width: 341px;
  background: #26282C;
  min-height: 50px;
  z-index: 200;
  /* border: 2px solid #7775D1; */
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: none;


}

.wrap_select__options_priority {
  position: absolute;
  top: 71px;
  width: 341px;
  background: #26282C;
  min-height: 50px;
  z-index: 200;
  /* border: 2px solid #7775D1; */
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: none;
}

.wrap_select__options_process {
  position: absolute;
  top: 71px;
  width: 341px;
  background: #26282C;
  min-height: 50px;
  z-index: 200;
  /* border: 2px solid #7775D1; */
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: none;
}

.wrap_select__options-mod {
  position: absolute;
  top: 71px;
  width: 341px;
  background: #26282C;
  min-height: 50px;
  z-index: 200;
  /* border: 2px solid #7775D1; */
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: none;
}

.wrap_select__options_process.active {
  display: block;
  overflow-y: scroll;
  height: auto;
}


.wrap_select__options_priority.active {
  display: block;
  overflow-y: scroll;
  height: auto;
}

.wrap_select__options-mod.active {
  display: block;
  overflow-y: scroll;
  height: auto;
}

.wrap_select__options.active {
  display: block;
  overflow-y: scroll;
  height: 210px;
}

.wrap_select__options .select_option {
  width: 100%;
  cursor: pointer;
  transition: .2s;
  height: 23px;
}



.wrap_select__options .select_option:hover {
  background-color: #7775D1;
  color: white;
}

.wrap_select__options .select_option:hover span {
  opacity: 1;
}

.wrap_select__options .select_option span {
  color: white;
  font-family: 'Montserrat';
    margin-left: 11px;
    margin-top: 5px;
    font-weight: bold;
    display: block;
    opacity: .4;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-align: left;
}





.wrap_select__options_process .select_option_process {
  width: 100%;
  cursor: pointer;
  transition: .2s;
  height: 23px;
}

.wrap_select__options_process .select_option_process:hover {
  background-color: #7775D1;
  color: white;
}

.wrap_select__options_process .select_option_process:hover span {
  opacity: 1;
}

.wrap_select__options_process .select_option_process span {
  color: white;
  font-family: 'Montserrat';
    margin-left: 11px;
    margin-top: 5px;
    font-weight: bold;
    display: block;
    opacity: .4;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-align: left;
}







.wrap_select__options_priority .select_option_priority {
  width: 100%;
  cursor: pointer;
  transition: .2s;
  height: 23px;
}

.wrap_select__options_priority .select_option_priority:hover {
  background-color: #7775D1;
  color: white;
}

.wrap_select__options_priority .select_option_priority:hover span {
  opacity: 1;
}

.wrap_select__options_priority .select_option_priority span {
  color: white;
  font-family: 'Montserrat';
    margin-left: 11px;
    margin-top: 5px;
    font-weight: bold;
    display: block;
    opacity: .4;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-align: left;
}












.wrap_select__options .select_option-mod {
  width: 100%;
  cursor: pointer;
  transition: .2s;
  height: 23px;
}

.wrap_select__options .select_option-mod:hover {
  background-color: #7775D1;
  color: white;
}

.wrap_select__options .select_option-mod:hover span {
  opacity: 1;
}

.wrap_select__options .select_option-mod span {
  color: white;
  font-family: 'Montserrat';
    margin-left: 11px;
    margin-top: 5px;
    font-weight: bold;
    display: block;
    opacity: .4;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-align: left;
}





.scope-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 4px;
}

.scope-wrap span.scope-view {
  width: 100%;
  text-align: left;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  display: flex;
  align-items: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  margin: 0;
  margin-top: 8px;
  color: rgba(240, 237, 239, 0.36);
}

.scope-colors {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  width: 100%;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.02);
border-radius: 4px;
padding: 0 14px;
}

.scope-colors .color-item {
  width: 14px;
  height: 14px;
  background-color: red;
  cursor: pointer;
  /* margin-left: 2px; */
  margin-right: 12px;
  border-radius: 4px;
}

section.logs {
  height: 30px;
  background-color: red;
  width: 100px;
  margin: 0;
  padding: 0;
}


.message__alert.active {
  top: -20px;
}
.message__alert {
  margin-top: 40px;
  width: 290px;
  height: 60px;
  z-index: 1100;
  transition: .2s;
  background-color: #F2C94C;
  border-radius: 10px;
  top: -120px;
  left: 308px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.message__alert .fa {
  color: #8f772f;
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 18px;
}

.message__alert span {
  color: #8f772f;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  display: block;
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: -30px;
}


.settings-item.admin {
  display: none;
}


.froze {
  
  pointer-events: none;
}

p.fr {
  color: white;
  position: absolute;
  text-align: center;
}

.froze img.froze {
  opacity: .1!important;
}


.visualEng {
  max-width: 24px;
    max-height: 23px;
    margin: 0 4px;
    cursor: pointer;
    position: relative;
}

.visualEng img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

section.panel .tabs .tabs__item .triangle {
  opacity: 0;
}

section.panel .tabs .tabs__item.active .triangle {
  opacity: 1;
  width: 16px;
  height: 10px;
  overflow: visible;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border: 6px solid #7775D1;
  border-top: 10px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}



.zoom {
  width: 392px;
  height: 86px;
  padding: 16px;
  justify-content: flex-start;
  /* margin: 0; */
}

.zoom .tg-list-item {
  position: absolute;
  right: 16px;
  top: 30px;
}

.zoom .info h4 {
  /* width: 100%; */
  text-align: left;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 200% */

  display: flex;
  align-items: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;

  color: rgba(240, 237, 239, 0.9);
  margin: 0;
  margin-right: 8px;
}

.zoom .info img {
  cursor: pointer;
  transition: .2s;
}

.zoom .info img:hover {
  transform: scale(1.2);
}

.zoom .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}





.afk {
  width: 392px;
  height: 88px;
  padding: 16px;
  padding-right: 45px;
  justify-content: flex-start;
  /* margin: 0; */
}

.afk .tg-list-item {
  position: absolute;
  right: 16px;
  top: 30px;
}

.afk .info h4 {
  /* width: 100%; */
  text-align: left;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 200% */

  display: flex;
  align-items: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;

  color: rgba(240, 237, 239, 0.9);
  margin: 0;
  margin-right: 8px;
}

.afk .info img {
  cursor: pointer;
  transition: .2s;
}

.afk .info img:hover {
  transform: scale(1.2);
}

.afk .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}












.fastup {
  width: 392px;
  height: 264px;
  padding: 16px;
  justify-content: flex-start;
  /* margin: 0; */
}

.fastup .tg-list-item {
  position: absolute;
  right: 16px;
  top: 30px;
}

.fastup .info h4 {
  /* width: 100%; */
  text-align: left;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 200% */

  display: flex;
  align-items: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;

  color: rgba(240, 237, 239, 0.9);
  margin: 0;
  margin-right: 8px;
}

.fastup .info img {
  cursor: pointer;
  transition: .2s;
}

.fastup .info img:hover {
  transform: scale(1.2);
}

.fastup .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}









.inputWrap__crosshair {
  width: 392px;
  height: 264px;
  padding: 16px;
  justify-content: flex-start;
}


.inputWrap__crosshair .tg-list-item {
  position: absolute;
  right: 16px;
  top: 30px;
}

.inputWrap__crosshair .info h4 {
  /* width: 100%; */
  text-align: left;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 200% */

  display: flex;
  align-items: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;

  color: rgba(240, 237, 239, 0.9);
  margin: 0;
  margin-right: 8px;
}

.inputWrap__crosshair .info img {
  cursor: pointer;
  transition: .2s;
}

.inputWrap__crosshair .info img:hover {
  transform: scale(1.2);
}

.inputWrap__crosshair .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


.demoWrap {
  display: flex;
  background: rgba(255, 255, 255, 0.02);
border-radius: 4px;
padding: 14px;
margin-top: 16px;
}

.demoWrap .demo {
  min-width: 163px;
  position: relative;
}

.demoWrap .demo img.forest {
  width: 100%;
}

.demoWrap .demo img.demoscope {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.inputs span.type {
  text-transform: uppercase;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.012em;
    display: block;
    color: rgba(220, 217, 219, 0.28);
    margin-top: 4px;
}


.pose_wrap {
  
}

.pose_wrap .pose {
  background: rgba(255, 255, 255, 0.03);
  min-width: 36px;
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 4px;
  /* right: 10px; */
  /* margin-top: 6px; */
  border-bottom: 2px solid transparent;
  margin-right: -8px;
  /* margin-left: 15px; */
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.pose_wrap .pose img {
  max-height: 34px;
  opacity: .4;
  height: auto;
  width: 100%;
}

/* ADMIN VISOR */

.coords {
  display: none;
}

.prim {
  display: none;
}

/* canvas {
  display: none;
} */

.settings_wrapper {
  display: flex;
  padding-right: 30px;
  overflow-y: scroll;
  margin-top: 53px;
}

.settings_wrapper::-webkit-scrollbar {
  width: 6px; /* Set the width of the scrollbar */
  border-radius: 50px;
}

.settings_wrapper::-webkit-scrollbar-track {
  background: rgb(47, 47, 47); /* Set the background color of the scrollbar track */
}

.settings_wrapper::-webkit-scrollbar-thumb {
  background-color: rgb(50, 50, 50); /* Set the background color of the scrollbar thumb */
  border-radius: 6px; /* Add rounded corners to the scrollbar thumb */
  border: 3px solid rgb(76, 76, 76); /* Add a border to the scrollbar thumb */
}



#mouse-scroll {
  style: block;
  transform: translateX(-61%);
  bottom: 30px;
}
#mouse-scroll {
  position: fixed;
  margin: auto;
  left: 50.22%;
  z-index: 9999;
}
#mouse-scroll span{
  display: block;
  width: 5px; 
  height: 5px;
  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
       transform: rotate(45deg);
       transform: rotate(45deg);
  border-right: 2px solid rgba(255, 255, 255, 0.262); 
  border-bottom: 2px solid rgba(255, 255, 255, 0.233);
  margin: 0 0 3px 5px;
}
#mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #ffffff2b;
  top: 170px;
}
#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}
#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite; 
    -moz-animation: mouse-scroll 1s infinite:
}
#mouse-croll .down-arrow-1 {
   -webkit-animation-delay: .1s; 
   -moz-animation-delay: .1s;
   -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: .2s; 
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
   -webkit-animation-delay: .3s;
   -moz-animation-dekay: .3s;
   -webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block; 
  margin: 5px auto;
  background: #ffffff3d;
  position: relative;
}
#mouse-scroll .mouse-in {
 -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
     opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  } 
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}








/* //////////////////////////////// */
/* CONFETY CSS 
 */

 :root {
  --primary: #7775D1;
  --success: #7775D1;
  --light: transparent;
}

.progress {
  --background: #222427;
  border-radius: 50%;
  background: var(--light);
  position: relative;
}

.progress:before {
  --s: 1;
  content: "";
  width: 28px;
  height: 28px;
  left: 50%;
  top: 50%;
  z-index: 1;
  position: absolute;
  background: var(--background);
  border-radius: inherit;
  transform: translate(-50%, -50%) scale(var(--s));
  transition: transform 0.32s ease;
}
.progress svg {
  display: block;
  fill: none;
}
.progress svg.pie {
  --s: 1;
  width: 32px;
  height: 32px;
  transform: rotate(-90deg) scale(var(--s));
  transition: transform 0.5s ease;
}
.progress svg.pie circle {
  stroke-width: 16;
  stroke: var(--primary);
}
.progress svg.tick {
  --path: 17.805;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--primary);
  transition: stroke 0.3s ease 0.8s;
}
.progress svg.tick polyline {
  stroke-dasharray: 18 18 18;
  stroke-dashoffset: 18;
  transition: stroke-dashoffset 0.4s ease 0.7s;
}
.progress.complete {
  background: none;
}
.progress.complete:before {
  --s: 0;
}
.progress.complete svg.pie {
  --s: 0.08;
  -webkit-animation: tick 0.3s linear forwards 0.4s;
          animation: tick 0.3s linear forwards 0.4s;
}
.progress.complete svg.tick {
  stroke: var(--success);
}
.progress.complete svg.tick polyline {
  stroke-dashoffset: 36;
}

@-webkit-keyframes tick {
  100% {
    transform: rotate(-90deg) translate(0, -6px) scale(var(--s));
  }
}

@keyframes tick {
  100% {
    transform: rotate(-90deg) translate(0, -6px) scale(var(--s));
  }
}
.rangeSlider {
  --active: var(--primary);
  --border: var(--light);
  --handle: var(--primary);
  --background: #fff;
  position: absolute;
  background: none;
  border: 1px solid var(--border);
  border-radius: 6px;
  cursor: pointer;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
}
.rangeSlider.rangeSlider__horizontal {
  height: 10px;
  width: 160px;
}
.rangeSlider .rangeSlider__fill {
  border-radius: 7px;
  background: var(--active);
  position: absolute;
}
.rangeSlider .rangeSlider__fill:before {
  content: "";
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  border: 2px solid var(--background);
  border-radius: 6px;
  position: absolute;
}
.rangeSlider .rangeSlider__fill__horizontal {
  height: 100%;
  top: 0;
  left: 0;
}
.rangeSlider .rangeSlider__handle {
  border: 2px solid var(--background);
  cursor: grab;
  cursor: -webkit-grab;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  background: var(--handle);
  border-radius: 50%;
}
.rangeSlider .rangeSlider__handle__horizontal {
  top: -7px;
}

.progress.complete + input + .rangeSlider {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.progress_wrap {
  width: auto!important;
  position: relative!important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 50px 0;
}

canvas.confe {
  display: block;
  background-color: transparent;
    position: absolute;
  height: 650px;
  pointer-events: none;
  position: fixed;
  width: 650px;
  /* border: 1px solid red; */
  z-index: 2;
}


.reg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reg span.noacc {
  position: relative;
  display: block;
  color: #737373;
  font-size: 11px;
}

.reg span.create {
  position: relative;
  display: block;
  color: #c5c5c5;
  cursor: pointer;
  font-size: 13px;
  transition: .15s;
}

.reg span.create:hover {
  transform: scale(.96);
}

.reg span.create:active {
  transform: scale(.92);
}


.form.reg {
  display: none;
}

/* / */
/* ////////////////////////////////////// */

.settings_btn {
  padding-left: 10px;
  padding-top: 11px;
}


.settings_btn span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-size: 10px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  color: rgba(240, 237, 239, 0.9);
}

.settings_btn button {
  cursor: pointer;
  font-weight: 600;
  margin-top: 4px;
  position: relative;
  overflow: visible;
  width: 341px;
  height: 28px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
  color: rgb(144, 144, 144);
  /* opacity: .4; */
  font-size: 10px;
  text-transform: uppercase;
  transition: .2s;
}

.settings_btn button:hover {
  transform: translateY(-2px);
}
