/* Admin Home - estilos extraídos da view para melhor performance de parsing/cache */

.login100-form-btn {
    border-radius: 5px;
    padding: 10px;
    border: none;
    width: 90%;
    background: #9FD214;
    color: #212425;
    font-weight: 700;
}

.login-social{
    margin: 0 auto;
    width: 90%;
}

.l-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.l-title-body{
    width: 100%;
    white-space: nowrap;
    padding: 13px;
}

.l-title-linha{
    width: 100%;
    height: 0.5px;
    background-color: #7C7E7E;
}

.register-link{
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    margin-top: 15px
}

.login100-form-btn:hover {
    background: #212425;
    color: #9FD214;
    font-weight: 700;
    border: 1px solid #9FD214;
}

/* Oculta no desktop, mostra no mobile */
.jogosDiaMobile { display: block; }
.jogosDiaDeskTop { display: none; }

@media (min-width: 768px) {
    .jogosDiaMobile { display: none; }
    .jogosDiaDeskTop { display: block; }
}

.modal-content { background-color: #212425; }

.img-bold {
    width: 100%;
    max-width: 50px;
    position: relative;
    z-index: 1;
    transition: .2s;
}

.img-bold:hover { max-width: 60px; }

.txtnav { font-weight: bold; text-align: center; font-size: 14px; }

.icon-container { position: relative; display: inline-block; transform: scale(1.4) !important; padding: 20px; }
.icon-container:after {
    content: ""; position: absolute; border-radius: 50%; width: 80px; height: 80px; opacity: 0.15;
    top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1;
}

@media screen and (max-width: 992px) {
    .img-bold { max-width: 35px; }
    .txtnav { font-size: 12px; }
    .icon-container:after { width: 60px; height: 60px; }
    .img-bold:hover { max-width: 40px; }
    .card-indica h5 { font-size: 15px; }
    .icon-copy { font-size: 25px; color: var(--primary-color); }
    .hover-content { padding: 10px !important; }
    .hover-content p { font-size: 10px; }
    .hover-content button { font-size: 10px; padding: 5px; }
}

*:focus { outline: none; }

.link_copy_link { width: 100%; padding: .5em 0; border: 1px solid #007bff; font-size: 24px; text-align: center; }
.link_copy_link:active, .link_copy_link:focus, .link_copy_link:focus-visible { border: 1px solid #00c054 !important; }
.bg-light-2 { background-color: #f8f9fa !important; }
.indica-corpo { padding: 35px; }
.mensagem { color: #000; font-size: 10px; text-align: center; margin-top: 10px; }

.hover-container { position: relative; }
.hover-content {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; display: none;
    background-color: rgba(0, 0, 0, 0.5); padding: 20px; border-radius: 10px; color: #fff; box-sizing: border-box;
    flex-direction: column; justify-content: space-between; transition: opacity .2s ease;
}
@media screen and (min-width: 768px) { .hover-container:hover .hover-content { display: flex; } }
@media screen and (max-width: 767px) { .hover-content { display: none !important; } }
.hover-content p { font-weight: 700; }
.hover-button { padding: 10px; background-color: #3498db; color: #fff; border: none; cursor: pointer; }

@media screen and (max-width: 600px) {
    .faixa-jogos { background: url(https://superlotogiro.com/images/super-lotogiro01.jpg) auto; background-position: center; }
    .btn { padding: 10px; }
    .indica-corpo { padding: 0px; }
    .layout-fixed .main-sidebar { top: 56px; }
}

@media screen and (max-width: 1400px) {
    .hover-content { padding: 10px !important; }
    .hover-content p { font-size: 12px; }
    .hover-content button { font-size: 10px; padding: 5px; }
}

/* PWA Install Banner */
.pwa-install-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: linear-gradient(90deg, var(--primary-color), #7ea80a);
    color: #121212;
    padding: 12px 16px;
    box-shadow: 0 -6px 24px rgba(0,0,0,.25);
}
.pwa-install-content { display: flex; align-items: center; gap: 12px; max-width: 1024px; margin: 0 auto; }
.pwa-install-icon img { border-radius: 8px; }
.pwa-install-text h3 { margin: 0; font-size: 16px; font-weight: 800; color: #1b1b1b; }
.pwa-install-text p { margin: 0; font-size: 12px; color: #262626; }
.pwa-install-actions { margin-left: auto; display: flex; gap: 8px; }
.pwa-install-actions .btn { font-weight: 700; }
.pwa-install-actions #pwaInstallConfirm { background: #1b1b1b; border-color: #1b1b1b; }
.pwa-install-actions #pwaInstallConfirm:hover { filter: brightness(1.1); }
.pwa-install-actions #pwaInstallDismiss { background: transparent; color: #1b1b1b; border: 1px solid rgba(0,0,0,.2); }

@media (max-width: 576px) {
  .pwa-install-text h3 { font-size: 14px; }
  .pwa-install-text p { font-size: 11px; }
  .pwa-install-actions .btn { padding: 6px 10px; font-size: 12px; }
}


