@charset "UTF-8";@font-face{font-family:'Sans';src:url('https://csgoskin.ir/fonts/IRANSans-Bold-web.eot');src:url('https://csgoskin.ir/fonts/IRANSans-Bold-web.eot?#iefix') format('eot'),
  url('https://csgoskin.ir/fonts/IRANSans-Bold-web.woff2') format('woff2'),
  url('https://csgoskin.ir/fonts/IRANSans-Bold-web.woff') format('woff');font-weight:bold;}
  @font-face{font-family:'Sans';src:url('https://csgoskin.ir/fonts/IRANSans-Medium-web.eot');src:url('https://csgoskin.ir/fonts/IRANSans-Medium-web.eot?#iefix') format('eot'),
  url('https://csgoskin.ir/fonts/IRANSans-Medium-web.woff2') format('woff2'),
  url('https://csgoskin.ir/fonts/IRANSans-Medium-web.woff') format('woff');font-weight:500;}
  @font-face{font-family:'Sans';src:url('https://csgoskin.ir/fonts/IRANSans-web.eot');src:url('https://csgoskin.ir/fonts/IRANSans-web.eot?#iefix') format('eot'),
  url('https://csgoskin.ir/fonts/IRANSans-web.woff2') format('woff2'),
  url('https://csgoskin.ir/fonts/IRANSans-web.woff') format('woff');font-weight:normal;}:root {
--baseColor: #606468;
}
@import url(https://fonts.googleapis.com/css?family=Audiowide);

::-moz-selection {
  background: #fab4ff;
  text-shadow: none;
}

::selection {
  background: #fab4ff;
  text-shadow: none;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
text-rendering: optimizeLegibility;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

html,body {
height: 100%;
margin: 0;
padding: 0;
}

body {
  background: #050716 url('https://m2berno.site/background.png') no-repeat;
  background-size: cover;
  color: #FFF;
  font-family: Tahoma;
  font-size: 12px;
  line-height: 1;
}

* {
box-sizing: border-box;
outline: none;
}

form {
background: rgb(22 22 22 / 80%);
border-radius: .4em;
bottom: 0;
box-shadow: 0 5px 10px 5px rgba(0,0,0,0.2);
height: 255px;
left: 0;
margin: auto;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
width: 300px;
zoom: 2;
}

form:after {
background: linear-gradient(to right, #111111, #444444, #b6b6b8, #444444, #2F2F2F, #272727);
content: "";
display: block;
height: 1px;
left: 50px;
position: absolute;
top: 0;
width: 150px;
}

form:before {
border-radius: 50%;
box-shadow: 0 0 6px 4px #fff;
content: "";
display: block;
height: 5px;
left: 34%;
position: absolute;
top: -7px;
width: 8px;
}

.inset {
border-top: 1px solid #ffffff12;
padding: 20px;
}

form h1 {
color: #FFbb00;
border-bottom: 1px solid rgb(0 0 0 / 58%);
font-size: 18px;
letter-spacing: 2px;
padding: 15px 0;
position: relative;
text-align: center;
text-shadow: 0 1px 0 #000;
}

form h1.poweron {
color: #ffffff;
transition: all 0.5s;
animation: flicker 1s ease-in-out 1 alternate, neon 1.5s ease-in-out infinite alternate;
animation-delay: 0s, 1s;
}

form h1:after {
position: absolute;
width: 250px;
height: 180px;
content: "";
display: block;
pointer-events: none;
top: 0;
margin-left: 138px;
transform-style: flat;
transform: skew(20deg);

background: -moz-linear-gradient(top, hsla(0,0%,100%,0.1) 0%, hsla(0,0%,100%,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,100%,0.2)), color-stop(100%,hsla(0,0%,100%,0)));
background: -webkit-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
background: -o-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
background: -ms-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ffffff', endColorstr='#00ffffff',GradientType=0 );
background: linear-gradient(to bottom, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);

}

input[type=text], input[type=password] {
background: linear-gradient(rgb(76 33 133 / 75%),rgb(101 38 185 / 75%));
border: 0;
border-radius: .3em;
color: #fff;
font-size: 13px;
margin-bottom: 15px;
padding: 10px;
width: 100%;
letter-spacing: 1px;
}

input[type=text]:disabled, input[type=password]:disabled {
color: #999;
}

label[for=remember] {
color: #bbb;
display: inline-block;
height: 20px;
line-height: 20px;
vertical-align: top;
padding: 0 0 0 5px;
}

.p-container {
padding: 0 20px 20px;
}

.p-container:after {
clear: both;
content: "";
display: table;
}

.p-container span {
color: #0d93ff;
display: block;
float: left;
padding-top: 8px;
}

input[type=submit] {
background: #7a00ff;
border: 1px solid rgba(0,0,0,0.4);
border-radius: .3em;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1);
color: #ffffff;
cursor: pointer;
font-size: 13px;
font-weight: bold;
height: 40px;
padding: 5px 20px;
width: 100%;
}

.denied {
color: white !important;
text-shadow: 0 0 1px black;
background: #EE0000 !important;
}

input[type=submit]:hover, input[type=submit]:focus {
box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -10px 10px rgba(255,255,255,0.1);
}

input[type=text]:hover:not([disabled]), 
input[type=text]:focus, 
input[type=password]:hover:not([disabled]), 
input[type=password]:focus, 
label:hover ~ input[type=text], 
label:hover ~ input[type=password] {
/* background: #27292c; */
}

input[type="checkbox"] {
opacity: 0;
background: red;
position: absolute;
cursor: pointer;
z-index: 1;
height: 100%;
width: 100%;
left: 0;
top: 0;
}

.checkboxouter {
height: 20px;
width: 20px;
border-radius: 3px;
background-color: #000;
position: relative;
display: inline-block;
border: 2px solid #555;
}

.checkbox {
position: absolute;
border-bottom: 2px solid #333;
border-right: 2px solid #333;
background-color: transparent;
height: 10px;
width: 5px;
margin: auto;
left: 50%;
transform: rotate(45deg);
transform-origin: -35% 30%;
transition: all 0.2s;
}

input[type="checkbox"]:checked ~ .checkbox {
transition: all 0.3s;
border-bottom: 2px solid #ffcc00;
border-right: 2px solid #ffcc00;
}

@keyframes neon {
from {
  text-shadow: 
  0 0 2.5px #fff,
  0 0 5px #fff,
  0 0 7.5px #fff,
  0 0 10px #B6FF00,
  0 0 17.5px #B6FF00,
  0 0 20px #B6FF00,
  0 0 25px #B6FF00,
  0 0 37.5px #B6FF00;
}

to {
    text-shadow: 
    0 0 3px #fff,
    0 0 7px  #fff,
    0 0 13px  #fff,
    0 0 17px  #B6FF00,
    0 0 33px  #B6FF00,
    0 0 38px  #B6FF00,
    0 0 48px #B6FF00,
    0 0 63px #B6FF00;
  }
}

@keyframes flicker {
0% {
  text-shadow: 
  0 0 2.5px #fff,
  0 0 5px #fff,
  0 0 7.5px #fff,
  0 0 10px #B6FF00,
  0 0 17.5px #B6FF00,
  0 0 20px #B6FF00,
  0 0 25px #B6FF00,
  0 0 37.5px #B6FF00;
}

2% {
  text-shadow: none;
}

8% {
  text-shadow: 
  0 0 2.5px #fff,
  0 0 5px #fff,
  0 0 7.5px #fff,
  0 0 10px #B6FF00,
  0 0 17.5px #B6FF00,
  0 0 20px #B6FF00,
  0 0 25px #B6FF00,
  0 0 37.5px #B6FF00;
}

10% {
  text-shadow: none;
}

20% {
  text-shadow: 
  0 0 2.5px #fff,
  0 0 5px #fff,
  0 0 7.5px #fff,
  0 0 10px #B6FF00,
  0 0 17.5px #B6FF00,
  0 0 20px #B6FF00,
  0 0 25px #B6FF00,
  0 0 37.5px #B6FF00;
}

22% {
  text-shadow: none;
}

24% {
  text-shadow: 
  0 0 2.5px #fff,
  0 0 5px #fff,
  0 0 7.5px #fff,
  0 0 10px #B6FF00,
  0 0 17.5px #B6FF00,
  0 0 20px #B6FF00,
  0 0 25px #B6FF00,
  0 0 37.5px #B6FF00;
}

28% {
  text-shadow: none;
}

32% {
  text-shadow: 
  0 0 2.5px #fff,
  0 0 5px #fff,
  0 0 7.5px #fff,
  0 0 10px #B6FF00,
  0 0 17.5px #B6FF00,
  0 0 20px #B6FF00,
  0 0 25px #B6FF00,
  0 0 37.5px #B6FF00;
}

34% {
  text-shadow: none;
}

36% {
  text-shadow: none;
}

42% {
  text-shadow: none;
}

100% {
  text-shadow: 
  0 0 2.5px #fff,
  0 0 5px #fff,
  0 0 7.5px #fff,
  0 0 10px #B6FF00,
  0 0 17.5px #B6FF00,
  0 0 20px #B6FF00,
  0 0 25px #B6FF00,
  0 0 37.5px #B6FF00;
}
}
*::placeholder {
  color: white;
}

.userarea {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 950px;
  height: 550px;
  background: rgb(141,25,254);
  background: -moz-linear-gradient(0deg, rgba(141,25,254,1) 0%, rgba(189,26,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(141,25,254,1) 0%, rgba(189,26,255,1) 100%);
  background: linear-gradient(0deg, rgba(141,25,254,1) 0%, rgba(189,26,255,1) 100%);
  margin: auto;
  border-radius: 25px;
  overflow: hidden;
}

.userarea > .content {
  background: white;
  width: 80%;
  height: 100%;
  float: right;
  padding: 0 2rem;
  border-radius: 25px;
}

.userarea > .sidebar {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  text-align: center;
}
.userarea > .content > .info > li {
  display: inline-block;
  width: 23%;
  color: black;
  margin: 0 2rem;
  text-align: left;
}

.userarea > .content > .info {
  display: block;
  margin: 2rem 0 5rem;
  text-align: center;
}

.userarea > .content > .info > li > i {
  position: relative;
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 7px;
  border-radius: 50%;
  margin-bottom: 7px;
}
.userarea > .content > .info > li > i[icon="download"] {
  background: rgb(56,67,252);
  background: -moz-linear-gradient(0deg, rgba(56,67,252,1) 0%, rgba(226,32,243,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(56,67,252,1) 0%, rgba(226,32,243,1) 100%);
  background: linear-gradient(0deg, rgba(56,67,252,1) 0%, rgba(226,32,243,1) 100%);
}
.userarea > .content > .info > li > i[icon="upload"] {
  background: rgb(254,161,25);
  background: -moz-linear-gradient(0deg, rgba(254,161,25,1) 0%, rgba(255,198,26,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(254,161,25,1) 0%, rgba(255,198,26,1) 100%);
  background: linear-gradient(0deg, rgba(254,161,25,1) 0%, rgba(255,198,26,1) 100%);
}
.userarea > .content > .info > li > i[icon="subscription"] {
  background: rgb(213,36,127);
  background: -moz-linear-gradient(0deg, rgba(213,36,127,1) 0%, rgba(254,161,25,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(213,36,127,1) 0%, rgba(254,161,25,1) 100%);
  background: linear-gradient(0deg, rgba(213,36,127,1) 0%, rgba(254,161,25,1) 100%);
}
.userarea > .content > .info > li > i:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  margin: auto;
}
.userarea > .content > .info > li > i[icon="download"]:before {
  background: url('../image/icon-download.png') no-repeat;
  width: 20px;
  height: 24px;
}
.userarea > .content > .info > li > i[icon="upload"]:before {
  background: url('../image/icon-upload.png') no-repeat;
  width: 20px;
  height: 24px;
}
.userarea > .content > .info > li > i[icon="subscription"]:before {
  background: url('../image/icon-subscription.png') no-repeat;
  width: 30px;
  height: 29px;
}
.userarea > .content > .info > li > span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 2px;
  letter-spacing: 1px;
}

.userarea > .content > .info > li > small {
  display: block;
  letter-spacing: 1px;
}

.userarea > .content > .getcode {
  display: block;
}

.userarea > .content > .getcode > h4 {
  position: absolute;
  display: inline-block;
  color: black;
  font-size: 14px;
  font-weight: bold;
  margin-top: -3rem;
}

.userarea > .content > .getcode > h4:before {
  display: inline-block;
  background: url('../image/icon-code.png') no-repeat;
  width: 41px;
  height: 35px;
  content: '';
  vertical-align: middle;
  margin-right: 7px;
}

.userarea > .content > .getcode > a,.userarea > .content > .getcode > button {
  width: 35%;
  clear: right;
  font-family: Calibri;
  font-weight: bold;
  color: white;
  font-size: 16px;
  padding: 5px 8px;
  float: right;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 5px;
  cursor: pointer;
}
.userarea > .content > .getcode > a {
  position: relative;
  background: rgb(202,39,147);
  background: -moz-linear-gradient(145deg, rgba(202,39,147,1) 0%, rgba(111,27,210,1) 100%);
  background: -webkit-linear-gradient(145deg, rgba(202,39,147,1) 0%, rgba(111,27,210,1) 100%);
  background: linear-gradient(145deg, rgba(202,39,147,1) 0%, rgba(111,27,210,1) 100%);
  padding: 11px 18px;
  text-indent: 25px;
}
.userarea > .content > .getcode > button {
  background: rgb(9,100,235);
  background: -moz-linear-gradient(145deg, rgba(9,100,235,1) 0%, rgba(8,193,250,1) 100%);
  background: -webkit-linear-gradient(145deg, rgba(9,100,235,1) 0%, rgba(8,193,250,1) 100%);
  background: linear-gradient(145deg, rgba(9,100,235,1) 0%, rgba(8,193,250,1) 100%);
  float: right;
}

.userarea > .content > .getcode > button:before {
  display: inline-block;
  background: url('../image/icon-copy.png') no-repeat;
  width: 22px;
  height: 28px;
  content: '';
  vertical-align: middle;
  margin-right: 7px;
}
.userarea > .content > .getcode > textarea {
  background: #e4e4e4;
  width: 63%;
  /* float: left; */
  height: 150px;
  border: none;
  font-size: 100%;
  letter-spacing: 1px;
  line-height: 18px;
  padding: 5px 10px;
  /* margin-top: 1rem; */
  resize: none;
  border-radius: 5px;
}
.userarea > .content > .download {
  display: block;
  margin-top: 3rem;
  text-align: center;
  clear: both;
}

.userarea > .content > .download > li {
  display: inline-block;
  text-align: center;
  margin: 0 3rem;
}

.userarea > .content > .download > li:before {
  display: inline-block;
  content: '';
}
.userarea > .content > .download > li[icon="android"]:before {
  background: url('../image/vector-android.png') no-repeat;
  width: 77px;
  height: 85px;
}
.userarea > .content > .download > li[icon="windows"]:before {
  background: url('../image/vector-windows.png') no-repeat;
  width: 70px;
  height: 80px;
}
.userarea > .content > .download > li[icon="ios"]:before {
  background: url('../image/vector-ios.png') no-repeat;
  width: 70px;
  height: 82px;
}

.userarea > .content > .download > li > a {
  display: block;
  background: #f48f02;
  background: -moz-linear-gradient(-45deg,#f48f02 0,#f75200 100%);
  background: -webkit-gradient(left top,right bottom,color-stop(0,#f48f02),color-stop(100%,#f75200));
  background: -webkit-linear-gradient(-45deg,#f48f02 0,#f75200 100%);
  background: -o-linear-gradient(-45deg,#f48f02 0,#f75200 100%);
  background: -ms-linear-gradient(-45deg,#f48f02 0,#f75200 100%);
  background: linear-gradient(135deg,#f48f02 0,#f75200 100%);
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 7px 20px;
  margin-top: 12px;
  clear: both;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.userarea > .sidebar > .avatar {
  margin-top: 30%;
}

.userarea > .sidebar > .avatar > h3 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 1rem;
}

.userarea > .sidebar > a {
  position: absolute;
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  bottom: 10%;
  right: 0;
  left: 0;
}

.userarea > .sidebar > a[icon="logout"]:before {
  display: inline-block;
  background: #36086a url('../image/icon-logout.png') center no-repeat;
  width: 24px;
  height: 23px;
  content: '';
  vertical-align: middle;
  margin-right: 7px;
  padding: 8px;
  border-radius: 50%;
}

body > p {
    position: absolute;
    background: #0009;
    width: 30%;
    height: 40%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 22px;
    line-height: 5rem;
    margin: auto;
    text-align: center;
    border-radius: 10px;
}
.userarea > .content > .getcode > a > svg {
  position: absolute;
  width: 30px;
  top: 4px;
  left: 5px;
  color: rgba(255,198,26,1);
}