:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

@page {
  size: a3;
}

.header-bottom[_ngcontent-htq-c82] {
  overflow: auto;
}

.header-bottom[_ngcontent-htq-c82]
  li[_ngcontent-htq-c82]
  a[_ngcontent-htq-c82] {
  white-space: nowrap;
}

.modal-content-padding-custom[_ngcontent-htq-c82] {
  margin-top: 30%;
}

.rae_btns[_ngcontent-htq-c82] {
  padding: 6px 0;
  font-size: 12px;
}

.rae_btns[_ngcontent-htq-c82] span[_ngcontent-htq-c82] {
  font-size: 13px;
}

.balance-information[_ngcontent-htq-c82] {
  border-bottom: 1px solid var(--theme2-bg85) !important;
  padding-bottom: 3px;
  padding-top: 3px;
}

.balance-row[_ngcontent-htq-c82] {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  padding: 4px;
}

.balance-text-left[_ngcontent-htq-c82] {
  font-weight: 300 !important;
  flex-basis: 55%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1rem;
  color: #000;
}

.balance-text-left[_ngcontent-htq-c82] small[_ngcontent-htq-c82] {
  font-size: 10px;
}

.balance-price[_ngcontent-htq-c82] {
  color: var(--theme2-bg85);
}

.ab_rae_btns[_ngcontent-htq-c82] {
  border-bottom: 1px solid var(--theme2-bg85);
  padding: 5px;
}

.ab_btns[_ngcontent-htq-c82] {
  background: var(--theme2-bg);
  color: #fff !important;
  border-radius: 100px;
  margin-bottom: 3px;
}

.ab_btns[_ngcontent-htq-c82],
.rae_btns[_ngcontent-htq-c82] {
  text-align: center;
  line-height: normal;
}

.rae_btns[_ngcontent-htq-c82] {
  border: 1px solid var(--theme2-bg);
  color: var(--theme2-bg);
  border-radius: 100px;
}

.auth-link[_ngcontent-htq-c82] {
  background-color: var(--primary-color);
  color: var(--theme1-bg);
  padding: 5px 10px;
  text-decoration: none;
}

.auth-mob[_ngcontent-htq-c82] {
  margin-top: 10px;
}

.auth-mob[_ngcontent-htq-c82] .auth-link[_ngcontent-htq-c82]:first-child {
  background: var(--theme2-bg);
  color: #fff;
}

.auth-mob[_ngcontent-htq-c82] .auth-link[_ngcontent-htq-c82] {
  margin-left: 4px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 2px;
  box-shadow: 0 0 1px 0 #000;
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

a.whatsapp_link {
  position: fixed;
  right: 4%;
  bottom: 3%;
  z-index: 9;
}

a.whatsapp_link img {
  width: 75px;
  animation: simple-scale 1s linear 1s infinite alternate;
}

@keyframes simple-scale {
  to {
    transform: scale(1.2);
  }
}

.btns__deposit_withdrawal[_ngcontent-htq-c82] {
  display: flex;
}

.btns__deposit_withdrawal[_ngcontent-htq-c82] a[_ngcontent-htq-c82] {
  text-align: center;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 900;
  border: 1px solid #fff;
  margin: 0 5px;
  text-decoration: none;
}

a.btn_deposit[_ngcontent-htq-c82] {
  background: linear-gradient(180deg, #007b15, #138e00);
}

a.btn_withdrawal[_ngcontent-htq-c82] {
  background: linear-gradient(180deg, #7b0000, #d10000);
}

a.btn_deposit[_ngcontent-htq-c82] img[_ngcontent-htq-c82],
a.btn_withdrawal[_ngcontent-htq-c82] img[_ngcontent-htq-c82] {
  width: 22px;
  margin-right: 3px;
  filter: invert(1);
}

@media screen and (max-width: 767px) {
  .btns__deposit_withdrawal[_ngcontent-htq-c82] {
    display: flex;
    justify-content: end;
    width: 100%;
    padding: 3px 0;
  }

  .btns__deposit_withdrawal[_ngcontent-htq-c82]
    a[_ngcontent-htq-c82]
    img[_ngcontent-htq-c82] {
    filter: invert(1);
    margin-right: 5px;
    width: 25px;
  }

  a.btn_deposit[_ngcontent-htq-c82],
  a.btn_withdrawal[_ngcontent-htq-c82] {
    width: 50%;
  }
}

ul.live_virtual[_ngcontent-htq-c97] {
  list-style: none;
  padding: 0;
  display: flex !important;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 5px;
  width: auto;
  margin: 0;
}

ul.live_virtual[_ngcontent-htq-c97] li[_ngcontent-htq-c97] {
  display: inline;
}

ul.live_virtual[_ngcontent-htq-c97]
  li[_ngcontent-htq-c97]
  label[_ngcontent-htq-c97] {
  display: inline-block;
  border: 1px solid var(--theme1-bg);
  color: var(--theme1-bg);
  border-radius: 25px;
  white-space: nowrap;
  margin: 0 1px;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
  font-weight: 400;
  padding: 0 10px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
}

ul.live_virtual[_ngcontent-htq-c97]
  li[_ngcontent-htq-c97]
  label[_ngcontent-htq-c97]:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding-right: 2px;
  content: "-";
  transition: transform 0.3s ease-in-out;
  line-height: 0;
}

ul.live_virtual[_ngcontent-htq-c97]
  li[_ngcontent-htq-c97]
  input[type="checkbox"][_ngcontent-htq-c97]:checked
  + label[_ngcontent-htq-c97]:before {
  content: "+";
  transform: rotate(-1turn);
  transition: transform 0.3s ease-in-out;
}

ul.live_virtual[_ngcontent-htq-c97]
  li[_ngcontent-htq-c97]
  input[type="checkbox"][_ngcontent-htq-c97]:checked
  + label[_ngcontent-htq-c97] {
  border: 1px solid #00ad6f;
  background-color: #00ad6f;
  color: #fff;
  transition: all 0.2s;
}

ul.live_virtual[_ngcontent-htq-c97]
  li[_ngcontent-htq-c97]
  input[type="checkbox"][_ngcontent-htq-c97] {
  display: absolute;
  position: absolute;
  opacity: 0;
}

.home-animated[_ngcontent-htq-c97] {
  position: absolute;
  padding: 3px 10px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
  background: var(--theme2-bg);
  right: 10px;
  bottom: 5px;
  font-size: 9px;
  text-transform: uppercase;
  animation: zoom-in-zoom-out 1s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.home-animated[_ngcontent-htq-c97]:hover {
  color: #000;
}

.home-animated[_ngcontent-htq-c97] i[_ngcontent-htq-c97] {
  color: darkred;
}

.home-animated[_ngcontent-htq-c97] span[_ngcontent-htq-c97] {
  border-radisu: 10px;
}

.home-animated[_ngcontent-htq-c97] span[_ngcontent-htq-c97]:first-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radisu: 10px;
  background: linear-gradient(90deg, #fff400, #fff);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

.home-animated[_ngcontent-htq-c97] span[_ngcontent-htq-c97]:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #05fb33, #fff);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(100%);
  }
}

.home-animated[_ngcontent-htq-c97] span[_ngcontent-htq-c97]:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #ff7d88, #fff);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.home-animated[_ngcontent-htq-c97] span[_ngcontent-htq-c97]:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(0deg, #05d8fb, #fff);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(-100%);
  }
}

