@import url("./font/font.css");

@viewport {
  width: device-width;
  zoom: 1;
}

::-webkit-scrollbar {
  background: #282828;
  width: 11px;
}
::-webkit-scrollbar-thumb {
  background: #282828;
  border: 3px solid #000;
}
::-webkit-scrollbar-track {
  background: #000;
  border-radius: 0px;
}
html,
body {
  height: 100%;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}
.clearboth {
  clear: both;
}
a {
  color: #ec1c12;
}
a:hover {
  text-decoration: none;
}
#theme {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
}

.themetbl {
  display: table;
}
.themetblrow {
  display: block;
}
.themetblcell {
  display: block;
}
.themetblwidth {
  width: 100%;
}
.themetblheight {
  height: 100%;
}
.theme-container-box {
  width: 100%;
  height: auto;
}

#theme-frame {
  height: 100%;
  background: #000;
  margin: auto;
  width: 100%;
}
#theme-header-link {
  width: 100%;
}
.container {
  width: 1300px;
  margin: auto;
}

#theme-header-link .container {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#logo {
  width: 160px;
  padding: 5px;
}
.logo img {
  width: 100%;
}
#theme-menu {
  flex-grow: 1;
}
#theme-header-top {
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  text-align: right;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  background: transparent;
  color: #ec1c23;
  text-transform: initial;
  font-size: 16px;
  transition: 0.2s;
  font-weight: 100;
  letter-spacing: 0px;
}
#cssmenu > ul > li::before {
  content: "";
  position: absolute;
  background-color: #ec1c23;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
  opacity: 0;
}
#cssmenu > ul > li.active::before,
#cssmenu > ul > li:hover::before {
  content: "";
  position: absolute;
  background-color: #ec1c23;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
  opacity: 1;
}
#cssmenu > ul > li.active a::before {
  display: none;
}
#cssmenu > ul > li {
  position: relative;
  margin: 0 10px;
}
#cssmenu > ul > li > a {
  padding: 20px 0;
  text-transform: initial;
  font-size: 16px;
  color: #a2aabd;
  font-weight: 100;
  letter-spacing: 0px;
}
#theme-header-link {
  background: #0f415c;
}

.clock {
  color: #a2aabd;
  font-size: 10px;
  opacity: 0.5;
  padding-right: 10px;
  border-right: 1px solid #464646;
}
/* Dropdown Button */
.dropbtn {
  background: unset;
  color: white;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1c1c1c;
  min-width: 140px;
  box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 20%);
  z-index: 9999;
}

.dropdown-content a {
  color: #edf0f6;
  padding: 6px 7px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  text-decoration: underline;
}

.dropdown:hover .dropdown-content {
  display: block;
  padding-top: 5px;
  padding-left: 3px;
  left: 4px;
}

.dropbtn .glyphicon {
  top: 0px;
  left: 2px;
  font-size: 7px;
}

.dropdown-content img,
button.dropbtn img {
  width: 23px;
}
.dropdown-content img,
.dropdown-content a {
  display: inline-block;
}

.dropdown-content span {
  color: red;
}
#theme-header-top {
  background: #252525;
  border-top: 2px solid #000;
}
.header-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  padding: 5px 10px;
}
.header-left,
.header-right {
  display: flex;
  align-items: center;
}
input {
  outline: unset;
}
.btn {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-box {
  display: flex;
}
.btn-login {
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 5px;
}
.btn-login .btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  transition: 0.2s;
}
.btn-login .btn:hover {
  background: #ffffff8c;
  transition: 0.2s;
}
.btn-sign-up {
  border: 1px solid #000;
  border-radius: 5px;
}
.btn-sign-up .btn {
  color: #000;
  background: #ec1c23;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  transition: 0.2s;
}
.btn-sign-up .btn:hover {
  background: #ec585d;
  transition: 0.2s;
}

.live-chat {
  padding: 0px 10px;
}
.live-chat a {
  color: #a2aabd;
}

/* BANNER */
.flexslider {
  border: 0;
  margin: 0;
}
.flex-control-nav {
  bottom: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flex-direction-nav .flex-next {
  right: 0;
}
.flexslider .flex-control-nav li {
  margin: 0 13px;
}
.flexslider .flex-control-paging li a {
  width: 20px;
  height: 5px;
  border-radius: 0px;
  position: absolute;
  margin-top: -0.5%;
  z-index: 9 !important;
  background: #9f9e9e89;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #ec1c23;
}
.annouc-txt {
  background: #000;
  padding: 5px 0;
  color: #fff;
}

marquee#web_announcement {
  margin-bottom: -4px;
}

/*HOME*/
.step {
  background: url(images/step.png) no-repeat 50%;
  background-size: cover;
  height: 128px;
  display: flex;
  margin-bottom: 15px;
}
.step ul {
  display: flex;
}
.step ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: calc(100% / 3);
}
.step ul li img {
  width: 50px;
  margin-right: 15px;
}
.step ul li div {
  display: flex;
  flex-direction: column;
}
.step ul li div span:first-child {
  font-size: 15px;
  color: #ec1200;
  font-weight: bold;
  margin-bottom: 5px;
}
.step ul li div span:nth-child(2) {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.sports-section {
  background: #0f181e url(images/section-new.png) no-repeat bottom;
  background-size: cover;
}
.sports-group {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}

.item-title {
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 10px 0;
  font-weight: bold;
}
.item-content p {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
}
#imageCarousel .content-img {
  width: 60%;
  border: 0px solid red;
  margin: auto;
}
.content-img img {
  width: 100%;
}
.sports-sec {
  width: 60%;
}
#imageCarousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 280px;
}
.content-box {
  position: relative;
}
.item-content {
  position: absolute;
  right: -30px;
  bottom: 69px;
  z-index: 9;
}
#imageCarousel {
  position: relative;
  background: url(images/red.png) right -30px bottom -30px no-repeat;
  background-size: contain;
}
.item-content {
  position: absolute;
  right: -30px;
  top: 25%;
  z-index: 9;
}
span.btn {
  background: #ffffff;
  color: #c82307;
  cursor: pointer;
  padding: 2px 25px;
  white-space: nowrap;
}
.icon-box {
  width: 70%;
  display: block;
  margin-bottom: 12px;
}
.icon-box img {
  width: 100%;
}
.carousel-indicators li {
  margin: 0;
}
#imageCarousel ol.carousel-indicators {
  width: fit-content;
  left: 0%;
  bottom: unset;
  top: 40px;
  right: unset;
  margin: unset;
}
#imageCarousel .carousel-indicators li,
#imageCarousel .carousel-indicators .active {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
  width: 100px;
  height: 35px;
  background: #1e2022;
  border: unset;
  border-radius: 5px;
  z-index: 1;
  text-indent: 0;
  filter: drop-shadow(0px 0px 2px #7003089c);
}

