.footer {
    background: linear-gradient(315deg, #3d454e, #5a6573);
	background-size: 400% 400%;
	animation: ftgradient 10s ease infinite;
}

@keyframes ftgradient {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.table-data {
    font-size: 12px;
    table-layout:fixed;
    width: 180px;
}

.table-data-90 {
    width: 90px !important;
}

.table-data-120 {
    width: 120px !important;
}

.table-data td {
    width: 30px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-top: 0 !important;
}

.table-data td.double {
    width: 60px !important;
}

.jvectormap-label {
    display: none;
}

.bg-map-dark-1 {
    background-color: #7e8e9d !important;
}

.bg-map-dark-2 {
    background-color: #6c7b8a !important;
}

.bg-map-dark-3 {
    background-color: #5a6977 !important;
}

.bg-map-dark-4 {
    background-color: #485765 !important;
}

.bg-map-dark-5 {
    background-color: #374654 !important;
}

.bg-map-dark-6 {
    background-color: #273643 !important;
}

.bg-map-1 {
    background-color: #23b397 !important;
}

.bg-map-2 {
    background-color: #00957b !important;
}

.bg-map-3 {
    background-color: #007860 !important;
}

.bg-map-4 {
    background-color: #005c46 !important;
}

.bg-map-5 {
    background-color: #00422e !important;
}

.bg-map-6 {
    background-color: #002a17 !important;
}

.grayscale {
    filter: grayscale(100%);
}

.whiteout {
    filter: brightness(0) invert(1);
}

#login_button {
    height: 50px;
    text-transform: uppercase;
}

img.mfp-img {
    background-clip: content-box;
    background: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

.mfp-figure {
    margin-right: -10px;
}

.btn-fixed {
    min-width: 100px !important;
}

.btn-fixed-xl {
    min-width: 132px !important;
}

.btn-fixed-min {
    min-width: 40px !important;
}

.btn-fixed-xs {
    width: 32px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-fixed-sm {
    width: 40px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.card-footer {
    padding: 0;
    background: #fefefe;
    margin-bottom: 30px;
}

.no-margin-bottom {
    margin-bottom: -20px;
    height: 200px;
}

.light-grey {
    background: #fefefe;
}

.btn-pointer {
    cursor: pointer;
    color: #fff !important;
}

.gap {
    padding-left: 10px;
}

.select2-container {
    width: 100% !important;
}

.loading-results {
    display: none;
}

@media (min-width: 768px) {
    .pro-user-name-mob {
        display: none;
    }
}

.nav-user {
    padding: 0 !important;
}

li.parsley-required {
    display: none;
}

.scrollToTop{
    position:fixed;
    bottom: 80px;
    right: 20px;
    display: none;
}

#pwindicator, #unindicator {
    margin-top: 4px;
    margin-bottom: -25px;
    width: 100%;
}

.bar {
    height: 2px;
}

.pw-very-weak .bar {
    background: #d00;
    width: 5%;
}

.pw-very-weak .label {
    color: #d00;
}

.pw-weak .bar {
    background: #d00;
    width: 25%;
}

.pw-weak .label {
    color: #d00;
}

.pw-mediocre .bar {
    background: #f3f01a;
    width: 50%;
}

.pw-mediocre .label {
    color: #f3f01a;
}

.pw-strong .bar {
    background: #f3b31a;
    width: 75%;
}

.pw-strong .label {
    color: #f3b31a;
}

.pw-very-strong .bar {
    background: #0d0;
    width: 100%;
}

.pw-very-strong .label {
    color: #0d0;
}

#datatable-groups_wrapper, #datatable-addon_wrapper, #datatable-packages_wrapper, #datatable-epg_wrapper, #datatable-sources_wrapper, #datatable-epg, #datatable-sources {
    width: 100% !important;
}

.bg-animate-pink {
    background: linear-gradient(315deg, #f984ef, #fb607f);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}

.bg-animate-purple {
    background: linear-gradient(315deg, #9400d3, #9678b6);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}

.bg-animate-success {
    background: linear-gradient(315deg, #8bbe1b, #138808);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}

.bg-animate-info {
    background: linear-gradient(315deg, #007fbf, #80daeb);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}

.bg-animate-danger {
    background: linear-gradient(315deg, #da614e, #dc143c);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}

.bg-animate-primary {
    background: linear-gradient(315deg, #417dc1, #000080);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}

.bg-animate-warning {
    background: linear-gradient(315deg, #ffb74d, #fb8c00);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}

.bg-animate-dark {
    background: linear-gradient(315deg, #454d5d, #5c6371);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}

.bg-animate-secondary {
    background: linear-gradient(315deg, #888f94, #a8b1b6);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}

.navbar-custom {
    background-image: url(../images/pattern.png);
    background-size: cover;
}

.body-full {
    padding: 0 !important;
    width: 100%;
    height:100%;
    position:absolute;
}

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

.progress-w-left {
    min-height: 20px;
    margin-bottom: 20px;
}

.progress-w-left .progress-value {
    width: 25%;
    float: left;
    text-align: left;
    line-height: 20px;
}

.progress-w-left .progress {
    width: 75%;
    float: right;
    margin-top: 4px;
}

.nowrap {
    white-space: nowrap !important;
}

.input-view textarea, .input-view input {
    border: 0 !important;
}

.pd-left {
    padding-left: 10px !important;
}

.pd-right {
    padding-right: 10px !important;
}

.no-border {
    border: 0 !important;
}

.big_checkbox {
    height: 24px;
    width: 24px;
}

.app-search {
	width: 150px;
	max-width: 600px !important;
}

.header-search {
	border: 0 !important;
}

.header-search span {
	color: #fff !important;
}

.header-search b {
	border-color: #fff transparent transparent !important;
}

.bigdrop {
	border: 0;
	width: 600px !important;
}

.bigdrop .card {
	margin-bottom: 0 !important;
}

.bigdrop .select2-results__options {
	max-height: 600px !important;
}

.bigdrop .select2-results__option {
	padding: 0 !important;
	border: 0 !important;
	cursor: default;
}

.float-right {
	float: right;
}

.search-icon {
	width: 96px;
	display: inline-block;
	height: 100%;
}

.search-icon-xl {
	width: 120px;
	display: inline-block;
	height: 100%;
}

.select2-results__message {
	display: none;
}

.text-uppercase {
	text-transform: uppercase;
}

.align-center {
	display: flex;
	justify-content: center;
}

.card-search .card-body {
	padding: 20px 10px 20px 20px;
}

.card-search .card-body.action-block {
	padding: 10px 0px 5px 0px;
}

.search-fade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.25;
	overflow: hidden;
}

.search-image {
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	height: 130%;
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
    margin: -30px -30px -30px -30px;
}

.search-type {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	color: #fff;
}

.card-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.select2-search--inline {
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

.select2-selection__choice__remove {
	background: rgb(0,0,0,0) !important;
	border: 0 !important;
	padding: 0 !important;
}

.pad-15 {
	padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (max-width: 991px) {
	#topnav-search {
		display: none !important;
		position: absolute;
		top: 70px;
		left: 0;
		width: 100% !important;
	}
	#topnav-search.active {
		display: block !important;
	}
	#topnav-search .app-search {
		width: 100% !important;
		max-width: 100% !important;
		height: 38px !important;
	}
	.app-search {
		max-width: 100% !important;
	}
	.bigdrop {
		width: 100% !important;
	}
	.card-search .pro-user-name {
		display: block !important;
	}
	.action-block {
		font-size: 80%;
		zoom: 0.75;
		-moz-transform: scale(0.75);
	}
	.action-block .btn-xs {
		font-size: .65rem !important;
	}
	.pd-left {
		padding-left: 5px !important;
	}
	.pd-right {
		padding-right: 5px !important;
	}
	.action-block .btn-fixed-xl {
		min-width: 96px !important;
	}
}
/* NewEraStream custom branding */

/* Panel header logos */
.logo-box {
    height: 70px !important;
    display: flex !important;
    align-items: center;
    padding-left: 10px !important;
    padding-right: 16px !important;
}
.logo {
    line-height: 70px !important;
    display: flex !important;
    align-items: center;
}
.logo img,
.logo-box img,
.logo span.logo-lg img,
.logo span.logo-sm img {
    height: 54px !important;
    width: auto !important;
    max-width: 220px !important;
    object-fit: contain !important;
    vertical-align: middle;
}
@media (max-width: 767.98px) {
    .logo span.logo-sm img,
    .logo-box .logo-sm img {
        height: 42px !important;
        max-width: 140px !important;
    }
}

/* ===== Login page: NewEraStream mockup ===== */
body.bg-animate {
    font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif !important;
    position: relative !important;
    background-color: #070b14 !important;
    background-image: url("../images/login-bg.png") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    min-height: 100vh !important;
    animation: none !important;
}
body.bg-animate::before {
    content: none !important;
}
body.bg-animate::after {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, transparent 28%, transparent 72%, rgba(0,0,0,0.28) 100%) !important;
}
body.bg-animate .body-full {
    position: relative !important;
    z-index: 1 !important;
}
body.bg-animate .body-full.navbar-custom,
body.bg-animate .navbar-custom {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    height: 100vh !important;
    min-height: 100vh !important;
    position: relative !important;
    width: 100% !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
}
body.bg-animate .navbar-overlay,
body.bg-animate .navbar-custom .topnav-menu {
    display: none !important;
}
body.bg-animate .account-pages.vertical-center {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    width: 100% !important;
    min-height: 100vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
body.bg-animate .account-pages .container {
    width: 100%;
}
body.bg-animate .account-pages .col-xl-5,
body.bg-animate .account-pages .col-lg-6,
body.bg-animate .account-pages .col-md-8 {
    background: rgba(10, 16, 28, 0.72) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(180, 210, 255, 0.18) !important;
    border-radius: 28px;
    padding: 28px 32px 24px !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    max-width: 400px;
    flex: 0 0 400px;
    width: 400px;
}
body.bg-animate .whiteout {
    filter: none !important;
    opacity: 1 !important;
    color: #15233b !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 8px !important;
    text-align: center;
}
body.bg-animate .whiteout img {
    height: 72px !important;
    width: auto !important;
    max-width: 168px !important;
    max-height: 72px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    display: inline-block;
    margin: 0 auto;
}
body.bg-animate .nes-title {
    margin: 14px 0 4px;
    color: #f4f7ff !important;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}
body.bg-animate .nes-sub {
    margin: 0 0 22px;
    color: rgba(226, 232, 240, 0.72) !important;
    font-size: 14px;
    font-weight: 400;
}
body.bg-animate .card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}
body.bg-animate .card-body {
    padding: 0 !important;
}
body.bg-animate label[for="username"],
body.bg-animate label[for="password"] {
    display: none !important;
}
body.bg-animate .form-group.mb-3 {
    margin-bottom: 12px !important;
    position: relative;
}
body.bg-animate .form-control {
    height: 48px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(180, 210, 255, 0.22) !important;
    background: rgba(6, 10, 20, 0.55) !important;
    box-shadow: none !important;
    padding-left: 44px !important;
    padding-right: 42px !important;
    font-size: 14.5px !important;
    color: #f4f7ff !important;
}
body.bg-animate .form-control:focus {
    border-color: #7dd3fc !important;
    box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.18) !important;
}
body.bg-animate .form-control::placeholder {
    color: rgba(226, 232, 240, 0.55) !important;
}
body.bg-animate .nes-ico {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(226, 232, 240, 0.62);
    font-size: 18px;
    pointer-events: none;
    z-index: 2;
}
body.bg-animate .nes-eye {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(226, 232, 240, 0.62);
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    background: none;
    border: 0;
    padding: 0;
    line-height: 1;
}
body.bg-animate .nes-eye:hover {
    color: #7dd3fc;
}
body.bg-animate .form-group.mb-0.text-center {
    margin: 14px 0 0 !important;
}
body.bg-animate #login_button,
body.bg-animate .btn-info.bg-animate-info {
    height: 48px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #2f6fed !important;
    background-image: none !important;
    animation: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.12em !important;
    box-shadow: 0 8px 18px rgba(47, 111, 237, 0.28) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
body.bg-animate #login_button:hover {
    background: #2563eb !important;
    color: #fff !important;
}
body.bg-animate .nes-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    font-size: 13px;
}
body.bg-animate .nes-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(226, 232, 240, 0.78);
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}
body.bg-animate .nes-remember input {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: #2f6fed;
}
body.bg-animate .nes-forgot {
    color: #7dd3fc !important;
    font-weight: 500;
    text-decoration: none !important;
}
body.bg-animate .nes-forgot:hover {
    text-decoration: underline !important;
}
@media (max-width: 480px) {
    body.bg-animate .account-pages .col-xl-5,
    body.bg-animate .account-pages .col-lg-6,
    body.bg-animate .account-pages .col-md-8 {
        width: calc(100% - 32px);
        flex: 1 1 auto;
        max-width: 400px;
        padding: 24px 20px 20px !important;
        margin: 16px;
    }
}

/* ===== Panel chrome: modern, keep bars fixed ===== */
body:not(.bg-animate) {
    font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif !important;
    background-color: #070b14 !important;
    background-image: url("../images/panel-bg.png") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    color: #e8eef8 !important;
    padding-top: 0 !important;
}

#topnav {
    background: #2c333e !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1001 !important;
    padding: 0 18px !important;
    margin: 0 !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35) !important;
    border-bottom: 0 !important;
}

.navbar-overlay {
    display: none !important;
}

body:not(.bg-animate) .navbar-custom {
    background: #2c333e !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 0 !important;
    margin: 0 !important;
}

body:not(.bg-animate) .navbar-custom .nav-link,
body:not(.bg-animate) .navbar-custom .topnav-menu .nav-link {
    color: rgba(255, 255, 255, 0.88) !important;
    line-height: 58px !important;
    max-height: 58px !important;
    padding: 0 12px !important;
}

body:not(.bg-animate) .navbar-custom .nav-link:hover {
    color: #ffffff !important;
}

body:not(.bg-animate) .logo-box {
    height: 58px !important;
    padding-left: 4px !important;
    padding-right: 12px !important;
}

body:not(.bg-animate) .logo {
    line-height: 58px !important;
}

body:not(.bg-animate) .logo img,
body:not(.bg-animate) .logo-box img,
body:not(.bg-animate) .logo span.logo-lg img,
body:not(.bg-animate) .logo span.logo-sm img {
    height: 36px !important;
    max-width: 130px !important;
    width: auto !important;
    object-fit: contain !important;
    border-radius: 4px;
}

body:not(.bg-animate) .navbar-custom .button-menu-mobile,
body:not(.bg-animate) .navbar-custom .app-search {
    height: 58px !important;
    line-height: 58px !important;
    margin: 0 !important;
}

#topnav .has-submenu,
#topnav .topbar-menu,
#topnav .container-fluid {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

#topnav ul.navigation-menu,
.navigation-menu {
    margin: 0 !important;
    padding: 8px 0 10px 0 !important;
    line-height: 1 !important;
}

.navigation-menu > li {
    margin: 0 !important;
    padding: 0 !important;
}

.navigation-menu > li > a {
    color: rgba(255, 255, 255, 0.86) !important;
    font-family: Inter, "Segoe UI", sans-serif !important;
    font-weight: 600 !important;
    font-size: 13.5px !important;
    letter-spacing: 0.02em;
    padding: 10px 16px !important;
    line-height: 22px !important;
    min-height: 0 !important;
}

.navigation-menu > li > a:hover,
.navigation-menu > li.active > a,
.navigation-menu > li:hover > a {
    color: #7dd3fc !important;
    background: transparent !important;
}

#topnav .arrow-down:after {
    border-top-color: rgba(255, 255, 255, 0.75) !important;
    margin-top: 0 !important;
}

body:not(.bg-animate) .app-search .form-control,
body:not(.bg-animate) .navbar-custom .app-search .form-control {
    background: #1f2630 !important;
    color: #e5e7eb !important;
    border-radius: 8px !important;
    border: 1px solid #3b4452 !important;
    height: 34px !important;
}

body:not(.bg-animate) .wrapper {
    background: transparent !important;
    padding-top: 112px !important;
}

body:not(.bg-animate) .page-title-box,
body:not(.bg-animate) .page-title-box h4,
body:not(.bg-animate) .header-title,
body:not(.bg-animate) h4 {
    color: #f4f7ff !important;
    font-weight: 700 !important;
}

body:not(.bg-animate) .card,
body:not(.bg-animate) .card[class*="bg-"] {
    background: rgba(16, 24, 40, 0.52) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(140, 190, 255, 0.16) !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28) !important;
    color: #f2f6ff !important;
    border-radius: 16px !important;
}

body:not(.bg-animate) .card-body {
    background: transparent !important;
    color: #e8eef8 !important;
    border-radius: 16px;
}

body:not(.bg-animate) .card .text-muted,
body:not(.bg-animate) .text-muted {
    color: rgba(226, 232, 240, 0.72) !important;
}

body:not(.bg-animate) .table,
body:not(.bg-animate) .table td,
body:not(.bg-animate) .table th {
    color: #e8eef8 !important;
}

body:not(.bg-animate) .table thead th {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

body:not(.bg-animate) .form-control,
body:not(.bg-animate) .custom-select,
body:not(.bg-animate) select.form-control {
    background: rgba(12, 18, 30, 0.72) !important;
    border-color: rgba(140, 190, 255, 0.18) !important;
    color: #e8eef8 !important;
}

.footer {
    background: rgba(20, 26, 36, 0.88) !important;
    color: rgba(226, 232, 240, 0.75) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    animation: none !important;
}
.footer .footer-links a,
.footer {
    color: rgba(226, 232, 240, 0.75) !important;
}

/* Main Server / animated widgets -> glass dark */
body:not(.bg-animate) .bg-animate-purple,
body:not(.bg-animate) .bg-animate-pink,
body:not(.bg-animate) .bg-animate-success,
body:not(.bg-animate) .bg-animate-info,
body:not(.bg-animate) .bg-animate-danger,
body:not(.bg-animate) .bg-animate-primary,
body:not(.bg-animate) .bg-animate-warning,
body:not(.bg-animate) .bg-animate-secondary,
body:not(.bg-animate) .bg-animate-dark {
    background: rgba(18, 26, 42, 0.78) !important;
    background-image: none !important;
    animation: none !important;
    color: #f4f7ff !important;
    border: 0 !important;
    box-shadow: none !important;
}

body:not(.bg-animate) .bg-white,
body:not(.bg-animate) .bg-light,
body:not(.bg-animate) .bg-soft-light,
body:not(.bg-animate) .bg-soft-secondary {
    background: rgba(16, 24, 40, 0.45) !important;
    color: #e8eef8 !important;
}

body:not(.bg-animate) .table-data,
body:not(.bg-animate) .table-data td,
body:not(.bg-animate) .table-data th,
body:not(.bg-animate) .table-data-90,
body:not(.bg-animate) .table-data-120 {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #f4f7ff !important;
    border-color: transparent !important;
}

body:not(.bg-animate) .table-data td,
body:not(.bg-animate) label,
body:not(.bg-animate) .font-weight-normal {
    color: #e8eef8 !important;
}

body:not(.bg-animate) .card,
body:not(.bg-animate) .card-box,
body:not(.bg-animate) .portlet,
body:not(.bg-animate) .card-body {
    background: rgba(16, 24, 40, 0.55) !important;
    color: #e8eef8 !important;
}

body:not(.bg-animate) .progress,
body:not(.bg-animate) .progress-bar {
    background-color: rgba(255, 255, 255, 0.12) !important;
}
body:not(.bg-animate) .progress-bar.bg-success,
body:not(.bg-animate) .progress-bar.bg-info {
    background-color: #22c55e !important;
}

/* Visible inputs on dark panel */
body:not(.bg-animate) input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]):not([type="range"]):not([type="hidden"]):not([type="color"]),
body:not(.bg-animate) textarea,
body:not(.bg-animate) select,
body:not(.bg-animate) .form-control,
body:not(.bg-animate) .form-control[readonly],
body:not(.bg-animate) .custom-select,
body:not(.bg-animate) .select2-container--default .select2-selection--single,
body:not(.bg-animate) .select2-container--default .select2-selection--multiple,
body:not(.bg-animate) .select2-dropdown,
body:not(.bg-animate) .select2-search--dropdown .select2-search__field,
body:not(.bg-animate) .select2-container--default .select2-search--inline .select2-search__field,
body:not(.bg-animate) .select2-container--default .select2-selection--multiple .select2-search__field,
body:not(.bg-animate) .select2-results,
body:not(.bg-animate) .bootstrap-select > .dropdown-toggle,
body:not(.bg-animate) .dropdown-menu,
body:not(.bg-animate) .multiselect-container,
body:not(.bg-animate) .chosen-container-single .chosen-single,
body:not(.bg-animate) .chosen-container-multi .chosen-choices,
body:not(.bg-animate) .chosen-container .chosen-drop,
body:not(.bg-animate) .ss-main,
body:not(.bg-animate) .ss-content,
body:not(.bg-animate) .note-editor,
body:not(.bg-animate) .note-editable,
body:not(.bg-animate) .tox .tox-edit-area__iframe,
body:not(.bg-animate) [contenteditable="true"] {
    background: #1a2332 !important;
    background-color: #1a2332 !important;
    color: #f4f7ff !important;
    caret-color: #ffffff !important;
    border-color: rgba(140, 190, 255, 0.28) !important;
}

body:not(.bg-animate) input::placeholder,
body:not(.bg-animate) textarea::placeholder,
body:not(.bg-animate) .form-control::placeholder,
body:not(.bg-animate) .select2-search__field::placeholder {
    color: rgba(226, 232, 240, 0.55) !important;
    opacity: 1 !important;
}

body:not(.bg-animate) option,
body:not(.bg-animate) .select2-results__option,
body:not(.bg-animate) .dropdown-item,
body:not(.bg-animate) .chosen-results li {
    background: #1a2332 !important;
    color: #f4f7ff !important;
}

body:not(.bg-animate) .select2-container--default .select2-results__option--highlighted[aria-selected],
body:not(.bg-animate) .select2-container--default .select2-results__option[aria-selected="true"],
body:not(.bg-animate) .dropdown-item:hover,
body:not(.bg-animate) .dropdown-item.active {
    background: #2b3a52 !important;
    color: #ffffff !important;
}

body:not(.bg-animate) .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #2b3a52 !important;
    border-color: rgba(140, 190, 255, 0.25) !important;
    color: #f4f7ff !important;
}

body:not(.bg-animate) .select2-container--default .select2-selection--single .select2-selection__rendered,
body:not(.bg-animate) .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #f4f7ff !important;
}

body:not(.bg-animate) input:-webkit-autofill,
body:not(.bg-animate) textarea:-webkit-autofill,
body:not(.bg-animate) select:-webkit-autofill {
    -webkit-text-fill-color: #f4f7ff !important;
    caret-color: #ffffff !important;
    box-shadow: 0 0 0 1000px #1a2332 inset !important;
    transition: background-color 9999s ease-out 0s;
}

/* Force visible typing caret + text */
body:not(.bg-animate) input,
body:not(.bg-animate) textarea,
body:not(.bg-animate) select,
body:not(.bg-animate) .form-control,
body:not(.bg-animate) .select2-search__field,
body:not(.bg-animate) .select2-container--default .select2-search--inline .select2-search__field,
body:not(.bg-animate) .select2-container--default .select2-search--dropdown .select2-search__field {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    opacity: 1 !important;
}

body:not(.bg-animate) input:focus,
body:not(.bg-animate) textarea:focus,
body:not(.bg-animate) select:focus,
body:not(.bg-animate) .form-control:focus,
body:not(.bg-animate) .select2-container--focus .select2-selection,
body:not(.bg-animate) .select2-container--open .select2-selection,
body:not(.bg-animate) .select2-container--default.select2-container--focus .select2-selection--multiple,
body:not(.bg-animate) .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #ffffff !important;
    outline: 2px solid #ffffff !important;
    outline-offset: 0 !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.28) !important;
}

body:not(.bg-animate) .select2-container--default .select2-search--inline .select2-search__field {
    min-width: 12px !important;
    width: auto !important;
    min-height: 22px !important;
    line-height: 22px !important;
    font-size: 14px !important;
    background: transparent !important;
}

/* Native file picker must stay readable */
body:not(.bg-animate) input[type="file"] {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    caret-color: auto !important;
}
body:not(.bg-animate) input[type="file"]:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}
body:not(.bg-animate) input[type="file"]::-webkit-file-upload-button,
body:not(.bg-animate) input[type="file"]::file-selector-button {
    background: #ffffff !important;
    color: #111827 !important;
    -webkit-text-fill-color: #111827 !important;
    border: 0 !important;
    border-radius: 6px !important;
    padding: 7px 14px !important;
    margin-right: 10px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

/* Modals, popovers, overlays: readable dark glass */
body:not(.bg-animate) .modal-content,
body:not(.bg-animate) .modal-header,
body:not(.bg-animate) .modal-body,
body:not(.bg-animate) .modal-footer,
body:not(.bg-animate) .popover,
body:not(.bg-animate) .popover-body,
body:not(.bg-animate) .popover-header,
body:not(.bg-animate) .swal2-popup,
body:not(.bg-animate) .sweet-alert,
body:not(.bg-animate) .bootbox .modal-content,
body:not(.bg-animate) .custombox-content,
body:not(.bg-animate) .mfp-content,
body:not(.bg-animate) .offcanvas,
body:not(.bg-animate) .toast {
    background: #1a2332 !important;
    background-color: #1a2332 !important;
    color: #f4f7ff !important;
    border-color: rgba(140, 190, 255, 0.18) !important;
}

body:not(.bg-animate) .modal-content *,
body:not(.bg-animate) .popover *,
body:not(.bg-animate) .swal2-popup *,
body:not(.bg-animate) .sweet-alert * {
    color: #f4f7ff !important;
}

body:not(.bg-animate) .modal-header,
body:not(.bg-animate) .modal-footer,
body:not(.bg-animate) .popover-header {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

body:not(.bg-animate) .modal .table,
body:not(.bg-animate) .modal .table td,
body:not(.bg-animate) .modal .table th,
body:not(.bg-animate) .modal .table-striped tbody tr,
body:not(.bg-animate) .modal .table-striped tbody tr td,
body:not(.bg-animate) .modal .bg-white,
body:not(.bg-animate) .modal .bg-light,
body:not(.bg-animate) .modal .card,
body:not(.bg-animate) .modal .card-body {
    background: #1a2332 !important;
    background-color: #1a2332 !important;
    color: #f4f7ff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

body:not(.bg-animate) .modal thead th,
body:not(.bg-animate) .modal .thead-light,
body:not(.bg-animate) .modal .thead-light th,
body:not(.bg-animate) .modal h5,
body:not(.bg-animate) .modal h6,
body:not(.bg-animate) .modal .bg-secondary,
body:not(.bg-animate) .modal .bg-dark {
    background: #2b3a52 !important;
    color: #ffffff !important;
}

body:not(.bg-animate) .modal .text-muted,
body:not(.bg-animate) .popover .text-muted,
body:not(.bg-animate) .close,
body:not(.bg-animate) .modal .close,
body:not(.bg-animate) button.close {
    color: #ffffff !important;
    opacity: 0.85 !important;
    text-shadow: none !important;
}

body:not(.bg-animate) .list-group-item,
body:not(.bg-animate) .well,
body:not(.bg-animate) .jumbotron,
body:not(.bg-animate) .alert-light,
body:not(.bg-animate) .page-title-box,
body:not(.bg-animate) .breadcrumb {
    background: rgba(16, 24, 40, 0.55) !important;
    color: #f4f7ff !important;
    border-color: rgba(140, 190, 255, 0.14) !important;
}

body:not(.bg-animate) .table td,
body:not(.bg-animate) .table th,
body:not(.bg-animate) .dataTables_wrapper,
body:not(.bg-animate) .dataTables_info,
body:not(.bg-animate) .dataTables_filter label,
body:not(.bg-animate) .paginate_button {
    color: #f4f7ff !important;
}

body:not(.bg-animate) table.dataTable thead th,
body:not(.bg-animate) .table thead th {
    background: rgba(43, 58, 82, 0.9) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

body:not(.bg-animate) .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.04) !important;
}

