/*!
 * HolaClient
 * Version - 1.5.6
 * Copyright (c) 2023 HolaClient
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito&display=swap);

/* --- VIDEO BACKGROUND FIX --- */
/* Ye section aapke dashboard ko transparent banayega taaki video dikhe */
body, #theme1, .bg-theme, .bg-theme1, .bg-theme2, .bg-theme3, .bg-theme4, .bg-theme5, .bg-theme6 {
    background: transparent !important;
    background-image: none !important;
}

#bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}
/* ---------------------------- */

:focus,
[tabindex="-1"]:focus,
a {
    outline: 0 !important
}

.right-sidebar,
.switcher-icon {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.custom-file-label,
.search-bar input {
    background-color: rgba(255, 255, 255, .2)
}

#sidebar-wrapper,
.search-bar input:focus,
.topbar-nav .navbar {
    background-color: rgba(0, 0, 0, .2)
}

.logo-text,
.profile-card-2 i,
.switcher-icon {
    display: inline-block;
    text-align: center
}

.brand-logo,
.logo-text,
.profile-card-2 i,
.right-sidebar,
.switcher-icon {
    text-align: center
}

.alert .alert-icon,
.table.align-items-center td,
.table.align-items-center th {
    vertical-align: middle
}

.btn-link:focus,
.btn-link:hover,
.icon a:hover,
.page-link:hover,
.preview a:hover,
.profile-card-2 .icon-block a,
a:hover {
    text-decoration: none
}

.badge,
.progress-bar,
.table-responsive {
    white-space: nowrap
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(156, 163, 175);
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
}

.loadingbar .bar {
    background: linear-gradient(to right, rgba(87, 94, 107, 0.9), rgba(68, 226, 247, 0.7), rgba(181, 27, 228, 0.9));
    border-radius: 15px;
    height: 3px;
    box-shadow: 0 0 20px rgba(255, 255, 255, .12)
}

html {
    height: 100%
}

@-ms-viewport {
    width: device-width
}

body {
    background-color: #0d0d0e !important; /* Agar video load na ho toh dark dikhe, white nahi */
    font-family: Nunito;
    font-size: 15px;
    color: rgba(255, 255, 255, .85);
    letter-spacing: .5px;
}

/* Ensure all wrappers are transparent to see the video */
#wrapper, .content-wrapper, .container-fluid, .main-panel {
    background: transparent !important;
    background-color: transparent !important;
}

.btn,
.table thead th,
label {
    letter-spacing: 1px;
    text-transform: uppercase
}

::selection {
    background: rgba(255, 255, 255, .2)
}

.right-sidebar,
.switcher-icon,
select option {
    background: #000
}

table {
    border-collapse: collapse;
    width: 100%
}

td,
th {
    padding: 8px;
    text-align: left
}

td {
    padding-right: 20px
}

::placeholder {
    color: #fff !important;
    font-size: 13px;
    opacity: .5 !important
}

:-ms-input-placeholder {
    color: #fff !important
}

::-ms-input-placeholder {
    color: #fff !important
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active,
.color-pills .nav-link,
.color-tabs .nav-link,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff
}

.h1,
h1 {
    font-size: 48px;
    line-height: 52px
}

.h2,
h2 {
    font-size: 38px;
    line-height: 42px
}

.h3,
h3 {
    font-size: 30px;
    line-height: 34px
}

.h4,
h4 {
    font-size: 24px;
    line-height: 28px
}

.h5,
h5 {
    font-size: 18px;
    line-height: 22px
}

.h6,
h6 {
    font-size: 14px;
    line-height: 18px
}

.display-1 {
    font-size: 6rem
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

.line-height-0 {
    line-height: 0
}

.line-height-10,
.line-height-5 {
    line-height: 5px
}

code {
    font-size: 87.5%;
    color: #ffed16;
    word-break: break-word
}

.blockquote-footer {
    color: #cecece
}

a,
a:hover {
    color: #fff
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .12)
}

p {
    margin-bottom: .65rem
}

a.text-muted:focus,
a.text-muted:hover {
    color: #748690
}

.small,
small {
    font-size: 75%;
    font-weight: 400
}

.small-font,
.toggle-menu i {
    font-size: 14px
}

.extra-small-font {
    font-size: 12px
}

.row {
    margin-right: -12.5px;
    margin-left: -12.5px
}

#wrapper {
    width: 100%;
    position: relative
}

#sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    width: 250px;
    height: 100%;
    transition: .3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.content-wrapper {
    margin-left: 250px;
    padding: 70px 10px;
    overflow-x: hidden;
    transition: .3s;
    background: transparent !important;
}

.card {
    margin-bottom: 25px;
    border: none;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, .45); /* Thoda dark background taaki video ke upar text dikhe */
    backdrop-filter: blur(5px); /* Premium look ke liye thoda blur */
}

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 250px;
    background-color: transparent;
    color: rgba(255, 255, 255, .73);
    text-align: center;
    padding: 12px 30px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    transition: .3s
}

/* --- Baaki ka original animation code yahan se continue hoga --- */
.glitch {
    position: relative;
    color: #fff;
    font-size: 80px;
}
/* ... (Aapka glitch aur heartbeat animation code yahan rahega) ... */