#imageCarousel .carousel-indicators li::before,
#imageCarousel .carousel-indicators li::after {
  transition: background 0.5s;
  content: "";
  position: absolute;
}
#imageCarousel .carousel-indicators li::before {
  height: 2px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #6b1315;
  z-index: 9;
}

#imageCarousel .carousel-indicators li::after {
  width: 60%;
  height: 3px;
  background: #6b1315;
  left: 0;
  right: 0;
  bottom: 2px;
  margin-left: 8px;
  z-index: 9;
  -webkit-transform: perspective(0.5em) rotateX(8deg);
  transform: perspective(0.5em) rotateX(8deg);
}
#imageCarousel .carousel-indicators li.active::before,
#imageCarousel .carousel-indicators li.active::after,
#imageCarousel .carousel-indicators li:hover::before,
#imageCarousel .carousel-indicators li:hover::after {
  background: #ec1c23;
}
#imageCarousel img.provider-character {
  width: 86px;
  position: absolute;
  bottom: 0px;
  right: -8px;
  z-index: 2;
  filter: saturate(0);
}

#imageCarousel .carousel-indicators li.active img.provider-character,
#imageCarousel
  .carousel-indicators
  li:nth-child(1):hover
  img.provider-character,
#imageCarousel
  .carousel-indicators
  li:nth-child(2):hover
  img.provider-character,
#imageCarousel
  .carousel-indicators
  li:nth-child(3):hover
  img.provider-character,
#imageCarousel
  .carousel-indicators
  li:nth-child(4):hover
  img.provider-character {
  filter: saturate(1);
  transition: background 0.5s;
}

.BR,
.CMD,
.MAXBET,
.ME {
  position: absolute;
  bottom: 12px;
  left: 8px;
  z-index: 20;
  color: #6a6a6a;
  font-size: 12px;
}
#imageCarousel .carousel-indicators li.active span,
#imageCarousel .carousel-indicators li:nth-child(1):hover .CMD,
#imageCarousel .carousel-indicators li:nth-child(2):hover .MAXBET,
#imageCarousel .carousel-indicators li:nth-child(3):hover .ME,
#imageCarousel .carousel-indicators li:nth-child(4):hover .BR {
  color: #ec1c23;
}

/*UPCOMING EVENT*/
.event-sec {
  padding: 0 8%;
}
.up-event {
  background: url(images/box.png) center center no-repeat;
  background-size: cover;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 20px;
}
.up-event table img {
  width: 80px;
  padding: 7px;
  background: #edededcc;
  border-radius: 50px;
  box-shadow: 0 0 2px 7px #aaaaaab8;
}
.up-event table th {
  color: #001b42;
  font-size: 18px;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
}
.up-event table tr td {
  text-align: center;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.up-event table tr td a {
  background: #ec1c23;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  display: block;
  padding: 3px 7px;
  margin: 3px;
}
.up-event table tbody tr:first-child td:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.up-event table tbody tr:nth-child(2) td,
.up-event table tbody tr:nth-child(5) td {
  text-align: center;
  font-size: 16px;
  color: #001b42;
  font-weight: bold;
}
.up-event table tbody tr:nth-child(5) td span {
  font-size: 12px;
  font-weight: normal;
}
.up-event table tbody tr:first-child td p {
  margin-top: -6px;
  margin-bottom: -10px;
}
.up-event table tbody tr:nth-child(5) td p {
  margin: 0;
  margin-bottom: -11px;
}

.up-event table tbody tr:nth-child(5) td:nth-child(even) {
  background: #ffffffa1;
}
.up-event table tbody tr:nth-child(5) td:nth-child(odd) {
  background: #ffffff5c;
}

#eventCarousel {
  width: fit-content;
  margin-top: 25px;
}
#eventCarousel .carousel-control {
  bottom: unset;
  top: 43%;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  background-image: unset !important;
  background: #8b8b8b;
  border-radius: 50px;
}
#eventCarousel .carousel-control .glyphicon-chevron-left,
#eventCarousel .carousel-control .glyphicon-chevron-right,
#eventCarousel .carousel-control .icon-next,
#eventCarousel .carousel-control .icon-prev {
  background: unset;
  border-radius: unset;
  font-size: 15px;
  height: unset;
  margin: unset;
  top: 0;
  transform: translateY(50%);
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
#eventCarousel .carousel-indicators {
  bottom: 0;
  margin-bottom: -25px;
}
#eventCarousel .carousel-indicators li.active {
  background-color: #ec1c23;
  width: 10px;
  height: 10px;
  margin: 1px;
}
#eventCarousel .carousel-indicators li {
  background-color: #9f9f9f;
  border: 0px solid #fff;
  margin: 1px;
}
#eventCarousel .carousel-control.left {
  left: -15px;
}
#eventCarousel .carousel-control.right {
  right: -15px;
}

.contact-box {
  position: relative;
}
.contact-box img {
  width: 100%;
}
.contact-list {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 15%;
  top: 0;
  transform: translateY(50%);
}
.contact-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap;
}
.contact-list li svg {
  width: 40px;
}
.contact-list svg path {
  fill: #ec1c12 !important;
}
.contact-list li div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.contact-list li span,
.contact-list a {
  transition: color 0.3s;
  color: #fff;
}
.contact-list li span:nth-child(2):hover,
.contact-list a:hover {
  text-decoration: none;
  color: #ec1c23;
}
.prod-section {
  background: #0a0a0a;
}
.prod-box {
  display: flex;
  margin: 30px 0;
  flex-direction: column;
}

.slot-section .prod-box {
  display: flex;
  margin: 30px 0;
  flex-direction: row;
}
/*

.vid-sec {
  position: relative;
  overflow: hidden;
  width: 50%;
  margin: 0 10px;
}
.vid-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
  .select-sec {
  height: 30rem;
  overflow-y: auto;
  padding: 0 10px;
}
ul#tabs li:not(:nth-child(1)) {
  padding-top: 20px;
}*/

.select-sec ul {
  border-bottom: 1px solid #2d2d2d;
}
.select-sec ul li {
  padding: 10px 20px;
  background: #ec1c23;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid #ec1c12;
  color: #fff;
  list-style: none;
}
.select-sec ul li.inactive {
  color: #ffffff40;
}
.select-sec ul li.inactive {
  background: #181717;
  border: 1px solid #ffffff40;
}

.prod-section ol#faq_modal li.question {
  width: calc(100% / 4);
  list-style: none;
  padding: 10px;
}
ul#tabs {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

ul#tabs li img {
  width: 100%;
}
ul#tabs li.inactive img {
  border-right: 0 solid #ec1c23;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