.popularDiv[_ngcontent-htq-c97] {
  position: relative;
  margin-bottom: 0;
}

.popularDiv[_ngcontent-htq-c97] svg[_ngcontent-htq-c97] {
  position: absolute;
  width: 98%;
  margin: 0 auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #02020282;
}

.popularDiv[_ngcontent-htq-c97]
  svg[_ngcontent-htq-c97]
  text[_ngcontent-htq-c97] {
  text-transform: uppercase;
  animation: stroke 3s infinite alternate;
  stroke-width: 3;
  stroke: red;
  font-size: 90px;
  font-family: fangsong;
}

.popularDiv[_ngcontent-htq-c97] i[_ngcontent-htq-c97] {
  position: absolute;
  right: 15%;
  top: 6px;
  font-size: 15px;
  color: #fff;
  animation: bounce 3s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  height: auto;
  padding: 0;
}

@keyframes bounce {
  50% {
    transform: translate(-15px);
    color: #ff0;
  }
}

@keyframes stroke {
  0% {
    fill: #fff700;
    stroke: #fff;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 4;
  }

  70% {
    fill: #fff200;
    stroke: #fff;
  }

  80% {
    fill: #00ff07;
    stroke: #fff;
    stroke-width: 4px;
  }

  to {
    fill: #d4ff00;
    stroke: #fff;
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}

.new_games[_ngcontent-htq-c97] {
  font-size: 12px;
  position: absolute;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  left: 20%;
  right: 20%;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 2px 0;
  animation: newgames 2s infinite;
}

@keyframes newgames {
  0% {
    opacity: 0.5;
    background: #000;
  }

  to {
    opacity: 1;
    background: green;
  }
}

.new_games[_ngcontent-htq-c97]:before {
  left: -10px;
  transform: skew(339deg);
}

.new_games[_ngcontent-htq-c97]:after,
.new_games[_ngcontent-htq-c97]:before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  animation: newgames 2s infinite;
}

.new_games[_ngcontent-htq-c97]:after {
  right: -10px;
  transform: skew(-339deg);
}

.casino-tables[_ngcontent-htq-c97] .container-fluid[_ngcontent-htq-c97] {
  padding: 0;
}

.casino-tables[_ngcontent-htq-c97]
  .container-fluid[_ngcontent-htq-c97]
  .row[_ngcontent-htq-c97] {
  margin: 0;
}

.casino-tables[_ngcontent-htq-c97]
  .container-fluid[_ngcontent-htq-c97]
  .row[_ngcontent-htq-c97]
  .col-3[_ngcontent-htq-c97] {
  padding: 0;
}

.sports[_ngcontent-htq-c97]
  .nav-tabs[_ngcontent-htq-c97]
  .nav-link[_ngcontent-htq-c97]
  em[_ngcontent-htq-c97] {
  display: none;
}

.new-tag-menus-sb[_ngcontent-htq-c97] em[_ngcontent-htq-c97] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: normal;
  font-style: normal;
  font-size: 7px;
  padding: 1px 4px;
  border-radius: 1px;
  font-weight: 900;
  text-transform: uppercase;
  animation: tagmenu 2s ease-out infinite;
}

.casinoicons[_ngcontent-htq-c97] .casino-name[_ngcontent-htq-c97] {
  white-space: nowrap;
}

.casinoicons[_ngcontent-htq-c97] img[_ngcontent-htq-c97] {
  height: 70px !important;
}

@media (max-width: 360px) {
  .casinoicons[_ngcontent-htq-c97] .casino-name[_ngcontent-htq-c97] {
    font-size: 6px;
  }
}

[_nghost-htq-c46]
  .nav-tabs[_ngcontent-htq-c46]
  .nav-item.disabled[_ngcontent-htq-c46]
  a.disabled[_ngcontent-htq-c46] {
  cursor: default;
}

.game-list[_ngcontent-htq-c95] {
  padding: 5px;
}

#loadInner[_ngcontent-htq-c43] {
  position: absolute !important;
  top: 0;
}

.sports-book[_ngcontent-htq-c91] {
  display: block;
}

.sports-book[_ngcontent-htq-c91],
.sports-book[_ngcontent-htq-c91] iframe[_ngcontent-htq-c91] {
  height: 100%;
  width: 100%;
}

