body{
  background-color: #F3F5FB;
}
#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.95;
  background-color: #fff;
  z-index: 99;
}
#loading-image {
  z-index: 100;
}
.difficulty-btns-row{
  margin-bottom: 20px;
}
button, .form-control{
  border-radius: 0 !important;
}
.btn-heads-tails{
  width: 49%;
}
.btn-heads-tails-right{
  float: right;
}
.btn-selected{
  background-color: #343a40;
}
.check-roll-over{
  float: right;
  margin-right: 0;
}
.float-right{
  float: right;
}
.range-form-group{
  margin-bottom: 0;
}
.alert{
  border-radius: 0;
}
.alert p {
  margin: 0;
}

/* Pending Bets Table Styles - Design coerente con il portale */
.pending-bets-table {
  font-size: 0.9rem;
}

.card {
  border-radius: 0 !important;
  border: 1px solid #000;
  box-shadow: none;
}

.pending-bets-table .card-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  padding: 10px 15px;
}

.pending-bets-table .card-header h5 {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge {
  border-radius: 0 !important;
}

.pending-bets-table .table {
  border: 1px solid #000;
  margin-bottom: 0;
}

.pending-bets-table .table th {
  border-top: none;
  border-bottom: 1px solid #000;
  background-color: #f8f9fa;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  padding: 8px;
  letter-spacing: 0.3px;
}

.pending-bets-table .table td {
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  padding: 8px;
  font-size: 12px;
}

.pending-bets-table .text-warning {
  color: #856404 !important;
  font-weight: 600;
}

.pending-bets-table .text-success {
  color: #0C9E5A !important;
  font-weight: 600;
}

.pending-bets-table .text-danger {
  color: #721c24 !important;
  font-weight: 600;
}

.chainlink-info-link:hover {
  color: #000 !important;
  text-decoration: underline;
}
.form-group label{
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.form-check-label{
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
p.bet-info{
  font-size: 14px;
}
a.custom-link{
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
a.custom-link[disabled="disabled"]{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.btn-chains{
  margin-right: 4px;
}
.referral-program{
  border: 1px solid black;
  padding: 12px;
}
.referral-program label{
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.mb-20{
  margin-bottom: 20px;
}
.navbar.bg-light{
  background-color: #E3E6EE !important;
}
footer{
  background-color: #343a40;
}
footer a{
  color: white;
}
footer a:hover{
  color: white;
}
.footer-brand{
  color:white;
}
.footer-links{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-links-logo{
  float:right;
}
.col-footer-brand{
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-links-only{
    margin-top:12px;
    margin-bottom: 40px;
  }
  .col-footer-brand{
    margin-bottom: 40px;
  }
  .footer-links{
    text-align: center;
  }
  .footer-links-logo{
    float: none !important;
    text-align: center !important; 
  }
}
.main-container{
  padding-top: 20px;
  padding-bottom: 20px;
}
.ref-earnings{
  margin-top: 20px;
}
.referral-program .text-muted{
  text-transform: uppercase;
  font-size: 13px;
}
.user-earn{
  font-size: 14px;
}
.app-table{
  margin-bottom: 0;
}
.app-table th{
  text-transform: uppercase;
  font-size: 12px;
}
.app-table td{
  font-size: 14px;
}
.app-table a{
  font-weight: bold;
}
.ubs-box{
  border: 1px solid black;
  padding: 12px;
  animation: blink 1s;
  animation-iteration-count: infinite;
}
.ubs-box>div{
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
}
@keyframes blink { 50% { border-color:#F3F5FB ; }  }

.bet-info-modern .bet-label {
  letter-spacing: 1px;
}
.bet-info-modern .bet-value {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .bet-info-modern .bet-value {
    font-size: 1.3rem !important;
  }
}
a{
  color: #0C9E5A;
  text-decoration: none;
}
a:hover{
  color: rgb(2, 96, 41);
  text-decoration: underline;
}
.text-success {
  color: #0C9E5A !important;
}