.container-fluid{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;padding-left:15px;padding-right:15px}.profile-header{background:linear-gradient(135deg,#84c373,#6ba85a);border-radius:16px;padding:1.25rem 1.5rem;margin-bottom:2rem;margin-top:0;color:#fff;box-shadow:0 10px 30px #84c3734d;position:relative;overflow:hidden;width:100%;box-sizing:border-box}.profile-header:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}.profile-header-content{position:relative;z-index:1;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.profile-header-actions{display:flex;gap:.75rem;align-items:center}.profile-header-actions .btn{white-space:nowrap;transition:all .3s ease;font-size:16px}.profile-header-actions .btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.profile-header-actions .btn-light{background:#fff;color:var(--primary-dark);font-weight:600}.profile-header-actions .btn-light:hover{background:#fffffff2;color:var(--primary-dark)}.profile-header-actions .btn-outline-light{border-color:#fff;color:#fff;font-weight:600}.profile-header-actions .btn-outline-light:hover{background:#fff;color:var(--primary-dark);border-color:#fff}.profile-avatar{width:60px;height:60px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;border:3px solid rgba(255,255,255,.3);box-shadow:0 8px 20px #0003}.profile-avatar i{font-size:1.5rem!important}.profile-info h1{font-size:var(--fs-h2, 24px);font-weight:700;margin-bottom:.25rem}.profile-info p{font-size:var(--fs-base, 14px);opacity:.9;margin:0}.profile-tabs{border-bottom:2px solid rgba(132,195,115,.2);margin-bottom:2rem;background:#fff;border-radius:12px 12px 0 0;padding:0 1rem}.profile-tabs .nav-link{border:none;border-bottom:3px solid transparent;margin-right:2rem;padding:1rem 0;font-weight:600;color:#6c757d;transition:all .3s ease;position:relative}.profile-tabs .nav-link:hover{color:#84c373;border-bottom-color:#84c37380}.profile-tabs .nav-link.active{color:#84c373;border-bottom-color:#84c373}.profile-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(132,195,115,.15);overflow:hidden;transition:all .3s ease}.profile-card:hover{box-shadow:0 8px 30px #84c37326;transform:translateY(-2px)}.profile-card-header{background:linear-gradient(135deg,#f8f9fa,#fff);padding:1.5rem;border-bottom:2px solid rgba(132,195,115,.2);display:flex;align-items:center;justify-content:space-between}.profile-card-header h5{margin:0;font-weight:700;color:#1a1f2e;font-size:1.125rem;display:flex;align-items:center;gap:.75rem}.profile-card-header h5 i{color:#84c373;font-size:1.5rem}.profile-card-body{padding:1.5rem}.profile-form .form-label{font-weight:600;color:#1a1f2e;font-size:.875rem;margin-bottom:.5rem}.profile-form .form-control,.profile-form .form-select{border:1px solid rgba(132,195,115,.2);border-radius:8px;padding:.75rem;transition:all .3s ease}.profile-form .form-control:focus,.profile-form .form-select:focus{border-color:#84c373;box-shadow:0 0 0 3px #84c3731a}.profile-form .btn-primary{background:linear-gradient(135deg,#84c373,#6ba85a);border:none;border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:all .3s ease}.profile-form .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #84c3734d}.account-details-item{padding:1rem 0;border-bottom:1px solid #f1f3f5;display:flex;flex-direction:column;gap:.5rem}.account-details-item:last-child{border-bottom:none;padding-bottom:0}.account-details-label{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:#868e96;font-weight:600;margin:0}.account-details-value{font-size:1.125rem;color:#1a1f2e;font-weight:700;margin:0}.account-details-value.highlight{color:#84c373;font-size:1.5rem}.document-upload-area{border:2px dashed rgba(132,195,115,.5);border-radius:12px;padding:2rem;text-align:center;background:#84c3730d;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.document-upload-area:hover{border-color:#84c373;background:#84c3731a}.document-upload-area i{font-size:3rem;color:#84c373;margin-bottom:1rem}.document-item{padding:1rem;background:#84c3730d;border-radius:8px;margin-bottom:1rem;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center}.document-item:hover{transform:translate(5px);box-shadow:0 4px 12px #84c37333;background:#84c3731a}.document-item-info h6{margin:0;font-weight:600;color:#1a1f2e;font-size:1rem}.document-item-info small{color:#6c757d;font-size:.875rem}.document-item-actions{display:flex;gap:.5rem}.document-item-actions .btn{border-radius:6px;padding:.5rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.status-badge{padding:.5rem 1rem;border-radius:50px;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.status-badge.active{background:linear-gradient(135deg,#d3f9d8,#b2f2bb);color:#37b24d}.status-badge.inactive{background:linear-gradient(135deg,#fff3cd,#ffeaa7);color:#f59f00}.empty-state-icon-large{font-size:3rem;color:#868e96}.empty-state-icon-xl{font-size:3.5rem;color:#adb5bd}.profile-card-body-scrollable{max-height:500px;overflow-y:auto}@media(max-width:768px){.profile-header{padding:1rem 1.25rem;margin-bottom:.75rem;margin-top:0}.profile-header-content{flex-direction:column;text-align:center;gap:.75rem}.profile-avatar{width:70px;height:70px;font-size:1.75rem}.profile-info h1{font-size:1.25rem;margin-bottom:.25rem}.profile-info p{font-size:.875rem}.profile-header-actions{width:100%;justify-content:center;flex-direction:column;gap:.5rem}.profile-header-actions .btn{width:100%;max-width:100%;padding:.5rem 1rem;font-size:.875rem}}@media(max-width:576px){.container-fluid{padding-left:12px;padding-right:12px;overflow-x:hidden}.profile-header{padding:.75rem 1rem;margin-bottom:.5rem;margin-top:0;border-radius:12px}.profile-header-content{gap:.5rem}.profile-avatar{width:60px;height:60px;font-size:1.5rem}.profile-info h1{font-size:1.1rem;margin-bottom:.2rem}.profile-info p{font-size:.8rem;line-height:1.3}.profile-header-actions .btn{padding:.5rem .75rem;font-size:.8rem}.profile-avatar{width:80px;height:80px;font-size:2rem}.profile-info h1{font-size:1.5rem}.profile-tabs .nav-link{margin-right:1rem;padding:.75rem 0;font-size:.875rem}.empty-state-icon-large{font-size:2.5rem}.empty-state-icon-xl{font-size:3rem}.profile-card-body-scrollable{max-height:400px}}#profile-preview{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center;border-radius:50%}.profile-image-edit-btn{position:absolute;bottom:0;right:0;color:#333;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transform:translate(25%,25%);font-size:12px}.navbar-user-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}#global-header-img{object-fit:cover}
