@font-face {
  font-family: main__site__font;
  src: url("./fonts/Kanit-Regular.ttf");
}

body {
  font-family: main__site__font;
  font-size: 18px;
  background-image: url(../img/bg.png);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
}

#navbar{
  background-image: linear-gradient(182deg, #b9172b 0%, #320e14 100%);
  
}

::-webkit-scrollbar {
  background: transparent;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}


::-webkit-scrollbar-track {
  background: #e6e8ec;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #d5d5d5;
}

::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 10px;
  transition: .2s;
}

::-webkit-scrollbar-thumb:hover {
  background: #787878;
}


.button__gold__login {
  position: relative;
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
  color: #000;
  background: linear-gradient(180deg, #f5d174 0, #af7e00);
  line-height: 26px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: .9rem;
  border-radius: 5px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}


.button__gold__nav {
  /* background-image: linear-gradient(180deg,#ffdf46,#ffdc42 23.96%,#feeb52 49.48%,#fbc316 71.87%,#f69b09); */
  background-image: linear-gradient(180deg,#3b3b3b,#050505);
  border: 1px solid  #ff1b1b;
  animation: glowing 1300ms infinite;
}

/* .a_button:before {
  background: linear-gradient( 270deg, rgba(234, 182, 113, 0), #7c0c0c 50.8%, rgba(234, 182, 113, 0));
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  mix-blend-mode: screen;
  top: -2px;
} */


.a_button:after{
  background: linear-gradient( 270deg, rgba(234, 182, 113, 0), #830000 50.8%, rgba(234, 182, 113, 0));
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  mix-blend-mode: screen;
  bottom: -4px;
}

.button__white__nav {
  background-image: linear-gradient(180deg,#fff,#cdcdcd);
  animation: glowing 1300ms infinite;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 5px #ff1b1b;
  }

  50% {
    box-shadow: 0 0 12px #ff1111 ;
  }

  100% {
    box-shadow: 0 0 5px #ff0d0d;
  }
}



.animated-button1 {
  padding: 10px 29px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
}

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 217, 0);
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
  color: white;
}



.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(gold));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), gold);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(gold));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), gold);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(gold));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), gold);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(gold));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), gold);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.text_ani__color__white {
  display: inline-block;
  font-weight: 700;
  background: white -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, rgb(91, 1, 194)), to(#fff));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* .text_ani__color__black {
  display: inline-block;
  font-weight: 700;
  background: black -webkit-gradient(linear, 100% 0, 0 0, from(black), color-stop(.5, rgb(91, 1, 194)), to(black));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
} */

.text_ani__color__black {
  display: inline-block;
  font-weight: 700;
  background: rgb(255, 255, 255) -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #ef0000), to(#fff));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes x-shimmer {
  0% {
    background-position: -200px top
  }

  to {
    background-position: 200px top
  }
}


.grolwing__gold {
  top: 50%;
  left: 50%;
  width: 82%;
  height: 56%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: glowing2 1700ms infinite;
  border-radius: 50px;
}

@keyframes glowing2 {
  0% {
    box-shadow: 0 0 10px #FFFFAC;
  }

  50% {
    box-shadow: 0 0 30px gold;
  }

  100% {
    box-shadow: 0 0 10px #FFFFAC;
  }
}



