  @font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: Montserrat-ExtraLight;
  src: url("../fonts/Montserrat-ExtraLight.ttf");
}

@font-face {
  font-family: SerifMemorial;
  src: url("../fonts/SerifMemorial.ttf");
}

@font-face {
  font-family: Steelfish;
  src: url("../fonts/steelfish eb.otf");
}


@font-face {
  font-family: MYRIADPROBOLD;
  src: url("../fonts/MYRIADPRO-BOLD.OTF");
}

* {
  font-family: Montserrat-Regular;
  touch-action: manipulation;
}

.fontFamily {
  font-family: Montserrat-Regular;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #113a6e;
  overflow: hidden;
  user-select: none;
}

p{
  font-size: 15px;
}

/* --------------- BUTTONS CSS START ------------------- */

/* PLACE BET BTN */
#betButton01, #betButton11{
  color: white;
  font-weight: bold;
  font-size: 16;
}

/* WAITING */
#betButton04, #betButton14{
  color: white;
  font-weight: bold;
  font-size: 16;
}

/* Bet Accept or Cancel */
#betButton02, #betButton12{
  color: white;
  font-weight: bold;
  font-size: 15;
}

/* Bet Accept or Cancel */
#betButton03, #betButton13{
  color: white;
  font-weight: bold;
  font-size: 16;
}

/* --------------- BUTTONS CSS END ------------------- */