.casino-detail-head[_ngcontent-htq-c91] {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #0f2462;
  width: 100%;
  padding: 5px;
  position: relative;
}

.casino-detail-head[_ngcontent-htq-c91] button[_ngcontent-htq-c91] {
  background: none;
  border: none;
  color: #fff;
}

.casino-detail-head[_ngcontent-htq-c91] .logo[_ngcontent-htq-c91] {
  width: 100px;
}

.casino-detail-head[_ngcontent-htq-c91] h4[_ngcontent-htq-c91] {
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 5px;
}

.casino-detail-head[_ngcontent-htq-c91] span[_ngcontent-htq-c91] {
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
}

#casino-frm[_ngcontent-htq-c91] iframe[_ngcontent-htq-c91] {
  height: calc(100vh - 85px);
}

.sr-widget-1[_ngcontent-htq-c104] {
  margin-bottom: 2px;
  box-shadow: 0 1px 2px 0 #3c40434d, 0 2px 6px 2px #3c404326;
}

.game-icon[_ngcontent-htq-c104] {
  line-height: 1;
}

.jockey-detail[_ngcontent-htq-c103] .jockey-detail-box[_ngcontent-htq-c103] {
  background-color: #ccc;
  color: #000;
  padding: 2px 3px;
  margin-right: 5px;
  font-size: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.tooltip_jta[_ngcontent-htq-c103] {
  margin-left: 5px;
}

.new_games[_ngcontent-htq-c96] {
  font-size: 12px;
  position: absolute;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  left: 20%;
  right: 20%;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 2px 0;
  animation: newgames 2s infinite;
}

@keyframes newgames {
  0% {
    opacity: 0.5;
    background: #000;
  }

  to {
    opacity: 1;
    background: green;
  }
}

.new_games[_ngcontent-htq-c96]:before {
  left: -10px;
  transform: skew(339deg);
}

.new_games[_ngcontent-htq-c96]:after,
.new_games[_ngcontent-htq-c96]:before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  animation: newgames 2s infinite;
}

.new_games[_ngcontent-htq-c96]:after {
  right: -10px;
  transform: skew(-339deg);
}

.casino-tables[_ngcontent-htq-c96] .container-fluid[_ngcontent-htq-c96] {
  padding: 0 !important;
}

.casino-tables[_ngcontent-htq-c96]
  .container-fluid[_ngcontent-htq-c96]
  .row[_ngcontent-htq-c96] {
  margin: 0;
}

.casino-tables[_ngcontent-htq-c96]
  .container-fluid[_ngcontent-htq-c96]
  .row[_ngcontent-htq-c96]
  .col-3[_ngcontent-htq-c96] {
  padding: 0 !important;
}

.sports[_ngcontent-htq-c96]
  .nav-tabs[_ngcontent-htq-c96]
  .nav-link[_ngcontent-htq-c96]
  em[_ngcontent-htq-c96] {
  display: none;
}

.new-tag-menus-sb[_ngcontent-htq-c96] em[_ngcontent-htq-c96] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: normal;
  font-style: normal;
  font-size: 7px;
  padding: 1px 4px;
  border-radius: 1px;
  font-weight: 900;
  text-transform: uppercase;
  animation: tagmenu 2s ease-out infinite;
}

.country-name[_ngcontent-htq-c100] .mob-expo-cs[_ngcontent-htq-c100] {
  margin-bottom: 0;
  display: flex;
}

.country-name[_ngcontent-htq-c100]
  .mob-expo-cs[_ngcontent-htq-c100]
  span[_ngcontent-htq-c100] {
  display: flex;
}

.country-name[_ngcontent-htq-c101] .mob-expo-cs[_ngcontent-htq-c101] {
  margin-bottom: 0;
  display: flex;
}

.country-name[_ngcontent-htq-c101]
  .mob-expo-cs[_ngcontent-htq-c101]
  span[_ngcontent-htq-c101] {
  display: flex;
}

.toss_market[_ngcontent-htq-c101] {
  padding: 5px 0;
  text-align: center;
  position: relative;
}

.toss_market[_ngcontent-htq-c101] h5[_ngcontent-htq-c101] {
  text-transform: capitalize;
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 600;
}

.toss_market[_ngcontent-htq-c101] p[_ngcontent-htq-c101] {
  margin: 0;
}

.toss_market[_ngcontent-htq-c101]
  p[_ngcontent-htq-c101]
  span[_ngcontent-htq-c101]:nth-child(2):before {
  content: ">";
  margin: 0 3px;
}

.toss_market[_ngcontent-htq-c101] .box-1[_ngcontent-htq-c101] {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  border: none;
  border-radius: 3px;
  height: 35px;
  font-size: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.toss_market[_ngcontent-htq-c101] .col-6[_ngcontent-htq-c101] {
  position: static;
}

.toss_market[_ngcontent-htq-c101] .betslip_resize[_ngcontent-htq-c101] {
  margin-top: 2px;
}

.color-blue[_ngcontent-htq-c56] {
  color: #7fffd4;
}

.casino-detail-head[_ngcontent-htq-c87] {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: var(--theme2-bg);
  width: 100%;
  padding: 5px;
  position: relative;
}

.casino-detail-head[_ngcontent-htq-c87] button[_ngcontent-htq-c87] {
  background: none;
  border: none;
  color: #fff;
}

.casino-detail-head[_ngcontent-htq-c87] .logo[_ngcontent-htq-c87] {
  width: 100px;
}

.casino-detail-head[_ngcontent-htq-c87] h4[_ngcontent-htq-c87] {
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 5px;
}

.casino-detail-head[_ngcontent-htq-c87] span[_ngcontent-htq-c87] {
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
}

#casino-frm[_ngcontent-htq-c87] iframe[_ngcontent-htq-c87] {
  height: calc(100vh - 50px);
  border: none;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v143/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2)
    format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  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-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.btns__deposit_withdrawal[_ngcontent-uxw-c82] {
  display: flex;
}