ul#tabs li img {
  border-right: 5px solid #ec1c23;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/*SLOT HOME*/
.slot-section {
  background: #181717;
}
.jackpot {
  position: relative;
  width: 30.3%;
}
.jackpot img {
  width: 100%;
}
.jackpot span {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
#jackpot {
  position: absolute;
  text-align: center;
  top: 9rem;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.games {
  width: 100%;
}
.games > ul {
  display: flex;
}
.games-content ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.games-content ul li {
  width: calc(100% / 5.5);
  margin: 4px 7px;
  transition: 0.3s;
  border-radius: 5px;
  overflow: hidden;
}
.games-content ul > li > img {
  width: 100%;
}
.more-games {
  flex-grow: 3;
  text-align: right;
}
.games > ul li {
  padding: 10px 20px;
  background: #ec1c23;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid #ec1c12;
  list-style: none;
}
.games > ul li.inactive {
  background: #181717;
  border: 1px solid #ffffff40;
}
.games > ul li a {
  color: #fff;
  text-decoration: none;
}
.games > ul li.inactive a {
  color: #ffffff40;
}
.games > ul li.inactive {
  background: #181717;
  border: 1px solid #ffffff40;
}

.games > ul li:hover a {
  color: #fff;
  transition: 0.2s;
}
.games > ul li:hover {
  background: #ec1c23;
  transition: 0.2s;
}
ul#tabss {
  border-bottom: 1px solid #2d2d2d;
}
.more-games {
  flex-grow: 3;
  text-align: right;
  padding: 10px 20px;
  font-weight: bold;
}
.more-games a {
  color: #ec1c23;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}
.img-box {
  position: relative;
}
.img-box img {
  width: 100%;
}
.hover-box {
  position: absolute;
  padding-top: 15%;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateY(90%);
  opacity: 0;
  background: #000000c7;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.games-content ul li a {
  text-decoration: none;
}
.games-content ul li:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}
.games-content ul li:hover .hover-box {
  transform: translateY(0);
  opacity: 1;
  transition: 0.3s;
}
.hover-box span {
  width: 52%;
  margin: 5px auto;
  border-radius: 5px;
  padding: 3px;
  font-weight: bold;
  cursor: pointer;
}
.hover-box span:last-child {
  background: #a3a3a3;
}
.hover-box span:first-child {
  background: #ec1c12;
  color: #fff;
}
.txt-box {
  background: #000;
  position: relative;
  margin: 0;
  display: flex;
  color: #fff;
  padding: 10px 10px 15px;
  justify-content: space-between;
}
.txt-box::before {
  content: "";
  height: 4px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ec1c12;
  position: absolute;
  z-index: 9;
}
.txt-box::after {
  content: "";
  width: 40%;
  height: 6px;
  background: #ec1c12;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin-left: 8px;
  z-index: 9;
  -webkit-transform: perspective(0.5em) rotateX(8deg);
  transform: perspective(0.5em) rotateX(8deg);
}
img.love {
  width: 20px !important;
}
.slot-more {
  margin: 10px 0;
}
.slot-more ul li img {
  width: 100px;
}

.slot-more ul li {
  width: calc(100% / 8);
  padding: 5px;
  list-style: none;
}
.slot-more ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}
.slot-more h3 {
  color: #fff;
}
/*PLAYNOW SECTION*/
.playnow-section {
  padding: 30px 0;
  background: #000;
}
.playnow-section ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.playnow-section ul li {
  margin: 10px;
  padding: 0;
  width: 25em;
  height: 21.2em;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
}
.playnow-section span.title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.content {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 10px;
}
.playnow-section ul li .hoverbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: 100% 0;
  transform-origin: bottom center;
  opacity: 0;
}
.bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0 0 9px 9px;
  overflow: hidden;
}
.bottom {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 9px 9px;
  height: 45px;
  margin-top: 10px;
}
.playnow-section ul li .bottom {
  opacity: 1;
  transform: translateY(100%);
  margin-top: 0;
  height: 55px;
}
.bottom::before {
  height: 5px;
  width: 40%;
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
  transform: perspective(10px) rotateX(10deg);
}
.bottom span {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.playnow-section ul li .bottom {
  opacity: 1;
  margin-top: 20px;
  height: 45px;
  transform: translateY(90%);
}

.playnow-section ul li:hover .bottom {
  transform: translateY(0%);
  opacity: 1;
  transition: transform 0.2s, opacity 0.2s;
  transition-delay: 0.3s;
}

.playnow-section ul li:first-child span.title {
  color: #f1c300;
}
.playnow-section ul li:first-child {
  background: url(images/1-new.png) center center no-repeat;
}
.playnow-section ul li:first-child:hover .hoverbox {
  background: url(images/1h-new.png) bottom center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 24em;
  top: -40px;
  opacity: 1;
  left: 0;
  transition: background-size 0.2s, opacity 0.2s;
}
.playnow-section ul li:first-child:hover .bottom {
  margin-top: 20px;
  height: 45px;
  transform: translateY(0%);
}
.playnow-section ul li:first-child .bottom::before {
  background: #f1c300;
}
.playnow-section ul li:first-child .bottom {
  background: #f1c300;
}

.playnow-section ul li:nth-child(2) span.title {
  color: #ec1c23;
}
.playnow-section ul li:nth-child(2) {
  background: url(images/2-new.png) center center no-repeat;
}
.playnow-section ul li:nth-child(2):hover .hoverbox {
  background: url(images/2h-new.png) bottom center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 24em;
  top: -40px;
  opacity: 1;
  left: 0;
  transition: background-size 0.2s, opacity 0.2s;
}
.playnow-section ul li:nth-child(2):hover .bottom {
  margin-top: 20px;
  height: 45px;
  transform: translateY(0%);
}
.playnow-section ul li:nth-child(2) .bottom::before {
  background: #ec1c23;
}
.playnow-section ul li:nth-child(2) .bottom {
  background: #ec1c23;
}

.playnow-section ul li:nth-child(3) span.title {
  color: #02c7bd;
}
.playnow-section ul li:nth-child(3) {
  background: url(images/3-new.png) center center no-repeat;
}
.playnow-section ul li:nth-child(3):hover .hoverbox {
  background: url(images/3h-new.png) bottom center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 24em;
  top: -40px;
  opacity: 1;
  left: 0;
  transition: background-size 0.2s, opacity 0.2s;
}
.playnow-section ul li:nth-child(3):hover .bottom {
  margin-top: 20px;
  height: 45px;
  transform: translateY(0%);
}
.playnow-section ul li:nth-child(3) .bottom::before {
  background: #02c7bd;
}
.playnow-section ul li:nth-child(3) .bottom {
  background: #02c7bd;
}
.playnow-section ul li:nth-child(4) span.title {
  color: #b401e2;
}
.playnow-section ul li:nth-child(4) {
  background: url(images/4-new.png) center center no-repeat;
}
.playnow-section ul li:nth-child(4):hover .hoverbox {
  background: url(images/4h-new.png) bottom center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 24em;
  top: -40px;
  opacity: 1;
  left: 0;
  transition: background-size 0.2s, opacity 0.2s, margin-top 0.2s;
}
.playnow-section ul li:nth-child(4):hover .bottom {
  margin-top: 20px;
  height: 45px;
  transform: translateY(0%);
}
.playnow-section ul li:nth-child(4) .bottom::before {
  background: #b401e2;
}
.playnow-section ul li:nth-child(4) .bottom {
  background: #b401e2;
}

/*FOOTER*/
#theme-footer {
  background: #191919;
  padding: 30px 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ft-1 {
  display: flex;
}

.ft-1 ul {
  display: flex;
  flex-direction: column;
  margin: 0 60px 0 0;
  padding: 0;
}
.ft-1 ul li {
  padding: 0px 10px 10px 0;
  margin: 0;
  list-style: none;
}
.ft-1 ul li a {
  color: #808080;
  text-decoration: none;
}
.ft-2 {
  width: 20%;
}
.ft-2,
.ft-3 {
  display: flex;
  flex-direction: column;
}

.ft-1 img,
.ft-2 img,
.ft-3 img {
  width: auto;
  height: 35px;
  padding: 5px;
  margin: 10px 5px 0 0;
}
.ft-1 ul li:first-child,
.ft-2 ul li:first-child,
.ft-3 ul li:first-child,
.ft-4 .download {
  color: #fff;
}
.certs,
.g-license {
  margin-bottom: 30px;
}
.certs ul li,
.g-license ul li,
.payment ul li,
.social ul li {
  filter: grayscale(1);
}
.certs ul li:hover,
.g-license ul li:hover,
.payment ul li:hover,
.social ul li:hover {
  filter: grayscale(0);
  transition: filter 0.3s;
}

.certs ul,
.payment ul,
.social ul,
.g-license ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.certs ul li:first-child,
.payment ul li:first-child,
.social ul li:first-child,
.g-license ul li:first-child {
  flex-grow: 2;
  width: 100%;
}
.social ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.social-2 ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.social-2 ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 3px 0;
  color: #fff;
}
.social-2 svg {
  fill: #575757;
  width: 30px;
  margin-right: 5px;
}
.social-2 a {
  color: #fff;
}
.download-box {
  position: relative;
  background: #2e3035;
  margin-top: 20px;
}
.download-box img {
  width: 100%;
  margin-top: -20px;
}
.download {
  display: flex;
  flex-direction: column;
}
.download-box p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.download-os {
  display: flex;
  border: 1px solid #2e3035;
  justify-content: space-evenly;
}
.download-os img {
  width: 55px;
  background: #fff;
}
.d-android,
.d-ios {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 5px;
}
.d-btn {
  padding: 10px;
}
.d-btn a {
  background: #ec1c23;
  padding: 4px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}
.copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  margin: 20px 0;
}
.copyright p {
  margin: 0;
  color: grey;
}
.copyright img {
  margin-left: 15px;
}
.footer-line {
  width: 100%;
  border-bottom: 1px solid #252526;
}
.footer-mid {
  padding: 20px 0;
}
#more {
  display: none;
}
.footer-mid h3 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.footer-mid p {
  margin: 0;
  color: grey;
}
.footer-mid button#myBtn {
  background: unset;
  text-decoration: underline;
  margin: 0;
  padding: 15px 0;
  color: grey;
  font-size: 10px;
  outline: none;
  border: 0;
}

.fb-1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 10px 0 30px 0;
}
.fb-1 .logo {
  width: 12%;
  padding: 10px;
  filter: grayscale(1) contrast(0.1);
}

/*GAME*/
.prod-page {
  background: #000;
}
.prod-page .games-content img {
  width: 100%;
}
.games-content {
  position: relative;
}
.games-box {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-70%);
  width: 30%;
  text-align: center;
}
.game-logo {
  width: 60%;
  margin: auto;
}
.game-log img {
  width: 100%;
}
.game-desc {
  padding: 20px 0 30px;
}
.game-desc span {
  font-size: 20px;
  color: #fff;
}

.game-btn a {
  cursor: pointer;
  background: #ec1c23;
  padding: 5px 30px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

ul#game-tabs {
  display: flex;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px;
}
ul#game-tabs::after {
  content: "";
  flex: auto;
}
#theme-contain-poker ul#game-tabs::after,
#theme-contain-lottery ul#game-tabs::after {
  flex: unset;
}
ul#game-tabs li {
  border: 0px solid red;
  list-style: none;
  padding: 7px;
  width: 15%;
  margin: 5px 10px;
  background: #2e2d2d;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
ul#game-tabs li:hover {
  transform: translateY(-10%);
  transition: 0.3s;
  transition-delay: 0.1s;
}
ul#game-tabs li img {
  width: 100%;
}
ul#game-tabs li::before {
  content: "";
  height: 3px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ec1c12;
  position: absolute;
  z-index: 9;
}
ul#game-tabs li::after {
  content: "";
  width: 60%;
  height: 5px;
  background: #ec1c12;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: auto;
  z-index: 9;
  -webkit-transform: perspective(0.5em) rotateX(8deg);
  transform: perspective(0.5em) rotateX(8deg);
}
.prod-page .container {
  margin-top: -5%;
}

/*SLOT*/
#theme-contain-slot {
  background: #1d1d1d;
}
.slot-banner {
  background: url(images/slotbanner.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.slot-banner img {
  width: 100%;
}

.slot-jackpot {
  position: absolute;
  bottom: 108px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 22%;
}
.jackpot-title {
  color: #9c9c9c;
  font-weight: bold;
}
.slot-jackpot .jackpot {
  position: unset;
}
.slot-jackpot #jackpot {
  position: unset;
  color: #fff000;
}
.slot-jackpot .jackpot span {
  color: #fff000;
  font-size: 35px;
}
.slot-container {
  display: flex;
  width: auto;
}
ul#slot-tabs {
  display: flex;
  padding: 0px 10px 0px 30px;
  flex-direction: column;
}
ul#slot-tabs li {
  padding: 10px 0;
  list-style: none;
}
ul#slot-tabs li:not(:last-child) {
  border-bottom: 1px solid #3f4143;
}
ul#slot-tabs li img {
  width: 100px;
}
.slot-side {
  background: #282828;
  border-radius: 20px 0 0 20px;
}
.slot-game {
  padding: 15px 0px 15px 20px;
}
ul#slot-tabs li.inactive {
  filter: grayscale(1);
}
.slot-game .games-content ul li {
  width: calc(100% / 5);
  padding: 10px;
  margin: 0;
}

