.login-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background-color: #1a1a1a;
    border-radius: 5px;
}
.login-title {
    font-weight: bold;
    text-align: center;
    color: #ee2a7b;
    margin-bottom: 30px;
}
.form-control {
    background-color: #333;
    border-color: #444;
    color: #fff;
}
.form-control:focus {
    background-color: #444;
    border-color: #8dc63f;
    color: #fff;
}
.btn-login {
    background-color: #8dc63f;
    border-color: #8dc63f;
}
.btn-login:hover {
    background-color: #7ab52f;
    border-color: #7ab52f;
}
.error-message {
    color: #ff4136;
    text-align: center;
    margin-bottom: 15px;
}

.btn-text {
    color: #fff;
    font-size: 14px;
    text-align: center;
    flex-grow: 1;
    font-weight: bold;
}



/* register */
.register-container {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    background-color: #1a1a1a;
    border-radius: 5px;
}
.register-title {
    font-weight: bold;
    text-align: center;
    color: #ee2a7b;
    margin-bottom: 30px;
}
.form-check-label {
    color: #fff;
}
.modal-content {
    background-color: #1a1a1a;
    color: #fff;
}
.modal-header {
    border-bottom: 1px solid #333;
}
.modal-footer {
    border-top: 1px solid #333;
}
.terms-link {
    color: #8dc63f;
    text-decoration: none;
}
.terms-link:hover {
    color: #7ab52f;
    text-decoration: underline;
}


/* verify_email.php 스타일 */
.verify-email-container {
    max-width: 500px;
    margin: 50px auto;
    padding: 30px;
    background-color: #1a1a1a;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.verify-email-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #ee2a7b;
    margin-bottom: 30px;
    font-family: 'Fira Sans', sans-serif;
}