.btns__deposit_withdrawal[_ngcontent-uxw-c82] a[_ngcontent-uxw-c82] {
  text-align: center;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 900;
  border: 1px solid #fff;
  margin: 0 5px;
  text-decoration: none;
}

a.btn_deposit[_ngcontent-uxw-c82] {
  background: linear-gradient(180deg, #007b15, #138e00);
}

a.btn_withdrawal[_ngcontent-uxw-c82] {
  background: linear-gradient(180deg, #7b0000, #d10000);
}

a.btn_deposit[_ngcontent-uxw-c82] img[_ngcontent-uxw-c82],
a.btn_withdrawal[_ngcontent-uxw-c82] img[_ngcontent-uxw-c82] {
  width: 22px;
  margin-right: 3px;
  filter: invert(1);
}

@media screen and (max-width: 767px) {
  .btns__deposit_withdrawal[_ngcontent-uxw-c82] {
    display: flex;
    justify-content: end;
    width: 100%;
    padding: 3px 0;
  }

  .btns__deposit_withdrawal[_ngcontent-uxw-c82]
    a[_ngcontent-uxw-c82]
    img[_ngcontent-uxw-c82] {
    filter: invert(1);
    margin-right: 5px;
    width: 25px;
  }

  a.btn_deposit[_ngcontent-uxw-c82],
  a.btn_withdrawal[_ngcontent-uxw-c82] {
    width: 50%;
  }
}

.casino-detail-head[_ngcontent-swn-c87] {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: var(--theme2-bg);
  width: 100%;
  padding: 5px;
  position: relative;
}

.casino-detail-head[_ngcontent-swn-c87] button[_ngcontent-swn-c87] {
  background: none;
  border: none;
  color: #fff;
}

.casino-detail-head[_ngcontent-swn-c87] .logo[_ngcontent-swn-c87] {
  width: 100px;
}

.casino-detail-head[_ngcontent-swn-c87] h4[_ngcontent-swn-c87] {
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 5px;
}

.casino-detail-head[_ngcontent-swn-c87] span[_ngcontent-swn-c87] {
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
}

#casino-frm[_ngcontent-swn-c87] iframe[_ngcontent-swn-c87] {
  height: calc(100vh - 50px);
  width: 100%;
  border: none;
}

.new_games[_ngcontent-swn-c96] {
  font-size: 12px;
  position: absolute;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  left: 20%;
  right: 20%;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 2px 0;
  animation: newgames 2s infinite;
}

@keyframes newgames {
  0% {
    opacity: 0.5;
    background: #000;
  }

  to {
    opacity: 1;
    background: green;
  }
}

.new_games[_ngcontent-swn-c96]:before {
  left: -10px;
  transform: skew(339deg);
}

.new_games[_ngcontent-swn-c96]:after,
.new_games[_ngcontent-swn-c96]:before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  animation: newgames 2s infinite;
}

.new_games[_ngcontent-swn-c96]:after {
  right: -10px;
  transform: skew(-339deg);
}

.casino-tables[_ngcontent-swn-c96] .container-fluid[_ngcontent-swn-c96] {
  padding: 0 !important;
}

.casino-tables[_ngcontent-swn-c96]
  .container-fluid[_ngcontent-swn-c96]
  .row[_ngcontent-swn-c96] {
  margin: 0;
}

.casino-tables[_ngcontent-swn-c96]
  .container-fluid[_ngcontent-swn-c96]
  .row[_ngcontent-swn-c96]
  .col-3[_ngcontent-swn-c96] {
  padding: 0 !important;
}

.sports[_ngcontent-swn-c96]
  .nav-tabs[_ngcontent-swn-c96]
  .nav-link[_ngcontent-swn-c96]
  em[_ngcontent-swn-c96] {
  display: none;
}

.new-tag-menus-sb[_ngcontent-swn-c96] em[_ngcontent-swn-c96] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: normal;
  font-style: normal;
  font-size: 7px;
  padding: 1px 4px;
  border-radius: 1px;
  font-weight: 900;
  text-transform: uppercase;
  animation: tagmenu 2s ease-out infinite;
}

#loadInner[_ngcontent-swn-c43] {
  position: absolute !important;
  top: 0;
}

.game-list[_ngcontent-swn-c95] {
  padding: 5px;
}

[_nghost-swn-c46]
  .nav-tabs[_ngcontent-swn-c46]
  .nav-item.disabled[_ngcontent-swn-c46]
  a.disabled[_ngcontent-swn-c46] {
  cursor: default;
}

ul.live_virtual[_ngcontent-swn-c97] {
  list-style: none;
  padding: 0;
  display: flex !important;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 5px;
  width: auto;
  margin: 0;
}

ul.live_virtual[_ngcontent-swn-c97] li[_ngcontent-swn-c97] {
  display: inline;
}

ul.live_virtual[_ngcontent-swn-c97]
  li[_ngcontent-swn-c97]
  label[_ngcontent-swn-c97] {
  display: inline-block;
  border: 1px solid var(--theme1-bg);
  color: var(--theme1-bg);
  border-radius: 25px;
  white-space: nowrap;
  margin: 0 1px;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
  font-weight: 400;
  padding: 0 10px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
}

ul.live_virtual[_ngcontent-swn-c97]
  li[_ngcontent-swn-c97]
  label[_ngcontent-swn-c97]:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding-right: 2px;
  content: "-";
  transition: transform 0.3s ease-in-out;
  line-height: 0;
}

ul.live_virtual[_ngcontent-swn-c97]
  li[_ngcontent-swn-c97]
  input[type="checkbox"][_ngcontent-swn-c97]:checked
  + label[_ngcontent-swn-c97]:before {
  content: "+";
  transform: rotate(-1turn);
  transition: transform 0.3s ease-in-out;
}

