.casino-fantasy .tab-container ul {
  margin: 0;
  border: none;
  background: #2e3439;
  padding: 0 15px;
}

.casino-fantasy .tab-container ul li a,
.casino-fantasy .tab-container ul li a.active,
.casino-fantasy .tab-container ul li a:hover {
  background: none;
  border: none;
}

.tab-container .nav-item a.nav-link {
  padding-right: 10px;
  padding-left: 0;
  border-radius: 0;
}

.casino-fantasy .tab-container ul li a img {
  width: 100%;
}

.fantasy-detail-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fantasy-desc-container .btn {
  min-width: 180px;
  margin-top: 15px;
}

.fantasy-desc-container .btn-primary {
  background: #03b37f;
  border-color: #03b37f;
}

.fantasy-desc-container .nav-tabs {
  margin: 15px 0 20px 0 !important;
  padding: 0 !important;
  width: 100%;
  background: none !important;
}

.fantasy-desc-container .nav-tabs .nav-item {
  width: 33.33%;
  margin: 0;
}

.fantasy-desc-container .nav-tabs .nav-item .nav-link.active,
.fantasy-desc-container .nav-tabs .nav-item .nav-link,
.fantasy-desc-container .nav-tabs .nav-item .nav-link:hover {
  color: #fff;
  border-bottom: 0;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsl(0deg 0% 100% / 20%);
}

.fantasy-desc-container .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
}

.fantasy-desc-container .tab-content li {
  font-size: 13px;
}

.casino-box-tabs .nav-pills .nav-link {
  border-radius: 18px !important;
  font-size: 13px;
  text-align: center !important;
  padding: .5rem .7rem !important;
}

.casino-box-tabs .casino-banner-item {
  width: calc(16.66% - 8.4px) !important;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  transition: 3s;
}

/* casini game list */
.report-container .casino-title {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background-color: #3c444b;
  margin-top: 6px;
}

.report-box {
  background-color: #2E3439;
  border-radius: 8px;
  padding: 16px;
  min-height: calc(100vh - 60px);
}

.report-box.casino-box {
  background-color: transparent;
  padding: 0;
}

.report-box.casino-box .casino-tabs {
  border-radius: 8px;
}

.casino-box-tabs {
  padding: 10px 0;
  position: sticky;
  top: 90px;
  margin-top: -6px;
  z-index: 1;
  width: 100%;
  background: #23292E;
  /*display: flex;*/
  justify-content: space-between;
}

.animate-on .casino-box-tabs {
  top: 128px;
}

.casino-box-tabs ul {
  margin: 0 10px;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.casino-box-tabs .nav-pills .nav-item {
  margin-right: 10px;
}

.casino-box-tabs .nav-pills .nav-item img {
  height: 18px;
  margin-right: 5px;
}

.casino-box-tabs .nav-pills .nav-link.active {
  border: 1.25px solid #FDCF13;
  background: #11091d47;
}

.casino-box-tabs .nav-pills .nav-link {
  border: 1.25px solid #3c444b;
  color: #AAAFB5;
  border-radius: 10px;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.casino-tabs-menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  transition: .75s;
}

.frame-open .casino-tabs-menu {
  width: calc(100% - 50px);
  display: inline-block;
}

.header .close-frame-fantacy {
  position: unset;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
}

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

.casino-tabs .nav-tabs {
  border: 0;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  flex-wrap: nowrap;
  overflow: hidden;
  scroll-behavior: smooth;
  white-space: nowrap;
}

.casino-tabs .nav-tabs .nav-link {
  color: #fff;
  padding-top: 0;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  border: 0;
  text-align: center;
}

.casino-tabs .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  border-bottom: 3px solid #FC4242;
  background-color: transparent;
}

.casino-tabs .nav-tabs .nav-item .nav-link:focus,
.casino-tabs .nav-tabs .nav-item .nav-link:hover {
  color: #fff;
}

.center-container.casino-list-container {
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  margin: 0;
}

.casino-container {
  width: 100%;
  min-height: calc(100vh - 100px);
}

