.ludo-box {
  border: 1px solid #fafafa;
  border-radius: 5px;
  height: 100%;
}

body {
  background: url('../img/bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  /* background-color: rgba(0, 0, 0, 0.9); */
  /* background-blend-mode: overlay; */
}

.gameEntry-block {
  background: url('../img/entrybg.png') no-repeat;
  background-size: cover;
}

.gameEntry-block {
  background: url('../img/entrybg.png') no-repeat;
  background-size: cover;
  min-height: 12vh;
  background-position: left center;
}

.gameEntry-block p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-shadow: 0 0 3px #000;
  line-height: normal;
  white-space: nowrap;
}

.gameEntry-block span.entry-number {
  background: #006;
  text-align: center;
  border-radius: 5px;
  color: yellow;
  font-size: 14px;
  font-weight: 700;
}

.timerClock-number {
  font-size: 13px;
  padding-top: 2px;
}

.joinbutton-block {
  bottom: -22px;
}

.classic-box-block .gameEntry-block {
  background: url('../img/classicbox-bg.png') no-repeat;
  background-size: cover;
  background-position: left center;
}

.classic-box-block .gameEntry-block span.entry-number {
  background: #654321;
}

.user-details {
  background: #281f1a;
  border: 3px solid #010100;
  border-radius: 25px;
  top: 0px;
  padding: 0 5px;
}

.profile {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #cf9332;
  left: -1px;
  top: -1px;
  object-fit: cover;
  box-shadow: 0 2px 7px #000;
}

.user-details p {
  font-weight: 500;
  font-size: 12px;
  padding: 0 5px;
  text-align: center;
  color: #fff;
  text-align: left;
  line-height: normal;
}

.user-details p:last-child {
  color: #ffef7b;
  font-size: 16px;
  line-height: 19px;
}

.ludo-header {
  background: #280000;
  margin-bottom: 20px;
}

.ludoModals .modal-content {
  background: transparent;
}

.modelbodyBorder {
  border: 2px solid #87827e;
  border-radius: 0 0 var(--bs-modal-border-radius) var(--bs-modal-border-radius);
  border-top: 0;
  background: #000000b5;
  margin-top: -5px;
}

.text-white.text-center.modalbodyText {
  font-weight: 700;
  font-size: 18px;
}

.ludoModals .modal-header {
  border: 2px solid #87827e;
  border-radius: var(--bs-modal-border-radius);
  background: #000000b5;
  z-index: 1;
}

.ludoModals .modal-header::after,
.ludoModals .modal-header::before,
.offcanvasSetting .offcanvas-header h5::before {
  content: "";
  display: block;
  width: 45%;
  height: 3px;
  background: linear-gradient(to left, transparent, red, transparent);
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: -1;
}

.ludoModals .modal-header::before {
  top: inherit;
  bottom: -4px;
}

.offcanvasSetting {
  width: 300px !important;
  height: auto !important;
  min-height: inherit;
  bottom: inherit;
  background: #000;
  border: 2px solid #fff !important;
  border-radius: 10px;

}

.setting-list li {
  font-size: 18px;
  font-weight: 800;
  padding: 5px 0;
  margin-bottom: 5px;
}

.setting-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.setting-list li i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(#ffffff4f, transparent, #ffffff4f);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff4f;
  cursor: pointer;
}

.offcanvasSetting .btn-close {
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  color: #000;
  font-size: 14px;
  position: absolute;
  right: 13px;
  top: 11px;
}

.offcanvasSetting .offcanvas-header h5 {
  font-weight: 800;
  font-size: 25px;
  letter-spacing: 1px;
  padding-right: 10px;
  margin: 0;
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}

