@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.4.0/animate.min.css);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css);

/* Main CSS */
/*
html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/
body {
  font-family: 'GothamProLight', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  overflow-x: hidden;
  background: #fafafa;
  background-image: url('/img/body.png?3');
}
section { min-height: 400px; }
a { transition: all .3s; }
b, strong { font-family: 'GothamProMedium', sans-serif; }
h1, h2, h3 { font-family: 'GothamProBold', sans-serif; }
::selection { background: #e9f1ff; color: #000; }
::-webkit-scrollbar { width: 0.55em; }
::-webkit-scrollbar-thumb { background-color: #e3336d; }
::-webkit-scrollbar-track { background-color: #fff; }
::-webkit-progress-bar { background-color: #e3336d; }
:active, :hover, :focus { outline: 0; outline-offset: 0; }
input, button, select {
	-webkit-transition: 0.66s all;
    transition: 0.66s all;
}
/*input:hover, button:hover, select:hover { transform: scale(1.033); }*/
.animate:hover { transform: scale(1.033); }
.snow {
    position: absolute;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-shadow: 0 0 20px rgba(0,0,0,0.25);
}
header {
    display: flex;
    background: #fff;
    background-image: none;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 4.5em;
    margin-bottom: 5em;
    cursor: default;
}
header div.nav { margin: auto; display: inline-flex; }
header div.mobile-nav { display: none; }
header div.nav .img {
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/img/logo.png?1');
    width: 52px;
    height: 40px;
    margin-right: 3em;
}
header div.nav a {
    margin: auto;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    transition: all .3s;
    padding: 0 0.9em;
}
header div.nav a[class=ucp] {
  color: #fafafa;
  background: linear-gradient(#e90e8e, #b31d75);
  border-radius: 20px;
  padding: 0.5em 1em;
  margin-left: 2em;
}
header div.nav a[class=ucp]:hover { color: #fafafa; cursor: pointer; opacity: 0.8; }
header div.nav a[class=active] { color: #d30d55; opacity: 0.7; }
header div.nav a:hover { color: #d30d55; opacity: 0.7; }
footer {
    display: flex;
    background: #d6d6d6;
    margin-top: 5em;
    width: 100%;
    height: 5em;
    cursor: default;
}
footer div { margin: auto; }
footer div span {
    color: #000;
    cursor: default;
    padding: 0 3em;
}
footer div a {
    color: #000;
    font-weight: 500;
    padding: 0 7px;
    text-decoration: none;
    transition: all .3s;
}
footer div a:hover { color: #d30d55; opacity: 0.7; text-decoration: none; }
#up-btn {
  position: fixed;
  cursor: pointer;
  right: 30px;
  bottom: 17px;
  background: rgba(51,51,51,0.45);
  color: #fafafa;
  border: 0;
  padding: 5px 15px;
  border-radius: 20px;
  display: none;
  z-index: 1001;
}
/* End Main CSS */

/* Modal Login */
.modal {
  display: none;
  overflow-y: visible;
  background: rgba(0,0,0,0.75);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 900;
}
.m_bg { display: block; }
.m_overflow { overflow: hidden; }
.m_close {
  color: #000;
  float: right;
  margin: -0.5em 0 0 0;
  font-size: 40px;
  cursor: pointer;
  transform: rotate(45deg);
  transition: all 0.6s;
}
.m_close:hover { color: #d6d6d6; transform: rotate(135deg); }
.d-modal {
  box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
  transform: translateY(-75em);
  transition: all .3s;
  background: #fff;
  padding: 3em;
  border-radius: 2em;
  margin: 3em auto;
  max-width: 755px;
  height: 655px;
}
.d-modal div.i {
  background-image: url('/img/auth-bg.png?1');
  background-repeat: no-repeat;
  margin: -3em 0 0 -10.2em;
  position: absolute;
  width: 355px;
  height: 655px;
}
.auth {
  float: right;
  margin-right: 3em;
  display: inline-grid;
  max-width: 35em;
  width: 300px;
  text-align: left;
}
.auth h2 { margin: -8px 0 1em; }
.auth select, .auth input {
  border-radius: 2em;
  width: 100%;
  padding: 10px;
  padding-left: 1.4em;
  margin: 5px auto;
  margin-bottom: 1.6em;
  border: none;
  background-color: #f0f0f0;
  box-shadow: inset 0px -20px 7px 0 rgba(255,255,255,0.55);
}
.auth span { font-size: 15px; margin-bottom: 4px; }
.auth p a { color: #d30d55; }
.auth strong { margin: 1em 0; }
.auth button {
  font-size: 16px;
  color: #fafafa;
  padding-left: 10px;
  background: #e90e8e;
  background-image: url('/img/auth-btn.png?1');
  background-repeat: no-repeat;
  transition: all .3s;
  box-shadow: 0 0 30px 0 rgba(179,29,117,0.5), inset 0px -20px 7px 0 rgba(179,29,117,0.65);
  margin-top: 2em;
  border: none;
  padding: 10px;
  border-radius: 20px;
}
.auth button:hover { color: #fafafa; opacity: 0.8; }
/* End Modal Login */

/* Index Page */
.c-left { text-align: left; }
.c-left-i {
  background-image: url('/img/m-girl.png?1');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}
.main-1 { text-align: center; margin-top: -4.5em; }
.main-1 div.i {
  float: left;
  background-image: url('/img/m-girl.png?1');
  width: 420px;
  height: 610px;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-1 div { float: left; max-width: 631px; }
.main-1 div b { font-size: 1.85em; }
.main-1 div div.h { margin-top: 9em; }
.main-1 div div.h div {
  font-size: 2em;
  letter-spacing: 0.4em;
  float: right;
  text-align: left;
  height: 200px;
  padding-top: 8%;
}
.main-1 div div.h div b { font-size: 2em; letter-spacing: 0.4em; }
.main-1 div div.h div.i {
  float: left;
  background-image: url('/img/m-logo.png?1');
  width: 280px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-1 div div.b { margin-top: 4em; text-align: left; }
.main-1 div div.b div { font-size: 1.5em; }
.main-1 div div.b a {
  color: #fafafa;
  font-size: 1.3em;
  background: #e90e8e;
  background-image: url('/img/m-btn-1.png?1');
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 2em;
  padding: 0.7em 2.4em;
  float: right;
  margin-left: 3em;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 0 30px 0 rgba(179,29,117,0.5), inset 0px -20px 7px 0 rgba(179,29,117,0.65)
}
.main-1 div div.b a:hover { color: #fafafa; opacity: 0.8; }
.main-1 div div.p { margin-top: 1em; width: 100%; }
.main-1 div div.p a {
    font-size: 17px;
    display: block;
    text-decoration: none;
    transition: all .3s;
    color: #e90e8e;
    float: left;
}
.main-1 div div.p a b { font-size: 17px; }
.main-1 div div.p a:hover { color: #b31d75; }

.title {
  font-size: 24px;
  cursor: default;
}
.title div {
  display: inline-flex;
  margin-bottom: -7px;
  width: 7px;
  height: 30px;
  background-image: url('/img/d-line.png?1');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.servers hr {
    position: absolute;
    z-index: -1;
    width: 100%;
    margin: 5em -15px 0;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);
}
.serv-list {
  max-width: 1150px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.15);
  background-color: #fff;
  padding: 2.5em 2.5em;
  display: inline-flex;
}
.server-b {
  border-radius: 15px;
  background-color: lightgray;
  transition: all .3s;
  width: 210px;
  height: 70px;
  margin: 0 2.2em;
  padding: 1em;
}
.server-b div.s-img {
  float: left;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
}
.server-b div.s-name {
  float: left;
  text-align: left;
  font-style: italic;
  padding-left: 1em;
  letter-spacing: 1px;
}
.server-b div.s-name h1 {
  margin: 0;
  font-weight: 600;
  font-variant-caps: all-petite-caps;
  font-size: 1.5em;
}
.server-b a#copy { text-decoration: none; }
.server-b:hover { box-shadow: 0 0 9px 0 rgba(0,0,0,0.15), inset 0px -3px 1px 0 rgba(0,0,0,0.35) }

.pluses { margin-top: 7em; }
.pluses .info .block { font-size: 1.7em; text-align: left; width: 100%; }
.pluses .info .block strong { color: #333; }
.pluses .info .block div { font-weight: 500; max-width: 500px; margin: auto; margin-right: 55%; }
.pluses .info .right { text-align: right; }
.pluses .info .right div { margin-left: 55%; margin-right: 0; }

.howtoplay { margin-top: 7em; }
.launcher { width: 100%; }
.l-img {
  float: left;
  width: 495px;
  height: 495px;
  background-image: url('/img/m-launcher.png?2');
  background-size: contain;
  background-repeat: no-repeat;
}
.l-text {
  float: left;
  display: grid;
  text-align: left;
  margin-top: 7em;
  margin-left: 0.5em;
  font-size: 1.4em;
  max-width: 535px;
  transition: all .5s;
}
.l_text_mobile { margin-top: 4em; }
.l-text div {
  line-height: 2em;
  margin: 0.5em 0;
  margin-bottom: 1em;
  color: #a9a9a9;
}
.l-text a {
  max-width: 210px;
  color: #fafafa;
  background: #e90e8e;
  background-image: url('/img/m-btn-2.png?1');
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 2em;
  padding: 0.9em 1.4em;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 0 30px 0 rgba(179,29,117,0.5), inset 0px -20px 7px 0 rgba(49, 24, 39, 0.55);
}
.l-text a:hover { color: #fafafa; opacity: 0.8; }
.launcher .mobile { width: 100%; margin-top: 1em; padding: 0; text-align: right; }
.launcher .mobile div { font-size: 13px; line-height: 18px; margin-bottom: 0; text-shadow: 12px 6px 9px #d6d6d6; }
.launcher .mobile a {
    font-size: 14px;
    background-image: none;
    background: none;
    box-shadow: none;
    padding: 0;
    color: #e90e8e;
}
.la-de { width: 100%; }
.ld-img {
  width: 75px;
  height: 15px;
  display: -webkit-inline-box;
  background-image: url('/img/dot.png?1');
  background-size: contain;
  background-repeat: no-repeat;
}
.la-de b {
  display: block;
  margin-top: 1.6em;
  font-size: 1.6em;
  color: #cbcbcb;
}
.default { font-size: 1.7em; line-height: 1.7em; color: #a9a9a9; }
.default, .def-1, .def-2, .def-3 { width: 100%; }
.def-1, .def-2, .def-3 { display: inline-block; }
.default a {
  color: #e90e8e;
  font-size: 1.7em;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  font-variant-caps: all-petite-caps;
}
.default a:hover { opacity: 0.8; }
.def-left-text {
  float: left;
  text-align: left;
  margin-top: 4em;
  font-weight: 500;
}
.def-right-text {
  float: right;
  text-align: right;
  margin-top: 4em;
  font-weight: 500;
}
.def-left-text div { margin-bottom: 0.7em; }
.def-right-text div { margin-bottom: 0.7em; }
.default b { color: #333; }
.def1-img {
  width: 400px;
  height: 380px;
  float: right;
  background-image: url('/img/m-gtasa.png?1');
  background-size: contain;
  background-repeat: no-repeat;
}
.def2-img {
  width: 380px;
  height: 400px;
  float: left;
  background-image: url('/img/m-samp.png?1');
  background-size: contain;
  background-repeat: no-repeat;
}
.def3-img {
  width: 370px;
  height: 370px;
  float: right;
  background-image: url('/img/m-rus.png?1');
  background-size: contain;
  background-repeat: no-repeat;
}
.lastnews .title { margin-bottom: 1em; }
.lastnews .img {
  float: left;
  width: 450px;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.lastnews .info {
  display: grid;
  float: left;
  text-align: left;
  margin-left: 1em;
  padding: 1em 0 1em 2em;
  width: 600px;
  height: 250px;
  font-size: 14px;
}
.lastnews .info .h a {
  color: #d6d6d6;
  float: left;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s;
}
.lastnews .info .h a:hover { color: #333; }
.lastnews .info .h span {
  color: #d6d6d6;
  float: right;
  cursor: default;
}
.lastnews .info .t { margin: 1em auto; }
.lastnews .info .v { display: grid; text-align: center; }
.lastnews .info .v .f { display: flex; margin: 0 auto; }
.lastnews .info .v span {
  background: #d6d6d6;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: auto 0;
  margin-top: 1em;
  width: 100%;
  display: flex;
  color: #fff;
  text-shadow: -1px 1px 7px rgba(0,0,0,0.55);
  opacity: .9;
  cursor: default;
}
.lastnews .info .v span .g { background: #008000; border-top-left-radius: 20px; }
.lastnews .info .v span .n { background: #808080; }
.lastnews .info .v span .r { background: #cc0000; border-bottom-right-radius: 20px; }
.v span .g, .v span .n, .v span .r { padding: 3px; }
.lastnews .info .v b { margin-bottom: 5px; }
.lastnews .info .v form button {
  color: #fafafa;
  border: 0;
  background: #bd0b4c;
  border-radius: 2em;
  padding: 4px 20px;
  margin: auto 1em;
  transition: all .3s;
  box-shadow: 0 0 30px 0 rgba(179,29,117,0.35), inset 0px -20px 7px 0 rgba(179,29,117,0.65);
}
.lastnews .info .v form button:hover { opacity: 0.8; }
.contacts { margin-top: 3em; }
.c-block {
  width: 95%;
  margin-left: 2.5%;
  text-align: left;
  height: 505px;
  border-radius: 20px;
  background-image: url('/img/m-contacts-bg.jpg?1');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 2em;
  padding: 2.5em 2.5em;
}
.group-icon {
  width: 275px;
  height: 275px;
  position: absolute;
  margin: 5em 0 0 -10em;
  background-image: url('/img/m-group.png?1');
  background-size: contain;
  background-repeat: no-repeat;
}
.c-block b {
  color: #fff;
  text-shadow: -1px 1px 5px #000;
  display: block;
  font-size: 0.7cm;
  margin-top: 2cm;
  margin-left: 6.4cm;
  font-weight: 500;
}
.links {
  display: block;
  font-size: 1.4em;
  margin: 1em 0 0 6.3cm;
}
.links a {
  color: #fafafa;
  background: #333;
  border-radius: 2em;
  padding: 0.4em 1.2em;
  text-decoration: none;
  transition: all .3s;
}
.links a:hover { color: #fafafa; opacity: 0.8; }
.links a.vk {
  background: #597da3;
  background-image: url('/img/m-btn-3.png?1');
  background-size: contain;
  background-repeat: no-repeat;
}
.links a.ds {
  background: #7289da;
  background-image: url('/img/m-btn-4.png?1');
  background-size: contain;
  background-repeat: no-repeat;
}
.links a.fr {
  background: #e90e8e;
  background-image: url('/img/m-btn-5.png?1');
  background-size: contain;
  background-repeat: no-repeat;
}
/* End Index Page */

/* Donate Page */
.d-main { text-align: center; margin-top: 5em; height: 410px; }
.d-main div.i {
  float: left;
  background-image: url('/img/d-girl.png?2');
  width: 410px;
  height: 410px;
  background-size: contain;
  background-repeat: no-repeat;
}
.d-main div.o { display: contents; }
.d-form {
  display: inline-grid;
  padding-top: 1em;
  font-size: 1.2em;
  width: 9cm;
}
.d-form select.srv {
  border-radius: 20px;
  width: 100%;
  padding: 10px;
  padding-left: 3.2em;
  margin: 5px auto;
  border: none;
  background-color: #e2e2e2;
  background-position-x: 5px;
  background-repeat: no-repeat;
  background-image: url('/img/d-server-span.png?1');
}
.d-form input {
  border-radius: 20px;
  width: 100%;
  padding: 10px;
  padding-left: 3.2em;
  margin: 5px auto;
  border: none;
  background-color: #e2e2e2;
  background-position-x: 5px;
  background-repeat: no-repeat;
}
.d-form input.acc { background-image: url('/img/d-user-span.png?1'); }
.d-form input.sum { background-image: url('/img/d-sum-span.png?1'); }
.d-form input.sumb {
  width: 50%;
  color: #fafafa;
  padding-left: 10px;
  background: #e90e8e;
  background-image: url('/img/d-btn-1.png?1');
  background-repeat: no-repeat;
  transition: all .3s;
  box-shadow: 0 0 30px 0 rgba(179,29,117,0.5), inset 0px -20px 7px 0 rgba(179,29,117,0.65);
}
.d-form input.sumb:hover {
  color: #fafafa;
  opacity: 0.8;
}
.d-form input::placeholder {
  color: #000;
  opacity: 0.5;
}
.d-form span { margin: 1em auto; }
.d-form span.info { margin: 0 10px; font-size: 13px; }
.d-form span.info a { color: #e2e2e2; cursor: pointer; text-decoration: none; transition: all .3s; }
.d-form span.info a:hover { color: #000; }
.d-form span a.l { float: left; }
.d-form span a.r { float: right; }
.d-href { display: flow-root; padding-top: 3em; }
.d-href a {
  opacity: 0.75;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.75);
  background: #f0f0f0;
  transition: all .3s;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  padding: 10px 16px;
  margin: 5px;
  text-decoration: none;
  box-shadow: inset 0px -20px 7px 0 rgba(255,255,255,0.65);
}
.d-href a:hover { color: #e90e8e; }

.d-pack {
  display: grid;
  transition: all .3s;
  grid-gap: 5em;
  padding-top: 5em;
  width: 100%;
  max-width: 1400px;
}
@media (max-width: 800px){ .d-pack { grid-template-columns: 1fr; } }
@media (min-width: 801px){ .d-pack { grid-template-columns: 1fr 1fr; } }
.d-pack > div {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px -13px 15px 0px rgba(0,0,0,0.13), inset 0px -20px 20px 20px rgb(250,250,250);
  display: inline-grid;
  padding: 15px 0;
  text-align: center;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
.d-pack > div h2 { display: inline-grid; font-size: 2em; }
.d-pack > div h2 b { color: #e90e8e; }
.d-pack > div div.i {
  background-repeat: no-repeat;
  margin: -2em auto;
  width: 300px;
  height: 230px;
}
.spack-1 { background-image: url('/img/d-spack-1.png?1'); }
.spack-2 { background-image: url('/img/d-spack-2.png?1'); }
.spack-3 { background-image: url('/img/d-spack-3.png?1'); }
.spack-4 { background-image: url('/img/d-spack-4.png?1'); }
.spack-5 { background-image: url('/img/d-spack-5.png?1'); }

.dpack-1 { background-image: url('/img/d-vpack-1.png?1'); }
.dpack-2 { background-image: url('/img/d-vpack-2.png?1'); }
.dpack-3 { background-image: url('/img/d-vpack-3.png?1'); }
.dpack-4 { background-image: url('/img/d-vpack-4.png?1'); }
.dpack-5 { background-image: url('/img/d-vpack-5.png?1'); }
.d-pack > div div.desc {
  text-align: left;
  margin: 0 auto;
  font-size: 1.4em;
}
.d-pack > div div.desc p { margin: 0; }
.d-pack > div div.buy {
  font-size: 1.6em;
  margin: 2em 2em 0;
  box-shadow: 0px -20px 20px 20px rgb(250,250,250), inset 0px -20px 20px 20px rgb(250,250,250);
}
.d-pack > div div.buy a {
  float: left;
  cursor: pointer;
  padding: 6px;
  color: #e90e8e;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  font-variant-caps: titling-caps;
}
.d-pack > div div.buy a:hover { opacity: 0.8; text-shadow: 0px 0px 15px rgba(179,29,117,0.5); }
.d-pack > div div.buy span {
  float: right;
  cursor: default;
  padding: 6px 24px;
  color: #fafafa;
  border-radius: 20px;
  background: #e90e8e;
  box-shadow: inset 0px -20px 7px 0 rgba(179,29,117,0.65);
}
.m_body {
  max-height: 500px;
  background-image: url('/img/body.png?1');
  box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2), inset -5px -20px 20px 0px rgba(0,0,0,0.1), 5px 20px 20px rgba(0,0,0,0.1);
}
.other_body {
  float: left;
  text-align: left;
  height: 95%;
  width: 95%;
  background-size: 200px;
  background-image: url('/img/d-obody.png?1');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}
.other_body h2 {
  margin: -8px 0 1em;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.25);
  text-transform: uppercase;
}
.howtobuy, .shares { font-size: 15px; }
.howtobuy p { margin: 5px auto; }
.shares p { margin: 0; }
.shares span { display: inline-block; color: #e90e8e; margin-top: 1em; }
.shares span b { font-size: 10px; vertical-align: top; color: #d6d6d6; }
.other_pack div { margin: -1.5em 0 1em 0; }
.other_pack div b { text-shadow: 0px 0px 10px rgba(115,115,115,0.35); }
.other_pack span {
  font-family: 'GothamProMedium', sans-serif;
  color: #e90e8e;
  display: block;
  margin-bottom: 5px;
}
.other_pack p { margin: 0; }
.other_pack strong { display: block; margin-top: 1em; }
/* End Donate Page */

/* StateMap Page */
.statemap {
  position: relative;
  margin: 0 auto;
  width: 1140px;
  height: 1140px;
  border-radius: 10px;
  background-image: url('/img/map/samap.jpg?2');
  background-size: contain;
}
.map-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.m-setting {
  color: #333;
  font-size: 15px;
}
.m-setting:after, .m-setting:before {
  content: ' ';
  display: table;
}
.m-setting .list {
  width: 105px;
  text-align: right;
  position: relative;
  float: right;
}
.m-setting span {
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
}
.m-setting ul {
  display: none;
  list-style: none;
  position: absolute;
  border-radius: 10px;
  width: 250px;
  text-align: left;
  top: 30px;
  right: 0;
  background: rgba(51,51,51,0.88);
  color: #fafafa;
  padding: 15px;
  z-index: 100;
}
.m-setting li {
  padding: 7px 10px;
  cursor: default;
}
.m-setting li input {
  float: right;
  cursor: pointer;
}
@media(max-width:1200px) {
  .m-overflow {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .mobile-map-help { display: block; }
}
.m-setting:hover ul { display: block; }
.m-setting .list { margin-top: -30px; }
.m-itext {
  transition: all .4s;
  margin: -8em 0 0 -7.5em;
  cursor: default;
  width: 0;
  height: 0;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  background-color: rgba(51,51,51,0.88);
  color: #fafafa;
  position: absolute;
  z-index: 90;
}
.map-icon:hover .m-itext {
  width: 175px;
  height: 75px;
  border-radius: 7px;
  padding: 5px;
  font-size: 10px;
}
.m-itext b { text-align: center; }
.m-itext p { text-align: left; }
.m-itext i {
  display: block;
  position: absolute;
  font-size: 2em;
  color: rgba(51,51,51,0.88);
  margin: 2.9em 0 0 3.65em;
}
/* End StateMap Page */

/* News Page*/
.header-news { margin-top: -1em; display: flow-root; }
.header-news h1 { margin: 0; float: left; }
.header-news a { text-decoration: none; float: right; font-size: 24px; }
.news {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.news_block {
  background: #fff;
  box-shadow: 0px -13px 15px 0px rgba(0,0,0,0.03), inset 0px -20px 20px 20px rgb(250,250,250);
  display: inline-grid;
  border-radius: 20px;
  padding: 9px;
  margin: 1em;
  width: 350px;
  height: 300px;
}
.news_block .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 120px;
}
.news_block .link { padding: 0; transition: all .3s; height: 120px; }
.news_block .link:hover { padding: 0 1em; opacity: 0.8; }
.news_block .title { font-weight: 600; }
.news_block .desc { font-size: 14px; }
.news-page-list {
  display: block;
  height: 30px;
  margin-top: 2em;
  border-radius: 20px;
  padding: 5px 15px;
  box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.1);
  text-align: right;
  font-weight: 700;
}
.inf { font-size: 11px; margin: 10px; }
.inf a {
  color: #d6d6d6;
  float: left;
  text-decoration: none;
  transition: all .3s;
}
.inf a:hover { opacity: 0.8; }
.inf form { display: unset; text-align: center; }
.inf form button {
  border: 0;
  background: none;
  color: #d6d6d6;
  transition: all .3s;
}
.inf form button:hover { color: #333; }
.inf span {
  color: #d6d6d6;
  float: right;
  cursor: default;
  font-weight: 600;
}
.news-view { width: 100%; margin-top: -1em; }
.news-view .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  margin-bottom: 1em;
  height: 200px;
}
.news-view .content {
  font-size: 15px;
  border-radius: 20px;
  padding: 1em;
  background: #fff;
  box-shadow: 0px -13px 15px 0px rgba(0,0,0,0.03), inset 0px -20px 20px 20px rgb(250,250,250);
}
.news-view .content .inf {
  margin: 0;
  margin-bottom: 2em;
}
.news-view .news-list {
  display: block;
  height: 30px;
  border-radius: 20px;
  padding: 5px 15px;
  box-shadow: 0px -13px 15px 0px rgba(0,0,0,0.03), inset 0px -20px 20px 20px rgb(250,250,250);
  text-align: right;
  font-weight: 700;
  margin-bottom: 1em;
}
.news-view .news-list .previous { float: left; }
.news-view .news-list .next { float: right; }
/* End News Page */

/* Transfer Page */
.c-transfer {
  background: #fff;
  border-radius: 20px;
  box-shadow: 20em 0px 0px 0px rgba(0,0,0,0), inset 35em 0px 30px 0px rgb(250,250,250);
  padding: 2em;
  text-align: center;
}
.t-form {
  float: left;
  text-align: left;
  max-width: 35%;
  display: grid;
  width: 300px;
  font-size: 14px;
  margin-left: 3em;
}
.t-form select.srv {
  border-radius: 20px;
  width: 100%;
  padding: 10px;
  padding-left: 3.2em;
  margin: 5px auto;
  border: none;
  background-color: #e2e2e2;
  background-position-x: 5px;
  background-repeat: no-repeat;
  background-image: url('/img/d-server-span.png?1');
}
.t-form input {
  border-radius: 20px;
  width: 100%;
  padding: 10px;
  padding-left: 3.2em;
  margin: 5px auto;
  border: none;
  background-color: #e2e2e2;
  background-position-x: 5px;
  background-repeat: no-repeat;
}
.t-form input.nick { background-image: url('/img/d-user-span.png?1'); }
.t-form input.pass { background-image: url('/img/t-pass-span.png?1'); margin-bottom: 2em; }
.t-form input.sumb {
  width: 50%;
  color: #fafafa;
  padding-left: 10px;
  background: #e90e8e;
  background-image: url('/img/t-btn.png?1');
  background-repeat: no-repeat;
  transition: all .3s;
  box-shadow: 0 0 30px 0 rgba(179,29,117,0.5), inset 0px -20px 7px 0 rgba(179,29,117,0.65);
}
.t-form input.sumb:hover { color: #fafafa; opacity: 0.8; }
.t-form span {
  color: #d30d55;
  text-align: center;
  font-size: 12px;
  margin: 0.5em 1em;
}
.t-form label { font-family: 'GothamProMedium', sans-serif; padding-left: 1em; color: #d6d6d6; }
.t-form input::placeholder { color: #000; opacity: 0.5; }
.c-transfer .t-info { float: right; text-align: right; max-width: 55%; }
.t-info strong, .t-info b { color: #d30d55; }
.t-form input[type="file"] {
    border-radius: 20px;
    width: 100%;
    padding: 10px;
    margin: 5px auto;
    background-color: #e2e2e2;
    background-position-x: right;
    background-repeat: no-repeat;
    background-image: url('/img/t-download-span.png?1');
    cursor: pointer;
    float: left;
    padding-left: 14px;
    height: 40px;
    font-size: 12px;
    padding-top: 20px;
    color: #333;
}
.t-form input[type="file"]+label {
    color: #333;
    margin-top: -3em;
    z-index: 1;
}
.t-form input[type="file"]+label:hover { cursor: pointer; }
.t-form input[type="file"]:active,
.t-form input[type="file"]:hover,
.t-form input[type="file"]:focus { outline: 0; outline-offset: 0; }
.t-form input[type="file"]::-webkit-file-upload-button {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
/* End Transfer Page */

/* Monitoring Page */
.m-header {
    width: 100%;
    margin-top: 1em;
    display: inline-flex;
    height: 3.5em;
    border-radius: 20px;
    padding: 5px 15px;
    box-shadow: 0px -13px 15px 0px rgba(0,0,0,0.03), inset 0px -20px 20px 20px rgb(250,250,250);
    text-align: left;
    font-weight: 700;
    margin-bottom: 1em;
    font-size: 18px;
}
.m-header span, .m-header .m-select, .m-header a { margin: auto 0; }
.m-header span { margin-left: 3em; cursor: default; }
.m-header span.line {
    color: #d6d6d6;
    text-shadow: 10px 0px 15px #d6d6d6;
    font-size: 2em;
    margin: auto 1em;
    cursor: default;
}
.m-header .m-select { margin: auto; cursor: default; }
.m-header .m-select a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s;
    margin: 0 1em;
}
.m-header .m-select a.active {
    color: #e90e8e;
    font-weight: 600;
}
.m-header .m-select a:hover { color: #e90e8e; }
.m-header a.viewtop {
    margin-right: 3em;
    color: #fafafa;
    background: #333;
    border-radius: 2em;
    padding: 2px 20px;
    text-decoration: none;
    transition: all .5s;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2), inset 0px -5px 10px 0 rgba(0,0,0,0.2);
}
.m-header a.v-active { background: #e90e8e; }
.m-header a.viewtop:hover { background: #e90e8e; }
.m-body {
    width: 100%;
    height: 450px;
    display: inline-flex;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 10px rgba(0,0,0,.035);
    padding: 2em;
    text-align: center;
}
.m-navigation {
    display: inline-flex;
    float: left;
    width: 280px;
    margin: -2em 0;
    margin-right: 2em;
    transform: translateX(-2em);
    background: #fafafa;
    box-shadow: inset -10px 0px 20px 0px #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.m-navigation div {
    display: inline-grid;
    margin: auto 0;
    padding: 4em 4em 4em 2em;
    font-size: 14px;
    line-height: 24px;
    transition: all .5s;
    overflow: hidden;
    overflow-y: overlay;
}
.m-navigation div button {
    border: 0;
    background: none;
    color: #333;
    transition: all .3s;
    text-align: left;
}
.m-navigation div button.n_active { color: #e90e8e; }
.m-navigation div button:hover { color: #e90e8e; }
.m-navigation div.frac {
    display: none;
    height: 100%;
    padding: 1em 4em 1em 2em;
}
.m-navigation div.frac::-webkit-scrollbar { width: 3px; }
.m-table { margin: auto; width: 70%; height: 100%; }
.m-table strong {
    display: inherit;
    text-align: left;
    margin-top: -10px;
    padding-bottom: 10px;
    font-weight: 500;
}
.m-table table { display: inline-flex; transition: all .5s; margin-top: 1em; }
.m-table table.none { display: none; }
.m-table table thead {
    transform: translateY(-2.5em);
    position: absolute;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 0;
}
.m-table table thead tr td { border: 0; }
.m-table table thead tr td.peak { text-align: right; }
.m-table table tbody tr td.status { color: #808080; font-weight: 500; }
.m-table table tbody tr td.online { color: #008000; font-weight: 600; }
/* End Monitoring Page */

/* Login Page */
.ucp_login {
    margin: auto;
    margin-top: 1cm;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 2em;
    text-align: center;
    box-shadow: inset 20em 0px 30px 0px rgb(250,250,250), inset -20em 0px 30px 0px rgb(250,250,250);
}
.ucp_login form { display: inline-grid; max-width: 400px; }
.ucp_login form span { font-size: 15px; margin-bottom: 4px; }
.ucp_login form p a { color: #d30d55; }
.ucp_login form select, .ucp_login form input {
    border-radius: 2em;
    width: 100%;
    padding: 10px;
    padding-left: 1.4em;
    margin: 5px auto;
    margin-bottom: 1.6em;
    border: none;
    background-color: #f0f0f0;
    box-shadow: inset 0px -20px 7px 0 rgba(255,255,255,0.55);
}
.ucp_login form button {
    font-size: 16px;
    color: #fafafa;
    padding-left: 10px;
    background: #e90e8e;
    background-image: url('/img/auth-btn.png?1');
    background-repeat: no-repeat;
    transition: all .3s;
    box-shadow: 0 0 30px 0 rgba(179,29,117,0.5), inset 0px -20px 7px 0 rgba(179,29,117,0.65);
    margin-top: 2em;
    border: none;
    padding: 10px;
    border-radius: 20px;
}
/* End Login Page */

/* UCP Page */
.m-header .m-select a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s;
    margin: 0 1em;
}
.ucp_header {
    width: 70%;
    background: #e2e2e2;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    margin: 1cm auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.ucp_header a {
    color: #333;
    text-decoration: none;
    border-radius: 20px;
    transition: all .5s;
    margin: auto 0;
    padding: 0.5em 1em;
    background: #e2e2e2;
    font-size: 14px;
}
.ucp_header a:hover { color: #fafafa; background: #e90e8e; box-shadow: inset 0px -5px 10px 0 rgba(0,0,0,0.2); }
.ucp_header a.active { color: #fafafa; background: #e90e8e; box-shadow: inset 0px -5px 10px 0 rgba(0,0,0,0.2); }
.ucp_body {
    width: 100%;
    display: flex;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 10px rgba(0,0,0,.035);
    padding: 2em;
    text-align: center;
}
.ucp_navigation {
    transform: translateX(1.2cm);
    display: inline-grid;
    float: right;
    margin: -1em 0 -1em auto;
    height: 100%;
}
.ucp_navigation button {
    background: #e2e2e2;
    transition: all .5s;
    text-align: center;
    padding-right: 5px;
    color: #afafaf;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 5px auto;
    border: 0;
}
.ucp_navigation button:hover { color: #fff; background: #e90e8e; box-shadow: inset 0px -5px 10px 0 rgba(0,0,0,0.1); }
.ucp_navigation button.active { color: #fff; background: #e90e8e; box-shadow: inset 0px -5px 10px 0 rgba(0,0,0,0.1); }
.ucp_navigation button div {
    transition: all .5s;
    margin-top: -63%;
    font-size: 0;
    line-height: 14px;
    color: #333;
    text-align: right;
    position: absolute;
    right: 1.2cm;
    width: max-content;
    background: none;
    border-radius: 20px;
    padding: 0;
    z-index: 10;
}
.ucp_navigation button:hover div { background: #e2e2e2; font-size: 14px; padding: 5px 10px; }
.ucp_none { display: none; transition: all .5s; opacity: 0; }
.ucp_info { display: flex; }
.ucp_info .img_section {
    height: 100%;
    margin: auto 1cm;
    margin-right: 2cm;
    display: inherit;
}
.ucp_info .img_section .img {
    display: grid;
    margin: auto;
    width: 225px;
    height: 225px;
    border-radius: 20cm;
    background-color: #e90e8e;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/img/ucp_span.png?1');
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.25);
}
.ucp_info .img_section .img img {
    width: 100%;
    height: 100%;
    border-radius: 20cm;
    margin: auto auto 0;
}
.ucp_info .img_s_none { margin-right: 1cm; }
.ucp_info .img_s_none .img {
    width: 272px;
    height: 272px;
    background-size: contain;
    background-color: unset;
    border-radius: unset;
    box-shadow: unset;
}
.ucp_info .section h2 { text-align: left; color: #e90e8e; }
.ucp_info .section h2 b {
    display: block;
    font-weight: 500;
    color: #d0d0d0;
    font-size: 16px;
}
.info_grid {
    display: grid;
    font-family: 'GothamProMedium', sans-serif;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1cm;
    grid-gap: 1cm 3cm;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.info_grid ul { display: inline-grid; padding: 0; }
.info_grid ul li { display: block; }
.info_grid ul li span { color: #e90e8e; }
.ucp_info .sc_one { width: 18cm; }
.ig_one { grid-template-columns: repeat(1, 1fr); grid-gap: 0; }
.ig_one ul {
    margin: 5px 0;
    border-bottom: 1px dotted;
    border-color: #d3d3d3;
}
.ig_one ul li b {
    float: left;
    font-weight: 500;
    background: #fff;
    margin-bottom: -.31em;
}
.ig_one ul li span {
    float: right;
    background: #fff;
    margin-bottom: -.31em;
}
.ig_one ul li span b { font-weight: 500; font-size: 13px; float: right; display: contents; }
.ig_two { grid-template-columns: repeat(1, 1fr); grid-gap: 0; margin-top: 1.75cm; }
.ig_two ul li { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 5px 10px; }
.lic_img {
    display: grid;
    margin: auto;
    width: 100px;
    height: 100px;
    color: #d0d0d0;
    border-radius: 20px;
    background: #e2e2e2;
    background-repeat: no-repeat;
    background-position: center;
}
.lic_img div.check { margin: auto 12px 3px auto; font-size: 18px; }
.lic_inf { font-size: 14px; color: #d0d0d0; text-align: center; margin: 0 auto; }
.lic_inf b {
    font-weight: 500;
    display: block;
    color: #e90e8e;
    margin-top: 2px;
    opacity: 0.75;
    font-size: 14px;
    line-height: 12px;
    font-variant: all-small-caps;
}
.ig_three { grid-gap: 0; }
.ig_three ul { margin: auto 0; }
.ig_three ul li { display: flex; }
.ig_three ul li div {
    display: grid;
    margin: auto 0;
    float: left;
    width: 85px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ig_three ul li strong { margin: auto 10px; font-weight: 500; }
.sc_h2 { margin-top: 1em; }
.ig_car { grid-template-columns: repeat(2, 1fr); grid-gap: 1em 0; }
.ig_car ul { margin: auto; grid-gap: 1em; }
.ig_car ul li { display: flex; }
.ig_car ul li .car_img {
    display: grid;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: grayscale(1) drop-shadow(0 0 15px rgba(0,0,0,0.5));
    /*filter: hue-rotate(0deg);*/
    width: 85px;
    height: 85px;
}
.ig_car ul li .car { margin: auto 20px; }
.ig_car ul li .car strong { color: #e90e8e; font-weight: 500; }
.ig_car ul li .car span { color: #d0d0d0; font-weight: 500; }
.ig_car ul li .car b { color: #b31d75; font-weight: 500; font-variant: all-small-caps; }
.biz_none { display: none; }
.biz_next {
    color: #333;
    opacity: 0.75;
    border: 0;
    background: unset;
    display: block;
    float: right;
    margin: auto 0;
    font-size: 16px;
    transition: all .5s;
    font-variant-caps: all-small-caps;
}
.biz_next:hover { color: #e90e8e; }
.ig_form ul.none { border-bottom: unset; }
.ig_form div.info {
    margin-top: 1cm;
    font-size: 14px;
    text-align: center;
    color: #d0d0d0;
}
.ig_form button {
    display: block;
    margin: auto;
    border: 0;
    color: #fafafa;
    background: #333;
    border-radius: 2em;
    padding: 2px 20px;
    text-decoration: none;
    transition: all .5s;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2), inset 0px -5px 10px 0 rgba(0,0,0,0.2);
}
.ig_form button:hover { background: #e90e8e; }
.ig_form ul li span { font-weight: 500; cursor: pointer; }
.ig_form ul li span.gr { float: unset; cursor: default; color: #d0d0d0; }
.vip_form {
	margin-top: 2em;
	display: grid;
    grid-template-columns: 1fr 1fr;
}
.vip_form input {
	border-radius: 20px;
    width: 100%;
    padding: 5px 1em;
    margin: 5px auto;
    border: none;
    background-color: #e2e2e2;
}
.vip_form button {
	border-radius: 20px;
    padding: 5px 1em;
}
.ucp_a_head {
    display: block;
    font-size: 18px;
    border-radius: 20px;
    padding: 10px 15px;
    box-shadow: 0px -13px 15px 0px rgba(0,0,0,0.03), inset 0px -20px 20px 20px rgb(250,250,250);
    text-align: center;
    margin-bottom: 1em;
}
.ucp_a_head p {
	color: #d0d0d0;
    font-size: 15px;
    margin-top: 10px;
}
.ucp_achiev {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    width: 100%;
    padding: 1em;
}
.ucp_a_main {
    display: grid;
    background: #fff;
    background-blend-mode: luminosity;
    box-shadow: 0px -13px 15px 0px rgba(0,0,0,0.03), inset 0px -20px 20px 20px rgb(250,250,250);
    border-radius: 20px;
    padding: 1em;
    margin: 1em;
    width: 350px;
    height: 400px;
}
.ucp_a_block { display: inline-grid; height: 50%; }
.ucp_a_block ul {
    margin: 0;
    padding: 0 1em;
    font-size: 15px;
}
.ucp_a_block ul b,
.ucp_a_block ul i {
    margin-top: -18px;
    background: #fff;
    border-radius: 10px;
    padding: 6px 12px;
    box-shadow: 0px -13px 15px 0px rgba(0,0,0,0.03), inset 0px 20px 15px 0px rgb(250,250,250);
    transition: all .5s;
    font-weight: 600;
    text-shadow: unset;
    color: #333;
}
.ucp_a_block ul b { display: block; float: left; font-variant-caps: all-small-caps; }
.ucp_a_block ul i { float: right; cursor: pointer; }
.ucp_a_block ul i:hover { color: #e90e8e; }
.ucp_a_block strong,
.ucp_a_block b {
    transition: all .5s;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 1px #000, 0 0 5px #000, 3px 3px 25px #333;
}
.ucp_a_block strong {
    font-family: 'GothamProLight', sans-serif;
    display: block;
    font-size: 17px;
    font-weight: 600;
}
.ucp_a_block b { display: none; }
.ucp_roulette {
    display: block;
    width: 100%;
}
.ucp_roulette h4 {
    font-weight: 600;
    color: #d0d0d0;
}
.r_live {
    display: flex;
	justify-content: center;
    margin: auto;
	transition: all .5s;
    height: 80px;
    padding: 8px;
    grid-gap: 8px;
    background: #e2e2e2;
    box-shadow: inset -1cm 0 2em -1em #fafafa, inset 1cm 0 2em -1em #fafafa;
}
.item_bg_live {
    display: grid;
    margin: auto;
    max-width: 64px;
    max-height: 64px;
	width: -webkit-fill-available;
    height: -webkit-fill-available;
	transition: all .5s;
    border-radius: 20cm;
    background: linear-gradient(135deg, #e2e2e2, #d0d0d0);
}
.r_live .block {
    height: 64px;
    border-radius: 20cm;
    transition: all .5s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.75cm;
}
.r_livetext {
    display: grid;
    transition: all .5s;
    font-size: 0;
    line-height: 14px;
    color: #333;
    text-align: center;
    position: absolute;
    max-width: 196px;
    background: none;
    border-radius: 20px;
    margin-top: 72px;
    margin-left: -1%;
    padding: 0;
    z-index: 10;
}
.r_livetext b,
.r_livetext span { font-size: 0; transition: all .5s; }
.r_livetext b { font-weight: 100; color: #808080; }
.r_live .block:hover { transition: all .5s; background-size: 1.35cm; }
.r_live .block:hover .r_livetext { background: #e2e2e2; font-size: 12px; padding: 5px 10px; }
.r_live .block:hover .r_livetext b,
.r_live .block:hover .r_livetext span { font-size: 11px; }
.r_roulette {
    display: flex;
    margin: auto auto 1cm;
}
.r_side {
    width: 60px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('/img/r_side.png?1');
    margin: auto;
    z-index: 5;
}
.r_info {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    overflow: hidden;
    z-index: 5;
    margin: 2cm auto 10px;
}
.r_info .r_left {
    text-align: right;
    margin-right: 20%;
}
.r_info .r_right {
    text-align: left;
    margin-left: 20%;
    transition: all .5s;
    max-width: 275px;
}
.r_info .r_left,
.r_info .r_right,
.r_info .r_left b,
.r_info .r_right b { font-weight: 500; }
.r_info .r_right:hover { cursor: pointer; color: #e90e8e; }
.r_roulette .left {
    margin-right: -1cm;
}
.r_roulette .right {
    margin-left: -1cm;
    transform: scale(-1, 1);
}
.r_roulette div.r_center {
    display: grid;
    transition: all .5s;
    height: 112px;
    width: 75%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 10px rgba(0,0,0,.035);
    padding: 8px;
    text-align: center;
}
.r_roulette div.r_center .level {
    width: 10px;
    height: 32px;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('/img/d-line-2.png?1');
    margin: auto;
    z-index: 4;
}
.r_roulette div.r_center .top {
    margin-top: -2em;
}
.r_roulette div.r_center .bottom {
    margin-bottom: -2em;
}
.rr_items {
    width: 90%;
    display: flex;
    margin: -1cm auto;
    justify-content: center;
    position: relative;
    overflow: hidden;
    top: 22px;
}
.rr_shadow {
    height: inherit;
    box-shadow: inset -3cm 0 2cm -2cm #fff, inset 3cm 0 2cm -2cm #fff;
    top: -10px;
}
.item_bg {
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 20cm;
    background: linear-gradient(135deg, #e2e2e2, #d0d0d0);
    margin: auto 8px;
}
.r_item {
    height: 96px;
    border-radius: 20cm;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.r_form button {
    width: 200px;
    border: 0;
    border-radius: 20cm;
    margin-bottom: 1em;
    padding: 8px;
    font-size: 16px;
    color: #fafafa;
    background: #e90e8e;
    background-image: url('/img/t-btn.png?1');
    background-repeat: no-repeat;
    transition: all .3s;
    box-shadow: 0 0 30px 0 rgba(179,29,117,0.5), inset 0px -20px 7px 0 rgba(179,29,117,0.65);
}
.r_form button:hover { color: #fafafa; opacity: 0.8; }
.r_balance {
    display: block;
    margin: auto;
    color: #008000;
    font-weight: 600;
    font-size: 17px;
}
.r_i_btn {
    display: table;
    margin: 1cm auto;
    background: #e2e2e2;
    border-radius: 20px;
    font-size: 16px;
    color: #808080;
    padding: 7px 1cm;
    text-decoration: none;
    transition: all .5s;
}
.r_i_btn:hover {
    cursor: pointer;
    color: #fafafa;
    background: #e90e8e;
    text-decoration: none;
}
.r_prizes {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    overflow: hidden;
    grid-gap: 1em;
    width: 65%;
}
.r_p_bg {
    display: grid;
    margin: auto;
    max-width: 96px;
    max-height: 96px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    transition: all .5s;
    border-radius: 20cm;
    background: linear-gradient(135deg, #e2e2e2, #d0d0d0);
}
.r_p_item {
    height: 96px;
    border-radius: 20cm;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.r_prizetext {
    display: grid;
    height: 0;
    width: 0;
    padding: 0;
    font-size: 0;
    border-radius: 20cm;
    transition: all .5s;
    line-height: 14px;
    color: #333;
    text-align: center;
    position: absolute;
    background: none;
    overflow: hidden;
    z-index: 1;
}
.r_p_item:hover .r_prizetext {
    height: 96px;
    width: 96px;
    background: rgba(226, 226, 226, 0.9);
    font-size: 12px;
    padding: 12px;
}
.r_p_item:hover .r_prizetext b,
.r_p_item:hover .r_prizetext span { font-weight: 500; margin: auto; }
.r_items {
    min-height: 500px;
    background-image: unset;
    box-shadow: unset;
}
.r_items .other_body { background-image: unset; }
.items_list { font-size: 13px; }
.items_list .rb_use { color: #008000; }
.items_list .rb_transfer { color: #e5c100; }
.items_list .rb_sell { color: #cc0000; }
.items_list .rb_use,
.items_list .rb_transfer,
.items_list .rb_sell {
    transition: all .5s;
    font-size: 12px;
    font-weight: 600;
}
.items_list .rb_use:hover,
.items_list .rb_transfer:hover,
.items_list .rb_sell:hover { opacity: 0.65; cursor: pointer; }



/* End UCP Page */

/* Other */
.my-table {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    display: inline-flex;
    transition: all .5s;
    overflow: hidden;
    overflow-y: overlay;
    border: 0;
}
.my-table > tbody,
.my-table > tbody,
.my-table > tfoot,
.my-table > tfoot,
.my-table > thead,
.my-table > thead {
    width: -webkit-fill-available;
    display: inline-table;
    margin: auto;
}
.items_list tbody {
    margin: 0 auto auto;
}
.my-table > tbody > tr.thead > td,
.my-table > tbody > tr.thead > th,
.my-table > tfoot > tr.thead > td,
.my-table > tfoot > tr.thead > th,
.my-table > thead > tr.thead > td,
.my-table > thead > tr.thead > th {
    border-bottom: 2px solid #d6d6d6;
    font-weight: 600;
}
.my-table > tbody > tr > td,
.my-table > tbody > tr > th,
.my-table > tfoot > tr > td,
.my-table > tfoot > tr > th,
.my-table > thead > tr > td,
.my-table > thead > tr > th {
    border: 1px solid #d6d6d6;
    font-weight: 500;
}
.my-table::-webkit-scrollbar { width: 3px; }
.g-recaptcha {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
}
.my_checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.my_checkbox > span {
    display: inline-flex;
    align-items: center;
}
.my_checkbox > span::before,
.my_checkbox > input:checked + span::before,
.my_checkbox > input:not(:disabled):active + span::before {
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.my_checkbox > span::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #e2e2e2;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.my_checkbox > input:not(:disabled):not(:checked) + span:hover::before { border-color: #e2e2e2; }
.my_checkbox > input:not(:disabled):active + span::before {
    background-color: #e90e8e;
    border-color: #e2e2e2;
}
.my_checkbox > input:focus + span::before { box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05); }
.my_checkbox > input:focus:not(:checked) + span::before { border-color: #e2e2e2; }
.my_checkbox > input:checked + span::before {
    border-color: #e2e2e2;
    background-color: #e90e8e;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.my_checkbox > input:disabled + span::before { background-color: #e90e8e; }
.video_bg {
    display: none;
    overflow-x: hidden;
    overflow-y: visible;
    background: rgba(0,0,0,0.75);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 77;
}
.video_bg .video_player {
    overflow: hidden;
    z-index: 88;
}
.video_bg .video_player .video {
    overflow: hidden;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.table-content-log ul {
    display: inline-flex;
}
/* End Other */

/*# sourceMappingURL=media.css.map */