@media only screen and (min-width: 1280px) {
  .bg__content__bounce {
    display: block;
    position: absolute;
    width: 220px;
    height: 220px;
    top: 75%;
    left: 50%;
    background: linear-gradient(180deg, #424242, #000);
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
}

.border__tab:after, .border__tab:before {
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 10%, #eab671 50%, transparent 90%);
}

.text__content {
  background: linear-gradient(#fff 10%, #979899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text__content__highlight {
  background: linear-gradient(#f5d174 10%, #af7e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}



.star__animation {
  animation: starAnimate .9s ease-in infinite alternate;
}

.login__animation {
  animation: x-rotate-item 1s infinite;
}

.star__ :hover {
  scale: 1.1;
}

.nav__footer::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #cbaf63, #725108);
}

.border__nav {
  border-right: 1px solid hsla(0, 0%, 100%, .1);
}

.border__nav__show {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 7px;
  overflow: hidden;
  animation: x-opacity-glow-fading-up 2.5s infinite alternate;
  transition: all 2.5s linear;
  border-radius: 12px;
  box-shadow: 0 0 2px #fff, 0 0 6px hsl(0deg 0% 100% / 70%), 0 0 12px hsl(0deg 0% 100% / 70%), 0 0 24px hsl(0deg 0% 100% / 70%), 0 0 30px hsl(0deg 0% 100% / 70%);
}


.menuicon {
  margin-left: auto;
  transition: all .3s;
  margin-right: 25px;
}

.menuicon.animate__slideInDown {
  --animate-duration: 0.5s;
}

.menuicon ul {
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.menuicon ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menuicon ul li a {
  width: fit-content;
  padding: 0 15px;
  max-width: 95px;
  height: 110px;
  padding: 0 2px 2px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  /* background-image: linear-gradient(180deg, #3a3a3a, #101010), linear-gradient(180deg, #e7ba5c, #151515); */
  background-image: radial-gradient(ellipse farthest-side at 50% 0%, rgba(255,255,255,0.61) 0%,rgb(218,96,96) 31%, rgb(198,69,69) 56%, rgb(157,1,1) 100%);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
  transition: all .3s;
}

.menuicon ul li a:hover,
.menuicon ul li.current_page_item a {
  /* background-image: linear-gradient(180deg, #3a3a3a, #101010), linear-gradient(180deg, #e7ba5c, #151515); */
  background-image: linear-gradient( 180deg ,#c90202,#2e0b06),linear-gradient( 180deg ,#ff5858,#990e00);
}

.menuicon ul li img {
  width: 45px;
  display: block;
  margin: 0 13px;
  transition: all .3s;
  padding: 0 !important;
  -webkit-filter: drop-shadow(0px 0px 5px rgb(0 0 0));
  filter: drop-shadow(0px 0px 5px rgb(18 18 18));
}

.menuicon ul li a .menu-image-title-after.menu-image-title {
  padding: 0 !important;
}

@media (max-width:1120px) {
  .menuicon ul li a {
    margin-right: 5px;
  }

  .menuicon ul li img {
    width: 3.6vw;
  }
}

.overlaymenu {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #000000c9;
  z-index: -1;
  display: none;
}

.overlaymenu.active {
  display: block;
}


@media (max-width:991px) {
  .menuicon {
    display: none;
  }

  .menuicon.active {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin-left: 0;
    z-index: 1;
    margin: 0;
  }

  .menuicon ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .menuicon ul li {
    margin: 10px auto;
  }

  .menuicon ul li a {
    border-radius: 20px;
    max-width: 150px;
  }

  .menuicon ul li a img {
    width: 50px;
    margin: 0 20px;
  }
}

@media (min-width:991px) {

  .menuicon.active {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin-left: 0;
    z-index: 1;
    margin: 0;
  }

  .menuicon ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .menuicon ul li {
    margin: 10px auto;
  }

  .menuicon ul li a {
    border-radius: 20px;
    max-width: 150px;
  }

  .menuicon ul li a img {
    width: 50px;
    margin: 0 18px;
  }
}

@media (max-width:440px) {
  .menuicon ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.lightning img {
  position: fixed;
  width: 100%;
  max-width: 338px !important;
  top: -79px;
  left: -42px;
  animation: lightning 5s ease 0s infinite normal none;
  z-index: 110;
}

@media only screen and (min-width: 1280px) {
  .lightning img {
    position: fixed;
    width: 100%;
    max-width: 338px !important;
    top: -79px;
    left: -42px;
    animation: lightning 5s ease 0s infinite normal none;
    z-index: 110;
  }
}

@media (max-width: 767px){
.fix_mobile {
    width: 100% !important;
}
}

.fix_mobile{
  width: calc(100% - 200px);
}

.newsboxhead{
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 0 10px #00000078;
}

.newsboxhead .-icon-container {
  position: absolute;
  padding: 0 10px;
  z-index: 1;
}

.newsboxhead span {
  animation: marquee 20s linear infinite;
  white-space: nowrap;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .newsboxhead span {
    animation: marquee 10s linear infinite;
  }
}

@media only screen and (max-width: 767px) {
  .fixedleft {
    width: 110px!important;
    position: relative!important;
    background: #0000007a!important;
    box-shadow: 0 0 10px black!important;
    border-radius: 20px!important;
    bottom: 0!important;
  }
  .sidegamebar {
    width: 110px!important;
    position: relative!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    height: 100%!important;
    z-index: 1!important;
    background: radial-gradient(ellipse farthest-side at 50% 0%, rgba(255,255,255,0.61) 0%,rgb(218,96,96) 31%, rgb(198,69,69) 56%, rgb(157,1,1) 100%)!important;
  }
  .tabgamemenu {
    transition: all .3s!important;
    position: -webkit-sticky!important;
    position: sticky!important;
    margin-top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    top: 50px!important;
    overflow: inherit!important;
  }
  
  .tabgamemenu ul li a {
    display: flex!important;
    flex-direction: column!important;
    flex-wrap: nowrap!important;
    align-content: center!important;
    justify-content: center!important;
    text-align: center!important;
  }
  
  .tabgamemenu ul li img {
    width: 40px!important;
    margin: 0 auto!important;
  }
  
  .linechatfixed {
    display: none !important;
}
}

.sidegamebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  background: radial-gradient(ellipse farthest-side at 50% 0%, rgba(255,255,255,0.61) 0%,rgb(218,96,96) 31%, rgb(198,69,69) 56%, rgb(157,1,1) 100%);
  padding-top: 90px;
  transition: all .3s;
}



  .sidegamebar::before {
    background: linear-gradient(45deg, transparent 0%, #ffe072 50%, transparent 100%);
    width: 2px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
  }


.tabgamemenu {
  transition: all .3s;
  position: absolute;
  margin-top: 60px;
  left: 0;
  right: 0;
  top: 38px;
  overflow: auto;
  bottom: 83px;
}

.tabgamemenu ul {
  margin: 0;
  padding: 0 10px;
}


.current_page_item a:hover {
  /* background: radial-gradient(100% 100% at 50% 0,#eeeeee 0,#7721e5 44%,#610096 100%); */
  background: linear-gradient( 180deg ,#810000,#2a0000);
  /* background: radial-gradient(100% 100% at 50% 0,#5a5a5a 0,#353535 44%,#2a2a2a 100%); */
}

.tabgamemenu ul li a {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /* background: radial-gradient(100% 100% at 50% 0,#5a5a5a 0,#353535 44%,#2a2a2a 100%); */
  background: radial-gradient(ellipse farthest-side at 50% 0%, rgba(255,255,255,0.61) 0%,rgb(218,96,96) 31%, rgb(198,69,69) 56%, rgb(157,1,1) 100%);
  position: relative;
  box-shadow: 0 5px 10px #000000b0;
  border-radius: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all .3s;
  font-size: 14px;
  position: relative;
  z-index: 11;
}

.tabgamemenu ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 55%;
  background: #ffe072;
  border-radius: 0 20px 20px 0;
}

.tabgamemenu ul li img {
  width: 60px;
  margin-right: 5px;
  padding: 0 !important;
}

.tabgamemenu ul li.current_page_item a img {
  -webkit-animation: x-floating-tab 1.5s ease-in-out infinite;
  animation: x-floating-tab 1.5s ease-in-out infinite;
}

.menu-item a img, img.menu-image-title-after, img.menu-image-title-before, img.menu-image-title-above, img.menu-image-title-below, .menu-image-hover-wrapper .menu-image-title-above {
  border: none;
  box-shadow: none;
  vertical-align: middle;
  width: auto;
  display: inline;
}

.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
  padding-left: 10px;
}

.tabgamemenu ul li span {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.linechatfixed img {
  width: 100%;
  max-width: 150px !important;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: auto ;
}

@media only screen and (max-width: 767px) {
  .fixedright {
    width: 100%!important;
    position: relative!important;
    top: 0!important;
    width: calc(100% - 110px)!important;
    margin-left: auto!important;
  }
  
}


.fixedright {
  width: calc(100% - 200px);
  background: #6d0000;
}

.-bg-container img:nth-child(1) {
  position: absolute;
  -webkit-animation: x-bg-1 4s ease infinite;
  animation: x-bg-1 4s ease infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
  width: 22%;
  left: 25%;
  top: 0%;
}

.banner_article {
  background: #00000080;
  color: white;
  position: relative;
  width: calc(100% - 200px);
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .banner_article {
    background: #00000080;
    color: white;
    position: relative;
    width: 100vw;
    margin-left: auto;
  }
  
}

footer {
  background: #00000080;
  color: white;
  position: relative;
  width: calc(100% - 200px);
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  footer {
    background: #00000080;
    color: white;
    position: relative;
    width: 100vw;
    margin-left: auto;
  }
  
}

.footer_banner1::before{
  background: linear-gradient(45deg, transparent 0%, #cfa10a 50%, transparent 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  content: "";
  z-index: 1;
}

.footer_banner1::after,.footer_banner2::after,.footer_slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 9;
  background: white;
  box-shadow: 0 0 5px #fff, 0 0 15px #c9b24a, 0 0 25px #d2ae09;
}

.footer_slide_color{
  background-image: linear-gradient(10deg, #a2131a 0%, #100000EB 100%);
}

.footer_slide_colornonetran{
  background-color: transparent;
    background-image: linear-gradient(180deg,#a2131a,#370003 );
}

#account-actions-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
}

#account-actions-mobile .-outer-wrapper {
  display: flex;
  align-items: flex-end;
}

#account-actions-mobile .-left-wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 22px;
}

#account-actions-mobile .-left-wrapper, #account-actions-mobile .-right-wrapper {
  display: flex;
  align-items: flex-end;
  flex: 1;
  z-index: 2;
  height: 70px;
  padding-bottom: 6px;
  background: linear-gradient(180deg, #dd3131 0%, #540e0e 100%);
  border-top: 3px solid #ffffff;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
}

#account-actions-mobile .-item-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  position: relative;
}

#account-actions-mobile .-item-wrapper .-textfooter {
  font-size: .875rem;
  color: #ffffff;
  transition: color .2s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin: 0 auto;
  margin-top: .25rem;
}

.-ic-img img {
  width: 34px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}

#account-actions-mobile .-center-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
  width: 74px;
  height: 74px;
  margin: 0 8px 16px;
  padding-bottom: 8px;
  color: #fff;
  background: linear-gradient(182deg, #ffffff, #100000);
  border-radius: 50%;
  box-shadow: 0 0 10px hsla(0, 0%, 100%, .4);
  animation: x-jello-horizontal 3s infinite both;
}

#account-actions-mobile .-center-wrapper .-selected {
  transition: all .4s;
  background-size: 450px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: 0 0;
  border-radius: 50%;
}

#account-actions-mobile .-center-wrapper .-selected, #account-actions-mobile .-center-wrapper .-selecting {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.-selected img {
  width: 77px !important;
  max-width: 77px !important;
  height: auto;
  position: absolute;
  top: 71%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: -18px;
}

.-selected h2 {
  position: absolute;
  font-size: 13px;
  bottom: 0px;
  font-weight: 300;
}

#account-actions-mobile .-fake-center-bg-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  overflow: hidden;
}

#account-actions-mobile .-fake-center-bg-wrapper svg {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 108px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


#account-actions-mobile .-right-wrapper {
  border-top-right-radius: 10px;
  border-top-left-radius: 22px;
}