.slot-game .more-games {
  text-align: left;
  padding: 20px 10px;
}
ul#games-subtab {
  padding: 10px 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
ul#games-subtab li {
  padding: 0px 35px;
  list-style: none;
  color: #5c5c5c;
  border-right: 1px solid #606060;
  cursor: pointer;
  font-weight: bold;
}
ul#games-subtab li:not(.inactive) {
  color: #ec1c12;
}

/*VIP*/
#theme-contain-vip {
  background: #131112;
}
.vip-banner {
  position: relative;
}
.vip-banner img {
  width: 100%;
}
.vip-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 25%;
  margin-right: 10%;
}
.vip-title h4 {
  font-weight: bold;
  color: #fff;
}
.vip-title p {
  color: #909090;
}
.vip-table {
  width: 80%;
  margin: auto;
}
.vip-table table {
  margin: auto;
  width: 100%;
}
.vip-table th:first-child,
.vip-table td:first-child {
  text-align: left;
  color: #fff;
}
.vip-table th,
.vip-table td {
  text-align: center;
  padding: 15px;
  font-size: 13px;
  color: gold;
}
.vip-table tr.table-top,
.vip-table table tbody {
  border-bottom: 1px solid #363434;
}
.vip-table thead tr:nth-child(2) {
  background: unset;
}
.vip-table th {
  color: #ffa012;
}
.vip-table th:first-child {
  color: #ffab16;
}
.vip-table tr td:first-child {
  width: 40%;
}
.vip-table tr.table-top th {
  border: unset;
}
.vip-table tr.table-top th:first-child {
  vertical-align: bottom;
  background: unset;
  color: #ff9608;
  font-size: 23px;
  font-weight: bold;
}

.vip-table tr th img {
  width: 80%;
  padding: 15px;
}
.vip-table tr td img {
  width: 14%;
}
.vip-table > p {
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
ul.vip-info {
  margin: 0;
  padding: 15px;
}
ul.vip-info li {
  padding: 10px 5px;
  color: #858385;
  list-style: circle;
}

/*PROMOTION*/
#theme-contain-promotion {
  background: url(images/background-register.png) center center no-repeat,
    #242424;
  background-size: cover;
}
ul#promo-tab {
  display: flex;
  margin: 0;
  padding: 0 10px;
}
ul#promo-tab li {
  padding: 5px 15px;
  color: #fff;
  list-style: none;
  font-size: 15px;
  border-right: 1px solid #383838;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s;
}
span.total {
  padding-left: 7px;
  color: #ec1c12;
}
ul#promo-tab li:not(.inactive),
ul#promo-tab li:hover {
  opacity: 1;
  transition: 0.2s;
}
ol#faq_modal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
}
ol#faq_modal::after {
  content: "";
  flex: auto;
}
ol#faq_modal li.question {
  width: calc(100% / 3.2);
  list-style: none;
}
.promo a {
  text-decoration: none;
}
.promo {
  padding: 5px 0;
  display: flex;
  flex-direction: column;
}
.promo-img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.promo-img img {
  width: 100%;
}
.promo-txt {
  position: relative;
  color: #5a5a5a;
  background: #000;
  border-radius: 0 0 20px 20px;
  padding: 15px;
}
.promo-txt span {
  color: #ec1c12;
}
.promo-txt::before {
  height: 3px;
  background: #ec1c12;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
.promo-txt::after {
  height: 3px;
  background: #ec1c12;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  width: 30%;
  margin: auto;
  transform: perspective(0.5em) rotateX(354deg);
  content: "";
}
.promo-txt h3 {
  color: #fff;
  font-weight: bold;
  margin: 0 0 15px 0;
  font-size: 19px;
}
.promo-txt p {
  font-size: 13px;
  color: #868686;
  margin-bottom: 20px;
}
.promo-btn {
  display: flex;
  padding-bottom: 5px;
}
.pbtn-info,
.pbtn-apply {
  padding: 5px 10px;
  background: #3a3a3a;
  font-size: 15px;
  border-radius: 5px;
  margin-right: 10px;
}
.pbtn-apply {
  background: #e12c12;
}
.promo-btn a,
.pbtn-apply a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.fancybox-inner .promo {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 20px;
  border-bottom: 1px solid #313131;
}
.fancybox-inner .promo-txt h3 {
  font-size: 15px;
}
.fancybox-inner .promo-txt {
  color: #5a5a5a;
  background: #000;
  font-size: 13px;
}
.fancybox-inner .promo-txt::before,
.fancybox-inner .promo-txt::after {
  display: none;
}
.fancybox-inner > div > h4,
.fancybox-inner > div > p {
  margin: 0;
}

.fancybox-inner .promo-btn {
  padding-bottom: 10px;
}
.fancybox-inner .promo-header {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #ec1c12;
  border-radius: 20px 20px 0 0;
}
.fancybox-inner h4 {
  display: none;
}
.fancybox-skin {
  border-radius: 20px;
}
.fancybox-inner .promo-img,
.fancybox-inner .promo-txt {
  border-radius: 0;
  width: 100%;
}
.fancybox-inner {
  width: 100% !important;
  background-color: #1f1f1f;
}
.fancybox-wrap {
  width: 60% !important;
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
}
.fancybox-close {
  top: -11px;
  right: -1px;
}
.fancybox-inner strong {
  font-size: 15px;
  color: #fff;
}
.fancybox-inner p {
  color: #9a9a9a;
  margin-bottom: 20px;
  font-size: 14px;
}
.fancybox-inner ol li {
  color: #9a9a9a;
  font-size: 14px;
}
.fancybox-inner > div > div {
  padding: 20px;
}
.fancybox-inner table {
  width: 100%;
}

/*LOTTERY*/

#Magnumimg {
  background: url(/theme/ubet333-desktop/imgs/4D_magnum.png) left no-repeat #383838;
  height: 50px;
  width: 85px;
}
#PMPimg {
  background: url(/theme/ubet333-desktop/imgs/4D_damacai.png) left no-repeat;
  height: 50px;
  width: 85px;
}
#Totoimg {
  background: url(/theme/ubet333-desktop/imgs/4D_toto.png) left no-repeat;
  height: 50px;
  width: 85px;
}
#Singaporeimg {
  background: url(/theme/ubet333-desktop/imgs/4D_sgpool.png) left no-repeat;
  height: 50px;
  width: 85px;
}
#Sabahimg {
  background: url(/theme/ubet333-desktop/imgs/4D_sabah88.png) left no-repeat;
  height: 50px;
  width: 85px;
}
#Sandakanimg {
  background: url(/theme/ubet333-desktop/imgs/4D_stc.png) left no-repeat;
  height: 50px;
  width: 85px;
}
#Sarawakimg {
  background: url(/theme/ubet333-desktop/imgs/4D_cashsweep.png) left no-repeat;
  height: 50px;
  width: 85px;
}
#GDLottoimg {
  background: url(/theme/ubet333-desktop/imgs/4D_gdlotto.png) left no-repeat;
  height: 50px;
  width: 85px;
}
#Perdanaimg {
  background: url(/theme/ubet333-desktop/imgs/4D_perdana.png) left no-repeat;
  height: 50px;
  width: 85px;
}
#LuckyHari-Hariimg {
  background: url(/theme/ubet333-desktop/imgs/4D_luckyharihari.png) left no-repeat;
  height: 50px;
  width: 85px;
}
#GOOD4Dimg {
  background: url(/theme/ubet333-desktop/imgs/4D_good4d.png) left no-repeat;
  height: 50px;
  width: 85px;
}

