.superadmin-login-page{width:100%;height:100vh;padding:25px 50px;position:relative}.superadmin-login-page .shape1{position:absolute;top:0;right:0;width:45%;height:100%;z-index:-1}.superadmin-login-page .shape1 img{width:100%;height:100%}.superadmin-login-page .shape2{position:absolute;top:34%;left:60px;width:20px;height:auto;z-index:-1}.superadmin-login-page .shape2 img{width:100%;height:100%}.superadmin-login-page .shape3{position:absolute;left:40%;bottom:5%;width:20px;height:auto;z-index:-1}.superadmin-login-page .shape3 img{width:100%;height:100%}.superadmin-login-page .shape4{position:absolute;right:5%;top:6%;width:40px;height:auto;z-index:-1}.superadmin-login-page .shape4 img{width:100%;height:100%}.login-toggle{display:flex;justify-content:center;align-items:center;background-color:#2a757e;border-radius:30px;padding:4px;width:100%;max-width:320px;margin:0 auto 20px}.login-toggle-option{flex:1;text-align:center;padding:10px 0;font-size:14px;font-weight:500;color:#fff;border-radius:25px;cursor:pointer;transition:all .3s ease}.login-toggle-option.active{background-color:#fff;color:#000}.login-box-parent .login-logo img{width:120px;height:auto}.login-logo{margin-bottom:20px;display:flex;justify-content:center;align-items:center}.login-box{border-radius:20px;width:100%;padding:40px;background:#f5f5f5;border:1px solid #cacaca}.form-group{margin-bottom:20px!important}.form-group label{display:block;margin-bottom:8px;font-weight:600}.form-group input{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:10px;font-size:14px;outline:none}.otp-row{display:flex;gap:10px}.otp-row input{flex:1}.otp-btn{padding:12px 20px;background:#2a757e;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:.3s}.otp-btn:hover{background:#1b575e}.form-bottom{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-bottom:50px}.remember-me{display:flex;align-items:center;gap:5px;font-weight:600}.forgot-password{color:#444;text-decoration:none;font-weight:600}.login-btn{width:100%;padding:14px;background-color:#216b72;color:#fff;font-size:16px;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:.3s}.login-btn:hover{background-color:#1b575e}.login-img-content-box{padding:35px 70px 0;height:100%;width:100%}.login-img-content-box .login-right-side{background:linear-gradient(159deg,#43b1b3,#0e3242);padding:60px 30px;border-radius:45px 45px 92px 92px;height:80vh;width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.login-img-content-box .login-right-side .content h2{color:#fff;font-weight:700;font-size:48px}.login-img-content-box .login-right-side .content p{color:#fff;margin:0;font-size:26px;font-weight:500}.login-img-content-box .login-right-side img{width:70%;height:auto;position:absolute;bottom:-85px}.dashboard-container{padding:20px;font-family:Poppins,sans-serif}.section-title{background-color:#006878;color:#fff;padding:10px 20px;border-radius:10px;margin-bottom:20px;font-weight:600;width:100%}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px}.card{background-color:#0f636d;color:#fff;border-radius:15px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;height:140px;box-shadow:0 4px 10px #00000014}.card-top{display:flex;align-items:center;justify-content:space-between}.card-top .icon{background-color:#fff;color:#0f636d;border-radius:50%;padding:5px;width:40px;height:40px;display:grid;place-items:center}.label{text-align:right;font-size:14px;font-weight:500;flex-grow:1;padding-left:10px}.card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.value{font-size:22px;font-weight:600}.arrow{color:#fff}.layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:288px;position:fixed;top:0;left:0;height:100vh;z-index:1000;background-color:#fff;overflow-y:auto;box-shadow:0 0 20px 20px #d8d8d8}.layout__main{margin-left:288px;width:calc(100% - 288px);display:flex;flex-direction:column;height:100vh;overflow:hidden}.superadmin-header{position:fixed;top:0;left:288px;right:0;z-index:999;height:70px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:20px 30px;box-shadow:0 1px 4px #0000000d;border-bottom:1px solid #eee}.layout__content{margin-top:70px;height:calc(100vh - 70px);overflow-y:auto;padding:30px;background-color:#e8e8e8}@media screen and (max-width: 768px){.layout__main{margin-left:0;width:100%}.superadmin-header{left:0;width:100%}.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}}.metrics-grid .card{padding:0;border:0;border-radius:20px}.metrics-grid .card .card-top{padding-right:25px}.metrics-grid .card .card-top .icon{width:102px;height:78px;border-radius:19px 0 58px;padding:0!important}.metrics-grid .card .card-top .icon svg{width:100%;height:45px}.metrics-grid .card .card-top .label{font-size:16px;font-weight:600;color:#fff;padding-left:0;text-align:end}.metrics-grid .card .card-bottom{margin:0;padding:0 24px}.metrics-grid .card .card-bottom .value{font-size:40px}.metrics-grid .card .card-bottom .arrow svg{width:100%;height:40px;transform:rotate(315deg)}.user-login-img{width:66%!important}.user-shape-login{left:0!important;transform:scaleX(-1)!important}.otp-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:2000}.otp-container{background:#fff;border-radius:20px;padding:30px;text-align:center;width:700px;position:relative}.otp-container h2{font-weight:700;margin-bottom:10px}.otp-inputs{display:flex;justify-content:space-between;margin:20px 0}.otp-inputs input{width:100px;height:60px;border:none;outline:none;background:#25747b;border-radius:20px;font-size:24px;text-align:center;color:#fff}.verify-btn{width:100%;padding:12px;background:#25747b;color:#fff;font-size:18px;border:none;border-radius:20px;cursor:pointer}.close-btn{background:none;border:none;font-size:18px;position:absolute;top:15px;right:15px;cursor:pointer}.otp-timer{display:flex;justify-content:space-between;margin-bottom:20px}.otp-timer a{text-decoration:underline}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.dashboard-card{width:100%;height:100%;background-color:#006878;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;position:relative;overflow:hidden}.dashboard-card:before{content:"";position:absolute;inset:0;background-image:var(--bg-img);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.4;z-index:0}.cards-row{display:flex;justify-content:space-between;gap:30px}.card-header{display:flex;justify-content:space-between;align-items:flex-start;padding-left:15px;position:relative;z-index:1}.card-number{font-size:50px;font-weight:700}.card-icon{background:#fff;color:#000;width:75px;height:75px;border-radius:50% 15% 50% 50%;display:flex;align-items:center;justify-content:center;font-size:35px}.card-label{font-size:24px;font-weight:600;padding:20px 20px 10px;position:relative;z-index:1}.assigned-templates-container{margin-top:20px;font-family:Poppins,sans-serif}.assigned-templates-container h5{margin-bottom:20px;margin-top:40px}.header-controls{display:flex;justify-content:space-between;margin-bottom:15px}.filters{display:flex;align-items:center;gap:10px}.filter-label{font-weight:500;font-size:15px;color:#333}.primary-btn{background:#1f5c5b!important;border:none;color:#fff!important;padding:18px;font-weight:600;font-size:16px;border-radius:6px}.secondary-btn{background:#1f5c5b!important;border:none;color:#fff!important;padding:18px;font-weight:600;font-size:16px;border-radius:6px;margin-left:10px}.footer-buttons{margin-top:15px;display:flex;justify-content:end}.status-lock{display:flex;align-items:center;gap:6px;font-weight:500;font-size:14px;color:#444}.fill-btn{background:#4caf50!important;border:none;color:#fff!important;font-weight:500;font-size:14px;padding:3px 12px;border-radius:6px}.view-btn{background:purple!important;border:none;color:#fff!important;font-weight:500;font-size:14px;padding:3px 12px;border-radius:6px}.custom-row td{background:#fff!important;font-size:14px;padding:12px 16px!important}.ant-table-thead>tr>th{background:#fff!important;font-weight:600!important;font-size:16px!important;color:#000!important}.assigned-templates-container .ant-table-tbody>tr:nth-child(odd)>td{background-color:#f5f5f5!important}.table-text{font-size:14px;font-weight:600;color:#333}.layout{display:flex;min-height:100vh;background-color:#f9f9f9}.layout__main{flex:1;display:flex;flex-direction:column}.layout__content{padding:20px;flex-grow:1}.sidebar{width:288px;background-color:#fff;min-height:100vh;padding:0 0 0 20px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px soad #e5e5e5;transition:all .3s ease;box-shadow:0 0 20px 20px #d8d8d8}.sidebar__logo{width:140px;margin:10px auto 15px;display:block}.sidebar__menu,.sidebar__bottom .sidebar__menu{list-style:none;padding:0;margin:0}.sidebar__menu a,.sidebar__bottom .sidebar__menu a{display:flex;align-items:center;padding:12px 16px;font-family:Poppins,sans-serif;font-weight:500;font-size:15px;color:#111;border-radius:25px 0 0 25px;cursor:pointer;transition:all .3s ease;margin-bottom:18px}.sidebar__menu button,.sidebar__bottom .sidebar__menu button{display:flex;align-items:center;padding:12px 16px;font-family:Poppins,sans-serif;font-weight:500;font-size:15px;color:#111;cursor:pointer;transition:all .3s ease;margin-bottom:18px;background:transparent;border:0}.sidebar__menu a svg,.sidebar__bottom .sidebar__menu a svg,.sidebar__menu button svg,.sidebar__bottom .sidebar__menu button svg{margin-right:10px;font-size:18px}.sidebar__menu a.active,.sidebar__menu a:hover{background-color:#2a768f;color:#fff}.sidebar__menu a.active svg,.sidebar__menu a:hover svg,.sidebar__menu button.active svg,.sidebar__menu button:hover svg{color:#fff}.sidebar__menu button.active svg,.sidebar__menu button:hover svg{color:#000}.sidebar-toggle-btn{display:none;font-size:24px;position:fixed;top:20px;left:20px;z-index:999;background:#fff;border-radius:5px;padding:6px 10px;box-shadow:0 0 8px #0000001a;cursor:pointer}@media screen and (max-width: 768px){.sidebar{position:fixed;top:0;left:0;height:100%;transform:translate(-100%);z-index:998}.sidebar.open{transform:translate(0)}.sidebar-toggle-btn{display:block}.sidebar.closed{transform:translate(-100%)}}.superadmin-header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:20px 30px;box-shadow:0 1px 4px #0000000d;border-bottom:1px solid #eee;font-family:Poppins,sans-serif}.header-left .breadcrumb{font-size:14px;color:#111;margin:0}.breadcrumb .app-name{color:#0c7bb3;font-weight:500}.breadcrumb .chevron{margin:0 5px;color:#999}.header-right{display:flex;align-items:center;gap:20px}.search-box{position:relative;display:flex;align-items:center}.search-box input{padding:10px 30px 10px 15px;border-radius:12px;border:none;background:#f1f1f1;font-size:14px;width:240px}.search-icon{position:absolute;right:10px;color:#666;font-size:14px}.bell-icon{font-size:18px;color:#111;cursor:pointer}.profile-img{width:35px;height:35px;border-radius:50%;object-fit:cover;cursor:pointer}.user-assessment-container{display:block!important;margin:auto;padding:20px;font-family:sans-serif}.assessment-section-title{margin-bottom:8px;font-size:20px;font-weight:500;border-bottom:2px dashed gray}.assigned-header-box{display:flex;justify-content:space-between;align-items:center;border-radius:12px;padding:15px 20px;margin-bottom:10px}.assigned-header-box .filter-label{font-weight:600;margin-right:10px}.assigned-header-box .header-left{display:flex;align-items:center;gap:10px}.assigned-header-box .header-right{display:flex;align-items:center;gap:12px}.download-btn{padding:6px 14px;background-color:#065f66!important;border-radius:6px}.download-btn:hover{background-color:#00a859!important;color:#fff!important}.user-id{color:#00a859;font-weight:700}.timer-box{text-align:center;display:flex;align-items:center;gap:20px}.time-left-text{color:red;font-weight:700;display:block}.timer-circle{margin-top:5px;width:85px;height:85px;border:12px solid #3498db;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;background:#fff;font-size:14px}.btn-row{margin:20px 0;display:flex;gap:15px;justify-content:flex-end}.preview-btn{background:#065f66;color:#fff;padding:15px;border:none;cursor:pointer;border-radius:6px;font-weight:700;display:flex;align-items:center;gap:6px}.preview-btn:hover{background-color:#00a859!important;color:#fff!important}.question-card{border:1px solid #ddd;border-radius:12px;margin-bottom:20px;background:#fff}.question-header{font-weight:700;display:flex;align-items:center;gap:8px;padding:12px 15px}.check-icon{display:flex;align-items:center}.upload-btn{display:flex;background-color:#7153a0;padding:15px 10px;align-items:center;color:#fff;font-weight:600}.upload-btn:hover{background-color:#00a859!important;color:#fff!important;border:none!important}.divider{border-top:1px solid #ddd}.question-label{font-size:13px;color:#9a9a9a;padding:10px 15px 0;margin:0}.question-text{padding:0 15px 10px;margin:0}.options{display:flex;gap:30px;align-items:center}.options label{cursor:pointer}textarea{width:100%;padding:10px;border-radius:8px;border:1px solid #ddd}.slider-value{border:1px solid #808080a6;border-radius:15px;padding:4px 20px}.step-wrapper{display:flex;align-items:center}.step-circle{width:14px;height:14px;border-radius:50%;border:2px solid #0f6a73;background:#fff;cursor:pointer}.step-circle.active{background:#0f6a73}.step-line{flex:1;height:4px;background:#ddd}.step-line.active{background:#0f6a73}.progress-circle{width:14px;height:14px;border-radius:50%;border:2px solid #0f6a73;background:#fff;cursor:pointer}.progress-circle.active{background:#fff;border-color:#0f6a73;border:5px solid #0f6a73}.progress-line{flex:1;height:4px;background:#ddd}.progress-line.active{background:#0f6a73}.step-slider{display:flex;align-items:center;margin:12px 0}.step-wrapper{display:flex;align-items:center;width:100%}.req-btn{background-color:#eea113;border:none;padding:15px 10px;align-items:center;color:#fff;font-weight:600}.req-btn:hover{background-color:#ffc55a!important;color:#000!important}.steps-ques{display:flex;padding:30px;align-items:baseline;gap:26px}.steps-ques .question-label{padding:0;font-size:20px}.steps-ques .progress-steps{flex:1}.steps-ques .progress-steps .question-text{padding:0}.steps-ques .progress-steps .steps-heading{display:flex;justify-content:space-between;margin-bottom:30px;align-items:center}.user-sbt-btn-end{justify-content:center}.user-sbt-btn-end .download-btn{padding:10px 40px}.mysubmission-table-filters{justify-content:space-between;width:100%}.fil-title,.fil-date-drob{display:flex;align-items:center;gap:10px}.assigned-templates-container .ant-table-tbody>tr>td{font-weight:600;color:#333!important}.bottom-actions{display:flex;gap:10px}.exportlog-bottom-box{margin-top:30px}.date-range{display:flex;align-items:center;gap:10px}.legend-box{background:#fff;border-radius:12px;padding:16px 20px;width:fit-content;box-shadow:0 2px 6px #0000000d;font-family:Arial,sans-serif}.legend-title{font-weight:600;font-size:20px;color:#333;margin-bottom:8px}.legend-divider{border:none;border-top:2px dashed #858585;margin:0 0 10px}.legend-list{list-style:none;padding:0;margin:0}.legend-list li{display:flex;align-items:center;gap:35px;font-size:18px;color:#444;margin-bottom:20px;font-weight:600}.legend-icon{font-size:20px}.legend-icon.lock{color:#b48fe8}.legend-icon.flag{color:#e74c3c}.legend-icon.eye{color:#c8a261}:root{--primary-color: #2a768f;--secondary-color: #e0e2e7;--background-light: #f5f6fa;--background-dark: #1a1c22;--text-light: #222;--text-dark: #e0e0e0;--accent-color: #2ecc71;--shadow: 0 4px 20px rgba(0, 0, 0, .1);--glass-bg: rgba(255, 255, 255, .1);--glass-blur: blur(10px)}.user-profile-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;animation:user-profile-fadeIn .3s ease-out}.user-profile-modal-content{background:#fff;padding:2rem;border-radius:1rem;width:90%;max-width:50rem;max-height:90vh;overflow-y:auto;position:relative;box-shadow:var(--shadow);border:1px solid var(--secondary-color);animation:user-profile-slideUp .3s ease-out}.user-profile-modal-content.dark-mode{background:#2d333b;border-color:#444}.user-profile-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.user-profile-modal-title{font-size:1.75rem;font-weight:600;color:var(--primary-color)}.user-profile-modal-close{background:none;border:none;font-size:1.5rem;color:var(--text-light);cursor:pointer;transition:color .3s ease,transform .3s ease}.user-profile-modal-content.dark-mode .user-profile-modal-close{color:var(--text-dark)}.user-profile-modal-close:hover{color:var(--primary-color);transform:scale(1.2)}.user-profile-modal-form-buttons{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.user-profile-edit-form{width:100%}.user-profile-modal-personal-info-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:1.5rem;margin-bottom:1.25rem}.user-profile-modal-info-block{min-width:10rem}.user-profile-modal-info-block-flex{flex:1}.user-profile-modal-info-block-checkbox{display:flex;align-items:center;padding-left:12px}.user-profile-container{background:var(--background-light);padding:2.5rem;border-radius:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;box-shadow:var(--shadow);position:relative;transition:background .3s ease}.user-profile-container.user-profile-dark-mode{background:var(--background-dark);color:var(--text-dark)}.user-profile-container .user-profile-dark-mode-toggle{position:absolute;top:1rem;right:1rem;background:var(--primary-color);color:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease,background .3s ease}.user-profile-container .user-profile-dark-mode-toggle:hover{transform:scale(1.1);background:#205d70}.user-profile-container .user-profile-main{display:flex;gap:2rem;margin-bottom:2rem}.user-profile-container .user-profile-left{flex:0 0 15rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.user-profile-container .user-profile-right{flex:1}.user-profile-container .user-profile-avatar-section{display:flex;align-items:center;justify-content:center}.user-profile-container .user-profile-avatar{position:relative;width:8rem;height:8rem;border-radius:50%;overflow:hidden;background:var(--background-light);box-shadow:0 0 20px #2a768f80;transition:transform .3s ease,box-shadow .3s ease}.user-profile-container.user-profile-dark-mode .user-profile-container .user-profile-avatar{background:var(--background-dark)}.user-profile-container .user-profile-avatar:hover{transform:scale(1.05);box-shadow:0 0 30px #2a768fb3}.user-profile-container .user-profile-avatar img{width:100%;height:100%;object-fit:cover}.user-profile-container .user-profile-edit-icon{position:absolute;bottom:.5rem;right:.5rem;background:var(--primary-color);color:#fff;border-radius:50%;padding:.5rem;font-size:1.25rem;box-shadow:var(--shadow);cursor:pointer;border:2px solid white;transition:transform .3s ease}.user-profile-container .user-profile-edit-icon:hover{transform:rotate(90deg)}.user-profile-container .user-profile-details{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:1rem;padding:1.5rem;width:100%;text-align:center;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.2)}.user-profile-container.user-profile-dark-mode .user-profile-container .user-profile-details{background:#282c34b3}.user-profile-container .user-profile-name,.user-profile-container .user-profile-role,.user-profile-container .user-profile-sector,.user-profile-container .user-profile-status{font-size:1.125rem;margin-bottom:.5rem;font-weight:500}.user-profile-container .user-profile-name span,.user-profile-container .user-profile-role span,.user-profile-container .user-profile-sector span,.user-profile-container .user-profile-status span{font-weight:600;color:var(--text-light)}.user-profile-container.user-profile-dark-mode .user-profile-container .user-profile-name span,.user-profile-container.user-profile-dark-mode .user-profile-container .user-profile-role span,.user-profile-container.user-profile-dark-mode .user-profile-container .user-profile-sector span,.user-profile-container.user-profile-dark-mode .user-profile-container .user-profile-status span{color:var(--text-dark)}.user-profile-container .user-profile-active-status{color:var(--accent-color);font-weight:700}.user-profile-container .user-profile-section{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:1rem;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.2)}.user-profile-container.user-profile-dark-mode .user-profile-container .user-profile-section{background:#282c34b3}.user-profile-container .user-profile-account-section{margin-top:2rem}.user-profile-container .user-profile-section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.25rem;letter-spacing:.05rem;color:var(--primary-color)}.user-profile-container .user-profile-personal-info-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:1.5rem;margin-bottom:1.25rem}.user-profile-container .user-profile-info-block{min-width:10rem}.user-profile-container .user-profile-info-label{font-size:.9375rem;font-weight:600;margin-bottom:.375rem;color:var(--text-light)}.user-profile-container.user-profile-dark-mode .user-profile-container .user-profile-info-label{color:var(--text-dark)}.user-profile-container .user-profile-info-value{font-size:1rem;font-weight:500;padding:.75rem 1rem;border-radius:.625rem;background:var(--secondary-color);color:var(--text-light);text-align:center;transition:transform .3s ease}.user-profile-container.user-profile-dark-mode .user-profile-container .user-profile-info-value{background:#ffffff1a;color:var(--text-dark)}.user-profile-container .user-profile-info-value:hover{transform:translateY(-2px)}.user-profile-container .user-profile-gray-bg{background:var(--secondary-color)}.user-profile-container .user-profile-dashed-box{border:2px dashed var(--secondary-color);background:transparent}.user-profile-container .user-profile-edit-btn-row,.user-profile-container .user-profile-create-btn-row{display:flex;justify-content:flex-start;margin-top:1.25rem}.user-profile-container .user-profile-edit-btn{background:var(--primary-color);color:#fff;border:none;border-radius:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #2a768f4d;transition:transform .3s ease,box-shadow .3s ease}.user-profile-container .user-profile-edit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2a768f80}.user-profile-container .user-profile-edit-form{width:100%}.user-profile-container .user-profile-form-buttons{display:flex;gap:1rem;margin-top:1.5rem}.user-profile-container .user-profile-loading{text-align:center}.user-profile-container .user-profile-otp-container{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.user-profile-container .user-profile-otp-input{flex:1}.user-profile-container .user-profile-otp-button{background:var(--primary-color);color:#fff;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;box-shadow:0 4px 15px #2a768f4d;transition:transform .3s ease,box-shadow .3s ease}.user-profile-container .user-profile-otp-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2a768f80}.user-profile-container .user-profile-error{color:#e74c3c;font-size:.875rem;margin-bottom:1rem;text-align:center}@keyframes user-profile-slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes user-profile-slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes user-profile-fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){.user-profile-container{padding:1.5rem}.user-profile-container .user-profile-main{flex-direction:column;align-items:center}.user-profile-container .user-profile-left{flex:none;width:100%;max-width:15rem}.user-profile-container .user-profile-right{width:100%}}@media (max-width: 768px){.user-profile-container{padding:1rem}.user-profile-container .user-profile-avatar{width:6rem;height:6rem}.user-profile-container .user-profile-details,.user-profile-container .user-profile-section{padding:1rem}.user-profile-container .user-profile-section-title{font-size:1.25rem}.user-profile-container .user-profile-personal-info-row{grid-template-columns:1fr}.user-profile-container .user-profile-otp-container{flex-direction:column;align-items:stretch}.user-profile-modal-content{padding:1.5rem;width:95%;max-width:40rem}.user-profile-modal-personal-info-row{grid-template-columns:1fr}}@media (max-width: 480px){.user-profile-container{padding:.75rem}.user-profile-container .user-profile-avatar{width:4.5rem;height:4.5rem}.user-profile-container .user-profile-name,.user-profile-container .user-profile-role,.user-profile-container .user-profile-sector,.user-profile-container .user-profile-status{font-size:.875rem}.user-profile-container .user-profile-info-label{font-size:.8125rem}.user-profile-container .user-profile-info-value{font-size:.875rem;padding:.5rem .75rem}.user-profile-container .user-profile-otp-button{padding:.5rem 1rem;font-size:.875rem}.user-profile-modal-content{padding:1rem;width:95%;max-width:30rem}.user-profile-modal-title{font-size:1.5rem}.user-profile-modal-close{font-size:1.25rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{font-family:Poppins,sans-serif}*{margin:0;padding:0;box-sizing:border-box}.error-message{color:red;margin-bottom:10px;font-weight:700}p{margin:0}a{text-decoration:none}
