﻿body.dark-theme {
    background: #121212 !important;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

body.light-theme {
    background: #fff !important;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.account-details {
    max-width: 400px;
    margin: 30px auto;
    padding: 20px;
    background-color: #515151;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
}

    .account-details h2 {
        font-size: 1.5em;
        margin-bottom: 20px;
        color: #ffffff;
        text-align: center;
    }

.subtitle {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    color: #bbb;
}

.account-details label {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.input-field {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    background-color: #515151 !important;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
}

body.light-theme .input-field {
    background-color: #e6e5e5 !important;
}

.input-field:focus {
    border-color: #ff9800;
    box-shadow: 0 0 5px rgba(255, 152, 0, 0.5);
    outline: none;
}

.change-button {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #f0b90b;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 20px;
}

    .change-button:hover {
        background-color: #e68900;
    }

.note {
    margin-top: 20px;
    font-size: 15px;
    color: #cccccc;
    text-align: center;
}

.password-wrapper,
.icon-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.toggle-password,
.input-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #aaa;
    font-size: 16px;
}

.forgot-link {
    margin-top: 15px;
    display: block;
    text-align: center;
    font-size: 14px;
}

    .forgot-link a {
        color: #f0b90b;
        text-decoration: none;
    }

body.light-theme .forgot-link a {
    color: #ffa040;
    text-decoration: none;
}

.secure-url {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    gap: 5px;
    margin-bottom: 20px;
    color: #19bd4c;
}

    .secure-url a {
        color: #19bd4c;
        text-decoration: none;
        font-weight: 400;
    }

.lock-icon {
    font-size: 18px;
}

body.light-theme .account-details {
    background-color: #e0e0e0;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    body.light-theme .account-details h2 {
        color: #333;
    }

body.light-theme .input-field {
    background-color: #e6e5e5;
    color: #626262;
    border: 1px solid #c4c4c4;
}

body.light-theme .change-button {
    background-color: #ff954e;
    border: 1px solid #000000;
    color: #000;
}

    body.light-theme .change-button:hover {
        background-color: #ffa96f;
    }

body.light-theme {
    background-color: #fff;
    color: #333;
}

    body.light-theme .account-details {
        background-color: #e0e0e0;
        color: #333;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    body.light-theme .input-field {
        background-color: #f0f0f0;
        color: #333;
        border: 1px solid #ccc;
    }

        body.light-theme .input-field::placeholder {
            color: #999;
        }

        body.light-theme .input-field:focus {
            border-color: #ff9800;
            box-shadow: 0 0 5px rgba(255, 152, 0, 0.5);
        }

    body.light-theme .toggle-password,
    body.light-theme .input-icon {
        color: #666;
    }

    body.light-theme .account-details label {
        color: #333;
    }

    body.light-theme input[type="checkbox"] {
        accent-color: #ff9800;
    }

    body.light-theme .subtitle {
        color: #555;
    }

.secure-url a {
    color: #19bd4c;
    text-decoration: none;
}

.scheme {
    color: #19bd4c;
}

.secure-url a {
    color: #ffffff;
}

body.light-theme .secure-url a {
    color: #777777;
}

.secure-url a .scheme {
    color: #19bd4c;
}

.secure-url {
    display: flex;
    align-items: center;
    gap: 4px;
}

.lock-icon {
    font-size: 16px;
    line-height: 1;
}
