/* Start Main Rulez */
body {
    background-color:#121212;
    margin-bottom: 60px;
    color: #E0E0E0;
}

.Reg-in{
    background-color: #1E1E1E;
    margin-bottom: 60px;
}

.login h1 {
    color: #E0E0E0;
}

.login .fa-user, .fa-unlock-alt {
    color: #E0E0E0;
}

.login .submit {
    padding: 10px;
    text-align: center;
}

.submit {
    padding: 10px;
    width: 180px;
    height: 45px;
    font-size: 30px;
    line-height: 0;
    padding-bottom: 12px;
    font-weight: 300;
    background-color: #272727;
    color: #E0E0E0;
}

.footer{
    border-top: 1px solid #444;
    background-color: #1A1A1A;
}

.login .form-links {
    font-size: 22px;
    color: #E0E0E0;
}

.login .form-link a {
    text-decoration: none;
    color: #7F542B;
}

.login .btn-primary {
    width: 180px;
    height: 45px;
    font-size: 30px;
    line-height: 0;
    padding-bottom: 12px;
    font-weight: 300;
}

.login .user, .pass {
    margin-bottom: 20px;
}

.login .keep {
    font-weight: 300;
    font-size: 20px;
    color: #E0E0E0;
}

.login .label {
    font-weight: 300;
    font-size: 20px;
    color: #E0E0E0;
}

.login .hr {
    margin: 10px auto;
    border-color: #444;
}

.login .form-check .custom-control-indicator {
    margin-top: 4px;
    background-color: #7F542B;
}

.succes {
    margin-top: 120px;
}

.success {
    margin: auto;
    margin-top: 250px;
}

/*  Basic FrameWork  */

.main {
    margin-top: 50px;
}

.reg-main {
    padding: 20px;
    background-color: #1E1E1E;
    border-radius: 20px;
    display: none;
}

.tips-main {
    padding: 20px;
    background-color: #1E1E1E;
    border-radius: 20px;
    height: 400px;
    overflow: scroll;
    display: none;
}

.rule {
    font-size: 15px;
    display: block;
    padding: 10px;
    color: #E0E0E0;
}

.input-group {
    margin-bottom: 20px;
}

.reg-main h1 {
    color: #E0E0E0;
}

.reg-main label {
    font-weight: 300;
    font-size: 20px;
    color: #E0E0E0;
}

.reg-main .form-check .custom-control-indicator {
    margin-top: 4px;
    background-color: #7F542B;
}

.create {
    width: 220px;
    height: 50px;
    font-size: 25px;
    line-height: 0;
    font-weight: 300;
    background-color: #272727;
    color: #E0E0E0;
}

.log-IN {
    background-color: #121212;
    margin-bottom: 10px;
}

.login {
    width: 68%;
    margin: auto;
    margin-top: 100px;
    padding: 20px;
    background-color: #1E1E1E;
    border-radius: 20px;
}

.fa-address-card, .fa-heartbeat {
    font-size: 40px;
    color: #E0E0E0;
}

.dropdown-item {
    padding: 0.25rem .5rem;
    transition: all .7s;
    background-color: #1A1A1A;
    color: #E0E0E0;
}

.dropdown-item:hover {
    padding: 0.25rem 2rem;
    background-color: #333;
}

.logout:hover {
    color: #FAFAFA;
    background-color: #E53935;
}

.fa-user-circle-o {
    font-size: 30px;
}

.char-select {
    font-size: 20px;
    color: #E0E0E0;
}

/* Bootstrp Edits */
.navbar-light .navbar-brand {
    font-size: 30px;
    color: #E0E0E0;
}

.navbar-light .navbar-brand:hover {
    color: #E0E0E0;
}

.navbar-light .navbar-nav .nav-link {
    padding: 15px;
    color: #E0E0E0;
}

.dropdown-menu {
    padding: 0;
    background-color: #1E1E1E;
}

.show-pass {
    position: absolute;
    top: 260px;
    right: 100px;
}

/* Dashboard Page */
.list-char {
    margin-top: 30px;
}

.dashboard {
    margin-top: 30px;
}

.Main {
    margin-top: 30px;
    border-radius: 10px;
    background-color: #1E1E1E;
    color: #E0E0E0;
}

.Main .card-header {
    font-size: 25px;
    background-color: #272727;
    color: #E0E0E0;
}

.Main .card {
    margin-bottom: 10px;
    background-color: #272727;
    color: #E0E0E0;
}

.table thead th {
    font-weight: 300;
    font-size: 20px;
    color: #E0E0E0;
}

.btn {
    font-weight: 300;
}

/* Footer */
.footer{
    border-top: 1px solid #444;
    background-color: #1A1A1A;
}

/* Force lock icon to be visible in login/register inputs */
.login .input-group-addon .fa,
.input-group-addon .fa,
.login .fa-lock,
.login .fa-unlock-alt,
.fa-lock,
.fa-unlock-alt {
  color: #424242 !important;   /* Dark color good on light background */
  opacity: 1 !important;       /* Remove any transparency */
  font-size: 20px !important;  /* Slightly increase visibility */
  line-height: 1 !important;
}


/* ===== ADDED: Global Dark Mode Override (appended by assistant) ===== */
body, .container, .card, .panel, .box, .content, input, textarea, select {
    background-color: #1a1a1a !important;
    color: #e6e6e6 !important;
    border-color: #333 !important;
}

/* White panels converted to dark */
.white-bg, .bg-white, .panel-body, .panel-default, .card-body, .panel, .well {
    background-color: #1f1f1f !important;
    color: #ddd !important;
}

/* Input fields in dark mode */
input, textarea, select, .form-control {
    background-color: #262626 !important;
    color: #f1f1f1 !important;
    border-color: #444 !important;
}

/* Tables */
table {
    background-color: #1f1f1f !important;
}

table tr, table td, table th {
    background-color: #262626 !important;
    color: #ddd !important;
}

/* Utility: light borders for cards/panels */
.panel, .card, .box {
    box-shadow: none !important;
    border: 1px solid #2b2b2b !important;
}

/* Links */
a { color: #d6a35e !important; }
a:hover { color: #f0cfa0 !important; }

/* Buttons */
.btn {
    background-color: #3a3a3a !important;
    color: #eee !important;
    border-color: #444 !important;
}

/* Ensure inputs' placeholder text is visible */
::placeholder { color: #bdbdbd !important; }

/* End of assistant-inserted dark mode CSS */
