#background {
    background-image: url("https://cache.nowayrp.uk/Scripts%2FLoja%2FbackgroundLoja.png") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.selected {
    background: #0066ff; /* azul destaque */
}

.card-footer .btn {
    background: #008cff; /* botão azul mais vibrante */
}

.package {
    border: 2px solid #bfbfbf47;
    background-color: rgb(0 40 131 / 20%) !important; /* tom de azul escuro transparente */
}

.bm-menu {
    background: rgb(0 10 50 / 70%) !important; /* azul escuro translúcido */
}

/* Estilizando a barra de rolagem */
::-webkit-scrollbar {
  width: 6px; 
  display: none;
}

::-webkit-scrollbar-thumb {
    background-color: #008cff59;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: #0a1d32;
}

#root.dark-theme nav, #root.dark-theme .downbar {
    background: linear-gradient(to right, #00111f, #000000 );
}

a i{
    color: #009dff; /* ícones em azul neon */
}

#root.dark-theme {
    transition: background .5s;
    background: #0b0f1a; /* fundo escuro puxando pro azul */
}

.accordion{
    width: 80%;
    height: 60px;
    margin: auto;
    margin-top: 15px;
    border-radius: 5px;
    font-weight: 700;
    border: 0;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    background: linear-gradient(90deg, #003366, #0055aa);
    color: #fff;
}
.panel{
    width: 90%;
    min-height: 60px;
    margin: auto;
    margin-top: 0;
    text-align: center;
    display: flex;
    align-items: center;
}

iframe {
  height: 100vh !important;
}