@import url("bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@400");
@font-face {
  font-family: Hanuman;
  src: url(/assets/fonts/Hanuman-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: Hanuman;
  src: url(/assets/fonts/Hanuman-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Hanuman;
  src: url(/assets/fonts/Hanuman-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Hanuman;
  src: url(/assets/fonts/Hanuman-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Hanuman;
  src: url(/assets/fonts/Hanuman-Thin.ttf);
  font-weight: 100;
}
:root {
  --color-dark: #181829;
  --color-light-dark: #636e72;
  --color-red: #cc1412;
  --color-red-hover: #b1120f;
  --color-green: #6bcb80;
  --color-green-hover: #78e08f;
  --color-gold-over: #cdb984;
  --color-gold: #f8e1a3;
  --yelow-over: #e6ea00;
  --yellow: #faff00;
}

.m-icon {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  user-select: none;
}

*:not(.m-icon) {
  font-family: Hanuman, serif;
}

h1 {
  transform: translateY(5px);
}

a div {
  transform: translateY(2px);
}

a * {
  pointer-events: none;
}

a.link {
  color: var(--color-green);
}

a.link:hover {
  color: var(--color-green-hover);
}

.v-align-top {
  vertical-align: baseline;
}

.v-align-center {
  vertical-align: middle;
}

.v-align-bottom {
  vertical-align: bottom;
}

.fs-1 {
  font-size: 36px;
}

.fs-2 {
  font-size: 32px;
}

.fs-3 {
  font-size: 28px;
}

.fs-4 {
  font-size: 24px;
}

.fs-5 {
  font-size: 20px;
}

.fs-6 {
  font-size: 17px;
}

.w-33 {
  width: 33.3333333333% !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.pointer {
  cursor: pointer;
}

.text-gold {
  color: var(--color-gold);
}
.text-gold:hover {
  color: var(--color-gold-over);
}
.text-gold.over-none:hover {
  color: var(--color-gold);
}

.hr-gold {
  border: none;
  border-top: 1px solid var(--color-gold);
}

body {
  background: #191a1d;
  /* margin-bottom: 80px; */
  margin-bottom: 10px;
}

.navbar {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.navbar-dark {
  background: #282f45;
}
.navbar-dark button.menu .m-icon {
  color: var(--color-gold);
}
.navbar-dark img.logo {
  height: 45px;
}

.btn-login {
  color: #ffffff;
  background: #C30606;
  border-radius: 28.5px;
  padding: 8px 24px !important;
}
.btn-login:hover {
  color: #e7e7e7;
  background: #C30606;
}

.navbar a.btn-login {
  background: #C30606;
  animation: neon-btn-login 1s linear infinite;
}

@keyframes neon-btn-login {
  0% {box-shadow: 0px 0px 0px 0px #C30606;}
  50% {box-shadow: 0px 0px 20px 0px #C30606;}
}

.navbar a.btn-login img {
  width: 23.1px;
  Height: 21px;
}

.btn-register {
  /* padding: 2px 20px; */
  padding: 8px 24px !important;
  border-radius: 50px;
  background: #FDB602;
  /* border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid var(--color-gold);
  border-bottom: 1px solid var(--color-gold); */
}
.btn-register:hover {
  background: var(--yelow-over);
  border-top: 1px solid var(--color-gold);
  border-right: 1px solid var(--color-gold);
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.navbar .btn-register,
#login-form .btn-register[href="/#register"] {
  /* animation: btn-register-neon-color 1s linear infinite; */
  box-shadow: 0 0 14px 2px #FDB602;
}

@keyframes btn-register-neon-color {
  from, to {box-shadow: 0 0 2px 0px #FDB602;}
  50% {box-shadow: 0 0 14px 2px #FDB602;}
}

input {
  padding-top: 5px;
  border-radius: 8px;
}
input.error {
  border: 1px solid #C30606 !important;
}
input.success {
  border: 1px solid #13BF2F !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
input:-webkit-autofill{
    background: unset;
}

.navbar-container, 
.marquee-container {
  position: sticky;
  z-index: 1002;
}
.navbar-container {
  top: 0;
}
.marquee-container {
  top: 109px;
}

marquee {
  background: #161a27;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  padding-top: 4px;
  /* box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3098039216); */
  font-size: 14px;
}
marquee img {
  width: 24.19px;
  height: 19.35px;
  transform: translateY(-1px);
}

.carousel-inner .carousel-item img {
  border-radius: 12px !important;
}

.func {
  background: var(--color-light-dark);
}

.func a img,
.func a .m-icon {
  height: 24px;
  color: #ffd009;
}

.image-title {
  width: 39px;
  height: auto;
}

.game-box {
  position: relative;
}

.game-box .over-box {
  display: none;
  position: absolute;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  background: rgba(178, 190, 195, 0.5098039216);
  top: 0.25rem;
  left: 0.25rem;
}

.game-box:hover .over-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-box .over-box button {
  height: 40px;
}

.game-box img {
  pointer-events: none;
}

#game-tab-container {
  margin: auto;
}

.game-tab {
  background: #4C0000;
  min-height: 30px;
  border-radius: 35px;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.game-tab button {
  color: #ffffff;
  border-radius: 35px;
  width: auto;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.game-tab button:focus {
  box-shadow: none;
}
.game-tab button:hover {
  background: #7C0000;
  color: #ffffee;
}
.game-tab button.active {
  background: #C30606;
}
.game-tab button.active:hover {
  background: #C30606;
  color: #ffffee;
}
.game-tab button .m-icon {
  vertical-align: -5px;
}
.game-tab button span:nth-of-type(2) {
  transform: translateY(2px);
}

.game-title {
  margin-top: 4px;
}

/* #game-tab-cock-content,
#game-tab-slot-content,
#game-tab-casino-content,
#game-tab-lottery-content,
#game-tab-fishing-content,
#game-tab-lotto-content,
#game-tab-horse-content, */
#see-less,
#icon-less {
  display: none;
}

#sidebar-left {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  transition: 0.2s;
  z-index: 999;
  width: 400px;
}
#sidebar-left.off {
  left: -400px;
}
#sidebar-left.on {
  left: 0;
}
#sidebar-left .collape-icon {
  right: 5px;
  top: 5px;
  color: grey;
}
#sidebar-left .contact-us-icon {
  width: 24px;
  margin: auto;
}
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: #242430;
  z-index: 2 !important;
}
#footer div.home .position-absolute {
  width: 70px;
  height: 70px;
  background: var(--color-gold);
  border-radius: 50%;
  margin-top: -25px;
}
#footer div.home .position-absolute .m-icon {
  font-size: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-top: 10px;
}

#footer div,
#footer a.btn {
  width: 20%;
}
#footer .user-home {
  width: 24px;
}

#notFound {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background: #ffffee;
}

