/* LMS User Management Styles - Version 2.3 - Beautified */

/* General Body Style for a nicer backdrop */
body.page-template-default {
    background: linear-gradient(to right, #f4f6f9, #e9ecf2);
}

.lms-um-form-wrapper { max-width: 550px; margin: 60px auto; padding: 40px; background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); border: 1px solid #e1e4e8; transition: all 0.3s ease-in-out; }
.lms-um-form-wrapper:hover { box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); transform: translateY(-5px); }
.lms-um-form-wrapper h2 { text-align: center; margin-bottom: 35px; color: #24292e; font-size: 28px; font-weight: 600; }
.lms-um-form-field { margin-bottom: 22px; }
.lms-um-form-field label { display: block; margin-bottom: 8px; font-weight: 600; color: #586069; font-size: 14px; }
.lms-um-form-field label .required { color: #d73a49; margin-left: 2px; font-weight: normal; }
.lms-um-form-field input[type='text'], .lms-um-form-field input[type='email'], .lms-um-form-field input[type='password'], .lms-um-form-field input[type='date'], .lms-um-form-field input[type='tel'], .lms-um-form-field input[type='file'], .lms-um-form-field select, .lms-um-form-field textarea { width: 100%; padding: 14px 16px; border: 1px solid #d1d5da; border-radius: 6px; box-sizing: border-box; transition: border-color 0.3s, box-shadow 0.3s; background-color: #fafbfc; font-size: 16px; }
.lms-um-form-field input:focus, .lms-um-form-field textarea:focus, .lms-um-form-field select:focus { outline: none; border-color: #0366d6; box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.3); background-color: #fff; }
.lms-um-form-field.terms-field label { display: inline; margin-left: 10px; font-weight: normal; color: #444; }
.lms-um-submit-btn { width: 100%; padding: 15px; background: linear-gradient(to bottom, #2ea44f, #2b8a44); color: white; border: 1px solid #2a8343; border-radius: 6px; cursor: pointer; font-size: 16px; font-weight: 600; transition: all 0.2s ease-in-out; box-shadow: 0 1px 0 rgba(27, 31, 35, 0.1); }
.lms-um-submit-btn:hover { background: linear-gradient(to bottom, #2c974b, #298042); border-color: #277c3f; }
.lms-um-submit-btn:disabled { background: #94d3a2; cursor: not-allowed; border-color: #83c194; }
.lms-um-message { padding: 15px; margin-bottom: 20px; border-radius: 6px; text-align: center; font-size: 15px; }
.lms-um-message.success { background-color: #e6ffed; color: #22863a; border: 1px solid #a4d2b2; }
.lms-um-message.error { background-color: #ffdce0; color: #d73a49; border: 1px solid #f9aeae; }
.lms-um-profile-wrapper { max-width: 900px; margin: 60px auto; padding: 0; background: transparent; border: none; box-shadow: none; }
.lms-um-profile-header { display: flex; align-items: center; margin-bottom: 40px; background: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); border: 1px solid #e1e4e8; }
.lms-um-profile-avatar { width: 120px; height: 120px; border-radius: 50%; margin-right: 30px; object-fit: cover; border: 4px solid #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.lms-um-profile-name { font-size: 32px; margin: 0; color: #24292e; font-weight: 700; }
.lms-um-profile-username { color: #6a737d; font-size: 18px; font-weight: 300; }
.lms-um-profile-body { background: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); border: 1px solid #e1e4e8; }
.lms-um-profile-body h3 { font-size: 22px; color: #24292e; border-bottom: 1px solid #e1e4e8; padding-bottom: 10px; margin-bottom: 20px; }
.lms-um-profile-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 20px; }
.lms-um-profile-details p { margin: 0; padding: 15px; background: #f6f8fa; border-radius: 6px; border: 1px solid #e1e4e8; font-size: 15px; color: #586069; }
.lms-um-profile-details p strong { color: #24292e; display: block; margin-bottom: 5px; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; }
.lms-um-profile-bio { font-size: 16px; color: #586069; line-height: 1.7; margin-top: 10px; }
.lms-um-profile-edit-link { display: inline-block; margin-top: 30px; padding: 12px 25px; background: linear-gradient(to bottom, #0366d6, #005cc5); color: #fff; text-decoration: none; border-radius: 6px; font-weight: 600; border: 1px solid #0259b9; transition: all 0.2s ease-in-out; }
.lms-um-profile-edit-link:hover { background: linear-gradient(to bottom, #005cc5, #0366d6); }
#edit-profile-container { margin-top: 40px !important; padding-top: 40px; border-top: 1px solid #e1e4e8; }
.lms-um-role-info { padding: 15px; background: #f1f8ff; border: 1px solid #c8e1ff; border-radius: 6px; margin-top: 20px; }
.login-lost-password { text-align: center; margin-top: 20px; }
.lms-user-details-row td { background-color: #f6f8fa !important; border-left: 4px solid #0366d6; }
.lms-user-details-content { padding: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.lms-user-details-content p { margin: 0; }