ul.live_virtual[_ngcontent-swn-c97]
  li[_ngcontent-swn-c97]
  input[type="checkbox"][_ngcontent-swn-c97]:checked
  + label[_ngcontent-swn-c97] {
  border: 1px solid #00ad6f;
  background-color: #00ad6f;
  color: #fff;
  transition: all 0.2s;
}

ul.live_virtual[_ngcontent-swn-c97]
  li[_ngcontent-swn-c97]
  input[type="checkbox"][_ngcontent-swn-c97] {
  display: absolute;
  position: absolute;
  opacity: 0;
}

.home-animated[_ngcontent-swn-c97] {
  position: absolute;
  padding: 3px 10px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
  background: var(--theme2-bg);
  right: 10px;
  bottom: 5px;
  font-size: 9px;
  text-transform: uppercase;
  animation: zoom-in-zoom-out 1s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.home-animated[_ngcontent-swn-c97]:hover {
  color: #000;
}

.home-animated[_ngcontent-swn-c97] i[_ngcontent-swn-c97] {
  color: darkred;
}

.home-animated[_ngcontent-swn-c97] span[_ngcontent-swn-c97] {
  border-radisu: 10px;
}

.home-animated[_ngcontent-swn-c97] span[_ngcontent-swn-c97]:first-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radisu: 10px;
  background: linear-gradient(90deg, #fff400, #fff);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

.home-animated[_ngcontent-swn-c97] span[_ngcontent-swn-c97]:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #05fb33, #fff);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(100%);
  }
}

.home-animated[_ngcontent-swn-c97] span[_ngcontent-swn-c97]:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #ff7d88, #fff);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.home-animated[_ngcontent-swn-c97] span[_ngcontent-swn-c97]:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(0deg, #05d8fb, #fff);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(-100%);
  }
}

.popularDiv[_ngcontent-swn-c97] {
  position: relative;
  margin-bottom: 0;
}

.popularDiv[_ngcontent-swn-c97] svg[_ngcontent-swn-c97] {
  position: absolute;
  width: 98%;
  margin: 0 auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #02020282;
}

.popularDiv[_ngcontent-swn-c97]
  svg[_ngcontent-swn-c97]
  text[_ngcontent-swn-c97] {
  text-transform: uppercase;
  animation: stroke 3s infinite alternate;
  stroke-width: 3;
  stroke: red;
  font-size: 90px;
  font-family: fangsong;
}

.popularDiv[_ngcontent-swn-c97] i[_ngcontent-swn-c97] {
  position: absolute;
  right: 15%;
  top: 6px;
  font-size: 15px;
  color: #fff;
  animation: bounce 3s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  height: auto;
  padding: 0;
}

@keyframes bounce {
  50% {
    transform: translate(-15px);
    color: #ff0;
  }
}

@keyframes stroke {
  0% {
    fill: #fff700;
    stroke: #fff;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 4;
  }

  70% {
    fill: #fff200;
    stroke: #fff;
  }

  80% {
    fill: #00ff07;
    stroke: #fff;
    stroke-width: 4px;
  }

  to {
    fill: #d4ff00;
    stroke: #fff;
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}

.new_games[_ngcontent-swn-c97] {
  font-size: 12px;
  position: absolute;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  left: 20%;
  right: 20%;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 2px 0;
  animation: newgames 2s infinite;
}

@keyframes newgames {
  0% {
    opacity: 0.5;
    background: #000;
  }

  to {
    opacity: 1;
    background: green;
  }
}

.new_games[_ngcontent-swn-c97]:before {
  left: -10px;
  transform: skew(339deg);
}

.new_games[_ngcontent-swn-c97]:after,
.new_games[_ngcontent-swn-c97]:before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  animation: newgames 2s infinite;
}

.new_games[_ngcontent-swn-c97]:after {
  right: -10px;
  transform: skew(-339deg);
}

.casino-tables[_ngcontent-swn-c97] .container-fluid[_ngcontent-swn-c97] {
  padding: 0;
}

.casino-tables[_ngcontent-swn-c97]
  .container-fluid[_ngcontent-swn-c97]
  .row[_ngcontent-swn-c97] {
  margin: 0;
}

.casino-tables[_ngcontent-swn-c97]
  .container-fluid[_ngcontent-swn-c97]
  .row[_ngcontent-swn-c97]
  .col-3[_ngcontent-swn-c97] {
  padding: 0;
}

.sports[_ngcontent-swn-c97]
  .nav-tabs[_ngcontent-swn-c97]
  .nav-link[_ngcontent-swn-c97]
  em[_ngcontent-swn-c97] {
  display: none;
}

.new-tag-menus-sb[_ngcontent-swn-c97] em[_ngcontent-swn-c97] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: normal;
  font-style: normal;
  font-size: 7px;
  padding: 1px 4px;
  border-radius: 1px;
  font-weight: 900;
  text-transform: uppercase;
  animation: tagmenu 2s ease-out infinite;
}

.casinoicons[_ngcontent-swn-c97] .casino-name[_ngcontent-swn-c97] {
  white-space: nowrap;
}

.casinoicons[_ngcontent-swn-c97] img[_ngcontent-swn-c97] {
  height: 70px !important;
}

@media (max-width: 360px) {
  .casinoicons[_ngcontent-swn-c97] .casino-name[_ngcontent-swn-c97] {
    font-size: 6px;
  }
}

.game-list[_ngcontent-hot-c95] {
  padding: 5px;
}

.sports-book[_ngcontent-hot-c91] {
  display: block;
}

.sports-book[_ngcontent-hot-c91],
.sports-book[_ngcontent-hot-c91] iframe[_ngcontent-hot-c91] {
  height: 100%;
  width: 100%;
}