#THV88,
#GDLotto,
#Toto-5D,
#Toto-6D {
  display: none;
}

#Magnum .panel-heading,
#Magnum .logo {
  background: #f2bc00;
  color: #000 !important;
}
#PMP .panel-heading,
#PMP .logo {
  background: #148ea4;
}
#Toto .panel-heading,
#Toto .logo {
  background: #dd0000;
}
#Singapore .panel-heading,
#Singapore .logo {
  background: #12689a;
}
#Sabah .panel-heading,
#Sabah .logo {
  background: #eee;
  color: #000 !important;
}
#Sandakan .panel-heading,
#Sandakan .logo {
  background: #2f9405;
}
#Sarawak .panel-heading,
#Sarawak .logo {
  background: #094405;
}
#GDLotto .panel-heading,
#GDLotto .logo {
  background: #95650a;
}
#Perdana .panel-heading,
#Perdana .logo {
  background: #777;
}
#LuckyHari-Hari .panel-heading,
#LuckyHari-Hari .logo {
  background: #00aced;
}
#GOOD4D .panel-heading,
#GOOD4D .logo {
  background: #ffd45e;
  color: #000 !important;
}

#Magnum .panel-default {
  border: 3px solid #f2bc00;
  border-radius: 10px;
  overflow: hidden;
}
#PMP .panel-default {
  border: 3px solid #148ea4;
  border-radius: 10px;
  overflow: hidden;
}
#Toto .panel-default {
  border: 3px solid #dd0000;
  border-radius: 10px;
  overflow: hidden;
}
#Singapore .panel-default {
  border: 3px solid #12689a;
  border-radius: 10px;
  overflow: hidden;
}
#Sabah .panel-default {
  border: 3px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}
#Sandakan .panel-default {
  border: 3px solid #2f9405;
  border-radius: 10px;
  overflow: hidden;
}
#Sarawak .panel-default {
  border: 3px solid #094405;
  border-radius: 10px;
  overflow: hidden;
}
#GDLotto .panel-default {
  border: 3px solid #95650a;
  border-radius: 10px;
  overflow: hidden;
}
#Perdana .panel-default {
  border: 3px solid #777;
  border-radius: 10px;
  overflow: hidden;
}
#LuckyHari-Hari .panel-default {
  border: 3px solid #00aced;
  border-radius: 10px;
  overflow: hidden;
}
#GOOD4D .panel-default {
  border: 3px solid #ffd45e;
  border-radius: 10px;
  overflow: hidden;
}

#LuckyHari-Hari .col-sm-9 {
  font-size: 14px;
}
#Magnum #datetime label,
#GOOD4D #datetime label,
#Sabah #datetime label {
  color: #000;
}

#datetime {
  text-align: right;
}
#datetime label {
  background: transparent;
}
#datetime .col-sm-12 {
  padding: 0;
}

.panel.panel-default {
  background-color: #2e2e2e;
}
.panel-body label {
  color: #fff;
  background: #000;
  padding: 4px;
  width: 100%;
}

.panel-body #TopThree .col-sm-4 {
  padding: 1px;
}

#TopThree,
#Special,
#Consolation {
  padding: 10px 20px;
}

.popwin {
  color: #fff;
}
#TopThree {
  padding-top: 20px;
}
#Consolation {
  padding-bottom: 20px;
}
.login .logo {
  width: 50%;
  margin: auto;
  padding: 10px 0;
}
#customform #customform_UserName,
#customform #customform_Password {
  width: 100%;
  font-size: 15px;
  border: 0;
  border-bottom: 1px solid white;
  padding: 10px 10px 10px 0px;
  margin: 0;
  color: #fff;
  background: transparent;
  outline: unset;
}
#registerform_btnSubmit,
input#customform_submit {
  background: #ffffff;
  color: #000;
  padding: 5px 30px;
  border: 0px solid #ec1c12;
  border-radius: 0 0 10px 10px;
  outline: unset;
  float: right;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.login #customform {
  width: 50%;
  margin: auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
.login #customform dl {
  margin: 0;
}
.login-btm {
  text-align: center;
  padding: 30px;
}
.modal-content {
  background: linear-gradient(180deg, #2b2b2b, #3d0300);
  box-shadow: 0 0 15px rgb(157 0 0 / 50%);
}
.modal-body {
  color: #aaaaaa;
}
.modal-header {
  padding: 0;
  border: unset;
  height: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}
.modal-header .close {
  margin-top: -1px;
  padding: 8px 13px;
  background: #ec1c12;
  opacity: 1;
  border-radius: 50%;
  color: #fff;
  text-shadow: none;
}
.modal-dialog {
  width: 40%;
  margin: 6% auto;
}

#reg-title1 {
  font-size: 36px;
  color: #fff;
  font-weight: 900;
}
#reg-desc p {
  font-weight: 800;
  font-size: 18px;
}
#reg-title1 span,
#reg-desc p {
  color: #dfdd00;
  background: #ec1c12;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#reg-desc {
  border-left: 5px solid #ec1c12;
  margin: 10px 0px 0px;
  padding: 0px 15px;
}
#reg-desc ul {
  width: 100%;
  text-align: justify;
}
#reg-desc ul li {
  padding: 10px;
  color: #000;
}
.reg p {
  font-size: 10px;
  color: grey;
  margin-top: 20px;
}

.register #registerform {
  width: 100%;
  border: 0px solid red;
  overflow: auto;
}
.register #registerform dl {
  margin-bottom: 5px;
}
.register #registerform dt {
  width: 100%;
  color: #927d37;
  font-size: 10px;
  display: none;
}
.register #registerform dd {
  text-align: left;
}
.register #registerform textarea,
.register #registerform input[type="text"],
.register #registerform input[type="text"],
.register #registerform input[type="password"] {
  width: 100%;
  color: #000;
  font-size: 13px;
  padding: 10px;
  background: white;
  border: 1px solid #9a9a9a !important;
  border-radius: 5px;
  margin: 5px 0;
}