.casino-container .center-main-content {
  padding: 16px 30px;
}

.report-container .casino-title {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background-color: #3c444b;
  margin-top: 6px;
}

.casino-banners {
  background-color: #2E3439;
  padding: 10px 10px 0 10px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 6px;
}

.casino-banner-item {
  width: calc(16.66% - 8.4px);
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  transition: 3s;
}

.live-casino-banners .casino-banner-item {
  width: calc(20% - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
}

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

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

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

.casino-banner-item:hover>div:first-child {
  filter: blur(6px);
}

.casino-banner-item .slot-title {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  transition: 1s;
}

.casino-banner-item .slot-title .btn {
  background-color: #fdcf13;
  color: #000;
  min-width: 100px;
  margin-top: 10px;
}

.casino-banner-item:hover .slot-title {
  display: flex;
}

.casino-banner-item:hover>div:first-child {
  filter: blur(6px);
}

/* live teenpatti */
.cards32 .casino-video-cards-container div {
  margin-bottom: 2px;
}

.cards32 .text-light {
  width: 25px;
  display: inline-block;
  font-size: 12px;
}

.cards32 .img-casino img {
  width: 25px;
}

.teen1daycasino-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  color: #d7d7d7;

}

.casino-cards-shuffle {
  position: absolute;
  right: 5px;
  top: 50%;
  width: auto !important;
  font-size: 30px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #b3b3b3;
}

.casino-video-right-icons i {
  color: #fff;
  margin: 0 6px;
  font-size: 20px;
}

.casino-video-cards-container span img {
  margin-right: 8px;
  width: 42px;
  margin-bottom: 8px;
}

.d-flex {
  display: flex !important;
}

.player00,
.player01 {
  color: #fdcf13 !important;
}

.player {
  color: #aaafb5;
  font-size: 12px;
  font-weight: 600;
}

img {
  /* max-width: 100%; */
  height: auto;
}

.casino-bl-box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.teen1daycasino-container .teen1dayleft:nth-child(1):after,
.teen1daycasino-container .teen1dayleft:nth-child(3):after {
  content: '';
  background: grey;
  width: 2px;
  height: 100%;
  display: flex;
  position: absolute;
  right: 7px;
  bottom: 0;
}

.casino-header p {
  color: #9c9c9c;
}

.p6p .teen1daycasino-container .teen1dayleft:nth-child(1):after,
.p6p .teen1daycasino-container .teen1dayleft:nth-child(3):after {
  display: none;
}

.p6p .casino-header p {
  color: #fdcf13;
  border-bottom: 1px solid #fdcf13;
  width: max-content;
  margin-bottom: 0;
}

.p6p .suspended {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #373636D6;
  filter: inherit;
  border-radius: 4px;
}

.p6p .suspended i {
  color: #fff;
}

.p6p .casino-nation-name-data {
  background: none;
}

.p6p .poker-div {
  background-color: #3c444b85;
  color: #aaafb5;
  padding: 5px;
  position: relative;
  border-radius: 4px;
}

.poker_six_card {
  height: 35px;
}

.p6p span.casino-box-odd.float-right {
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  align-items: center;
  display: flex;
}

.casino-bl-box-item {
  text-align: center;
}

.casino-bl-box-item {
  position: relative;
  border-radius: 0;
  text-align: center;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  color: #d7d7d7;
}

.casino-bl-box-item .suspended {
  height: 29px;
  color: #fff;
  filter: inherit;
  background: #373636D6;
  top: 0;
}

.teenpatti2024 .casino-bl-box-item {
  width: calc(50% - 2px);
}

.casino-nation-name-data {
  background-color: #444;
  color: #ddd;
  padding: 4px;
}

.casino-nation-name {
  padding: 4px;
}

.casino-table .casino-detail .back {
  background-color: #72bBEF40;
  border: 2px solid #72bbef;
  color: #d7d7d7;
}

.casino-table .casino-detail .back:hover {
  border: 1px solid #72bbef;
}

.casino-table .casino-detail .lay {
  background-color: #f994BA40;
  border: 2px solid #f994ba;
  color: #d7d7d7;
}