#notFound > .not-found {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#notFound > .not-found > img {
  width: 200px;
}

/* modal */
.modal-body,
.modal-language {
  background: #0D0D0D;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar .btn-language {
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.navbar .btn-language.kh {
  background-image: url(/assets/icons/kh.svg);
}
.navbar .btn-language.en {
  background-image: url(/assets/icons/en.svg);
}

.modal-content {
  background: unset;
}
.modal-content .modal-language {
  border-radius: 20px !important;
}
.modal-content .modal-language .btn-language img {
  width: 90px;
  height: 67px;
  border-radius: 10px;
}
.modal-content .close-modal {
  background: #151515;
  border-radius: 30px;
  width: 110px;
  height: 48px;
  padding: 5px 33px 0;
}

.modal-language .btn-language:hover {
  background: #7b898f;
}

#modal .modal-dialog .modal-content .modal-body {
  border-radius: 12px !important;
}

#modal .modal-dialog .modal-content .modal-body button.btn-close,
#modal .modal-dialog .modal-content .modal-body button.btn-back {
  top: 7px;
  width: 35px;
  height: 35px;
  border: none;
  box-shadow: none;
}
#modal .modal-dialog .modal-content .modal-body button.btn-close {
  left: 7px;
  background: url(/assets/icons/close.svg);
}
#modal .modal-dialog .modal-content .modal-body button.btn-back {
  right: 7px;
  background: url(/assets/icons/back.svg);
}

#modal .modal-dialog .modal-content .modal-body h1 {
  font-size: 25px;
  color: #ffffff;
  user-select: none;
}

#modal .modal-dialog .modal-content .modal-body .social-list {
  background: #151515;
  border-radius: 12px;
}