.offcanvasSetting .offcanvas-header h5::before {
  width: 100%;
  bottom: 0;
  top: inherit;
  height: 2px;
  background: linear-gradient(to left, transparent, #ffffff4f, transparent);
}

.modalCloseBtn {
  right: -15px;
  top: -14px;
}

.player-Modal {
  border: 0;
  background: linear-gradient(#e22f8a, #f968ad, #fb569b, #e22f8a, #f968ad, #fb569b);
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  text-shadow: 0 2px 1px #000000c4;
  position: relative;
  position: relative;
  border: 4px solid #ff639a;
  border-radius: 10px;
  width: 48%;
  text-align: center;
  padding: 6px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.player-Modal span {
  background: #a80264;
  width: 35px;
  height: 35px;
  border-radius: 51%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.terms-block {
  margin: 0;
  border-bottom: 3px solid #f4d403d9;
  border-radius: 2px;
  padding-bottom: 8px;
}

.winner-user-name span {
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 13px;
}

.youwon {
  color: #9bfd14;
  font-weight: 800;
  font-size: 25px;
  background: #231701;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 4px 15px;
}

.yourRanknum {
  color: #fff;
  background: #0000008f;
  font-size: 16px;
}

.yourRanknum span {
  width: 27px;
  height: 27px;
  display: flex;
  background: #000;
  border-radius: 50%;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}

.winner-user.position-relative {
  border: 1px solid #7fda00;
  min-width: 85px;
  padding-left: 40px;
  color: #fff;
  font-weight: 800;
  font-size: 19px;
  border-radius: 8px;
  margin-left: 10px;
  padding-right: 15px;
}

.winner-user img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #7fda00;
  position: absolute;
  left: -12px;
  top: -6px;
}

.winner-list {
  border: 1px solid #fff;
  border-radius: 15px;
  background: #000;
  padding: 12px 15px;
}

.score-num {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  border: 1px solid #7fda00;
  border-radius: 15px;
  padding: 1px 16px;
}

.winnerscore-text {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}

.insertCode {
  font-weight: 800;
  font-size: 32px;
  color: #fff;
}

.maxRadioBtn input {
  position: absolute;
  visibility: hidden;
}

.maxRadioBtn label {
  position: relative;
}

.maxRadioBtn label {
  position: relative;
  font-weight: 800;
  font-size: 28px;
  padding-left: 24px;
  margin-right: 10px;
  cursor: pointer;
}

.maxRadioBtn label:last-child {
  margin-right: 0;
}

.maxRadioBtn label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #6fb20d;
  position: absolute;
  left: 0;
  top: 13px;
}

.modalinBox {
  background: #000;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 4px 25px;
}

.maxRadioBtn input:checked+label::before {
  background: #6fb20d;
}

.dropdown-modal button {
  background: #000;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 4px 15px;
  padding-bottom: 4px;
  line-height: normal;
  padding-bottom: 6px;
}

.congratulation-modal .modelbodyBorder {
  border-top: 2px solid #87827e;
  border-radius: var(--bs-modal-border-radius);
}

.congratulation-modal .modelbodyBorder {
  border-top: 2px solid #87827e;
  border-radius: var(--bs-modal-border-radius);
  margin-top: -50px;
  padding-top: 20px;
}

.mainmenu-block {
  width: 290px !important;
}

.mainmenu-block {
  background: #03080c;
  border: 2px solid #fff !important;
  border-radius: 10px;
  margin-top: 8px;
  margin-left: 8px;
}

.mainmenu-block button {
  font-size: 16px !important;
  text-transform: capitalize !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mainmenu-block button {
  width: 100%;
  color: #fff;
  text-align: left;
  padding: 4px 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 28px;
  font-weight: 500;
  border-bottom: 0 !important;
  border-radius: 6px 6px 0 0;
}

.mainmenu-block button {
  padding-bottom: 15px;
  padding-top: 15px;
}

.mainmenu-block button img {
  margin-right: 15px;
}

.mainmenu-block button img.profile-menu {
  width: 65px;
  background: #301316;
  box-shadow: 0 0 6px #301316;
  border-radius: 6px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
}

.mainmenu-block button span {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

.mainmenu-block * {
  position: relative;
  z-index: 2;
}

.pokerMenu-list,
.pokermenu-submenu {
  padding: 0;
  padding-bottom: 0px;
  margin: 0;
  list-style: none;
}

.pokerMenu-list {
  overflow: auto;
  height: 100%;
  padding-bottom: 150px;
}

.pokerMenu-list li {
  padding: 0 15px;
}

.pokernav-item {
  display: block;
  color: #fff;
  font-size: 16px;
  border-bottom: 1.9px solid #dcbd7d;
  padding: 8px 30px;
  padding-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-left: 30px;
  transition: all .4s linear;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}

.pokernav-item {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: #fff;
}

.pokernav-item img {
  width: 40px;
}

.pokernav-item i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px #472c39;
  margin-right: 10px;
}

.submenuarrow,
.pokernav-item i.submenuarrow {
  background: #ffbc00;
  font-size: 16px;
  width: 25px;
  height: 25px;
  transform: rotate(90deg);
  position: absolute;
  right: 15px;
  margin: 0;
  color: #fff;
}

.pokernav-item i.submenuarrow {
  transition: all .1s linear;
}

.pokermenu-submenu {
  display: none;
  transition: all .4s linear;
}

.pokermenu-submenu {
  width: 100%;
  margin: 0px auto;
  border-radius: 10px;
  background: #06101a;
  border: 1px solid #ffffff4f;
}

.pokermenu-submenu a img {
  width: 38px;
}

.pokermenu-submenu li p {
  margin: 0;
  font-size: 14px;
  width: 78%;
}

.pokermenu-submenu li p span:last-child {
  float: right;
  color: #94ad04;
}

.mainmenu-block button.logout-lobbybtn {
  background: transparent;
  width: 60%;
  text-align: center;
  justify-content: center;
  position: relative;
  padding: 0;
  border: 0px solid #fff633 !important;
}

a {
  text-decoration: none;
}

.pokermenu-submenu {
  display: none;
  transition: all .4s linear;
}

.lisubmenuactive .pokermenu-submenu {
  display: block;
}

.scroller {
  scrollbar-color: #fff #1c0210;
  scrollbar-width: thin;
}

.down-arrow {
  width: 25px !important;
  float: right;
  position: absolute;
  right: 0px;
}

.pokermenu-submenu li a {
  position: relative;
}

.mainmenu-block button::before,
.pokermenu-submenu li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, transparent, #2c3134, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}

.pokermenu-submenu li:last-child a::before {
  display: none;
}

.gamejoinmb-btn {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 10px;
  z-index: 9;
}

.joingamnumber {
  position: absolute;
  background: #a64c04;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #803a01;
  left: 0;
  right: 0;
  margin: 0px auto;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -7px;
}

.joingamnumber-classic {
  background: #71bb14;
  border-color: #56870d;
}

.joingamnumber-timer {
  background: #5200be;
  border-color: #44009a;
}

.tab-content .ludoenter-box-block .col-12 .gameEntry-block {
  margin-bottom: 18px !important;
}

.tab-content .ludoenter-box-block .ludo-box {
  padding-bottom: 0 !important;
}

.gamejoinmb-block .ludo-box {
  border: 0;
}

.gamejoinmb-block .ludoenter-box-block .col-12 {
  padding: 0;
}

.joinbutton-block button.joinnowmb-btn img {
  width: 138px;
}

.joinbutton-block button.joinnowmb-btn .mobile-playBtn img {
  width: 85px;
}

.joinbutton-block button.joinnowmb-btn span {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 1px 1px #000;
  padding-right: 14px;
}

.joinbutton-block button.joinnowmb-btn .mobile-playBtn {
  right: -45px !important;
}

.joinbutton-block button.joinnowmb-btn .mobile-playBtn span {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 800;
  text-shadow: 0 0 4px #000;
  padding-right: 0;
}

.challangestext-mb {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 9px;
  text-shadow: 0 1px 2px #000;
  padding-bottom: 8px;
}

.gamejoinmb-btn li {
  width: 25%;
  padding: 0 1px;
}

.gamejoinmb-btn {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.tab-content .joinbutton-block {
  bottom: -25px;
}




@media (max-width: 1200px) {
  .gameEntry-block p {
    font-size: 12px;
  }

  .twoplayer-icon {
    width: 20px;
  }

  .joinbutton-block button img {
    width: 75px;
  }
}


@media (max-width: 991px) and (orientation: landscape) {

  .ludoenter-box-block .col-3 {
    width: 50%;
    max-width: 50%;
    margin-block: 15px;
  }

  .gameEntry-block p {
    font-size: 12px;
  }

  .gameEntry-block span.entry-number {
    font-size: 10px;
  }

  .joinbutton-block img {
    width: 60px;
  }

  .ludo-box .gameEntry-block .col-4.px-2 img {
    width: 20px;
  }

}

@media (max-width: 767px) {

  .profile {
    width: 25px;
    height: 25px;
  }

  .user-details p {
    font-size: 9px;
  }

  .ludo-header button img {
    width: 30px;
  }
}

@media (orientation: portrait) {
  .ludoenter-box-block .col-3 {
    width: 100%;
    max-width: 100%;
    margin-block: 15px;
  }

  .ludo-box-btn button {
    height: 52px;
  }

  .ludo-box-btn button img {
    height: 100%;
    object-fit: contain;
  }

  .gameEntry-block {
    min-height: 11vh;
  }

}


#GameContainer {
  position: absolute;
  right: 0;
  left: 0;
  top: 0%;
  /* margin-top: -59px; */
  background: url('/public/uploads/images/Background.png') no-repeat;
  background-size: cover;
  /* height: 558px; */
  background-position: center;
}

.main-body {
  background: url('/public/uploads/images/Background.png') no-repeat;
  background-size: cover;
  /* height: 558px; */
  background-position: center;
}

.potrait-header {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  z-index: 20;
}

.potrait-footer {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0;
  padding: 30px;
  z-index: 20;
}

.ludofullpage-table {
  width: 100%;
  margin: 0px auto;
}

.hbcards-list {
  border: 2px solid #5c5c5a;
  background: linear-gradient(to right, #063f04, #074805, #0c8409, #0c8208, #063f04, #074805);
  min-width: 110px;
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
}

.hbcards-list img {
  width: 26px;
  margin-left: -10px;
}

.hbcards-list span {
  font-size: 11px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding-bottom: 3px;
  font-weight: 700;
}

.hbcardsborder {
  border: 1px solid #1e1a1e;
  border-radius: 25px;
  padding: 4px 4px;
}

.hb-cards-mb {
  background-color: #000;
}

.slideCards .carousel-control-prev,
.slideCards .carousel-control-next {
  width: 20px;
}

.slideCards .carousel-control-prev span,
.slideCards .carousel-control-next span {
  background-size: 20px;
}

.slideCards .carousel-inner {
  padding: 0 20px;
}

.slideCards .hbcards-list img {
  width: 24px;
  margin-left: -14px;
}

.slideCards .hbcards-list {
  min-width: 100px;
}

.chatOffcanvas {
  border: 2px solid #87827e !important;
  background: #00000005;
  margin: 10px;
  border-radius: 10px;
  width: 260px !important;
}

.chatOffcanvas .offcanvas-header {
  border: 2px solid #87827e;
  border-radius: 10px;
  background: #000000b5;
  z-index: 1;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 10px 10px 0 0;
}

.msg-block {
  display: block;
  color: #fff;
  background: #00377a;
  border: 4px solid #3299e4;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding: 5px 5px;
  margin-bottom: 12px;
}

.game-start-countdown-timer h2 {
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 0 3px 3px #000;
  font-size: 35px;
  line-height: 55px;
}

.game-start-countdown-timer h2 span {
  font-size: 45px;
}

.exit-bock-modal {
  background: #fff !important;
  border: 1px solid red;
  border-radius: 10px !important;
  padding: 20px 30px 30px !important;
}

.exit-bock-modal p {
  margin: 0;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-bottom: 25px;
  margin-top: 10px
}

.exit-bock-modal button {
  background: linear-gradient(180deg, #03bb01, #018901);
  border: 0 solid #2d783f;
  border-radius: 25px;
  display: inline-block;
  font-size: 18px;
  min-width: 130px;
  opacity: 1;
  padding: 7px 7px;
  width: inherit;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 2px 2px #000;
}

.exit-bock-modal button:last-child {
  background: linear-gradient(rgb(196, 24, 36), rgb(76, 14, 19));
  margin-left: 10px;
}

.exit-bock-modal-block {
  z-index: 99999 !important;
}

.settingpage .snake-lobby-header,
#offcanvasBottomGame {
  z-index: 9999 !important;
}

.settingpage .snake-lobby-header {
  position: relative;
}


@media (max-width:767px) {
  .potrait-footer {
    position: absolute;
    display: flex;
    align-items: center;
    /* bottom: 100px; */
    padding: 30px;
    left: 0;
    right: 0;
  }

  #GameContainer {
    width: 100% !important;
    max-width: 100%;
  }

  .exit-bock-modal {
    width: 90%;
  }

  .exit-bock-modal button {
    width: auto;
    min-width: 100px;
  }

  .snakeModals .slct-lobby {
    width: 92%;
    margin: 0 auto;
  }


}



.vyka_logo {
  background: url('/img/img/bgbody.png');
  background-size: cover;
  background-position: center;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999999;

  top: 0;
  left: 0;
  transform: none;
  bottom: 0;
  position: fixed;
  z-index: 10000;
}

.vyka_logo img {
  width: 130px;
}

.vyka-loader {
  height: 4px;
  width: 130px;
  --c: no-repeat linear-gradient(green 0 0);
  background: var(--c), var(--c), #fff;
  background-size: 60% 100%;
  animation: l16 3s infinite;
}

@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }

  66% {
    background-position: 250% 0, -150% 0;
  }

  100% {
    background-position: 250% 0, 250% 0;
  }
}

@keyframes loading {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 100% 0%;
  }
}

