.d-none {
  display: none;
}

.container-buttons-app {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-app {
  width: 190px;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  background: #fff;
  border-radius: 100px;
  margin: 10px;
  transition: .20s ease-in;
}


.btn-app:hover .btn-app-span span {
  color: #fff;
  font-size: 14px;
}

.btn-app .btn-app-span span {
  color: #000;
  font-size: 14px;
}

.btn-app.android i {
  font-size: 1.5rem;
}

.btn-app.ios i {
  font-size: 2rem;
}

.btn-app hr {
  height: 80%;
  width: 1px;
  background: #000;
  opacity: 0.2;
  border: none;
  outline: none;
  border-radius: 100px;
  margin: 0px 10px;
}

.btn-app-span {
  text-align: start;
  transition: .20s ease-in;
  font-weight: bold;
}

.btn-app-span small {
  color: #696969;
  font-size: 12px;
}

.btn-app-span span {
  font-size: 1rem;
}

.btn-app:hover {
  background: #2ac1b9;
  color: #fff !important;
}

.btn-app:hover hr {
  opacity: 1;
  background-color: #fff;
}

.btn-app:hover .btn-app-span small {
  color: #fff;
}

.btn-app:active {
  background: #2ac1b9;
  color: #fff !important;
}

.btn-app:active hr {
  opacity: 1;
  background-color: #fff;
}

.btn-app:active .btn-app-span small {
  color: #fff;
}

.btn-app i {
  color: #000;
}

.btn-app:hover i {
  color: #fff;
}

.table-head-quotation tr th {
  color: #2AC1B9;
  font-size: 32px;
  font-weight: 700;
}

.table-head-quotation tr th>small {
  color: #858BA0;
  font-size: 14px;
  font-weight: 500;
}

.btn-primary.bet {
  color: #fff;
  background: #2ac1b9;
}

.btn-primary.bet,
.btn-primary.logout {
  font-weight: 700;
  font-size: .9rem;
  color: #2ac1b9;
  box-shadow: 0 0 10px rgba(42, 193, 185, .15);
  padding: .25rem .875rem;
  border-radius: 5px;
  border: 2px solid #2ac1b9;
  text-transform: uppercase;
}

/* Estilos específicos para Palpites do Dia */

/* Scrollbar personalizado para seções de palpites */
.scrollbar-thin::-webkit-scrollbar {
  width: 8px;
}

.scrollbar-thin::-webkit-scrollbar-track {
  background: rgba(30, 41, 59, 0.5);
  border-radius: 10px;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
  background: rgba(71, 85, 105, 0.8);
  border-radius: 10px;
  border: 2px solid rgba(30, 41, 59, 0.5);
}

.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background: rgba(71, 85, 105, 1);
}

/* Para Firefox */
.scrollbar-thin {
  scrollbar-width: thin;
  scrollbar-color: rgba(71, 85, 105, 0.8) rgba(30, 41, 59, 0.5);
}

/* Smooth scrolling para as seções */
.tab-content {
  scroll-behavior: smooth;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse-glow {

  0%,
  100% {
    box-shadow: 0 0 20px rgba(42, 193, 185, 0.3);
  }

  50% {
    box-shadow: 0 0 30px rgba(42, 193, 185, 0.6);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

.animate-pulse-glow {
  animation: pulse-glow 2s ease-in-out infinite;
}

.shimmer-effect {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
}

.glass-effect {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(30, 41, 59, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.card-hover-effect {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.card-hover-effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease-in-out;
}

.card-hover-effect:hover::before {
  left: 100%;
}

.gradient-text {
  background: linear-gradient(135deg, #2ac1b9, #14b8a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.neon-glow {
  text-shadow: 0 0 10px rgba(42, 193, 185, 0.5);
}

.floating-dots {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(42, 193, 185, 0.3);
  border-radius: 50%;
  animation: float 4s ease-in-out infinite;
}

.floating-dots:nth-child(2) {
  animation-delay: 1s;
  background: rgba(52, 211, 153, 0.3);
}

.floating-dots:nth-child(3) {
  animation-delay: 2s;
  background: rgba(59, 130, 246, 0.3);
}

.morphing-border {
  position: relative;
  overflow: hidden;
}

.morphing-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(45deg, #2ac1b9, #14b8a6, #059669, #2ac1b9);
  background-size: 300% 300%;
  animation: gradient-shift 3s ease infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.morphing-border:hover::before {
  opacity: 1;
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.interactive-card {
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}

.interactive-card:hover {
  transform: rotateY(5deg) rotateX(5deg);
}

.glow-on-hover {
  transition: all 0.3s ease;
}

.glow-on-hover:hover {
  filter: drop-shadow(0 0 20px rgba(42, 193, 185, 0.4));
}

/* Responsivo */
@media (max-width: 768px) {
  .interactive-card:hover {
    transform: none;
  }

  .card-hover-effect {
    transform: none !important;
  }
}

/* Toast System Styles */
#toast-container {
  max-width: 90vw;
}

@media (max-width: 640px) {
  #toast-container {
    top: 1rem;
    right: 1rem;
    left: 1rem;
    max-width: none;
  }

  #toast-container>div {
    max-width: none;
  }
}

/* Toast animations enhancement */
.toast-enter {
  animation: toastSlideIn 0.5s ease-out forwards;
}

.toast-exit {
  animation: toastSlideOut 0.5s ease-in forwards;
}

@keyframes toastSlideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes toastSlideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* Toast backdrop blur support */
@supports (backdrop-filter: blur(16px)) {
  .toast-backdrop-blur {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
}

@supports not (backdrop-filter: blur(16px)) {
  .toast-backdrop-blur {
    background-color: rgba(30, 41, 59, 0.95) !important;
  }
}