.facebook-mobile{
  display: none;
  z-index: 100;
}

@media (max-width: 767px){
  .facebook-mobile {
    position: fixed;
    right: 12px;
    bottom: 73px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
}


.facebook-mobile img {
  width: 70px;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 5px rgb(0 0 0));
  filter: drop-shadow(0px 0px 5px rgb(0 0 0));
}
#account-actions-mobile .-fake-center-bg-wrapper svg path {
  fill: url(#rectangleGradient)
}

.bg_modal{
  background: radial-gradient(100% 100% at 50% 0,#eeeeeef8 0,#a6a6a6f6 44%,#4a4a4af3 100%);
}

@media (max-width: 768px){
  .menuicon.active {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin-left: 0;
    z-index: 1;
    margin: 0;
}
.menuicon ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

@media (max-width: 440px){
  .menuicon ul {
    grid-template-columns: 1fr 1fr 1fr;
}
}



@keyframes x-jello-horizontal {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
5% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
}
7.5% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
}
10% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
}
15% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
20% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
25%, 100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}



@keyframes x-floating-tab {
  0% {
   -webkit-transform: translateY(0) rotate(0);
   transform: translateY(0) rotate(0);
}
50% {
   -webkit-transform: translateY(-5px) rotate(
-1deg);
   transform: translateY(-5px) rotate(
-1deg);
}
100% {
   -webkit-transform: translateY(0) rotate(0);
   transform: translateY(0) rotate(0);
}
}


@keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes lightning {
  0.0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }

  20.4% {
    opacity: 0;
  }

  21.0% {
    opacity: 1;
  }

  22% {
    opacity: 0;
  }

  23% {
    opacity: 1;
  }

  50.4% {
    opacity: 0;
  }

  53.3% {
    opacity: 0;
  }

  56.9% {
    opacity: .5;
  }

  57% {
    opacity: 0;
  }

  59% {
    opacity: .5;
  }
}

.text__content{
  background: linear-gradient(#fff 10%,#979899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner_article{
  background-color: transparent;
  background-image: linear-gradient(90deg, #230044E6 0%, #000000EB 100%);
}

.loginregishead {
  right: 5px;
  margin: 2px;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
}

.btn-primary {
  position: relative;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
  border-radius: 12px;
  border: 1px solid transparent;
  background-image: linear-gradient(180deg,#3b3b3b,#050505), linear-gradient(125deg, #ff1b1b, #6c1e1e 31.53%, #ff0000 64.87%, #7a0000);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding: 0!important;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  line-height: 22px;
  transition: all .3s;
  display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
}

.btn-primary:before {
  background: linear-gradient( 270deg, rgba(234, 182, 113, 0), #7c0c0c 50.8%, rgba(234, 182, 113, 0));
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  mix-blend-mode: screen;
  top: -4px;
}

.btn-primary:after {
  background: linear-gradient( 270deg, rgba(234, 182, 113, 0), #830000 50.8%, rgba(234, 182, 113, 0));
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  mix-blend-mode: screen;
  bottom: -4px;
}


.border_regsis{
  background-color: transparent;
  background-image: linear-gradient(296deg, #00000099 25%, #a2131a 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}