.language-switcher{position:relative;display:inline-block}.language-dropdown{position:relative}.language-toggle{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e1e5e9;border-radius:8px;cursor:pointer;font-size:.9rem;color:#333;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.language-toggle:hover{border-color:#667eea;box-shadow:0 2px 8px rgba(102,126,234,.1)}.language-toggle i{font-size:.8rem;color:#667eea}.language-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:1000;min-width:150px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.language-dropdown:hover .language-menu,.language-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.language-option{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:none;cursor:pointer;font-size:.9rem;color:#333;transition:background-color .2s ease;text-align:left}.language-option:hover{background-color:#f8f9fa}.language-option.active{background-color:#e0e7ff;color:#667eea;font-weight:500}.language-option .flag{font-size:1.2rem}.language-option:first-child{border-radius:8px 8px 0 0}.language-option:last-child{border-radius:0 0 8px 8px}.language-option:only-child{border-radius:8px}@media (max-width:768px){.language-toggle{padding:.4rem .6rem;font-size:.75rem;min-height:36px}.language-toggle i.fa-chevron-down,.language-toggle span{display:none}.language-menu{min-width:140px;right:0;left:auto}.language-option{padding:.6rem .8rem;font-size:.85rem;min-height:44px}}.login-container{margin:0;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;position:relative}body:not([data-theme]) .login-container,body[data-theme=light] .login-container{background:#fff!important}.login-controls{position:absolute;top:20px;right:20px;display:flex;align-items:center;grid-gap:1rem;gap:1rem;z-index:1000}.login-controls .language-dropdown,.login-controls .language-switcher{background:hsla(0,0%,100%,.95)!important;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15)}body:not([data-theme]) .login-controls .language-dropdown,body:not([data-theme]) .login-controls .language-switcher,body[data-theme=light] .login-controls .language-dropdown,body[data-theme=light] .login-controls .language-switcher{background:#fff!important;box-shadow:0 2px 8px rgba(0,0,0,.2)!important;border:1px solid #e0e0e0!important}body[data-theme=dark] .login-controls .language-dropdown,body[data-theme=dark] .login-controls .language-switcher{background:rgba(30,30,30,.95)!important;box-shadow:0 2px 8px rgba(0,0,0,.3)!important;border:1px solid hsla(0,0%,100%,.2)!important}.login-controls button{box-shadow:0 2px 8px rgba(0,0,0,.15)!important}body:not([data-theme]) .login-controls button,body[data-theme=light] .login-controls button{box-shadow:0 2px 8px rgba(0,0,0,.2)!important}body[data-theme=dark] .login-controls button{box-shadow:0 2px 8px rgba(0,0,0,.3)!important}@media (max-width:768px){.login-controls{top:10px;right:10px;flex-direction:column;grid-gap:.5rem;gap:.5rem}}.login-card{background:hsla(0,0%,100%,.95);border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);overflow:hidden;width:100%;max-width:1000px;display:flex;min-height:600px}body:not([data-theme]) .login-card,body[data-theme=light] .login-card{background:#fff!important;box-shadow:0 20px 40px rgba(0,0,0,.15)!important;border:1px solid #e0e0e0!important}.thesis-form{flex:1 1;background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem 2rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.thesis-form:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");opacity:.3}.thesis-header{position:relative;z-index:2;text-align:center;color:#fff}.welcome-lbl{font-size:1.5rem;font-weight:300;margin-bottom:.5rem;opacity:.9}.thesis-lbl{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem}.thesis-subtitle{font-size:1rem;opacity:.8;font-weight:300}.login-form{flex:1 1;padding:3rem 2rem;display:flex;flex-direction:column;justify-content:center}.login-form h3{font-size:2rem;font-weight:700;color:#333;margin-bottom:2rem;text-align:center}body:not([data-theme]) .login-form h3,body[data-theme=light] .login-form h3{color:#1a1a1a!important}.form-group{margin-bottom:1.5rem}.form-control{border:2px solid #e1e5e9;padding:12px 16px;font-size:16px}.form-control:focus{box-shadow:0 0 0 3px rgba(102,126,234,.1)}body:not([data-theme]) .form-control,body[data-theme=light] .form-control{background:#fff!important;border-color:#d0d0d0!important;color:#1a1a1a!important}body:not([data-theme]) .form-control:focus,body[data-theme=light] .form-control:focus{background:#fff!important;border-color:#667eea!important;box-shadow:0 0 0 3px rgba(102,126,234,.1)!important}body:not([data-theme]) .form-control::placeholder,body[data-theme=light] .form-control::placeholder{color:#9ca3af!important}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;padding:12px 24px;font-size:16px;font-weight:600;color:#fff;transition:all .3s ease;width:100%;margin-top:1rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(102,126,234,.3)}.btn-primary:active{transform:translateY(0)}.login-info{background:#fee;border:1px solid #fcc;border-radius:8px;padding:12px;color:#c33;font-size:14px}.loading-info,.login-info{margin-top:1rem;text-align:center}.loading-info{color:#667eea;font-weight:500}.login-spinner{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-left:10px}@media (max-width:768px){.login-card{flex-direction:column;min-height:auto}.thesis-form{text-align:center}.login-form,.thesis-form{padding:2rem 1rem}.welcome-lbl{font-size:1.2rem}.thesis-lbl{font-size:2rem}.login-form h3{font-size:1.5rem}}@media (max-width:480px){.login-container{padding:10px}.login-form,.thesis-form{padding:1.5rem 1rem}}body:not([data-theme]) .thesis-form,body[data-theme=dark] .login-container,body[data-theme=light] .thesis-form{background:linear-gradient(135deg,#667eea,#764ba2)!important}body[data-theme=dark] .login-card{background:rgba(30,30,30,.95)!important}body[data-theme=dark] .login-form h3{color:#fff!important}body[data-theme=dark] .form-control{background:rgba(102,126,234,.15)!important;border-color:hsla(0,0%,100%,.2)!important;color:#fff!important}@media (prefers-color-scheme:dark){.login-card{background:rgba(30,30,30,.95)}.login-form h3{color:#fff}.form-control{background:#2a2a2a;border-color:#444;color:#fff}.form-control:focus{background:#333}}body::-webkit-scrollbar{width:.47rem}body::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}body::-webkit-scrollbar-thumb{background:#b2b5be;border-radius:10px}body::-webkit-scrollbar-thumb:hover{background:#8d9099}.table-thesis{border-top:1px solid #dfe2e2!important;table-layout:fixed;width:85vw!important}.table-header-thesis{width:10vw;white-space:nowrap}.table-data-thesis{word-wrap:break-word;font-size:.9rem;width:10vw;overflow:hidden;text-overflow:ellipsis}Table .table-header{max-width:100%;white-space:nowrap}Table .table-data{min-width:100%;white-space:nowrap}.table-header{font-size:.9rem;font-weight:500}.table-header,.table-header>span{margin-right:.25rem}.table-header>span:hover{cursor:pointer}::-webkit-scrollbar{height:.47rem!important;width:.47rem!important}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}::-webkit-scrollbar-thumb{background:#5c5ef0;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#4b4ee0}.accept-request,.decline-request{font-size:.85rem!important;margin-top:-.75rem;margin-bottom:-.4rem}.empty-data{font-size:medium;font-weight:500;text-align:center}.page-select{height:1.9rem;background-color:#e7eff1;border:1px solid #e0d8d8;padding:.1rem;margin-top:.25rem;margin-bottom:.5rem}.page-select>span{cursor:default;margin-left:.25rem;margin-right:2rem;color:#6c8eeb}.page-select>span:hover{cursor:pointer;color:#5473c7}.page-limit-lbl{float:left;margin-top:.2rem}.page-limit{font-size:.85rem!important;height:1.9rem!important;width:4rem!important}.page-number{cursor:default!important;color:#5a5757!important;text-decoration:none;float:right}.fav-carousel{margin-top:1rem!important}.rec.rec-arrow{border-radius:0}.rec.rec.rec-arrow{color:#f0f8ff;background-color:#0f8cdf}.rec.rec-arrow:hover{border-radius:50%}.rec.rec-arrow:focus{outline:none!important}.rec.rec-arrow:disabled{visibility:hidden}.card{margin:.3rem!important}.card-title{height:4rem!important;color:#5765b3}.card .heart{position:absolute;top:1rem;right:1rem;background-color:#d6e5ff}.card .fa-heart{font-size:1.5rem;color:#fff}.card .fa-heart:hover{cursor:pointer;color:#ff4a02}.fav-loading{margin-top:9rem}.select-supervisor{min-width:13rem}.request-status,.select-supervisor{margin-top:-.55rem;margin-bottom:-1.5rem}.request-status{min-width:7.4rem}.close-modal,.save-modal{padding-left:.5rem!important;padding-right:.5rem!important;border-radius:.25rem!important}.apply-thesis{font-size:.9rem!important;margin-top:-.55rem;margin-bottom:-.35rem}span .fa-paperclip{cursor:pointer;font-size:1.2rem;color:#1990df}.supervisors-dropdown{font-size:.9rem!important;min-width:12rem;margin-top:-.5rem;margin-bottom:-1.4rem;border-radius:0!important;border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.supervisors-dropdown:focus{box-shadow:0 4px 8px 0 rgba(0,0,0,.4)!important}.propose-btn{font-size:.85rem!important;padding:.41rem!important;margin-top:-.5rem!important;margin-bottom:-.4rem!important;margin-left:0!important;box-shadow:none}.propose-btn:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.4)}.area-btn,.user-btn{margin-left:0;margin-bottom:1.25rem;font-size:.9rem!important;padding:.4rem!important}.new{background-color:#1990df!important;border:1px solid #eef7ff!important}.new:hover{border:1px solid #1990df!important}.request-action-status{text-transform:capitalize}.editable-data{border:none;background-color:initial;outline:none}.editable-data::placeholder{color:#645c5c;opacity:1}.edit-input-icon{opacity:.2}.report-post h6{font-size:1.05rem;color:rgba(78,74,74,.615686274509804)}.report-post .post-description{margin-top:0;margin-left:1.2rem}.report-post .date-posted{text-align:left;color:rgba(78,74,74,.7686274509803922);font-weight:500;margin-top:.5rem;margin-bottom:1rem;margin-right:.25rem}.reports{bottom:2rem!important}.reports-wrapper .empty-data{margin-top:1.5rem;margin-bottom:1.5rem}.modal-item{color:#3f61f7;cursor:pointer}.modal-item:hover{color:#1a52c9}.notifications-content{max-height:20rem;overflow-y:auto}.alert{padding:20px;background-color:#ffb920;color:#fff}.closebtn{margin-left:15px;color:#fff;font-weight:700;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:.3s}.closebtn:hover{color:#000}.cancel-modal{background-color:#d6d6d6!important}.cancel-modal,.confirm-modal{border-radius:.2rem!important}.confirm-modal{color:#fff!important;background-color:#0b7ce6!important}.confirm-modal:hover{border-color:#0b7ce6!important}.fa-clipboard{float:left;margin-right:.3rem;margin-top:.3rem}.fa-caret-down{margin-bottom:.8rem;margin-left:.3rem}.fa-caret-up{float:right;margin-bottom:.8rem;margin-left:.8rem}.detailsToggle{display:flex;align-items:center;margin-top:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.collapseWrap,.detailsToggle{margin-left:1.2rem}.editDiv{display:flex;flex-wrap:wrap}.inputProfile{margin-top:.4rem;width:20vw!important}.editButton{font-size:10px;float:right;margin-left:2rem}.editButton:focus{outline:none}.validity{margin-left:.8vw}.dropdown-check-list{display:inline-block}.dropdown-check-list .anchor{position:relative;cursor:pointer;display:inline-block;padding:5px 50px 5px 10px;border:1px solid #ccc}.dropdown-check-list .anchor:after{position:absolute;content:"";border-left:2px solid #000;border-top:2px solid #000;padding:5px;right:10px;top:20%;transform:rotate(-135deg)}.dropdown-check-list .anchor:active:after{right:8px;top:21%}.dropdown-check-list ul.roles{padding:2px;display:none;margin:0;border:1px solid #ccc;border-top:none}.dropdown-check-list ul.roles li{list-style:none}.dropdown-check-list.visible .anchor{color:#0094ff}.dropdown-check-list.visible .roles{display:block}input[type=checkbox]{vertical-align:-2px;padding:0}.rolesWrapper{display:table}.rolesArrow{display:inline-block;margin:0}.roleP{display:table-cell;vertical-align:middle}.infoUpdateUser{margin-left:.5vw;margin-top:2vh}.liRole{margin-bottom:7vh}.fa-file-alt{width:100%;text-align:center}.showDetails:hover,.thesisFile:hover{color:#4b4ee0}.settings-container{padding:2rem;max-width:1200px;margin:0 auto}.settings-header{text-align:center;margin-bottom:3rem}.settings-header h2{color:#2c3e50;margin-bottom:.5rem}.settings-header i{color:#667eea;margin-right:.5rem}.settings-card{border:none;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:2rem;transition:all .3s ease}.settings-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.settings-card .card-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:15px 15px 0 0;border:none;padding:1.5rem}.settings-card .card-header h5{margin:0;font-weight:600}.settings-card .card-header i{margin-right:.5rem}.account-info{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.info-item{justify-content:space-between;align-items:center;padding:.75rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.info-label{font-weight:600;color:#495057}.info-value{color:#6c757d}body[data-theme=light] .settings-container{background:#fff!important}body[data-theme=light] .settings-header h2{color:#1a1a1a!important}body[data-theme=light] .settings-card{background:#fff!important;border:1px solid #e0e0e0!important}body[data-theme=light] .settings-card .card-header{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important}body[data-theme=light] .form-control,body[data-theme=light] .form-control:focus{background:#fff!important;color:#1a1a1a!important;border-color:#d0d0d0!important}body[data-theme=light] .form-control::placeholder{color:#9ca3af!important}body[data-theme=light] .info-item{background:#f8f9fa!important;border-left-color:#667eea!important}body[data-theme=light] .info-label,body[data-theme=light] .info-value{color:#1a1a1a!important}body[data-theme=light] .badge{color:#fff!important}body[data-theme=dark] .settings-container{background:rgba(102,126,234,.15)!important}body[data-theme=dark] .settings-header h2{color:#fff!important}body[data-theme=dark] .settings-card{background:rgba(102,126,234,.15)!important;border:1px solid hsla(0,0%,100%,.2)!important}body[data-theme=dark] .settings-card .card-header{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important}body[data-theme=dark] .form-control,body[data-theme=dark] .form-control:focus{background:rgba(102,126,234,.15)!important;color:#fff!important;border-color:hsla(0,0%,100%,.2)!important}body[data-theme=dark] .form-control::placeholder{color:#9ca3af!important}body[data-theme=dark] .info-item{background:rgba(102,126,234,.15)!important;border-left-color:#667eea!important}body[data-theme=dark] .badge,body[data-theme=dark] .info-label,body[data-theme=dark] .info-value{color:#fff!important}.activity-log-container{padding:2rem;max-width:1200px;margin:0 auto}.activity-log-header{text-align:center;margin-bottom:3rem}.activity-log-header h2{color:#2c3e50;margin-bottom:.5rem}.activity-log-header i{color:#667eea;margin-right:.5rem}.activity-card{border:none;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:all .3s ease;margin-bottom:1rem}.activity-card:hover{transform:translateX(5px);box-shadow:0 4px 20px rgba(0,0,0,.12)}.activity-header{display:flex;align-items:flex-start;grid-gap:1rem;gap:1rem}.activity-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(102,126,234,.1)}.activity-icon i{font-size:1.2rem}.activity-content{flex:1 1}.activity-title h6{margin:0;color:#2c3e50;font-weight:600}.activity-meta{display:flex;align-items:center;grid-gap:1rem;gap:1rem;margin-top:.5rem}.activity-details{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:3px solid #667eea}.activity-log-summary .card{border:none;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.activity-log-summary .card-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:15px 15px 0 0;border:none;padding:1.5rem}.summary-item{text-align:center;padding:1rem}.summary-number{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.summary-label{font-size:.9rem;color:#6c757d;font-weight:500}.empty-state,.loading-state{padding:3rem}.empty-state-icon{color:#dee2e6}.empty-state h3{color:#6c757d}.empty-state p{color:#adb5bd;max-width:400px;margin:0 auto}@media (max-width:768px){.activity-log-container,.settings-container{padding:1rem}.activity-card,.settings-card{margin-bottom:1rem}.activity-header,.activity-meta{flex-direction:column;grid-gap:.5rem;gap:.5rem}.activity-meta{align-items:flex-start}.summary-item{padding:.5rem}.summary-number{font-size:1.5rem}}.notifications-container{padding:2rem;max-width:1200px;margin:0 auto}.notifications-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.notifications-header .header-content{flex:1 1}.notifications-header h2{color:#2c3e50;margin-bottom:.5rem;display:flex;align-items:center}.notifications-header i{color:#667eea;margin-right:.5rem}.mark-all-read-btn{white-space:nowrap}.notification-card{border:none;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:all .3s ease;margin-bottom:1rem;position:relative}.notification-card.unread{border-left:4px solid #667eea;background:linear-gradient(135deg,#f8f9ff,#f0f4ff)}.notification-card:hover{transform:translateX(5px);box-shadow:0 4px 20px rgba(0,0,0,.12)}.notification-header{display:flex;align-items:flex-start;grid-gap:1rem;gap:1rem}.notification-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(102,126,234,.1)}.notification-icon i{font-size:1.2rem}.notification-content{flex:1 1}.notification-title h6{margin:0;color:#2c3e50;font-weight:600}.notification-meta{display:flex;align-items:center;grid-gap:1rem;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.notification-message{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:3px solid #667eea}.notification-actions{display:flex;grid-gap:.5rem;gap:.5rem;flex-shrink:0}.notification-actions .btn{padding:.25rem .5rem;font-size:.8rem}.notifications-summary .card{border:none;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.notifications-summary .card-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:15px 15px 0 0;border:none;padding:1.5rem}@media (max-width:768px){.notifications-container{padding:1rem}.notifications-header{flex-direction:column;align-items:flex-start}.notification-header,.notification-meta{flex-direction:column;grid-gap:.5rem;gap:.5rem}.notification-meta{align-items:flex-start}.notification-actions{align-self:flex-end}}.thesis-progress-container{padding:2rem;max-width:1200px;margin:0 auto}.progress-header{text-align:center;margin-bottom:3rem}.progress-header h2{color:#2c3e50;margin-bottom:.5rem}.progress-header i{color:#667eea;margin-right:.5rem}.overall-progress-card{border:none;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.overall-progress-card .card-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:15px 15px 0 0;border:none;padding:1.5rem}.overall-progress-card .card-header h5{margin:0;font-weight:600}.overall-progress-card .card-header i{margin-right:.5rem}.progress-overview{display:flex;align-items:center;grid-gap:2rem;gap:2rem}.progress-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.progress-percentage{text-align:center}.percentage-number{display:block;font-size:2rem;font-weight:700;line-height:1}.percentage-label{font-size:.9rem;opacity:.9}.progress-details{flex:1 1}.progress-details h6{color:#2c3e50;margin-bottom:.5rem}.deadlines-card,.milestones-card,.reports-card{border:none;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.1);height:100%}.deadlines-card .card-header,.milestones-card .card-header,.reports-card .card-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:15px 15px 0 0;border:none;padding:1.5rem}.deadlines-card .card-header h5,.milestones-card .card-header h5,.reports-card .card-header h5{margin:0;font-weight:600}.deadlines-card .card-header i,.milestones-card .card-header i,.reports-card .card-header i{margin-right:.5rem}.deadline-card,.milestone-card,.report-card{border:none;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.deadline-card:hover,.milestone-card:hover,.report-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.12)}.deadline-header,.milestone-header,.report-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.deadline-title,.milestone-title,.report-title{flex:1 1}.deadline-title h6,.milestone-title h6,.report-title h6{margin:0;color:#2c3e50;font-weight:600}.deadline-description,.milestone-description,.report-description{margin-bottom:1rem}.deadline-description p,.milestone-description p,.report-description p{color:#6c757d;margin:0;line-height:1.5}.milestone-progress{margin-top:1rem}.deadline-card.overdue{border-left:4px solid #dc3545;background:linear-gradient(135deg,#fff5f5,#fed7d7)}.empty-section{text-align:center;padding:2rem;color:#6c757d}.empty-section i{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-section p{margin:0;font-size:.9rem}@media (max-width:768px){.thesis-progress-container{padding:1rem}.progress-overview{flex-direction:column;text-align:center;grid-gap:1rem;gap:1rem}.progress-circle{width:100px;height:100px}.percentage-number{font-size:1.5rem}.deadline-header,.milestone-header,.report-header{flex-direction:column;grid-gap:.5rem;gap:.5rem}}.bell-icon{color:#3b82f6!important;font-size:1.5rem}body[data-theme=dark] .bell-icon{color:#fff!important}.empty-data,.empty-state h3,.empty-state h5,.empty-state p{color:#667eea!important;font-weight:500}.thesis-grade-section{margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,#fff9c4,#fff59d);border-radius:15px;border:2px solid #ffd54f;box-shadow:0 8px 25px rgba(255,193,7,.2)}.grade-display{grid-gap:1.5rem;gap:1.5rem;text-align:center}.grade-display,.grade-icon{display:flex;align-items:center}.grade-icon{width:60px;height:60px;background:linear-gradient(135deg,gold,#ffed4e);border-radius:50%;justify-content:center;box-shadow:0 4px 15px rgba(255,215,0,.4)}.grade-icon i{font-size:1.8rem;color:#ff6b35}.grade-content{flex:1 1}.grade-title{font-size:.9rem;color:#6c757d;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.grade-value{font-size:2.5rem;font-weight:800;color:#2c3e50;margin-bottom:.25rem}.grade-status{font-size:.85rem;color:#28a745;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (max-width:768px){.grade-display{flex-direction:column;grid-gap:1rem;gap:1rem}.grade-icon{width:50px;height:50px}.grade-icon i{font-size:1.5rem}.grade-value{font-size:2rem}}body[data-theme=dark] .thesis-reports{background:rgba(102,126,234,.15)!important;color:#f1f1f1!important}body[data-theme=dark] .thesis-reports h5{color:#f1f1f1!important}body[data-theme=dark] .report-post,body[data-theme=dark] .reports-wrapper{background:rgba(102,126,234,.15)!important;color:#f1f1f1!important}body[data-theme=dark] .report-post{border-color:hsla(0,0%,100%,.2)!important}body[data-theme=dark] .report-post h6{color:#f1f1f1!important}body[data-theme=dark] .report-post .post-description{color:#e0e0e0!important}body[data-theme=dark] .report-post .date-posted{color:#b0b0b0!important}body[data-theme=dark] .reports-wrapper .empty-data{color:#f1f1f1!important}body[data-theme=dark] .page-select{background:rgba(102,126,234,.15)!important;border-color:hsla(0,0%,100%,.2)!important;color:#f1f1f1!important}body[data-theme=dark] .page-select>span{color:#f1f1f1!important}body[data-theme=dark] .page-select>span:hover{color:#667eea!important}body[data-theme=dark] .page-limit{background:rgba(102,126,234,.15)!important;border-color:hsla(0,0%,100%,.2)!important}body[data-theme=dark] .download-files-list,body[data-theme=dark] .page-limit-lbl{color:#f1f1f1!important}body[data-theme=dark] .download-files-list a{color:#667eea!important}body[data-theme=dark] .download-files-list a:hover{color:#8599ff!important}body[data-theme=dark] .thesis-information,body[data-theme=dark] .thesis-wrapper{background:rgba(102,126,234,.15)!important;color:#f1f1f1!important}body[data-theme=dark] .thesis-wrapper{border-color:hsla(0,0%,100%,.2)!important}body[data-theme=dark] .thesis-grade-section{background:rgba(102,126,234,.25)!important;border-color:hsla(0,0%,100%,.3)!important;box-shadow:0 8px 25px rgba(0,0,0,.3)!important}body[data-theme=dark] .grade-title{color:#b0b0b0!important}body[data-theme=dark] .grade-value{color:#f1f1f1!important}body[data-theme=dark] .grade-status{color:#4ade80!important}body[data-theme=dark] .thesis-information h5,body[data-theme=dark] .thesis-information h6,body[data-theme=dark] .thesis-information li,body[data-theme=dark] .thesis-information p{color:#f1f1f1!important}body[data-theme=dark] .thesis-information .table-header{color:#e0e0e0!important}body[data-theme=dark] .thesis-information .table-data{color:#f1f1f1!important}.modern-sidebar{width:280px;height:100vh;background:linear-gradient(180deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:1000;box-shadow:4px 0 20px rgba(0,0,0,.1);overflow-y:auto;transition:transform .3s ease}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.brand-icon{width:50px;height:50px;background:hsla(0,0%,100%,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.brand-text{display:flex;flex-direction:column}.brand-title{font-size:1.3rem;font-weight:700;line-height:1}.brand-subtitle{font-size:.9rem;opacity:.8;font-weight:300}.sidebar-nav{flex:1 1;padding:1rem 0}.nav-menu{list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-item.active{background:hsla(0,0%,100%,.2);box-shadow:0 4px 15px rgba(0,0,0,.1)}.nav-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#fff;border-radius:0 2px 2px 0}.nav-icon{width:40px;height:40px;background:hsla(0,0%,100%,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .3s ease}.nav-item:hover .nav-icon{background:hsla(0,0%,100%,.2);transform:scale(1.1)}.nav-item.active .nav-icon{background:hsla(0,0%,100%,.3)}.nav-label{font-weight:500;font-size:1rem;flex:1 1}.notification-badge{position:absolute;right:1rem;top:50%;transform:translateY(-50%);display:none}.notification-badge i{color:#ff4757;font-size:.8rem;animation:pulse 2s infinite}.sidebar-footer{padding:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.user-info{display:flex;align-items:center;grid-gap:1rem;gap:1rem;padding:1rem;background:hsla(0,0%,100%,.1);border-radius:12px}.user-avatar{width:40px;height:40px;background:hsla(0,0%,100%,.2);font-size:1.1rem}.user-details{display:flex;flex-direction:column}.user-name{font-size:.95rem}.user-role{font-size:.8rem;opacity:.8;color:#2ecc71}@media (max-width:768px){.modern-sidebar{width:80vw;height:100vh;position:fixed;left:0;top:0;transform:translateX(-100%);transition:transform .3s ease;box-shadow:4px 0 20px rgba(0,0,0,.2)}.modern-sidebar.open{transform:translateX(0)}.sidebar-header{padding:1.5rem 1rem}.nav-item{margin:.25rem .5rem}.nav-link{padding:.75rem 1rem}.sidebar-footer{padding:1rem}}@media (max-width:480px){.brand-title{font-size:1.1rem}.brand-subtitle{font-size:.8rem}.nav-label{font-size:.9rem}}@media (prefers-color-scheme:dark){.modern-sidebar{background:linear-gradient(180deg,#667eea,#764ba2)}.nav-item:hover{background:hsla(0,0%,100%,.05)}.nav-item.active{background:hsla(0,0%,100%,.1)}.user-info{background:hsla(0,0%,100%,.05)}}body[data-theme=dark] .modern-sidebar{background:linear-gradient(180deg,#667eea,#764ba2)!important}.modern-sidebar::-webkit-scrollbar{width:6px}.modern-sidebar::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}.modern-sidebar::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:3px}.modern-sidebar::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}.favourites-container{padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}.favourites-header{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.favourites-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;display:flex;align-items:center;grid-gap:1rem;gap:1rem}.favourites-title i{font-size:2rem;color:#ef4444;animation:heartbeat 2s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.favourites-subtitle{color:#6b7280;font-size:1.1rem;font-weight:500}.favourites-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:600px;margin:0 auto}.favourites-content{margin-top:2rem}.favourite-button{padding:.75rem 1.5rem;border:none;border-radius:25px;font-weight:600;font-size:.9rem;grid-gap:.5rem;gap:.5rem;background:linear-gradient(135deg,#e5e7eb,#d1d5db);color:#6b7280;position:relative;overflow:hidden}.favourite-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);transition:left .5s}.favourite-button:hover:before{left:100%}.favourite-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.favourite-button.favourited{background:linear-gradient(135deg,#ef4444,#dc2626);animation:pulse 2s infinite}.favourite-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.area-actions{background:rgba(102,126,234,.05);border-radius:15px;padding:1.5rem}.action-label i{color:#f59e0b}.processing-spinner{border-top-color:#ef4444}.area-card{will-change:transform;contain:layout style paint}.favourite-button{will-change:transform,background-color;contain:layout style paint}@media (max-width:768px){.favourites-container{padding:1rem}.favourites-header{padding:1.5rem}.header-content{flex-direction:column;align-items:stretch}.favourites-title{font-size:2rem}.search-container{min-width:auto}.favourites-stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.areas-grid{grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.area-card{padding:1.5rem}.area-card-header{flex-direction:column;align-items:flex-start;grid-gap:1rem;gap:1rem}.favourite-button{width:100%;justify-content:center}.page-controls{flex-direction:column;align-items:stretch}.page-buttons{justify-content:center}}@media (max-width:480px){.favourites-title{font-size:1.5rem}.area-card{padding:1rem}.area-info-section{flex-direction:column;align-items:flex-start;grid-gap:.75rem;gap:.75rem}.area-avatar{width:50px;height:50px;font-size:1rem}}@media (prefers-color-scheme:dark){.favourites-container{background:linear-gradient(135deg,#181a1b,#23272f)!important}.area-card,.empty-state,.favourites-header,.loading-state,.stat-card{background:#23272f!important;color:#f1f1f1!important;border-color:#3b4252!important}.favourites-title{color:#e0e6f0!important;background:none!important;-webkit-text-fill-color:unset!important}.favourites-subtitle{color:#bfc9d1!important}.stat-number{color:#60a5fa!important}.stat-label{color:#bfc9d1!important}.search-input{background:#23272f!important;color:#f1f1f1!important;border-color:#60a5fa!important}.search-input:focus{background:#1f2937;border-color:#60a5fa}.area-name{color:#e0e6f0!important}.description-value{background:#23272f!important}.action-value,.description-value,.favourite-button{color:#f1f1f1!important}.favourite-button{background:#374151!important;border:1px solid #60a5fa!important}.favourite-button.favourited{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:#fff!important}.empty-state-title{color:#f9fafb}.empty-state-message,.loading-text{color:#9ca3af}.page-limit{background:#23272f!important;color:#f1f1f1!important;border-color:#60a5fa!important}.processing-overlay{background:rgba(31,41,55,.9)}}@media (prefers-reduced-motion:reduce){.area-card,.favourite-button,.favourite-button:before,.favourites-title i,.page-buttons button,.stat-card{animation:none;transition:none}.area-card:hover,.favourite-button:hover,.page-buttons button:hover,.stat-card:hover{transform:none}}body[data-theme=light] .favourites-container{background:linear-gradient(135deg,#fff,#f8f9fa)!important}body[data-theme=light] .area-card,body[data-theme=light] .empty-state,body[data-theme=light] .favourites-header,body[data-theme=light] .loading-state,body[data-theme=light] .stat-card{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important}body[data-theme=light] .area-name,body[data-theme=light] .favourites-title{color:#1a1a1a!important}body[data-theme=light] .area-id,body[data-theme=light] .favourites-subtitle,body[data-theme=light] .stat-label,body[data-theme=light] .stat-number{color:#4a4a4a!important}body[data-theme=light] .action-value,body[data-theme=light] .description-value{color:#1a1a1a!important;background:#fff!important}body[data-theme=light] .favourite-button{background:#f5f5f5!important;color:#1a1a1a!important;border:1px solid #e0e0e0!important}body[data-theme=light] .favourite-button.favourited{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:#fff!important}body[data-theme=dark] .favourites-container{background:linear-gradient(135deg,#181a1b,#23272f)!important}body[data-theme=dark] .area-card,body[data-theme=dark] .empty-state,body[data-theme=dark] .favourites-header,body[data-theme=dark] .loading-state,body[data-theme=dark] .stat-card{background:#23272f!important;color:#f1f1f1!important;border-color:#3b4252!important}body[data-theme=dark] .area-name,body[data-theme=dark] .favourites-title{color:#e0e6f0!important;background:none!important;-webkit-text-fill-color:unset!important}body[data-theme=dark] .area-id,body[data-theme=dark] .favourites-subtitle,body[data-theme=dark] .stat-label,body[data-theme=dark] .stat-number{color:#bfc9d1!important}body[data-theme=dark] .action-value,body[data-theme=dark] .description-value{color:#f1f1f1!important;background:#23272f!important}body[data-theme=dark] .favourite-button{background:#374151!important;color:#f1f1f1!important;border:1px solid #60a5fa!important}body[data-theme=dark] .favourite-button.favourited{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:#fff!important}.area-actions .action-info{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.professors-container{grid-gap:.25rem;gap:.25rem;align-items:center}.professor-item{font-size:.875rem;color:#4a5568}.more-professors{font-size:.875rem;color:#718096}.no-professors{font-size:.875rem;color:#a0aec0;font-style:italic}.load-professors-btn{background:none;border:1px solid #e2e8f0;border-radius:.375rem;padding:.25rem .75rem;font-size:.75rem;color:#4a5568;transition:all .2s}.load-professors-btn:hover{background-color:#f7fafc;border-color:#cbd5e0}.loading-text{font-size:.875rem;color:#718096;font-style:italic}.research-areas-container{padding:2rem}.research-areas-header{margin-bottom:2rem}.research-areas-header h1{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem;display:flex;align-items:center;grid-gap:1rem;gap:1rem}.research-areas-header .subtitle{color:#6c757d;margin-bottom:1.5rem}.search-section{margin-top:1.5rem}.search-container{max-width:500px}.search-icon{color:#6c757d}.search-input{padding:.75rem 1rem .75rem 3rem;border:2px solid #e0e0e0;border-radius:8px}.category-section{margin-bottom:1.5rem;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.category-header{padding:1.25rem 1.5rem}.category-header:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.category-title{grid-gap:1rem;gap:1rem}.category-label{font-size:1.2rem}.category-badge{margin-left:.5rem;font-size:.9rem}.category-content{padding:1.5rem}.areas-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem}.area-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px}.area-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.1);border-color:#667eea}.area-card-header{padding:1.25rem;border-bottom:1px solid #f0f0f0}.area-info-section{align-items:flex-start}.area-code-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem .75rem;border-radius:8px;font-weight:600;font-size:.9rem;min-width:50px;text-align:center}.area-name{font-size:1.1rem;margin-bottom:.5rem}.area-description{font-size:.9rem;margin:0;line-height:1.5}.area-status-section,.favourite-button{display:flex;align-items:center}.favourite-button{background:transparent;border:2px solid #e0e0e0;border-radius:50%;width:40px;height:40px;justify-content:center;cursor:pointer;transition:all .3s ease;color:#6c757d}.favourite-button:hover{border-color:#667eea;color:#667eea;transform:scale(1.1)}.favourite-button.favourited{background:#ff6b6b;border-color:#ff6b6b;color:#fff}.favourite-button.favourited:hover{background:#ff5252;border-color:#ff5252}.area-card-content{padding:1.25rem}.area-actions{margin-top:1rem}.action-label{font-weight:600;color:#495057;font-size:.9rem}.professors-list{margin-top:.5rem}.professors-container{display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}.professor-item{background:#e8f5e9;color:#2e7d32;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}.more-professors{color:#6c757d;font-size:.85rem;font-style:italic}.load-professors-btn{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.load-professors-btn:hover{background:#764ba2;transform:translateY(-2px)}.loading-text,.no-professors{color:#6c757d;font-size:.85rem;font-style:italic}.no-areas{padding:3rem}.empty-state{color:#6c757d}.empty-state i{font-size:4rem}.empty-state h3{margin-bottom:.5rem;color:#495057}body[data-theme=dark] .research-areas-container{background:rgba(102,126,234,.15)!important}body[data-theme=dark] .research-areas-header h1{color:#f1f1f1!important}body[data-theme=dark] .area-card{background:rgba(102,126,234,.15)!important;border-color:hsla(0,0%,100%,.2)!important}body[data-theme=dark] .action-label{color:#e0e0e0!important}body[data-theme=dark] .search-input{background:rgba(102,126,234,.15)!important;border-color:hsla(0,0%,100%,.2)!important}body[data-theme=dark] .search-input:focus{border-color:#667eea!important;background:rgba(102,126,234,.25)!important}.available-theses-container{padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}.theses-header{border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.theses-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;display:flex;align-items:center;grid-gap:1rem;gap:1rem}.theses-title i{font-size:2rem;color:#667eea}.theses-subtitle{color:#6b7280;font-size:1.1rem;font-weight:500}.theses-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.5rem;gap:1.5rem}.theses-content{margin-top:2rem}.thesis-card{border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);position:relative}.thesis-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.thesis-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px rgba(0,0,0,.15)}.thesis-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.thesis-title-section{flex:1 1}.thesis-title{font-size:1.4rem;color:#1f2937;margin-bottom:.5rem;line-height:1.4}.thesis-id{color:#6b7280;font-size:.85rem;font-weight:500}.thesis-status-section{flex-shrink:0}.status-available{background:linear-gradient(135deg,#10b981,#059669);color:#064e3b}.status-applied{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.status-my-thesis{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.thesis-card-content,.thesis-details{margin-bottom:1.5rem}.thesis-details{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.detail-item.full-width{grid-column:1/-1}.detail-label{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.detail-label i{font-size:.7rem}.description-text{line-height:1.6;color:#4b5563}.thesis-requirements{margin-bottom:.05rem;padding:.05rem;background:rgba(248,250,252,.8);border-radius:1px;border:1px solid rgba(226,232,240,.8);max-height:30px;overflow:hidden}.requirements-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.requirements-title i{color:#667eea;font-size:1rem}.required-files-list{background:rgba(102,126,234,.08);border-radius:12px;padding:1.5rem;border:2px solid rgba(102,126,234,.15);margin-bottom:1rem}.required-file-item{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.75rem 0;color:#374151;font-size:1rem;font-weight:500}.required-file-item i{color:#667eea;font-size:.9rem}.no-files{color:#6b7280;font-style:italic;font-size:1rem;padding:.5rem 0}.thesis-file-upload{margin-bottom:.125rem;padding:.125rem;background:rgba(248,250,252,.8);border-radius:6px;border:1px solid rgba(226,232,240,.8)}.upload-title{font-size:.7rem;font-weight:600;color:#374151;margin-bottom:.25rem;display:flex;align-items:center;grid-gap:.25rem;gap:.25rem}.upload-title i{color:#667eea;font-size:.6rem}.file-upload-section{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.file-input{padding:.5rem;border:2px dashed #d1d5db;border-radius:8px;background:hsla(0,0%,100%,.8);font-size:.8rem;cursor:pointer;transition:all .3s ease}.file-input:hover{border-color:#667eea;background:hsla(0,0%,100%,.95)}.file-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.loading-files{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:.8rem;color:#667eea}.chosen-files{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.file-item{justify-content:space-between;padding:.25rem .5rem;background:hsla(0,0%,100%,.8);border-radius:6px;font-size:.75rem}.file-item,.file-name{display:flex;align-items:center}.file-name{grid-gap:.25rem;gap:.25rem;color:#374151;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-name i{color:#667eea;font-size:.7rem}.remove-file-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:.125rem;border-radius:4px;font-size:.7rem;transition:all .2s ease}.remove-file-btn:hover{background:rgba(239,68,68,.1)}.thesis-application-section{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e5e7eb}.application-label{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.5rem}.application-label i{color:#667eea;font-size:.85rem}.file-upload-section,.student-message-section{margin-bottom:1rem}.thesis-card-actions{display:flex;grid-gap:1rem;gap:1rem;flex-wrap:wrap;margin-top:1rem}.btn-details{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.btn-details:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.btn-apply{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;font-size:1rem;padding:1rem 2rem;margin-top:1rem;box-shadow:0 4px 15px rgba(16,185,129,.3);border:2px solid #047857;text-transform:uppercase;letter-spacing:.5px;letter-spacing:1px}.btn-apply:hover{background:linear-gradient(135deg,#059669,#047857)}.student-message-textarea{width:100%;min-height:60px;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;transition:all .3s ease;background:hsla(0,0%,100%,.9)}.student-message-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.student-message-textarea::placeholder{color:#9ca3af}.btn-reapply{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.btn-reapply:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.reapply-feedback{display:none;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:10px;font-size:.9rem;font-weight:500;margin-top:1rem}.reapply-feedback i{font-size:1rem}.alert-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;grid-gap:1rem;gap:1rem}.alert-content i{font-size:1.2rem;flex-shrink:0}.alert-close{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.alert-close:hover{background:hsla(0,0%,100%,.2)}@media (max-width:768px){.available-theses-container{padding:1rem}.theses-header{padding:1.5rem}.header-content{flex-direction:column;align-items:stretch}.theses-title{font-size:2rem}.search-container{min-width:auto}.theses-stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.theses-grid{grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.thesis-card{padding:1.5rem}.thesis-details{grid-template-columns:1fr}.thesis-card-actions{flex-direction:column}.action-button{min-width:auto}.page-controls{flex-direction:column;align-items:stretch}.page-buttons{justify-content:center}}@media (max-width:480px){.theses-title{font-size:1.5rem}.thesis-card,.thesis-file-upload,.thesis-requirements{padding:1rem}.file-item{flex-direction:column;align-items:flex-start;grid-gap:.5rem;gap:.5rem}}@media (prefers-color-scheme:dark){.available-theses-container{background:linear-gradient(135deg,#1f2937,#111827)}.empty-state,.loading-state,.stat-card,.theses-header,.thesis-card{background:rgba(31,41,55,.95);border-color:rgba(75,85,99,.3)}.theses-title{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theses-subtitle{color:#9ca3af}.stat-number{color:#60a5fa}.stat-label{color:#9ca3af}.search-input{background:rgba(31,41,55,.9);border-color:#4b5563;color:#f9fafb}.search-input:focus{background:#1f2937;border-color:#60a5fa}.detail-value,.thesis-title{color:#f9fafb}.description-text{color:#d1d5db}.required-file-item{background:rgba(31,41,55,.7);color:#f9fafb}.file-input{background:rgba(31,41,55,.7);border-color:#4b5563}.file-item{background:rgba(31,41,55,.8);border-color:rgba(16,185,129,.3)}.empty-state-title,.file-name{color:#f9fafb}.empty-state-message,.loading-text{color:#9ca3af}.page-limit{background:rgba(31,41,55,.9);border-color:#4b5563;color:#f9fafb}}body[data-theme=light] .available-theses-container{background:linear-gradient(135deg,#fff,#f8f9fa)!important}body[data-theme=light] .empty-state,body[data-theme=light] .loading-state,body[data-theme=light] .stat-card,body[data-theme=light] .theses-header,body[data-theme=light] .thesis-card{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important}body[data-theme=light] .theses-title,body[data-theme=light] .thesis-title{color:#1a1a1a!important}body[data-theme=light] .stat-label,body[data-theme=light] .stat-number,body[data-theme=light] .theses-subtitle,body[data-theme=light] .thesis-id{color:#4a4a4a!important}body[data-theme=light] .status-badge{background:#f5f5f5!important;color:#1a1a1a!important;border:1px solid #e0e0e0!important}body[data-theme=light] .description-text,body[data-theme=light] .detail-value,body[data-theme=light] .file-item,body[data-theme=light] .file-name{color:#1a1a1a!important;background:#fff!important}body[data-theme=dark] .available-theses-container{background:linear-gradient(135deg,#181a1b,#23272f)!important}body[data-theme=dark] .empty-state,body[data-theme=dark] .loading-state,body[data-theme=dark] .stat-card,body[data-theme=dark] .theses-header,body[data-theme=dark] .thesis-card{background:#23272f!important;color:#f1f1f1!important;border-color:#3b4252!important}body[data-theme=dark] .theses-title,body[data-theme=dark] .thesis-title{color:#e0e6f0!important;background:none!important;-webkit-text-fill-color:unset!important}body[data-theme=dark] .stat-label,body[data-theme=dark] .stat-number,body[data-theme=dark] .theses-subtitle,body[data-theme=dark] .thesis-id{color:#bfc9d1!important}body[data-theme=dark] .status-badge{background:#374151!important;color:#f1f1f1!important;border:1px solid #60a5fa!important}body[data-theme=dark] .description-text,body[data-theme=dark] .detail-value,body[data-theme=dark] .file-item,body[data-theme=dark] .file-name,body[data-theme=dark] .page-limit{color:#f1f1f1!important;background:#23272f!important}body[data-theme=dark] .page-limit{border-color:#60a5fa!important}.requests-approved-container{padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}.requests-approved-header{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.requests-approved-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;display:flex;align-items:center;grid-gap:1rem;gap:1rem}.requests-approved-title i{font-size:2rem;color:#10b981;animation:pulse 2s ease-in-out infinite}.requests-approved-subtitle{color:#6b7280;font-size:1.1rem;font-weight:500}.requests-approved-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.5rem;gap:1.5rem}.requests-approved-content{margin-top:2rem}.requests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.request-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease;position:relative;overflow:hidden}.request-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#059669)}.request-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px rgba(0,0,0,.15)}.request-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.request-info-section{display:flex;align-items:center;grid-gap:1rem;gap:1rem;flex:1 1}.request-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0}.request-details{flex:1 1}.request-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:.25rem;line-height:1.4}.request-id{color:#6b7280;font-size:.85rem;font-weight:500}.request-status-section{flex-shrink:0}.status-approved{color:#fff}.status-declined{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.status-pending{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.status-assigned{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.request-card-content,.request-info{margin-bottom:1.5rem}.info-label{margin-bottom:.5rem}.info-value{line-height:1.6;padding:1rem;border-radius:10px;border-left:4px solid #10b981}.info-value,.professor-section{background:rgba(16,185,129,.05)}.professor-section{border-radius:15px;padding:1.5rem;margin-bottom:1.5rem}.professor-header{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin-bottom:1rem}.professor-header i{color:#10b981;font-size:1rem}.professor-header h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.professor-details{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.professor-name{font-size:1rem;font-weight:600;color:#1f2937}.professor-email{font-size:.9rem;color:#6b7280;font-weight:500}.request-actions{background:rgba(16,185,129,.05);border-radius:15px;padding:1.5rem}.action-info{flex-direction:column}.action-info,.action-label{display:flex;grid-gap:.5rem;gap:.5rem}.action-label{font-size:.8rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px;align-items:center}.action-label i{color:#10b981;font-size:.7rem}.action-value{font-size:.9rem;color:#1f2937;font-weight:500}.action-buttons{grid-gap:1rem;gap:1rem}.action-button{border-radius:25px;position:relative;overflow:hidden}.action-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);transition:left .5s}.action-button:hover:before{left:100%}.btn-confirm{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-change{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.action-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.processing-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:20px;z-index:10}.processing-spinner{width:30px;height:30px;border:3px solid #e5e7eb;border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:.5rem}.loading-spinner{border-top-color:#10b981}.request-card{will-change:transform;contain:layout style paint}.action-button{will-change:transform,background-color;contain:layout style paint}@media (max-width:768px){.requests-approved-container{padding:1rem}.requests-approved-header{padding:1.5rem}.header-content{flex-direction:column;align-items:stretch}.requests-approved-title{font-size:2rem}.search-container{min-width:auto}.requests-approved-stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.requests-grid{grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.request-card{padding:1.5rem}.request-card-header{align-items:flex-start;grid-gap:1rem;gap:1rem}.action-buttons,.request-card-header{flex-direction:column}.action-button{width:100%;justify-content:center}.page-controls{flex-direction:column;align-items:stretch}.page-buttons{justify-content:center}}@media (max-width:480px){.requests-approved-title{font-size:1.5rem}.request-card{padding:1rem}.request-info-section{flex-direction:column;align-items:flex-start;grid-gap:.75rem;gap:.75rem}.request-avatar{width:50px;height:50px;font-size:1rem}}@media (prefers-color-scheme:dark){.requests-approved-container{background:linear-gradient(135deg,#1f2937,#111827)}.empty-state,.loading-state,.request-card,.requests-approved-header,.stat-card{background:rgba(31,41,55,.95);border-color:rgba(75,85,99,.3)}.requests-approved-title{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.requests-approved-subtitle{color:#9ca3af}.stat-number{color:#60a5fa}.stat-label{color:#9ca3af}.search-input{background:rgba(31,41,55,.9);border-color:#4b5563;color:#f9fafb}.search-input:focus{background:#1f2937;border-color:#60a5fa}.info-value,.request-title{color:#f9fafb}.info-value{background:rgba(96,165,250,.1);border-left-color:#60a5fa}.action-value,.professor-name{color:#f9fafb}.action-button{background:linear-gradient(135deg,#4b5563,#374151);color:#9ca3af}.btn-confirm{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-change{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.empty-state-title{color:#f9fafb}.empty-state-message,.loading-text{color:#9ca3af}.page-limit{border-color:#4b5563;color:#f9fafb}.page-limit,.processing-overlay{background:rgba(31,41,55,.9)}}@media (prefers-reduced-motion:reduce){.action-button,.action-button:before,.page-buttons button,.request-card,.requests-approved-title i,.stat-card{animation:none;transition:none}.action-button:hover,.page-buttons button:hover,.request-card:hover,.stat-card:hover{transform:none}}body[data-theme=light] .requests-approved-container{background:linear-gradient(135deg,#fff,#f8f9fa)!important}body[data-theme=light] .empty-state,body[data-theme=light] .loading-state,body[data-theme=light] .request-card,body[data-theme=light] .requests-approved-header,body[data-theme=light] .stat-card{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important}body[data-theme=light] .requests-approved-title{color:#1a1a1a!important;background:none!important;-webkit-text-fill-color:unset!important}body[data-theme=light] .requests-approved-subtitle,body[data-theme=light] .stat-label,body[data-theme=light] .stat-number{color:#4a4a4a!important}body[data-theme=light] .action-value,body[data-theme=light] .info-value,body[data-theme=light] .professor-name,body[data-theme=light] .request-title{color:#1a1a1a!important}body[data-theme=light] .info-value{background:#f5f5f5!important;border-left-color:#667eea!important}body[data-theme=light] .action-button{background:#f5f5f5!important;color:#1a1a1a!important;border:1px solid #e0e0e0!important}.upload-files{padding:.75rem;padding-bottom:-1rem!important;color:#1d1a1a;border-radius:.25rem!important;background-color:rgba(7,130,187,.17254901960784313)!important}.file-input{margin-bottom:-1rem}.submit-progress-form{width:100%!important;font-size:1.04rem!important;margin-left:0!important;border-radius:.25rem!important}.contactsWrapper{float:right}.contacts{width:18vw;background-color:#fff;overflow-y:auto;max-height:60vh;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.contacts:hover{overflow-y:auto;scrollbar-width:thin}.contacts::-webkit-scrollbar{width:6px}.contacts::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.contacts::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.contacts::-webkit-scrollbar-thumb:hover{background:#94a3b8}.titleWrapper{background:linear-gradient(135deg,#667eea,#764ba2);height:5vh;text-align:left;border-radius:12px 12px 0 0;padding:.75rem 1rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.titleContactGroup{padding-top:0;color:#fff;font-weight:600;font-size:1rem;margin:0}.contactGroup{width:100%;padding:0;margin:0}.contact{height:auto;min-height:11vh;color:#1e293b;background-color:#fff;border:none;border-bottom:1px solid #e5e7eb;font-weight:500;margin-left:0!important;font-size:.95rem;padding:1rem;cursor:pointer;transition:all .2s ease;border-radius:0}.contact:first-child{border-top:none}.contact:hover{color:#fff!important;background:linear-gradient(135deg,#667eea,#764ba2);transform:translateX(4px);box-shadow:0 2px 8px rgba(102,126,234,.3)}.contact:last-child{border-bottom:none}.user{font-size:.95rem;height:auto;min-height:9vh;color:#1e293b;background-color:#f8fafc;border:none!important;margin-left:0!important;padding:.875rem 1rem;transition:all .2s ease}.user:hover{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);transform:translateX(4px);box-shadow:0 2px 8px rgba(102,126,234,.3)}.fa-plus-square{color:#7291fa;margin-left:1vw;margin-top:2vh;font-size:1.5rem}.fa-plus-square:hover{color:#2756f0}.fa-check{color:#21b621!important;margin-left:1vw;margin-top:2vh}.fa-trash-alt{color:red!important;margin-left:.8vw}.profileImg{display:inline-block;border-radius:60px;box-shadow:0 0 2px #888;padding:.5em .6em;border-color:#000}.contact:hover .profileImg{color:#fff!important}.searchContact{width:18vw}.searchContact,.searchUser{margin-top:0!important;margin-bottom:0!important;box-shadow:0 0 2px #6c8eeb}.searchUser{width:62vw}.searchIcon{color:#31b1e4!important}.searchInput{width:16vw;margin-top:0!important;margin-bottom:2px!important}.chatContainer{width:65vw;height:78vh;background:#fff;justify-content:space-between;flex-direction:column;display:flex;border-radius:16px!important;box-shadow:0 8px 32px rgba(0,0,0,.1);overflow:hidden;border:1px solid #e5e7eb}.conversation{width:100%;height:62vh;background:linear-gradient(180deg,#f8fafc 0,#fff);border-radius:0!important;display:block!important;scrollbar-width:thin;padding:1.5rem;box-sizing:border-box}.conversation::-webkit-scrollbar{width:8px}.conversation::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.conversation::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.conversation::-webkit-scrollbar-thumb:hover{background:#94a3b8}.newMessageContainer{display:flex;flex-direction:column;margin-bottom:0!important;border-radius:0!important;padding:1rem 1.5rem;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 8px rgba(0,0,0,.05)}#filesContainer{width:100%;min-height:auto;position:static;margin-top:0!important;margin-bottom:.75rem!important;background-color:#f8fafc;display:block;overflow-y:auto;border:1px solid #e5e7eb;border-radius:12px;padding:.75rem 1rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}#filesOl{color:#1e293b;padding:0;margin:0;list-style:none}.newFileDiv{color:#1e293b;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin-left:0;margin-bottom:.5rem;padding:.5rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.messageInput{flex:1 1;resize:none;width:100%;min-height:44px;max-height:120px;margin:0!important;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:12px;overflow:auto;outline:none;font-size:.95rem;font-family:inherit;background:#fff;transition:all .2s ease;box-sizing:border-box}.messageInput:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.messageInput::placeholder{color:#94a3b8}.icons{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin-left:.75rem}.fa-paperclip{font-size:1.25rem;color:#64748b;cursor:pointer;transition:all .2s ease;padding:.5rem;border-radius:8px}.fa-paperclip:hover{color:#667eea;background:#f1f5f9;transform:scale(1.1)}#fileUpload{display:none}.fa-paper-plane{font-size:1.25rem;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;padding:.6rem .7rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(102,126,234,.3)}.fa-paper-plane:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:scale(1.1);box-shadow:0 4px 12px rgba(102,126,234,.4)}.myMessageWrapper{width:100%;display:flex;justify-content:flex-end;margin-bottom:1rem;padding-right:.5rem;animation:slideInRight .3s ease}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.messageFilesDiv{width:100%;overflow:auto;margin-top:.5rem;margin-bottom:.5rem;display:flex;justify-content:flex-end}.myMessageFilesWrapper{display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;border-radius:12px;cursor:pointer;transition:all .2s ease;max-width:30vw}.myMessageFilesWrapper:hover{background:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}#fileIcon,.myMessageFilesWrapper:hover>p{color:#667eea}#fileIcon{font-size:1.2rem}#fileIcon,.fileName{display:inline-block}.fileName{margin:0;font-weight:500;font-size:.9rem;color:#1e293b;word-break:break-word}.incomingFilesWrapper{display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;border-radius:12px;cursor:pointer;transition:all .2s ease;max-width:30vw}.incomingFilesWrapper:hover{background:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.incomingFilesWrapper:hover>p{color:#667eea}.myMessage{max-width:50%;background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:18px 18px 4px 18px;padding:.75rem 1.25rem;overflow:hidden;display:inline-block;word-wrap:break-word;box-shadow:0 2px 8px rgba(102,126,234,.3);line-height:1.5;font-size:.95rem;transition:all .2s ease}.myMessage:hover{box-shadow:0 4px 12px rgba(102,126,234,.4);transform:translateY(-1px)}.messageInfo{margin-right:.5rem;grid-gap:.5rem;gap:.5rem;justify-content:flex-end}.messageInfo,.messageInfoIncoming{margin-top:.25rem;display:flex;align-items:center;font-size:.75rem;color:#64748b}.messageInfoIncoming{margin-left:.5rem;justify-content:flex-start}.fa-check-circle{color:#10b981;font-size:.875rem}.incomingMessageWrapper{width:100%;display:flex;justify-content:flex-start;margin-bottom:1rem;padding-left:.5rem;animation:slideInLeft .3s ease}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.incomingMessage{max-width:50%;background:#fff;color:#1e293b;border:1px solid #e5e7eb;border-radius:18px 18px 18px 4px;padding:.75rem 1.25rem;overflow:hidden;display:inline-block;word-wrap:break-word;box-shadow:0 2px 8px rgba(0,0,0,.05);line-height:1.5;font-size:.95rem;transition:all .2s ease}.incomingMessage:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-1px);border-color:#cbd5e1}.chatTitle{background:linear-gradient(135deg,#667eea,#764ba2);font-size:1.1rem;box-shadow:0 2px 4px rgba(0,0,0,.1);border-bottom:1px solid hsla(0,0%,100%,.1)}.chatTitle h5{margin:0;color:#fff;font-weight:600}.fa-circle{color:#3257d3;position:absolute;top:2vh;right:.5vw;display:block}.loader{margin-top:15vh;margin-left:25vw;border-radius:50%;border:16px solid #f3f3f3;border-top-color:#3498db;width:120px;height:120px;animation:spin 2s linear infinite}.chatNotification{color:#a2d5f7!important;right:3vw;font-size:.9vw!important;display:none!important}.calendarBtn{width:10vw;font-size:1vw!important}.addEvent{float:right}.calendarContainer{display:block}.eventFieldInfo{color:red;display:none}.eventSaved{color:green;display:none}.resultDiv{clear:both;float:right}.dashboardThesisDiv{padding:2vh;width:50vw}.dashboardThesisDiv:hover{transform:scale(1.04)}.dashboardEventsDiv{margin-top:5vh;padding:2vh;width:50vw}.dashboardEventsDiv:hover{transform:scale(1.04)}.dashboardAdminDiv{margin-top:5vh;padding:2vh;width:25vw}.dashboardAdminDiv:hover{transform:scale(1.04)}.adminDashboardInfo:hover{color:#3498db}.thesisTitleDashboard:hover{transform:scale(1.04);color:#3498db}.liEvents:hover{color:#3498db}.reapplyFeedback{font-size:1.1vw;color:#30ac30;margin-top:1vh;display:none}.newThesisFile{display:inline-block}::-webkit-file-upload-button{background:#3686bb;color:#fff}.modern-chat-ui{background:#f8fafc;border-radius:18px;box-shadow:0 4px 24px rgba(60,60,120,.08);padding:.5rem;margin-top:2vh;min-height:60vh;max-width:60vw;margin-left:auto;margin-right:auto;display:flex;flex-direction:column}.chatTitle{background:linear-gradient(90deg,#667eea,#764ba2);color:#fff;border-radius:12px 12px 0 0;padding:1rem 1.5rem;font-size:1.2rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;min-height:3rem;display:flex;align-items:center}.conversation{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(60,60,120,.04);padding:1rem;min-height:30vh;max-height:40vh;overflow-y:auto;margin-bottom:1rem}.modern-message-input{display:flex;align-items:flex-end;background:#f1f5f9;border-radius:0 0 12px 12px;padding:1rem 1.5rem;box-shadow:0 -2px 8px rgba(60,60,120,.03)}.modern-message-textarea{flex:1 1;border:none;border-radius:10px;padding:.75rem 1rem;font-size:1rem;background:#fff;box-shadow:0 1px 4px rgba(60,60,120,.04);resize:none;margin-right:1rem;min-height:44px;max-height:120px;transition:box-shadow .2s}.modern-message-textarea:focus{outline:none;box-shadow:0 0 0 2px rgba(102,126,234,.2)}.modern-file-upload{margin-right:1rem;color:#667eea;font-size:1.3rem;cursor:pointer;transition:color .2s}.modern-file-upload:hover{color:#764ba2}.modern-send-btn{color:#fff;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:50%;padding:.6rem .7rem;font-size:1.2rem;margin-left:.5rem;cursor:pointer;box-shadow:0 2px 8px rgba(60,60,120,.08);transition:background .2s,color .2s;border:none;outline:none;display:inline-flex;align-items:center;justify-content:center}.modern-send-btn:hover{background:linear-gradient(90deg,#764ba2,#667eea);color:#fff}.incomingMessageWrapper,.myMessageWrapper{margin-bottom:.7rem;display:flex;flex-direction:column}.myMessage{align-self:flex-end;background:linear-gradient(90deg,#667eea,#764ba2);color:#fff;border-radius:16px 16px 4px 16px;box-shadow:0 2px 8px rgba(60,60,120,.06)}.incomingMessage,.myMessage{padding:.7rem 1.1rem;font-size:1rem;max-width:60%;word-break:break-word}.incomingMessage{align-self:flex-start;background:#f1f5f9;color:#222;border-radius:16px 16px 16px 4px;box-shadow:0 2px 8px rgba(60,60,120,.03)}.messageInfo,.messageInfoIncoming{font-size:.8rem;color:#888;margin-top:.2rem;margin-left:.5rem}@media (max-width:900px){.modern-chat-ui{max-width:95vw;min-height:50vh}.conversation{max-height:30vh}}body[data-theme=dark] .chatContainer,body[data-theme=dark] .conversation{background:rgba(102,126,234,.15)!important;color:#f1f1f1!important;border-color:hsla(0,0%,100%,.2)!important}body[data-theme=dark] .modern-chat-ui{background:rgba(102,126,234,.15)!important;box-shadow:0 4px 24px rgba(0,0,0,.3)!important}body[data-theme=dark] .conversation{background:rgba(102,126,234,.15)!important;box-shadow:0 2px 8px rgba(0,0,0,.2)!important}body[data-theme=dark] .modern-message-input{background:rgba(102,126,234,.15)!important;box-shadow:0 -2px 8px rgba(0,0,0,.2)!important}body[data-theme=dark] .modern-message-textarea{background:rgba(102,126,234,.25)!important;color:#f1f1f1!important;border-color:hsla(0,0%,100%,.2)!important}body[data-theme=dark] .modern-message-textarea:focus{box-shadow:0 0 0 2px rgba(102,126,234,.5)!important}body[data-theme=dark] .modern-message-textarea::placeholder{color:#9ca3af!important}body[data-theme=dark] .contacts{border-color:hsla(0,0%,100%,.2)!important}body[data-theme=dark] .contacts,body[data-theme=dark] .titleWrapper{background:rgba(102,126,234,.15)!important;color:#f1f1f1!important}body[data-theme=dark] .titleContactGroup{color:#f1f1f1!important}body[data-theme=dark] .contact{background:rgba(102,126,234,.15)!important;border-color:hsla(0,0%,100%,.2)!important;color:#f1f1f1!important}body[data-theme=dark] .contact:hover{background:rgba(102,126,234,.4)!important;color:#fff!important}body[data-theme=dark] .user{background:rgba(102,126,234,.15)!important;color:#f1f1f1!important}body[data-theme=dark] .user:hover{background:rgba(102,126,234,.4)!important;color:#fff!important}body[data-theme=dark] .searchContact,body[data-theme=dark] .searchUser{background:rgba(102,126,234,.15)!important;color:#f1f1f1!important;border-color:hsla(0,0%,100%,.2)!important}body[data-theme=dark] .searchContact:focus,body[data-theme=dark] .searchUser:focus{background:rgba(102,126,234,.25)!important;border-color:#667eea!important}body[data-theme=dark] .newMessageContainer{background:rgba(102,126,234,.3)!important}body[data-theme=dark] #filesContainer{background:rgba(102,126,234,.15)!important;border-color:hsla(0,0%,100%,.2)!important;color:#f1f1f1!important}body[data-theme=dark] #filesOl,body[data-theme=dark] .newFileDiv{color:#f1f1f1!important}body[data-theme=dark] .incomingMessage{background:rgba(102,126,234,.3)!important;color:#f1f1f1!important}body[data-theme=dark] .messageInfo,body[data-theme=dark] .messageInfoIncoming{color:#b0b0b0!important}.dashboard-grid{max-width:1200px}.thesis-info h4{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem;line-height:1.4}.thesis-status{margin-top:1rem}.status-badge{font-size:.9rem;text-transform:capitalize}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.approved{background:#d4edda;color:#155724}.status-badge.completed{background:#cce5ff;color:#004085}.status-badge.rejected{background:#f8d7da;color:#721c24}.thesis-grade{display:flex}.grade-badge,.thesis-grade{align-items:center;grid-gap:.5rem;gap:.5rem}.grade-badge{display:inline-flex;background:linear-gradient(135deg,gold,#ffed4e);color:#2c3e50;padding:.75rem 1.5rem;border-radius:25px;font-weight:700;font-size:1.1rem;box-shadow:0 4px 15px rgba(255,215,0,.3);margin-bottom:.5rem}.grade-badge i{color:#ff6b35;font-size:1.2rem}.grade-text{font-size:1.3rem;font-weight:800}.grade-label{font-size:.85rem;color:#6c757d;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.no-thesis{font-style:italic}.loading-thesis,.no-thesis{color:#6c757d;text-align:center;padding:2rem 0}.thesis-actions{flex-direction:column;padding:1rem 1.5rem;background:#f8f9fa;border-top:1px solid #e9ecef}.thesis-action-btn,.thesis-actions{display:flex;grid-gap:.75rem;gap:.75rem}.thesis-action-btn{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:.75rem 1rem;align-items:center;transition:all .3s ease;cursor:pointer;color:#495057;font-weight:500;font-size:.9rem;text-decoration:none;width:100%;justify-content:flex-start}.thesis-action-btn:hover{background:#667eea;border-color:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(102,126,234,.3)}.thesis-action-btn i{font-size:1rem;width:20px;text-align:center}.thesis-action-btn span{flex:1 1}.loading-spinner.small{width:20px;height:20px;border-width:2px}@media (max-width:768px){.dashboard-container{padding:1rem}.dashboard-header h1{font-size:2rem}.dashboard-grid{grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.card-content{min-height:150px}.quick-actions{grid-template-columns:1fr}}@media (max-width:480px){.dashboard-header h1{font-size:1.5rem}.dashboard-header p{font-size:1rem}.card-content,.card-header{padding:1rem}.card-footer{padding:.75rem 1rem}}@media (prefers-color-scheme:dark){.dashboard-container{background:linear-gradient(135deg,#2c3e50,#34495e)}.dashboard-header h1{color:#fff}.dashboard-header p{color:#bdc3c7}.dashboard-card{background:rgba(44,62,80,.95);border-color:hsla(0,0%,100%,.1)}.card-footer{background:#34495e;border-color:#2c3e50}.event-title,.thesis-info h4{color:#fff}.action-btn{background:#34495e;border-color:#2c3e50;color:#bdc3c7}.action-btn:hover{background:#667eea;color:#fff}}body[data-theme=light] .dashboard-container{background:linear-gradient(135deg,#fff,#f8f9fa)!important}body[data-theme=light] .card-content,body[data-theme=light] .card-footer,body[data-theme=light] .card-header,body[data-theme=light] .dashboard-card,body[data-theme=light] .dashboard-header{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important}body[data-theme=light] .dashboard-header h1,body[data-theme=light] .dashboard-header p,body[data-theme=light] .thesis-info h4{color:#1a1a1a!important}body[data-theme=dark] .dashboard-container{background:linear-gradient(135deg,#181a1b,#23272f)!important}body[data-theme=dark] .card-content,body[data-theme=dark] .card-footer,body[data-theme=dark] .card-header,body[data-theme=dark] .dashboard-card,body[data-theme=dark] .dashboard-header{background:#23272f!important;color:#f1f1f1!important;border-color:#3b4252!important}body[data-theme=dark] .dashboard-header h1,body[data-theme=dark] .dashboard-header p,body[data-theme=dark] .thesis-info h4{color:#e0e6f0!important}.no-thesis-message{text-align:center;padding:4rem 2rem;color:#6c757d}.no-thesis-message i{font-size:4rem;margin-bottom:1rem;opacity:.5}.no-thesis-message h3{font-size:1.5rem;margin-bottom:1rem;color:#495057}.no-thesis-message p{font-size:1.1rem;line-height:1.6;max-width:500px;margin:0 auto}.reports-header{display:flex;grid-gap:1rem;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.reports-header .btn{padding:.75rem 1.5rem;border-radius:10px;font-weight:600;transition:all .3s ease}.reports-header .btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}@media (max-width:768px){.main-content{margin-left:0}.content-area{padding:1rem}.page-content{padding:1.5rem}.page-header h1{font-size:1.5rem}.reports-header{flex-direction:column}.reports-header .btn{width:100%}}@media (max-width:480px){.content-area{padding:.5rem}.page-content{padding:1rem;border-radius:10px}.page-header{margin-bottom:1rem}.no-thesis-message{padding:2rem 1rem}.no-thesis-message i{font-size:3rem}.no-thesis-message h3{font-size:1.3rem}.no-thesis-message p{font-size:1rem}}@media (prefers-color-scheme:dark){.main-content{background:#2c3e50}.page-header h1{color:#fff}.page-content{background:#34495e;color:#fff}.page-header{border-bottom-color:#495057}.no-thesis-message{color:#bdc3c7}.no-thesis-message h3{color:#ecf0f1}.reports-header{border-bottom-color:#495057}}.sidebar{width:280px;height:100vh;position:fixed;top:0;left:0;background:linear-gradient(180deg,#667eea,#764ba2);box-shadow:4px 0 20px rgba(0,0,0,.1);z-index:1000;transition:transform .3s ease;overflow-y:auto}.sidebar-brand{padding:2rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:1rem;display:flex;align-items:center;grid-gap:1rem;gap:1rem;color:#fff;font-size:1.2rem;font-weight:600}.sidebar-brand i{font-size:1.5rem;background:hsla(0,0%,100%,.2);width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.nav-item{margin:.5rem 1rem;border-radius:12px;transition:all .3s ease}.nav-item:hover{background:hsla(0,0%,100%,.1);transform:translateX(5px)}.nav-link{padding:1rem 1.5rem;color:hsla(0,0%,100%,.9)!important;display:flex;align-items:center;grid-gap:1rem;gap:1rem;border-radius:12px;transition:all .3s ease;position:relative;cursor:pointer}.nav-link:hover{color:#fff!important;background:hsla(0,0%,100%,.1)}.nav-link.active{color:#fff!important;box-shadow:0 4px 15px rgba(0,0,0,.1)}.imgSidebar,.nav-link.active{background:hsla(0,0%,100%,.2)}.imgSidebar{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.nav-link:hover .imgSidebar{background:hsla(0,0%,100%,.3);transform:scale(1.1)}.nav-link i{font-size:1.1rem;color:#fff}.nav-link span{font-weight:500;font-size:1rem;flex:1 1}.chatNotification{position:absolute;top:50%;right:1rem;transform:translateY(-50%);width:8px;height:8px;background:#ff4757;border-radius:50%;display:none;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,71,87,.7)}70%{box-shadow:0 0 0 10px rgba(255,71,87,0)}to{box-shadow:0 0 0 0 rgba(255,71,87,0)}}@media (max-width:768px){.sidebar{width:80vw;height:100vh;position:fixed;left:0;top:0;transform:translateX(-100%);transition:transform .3s ease;box-shadow:4px 0 20px rgba(0,0,0,.2)}.sidebar.open{transform:translateX(0)}.sidebar-brand{padding:1rem;margin-bottom:.5rem}.nav-item{margin:.25rem .5rem}.nav-link{padding:.75rem 1rem}.imgSidebar{width:35px;height:35px}.nav-link span{font-size:.9rem}}@media (max-width:480px){.sidebar-brand{font-size:1rem}.sidebar-brand i{font-size:1.2rem;width:35px;height:35px}.nav-link{padding:.5rem .75rem}.imgSidebar{width:30px;height:30px}.nav-link span{font-size:.85rem}}@media (prefers-color-scheme:dark){.sidebar{background:linear-gradient(180deg,#667eea,#764ba2)}.nav-link:hover{background:hsla(0,0%,100%,.15)}.nav-link.active{background:hsla(0,0%,100%,.25)}}body[data-theme=dark] .sidebar{background:linear-gradient(180deg,#667eea,#764ba2)!important}.new-thesis-form{max-width:800px;margin:0 auto;background:hsla(0,0%,100%,.95);border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.new-thesis-form:before{content:"📝 Create New Thesis";display:block;font-size:2rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.form-group{margin-bottom:2rem;position:relative}.form-group label{font-weight:600;color:#2c3e50;margin-bottom:.75rem;display:block;font-size:1rem;position:relative}.form-group label:after{content:" *";color:#e74c3c;font-weight:700}.form-group label[for=formDescription]:after,.form-group label[for=formPrerequisites]:after,.upload-files label:after{content:""}.form-control{border:2px solid #e9ecef;border-radius:12px;padding:1rem 1.25rem;font-size:1rem;transition:all .3s ease;background:#f8f9fa;color:#2c3e50}.form-control:focus{border-color:#667eea;box-shadow:0 0 0 .2rem rgba(102,126,234,.25);background:#fff;transform:translateY(-2px)}.form-control::placeholder{color:#6c757d;opacity:.7}.form-control[as=select]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 6l7 7 7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 12px;padding-right:3rem}.form-control[as=textarea]{resize:vertical;min-height:80px;line-height:1.6}.upload-files{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;padding:2rem;margin-top:2rem;border:2px dashed #dee2e6;transition:all .3s ease;position:relative}.upload-files:hover{border-color:#667eea;background:linear-gradient(135deg,#f0f4ff,#e8f0ff);transform:translateY(-2px)}.upload-files:before{content:"📁 File Upload";position:absolute;top:-12px;left:20px;background:#fff;padding:0 1rem;font-weight:600;color:#667eea;font-size:.9rem}.file-input{margin-top:1rem}.file-input .form-control-file{border:2px dashed #667eea;border-radius:12px;padding:2rem;text-align:center;background:rgba(102,126,234,.05);transition:all .3s ease;cursor:pointer}.file-input .form-control-file:hover{background:rgba(102,126,234,.1);border-color:#5a6fd8}.required-files{margin-top:1.5rem;display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem}.new-file,.newThesisFile{display:flex;align-items:center;grid-gap:1rem;gap:1rem;padding:1rem;background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid #e9ecef}.new-file:hover,.newThesisFile:hover{transform:translateX(5px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.new-file i,.newThesisFile i{cursor:pointer;color:#e74c3c;font-size:1.1rem;padding:.5rem;border-radius:8px;transition:all .3s ease;background:rgba(231,76,60,.1)}.new-file i:hover,.newThesisFile i:hover{background:rgba(231,76,60,.2);transform:scale(1.1)}.filename{flex:1 1;margin:0;font-weight:500;color:#2c3e50;font-size:.95rem}.new-filename{border:2px solid #e9ecef;border-radius:12px;padding:1rem 1.25rem;font-size:1rem;transition:all .3s ease;background:#f8f9fa;margin-bottom:1rem}.new-filename:focus{border-color:#667eea;box-shadow:0 0 0 .2rem rgba(102,126,234,.25);background:#fff}.add-file-btn{background:linear-gradient(135deg,#28a745,#20c997)!important;border:none;border-radius:12px;padding:.75rem 1.5rem;font-weight:600;color:#fff;transition:all .3s ease;box-shadow:0 4px 15px rgba(40,167,69,.3)}.add-file-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(40,167,69,.4);background:linear-gradient(135deg,#218838,#1ea085)!important}.submit-thesis-form{width:100%;background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none;border-radius:16px;padding:1.25rem 2rem;font-size:1.1rem;font-weight:700;color:#fff;margin-top:2rem;transition:all .3s ease;box-shadow:0 8px 25px rgba(102,126,234,.3);position:relative;overflow:hidden}.submit-thesis-form:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.submit-thesis-form:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(102,126,234,.4)}.submit-thesis-form:hover:before{left:100%}.submit-thesis-form:active{transform:translateY(-1px)}.upload-alert{border-radius:12px;border:none;margin-bottom:2rem;box-shadow:0 4px 15px rgba(0,0,0,.1)}.alert-success{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724;border-left:4px solid #28a745}.alert-danger{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24;border-left:4px solid #dc3545}@media (max-width:768px){.new-thesis-form{padding:2rem;margin:1rem}.new-thesis-form:before{font-size:1.5rem;margin-bottom:1.5rem}.form-control{padding:.875rem 1rem}.upload-files{padding:1.5rem}.submit-thesis-form{padding:1rem 1.5rem;font-size:1rem}}@media (max-width:480px){.new-thesis-form{padding:1.5rem}.new-thesis-form:before{font-size:1.25rem}.form-control{padding:.75rem}.upload-files{padding:1rem}.new-file,.newThesisFile{padding:.75rem}}@media (prefers-color-scheme:dark){.new-thesis-form{background:rgba(102,126,234,.15);color:#ecf0f1}.new-thesis-form:before{background:linear-gradient(135deg,#3498db,#9b59b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.form-control{background:rgba(102,126,234,.15);border-color:hsla(0,0%,100%,.2);color:#ecf0f1}.form-control:focus{background:rgba(102,126,234,.25);border-color:#667eea}.new-file,.newThesisFile,.upload-files{background:rgba(102,126,234,.15);border-color:hsla(0,0%,100%,.2)}.filename{color:#ecf0f1}}body[data-theme=dark] .new-thesis-form{background:rgba(102,126,234,.15)!important;color:#ecf0f1!important}body[data-theme=dark] .form-control,body[data-theme=dark] .new-file,body[data-theme=dark] .newThesisFile,body[data-theme=dark] .upload-files{background:rgba(102,126,234,.15)!important;border-color:hsla(0,0%,100%,.2)!important;color:#ecf0f1!important}body[data-theme=dark] .form-control:focus{background:rgba(102,126,234,.25)!important;border-color:#667eea!important}.grading-header{font-size:1.4rem;font-weight:500;margin-bottom:1rem}.grading-btn{border-radius:.2rem!important}.form-control[readOnly]{background-color:initial!important;border:none!important;outline:none!important;box-shadow:inset 0 -1px 0 #ddd!important}.thesis-roles-modal .form-group{margin-bottom:1.5rem}.thesis-roles-modal .form-label{font-weight:600;color:#333;margin-bottom:.5rem}.thesis-roles-modal .form-control{border-radius:8px;border:2px solid #e1e5e9;padding:.75rem;transition:all .3s ease}.thesis-roles-modal .form-control:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}body[data-theme=dark] .thesis-roles-modal .form-label{color:#f1f1f1!important}body[data-theme=dark] .thesis-roles-modal .form-control{background:rgba(102,126,234,.15)!important;border-color:hsla(0,0%,100%,.2)!important;color:#f1f1f1!important}body[data-theme=dark] .thesis-roles-modal .form-control:focus{background:rgba(102,126,234,.25)!important;border-color:#667eea!important}.assigned-theses-container{padding:2rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;overflow-x:visible}.theses-header{padding:2.5rem 4rem;width:calc(100% + 4rem);max-width:calc(100% + 4rem);min-width:calc(100% + 4rem)}.theses-grid,.theses-header{margin-left:-2rem;margin-right:-2rem;box-sizing:border-box}.theses-grid{display:block;width:100%;padding:0 2rem}.theses-grid .table-responsive{width:100%;max-width:100%;margin:0;padding:0;overflow-x:visible}.theses-grid table{width:100%;max-width:100%;table-layout:auto}.supervisors-section{border-top:1px solid #e9ecef;padding-top:1.5rem}.supervisors-section h4{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#2c3e50;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.supervisors-section h4 i{color:#667eea}.supervisors-list{display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem;margin-bottom:1.5rem}.supervisor-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;transition:all .3s ease}.supervisor-item:hover{background:#e9ecef;transform:translateX(5px)}.supervisor-item span{font-size:.95rem;color:#2c3e50;font-weight:500}.remove-btn{padding:.25rem .5rem;font-size:.8rem;border-radius:6px;transition:all .3s ease}.remove-btn:hover{transform:scale(1.1)}.add-supervisor{display:flex;grid-gap:.75rem;gap:.75rem;align-items:flex-end}.supervisors-dropdown{flex:1 1;border:2px solid #e9ecef;border-radius:8px;padding:.5rem .75rem;font-size:.9rem;transition:all .3s ease;background:#f8f9fa}.supervisors-dropdown:focus{border-color:#667eea;box-shadow:0 0 0 .2rem rgba(102,126,234,.25);background:#fff}.add-btn{padding:.5rem 1rem;font-size:.9rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.add-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.action-buttons{display:flex;grid-gap:.5rem;gap:.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.action-buttons .btn{font-size:.8rem;padding:.4rem .8rem;border-radius:6px;transition:all .3s ease;display:flex;align-items:center;grid-gap:.3rem;gap:.3rem;white-space:nowrap}.action-buttons .btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.action-buttons .btn i{font-size:.7rem}.status-badge{padding:.4rem .8rem}.status-cell{display:flex;align-items:center;justify-content:space-between;grid-gap:.5rem;gap:.5rem}.status-cell .btn{padding:.25rem .5rem;font-size:.75rem;border-radius:6px;transition:all .2s ease}.status-cell .btn:hover{transform:scale(1.05)}.table-data{vertical-align:middle;padding:1rem .75rem;border-bottom:1px solid #e9ecef}@media (max-width:768px){.assigned-theses-container{padding:1rem}.theses-header{flex-direction:column;grid-gap:1rem;gap:1rem;text-align:center}.theses-header h2{font-size:1.5rem}.search-input{width:100%;max-width:300px}.theses-grid{grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.thesis-info{grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.card-header{flex-direction:column;align-items:flex-start;grid-gap:1rem;gap:1rem}.card-actions{width:100%;justify-content:flex-start}.add-supervisor{flex-direction:column;align-items:stretch}}@media (max-width:480px){.theses-header h2{font-size:1.3rem}.card-title h3{font-size:1.1rem}.thesis-info{grid-gap:.75rem;gap:.75rem}.info-item{grid-gap:.5rem;gap:.5rem}.supervisor-item{padding:.5rem .75rem}}@media (max-width:768px){.action-buttons{flex-direction:column;grid-gap:.3rem;gap:.3rem}.action-buttons .btn{font-size:.7rem;padding:.3rem .6rem}}@media (prefers-color-scheme:dark){.assigned-theses-container{background:linear-gradient(135deg,#667eea,#764ba2)}.theses-header,.thesis-card{background:rgba(102,126,234,.15);color:#ecf0f1}.card-title h3,.info-item span,.supervisor-item span,.theses-header h2{color:#ecf0f1}.page-limit,.search-input,.supervisors-dropdown{color:#ecf0f1}.page-limit,.search-input,.supervisor-item,.supervisors-dropdown{background:rgba(102,126,234,.15);border-color:hsla(0,0%,100%,.2)}.empty-state h3,.empty-state i{color:#ecf0f1}.empty-state p{color:#bdc3c7}}body[data-theme=light] .assigned-theses-container{background:linear-gradient(135deg,#fff,#f8f9fa)!important}body[data-theme=light] .page-limit,body[data-theme=light] .search-input,body[data-theme=light] .supervisor-item,body[data-theme=light] .supervisors-dropdown{background:#fff!important;color:#1a1a1a!important;border-color:#d0d0d0!important}body[data-theme=dark] .assigned-theses-container{background:linear-gradient(135deg,#667eea,#764ba2)!important}body[data-theme=dark] .page-limit,body[data-theme=dark] .search-input,body[data-theme=dark] .supervisor-item,body[data-theme=dark] .supervisors-dropdown{background:rgba(102,126,234,.15)!important;border-color:hsla(0,0%,100%,.2)!important}.supervise-theses-container{padding:2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.theses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:hsla(0,0%,100%,.95);border-radius:16px;box-shadow:0 8px 25px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theses-header h2{margin:0;font-size:1.8rem;font-weight:700;color:#2c3e50;display:flex;align-items:center;grid-gap:.75rem;gap:.75rem}.theses-header h2 i{color:#667eea;font-size:1.5rem}.search-box{position:relative;display:flex;align-items:center}.search-icon{color:#667eea;font-size:1.1rem;z-index:2}.search-input{padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e9ecef;width:300px;background:#f8f9fa}.search-input:focus{box-shadow:0 0 0 .2rem rgba(102,126,234,.25);transform:translateY(-2px)}.theses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.thesis-card{background:hsla(0,0%,100%,.95);border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.thesis-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.card-header{justify-content:space-between;align-items:flex-start}.card-title h3{margin:0 0 .5rem;font-size:1.3rem;font-weight:600;line-height:1.3}.card-meta{grid-gap:1rem;gap:1rem;flex-wrap:wrap}.card-meta,.date{display:flex;align-items:center}.date{grid-gap:.5rem;gap:.5rem;font-size:.9rem;opacity:.9}.date i{font-size:.8rem}.card-actions{display:flex;grid-gap:.5rem;gap:.5rem;flex-shrink:0}.action-btn{padding:.5rem .75rem;font-size:.85rem;border-radius:8px}.action-btn:hover{box-shadow:0 4px 12px rgba(0,0,0,.2)}.thesis-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.info-item{align-items:flex-start;grid-gap:.75rem;gap:.75rem}.info-item i{color:#667eea;font-size:1.1rem;margin-top:.25rem;flex-shrink:0}.info-item div{flex:1 1}.info-item label{display:block;font-size:.85rem;font-weight:600;color:#6c757d;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.info-item span{display:block;font-size:1rem;color:#2c3e50;font-weight:500;line-height:1.4}.people-section{border-top:1px solid #e9ecef;padding-top:1.5rem}.people-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.person-item{background:#f8f9fa;border-radius:12px;padding:1.25rem;border:1px solid #e9ecef;transition:all .3s ease}.person-item:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.person-header{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.person-header i{color:#667eea;font-size:1.2rem}.person-header h4{margin:0;font-size:1rem;font-weight:600;color:#2c3e50}.person-info{flex-direction:column;grid-gap:.5rem;gap:.5rem}.person-name{font-size:1rem;color:#2c3e50;line-height:1.3}.person-email{font-size:.9rem;color:#6c757d;word-break:break-word}.status-badge{padding:.25rem .75rem;border-radius:20px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-spinner{border:4px solid #e9ecef;margin-bottom:1rem}.loading-state p{color:#6c757d;font-size:1.1rem;margin:0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-column:1/-1}.empty-state i{font-size:3rem;color:#6c757d;margin-bottom:1rem;opacity:.5}.empty-state h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.empty-state p{color:#6c757d;font-size:1rem;margin:0}.page-select{display:flex;justify-content:center;align-items:center;grid-gap:1rem;gap:1rem;margin:2rem 0;padding:1rem;background:hsla(0,0%,100%,.95);border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.page-select span{padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500}.page-select span:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.page-number{color:#6c757d}.dropdown-limit{display:flex;justify-content:center;margin-top:2rem}.page-limit-lbl{margin-right:1rem;font-weight:600;color:#2c3e50}.page-limit{border:2px solid #e9ecef;padding:.5rem .75rem;background:#f8f9fa;transition:all .3s ease}.page-limit:focus{box-shadow:0 0 0 .2rem rgba(102,126,234,.25);background:#fff}@media (max-width:768px){.supervise-theses-container{padding:1rem}.theses-header{flex-direction:column;grid-gap:1rem;gap:1rem;text-align:center}.theses-header h2{font-size:1.5rem}.search-input{width:100%;max-width:300px}.theses-grid{grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.people-grid,.thesis-info{grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.card-header{flex-direction:column;align-items:flex-start;grid-gap:1rem;gap:1rem}.card-actions{width:100%;justify-content:flex-start}}@media (max-width:480px){.theses-header h2{font-size:1.3rem}.card-title h3{font-size:1.1rem}.thesis-info{grid-gap:.75rem;gap:.75rem}.info-item{grid-gap:.5rem;gap:.5rem}.person-item{padding:1rem}.people-grid{grid-gap:.75rem;gap:.75rem}}@media (prefers-color-scheme:dark){.supervise-theses-container{background:linear-gradient(135deg,#667eea,#764ba2)}.theses-header,.thesis-card{background:rgba(102,126,234,.15);color:#ecf0f1}.card-title h3,.info-item span,.person-name,.theses-header h2{color:#ecf0f1}.page-limit,.search-input{color:#ecf0f1}.page-limit,.person-item,.search-input{background:rgba(102,126,234,.15);border-color:hsla(0,0%,100%,.2)}.person-item:hover{background:rgba(102,126,234,.25)}.empty-state h3,.empty-state i{color:#ecf0f1}.empty-state p{color:#bdc3c7}}body[data-theme=light] .supervise-theses-container{background:linear-gradient(135deg,#fff,#f8f9fa)!important}body[data-theme=light] .theses-header,body[data-theme=light] .thesis-card{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important}body[data-theme=light] .theses-header h2{color:#1a1a1a!important}body[data-theme=light] .page-limit,body[data-theme=light] .person-item,body[data-theme=light] .search-input{background:#fff!important;color:#1a1a1a!important;border-color:#d0d0d0!important}body[data-theme=light] .thesis-card .card-text,body[data-theme=light] .thesis-card .card-title,body[data-theme=light] .thesis-card .info-label,body[data-theme=light] .thesis-card .info-value{color:#1a1a1a!important}body[data-theme=light] .empty-state h3,body[data-theme=light] .empty-state i,body[data-theme=light] .empty-state p{color:#4a4a4a!important}body[data-theme=dark] .supervise-theses-container{background:linear-gradient(135deg,#667eea,#764ba2)!important}body[data-theme=dark] .theses-header,body[data-theme=dark] .thesis-card{background:rgba(102,126,234,.15)!important;color:#ecf0f1!important}body[data-theme=dark] .page-limit,body[data-theme=dark] .person-item,body[data-theme=dark] .search-input{background:rgba(102,126,234,.15)!important;border-color:hsla(0,0%,100%,.2)!important}.theses-requests-container{padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}.theses-requests-header{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.theses-requests-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;display:flex;align-items:center;grid-gap:1rem;gap:1rem}.theses-requests-title i{font-size:2rem;color:#667eea}.theses-requests-subtitle{color:#6b7280;font-size:1.1rem;font-weight:500;margin-bottom:2rem}.theses-requests-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.theses-requests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.thesis-request-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease;position:relative;overflow:hidden}.thesis-request-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.thesis-request-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px rgba(0,0,0,.15)}.thesis-request-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.thesis-request-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;line-height:1.4}.thesis-request-id{color:#6b7280;font-size:.9rem;font-weight:500}.thesis-request-status{padding:.5rem 1rem;border-radius:25px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-pending{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#92400e}.status-approved{background:linear-gradient(135deg,#10b981,#059669);color:#064e3b}.status-rejected{background:linear-gradient(135deg,#ef4444,#dc2626);color:#7f1d1d}.thesis-request-content{margin-bottom:1.5rem}.thesis-request-description{color:#4b5563;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.thesis-request-details{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.detail-item{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.detail-label{font-size:.8rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:.95rem;color:#1f2937;font-weight:500}.thesis-request-people{background:rgba(102,126,234,.05);border-radius:15px;padding:1.5rem;margin-bottom:1.5rem}.people-section{margin-bottom:1rem}.people-section:last-child{margin-bottom:0}.people-title{font-size:.9rem;font-weight:600;color:#667eea;margin-bottom:.75rem;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.people-title i{font-size:.8rem}.person-info{grid-gap:.75rem;gap:.75rem;padding:.75rem;background:hsla(0,0%,100%,.7);border-radius:10px;border:1px solid rgba(102,126,234,.1)}.person-avatar,.person-info{display:flex;align-items:center}.person-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);justify-content:center;color:#fff;font-weight:600;font-size:.9rem}.person-details{flex:1 1}.person-name{font-weight:600;color:#1f2937;font-size:.95rem;margin-bottom:.25rem}.person-email{color:#6b7280;font-size:.85rem}.thesis-request-actions{display:flex;grid-gap:1rem;gap:1rem;flex-wrap:wrap}.btn-approve{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-approve:hover{background:linear-gradient(135deg,#059669,#047857)}.btn-reject{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-reject:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.btn-view{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.btn-view:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.btn-edit{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.btn-edit:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.btn-delete{background:linear-gradient(135deg,#f59e0b,#d97706)}.btn-delete:hover{background:linear-gradient(135deg,#d97706,#b45309)}@media (max-width:768px){.theses-requests-container{padding:1rem}.theses-requests-header{padding:1.5rem}.theses-requests-title{font-size:2rem}.theses-requests-grid,.theses-requests-stats{grid-template-columns:1fr}.theses-requests-grid{grid-gap:1.5rem;gap:1.5rem}.thesis-request-card{padding:1.5rem}.thesis-request-details{grid-template-columns:1fr}.thesis-request-actions{flex-direction:column}.action-button{min-width:auto}}@media (max-width:480px){.theses-requests-title{font-size:1.5rem}.thesis-request-card,.thesis-request-people{padding:1rem}.person-info{flex-direction:column;text-align:center;grid-gap:.5rem;gap:.5rem}}@media (prefers-color-scheme:dark){.theses-requests-container{background:linear-gradient(135deg,#1f2937,#111827)}.empty-state,.loading-state,.stat-card,.theses-requests-header,.thesis-request-card{background:rgba(31,41,55,.95);border-color:rgba(75,85,99,.3)}.theses-requests-title{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theses-requests-subtitle{color:#9ca3af}.stat-number{color:#60a5fa}.stat-label{color:#9ca3af}.thesis-request-title{color:#f9fafb}.thesis-request-description{color:#d1d5db}.detail-value,.person-name{color:#f9fafb}.person-email{color:#9ca3af}.empty-state-title{color:#f9fafb}.empty-state-message,.loading-text{color:#9ca3af}}body[data-theme=light] .theses-requests-container{background:linear-gradient(135deg,#fff,#f8f9fa)!important}body[data-theme=light] .empty-state,body[data-theme=light] .loading-state,body[data-theme=light] .stat-card,body[data-theme=light] .theses-requests-header,body[data-theme=light] .thesis-request-card{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important}body[data-theme=light] .theses-requests-title{background:linear-gradient(135deg,#667eea,#764ba2)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}body[data-theme=light] .stat-label,body[data-theme=light] .theses-requests-subtitle{color:#4a4a4a!important}body[data-theme=light] .detail-value,body[data-theme=light] .person-name,body[data-theme=light] .thesis-request-title{color:#1a1a1a!important}body[data-theme=light] .person-email,body[data-theme=light] .thesis-request-description{color:#4a4a4a!important}body[data-theme=light] .thesis-request-people{background:rgba(102,126,234,.05)!important}body[data-theme=light] .person-info{background:hsla(0,0%,100%,.9)!important;border-color:rgba(102,126,234,.1)!important}.dashboard-container{padding:2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.dashboard-header{text-align:center;margin-bottom:3rem}.dashboard-header h1{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.dashboard-header p{font-size:1.1rem;color:#7f8c8d;margin:0}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;max-width:1400px;margin:0 auto}.dashboard-card{background:hsla(0,0%,100%,.95);border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease;cursor:pointer;border:1px solid hsla(0,0%,100%,.2)}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.card-header{padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;grid-gap:1rem;gap:1rem}.card-header,.card-icon{display:flex;align-items:center}.card-icon{width:50px;height:50px;background:hsla(0,0%,100%,.2);border-radius:12px;justify-content:center;font-size:1.5rem}.card-header h3{margin:0;font-size:1.3rem;font-weight:600}.card-content{padding:1.5rem;min-height:200px}.card-footer{padding:1rem 1.5rem;background:#f8f9fa;border-top:1px solid #e9ecef;color:#667eea;font-weight:500;display:flex;align-items:center;justify-content:space-between}.card-footer i{transition:transform .3s ease}.dashboard-card:hover .card-footer i{transform:translateX(5px)}.theses-list{max-height:300px;overflow-y:auto}.thesis-item{display:flex;align-items:center;grid-gap:1rem;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f3f4}.thesis-item:last-child{border-bottom:none}.thesis-icon{width:40px;height:40px;background:#e8f5e8;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#28a745}.thesis-content{flex:1 1}.thesis-title{font-weight:600;color:#2c3e50;margin-bottom:.25rem;line-height:1.3;display:flex;align-items:center;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}.thesis-title .role-badge{font-size:.7rem;padding:.25rem .5rem;font-weight:500;border-radius:12px}.thesis-student{font-size:.9rem;color:#495057;margin-bottom:.25rem;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.thesis-email,.thesis-student i{color:#6c757d;font-size:.8rem}.no-theses{text-align:center;padding:2rem 0;color:#6c757d}.no-theses i{font-size:2rem;margin-bottom:1rem;opacity:.5}.events-list{max-height:300px;overflow-y:auto}.event-item{display:flex;align-items:center;grid-gap:1rem;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f3f4}.event-item:last-child{border-bottom:none}.event-icon{width:40px;height:40px;background:#e3f2fd;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#1976d2}.event-content{flex:1 1}.event-title{font-weight:600;color:#2c3e50;margin-bottom:.25rem}.event-time{font-size:.9rem;color:#6c757d}.no-events{text-align:center;padding:2rem 0;color:#6c757d}.no-events i{font-size:2rem;margin-bottom:1rem;opacity:.5}.quick-actions{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.action-btn{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:1rem;display:flex;flex-direction:column;align-items:center;grid-gap:.5rem;gap:.5rem;transition:all .3s ease;cursor:pointer;color:#495057}.action-btn:hover{background:#667eea;border-color:#667eea;color:#fff;transform:translateY(-2px)}.action-btn i{font-size:1.5rem}.action-btn span{font-size:.9rem;font-weight:500}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.stat-item{text-align:center;padding:1rem;background:#f8f9fa;border-radius:12px;transition:all .3s ease}.stat-item:hover{background:#e9ecef;transform:translateY(-2px)}.stat-label{color:#6c757d}.loading-container{text-align:center;padding:2rem 0;color:#6c757d}.loading-spinner{width:30px;height:30px;border:3px solid #f3f3f3}@media (max-width:768px){.dashboard-container{padding:1rem}.dashboard-header h1{font-size:2rem}.dashboard-grid{grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.card-content{min-height:150px}.quick-actions,.stats-grid{grid-template-columns:1fr}}@media (max-width:480px){.dashboard-header h1{font-size:1.5rem}.dashboard-header p{font-size:1rem}.card-content,.card-header{padding:1rem}.card-footer{padding:.75rem 1rem}.stat-number{font-size:1.5rem}}@media (prefers-color-scheme:dark){.dashboard-container{background:linear-gradient(135deg,#667eea,#764ba2)}.dashboard-header h1{color:#fff}.dashboard-header p{color:#bdc3c7}.card-footer,.dashboard-card{background:rgba(102,126,234,.15);border-color:hsla(0,0%,100%,.2)}.thesis-title{color:#fff}.thesis-title .role-badge{opacity:.9}.event-title{color:#fff}.action-btn{background:rgba(102,126,234,.2);border-color:hsla(0,0%,100%,.3);color:#fff}.action-btn:hover{background:rgba(102,126,234,.3);color:#fff}.stat-item{background:rgba(102,126,234,.15)}.stat-item:hover{background:rgba(102,126,234,.25)}}body[data-theme=dark] .dashboard-container{background:linear-gradient(135deg,#667eea,#764ba2)!important}body[data-theme=dark] .card-footer,body[data-theme=dark] .dashboard-card,body[data-theme=dark] .stat-item{background:rgba(102,126,234,.15)!important;border-color:hsla(0,0%,100%,.2)!important}body[data-theme=dark] .thesis-title{color:#fff!important}body[data-theme=dark] .thesis-email,body[data-theme=dark] .thesis-student{color:#e0e0e0!important}.research-areas-selector{max-height:600px;overflow-y:auto}.category-section{margin-bottom:1rem;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.category-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease}.category-header:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.category-title{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;flex:1 1}.category-label{font-weight:600;font-size:1.1rem}.category-count{font-size:.9rem;opacity:.9;margin-left:1rem}.category-actions{display:flex;grid-gap:.5rem;gap:.5rem}.category-content{padding:1rem;background:#f8f9fa;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0;overflow:hidden}to{opacity:1;max-height:2000px}}.areas-list{grid-gap:.75rem;gap:.75rem}.area-label,.areas-list{display:flex;flex-direction:column}.area-label{grid-gap:.25rem;gap:.25rem;margin-left:.5rem}.area-code{font-weight:600;color:#667eea;font-size:.9rem}.area-name{font-weight:500;color:#2c3e50}.area-description{font-size:.85rem;color:#6c757d;font-style:italic}.no-areas{text-align:center;padding:2rem;color:#6c757d}.selected-summary{padding:1rem;background:#e8f5e9;border-radius:8px;border-left:4px solid #4caf50}body[data-theme=dark] .category-content{background:rgba(102,126,234,.1)!important}body[data-theme=dark] .area-name{color:#f1f1f1!important}body[data-theme=dark] .area-description{color:#b0b0b0!important}body[data-theme=dark] .category-section{border-color:hsla(0,0%,100%,.2)!important}body[data-theme=dark] .selected-summary{background:rgba(76,175,80,.2)!important;border-left-color:#4caf50!important;color:#f1f1f1!important}@media (prefers-color-scheme:dark){.main-content{background:linear-gradient(135deg,#667eea,#764ba2)}.page-header h1{color:#fff}.page-content{background:rgba(102,126,234,.15);color:#fff}.page-header{border-bottom-color:hsla(0,0%,100%,.2)}}body[data-theme=dark] .content-area,body[data-theme=dark] .main-content{background:linear-gradient(135deg,#667eea,#764ba2)!important}body[data-theme=dark] .page-content{background:rgba(102,126,234,.15)!important;color:#fff!important}.departments-container{padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}.departments-header{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.departments-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;display:flex;align-items:center;grid-gap:1rem;gap:1rem}.departments-title i{font-size:2rem;color:#667eea}.departments-subtitle{color:#6b7280;font-size:1.1rem;font-weight:500}.departments-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.5rem;gap:1.5rem}.departments-content{margin-top:2rem}.departments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.department-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease;position:relative;overflow:hidden}.department-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.department-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px rgba(0,0,0,.15)}.department-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.department-info-section{display:flex;align-items:center;grid-gap:1rem;gap:1rem;flex:1 1}.department-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0}.department-details{flex:1 1}.department-name{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:.25rem;line-height:1.4}.department-id{color:#6b7280;font-size:.85rem;font-weight:500}.department-status-section{flex-shrink:0}.department-card-content,.department-info{margin-bottom:1.5rem}.info-item{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem;margin-bottom:1rem}.info-label{font-size:.8rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.info-label i{font-size:.7rem}.info-value{font-size:.95rem;color:#1f2937;font-weight:500}.department-edit-section{background:rgba(102,126,234,.05);border-radius:15px;padding:1.5rem;margin-bottom:1.5rem}.department-card-actions{display:flex;grid-gap:1rem;gap:1rem;flex-wrap:wrap}@media (max-width:768px){.departments-container{padding:1rem}.departments-header{padding:1.5rem}.header-content{flex-direction:column;align-items:stretch}.departments-title{font-size:2rem}.search-container{min-width:auto}.departments-stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.departments-grid{grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.department-card{padding:1.5rem}.edit-fields{grid-template-columns:1fr}.department-card-actions{flex-direction:column}.action-button{min-width:auto}.page-controls{flex-direction:column;align-items:stretch}.page-buttons{justify-content:center}}@media (max-width:480px){.departments-title{font-size:1.5rem}.department-card{padding:1rem}.department-info-section{flex-direction:column;align-items:flex-start;grid-gap:.75rem;gap:.75rem}.department-avatar{width:50px;height:50px;font-size:1rem}}body[data-theme=light] .departments-container{background:linear-gradient(135deg,#fff,#f8f9fa)!important}body[data-theme=light] .department-card,body[data-theme=light] .departments-header,body[data-theme=light] .empty-state,body[data-theme=light] .loading-state,body[data-theme=light] .stat-card{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important}body[data-theme=light] .departments-title{background:linear-gradient(135deg,#667eea,#764ba2)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}body[data-theme=light] .departments-subtitle,body[data-theme=light] .stat-label{color:#4a4a4a!important}body[data-theme=light] .department-name,body[data-theme=light] .info-value{color:#1a1a1a!important}body[data-theme=light] .edit-input{background:#fff!important;border-color:#d0d0d0!important;color:#1a1a1a!important}body[data-theme=light] .edit-input:focus{background:#fff!important;border-color:#667eea!important}@media (prefers-color-scheme:dark){.departments-container{background:linear-gradient(135deg,#1f2937,#111827)}.department-card,.departments-header,.empty-state,.loading-state,.stat-card{background:rgba(31,41,55,.95);border-color:rgba(75,85,99,.3)}.departments-title{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.departments-subtitle{color:#9ca3af}.stat-number{color:#60a5fa}.stat-label{color:#9ca3af}.search-input{background:rgba(31,41,55,.9);border-color:#4b5563;color:#f9fafb}.search-input:focus{background:#1f2937;border-color:#60a5fa}.department-name,.edit-input,.info-value{color:#f9fafb}.edit-input{background:rgba(31,41,55,.8);border-color:#4b5563}.edit-input:focus{background:#1f2937;border-color:#667eea}.empty-state-title{color:#f9fafb}.empty-state-message,.loading-text{color:#9ca3af}.page-limit{background:rgba(31,41,55,.9);border-color:#4b5563;color:#f9fafb}}.areas-container{padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}.areas-header{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.areas-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;display:flex;align-items:center;grid-gap:1rem;gap:1rem}.areas-title i{font-size:2rem;color:#667eea}.areas-subtitle{color:#6b7280;font-size:1.1rem;font-weight:500}.areas-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.5rem;gap:1.5rem}.areas-content{margin-top:2rem}.areas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.area-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease;position:relative;overflow:hidden}.area-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.area-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px rgba(0,0,0,.15)}.area-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.area-info-section{display:flex;align-items:center;grid-gap:1rem;gap:1rem;flex:1 1}.area-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0}.area-details{flex:1 1}.area-name{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:.25rem;line-height:1.4}.area-id{color:#6b7280;font-size:.85rem;font-weight:500}.area-status-section{flex-shrink:0}.area-card-content,.area-description{margin-bottom:1.5rem}.description-item{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.description-label{font-size:.8rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;margin-bottom:.5rem}.description-label i{font-size:.7rem}.description-value{font-size:.95rem;color:#1f2937;font-weight:500;line-height:1.6;background:rgba(102,126,234,.05);padding:1rem;border-radius:10px;border-left:4px solid #667eea}.area-edit-section{background:rgba(102,126,234,.05);border-radius:15px;padding:1.5rem;margin-bottom:1.5rem}.edit-title{color:#667eea}.edit-fields{display:flex;flex-direction:column}.edit-input{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;background:hsla(0,0%,100%,.8);transition:all .3s ease}.edit-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1);background:#fff}.edit-textarea{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;background:hsla(0,0%,100%,.8);transition:all .3s ease;resize:vertical;min-height:80px;font-family:inherit}.edit-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1);background:#fff}.area-card-actions{display:flex;grid-gap:1rem;gap:1rem;flex-wrap:wrap}@media (max-width:768px){.areas-container{padding:1rem}.areas-header{padding:1.5rem}.header-content{flex-direction:column;align-items:stretch}.areas-title{font-size:2rem}.search-container{min-width:auto}.areas-stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.areas-grid{grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.area-card{padding:1.5rem}.area-card-actions{flex-direction:column}.action-button{min-width:auto}.page-controls{flex-direction:column;align-items:stretch}.page-buttons{justify-content:center}}@media (max-width:480px){.areas-title{font-size:1.5rem}.area-card{padding:1rem}.area-info-section{flex-direction:column;align-items:flex-start;grid-gap:.75rem;gap:.75rem}.area-avatar{width:50px;height:50px;font-size:1rem}}body[data-theme=light] .areas-container{background:linear-gradient(135deg,#fff,#f8f9fa)!important}body[data-theme=light] .area-card,body[data-theme=light] .areas-header,body[data-theme=light] .empty-state,body[data-theme=light] .loading-state,body[data-theme=light] .stat-card{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important}body[data-theme=light] .areas-title{background:linear-gradient(135deg,#667eea,#764ba2)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}body[data-theme=light] .areas-subtitle,body[data-theme=light] .stat-label{color:#4a4a4a!important}body[data-theme=light] .area-name{color:#1a1a1a!important}body[data-theme=light] .description-value{color:#1a1a1a!important;background:#f5f5f5!important;border-left-color:#667eea!important}body[data-theme=light] .edit-input,body[data-theme=light] .edit-textarea{background:#fff!important;border-color:#d0d0d0!important;color:#1a1a1a!important}body[data-theme=light] .edit-input:focus,body[data-theme=light] .edit-textarea:focus{background:#fff!important;border-color:#667eea!important}@media (prefers-color-scheme:dark){.areas-container{background:linear-gradient(135deg,#1f2937,#111827)!important}.area-card,.areas-header,.department-card,.empty-state,.loading-state,.stat-card{background:rgba(31,41,55,.95)!important;border-color:rgba(75,85,99,.3)!important;color:#f9fafb!important}.area-item{background:rgba(17,24,39,.8)!important;border-color:rgba(75,85,99,.5)!important;color:#f9fafb!important}.department-header h3{color:#60a5fa!important}.department-header p{color:#9ca3af!important}.area-item strong{color:#f9fafb!important}.area-item p{color:#d1d5db!important}.areas-title{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.areas-subtitle{color:#9ca3af}.stat-number{color:#60a5fa}.stat-label{color:#9ca3af}.search-input{background:rgba(31,41,55,.9);border-color:#4b5563;color:#f9fafb}.search-input:focus{background:#1f2937;border-color:#60a5fa}.area-name{color:#f9fafb}.description-value{color:#f9fafb;background:rgba(96,165,250,.1);border-left-color:#60a5fa}.edit-input,.edit-textarea{background:rgba(31,41,55,.8);border-color:#4b5563;color:#f9fafb}.edit-input:focus,.edit-textarea:focus{background:#1f2937;border-color:#667eea}.empty-state-title{color:#f9fafb}.empty-state-message,.loading-text{color:#9ca3af}.page-limit{background:rgba(31,41,55,.9)!important;border-color:#4b5563!important;color:#f9fafb!important}}body[data-theme=dark] .areas-container{background:linear-gradient(135deg,#1f2937,#111827)!important}body[data-theme=dark] .area-card,body[data-theme=dark] .areas-header,body[data-theme=dark] .department-card,body[data-theme=dark] .empty-state,body[data-theme=dark] .loading-state,body[data-theme=dark] .stat-card{background:rgba(31,41,55,.95)!important;border-color:rgba(75,85,99,.3)!important;color:#f9fafb!important}body[data-theme=dark] .area-item{background:rgba(17,24,39,.8)!important;border-color:rgba(75,85,99,.5)!important;color:#f9fafb!important}body[data-theme=dark] .department-header h3{color:#60a5fa!important}body[data-theme=dark] .department-header p{color:#9ca3af!important}body[data-theme=dark] .area-item strong{color:#f9fafb!important}body[data-theme=dark] .area-item p{color:#d1d5db!important}body[data-theme=dark] .page-limit,body[data-theme=dark] .search-input{background:rgba(31,41,55,.9)!important;border-color:#4b5563!important;color:#f9fafb!important}.users-container{padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}.users-header{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.header-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.header-title-section{flex:1 1;min-width:300px}.users-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;display:flex;align-items:center;grid-gap:1rem;gap:1rem}.users-title i{font-size:2rem;color:#667eea}.users-subtitle{color:#6b7280;font-size:1.1rem;font-weight:500}.search-section{flex-shrink:0}.search-container{position:relative;min-width:300px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1rem}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background:hsla(0,0%,100%,.9);transition:all .3s ease}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1);background:#fff}.users-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.5rem;gap:1.5rem}.stat-card{background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:1.5rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid hsla(0,0%,100%,.3);transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.stat-number{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{color:#6b7280;font-weight:500;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.users-content{margin-top:2rem}.users-sections{display:flex;flex-direction:column;grid-gap:2rem;gap:2rem}.user-section{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.section-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #667eea}.section-title{font-size:1.5rem;font-weight:600;color:#667eea;display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin:0}.section-title i{font-size:1.25rem}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.user-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease;position:relative;overflow:hidden}.user-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.user-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px rgba(0,0,0,.15)}.user-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.user-info-section{display:flex;align-items:center;grid-gap:1rem;gap:1rem;flex:1 1}.user-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0}.user-details{flex:1 1}.user-name{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:.25rem;line-height:1.4}.user-id{color:#6b7280;font-size:.85rem;font-weight:500}.user-status-section{flex-shrink:0}.status-badge{padding:.5rem 1rem;border-radius:25px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.status-active{background:linear-gradient(135deg,#10b981,#059669);color:#064e3b}.status-inactive{background:linear-gradient(135deg,#ef4444,#dc2626);color:#7f1d1d}.user-card-content,.user-contact{margin-bottom:1.5rem}.contact-item{display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.contact-label{font-size:.8rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.contact-label i{font-size:.7rem}.contact-value{font-size:.95rem;color:#1f2937;font-weight:500}.user-roles{background:rgba(102,126,234,.05);border-radius:15px;padding:1.5rem;margin-bottom:1.5rem}.roles-title{font-size:1rem;font-weight:600;color:#667eea;margin-bottom:1rem;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.roles-title i{font-size:.9rem}.roles-display{flex-wrap:wrap;margin-bottom:1rem}.role-badge,.roles-display{display:flex;grid-gap:.5rem;gap:.5rem}.role-badge{align-items:center;padding:.5rem .75rem;background:hsla(0,0%,100%,.8);border-radius:8px;font-size:.85rem;color:#374151;font-weight:500}.role-badge i{color:#667eea;font-size:.8rem}.roles-edit-section{position:relative}.edit-roles-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.edit-roles-btn:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-2px);box-shadow:0 4px 15px rgba(139,92,246,.3)}.roles-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:10px;box-shadow:0 8px 25px rgba(0,0,0,.15);padding:1rem;margin-top:.5rem;z-index:10;display:none;border:1px solid rgba(102,126,234,.1)}.roles-dropdown.visible{display:block}.role-option{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:8px;transition:all .2s ease}.role-option:hover{background:rgba(102,126,234,.05)}.role-option label{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:.9rem;color:#374151;font-weight:500;cursor:pointer;flex:1 1}.role-option label i{color:#667eea;font-size:.8rem}.role-option input[type=checkbox]{width:18px;height:18px;accent-color:#667eea}.user-edit-section{background:rgba(16,185,129,.05);border-radius:15px;padding:1.5rem;margin-bottom:1.5rem}.edit-title{font-size:1rem;font-weight:600;color:#059669;margin-bottom:1rem;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.edit-title i{font-size:.9rem}.edit-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.edit-field{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.edit-field label{font-size:.8rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.edit-input,.edit-select{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;background:hsla(0,0%,100%,.8);transition:all .3s ease}.edit-input:focus,.edit-select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.1);background:#fff}.user-card-actions{display:flex;grid-gap:1rem;gap:1rem;flex-wrap:wrap}.action-button{flex:1 1;min-width:120px;padding:.75rem 1.5rem;border:none;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;text-decoration:none}.action-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.action-button:active{transform:translateY(0)}.btn-update{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-update:hover{background:linear-gradient(135deg,#059669,#047857)}.btn-delete{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-delete:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.update-feedback{margin-top:1rem;padding:.75rem 1rem;border-radius:10px;font-size:.9rem;font-weight:500;text-align:center;display:none}.update-feedback:not(:empty){display:block}.alert-message{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border-radius:15px;margin-bottom:2rem;box-shadow:0 4px 20px rgba(245,158,11,.3);border:none}.page-controls{justify-content:space-between;align-items:center;margin-top:2rem;flex-wrap:wrap}.page-buttons,.page-controls{display:flex;grid-gap:1rem;gap:1rem}.page-buttons button{padding:.75rem 1.5rem;border:none;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.page-buttons button:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(102,126,234,.3)}.page-info{display:flex;align-items:center}.page-number{color:#6b7280;font-weight:500;font-size:.9rem}.pagination-controls{display:flex;justify-content:flex-end;margin-top:1rem}.limit-selector{display:flex;align-items:center;grid-gap:1rem;gap:1rem}.page-limit-lbl{color:#6b7280;font-weight:500;font-size:.9rem}.page-limit{padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;font-size:.9rem;min-width:80px}.page-limit:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.empty-state{text-align:center;padding:4rem 2rem;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.empty-state-icon{font-size:4rem;color:#9ca3af;margin-bottom:1rem}.empty-state-title{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:.5rem}.empty-state-message{color:#6b7280;font-size:1rem;line-height:1.6}.loading-state{text-align:center;padding:4rem 2rem;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{color:#6b7280;font-size:1rem;font-weight:500}@media (max-width:768px){.users-container{padding:1rem}.users-header{padding:1.5rem}.header-content{flex-direction:column;align-items:stretch}.users-title{font-size:2rem}.search-container{min-width:auto}.users-stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.users-grid{grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.user-card{padding:1.5rem}.edit-fields{grid-template-columns:1fr}.user-card-actions{flex-direction:column}.action-button{min-width:auto}.page-controls{flex-direction:column;align-items:stretch}.page-buttons{justify-content:center}}@media (max-width:480px){.users-title{font-size:1.5rem}.user-card{padding:1rem}.user-info-section{flex-direction:column;align-items:flex-start;grid-gap:.75rem;gap:.75rem}.user-avatar{width:50px;height:50px;font-size:1rem}.roles-dropdown{position:static;margin-top:1rem}}body[data-theme=light] .users-container{background:linear-gradient(135deg,#fff,#f8f9fa)!important}body[data-theme=light] .empty-state,body[data-theme=light] .loading-state,body[data-theme=light] .stat-card,body[data-theme=light] .user-card,body[data-theme=light] .user-section,body[data-theme=light] .users-header{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important}body[data-theme=light] .users-title{background:linear-gradient(135deg,#667eea,#764ba2)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}body[data-theme=light] .stat-label,body[data-theme=light] .users-subtitle{color:#4a4a4a!important}body[data-theme=light] .stat-number{color:#667eea!important}body[data-theme=light] .search-input:focus{background:#fff!important;border-color:#667eea!important}body[data-theme=light] .contact-value,body[data-theme=light] .user-name{color:#1a1a1a!important}body[data-theme=light] .role-badge{background:#f5f5f5!important;color:#1a1a1a!important}body[data-theme=light] .roles-dropdown{background:#fff!important;border-color:#e0e0e0!important}body[data-theme=light] .role-option label{color:#1a1a1a!important}body[data-theme=light] .edit-input,body[data-theme=light] .edit-select{background:#fff!important;border-color:#d0d0d0!important;color:#1a1a1a!important}body[data-theme=light] .edit-input:focus,body[data-theme=light] .edit-select:focus{background:#fff!important;border-color:#667eea!important}body[data-theme=light] .empty-state-title{color:#1a1a1a!important}body[data-theme=light] .empty-state-message,body[data-theme=light] .loading-text{color:#4a4a4a!important}body[data-theme=light] .page-limit{background:#fff!important;border-color:#d0d0d0!important;color:#1a1a1a!important}@media (prefers-color-scheme:dark){.users-container{background:linear-gradient(135deg,#1f2937,#111827)}.empty-state,.loading-state,.stat-card,.user-card,.user-section,.users-header{background:rgba(31,41,55,.95)!important;border-color:rgba(75,85,99,.3)!important;color:#f9fafb!important}.section-title{color:#60a5fa!important}.users-title{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.users-subtitle{color:#9ca3af}.stat-number{color:#60a5fa}.stat-label{color:#9ca3af}.search-input{background:rgba(31,41,55,.9);border-color:#4b5563;color:#f9fafb}.search-input:focus{background:#1f2937;border-color:#60a5fa}.contact-value,.role-badge,.user-name{color:#f9fafb}.role-badge{background:rgba(31,41,55,.8)}.roles-dropdown{background:rgba(31,41,55,.95);border-color:rgba(75,85,99,.3)}.role-option label{color:#f9fafb}.edit-input,.edit-select{background:rgba(31,41,55,.8);border-color:#4b5563;color:#f9fafb}.edit-input:focus,.edit-select:focus{background:#1f2937;border-color:#10b981}.empty-state-title{color:#f9fafb}.empty-state-message,.loading-text{color:#9ca3af}.page-limit{background:rgba(31,41,55,.9)!important;border-color:#4b5563!important;color:#f9fafb!important}}body[data-theme=dark] .users-container{background:linear-gradient(135deg,#1f2937,#111827)!important}body[data-theme=dark] .empty-state,body[data-theme=dark] .loading-state,body[data-theme=dark] .stat-card,body[data-theme=dark] .user-card,body[data-theme=dark] .user-section,body[data-theme=dark] .users-header{background:rgba(31,41,55,.95)!important;border-color:rgba(75,85,99,.3)!important;color:#f9fafb!important}body[data-theme=dark] .section-title{color:#60a5fa!important}.page-layout{display:flex;min-height:100vh}.main-content{flex:1 1;margin-left:280px;display:flex;flex-direction:column;background:#f8f9fa}.content-area{flex:1 1;padding:2rem}.page-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e9ecef}.page-header h1{font-size:2rem;font-weight:700;color:#2c3e50;margin:0}.page-content{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 15px rgba(0,0,0,.08);min-height:500px}@media (max-width:768px){.main-content{margin-left:0}.content-area{padding:1rem}.page-content{padding:1.5rem}.page-header h1{font-size:1.5rem}}@media (max-width:480px){.content-area{padding:.5rem}.page-content{padding:1rem;border-radius:10px}.page-header{margin-bottom:1rem}}@media (prefers-color-scheme:dark){.main-content{background:#2c3e50}.page-header h1{color:#fff}.page-content{background:#34495e;color:#fff}.page-header{border-bottom-color:#495057}}.page-error{text-align:center;width:100%;height:100vh;background-color:#292727}.page-error h4,h1{color:#f0f8ff}h1{font-size:4rem!important;padding-top:2rem}h4{font-size:2rem!important;padding-top:.5rem;padding-bottom:2rem}.link-back{font-size:1.2rem;font-weight:500;color:#84e2ff;text-decoration:none;margin-top:8rem!important}.link-back:active,.link-back:hover{color:#64b7ff;text-decoration:none}body{font-family:"Roboto",sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#858796;text-align:left;background-color:#fff}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}dl,ol,p,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}small{font-size:80%}a{color:#4e73df;text-decoration:none;background-color:initial}a:hover{color:#224abe;text-decoration:underline}a:not([href]),a:not([href]):hover{color:inherit;text-decoration:none}img{vertical-align:middle;border-style:none}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;overflow:visible}button{text-transform:none}[role=button]{cursor:pointer}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:400;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dddfeb;border-radius:.35rem}.container{width:100%;padding-right:.75rem;padding-left:.75rem;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:.75rem;padding-left:.75rem;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;appearance:none}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:2rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#858796;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dddfeb}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.35rem;border-top-right-radius:.35rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#eaecf4 #eaecf4 #dddfeb}.nav-tabs .nav-link.disabled{color:#858796;background-color:initial;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#6e707e;background-color:#fff;border-color:#dddfeb #dddfeb #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.35rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#4e73df}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .side :hover{background-color:#5e7dd8}#accordionSidebar{width:11vw!important}.spanSidebar{font-size:.9rem!important}.imgSidebar,.spanSidebar{display:flex!important;justify-content:center!important}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:initial;border:1px solid transparent;border-radius:.35rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5019607843137255)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}@media screen and (max-width:600px){.topbar{height:5rem!important}}@media screen and (max-width:600px){.app-header{font-size:1.2rem!important}}.app-header{color:#4e73df;font-weight:700;margin-left:.2rem;padding-top:.5rem;padding-bottom:.5rem}.accordion{width:9rem!important}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.35rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#4e73df;background-color:#fff;border:1px solid #dddfeb}.page-link:hover{z-index:2;color:#224abe;text-decoration:none;background-color:#eaecf4;border-color:#dddfeb}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(78,115,223,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.35rem;border-bottom-left-radius:.35rem}.page-item:last-child .page-link{border-top-right-radius:.35rem;border-bottom-right-radius:.35rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#4e73df;border-color:#4e73df}.page-item.disabled .page-link{color:#858796;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dddfeb}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:initial;border-radius:.35rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#4e73df}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#2653d4}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(78,115,223,.5)}.badge-secondary{color:#fff;background-color:#858796}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#6b6d7d}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(133,135,150,.5)}.badge-success{color:#fff;background-color:#1cc88a}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#169b6b}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(28,200,138,.5)}.badge-info{color:#fff;background-color:#36b9cc}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#2a96a5}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(54,185,204,.5)}.badge-warning{color:#fff;background-color:#f6c23e}a.badge-warning:focus,a.badge-warning:hover{color:#fff;background-color:#f4b30d}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(246,194,62,.5)}.badge-danger{color:#fff;background-color:#e74a3b}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#d52a1a}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(231,74,59,.5)}.badge-light{color:#3a3b45;background-color:#f8f9fc}a.badge-light:focus,a.badge-light:hover{color:#3a3b45;background-color:#d4daed}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,252,.5)}.badge-dark{color:#fff;background-color:#5a5c69}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#42444e}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(90,92,105,.5)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.dropdown .dropdown-menu .dropdown-header,.sidebar .sidebar-heading,.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#4e73df!important}a.text-primary:focus,a.text-primary:hover{color:#224abe!important}.text-secondary{color:#858796!important}a.text-secondary:focus,a.text-secondary:hover{color:#60616f!important}.text-success{color:#1cc88a!important}a.text-success:focus,a.text-success:hover{color:#13855c!important}.text-info{color:#36b9cc!important}a.text-info:focus,a.text-info:hover{color:#258391!important}.text-warning{color:#f6c23e!important}a.text-warning:focus,a.text-warning:hover{color:#dda20a!important}.text-danger{color:#e74a3b!important}a.text-danger:focus,a.text-danger:hover{color:#be2617!important}.text-light{color:#f8f9fc!important}a.text-light:focus,a.text-light:hover{color:#c2cbe5!important}.text-dark{color:#5a5c69!important}a.text-dark:focus,a.text-dark:hover{color:#373840!important}.text-body,.text-muted{color:#858796!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:initial;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}html{position:relative;min-height:100%;font-size:80%}body{height:100%}a:focus{outline:none}#wrapper{display:flex}#wrapper #content-wrapper{background-color:#f8f9fc;width:100%;overflow-x:hidden}#wrapper #content-wrapper #content{flex:1 0 auto}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{padding-left:1.5rem;padding-right:1.5rem}@keyframes growIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.animated--grow-in,.sidebar .nav-item .collapse{animation-name:growIn;animation-duration:.2s;animation-timing-function:transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animated--fade-in{animation-name:fadeIn;animation-duration:.2s;animation-timing-function:opacity cubic-bezier(0,1,.4,1)}.bg-gradient-primary{background-color:#4e73df;background-image:linear-gradient(180deg,#4e73df 10%,#224abe);background-size:cover}.bg-gradient-secondary{background-color:#858796;background-image:linear-gradient(180deg,#858796 10%,#60616f);background-size:cover}.bg-gradient-success{background-color:#1cc88a;background-image:linear-gradient(180deg,#1cc88a 10%,#13855c);background-size:cover}.bg-gradient-info{background-color:#36b9cc;background-image:linear-gradient(180deg,#36b9cc 10%,#258391);background-size:cover}.bg-gradient-warning{background-color:#f6c23e;background-image:linear-gradient(180deg,#f6c23e 10%,#dda20a);background-size:cover}.bg-gradient-danger{background-color:#e74a3b;background-image:linear-gradient(180deg,#e74a3b 10%,#be2617);background-size:cover}.bg-gradient-light{background-color:#f8f9fc;background-image:linear-gradient(180deg,#f8f9fc 10%,#c2cbe5);background-size:cover}.bg-gradient-dark{background-color:#5a5c69;background-image:linear-gradient(180deg,#5a5c69 10%,#373840);background-size:cover}.bg-gray-100{background-color:#f8f9fc!important}.bg-gray-200{background-color:#eaecf4!important}.bg-gray-300{background-color:#dddfeb!important}.bg-gray-400{background-color:#d1d3e2!important}.bg-gray-500{background-color:#b7b9cc!important}.bg-gray-600{background-color:#858796!important}.bg-gray-700{background-color:#6e707e!important}.bg-gray-800{background-color:#5a5c69!important}.bg-gray-900{background-color:#3a3b45!important}.o-hidden{overflow:hidden!important}.text-xs{font-size:.7rem}.text-lg{font-size:1.2rem}.text-gray-100{color:#f8f9fc!important}.text-gray-200{color:#eaecf4!important}.text-gray-300{color:#dddfeb!important}.text-gray-400{color:#d1d3e2!important}.text-gray-500{color:#b7b9cc!important}.text-gray-600{color:#858796!important}.text-gray-700{color:#6e707e!important}.text-gray-800{color:#5a5c69!important}.text-gray-900{color:#3a3b45!important}.icon-circle{height:2.5rem;width:2.5rem;border-radius:100%;display:flex;align-items:center;justify-content:center}.border-left-primary{border-left:.25rem solid #4e73df!important}.border-bottom-primary{border-bottom:.25rem solid #4e73df!important}.border-left-secondary{border-left:.25rem solid #858796!important}.border-bottom-secondary{border-bottom:.25rem solid #858796!important}.border-left-success{border-left:.25rem solid #1cc88a!important}.border-bottom-success{border-bottom:.25rem solid #1cc88a!important}.border-left-info{border-left:.25rem solid #36b9cc!important}.border-bottom-info{border-bottom:.25rem solid #36b9cc!important}.border-left-warning{border-left:.25rem solid #f6c23e!important}.border-bottom-warning{border-bottom:.25rem solid #f6c23e!important}.border-left-danger{border-left:.25rem solid #e74a3b!important}.border-bottom-danger{border-bottom:.25rem solid #e74a3b!important}.border-left-light{border-left:.25rem solid #f8f9fc!important}.border-bottom-light{border-bottom:.25rem solid #f8f9fc!important}.border-left-dark{border-left:.25rem solid #5a5c69!important}.border-bottom-dark{border-bottom:.25rem solid #5a5c69!important}.progress-sm{height:.5rem}.rotate-15{transform:rotate(15deg)}.rotate-n-15{transform:rotate(-15deg)}.dropdown .dropdown-menu{font-size:.85rem}.dropdown .dropdown-menu .dropdown-header{font-weight:800;font-size:.8rem;color:#b7b9cc}.dropdown.no-arrow .dropdown-toggle:after{display:none}.sidebar .nav-item.dropdown .dropdown-toggle:after,.topbar .nav-item.dropdown .dropdown-toggle:after{width:1rem;text-align:center;float:right;vertical-align:0;border:0;font-weight:900;content:"\f105";font-family:"Font Awesome 5 Free"}.sidebar .nav-item.dropdown.show .dropdown-toggle:after,.topbar .nav-item.dropdown.show .dropdown-toggle:after{content:"\f107"}.sidebar .nav-item .nav-link,.topbar .nav-item .nav-link{position:relative}.sidebar .nav-item .nav-link .badge-counter,.topbar .nav-item .nav-link .badge-counter{font-size:.77rem;padding:.34rem;border-radius:50%;width:1.4rem;height:1.4rem;position:absolute;transform:scale(.7);transform-origin:top right;right:0;margin-top:-.25rem}.bell-icon{margin-top:.3rem!important;margin-right:-.5rem!important}.sidebar .nav-item .nav-link .img-profile,.topbar .nav-item .nav-link .img-profile{height:2rem;width:2rem}.topbar{height:4.375rem}.topbar #sidebarToggleTop{height:2.5rem;width:2.5rem}.topbar #sidebarToggleTop:hover{background-color:#eaecf4}.topbar #sidebarToggleTop:active{background-color:#dddfeb}.topbar .navbar-search{width:25rem}.topbar .navbar-search input{font-size:.85rem;height:auto}.topbar .topbar-divider{width:0;border-right:1px solid #e3e6f0;height:2.375rem;margin:auto 1rem}.topbar .nav-item .nav-link{height:4.375rem;display:flex;align-items:center;padding:0 .75rem}.topbar .nav-item .nav-link:focus,.topbar .nav-item:focus{outline:none}.topbar .dropdown{position:static}.topbar .dropdown .dropdown-menu{width:calc(100% - 1.5rem);right:.75rem}.topbar .dropdown-list{padding:0;border:none;overflow:hidden}.topbar .dropdown-list .dropdown-header{background-color:#4e73df;border:1px solid #4e73df;padding-top:.75rem;padding-bottom:.75rem;color:#fff}.topbar .dropdown-list .dropdown-item{white-space:normal;padding-top:.5rem;padding-bottom:.5rem;border-left:1px solid #e3e6f0;border-right:1px solid #e3e6f0;border-bottom:1px solid #e3e6f0;line-height:1.3rem}.topbar .dropdown-list .dropdown-item .dropdown-list-image{position:relative;height:2.5rem;width:2.5rem}.topbar .dropdown-list .dropdown-item .dropdown-list-image img{height:2.5rem;width:2.5rem}.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator{background-color:#eaecf4;height:.75rem;width:.75rem;border-radius:100%;position:absolute;bottom:0;right:0;border:.125rem solid #fff}.topbar .dropdown-list .dropdown-item .text-truncate{max-width:10rem}.topbar .dropdown-list .dropdown-item:active{background-color:#eaecf4;color:#3a3b45}@media (min-width:680px){.topbar .dropdown{position:relative}.topbar .dropdown .dropdown-menu{width:auto;right:0}.topbar .dropdown-list{min-width:25rem}.topbar .dropdown-list .dropdown-item .text-truncate{max-width:13.375rem}}.topbar.navbar-dark .navbar-nav .nav-item .nav-link{color:hsla(0,0%,100%,.8)}.topbar.navbar-dark .navbar-nav .nav-item .nav-link:active,.topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover{color:#fff}.topbar.navbar-light .navbar-nav .nav-item .nav-link{color:#d1d3e2}.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover{color:#00f}.topbar.navbar-light .navbar-nav .nav-item .nav-link:active{color:#858796}.sidebar{width:6.5rem;min-height:100vh}.sidebar .nav-item{position:relative}.sidebar .nav-item:last-child{margin-bottom:1rem}.sidebar .nav-item .nav-link{text-align:center;padding:1rem;width:6.5rem}.sidebar .nav-item .nav-link span{font-size:.75rem;display:block}.sidebar .nav-item.active .nav-link{font-weight:700}.sidebar .nav-item .collapse{position:absolute;left:7.25rem;z-index:1;top:2px}.sidebar .nav-item .collapse .collapse-inner{border-radius:.35rem;box-shadow:0 .15rem 1.75rem 0 rgba(58,59,69,.15)}.sidebar .nav-item .collapsing{display:none;transition:none}.sidebar .nav-item .collapse .collapse-inner,.sidebar .nav-item .collapsing .collapse-inner{padding:.5rem 0;min-width:10rem;font-size:.85rem;margin:0 0 1rem}.sidebar .nav-item .collapse .collapse-inner .collapse-header,.sidebar .nav-item .collapsing .collapse-inner .collapse-header{margin:0;white-space:nowrap;padding:.5rem 1.5rem;text-transform:uppercase;font-weight:800;font-size:.65rem;color:#b7b9cc}.sidebar .nav-item .collapse .collapse-inner .collapse-item,.sidebar .nav-item .collapsing .collapse-inner .collapse-item{padding:.5rem 1rem;margin:0 .5rem;display:block;color:#3a3b45;text-decoration:none;border-radius:.35rem;white-space:nowrap}.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover{background-color:#eaecf4}.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active{background-color:#dddfeb}.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active{color:#4e73df;font-weight:700}.sidebar #sidebarToggle{width:2.5rem;height:2.5rem;text-align:center;margin-bottom:1rem;cursor:pointer}.sidebar #sidebarToggle:after{font-weight:900;content:"\f104";font-family:"Font Awesome 5 Free";margin-right:.1rem}.sidebar #sidebarToggle:hover{text-decoration:none}.sidebar #sidebarToggle:focus{outline:none}.sidebar.toggled{width:0!important;overflow:hidden}.sidebar.toggled #sidebarToggle:after{content:"\f105";font-family:"Font Awesome 5 Free";margin-left:.25rem}.sidebar .sidebar-brand{height:4.375rem;text-decoration:none;font-size:1rem;font-weight:800;padding:1.5rem 1rem;text-align:center;text-transform:uppercase;letter-spacing:.05rem;z-index:1;background-color:#023e8a}.sidebar .sidebar-brand .sidebar-brand-icon i{font-size:2rem}.sidebar .sidebar-brand .sidebar-brand-text{display:none}.sidebar hr.sidebar-divider{margin:0 1rem 1rem}.sidebar .sidebar-heading{text-align:center;padding:0 1rem;font-weight:800;font-size:.8rem}.sidebar-heading{margin-right:.45rem}@media (min-width:768px){.sidebar{width:14rem!important}.sidebar .nav-item .collapse{position:relative;left:0;z-index:1;top:0;animation:none}.sidebar .nav-item .collapse .collapse-inner{border-radius:0;box-shadow:none}.sidebar .nav-item .collapsing{display:block;transition:height .15s ease}.sidebar .nav-item .collapse,.sidebar .nav-item .collapsing{margin:0 1rem}.sidebar .nav-item .nav-link{display:block;width:100%;padding-top:.8rem}.sidebar .nav-item .nav-link i{font-size:1rem;margin-right:.3rem}.sidebar .nav-item .nav-link span{font-size:.9rem;display:inline}.sidebar .nav-item .nav-link[data-toggle=collapse]:after{width:1rem;text-align:center;float:right;vertical-align:0;border:0;font-weight:900;content:"\f107";font-family:"Font Awesome 5 Free"}.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed:after{content:"\f105"}.sidebar .sidebar-brand .sidebar-brand-icon i{font-size:2rem}.sidebar .sidebar-brand .sidebar-brand-text{display:inline;margin-left:30px}.sidebar .sidebar-heading{text-align:left}.sidebar.toggled{overflow:visible;width:6.5rem!important}.sidebar.toggled .nav-item .collapse{position:absolute;left:7.25rem;z-index:1;top:2px;animation-name:growIn;animation-duration:.2s;animation-timing-function:transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)}.sidebar.toggled .nav-item .collapse .collapse-inner{box-shadow:0 .15rem 1.75rem 0 rgba(58,59,69,.15);border-radius:.35rem}.sidebar.toggled .nav-item .collapsing{display:none;transition:none}.sidebar.toggled .nav-item .collapse,.sidebar.toggled .nav-item .collapsing{margin:0}.sidebar.toggled .nav-item:last-child{margin-bottom:1rem}.sidebar.toggled .nav-item .nav-link{text-align:center;padding:.75rem 1rem;width:6.5rem}.sidebar.toggled .nav-item .nav-link span{font-size:.65rem;display:block}.sidebar.toggled .nav-item .nav-link i{margin-right:0}.sidebar.toggled .nav-item .nav-link[data-toggle=collapse]:after{display:none}.sidebar.toggled .sidebar-brand .sidebar-brand-icon i{font-size:2rem}.sidebar.toggled .sidebar-brand .sidebar-brand-text{display:none}.sidebar.toggled .sidebar-heading{text-align:center}}.sidebar-light .sidebar-brand{color:#6e707e}.sidebar-light hr.sidebar-divider{border-top:1px solid #eaecf4}.sidebar-light .sidebar-heading{color:#b7b9cc}.sidebar-light .nav-item .nav-link{color:#858796}.sidebar-light .nav-item .nav-link i{color:#d1d3e2}.sidebar-light .nav-item .nav-link:active,.sidebar-light .nav-item .nav-link:active i,.sidebar-light .nav-item .nav-link:focus,.sidebar-light .nav-item .nav-link:focus i,.sidebar-light .nav-item .nav-link:hover,.sidebar-light .nav-item .nav-link:hover i{color:#6e707e}.sidebar-light .nav-item .nav-link[data-toggle=collapse]:after{color:#b7b9cc}.sidebar-light .nav-item.active .nav-link{color:red}.sidebar-light .nav-item.active .nav-link i{color:#6e707e}.sidebar-light #sidebarToggle{background-color:#eaecf4}.sidebar-light #sidebarToggle:after{color:#b7b9cc}.sidebar-light #sidebarToggle:hover{background-color:#dddfeb}.sidebar-dark .sidebar-brand{color:#fff}.sidebar-dark hr.sidebar-divider{border-top:1px solid hsla(0,0%,100%,.15)}.sidebar-dark .sidebar-heading{color:hsla(0,0%,100%,.4)}.sidebar-dark .nav-item .nav-link{color:hsla(0,0%,100%,.8)}.sidebar-dark .nav-item .nav-link i{color:hsla(0,0%,100%,.3)}.sidebar-dark .nav-item .nav-link:active,.sidebar-dark .nav-item .nav-link:active i,.sidebar-dark .nav-item .nav-link:focus,.sidebar-dark .nav-item .nav-link:focus i,.sidebar-dark .nav-item .nav-link:hover,.sidebar-dark .nav-item .nav-link:hover i{color:#fff}.sidebar-dark .nav-item .nav-link[data-toggle=collapse]:after{color:hsla(0,0%,100%,.5)}.sidebar-dark .nav-item.active .nav-link,.sidebar-dark .nav-item.active .nav-link i{color:#fff}.sidebar-dark #sidebarToggle{background-color:hsla(0,0%,100%,.2)}.sidebar-dark #sidebarToggle:after{color:hsla(0,0%,100%,.5)}.sidebar-dark #sidebarToggle:hover{background-color:hsla(0,0%,100%,.25)}.sidebar-dark.toggled #sidebarToggle:after{color:hsla(0,0%,100%,.5)}.btn-circle{border-radius:100%;height:2.5rem;width:2.5rem;font-size:1rem;display:inline-flex;align-items:center;justify-content:center}.btn-circle.btn-sm,.btn-group-sm>.btn-circle.btn{height:1.8rem;width:1.8rem;font-size:.75rem}.btn-circle.btn-lg,.btn-group-lg>.btn-circle.btn{height:3.5rem;width:3.5rem;font-size:1.35rem}.btn-icon-split{padding:0;overflow:hidden;display:inline-flex;align-items:stretch;justify-content:center}.btn-icon-split .icon{background:rgba(0,0,0,.15)}.btn-icon-split .icon,.btn-icon-split .text{display:inline-block;padding:.375rem .75rem}.btn-group-sm>.btn-icon-split.btn .icon,.btn-group-sm>.btn-icon-split.btn .text,.btn-icon-split.btn-sm .icon,.btn-icon-split.btn-sm .text{padding:.25rem .5rem}.btn-group-lg>.btn-icon-split.btn .icon,.btn-group-lg>.btn-icon-split.btn .text,.btn-icon-split.btn-lg .icon,.btn-icon-split.btn-lg .text{padding:.5rem 1rem}.error{color:#5a5c69;font-size:7rem;position:relative;line-height:1;width:12.5rem}.error:after{left:2px;text-shadow:-1px 0 #e74a3b;animation:noise-anim 2s linear infinite alternate-reverse}.error:after,.error:before{content:attr(data-text);position:absolute;top:0;color:#5a5c69;background:#f8f9fc;overflow:hidden;clip:rect(0,900px,0,0)}.error:before{left:-2px;text-shadow:1px 0 #4e73df;animation:noise-anim-2 3s linear infinite alternate-reverse}footer.sticky-footer{padding:1rem 0;flex-shrink:0}footer.sticky-footer .copyright{line-height:1;font-size:.9rem}body.sidebar-toggled footer.sticky-footer{width:100%}@media (max-width:1024px){.main-content{margin-left:0!important}.content-area,.page-content{padding:1.5rem!important}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}table{font-size:.9rem}.cards-grid,.dashboard-grid,.grid-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;grid-gap:1rem!important;gap:1rem!important}}@media (max-width:768px){.page-layout{flex-direction:column}.main-content{margin-left:0!important;width:100%!important}.content-area,.page-content{padding:1rem!important}.page-content{border-radius:10px!important}.page-header h1{font-size:1.5rem!important}h1{font-size:1.75rem!important}h2{font-size:1.5rem!important}h3{font-size:1.25rem!important}h4{font-size:1.1rem!important}h5{font-size:1rem!important}.sidebar{width:80vw!important;max-width:300px!important;transform:translateX(-100%);z-index:2000}.sidebar.open{transform:translateX(0)}.sidebar-toggle{display:block!important;position:fixed;top:10px;left:10px;z-index:2001;background:#667eea;color:#fff;border:none;padding:.75rem;border-radius:8px;font-size:1.2rem;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.2)}.topbar{padding:.5rem .75rem!important;position:relative!important;flex-wrap:nowrap!important;min-height:60px!important}.topbar .app-header{font-size:.9rem!important;margin-right:.5rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.topbar>div:nth-of-type(2){display:flex!important;margin-right:.5rem!important;grid-gap:.5rem!important;gap:.5rem!important;flex-wrap:nowrap!important;align-items:center!important}.topbar .language-switcher{position:relative!important}.topbar .language-toggle{padding:.4rem .6rem!important;font-size:.75rem!important;grid-gap:.3rem!important;gap:.3rem!important;min-height:36px!important;min-width:auto!important}.topbar .language-toggle span{display:none!important}.topbar .language-toggle i.fa-globe{font-size:1rem!important;margin:0!important}.topbar .language-toggle i.fa-chevron-down{display:none!important}.topbar .language-menu{right:0!important;left:auto!important;min-width:140px!important;margin-top:.5rem!important}.topbar button[aria-pressed]{padding:.35rem .7rem!important;font-size:.7rem!important;min-height:36px!important;border-radius:6px!important}.topbar button[aria-pressed]:first-child{border-radius:6px 0 0 6px!important}.topbar button[aria-pressed]:last-child{border-radius:0 6px 6px 0!important}.topbar .navbar-nav{display:flex!important;flex-direction:row!important;align-items:center!important;margin-left:auto!important;grid-gap:.25rem!important;gap:.25rem!important}.topbar .nav-item{margin:0!important}.topbar .nav-link.dropdown-toggle{padding:.5rem!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:44px!important;min-height:44px!important;border-radius:8px!important;transition:background .2s!important}.topbar .nav-link.dropdown-toggle:active,.topbar .nav-link.dropdown-toggle:hover{background:rgba(102,126,234,.1)!important}.topbar .bell-icon{font-size:1.3rem!important;color:#667eea!important}.topbar .badge-counter{position:absolute!important;top:4px!important;right:4px!important;font-size:.7rem!important;padding:.2rem .4rem!important;border-radius:12px!important;background:#dc3545!important;color:#fff!important;font-weight:700!important;min-width:18px!important;height:18px!important;display:flex!important;align-items:center!important;justify-content:center!important}.topbar .profile-name{font-size:.75rem!important;max-width:90px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;display:inline-block!important;color:#667eea!important;font-weight:500!important}.topbar .nav-item.dropdown>a{padding:.5rem .75rem!important;min-height:44px!important;display:flex!important;align-items:center!important;border-radius:10px!important;transition:all .2s!important;background:transparent!important;grid-gap:.5rem!important;gap:.5rem!important}.topbar .nav-item.dropdown>a:after{content:"\f105"!important;font-family:"Font Awesome 5 Free"!important;font-weight:900!important;font-size:.9rem!important;color:#667eea!important;margin-left:.25rem!important}.topbar .nav-item.dropdown>a:active,.topbar .nav-item.dropdown>a:hover{background:rgba(102,126,234,.1)!important}.topbar .dropdown-item{padding:.75rem 1rem!important;font-size:.9rem!important;display:flex!important;align-items:center!important;grid-gap:.75rem!important;gap:.75rem!important;min-height:44px!important}.topbar .dropdown-item i{font-size:1rem!important;width:20px!important;text-align:center!important}.topbar .dropdown-divider{margin:.5rem 0!important}.topbar .dropdown-menu{max-height:70vh!important}.topbar #myNotifications,.topbar .dropdown-menu{position:fixed!important;top:auto!important;left:.5rem!important;right:.5rem!important;width:calc(100% - 1rem)!important;max-width:none!important;margin-top:.5rem!important;overflow-y:auto!important;border-radius:12px!important;box-shadow:0 4px 20px rgba(0,0,0,.15)!important}.topbar #myNotifications{max-height:60vh!important}.table{font-size:.85rem!important}.table td,.table th{padding:.5rem!important}.card{margin-bottom:1rem}.card-body{padding:1rem!important}.card-header{padding:.75rem 1rem!important;font-size:1rem!important}.form-control,.form-select{font-size:16px!important}.btn{padding:.75rem 1rem!important;font-size:.9rem!important}.btn-group{flex-direction:column;width:100%}.btn-group .btn{width:100%;margin-bottom:.5rem}.modal-dialog{margin:.5rem!important;max-width:calc(100% - 1rem)!important}.modal-content{border-radius:10px!important}.modal-body,.modal-footer,.modal-header{padding:1rem!important}.cards-grid,.dashboard-grid{grid-template-columns:1fr!important;grid-gap:1rem!important;gap:1rem!important}.d-flex{flex-wrap:wrap}.mb-4{margin-bottom:1.5rem!important}.mb-3{margin-bottom:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-3{margin-top:1rem!important}.p-4{padding:1.5rem!important}.p-3{padding:1rem!important}.search-bar,.search-container{width:100%!important;margin-bottom:1rem}.badge{font-size:.75rem!important;padding:.25rem .5rem!important}.calendarContainer{overflow-x:auto}.fc{font-size:.85rem!important}.areas-grid{grid-template-columns:1fr!important}.category-section{margin-bottom:1rem}}@media (max-width:480px){.content-area{padding:.5rem!important}.page-content{padding:.75rem!important;border-radius:8px!important}.page-header{margin-bottom:1rem!important;padding-bottom:.5rem!important}.page-header h1{font-size:1.25rem!important}body{font-size:.9rem!important}h1{font-size:1.5rem!important}h2{font-size:1.3rem!important}h3{font-size:1.1rem!important}h4{font-size:1rem!important}h5{font-size:.95rem!important}.sidebar{width:85vw!important}.sidebar-brand{padding:1rem .75rem!important;font-size:1rem!important}.nav-link{padding:.75rem!important;font-size:.9rem!important}.imgSidebar{width:30px!important;height:30px!important}.table-responsive{font-size:.8rem!important}.card-body{padding:.75rem!important}.card-header{padding:.5rem .75rem!important;font-size:.9rem!important}.form-group{margin-bottom:1rem}.form-label{font-size:.9rem!important}.btn,.form-label{margin-bottom:.5rem}.btn{padding:.625rem .875rem!important;font-size:.85rem!important;width:100%}.btn:last-child{margin-bottom:0}.modal-dialog{margin:0!important;max-width:100%!important;height:100vh!important}.modal-content{height:100%!important;border-radius:0!important}.dropdown-menu{width:100%!important;max-width:100%!important}.badge{font-size:.7rem!important;padding:.2rem .4rem!important}.calendarBtn{width:100%!important;margin-bottom:1rem}.fc-toolbar{flex-direction:column!important;grid-gap:.5rem;gap:.5rem}.fc-toolbar-chunk{width:100%;text-align:center}.area-card{padding:1rem!important}.category-header{padding:.75rem!important}.dashboard-card{padding:1rem!important}.empty-state,.no-thesis-message{padding:2rem 1rem!important}.empty-state i,.no-thesis-message i{font-size:3rem!important}.empty-state h3,.no-thesis-message h3{font-size:1.2rem!important}}@media (max-width:360px){.content-area{padding:.25rem!important}.page-content{padding:.5rem!important}.page-header h1{font-size:1.1rem!important}.sidebar{width:90vw!important}.btn{font-size:.8rem!important;padding:.5rem .75rem!important}}@media (max-width:768px) and (orientation:landscape){.sidebar{width:60vw!important;max-width:250px!important}.content-area,.page-content{padding:1rem!important}}@media (hover:none) and (pointer:coarse){.btn,.nav-item,.nav-link{min-height:44px!important;min-width:44px!important}.btn:hover,.nav-link:hover{transform:none!important}.nav-item{margin:.5rem 0!important}.btn,.nav-link{-webkit-tap-highlight-color:rgba(0,0,0,.1);-webkit-user-select:none;user-select:none}}@media print{.btn,.modal,.sidebar,.sidebar-toggle,.topbar{display:none!important}.main-content{margin-left:0!important}.page-content{box-shadow:none!important;border:1px solid #ddd!important}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}body[data-theme=light],body[data-theme=light] .content-area,body[data-theme=light] .main-content,body[data-theme=light] .navbar,body[data-theme=light] .page-content,body[data-theme=light] .topbar{background:#fff!important;color:#1a1a1a!important}body[data-theme=light] .app-header,body[data-theme=light] h1,body[data-theme=light] h2,body[data-theme=light] h3,body[data-theme=light] h4,body[data-theme=light] h5,body[data-theme=light] h6{color:#1a1a1a!important}body[data-theme=light] .card,body[data-theme=light] .dashboard-card,body[data-theme=light] .request-card,body[data-theme=light] .stat-card,body[data-theme=light] .table,body[data-theme=light] .theses-container,body[data-theme=light] .theses-header{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important}body[data-theme=light] .btn,body[data-theme=light] .form-control,body[data-theme=light] button{background:#fff!important;color:#1a1a1a!important;border-color:#d0d0d0!important}body[data-theme=light] .btn-info,body[data-theme=light] .btn-primary,body[data-theme=light] .btn-success{background:#667eea!important;color:#fff!important;border-color:#5568d3!important}body[data-theme=light] .navbar-nav,body[data-theme=light] .sidebar{background:linear-gradient(180deg,#667eea,#764ba2)!important}body[data-theme=light] .form-control,body[data-theme=light] input,body[data-theme=light] select,body[data-theme=light] textarea{background:#fff!important;color:#1a1a1a!important;border-color:#d0d0d0!important}body[data-theme=light] .dropdown-menu{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important}body[data-theme=light] .btn-link,body[data-theme=light] .link,body[data-theme=light] a{color:#667eea!important}body[data-theme=light] .badge,body[data-theme=light] .status-badge{background:#f5f5f5!important;color:#1a1a1a!important;border:1px solid #e0e0e0!important}body[data-theme=light] .table td,body[data-theme=light] .table th{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important}body[data-theme=light] .empty-state,body[data-theme=light] .loading-state{background:#fafafa!important;color:#4a4a4a!important}body[data-theme=light] .form-label,body[data-theme=light] label{color:#1a1a1a!important}body[data-theme=light] .card-footer,body[data-theme=light] .dashboard-card .card-footer{background:#fafafa!important;color:#4a4a4a!important;border-top:1px solid #e0e0e0!important}body[data-theme=light] .modal-content{background:#fff!important;color:#1a1a1a!important;border-color:#e0e0e0!important}body[data-theme=light] .progress-bar{background-color:#667eea!important}body[data-theme=light] .search-input{background:#fff!important;color:#1a1a1a!important;border-color:#d0d0d0!important}body[data-theme=light] .dashboard-header,body[data-theme=light] .page-header{border-bottom:2px solid #e0e0e0!important}body[data-theme=light] .dropdown-item{color:#1a1a1a!important}body[data-theme=light] .dropdown-item.active,body[data-theme=light] .dropdown-item:active{background:#f5f5f5!important;color:#667eea!important}body[data-theme=dark]{background:linear-gradient(135deg,#667eea,#764ba2);color:#f1f1f1}body[data-theme=dark] .content-area,body[data-theme=dark] .main-content,body[data-theme=dark] .navbar,body[data-theme=dark] .page-content,body[data-theme=dark] .topbar{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#f1f1f1!important;border-color:hsla(0,0%,100%,.2)!important}body[data-theme=dark] .app-header,body[data-theme=dark] h1,body[data-theme=dark] h2,body[data-theme=dark] h3,body[data-theme=dark] h4,body[data-theme=dark] h5,body[data-theme=dark] h6{color:#e0e6f0!important}body[data-theme=dark] .card,body[data-theme=dark] .dashboard-card,body[data-theme=dark] .request-card,body[data-theme=dark] .stat-card,body[data-theme=dark] .table,body[data-theme=dark] .theses-container,body[data-theme=dark] .theses-header{background:#23272f!important;color:#f1f1f1!important;border-color:#3b4252!important;box-shadow:0 2px 12px rgba(0,0,0,.13333333333333333)!important}body[data-theme=dark] .btn,body[data-theme=dark] .form-control,body[data-theme=dark] button{background:#23272f!important;color:#f1f1f1!important;border-color:#444!important}body[data-theme=dark] .btn-info,body[data-theme=dark] .btn-primary,body[data-theme=dark] .btn-success{background:#3b82f6!important;color:#fff!important;border-color:#2563eb!important}body[data-theme=dark] .modern-sidebar,body[data-theme=dark] .navbar-nav,body[data-theme=dark] .sidebar{background:linear-gradient(180deg,#667eea,#764ba2)!important}body[data-theme=dark] .form-control,body[data-theme=dark] input,body[data-theme=dark] select,body[data-theme=dark] textarea{background:#23272f!important;color:#f1f1f1!important;border-color:#444!important}body[data-theme=dark] .dropdown-menu{background:#23272f!important;color:#f1f1f1!important;border-color:#3b4252!important}body[data-theme=dark] .btn-link,body[data-theme=dark] .link,body[data-theme=dark] a{color:#60a5fa!important}body[data-theme=dark] .badge,body[data-theme=dark] .status-badge{background:#374151!important;color:#f1f1f1!important;border:1px solid #60a5fa!important}body[data-theme=dark] .table td,body[data-theme=dark] .table th{background:#23272f!important;color:#f1f1f1!important;border-color:#3b4252!important}body[data-theme=dark] .empty-state,body[data-theme=dark] .loading-state{background:#23272f!important;color:#bfc9d1!important}body[data-theme=dark] .form-label,body[data-theme=dark] label{color:#bfc9d1!important}body[data-theme=dark] .card-footer,body[data-theme=dark] .dashboard-card .card-footer{background:#23272f!important;color:#60a5fa!important;border-top:1px solid #3b4252!important}body[data-theme=dark] .modal-content{background:#23272f!important;color:#f1f1f1!important;border-color:#3b4252!important}body[data-theme=dark] .progress-bar{background-color:#60a5fa!important}body[data-theme=dark] .search-input{background:#23272f!important;color:#f1f1f1!important;border-color:#60a5fa!important}body[data-theme=dark] .dashboard-header,body[data-theme=dark] .page-header{border-bottom:2px solid #3b4252!important}body[data-theme=dark] .dropdown-item{color:#f1f1f1!important}body[data-theme=dark] .dropdown-item.active,body[data-theme=dark] .dropdown-item:active{background:#374151!important;color:#60a5fa!important}
/*# sourceMappingURL=main.782229ba.chunk.css.map */