#modal .modal-dialog .modal-content .modal-body .social-list a {
  width: 100%;
  text-align: center;
  border-radius: 50px;
  padding: 10px 0 6px;
  font-size: 20px;
  color: #ffffff;
  margin: 5px 0;
  position: relative;
}
#modal .modal-dialog .modal-content .modal-body .social-list a::before {
  position: absolute;
  content: "";
  left: 13px;
  top: 11px;
  width: 24px;
  height: 24px;
}
#modal .modal-dialog .modal-content .modal-body .social-list a:nth-of-type(1) {
  background: #229ED9;
}
#modal .modal-dialog .modal-content .modal-body .social-list a:nth-of-type(1)::before {
  background: url(/assets/icons/telegram.svg);
}
#modal .modal-dialog .modal-content .modal-body .social-list a:nth-of-type(2) {
  background: #4267B2;
}
#modal .modal-dialog .modal-content .modal-body .social-list a:nth-of-type(2)::before {
  background: url(/assets/icons/facebook.svg);
}
#modal .modal-dialog .modal-content .modal-body .social-list a:nth-of-type(3) {
  background: #06C655;
}
#modal .modal-dialog .modal-content .modal-body .social-list a:nth-of-type(3)::before {
  background: url(/assets/icons/phone-call2.svg);
  width: 22px;
  height: 22px;
}



/* //modal */
/* Promotion */
#promotion {
  display: none;
}

/* //Promotion */
/* Login */
#login {
  display: none;
}

.login-container,
.register-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-dark);
  z-index: 99;
}

.login-container .login-form,
.register-container .register-form {
  width: 500px;
  min-width: 350px;
  height: auto;
  min-height: 100px;
  background: linear-gradient(#152833, #244458);
  position: relative;
}

.login-container .login-form .logo,
.register-container .register-form .logo {
  width: 100%;
  max-width: 250px;
  height: auto;
}

.username,
.password {
  position: relative;
}

.username .left-icon,
.password .left-icon,
.username .right-icon,
.password .right-icon,
img.left-icon {
  position: absolute;
  top: 36px;
  left: 13px;
  color: #ffffff;
}
#register-form .left-icon,
#register-form .right-icon,
#forgot-password-form .left-icon,
#forgot-password-form .right-icon{
  top: 12px;
}

.username .right-icon,
.password .right-icon,
img.right-icon {
  left: unset;
  right: 13px;
  cursor: pointer;
}
.username .right-icon .eye-on,
.password .right-icon .eye-on {
  display: none;
}

.username input,
.password input {
  border: none;
  background: #2B2B2B;
  height: 48px;
  color: #ffffff;
  padding-left: 48px;
  padding-right: 48px;
}
.username input::placeholder,
.password input::placeholder {
  color: #b2bec3;
}
.username input:focus,
.password input:focus {
  border: none;
  outline: none;
}

#forgot-form-step1 .username img {
  right: 12px;
  top: 12px;
  display: none;
}

.btn-forgot-password {
  height: 35px;
  color: #C30606 !important;
  text-decoration-line: underline;
  border-radius: 8px;
  border: 1px solid #C30606;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.btn-forgot-password:hover {
  color: var(--color-green-hover);
}

#login .login-form .btn-back,
#register .register-form .btn-back,
#forgot_password #forgot-password-form .btn-back {
  color: #ffffff;
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 0;
}

#login .login-form .btn-back:hover,
#register .register-form .btn-back {
  color: #dfe6e9;
}

#login .login-form .btn-login {
  background: var(--color-gold);
  color: var(--color-dark);
}
#login-form .btn-login {
  height: 48px;
}
#login .login-form .btn-login:hover {
  background: var(--color-gold-over);
  color: var(--color-light-dark);
}
#login .login-form .btn-login div {
  transform: translateY(2px);
}

#login .login-form .btn-register {
  color: var(--color-gold);
  background: transparent;
  border: none;
  transform: translateY(4px);
}

#login .login-form .btn-register:hover {
  color: var(--color-gold-over);
  background: transparent;
  border: none;
}

/* //Login */
/* Register */
#register,
#forgot-password-form {
  display: none;
}

#register-form .register-step .step,
#forgot-password-form .forgot-step .step {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF52;
}
#register-form .register-step .step div:first-child {
  font-size: 18px;
}
#register-form .register-step .step div:last-child,
#forgot-password-form .forgot-step .step div:last-child {
  font-size: 10px;
}
#register-form .register-step .step div:first-child,
#forgot-password-form .forgot-step .step div:first-child {
  padding-top: 4px;
}

