body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--button-color:#53d78b;--fold-color:red;display:flex;justify-content:center;background-color:#474747}.App{text-align:center}.app{display:flex;flex-direction:column;justify-content:center;height:100vh;width:100vw;max-width:450px;background-color:#272727;font-family:Mulish,sans-serif}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.poker-table,.single-card{background-color:#197834}.poker-table{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:20%;margin:5%;width:90%;height:60%}.cpu-cards,.human-cards{width:35%;height:100%}.board-cards,.cpu-cards,.human-cards{flex:1 1;display:grid;justify-content:center;align-content:center;grid-auto-flow:column;grid-gap:10px;gap:10px}.single-card{display:inline-block;height:100%;width:100%;max-height:15vh;border:0}.cpu-action{flex:0.2 1;font-size:2vh;font-weight:700}.pot{flex:0.2 1;font-size:3vh}.cpu-stack,.human-stack{flex:0.5 1;font-size:2vh;height:100%;display:flex;align-items:center}label{position:absolute;left:0;font-family:Courier New;color:hsla(0,0%,100%,.84)}.score,label{width:100%;text-align:center}.score{font-size:2vh;color:#fff;padding:10%}.buttons{display:flex;justify-content:center}.btn.btn-custom,.btn.btn-custom:focus{background-color:initial;border:2px solid;color:var(--button-color);border-radius:.5rem;font-size:.8rem;padding:4% 8%;display:inline-block;font-weight:700}@media (hover:hover){.btn.btn-custom:hover{background-color:var(--button-color)}}.btn.fold{color:var(--fold-color)}.btn.back{color:#fff}.btn.back:hover{background-color:#fff}.btn.fold:hover{background-color:var(--fold-color)}.raise-controller{display:flex;flex-direction:column;background-color:#2f2f2f;border-radius:.5rem;margin:1%;height:8vh}.back-raise-buttons{flex-basis:50%;display:flex;align-items:stretch;justify-content:stretch}#back-button,#raise-button{flex-basis:50%}.default-buttons{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:space-evenly;height:50%}.slider{height:50%}.btn.default-bet,.btn.default-bet:focus{color:#fff;font-size:50%;border-width:.01rem;border-radius:.2rem;padding:0;width:25%}.range-slider{-webkit-appearance:none;appearance:none;width:90%;position:relative;left:5%}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:25px;height:25px;border-radius:100%;background:orange;transform:translateY(calc(-50% + .25vh))}#slider{background-color:grey}.range-slider::-webkit-slider-runnable-track{width:100%;height:.5vh;cursor:pointer;background:grey;position:relative;top:.25vh}#your-bet{display:flex;flex-direction:column;background-color:#2f2f2f;border-radius:.5rem;width:30vw;height:8vh;margin:1%;flex-basis:50%}#label{font-size:.8rem;color:grey;height:20%;margin:0}#betInput,#label{text-align:center}#betInput{background:hsla(0,0%,100%,.04);border-style:solid;border-radius:.3rem;border-width:.01rem;color:#fff;font-weight:700;font-size:1.8rem;padding:0}#label-and-buttons{display:flex}
/*# sourceMappingURL=main.efbeabe1.chunk.css.map */