.casino-table .casino-detail .lay:hover {
  border: 1px solid #f994ba;
}

.casino-video {
  position: relative;
  background-image: linear-gradient(0deg, #100b1e 0, #160d27 26.42%, #11091d 48.45%, #030309 100%);
}

.casino-video-title {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #f8f9fa35;
  padding: 5px;
  z-index: 10;
  text-align: center;
  min-width: 180px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.casino-video-title .casino-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: #fdcf13;
}

.casino-video-rid {
  font-weight: 700;
  color: #ddd;
  font-size: 12px;
  line-height: 1;
  margin-top: 3px;
}

.casino-video .video-box-container {
  max-width: calc(100% - 190px);
  margin-left: auto;
}

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

.casino-video-cards {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, .6);
  padding: 5px 20px 5px 5px;
  display: inline-block;
  height: 155px;
  overflow: hidden;
  transition: 1s;
  width: 190px;
  border-radius: 0 8px 8px 0;
}

.casino-video .video-box {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-bottom: 56.25%;
}

.casino-place-bet-title {
  font-size: 13px;
  padding: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

.teen2sidebar .casino-video-last-results {
  width: 100%;
  height: auto;
  position: unset;
  top: unset;
  right: unset;
}

.casino-video-last-results {
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  display: -webkit-flex;
  align-content: flex-start;
  flex-wrap: wrap;
  transition: 1s;
  overflow: hidden;
}

.teen2sidebar .casino-video-last-results {
  width: 100%;
  height: auto;
  position: unset;
  top: unset;
  right: unset;
}

.casino-video-last-results a,
.casino-video-last-results span {
  width: 35px;
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 4px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #434343;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.right-sidebar.casino-right-sidebar {
  width: 384px;
  background-color: #2E3439;
  padding: 0;
  margin-top: 5px;
}

.casino-center {
  width: calc(100% - 376px);
  margin-right: 6px;
  margin-left: 6px;
  position: relative;
  margin-top: 5px;
}

.casino-video-right-icons {
  position: absolute;
  top: 5px;
  right: 1px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}

.casino-video-right-icons .casino-video-home-icon,
.casino-video-right-icons .casino-video-rules-icon {
  background-color: rgba(0, 0, 0, .5);
  border: 1px solid #999;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  line-height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  margin-right: 5px;
}


/* model css */
.cards-number {
  width: 0;
}

.casino-result-round {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
  align-items: flex-end;
  padding: 0 6px;
}

.casino-result-content {
  padding: 6px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.casino-result-content-item {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 49%;
}

.casino-result-content-diveder {
  width: 2px;
  height: 130px;
  background-color: #3c444b;
}

.casino-result-content-item {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 49%;
}

.casino-result-cards {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.casino-result-cards-item {
  margin-right: 5px;
  display: inline-block;
}

.casino-result-cards-item .winner-icon {
  height: auto;
  width: 60px;
  transition: 1.2s ease-in;
  animation-iteration-count: infinite;
}

.casino-result-cards-item img {
  width: 35px;
  margin-bottom: 5px;
}

.casino-result-cards-item {
  margin-right: 5px;
  display: inline-block;
}

.casino-result-cards-item img {
  width: 35px;
  margin-bottom: 5px;
}

.casino-result-cards {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.casino-result-cards-item {
  margin-right: 5px;
  display: inline-block;
}

.casino-result-desc {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding: 6px;
  background-color: #23292E;
  box-shadow: 0 0 4px -1px;
  margin-top: 10px;
}

.casino-result-desc-item {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.casino-result-desc-item div:last-child {
  width: 68%;
  text-align: left;
  word-break: break-all;
  color: #AAAFB5;
}

.casino-result-desc-item div:first-child {
  width: 30%;
  text-align: right;
  margin-right: 2%;
  color: #AAAFB5;
  opacity: .6;
}

.casino-header {
  margin-bottom: 10px;
}

.casino-header p {
  color: #9c9c9c;
  margin: 0;
  font-weight: bolder;
  font-size: 14px;
  text-transform: capitalize;
}

.back.casino-bl-box-item {
  margin-right: 2px;
}

.lay.casino-bl-box-item {
  margin-left: 2px;
}

.base-timer {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 50%;
}

.base-timer__svg {
  transform: scaleX(-1);
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__label.green,
.base-timer__path-remaining.green {
  color: #41b883 !important;
  box-shadow: inset 0 0 0 4px #41b883;
}

.base-timer__label.orange,
.base-timer__path-remaining.orange {
  color: #FFA500 !important;
  box-shadow: inset 0 0 0 4px #FFA500;
}

.base-timer__label.red,
.base-timer__path-remaining.red {
  color: #ff0000 !important;
  box-shadow: inset 0 0 0 4px #ff0000;
}

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

.base-timer__label {
  border-radius: 100px;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
  color: #FDCF13;
  font-family: timer;
}

.base-timer__label>span {
  min-width: 20px;
  text-align: center;
  line-height: 1;
}

.component-fade-enter-active,
.component-fade-leave-active {
  transition: all .3s;
}

.component-fade-enter {
  opacity: 0;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.component-fade-leave-to {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.casino-timer {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: flex;
  display: -webkit-flex;
}

/* live teenpatti */

/* teenpatti test */
.casino-table.teenpatti2024 {
  background: #2e3439;
}

.teenpattitest .casino-video-cards {
  height: 255px;
}

.teenpattitest .casino-video-cards {
  width: 160px;
}

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

.teenpattitest .casino-video-cards-container>div>div {
  display: flex;
  flex-wrap: nowrap;
}

.teenpattitest .casino-video-cards-container .dealer-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  justify-content: center;
  white-space: nowrap;
  color: #fff;
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important;
}

.w-100 {
  width: 100% !important;
}

.teen1daycasino-container {
  font-size: 13px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.teenpattitest .teentestother {
  width: 100%;
  margin-top: 15px;
}

.teenpattitest .casino-box-row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding: 2px 0;
  align-items: center;
  position: relative;
}

.casino-detail {
  padding: 5px;
}

.teenpattitest .teentestother .casino-nation-name {
  width: 22%;
}

.teenpattitest .casino-detail .casino-nation-name.no-border {
  background-color: transparent;
  padding: 0;
}

.teenpattitest .casino-nation-name {
  background-color: #00000047 !important;
  padding-right: 10px;
  position: relative;
}

.teenpattitest .casino-nation-name {
  background-color: #3c444b85;
  color: #aaafb5;
  padding: 4px;
  position: relative;
}

.teenpattitest .teentestother .casino-bl-box {
  width: 13%;
}

.teenpattitest .casino-bl-box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.teenpattitest .teentestother .casino-bl-box-item {
  width: calc(100% - 4px);
  position: relative;
}

.teenpattitest .casino-bl-box-item:last-child {
  margin-right: 0;
}

.teenpattitest .casino-bl-box-item {
  width: 72px;
  margin-right: 4px;
  border-radius: 4px;
  color: #AAAFB5;
  text-align: center;
  height: 32px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}

.teenpattitest .casino-place-bet {
  width: 100%;
  border-radius: 8px;
  background-color: #16191C;
  color: #AAAFB5;
  margin-bottom: 6px;
}

.teen2sidebar .casino-video-last-results {
  width: 100%;
  height: auto;
  position: unset;
  top: unset;
  right: unset;
}

.casino-video-last-results {
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  display: -webkit-flex;
  align-content: flex-start;
  flex-wrap: wrap;
  transition: 1s;
  overflow: hidden;
}

.teen2sidebar .casino-video-last-results a,
.teen2sidebar .casino-video-last-results span {
  flex: 1 1 0;
}

.casino-video-last-results span.resulta {
  color: red;
}

.casino-video-last-results a,
.casino-video-last-results span {
  height: 25px !important;
  line-height: 25px !important;
  margin: 4px;
  border-radius: 0;
  text-align: center;
  background-color: #434343;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
}

.casino-video-last-results .resultb {
  color: #fdcf13;
}

.casino-video-last-results .resulta {
  color: #fc4242;
}

.animate-on .right-sidebar.sticky {
  top: 106px;
  min-height: calc(100vh - 106px);
}

.right-sidebar.sticky {
  position: fixed;
  right: 0;
  top: 94px;
  min-height: calc(100vh - 94px);
}

.right-sidebar {
  padding: 16px;
  height: calc(100vh - 100px);
  scrollbar-width: thin;
  scrollbar-color: #2E3439 #3c444b;
  overflow-x: hidden;
}

/* teenpatti test */

table {
  width: 100%;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  /* background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; */
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  color: rgb(128, 126, 126);
}

@media (max-width: 767px) {
  .tab-container .nav-item a.nav-link {
    padding: 0;
  }

  .casino-box-tabs {
    top: 57px;
  }

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

  .live-casino-banners .casino-banner-item {
    width: 48% !important;
    margin-left: 0;
  }

  .live-casino-banners .casino-banner-item:nth-child(even) {
    margin-right: 0;
  }

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

  .base-timer,
  .base-timer__label {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }

  .casino-video-title {
    background: #0000007d;
    top: 0;
    left: 0;
  }

  .casino-video .video-box-container {
    width: 100%;
    max-width: 100%;
  }

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

  .casino-video-cards {
    height: auto;
    width: auto;
  }

  .casino-video-right-icons i {
    margin: 0;
  }

  .casino-video-right-icons,
  .casino-video-rules-icon {
    /* height: 25px;
    width: 25px; */
    line-height: 25px;
  }

  .casino-video {
    height: auto;
  }

  .casino-center,
  .right-sidebar.casino-right-sidebar {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .right-sidebar.casino-right-sidebar {
    padding: 10px 5px;
    border-radius: 0;
  }

  .casino-bl-box {
    padding: 0;
  }

  .casino-header p {
    background: #20262b;
    padding: 5px;
  }

  .casino-nation-name.no-border .player,
  .teen1daycasino-container .teen1dayleft:nth-child(1):after,
  .teen1daycasino-container .teen1dayleft:nth-child(3):after {
    display: none;
  }

  .casino-place-bet,
  .casino-video-last-results {
    background: none;
  }

  .teen2sidebar .casino-video-last-results a,
  .teen2sidebar .casino-video-last-results span {
    flex: inherit;
  }

  .casino-container {
    min-height: auto;
  }

  .both-section {
    display: inherit;
  }

  .casino-video-last-results a,
  .casino-video-last-results span {
    background-color: #000;
    box-shadow: 0 0 2px #646464;
  }
}

.modal-dialog .arrow-up {
  background: #03b37f;
  width: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
}

.modal-dialog .arrow-down {
  background: #fc4242;
  width: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
}

.modal-dialog .modal-content {
  background: #2e3439;
  border: none;
  border-radius: 0;
}

.modal-dialog .modal-content .modal-header {
  /*padding: 6px;
    background: #3c444b;*/
  border: none;
  background: var(--bg-table-header-new) !important;
}

.modal-body .bet-slip-title {
  display: none;
}

.modal-dialog .modal-content .modal-header h4 {
  color: #fdcf13;
  font-size: 14px;
  text-transform: uppercase;
}

.modal-dialog .close {
  box-shadow: none;
  color: #fff;
}

.modal-dialog .modal-content .modal-header img {
  width: 12px;
  right: 15px;
}

.modal-dialog .modal-body {
  padding: 0 5px;
}

.modal-dialog .confirm-bets label {
  font-size: 14px;
  vertical-align: middle;
}

.modal-dialog span {
  /*    color: #aaafb5;*/
  font-size: 13px
}

.modal-dialog .place-bet-btn span {
  color: #fff;
}

.modal-dialog .casino-place-bet-title {
  display: none;
}

.modal-dialog .casino-place-bet {
  margin: 10px 0;
}

.casino-place-bet-info .arrow-up,
.casino-place-bet-info .arrow-down {
  background: none;
}