.vyka_logo.hide {
  display: none;
}

.vyka_logo.show {
  display: flex;
}

.vyka_logo img.vyka-ludo {
  width: 120px;
}

.vyka-loader {
  margin-top: -2% !important;
  width: 30%;
  margin: 0px auto;
}

.normalLudologo {
  width: 30% !important;
}

@media (max-width: 767px) {
  .vyka-loader {
    width: 60%;
    margin: 0px auto;
  }

  .normalLudologo {
    width: 50% !important;
  }
}

#expireModal.show {
  display: block !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}

#expireModal {
  width: 100%;
  font-size: 22px;
  text-align: center;
}

.waitingForOtherUserInMathMaking {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  color: white;
  width: 80%;
  position: absolute;
  top: -5%;
  left: 0;
  z-index: 2;
  background: #000;
  border: 2px solid transparent;
  border-radius: 10px;
  right: 0;
  margin: auto;
  border: 2px solid #8f969a;
  font-size: 18px;
  /* font-weight: 600; */
  text-align: center;
  font-family: "Titan One", sans-serif;
  font-weight: 200;
}

.waitingForOtherUserInMathMaking.topCenterHeader {
  top: -5% !important;
}

.waitingForOtherUserInMathMaking.waitScreenStatus-top {
  top: -5.5% !important;
}