.backgroundContainer {
  background-image: url("../assets/bg.png");
  filter: blur(5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

#preloader {
  height: 100%;
  width: 100%;
}

.logo {
  background-image: url('../assets/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  z-index: 101;
  height: 60px;
  margin-right: 0px;
}

.bodyContainer {
  /* background-image: url('../assets/bg.png'); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  /* display: flex;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: space-between; */
  background-size: 100% 100%;
}

.headerContainer {
  height: 38px;
  display: flex;
  justify-content: space-between;

  padding: 10px 10px 0px 10px;
}

.navbar {
  display: flex;
}

.menu {
  background-image: url('../assets/menu_menu.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  z-index: 100;
}

.home {
  background-image: url('../assets/menu_home.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  z-index: 100;
}

.volume_on {
  background-image: url('../assets/menu_volume_on.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  z-index: 100;
}

.volume_off {
  background-image: url('../assets/menu_volume_off.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  z-index: 100;
  display: none;
}

.balanceBackground {
  background-image: url('../assets/balance_bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  color: #fff;
  z-index: 100;
  font-size: 13px;
}

.balanceText {
  /* padding-left: 14%; */
  display: flex;
  justify-content: center;
  font-size: 13px;
}

.balanceAmountText {
  color: green;
  font-weight: bold;
  margin-left: 10px;
}




.mainContainer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.footerContainer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}


.panelContainer {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.panels {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.historyContainerMobile {
  display: none;
  background-color: #1b1b1b;
  padding: 5px;
  border-radius: 35px;
  overflow: hidden;
  border: solid 1px #3f4347;
  overflow: hidden;
  justify-content: inherit;
  z-index: 100;
}

.historyContainerDesktop {
  display: flex;
  background-color: #1b1b1b;
  padding: 5px;
  border-radius: 38px;
  overflow: hidden;
  border: solid 1px #3f4347;
  height: 38px;
  justify-content: inherit;
  z-index: 100;
}



.betPanel1 {
  width: 49%;
  border-left: solid 1px #cfab55;
  border-top: solid 1px #cfab55;
  border-bottom: solid 1px #cfab55;
  height: 200px;
  /* background-image: linear-gradient(to bottom, #4b4a4a 40%, #504f51 100%); */
  /* background-image: linear-gradient(to top, rgba(56,56,53,0), rgba(56,56,53,0.8)); */
  background-image: linear-gradient(to top, rgba(61, 61, 61, 0.8), rgba(61, 61, 61, 0.8));
  display: flex;
  justify-content: space-evenly;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  max-width: 600px;
  z-index: 100;
}

.betPanel2 {
  width: 49%;
  border-right: solid 1px #cfab55;
  border-top: solid 1px #cfab55;
  border-bottom: solid 1px #cfab55;
  height: 200px;
  /* background-image: linear-gradient(to bottom, #4b4a4a 40%, #504f51 100%); */
  /* background-image: linear-gradient(to top, rgba(56,56,53,0), rgba(56,56,53,0.8)); */
  background-image: linear-gradient(to top, rgba(61, 61, 61, 0.8), rgba(61, 61, 61, 0.8));
  display: flex;
  justify-content: space-evenly;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: 600px;
  z-index: 100;
}

.betPanelMid {
  border-top: solid 1px #cfab55;
  border-bottom: solid 1px #cfab55;
  display: flex;
  align-items: center;
  /* background-image: linear-gradient(to bottom, #4b4a4a 40%, #504f51 100%); */
  background-image: linear-gradient(to top, rgba(61, 61, 61, 0.8), rgba(61, 61, 61, 0.8));
  z-index: 100;
  /* opacity: 0.6; */
}

.gridStyle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  width: 100%;
}

.panelButtonContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 46%;
  max-width: 280px;
}

.playerStatsContainer {
  /* position: absolute;
  bottom: 50%;
  left: 1%;

  width: 25px;
  height: 90px;
  background-color: red;
  border-radius: 2px; */

  width: 98%;
  height: 400px;
  position: absolute;
  bottom: 386px;
  left: 1%;
  max-width: 320px;
  background-color: #333;
}

.buttonGreen {
  background: linear-gradient(90deg, rgba(24, 39, 25, 1) 0%, rgba(26, 33, 27, 1) 35%, rgba(24, 24, 24, 1) 100%);
  color: #75ff57;
  font-size: 18px;
  font-weight: bold;
  width: 130px;
  min-width: 130px;
  height: 38px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttonRed {
  background: linear-gradient(90deg, rgba(38, 24, 24, 1) 0%, rgba(34, 26, 26, 1) 35%, rgba(24, 24, 24, 1) 100%);
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  width: 130px;
  min-width: 130px;
  height: 38px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-green-col {
  background: linear-gradient(90deg, rgba(24, 39, 25, 1) 0%, rgba(26, 33, 27, 1) 35%, rgba(24, 24, 24, 1) 100%);
  color: #75ff57;
  font-size: 10px;
  font-weight: bold;
  width: 70px;
  min-width: 70px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-red-col {
  background: linear-gradient(90deg, rgba(38, 24, 24, 1) 0%, rgba(34, 26, 26, 1) 35%, rgba(24, 24, 24, 1) 100%);
  color: #ff0000;
  font-size: 10px;
  font-weight: bold;
  width: 70px;
  min-width: 70px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.betNoButton {
  background-image: linear-gradient(to bottom, #262626 0%, #1f1f1f 51%, #191919 100%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  max-width: 135px;
  min-width: 80px;
  height: 35px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #292828;
  cursor: pointer;
}

.plus-minus-input {
  /* background-color: #1b1b1b; */
  background-image: linear-gradient(to bottom, #1a1a1a 0%, #353436 100%);
  width: 40%;
  height: 41px;
  color: #fff;
  border: solid 1px #292828;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.plus-minus-div {
  /* background-color: #1b1b1b; */
  background-image: linear-gradient(to bottom, #1a1a1a 0%, #353436 100%);
  width: 40%;
  height: 41px;
  color: #fff;
  border: solid 1px #292828;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: none;
}

.plus-minus-btn1 {
  background-color: #cfab55;
  width: 50px;
  height: 41px;
  color: #fff;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  font-size: 20px;
  font-weight: bold;
  border: solid 1px transparent;
  cursor: pointer;
}

.plus-minus-btn2 {
  background-color: #cfab55;
  width: 50px;
  height: 41px;
  color: #fff;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  font-size: 20px;
  font-weight: bold;
  border: solid 1px transparent;
  cursor: pointer;
}


.multi-plus-minus-input {
  background-image: linear-gradient(to bottom, #1a1a1a 0%, #353436 100%);
  color: #fff;
  border: solid 1px #292828;
  width: 50%;
  height: 30px;
  border: solid 0px #1b1b1b;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

.multi-plus-minus-input-div {
  background-image: linear-gradient(to bottom, #1a1a1a 0%, #353436 100%);
  color: #fff;
  border: solid 1px #292828;
  width: 50%;
  height: 30px;
  border: solid 0px #1b1b1b;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  display: none;
}

.multi-plus-minus-btn1 {
  background-color: #cfab55;
  width: 20%;
  height: 30px;
  color: #fff;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  font-size: 20px;
  font-weight: bold;
  border: solid 1px transparent;
}

.multi-plus-minus-btn2 {
  background-color: #cfab55;
  width: 20%;
  height: 30px;
  color: #fff;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  font-size: 20px;
  font-weight: bold;
  border: solid 1px transparent;
}


.responsive-betnumber-button {
  width: 100%;
  height: 80px;
  background: url('../assets/betnumber.png') no-repeat center center;
  background-size: cover;
  border-radius: 18px;
  border: solid 1px green;
}

.responsive-betnumber-button::before {
  content: '';
  display: block;
  padding-top: 50%;
}

.panelsmallpallet-empty {
  min-width: 170px;
  max-width: 280px;
  width: 100%;
  border-radius: 30px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
}

.panelsmallpallet {
  background-color: #323030;
  min-width: 170px;
  max-width: 280px;
  width: 100%;
  border-radius: 30px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  padding-left: 3px;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
  height: 140px;
}


.responsive-green-button {
  width: 100%;
  height: 84px;
  background: url('../assets/placebet.png') no-repeat center center;
  background-size: cover;
  border-radius: 18px;
  border: solid 1px transparent;
  cursor: pointer;
}

.responsive-green-button::before {
  content: '';
  display: block;
  /* padding-top: 50%; */
}

.responsive-waiting-button {
  width: 100%;
  height: 84px;
  background: url('../assets/waiting.png') no-repeat center center;
  background-size: cover;
  border-radius: 18px;
  border: solid 1px transparent;
  cursor: pointer;
}

.responsive-waiting-button::before {
  content: '';
  display: block;
  /* padding-top: 50%; */
}


.responsive-accept-bet-button {
  width: 100%;
  height: 84px;
  background: url('../assets/accept-cancel.png') no-repeat center center;
  background-size: cover;
  border-radius: 18px;
  border: solid 1px transparent;
  cursor: pointer;
}

.responsive-accept-bet-button::before {
  content: '';
  display: block;
  /* padding-top: 50%; */
}



.responsive-red-button {
  width: 100%;
  height: 80px;
  background: url('../assets/cashout.png') no-repeat center center;
  background-size: cover;
  border-radius: 18px;
  border: solid 1px #872d32;
  cursor: pointer;
}

.responsive-red-button::before {
  content: '';
  display: block;
  /* padding-top: 50%; */
}

#showCashoutAmount0,
#showCashoutAmount1 {
  font-size: 25px;
  padding-top: 5px;
  padding-right: 8px;
  color: white;
  font-weight: bold;
}

/*  Waiting button purpose */
.waitingButtonClass {
  background: url('../assets/waiting.png') no-repeat center center;
}


/*  Bet Accept/Cancel button purpose */
.betAcceptCancelButtonClass {
  background: url('../assets/accept-cancel.png') no-repeat center center;
}

/* Hide the default checkbox */
.toggle-checkbox {
  display: none;
}

/* Style the toggle button */
.toggle-label {
  display: block;
  width: 47px;
  height: 22px;
  background-image: linear-gradient(to bottom, #262626 0%, #1f1f1f 51%, #191919 100%);
  border-radius: 15px;
  /* cursor: pointer; */
  position: relative;
  /* margin-top: 10px; */
}

#toggleBetPanelLabel0,
#toggleBetPanelLabel1,
#toggleAutoCashOutLabel0,
#toggleAutoCashOutLabel1 {
  cursor: pointer;
}

/* Style the toggle "on" state */
.toggle-label::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  transition: transf orm 0.3s ease;
}

/* Style the toggle "off" state */
.toggle-checkbox:not(:checked)+.toggle-label::before {
  transform: translateX(0);
  background-color: grey;
}

/* Style the toggle "on" state */
.toggle-checkbox:checked+.toggle-label::before {
  transform: translateX(25px);
  background-color: #CFAB55;
}

.header-color {
  color: #cfab55;
}

.fifty-percent-text {
  font-size: 12px;
  font-weight: bold;
}

.auto-cashout-label {
  font-size: 12px;
  width: 28%;
}

/* .playerStatsArrow {
  width: 110px;
  height: 30px;
  background-color: red;
} */

.playerStatsBar {
  width: 95%;
  height: 40px;
  background-color: #75ff57;
  border-radius: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.playerStatstitle {
  color: #fff;
  width: 93%;
  height: 40px;
  /* background-color: #672db4; */
  display: flex;
  align-items: center;
}

.div-table {
  display: table;
  /* cellspacing:poor IE support for  this */
  font-size: 12px;

  width: auto;
  background-color: #2b2a2a;
  border: 1px solid #101010;
  border-spacing: 5px;
  font-size: 12px;
  border-radius: 10px;
}

.div-table-row {
  display: table-row;
  width: auto;
  clear: both;
}

.div-table-col {
  float: left;
  /* fix for  buggy browsers */
  display: table-column;
  width: 75px;
  background-color: #212020;
  color: #fff;
}

.input-radio {
  width: 0px;
}

.player-stats-tabs-panel {
  background-color: #2d2d2d;
  border-radius: 30px;
  width: 94%;
  padding: 3px;
}




/* .............................COMMON............................... */
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ====  Tabs Related  ====== */
.tab-container {
  display: flex;
  justify-content: space-between;
}

/* Hide the radio buttons */
input[type="radio"] {
  visibility: hidden;
}

/* Style for the tab labels */
.btnTabs {
  padding: 5px;
  background-color: #2d2d2d;
  cursor: pointer;
  border-radius: 50px;
  height: 18px;
  width: 75px;
  font-size: 13px;
  color: white;
  position: relative;
  text-align-last: center;
}

/* Style for the active tab label */
input[type="radio"]:checked+label {
  background-color: #cfab55;
}

/* ==== END Tabs Related  ====== */

/* Hide the number input up and down arrow buttons for webkit-based browsers */
.plus-minus-input::-webkit-inner-spin-button,
.plus-minus-input::-webkit-outer-spin-button,
.multi-plus-minus-input::-webkit-inner-spin-button,
.multi-plus-minus-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide the number input up and down arrow buttons for Firefox */
.plus-minus-input[type="number"],
.multi-plus-minus-input[type="number"] {
  -moz-appearance: textfield;
}

/* Hide the number input up and down arrow buttons for Internet Explorer */
.plus-minus-input::-ms-inner-spin-button,
.plus-minus-input::-ms-clear,
.multi-plus-minus-input::-ms-inner-spin-button,
.multi-plus-minus-input::-ms-clear {
  display: none;
}

/* Hide the number input up and down arrow buttons for Edge */
.plus-minus-input::-webkit-inner-spin-button,
.plus-minus-input::-webkit-outer-spin-button,
.plus-minus-input::-ms-clear,
.multi-plus-minus-input::-webkit-inner-spin-button,
.multi-plus-minus-input::-webkit-outer-spin-button,
.multi-plus-minus-input::-ms-clear {
  display: none;
}

.disableClass {
  color: #b1a8a8;
  background-color: #3d3d3d;
  pointer-events: none;
  cursor: not-allowed;
}

.disableClassForBetBtn {
  color: #b1a8a8;
  background-color: #3d3d3d;
  pointer-events: none;
}

.settingsPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background-color: #000;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 400;
  max-width: 800px;
  max-height: 700px
}

.settingsPopup-tabs {
  display: flex;
  justify-content: center;
}

.popup-options {
  font-size: 15px;
}

.settingsPopup-tab-button {
  flex: 1;
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
  max-width: 125px;
  font-size: 15px;
  font-weight: bold;
}

.settingsPopup-active-tab {
  color: #cfab55 !important;
  background: #252525 !important;
}

.settingsPopup-close-icon-div {
  color: aliceblue;
  /* position: absolute;
  top: 9px;
  right: 10px; */
  padding-left: 440px;
  padding-top: 10px;
}

.settingsPopup-close-icon {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  border: solid;
}

.settingsPopup-tab-content {
  color: white;
}

.settings-tab {
  display: flex;
  justify-content: space-evenly;
}

.settingsTabContainer {
  margin: 25px;
  position: relative;
  left: -20px;
}

.settingsTabContent {
  width: 25%;
  align-self: center;
}

.historyTag {
  border: solid 2px #cfab55;
  padding: 8px;
  border-radius: 20px;
  cursor: pointer;
  width: fit-content;
  margin-top: 10px;
}

#volume-slider {
  width: 100%;
  accent-color: #cfab55;
  margin-top: 20px;
}

#volume-slider:hover {
  accent-color: #e5bd5f;
}

input[type="range"] {

  /* To hide ordinary range input */
  -webkit-appearance: none;

  margin-right: 15px;
  height: 7px;
  background: #cfab55;
  border-radius: 5px;

  /* Range progress background is set */
  /* background-image: linear-gradient(gray,gray); */
  background-size: 70% 100%;
  background-repeat: no-repeat;
}

/* Thumb styles */
input[type="range"]::-webkit-slider-thumb {

  /* To hide ordinary thumb */
  -webkit-appearance: none;

  height: 20px;
  width: 20px;
  border-radius: 50%;

  /* Since range input is created manually, thumb background can be vary in color */
  background: #cfab55;
  border: 1px solid #cfab55;
  cursor: pointer;
  transition: background .3s ease-in-out;
}

#cashoutAmountId {
  position: absolute;
}


#popupBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(157, 153, 153, 0.5);
  display: none;
  z-index: 100;
}

#fullScreenDrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(157, 153, 153, 0.5);
  display: none;
  z-index: 500;
  align-items: center;
  justify-content: center;
}

#fullScreenText {
  position: relative;
  display: block;
  left: 46%;
  top: 50%
}

.userclass {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

/* .........................DESKTOP CHANGE............................ */
.playerStatsContainer {
  width: 98%;
  height: 447px;
  position: absolute;
  bottom: 40px;
  left: -320px;
  max-width: 320px;
  background-color: #333;
  /* top: 0%;
  bottom: 0%;
  margin-top: auto;
  margin-bottom: auto; */
}

.image-button {
  position: relative;
  transform: rotate(90deg);
  left: 223px;
  top: 42px;
  height: 50px;
}







/*Calculator Body*/
.calc-body {
  display: none;
  width: 100%;
  max-width: 500px;
  height: 400px;
  position: absolute;
  bottom: 0px;
  z-index: 2000;
  /* width: 275px; */
  margin: auto;
  box-shadow: 0 8px 50px -7px black;
  background: #3A4655;
  margin: auto;
  left: 0;
  right: 0;
}

/*Calculator Display Screen*/
.calc-screen {
  padding: 1rem;
}

#calc-operation {
  font-size: 1.3rem;
  text-align: right;
  color: #727B86;
  padding-bottom: .5rem;
}

#calc-typed {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  border: solid 1px #011627;
  border-radius: 5px;
  height: 40px;
}

/*Calculator Buttons*/
.calc-button-row {
  display: table;
  width: 100%;
}

.calc-button-row button {
  display: table-cell;
  width: 33.33%;
  background: #425062;
  color: #fff;
  height: 65px;
  font-size: 1.3rem;
  border: none;
  border-color: #3C4857;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
}

.calc-button-row button.ac {
  color: #ff7665;
}

.calc-button-row button.opt {
  color: #ffbc56;
}

/*The border has been managed in every fourth button so that the design will not distract.*/
/* .calc-button-row button:nth-child(4n) {
  border-right: none;
} */

.calc-button-row button:active {
  position: relative;
  top: 1px;
}

.calc-button-row button:hover {
  background: #3e4b5c;
}


.you-win-box-container {
  width: 50%;
  height: 70px;
  position: absolute;
  bottom: 190px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.you-win-box {
  width: 240px;
  background-image: url(../assets/You-won.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3rem;
  font-family: 'MYRIADPROBOLD';
  font-weight: bold;
  color: #fff;
  opacity: 0;
  padding-top: 7px;
}

.message-popup-window {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2003;
  display: none;
  justify-content: center;
  align-items: center;
}

.message-popup-window-box {
  width: 90%;
  height: 250px;
  background: #333;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: inherit;
  max-width: 500px;
}

.message-popup-window-box-title {
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'MYRIADPROBOLD';
  color: #fff;
}

.message-popup-window-box-message {
  padding-top: 40px;
  font-size: 15px;
  color: #efefef;
  text-align: center;
  width: 95%;
  height: 100px;
}

.reload-button {
  border: #000;
  border-radius: 5px;
  width: 150px;
  height: 40px;
  cursor:pointer;
}



.pt6 {
  padding-top: 6px;
}

.pt7 {
  padding-top: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pt9 {
  padding-top: 9px;
}




.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;

}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}


.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}


.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}



.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}



/* width */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #333;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.div-table-main {
  position: absolute;
  border: solid 1px #cfab55;
  border-radius: 10px;
  background-image: linear-gradient(to top, rgba(5, 5, 5, 0.8), rgba(5, 5, 5, 0.8));
  /* background-color: #363434; */
  /* max-height: 470px; */
  height: 80%;
  color: #efefef;
  top: 0%;
  bottom: 0%;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 450px;
  padding-bottom: 20px;
  left: -420px;
  z-index: 400;
}

.div-table-temp {
  border-radius: 10px;
  margin: 5px 10px 0px 10px;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #1d1c1c;
  font-size: 15px;
}

.div-table-cell-name-width {
  /* display: flex;
  align-items: center; */
  padding-left: 10px;

  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.div-table-cell-width {
  width: 80px;
  /*height: 25px;*/
  display: flex;
  align-items: center;
}

.div-table-tab-bg {
  display: flex;
  margin: 10px;
  justify-content: space-around;
  background-color: #2d2d2d;
  padding: 5px 5px 5px 5px;
  border-radius: 20px;
  color: #000;
}

.div-table-tab-button {
  width: 118px;
  background-color: #2d2d2d;
  border-radius: 25px;
  padding: 5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.div-table-tab-button-active {
  background-color: #cfab55;
}

.div-table-arrow {
  display: flex;
  justify-content: center;
  height: 0px;
}

.div-table-container {
  height: 75%;
  overflow: auto;
}



/* Portrait */
@media screen and (orientation:portrait) {
  .logo {
    width: 200px;
    height: 65px;
    margin-right: 10px;
  }

  .div-table-arrow {
    display: flex;
    justify-content: center;
    height: 15px;
  }

  .mainContainer {
    align-items: center;
  }

  .panelContainer {
    display: flex;
    justify-content: center;
  }

  .gridStyle {
    grid-row-gap: 2px;
  }

  .betPanel {
    width: 99%;
  }

  .historyContainerMobile {
    display: flex;
    padding: 0px;
    padding-bottom: 0px;
  }

  .historyContainerDesktop {
    display: none;
  }

  .playerStatsContainer {
    /* position: absolute;
    bottom: 1%;
    left: 45%;
    width: 90px;
    height: 25px;
    background-color: green;
    border-radius: 2px; */

    width: 98%;
    height: 400px;
    position: absolute;
    bottom: -386px;
    left: 0%;
    right: 0%;
    margin-left: auto;
    margin-right: auto;
    background-color: #333;
    border-radius: 10px;
    border: solid 1px #cfab55;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .balanceBackground {
    width: 175px;
  }

  .menu {
    width: 32px;
  }

  .home {
    width: 32px;
  }

  .volume_on {
    width: 32px;
  }

  .volume_off {
    width: 32px;
  }

  .buttonGreen {
    height: 30px;
    font-size: 12px;
    min-width: 75px;
  }

  .buttonRed {
    height: 30px;
    font-size: 12px;
    min-width: 75px;
  }

  .betPanel1 {
    width: 100%;
    border: solid 1px #cfab55;
    height: 140px;
    display: flex;
    border-radius: 10px;

  }

  .betPanel2 {
    width: 100%;
    border: solid 1px #cfab55;
    height: 140px;
    border-radius: 10px;
  }

  .betPanelMid {
    border-top: solid 0px;
    border-bottom: solid 0px;
    display: flex;
    align-items: center;
    background-image: none;
    height: 15px;
  }

  .panelContainer {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px !important
  }

  .balanceText {
    padding-left: 3%;
    font-size: 12px;
    padding-top: 8px !important;
  }



  /* ====  up and Down button style  ====== */
  .image-button {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    transform: rotate(0deg);
    left: 0px;
    top: 0px;
    height: 19px;
  }

  .playerStatsBar {
    width: 95%;
    height: 40px;
    background-color: #75ff57;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .playerStatstitle {
    color: #fff;
    width: 93%;
    height: 40px;
    /* background-color: #672db4; */
    display: flex;
    align-items: center;
  }

  .div-table {
    display: table;
    /* cellspacing:poor IE support for  this */
    font-size: 12px;

    width: auto;
    background-color: #2b2a2a;
    border: 1px solid #101010;
    border-spacing: 5px;
    font-size: 12px;
    border-radius: 10px;
  }

  .div-table-row {
    display: table-row;
    width: auto;
    clear: both;
  }

  .div-table-col {
    float: left;
    /* fix for  buggy browsers */
    display: table-column;
    width: 75px;
    background-color: #212020;
    color: #fff;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }



  .betNoButton {
    /* background: linear-gradient(90deg, rgba(38, 24, 24, 1) 0%, rgba(34, 26, 26, 1) 35%, rgba(24, 24, 24, 1) 100%); */
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    max-width: 135px;
    min-width: 65px;
    height: 25px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .panelsmallpallet {
    min-width: 145px;
    max-width: 280px;
    width: 100%;
    border-radius: 30px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .toggle-label {
    display: block;
    width: 40px;
    height: 22px;
    background-color: #161414;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
  }

  .multi-plus-minus-btn1 {
    width: 20px;
    height: 20px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 10px;
    font-weight: bold;
  }

  .multi-plus-minus-input {
    width: 100%;
    height: 20px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    display: none;
  }

  .multi-plus-minus-input-div {
    width: 100%;
    height: 20px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    display: flex;
  }



  .multi-plus-minus-btn2 {
    width: 20px;
    height: 20px;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 10px;
    font-weight: bold;
  }


  .plus-minus-input {
    background-color: #1b1b1b;
    color: #fff;
    border: solid 0px #1b1b1b;
    text-align: center;
    width: 43%;
    height: 30px;
    font-size: 16px;
    display: none;
  }

  .plus-minus-div {
    background-color: #1b1b1b;
    color: #fff;
    border: solid 0px #1b1b1b;
    text-align: center;
    width: 43%;
    height: 30px;
    font-size: 16px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
  }

  .plus-minus-btn1 {
    width: 35px;
    height: 30px;
  }

  .plus-minus-btn2 {
    width: 35px;
    height: 30px;
  }

  /* .multi-plus-minus-btn1 {
    background-image: linear-gradient(to bottom, #262626 0%, #1f1f1f 51%, #191919 100%);
    border: solid 1px #101010;
  } */


  .responsive-green-button {
    height: 60px;
  }

  .responsive-waiting-button {
    height: 60px;
  }

  .responsive-accept-bet-button {
    height: 60px;
  }

  .responsive-red-button {
    height: 60px;
  }


  /* Style the toggle "on" state */
  .toggle-checkbox:checked+.toggle-label::before {
    transform: translateX(20px);
  }

  .auto-cashout-label {
    font-size: 8px;
    width: 28%;
  }

  .fifty-percent-text {
    font-size: 10px;
    font-weight: bold;
  }


  .bodyContainer {
    background-size: 100% 70%;
  }


  /* ------------------------------------------------------------*/
  .div-table-main {
    width: 100%;
    left: 0%;
    right: 0%;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: -440px;
    height: 450px;
    z-index: 300;
  }

  .div-table-temp {
    margin: 3px 4px 0px 5px;
    width: 96%;
    font-size: 12px;
    max-width: 450px;
  }

  .div-table-tab-button {
    width: 26%;
    padding: 3px;
    text-align: center;
    font-size: 12px;
  }

  .div-table-container {
    height: 74%;
    overflow: auto;
  }

  #showCashoutAmount0,
  #showCashoutAmount1 {
    font-size: 20px;
    padding-top: 5px;
    padding-right: 5px;
    color: white;
    font-weight: bold;
  }

  .styleCenter {
    text-align: center;
  }

}

/* Landscape */
@media screen and (orientation:landscape) {
  .multi-plus-minus-btn1 {
    font-size: 10px;
  }

  .multi-plus-minus-btn2 {
    font-size: 10px;
  }
}


@media screen and (min-width:250px) and (max-width:350px) and (orientation:portrait) {
  .balanceBackground {
    width: 130px;
  }

  .balanceAmountText {
    font-size: 10px;
  }

  .balanceText {
    font-size: 9px;
    padding-top: 6px !important;
  }

  .responsive-green-button {
    height: 50px;
    border-radius: 14px;
  }

  .responsive-accept-bet-button {
    height: 45px;
    border-radius: 14px;
  }

  .responsive-waiting-button {
    height: 45px;
    border-radius: 14px;
  }

  .toggle-label {
    width: 35px;
  }

  .toggle-checkbox:checked+.toggle-label::before {
    transform: translateX(15px);
  }

}

@media screen and (min-width:250px) and (max-width:300px) and (orientation:portrait) {
  .betNoButton {
    min-width: 50px;
  }

  .panelsmallpallet-empty {
    min-width: 130px;
  }

  .panelButtonContainer {
    width: 42%;
  }

  .panelsmallpallet {
    min-width: 120px;
  }

  .mainContainer {
    align-items: center;
  }

  .auto-cashout-label {
    font-size: 6px;
  }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {

  /*body {
    overflow: auto;
  }*/

  .logo {
    height: 45px;
    margin-right: 0px;
  }

  .historyContainerDesktop {
    height: 30px;
  }

  .buttonGreen {
    height: 30px;
    min-width: 70px;
    font-size: 13px;
  }

  .buttonRed {
    height: 30px;
    min-width: 70px;
    font-size: 13px;
  }

  .betPanel1 {
    height: 140px;
  }

  .betPanel2 {
    height: 140px;
  }

  .responsive-green-button {
    height: 60px;
    width: 95%;
  }

  .responsive-waiting-button {
    height: 55px;
    width: 95%;
  }

  .responsive-accept-bet-button {
    height: 55px;
    width: 95%;
  }

  .responsive-red-button {
    height: 60px;
    width: 95%;
  }

  .betNoButton {
    width: 90%;
    max-width: 120px;
    min-width: 60px;
    height: 24px;
    font-size: 12px;
  }

  .panelsmallpallet {
    height: 32px;
  }

  .panelsmallpallet-empty {
    height: 32px;
    font-size: 10px;
    min-width: 150px;
  }

  .plus-minus-btn1 {
    height: 30px;
    font-size: 14px;
  }

  .plus-minus-input {
    height: 30px;
    font-size: 14px;
    display: none;
  }

  .plus-minus-div {
    display: flex;
    height: 30px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
  }

  .plus-minus-btn2 {
    height: 30px;
    font-size: 14px;
  }

  .fifty-percent-text {
    font-size: 10px;
    font-weight: 100;
  }

  .auto-cashout-label {
    font-size: 9px;
    width: 28%;
    text-align: center;
  }

  .panelsmallpallet {
    min-width: 130px;
  }

  .gridStyle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3px;
    grid-row-gap: 5px;
    width: 100%;
  }

  #showCashoutAmount0,
  #showCashoutAmount1 {
    font-size: 15px;
    padding-top: 5px;
  }



  .toggle-label {
    width: 40px;
  }

  .toggle-checkbox:checked+.toggle-label::before {
    transform: translateX(17px);
  }

  .calc-body {
    height: 300px;
  }

  .calc-button-row button {
    height: 45px;
  }

  .multi-plus-minus-input {
    display: none;
  }

  .multi-plus-minus-input-div {
    display: flex;
  }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 821px) and (max-width: 1024px) {
  .betPanel1 {
    height: 200px;
  }

  .betPanel2 {
    height: 200px;
  }
}



@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .multi-plus-minus-input {
    display: none;
  }

  .multi-plus-minus-input-div {
    display: flex;
    width: 80%;
    height: 30px;
    border: solid 0px #1b1b1b;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
  }

  .you-win-box {
    font-size: 0.9rem;
    padding-top: 5px;
  }

  .you-win-box-container {
    height: 50px;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    /* PLACE BET BTN */
  #betButton01, #betButton11{
    color: white;
    font-weight: bold;
    font-size: 18;
  }

  /* WAITING */
  #betButton04, #betButton14{
    color: white;
    font-weight: bold;
    font-size: 18;
  }

  /* Bet Accept or Cancel */
  #betButton02, #betButton12{
    color: white;
    font-weight: bold;
    font-size: 17;
  }

  /* Bet Accept or Cancel */
  #betButton03, #betButton13{
    color: white;
    font-weight: bold;
    font-size: 18;
  }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .you-win-box {
    font-size: 1.2rem;
    padding-top: 7px;
  }

  .you-win-box-container {
    height: 70px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {}


/* this style specially for ipad Air Landscape */
@media screen and (min-width:1170px) and (max-width:1200px) and (orientation:landscape) {
  .betPanel1 {
    height: 200px;
  }

  .you-win-box {
    font-size: 1rem;
    padding-top: 7px;
  }

  .you-win-box-container {
    height: 70px;
  }
}

/* this style specially for ipad Air Portrait */
@media screen and (min-width:815px) and (max-width:825px) and (orientation:portrait) {
  .betPanel1 {
    height: 140px;
  }
}