.casino-detail-head[_ngcontent-hot-c91] {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #0f2462;
  width: 100%;
  padding: 5px;
  position: relative;
}

.casino-detail-head[_ngcontent-hot-c91] button[_ngcontent-hot-c91] {
  background: none;
  border: none;
  color: #fff;
}

.casino-detail-head[_ngcontent-hot-c91] .logo[_ngcontent-hot-c91] {
  width: 100px;
}

.casino-detail-head[_ngcontent-hot-c91] h4[_ngcontent-hot-c91] {
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 5px;
}

.casino-detail-head[_ngcontent-hot-c91] span[_ngcontent-hot-c91] {
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
}

#casino-frm[_ngcontent-hot-c91] iframe[_ngcontent-hot-c91] {
  height: calc(100vh - 85px);
}

.new_games[_ngcontent-hot-c96] {
  font-size: 12px;
  position: absolute;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  left: 20%;
  right: 20%;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 2px 0;
  animation: newgames 2s infinite;
}

@keyframes newgames {
  0% {
    opacity: 0.5;
    background: #000;
  }

  to {
    opacity: 1;
    background: green;
  }
}

.new_games[_ngcontent-hot-c96]:before {
  left: -10px;
  transform: skew(339deg);
}

.new_games[_ngcontent-hot-c96]:after,
.new_games[_ngcontent-hot-c96]:before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  animation: newgames 2s infinite;
}

.new_games[_ngcontent-hot-c96]:after {
  right: -10px;
  transform: skew(-339deg);
}

.casino-tables {
  padding: 0 !important;
}

.casino-tables[_ngcontent-hot-c96]
  .container-fluid[_ngcontent-hot-c96]
  .row[_ngcontent-hot-c96] {
  margin: 0;
}

.casino-tables[_ngcontent-hot-c96]
  .container-fluid[_ngcontent-hot-c96]
  .row[_ngcontent-hot-c96]
  .col-3[_ngcontent-hot-c96] {
  padding: 0 !important;
}

.sports[_ngcontent-hot-c96]
  .nav-tabs[_ngcontent-hot-c96]
  .nav-link[_ngcontent-hot-c96]
  em[_ngcontent-hot-c96] {
  display: none;
}

.new-tag-menus-sb[_ngcontent-hot-c96] em[_ngcontent-hot-c96] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: normal;
  font-style: normal;
  font-size: 7px;
  padding: 1px 4px;
  border-radius: 1px;
  font-weight: 900;
  text-transform: uppercase;
  animation: tagmenu 2s ease-out infinite;
}

[_nghost-hot-c46]
  .nav-tabs[_ngcontent-hot-c46]
  .nav-item.disabled[_ngcontent-hot-c46]
  a.disabled[_ngcontent-hot-c46] {
  cursor: default;
}

ul.live_virtual[_ngcontent-hot-c97] {
  list-style: none;
  padding: 0;
  display: flex !important;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 5px;
  width: auto;
  margin: 0;
}

ul.live_virtual[_ngcontent-hot-c97] li[_ngcontent-hot-c97] {
  display: inline;
}

ul.live_virtual[_ngcontent-hot-c97]
  li[_ngcontent-hot-c97]
  label[_ngcontent-hot-c97] {
  display: inline-block;
  border: 1px solid var(--theme1-bg);
  color: var(--theme1-bg);
  border-radius: 25px;
  white-space: nowrap;
  margin: 0 1px;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
  font-weight: 400;
  padding: 0 10px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
}

ul.live_virtual[_ngcontent-hot-c97]
  li[_ngcontent-hot-c97]
  label[_ngcontent-hot-c97]:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding-right: 2px;
  content: "-";
  transition: transform 0.3s ease-in-out;
  line-height: 0;
}

ul.live_virtual[_ngcontent-hot-c97]
  li[_ngcontent-hot-c97]
  input[type="checkbox"][_ngcontent-hot-c97]:checked
  + label[_ngcontent-hot-c97]:before {
  content: "+";
  transform: rotate(-1turn);
  transition: transform 0.3s ease-in-out;
}

ul.live_virtual[_ngcontent-hot-c97]
  li[_ngcontent-hot-c97]
  input[type="checkbox"][_ngcontent-hot-c97]:checked
  + label[_ngcontent-hot-c97] {
  border: 1px solid #00ad6f;
  background-color: #00ad6f;
  color: #fff;
  transition: all 0.2s;
}

ul.live_virtual[_ngcontent-hot-c97]
  li[_ngcontent-hot-c97]
  input[type="checkbox"][_ngcontent-hot-c97] {
  display: absolute;
  position: absolute;
  opacity: 0;
}

.home-animated[_ngcontent-hot-c97] {
  position: absolute;
  padding: 3px 10px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
  background: var(--theme2-bg);
  right: 10px;
  bottom: 5px;
  font-size: 9px;
  text-transform: uppercase;
  animation: zoom-in-zoom-out 1s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.home-animated[_ngcontent-hot-c97]:hover {
  color: #000;
}

.home-animated[_ngcontent-hot-c97] i[_ngcontent-hot-c97] {
  color: darkred;
}

.home-animated[_ngcontent-hot-c97] span[_ngcontent-hot-c97] {
  border-radisu: 10px;
}

.home-animated[_ngcontent-hot-c97] span[_ngcontent-hot-c97]:first-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radisu: 10px;
  background: linear-gradient(90deg, #fff400, #fff);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

.home-animated[_ngcontent-hot-c97] span[_ngcontent-hot-c97]:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #05fb33, #fff);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(100%);
  }
}

.home-animated[_ngcontent-hot-c97] span[_ngcontent-hot-c97]:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, #ff7d88, #fff);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.home-animated[_ngcontent-hot-c97] span[_ngcontent-hot-c97]:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(0deg, #05d8fb, #fff);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(-100%);
  }
}