.register #registerform #registerform_Currency {
  background: #fff;
  border-radius: 0px;
  width: 100%;
  color: #757575;
  border: 1px solid #9a9a9a !important;
  padding: 10px;
  border-radius: 5px;
  outline: unset;
}
.register #registerform #groupSubmit dd {
  float: left;
  width: 100%;
}

.register #registerform .btnCheckUser,
#registerform_btnSubmit {
  color: #fff;
  font-weight: bold;
  background: #ec1c12;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 11px;
  outline: 0;
  border: 0;
}

dl#groupVerifyCode {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.register #registerform dl#groupCurrency {
  width: 100%;
}
.register input::placeholder {
  transform: translateX(0px);
  transition: 0.4s;
}
.register input:focus::placeholder {
  transform: translateX(200px);
  transition: 0.4s;
  opacity: 0;
  transition-timing-function: ease-in;
}
.register {
  display: flex;
  background: #fff;
  border-radius: 10px;
  justify-content: space-evenly;
  width: 70%;
  margin: 20px auto;
  flex-wrap: wrap;
}
.reg-txt {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  background: #ec1c12;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 25px;
}
.regis-box {
  width: 35%;
}
.small,
small {
  color: #141414 !important;
  margin-top: 5px;
}
.small.w3-text-green {
  color: green !important;
}
.small.w3-text-red {
  color: red !important;
}
.sub-box {
  margin: 20px 20px 0 20px;
  background: #fff;
  padding: 30px;
  border-radius: 10px 10px 0 0;
  color: #6a6b6d;
}
.sub-title {
  font-size: 30px;
  font-weight: bold;
  padding: 0 20px;
}
.sub-txt {
  font-size: 20px;
  padding: 0 20px;
}
.live-tv {
  margin: 15px;
}
#api-leaguefeed .brick > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.api-leaguefeed-free-wall .brick {
  min-height: 217px;
  margin: 10px;
  position: unset !important;
  display: inline-block;
  vertical-align: top;
  width: 18%;
  text-align: center;
}
#api-leaguefeed {
  clear: both;
  display: block;
  width: 100%;
  height: unset !important;
  position: unset !important;
  text-align: center;
}
#api-leaguefeed .brick > ul > li {
  padding: 5px 10px;
}
#api-leaguefeed #versus {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 20px 0;
}
#api-leaguefeed #livetv a,
#api-leaguefeed #livetv a:visited {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #ec1c12;
  padding: 10px;
  border-radius: 10px;
}
.accordion {
  background-color: #eee0;
  color: #444;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.2s;
}

.accordion:hover {
  background-color: #000000;
  color: #fff;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*------------------------------------------------------    MOBILE VIEW  -----------------------------------------------------*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #theme-frame,
  .container {
    width: 100%;
    flex: 100%;
    padding: 0;
  }
  #theme-header,
  #theme-header-link .container {
    display: flex;
    flex-direction: column;
  }
  #logo {
    background: #252525;
    width: 100%;
  }
  .logo {
    width: 60%;
    margin: auto;
  }
  #cssmenu #menu-button {
    color: #161616;
    padding: 16px;
  }
  #cssmenu #menu-button::before {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  #cssmenu #menu-button::after {
    background: #ffffff;
  }
  .header-link {
    flex-direction: column;
  }
  .header-left,
  .header-right {
    flex-direction: row;
    justify-content: space-between;
  }
  .dropdown:hover .dropdown-content {
    left: -36px;
  }
  .item-title {
    text-align: center;
  }
  .contact-list li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .step {
    background: url(images/step.png) no-repeat 50%;
    background-size: cover;
    height: 220px;
    /* display: flex; */
    /* margin-bottom: 15px; */
  }
  .step ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .step ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
    width: 70%;
  }
  .step ul li div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .step ul li div span {
    padding: 10px;
  }
  .step ul li div span:nth-child(2) {
    font-size: 15px;
  }
  .sports-group,
  .prod-box .playnow-section,
  .playnow-section ul,
  .playnow-section ul li,
  .contact-list {
    flex-flow: column;
  }

  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a,
  #cssmenu #menu-button {
    text-align: center;
  }
  #cssmenu > ul > li {
    margin: 0;
  }
  #theme-menu {
    width: 100%;
  }
  #theme-header-content {
    order: -1;
  }
  .sports-sec {
    width: 100%;
  }
  .sports-sec .item-title {
    padding: 0px 30px;
  }
  #imageCarousel .content-img {
    width: 100%;
  }
  #imageCarousel .carousel-inner {
    height: 250px;
  }
  #imageCarousel ol.carousel-indicators {
    position: unset;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  #imageCarousel ol.carousel-indicators {
    left: 2%;
    top: 22px;
  }
  .playnow-section ul {
    align-items: center;
  }
  .playnow-section ul li {
    margin-bottom: 30px;
  }

  .contact-box ul.contact {
    padding: 20px 0;
    margin: 0;
    margin-top: 45px;
  }
  .contact-box img {
    display: none;
  }
  .contact-box {
    background: #3f3f3f;
  }
  .contact-list {
    display: flex;
    left: 0;
    transform: unset;
    flex-direction: row;
    top: 0;
    position: unset;
    justify-content: center;
  }
  .prod-section .prod-box {
    display: flex;
    flex-direction: column;
  }
  .vid-sec {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .vid-frame iframe {
    position: unset;
  }
  .select-sec ul li.inactive {
    background: #181717;
    border: 1px solid #ffffff40;
    margin-right: 0;
  }
  .vid-sec ol#faq_modal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .prod-section ol#faq_modal li.question {
    width: calc(100% / 2);
    padding: 4px 7px;
  }
  .select-sec ul li:last-child {
    margin-top: 11px;
  }
  ul#tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .slot-section .prod-box {
    display: flex;
    flex-direction: column;
  }
  .jackpot {
    position: relative;
    width: 90%;
    margin: auto;
  }
  .jackpot span {
    top: 2.5rem;
    font-size: 25px;
  }
  ul#tabss {
    border-bottom: 1px solid #2d2d2d;
    margin: 10px 0;
  }
  .games-content ul li {
    width: calc(100% / 3);
    margin: 0;
    padding: 10px;
  }
  ul#slot-tabs li:not(:last-child) {
    border-bottom: 0px;
  }
  .footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .ft-1 {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
  .ft-2,
  .ft-3 {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: stretch;
  }
  .ft-1 ul {
    display: flex;
    margin: auto;
    padding: 0;
    flex-direction: column;
  }
  .certs ul,
  .payment ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-evenly;
    flex-direction: row;
  }
  .certs,
  .payment,
  .g-license {
    margin-bottom: 30px;
  }
  .ft-4 {
    margin-top: 23px;
  }
  .copyright {
    justify-content: space-around;
  }
  .footer-mid {
    padding: 20px;
  }
  .fb-1 .logo {
    width: 32%;
    margin: unset;
  }
  .modal {
    padding: 0;
  }
  .modal-dialog {
    width: 90%;
    margin: 20% auto;
  }
  .login #customform {
    width: 75%;
    padding: 10px 0;
  }
  .login-btm {
    text-align: center;
    padding: 0 30px;
  }
  .register {
    width: 90%;
  }
  .regis-box {
    width: 80%;
  }
  .regis-dtl {
    padding: 10px;
  }
  #reg-desc {
    border-left: 0px solid #ec1c12;
    margin: 10px 0px 0px;
    padding: 0;
  }
  #reg-title1 span {
    color: #dfdd00;
    background: #ec1c12;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
  }
  ul#game-tabs li {
    width: calc(100% / 4);
    padding: 0px;
    margin: 5px;
  }
  ul#game-tabs li::after,
  ul#game-tabs li::before {
    height: 2px;
  }
  .games-box {
    transform: unset;
    position: unset;
    width: 100%;
    margin-top: -32px;
    margin-bottom: 15px;
    padding: 20px;
  }
  .lottery-new {
    width: 90%;
    margin: auto;
  }
  button.btn.btn-primary.btnReload.Timer {
    background: #ec1c12;
    margin: 15px;
  }
  .vip-title {
    position: unset;
    width: 80%;
    transform: unset;
    margin: auto;
  }
  .vip-table {
    width: 100%;
    margin: auto;
  }
  .vip-table th,
  .vip-table td {
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    color: gold;
  }
  .vip-table tr th img {
    width: 40px;
    padding: 5px;
  }
  ul.vip-info {
    margin: 0;
    padding: 0;
  }
  ul.vip-info li {
    padding: 10px 5px;
    color: #858385;
    list-style: circle;
    margin: 0 20px;
  }
  ul#promo-tab {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ol#faq_modal li.question {
    width: 90%;
    list-style: none;
    padding: 5px;
  }
  .slot-container {
    display: flex;
    width: auto;
    flex-wrap: wrap;
  }
  .slot-side {
    border-radius: 20px;
  }
  .slot-game {
    padding: 12px;
  }
  ul#slot-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .slot-game .games-content ul li {
    width: calc(100% / 2);
    margin: 0;
  }
  .slot-jackpot,
  .slot-jackpot .jackpot span {
    position: unset;
    width: 100%;
    background: linear-gradient(360deg, #940000, transparent);
    padding: 5px;
    border-radius: 10px;
  }
  .txt-box {
    align-items: center;
    justify-content: space-between;
  }
  .slot-banner > img {
    opacity: 0;
  }
  .jackpot-title {
    color: #ffffff;
    font-weight: bold;
  }
  .slot-more ul li img {
    width: 100%;
  }
  .fancybox-wrap {
    width: 90% !important;
  }
  .fancybox-inner .promo {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  ul#promo-tab {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }
  ul#promo-tab::after {
    content: "";
    flex: auto;
  }
}