.waitingForOtherUserInMathMaking::after,
.waitingForOtherUserInMathMaking::before {
  content: "";
  display: block;
  width: 45%;
  height: 3px;
  background: linear-gradient(to left, transparent, red, transparent);
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: -1;
}

.waitingForOtherUserInMathMaking::before {
  top: 100%;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .waitingForOtherUserInMathMaking {
    width: 90%;
  }

  #matchingModal .modal-body {
    padding-top: 50px !important;
  }

  .image-width-mobile {
    width: 70% !important;
  }

  .waitingForOtherUserInMathMaking {
    top: -6%;
  }

  .waitingForOtherUserInMathMaking.topCenterHeader {
    top: -9% !important;
  }

  .waitingForOtherUserInMathMaking.waitScreenStatus-top {
    top: -5.5% !important;
  }
}

/* Online-Offline */

.switchTable-modal .modal-content .modal-header {
  border-bottom: 1.9px solid #4ab74d3d;
  padding-bottom: 15px;
}

.switchTable-modal .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 38px;
}

.switchTable-modal .modal-content p {
  margin-bottom: 35px;
  font-size: 24px;
}

.switchTable-modal .modalon-btn {
  background: linear-gradient(to bottom, #12171b, #101113);
  border: 2px solid #4ab74d;
  font-size: 16px;
  color: #fff;
  min-width: 160px;
}

.switchTable-modal .modalon-btn:hover {
  color: #fff;
  border-color: #4ab74d;
}

.switchTable-modal .modal-content {
  border: 1.9px solid #4ab74d;
}

.switchTable-modal.show {
  display: block !important;
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 420px) {
  .switchTable-modal .modalon-btn {
    min-width: 125px;
    font-size: 13px;
  }

  .switchTable-modal .modal-content .modal-header .modal-title {
    font-size: 32px;
  }

  .switchTable-modal .modal-content p {
    margin-bottom: 20px;
    font-size: 22px;
  }

}


.network-block {
  width: 24px;
}

.network-speed span {
  font-size: 7px;
}

.network-speed {
  font-size: 10px;
  font-weight: bold;
}

.network-sec {
  position: fixed;
  left: 0;
  /* right: 0; */
  margin: 0 auto;
  bottom: 0;
  padding-left: 25px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.network-block {
  /* background: #0000006e; */
  border-radius: 3px;
  padding: 1px 1px;
}

.network-inner,
.network-bottom {
  width: 100% !important;
}

/* .network-block {
  position: fixed;
  left: 15px;
  bottom: 10px;
} */