#register-form .register-step .step div:first-of-type,
#forgot-password-form .forgot-step .step div:first-of-type {
  width: 48px;
  height: 48px;
  outline: 1px solid rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #FFFFFF52;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#register-form .register-step .step div:nth-of-type(2),
#forgot-password-form .forgot-step .step div:nth-of-type(2) {
  text-align: center;
}

#register-form .register-step .step.active div:first-of-type,
#forgot-password-form .forgot-step .step.active div:first-of-type {
  background: unset;
  color: #C30606;
  border-color: #C30606;
  outline-color: #C30606;
  font-size: 24px;
  font-weight: bold;
}

#register-form .register-step .step.active div:nth-of-type(2),
#forgot-password-form .forgot-step .step.active div:nth-of-type(2) {
  color: #ffffff;
}

#register-form .register-step .step.passed div,
#forgot-password-form .forgot-step .step.passed div {
  color: #ffffff;
  border-color: #C30606;
  outline-color: #C30606;
}

#register-form .register-step .splitter,
#forgot-password-form .forgot-step .splitter {
  width: 60px;
  border-bottom: 2px solid #FFFFFF52;
  margin-top: 23px;
}
#register-form .register-step .splitter.passed,
#forgot-password-form .forgot-step .splitter.passed {
  border-color: #C30606;
}

#register-form #form-step2 #otp-1,
#register-form #form-step2 #otp-2,
#register-form #form-step2 #otp-3,
#register-form #form-step2 #otp-4,
#register-form #form-step2 #otp-5,
#register-form #form-step2 #otp-6,
#forgot-password-form #forgot-form-step2 #forgot-otp-1,
#forgot-password-form #forgot-form-step2 #forgot-otp-2,
#forgot-password-form #forgot-form-step2 #forgot-otp-3,
#forgot-password-form #forgot-form-step2 #forgot-otp-4,
#forgot-password-form #forgot-form-step2 #forgot-otp-5,
#forgot-password-form #forgot-form-step2 #forgot-otp-6 {
  width: 52px;
  height: 52px;
  margin: 0 4px;
  padding: 0;
  padding-top: 9px;
  color: #ffffff;
  /* background: red; */
  text-align: center;
  font-size: 38px;
}

#form-step2,
#form-step3,
#form-step4,
#forgot-form-step2,
#forgot-form-step3 {
  display: none;
}

#register-form.register-form .btn-next,
#forgot-password-form .btn-forgot-next  {
  height: 40px;
  padding: 0;
  background: #C30606;
  color: #ffffff;
}
#register-form.register-form .btn-next,
#login-form .btn-login,
#forgot-password-form .btn-forgot-next  {
  animation: btn-next-neon-color 1s linear infinite;
}
#register-form.register-form .btn-next:hover,
#forgot_password #forgot-password-form .btn-forgot-next:hover {
  background: #C30606;
}

#register-form.register-form .btn-next div {
  transform: translateY(2px);
}

@keyframes btn-next-neon-color {
  from, to {box-shadow: 0 0 2px 0px #C30606;}
  50% {box-shadow: 0 0 14px 2px #C30606;}
}

/* //Register */
#login-user-error,
#login-pass-error,
#register-user-error,
#register-password-error,
#register-re-password-error,
#register-phone-error,
#register-otp-error,
#forgot-phone-error,
#forgot-otp-error,
#new-password-error,
#new-confirm-password-error {
  display: none;
  color: #FDB602;
  position: relative;
  padding-left: 18px;
}
#forgot-phone-error::before,
#forgot-otp-error::before,
#new-confirm-password-error::before,
#new-password-error::before,
#login-user-error::before,
#login-pass-error::before,
#register-user-error::before,
#register-password-error::before,
#register-re-password-error::before,
#register-phone-error::before,
#register-otp-error::before {
  content: '*';
  font-size: 30px;
  position: absolute;
  left: 0;
  top: -4px;
}

#otp-countdown,
#forgot-otp-countdown {
  color: #d63031;
}

#resend-otp,
#forgot-resend-otp,
#resend-otp {
  font-size: 15px;
  color: #C30606;
}
#forgot-resend-otp,
#resend-otp {
  border: 1px solid #C30606;
  padding: 6px 16px 4px !important;
  border-radius: 8px;
}

.btn-loading {
  display: none;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  font-size: 30px;
  margin: auto;
  animation: spinning 1s infinite linear;
}