.verify-email-message {
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.btn-login {
    background-color: #8dc63f;
    border: none;
    color: #fff;
    padding: 12px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.btn-login:hover {
    background-color: #7ab52f;
}

.alert {
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.alert-success {
    background-color: #28a745;
    border-color: #23923d;
    color: #fff;
}

.alert-danger {
    background-color: #dc3545;
    border-color: #bd2130;
    color: #fff;
}


/* find_account */
.find-account-container {
    max-width: 500px;
    margin: 50px auto;
    padding: 30px;
    background-color: #1a1a1a;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.find-account-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #ee2a7b;
    margin-bottom: 30px;
    font-family: 'Fira Sans', sans-serif;
}

.find-account-section {
    margin-bottom: 30px;
}

.find-account-section h3 {
    color: #8dc63f;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.find-account-form .form-label {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.find-account-form .form-control {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
}

.find-account-form .form-control:focus {
    border-color: #8dc63f;
    box-shadow: 0 0 0 0.2rem rgba(141, 198, 63, 0.25);
}

.btn-find-account {
    background-color: #8dc63f;
    border: none;
    color: #fff;
    padding: 12px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.btn-find-account:hover {
    background-color: #7ab52f;
}

.alert {
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.alert-success {
    background-color: #28a745;
    border-color: #23923d;
    color: #fff;
}

.alert-danger {
    background-color: #dc3545;
    border-color: #bd2130;
    color: #fff;
}

hr {
    border-color: #444;
    margin: 30px 0;
}


/* reset_password */
.reset-password-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background-color: #1a1a1a;
    border-radius: 5px;
}

.reset-password-title {
    font-weight: bold;
    text-align: center;
    color: #ee2a7b;
    margin-bottom: 30px;
}

.btn-reset-password {
    background-color: #8dc63f;
    border-color: #8dc63f;
}

.btn-reset-password:hover {
    background-color: #7ab52f;
    border-color: #7ab52f;
}


/* reset_password.php 스타일 */
.reset-password-container {
    max-width: 500px;
    margin: 50px auto;
    padding: 30px;
    background-color: #1a1a1a;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.reset-password-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #ee2a7b;
    margin-bottom: 30px;
    font-family: 'Fira Sans', sans-serif;
}

.reset-password-form {
    margin-top: 30px;
}

.reset-password-form .form-label {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.reset-password-form .form-control {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
}

.reset-password-form .form-control:focus {
    border-color: #8dc63f;
    box-shadow: 0 0 0 0.2rem rgba(141, 198, 63, 0.25);
}

.btn-reset-password {
    background-color: #8dc63f;
    border: none;
    color: #fff;
    padding: 12px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.btn-reset-password:hover {
    background-color: #7ab52f;
}

.alert {
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.alert-success {
    background-color: #28a745;
    border-color: #23923d;
    color: #fff;
}

.alert-danger {
    background-color: #dc3545;
    border-color: #bd2130;
    color: #fff;
}



/* plan */
.title-h1 {
    font-size: 4rem;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    margin-top: 100px;
}

.plan-container {
    margin-top: 50px;
}

.plan-card {
    height: 100%;
    background-color: #1a1a1a;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.plan-title {
    font-size: 24px;
    font-weight: bold;
    color: #8dc63f;
    margin-bottom: 15px;
    text-align: center;
}
.plan-price {
    font-size: 20px;
    color: #ee2a7b;
    margin-bottom: 15px;
    text-align: center;
}
.plan-features {
    list-style-type: none;
    padding: 0;
}
.plan-features li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.plan-features i {
    color: #8dc63f;
    margin-right: 10px;
}
.btn-plan {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    text-decoration: none;
    transition: background-color 0.3s;
}
.btn-plan:hover {
    background-color: #ccc;
}
.current-plan {
    border: 2px solid #ee2a7b;
}
.plan-details-section {
    margin-top: 50px;
    padding: 30px;
    background-color: #1a1a1a;
    border-radius: 10px;
}
.plan-details {
    margin-bottom: 30px;
}
.plan-details h3 {
    font-size: 1.5rem;
    color: #8dc63f;
    margin-bottom: 15px;
    margin-top: 50px;
}
.plan-details p {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 15px;
    line-height: 2rem;
}


/* mypage */
body {
    background-color: #121212; /* Dark mode background */
    color: #ffffff; /* Default text color */
}

/* Profile image styles */
.profile-image-container {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f8f9fa;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.default-profile-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: #6c757d;
}

/* Card styles */
.card {
    background-color: #1a1a1a;
    border: 1px solid #333;
    color: #ffffff;
}

.card-title {
    color: #8dc63f;
}

.card-text, .card p {
    color: #ffffff;
}

.form-control {
    background-color: #333;
    border-color: #444;
    color: #ffffff;
}

.form-control:focus {
    background-color: #444;
    border-color: #8dc63f;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(141, 198, 63, 0.25);
}

/* Post item styles */
.post-item {
    background-color: #2c2c2c;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.post-content p {
    margin-bottom: 10px;
    color: #ffffff;
}

.post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-date {
    color: #aaaaaa;
    font-size: 0.9rem;
}

.post-actions .btn {
    margin-left: 5px;
    min-width: 60px;
    height: 32px;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Button styles */
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    background-color: #28a745;
    color: #ffffff;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    color: #ffffff;
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    background-color: #007bff;
    color: #ffffff;
}

/* 'Load More' button */
.load-more {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

/* Alert message */
.alert {
    background-color: #2c2c2c;
    border-color: #333;
    color: #ffffff;
}

.card h5{
    font-weight: bold;
}

.text-danger {
    color: #dc3545 !important;
}

.account-list, .account-list a{
    font-size: 1.1rem;
    color: white;
    text-decoration: none;
}
.account-list:hover{
    color: #dc3545;
}
/* Responsive design adjustments */
@media (max-width: 576px) {
    .post-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    .post-actions {
        margin-top: 10px;
    }
}

/* deactivate_account */
.deactivate-container {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    background-color: #1a1a1a;
    border-radius: 5px;
}
.deactivate-title {
    font-weight: bold;
    text-align: center;
    color: #ee2a7b;
    margin-bottom: 30px;
}