@media only screen and (min-width: 320px) and (max-width: 571px) {
  .sport-tabs .nav-tabs .nav-item {
      min-width: unset;
  }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
  .video-tv {
      /* height: 185px; */
      height: auto;
  }
}

@media only screen and (min-width: 360px) and (max-width: 1024px) {
  .video-tv {
      /* height: 207px; */
      height: auto;
  }
}

@media only screen and (min-width: 572px) and (max-width: 767px) {
  .sport-tabs .nav-tabs .nav-item {
      min-width: 25%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1599px) {
  .suspendedtext::after {
      width: calc(100% - 16px);
      right: 8px;
  }

  .clear-all-slip {
      display: inline-block;
      color: var(--text-sidebar);
      padding-right: 16px;
      cursor: pointer;
  }

  .bet-slip-container .nav-tabs {
      padding-left: 10px;
      padding-right: 10px;
      max-width: 340px;
      margin-left: auto;
      margin-right: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1279px) {
  body {
      font-size: var(--font-small);
  }

  .d-none-mobile {
      display: none !important;
  }

  .main-container {
      width: 100%;
      padding-top: 40px;
  }

  .sidebar-left~.main-container {
      width: 100%;
      margin-left: 0;
  }

  .center-main-content {
      padding-top: 0;
      min-height: unset;
      margin-top: 0;
  }

  .animate-on .center-main-content {
      margin-top: 56px;
  }

  .header {
      padding: 5px 5px;
      height: 60px;
      border-bottom: 0;
      line-height: unset;
      width: 100%;
      display: block;
  }

  .news-box {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      position: fixed;
      z-index: 100;
      top: 60px;
      background: var(--bg-body);
      justify-content: space-between;
      padding: 0;
  }

  .news-bar {
      padding: 0;
      margin-bottom: 0;
      width: calc(50% - 5px);
      margin-left: auto;
      margin-right: auto;
      height: 28px;
      max-width: calc(100% - 5px);
      background: var(--bg-table-header-new);
      color: var(--text-table-header-new);
  }

  .news-bar .news-title::after {
      width: 26px;
      height: 26px;
      border-top: 13px solid transparent;
      border-left: 13px solid var(--bg-success);
      border-bottom: 13px solid transparent;
      right: -26px;
  }

  .banner {
      border-radius: 0;
      width: 100%;
      margin-top: 0;
  }

  .banner img {
      height: auto;
  }

  .sidebar-left {
      position: fixed;
      height: 100%;
      width: 100%;
      top: 0;
      z-index: 1100;
      padding: 0;
      min-height: unset;
      padding-top: 0;
      z-index: 100;
      overflow: auto;
  }

  .menu-scrolable {
      overflow-x: hidden;
      overflow-y: auto;
      height: 100%;
  }

  .animate-on .sidebar-left {
      top: 0;
  }

  /* .language-block {
      display: none !important;
  } */
  .right-sidebar {
      display: none;
  }

  .modal-body {
      padding: 8px 6px;
  }

  .modal-sm {
      max-width: 388px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }

  .login-text {
      line-height: 33px;
      font-size: var(--font-24);
      font-weight: var(--font-semi);
  }

  .menu-button-mobile {
      display: inline-block;
      cursor: pointer;
      vertical-align: middle;
      width: 30px;
      margin-top: 8px;
      margin-left: 10px;
  }

  .menu-button-mobile .fa-arrow-left {
      font-size: 18px;
      vertical-align: middle;
  }

  .logo-box {
      width: auto;
      display: inline-block;
      padding: 0 0 0 0;
      height: auto;
      border-bottom: 0;
      margin-top: 4px;
  }

  .header-right {
      padding-right: 0;
      padding-top: 0;
      text-align: right;
      display: block;
      margin: 0;
  }

  .header-right .bal-point {
      font-size: 12px;
      font-weight: bold;
      color: #eee;
  }

  .login-menu {
      margin-left: 0;
      padding: 0;
  }

  .header .btn-primary {
      margin-left: 16px;
      height: 32px;
      width: 80px;
      padding: 0;
  }

  .menu-button-bar {
      height: 2px;
      width: 24px;
      border-radius: 1px;
      background-color: #aaafb5;
      display: block;
      margin-bottom: 5px;
  }

  .center-container {
      margin: 0;
      width: 100%;
  }

  .footer {
      margin-top: 0;
      padding: 8px 0;
      display: none;
  }

  .footer-social img {
      margin-left: 5px;
      height: 20px;
  }

  .footer-top .support {
      max-width: 35%;
      font-size: var(--font-small);
  }

  .footer-bottom {
      font-size: var(--font-small);
      text-align: center;
      padding: 0 10px;
  }

  .footer-top .support div {
      font-size: var(--font-body);
  }

  .logo {
      padding: 0;
  }

  .logo img {
      max-height: 35px;
  }

  .footer ul li {
      padding: 0 6px;
  }

  .menu-box li a,
  .special-menu li a {
      padding: 6px 12px;
      font-size: var(--font-small);
  }

  .language-box {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      z-index: 10000;
  }

  .language-box .flag-name {
      margin-left: 8px;
  }

  .language-box .flag {
      margin-bottom: 24px;
  }

  .close-language {
      color: var(--text-sidebar);
      margin-bottom: 20px;
  }

  .balance {
      display: inline-block;
      text-align: right;
      padding-left: 0;
  }

  .username-info {
      padding-left: 0;
      text-align: right;
      display: block;
      margin-top: 0;
      height: auto;
      background-color: var(--bg-table);
      padding: 2px 4px;
      margin-right: 30px;
  }

  .user-icon {
      height: 16px;
      width: 16px;
      padding: 0;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
  }

  .user-icon i {
      font-size: 10px;
      vertical-align: top;
      line-height: 16px;
  }

  .user-icon img {
      width: 6px;
      height: 7px;
  }

  .username-info img {
      margin-right: 5px;
  }

  .username {
      margin-right: 4px;
      margin-left: 4px;
  }

  .sport-tabs {
      height: 44px;
      border-radius: 0;
      margin-top: 0;
      /* border-bottom: 1px solid #3c444b;
      border-top: 1px solid #3c444b; */
  }

  .sport-tabs .nav-tabs {
      padding: 0;
      display: flex;
      height: 44px;
  }

  .arrow-tabs {
      top: 0;
  }

  .sport-tabs .nav-tabs .nav-item {
      flex: 0 0 auto;
  }

  .sport-tabs .nav-tabs .nav-link {
      padding: 0 5px;
      height: 44px;
      line-height: unset;
      white-space: nowrap;
      width: 100%;
      min-width: unset;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      font-size: 11px;
  }

  .sport-tabs .nav-tabs .nav-link .d-icon {
      font-size: 16px;
  }

  .sport-tabs .nav-tabs .nav-link .d-icon.icon-998,
  .sport-tabs .nav-tabs .nav-link .d-icon.icon-suits {
      font-size: 12px;
  }

  .sport-tabs .nav-tabs .nav-link.router-link-active {
      background-color: var(--bg-success) !important;
      color: var(--text-white) !important;
  }

  .sport-tabs .nav-tabs .nav-link.router-link-active span {
      color: var(--text-white) !important;
  }

  .sport-tabs .nav-tabs .nav-link span {
      display: block;
      margin-left: 0;
      line-height: 16px;
      width: 100%;
  }

  .sport-tabs .nav-tabs .nav-link img {
      height: 16px;
  }

  .bet-table-header {
      border-radius: 0;
      height: 33px;
      display: block;
      padding: 0 10px;
      line-height: 33px;
  }

  .game-title {
      width: 100%;
      position: relative;
  }

  .bet-table-row-header-mobile .game-title {
      align-items: center;
  }

  .bet-table-row-header-mobile .team-name {
      max-height: 16px;
      line-height: 16px;
      font-size: var(--font-13);
  }

  .bet-table-row-header-mobile .team-name.team-event {
      font-size: 12px;
  }

  .game-icons {
      justify-content: flex-end;
  }

  .game-icon {
      text-align: center;
      margin-right: 10px;
  }

  .bet-table-header .game-title .d-icon,
  .bet-table-header .game-title span {
      font-size: var(--font-caption);
  }

  .game-title img {
      height: 16px;
      width: 16px;
      margin-right: 8px;
  }

  .bet-table-body {
      padding: 4px;
  }

  .home-container .bet-table-body {
      max-height: 310px;
      overflow-x: hidden;
      overflow-y: auto;
  }

  .bet-table-box {
      background-color: #666;
      padding: 4px;
      margin: 4px 0;
  }

  .bet-table-row {
      padding: 0;
  }

  .bm-row {
      justify-content: center;
      display: flex;
  }

  .point-title {
      width: 32%;
      margin-left: 0;
      margin-right: 2%;
  }

  .point-title.suspended:after {
      top: unset;
      bottom: 0;
      height: 32px;
      border-radius: 0;
  }

  .point-title.suspended:before {
      background-position: bottom 7.5px center;
  }

  .point-title:last-child {
      margin-right: 0;
  }

  .bl-box {
      width: 48%;
      margin-top: 0;
      margin-right: 4%;
  }

  .point-title-header {
      color: var(--text-table-header-new);
      display: none;
  }

  .bl-box span {
      font-size: var(--font-small);
  }

  .bl-box .odds {
      font-size: 15px;
      font-weight: var(--font-bold);
  }

  .bet-table-row-header-mobile {
      display: flex;
      align-items: center;
      background-color: var(--bg-table);
      padding: 4px;
      margin-bottom: 3px;
  }

  .home-container .bl-box.no-val {
      background-color: var(--bg-table);
  }

  .bet-table-row-header-mobile .matched-title {
      height: 42px;
      color: #aaafb5;
      line-height: 21px;
  }

  .bet-table-row-header-mobile .game-name {
      vertical-align: top;
      width: calc(100% - 70px);
      padding-left: 10px;
  }

  .bet-table-row-header-mobile .game-date.inplay~.game-name {
      padding-left: 10px;
      width: calc(100% - 70px);
  }

  .bet-table-row-header-mobile .game-date {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 70px;
      height: 34px;
      line-height: 17px;
      border-right: 1px #666;
      padding-right: 0;
  }

  .game-date.inplay {
      border-right: 1px solid #666 !important;
  }

  .game-date.inplay span {
      width: auto;
  }

  .game-title .day {
      margin-bottom: 0;
      height: auto;
      min-width: unset;
      line-height: 14px;
  }

  .odds-format-block {
      padding-left: 40px;
  }

  .format-name {
      padding-left: 0;
  }

  .tabs-mobile {
      position: fixed;
      width: 125%;
      left: 0;
      top: 0;
      z-index: 1101;
  }

  .tabs-mobile ul {
      display: flex;
      width: 100%;
  }

  .tabs-mobile ul li {
      flex: auto;
      height: 54px;
      text-align: center;
      padding: 0;
  }

  .tabs-mobile ul li a.router-link-active {}

  .tabs-mobile ul li a {
      color: var(--text-table);
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 0 8px;
      font-size: var(--font-small);
      line-height: 1.4;
  }

  .tabs-mobile ul li a span {
      display: block;
      width: 100%;
      line-height: 12px;
  }

  .bet-slip-box .bet-time {
      display: inline-block;
      vertical-align: top;
  }

  .odds-format-box {
      width: 100px;
      z-index: 100;
      right: 0;
      left: unset;
  }

  .odds-format-box a {
      width: 100px;
  }

  .close-mobile-menu {
      width: 8%;
      text-align: right;
      font-size: 20px;
      cursor: pointer;
  }

  .sidebar-left .search-box .form-group {
      /*width: 90%;*/
      width: calc(100% - 50px);
  }

  .sidebar-left .menu-button-mobile {
      margin-left: 16px;
  }

  .detail-page-container .bet-table-header {
      border-radius: 0;
  }

  .detail-page-container .nation-name {
      width: 100%;
  }

  .bet-table-mobile-team-name {
      line-height: 17px;
      color: var(--text-body);
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      padding: 0 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .market-14 .bet-table-mobile-team-name p {
      max-width: calc(100% - 52px);
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .market-14 .bet-table-mobile-team-name p>span:first-child {
      max-width: calc(100% - 80px);
      width: calc(100% - 80px);
  }

  .detail-page-container .bl-title {
      background-color: transparent;
      height: 20px;
      line-height: 20px;
      color: var(--text-table);
      width: 15%;
      margin-right: 2%;
  }

  .detail-page-container .bl-title:last-child {
      margin-right: 0;
  }

  .bet-table-row {
      border-bottom: 0;
  }

  .home-container .bet-table-row.suspendedtext::after {
      top: unset;
      height: calc(100% - 22px);
      width: 100%;
      bottom: 0;
      right: 0;
  }

  .detail-page-container .bl-box {
      margin-top: 0;
      width: 15%;
      margin-right: 2%;
  }

  .detail-page-container .bm-market .bl-box,
  .detail-page-container .bm-market .bl-title,
  .detail-page-container .bm-market-2 .bl-box,
  .detail-page-container .bm-market-2 .bl-title {
      width: 49%;
  }

  .detail-page-container .fancy-market .bl-box {
      width: 35%;
  }

  .fancy-min-max {
      width: 26%;
  }

  .ball-by-ball .fancy-min-max {
      width: 62%;
  }

  .ball-by-ball.goal .fancy-min-max {
      width: 20%;
  }

  .bm-market .suspendedtext::after,
  .bm-market-2 .suspendedtext::after {
      width: calc(100% - 16px);
      right: 8px;
  }

  .fancy-market .suspendedtext::after {
      width: 100%;
      right: 0;
  }

  .detail-tabs .nav-tabs .nav-link {
      padding-left: 8px;
      padding-right: 8px;
  }

  .casino-right-sidebar.right-sidebar {
      display: none;
  }

  .main-container.casino-container .logo-box {
      float: unset;
      width: auto;
  }

  .main-container.casino-container .center-main-content {
      padding: 0;
  }

  .casino-center {
      width: 100%;
      margin: 0;
  }

  .casino-tabs-mobile {
      display: flex;
      height: 48px;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  .casino-tabs-mobile ul {
      height: 48px;
      line-height: 48px;
  }

  .casino-tabs-mobile ul li {
      float: left;
      width: 80px;
      text-align: center;
  }

  .casino-tabs-mobile ul li a {
      color: var(--text-sidebar);
  }

  .casino-tabs-mobile ul li.active {
      background-color: var(--bg-success);
  }

  .casino-tabs-mobile ul li.active a {
      color: var(--text-white);
  }

  .rules-round {
      padding-right: 5px;
  }

  .casino-title {
      padding: 6px 4px;
  }

  .casino-cards img {
      height: 32px;
  }

  .casino-timer {
      right: 5px;
      bottom: 5px;
  }

  .timer {
      width: 19px;
      height: 24px;
      line-height: 24px;
      font-size: var(--font-body);
  }

  .last-result-container {
      padding: 10px;
  }

  .last-result-form .form-group {
      width: 48%;
      margin-right: 1%;
  }

  .last-result-form .form-group input.form-control,
  .last-result-form .form-group select.form-control {
      width: 100%;
      height: 48px;
  }

  .last-result-form .btn {
      width: 100%;
      height: 48px;
  }

  .last-result-table {
      margin-top: 16px;
      font-size: var(--font-v-small);
  }

  .main-container.casino-container .footer {
      padding-left: 16px;
  }

  .casino-place-bet-box {
      padding: 0 6px;
      /* color: var(--text-table); */
      color: #000;
  }

  .bet-slip-box {
      color: #000;
      margin-top: 0;
  }

  .bet-slip {
      width: 100%;
  }

  .casino-place-bet-title {
      padding: 16px 10px;
  }

  .casino-rules-table .casino-place-bet-title {
      padding: 8px 8px;
      background: var(--bg-table-header-new);
      margin-bottom: 10px;
      font-weight: bold;
      color: var(--text-fancy);
      font-size: 14px;
  }

  .casino-place-bet-info {
      display: block;
  }

  .bet-player {
      margin-bottom: 16px;
      color: var(--text-white);
  }

  .odds-box-mobile {
      width: 100%;
      display: flex;
  }

  .m-p-box {
      float: left;
      height: 48px;
      width: 32px;
      line-height: 48px;
      text-align: center;
  }

  .minus-box {
      border-radius: 4px 0 0 4px;
  }

  .plus-box {
      border-radius: 0 4px 4px 0;
  }

  .odds-box-mobile input {
      float: left;
      height: 48px;
      width: 64px;
  }

  .stake-odds {
      display: flex;
      justify-content: space-between;
      margin-top: 16px;
  }

  .stake-odds input {
      height: 48px;
      border-radius: 4px;
      background-color: transparent;
  }

  .stake-odds .profit-val {
      height: 48px;
      line-height: 48px;
  }

  .casino-place-bet-button-container .btn {
      width: 31.6%;
      margin-right: 2%;
      color: var(--text-highlight);
  }

  .casino-place-bet {
      width: 100%;
  }

  .casino-place-bet-action-buttons .btn {
      width: 100%;
  }

  .main-container.report-container {
      display: block;
  }

  .report-box {
      width: 100%;
      padding: 4px 0;
  }

  .report-title {
      padding: 4px 4px 0;
  }

  .report-name {
      font-size: var(--font-24);
      height: auto;
      line-height: normal;
  }

  .report-form {
      display: block;
      padding: 4px;
  }

  .report-form .form-group {
      display: block;
      margin-right: 0;
      margin-bottom: 8px;
  }

  .report-form select {
      width: 100%;
      font-size: var(--font-small);
  }

  .report-form .from-date,
  .report-form .to-date {
      width: 49.5%;
      float: left;
  }

  .report-form .from-date {
      margin-right: 1%;
  }

  .report-form .to-date {
      margin-right: 0;
  }

  .report-form input {
      width: 100%;
      font-size: var(--font-small);
      height: 32px;
  }

  .report-form button {
      width: 100%;
  }

  .report-table {
      margin-top: 0;
  }

  .report-row {
      padding: 16px 32px;
      border-bottom: 1px solid #666;
  }

  .report-row.back-border {
      border-left: 5px solid var(--back);
  }

  .report-row.lay-border {
      border-left: 5px solid var(--lay);
  }

  .report-row>div {
      margin-bottom: 2px;
  }

  .bet-heading {
      display: inline-block;
      min-width: 125px;
      color: var(--text-highlight);
      vertical-align: top;
  }

  .bet-heading+span {
      max-width: calc(100% - 130px);
      display: inline-block;
      vertical-align: top;
  }

  .bet-heading+span a {
      color: var(--text-table);
  }

  .footer-error {
      width: 100%;
  }

  .detail-page-container .market-1 .market-1-item .bl-box {
      width: 52px;
  }

  .detail-page-container .market-2 .bl-title,
  .detail-page-container .market-2 .bl-box,
  .detail-page-container .market-5 .bl-title,
  .detail-page-container .market-5 .bl-box,
  .detail-page-container .market-11 .bl-title,
  .detail-page-container .market-11 .bl-box {
      width: 49%;
  }

  .detail-page-container .market-3 .bl-box,
  .detail-page-container .market-3 .bl-box {
      width: 23.5%;
  }

  .detail-page-container .market-6 .bl-box {
      width: 35%;
  }

  .goal .detail-page-container .market-6 .bl-box {
      width: 20%;
      margin: 0;
  }

  .ball-by-ball.goal .detail-page-container .market-6 .nation-name {
      width: calc(100% - 40%);
  }

  .detail-page-container .market-2 .bet-table-header .nation-name,
  .detail-page-container .market-3 .bet-table-header .nation-name,
  .detail-page-container .market-4 .bet-table-header .nation-name,
  .detail-page-container .market-5 .bet-table-header .nation-name,
  .detail-page-container .market-6 .bet-table-header .nation-name,
  .detail-page-container .market-11 .bet-table-header .nation-name,
  .detail-page-container .market-12 .bet-table-header .nation-name,
  .detail-page-container .market-13 .bet-table-header .nation-name,
  .detail-page-container .market-14 .bet-table-header .nation-name {
      width: 100%;
  }

  .market-2 .suspendedtext::after,
  .market-3 .suspendedtext::after,
  .market-4 .suspendedtext::after,
  .market-5 .suspendedtext::after,
  .market-6 .suspendedtext::after,
  .market-9 .suspendedtext::after,
  .market-11 .suspendedtext::after,
  .market-12 .suspendedtext::after,
  .market-13 .suspendedtext::after,
  .market-14 .suspendedtext::after {
      width: calc(100% - 16px);
  }

  .market-12 .suspendedtext::after {
      width: 100%;
      left: 0;
  }

  .market-12 .suspendedtext.removed::after {
      font-size: 13px;
  }

  .market-2 .suspendedfull::after,
  .market-3 .suspendedfull::after,
  .market-4 .suspendedfull::after,
  .market-5 .suspendedfull::after,
  .market-6 .suspendedfull::after,
  .market-11 .suspendedfull::after,
  .market-12 .suspendedfull::after,
  .market-13 .suspendedfull::after,
  .market-14 .suspendedfull::after {
      width: 100%;
      right: 0;
      height: 100%;
      top: 0;
  }

  .market-12 .suspendedfull::after {
      content: "";
  }

  .market-6 .suspendedtext::after,
  .market-6 .suspendedfull::after {
      right: calc(28% + 3px);
      width: calc(72% - 11px);
  }

  .market-1 .suspendedfull::after {
      width: 100%;
      right: 0;
  }

  .detail-page-container .market-9 .bl-box {
      width: 100%;
  }

  .detail-page-container .market-10 .bl-box {
      width: 72%;
  }

  .market-10 .suspendedtext::after {
      width: calc(72% - 11px);
      right: calc(28% + 3px);
  }

  .market-show-icon {
      position: fixed;
      bottom: 5px;
      right: 5px;
      z-index: 1000;
      background-color: var(--bg-success);
      color: var(--text-white);
      font-weight: var(--font-bold);
      font-size: var(--font-24);
      height: 50px;
      width: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      font-family: timer;
  }

  .center-container.casino-list-container {
      padding-left: 0;
      padding-right: 0;
  }

  .casino-carousal {
      width: 100%;
  }

  .casino-carousal img {
      height: 120px;
  }

  .casino-small-icons {
      width: 100%;
      margin-left: 0;
      max-height: 260px;
      margin-top: 16px;
  }

  .casino-primary-tabs {
      height: 50px;
  }

  .casino-primary-tabs .nav-tabs .nav-item {
      width: auto;
  }

  .casino-primary-tabs .nav-tabs .nav-item .nav-link {
      padding: 0 5px;
  }

  .casino-primary-tabs .nav-tabs .nav-item .nav-link {
      height: 50px;
  }

  .casino-banners {
      padding: 8px 10px;
  }

  .casino-banner-item {
      width: 49%;
      margin-right: 2%;
  }

  .slot-banner-full {
      width: 100%;
      margin-right: 0;
  }

  .casino-banner-item:nth-child(6n) {
      margin-right: 2%;
  }

  .casino-banner-item:nth-child(2n) {
      margin-right: 0;
  }

  .casino-detail {
      padding: 2px;
  }

  .casino-min-max {
      font-size: 11px;
  }

  .report-container {
      margin: 0;
      padding: 0;
  }

  .casino-col-container {
      width: 100%;
      margin-right: 0;
  }

  .poker1day .casino-col-container:last-child .casino-nation-name {
      width: calc(100% - 204px);
  }

  .poker1day .casino-col-container:last-child .casino-bl-box {
      width: 204px;
  }

  .poker1day .casino-col-container:first-child,
  .poker1day .casino-col-container:last-child {
      width: 100%;
  }

  .poker1day .casino-col-container:last-child .casino-bl-box-item {
      width: 100px;
      height: 48px;
  }

  .poker1day .casino-col-container:last-child .casino-bl-box-item .casino-box-odd {
      height: 30px;
  }

  .poker1day .casino-col-container:last-child .suspended::after {
      width: 204px;
  }

  .cards32B .cards32Btotal .casino-bl-box-item {
      height: 40px;
  }

  .banner-iframe {
      width: 100%;
      left: 0;
  }

  .banner-iframe.banner-frame-show {
      top: 0;
      height: 100vh;
      z-index: 10000;
  }

  .banner-iframe.slot-iframe.banner-frame-show {
      top: 0;
      height: 100vh;
      z-index: 10000;
      height: var(--app-height);
  }

  .game-header .game-header-name {
      max-width: calc(100% - 20px);
      line-height: 1;
  }

  .search-list {
      position: unset;
      width: 100%;
      margin-top: 45px;
  }

  .casino-search.open-search {
      border-radius: 0;
  }

  .header-casino~.center-main-content {
      margin-top: 55px;
      min-height: calc(100% - 55px);
      align-content: flex-start;
  }

  .animate-on .header-casino~.center-main-content {
      margin-top: 106px;
      min-height: calc(100% - 106px);
  }

  .dropdown-menu {
      font-size: var(--font-small);
  }

  .modal {
      top: 50px;
  }

  .modal-content {
      max-height: calc(100vh - 108px);
  }

  #betSodaModal .modal-body {
      min-height: calc(100vh - 140px);
  }

  .modal-header {
      padding: 8px;
  }

  .modal-title {
      font-size: var(--font-caption);
  }

  .modal-title .casino-min-max {
      color: var(--text-highlight);
  }

  .modal-body {
      max-height: calc(100vh - 40px);
  }

  .game-header-date {
      padding-right: 25px;
  }

  .five-cricket .game-header-date {
      padding-right: 0;
  }

  .sidebar-left .search-box {
      padding: 6px 16px 6px 16px;
      position: fixed;
      width: 100%;
      z-index: 1101;
      margin-top: 1px;
  }

  .search-box .form-control {
      height: 36px;
      font-size: var(--font-small);
  }

  .search-box .search-icon {
      top: 10px;
      right: 10px;
  }

  .all-menu {
      height: auto;
  }

  .special-menu {
      margin-top: 60px;
  }

  .menu-box {
      margin-top: 15px;
  }

  .menu-box .navbar-nav {
      height: auto;
  }

  .menu-box .navbar-nav,
  .special-menu .navbar-nav {
      float: unset;
  }

  .special-menu .dropdown-menu {
      left: 0 !important;
      right: unset !important;
      transform: unset !important;
      -webkit-transform: unset !important;
      -moz-transform: unset !important;
      -ms-transform: unset !important;
      -o-transform: unset !important;
      position: relative !important;
      max-height: unset;
  }

  .special-menu .dropdown-menu .horse-list-box {
      max-height: unset;
  }

  .search-list+.menu-box {
      margin-top: 5px;
  }

  .header .menu-box ul,
  .header .special-menu ul {
      float: unset;
  }

  .header .menu-box ul li,
  .header .special-menu ul li {
      padding: 0;
  }

  .header .menu-box ul ul {
      display: none;
  }

  .header .menu-box .navbar-nav .dropdown-menu.show {
      display: block;
  }

  .header .menu-box ul li a,
  .header .special-menu ul li a {
      height: auto;
  }

  .special-menu .dropdown-menu h5 {
      display: none;
  }

  .special-menu .dropdown-menu .dropdown-item {
      font-size: 12px;
      margin-bottom: 5px;
  }

  .sidebar-left footer {
      display: flex;
      background-color: var(--bg-body);
  }

  .sidebar-left .footer-menu {
      padding: 0;
  }

  .sidebar-left .footer-menu ul {
      width: 100%;
  }

  .sidebar-left .footer-menu ul li {
      width: 47%;
      margin: 0 3px;
  }

  .sidebar-left .footer-menu ul li a {
      font-size: 10px;
      color: var(--text-green);
  }

  .home-container .bet-table {
      min-height: unset;
  }

  .home-container .bet-table.loader-section-parent {
      min-height: 200px;
  }

  label {
      margin-bottom: 4px;
      line-height: 16px;
  }

  .form-control {
      height: 32px;
  }

  .report-page-count select {
      height: 32px;
      font-size: var(--font-small);
  }

  .button-value .form-control {
      font-size: var(--font-small);
  }

  .card-clear-box {
      display: flex;
      justify-content: space-between;
      padding: 5px 14px;
      align-items: center;
      flex-wrap: wrap;
      background-color: #444;
      color: #ddd;
      font-weight: bold;
      font-size: var(--font-body);
      margin-top: 10px;
      border-radius: 0;
  }

  .table {
      table-layout: unset;
  }

  .five-cricket-result .table {
      table-layout: unset;
  }

  .home-new .navbar {
      display: none;
  }

  .home-new-header-bottom {
      justify-content: flex-end;
  }

  .user-dropdown .change-theme {
      right: 10px;
      width: auto;
      left: unset !important;
      top: 10px;
  }

  .main-rules {
      margin-left: 0;
      position: absolute;
      left: 10px;
      top: 14px;
      width: auto;
  }

  .main-rules a {
      padding-right: 10px;
      margin: 0;
  }

  .home-new-header {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
      height: 56px !important;
  }

  .home-new-header>.row {
      height: 100%;
  }

  .home-new-header-bottom {
      position: relative;
  }

  .home-new-header-bottom .download-apk {
      bottom: 0px !important;
      line-height: 1;
  }

  /* .home-new-header-bottom .btn {
  top: 0 !important;
  width: 90px;
  font-size: 12px;
} */
  /* .home-new .upcoming-fixure {
      margin-top: 0 !important;
  } */
  .home-new-header-bottom .btn {
      height: 34px;
      font-size: 14px;
      font-weight: bold;
  }

  .home-new-logo img {
      max-height: 40px !important;
      max-width: 215px;
  }

  .change-theme {
      left: 200px !important;
      top: 0;
  }

  .setting-page .report-form {
      width: 100%;
  }

  .setting-page .report-form .form-group {
      margin-bottom: 20px;
  }

  .setting-page .casino-tabs .nav-tabs .nav-link {
      padding-left: 6px;
      padding-right: 6px;
      font-size: 11px;
  }

  .wrapper .casino-center {
      padding-bottom: 70px;
  }

  .logo {
      padding: 0;
  }

  .logo img {
      max-height: 45px;
  }

  .depo-withdraw-btn {
      display: flex;
      justify-content: flex-end;
      /* width: calc(50% - 5px); */
      margin-top: 0;
      margin-bottom: 0;
      padding-right: 0;
      margin-left: 4px;
  }

  .depo-withdraw-btn .btn {
      padding: 0 5px;
      width: auto;
      margin: 0 !important;
      font-size: 12px;
  }

  .depo-withdraw-btn .btn:not(:last-child) {
      margin-right: 3px !important;
  }

  .footer {
      display: flex;
  }

  .footer-menu ul {
      width: 100%;
  }

  .footer-menu ul li {
      width: 47%;
      margin: 0 3px;
  }

  .footer-menu ul li a {
      font-size: 12px;
  }

  .casino-place-bet-box .hfquitbtns .fbtn {
      border-width: 2px !important;
      border-top: 2px solid #6f0404;
  }

  .casino-place-bet-box .hfquitbtns .hbtn {
      border-width: 2px !important;
      border-color: 2px solid #131399;
  }

  .hfquitbtns .fbtn.selected,
  .hfquitbtns .hbtn.selected {
      border-color: var(--text-fancy) !important;
      box-shadow: 0 0 10px #fff !important;
  }

  /*Virtual Casino Mobile starts*/
  .virtual-casino-bg {
      height: calc(100vh - 2px);
      background-image: url("../img/vcasino-bg-mobile.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      width: auto;
      position: unset;
  }

  .virtual-casino-container {
      max-height: calc(100vh - 56px);
  }

  .virtual-casino-bg .main-bg {
      /* height: 35vh; */
      height: auto;
  }

  .virtual-casino-bg .dealer {
      width: auto;
      height: 30vh;
      top: 8vh;
  }

  .vcasino-title {
      left: 5px;
      top: 10px;
      min-width: unset;
  }

  .vcasino-name {
      font-size: 12px;
      line-height: 1;
      margin-bottom: 5px;
  }

  .vcasino-rid {
      font-size: 11px;
      line-height: 1;
  }

  .vcasino-my-bets {
      left: 10px;
      top: 60px;
      height: 35px;
  }

  .vcasino-my-bets .bets-count {
      height: 40px;
      width: 40px;
      font-size: 14px;
      top: -5px;
  }

  .vcasino-my-bets .bets-title {
      margin-left: 30px;
      font-size: 14px;
  }

  .vcasino-icons {
      left: 0;
      right: unset;
      top: 100px;
      width: 70px;
  }

  .vcasino-icon {
      width: 30px;
      height: 30px;
      margin-left: 5px;
      margin-bottom: 5px;
  }

  .vcasino-icon img {
      height: 14px;
  }

  .vcasino-last-results {
      right: 10px;
      top: 10px;
      width: 70px;
      flex-direction: row;
      height: 190px;
      justify-content: space-between;
      align-content: flex-start;
  }

  .vcasino-last-results span.vresultall {
      width: 60px;
      height: 25px;
      font-size: 30px;
      top: unset;
      bottom: 0;
  }

  .vcasino-last-results span {
      width: 25px;
      height: 25px;
  }

  .vcasino-last-results span:nth-child(2n) {
      margin-right: 0;
  }

  .virtual-casino-place-bet {
      position: fixed;
      z-index: 100000;
      width: 100%;
      /*transform: rotateX(-10deg); */
  }

  .virtual-casino-place-bet .place-bet-box-container {
      background-color: #2c153c;
      max-width: 100%;
      width: 100%;
      z-index: 100;
  }

  .virtual-casino-place-bet .place-bet-value input {
      border-color: #5f2f81;
      width: 130px;
  }

  .virtual-casino-place-bet .place-bet-buttons .btn {
      background-color: #5f2f81;
  }

  /* .vteen1day .table-actions,
  .vteen1day .decks-block,
  .vteen1day .decks-mask-block,
  .vteen1day .cards-showing-block,
  .vteen20 .table-actions,
  .vteen20 .decks-block,
  .vteen20 .decks-mask-block,
  .vteen20 .cards-showing-block {
      width: 100vw;
  } */
  .virtual-casino-odds {
      position: relative;
      /*transform: unset;*/
      top: unset;
      margin-top: 0;
      height: calc(65vh - 8px);
  }

  .winner-trophy {
      position: relative;
      bottom: unset;
      left: unset;
      transform: unset;
      -webkit-transform: unset;
      -moz-transform: unset;
      -ms-transform: unset;
      -o-transform: unset;
  }

  .winner-trophy .winnera {
      left: 0;
  }

  .winner-trophy .winnerb {
      right: -40px;
  }

  .winner-trophy .winnera,
  .winner-trophy .winnerb {
      width: 80px;
      top: -50px;
  }

  .virtual-casino-odds>div {
      max-width: 100%;
  }

  .vteen1day .odds-title {
      width: 100%;
      margin-bottom: 0;
      justify-content: space-around;
  }

  .vteen1day .main-odds {
      width: 100%;
      /*margin-top: 50px;*/
  }

  /*.vcasino .playera,.vcasino .playerb,.vcasino .tie
  {
      font-size: 20px;
  }*/
  .vteen1day .vodds-box {
      font-size: 14px;
  }

  .others-odds {
      margin-top: 0;
  }

  .vteen1day .vodds-box .casino-bl-box-item span {
      font-size: 10px;
  }

  .vteen20 .odds-title {
      width: 100%;
      justify-content: space-around;
  }

  .vteen20 .main-odds {
      width: 100%;
      margin-top: 10vh;
  }

  .vteen20 .odds-section {
      margin-bottom: 3px;
  }

  .vteen20 .vodds-box .casino-bl-box-item {
      height: 5.5vh;
  }

  .vteen20 .vodds-box img {
      height: 20px;
  }

  .vteen20 .teen20rules,
  .vmuflis .teen20rules {
      bottom: unset;
      right: unset;
      max-width: unset;
      width: auto;
      transform: unset;
      -webkit-transform: unset;
      -moz-transform: unset;
      -ms-transform: unset;
      -o-transform: unset;
      float: right;
      margin-right: 10px;
      position: relative;
  }

  .vteen20 .teen20rules>div {
      background-color: #000000cf;
      padding: 8px;
      cursor: pointer;
      color: #fff;
      border-radius: 4px;
      font-size: 18px;
  }

  /* .vmuflis .teen20rules {
      bottom: 20px;
      right: 20px;
      max-width: 100%
  } */
  .vmuflis .teen20rules>div {
      background-color: #000000cf;
      padding: 8px;
      cursor: pointer;
      color: #fff;
      border-radius: 4px;
      font-size: 18px;
  }

  /*Virtual Casino Mobile Ends*/
  .modal.home-modal {
      top: 0;
  }

  .vdt1day .table-actions,
  .vdt1day .decks-block,
  .vdt1day .decks-mask-block,
  .vdt1day .cards-showing-block,
  .vdt20 .table-actions,
  .vdt20 .decks-block,
  .vdt20 .decks-mask-block,
  .vdt20 .cards-showing-block {
      width: 100vw !important;
  }

  .vdt1day .main-odds,
  .vdt20 .main-odds {
      width: 100%;
  }

  .dpt-box {
      height: 7vh;
  }

  .dragon-box .dt-name,
  .pair-box .dt-name,
  .tie-box .dt-name,
  .tiger-box .dt-name,
  .dragon-box .dt-odds,
  .pair-box .dt-odds,
  .tie-box .dt-odds,
  .tiger-box .dt-odds {
      font-size: 2vh;
  }

  .dragon-box .dt-book,
  .pair-box .dt-book,
  .dt-book,
  .tie-box .dt-book,
  .tiger-box .dt-book,
  .back-box .dt-book {
      font-size: 2vh !important;
      margin-top: 0.5vh;
  }

  /*.dragon-section,.tiger-section
  {
      width: 50%;
      padding: 5px;
  }*/
  /*.back-box
  {
      height: 8vh;
  }*/
  .back-box .dt-name img {
      height: 2vh;
  }

  .dpt-box.tie-box {
      top: -8vh;
  }

  .vlucky7 .table-actions,
  .vlucky7 .decks-block,
  .vlucky7 .decks-mask-block,
  .vlucky7 .cards-showing-block {
      width: 100vw !important;
  }

  .vlucky7 .other-odds .back-box {
      width: 24%;
  }

  .vlucky7 .main-odds {
      width: 80%;
  }

  .vlucky7 .lh-box {
      width: 45%;
      height: 8vh;
  }

  .vlucky7 .other-odds .back-box {
      height: 7vh;
      position: relative;
  }

  .vlucky7 .back-box .dt-name img {
      height: 3vh;
  }

  .vlucky7 .vcasino-card-box-top .vcasino-card-box {
      width: 14%;
      margin-bottom: 1vh;
  }

  .vdt1day .vcasino-card-box img {
      height: 4.4vh;
  }

  .vdt20 .dragon-section,
  .vdt20 .tiger-section {
      width: 49%;
      padding: 5px;
  }

  .vdt20 .back-box,
  .vdt1day .back-box {
      width: 49%;
  }

  .vdt1day .winner-trophy .winnera,
  .vdt1day .winner-trophy .winnerb {
      width: 75px;
  }

  .vdt1day .winner-trophy .winnera {
      left: -10px;
      top: -110px;
  }

  .vdt1day .winner-trophy .winnerb {
      top: -110px;
      right: -10px;
  }

  .vcasino-card-odds {
      width: auto;
      margin-bottom: 5px;
      font-size: 18px;
      padding: 5px;
  }

  .vcasino-card-box-top {
      width: 100%;
  }

  .vlucky7 .vcasino-card-box-top {
      margin-top: 0;
  }

  .vcasino-card-box {
      width: 20%;
      text-align: center;
  }

  .vdt20 .vcasino-card-box-container {
      margin-top: 1vh;
      position: relative;
  }

  .vdt20 .vcasino-card-box {
      width: 14%;
      margin-bottom: 1vh;
  }

  .vdt20 .vcasino-card-box img {
      height: 5.5vh;
  }

  .vdt1day .dragon-box .dt-odds,
  .vdt1day .tiger-box .dt-odds,
  .vdt1day .pair-box .dt-odds {
      width: 100%;
  }

  .vdt1day .pair-box .dt-odds {
      background-color: var(--back);
      border-radius: 8px;
  }

  .vdt1day .dpt-box {
      padding: 0;
  }

  .vdt1day .dragon-box .dt-name,
  .vdt1day .pair-box .dt-name,
  .vdt1day .tie-box .dt-name,
  .vdt1day .tiger-box .dt-name {
      width: 100%;
  }

  .vdt1day .dragon-box .dt-odds .back-box,
  .vdt1day .dragon-box .dt-odds .lay-box,
  .vdt1day .tiger-box .dt-odds .back-box,
  .vdt1day .tiger-box .dt-odds .lay-box {
      width: 50%;
      margin-bottom: 0;
      align-items: center;
  }

  .vdt1day .pair-box .dt-odds .back-box {
      margin-bottom: 0;
      align-items: center;
  }

  .vdt1day .dragon-box .dt-odds .back-box,
  .vdt1day .tiger-box .dt-odds .back-box {
      /*background-image: linear-gradient(to right, #72BBEF4F, #72BBEF);
      background-color: transparent;
      border: 0;*/
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }

  .vdt1day .pair-box .dt-odds .back-box {
      /*background-image: linear-gradient(to right, #72BBEF6E , #72BBEF, #72BBEF6E);*/
      background-color: transparent;
      border: 0;
  }

  .vdt1day .dragon-box .dt-odds .lay-box,
  .vdt1day .tiger-box .dt-odds .lay-box {
      /*background-image: linear-gradient(to right, #F994BA , #F994BA4F);
      background-color: transparent;
      border: 0;*/
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }

  .vdt1day .pair-box .dt-odds>div:first-child {
      display: flex;
      align-items: center;
      padding-left: 5px;
  }

  .vdt1day .pair-box .dt-odds .back-box {
      width: 50%;
  }

  .vdt1day .winner-trophy .winnera,
  .vdt1day .winner-trophy .winnerb,
  .vdt20 .winner-trophy .winnera,
  .vdt20 .winner-trophy .winnerb {
      width: 70px;
      top: -60px;
  }

  .vlucky7 .winner-trophy .winnera,
  .vlucky7 .winner-trophy .winnerb {
      width: 60px;
      top: -40px;
  }

  .vlucky7 .winner-trophy .winnera {
      left: 10px;
  }

  .vlucky7 .winner-trophy .winnerb {
      right: 10px;
  }

  .vdt20 .casino-detail .back-box .book-red,
  .vdt20 .casino-detail .back-box .book-green,
  .vdt1day .casino-detail .back-box .book-red,
  .vdt1day .casino-detail .back-box .book-green {
      background: #000000a6;
      padding: 5px;
  }

  .vlucky7 .vcasino-card-box img {
      height: 6vh;
  }

  .vdt1day .other-odds {
      margin-top: 4vh;
  }

  .vlucky7 .other-odds {
      margin-top: 1.5vh;
  }

  .vdt-mobile-book {
      position: absolute;
      right: 0;
      top: 0;
      color: #fff;
      background: #000000f2;
      padding: 5px;
      font-size: 18px;
      cursor: pointer;
      border: 2px solid #000000f2;
  }

  .my-books .my-bet-box {
      color: #fff;
  }

  .vlucky7 .virtual-casino-odds {
      margin-top: 0;
  }

  .vlucky7 .back-box .dt-book {
      position: absolute;
      right: 2px;
      bottom: 2px;
      width: auto !important;
  }

  .vlucky7 .back-box .dt-odds {
      position: absolute;
      left: 2px;
      bottom: -2px;
      width: auto !important;
  }

  .vlucky7 .back-box .dt-name {
      width: 100%;
  }

  .my-books .playera {
      color: #ef0518 !important;
      font-weight: bold;
  }

  .my-books .playerb {
      color: #00a200 !important;
      font-weight: bold;
  }

  .vdt20 .vcasino-card-box-top {
      margin-top: 3px;
  }

  .vaaa .table-actions,
  .vaaa .decks-block,
  .vaaa .decks-mask-block,
  .vaaa .cards-showing-block {
      width: 100vw !important;
  }

  .vaaa .vodds-box {
      width: 32%;
  }

  .vaaa .other-odds .back-box {
      width: 32%;
      height: 8vh;
  }

  .vaaa .vodds-box .casino-bl-box-item {
      height: 5vh;
      width: calc(100% - 4px);
      margin-top: 1vh;
  }

  .vaaa .vcasino-card-box-top .vcasino-card-box {
      width: 14%;
      margin-bottom: 1vh;
  }

  .vaaa .vcasino-card-box img {
      height: 5vh;
  }

  .vaaa .other-odds {
      margin-top: 1vh;
  }

  .vaaa .vcasino-card-box-top {
      margin-top: 1vh;
  }

  .vcasino .playera>div:first-child,
  .vcasino .playerb>div:first-child,
  .vcasino .tie>div:first-child {
      font-size: 1.8vh;
  }

  .vaaa.vcasino .playera,
  .vaaa.vcasino .playerb,
  .vaaa.vcasino .tie {
      font-size: 2vh;
  }

  .vaaa .virtual-casino-odds {
      margin-top: -30px;
  }

  .vaaa .vcasino-card-odds {
      width: auto;
  }

  .vaaa .vcasino-card-box-top {
      width: 100%;
  }

  .vbt .table-actions,
  .vbt .decks-block,
  .vbt .decks-mask-block,
  .vbt .cards-showing-block {
      width: 100vw !important;
  }

  .vbt .other-odds {
      justify-content: space-around;
  }

  .vbt .other-odds .vodds-box,
  .vbt .other-odds .back-box {
      width: 32%;
      margin-bottom: 2vh;
  }

  .vbt .other-odds .back-box.ddb {
      width: 48%;
  }

  .vbt .vcasino-card-box-container {
      width: 100%;
  }

  .vbt .back-box .dt-name {
      font-size: 1.4vh;
  }

  .vbt .vodds-box .casino-bl-box-item .casino-box-odd {
      font-size: 1.8vh;
  }

  .vcasino .playera>div:first-child,
  .vcasino .playerb>div:first-child,
  .vcasino .tie>div:first-child {
      font-size: 2vh;
  }

  .vmuflis .table-actions,
  .vmuflis .decks-block,
  .vmuflis .decks-mask-block,
  .vmuflis .cards-showing-block {
      width: 80vw;
  }

  .vmuflis .odds-title {
      width: 100%;
      justify-content: space-around;
  }

  .vmuflis .main-odds {
      width: 100%;
      margin-top: 10vh;
  }

  .vraceto17 .table-actions,
  .vraceto17 .decks-block,
  .vraceto17 .decks-mask-block,
  .vraceto17 .cards-showing-block {
      width: 100vw !important;
  }

  .vraceto17 .main-odds {
      width: 100%;
  }

  .vraceto17 .arrow17 img {
      height: 3vh;
  }

  .vcasino.vmuflis .playera,
  .vcasino.vmuflis .playerb,
  .vcasino.vmuflis .tie {
      font-size: 2vh;
  }

  .vcasino.vteen20 .playera,
  .vcasino.vteen20 .playerb,
  .vcasino.vteen20 .tie {
      font-size: 2vh;
  }

  .vcasino .playera,
  .vcasino .playerb,
  .vcasino .tie {
      font-size: 2.5vh;
  }

  .vbt .virtual-casino-odds {
      margin-top: -20px;
  }

  .vraceto17 .vcard-total {
      left: 12%;
      top: -32px;
  }

  .vaaa .odds-book {
      margin-top: 0;
  }

  .odds-title .card-character {
      font-size: 22px;
  }

  .vbaccarat-odds .baccarat-odd-block {
      width: 24%;
  }

  .vbaccarat-odds {
      bottom: 50px;
      width: 100%;
  }

  .vbaccarat-odds .baccarat-odd-block .baccarat-odd-name {
      height: 40px;
  }

  /*.vbaccarat-odds .baccarat-bets-name
  {
      height: 50px;
  }*/
  .vbaccarat-odds .baccarat-bets-val {
      margin-top: 5px;
  }

  .graph-mobile {
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      padding-left: 20px;
      position: absolute;
      bottom: 20px;
      right: 20px;
      color: #fff;
      cursor: pointer;
      background: #0000005e;
      padding: 6px;
  }

  .vbaccarat .table-actions,
  .vbaccarat .decks-block,
  .vbaccarat .decks-mask-block,
  .vbaccarat .cards-showing-block {
      width: 100vw !important;
  }

  .andar-bahar-3 .bahar-cards-box,
  .andar-bahar-3 .andar-cards-box {
      width: 49%;
      margin-bottom: 0;
  }

  .home-new .casino-banners-list.fantasy-games.others .casino-banner-item {
      width: calc(50% - 4px);
  }

  .vtrio .table-actions,
  .vtrio .decks-block,
  .vtrio .decks-mask-block,
  .vtrio .cards-showing-block {
      width: 100vw !important;
  }

  .vtrio .main-odds,
  .vtrio .other-odds,
  .vtrio .sub-odds {
      align-items: flex-end;
      justify-content: space-between;
  }

  .vtrio .vodds-box .casino-bl-box {
      margin-bottom: 0;
  }

  .vtrio .vodds-box .casino-bl-box-item {
      margin-bottom: 0.5vh;
      height: 5.5vh;
  }

  .vtrio .vodds-box .casino-bl-box-item {
      width: 100%;
      flex-wrap: wrap;
      margin-right: 0;
  }

  .vtrio .vodds-box .casino-bl-box-item .casino-box-odd {
      font-size: 2vh;
  }

  .vtrio .vrt17-odd-name {
      margin-bottom: 0.5vh;
  }

  .vtrio .virtual-casino-odds {
      margin-top: 0;
  }

  .vtrio .main-odds {
      padding-top: 5vh;
  }

  .vtrio .odds-book {
      font-size: 11px;
  }

  /* New Virtial Casino */
  .nvcasino.virtual-casino-container {
      height: calc(100vh - 60px);
  }

  .nvcasino .virtual-casino-bg .main-bg {
      height: auto;
  }

  .nvcasino .vcasino-icons {
      width: auto;
      top: 5px;
      left: 10px;
      z-index: 100;
  }

  .nvcasino .virtual-casino-bg {
      margin-top: 0;
  }

  .nvcasino .vcasino-last-results {
      top: 0;
      right: 10px;
      width: 59px;
      height: 168px;
      background-color: #0000009e;
  }

  .nvcasino .vcasino-last-results span {
      width: 22px;
      height: 22px;
      font-size: 12px;
  }

  .nvcasino .vcasino-last-results span.vresultall {
      width: 49px;
      height: 22px;
      font-size: 12px;
  }

  .vtrap .winner-trophy {
      top: -20px;
      right: 8%;
  }

  .vtrap .winner-trophy.winner-trophy-b {
      top: unset;
      bottom: 0;
  }

  .vtrap .winner-trophy .winnera {
      width: 60px;
  }

  .nvcasino .vcasino-icon {
      background-color: #0000009e;
  }

  .card-draw {
      width: 95%;
      transform: perspective(900px) rotateX(20deg) scale(1) translateZ(-10px) !important;
      -webkit-transform: translate3d(0, 0, 0) !important;
      z-index: 99999;
  }

  .vtrap-seven,
  .vtrap .vodds-box {
      width: 49%;
  }

  .nvcasino .vcasino-title {
      top: 45px;
      background: #0000009e;
      z-index: 100;
      width: auto;
      height: auto;
      padding: 5px;
  }

  .nvcasino .vcasino-my-bets {
      background-color: #0000009e;
      padding: 2px 5px;
      bottom: unset;
      top: 5px;
      left: unset;
      right: 75px;
      border-left: 1px solid #95979a;
      border-radius: 0;
  }

  .nvcasino .vcasino-my-bets .bets-title {
      min-width: unset;
      font-size: 11px;
      line-height: 1;
  }

  .nvcasino .vcasino-my-bets .bets-count {
      min-width: unset;
      font-size: 11px;
      line-height: 1;
  }

  .footer-menu ul li::after {
      display: none;
  }

  .footer-menu ul li {
      padding: 0;
      margin: 0;
      width: 47%;
      text-align: center;
      margin-bottom: 5px;
  }

  /* .footer-menu ul li:nth-child(5n),
  .footer-menu ul li:nth-child(6n) {
      width: 48%;
  } */
  .card-draw>div {
      width: 8%;
      height: 6vh;
  }

  .nvcasino .virtual-casino-odds {
      margin: 0;
      padding-top: 5px;
  }

  .vtrap .card-draw>div:first-child {
      width: 10%;
      left: 10%;
      font-size: 13px;
  }

  .nvcasino .virtual-casino-odds {
      height: 15vh;
  }

  .nvtimer.casino-timer {
      top: 42%;
      bottom: unset;
  }

  .nvcasino .virtual-coins {
      width: 100%;
      padding-bottom: 0;
      background-color: #353535;
      border-radius: 0;
      background-image: none;
  }

  .nvcasino .virtual-coins img {
      height: 6vh;
  }

  .nvcasino .virtual-coins .v-coin {
      margin-right: 10px;
  }

  .nvcasino.virtual-casino-container {
      background-image: none;
  }

  .vtrap .vodds-box .casino-bl-box-item {
      height: 6vh;
  }

  .vtrap.twod-layout .vodds-box .casino-bl-box-item {
      height: 5vh;
  }

  .vtrap.twod-layout .vtrap-seven .casino-bl-box-item .casino-box-odd {
      line-height: 1;
      font-size: 2.2vh;
  }

  .vtrap.twod-layout .vtrap-seven .casino-bl-box-item span:nth-child(2n) {
      line-height: 1;
      margin-top: 0;
  }

  .vtrap.twod-layout .vtrap-seven .casino-bl-box-item {
      height: 7.5vh;
  }

  .vtrap.twod-layout .vrt17-odd-name {
      font-size: 2.6vh;
      margin-bottom: 0;
  }

  .vtrap.twod-layout .virtual-coin-icon {
      bottom: 0;
  }

  .vtrap-seven.high-low .vtrap-img {
      top: 50%;
  }

  .nvtimer.casino-timer .warning-text {
      font-size: 11px;
  }

  .nvtimer.casino-timer .bet-msg {
      font-size: 12px;
  }

  .nvtimer .base-timer__label {
      height: 50px;
      width: 50px;
      font-size: 20px;
  }

  .nvtimer.casino-timer .base-timer {
      height: 50px;
      width: 50px;
  }

  .vtrap .odds-book {
      line-height: 1;
  }

  .vtrap-seven,
  .vtrap .vodds-box {
      margin-bottom: 1vh;
  }

  .virtual-coin-icon {
      position: absolute;
      right: 5%;
      bottom: 8px;
      cursor: pointer;
  }

  .virtual-coin-icon .v-coin {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .virtual-coin-icon .v-coin span {
      background: #000;
      border: 1px solid #fff;
      border-radius: 8px;
      color: #fff;
      padding: 2px 10px;
      position: absolute;
      right: 27px;
      width: 100px;
  }

  .virtual-coin-icon i {
      font-size: 26px;
      color: #fff;
  }

  .virtual-coin-icon .v-coin img {
      height: 40px;
      z-index: 100;
  }

  .nvcasino .virtual-coins i {
      position: absolute;
      right: 10px;
      background: red;
      padding: 5px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 30px;
      width: 30px;
      top: -15px;
      color: #fff;
      font-size: 18px;
      cursor: pointer;
  }

  .nvcasino .virtual-coins span {
      margin-top: 0;
  }

  .nvcasino .virtual-coins {
      padding: 0 20px;
      position: fixed;
      z-index: 100;
  }

  .vdtl .nvtimer.casino-timer {
      top: 75%;
  }

  .detail-page-container .market-12 .bet-table-body .nation-name {
      width: calc(100% - 34%) !important;
      padding-right: 5px;
      position: relative;
  }

  .detail-page-container .market-12 .bet-table-row {
      padding: 2px 2px !important;
      align-items: center;
  }

  .sport-tabs.menu-tabs {
      background-color: transparent;
      width: 100%;
      margin: 0;
      display: flex;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
  }

  .sport-tabs.menu-tabs .nav-tabs,
  .sport-tabs .nav-tabs {
      margin-left: 0;
      margin-right: 0;
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
  }

  .sport-tabs.menu-tabs .nav-tabs.sportbook {
      margin-right: 5px;
      flex: 0 0 auto;
  }

  .sport-tabs.menu-tabs .nav-tabs::-webkit-scrollbar,
  .sport-tabs .nav-tabs::-webkit-scrollbar {
      display: none;
  }

  .sport-tabs.menu-tabs .nav-tabs {
      overflow-x: auto;
      flex: auto;
  }

  .sport-tabs.menu-tabs .nav-tabs .nav-item {
      min-width: unset;
      flex: 1;
  }

  .sport-tabs.menu-tabs .nav-tabs .nav-item .nav-link {
      white-space: normal;
      border-right: 1px solid #999;
      background-color: #666 !important;
      color: #ddd !important;
  }

  .sport-tabs.menu-tabs .nav-tabs .nav-item .nav-link.router-link-active {
      background-color: #444 !important;
      color: #eee !important;
  }

  .sport-tabs.menu-tabs .sportbook.nav-tabs .nav-item .nav-link {
      background-color: #554d35 !important;
      color: #fff !important;
      border-radius: 6px !important;
      -webkit-border-radius: 6px !important;
      -moz-border-radius: 6px !important;
      -ms-border-radius: 6px !important;
      -o-border-radius: 6px !important;
  }

  .sport-tabs.menu-tabs .sportbook.nav-tabs .nav-item .nav-link span {
      color: #fff !important;
  }

  .sport-tabs.menu-tabs .sportbook.nav-tabs .nav-item .nav-link .new-menu {
      position: absolute;
      background-color: #ffa928;
      color: #fff;
      padding: 2px;
      line-height: 1;
      top: 2px;
      right: 5px;
      font-size: 10px;
      width: auto;
      animation: zoom-in-zoom-out 1s ease infinite;
      display: flex;
      align-items: center;
  }

  @keyframes zoom-in-zoom-out {
      0% {
          transform: scale(1, 1);
      }

      50% {
          transform: scale(1.1, 1.1);
          -webkit-transform: scale(1.1, 1.1);
          -moz-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
          -o-transform: scale(1.1, 1.1);
      }

      100% {
          transform: scale(1, 1);
      }
  }

  .casino-tabs .nav-tabs {
      margin-left: 5px;
      margin-right: 5px;
      overflow-x: auto;
      -ms-overflow-style: none;
      /* scrollbar-width: none; */
  }

  .casino-tabs .nav-tabs::-webkit-scrollbar {
      display: none;
  }

  .casino-box-tabs ul {
      margin: 5px;
      overflow-x: auto;
  }

  .my-market-nation {
      font-size: 12px;
  }

  .horse-detail .video-tv {
      height: auto;
      /* height: 200px; */
  }

  .home-container .bet-table-header {
      display: none;
  }

  .home-container .bet-table-header.nodata {
      display: block;
  }

  .detail-page-container .market-2 .nation-name>span:first-child,
  .detail-page-container .market-3 .nation-name>span:first-child,
  .detail-page-container .market-4 .nation-name>span:first-child,
  .detail-page-container .market-5 .nation-name>span:first-child,
  .detail-page-container .market-6 .nation-name>span:first-child,
  .detail-page-container .market-9 .nation-name>span:first-child,
  .detail-page-container .market-11 .nation-name>span:first-child,
  .detail-page-container .market-12 .nation-name>span:first-child,
  .detail-page-container .market-13 .nation-name>span:first-child,
  .detail-page-container .market-14 .nation-name>span:first-child {
      max-width: calc(100% - 100px);
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* number of lines to show */
      line-clamp: 2;
      -webkit-box-orient: vertical;
  }

  .detail-page-container .market-2 .max-bet,
  .detail-page-container .market-3 .max-bet,
  .detail-page-container .market-4 .max-bet,
  .detail-page-container .market-5 .max-bet,
  .detail-page-container .market-6 .max-bet,
  .detail-page-container .market-9 .max-bet,
  .detail-page-container .market-10 .max-bet,
  .detail-page-container .market-11 .max-bet,
  .detail-page-container .market-12 .max-bet,
  .detail-page-container .market-13 .max-bet,
  .detail-page-container .market-14 .max-bet {
      width: 100px;
      text-align: right;
  }

  .bet-table-row-header-mobile .game-name {
      display: flex !important;
      flex-wrap: wrap;
      align-items: center;
  }

  .bet-table-row-header-mobile .game-name a {
      width: 60%;
  }

  .game-icons {
      width: 40%;
      flex-wrap: wrap;
  }

  .new-event {
      margin-bottom: 5px;
      margin-top: 5px;
      overflow-y: hidden;
      overflow-x: auto;
      flex-wrap: nowrap;
      justify-content: flex-start;
  }

  .carousel-control-next,
  .carousel-control-prev {
      display: none;
  }

  .home-new .news-bar {
      width: calc(100% - 90px);
      max-width: 100%;
      flex: auto;
      height: 34px;
      margin-right: 5px;
  }

  .home-new .mobile-switch-theme {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0;
      width: 100%;
  }

  .deposit-modal .two-depo-btn.report-form .form-group {
      margin-bottom: 5px;
  }

  .deposit-modal .two-depo-btn.report-form .form-control {
      width: 100%;
  }

  .two-depo-btn.report-form button {
      width: 100%;
  }

  .crypto-btns {
      margin-top: 10px;
  }

  .crypto-btns .btn {
      width: calc(50% - 10px) !important;
  }

  .point-casino-tabs {
      margin-top: 10px;
  }

  .horse-detail .nation-name label div:last-child>div {
      top: 50%;
      transform: translateY(-50%);
  }

  .detail-page-container .market-13 .bet-table-body .bet-table-row .nation-name {
      width: 66%;
  }

  .goal .cricket20ballpopup {
      margin-left: -80px;
      margin-top: -80px;
  }

  .goal .cricket20ballpopup img {
      height: 160px;
  }

  .goal .cricket20ballpopup span {
      height: 30px;
      font-size: 12px;
  }

  .goal .detail-page-container .market-6 {
      width: 100%;
      max-width: calc(100% - 6px);
      min-width: calc(100% - 6px);
  }

  .casino-rules-table {
      /* margin-top: 0 !important; */
  }

  .coupon .report-title small {
      margin-left: 0;
  }

  .modal-login-new .form-group.regi-uname {
      order: 1;
  }

  .modal-login-new .form-group.regi-curr {
      order: 4;
  }

  .modal-login-new .form-group.regi-pass {
      order: 2;
  }

  .modal-login-new .form-group.regi-cpass {
      order: 3;
  }

  .modal-login-new .form-group.regi-mob {
      order: 5;
  }

  .modal-login-new .form-group.regi-refc {
      order: 6;
  }

  .deposit-modal .report-form .form-control {
      width: 100%;
  }

  :root[data-theme="blue"] .header {
      background-color: var(--bg-table-header-new);
      color: var(--text-table-header-new);
  }

  .user-dropdown {
      /* padding-top: 15px; */
  }

  .color-box-container {
      position: unset;
  }

  .carousel-indicators {
      margin-bottom: 0px !important;
  }

  .setting-box-container {
      top: 24px;
  }

  .wolf-open-home .setting-box-container {
      top: 0;
  }

  .setting-box-container .setting-box {
      text-align: left;
  }

  .setting-icon {
      color: var(--text-body);
  }

  .bot-active {
      font-size: 16px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .suspendedtext::after {
      width: 452px;
  }

  .sidebar-left {
      width: 220px;
  }

  .main-container {
      width: 100%;
  }

  .sidebar-left~.main-container {
      width: calc(100% - 220px);
      margin-left: 220px;
  }

  .header {
      width: calc(100% - 220px);
  }

  .header-casino {
      /* height: 75px; */
  }

  .logo-casino {
      width: 220px;
  }

  .right-sidebar {
      width: 250px;
      padding: 8px;
  }

  .center-container {
      width: calc(100% - 258px);
  }

  .right-sidebar-modal {
      display: block;
      width: 998px;
  }

  .modal-sm {
      width: 998px;
      max-width: 998px;
  }

  .balance {
      padding-left: 5px;
  }

  .username-info {
      padding-left: 5px;
  }

  .game-title {
      width: calc(100% - 348px);
  }

  .game-date {
      padding-right: 10px;
  }

  .game-name {
      padding-left: 10px;
      width: calc(100% - 260px);
  }

  .team-name.team-event {
      font-size: 12px;
  }

  .game-date.inplay~.game-name {
      width: calc(100% - 160px);
  }

  .detail-page-container .nation-name {
      width: calc(100% - 452px);
  }

  .detail-page-container .bm-row .nation-name {
      width: calc(100% - 290px);
  }

  .detail-page-container .bet-table-body .bet-table-row:first-child {
      padding: 4px 8px;
  }

  .casino-right-sidebar.right-sidebar {
      width: 364px;
  }

  .main-container.casino-container .logo-box {
      width: 250px;
  }

  .casino-center {
      width: calc(100% - 376px);
  }

  .point-title {
      width: 108px;
      margin-left: 8px;
  }

  .bl-box {
      width: 52px;
  }

  .home-container .bet-table-row.suspendedtext::after {
      width: 340px;
  }

  .bet-slip {
      padding: 8px;
  }

  .my-market-container .market-desc {
      font-size: var(--font-small);
  }

  .possible-win {
      font-size: var(--font-caption);
  }

  .report-table .bet-sport {
      width: 100px;
  }

  .report-table .bet-event-name {
      width: 200px;
  }

  .report-table .bet-market-name {
      width: 200px;
  }

  .current-bets.report-table .bet-market-name {
      width: 160px;
  }

  .report-table .bet-nation {
      width: 300px;
  }

  .report-table-modal.report-table .bet-remark {
      width: 100px;
  }

  .report-table .bet-user-rate {
      width: 100px;
  }

  .report-table .bet-amount {
      width: 170px;
  }

  .report-table .bet-date {
      width: 140px;
  }

  .report-table .bet-remark {
      width: auto;
  }

  .casino-banner-item {
      width: 24.25%;
  }

  .live-casino-banners .casino-banner-item {
      width: calc(25% - 7.5px);
  }

  .live-casino-banners .casino-banner-item:nth-child(5n) {
      margin-right: 10px;
  }

  .slot-banner-full {
      width: 100% !important;
  }

  .casino-banner-item:nth-child(4n) {
      margin-right: 0 !important;
  }

  .casino-banner-item:nth-child(6n) {
      margin-right: 10px;
  }

  .poker1day .casino-col-container:last-child .casino-nation-name {
      width: calc(100% - 204px);
  }

  .poker1day .casino-col-container:last-child .casino-bl-box {
      width: 204px;
  }

  .poker1day .casino-col-container:last-child .casino-bl-box-item {
      width: 100px;
      height: 48px;
  }

  .poker1day .casino-col-container:last-child .casino-bl-box-item .casino-box-odd {
      height: 30px;
  }

  .poker1day .casino-col-container:last-child .casino-bl-box-item .casino-box-odd {
      font-size: var(--font-small);
  }

  .poker1day .casino-col-container:last-child .suspended::after {
      width: 204px;
  }

  .casino-nation-name {
      font-size: var(--font-caption);
  }

  .banner-iframe.banner-frame-show {
      left: 220px;
      width: calc(100% - 220px);
  }

  .banner-iframe.slot-iframe.banner-frame-show {
      /* top: 75px; */
  }

  .search-list {
      left: 223px;
      top: 86px;
  }

  .dtl20 .casino-card-img img {
      width: 16px;
      margin-left: 0px;
  }

  .dtl20 .casino-nation-name {
      font-size: 11px;
  }

  .cricket20 .casino-video-last-results {
      width: 285px;
      height: 35px;
  }

  .cricket20 .casino-video-last-results span {
      width: 20px;
      height: 25px;
  }

  .cricket20 .casino-video-last-results img {
      width: 22px;
  }

  .cricket20 .casino-video-last-results a.result-more {
      width: 25px;
      height: 25px;
      line-height: 19px;
  }

  .lottery-bet-buttons {
      padding: 5px;
  }

  .lottery-bet-buttons>div {
      height: 50px;
      width: 50px;
      font-size: 11px;
  }

  .fullwidthcasino-container .casino-container,
  .fullwidthdetail-container .casino-container {
      width: calc(100% - 376px);
  }

  .right-sidebar.casino-right-sidebar.lottery-sidebar {
      width: 364px;
  }

  .fullwidthcasino-container .footer {
      width: calc(100% - 376px);
  }

  .toggle-sidebar {
      left: 204px;
  }

  .detail-page-container .market-6 {
      min-width: calc(100% - 6px);
  }

  .raceto17 .casino-video-cards {
      top: 45px;
      transform: unset;
  }

  .raceto17 .casino-video-title .casino-name {
      font-size: 13px;
  }

  .raceto17 .casino-video-rid {
      font-size: 11px;
  }

  .five-cricket .casino-video .video-box-container {
      max-width: calc(100% - 240px);
  }

  .five-cricket .five-score-cards {
      width: 240px;
  }

  .five-cricket .casino-video-cards {
      height: 180px;
      margin-top: 10px;
  }

  .five-cricket .casino-video-cards-container>div {
      margin-bottom: 2px;
  }

  .five-cricket .casino-video-cards span img {
      width: 19px;
  }

  .five-cricket .scorecard {
      font-size: 12px;
  }

  .note .casino-video-cards {
      width: 50px;
      height: 220px;
      top: 50px;
      transform: unset;
  }

  .note .casino-video-cards span img {
      width: 22px;
  }

  .teenpatti2024 .casino-nation-name img {
      height: 15px;
  }

  .kbc .kbc-btns .btn.btn-primary {
      width: 90px;
      height: 90px;
      font-size: 12px;
  }

  /*Virtual Casino Starts*/
  /*Virtual Casino Ends*/
  .fullwidthdetail-container .footer {
      width: calc(100% - 364px);
  }

  .horse-detail .nation-name label .jockey-detail {
      display: none;
  }

  .horse-detail .nation-name label div:last-child>span:first-child>span {
      display: inline-block !important;
  }

  .horse-detail .jockey-mobile {
      display: block !important;
      width: 100%;
      background-color: #444;
      color: #eee;
      padding: 3px;
  }

  .horse-detail .jockey-mobile.collapse:not(.show) {
      display: none !important;
  }

  .horse-detail .horse-attr {
      background-color: transparent;
      padding: 0;
      margin-top: 3px;
      display: block;
      width: 100%;
  }

  .sicbo-middle-midle .sicbo-square-box {
      padding: 0;
      height: 42px;
  }

  .sicbo-middle-midle .sicbo-title-box {
      padding: 0 2px;
      font-size: 8px;
      min-width: unset;
  }

  .sicbo-middle-middle-row .sicbo-cube-box {
      width: 28px;
  }

  .sicbo-cube-single img {
      height: 25px;
  }

  .sicbo-cube-double img {
      height: 15px;
  }

  .sicbo-cube-tripple img {
      height: 10px;
  }

  .sicbo-bottom .sicbo-cube-box {
      height: 50px;
      width: 42px;
  }

  .sicbo-cube-combination img {
      height: 17px;
  }

  .five-cricket .scorecard {
      font-size: 11px;
  }

  .five-cricket .scorecard-new .team-name {
      font-size: 13px;
  }

  .super-over .scorecard-new .score-runs .ball {
      width: 17px;
      font-size: 10px;
  }

  /* .back-box .dt-name {
      font-size: 18px;
  }
  .back-box .dt-name img {
      height: 16px;
  } */
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
  .suspendedtext::after {
      width: 452px;
  }

  .sidebar-left {
      width: 220px;
  }

  .main-container {
      width: 100%;
  }

  .sidebar-left~.main-container {
      width: calc(100% - 220px);
      margin-left: 220px;
  }

  .header {
      width: calc(100% - 220px);
  }

  .header-casino {
      /* height: 75px; */
  }

  .logo-casino {
      width: 220px;
  }

  .center-container {
      width: calc(100% - 258px);
  }

  .right-sidebar {
      width: 250px;
      padding: 8px;
  }

  .right-sidebar-modal {
      display: block;
      width: 998px;
  }

  .modal-sm {
      width: 998px;
      max-width: 998px;
  }

  .casino-right-sidebar.right-sidebar {
      width: 384px;
  }

  .casino-center {
      width: calc(100% - 396px);
  }

  .bet-slip {
      padding: 8px;
  }

  .my-market-container .market-desc {
      font-size: var(--font-small);
  }

  .possible-win {
      font-size: var(--font-caption);
  }

  .report-table .bet-sport {
      width: 100px;
  }

  .report-table .bet-event-name {
      width: 200px;
  }

  .report-table .bet-market-name {
      width: 200px;
  }

  .report-table .bet-nation {
      width: 300px;
  }

  .report-table-modal.report-table .bet-remark {
      width: 100px;
  }

  .report-table .bet-user-rate {
      width: 80px;
  }

  .report-table .bet-amount {
      width: 120px;
  }

  .report-table .bet-date {
      width: 140px;
  }

  .report-table .bet-remark {
      width: auto;
  }

  .poker1day .casino-col-container:last-child .casino-nation-name {
      width: calc(100% - 204px);
  }

  .poker1day .casino-col-container:last-child .casino-bl-box {
      width: 204px;
  }

  .poker1day .casino-col-container:last-child .casino-bl-box-item {
      width: 100px;
      height: 48px;
  }

  .poker1day .casino-col-container:last-child .casino-bl-box-item .casino-box-odd {
      height: 30px;
  }

  .poker1day .casino-col-container:last-child .casino-bl-box-item .casino-box-odd {
      font-size: var(--font-small);
  }

  .poker1day .casino-col-container:last-child .suspended::after {
      width: 204px;
  }

  .banner-iframe.banner-frame-show {
      left: 220px;
      width: calc(100% - 220px);
  }

  .search-list {
      left: 223px;
      top: 86px;
  }

  .dtl20 .casino-card-img img {
      width: 20px;
      margin-left: 2px;
  }

  .cricket20 .casino-video-last-results {
      width: 415px;
  }

  .cricket20 .casino-video-last-results span,
  .cricket20 .casino-video-last-results a {
      width: 32px;
      height: 32px;
      line-height: 32px;
  }

  .cricket20 .casino-video-last-results img {
      width: 32px;
  }

  .cricket20 .casino-video-last-results a.result-more {
      width: 32px;
      height: 32px;
      line-height: 24px;
  }

  .lottery-bet-buttons>div {
      height: 60px;
      width: 60px;
      font-size: 12px;
  }

  .fullwidthcasino-container .casino-container,
  .fullwidthdetail-container .casino-container {
      width: calc(100% - 396px);
  }

  .right-sidebar.casino-right-sidebar.lottery-sidebar {
      width: 384px;
  }

  .fullwidthcasino-container .footer {
      width: calc(100% - 396px);
  }

  .game-name {
      width: calc(100% - 260px);
  }

  .team-name.team-event {
      font-size: 12px;
  }

  .toggle-sidebar {
      left: 204px;
  }

  .five-cricket .casino-video .video-box-container {
      max-width: calc(100% - 280px);
  }

  .five-cricket .five-score-cards {
      width: 280px;
  }

  .five-cricket .casino-video-cards span img {
      width: 20px;
  }

  .five-cricket .casino-video-cards {
      height: 220px;
  }

  .note .casino-video-cards {
      top: 55px;
      transform: unset;
  }

  .teenpatti2024 .casino-nation-name img {
      height: 22px;
  }

  .kbc .kbc-btns .btn.btn-primary {
      width: 90px;
      height: 90px;
      font-size: 12px;
  }

  .fullwidthdetail-container .footer {
      width: calc(100% - 384px);
  }

  .sicbo-middle-middle-row .sicbo-title-box {
      padding: 0 5px;
      font-size: 9px;
      min-width: unset;
  }

  .sicbo-middle-middle-row .sicbo-cube-box {
      width: 32px;
  }

  .sicbo-cube-single img {
      height: 30px;
  }

  .sicbo-cube-double img {
      height: 17px;
  }

  .sicbo-cube-tripple img {
      height: 12px;
  }

  .sicbo-bottom .sicbo-cube-box {
      width: 50px;
      flex: 1;
  }

  .sicbo-middle-top-box-odd {
      min-width: 40px;
      font-size: 10px;
      padding: 0;
  }

  .sicbo-middle-top-box-odd {
      margin: 0 2px;
  }

  .super-over .scorecard-new .score-runs .ball {
      width: 21px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  body {
      font-size: var(--font-13);
  }

  .logo-box {
      /* height: auto; */
  }

  .logo {
      padding: 5px;
  }

  /* .logo img {
      max-height: 41px;
  } */
  .search-game {
      padding: 4px 8px;
  }

  .home-container .bet-table-row.suspendedtext::after {
      top: 2px;
      height: 24px;
      width: 340px;
  }

  .bl-box span {
      font-size: var(--font-small);
  }

  .bl-box .odds {
      font-size: 16px;
  }

  .menu-box li a,
  .special-menu li a {
      padding: 2px 16px;
  }

  .search-box .form-control {
      height: 36px;
  }

  .search-box .search-icon {
      top: 12px;
      height: 12px;
      right: 12px;
  }

  .header ul li {
      padding: 0 8px;
  }

  .footer-top .support,
  .footer-bottom {
      font-size: var(--font-13);
  }

  .dropdown-menu {
      font-size: var(--font-13);
  }

  .banner,
  .banner img {
      width: 100%;
  }

  .point-title {
      margin-left: 8px;
      width: 108px;
  }

  .bl-box {
      height: 24px;
      padding: 2px 0;
      width: 52px;
  }

  .game-title {
      width: calc(100% - 348px);
  }

  .horse-time-detail {
      width: calc(100% - 400px);
  }

  .search-game-name,
  .search-game-time {
      line-height: 16px;
  }

  .form-control {
      font-size: var(--font-13);
  }

  .detail-page-container .bl-box,
  .detail-page-container .bl-title {
      width: 52px;
  }

  .detail-page-container .market-2 .nation-name,
  .detail-page-container .market-11 .nation-name {
      width: calc(100% - 108px);
  }

  .market-2 .suspendedfull::after,
  .market-2 .suspendedtext::after,
  .market-11 .suspendedfull::after,
  .market-11 .suspendedtext::after {
      width: 108px;
  }

  .detail-page-container .market-3 .nation-name {
      width: calc(100% - 220px);
  }

  .detail-page-container .market-3 .bet-table-header .nation-name {
      width: calc(100% - 164px);
  }

  .detail-page-container .market-3 .bet-table-body .bet-table-row:first-child .nation-name {
      width: calc(100% - 164px);
  }

  .market-3 .suspendedtext::after,
  .market-3 .suspendedfull::after {
      width: 220px;
  }

  .detail-page-container .nation-name {
      width: calc(100% - 332px);
  }

  .detail-page-container .market-4 .bet-table-header .nation-name,
  .detail-page-container .market-12 .bet-table-header .nation-name,
  .detail-page-container .market-13 .bet-table-header .nation-name,
  .detail-page-container .market-14 .bet-table-header .nation-name {
      width: calc(100% - 220px);
  }

  .market-4 .suspendedtext::after,
  .market-4 .suspendedfull::after,
  .market-12 .suspendedtext::after,
  .market-12 .suspendedfull::after,
  .market-13 .suspendedtext::after,
  .market-13 .suspendedfull::after,
  .market-14 .suspendedtext::after,
  .market-14 .suspendedfull::after {
      width: 332px;
  }

  .detail-page-container .market-4 .bet-table-body .bet-table-row:first-child .nation-name,
  .detail-page-container .market-12 .bet-table-body .bet-table-row:first-child .nation-name,
  .detail-page-container .market-13 .bet-table-body .bet-table-row:first-child .nation-name,
  .detail-page-container .market-14 .bet-table-body .bet-table-row:first-child .nation-name {
      width: calc(100% - 220px);
  }

  .market-12 .suspendedfull::before,
  .market-12 .suspendedtext::before {
      width: 332px;
  }

  .detail-page-container .market-5 .nation-name,
  .detail-page-container .market-5 .bet-table-header .nation-name {
      width: calc(100% - 220px);
  }

  .market-5 .suspendedtext::after,
  .market-5 .suspendedfull::after {
      width: 108px;
      right: 120px;
  }

  .detail-page-container .market-6 .nation-name {
      width: calc(100% - 164px);
  }

  .ball-by-ball .detail-page-container .market-6 .nation-name {
      width: calc(100% - 108px);
  }

  .detail-page-container .market-6 .bet-table-header .nation-name {
      width: calc(100% - 164px);
  }

  .market-6 .suspendedfull::after,
  .market-6 .suspendedtext::after {
      width: 108px;
      right: 64px;
  }

  .fancy-min-max {
      width: 52px;
  }

  .detail-page-container .market-9 .nation-name {
      width: calc(100% - 52px);
  }

  .market-9 .suspendedtext::after,
  .market-9 .suspendedtext::after {
      width: 52px;
  }

  .detail-page-container .market-10 .nation-name {
      width: calc(100% - 108px);
  }

  .market-10 .suspendedtext::after {
      width: 52px;
      right: 64px;
  }

  .bet-slip-title {
      font-size: var(--font-caption);
  }

  .bet-nation span {
      font-size: var(--font-13);
  }

  .bet-team {
      font-size: var(--font-13);
  }

  .match-result {
      font-size: var(--font-13);
  }

  .bet-slip-container .place-bet-btn .btn {
      height: 36px;
  }

  .bet-buttons .btn {
      font-size: var(--font-13);
  }

  .report-name {
      font-size: var(--font-24);
  }

  .report-box {
      padding: 8px;
  }

  .table thead {
      height: auto;
  }

  .table td,
  .table th {
      padding: 6px;
  }

  .login-form .form-control,
  .change-form .form-control,
  .login-form .btn-primary {
      height: 40px;
  }

  .logo-login img {
      max-width: 210px;
  }

  .login-form,
  .change-form {
      min-height: 300px;
  }

  .logo-casino {
      /* height: 75px !important; */
  }

  .suspendedtext::after,
  .suspendedfull::after {
      font-size: var(--font-small);
  }

  .sport-tabs {
      height: 30px;
  }

  .sport-tabs .arrow-tabs {
      top: -5px;
  }

  .sport-tabs .nav-tabs {
      height: 30px;
  }

  .sport-tabs .nav-tabs .nav-link {
      height: 30px;
      line-height: 30px;
  }

  .sport-tabs .nav-tabs .nav-link img {
      height: 18px;
  }

  .sport-tabs .nav-tabs .nav-link span {
      margin-left: 8px;
  }

  .bet-table-header {
      height: 32px;
      padding: 4px 8px;
  }

  .bet-table-header .game-title img {
      margin-right: 8px;
      height: 20px;
  }

  .modal-header {
      padding: 2px 8px;
  }

  .modal-title {
      font-size: var(--font-body);
  }

  .header-casino~.center-main-content {
      /* margin-top: 110px;
      min-height: calc(100% - 110px); */
  }

  .animate-on .header-casino~.center-main-content {
      margin-top: 144px;
      min-height: calc(100% - 144px);
  }

  .scorecard {
      font-size: var(--font-13);
  }

  .scorecard-header {
      padding: 0 10px;
      height: auto;
  }

  .casino-bl-box-item span {
      font-size: var(--font-small);
  }

  /* .poker20 .casino-bl-box-item span {
      font-size: var(--font-v-small);
  } */
  .casino-bl-box-item .casino-box-odd {
      font-size: var(--font-caption);
  }

  .casino-bl-box-item .casino-box-odd.pair-plus {
      font-size: var(--font-small);
  }

  .casino-detail {
      padding: 5px;
  }

  .baccarat .statistics-icons {
      margin-top: 10px;
      display: block;
      padding-left: 0;
  }

  .baccarat .statistics-icon-player::before,
  .baccarat .statistics-icon-banker::before,
  .baccarat .statistics-icon-tie::before {
      top: 2px;
  }

  .baccarat .statistics-icon-player,
  .statistics-icon-banker,
  .baccarat .statistics-icon-tie {
      margin-bottom: 0 !important;
      margin-right: 5px;
      display: inline-block;
  }

  .baccarat .statistics-icon-player span,
  .baccarat .statistics-icon-banker span,
  .baccarat .statistics-icon-tie span {
      margin-left: 20px;
  }

  .casino-video-cards span img {
      width: 42px;
  }

  .casino-video-cards .card-close {
      height: 60px;
      width: 38px;
  }

  .teenpattiopen .casino-video-cards {
      height: 100px;
  }

  .teenpattiopen .casino-open-card-box img {
      height: 30px;
  }

  .lucky7 .casino-video-cards {
      height: 70px;
      width: 70px;
  }

  .casino-video-cards {
      width: 172px;
      height: 135px;
  }

  .poker1day .dealer-name {
      font-size: var(--font-caption);
  }

  .poker1day .playerabcardbox .poker-icon img {
      width: 90px;
  }

  .poker1day .playerabcardbox img {
      width: 22px;
  }

  .casino-video-last-results {
      width: 65px;
      height: 185px;
  }

  .casino-video-last-results span,
  .casino-video-last-results a {
      width: 25px;
      height: 25px;
      line-height: 25px;
  }

  .base-timer {
      height: 70px;
      width: 70px;
  }

  .base-timer__label {
      height: 70px;
      width: 70px;
      font-size: 34px;
  }

  .base-timer__label>span {
      min-width: 15px;
  }

  .teenpattiopen .casino-detail .casino-box-header .casino-bl-box-item {
      height: 42px !important;
  }

  .teenpattiopen .casino-detail .casino-box-header .casino-bl-box-item span {
      margin-top: 2px;
  }

  .teenpattiopen .casino-detail .casino-box-header .casino-bl-box-item img {
      height: 25px;
  }

  .baccarat .player img,
  .baccarat .banker img {
      height: 32px;
  }

  .l-rotate,
  .r-rotate {
      width: 32px;
  }

  .casino-result-cards-item .l-rotate,
  .casino-result-cards-item .r-rotate {
      width: 60px;
  }

  .baccarat .player .baccarat-bets-name {
      padding-left: 5px;
  }

  .baccarat .banker .baccarat-bets-name {
      padding-right: 10px;
  }

  .animate-on .banner-iframe.slot-iframe.banner-frame-show {
      top: 143px;
      height: calc(100vh - 143px);
  }

  /* .banner-iframe.slot-iframe.banner-frame-show {
      top: 94px;
      height: calc(100vh - 94px);
  } */
  .lucky7-extra-bets-item {
      padding: 2px;
  }

  .casino-buttons img {
      height: 22px;
  }

  .casino-card-item .card-image img {
      width: 40px;
  }

  .cards-top .cards-top-box {
      height: 90px;
  }

  .video-tv {
      /* height: 215px; */
      height: auto;
  }

  .poker1day .casino-video-cards {
      width: 195px;
      height: 75px;
  }

  .poker20 .casino-video-cards {
      height: 145px;
      width: 195px;
  }

  .dt1day .casino-video-cards,
  .dt20 .casino-video-cards {
      width: 120px;
      height: 70px;
  }

  .dtl20 .casino-video-cards {
      height: 70px;
  }

  .poker6player .casino-video-cards {
      width: 195px;
      height: 50px;
  }

  .aaa .casino-video-cards {
      height: 71px;
      width: 71px;
  }

  .casino-war .casino-video-cards {
      height: 70px;
      width: 70px;
  }

  .worli .casino-video-cards {
      height: 70px;
  }

  .cmeter .casino-card-item .card-image img {
      width: 40px;
  }

  .cricket20 .ball-icon img {
      height: 50px;
  }

  .cricket20 .blbox {
      width: 150px;
  }

  .cricket20 .casino-video-cards {
      width: 70px;
      height: 95px;
  }

  .race20 .casino-video-cards {
      width: 200px;
      height: 135px;
      top: 70%;
  }

  .race20 .casino-video-cards span:first-child img {
      width: 28px;
  }

  .race20 .casino-video-cards span img {
      width: 20px;
  }

  .race20 .casino-video-last-results img {
      width: 25px;
  }

  .cricket20videobanner {
      font-size: 20px;
  }

  .cricket20balls {
      bottom: -15px;
  }

  .cricket20balls img {
      margin-right: 5px;
      width: 30px;
  }

  .cricket20ballpopup img {
      width: 100px;
  }

  .navbar-nav .dropdown-menu .dropdown-toggle {
      background-position: right 5px top 12px;
  }

  .navbar-nav .dropdown-menu.show li.show>.dropdown-toggle {
      background-position: right 5px top 12px;
  }

  .casino-card-item {
      min-width: 50px;
  }

  /*Lottery*/
  .lottery .casino-detail .lottery-left {
      width: 25%;
  }

  .lottery .casino-detail .lottery-right {
      width: 75%;
  }

  .lottery-bet-buttons>div img {
      width: 50px;
  }

  .lottery .single .lottery-place-balls img {
      width: 70px;
  }

  .random-bets button {
      min-width: 30px;
      height: 35px;
      margin-right: 2px;
      margin-bottom: 2px;
      border-radius: 4px;
  }

  .random-bets h4 {
      font-size: 16px;
  }

  .lottery-place-balls img {
      width: 40px;
  }

  .lottery-box .lottery-card img {
      width: 35px;
  }

  .lottery-result-icon {
      height: 28px;
      width: 28px;
      line-height: 28px;
  }

  .threecardj .casino-card-item .card-image img {
      width: 35px;
  }

  .lottery .single,
  .lottery .double,
  .lottery .tripple {
      height: 140px;
  }

  .trap .casino-video-cards {
      height: 305px;
      width: 100px;
      top: 80px;
      transform: unset;
  }

  .trap .casino-video-cards span img {
      width: 22px;
  }

  .teenpatti2cards .casino-video-cards {
      width: 120px;
      top: 80px;
      transform: unset;
  }

  .teen2sidebar .casino-video-last-results {
      width: 100%;
      height: auto;
  }

  .casino-vieo-rules {
      height: calc(100% - 125px);
  }

  .header-top ul li a {
      font-size: 14px;
  }

  .sin-khal .casino-video-title .casino-name {
      font-size: 14px;
  }

  .sin-khal .casino-video-rid {
      font-size: 12px;
  }

  .muflis .casino-video-title .casino-name {
      font-size: 14px;
  }

  .muflis .casino-video-rid {
      font-size: 12px;
  }

  .casino-banner-item .slot-title {
      font-size: 16px;
  }

  .raceto17 .casino-video-cards {
      width: 85px;
      height: 235px;
  }

  .raceto17 .casino-video-cards span img {
      width: 25px;
  }

  .casino-video-title .casino-name {
      font-size: 14px;
  }

  .casino-video-rid {
      font-size: 12px;
  }

  .teenpatti20b .casino-video-title .casino-name,
  .teenpatti20 .casino-video-title .casino-name {
      font-size: 14px;
  }

  .teenpatti20b .casino-video-rid,
  .teenpatti20 .casino-video-rid {
      font-size: 12px;
  }

  .threecardj .casino-video-cards {
      height: 70px;
  }

  .teen1oneday .casino-video-cards,
  .teen1t20 .casino-video-cards {
      height: 190px;
  }

  .horse-detail .video-tv {
      /* height: 215px; */
      height: auto;
  }

  .casino-detail .book-red,
  .casino-detail .book-green {
      font-size: 14px !important;
  }

  .payments img {
      max-height: 30px;
      max-width: 60px;
  }

  .duskadum .casino-video-current-card img {
      width: 42px;
  }

  .one-card-meter .casino-video-cards {
      height: 75px;
      width: 120px;
  }

  .sicbo-title-box {
      padding: 0 10px;
      font-size: 9px;
  }

  .board-text,
  .board-number {
      font-size: 18px;
  }

  .roulette .casino-video-cards {
      top: 70px;
  }

  .bet-chip-holder {
      height: 35px;
      width: 35px;
  }

  .casino-coin.active .bet-chip-holder {
      height: 45px;
      width: 45px;
  }

  .payment-new .payment-detail-box span {
      font-size: 11px;
  }

  .teenpatti-joker .casino-video-cards {
      height: 200px;
      width: 145px;
  }

  .teenpatti-joker .casino-video-cards span img {
      width: 30px;
  }

  .teenpatti-joker1 .casino-video-cards {
      height: 110px;
      width: 145px;
      top: 210px;
  }

  .teenpatti-joker1 .casino-video-cards span img {
      width: 30px;
  }

  .roulette.roulette11 .coin-btns .btn {
      width: 80px;
      height: 30px;
  }

  .roulette.roulette11 .casino-timer {
      top: 65px;
  }

  .roulette.roulette11 .casino-timer .base-timer {
      height: 60px;
      width: 60px;
  }

  .roulette.roulette11 .casino-timer .base-timer__label {
      height: 60px;
      width: 60px;
      font-size: 30px;
  }

  .roulette.roulette11 .casino-video-cards {
      top: 60px;
  }

  .teenpatti2cards.mogambo .casino-video-cards-container h5 {
      font-size: 14px;
  }

  .facncy-provider li a span {
      font-size: 9px;
  }
  .matka .matka-coins .matka-total-coin .bet-chip-holder{
      height: 50px;
      width: 50px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .sidebar-left {
      width: 270px;
  }

  .main-container {
      width: 100%;
  }

  .sidebar-left~.main-container {
      width: calc(100% - 270px);
      margin-left: 270px;
  }

  .header {
      width: calc(100% - 270px);
  }

  .logo-casino {
      width: 270px;
  }

  .center-container {
      width: calc(100% - 312px);
  }

  .right-sidebar {
      width: 300px;
  }

  .casino-right-sidebar.right-sidebar {
      width: 404px;
  }

  .casino-center {
      width: calc(100% - 416px);
  }

  .bet-nation span {
      /* max-width: 190px; */
  }

  .report-table .bet-sport {
      width: 130px;
  }

  .report-table .bet-event-name {
      width: 260px;
  }

  .current-bets.report-table .bet-market-name {
      width: 190px;
  }

  .report-table .bet-market-name {
      width: 260px;
  }

  .report-table .bet-nation {
      width: 130px;
  }

  .report-table .bet-user-rate {
      width: 130px;
  }

  .report-table .bet-amount {
      width: 170px;
  }

  .report-table .bet-date {
      width: 210px;
  }

  .report-table .bet-remark {
      width: auto;
  }

  .banner-iframe.banner-frame-show {
      left: 270px;
      width: calc(100% - 270px);
  }

  .search-list {
      left: 273px;
  }

  .poker1day .playerabcardbox img {
      width: 32px;
  }

  .lottery-bet-buttons>div img {
      width: 60px;
  }

  .lottery .single .lottery-place-balls img {
      width: 100px;
  }

  .lottery-place-balls img {
      width: 40px;
  }

  .fullwidthcasino-container .casino-container,
  .fullwidthdetail-container .casino-container {
      width: calc(100% - 416px);
  }

  .fullwidthcasino-container .footer {
      width: calc(100% - 416px);
  }

  .toggle-sidebar {
      left: 254px;
  }

  .casino-detail .book-red,
  .casino-detail .book-green {
      font-size: 15px !important;
  }

  .fullwidthdetail-container .footer {
      width: calc(100% - 404px);
  }

  .sicbo-middle-top-box-odd {
      margin: 0 1px;
      min-width: 40px;
  }

  .sicbo-cube-box {
      width: 40px;
  }

  .five-cricket .casino-video-cards span img {
      width: 27px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .d-none-small {
      display: none !important;
  }

  .report-box {
      padding: 0;
  }

  .report-name {
      margin-bottom: 8px;
      font-size: 16px;
      font-weight: bold;
  }

  .report-row {
      padding: 4px 8px;
  }

  .report-form {
      padding: 4px;
  }

  .report-title {
      display: block;
      padding: 4px 4px 0;
  }

  .report-title input {
      width: 100%;
  }

  .report-page-count {
      margin-top: 4px;
      margin-bottom: 4px;
      padding: 0 4px;
      flex-wrap: wrap;
      position: relative;
  }

  .report-page-count .form-group {
      margin-bottom: 4px;
  }

  .report-page-count>div {
      margin-top: 4px;
  }

  .report-page-count .custom-control-inline h6 {
      font-size: var(--font-small);
  }

  .report-page-count .file-icons {
      position: absolute;
      right: 0;
      top: 0;
  }

  .loading-box {
      width: 280px;
  }

  .game-header {
      padding: 6px;
      line-height: 1;
  }

  .detail-page-container .market-2,
  .detail-page-container .market-3,
  .detail-page-container .market-4,
  .detail-page-container .market-5,
  .detail-page-container .market-6,
  .detail-page-container .market-9,
  .detail-page-container .market-10,
  .detail-page-container .market-11,
  .detail-page-container .market-12,
  .detail-page-container .market-13,
  .detail-page-container .market-14 {
      min-width: calc(100% - 6px);
  }

  .detail-page-container .market-4.width-75,
  .detail-page-container .market-2.width-25,
  .detail-page-container .market-12.width-75,
  .detail-page-container .market-13.width-75,
  .detail-page-container .market-14.width-75 {
      min-width: calc(100% - 6px);
  }

  .login-footer .footer-box {
      width: 100%;
  }

  .casino-small-icon {
      width: 32%;
      margin-right: 1% !important;
  }

  .casino-small-icon img {
      height: 56px;
  }

  .casino-small-icon:nth-child(3n) {
      margin-right: 0 !important;
  }

  .casino-video-cards span img {
      width: 22px;
      margin-right: 5px;
  }

  .teenpattitest .casino-video-cards span img {
      width: 25px;
  }

  .teenpattitest .casino-video-cards-container .dealer-name {
      font-size: var(--font-11);
      line-height: 12px;
  }

  .teenpattitest .casino-video-cards {
      height: 170px;
      width: 110px;
      top: 40px;
  }

  .lucky7 .casino-video-cards {
      width: 45px;
      height: 45px;
  }

  .casino-video-cards .card-close {
      height: 30px;
      width: 19px;
  }

  .base-timer {
      height: 60px;
      width: 60px;
  }

  .base-timer__label {
      height: 60px;
      width: 60px;
      font-size: 30px;
  }

  .base-timer__label>span {
      min-width: 12px;
  }

  .casino-bl-box-item span {
      font-size: var(--font-small);
      width: auto;
  }

  .poker20 .casino-bl-box-item.casino-odds-name span {
      font-size: 10px;
  }

  .teenpattiopen .casino-box-header .casino-bl-box-item span {
      width: auto;
      display: inline-block;
  }

  .casino-bl-box-item .casino-box-odd {
      font-size: var(--font-caption);
  }

  .player-card {
      width: auto;
      margin-left: 2px;
  }

  .player-card span {
      width: auto;
  }

  .player-card img {
      width: 20px;
  }

  .poker6player .pattern .poker6box .casino-nation-name b {
      font-size: var(--font-11);
  }

  .casino-col-container {
      width: 49%;
      margin-right: 1%;
  }

  .casino-col-container:nth-child(2n) {
      margin-right: 0;
  }

  .casino-col-container:nth-child(3n) {
      margin-right: 1%;
  }

  .poker6player .pattern .casino-col-container {
      width: 32.66%;
      margin-right: 1%;
  }

  .poker6player .pattern .casino-col-container.fullbox {
      width: 32.66% !important;
  }

  .poker6player .pattern .casino-col-container:nth-child(2n) {
      margin-right: 1%;
  }

  .poker6player .pattern .casino-col-container:nth-child(3n) {
      margin-right: 0;
  }

  .poker-result-board img {
      height: 25px;
  }

  .casino-video-cards span {
      line-height: 16px;
  }

  .lucky7 .casino-detail .casino-box.low-high-box,
  .lucky7 .casino-detail .casino-box.sidebets-box,
  .lucky7 .casino-detail .casino-box.cards-box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
  }

  .lucky7 .casino-detail .casino-box .low-odds,
  .lucky7 .casino-detail .casino-box .high-odds {
      width: 40%;
  }

  .lucky7-card {
      width: 20%;
  }

  .lucky7 .casino-detail .cards-top {
      width: 100%;
  }

  .casino-card-item .card-image img {
      height: auto;
  }

  .lucky7 .casino-detail .casino-box .low-odds {
      border-radius: 0;
  }

  .lucky7 .casino-detail .casino-box .high-odds {
      border-radius: 0;
  }

  .low-odds.suspended::after {
      border-radius: 0;
  }

  .high-odds.suspended::after {
      border-radius: 0;
  }

  .logo-login img {
      width: 150px;
  }

  .new-laucnh-icon {
      top: -6px;
  }

  .new-laucnh-icon img {
      height: 45px;
  }

  .carousel-control-next,
  .carousel-control-prev {
      width: 42px;
      height: 42px;
  }

  .footer {
      justify-content: space-between;
  }

  .footer-top {
      margin-top: 0;
      padding-bottom: 10px;
  }

  .footer-logo {
      max-width: 100%;
      flex: auto;
  }

  .footer-logo img {
      max-height: 30px;
  }

  .footer .footer-social {
      flex: auto;
      display: flex;
      position: relative;
      top: unset;
      transform: unset;
      justify-content: center;
      align-items: center;
      right: unset;
      margin-top: 0;
  }

  .footer .support>div:first-child b {
      font-size: 18px;
  }

  .footer-menu {
      margin-top: 0;
  }

  .footer-box {
      width: 100%;
      margin: 0 auto;
  }

  .footer-top .secure-logo>div:last-child {
      text-align: left;
  }

  .total-soda {
      float: unset;
  }

  .banner .game-header {
      top: 10px;
      font-size: var(--font-v-small);
  }

  .scorecard {
      font-size: var(--font-v-small);
  }

  .scorecard-header {
      font-size: var(--font-v-small);
  }

  .ball-runs {
      height: 22px;
      line-height: 22px;
      width: 22px;
      font-size: 9px;
  }

  .broser-block-text {
      margin-left: 0;
      margin-top: 30px;
      line-height: 1;
  }

  .teenpatti20 .casino-nation-name {
      width: calc(100% - 78%);
  }

  .teenpatti20 .casino-bl-box-item {
      width: calc(50% - 3px);
  }

  .teenpatti20 .odds-min-max {
      width: calc(100% - 3px);
  }

  .casino-detail .casino-box-header .casino-bl-box-item {
      display: block;
      height: auto !important;
  }

  .teenpattiopen .casino-nation-name {
      width: calc(100% - 75%);
      display: flex;
      flex-wrap: wrap;
      background-color: transparent;
      padding: 0 4px;
  }

  .teenpattiopen .casino-nation-name>div {
      border-bottom: 1px solid var(--bg-tabs);
      padding-bottom: 5px;
  }

  .teenpattiopen .casino-nation-name b {
      line-height: 16px;
      display: block;
      width: 100%;
  }

  .teenpattiopen .casino-nation-name img {
      height: 25px;
  }

  .teenpattiopen .casino-bl-box {
      width: 75%;
  }

  .teenpattiopen .casino-bl-box-item {
      width: calc(33.33% - 4px);
  }

  .teenpattiopen .teenopenother .casino-bl-box-item {
      height: 70px;
  }

  .teenpattiopen .teenopenother .casino-bl-box-item .casino-box-odd {
      height: auto;
  }

  .teenpattiopen .odds-min-max {
      width: 32%;
  }

  .teenpattiopen .casino-min-max {
      white-space: normal;
      line-height: 1.2;
      word-break: break-all;
  }

  .statistics {
      width: 100%;
  }

  .baccarat .baccarat-bets-odds {
      width: 100%;
      margin-top: 6px;
  }

  .open-statistics {
      color: var(--bg-success);
      cursor: pointer;
  }

  .statistics-content {
      display: none;
  }

  .baccarat .statistics-title {
      margin-bottom: 0;
  }

  .baccarat .baccarat-odds {
      padding: 15px 5px 0;
      margin-bottom: 0;
  }

  .baccarat .baccarat-odd-block .baccarat-odd-name {
      line-height: 14px;
  }

  .baccarat .baccarat-odd-block {
      margin-right: 4px;
  }

  .baccarat .baccarat-bets {
      padding: 0 5px;
      margin-top: 30px;
      height: 110px;
  }

  .baccarat .baccarat-bets-name {
      height: 100%;
      font-size: var(--font-v-small);
      padding-left: 0;
  }

  .baccarat .player .baccarat-bets-name {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      padding-left: 5px;
  }

  .baccarat .banker .baccarat-bets-name {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
      padding-right: 5px;
  }

  .baccarat .player-pair .baccarat-bets-name {
      border-radius: 4px 0 0 4px;
  }

  .baccarat .banker-pair .baccarat-bets-name {
      border-radius: 0 4px 4px 0;
  }

  .baccarat .player-pair {
      margin-right: 2px;
      width: 15%;
      height: 60px;
  }

  .baccarat .player,
  .baccarat .banker {
      width: 35%;
      height: 90px;
  }

  .baccarat .tie {
      height: 90px;
      width: 90px;
      top: 0;
  }

  .baccarat .banker-pair {
      margin-right: 2px;
      width: 15%;
      height: 60px;
  }

  .baccarat .baccarat-bets-name div {
      line-height: 14px !important;
      margin-bottom: 2px !important;
  }

  .baccarat .player img,
  .baccarat .banker img {
      height: 30px;
  }

  .baccarat .player span,
  .baccarat .banker span {
      margin-left: 3px;
  }

  .l-rotate,
  .r-rotate {
      width: 20px;
  }

  .casino-result-cards-item .l-rotate,
  .casino-result-cards-item .r-rotate {
      width: 40px;
  }

  .baccarat .baccarat-min-max {
      padding-bottom: 6px;
      padding-right: 10px;
      font-size: 10px;
  }

  .casino-video-title {
      padding: 5px;
      left: 0;
      top: 0;
      min-width: unset;
  }

  .casino-video-title .casino-name {
      font-size: var(--font-small);
      line-height: 12px;
  }

  .casino-video-cards {
      top: 80px;
      transform: unset;
      width: 95px;
      padding: 5px 10px 5px 5px;
      height: 75px;
  }

  .teenpatti1day .casino-video-cards.no-video {
      width: 135px;
      height: 105px;
  }

  .teenpatti1day .casino-video-cards.no-video span img {
      width: 33px;
  }

  .baccarat .casino-detail .book-red,
  .baccarat .casino-detail .book-green {
      font-size: 8.5px;
  }

  .poker1day .casino-detail {
      align-items: flex-start;
  }

  .poker1day .playerabox,
  .poker1day .playerbbox {
      width: 35%;
  }

  .poker1day .playerabcardbox {
      width: 30%;
      border-radius: 4px;
      flex-direction: column;
      height: 190px;
  }

  .poker1day .playerafabcy,
  .poker1day .playerbfabcy {
      padding: 2px;
      min-height: 105px;
  }

  .poker1day .casino-nation-name {
      width: 100%;
  }

  .poker1day .casino-bl-box-item {
      width: calc(50% - 3px);
  }

  .poker1day .playerabcardbox .poker-icon img {
      width: 80px;
  }

  .poker1day .playerabcardbox img {
      width: 32px;
  }

  .poker1day .dealer-name {
      font-size: var(--font-small);
  }

  .poker1day .playerabcardbox .col-12 {
      text-align: center !important;
  }

  .poker1day .casino-bl-box-item .casino-box-odd {
      font-size: var(--font-11);
      height: auto;
  }

  .poker1day .poker1dayother .casino-bl-box-item {
      height: 60px;
  }

  .poker1day .poker1dayother .casino-bl-box-item .book-green,
  .poker1day .poker1dayother .casino-bl-box-item .book-red {
      font-size: 9px;
  }

  .teenpattiopen .casino-video-cards {
      height: 70px;
  }

  .casino-cards-shuffle {
      font-size: 22px;
      right: 2px;
  }

  .casino-video-cards-container .dealer-name {
      font-size: var(--font-caption);
  }

  .casino-video-right-icons {
      flex-direction: column;
  }

  .casino-video-lr-icon {
      display: none;
  }

  .casino-video .casino-video-last-results {
      display: none;
  }

  .casino-video-lr-icon,
  .casino-video-home-icon,
  .casino-video-rules-icon {
      height: 25px;
      width: 25px;
      margin-right: 0;
      margin-bottom: 5px;
  }

  .casino-video-home-icon.net-icon i {
      font-size: 13px;
  }

  .casino-video-lr-icon i,
  .casino-video-home-icon i,
  .casino-video-rules-icon i {
      font-size: var(--font-body);
  }

  .casino-video-right-icons {
      right: 3px;
  }

  .teenpatti20 .casino-bl-box-item {
      width: calc(33.33% - 3px);
  }

  .casino-bl-box-title .casino-bl-box-item {
      width: calc(33.33% - 3px);
      height: 18px !important;
      text-transform: uppercase;
      font-size: var(--font-small);
  }

  .teenpatti20 .casino-rb-box {
      padding: 0;
  }

  .casino-odds-name {
      color: #ddd;
      text-transform: uppercase;
      font-weight: bold;
      flex-direction: row;
      justify-content: space-between;
      background-color: #444;
      padding: 0 4px 0 4px;
      border-radius: 0;
      margin-right: 0;
      height: 36px !important;
      position: relative;
  }

  .casino-odds-name i {
      color: #eee;
      font-size: var(--font-body);
  }

  .casino-odds-name img {
      height: 25px;
      max-height: 25px;
      margin-left: 3px;
      width: 25px;
  }

  .casino-bl-box {
      margin-bottom: 4px;
  }

  .teenpatti20 .casino-rb-box {
      width: calc(33.33% - 3px);
      margin-right: 3px;
  }

  .teenpatti20 .casino-rb-box:last-child {
      margin-right: 0;
  }

  .teenpatti20 .casino-rb-box-player>div {
      padding: 0 2px;
  }

  .casino-bl-box-item .casino-box-odd,
  .casino-rb-box-player .casino-box-odd {
      font-size: var(--font-13);
  }

  .teenpatti20 .casino-rb-box-player {
      text-align: center;
      flex-wrap: wrap;
  }

  .casino-video-last-results {
      position: relative;
      top: 0;
      background-color: transparent;
      justify-content: center;
      width: 100%;
      right: 0;
      padding: 0;
      margin-top: 4px;
      height: auto;
      margin-left: 0;
  }

  .casino-video-last-results span {
      height: 30px;
      width: 30px;
      line-height: 30px;
      margin-right: 2px;
      margin-left: 0;
      background-color: #000;
      box-shadow: 0 0 2px #646464;
  }

  .casino-video-last-results a.result-more {
      width: 30px;
      height: 30px;
      margin-left: 0;
      line-height: 25px;
      margin-right: 0;
      margin-bottom: 0;
      background-color: #000;
      box-shadow: 0 0 2px #646464;
  }

  .header-top {
      display: none;
  }

  .sidebar-left~.main-container {
      margin-top: 60px;
      padding-top: 28px;
  }

  .header {
      top: 50px;
  }

  .teenpattiopen .casino-detail .casino-box-header .casino-bl-box-item {
      height: auto !important;
      display: flex;
      justify-content: center;
      flex-direction: row;
      position: relative;
  }

  .casino-result-cards-item .winner-icon {
      height: auto;
  }

  .casino-result-cards-item img {
      width: 25px;
      margin-bottom: 5px;
  }

  .ab4-result .abj-title {
      font-size: 14px;
  }

  .ab2-result.ab4-result .casino-result-cards-item img {
      width: 25px !important;
  }

  .ab2-result.ab4-result .casino-result-cards-item {
      text-align: center;
  }

  .card32result .casino-result-cards-item img {
      width: 20px;
  }

  .card32result .casino-result-cards-item .winner-icon {
      height: auto;
      width: 40px;
      position: absolute;
      right: 0;
      top: 0;
  }

  .ab4-result .hooper-navigation button {
      padding: 0px;
  }

  .card32result .casino-result .bet-nation {
      width: 200px;
  }

  .casino-result .bet-rate {
      width: 70px;
  }

  .casino-result .bet-amount {
      width: 80px;
  }

  .casino-result .bet-date {
      width: 140px;
  }

  .casino-result .bet-ip {
      width: 100px;
  }

  .casino-result .bet-remark {
      width: 120px;
  }

  .player-pair .suspended:after {
      border-radius: 4px 0 0 4px;
  }

  .banker-pair .suspended:after {
      border-radius: 0 4px 4px 0;
  }

  .player .suspended:after {
      border-radius: 4px 0 0 4px;
  }

  .tie .suspended:after {
      border-radius: 50%;
  }

  .banker .suspended:after {
      border-radius: 0 4px 4px 0;
  }

  .teenpatti1day .casino-bl-box {
      width: 100%;
  }

  .teenpatti1day .casino-bl-box-item {
      width: calc(33.33% - 3px);
      font-size: 11px;
  }

  .teen1daycasino-container .casino-box-row {
      width: 100%;
  }

  .teenpatti1day .teen1dayother .casino-nation-name {
      width: 100%;
  }

  .teenpatti1day .teen1dayother .casino-bl-box {
      width: 16.66%;
  }

  .teen1dayodev .casino-bl-box-item {
      height: 40px;
  }

  .teenpatti1day .casino-bl-box-title .casino-bl-box-item:first-child {
      flex-direction: row;
      justify-content: space-between;
      position: relative;
  }

  .teenpatti1day .casino-card-img img {
      height: 18px;
      margin-left: 0;
  }

  .poker1day .casino-bl-box {
      width: 100%;
  }

  .poker1dayother {
      width: 100%;
  }

  .poker1day .casino-bl-box-title .casino-bl-box-item:first-child {
      flex-direction: row;
      justify-content: space-between;
      position: relative;
  }

  .teenpattitest .casino-bl-box {
      width: 100%;
  }

  .teenpattitest .casino-bl-box-item {
      width: calc(25% - 3px);
      position: relative;
  }

  .teenpattitest .casino-bl-box-item.casino-odds-name {
      padding: 0 0 0 2px;
  }

  .teenpattitest .casino-bl-box-item.casino-odds-name span {
      text-align: left;
      font-size: 10px;
      max-width: calc(100% - 25px);
  }

  .teenpattitest .casino-bl-box-item.casino-odds-name .fa-info-circle {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
  }

  .login-wrapper {
      padding-bottom: 30px;
  }

  .login-wrapper .footer-menu {
      position: absolute;
  }

  .login-form {
      min-height: unset;
  }

  .modal-body {
      max-height: calc(100vh - 146px);
  }

  .place-modal .modal-body {
      padding: 0;
  }

  .cards-top .cards-top-box {
      height: 80px;
  }

  .detail-page-container .banner.scorestats iframe {
      width: 95%;
  }

  .login-footer {
      height: auto;
  }

  .footer-top>diV {
      width: 100%;
      text-align: center;
      margin-top: 10px;
  }

  .payments img {
      max-height: 25px;
      max-width: 80px;
      margin-right: 0;
      margin-bottom: 10px;
  }

  .footer-menu ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  .casino-container {
      min-height: unset;
  }

  .center-container .detail-page-container,
  .center-container .home-container,
  .center-container .casino-container,
  .center-container.casino-list-container {
      min-height: unset;
  }

  .center-container.casino-list-container {
      /* margin-top: 60px; */
  }

  .home-container .home-casiono-icons {
      margin-top: 5px;
      padding: 5px 0;
      padding-bottom: 0;
      color: var(--text-table-header-new);
      flex-wrap: wrap;
  }

  .home-container .home-casiono-icons h4 {
      font-size: 16px;
      background-color: var(--bg-table-header-new);
      color: var(--text-table-header-new);
      width: 100%;
      padding: 5px;
      margin-bottom: 0;
      font-weight: bold;
  }

  .home-container .home-casiono-icons h4 span {
      animation: new-launch 1s linear infinite;
  }

  @keyframes new-launch {
      50% {
          opacity: 0;
      }
  }

  .home-container .home-casiono-icons .home-casino-icon-item {
      margin-right: 5px;
      width: calc(50% - 2.5px);
      margin-bottom: 0;
      padding: 0;
  }

  .poker1day .casino-video-cards {
      width: 150px;
      height: 65px;
  }

  .poker20 .casino-video-cards {
      width: 162px;
      height: 140px;
  }

  .poker1day .casino-video-cards span img,
  .poker20 .casino-video-cards span img {
      width: 22px;
  }

  .poker1day .casino-video-cards-container .dealer-name,
  .poker20 .casino-video-cards-container .dealer-name {
      font-size: 10px;
  }

  .cards32a .casino-video-cards,
  .cards32b .casino-video-cards {
      width: 115px;
      height: 140px;
  }

  .cards32a .casino-video-cards span,
  .cards32b .casino-video-cards span {
      line-height: unset;
  }

  .cards32a .casino-video-cards span img,
  .cards32b .casino-video-cards span img {
      width: 15px;
  }

  .cards32a .casino-video-cards-container>div,
  .cards32b .casino-video-cards-container>div {
      margin-bottom: 0;
  }

  .cards32a .casino-video-cards-container .dealer-name,
  .cards32b .casino-video-cards-container .dealer-name {
      font-size: 10px;
      line-height: 10px;
      margin-bottom: 0 !important;
      justify-content: flex-start;
  }

  .cards32b .cards32bextra .casino-bl-box .casino-bl-box-item {
      width: calc(20% - 4px);
  }

  .bet-types-container {
      width: 100%;
      display: block;
  }

  .custom-control-label {
      line-height: unset;
  }

  .dt1day .teen1dayleft,
  .dt1day .teen1dayright,
  .dt20 .teen1dayleft,
  .dt20 .teen1dayright {
      width: 100%;
  }

  .dt1day .teen1daycenter {
      display: none;
  }

  .dt1day .casino-bl-box-title .casino-bl-box-item {
      width: calc(50% - 2px);
  }

  .dt1day .teen1dayother .casino-nation-name {
      width: 32%;
  }

  .dt1day .teen1dayother .casino-bl-box {
      width: 17%;
  }

  .dt1day .casino-card-img img {
      width: 30px;
  }

  .dt1day .casino-video-cards,
  .dt20 .casino-video-cards {
      width: 70px;
      height: 40px;
  }

  .dt1day .teen1dayother {
      margin-top: 0;
  }

  .dt1day .dragonfancy,
  .dt1day .tigerfancy {
      width: 35%;
  }

  .dt1day .pairfancy {
      width: 28%;
  }

  .dt1day .dt1dayfancy .casino-nation-name,
  .dt1day .dt1dayfancy .casino-bl-box {
      width: 100%;
  }

  .dt20 .dragon-box,
  .dt20 .tiger-box {
      width: 50%;
  }

  .dt20 .tiebox {
      left: 50%;
      height: 70px;
      width: 70px;
      top: 15px;
  }

  .dt20 .tiebox>div:first-child {
      font-size: 18px;
      margin-bottom: 3px;
      line-height: 1;
  }

  .dt20 .tiebox>div:last-child {
      line-height: 1;
  }

  .dt20 .dragon-box b,
  .dt20 .tiger-box b {
      font-size: var(--font-small);
  }

  .dt20 .dragon-box {
      padding-right: 35px;
  }

  .dt20 .tiger-box {
      padding-left: 35px;
  }

  .dt20 .pair-box {
      width: 100%;
      margin-left: 0;
      margin-top: 10px;
  }

  .dt20 .casino-bl-box-item {
      height: 48px;
  }

  .dt20 .casino-card-img img {
      width: 16px;
      height: auto;
  }

  .dt20 .dt20mainbet .teen1dayleft,
  .dt20 .dt20mainbet .teen1dayright {
      width: 100%;
  }

  .dt20 .dt20mainbet .teen1daycenter {
      display: none;
  }

  .dtl20 .casino-video-cards {
      height: 60px;
      width: 135px;
  }

  .dtl20 .casino-video-cards span img {
      width: 35px;
  }

  .dtl20 .casino-nation-name {
      width: 50%;
  }

  .dtl20 .casino-bl-box {
      width: calc(50% - 4px);
  }

  .dtl20 .casino-card-img img {
      margin-left: 0;
      width: 25px;
  }

  .dtl20 .casino-tabs {
      height: 36px;
      background-color: #444;
      margin-bottom: 10px;
      justify-content: flex-start;
      border-radius: 0;
      width: 100%;
  }

  .dtl20 .casino-tabs .nav-tabs .nav-link {
      color: #ddd;
      opacity: 1;
  }

  .dtl20 .casino-tabs .nav-tabs .nav-link.active {
      color: #fff;
      font-weight: bold;
  }

  .dtl20 .casino-tabs ul {
      width: 100%;
  }

  .dtl20 .nav-tabs .nav-item {
      flex: 1 1 0;
  }

  .dtl20 .casino-tabs .nav-tabs {
      margin: 0;
  }

  .dtl20 .dtl20info {
      width: 50%;
  }

  .poker6player .casino-video-cards span img {
      width: 16px;
  }

  .poker6player .casino-video-cards {
      height: 35px;
      width: 120px;
  }

  .poker6result .casino-result-content-item {
      width: 100%;
  }

  .poker6result .casino-result-content-diveder {
      display: none;
  }

  .teenpatti2 .teen1dayleft,
  .teenpatti2 .teen1dayright {
      width: 100%;
  }

  .teenpatti2 .teen2uo .casino-nation-name,
  .teenpatti2 .teen2uo .casino-bl-box {
      width: 50%;
      margin-right: 0;
      padding-left: 5px;
  }

  .teenpatti2 .teen2uo .teen1dayleft,
  .teenpatti2 .teen2uo .teen1dayright {
      margin-top: 0;
  }

  .aaa .casino-video-cards {
      height: 40px;
      width: 42px;
  }

  .aaa .casino-bl-box-item {
      width: calc(25% - 2px);
  }

  .aaa .casino-bl-box-item.casino-odds-name {
      width: calc(50% - 2px);
      font-size: 10px;
  }

  .aaa .casino-bl-box-item.casino-odds-name>span.book-green,
  .aaa .casino-bl-box-item.casino-odds-name>span.book-red {
      width: 100%;
      text-align: left;
      display: block;
  }

  .dtl20-result .casino-result-cards-item .winner-icon {
      position: absolute;
      right: 0;
      bottom: 0;
  }

  .casino-war .casino-tabs {
      height: 36px;
      background-color: #444;
      margin-bottom: 10px;
      justify-content: flex-start;
      border-radius: 0;
      width: 100%;
  }

  .casino-war .casino-tabs .nav-tabs .nav-link {
      color: #ddd;
      opacity: 1;
  }

  .casino-war .casino-tabs .nav-tabs .nav-link.active {
      color: #fff;
  }

  .casino-war .casino-tabs .nav-tabs {
      width: 100%;
      margin: 0;
  }

  .casino-war .nav-tabs .nav-item {
      flex: 1 1 0;
  }

  .casino-war .teen1daycasino-container {
      width: 100%;
  }

  .casino-war .casino-war-container.casino-war-cards .casino-bl-box {
      width: 16.66%;
  }

  .casino-war .casino-war-container .casino-nation-name {
      width: 50%;
  }

  .casino-war .casino-war-container .casino-bl-box {
      width: 50%;
  }

  .casino-war .casino-war-container .casino-card-img img {
      width: 18px;
  }

  .casino-war .casino-war-container.casino-war-cards .casino-card-img img {
      width: 28px;
  }

  .casino-war .casino-video-cards {
      height: 40px;
      width: 40px;
  }

  /*Worli*/
  .worli .casino-video-cards {
      height: 40px;
  }

  .worli-left,
  .worli-right {
      width: 100%;
      margin: 0;
  }

  .worli-odd-box {
      height: 60px;
  }

  .worli-odd-box .worli-odd {
      font-size: 30px;
      height: 30px;
  }

  .worli-box-title {
      margin-bottom: 0;
      margin-top: 10px;
  }

  .sp .worli-right .worli-odd-box,
  .dp .worli-right .worli-odd-box,
  .card56 .worli-right .worli-odd-box,
  .card64 .worli-right .worli-odd-box,
  .colordp .worli-right .worli-odd-box {
      height: 60px;
      margin-top: 10px;
  }

  .abr .worli-right {
      margin-top: 10px;
  }

  .worli-cards-block {
      width: calc(25% - 9px);
      font-size: var(--font-caption);
      padding: 10px 5px;
      margin-right: 10px !important;
  }

  .worli-cards-block:nth-child(4n) {
      margin-right: 0 !important;
  }

  .cmeter-card-box {
      border-radius: 8px;
  }

  .cmeter .teen1dayleft,
  .cmeter .teen1dayright {
      width: 100%;
      margin-bottom: 10px;
      padding: 2px 10px;
  }

  .cmeter-card-low,
  .cmeter-card-high {
      margin-top: 0;
  }

  .cmeter .casino-card-item .card-image img {
      width: 35px;
  }

  .cmeter-card-low>div,
  .cmeter-card-high>div {
      width: 100%;
      text-align: center;
      margin: 0;
  }

  .cmeter-card-box img {
      width: 20px;
      margin-right: 3px;
  }

  .cmeter .teen1dayleft>div:first-child,
  .cmeter .teen1dayright>div:first-child {
      min-height: unset;
  }

  .casino-queen .casino-video-cards {
      height: 140px;
      width: 75px;
  }

  .casino-queen .casino-video-cards-container .dealer-name {
      height: 14px;
  }

  .casino-queen .casino-video-cards-container>div {
      margin-bottom: 0;
  }

  .casino-queen .casino-video-cards-container .dealer-name {
      font-size: 10px;
      justify-content: flex-start;
      margin-bottom: 0 !important;
  }

  .casino-queen .casino-video-cards span img {
      width: 13px;
  }

  .casino-queen .casino-nation-name,
  .casino-queen .casino-bl-box {
      width: 100%;
  }

  .casino-queen .casino-bl-box-item.casino-odds-name {
      width: calc(50% - 2px);
      font-size: 10px;
  }

  .casino-queen .casino-bl-box-item {
      width: calc(25% - 2px);
  }

  .five-cricket .casino-video-cards {
      height: 170px;
      width: auto;
      top: 0;
      margin-top: 0;
      z-index: 1;
  }

  .five-cricket .casino-video .video-box-container {
      max-width: 100%;
  }

  .five-cricket .casino-video-cards span img {
      width: 16px;
  }

  .five-cricket-nation,
  .five-cricket-date {
      font-size: var(--font-small);
      top: 10%;
  }

  .detail-page-container.five-cricket .banner {
      height: auto;
  }

  .detail-page-container.five-cricket .banner .scorecard {
      position: relative;
      margin: 10px 0;
      padding: 0 5px;
  }

  .detail-page-container.five-cricket .banner .scorecard .scorecard-row {
      padding: 2px;
  }

  .threecardj-title {
      width: 100%;
      height: auto;
      justify-content: space-between;
      flex-direction: row;
      padding: 5px;
  }

  .threecardj-cards {
      width: 100%;
  }

  .threecardj-bl-box {
      height: auto;
      align-items: flex-start;
      width: 100%;
  }

  .threecardj-cards .casino-cards {
      flex-wrap: nowrap;
      overflow-x: hidden;
  }

  .threecardj-cards .casino-card-item .card-image img {
      height: auto;
      width: 42px;
      margin: 0 auto;
  }

  .threecardj-cards .casino-min-max {
      font-size: 11px;
  }

  .threecardj-cards .owl-carousel {
      width: 90%;
      margin: 0 auto;
  }

  .threecardj-cards .casino-card-item {
      margin-bottom: 0;
  }

  .threecardj-cards .casino-card-item .card-image {
      display: block;
  }

  .threecardj-cards .casino-card-item {
      border: 0;
  }

  .threecardj-cards .casino-card-item.selected {
      border: 0;
  }

  .threecardj-cards .casino-card-item img {
      border: 2px solid transparent;
  }

  .threecardj-cards .casino-card-item img.selected {
      border: 2px solid var(--bg-success);
  }

  .threecardj-cards .owl-carousel .owl-nav button.owl-next,
  .threecardj-cards .owl-carousel .owl-nav button.owl-prev {
      position: absolute;
      top: 0;
      height: 100%;
      font-size: 30px;
      width: 20px;
      margin: 0;
  }

  .threecardj-cards .owl-carousel .owl-nav button.owl-prev {
      left: -20px;
  }

  .threecardj-cards .owl-carousel .owl-nav button.owl-next {
      right: -20px;
  }

  .threecardj .suspended:after {
      z-index: 100;
  }

  .cricket20 .score-box {
      margin-top: 15px;
      margin-bottom: 35px;
  }

  .cricket20 .casino-remark {
      margin: 0;
  }

  .cricket20 .teen20left,
  .cricket20 .teen20right {
      width: 100%;
  }

  .cricket20 .ball-icon {
      top: -15px;
  }

  .cricket20 .ball-icon img {
      height: 40px;
  }

  .cricket20 .blbox {
      width: 95px;
  }

  .cricket20 .casino-video-cards {
      width: 60px;
      height: 75px;
  }

  .cricket20 .casino-video-cards-container .dealer-name {
      font-size: 10px;
  }

  .cricket20 .casino-video-cards-container>div:last-child {
      justify-content: center;
  }

  .cricket20 .casino-video-cards span img {
      width: 30px;
  }

  .race20 .casino-video-cards {
      width: 142px;
      height: 105px;
  }

  .race20 .casino-video-cards span:first-child img {
      width: 20px;
  }

  .race20 .casino-video-cards span img {
      width: 12px;
  }

  .race20 .casino-bl-box-item {
      width: calc(30.33% - 3px);
  }

  .race20 .casino-bl-box-item.casino-odds-name {
      width: calc(40% - 3px);
  }

  .race20 .casino-bl-box-item.casino-odds-name {
      font-weight: normal;
  }

  .race20 .casino-bl-box-title {
      height: 30px;
  }

  .race20 .casino-bl-box-title .casino-odds-name {
      height: 30px !important;
  }

  .race20 .casino-bl-box-title .casino-bl-box-item.casino-odds-name {
      background: transparent;
  }

  .race20 .casino-odds-name {
      height: 40px !important;
  }

  .race20 .casino-odds-name img {
      width: 20px;
      height: auto;
      max-height: unset;
  }

  .race20 .casino-bl-box-item>div {
      line-height: 14px;
  }

  .race20 .casino-nation-name:last-child {
      line-height: 14px;
  }

  .race20 .win-with .casino-nation-name {
      font-size: 11px;
  }

  .race20 .win-with .fa-info-circle {
      font-size: var(--font-small);
  }

  .race20 .total-points {
      margin: 0;
      justify-content: space-between;
  }

  .race20 .total-points>div {
      padding: 2px 10px;
  }

  .andar-bahar .casino-video .owl-carousel .owl-nav button.owl-next {
      left: -15px;
  }

  .andar-bahar .casino-detail .owl-carousel .owl-nav button.owl-prev {
      left: 0;
  }

  .andar-bahar .casino-video .owl-carousel .owl-nav button.owl-prev {
      right: -15px;
  }

  .andar-bahar .casino-detail .owl-carousel .owl-nav button.owl-next {
      right: 0;
  }

  .andar-bahar .casino-video-cards span img {
      height: auto;
      width: 20px;
  }

  .andar-bahar .casino-video-cards {
      height: 80px;
      width: 140px;
  }

  .andar-bahar .casino-video-cards .next-count {
      font-size: 10px;
  }

  .andar-bahar2 .teen20left,
  .andar-bahar2 .teen20right {
      width: 100%;
  }

  .andar-bahar2 .teen20right {
      padding-top: 25px;
  }

  .ab-title {
      width: 20%;
      position: relative;
  }

  .ab-title .ab-info {
      position: absolute;
      width: 100%;
      top: 0;
      text-align: right;
  }

  .ab-title .ab-info .icon-range {
      font-family: "Noto Sans";
  }

  .ab-title.bahar-title {
      border-right: 0;
  }

  .ab-cards {
      width: 80%;
  }

  .ab-bg {
      padding: 5px;
  }

  .andar-cards-box {
      margin-bottom: 5px;
  }

  .andar-cards-box,
  .bahar-cards-box {
      width: 100%;
  }

  .andar-bahar .casino-cards>div {
      display: flex;
      width: auto;
      flex-direction: column;
      justify-content: center;
  }

  .ab-result {
      max-width: 90%;
      margin: 0 auto;
      position: relative;
      text-align: center;
  }

  .ab-result.owl-theme .owl-nav {
      margin: 0;
  }

  .ab-result.owl-carousel .owl-nav button.owl-next,
  .ab-result.owl-carousel .owl-nav button.owl-prev {
      position: absolute;
      top: 0;
      margin: 0;
      height: 100%;
      width: 30px;
      font-size: 30px;
  }

  .ab-result.owl-carousel .owl-nav button.owl-next {
      right: -20px;
  }

  .ab-result.owl-carousel .owl-nav button.owl-prev {
      left: -20px;
  }

  .ab-result .casino-result-cards-item img {
      margin-bottom: 0;
  }

  .home-modal-title h4 {
      font-size: 18px;
  }

  .home-modal .modal-content {
      max-width: 300px;
      margin: 0 auto;
      max-height: 100vh;
  }

  .home-modal .modal-body {
      max-height: calc(100vh - 30px);
  }

  .home-modal .close-home-modal {
      top: -10px;
      right: -10px;
  }

  .cricket20videobanner {
      height: 90px;
      padding: 6px;
      width: 70%;
      font-size: 16px;
  }

  .cricket20bannertitle {
      top: -15px;
      padding: 5px;
      border-radius: 10px 10px 0 0;
      font-size: 14px;
  }

  .cricket20balls {
      bottom: -15px;
  }

  .cricket20balls img {
      width: 19px;
      margin-right: 5px;
  }

  .cricket20ballpopup img {
      width: 80px;
  }

  .cricket20 .casino-video-right-icons {
      right: 85px;
      flex-direction: row;
  }

  .cricket20 .casino-video-lr-icon,
  .cricket20 .casino-video-home-icon,
  .cricket20 .casino-video-rules-icon {
      margin-right: 5px;
  }

  .cricket20books {
      right: 5px;
      top: 5px;
  }

  .cricket20books>div {
      line-height: 14px;
  }

  .cricket20 .casino-timer {
      right: unset;
      left: 5px;
      bottom: 15px;
  }

  .cricket20 .casino-timer .base-timer {
      height: 50px;
      width: 50px;
  }

  .cricket20 .casino-timer .base-timer__label {
      font-size: 20px;
      height: 50px;
      width: 50px;
  }

  .cricket20 .casino-video-last-results {
      top: unset;
      right: unset;
      width: 100%;
      height: auto;
  }

  .andar-bahar2 .sa-sb-box {
      margin-bottom: 5px;
  }

  .casino-card-item {
      min-width: 50px;
      min-width: 70px;
  }

  .casino-card-item .card-image img {
      width: 35px;
  }

  .lottery .casino-detail .lottery-left {
      width: 100%;
      margin-top: 10px;
  }

  .lottery-bet-buttons>div {
      height: 50px;
      width: 50px;
      font-size: 10px;
  }

  .lottery-bet-buttons>div img {
      width: 40px;
  }

  .lottery .casino-detail .lottery-right {
      width: 100%;
      margin-top: 10px;
  }

  .lottery-box {
      width: 100%;
  }

  .lottery .single .lottery-box {
      width: 100%;
  }

  .lottery .single .lottery-box .lottery-card {
      width: 20%;
  }

  .lottery .lottery-place-balls {
      width: 100% !important;
  }

  .lottery-box .lottery-card img {
      width: 45px;
  }

  .lottery .single .lottery-place-balls img {
      width: 50px;
  }

  .lottery .double .lottery-place-balls,
  .lottery .tripple .lottery-place-balls {
      width: 100%;
  }

  .random-bets button {
      min-width: 40px;
      height: 40px;
      padding: 0;
      margin-right: 3px;
      border-radius: 4px;
      font-size: 16px;
  }

  .random-bets h4 {
      font-size: 16px;
  }

  .lottery .casino-video-cards {
      height: 40px;
  }

  .lottery-result-icon {
      height: 28px;
      width: 28px;
      line-height: 28px;
  }

  .fullwidthcasino-container .casino-container,
  .fullwidthdetail-container .casino-container {
      width: 100%;
      margin: 0;
  }

  .lottery .suspended:after {
      font-size: 32px;
  }

  .lottery-rules-title-name {
      width: 30%;
  }

  .lottery-rules-cards {
      width: 70%;
  }

  .lottery-rules-cards .lottery-card img {
      width: 30px;
  }

  .animate-text {
      font-size: 13px;
      height: 42px;
      padding: 10px;
  }

  /*Home New*/
  .home-new .casino-banners-list .casino-banner-item,
  .home-new .casino-banners-list.live-casinos .casino-banner-item,
  .home-new .casino-banners-list.fantasy-games .casino-banner-item {
      width: calc(50% - 4px);
      margin-right: 5px;
      margin-bottom: 5px;
  }

  .home-new .casino-banners-list .casino-banner-item:nth-child(2n),
  .home-new .casino-banners-list.live-casinos .casino-banner-item:nth-child(2n),
  .home-new .casino-banners-list.fantasy-games .casino-banner-item:nth-child(2n) {
      margin-right: 0 !important;
  }

  .home-new .casino-banners-list.live-casinos .casino-banner-item:nth-child(3n) {
      margin-right: 5px !important;
  }

  .home-new .casino-banners-list.live-casinos .casino-banner-item:nth-child(6n) {
      margin-right: 0 !important;
  }

  .sport-list-item {
      width: calc(25% - 4px);
      margin-right: 5px;
      margin-bottom: 5px;
  }

  .sport-list-item:nth-child(4n) {
      margin-right: 0;
  }

  .home-new .sport-list-title {
      font-size: 16px;
      margin-top: 10px;
  }

  .home-new .footer {
      display: block;
      padding: 8px 0;
      padding-bottom: 60px;
  }

  .home-new-logo img {
      max-height: 22px;
  }

  .home-new .navbar {
      display: none;
  }

  .home-new-header-bottom {
      justify-content: flex-end;
  }

  .home-new-header-bottom>div {
      text-align: right;
  }

  .home-new-header-bottom>div a,
  .home-new-header-bottom>div button {
      display: inline-block;
  }

  .home-new-header-bottom>div a {
      padding: 0 !important;
      font-size: 11px;
  }

  .home-new-header-bottom>div a i {
      margin-right: 5px !important;
  }

  .home-new-header-bottom>div button {
      margin-left: 5px !important;
  }

  /* .home-new-header-bottom .btn {
  min-width: unset;
  border-radius: 0;
  height: auto;
  line-height: 15px;
  background-color: transparent;
  color: var(--btn-primary);
  border: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 !important;
  width: auto;
} */
  .home-new-header-bottom .btn.register-btn {
      display: block;
  }

  .home-new-logo {
      display: inline-block;
  }

  .home-new-header {
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .home-new .upcoming-fixure {
      margin-top: 49px;
      height: 42px;
      flex: auto;
      width: 100%;
      margin: 5px auto 0px;
      max-width: 100%;
  }

  .home-new .fixure-title::after {
      width: 42px;
      height: 42px;
      border-top: 21px solid transparent;
      border-left: 21px solid var(--bg-table-header-new);
      border-bottom: 21px solid transparent;
      right: -42px;
  }

  .home-new .fixure-box-container {
      height: 42px;
  }

  .home-new .carousel img {
      height: auto;
  }

  .login-mobile-menu {
      display: none;
      position: fixed;
      height: 100%;
      width: 100%;
      z-index: 1100;
      overflow: auto;
      background-color: var(--bg-sidebar);
      padding: 20px;
  }

  .login-mobile-menu a {
      color: var(--text-sidebar);
      padding: 10px;
  }

  .home-new .casino-banners-list,
  .all-sports-list,
  .top-winners-list-container {
      margin-top: 0 !important;
      padding-top: 0;
      padding-bottom: 0;
  }

  .home-new .footer .footer-link {
      margin-top: 15px;
      text-align: center;
  }

  .home-new .payments {
      margin-top: 15px;
      text-align: center;
  }

  .home-new .payments ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }

  .home-new .footer h4 {
      margin-bottom: 5px;
  }

  .home-new .footer .gt {
      margin-top: 15px;
      text-align: center;
  }

  .home-new .footer .footer-social {
      margin-top: 0;
      text-align: center;
  }

  .home-new .footer .img-logo {
      width: 170px;
  }

  .modal-login-new .modal-body label {
      font-size: 12px;
      margin-bottom: 0;
  }

  .center-main-content .upcoming-fixure {
      width: calc(100% - 20px);
      flex: unset;
      margin: 5px auto 10px;
      display: none;
  }

  .fantasy-desc-container .btn {
      min-width: 100%;
  }

  .fantasy-desc-container .casino-tabs .nav-tabs .nav-link {
      font-size: 10px;
      padding: 15px 0;
  }

  .modal-body .main-rules-container {
      max-height: calc(100vh - 230px);
  }

  .modal-body .main-rules-container .menu-box {
      margin-top: 0;
  }

  .lottery .single,
  .lottery .double,
  .lottery .tripple {
      height: auto;
  }

  .andar-bahar .ab-slider,
  .andar-bahar2 .ab-slider {
      width: 75%;
  }

  .ab2-result .ab-slider {
      width: 85%;
  }

  .race20 .casino-bl-box .icon-range,
  .race20 .casino-nation-name .icon-range {
      top: 45px;
  }

  .security-auth .verify-code {
      padding-left: 20px;
      font-size: 36px;
      letter-spacing: 20px;
  }

  .security-auth .casino-report-tabs .nav-tabs .nav-link {
      font-size: 10px;
  }

  .security-auth .secure-password .form-control {
      margin-bottom: 10px;
  }

  .mybetsmodal .casino-place-bet-header>div,
  .mybetsmodal .casino-place-bet-row>div {
      width: 33%;
      padding-right: 10px;
  }

  .mybetsmodal .casino-place-bet-header>div:nth-child(2n),
  .mybetsmodal .casino-place-bet-header>div:nth-child(3n),
  .mybetsmodal .casino-place-bet-row>div:nth-child(2n),
  .mybetsmodal .casino-place-bet-row>div:nth-child(3n) {
      text-align: right;
  }

  .cards32b .casino-nation-name {
      font-size: 10px;
  }

  .casino-place-bet-info .bet-input,
  .input-stake {
      width: 140px;
  }

  input.input-stake::-webkit-outer-spin-button,
  input.input-stake::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }

  input.input-stake[type="number"] {
      -moz-appearance: textfield;
  }

  .user-dropdown {
      max-height: calc(100vh - 55px);
      overflow: auto;
  }

  .animate-on .user-dropdown {
      max-height: calc(100vh - 105px);
  }

  .home-new-header-bottom .login-box:last-child {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
  }

  /* .home-new-header-bottom .login-box:last-child .btn-primary {
  background: transparent;
  border: 0;
  right: 0;
  bottom: -20px;
  color: var(--text-green);
  text-decoration: underline;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 12px;
} */
  .register-btn {
      /* right: 100px !important; */
  }

  .home-new-header-bottom .download-apk {
      position: absolute;
      right: 12px;
      bottom: -12px;
  }

  .error-page {
      padding: 20px;
  }

  .error-page h2 {
      font-size: 20px;
  }

  .change-theme {
      left: 115px;
      width: auto;
      font-size: 12px;
  }

  .casino-banner-item .slot-title {
      font-size: 12px;
      line-height: 1;
  }

  .casino-detail .book-red,
  .casino-detail .book-green {
      font-size: 11px;
  }

  .casino-cards-odds-title {
      font-size: var(--font-body);
  }

  .faq-container .col-md-6 {
      border: 0;
  }

  .faq-container .faq-question-box {
      position: relative;
  }

  .faq-container .faq-question-box:after {
      position: absolute;
      content: "";
      left: 50%;
      top: 100%;
      background-color: var(--text-table);
      height: 1px;
      width: 70%;
      transform: translateX(-50%);
  }

  .l-rotate img,
  .r-rotate img {
      margin-right: 0;
  }

  .error-page h1 {
      font-size: 22px;
  }

  .race-result-box img {
      width: 30px;
  }

  .race-result-box .video-winner-text {
      right: 25px;
  }

  .race-result-box .result-image.k-image {
      right: -20px;
  }

  :root[data-theme="light"] .casino-table.race20 .total-points .text-playerb {
      color: var(--text-black);
  }

  .casino-queen .casino-bl-box-item {
      height: 36px;
  }

  .modal-open .modal {
      padding-right: 0 !important;
  }

  body.modal-open {
      padding-right: 0 !important;
  }

  .animated-header {
      height: 34px;
  }

  .animate-on .sidebar-left~.main-container {
      margin-top: 34px;
  }

  .animate-on .header {
      top: 34px;
  }

  .animated-header .fa-times {
      right: 10px;
  }

  .header {
      top: 0;
  }

  .animate-on .sidebar-left {
      top: 0;
  }

  .animate-on .modal {
      top: 106px;
  }

  .pasa-box {
      width: 50%;
  }

  .pasa .casino-bl-box-item {
      height: 50px;
  }

  .pasa-box .casino-bl-box {
      margin-bottom: -10px;
  }

  .pasa .casino-video-title {
      background-color: rgba(0, 0, 0, 0.6);
      min-width: unset;
  }

  .pasa .casino-video-title .casino-name {
      font-size: 12px;
  }

  .pasa .casino-video-rid {
      font-size: 10px;
  }

  .pasa .casino-video .video-box-container {
      max-width: 100%;
  }

  .pasa .casino-video-cards {
      height: 45px;
      top: 50%;
      transform: translateY(-50%);
      width: 105px;
  }

  .pasa .pasa-other-bets {
      justify-content: center;
  }

  .pasa .pasa-other-bet {
      width: 31%;
      margin-right: 2%;
  }

  .pasa .casino-nation-name {
      line-height: 1;
  }

  .super-over .casino-video-cards {
      height: 170px;
  }

  .five-cricket-casino .casino-video-cards {
      height: 140px;
  }

  .super-over .casino-video-cards span img {
      width: 23px;
  }

  .five-cricket-casino .casino-video-cards span img {
      width: 23px;
  }

  .super-over .game-header,
  .five-cricket-casino .game-header {
      flex-wrap: wrap;
  }

  .super-over .game-header .game-header-name,
  .five-cricket-casino .game-header .game-header-name {
      max-width: 100%;
  }

  .super-over .game-header .game-header-date,
  .five-cricket-casino .game-header .game-header-date {
      width: 100%;
  }

  .home-new-logo img {
      max-height: 50px;
  }

  .logo img {
      /* max-height: 28px; */
      height: auto;
      max-width: 75px;
  }

  .home-new-header-bottom .download-apk {
      bottom: 0;
  }

  .trap .casino-video-cards {
      height: 170px;
      width: 70px;
  }

  .trap .teen1dayleft,
  .trap .teen1dayright {
      width: 100%;
  }

  .trap .seven-up-down-box {
      margin-bottom: 20px;
  }

  .trap .casino-video-cards-container>div {
      margin-bottom: 2px;
  }

  .trap .casino-video-cards .col-6 {
      line-height: 1;
  }

  .trap .casino-video-cards span {
      line-height: 10px;
      font-size: 10px;
  }

  .trap .casino-video-cards span img {
      width: 13px;
  }

  .casino-video .video-box-container {
      max-width: 100%;
      margin-left: auto;
  }

  .teenpatti2cards .casino-video-cards {
      width: 75px;
  }

  .aaa-oe .casino-bl-box .casino-bl-box-item {
      width: 96%;
  }

  .casino-box-tabs ul {
      overflow: hidden;
      white-space: nowrap;
      flex-wrap: nowrap;
      scroll-behavior: smooth;
      overflow-x: auto;
  }

  .casino-tabs-menu {
      width: 100%;
  }

  .frame-open .casino-tabs-menu {
      width: 100%;
  }

  .casino-tabs {
      height: auto;
  }

  .casino-box .casino-search {
      height: 34px;
      width: 50px;
      display: flex;
  }

  .casino-search.open-search {
      width: 200px;
  }

  .casino-tabs .casino-tabs-menu {
      width: 100%;
      max-width: 100%;
      padding: 0;
  }

  .facncy-provider {
      padding: 5px;
  }

  .facncy-provider ul {
      justify-content: flex-start;
  }

  .facncy-provider li {
      width: calc(33.33% - 3px);
      margin-right: 3px;
      margin-bottom: 3px;
  }

  .slot .facncy-provider li {
      height: 35px;
  }

  .facncy-provider li a.active span {
      color: var(--text-body);
  }

  .facncy-provider li a>div {
      text-align: center;
      width: 100%;
  }

  .facncy-provider li a span {
      width: 100%;
      display: block;
      font-size: 11px;
      line-height: 1;
      font-weight: bold;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }

  .facncy-provider li a img {
      height: 25px;
      max-height: 25px;
      max-width: 50px;
      margin-bottom: 5px;
  }

  .facncy-provider li:nth-child(3n) {
      margin-right: 0;
  }

  .casino-box-tabs {
      top: 50px;
      padding: 3px 0;
  }

  .casino-box-tabs .nav-pills .nav-link {
      min-height: unset;
      border-radius: 12px;
      padding: 5px;
  }

  .casino-box-tabs ul {
      margin: 0 5px;
      -ms-overflow-style: none;
      scrollbar-width: none;
  }

  .casino-box-tabs ul::-webkit-scrollbar {
      display: none;
  }

  .casino-box-tabs .nav-pills .nav-item img {
      height: 20px;
  }

  .animate-on .casino-box-tabs {
      top: 85px;
  }

  .teenpatti2cards .casino-video .video-box-container {
      max-width: 100%;
      margin-left: auto;
  }

  .teenpatti2cards .casino-video-last-results span,
  .teenpatti2cards .casino-video-last-results a {
      flex: 1 1 0;
  }

  .teenpatti2-rule-modal .casino-vieo-rules {
      position: relative;
      max-width: 100%;
      width: 100%;
      top: 0;
      height: 100%;
  }

  .teenpatti2-rule-modal .casino-vieo-rules .rules-body {
      text-align: left;
      height: 100%;
  }

  .disconnected-message {
      padding: 5px;
      font-size: 11px;
      line-height: 1.2;
  }

  .disconnected-message i {
      font-size: 14px;
  }

  .disconnected-message b {
      font-size: 12px;
  }

  .disconnected-buttons .btn {
      padding: 4px;
  }

  .sin-khal .casino-video .video-box-container {
      max-width: 100%;
  }

  .sin-khal .casino-video-title {
      background-color: rgba(0, 0, 0, 0.6);
  }

  .sin-khal .casino-bl-box-item {
      width: calc(100% - 3px);
  }

  .sin-khal .casino-nation-name {
      width: 100%;
      text-align: center;
      font-size: 14px;
  }

  .sin-khal .casino-bl-box-item:nth-child(odd) {
      height: 26px;
      margin-top: 10px;
  }

  .sin-khal-box img {
      height: 70px;
  }

  .sin-khal-box .casino-bl-box-item {
      width: 80px !important;
      height: 40px !important;
      margin-top: 0 !important;
  }

  .sin-khal-box .casino-bl-box-item.back {
      margin-left: -4px;
  }

  .sin-khal .casino-video-title .casino-name {
      font-size: 12px;
  }

  .sin-khal .casino-video-rid {
      font-size: 10px;
  }

  .muflis .casino-video .video-box-container {
      max-width: 100%;
  }

  .muflis .casino-detail .casino-nation-name.no-border {
      width: 100%;
  }

  .muflis .casino-bl-box-item {
      width: 100%;
  }

  .muflis .muflis-box {
      width: 100%;
      margin-left: 0;
      margin-top: 20px;
  }

  .muflis .muflis-box img {
      height: 80px;
  }

  .muflis .casino-video-title .casino-name {
      font-size: 12px;
  }

  .muflis .casino-video-rid {
      font-size: 10px;
  }

  /*.casino-vieo-rules img
  {
      height: 22px;
      margin-right: 2px;
  }*/
  .muflis .casino-video-title {
      background-color: rgba(0, 0, 0, 0.6);
  }

  .live-casino-banners .casino-banner-item {
      width: calc(50% - 7.5px);
      margin-right: 10px !important;
  }

  .live-casino-banners .casino-banner-item:nth-child(2n) {
      margin-right: 0 !important;
  }

  .raceto17 .casino-video-cards {
      width: 75px;
      height: 170px;
  }

  .raceto17 .casino-video-cards-container>div {
      margin-bottom: 2px;
  }

  .raceto17 .race-total {
      font-size: 12px;
      line-height: 1;
  }

  .raceto17 .casino-video-cards span img {
      width: 20px;
  }

  .raceto17 .casino-bl-box-item.casino-odds-name {
      width: calc(50% - 2px);
      font-size: 10px;
      padding-left: 10px;
  }

  .raceto17 .casino-bl-box-item {
      height: 40px;
  }

  .raceto17 .casino-bl-box-item {
      width: calc(25% - 2px);
  }

  .raceto17 .casino-video-title {
      background-color: rgba(0, 0, 0, 0.6);
  }

  .raceto17 .casino-video-title .casino-name {
      font-size: 12px;
  }

  .raceto17 .casino-video-rid {
      font-size: 10px;
  }

  .raceto17 .casino-video .video-box-container {
      max-width: 100%;
  }

  .muf-res .casino-result-content {
      align-items: flex-end;
  }

  .casino-video .video-box-container {
      max-width: 100%;
  }

  .casino-video-title {
      background-color: rgba(0, 0, 0, 0.6);
  }

  .casino-video-title .casino-name {
      font-size: 12px;
  }

  .casino-video-rid {
      font-size: 10px;
      line-height: 12px;
  }

  .teenpatti20b .casino-video-title,
  .teenpatti20 .casino-video-title {
      background-color: rgba(0, 0, 0, 0.6);
  }

  .teenpatti20b .casino-video-title .casino-name,
  .teenpatti20 .casino-video-title .casino-name {
      font-size: 10px;
  }

  .teenpatti20b .casino-video-rid,
  .teenpatti20 .casino-video-rid {
      font-size: 10px;
  }

  .teenpatti20b .casino-bl-box-item,
  .teenpatti20 .casino-bl-box-item {
      width: calc(33.33% - 3px);
  }

  .super-over .casino-video-cards {
      height: 135px;
      width: auto;
  }

  .five-cricket-casino .casino-video-cards {
      height: 160px;
      width: auto;
      top: 10px;
  }

  .super-over .casino-video-cards span img {
      width: 15px;
  }

  .five-cricket-casino .casino-video-cards span img {
      width: 15px;
  }

  .five-cricket-casino .scorecard,
  .super-over .scorecard {
      position: relative;
      background: var(--bg-sidebar);
  }

  .note .casino-video-cards {
      width: 40px;
      height: 170px;
  }

  .note .casino-video-cards span img {
      width: 16px;
  }

  .note .casino-bl-box-item.casino-odds-name {
      width: calc(50% - 2px);
      font-size: 10px;
  }

  .note .casino-bl-box-item {
      width: calc(25% - 2px);
  }

  .note .note-baccarat {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      flex-direction: row;
  }

  .note .note-baccarat .casino-box-row {
      width: 49%;
  }

  .note .oe-cards img {
      height: 15px;
      width: auto;
      margin: 0;
  }

  .note .note-baccarat .casino-nation-name {
      flex-wrap: wrap;
  }

  .note .note-baccarat .casino-nation-name b,
  .note .note-baccarat .casino-nation-name span {
      width: 100%;
  }

  .teenpatti2024 .casino-bl-box {
      width: 100%;
  }

  .teenpatti2024 .casino-bl-box-item {
      width: calc(25% - 3px);
      font-size: 10px;
      font-weight: normal;
  }

  .teenpatti2024 .casino-bl-box-item span {
      font-weight: normal;
  }

  .teenpatti2024 .casino-bl-box-item.casino-odds-name {
      width: calc(50% - 3px);
      text-align: left;
      align-items: center;
      flex-wrap: wrap;
  }

  .teenpatti2024 .casino-bl-box-item.casino-odds-name img {
      height: 18px;
      width: auto;
      margin: 0;
  }

  .teenpatti2024 .casino-bl-box-title .casino-bl-box-item:first-child {
      width: calc(50% - 3px);
      text-align: left;
      justify-content: flex-start;
  }

  .teenpatti2024 .casino-detail .casino-nation-name.no-border>div {
      flex-wrap: wrap;
  }

  .kbc .casino-video .video-box-container {
      max-width: 100%;
  }

  .kbc .casino-video-cards-container>div {
      margin-bottom: 2px;
  }

  .kbc .casino-video-cards {
      height: 170px;
      width: 45px;
  }

  .kbc .casino-video-cards span img {
      width: 22px;
  }

  .kbc .kbc-btns.kbcothers .btn {
      padding: 0;
  }

  .recaptchaTerms {
      font-size: 100%;
  }

  .threecardj .casino-video-cards {
      height: 40px;
  }

  .teen1oneday .teen1dayleft,
  .teen1oneday .teen1dayright {
      width: 100%;
  }

  .teen1oneday .teen1dayleft.w-50,
  .teen1oneday .teen1dayright.w-50 {
      width: 35% !important;
      text-align: center !important;
  }

  .teen1oneday .seven-up-down-box {
      border: 0;
  }

  .teen1oneday .up-box,
  .teen1oneday .down-box {
      width: 35%;
      border: 2px solid #72bbef;
      margin-bottom: 2px;
  }

  .teen1oneday .seven-box {
      top: 10px;
  }

  .teen1oneday .up-box {
      padding-right: 10px;
  }

  .teen1oneday .down-box {
      padding-left: 10px;
  }

  .teen1oneday .casino-video-cards,
  .teen1t20 .casino-video-cards {
      height: 140px;
  }

  .teen1t20 .dragon-box,
  .teen1t20 .tiger-box {
      width: 50%;
  }

  .teen1t20 .dragon-box {
      padding-right: 35px;
  }

  .teen1t20 .tiebox {
      left: 50%;
      height: 70px;
      width: 70px;
      top: 15px;
  }

  .teen1t20 .tiger-box {
      padding-left: 35px;
  }

  .teen1t20 .pair-box {
      width: 100%;
      margin-left: 0;
      margin-top: 10px;
  }

  .teen1t20 .dragon-box b,
  .teen1t20 .tiger-box b {
      font-size: var(--font-small);
  }

  .news-bar marquee {
      width: calc(100% - 25px);
  }

  .news-bar .news-title img {
      width: 22px;
  }

  .home-modal-title {
      justify-content: space-between;
  }

  .home-modal-title img {
      height: 30px;
  }

  .home-modal-title>div {
      font-size: 16px;
  }

  .blink-message {
      padding: 3px;
  }

  .blink-message>div {
      /* font-size: 10px; */
  }

  .nvcasino .vcasino-icon img {
      height: 14px;
  }

  .vtrap .vtrap-seven .casino-bl-box-item {
      height: 8vh;
  }

  .vtrap .main-odds {
      margin-top: -60px;
      transform: perspective(900px) rotateX(30deg) scale(1) translateZ(-100px);
  }

  .twod-layout .main-odds {
      margin-top: 0.5vh;
  }

  .nvcasino.vdtl .main-odds {
      margin-top: 0;
      width: 100%;
      position: relative;
  }

  .nvcasino.vdtl .nav {
      position: unset;
      top: unset;
      margin: 5px 0 0 5px;
  }

  .nvcasino.vdtl .nav-pills .nav-link {
      padding: 8px 10px;
  }

  .nvcasino.vdtl .main-odds-left,
  .nvcasino.vdtl .main-odds-right {
      width: 95%;
      margin-top: 1vh;
  }

  .nvcasino.vdtl .main-odds .v-odd-row {
      margin-bottom: 0;
      justify-content: space-around;
  }

  .nvcasino.vdtl .main-odds-left .v-odd-box,
  .nvcasino.vdtl .main-odds-left .v-odd-box:first-child,
  .nvcasino.vdtl .main-odds-right .v-odd-box {
      width: 19%;
  }

  .nvcasino.vdtl .main-odds .tab-content {
      margin-top: 0;
  }

  .nvcasino.vdtl .casino-bl-box-item.back {
      height: 6.2vh;
  }

  .nvcasino.vdtl .casino-bl-box-item .casino-box-odd {
      margin-bottom: 0;
  }

  .vdtl-title {
      left: 0;
  }

  .vdtl-trophy {
      left: 0;
  }

  .vdtl-trophy img {
      height: 60px;
  }

  .vdtl-trophy {
      top: -40%;
  }

  .vdtl .virtual-coin-icon {
      bottom: unset;
      right: 5px;
      top: 5px;
  }

  .v1card1day .vodds-box,
  .v1card20 .vodds-box {
      width: 49%;
  }

  .v1card1day .vdtl-title,
  .v1card20 .vdtl-title {
      top: -10px;
      height: 100%;
  }

  .v1card1day .vdtl-trophy img,
  .v1card20 .vdtl-trophy img {
      width: 70px;
  }

  .v1card1day .main-odds {
      margin-top: -20px;
  }

  .v1card1day .vtrap-seven .casino-bl-box-item {
      flex-direction: row;
  }

  .v1card1day .vtrap-seven .casino-bl-box-item span:nth-child(2n) {
      margin-top: 0;
  }

  .v1card1day .vtrap-seven .casino-bl-box-item:last-child {
      margin-bottom: 0;
  }

  .v1card1day .vodds-box .casino-bl-box-item {
      height: 6vh;
  }

  .v1card1day .nvtimer.casino-timer,
  .v1card20 .nvtimer.casino-timer {
      top: 24%;
      left: 22%;
  }

  .v1card1day .vtrap-seven .vtrap-img {
      height: 5vh;
  }

  .v1card20 .main-odds {
      margin-top: -10px;
  }

  .v1card20.twod-layout .main-odds {
      margin-top: 10px;
  }

  .home-new-logo .download-apk {
      font-size: 10px;
      color: #000;
      padding: 0 !important;
  }

  .andar-bahar-3 .casino-video .video-box-container {
      max-width: 100%;
  }

  .andar-bahar-3 .casino-detail .casino-video-cards {
      height: auto;
      position: relative;
      top: 0;
      width: 100%;
      background-color: #444;
  }

  .horse-table .game-icons {
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
  }

  .horse-table .bet-table-row-header-mobile .team-name {
      display: inline-block;
      line-height: 1;
      vertical-align: middle;
  }

  .horse-table .bet-table-row-header-mobile .team-name.team-event {
      display: inline-block;
  }

  .horse-time-detail {
      padding: 5px;
      width: auto;
  }

  .horse-table .bet-table-row-header-mobile .game-name {
      width: 100%;
  }

  .sport-tabs .arrow-tabs {
      display: none;
  }

  .arrow-tabs {
      display: none;
  }

  .fullwidthdetail-container .footer {
      width: 100%;
  }

  .horse-detail .nation-name label>div:last-child {
      width: calc(100% - 54px);
      font-weight: bold;
      display: flex;
      flex-direction: column;
  }

  .horse-detail .nation-name label>div:first-child {
      width: 20px;
      font-size: 10px;
      margin-right: 2px;
  }

  .horse-detail .nation-name label img {
      height: 20px;
  }

  .horse-detail .nation-name label>div:last-child div {
      line-height: 1;
      font-size: 10px;
      position: unset;
      transform: unset;
  }

  .lottery .casino-tabs {
      height: 50px;
  }

  .horse-detail .scorecard p {
      font-size: 14px;
      line-height: 1;
  }

  .horse-detail .scorecard h5 {
      font-size: 12px;
      line-height: 1;
  }

  .horse-detail .scorecard>div:first-child {
      bottom: 0;
      left: 0;
      font-size: 12px;
      position: absolute;
  }

  .horse-detail .scorecard .horse-timer {
      position: absolute;
      right: 0;
      flex-direction: row;
      bottom: 0;
      font-size: 12px;
  }

  .horse-detail .scorecard .time-detail {
      position: absolute;
      top: 0;
      font-size: 11px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      text-align: center;
  }

  .horse-detail .scorecard .horse-timer>span:last-child {
      /* display: none; */
      margin-left: 5px;
      font-size: 12px;
  }

  .horse-detail .scorecard .horse-timer small {
      font-size: 12px;
  }

  .horse-detail .scorecard>span {
      position: absolute;
      bottom: 0;
      left: 40px;
      font-size: 14px;
      color: #fff;
  }

  /* .horse-detail .scorecard span {
      position: absolute;
      right: 10px;
      bottom: 15px;
      font-size: 16px;
      color: #fff;
  } */
  /* .horse-detail .scorecard>div:nth-child(2) {
      position: absolute;
      bottom: 0;
      text-align: right;
  }
  .horse-detail .scorecard .horse-timer {
      position: absolute;
      right: 5px;
      top: 5px;
  } */
  .horse-detail .nation-name label div:last-child>span:first-child {
      font-size: 10px;
  }

  .horse-detail .nation-name label div:last-child>span:first-child>span:first-child {
      display: inline-block;
      max-width: calc(100% - 20px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }

  .horse-detail .jockey-mobile {
      background-color: #444;
      color: #ddd;
      width: 100%;
      padding: 3px;
  }

  .horse-detail .horse-attr {
      font-size: 10px;
      margin-bottom: 0;
      background-color: transparent;
      padding: 0;
      margin-top: 3px;
      width: 100%;
      display: block;
  }

  .casino-detail .book-red,
  .casino-detail .book-green {
      font-size: 12px !important;
  }

  .scorecard-row .col-6>div:first-child {
      line-height: normal;
  }

  .scorecard-row .col-6>div:last-child {
      line-height: normal;
      margin-top: 3px;
  }

  .new-event .new-event-item {
      padding: 5px;
      background-repeat: repeat;
      background-size: contain;
      min-width: calc(40% - 10px);
      margin: 0 2px;
  }

  .new-event span {
      font-size: 12px;
      line-height: normal;
  }

  .casino-fantasy .casino-banners .col-6 {
      margin-bottom: 10px;
  }

  .banner-toggle {
      background-color: #666;
      width: 50%;
      margin: 0 auto;
      padding: 5px;
      text-align: center;
      color: #ddd;
      font-size: 14px;
      cursor: pointer;
      border-radius: 0;
  }

  .coupon-banners .coupon-box {
      width: 100%;
  }

  .roulette-table-box>div:first-child {
      max-width: 100%;
      width: 100%;
  }

  .deposit-option ul {
      width: 100%;
  }

  .deposit-option ul li {
      width: auto;
      flex: 1 1 auto;
  }

  .deposit-option .nav-pills .nav-link {
      padding: 5px;
      text-align: center;
  }

  .deposit-option .nav-pills .nav-item:first-child .nav-link {
      border-radius: 0px 8px 8px 0;
      -webkit-border-radius: 0px 8px 8px 0;
      -moz-border-radius: 0px 8px 8px 0;
      -ms-border-radius: 0px 8px 8px 0;
      -o-border-radius: 0px 8px 8px 0;
  }

  .deposit-option .nav-pills .nav-item:last-child .nav-link {
      border-radius: 8px 0px 0px 8px;
      -webkit-border-radius: 8px 0px 0px 8px;
      -moz-border-radius: 8px 0px 0px 8px;
      -ms-border-radius: 8px 0px 0px 8px;
      -o-border-radius: 8px 0px 0px 8px;
  }

  .deposit-option .tab-content {
      width: 100%;
      margin-top: 10px;
      padding: 10px;
  }

  .deposit-icons {
      justify-content: flex-start;
  }

  .crypto-icons img {
      height: 40px;
      max-width: 110px;
      margin-bottom: 10px;
  }

  .deposit-icons .deposit-icon-box>div,
  .deposit-icons .deposit-icon-box>div:first-child {
      width: 100%;
  }

  /* .deposit-page {
  width: 95%;
} */
  .deposit-icons .deposit-icon-box {
      padding-right: 10px;
  }

  .deposit-icons .deposit-icon-box>div:first-child>div:first-child {
      font-size: 16px;
      justify-content: center;
  }

  .btn-add-container {
      height: auto;
      justify-content: center;
  }

  .report-box.deposit .form-group.depo-amount {
      margin-bottom: 30px !important;
  }

  .report-box.deposit .payment-new .form-group.depo-amount {
      margin-bottom: 0 !important;
  }

  .deposit-icons .deposit-icon-box>div:first-child>div:last-child {
      justify-content: center;
  }

  .contact-whatsapp .no-payment {
      flex-wrap: wrap;
  }

  .no-payment .deposit-whatsapp {
      margin-top: 10px;
  }

  .duskadum .casino-video-current-card img,
  .duskadum .casino-video-cards img {
      width: 22px;
  }

  .duskadum .casino-video-cards {
      height: 45px;
      top: 90px;
      width: 130px;
  }

  .duskadum .casino-video-current-card {
      top: 90px;
      transform: unset;
      -webkit-transform: unset;
      -moz-transform: unset;
      -ms-transform: unset;
      -o-transform: unset;
      left: 135px;
  }

  .duskadum .casino-video-cards span img {
      width: 22px;
  }

  .duskadum .dum-slider {
      width: 75%;
  }

  .dum-result .dum-slider {
      width: 85%;
  }

  .dum-result .casino-result-cards-item img {
      width: 35px;
  }

  .duskadum .casino-nation-name b {
      max-width: calc(100% - 75px);
      font-size: 10px;
  }

  .duskadum .casino-detail .book-red,
  .duskadum .casino-detail .book-green {
      font-size: 10px !important;
      line-height: normal;
  }

  .duskadum .dkd-other {
      margin-top: 20px !important;
  }

  .duskadum .dkd-other::before {
      width: 80%;
  }

  .modal-login-new .modal-body {
      padding: 8px;
  }

  .modal-login-new .modal-content {
      max-height: calc(100vh - 0px);
  }

  .modal-login-new .form-group.regi-half {
      width: 100%;
  }

  .modal-login-new .form-group.regi-half.pass-half {
      width: 48%;
  }

  .deposit-page h4 {
      font-size: 16px;
  }

  .deposit-page h5 {
      font-size: 15px;
  }

  .deposit-page .payment-icons .payment-icon-box-container .payment-icon-box img {
      display: none;
  }

  .deposit-page .payment-icons .payment-icon-box-container .payment-icon-box .crypto-icons img {
      display: block;
  }

  .deposit-page .payment-icons.crypto-icons-box .payment-icon-box-container .payment-icon-box {
      justify-content: center;
  }

  .deposit-page .payment-icons .payment-icon-box-container .payment-icon-box {
      padding: 15px 10px;
      height: 100%;
      text-align: center;
  }

  .deposit-page .payment-icons .payment-icon-box-container .payment-icon-box h4 {
      font-size: 11px;
      margin-top: 0;
  }

  .deposit-page .payment-icons::after {
      width: 100%;
  }

  .deposit-page .deposit-options {
      padding: 0 5px;
  }

  .deposit-page .payment-icons.crypto-icons-box .payment-icon-box-container .payment-icon-box>div>div:first-child {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
  }

  .deposit-page .payment-icons .payment-icon-box-container .payment-icon-box .crypto-icons img {
      height: 40px;
      max-width: 110px;
      margin-bottom: 10px;
  }

  .deposit-page .deposit-options .col-md-4.text-right {
      text-align: center !important;
  }

  .deposit-page .payment-icons.crypto-icons-box .payment-icon-box-container {
      margin-bottom: 20px;
  }

  .one-card-meter .casino-video-cards {
      height: 42px;
      width: 70px;
  }

  .one-card-meter .meter-btns .meter-btn {
      width: 100%;
  }

  .one-card-meter .meter-btns .meter-btn:not(:last-child) {
      margin-bottom: 20px;
  }

  .one-card-meter .meter-btns .meter-btn .btn-fighter-1 img {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
  }

  .one-card-meter .meter-btns .meter-btn .btn-fighter-2 img {
      transform: rotate(0);
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
  }

  .banner-iframe .slot-header {
      padding: 5px 10px;
      height: 40px;
  }

  .banner-iframe iframe {
      min-height: calc(var(--app-height) - 40px);
  }

  .deposit-page .payment-ions-container .payment-icons {
      width: 100%;
      margin-right: 0;
  }

  .payment-icons.auto-pay .deposit-options p {
      font-size: 14px;
  }

  .payment-ions-container {
      margin: 0;
  }

  .pay-now-mobile {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
  }

  .pay-now-mobile p {
      margin-bottom: 0;
  }

  .deposit-page .payment-icon-box-container .btn-primary,
  .deposit-options .btn-primary {
      width: 120px;
  }

  .add-new-detail {
      width: 100%;
  }

  .account-detail .form-check {
      width: 100%;
      margin-right: 10px;
      margin-bottom: 10px;
  }

  .payment-new .account-detail .form-check {
      width: 100%;
      margin-top: 10px;
  }

  .account-detail {
      min-height: 60px;
      padding: 5px;
  }

  .deposit-page .payment-icons.whatsapp-box .deposit-options {
      min-height: 155px;
  }

  .deposit-page .payment-icons.whatsapp-box,
  .withdraw-request .deposit-page .payment-icons.whatsapp-box {
      min-height: 120px;
  }

  .print-page {
      margin-top: 0;
      margin-bottom: 20px;
  }

  /*New Fancy Design*/
  .fancy-provider-list {
      padding: 0 5px;
      margin-bottom: 0;
      position: relative;
  }

  .fancy-provider-title {
      padding: 2px 5px;
      margin-bottom: 5px;
      height: 40px;
      display: flex;
      align-items: center;
      width: 100%;
  }

  .fancy-provider-title a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      color: var(--text-table);
  }

  .fancy-provider-title a div {
      width: 100px;
      display: none;
  }

  .fancy-provider-title a img {
      max-width: 200px;
      max-height: 35px;
      display: flex;
  }

  .fancy-provider-title a span {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold;
      color: var(--text-fancy);
  }

  .fancy-provider-title.new-launch-title a span {
      color: var(--text-green);
  }

  /* .fancy-provider-title a span:last-child {
      color: var(--bg-success);
      text-decoration: underline;
      font-size: 12px;
      text-transform: unset;
  } */
  .facncy-provider li a {
      height: auto;
  }

  .fancy-page .casino-banners {
      margin-top: 5px;
  }

  .casino-banners-fancy {
      display: flex;
      flex-wrap: wrap;
  }

  .fancy-page .casino-banner-item {
      width: 33.33%;
      margin-right: 0;
      margin-bottom: 0;
      padding: 2px;
  }

  .casino-banners-fancy.all {
      display: flex;
      flex-wrap: wrap;
  }

  .casino-banners-fancy.all .casino-banner-item {
      width: 33.33%;
  }

  .casino-banners-fancy.all .casino-banner-item:nth-child(3n) {
      margin-right: 0;
  }

  .fancy-page .casino-banner-item:nth-child(2n) {
      margin-right: 0;
  }

  .fancy-provider-list .slick-slide {
      margin: 0 2px;
  }

  .fancy-provider-list .slick-prev,
  .fancy-provider-list .slick-next {
      display: none !important;
  }

  .fancy-provider-sorting-btns {
      position: fixed;
      top: calc(100vh - 50px);
      width: 100%;
      z-index: 1000000;
      padding: 5px;
      height: 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
  }

  .fancy-provider-sorting-btns .btn {
      width: 100%;
  }

  .fancy-provider-list .slick-dots li {
      width: 10px;
  }

  .fancy-provider-list .slick-dots li button::before {
      color: #fff !important;
      width: 10px !important;
  }

  .fancy-provider-list .slick-dots li.slick-active button::before {
      color: #fff !important;
  }

  .horse-detail .nation-name label::before,
  .horse-detail .nation-name label::after {
      top: 50%;
      transform: translateY(-50%);
  }

  .horse-detail-arrow {
      font-size: 14px !important;
      position: absolute;
      right: 0;
      top: 0;
  }

  .whatsapp-box {
      padding: 4px 8px;
      margin-bottom: 5px;
  }

  .whatsapp-box>div:first-child h4 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 14px;
  }

  .create-whatsapp-link {
      margin-top: 5px;
  }

  .modal-login-new .form-group {
      margin-bottom: 10px;
  }

  .modal-login-new .form-group {
      margin-bottom: 15px;
  }

  .modal-login-new .form-control {
      height: 36px;
      font-size: 14px;
  }

  .create-account-seperator {
      margin-bottom: 0;
  }

  .bet-input-box {
      align-items: center;
  }

  .bet-input {
      margin: 0;
  }

  .sicbo-middle-left {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
  }

  .sicbo-middle-left .sicbo-cube-box-container {
      width: 100%;
  }

  .sicbo-middle-left .sicbo-cube-box {
      margin-bottom: 2px;
  }

  .sicbo-middle-left .sicbo-title-box {
      font-size: 9px;
      padding: 0px 2px;
  }

  .sicbo-middle-top-row {
      width: 100%;
      align-content: flex-start;
  }

  .sicbo-middle-right {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .sicbo-middle-top-row .sicbo-title-box {
      width: calc(50% - 2px);
      display: inline-block;
  }

  .sicbo-middle-top-row .sicbo-square-box.any-tripple {
      width: calc(50% - 2px);
      text-align: center;
  }

  .sicbo-middle-top-row .sicbo-square-box {
      margin: 1px;
      width: calc(14% - 2px);
      height: 50px;
  }

  .sicbo-title-box {
      min-width: unset;
      padding: 0 3px;
      font-size: 10px;
  }

  .sicbo-middle-middle-row {
      width: 100%;
      align-content: flex-start;
      margin-top: 0;
  }

  /* .sicbo-middle-middle-row .sicbo-cube-box {
      width: calc(50% - 2px);
  } */
  .sicbo-middle-middle-row .sicbo-cube-box-container {
      width: 32%;
      margin-bottom: 5px;
  }

  .sicbo-bottom {
      width: 100%;
  }

  .sicbo-bottom .sicbo-cube-box-container {
      width: 100%;
  }

  .sicbo-bottom .sicbo-cube-box-group {
      flex-direction: row;
      justify-content: space-between;
  }

  .sicbo-bottom .sicbo-cube-box {
      width: auto;
      height: auto;
      margin-bottom: 5px;
      flex-direction: row;
      width: 19%;
  }

  .sicbo-bottom .cube-row-group,
  .sicbo-bottom .cube-column-group {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
  }

  .sicbo-bottom .cube-row-group .sicbo-cube-box {
      flex-direction: row;
  }

  .sicbo-bottom .cube-column-group .sicbo-cube-box {
      flex-direction: column;
      height: 55px;
  }

  /* .sicbo-bottom .sicbo-cube-box {
      flex-direction: row;
      width: auto;
  }
  .sicbo-bottom .sicbo-cube-box:nth-child(4),
  .sicbo-bottom .sicbo-cube-box:nth-child(5),
  .sicbo-bottom .sicbo-cube-box:nth-child(9),
  .sicbo-bottom .sicbo-cube-box:nth-child(10),
  .sicbo-bottom .sicbo-cube-box:nth-child(14),
  .sicbo-bottom .sicbo-cube-box:nth-child(15) {
      flex-direction: column;
  } */
  .sicbo-middle {
      flex-wrap: wrap;
  }

  .cricket20ballpopup img {
      width: 100px;
  }

  .cricket20ballpopup span {
      font-size: 24px;
  }

  .ball-by-ball .casino-video {
      position: sticky;
      width: 100%;
      z-index: 10;
      top: 94px;
  }

  .ball-by-ball-timer {
      position: sticky;
      top: 88px;
      z-index: 1;
  }

  .lastCards img {
      height: auto;
      width: 22px;
  }

  .lastCards-result .hooper-list {
      width: 75%;
  }

  .lastCards .hooper-next {
      left: -26px !important;
      padding: 0px !important;
  }

  .lastCards .hooper-prev {
      right: -26px !important;
      padding: 0px !important;
  }

  .threeCardJ .lastCards .hooper-next {
      right: -24px !important;
      left: unset !important;
      padding: 0px !important;
  }

  .threeCardJ .lastCards .hooper-prev {
      left: -24px !important;
      right: unset !important;
      padding: 0px !important;
  }

  .threeCardJ.lastCards-container {
      width: 80% !important;
  }

  .login-form .error,
  .withdraw-request .error,
  .change-form .error {
      font-size: 10px;
      margin-top: 3px;
  }

  .detail-page-container.five-cricket,
  .detail-page-container.five-cricket-casino {
      margin-top: 5px;
  }

  .five-cricket-casino .banner,
  .super-over .banner {
      margin-top: 0;
  }

  .footer .support>div:first-child {
      justify-content: flex-start;
  }

  .footer .support>div:first-child>div {
      text-align: left !important;
  }

  .scorecard-new {
      font-size: 12px !important;
  }

  .scorecard-new .team img {
      height: 15px;
  }

  .scorecard-new .team-name {
      font-size: 12px;
  }

  .badla-icon {
      position: unset;
      margin-left: 4px;
  }

  .depo-number-desc-box {
      max-width: 100%;
  }

  .teenpatti-joker .teen1dayleft,
  .teenpatti-joker .teen1dayright,
  .teenpatti-joker1 .teen1dayleft,
  .teenpatti-joker1 .teen1dayright {
      width: 100%;
  }

  .joker1-other-cards {
      gap: 4px;
  }

  .joker1-other-cards img {
      height: 46px;
  }

  .teenpatti-joker .casino-video-cards {
      height: 155px;
      top: 35px;
  }

  .teenpatti-joker1 .casino-video-cards {
      top: 135px;
  }

  .teenpatti-joker1 .joker-card span img {
      width: 40px;
  }

  .scorecard-new {
      max-width: 100%;
  }

  .login-auth input {
      width: 40px;
      height: 40px;
      margin: 0 5px;
      line-height: 1;
      font-size: 20px;
  }

  .login-auth .featured-box-login h3 {
      font-size: 22px;
  }

  .casino-list-container .home-casiono-icons {
      margin-top: 10px;
      padding: 10px 0 0 10px;
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between;
  }

  .casino-list-container .home-casiono-icons h4 {
      font-size: var(--font-18);
      color: var(--text-table-header-new);
      width: 100%;
  }

  .casino-list-container .home-casiono-icons .home-casino-icon-item {
      margin-right: 10px;
      width: calc(49% - 10px);
      margin-bottom: 10px;
  }

  .battle-result {
      width: 100%;
      overflow: auto;
  }

  .battle-result-container {
      min-width: 1000px;
      width: 100%;
  }

  .fixure-box {
      height: 40px;
  }

  .table.kbc-soda-table {
      table-layout: fixed;
  }

  .kbc-soda-table .casino-result .bet-nation {
      width: 200px;
  }

  .roulette-result-box {
      width: 32%;
      justify-content: center;
  }

  .roulette-result-box>span:first-child {
      border-bottom: 0;
  }

  .home-casiono-icons .home-casino-icon-item {
      padding-top: 20px;
      padding-right: 10px;
  }

  .new-laucnh-icon {
      top: 9px;
      right: 0px;
  }

  :root[data-theme="light"] .casino-nation-name {
      background-color: #dddddd;
  }

  :root[data-theme="light"] .pasa .casino-nation-name {
      background-color: transparent;
  }

  :root[data-theme="light"] .note .note-baccarat .casino-nation-name {
      background-color: transparent;
  }

  :root[data-theme="light"] .note .casino-bl-box-item.casino-odds-name {
      background-color: #ddd;
  }

  :root[data-theme="light"] .bet-table-box {
      border-bottom: 0;
      background-color: #ddd;
  }

  :root[data-theme="blue"] .race20 .total-points>div {
      border: 1px solid var(--text-black);
  }

  :root[data-theme="blue"] .race20 .total-points .text-playerb {
      color: var(--text-black);
      font-weight: bold;
  }

  .teenpatti-joker1 .teen1dayright .casino-box-row {
      width: 100%;
  }

  .scorecard-new .score-total {
      font-size: 12px;
  }

  /*Doli Dana*/
  .doli-main .players-bet {
      width: 100%;
  }

  .doli-main .side-bets {
      width: 100%;
  }

  .doli-main .any-pair {
      width: 100%;
  }

  .doli-main .side-bets .odd-even-pair {
      width: calc(40% - 5px);
  }

  .doli-main .side-bets .lucky7-pair {
      width: calc(60% - 5px);
  }

  .doli-other-bets .particular-pair {
      width: 100%;
  }

  .doli-other-bets .particular-pair .bets-box .doli-odds-box {
      width: calc(16.66% - 5px);
  }

  .doli-other-bets .sum-odds {
      width: 100%;
  }

  .doli-dana .odd-name {
      font-size: 9px;
  }

  .doli-dana .casino-video-cards {
      height: 40px;
      width: 80px;
  }

  .unique-teen20-box .unique-teen20-card img {
      width: 50px;
      height: auto;
  }

  .unique-teen20-last-results {
      padding: 5px;
  }

  .unique-teen20-result-group {
      margin-right: 5px;
      background-color: var(--bg-sidebar);
      color: var(--text-sidebar);
      flex-direction: row;
  }

  .unique-teen20-place-balls {
      width: 100%;
      justify-content: space-between;
  }

  .unique-teen20-place-balls .casino-place-bet-action-buttons,
  .unique-teen20-place-balls .casino-place-bet-action-buttons .btn {
      width: auto;
  }

  .deposit-left-payment>div {
      margin-bottom: 3px;
  }

  .deposit-page .payment-detail-box span {
      font-size: 11px;
  }

  .deposit-page .deposit-form .btn-add-container .btn-add {
      padding: 5px 4px;
      font-size: 10px;
  }

  .roulette.roulette11 .transfer-board {
      justify-content: center;
      position: absolute;
      top: 30px;
      z-index: 1000;
  }

  .roulette.roulette11 .transfer-board h4 {
      font-size: 14px;
      position: absolute;
      left: 5px;
      top: 0;
      text-transform: uppercase;
      border-bottom: 1px solid #fff;
      color: #fff;
  }

  .teenpatti2cards.mogambo .casino-video-cards {
      width: 80px;
      height: 120px;
  }♠

  .teenpatti2cards.mogambo .casino-video-cards-container h5 {
      font-size: 12px;
  }

  .mogambo .casino-video-cards-container .card-devider {
      transform: unset;
      left: 26px;
  }

  .mogambo .casino-video-cards-container>div>span img { 
      margin-right: 10px;
  }
  .matka .matka-tabs{
      margin-top: 0;
      padding: 4px;
      position: sticky;
      top: 88px;
      background: var(--bg-body);
      z-index: 100;
  }
  .matka .matka-coins {
      padding: 4px;
      gap: 0 10px;
      justify-content: center;
      position: sticky;
      top: 134px;
      background: var(--bg-body);
      z-index: 1000;
  }

  .matka .matka-coins .matka-total-coin {
      /* width: calc(25% - 2px); */
      gap: 6px;
  }

  .matka .matka-coins .matka-coin-title span {
      font-size: 11px;
      width: 100%;
      text-align: center;
      order: 2;
  }
  .matka .matka-coins .matka-coin-title{
      padding: 0;
      width: 100%;
  }
  .matka .matka-coins .matka-coin-title .btn{
      position: unset;
      padding: 2px 8px;
      font-size: 11px;
  }
  .matka .matka-coins .matka-other-coins {
      /* width: calc(75% - 2px); */
      gap: 4px;
      justify-content: flex-end;
  }

  .matka .matka-coins .matka-total-coin .matka-coin-title {
      font-size: 11px;
      display: none;
  }

  .matka .matka-coins .matka-total-coin .casino-coin {
      /* padding-left: 45px; */
  }

  .matka .matka-coins .matka-total-coin .bet-chip-holder {
      height: 35px;
      width: 35px;
  }

  .matka .matka-coins .matka-total-coin .btn {
      font-size: 11px;
      padding: 4px;
  }

  .matka .matka-coins .matka-total-coin .casino-coin img {
      height: 50px;
    }
    .matka .matka-coins .matka-other-coins .casino-coin img {
      height: 35px;
    }
    .matka .matka-coins .matka-total-coin .casino-coin span
    {
      font-size: 13px;
    }
    .matka .matka-coins .matka-other-coins .casino-coin span{
      font-size: 11px;
    }
  .matka.worli .jodi .worli-full .worli-odd-box,
  .matka.worli .pana .worli-full .worli-odd-box {
      width: calc(20% - 2px);
      height: 40px;
  }
  .matka.worli .worli-odd-box,
  .matka.worli .worli-odd-box {
      /* width: calc(20% - 2px); */
      /* height: 40px !important; */
  }
  .matka.worli .worli-odd-box .worli-odd{
      font-size: 24px;
  }

  .matka.worli .jodi .worli-left .worli-odd-box:nth-child(5n),
  .matka.worli .jodi .worli-full .worli-odd-box:nth-child(5n),
  .matka.worli .pana .worli-left .worli-odd-box:nth-child(5n),
  .matka.worli .pana .worli-full .worli-odd-box:nth-child(5n) {
      margin-right: 0;
  }
  .matka.worli .pana .tab-content h4{
      font-size: 14px;
  }
  .matka.worli .pana .nav-pills .nav-link{
      padding: 6px 12px;
  }
  .matka .matka-tabs .nav-pills .nav-link{
      font-size: 11px;
  }
  .matka .matka-tabs .remaining-time img {
      height: 13px;
    }
    .matka .matka-tabs .remaining-time span{
      font-size: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {

  .baccarat .player img,
  .baccarat .banker img {
      height: 20px;
  }

  .teenpattitest .casino-video-cards span img {
      width: 18px;
  }

  .teenpattitest .casino-video-cards {
      height: 140px;
      width: 85px;
  }

  .poker20 .casino-video-cards {
      width: 115px;
      height: 110px;
  }

  .poker1day .casino-video-cards {
      width: 130px;
      height: 60px;
  }

  .poker1day .casino-video-cards span img {
      width: 18px;
  }

  .poker20 .casino-video-cards span img {
      width: 15px;
  }

  .poker20 .casino-bl-box-item.casino-odds-name span {
      font-size: 11px;
  }

  .dtl20 .casino-card-img img {
      width: 22px;
  }

  .teenpattiopen .casino-box-header .casino-bl-box-item span {
      font-size: 10px;
  }

  .casino-detail .poker1day .poker1dayother .book-red,
  .casino-detail .poker1day .poker1dayother .book-green {
      font-size: 7.5px;
  }

  .casino-detail .pattern .poker6box .casino-nation-name .book-red,
  .casino-detail .pattern .poker6box .casino-nation-name .book-red .book-green {
      font-size: 9px;
  }

  .baccarat .casino-detail .book-red,
  .baccarat .casino-detail .book-green {
      font-size: 7px;
  }

  .andar-bahar2 .casino-detail .book-red,
  .andar-bahar2 .casino-detail .book-green {
      font-size: 10px;
  }

  .lucky7 .casino-detail .lucky7-extra-bets-item .casino-book.book-red,
  .lucky7 .casino-detail .lucky7-extra-bets-item .casino-book.book-green {
      font-size: 10px;
  }

  .casino-war .casino-war-container .casino-nation-name {
      font-size: 9px;
  }

  .cards32b .casino-nation-name {
      font-size: 8px;
  }

  .logo img {
      max-height: 18px;
  }

  .header-right .bal-point {
      font-size: 10px;
      font-weight: bold;
      color: #eee;
  }

  .casino-card-item {
      min-width: 55px;
  }

  .casino-detail .book-red,
  .casino-detail .book-green {
      font-size: 9px;
  }

  .baccarat .player span,
  .baccarat .banker span {
      margin-left: 2px;
  }

  .home-new-logo img {
      max-height: 35px;
      max-width: 120px;
  }

  .change-theme {
      left: 175px !important;
  }

  .home-new-header-bottom .download-apk {
      bottom: -2px !important;
  }

  /*.animated-header .fa-times
  {
      height: 30px;
      width: 30px;
  }*/
  .trap .casino-video-cards {
      height: 140px;
      width: 70px;
  }

  .trap .teen1dayleft,
  .trap .teen1dayright {
      width: 100%;
  }

  .trap .seven-up-down-box {
      margin-bottom: 20px;
  }

  .trap .casino-video-cards-container>div {
      margin-bottom: 2px;
  }

  .trap .casino-video-cards .col-6 {
      line-height: 1;
  }

  .trap .casino-video-cards span img {
      width: 9px;
  }

  .trap .casino-video-cards span {
      font-size: 10px;
      line-height: 10px;
  }

  .raceto17 .casino-video-cards {
      width: 70px;
      height: 140px;
      top: 38px;
  }

  .raceto17 .casino-video-cards-container>div {
      margin-bottom: 2px;
  }

  .raceto17 .casino-video-cards span img {
      width: 16px;
  }

  .raceto17 .casino-video-cards-container>div {
      font-size: 12px;
      line-height: 1;
  }

  .note .casino-video-cards {
      width: 35px;
      height: 140px;
  }

  .note .casino-video-cards-container>div {
      margin-bottom: 2px;
  }

  .note .casino-video-cards span img {
      width: 14px;
  }

  .teenpatti2024 .casino-bl-box-item.casino-odds-name img {
      height: 12px;
  }

  .kbc .casino-video-cards {
      height: 140px;
      width: 40px;
  }

  .kbc .casino-video-cards span img {
      width: 18px;
  }

  /*Virtual Casino Starts*/
  .vteen1day .vodds-box {
      font-size: 12px;
  }

  .vteen1day .vodds-box .casino-bl-box-item {
      height: 32px;
  }

  .vteen1day .vodds-box .casino-bl-box-item .casino-box-odd {
      font-size: 16px;
  }

  .vteen1day .others-odds .vodds-box .casino-bl-box-item {
      height: 38px;
  }

  .vteen1day .vodds-box .casino-bl-box-item span {
      font-size: 9px;
  }

  .vcasino-last-results {
      width: 60px;
      height: 160px;
  }

  .winner-trophy .winnera,
  .winner-trophy .winnerb {
      width: 70px;
      /* top: -65px; */
  }

  .winner-trophy .winnerb {
      right: -20px;
  }

  .vcasino-last-results span.vresultall {
      width: 45px;
      height: 20px;
      font-size: 20px;
  }

  .vcasino-last-results span {
      height: 20px;
      width: 20px;
      font-size: 12px;
      line-height: 1;
  }

  .vcasino-icons {
      top: 100px;
  }

  .vcasino-icon {
      height: 24px;
      width: 24px;
  }

  .vcasino-icon img {
      height: 12px;
  }

  .vteen20 .vodds-box .casino-bl-box-item {
      height: 6vh;
  }

  .vteen1day .main-odds {
      margin-top: 7vh;
  }

  .vcasino.vmuflis .playera,
  .vcasino.vmuflis .playerb,
  .vcasino.vmuflis .tie {
      font-size: 2.5vh;
  }

  .vraceto17 .arrow17 img {
      height: 3vh;
  }

  .nvcasino .vcasino-last-results {
      width: 55px;
      height: 155px;
  }

  .nvcasino .vcasino-last-results span {
      width: 20px;
      height: 20px;
  }

  .nvcasino .vcasino-last-results span.vresultall {
      width: 45px;
      height: 20px;
  }

  .nvcasino .vcasino-icon img {
      height: 12px;
  }

  .nvcasino .vcasino-title {
      top: 35px;
  }

  .v1card1day .vodds-box .casino-bl-box {
      margin-bottom: 0;
  }

  .vtrap-seven .casino-bl-box-item .casino-box-odd {
      font-size: 2vh;
      line-height: 1;
  }

  .v1card1day .vtrap-seven .casino-bl-box-item {
      height: 6vh;
  }

  .v1card1day.twod-layout .main-odds {
      margin-top: 0;
  }

  .vtrap-seven .vtrap-img {
      height: 4.5vh;
  }

  .video-tv {
      /* height: 175px; */
      height: auto;
  }

  /*Virtual Casino Ends*/
  .dum-result .hooper-list {
      width: 70%;
  }

  .roulette.roulette11 .transfer-board h4 {
      font-size: 12px;
  }
  .matka .matka-coins .matka-total-coin .casino-coin img{
      height: 40px;
  }
  .matka .matka-coins .matka-total-coin .casino-coin span {
      font-size: 11px;
    }
    .matka .matka-coins .matka-other-coins .casino-coin img {
      height: 28px;
    }
    .worli-odd-box .worli-odd{
      font-size: 22px;
    }
    .matka .matka-coins .matka-coin-title span{
      padding: 2px 6px;
      font-size: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .bet-table-row {
      padding: 16px 32px;
  }

  .logo {
      display: inline-block !important;
      margin-right: 40px;
  }

  .casino-carousal img {
      height: 288px;
  }

  .casino-banners {
      padding: 6px;
  }

  .casino-banner-item {
      width: 32.66%;
      margin-right: 1%;
  }

  .slot-banner-full {
      width: 100% !important;
  }

  /* .casino-banner-item:nth-child(2n) {
  margin-right: 1%;
} */
  .home-new .casino-banners-list .casino-banner-item:nth-child(3n) {
      margin-right: 10px !important;
  }

  .casino-banner-item:nth-child(3n) {
      margin-right: 0 !important;
  }

  .casino-banner-item:nth-child(6n) {
      margin-right: 1%;
  }

  .casino-small-icon {
      width: 24.25%;
      margin-right: 1% !important;
  }

  .casino-small-icon:nth-child(4n) {
      margin-right: 0 !important;
  }

  .casino-small-icon:nth-child(2n) {
      margin-right: unset;
  }

  .live-casino-banners .casino-banner-item {
      width: calc(25% - 7.5px);
      margin-right: 10px !important;
  }

  .live-casino-banners .casino-banner-item:nth-child(4n) {
      margin-right: 0 !important;
  }

  .footer {
      justify-content: space-between;
      width: 100%;
  }

  .footer-logo {
      width: 10%;
      margin-top: 10px;
  }

  .footer-box {
      width: 100%;
  }

  .footer-top {
      margin-top: 10px;
  }

  .scorecard-row {
      padding: 5px 10px;
  }

  .casino-bl-box-item .casino-box-odd {
      font-size: var(--font-small);
  }

  .casino-video-cards {
      width: 172px;
      height: 135px;
  }

  .lucky7 .casino-video-cards {
      height: 70px;
      width: 70px;
  }

  .poker1day .playerabcardbox img {
      width: 20px;
  }

  .poker1day .dealer-name {
      font-size: var(--font-caption);
  }

  .teenpattiopen .casino-video-cards {
      height: 95px;
  }

  .casino-video-cards span img {
      width: 42px;
  }

  .casino-video-cards .card-close {
      height: 60px;
      width: 38px;
  }

  .baccarat .player img,
  .baccarat .banker img {
      height: 30px;
  }

  .l-rotate,
  .r-rotate {
      width: 30px;
  }

  .casino-result-cards-item .l-rotate,
  .casino-result-cards-item .r-rotate {
      width: 60px;
  }

  .teenpattiopen .casino-detail .casino-box-header .casino-bl-box-item img {
      height: 25px;
  }

  .header-top {
      display: none;
  }

  .animate-on .header {
      top: 50px;
  }

  .header {
      top: 0;
  }

  .sidebar-left~.main-container {
      margin-top: 60px;
      padding-top: 0;
  }

  .animate-on .sidebar-left~.main-container {
      margin-top: 50px;
  }

  .banner-iframe.banner-frame-show {
      top: 60px;
      height: calc(var(--app-height) - 60px);
  }

  .casino-card-item .card-image img {
      width: 45px;
      height: auto;
  }

  .poker20 .casino-bl-box-item span {
      font-size: var(--font-v-small);
  }

  .cards-top .cards-top-box {
      height: 80px;
  }

  .detail-page-container .banner.scorestats iframe {
      width: 90%;
  }

  .poker1day .casino-video-cards {
      width: 195px;
      height: 75px;
  }

  .poker20 .casino-video-cards {
      height: 145px;
      width: 195px;
  }

  .dt1day .casino-video-cards,
  .dt20 .casino-video-cards {
      width: 120px;
      height: 70px;
  }

  .dtl20 .casino-video-cards {
      height: 70px;
  }

  .dtl20 .casino-card-img img {
      margin-left: 2px;
      width: 20px;
  }

  .poker6player .casino-video-cards {
      width: 195px;
  }

  .aaa .casino-video-cards {
      height: 71px;
      width: 71px;
  }

  .casino-war .casino-video-cards {
      height: 70px;
      width: 70px;
  }

  .teenpattiopen .casino-open-card-box img {
      height: 35px;
      margin-right: 5px;
  }

  /*Worli*/
  .worli .casino-video-cards {
      height: 70px;
  }

  .worli-cards-block {
      width: calc(25% - 9px);
      font-size: var(--font-caption);
      padding: 10px 5px;
      margin-right: 10px !important;
  }

  .worli-cards-block:nth-child(4n) {
      margin-right: 0 !important;
  }

  .cmeter .casino-card-item .card-image img {
      width: 40px;
  }

  .cricket20 .ball-icon img {
      height: 50px;
  }

  .cricket20 .blbox {
      width: 140px;
  }

  .cricket20 .casino-video-cards {
      width: 70px;
      height: 95px;
  }

  .race20 .casino-video-cards {
      width: 185px;
      height: 125px;
  }

  .race20 .casino-video-cards span:first-child img {
      width: 25px;
  }

  .race20 .casino-video-cards span img {
      width: 18px;
  }

  .cricket20videobanner {
      font-size: 18px;
  }

  .cricket20balls {
      bottom: -15px;
  }

  .cricket20balls img {
      margin-right: 5px;
      width: 30px;
  }

  .cricket20ballpopup img {
      width: 100px;
  }

  .race20 .casino-video-last-results img {
      width: 30px;
  }

  .cricket20 .casino-video-last-results {
      width: 375px;
  }

  .cricket20 .casino-video-last-results span,
  .cricket20 .casino-video-last-results a {
      width: 28px;
      height: 28px;
      line-height: 28px;
  }

  .cricket20 .casino-video-last-results a.result-more {
      height: 28px;
      width: 28px;
      line-height: 21px;
  }

  .cricket20 .casino-video-last-results img {
      width: 28px;
  }

  .detail-page-container.five-cricket .banner {
      height: auto !important;
  }

  .detail-page-container.five-cricket .banner .scorecard {
      position: relative;
      margin: 10px 0;
  }

  .casino-card-item {
      min-width: 45px;
  }

  .lottery-box .lottery-card img {
      width: 40px;
  }

  .lottery .single .lottery-place-balls img {
      width: 80px;
  }

  .random-bets button {
      height: 35px;
      min-width: 30px;
  }

  .random-bets h4 {
      font-size: 16px;
  }

  .lottery-bet-buttons>div {
      height: 70px;
      width: 70px;
      font-size: 16px;
  }

  .lottery .casino-video-cards {
      height: 70px;
  }

  .fullwidthcasino-container .casino-container {
      width: 100%;
      margin: 0;
  }

  .threecardj .casino-card-item .card-image img {
      width: 40px;
  }

  .lottery .single,
  .lottery .double,
  .lottery .tripple {
      height: 155px;
  }

  .animated-header {
      height: 50px;
  }

  .trap .casino-video-cards {
      height: 305px;
      width: 100px;
      top: 80px;
      transform: unset;
  }

  .trap .casino-video-cards span img {
      width: 22px;
  }

  .teenpatti2cards .casino-video-cards {
      width: 120px;
      top: 80px;
      transform: unset;
  }

  .casino-banner-item .slot-title {
      font-size: 14px;
  }

  .raceto17 .casino-video-cards {
      width: 85px;
      height: 230px;
  }

  .raceto17 .casino-video-title .casino-name {
      font-size: 13px;
  }

  .raceto17 .casino-video-rid {
      font-size: 11px;
  }

  .raceto17 .casino-video-cards span img {
      width: 25px;
  }

  .five-cricket .casino-video .video-box-container {
      max-width: 100%;
  }

  .note .casino-video-cards {
      width: 55px;
      height: 245px;
      top: 50px;
      transform: unset;
  }

  .note .casino-video-cards span img {
      width: 25px;
  }

  .teenpatti2024 .casino-nation-name img {
      height: 20px;
  }

  .threecardj .casino-video-cards {
      height: 70px;
  }

  .teen1oneday .casino-video-cards,
  .teen1t20 .casino-video-cards {
      height: 190px;
  }

  /*Virtual Casino Design Starts*/
  .virtual-casino-bg .dealer {
      top: 8%;
  }

  .casino-box-tabs {
      top: 58px;
  }

  .nvcasino.vdtl .main-odds {
      margin-top: 0;
      width: 100%;
  }

  .nvcasino.vdtl .nav {
      position: unset;
      top: unset;
  }

  .nvcasino.vdtl .main-odds-left .v-odd-box,
  .nvcasino.vdtl .main-odds-left .v-odd-box:first-child,
  .nvcasino.vdtl .main-odds-right .v-odd-box {
      width: 19%;
  }

  .virtual-coin-icon .v-coin {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .vdtl-title {
      left: 0;
  }

  .casino-detail .book-red,
  .casino-detail .book-green {
      font-size: 13px !important;
  }

  .fullwidthdetail-container .casino-container {
      width: 100%;
  }

  .arrow-tabs {
      display: none;
  }

  .news-bar img {
      height: 30px;
  }

  .news-bar .news-title::after {
      display: none;
  }

  .slick-prev,
  .slick-next {
      display: none;
  }

  .logo img {
      max-height: 35px;
  }

  .banner-toggle {
      display: none;
  }

  .fullwidthdetail-container .footer {
      width: 100%;
  }

  /*Virtual Casino Design Ends*/
  .duskadum .casino-video-current-card img {
      width: 42px;
  }

  .one-card-meter .casino-video-cards {
      height: 75px;
      width: 120px;
  }

  .sicbo-middle-top-box-odd {
      margin-top: 5px;
      justify-content: space-around;
      flex-direction: row;
  }

  .sicbo-middle {
      flex-wrap: wrap;
  }

  .sicbo-middle-bottom-row {
      margin-top: 10px;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between;
  }

  .sicbo-middle-bottom-row .sicbo-middle-top-box-odd {
      flex-direction: column;
  }

  .sicbo-middle-bottom-row .sicbo-cube-tripple {
      width: 70px;
      height: 70px;
  }

  .sicbo-middle-bottom-row .sicbo-cube-tripple img {
      height: 18px;
  }

  .sicbo-bottom .sicbo-cube-box {
      width: 45px;
  }

  .sicbo-middle-left {
      width: 100%;
  }

  .sicbo-middle-right {
      width: 100%;
      margin-top: 10px;
  }

  .casino-banners-fancy.all,
  .casino-banners-fancy {
      display: flex;
      flex-wrap: wrap;
  }

  .facncy-provider li {
      margin-bottom: 4px !important;
      width: calc(50% - 2px);
  }

  .fancy-page .casino-banner-item {
      margin-bottom: 6px !important;
      width: calc(25% - 3px);
  }

  .fancy-provider-title {
      position: relative;
  }

  .fancy-provider-list {
      padding: 0 5px;
      margin-bottom: 0;
      position: relative;
  }

  .fancy-provider-title {
      padding: 2px 5px;
      margin-bottom: 5px;
      height: 40px;
      display: flex;
      align-items: center;
  }

  .fancy-provider-title a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      color: var(--text-table);
  }

  .fancy-provider-title a div {
      width: 100px;
      display: none;
  }

  .fancy-provider-title a img {
      max-width: 200px;
      max-height: 35px;
      display: flex;
  }

  .fancy-provider-title a span {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold;
      color: var(--text-fancy);
  }

  .home-new .upcoming-fixure {
      margin-top: 5px;
  }

  .home-new .casino-banners-list .casino-banner-item {
      width: calc(25% - 10.75px);
  }

  /* .mobile-switch-theme .switch-theme{
  display: none;
} */
  .home-new-header a {
      padding-right: 0 !important;
      padding-left: 0 !important;
  }

  .footer-menu ul {
      display: flex;
  }

  .footer-menu ul li {
      flex: 1;
  }

  .five-cricket-casino .scorecard,
  .super-over .scorecard {
      position: relative;
      background: var(--bg-sidebar);
      width: 100%;
      max-width: 100%;
  }

  .casino-video-last-results {
      position: relative;
      top: 0;
      background-color: transparent;
      justify-content: center;
      width: 100%;
      right: 0;
      padding: 0;
      margin-top: 10px;
      height: auto;
      margin-left: 0;
  }

  .upcoming-fixure {
      margin-left: 0;
      margin-top: 8px;
  }

  .teen1dayother {
      margin-top: 0;
  }

  .news-box {
      top: 68px;
  }

  .teenpatti2cards.mogambo .casino-video-cards-container h5 {
      font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .d-none-big {
      display: none !important;
  }

  .teenpatti20 .casino-col-container {
      width: 49%;
      margin-right: 2%;
  }

  .cricket20videobannerbox {
      padding-bottom: calc(56.25% - 124px);
  }

  .super-over .scorecard-new .scorecard-row {
      flex-wrap: wrap;
  }

  .super-over .scorecard-new .score {
      flex-direction: row;
      align-items: center;
  }

  .super-over .scorecard-new .score-overs {
      margin-left: 4px;
  }

  .super-over .scorecard-new .team-score {
      flex-wrap: wrap;
  }

  .super-over .scorecard-new .score-runs .ball {
      height: 26px;
      width: 26px;
  }

  .super-over .scorecard-new .team-name {
      width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .d-none-desktop {
      display: none !important;
  }

  .casino-right-sidebar.right-sidebar {
      display: block;
  }

  /* .casino-primary-tabs .arrow-tabs,
  .casino-list-container .arrow-tabs {
      display: none;
  } */
  .casino-primary-tabs .nav-tabs,
  .casino-list-container .casino-tabs .nav-tabs {
      margin-left: 0;
      margin-right: 0;
  }

  .casino-list-container .casino-tabs .arrow-tabs~.nav-tabs {
      margin-left: 40px;
      margin-right: 40px;
  }

  .duskadum .casino-bl-box {
      width: 40%;
  }

  .duskadum .casino-nation-name {
      width: 60%;
  }

  .duskadum .casino-detail>.casino-box-row:first-child {
      width: 70%;
      margin: 0 auto;
  }
}

@media only screen and (min-width: 1600px) {
  .d-none-lg {
      display: none !important;
  }
}

@media screen and (orientation: portrait) {}

@media screen and (orientation: landscape) {}

@media only screen and(min-width: 1280px) and (max-height: 700px) {
  .vteen1day .vodds-box .casino-bl-box-item .casino-box-odd {
      font-size: 2vh;
  }

  .vteen1day .vodds-box .casino-bl-box-item span {
      font-size: 1.7vh;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .hidden-landscape {
      display: flex;
      height: calc(100vh - 56px);
      width: 100%;
      align-items: center;
      justify-content: center;
  }

  .hidden-landscape.virtual-casino-container>.w-100 {
      display: none;
  }

  .hide-landscape {
      padding: 4px;
      border-radius: 4px;
      width: auto;
      justify-content: center;
      font-size: 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .hide-landscape>div:first-child {
      font-size: 16px;
  }

  .hide-landscape>div:last-child {
      font-size: 18px;
  }
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  .hide-landscape {
      display: none;
  }
}

@media screen and (min-height: 850px) {
  .card-draw>div {
      height: 8.5vh;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1370px) and (min-height: 1000px) and (max-height: 1024px) {
  .banner-iframe.banner-frame-show {
      /* height: calc(100vh - 246px); */
      background-color: #000;
  }

  .banner-iframe.banner-frame-show iframe {
      min-height: calc(var(--app-height) - 82px);
  }
}

@media (orientation: portrait) {
  .roulette {
      position: relative;
  }

  .roulette .casino-video {
      position: unset;
  }

  .roulette .casino-video-title {
      flex-direction: row;
      gap: 5px;
  }

  .roulette .casino-video-rid {
      margin-top: 0;
  }

  .roulette .casino-video.full {
      height: calc(100% - 135px);
      width: 100%;
      background: #0000008c;
      position: absolute;
      z-index: 1000;
      top: 0;
  }

  .roulette .video-box-container {
      position: absolute;
      height: 120px;
      width: 50%;
      bottom: 8px;
  }

  .roulette .casino-video.full .video-box-container {
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 95%;
      height: auto;
  }

  /* .roulette .flip-clock-wrapper {
  top: 70px !important;
  left: 10px !important;
  bottom: unset !important;
  right: unset !important;
} */
  .roulette .casino-timer {
      top: 0;
      bottom: unset;
      right: unset;
      left: 50%;
      transform: translateX(-50%);
  }

  .roulette .casino-video.full .flip-clock-wrapper {
      top: 10px !important;
  }

  .roulette .casino-video-cards {
      top: 80px;
      bottom: unset;
      left: 50%;
      transform: translateX(-50%);
      right: unset;
      z-index: 100;
      background: transparent;
      width: auto;
      height: auto;
  }

  .roulette .casino-video-right-icons {
      z-index: 1001;
  }

  .roulette .casino-cards-shuffle {
      display: none;
  }

  .roulette .casino-video-cards img {
      height: 100px;
      width: auto;
  }

  .roulette .casino-last-result-title {
      display: none;
  }

  .roulette .casino-video-last-results {
      width: 150px;
      margin-left: auto;
      padding-right: 0;
      position: absolute;
      bottom: 5px;
      right: 0;
      height: auto;
      top: unset;
  }

  .roulette .casino-video-last-results span,
  .roulette .casino-video-last-results .result-more {
      width: 25px;
      height: 25px;
      line-height: 25px;
      margin-right: 5px;
  }

  .roulette .casino-video-last-results .result-more {
      line-height: 20px;
  }

  .roulette .casino-detail {
      padding-bottom: 120px;
      padding-top: 30px;
  }

  .roulette .casino-table {
      background-color: transparent;
  }

  .roulette .casino-last-results .result {
      margin-bottom: 5px;
  }

  .roulette .casino-last-results .result.green {
      background-color: #1a9e4a;
  }

  .roulette .casino-last-results .result.red {
      background-color: #db3131;
  }

  .roulette .casino-last-results .result.black {
      background-color: #3f3f3f;
  }

  .roulette .casino-last-results .result.yellow {
      background-color: #fef0a9;
      color: #000;
  }

  .board-in {
      grid-template-rows: 28fr 336fr 40fr;
      grid-template-columns: 80fr 206fr;
      grid-template-areas: ".      center" "bottom center" ".      right ";
      max-width: 80%;
      /* margin: 0 auto; */
      margin-right: auto;
  }

  .board-right {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: max-content;
      gap: 1px;
  }

  .board-cell {
      border-radius: 0;
      min-height: 35px;
  }

  .board-right .board-cell:first-child {
      order: 1;
  }

  .board-right .board-cell:last-child {
      order: -1;
      border-radius: 0;
  }

  .board-bottom {
      grid-template-rows: repeat(6, 1fr);
      grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "first-half  first " "even        first " "red         second" "black       second" "odd         third " "second-half third ";
  }

  .board-bottom {
      gap: 1;
  }

  .board-bottom .board-text {
      transform: rotate(90deg);
  }

  .board-bottom .board-cell:first-child {
      grid-area: first;
  }

  .board-bottom .board-cell:nth-child(2) {
      grid-area: second;
  }

  .board-bottom .board-cell:nth-child(3) {
      grid-area: third;
  }

  .board-bottom .board-cell:nth-child(4) {
      grid-area: first-half;
      border-radius: 0;
  }

  .board-bottom .board-cell:nth-child(5) {
      grid-area: even;
  }

  .board-bottom .board-cell:nth-child(6) {
      grid-area: red;
  }

  .board-bottom .board-cell:nth-child(7) {
      grid-area: black;
  }

  .board-bottom .board-cell:nth-child(8) {
      grid-area: odd;
  }

  .board-bottom .board-cell:last-child {
      border-radius: 0;
      grid-area: second-half;
  }

  .board-center {
      grid-template-rows: repeat(13, 1fr);
      grid-template-columns: repeat(3, 1fr);
      grid-template-areas: "zero zero zero" "a    b    c   " "d    e    f   " "g    h    i   " "j    k    l   " "m    n    o   " "p    q    r   " "s    t    u   " "v    w    x   " "y    z    aa  " "ab   ac   ad  " "ae   af   ag  " "ah   ai   aj  ";
  }

  .board-cell.green {
      /* border-radius: 8px 8px 2px 2px; */
  }

  .board-right .board-cell:first-child {
      border-radius: 0;
  }

  .board-text,
  .board-number {
      font-size: 18px;
  }

  .board-center .bet-chip-area.center-left {
      width: 50%;
      height: 50%;
      transform: translate3d(-50%, -50%, 0);
      z-index: 20;
      top: 0;
      left: 50%;
  }

  .board-center .bet-chip-area.bottom-left {
      left: 0;
      width: 50%;
      height: 50%;
      z-index: 20;
      top: 0;
      transform: translate3d(-50%, -50%, 0);
  }

  .board-center .bet-chip-area.top-center {
      width: 50%;
      height: 50%;
      z-index: 20;
      top: 50%;
      right: 0;
      transform: translate3d(50%, -50%, 0);
  }

  .casino-coins-container {
      top: 70px;
      bottom: unset;
      right: 5px;
      left: unset;
      border-radius: 0;
      padding: 0;
      z-index: 100;
      transform: unset;
      width: auto;
  }

  .casino-coin-box {
      flex-direction: column;
  }

  .roulette .coin-btns>div {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap;
  }

  .casino-coin img {
      height: 40px;
  }

  .casino-coin.active img {
      height: 60px;
  }

  .bet-chip-holder {
      width: 40px;
      height: 40px;
      flex: 0 0 40px;
  }

  .casino-coin.active .bet-chip-holder {
      width: 50px;
      height: 50px;
      flex: 0 0 50px;
  }

  .coin-btns .btn {
      width: 40px;
      height: 40px;
      border-radius: 50%;
  }

  .roulette-rules {
      position: absolute;
      right: 5px;
      bottom: 45px;
  }

  /*Roulette 11*/
  .roulette.roulette11 .coin-btns .btn {
      width: 40px;
      height: 40px;
      border-radius: 50%;
  }

  .roulette.roulette11 .casino-detail {
      padding-top: 80px;
  }

  .roulette.roulette11 .coin-btns {
      flex-direction: column;
      gap: 0;
  }

  .roulette.roulette11 .flip-clock-wrapper {
      bottom: 80px !important;
      right: 10px !important;
      left: unset !important;
      top: unset !important;
  }

  .roulette.roulette11 .casino-coins-container {
      top: 80px;
  }

  .roulette.roulette11 .casino-video.full .flip-clock-wrapper {
      top: unset !important;
      bottom: -35px !important;
  }

  .roulette.roulette11 .casino-video-cards {
      left: 50%;
      top: 90px;
      transform: translateX(-50%);
  }

  .roulette .casino-video-cards span img {
      /* height: auto; */
  }

  .roulette.roulette11 .casino-video.full {
      height: calc(100% - 135px);
      top: 0;
      padding-top: 75px;
  }

  .roulette.roulette11 .casino-video-last-results {
      bottom: 75px;
  }

  .roulette.roulette13 .casino-detail {
      padding-top: 30px;
  }

  .roulette.roulette11 .casino-video.full {
      padding-top: 0;
  }

  .roulette.roulette11.roulette13 .casino-coins-container {
      top: 65px;
  }

  .sport-tabs.menu-tabs .nav-tabs .nav-item a svg {
      height: 30px;
  }

  .sport-tabs.menu-tabs .nav-tabs .nav-item a svg .cls-1 {
      height: 20px;
      -moz-animation: blinkmenu normal 1s infinite ease-in-out;
      -webkit-animation: blinkmenu normal 1s infinite ease-in-out;
      -ms-animation: blinkmenu normal 1s infinite ease-in-out;
      animation: blinkmenu normal 1s infinite ease-in-out;
  }
}

@media (orientation: portrait) and (max-width: 400px) {
  .bet-chip-holder {
      width: 35px;
      height: 35px;
      flex: 0 0 35px;
  }

  .casino-coin.active .bet-chip-holder {
      width: 40px;
      height: 40px;
      flex: 0 0 40px;
  }

  .roulette.roulette11 .coin-btns .btn {
      width: 35px;
      height: 35px;
      border-radius: 50%;
  }
}

@media only screen and (max-height: 750px) and (max-width: 767px) {
  .board-cell {
      min-height: 30px;
  }
}

@media (max-width: 750px) {
  .mx-range-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}