.popularDiv[_ngcontent-hot-c97] {
  position: relative;
  margin-bottom: 0;
}

.popularDiv[_ngcontent-hot-c97] svg[_ngcontent-hot-c97] {
  position: absolute;
  width: 98%;
  margin: 0 auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #02020282;
}

.popularDiv[_ngcontent-hot-c97]
  svg[_ngcontent-hot-c97]
  text[_ngcontent-hot-c97] {
  text-transform: uppercase;
  animation: stroke 3s infinite alternate;
  stroke-width: 3;
  stroke: red;
  font-size: 90px;
  font-family: fangsong;
}

.popularDiv[_ngcontent-hot-c97] i[_ngcontent-hot-c97] {
  position: absolute;
  right: 15%;
  top: 6px;
  font-size: 15px;
  color: #fff;
  animation: bounce 3s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  height: auto;
  padding: 0;
}

@keyframes bounce {
  50% {
    transform: translate(-15px);
    color: #ff0;
  }
}

@keyframes stroke {
  0% {
    fill: #fff700;
    stroke: #fff;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 4;
  }

  70% {
    fill: #fff200;
    stroke: #fff;
  }

  80% {
    fill: #00ff07;
    stroke: #fff;
    stroke-width: 4px;
  }

  to {
    fill: #d4ff00;
    stroke: #fff;
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}

.new_games[_ngcontent-hot-c97] {
  font-size: 12px;
  position: absolute;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  left: 20%;
  right: 20%;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 2px 0;
  animation: newgames 2s infinite;
}

@keyframes newgames {
  0% {
    opacity: 0.5;
    background: #000;
  }

  to {
    opacity: 1;
    background: green;
  }
}

.new_games[_ngcontent-hot-c97]:before {
  left: -10px;
  transform: skew(339deg);
}

.new_games[_ngcontent-hot-c97]:after,
.new_games[_ngcontent-hot-c97]:before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  animation: newgames 2s infinite;
}

.new_games[_ngcontent-hot-c97]:after {
  right: -10px;
  transform: skew(-339deg);
}

.casino-tables[_ngcontent-hot-c97] .container-fluid[_ngcontent-hot-c97] {
  padding: 0;
}

.casino-tables[_ngcontent-hot-c97]
  .container-fluid[_ngcontent-hot-c97]
  .row[_ngcontent-hot-c97] {
  margin: 0;
}

.casino-tables[_ngcontent-hot-c97]
  .container-fluid[_ngcontent-hot-c97]
  .row[_ngcontent-hot-c97]
  .col-3[_ngcontent-hot-c97] {
  padding: 0;
}

.sports[_ngcontent-hot-c97]
  .nav-tabs[_ngcontent-hot-c97]
  .nav-link[_ngcontent-hot-c97]
  em[_ngcontent-hot-c97] {
  display: none;
}

.new-tag-menus-sb[_ngcontent-hot-c97] em[_ngcontent-hot-c97] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: normal;
  font-style: normal;
  font-size: 7px;
  padding: 1px 4px;
  border-radius: 1px;
  font-weight: 900;
  text-transform: uppercase;
  animation: tagmenu 2s ease-out infinite;
}

.casinoicons[_ngcontent-hot-c97] .casino-name[_ngcontent-hot-c97] {
  white-space: nowrap;
}

.casinoicons[_ngcontent-hot-c97] img[_ngcontent-hot-c97] {
  height: 70px !important;
}

@media (max-width: 360px) {
  .casinoicons[_ngcontent-hot-c97] .casino-name[_ngcontent-hot-c97] {
    font-size: 6px;
  }
}

/*  */

.filter-ct {
  width: 99.5%;
  text-align: right;
  display: inline-block;
  margin: 5px 0;
  align-items: center;
}
.filter-ct label {
  margin-bottom: 0;
  margin-right: 3px;
  font-size: 12px;
  font-weight: 600;
}
.filter-ct select {
  border: 1px solid var(--theme2-bg);
  background: var(--theme1-bg);
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 2px;
  line-height: normal;
  height: auto;
  text-transform: uppercase;
  border-radius: 2px;
}

ul.live_virtual {
  list-style: none;
  padding: 0;
  display: flex !important;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 5px;
  width: auto;
  margin: 0;
}
ul.live_virtual li {
  display: inline;
}
ul.live_virtual li label {
  display: inline-block;
  border: 1px solid var(--theme1-bg);
  color: var(--theme1-bg);
  border-radius: 25px;
  white-space: nowrap;
  margin: 0 1px;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
  font-weight: 400;
  padding: 0 10px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
}
ul.live_virtual li label:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding-right: 2px;
  content: "-";
  transition: transform 0.3s ease-in-out;
  line-height: 0;
}
ul.live_virtual li input[type="checkbox"]:checked + label:before {
  content: "+";
  transform: rotate(-1turn);
  transition: transform 0.3s ease-in-out;
}
ul.live_virtual li input[type="checkbox"]:checked + label {
  border: 1px solid #00ad6f;
  background-color: #00ad6f;
  color: #fff;
  transition: all 0.2s;
}
ul.live_virtual li input[type="checkbox"] {
  display: absolute;
  position: absolute;
  opacity: 0;
}
/* deposit */
button,
html [type="button"] {
  -webkit-appearance: button;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  img {
    page-break-inside: avoid;
  }
}

.bankingUi .nav-tabs {
  justify-content: center;
  margin-bottom: 10px;
  border: none;
  background: #fff;
  flex-wrap: nowrap;
  border-radius: 15px;
  padding: 10px 0;
  border-bottom: 5px solid #e4e4e4;
}

.bankingUi .nav-tabs button {
  font-size: 12px;
  background: none;
  border-radius: 15px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  margin: 0 5px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}

.bankingUi .nav-tabs button.active,
.bankingUi .nav-tabs button.active:hover {
  background: var(--theme-secondary);
  color: #fff;
}