@keyframes spinning {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
a.contact-us {
  padding: 6px 16px 6px 10px;
  background: var(--color-gold);
  border-radius: 50px;
}

a.contact-us div {
  transform: translateY(5px);
}

a.contact-us img.contact-us-icon {
  width: 30px;
}

a.contact-us span[local=contact_us] {
  color: var(--color-dark);
}

.bank-support {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 22px auto 10px;
}
.bank-support > img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin: auto 2px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1515157c;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

#loading>svg {
  position: absolute;
}

#loading>svg:nth-child(1) {
  animation: rotate-left 2s linear infinite;
}

#loading>svg:nth-child(2) {
  animation: rotate-right 2s linear infinite;
}

.btn-contact {
  display: flex;
  position: fixed;
  right: 25px;
  bottom: 25px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #FDB602;
  align-items: center;
  justify-content: center;
}
.btn-contact img{
  width: 45px;
  height: 45px;
}

#copy-right {
  width: 100%;
  height: 32px;
  display: none;
  font-size: 12px;
  background: #4C0000;
  align-items: center;
  justify-content: center;
}

@keyframes rotate-left {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(-360deg);
  }
}

@keyframes rotate-right {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

@media screen and (max-width: 576px) {
  .social-list-new a {
    width: 100%;

  }
  .navbar-dark img.logo {
    height: 33px;
    width: 142px;
  }
  .fs-sm-1 {
    font-size: 36px;
  }
  .fs-sm-2 {
    font-size: 32px;
  }
  .fs-sm-3 {
    font-size: 28px;
  }
  .fs-sm-4 {
    font-size: 24px;
  }
  .fs-sm-5 {
    font-size: 20px;
  }
  .fs-sm-6 {
    font-size: 18px;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .func a.btn {
    font-size: 14px;
  }
  #sidebar-left.on {
    width: 100%;
  }
  .navbar .btn-login {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .navbar .btn-register {
    padding: 2px 10px;
    font-size: 14px;
  }
  .image-title {
    width: 35px;
  }
  #footer a.btn {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  #footer div.home .position-absolute {
    width: 60px;
    height: 60px;
    margin-top: -20px;
  }
  #footer div.home .position-absolute span.m-icon {
    margin-top: 6px;
  }
  .game-tab button {
    font-size: 14px;
  }
}
@media screen and (min-width: 798px) {
  .navbar-container {
    top: 0;
  }
  .marquee-container {
    top: 58px;
  }
  marquee {
    height: 32px;
    padding-top: 7px;
  }
  #game-tab-container {
    max-width: 768px;
    margin: auto;
  }
  .game-tab {
    display: flex;
    justify-content: space-around;
  }
  .game-tab button {
    justify-content: center;
    width: calc(16.6666666667% - 5px);
  }

  .btn-contact {
    right: 25px;
    bottom: 50px;
  }

  #copy-right {
    display: flex;
  }

  .modal-dialog {
    max-width: 360px !important;
    margin: 1.75rem auto;
  }

  #modal .modal-dialog .modal-content .modal-body button.btn-close {
    left: 24px;
    top: 24px;
  }
  #modal .modal-dialog .modal-content .modal-body button.btn-back {
    right: 24px;
    top: 24px;
  }

}

@media (max-width: 1280px) {
  #copy-right {
    position: fixed;
    bottom: 0;
  }
}

@media (min-width: 1281px) {
  #copy-right {
    position: sticky;
    bottom: 0;
  }
}
.social-list-new a:nth-of-type(1) {
  background: #229ED9;
}

.social-list-new a:nth-of-type(1)::before {
  background: url(/assets/icons/telegram.svg);
}

.social-list-new a:nth-of-type(2) {
  background: #4267B2;
}

.social-list-new a:nth-of-type(2)::before {
  background: url(/assets/icons/facebook.svg);
}

.social-list-new a:nth-of-type(3) {
  background: #06C655;
}

.social-list-new a:nth-of-type(3)::before {
  background: url(/assets/icons/phone-call2.svg);
  width: 22px;
  height: 22px;
}

.social-list-new {
  background: transparent;
  border-radius: 12px;
}

.social-list-new a {
  width: 20%;
  text-align: center;
  border-radius: 50px;
  padding: 10px 0 6px;
  font-size: 20px;
  color: #ffffff;
  margin: 5px 0;
  position: relative;
}

.social-list-new a::before {
  position: absolute;
  content: "";
  left: 13px;
  top: 11px;
  width: 24px;
  height: 24px;
}
