*, *:hover, *:active, *:focus {
  outline: none !important;
}

a, a:hover, a:focus {
  text-decoration: none;
}

body {
  height: auto !important;
  min-height: 100vh;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: normal;
  position: relative;
}

.wrap {
  height: 100%;
  min-height: 100vh;
}

body.show-mobile-menu {
  overflow: hidden;
  position: fixed;
}

.middle-container {
  background: -webkit-linear-gradient(#111c32 0%, #07396a 28.57%, #0d1626 78.82%, #000 100%);
  background: -moz-linear-gradient(#111c32 0%, #07396a 28.57%, #0d1626 78.82%, #000 100%);
  background: -ms-linear-gradient(#111c32 0%, #07396a 28.57%, #0d1626 78.82%, #000 100%);
  background: -o-linear-gradient(#111c32 0%, #07396a 28.57%, #0d1626 78.82%, #000 100%);
  background: linear-gradient(#111c32 0%, #07396a 28.57%, #0d1626 78.82%, #000 100%);
}

::-webkit-input-placeholder {
  color: #6A6A6A;
  font-size: 18px;
}

:-ms-input-placeholder {
  color: #6A6A6A;
  font-size: 18px;
}

::placeholder {
  color: #6A6A6A;
  font-size: 18px;
}

:-internal-autofill-previewed {
  font-size: 18px !important;
}

.sub-container {
  max-width: 1088px;
  margin: 0 auto;
}

.btn:hover:after {
  background: none;
}

::selection {
  background: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.middle-container .middleWrap {
  height: auto !important;
}

.footerWrap, .footer-container, .bottom-container {
  display: block !important;
}

.pinnacleFrameWrap {
  height: 800px !important;
}

.middleWrap .contentWrap {
  border-radius: 0;
  background: #07223C;
  padding: 15px;
}

.middleWrap {
  padding: 20px 0 0;
  padding-bottom: 100px !important
}

.middleWrap > .top-section {
  background: #0D1626;
  text-align: center;
}

.middleWrap > .top-section h2 {
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.align-center {
  text-align: center;
}

.form-group {
  position: relative;
}

.txt-red {
  color: #D82B29 !important;
}

.txt-red-pink {
  color: #EA5E5E !important;
}

.txt-yellow {
  color: #FFC33B !important;
}

.txt-blue {
  color: #3B85D0 !important;
}

.list-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.list-responsive::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.list-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.list-responsive::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

button, button.btn {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}

.paging {
  padding: 20px 0 15px;
}

.paging a {
  margin: 0 5px;
  border: 0;
  padding: 5px 11px;
  font-size: 16px;
  color: #FFC33B;
  background: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}

.paging a.now {
  background: #FFC33B;
  color: #171717;
}

.paging a:first-child,
.paging a:last-child {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.paging a:hover {
  background: #FFC33B;
  color: #171717;
}

strong {
  font-weight: 500 !important;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-border-yellow {
  border: 2px solid #FFC33B;
  background: none;
  padding: 12px 20px;
  min-width: 178px;
  font-size: 20px;
  font-weight: 500;
  color: #FFC33B;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

.btn-yellow {
  border: 2px solid #FFC33B;
  background: #FFC33B;
  padding: 12px 20px;
  min-width: 178px;
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.btn-yellow:hover {
  background: #FFC33B;
  color: #242424;
}

.btn-yellow svg {
  width: 25px;
  margin-left: 10px;
}

.modal-dialog {
  overflow: hidden;
}

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

.alert-modal {
  margin: auto;
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.alert-modal .modal-content .modal-form {
  /* display: flex; */
  /* flex-direction: column; */
  /* flex-wrap: nowrap; */
  /* align-content: space-around; */
  /* align-items: flex-start; */
  /* justify-content: flex-end; */
  text-align: center;
  width: 100%;
}

.alert-modal .modal-content{
  background-color: #fefefe;
  margin: 0% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  max-width: 400px;
}
.alert-modal .modal-content .modal-form .description {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.alert-modal .modal-content{
  padding: 30px;
  background: #07223D;
  color: #8C8C8C;
  font-size: 14px;
} 

.alert-modal .modal-content .btn{
  color: #242424;
  font-size: 16px;
  padding: 7px 24px;
  border: 0;
  background: #FFC33B;
  line-height: 21px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px !important;
}
.modal-dialog .modal-content {
  background: #07223C;
  padding: 38px 60px 75px;
  color: #fff;
  background: #07223c;
  border: 2px solid #ffc33b;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.modal-content .background-bottom-container {
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 100%;
  height: 140px;
  background: url("../images/Path 180.png") no-repeat;
  background-size: contain;
  z-index: -1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.modal-content button.close {
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

[data-notify='container'] {
  font-size: 14px;
  padding: 10px 30px 10px 15px !important;
  width: auto !important;
  display: -webkit-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  z-index: 99999 !important;
  top: 20px !important;
}

[data-notify='container'] .close {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  font-size: 18px;
}

.popup-signup-container .modal-dialog .modal-content {
  padding-bottom: 0;
}

.txt-yellow {
  color: #FFC33B;
}

.controllWrap > li {
  padding: 0;
}

.green {
  color: #49E54F;
}

.btn-outline-red {
  padding: 8px 15px;
  border: 2px solid #D82B29;
  color: #D82B29;
  font-size: 14px;
  background: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

.btn-outline-red:hover {
  color: #D82B29;
  font-size: 14px;
}

.btn-red {
  padding: 10px 17px;
  border: 0;
  color: #fff;
  font-size: 14px;
  background: -webkit-linear-gradient(#d62424 0%, #6b1212 100%);
  background: -moz-linear-gradient(#d62424 0%, #6b1212 100%);
  background: -ms-linear-gradient(#d62424 0%, #6b1212 100%);
  background: -o-linear-gradient(#d62424 0%, #6b1212 100%);
  background: linear-gradient(#d62424 0%, #6b1212 100%);
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

.btn-red:hover {
  color: #fff;
  font-size: 14px;
}

.btn-blue {
  padding: 10px 17px;
  border: 0;
  color: #fff;
  font-size: 14px;
  background: -webkit-linear-gradient(#3b85d0 0%, #195591 100%);
  background: -moz-linear-gradient(#3b85d0 0%, #195591 100%);
  background: -ms-linear-gradient(#3b85d0 0%, #195591 100%);
  background: -o-linear-gradient(#3b85d0 0%, #195591 100%);
  background: linear-gradient(#3b85d0 0%, #195591 100%);
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

.btn-blue:hover {
  color: #fff;
  font-size: 14px;
}

.middle-container {
  height: 100%;
  width: 100%;
  display: inline-block;
}

.middle-container.betting-container {
  min-height: 100vh;
  padding: 0;
}

.middleWrap .gameCartWrap {
  width: 220px;
  margin: 0;
  background: #062645;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.middleWrap .gameCartWrap .clockWrap {
  height: auto;
  margin: 0;
  background: none;
}

.middleWrap .gameCartWrap .clockWrap:before {
  display: none;
}

.middleWrap .gameCartWrap .clockWrap span {
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
}

.gameCartWrap .head-container {
  padding: 10px;
  color: #ffffff;
  position: relative;
}

.gameCartWrap .top {
  background: -webkit-linear-gradient(#07396a 0%, #041d35 100%);
  background: -moz-linear-gradient(#07396a 0%, #041d35 100%);
  background: -ms-linear-gradient(#07396a 0%, #041d35 100%);
  background: -o-linear-gradient(#07396a 0%, #041d35 100%);
  background: linear-gradient(#07396a 0%, #041d35 100%);
}

.gameCartWrap .head-container:after {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -ms-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 1px;
  background: #195591;
  position: absolute;
  content: '';
  bottom: 0;
  left: 10px;
}

.gameCartWrap .head-container span {
  font-size: 14px;
  color: #ffffff;
}

.gameCartWrap .head-container > div {
  margin-bottom: 13px;
}

.gameCartWrap .head-container > div:last-child {
  margin-bottom: 5px;
}

.gameCartWrap .head-container label {
  margin-bottom: 0;
}

label.toggle label {
  background: #3B85D0;
  height: 20px;
  width: 42px;
}

label.toggle label i {
  display: none;
}

label.toggle label span.toggle {
  width: 16px;
  height: 16px;
  background: #fff;
  top: 2px;
  left: 2px;
}

label.toggle input:checked+label span.toggle {
  left: auto;
  right: 2px;
  background: #fff;
}

label.toggle input:checked+label i {
  display: block;
  font-size: 12px;
  color: #fff;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.middleWrap .gameCartWrap .gameCart {
  padding: 10px;
}

.middleWrap .gameCartWrap .gameCart dt {
  height: auto;
}

.middleWrap .gameCartWrap .gameCart dt:after {
  display: none;
}

.middleWrap .gameCartWrap .gameCart dd.bettingMoney {
  padding: 0;
  background: none;
}

.middleWrap .gameCartWrap .gameCart dd.bettingMoney label {
  margin: 0;
  margin-bottom: 14px;
  padding: 8px 25px 8px 90px;
  background: #195591;
  height: auto;
  color: #fff;
  font-size: 14px;
}

.middleWrap .gameCartWrap .gameCart dd.bettingMoney label:before {
  width: 70px;
  font-size: 14px;
  border-right: 1px solid #3B85D0;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.middleWrap .gameCartWrap .gameCart dd.bettingMoney label:after {
  font-size: 14px;
  top: 50%;
  right: 10px;
  line-height: 27px;
  color: #FFC33B;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.middleWrap .gameCartWrap .gameCart dd.bettingMoney label input {
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  height: 32px;
  font-size: 14px;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.middleWrap .gameCartWrap .gameCart dd.bettingButtons {
  padding: 0;
  background: none;
}

.middleWrap .gameCartWrap .gameCart dd.bettingButtons:after {
  display: none;
}

.middleWrap .gameCartWrap .gameCart dd.bettingButtons .choice {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.middleWrap .gameCartWrap .gameCart dd.bettingButtons .choice button {
  width: 25%;
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 12px;
  color: #fff;
  height: 38px;
  position: relative;
}

.middleWrap .gameCartWrap .gameCart dd.bettingButtons .choice button:after {
  width: 100%;
  content: '';
  background: #fff;
  opacity: 0.1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.middleWrap .gameCartWrap .gameCart dd.bettingButtons .choice button:last-child {
  margin-right: 0;
}

.middleWrap .gameCartWrap .gameCart dd.bettingButtons .action {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.middleWrap .gameCartWrap .gameCart dd.bettingButtons .action button {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: -ms-calc(100%/3);
  width: -o-calc(100%/3);
  width: calc(100%/3);
  height: 46px;
  margin: 0;
  margin-right: 1px;
  background: #CE2222;
  font-size: 12px;
  color: #fff;
}

.middleWrap .gameCartWrap .gameCart dd.bettingButtons .action button:nth-child(3) {
  margin-right: 0;
}

.middleWrap .gameCartWrap .gameCart dd.bettingButtons button.betting {
  width: 100%;
  margin-top: 20px;
  height: 46px;
  background: #ffc33b;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #242424;
  letter-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0);
}

.middleWrap .gameCartWrap .gameCart dd.bettingList {
  padding: 0 !important;
  background: #07396A;
  margin-top: 10px;
}

.middleWrap .gameCartWrap .gameCart dd.bettingList .bettingType {
  line-height: 30px;
  text-indent: 10px;
}

.middleWrap .gameCartWrap .gameCart dd.bettingList .bettingItem {
  height: auto;
  min-height: 30px;
  padding: 5px 10px;
  margin-bottom: 0;
}

.middleWrap .gameCartWrap .gameCart dd.bettingList .bettingItem .team {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: -ms-calc(100% - 50px);
  width: -o-calc(100% - 50px);
  width: calc(100% - 50px);
  font-size: 11px;
}

.middleWrap .gameCartWrap .gameCart dd.bettingList .bettingItem .delete {
  top: 50%;
  right: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.middleWrap .gameCartWrap .gameCart dd.bettingList .bettingItem .delete span {
  font-size: 11px;
  font-weight: 400;
}

.middleWrap .gameCartWrap .gameCart dd.bettingList .bettingItem .delete button {
  padding-right: 0; 
}

.middleWrap .gameCartWrap .gameCart dd.bettingList .bettingItem .delete button img {
  width: 20px !important;
}

.middleWrap .gameCartWrap .gameCart dd.bettingList .bettingItem:after {
  display: none;
}

.gameCartWrap dd.bettingBanner img {
  max-width: 100%;
}

.gameCartWrap dd.bettingNotice {
  max-height: 200px;
  padding: 10px;
  background: none;
  font-size: 11px;
  color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.gameCartWrap dd.bettingNotice::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.gameCartWrap dd.bettingNotice::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.gameCartWrap dd.bettingNotice::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.gameCartWrap .button-mobile-container {
  display: none;
}

.gameListWrap {
  padding: 0;
}

.middleWrap .gameCartWrap .button-mobile-container {
  position: relative;
}

.middleWrap .gameCartWrap .button-mobile-container .cartOpen {
  position: absolute;
  top: -15px;
  right: 10px;
}

.middleWrap .gameCartWrap .button-mobile-container .cartOpen i {
  min-width: 12px;
  padding: 3px 6px;
  background: #ff0000;
  color: #fff;
  font: bold 9px Arial;
  letter-spacing: 0;
  display: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.minigame-container {
  padding-top: 20px !important;
}

.minigame-container .sub-container {
  max-width: 1100px;
  padding: 0;
  padding-right: 230px;
  position: relative;
}

.middleWrap .gameListWrap .gameHeader li {
  background: #0D1626;
}

.middleWrap .gameListWrap,
.middleWrap .gameFrameWrap {
  padding-right: 0;
}

.minigame-container .notes {
  color: #3B85D0;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  margin: 40px 0;
}

.middleWrap .gameListWrap .gameHeader {
  margin-bottom: 2px;
}

.middleWrap .gameListWrap .gameWrap dt {
  background: #07223C;
}

.middleWrap .gameListWrap ul li {
  border-right: solid 1px #07396A;
}

.middleWrap .gameListWrap .gameWrap dt span.time {
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
}

.middleWrap .gameListWrap .gameWrap dt span.bettingTimer {
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
}

.middleWrap .gameListWrap .gameWrap dt {
  margin-top: 10px;
  margin-bottom: 0;
}

.middleWrap .gameListWrap .gameWrap dd ul {
  margin-bottom: 0;
}

.middleWrap .gameListWrap .gameWrap dd ul li {
  background: #07396A;
  border-right: solid 1px #08315a;
  border-bottom: solid 1px #08315a;
  line-height: 35px;
}

.middleWrap .gameListWrap .gameWrap dd ul li:last-child {
  border-right: 0;
}

.middleWrap .gameListWrap .gameWrap dd ul li.left.active,
.middleWrap .gameListWrap .gameWrap dd ul li.left:hover {
  background: #3B85D0;
}

.middleWrap .gameListWrap .gameWrap dd ul li.right.active,
.middleWrap .gameListWrap .gameWrap dd ul li.right:hover {
  background: #BF4D4D;
}

.gameCartWrap dd.bettingNotice .btn-close-betting-notice {
  display: none;
}

.gameCartWrap .button-mobile-container .cartOpen {
  position: absolute;
  top: -15px;
  right: 10px;
}

.gameCartWrap .button-mobile-container .cartOpen i {
  min-width: 12px;
  padding: 3px 6px;
  background: #ff0000;
  color: #fff;
  font: bold 9px Arial;
  letter-spacing: 0;
  display: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.middleWrap .gameListWrap .gameWrap {
  margin-bottom: 10px;
}

.middleWrap .gameListWrap .gameWrap:last-child {
  margin-bottom: 0;
}

.middleWrap .gameCartWrap .btn-toggle-events {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -27px;
  right: 15px;
  background: #3B85D0;
  padding: 8px;
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.middleWrap .gameCartWrap .btn-toggle-events img {
  max-width: 100%;
  max-height: 100%;
}

.btn-check {
  cursor: pointer;
}

#signup-popup .modal-content {
  padding-bottom: 0;
}

.middleWrap {
  padding-bottom: 0 !important;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  border-color: #3B85D0;
}

.error-container {
  font-size: 16px;
  margin-bottom: 20px;
  color: #dc3545;
  position: relative;
}

.error-hidden-field {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn.red {
  background: none;
  border: 0;
}

#user-password-popup .modal-dialog .modal-content,
#user-id-popup .modal-dialog .modal-content {
  padding-bottom: 0;
}

.modal {
  padding: 0 !important;
}

.contentHeaderWrap {
  display: none !important;
}

.camera_wrap .camera_pag .camera_pag_ul li {
  margin: 10px 5px !important;
}

.slick-container .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-container .slick-dots li {
  margin-right: 11px;
}

.slick-container .slick-dots li:last-child {
  margin-right: 0;
}

.slick-container .slick-dots button {
  background: transparent;
  color: transparent;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.slick-container .slick-dots .slick-active button {
  background: #fff;
}

@media (max-width: 1200px) {
  .middleWrap {
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: -ms-calc(100% - 40px);
    max-width: -o-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .modal-dialog {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  .middleWrap .gameCartWrap .button-mobile-container {
    width: 100px;
    height: 35px;
    padding: 0;
    margin: 0 auto;
    background: #07223C;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .middleWrap .gameCartWrap {
    width: 100%;
    position: fixed;
    bottom: 0;
    top: auto !important;
    left: 0;
    z-index: 9;
    background: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .middleWrap .gameCartWrap form {
    padding: 10px 5px 0;
    background: #07223C;
  }

  .middleWrap .gameCartWrap.active form {
    padding-bottom: 45px;
  }

  .gameCartWrap .head-container {
    display: none;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label {
    padding: 4px 25px 4px 90px;
    background: none;
    color: #D3D3D3;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label:before {
    border: 0;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label:after {
    color: #6A6A6A;
    top: 34px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingButtons button {
    color: #fff;
    background: #195591;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingButtons .choice button:after {
    background: none;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingButtons .action button {
    color: #FFC33B;
    background: #195591;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label input {
    color: #242424;
    line-height: 19px;
    background: #fff;
    padding-right: 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingList .bettingType {
    color: #9A9A9A;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingList {
    background: #07223C;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney {
    width: 100%;
    margin-bottom: 3px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .middleWrap .gameCartWrap dd.bettingBanner {
    display: none;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label.betmoney,
  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label.winmoney,
  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label.ratio {
    width: -webkit-calc((100%/3) - 4px);
    width: -moz-calc((100%/3) - 4px);
    width: -ms-calc((100%/3) - 4px);
    width: -o-calc((100%/3) - 4px);
    width: calc((100%/3) - 4px);
    display: inline-block;
    margin-bottom: 0;
    margin-right: 4px;
    background: none;
    padding: 0;
    padding-top: 30px;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label.winmoney {
    display: none;
    margin-right: 0;
  }

  .middleWrap .gameCartWrap .gameCart {
    padding: 0;
    background: none;
  }

  .middleWrap .gameCartWrap .gameCart dt {
    padding: 0;
  }

  .gameCartWrap .top {
    background: #07223C;
    padding: 0 0 5px;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingButtons button.betting {
    width: -webkit-calc((100%/3) - 4px);
    width: -moz-calc((100%/3) - 4px);
    width: -ms-calc((100%/3) - 4px);
    width: -o-calc((100%/3) - 4px);
    width: calc((100%/3) - 4px);
    position: fixed;
    left: auto !important;
    right: 5px !important;
    bottom: 8px !important;
    height: 32px !important;
    font-size: 14px !important;
    color: #242424;
    margin: 0;
    letter-spacing: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons button.betting {
    height: 40px !important;
    line-height: 40px !important;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -ms-calc(100% - 10px);
    width: -o-calc(100% - 10px);
    width: calc(100% - 10px);
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingButtons .action,
  .middleWrap .gameCartWrap .gameCart dd.bettingButtons .choice {
    display: none;
  }

  .gameCartWrap .button-mobile-container {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .gameCartWrap .button-mobile-container a {
    line-height: 0;
    margin-top: -5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .gameCartWrap .button-mobile-container .btn-toggle-gameCartWrap {
    display: block !important;
    width: 92px;
    height: 20px;
    color: #fff;
    font-size: 16px;
    border: 0;
    padding: 20px 60px 35px 50px;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .gameCartWrap .button-mobile-container .btn-toggle-gameCartWrap i {
    margin-top: 2px;
  }

  .gameCartWrap .button-mobile-container .btn-toggle-gameCartWrap i:last-child {
    display: none;
  }

  .gameCartWrap .button-mobile-container .btn-toggle-gameCartWrap.active i:first-child {
    display: none;
  }

  .gameCartWrap .button-mobile-container .btn-toggle-gameCartWrap.active i:last-child {
    display: block;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingButtons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons .action,
  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons .choice {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons .choice {
    margin-right: 1px;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons .action {
    margin-left: 1px;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons .choice button {
    width: 25% !important;
    margin-bottom: 0;
    margin-right: 2px;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons .choice button:last-child {
    margin-right: 0;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons .action button {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: -ms-calc(100%/3);
    width: -o-calc(100%/3);
    width: calc(100%/3);
    margin-right: 2px;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons .action button:last-child {
    margin-right: 0;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingMoney {
    margin-bottom: 5px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingMoney label.winmoney,
  .middleWrap .gameCartWrap.active .gameCart dd.bettingMoney label.ratio {
    display: block;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingMoney {
    padding-top: 0;
  }

  .middleWrap .gameCartWrap dd.bettingBanner {
    padding: 0;
    margin-bottom: 5px;
  }

  /*.middleWrap .gameCartWrap.active dd.bettingBanner {
    display: block;
  }*/

  .gameCartWrap dd.bettingNotice {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
    max-height: -webkit-calc(100vh - 20px);
    max-height: -moz-calc(100vh - 20px);
    max-height: -ms-calc(100vh - 20px);
    max-height: -o-calc(100vh - 20px);
    max-height: calc(100vh - 20px);
    display: none;
    padding: 10px;
    background: #07396A;
    margin-bottom: 0;
    position: fixed;
    z-index: 5;
    bottom: 10px;
    height: auto;
    left: 10px;
    padding: 72px 47px;
    font-size: 12px;
  }

  .gameCartWrap dd.bettingNotice.active {
    display: block;
  }

  .gameCartWrap dd.bettingNotice .btn-close-betting-notice {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    padding: 0;
    border: 0;
    cursor: pointer;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingList {
    display: none;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingList {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons button.betting {
    letter-spacing: 0;
  }

  .minigame-container .sub-container {
    padding-right: 0;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingButtons .action button {
    height: 38px;
  }

  .middleWrap .gameCartWrap .btn-toggle-events {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  [data-notify='container'] {
    display: block !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .btn-border-yellow {
    font-size: 16px;
  }

  .btn-yellow {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }

  :-ms-input-placeholder {
    font-size: 14px;
  }

  ::placeholder {
    font-size: 14px;
  }

  :-internal-autofill-previewed {
    font-size: 14px !important;
  }

  .modal-dialog .modal-content {
    padding: 28px 30px 50px;
  }

  .error-container {
    font-size: 14px;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingList .bettingType {
    line-height: 25px;
  }
}

@media (max-width: 576px) {
  ::-webkit-input-placeholder {
    font-size: 12px;
  }

  :-ms-input-placeholder {
    font-size: 12px;
  }

  ::placeholder {
    font-size: 12px;
  }

  :-internal-autofill-previewed {
    font-size: 12px !important;
  }

  .middleWrap {
    padding: 10px 0 0;
  }

  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }

  .modal-content button.close img {
    width: 25px;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingMoney {
    padding-top: 0;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label:before {
    font-size: 12px;
    text-align: left;
    width: 68px;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label input {
    font-size: 12px;
    width: 100%;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label.winmoney:after,
  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label.ratio:after,
  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label.betmoney:after {
    font-size: 12px;
    line-height: 26px;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons .action button,
  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons .choice button {
    font-size: 12px;
    height: 30px;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons button.betting {
    letter-spacing: 0;
  }

  .middleWrap .gameListWrap .gameWrap dd ul li {
    padding: 10px !important;
    font-size: 12px;
    line-height: 16px !important;
  }
  .middleWrap .gameListWrap .gameWrap dd ul li.left:hover {
    background: #07396A;
  }
  .middleWrap .gameListWrap .gameWrap dd ul li.left:hover, 
    .middleWrap .gameListWrap .gameWrap dd ul li:hover,
    .middleWrap .gameListWrap .gameWrap dd ul li.right:hover {
        background: #07396A;
    }
    .middleWrap .gameListWrap .gameWrap dd ul li.left.active {
        background: #3B85D0;
    }
    .middleWrap .gameListWrap .gameWrap dd ul li.right.active {
        background: #BF4D4D;
    }
    .middleWrap .gameListWrap .gameWrap dd ul li.active {
        background: rgba(121, 66, 66, 1);
    }
}
@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}
.loading-spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #555;
  border-top: 3px solid #f3f3f3;
  border-radius: 100%;
  margin: auto;
  animation: spin 1s infinite linear;
  display: inline-block;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1575px;
  }
}

@media (max-width: 768px) {
  .middleWrap {
    max-width: 100%;
  }

  .btn-border-yellow {
    font-size: 14px;
  }

  .btn-yellow {
    font-size: 14px;
  }
}

@media (max-width: 580px) {
  .btn-border-yellow {
    font-size: 12px;
  }

  .btn-yellow {
    font-size: 12px;
  }

  .btn-yellow svg {
    width: 15px;
    margin-left: 5px;
  }

  .controllWrap .paging {
    padding: 10px 0;
  }

  .controllWrap .paging a {
    font-size: 12px;
  }

  .loading-spinner {
    width: 20px;
    height: 20px;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label input {
    height: 28px;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingButtons button.betting {
    height: 28px !important;
  }

  .middleWrap .gameCartWrap.active .gameCart dd.bettingButtons button.betting {
    height: 40px !important;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label.betmoney, .middleWrap .gameCartWrap .gameCart dd.bettingMoney label.winmoney, .middleWrap .gameCartWrap .gameCart dd.bettingMoney label.ratio {
    padding-top: 20px;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label:before {
    line-height: 16px;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label:after {
    top: 21px;
  }
}

@media (max-width: 340px) {
  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label:before {
    width: 60px;
    left: 50%;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label:after {
    right: 10px;
  }

  .middleWrap .gameListWrap .gameHeader li {
    padding: 15px 10px !important;
  }

  .middleWrap .gameListWrap .gameWrap dt {
    padding: 15px 10px !important;
  }

  .middleWrap .gameListWrap .gameWrap dt .right {
    right: 10px;
  }

  .middleWrap .gameListWrap .gameWrap dd ul li {
    padding: 10px !important;
  }

  .middleWrap .gameCartWrap .gameCart dd.bettingMoney label:before {
    font-size: 11px;
    width: 55px;
  }
}

.circle {
  border-radius: 50%;
  border: 2px solid #343434;
  width: 25px;
  height: 25px;
  line-height: 20px;
}

.circle .fas {
  font-size: 80%;
}

@media (max-width: 768px) {
  .circle {
    border: 1px solid #343434;
    width: 18px;
    height: 18px;
    line-height: 16px;
  }
}

@media (max-width: 575px) {
  .minigame-container .notes {
    margin: 20px 0;
    font-size: 12px;
  }
}

.btn-idpass {
  padding: 0;
  background: none;
  border: 0;
  color: #FFC33B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}


/* [FULL SCREEN SPINNER] */
#spinner-back, #spinner-front {
  position: fixed;
  width: 100vw;
  transition: all 1s;
  visibility: hidden;
  opacity: 0;
}
#spinner-back {
  z-index: 998;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
#spinner-front {
  z-index: 999;
  color: #fff;
  text-align: center;
  margin-top: 50vh;
  transform: translateY(-50%);
}
#spinner-back.show, #spinner-front.show {
  visibility: visible;
  opacity: 1;
}