.bankingUi .nav-tabs button:hover {
  background: #f3f2f6;
}

.bankingUi .nav-tabs button img {
  display: block;
  margin: 0 auto;
  width: 40px;
  object-fit: contain;
}

.bankingUi .nav-tabs button.active img {
  filter: invert(1);
}

@media (max-width: 767px) {
  .bankingUi .nav-tabs {
    justify-content: start !important;
  }

  .bankingUi .nav-tabs button {
    padding: 10px;
    margin: 0 1px;
    font-size: 13px;
  }

  .bankingUi .nav-tabs button img {
    width: 25px;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.justify-content-center {
  justify-content: center !important;
}

.bankingUi .card {
  background: #fff;
  box-shadow: none;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 20px;
}

.bankingUi .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 5px 0 #ddd;
}

.bankingUi .card .card-body {
  text-align: center;
}

.bankingUi .card .card-text {
  font-weight: 300;
  font-size: 13px;
  position: relative;
  margin-bottom: 2px;
  text-align: left;
  padding: 4px 8px;
  color: #222;
  border-bottom: 1px solid #eaecef;
}

.bankingUi .card .card-text:last-child {
  border-bottom: none;
}

.bankingUi .card .card-text:hover {
  color: #000;
}

.bankingUi .account-data {
  background: #f3f2f6;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.bankingUi .card .card-text button {
  border: none;
  background: none;
  padding: 0;
  font-size: 15px;
  position: absolute;
  right: 5%;
  color: var(--theme-secondary);
  width: 20px;
  height: 20px;
}

.bankingUi .card .card-text button:hover {
  color: var(--theme-primary);
}

.payment-issues {
  background: var(--theme-primary);
  border-radius: 15px;
  padding: 10px !important;
  text-align: center;
}

.payment-issues p {
  margin: 0;
}

.payment-issues p i {
  font-size: 12px;
  color: #fff;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-weight: 700;
}

.payment-issues p b {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

.card-body.upi-bank {
  padding: 0px;
  color: #000;
}

.card-body.upi-bank p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.card-body.upi-bank p b {
  color: var(--theme-primary);
  text-shadow: 0 8px 10px #a4a4a4, 0 -2px 0px #ffffff;
}

@media (max-width: 767px) {
  .bankingUi .account-data {
    padding: 5px;
  }

  .bankingUi .card .card-text {
    padding: 2px;
  }

  .bankingUi .card .card-text button {
    right: 1px;
  }

  .bankingUi .card .card-body {
    padding: 10px;
  }
}

a:hover {
  text-decoration: none;
}
/* Deposit */
button,
html [type="button"] {
  -webkit-appearance: button;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  img {
    page-break-inside: avoid;
  }
}

.bankingUi .nav-tabs {
  justify-content: center;
  margin-bottom: 10px;
  border: none;
  background: #fff;
  flex-wrap: nowrap;
  border-radius: 15px;
  padding: 10px 0;
  border-bottom: 5px solid #e4e4e4;
}

.bankingUi .nav-tabs button {
  font-size: 12px;
  background: none;
  border-radius: 15px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  margin: 0 5px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}

.bankingUi .nav-tabs button.active,
.bankingUi .nav-tabs button.active:hover {
  background: var(--theme-secondary);
  color: #fff;
}

.bankingUi .nav-tabs button:hover {
  background: #f3f2f6;
}

.bankingUi .nav-tabs button img {
  display: block;
  margin: 0 auto;
  width: 40px;
  object-fit: contain;
}

.bankingUi .nav-tabs button.active img {
  filter: invert(1);
}

@media (max-width: 767px) {
  .bankingUi .nav-tabs {
    justify-content: start !important;
  }

  .bankingUi .nav-tabs button {
    padding: 10px;
    margin: 0 1px;
    font-size: 13px;
  }

  .bankingUi .nav-tabs button img {
    width: 25px;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.justify-content-center {
  justify-content: center !important;
}

.bankingUi .card {
  background: #fff;
  box-shadow: none;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 20px;
}

.bankingUi .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 5px 0 #ddd;
}

.bankingUi .card .card-body {
  text-align: center;
}

.bankingUi .card .card-text {
  font-weight: 300;
  font-size: 13px;
  position: relative;
  margin-bottom: 2px;
  text-align: left;
  padding: 4px 8px;
  color: #222;
  border-bottom: 1px solid #eaecef;
}

.bankingUi .card .card-text:last-child {
  border-bottom: none;
}

.bankingUi .card .card-text:hover {
  color: #000;
}

.bankingUi .account-data {
  background: #f3f2f6;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.bankingUi .card .card-text button {
  border: none;
  background: none;
  padding: 0;
  font-size: 15px;
  position: absolute;
  right: 5%;
  color: var(--theme-secondary);
  width: 20px;
  height: 20px;
}

.bankingUi .card .card-text button:hover {
  color: var(--theme-primary);
}

.payment-issues {
  background: var(--theme-primary);
  border-radius: 15px;
  padding: 10px !important;
  text-align: center;
}

.payment-issues p {
  margin: 0;
}

.payment-issues p i {
  font-size: 12px;
  color: #fff;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-weight: 700;
}

.payment-issues p b {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

.card-body.upi-bank {
  padding: 0px;
  color: #000;
}

.card-body.upi-bank p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.card-body.upi-bank p b {
  color: var(--theme-primary);
  text-shadow: 0 8px 10px #a4a4a4, 0 -2px 0px #ffffff;
}

@media (max-width: 767px) {
  .bankingUi .account-data {
    padding: 5px;
  }

  .bankingUi .card .card-text {
    padding: 2px;
  }

  .bankingUi .card .card-text button {
    right: 1px;
  }

  .bankingUi .card .card-body {
    padding: 10px;
  }
}

a:hover {
  text-decoration: none;
}
