body {
    background-color: #000000;
}

@import 'icons.css';

/* 
:root {
  --primary-bg-color: #100f0f;
  --primary-dark-bg-color: #121212;
  --primary-color: #447a3e;
  --secondary-color: #7ccc73;
  --tertiary-color: #ed6746;
  --link-color: #a8d7a2;
  --black-color: #000;
  --light-black-color: #221f20;
  --white-color: #fff;
  --gray-color: #75787a;
}
*/
@font-face {
  font-family: 'KelsonSansBold';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/KelsonSansBold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'KelsonSansLight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/KelsonSansLight.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'KelsonSansRegular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/KelsonSansRegular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  -webkit-tap-highlight-color: transparent;
  font-family: 'KelsonSansRegular';
}


/* select {
  font-family: 'KelsonSansRegular' !important;
  text-align-last: center;
  display: none;
  cursor: pointer;
  padding: 14px 0px 6px 0px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50px;
  max-width: 120px;
  font-size: 33px;
  color: #fff;
  background-color: transparent;
  box-shadow: 2px 2px 10px 10px rgba(0,0,0,0.1);
  margin-bottom: 12px;
  border: 2px solid var(--white-color);
  line-height: 36px;
  font-weight: normal;
  text-align: center;
}

select:focus {
  outline: none;
} */

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

.hide {
  display: none !important;
}

.no-border {
  border: none !important;
}

.center-btn {
  position:fixed;
  z-index:99999;
  color:#fff;
  zoom:1.6;
  top:16px;
  right:16px;
  opacity:0.4;
}

a:link {
  color: var(--link-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-color);
  text-decoration: underline;
}

a:active {
  color: var(--link-color);
  text-decoration: none;
}

a:visited {
  color: var(--link-color);
  text-decoration: none;
}

button {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: rgba(255,255,255,0.05) !important;
  border-radius: 50px !important;
  border: none !important;
  color: #fff !important;
  padding: 8px 5vw 4px 5vw !important;
  font-size: 16px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  /* opacity: 0.9 !important; */
  text-align: center !important;
  width: auto !important;
  margin: 0 !important;
  height: auto !important;
  letter-spacing: 1.2px !important;
  user-select: none;
  -webkit-user-select: none;
  backdrop-filter: blur(3px) !important;
  -webkit-backdrop-filter: blur(3px) !important;
  
}

button:hover{
  cursor: pointer;
  opacity: 1;
  background-color: rgba(255,255,255,0.1) !important;
}

button:active{
  opacity: 1;
  filter: drop-shadow(1px 1px 1px black) !important;
  box-shadow: black 0px 0px 175px;
  border: 2px solid #eae8e8 !important;
  scale: 1.02;
}

button[disabled]{
  cursor: none;
  opacity: 0.2 !important;
  border: none !important;
}

sup {
  font-size: 11px;
  opacity: 0.5;
  margin: 0 0 0 0;
}



.a-modal {
  background: var(--primary-bg-color) !important;
  background-size: cover !important;
  top: 0;
  left: 0;
  width: 100%;
  translate: none !important;
  transform: none !important;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 !important;
  box-sizing: border-box;
}

.a-dialog .a-dialog-text {
  font-size: 5vw;
}

.a-dialog .a-dialog-text-container {
  font-family: "KelsonSansLight" !important;
  line-height: 25px;
  opacity: 0.7;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  color: #fff;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 4vw !important;
  box-sizing: border-box;

}

.a-dialog {
  background-color: transparent;
  padding: 0;
  width: 100%;
  top: 10vh;
  left: 0;
  height: auto;
  display: block !important;
  text-align: -webkit-center;
  translate: none !important;
  transform: none !important;
}

.a-dialog-button.a-dialog-deny-button {
  display: none;
}


.a-dialog-button.a-dialog-allow-button {
  position: relative;
}

.a-dialog-buttons-container {
  display: block;
}

.play-btn {
  position: fixed;
  width: 230px !important;
  padding: 20px !important;
  border: 1px solid transparent !important;
  left: calc(50vw - 115px);
  top: calc(40vh);
  z-index: 1;
  font-size: 30px !important;
}

.no-display{
  display: none !important;
}