/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*------------------------------------------------------    MOBILE VIEW LANDSCAPE -----------------------------------------------------*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #theme-header,
  #theme-header-link .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .logo {
    width: 30%;
    margin: auto;
  }
  .sports-group,
  .prod-box .playnow-section,
  .playnow-section ul,
  .playnow-section ul li,
  .contact-list {
    flex-flow: column;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .prod-section .prod-box {
    display: flex;
    flex-direction: column;
  }
  ul#tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .select-sec ul#tabs li {
    margin-right: 10px;
  }
  .select-sec ul#tabs li:not(:nth-child(1)) {
    padding-top: 10px;
  }
  .select-sec ul li:last-child {
    margin-top: 0px;
  }
  .jackpot {
    width: 50%;
  }
  .step {
    height: unset;
    padding: 10px 0;
  }
  .step ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 0px;
    width: 30%;
  }
  .step ul li div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .step ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .step ul li div span {
    padding: 0;
  }
  .slot-game .games-content ul li {
    width: calc(100% / 4);
    margin: 0;
  }
  .modal-dialog {
    width: 60%;
    margin: 5% auto;
  }
}

/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*------------------------------------------------------    IPAD PORTRAIT -----------------------------------------------------*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #theme-header,
  #theme-header-link .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .logo {
    width: 30%;
    margin: auto;
  }
  .sports-group,
  .prod-box .playnow-section,
  .playnow-section ul,
  .playnow-section ul li,
  .contact-list {
    flex-flow: column;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .prod-section .prod-box {
    display: flex;
    flex-direction: row;
  }
  .select-sec {
    height: 12.5rem;
    overflow-y: auto;
    padding: 0 10px;
  }
  ul#tabs li:not(:nth-child(1)) {
    padding-top: 10px px;
  }
  .jackpot {
    width: 43%;
  }
  #imageCarousel .content-img {
    width: 50%;
  }
  .step {
    height: unset;
    padding: 10px 0;
  }
  .step ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 0px;
    width: 30%;
  }
  .step ul li div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .step ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .step ul li div span {
    padding: 0;
  }
  .slot-game .games-content ul li {
    width: calc(100% / 4);
    margin: 0;
  }
  .modal-dialog {
    width: 60%;
    margin: 5% auto;
  }
}

/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*------------------------------------------------------    IPAD LANDSCAPE -----------------------------------------------------*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #theme-header,
  #theme-header-link .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .logo {
    width: 20%;
    margin: auto;
  }
  .sports-group,
  .prod-box .playnow-section,
  .playnow-section ul,
  .playnow-section ul li,
  .contact-list {
    flex-flow: column;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .prod-section .prod-box {
    display: flex;
    flex-direction: row;
  }
  .select-sec {
    height: 12.5rem;
    overflow-y: auto;
    padding: 0 10px;
  }
  ul#tabs li:not(:nth-child(1)) {
    padding-top: 10px px;
  }
  .jackpot {
    width: 33%;
  }
  #imageCarousel .content-img {
    width: 50%;
  }
  .step {
    height: unset;
    padding: 10px 0;
  }
  .step ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 0px;
    width: 30%;
  }
  .step ul li div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .step ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .step ul li div span {
    padding: 0;
  }
  .games-content ul li {
    width: calc(100% / 5);
    margin: 0;
    padding: 10px;
  }
  .slot-container {
    justify-content: space-evenly;
  }
  .slot-game .games-content ul li {
    width: calc(100% / 5);
    margin: 0;
  }
  .modal-dialog {
    width: 60%;
    margin: 10% auto;
  }
}
