body {
  padding-top: 5px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 0.8em;
}
*,
.text {
  color: white;
  text-shadow: 1px 1px 1px #13467d;
}
textarea {
  height: 100px;
}
textarea:focus,
input:focus,
select:focus {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
select,
textarea {
  text-shadow: 0px 0px 0px;
  color: #666;
  display: block;
  border: 1px solid gray;
  border-radius: 16px;
  padding: 6px;
  margin: 5px 0;
  width: 100%;
}
option {
  color: #666;
}
small {
  /* font-size: 0.75em; */
}
header {
  font-size: 0.92em;
}
header .btn {
  margin-right: 0px !important;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2em;
}
h1,
h2,
h3 {
  color: #f8b25a;
  /* text-shadow: 0px 3px #C99B22, 3px 6px white; */
  text-shadow: 1px 1px 0 white, /* Bottom-right shadow */ -1px -1px 0 white,
    /* Top-left shadow */ 1px -1px 0 white,
    /* Top-right shadow */ -1px 1px 0 white; /* Bottom-left shadow */
  margin: 5px;
  text-align: center;
}
a {
  text-decoration: none;
}
a.btn {
  display: inline-block;
}
a.btn:active {
  transform: scale(0.9);
}

.mt-45 {
  margin-top: 45px !important;
}
.mb-30 {
  margin-bottom: 30px;
}
.console {
  font-family: "Azeret Mono", monospace;
}
.container {
  /* max-width: 780px; */
  max-width: 480px;
  margin: auto;
}

.img-responsive {
  width: 100%;
  height: auto;
}
.img-round {
  border-radius: 50%;
  /* box-shadow: 0px 3px #e7e5e3, 3px 6px #b4aba1; */
  box-shadow: 0px 3px #13467d;
}

.lists {
  list-style: none;
  padding-left: 0px;
}
.lists li,
.lists tr {
  clear: both;
  padding: 5px;
  /* background: #f7d480; */
  border-radius: 10px;
  margin: 6px 0px;
  box-shadow: -1px -1px #f2cc7b;
}
.lists li.bg-success {
  background: #c2ef80;
}
.lists li.bg-disabled {
  background: #6f6f6f;
}
.lists li.bg-success {
  background: #a7e351;
}
.lists li.bg-danger {
  background: #ff6046;
}
.lists li.bg-primary {
  background: #65c3dc;
}

.results {
  /* background: #f7d480; */
  border-radius: 10px;
  margin: 6px 0px;
  box-shadow: -1px -1px gray;
}
.results tr td {
  padding: 5px 10px;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

.ball {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(to top, #f97824, #fcb414);
  margin-right: 5px;
  box-shadow: 0px 3px #13467d;
}

.hidden {
  display: none;
}

.container {
  margin-top: 10px;
}
.bet-number,
.bet-amount,
#clear-bet-amount {
  cursor: pointer;
}

.alert {
  padding: 5px;
  border-radius: 5px;
  text-shadow: none;
}
.alert-primary {
  /* background: #abd6e0;
  border: 2px dotted #05afda; */
  background: linear-gradient(to top, #ffca74, #ffffd8);
  /* box-shadow: 0px 3px #13467d; */
  border: 2px dotted #f5e6bd;
  color: #a56317;
}
.alert-danger {
  background: #e1c7c3;
  border: 2px dotted #ff6046;
}
.alert-success {
  background: #a7e351;
}

.nav-btn {
  padding: 10px 10px;
  border-radius: 20px;
  background: #ffc939;
  outline: 3px solid white;
  border: 3px solid #a7e351;
}
.nav-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  border: 2px solid #ccc;
}

.btn {
  padding: 5px 15px 10px 10px;
  color: white;
  margin: 5px 5px 5px 0;
  border-radius: 20px;
  border: 0px;
}
.btn-sm {
  font-size: 0.8em;
  padding: 3px 7px;
}
.btn-lg {
  font-size: 1.2em;
}
.btn:active,
.nav-btn:active {
  transform: scale(0.9);
}
.btn-success {
  background: linear-gradient(to top, #f97824, #fcb414);
  box-shadow: 0px 3px #13467d;
  /* border: 2px solid #13467d; */
}
.btn-warning {
  background: linear-gradient(to top, #f97824, #fcb414);
  box-shadow: 0px 3px #13467d;
  /* border: 2px solid #13467d; */
}
.btn-primary {
  background: linear-gradient(to top, #002b5e, #2b9cfa);
  box-shadow: 0px 3px #d99d54;
  /* border: 3px solid #d99d54; */
}
.btn-danger {
  background: linear-gradient(to top, #d99d54, #f1c78d);
  box-shadow: 0px 3px #13467d;
  /* border: 2px solid #13467d; */
}
.btn-disabled {
  background: linear-gradient(to top, #d99d54, #f1c78d);
  box-shadow: 0px 3px #13467d;
  /* border: 2px solid #13467d; */
}

.text-warning {
  color: #ffc939;
}
.text-shadow-white {
  text-shadow: 0px 3px #c99b22, 3px 6px white;
}
.text-danger {
  color: #ff6046;
  text-shadow: 1px 1px 1px white;
}
.text-success {
  color: #a7e351;
}
.text-lg {
  font-size: 1.5em;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.selected {
  background-color: #7f4903;
  color: white;
}

.card {
  background: linear-gradient(to top, #002b5e, #2b9cfa);
  /* border: 5px solid transparent; */
  border: 5px solid #f2cc7b;
  border-radius: 20px;
  /* border-image: linear-gradient(to bottom, #EBFFFF, #F2CC7B) 1; */
  padding: 10px 20px;
  margin: 35px 10px 5px 5px;
}
.card-header {
  border-radius: 20px;
  padding: 10px;
  width: 60%;
  text-align: center;
  margin: auto;
  top: -35px;
  position: relative;
}
.card-header-success {
  background: linear-gradient(to top, #f97824, #fcb414);
  box-shadow: 0px 2px #13467d;
}
.card-header-danger {
  background: #ff6046;
  box-shadow: 0px 3px #c43620, 3px 6px white;
}
.card-footer {
  /* bottom: -30px; */
  position: relative;
}

.footer {
  font-size: 0.6em;
  position: fixed;
  left: 0;
  bottom: 0;
  color: white;
  width: 80%;
  margin-left: 9%;
  text-align: center;
  /* background: #f6e4ab; */
  background: linear-gradient(to top, #002b5e, #2b9cfa);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  /* box-shadow: -3px -3px #EECF77, -6px -6px white; */
  /* border: 3px solid white; */
  border: 5px solid #f2cc7b;
}
.footer-header {
  top: -20px;
  position: relative;
}