.auth-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-avatar {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-left: 8px;
  align-items: center;
  justify-content: center;
  width: 50vw;
  font-size: 0;
  height: 50vw;
  border-radius: 50%;
  background: transparent url(../assets/images/pokerclub-logo.png) center no-repeat;
  background-size: cover;
  z-index: 2;
  display: flex;
  margin-bottom: 25px;
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 30px !important;
  opacity: 0;
}


.user-avatar.disabled {
  opacity: 0.4;
}

::-webkit-file-upload-button {
  display: none;
}

.user-avatar::file-selector-button {
 display: none;
}

.user-name {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  font-size: 50px;
  color: #fff;
  padding: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  border: none;
  border-radius: 0 !important;
  text-transform: uppercase;
  pointer-events: none;
}

.user-name:focus {
  outline: none;
}

.user-name::-webkit-input-placeholder {
  color: rgba(255,255,255,0.3);
  font-weight: normal;
  text-transform: none;
  padding-bottom: 20px;
}

.user-name:-ms-input-placeholder { 
  color: rgba(255,255,255,0.3);
  font-weight: normal;
  text-transform: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 20px;
}

.user-name::placeholder {
  color: rgba(255,255,255,0.3);
  font-weight: normal;
  text-transform: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 20px;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: -internal-light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0)) !important;
  color: #fff !important;
  font-weight: bold;
  background-color: rgba(255,255,255,0);
}

input:autofill {
  background-color: rgba(0,0,0,0.01);
  color: #fff !important;
  font-weight: bold;
}

input[type=tel]:-webkit-autofill,
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px var(--primary-bg-color);
  background: url(../assets/images/green-felt-pattern.jpg) no-repeat center;
  color: #fff !important;
  font-weight: bold;
  -webkit-text-fill-color: #fff !important;
}

.mute-mic-btn, .connect-btn, .ad-btn {
  appearance: button;
  -webkit-appearance: button;
  background-color: rgba(255,255,255,0.2);
  padding: 10px;
  cursor: pointer;
}

.mute-mic-btn {
  display: none !important;
  width: auto !important;
  height: 70px !important;
  background-color: transparent !important;
}

.connect-btn {
  right: 10px;
}

footer#buttonsMenuHTML {
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  box-sizing: border-box;
  padding: 8px 5vw;
  background-color: rgba(0, 11, 4, 0.7);
  gap: 4vw;
  z-index: 9999999999 !important;
  opacity: 1;
  margin: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  justify-content: center;
}

footer.chips-menu .chip{
  background-image: url(../assets/images/chip-transparent.png);
  background-size: cover;
  min-width: 75px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  color: rgba(255,255,255,0.9);
  text-align: center;
  line-height: 79px;
  font-size: 21px;
  text-shadow: 0.5px 0.2px 0.2px rgba(0,0,0,0.7);
  border: 1px solid rgba(255,255,255,0.2) !important;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
 }

 footer.chips-menu .chip:active{
  border: 2px solid #d0cfcf !important;
  scale: 1.15;
 }


 footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 12px;
  opacity: 0.12;
  padding: 0px;
  box-sizing: border-box;
  margin: 10px 0px;
 }

 footer.chips-menu {
  opacity: 1;
  position: fixed;
  bottom: 100px;
  left: 0;
  width: 100vw;
  height: 96px;
  flex-flow: nowrap;

  overflow-x: auto;
  overflow-y: hidden;

  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: center;

  display: flex;
 
  box-sizing: border-box;
  padding: 10px 5vw 5px 3vw;
  background-color: transparent;
  gap: 3vw;
  z-index: 9999999999 !important;
  opacity: 1;
  margin: 0;

 }

 footer.chips-menu::-webkit-scrollbar {
  display: none;
}
 footer h1 {
  font-family: 'Courier New', Courier, monospace !important;
  margin: 0;
 }

 footer p {
  margin: 8px 0px 14px 0px;
  font-size: 11px;
 }

footer button {
  width: 90px !important;
  padding: 0 !important;
  margin: 0;
  box-sizing: border-box;
  min-width: auto !important;
  font-size: max(22px,2vw) !important;
  text-align: center !important;
  opacity: 1;
  height: 67px !important;
  line-height: 75px !important;
  border-radius: 50%;
  border-color: transparent !important;
  background-color: rgba(255,255,255,0.05) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px !important;
  
}

footer button img {
  width: 60%
}

footer[disabled] {
  display: none !important;
}

@media screen and (min-width:319px) {

  
}

