.class-pw {
    width: 20px;
}
.tr-list-click {
    cursor: pointer;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.support-admin {
    background-color: rgba(105, 29, 255, 0.06);
}

:root {
    --player-sidebar-width: 260px;
    --player-glow-orange: #f59e0b;
    --player-glow-blue: #3b82f6;
}

/* Temas */
.app.theme-dark { background-color: #0b1220; color: #e5e7eb; }
.app.theme-dark .app-content { background-color: #0b1220; }
.app.theme-light { background-color: #f2f1f9; color: #68686b; }
.app.theme-light .app-content { background-color: #f2f1f9; }
.wave { display: none !important; }
.app.theme-dark .main-navbar { background-color: #111827 !important; border-bottom: 1px solid #1f2937 !important; padding: 10px 16px; }
.app.theme-light .main-navbar { background-color: #ffffff !important; border-bottom: 1px solid #e6eaea !important; padding: 10px 16px; }
.main-navbar { display: none !important; }
.app.theme-light .navbar .nav-link { color: #6b7280 !important; }
.player-theme-toggle i { font-size: 1.1rem; width: 2.2rem; height: 2.2rem; border-radius: 50%; display: inline-block; text-align: center; line-height: 2.2rem; }
.app.theme-light .player-theme-toggle i { color: #6b7280 !important; background: #eef2f7; border: 1px solid #e6eaea; }
.app.theme-dark .player-theme-toggle i { color: #e5e7eb !important; background: #0f172a; border: 1px solid #1f2937; }
.player-floating-actions { position: fixed; right: 24px; top: 16px; z-index: 1001; }
.app.theme-light .player-floating-actions { right: 32px; }
.player-floating-actions .nav-link { color: #9ca3af !important; padding: 0 8px; }
.player-floating-actions .w-32 { width: 2.2rem !important; height: 2.2rem !important; }
.player-floating-actions .dropdown-menu { min-width: 220px; }
.main-navbar .header-brand span {
    font-weight: 700;
    letter-spacing: .2px;
}
.player-searchbar {
    display: flex;
    align-items: center;
    background: #0f172a;
    border: 1px solid #1f2937;
    border-radius: 9999px;
    padding: 6px 12px;
    margin-left: 24px;
    min-width: 280px;
}
.player-searchbar i {
    color: #9ca3af;
    margin-right: 8px;
}
.player-searchbar input {
    background: transparent;
    border: none;
    color: #e5e7eb;
}
.player-searchbar input::placeholder {
    color: #9ca3af;
}
.app .app-sidebar {
    background-color: #0f172a !important;
    border-right: 1px solid #1f2937 !important;
    box-shadow: none !important;
    width: var(--player-sidebar-width) !important;
    margin-top: 0 !important;
    border-radius: 16px;
    overflow: visible;
    isolation: isolate;
}
.app .app-sidebar::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 16px;
    padding: 2px;
    background:
        linear-gradient(#0f172a, #0f172a) padding-box,
        conic-gradient(from var(--player-angle), var(--player-glow-orange), var(--player-glow-blue), var(--player-glow-orange)) border-box;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    animation: playerSidebarGlowRotate 8s linear infinite;
    pointer-events: none;
}
@property --player-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}
@keyframes playerSidebarGlowRotate {
    to { --player-angle: 360deg; }
}
.app .app-content { margin-left: var(--player-sidebar-width) !important; margin-top: 0 !important; }
.app-sidebar__user .user-info h6 { color: #e5e7eb; }
.app-sidebar__user .user-info span { color: #9ca3af; }
.side-menu__item, .side-menu__label { color: #e5e7eb !important; border-bottom: none !important; }
.side-menu__item { border-radius: 12px; transition: background .2s ease, color .2s ease; position: relative; }
.side-menu__item:hover, .side-menu__item:focus, .side-menu__item.active { background: rgba(255,255,255,0.06) !important; color: #e5e7eb !important; }
.side-menu__item:hover .side-menu__icon, .side-menu__item.active .side-menu__icon { color: #e5e7eb !important; }
.side-menu__item::before { content: ""; position: absolute; left: 12px; top: 8px; bottom: 8px; width: 3px; border-radius: 3px; background: transparent; transition: background .2s ease; }
.side-menu__item:hover::before, .side-menu__item.active::before { background: #f59e0b; }
.side-menu .side-menu__icon { color: #93c5fd !important; }
.slide-menu { background: transparent !important; }
.slide-item { color: #cbd5e1 !important; transition: background .2s ease, color .2s ease; }
.slide-item:hover, .slide-item:focus, .slide-item.active { background: rgba(255,255,255,0.05) !important; color: #e5e7eb !important; }
.app-sidebar__user { text-align: center; justify-content: center; }
.side-menu { display: flex; flex-direction: column; align-items: center; }
.side-menu__item { justify-content: center; text-align: center; padding: 12px 16px; }
.side-menu .side-menu__icon { margin-right: 8px; }
.app-content .section {
    padding-top: 20px;
}
.app.theme-dark .card { background-color: #111827; color: #e5e7eb; border: 1px solid #1f2937; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.25); }
.app.theme-dark .card .card-header { border-bottom-color: #1f2937; }
.app.theme-dark .dropdown-menu { background-color: #111827; color: #e5e7eb; border-color: #1f2937; }
.app.theme-dark .dropdown-menu .dropdown-item { color: #e5e7eb; }
.app.theme-light .card { background-color: #ffffff; color: #333; border: 1px solid #e6eaea; border-radius: 16px; box-shadow: 0 6px 18px rgba(0,0,0,0.06); }
.app.theme-light .card .card-header { border-bottom-color: #e6eaea; }
.app.theme-light .dropdown-menu { background-color: #ffffff; color: #333; border-color: #e6eaea; }
.app.theme-light .dropdown-menu .dropdown-item { color: #333; }
.main-footer {
    background: transparent;
    border-top: 1px solid #1f2937;
    color: #9ca3af;
}
/* Page header and breadcrumb */
.page-header { margin-top: 6px; }
.app.theme-dark .page-title { color: #e5e7eb !important; }
.app.theme-light .page-title { color: #333 !important; }
.breadcrumb { background: transparent !important; }
.app.theme-dark .breadcrumb .breadcrumb-item, .app.theme-dark .breadcrumb .breadcrumb-item a { color: #9ca3af !important; }
.app.theme-light .breadcrumb .breadcrumb-item, .app.theme-light .breadcrumb .breadcrumb-item a { color: #6b7280 !important; }
/* alerts */
.alert { border-radius: 12px; }
/* stat cards gradients */
.stat-card {
    border-radius: 16px;
    color: #fff;
    padding: 16px;
}
.stat-purple { background: linear-gradient(135deg, #8b5cf6, #6d28d9); }
.stat-blue { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.stat-red { background: linear-gradient(135deg, #f97316, #ef4444); }
.stat-green { background: linear-gradient(135deg, #10b981, #16a34a); }

.hide_payment img {
    max-width: 100%;
}
.popover {background-color: #1e1e24; color: #fff}
.popover.bottom .arrow::after {border-bottom-color: #1e1e24; color: #fff }
.popover-content {background-color: #1e1e24; color: #fff}
.popover-title {background-color: #1e1e24; color: #fff}
.popover.left>.arrow:after {border-left-color: #1e1e24;}
.popover.right>.arrow:after {border-right-color: #1e1e24;}
.popover.top>.arrow:after {border-top-color: #1e1e24;}
.popover.bottom>.arrow:after {border-bottom-color: #1e1e24;}
.popover.arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #1e1e24;
}

.grecaptcha-badge{
    display: none !important;
}

.logo-login img {
    bottom: -60px;
    position: relative;
    z-index: 1000;
}

.logo-login div.wrapper.wrapper2 {
    padding-top: 60px;
}

.single-page.logo-login {
	margin: 0px auto !important
}

/* Botões com laranja clarinho (apenas no painel do usuário) */
.app .btn-primary {
    background-color: #f59e0b !important;
    border-color: #f59e0b !important;
    color: #ffffff !important;
}
.app .btn-primary:focus, .app .btn-primary:active, .app .btn-primary:hover {
    background-color: #fbbf24 !important;
    border-color: #fbbf24 !important;
}
.app .btn-outline-primary {
    color: #f59e0b !important;
    border-color: #f59e0b !important;
    background-color: transparent;
}
.app .btn-outline-primary:hover, .app .btn-outline-primary:focus, .app .btn-outline-primary:active {
    color: #ffffff !important;
    background-color: #f59e0b !important;
    border-color: #f59e0b !important;
}

/* Páginas off (login/registro) no estilo moderno escuro */
.bg-primary {
    background-color: #0b1220 !important;
    background-image: url("../img/background.jpg") !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #e5e7eb;
}
.login-theme-light.bg-primary {
    background-color: #f2f1f9 !important;
    background-image: url("../img/background-light.jpg") !important;
    color: #333;
}
.login-theme-dark.bg-primary {
    background-color: #0b1220 !important;
    background-image: url("../img/background-dark.jpg") !important;
    color: #e5e7eb;
}
.login-centered {
    min-height: 100vh;
    width: 100%;
    padding: 24px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-modal {
    width: 100%;
    max-width: 460px;
    background: rgba(17,24,39,0.92);
    border: 1px solid #1f2937;
    border-radius: 16px;
    padding: 24px 24px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.35);
    backdrop-filter: blur(3px);
    position: relative;
}
.login-theme-light .login-modal {
    background: #ffffff;
    border: 1px solid #e6eaea;
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}
.login-logo {
    display: block;
    max-width: 280px;
    margin: 0 auto;
    height: auto;
}
.login-container {
    min-height: 100vh;
    width: 100%;
    padding: 24px 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.login-left {
    padding: 24px 28px;
    background: rgba(17,24,39,0.65);
    border: 1px solid #1f2937;
    border-radius: 16px;
    width: 520px;
    height: calc(100vh - 48px);
    margin-left: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-theme-light .login-left {
    background: rgba(255,255,255,0.9);
    border: 1px solid #e6eaea;
}
.login-right {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-image {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #1f2937;
}
.login-brand {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #f59e0b;
}
.login-title {
    color: #e5e7eb;
    font-weight: 700;
    margin-top: 6px;
}
.login-theme-light .login-title { color: #333; }
.login-subtitle {
    color: #9ca3af;
    margin-bottom: 18px;
}
.login-theme-light .login-subtitle { color: #6b7280; }
.login-form .form-control {
    background: transparent;
    border: 1px solid #273249;
    color: #e5e7eb;
    border-radius: 12px;
    height: 44px;
}
.login-theme-light .login-form .form-control {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #333;
}
.login-form .form-control::placeholder {
    color: #9ca3af;
}
.login-theme-light .login-form .form-control::placeholder { color: #9aa0a6; }
.login-form .form-control:focus {
    border-color: #334155;
    background: transparent;
    color: #e5e7eb;
}
.login-theme-light .login-form .form-control:focus {
    border-color: #cbd5e1;
    background: #ffffff;
    color: #333;
}
.login-divider {
    border-top: 1px solid #1f2937;
    margin: 16px 0;
}
.bg-primary .btn-primary {
    background-color: #f59e0b !important;
    border-color: #f59e0b !important;
    color: #ffffff !important;
}
.bg-primary .btn-primary:hover,
.bg-primary .btn-primary:focus,
.bg-primary .btn-primary:active {
    background-color: #fbbf24 !important;
    border-color: #fbbf24 !important;
}
.login-modal .btn-primary {
    background: linear-gradient(90deg, #f59e0b, #ec4899) !important;
    border-color: #ec4899 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(236,72,153,0.35);
    min-height: 44px;
}
.login-modal .btn-primary:hover,
.login-modal .btn-primary:focus,
.login-modal .btn-primary:active {
    background: linear-gradient(90deg, #fb923c, #f472b6) !important;
    border-color: #f472b6 !important;
}
.login-theme-switch .btn { border-radius: 10px; }
.login-theme-switch .btn i { color: inherit; }
.login-theme-dark .login-theme-switch .btn.btn-outline-primary {
    color: #f59e0b !important;
    border-color: #f59e0b !important;
    background-color: rgba(245,158,11,0.08) !important;
}
.login-theme-dark .login-theme-switch .btn.btn-outline-primary:hover,
.login-theme-dark .login-theme-switch .btn.btn-outline-primary:focus,
.login-theme-dark .login-theme-switch .btn.btn-outline-primary:active {
    color: #111827 !important;
    background-color: #f59e0b !important;
    border-color: #f59e0b !important;
}
.login-left .btn-primary {
    background: linear-gradient(180deg, #4f79ff, #3b5ddd) !important;
    border-color: #3b5ddd !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(59,93,221,0.35);
    min-height: 44px;
}
.login-left .btn-primary:hover,
.login-left .btn-primary:focus,
.login-left .btn-primary:active {
    background: linear-gradient(180deg, #5a86ff, #4066e8) !important;
    border-color: #4066e8 !important;
}
.login-tabs {
    display: flex;
    gap: 12px;
}
.login-tab-btn {
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid transparent;
    color: #9ca3af;
}
.login-tab-btn.active {
    color: #e5e7eb;
    border-color: #334155;
    background: rgba(255,255,255,0.06);
}
.login-theme-light .login-tab-btn { color: #6b7280; }
.login-theme-light .login-tab-btn.active {
    color: #333;
    border-color: #e6eaea;
    background: #ffffff;
}
.login-tab-content { display: none; }
.login-tab-content.active { display: block; }
.login-theme-dark .select2-container .select2-selection--single {
    background-color: transparent;
    border: 1px solid #273249;
    border-radius: 12px;
    height: 44px;
}
.select2-container { width: 100% !important; }
.login-theme-dark .select2-container .select2-selection--single .select2-selection__rendered {
    color: #e5e7eb;
    line-height: 44px;
    padding-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.login-theme-dark .select2-container .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 8px;
}
.login-theme-dark .select2-dropdown {
    background-color: #0f172a;
    border: 1px solid #1f2937;
}
.login-theme-dark .select2-results__option {
    color: #e5e7eb;
    padding: 10px 12px;
    font-size: 14px;
}
.login-theme-dark .select2-results__option--highlighted {
    background-color: rgba(255,255,255,0.08);
    color: #e5e7eb;
}
.login-theme-light .select2-container .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    height: 44px;
}
.login-theme-light .select2-container .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 44px;
    padding-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.login-theme-light .select2-container .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 8px;
}
.login-theme-light .select2-dropdown {
    background-color: #ffffff;
    border: 1px solid #e6eaea;
}
.login-theme-light .select2-results__option {
    color: #333;
    padding: 10px 12px;
    font-size: 14px;
}
.login-theme-light .select2-results__option--highlighted {
    background-color: #f2f1f9;
    color: #333;
}

/* Links abaixo do login */
.login-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.login-link {
    color: #9ca3af;
    font-size: 14px;
}
.login-link:hover { color: #e5e7eb; }
.login-theme-light .login-link { color: #6b7280; }
.login-theme-light .login-link:hover { color: #333; }
