html.dark .fi-sidebar-nav {
    background: rgba(16, 24, 39, 0.6) !important;
    box-shadow: 0 4px 30px rgba(16, 24, 39, 0.1);
    backdrop-filter: blur(6.3px);
    -webkit-backdrop-filter: blur(6.3px);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

html:not(.dark) .fi-sidebar-nav {
    background: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.3px);
    -webkit-backdrop-filter: blur(6.3px);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

html.dark .fi-header,
html.dark .fi-tabs,
html.dark .fi-simple-main {
    padding: 20px 20px;
    background: rgba(16, 24, 39, 0.7) !important;
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(16, 24, 39, 0.1);
    /* backdrop-filter: blur(6.3px); */
    border-radius: 5px;
    /* -webkit-backdrop-filter: blur(6.3px); */
    border: 1px solid rgba(255, 255, 255, 0.07);
}

html.dark .fi-ta-ctn {
    border-radius: 5px !important;
    padding: 10px 10px;
}

.fi-wi-stats-overview-stat {
    border-radius: 5px;
}

.fi-wi-widget > section {
    border-radius: 5px !important;
}


.fi-input-wrp {
    border-radius: 3px !important;
}

.authentication-login-button {
    width: 40%;
    border-radius: 3px;
    margin: auto;
}

/* html:not(.dark) .fi-header,
html:not(.dark) .fi-ta-ctn,
html:not(.dark) .fi-tabs,
html:not(.dark) .fi-simple-main,
html:not(.dark) .fi-section {
    padding: 20px 20px;
    background: rgba(255, 255, 255, 0.4) !important;
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6.3px);
    -webkit-backdrop-filter: blur(6.3px);
    border: 1px solid rgba(255, 255, 255, 0.07);
} */

html.dark body {
    background: transparent;
    color: white;
    position: relative;
  }
  
  html.dark body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/Route_BG.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 1;
    z-index: -1;
  }

html:not(.dark) body {
    background-image: url('/img/bg-test.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #000;
}