@import"https://fonts.googleapis.com/css2?family=Poppins&display=swap";.app-layout{display:flex;min-height:100vh;width:100vw;background:#f5f6fa}.sidebar.collapsed{width:60px;min-width:60px;max-width:60px}.sidebar-collapsed{max-width:calc(100vw - 60px)}.sidebar-toggle{background:none;border:none;color:#fff;font-size:1.8em;margin:16px -75px -12px -14px;cursor:pointer;align-self:flex-start;padding-left:30px}.nav-menu{width:100%;display:flex;flex-direction:column;margin-top:24px}.nav-item{display:flex;align-items:center;padding:14px 18px;color:#fff;text-decoration:none;font-size:1.08em;transition:background .2s,color .2s;border-radius:8px 0 0 8px;margin-bottom:6px}.nav-item .nav-icon{font-size:1.3em;margin-right:12px}.sidebar.collapsed .nav-item{justify-content:center;padding:11px 4px}.sidebar.collapsed .nav-item .nav-icon{margin-right:0}.sidebar.collapsed .nav-item{font-size:1.8em}.nav-item.active,.nav-item:hover{background:#5983df;color:#fff}@media (max-width: 900px){.sidebar{width:100vw;min-width:0;max-width:100vw;flex-direction:row;align-items:center;justify-content:space-between;padding:0 10px;height:56px;position:relative;z-index:2}.nav-menu{display:none}.mobile-nav-menu{display:flex;width:100vw;background:linear-gradient(to right,#6a11cb,#2575fc);flex-direction:column;margin:0;padding:0;position:static;z-index:1}.nav-item{padding:16px 24px;border-radius:0;font-size:1.1em;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.sidebar-toggle{margin:0 0 0 10px;font-size:2em;padding-left:0}}.header{width:100%;height:10%;box-shadow:0 2px 8px #00000008;background:linear-gradient(to right,#6a11cb,#2575fc);display:flex;align-items:center;justify-content:space-between;z-index:200;position:relative;margin:0}.user-dropdown-btn{color:#fcfcfc;background-color:transparent;border:round;border-radius:10px;padding:5px;font-weight:500;font-size:18px;cursor:pointer}.user-info{padding:10px;margin-right:10px}.logo{width:175px;height:120px;align-content:center;margin-left:15px}.logo-img{height:45px;width:auto;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.user-avatar{display:flex;background-color:#2575fc;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:28px;border-radius:50%;width:45px;height:45px;margin-right:16px;box-shadow:0 2px 8px #00000014;border:none;cursor:pointer}.user-dropdown{position:relative;display:flex;align-items:center}.user-dropdown-menu{position:absolute;right:0;top:50px;background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000026;min-width:160px;z-index:1000;padding:12px 0;display:flex;flex-direction:column;align-items:stretch}.dropdown-username{padding:10px 20px;color:#333;font-weight:500;border-bottom:1px solid #eee;cursor:default}.dropdown-logout{padding:10px 20px;background:none;border:none;color:#2575fc;font-weight:500;text-align:left;cursor:pointer;transition:background .2s}.dropdown-logout:hover{background:#f5f5f5}@media (max-width: 700px){.header{flex-direction:column;padding:8px;height:auto}.logo-img{height:40px}}*{box-sizing:border-box}body,html{font-family:Poppins,sans-serif;margin:0;padding:0;background:#f5f7ff;color:#222}.table-section{padding:20px;max-width:1200px;margin:0 auto}.table-header-map{color:#fff;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#6a11cb,#2575fc);padding:10px 24px;border-radius:14px;box-shadow:0 3px 16px #6a11cb14;min-height:67px}.table-header h3{margin:0;font-weight:600;letter-spacing:1px}.plus-button{background:#fff;border:none;color:#2575fc;padding:8px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .3s ease}.plus-button:hover{background:#2575fc;color:#fff}.view-list-button{background:#2575fc;color:#fff;border:none;border-radius:6px;padding:6px 14px;cursor:pointer;font-weight:500;transition:background .2s}.view-list-button:hover{background:#6a11cb}.action-buttons{display:flex;gap:8px}.icon-button{background:transparent;border:none;cursor:pointer;color:#6a11cb;padding:6px;border-radius:4px;transition:background-color .3s ease;display:flex;align-items:center}.icon-button:hover{background-color:#6a11cb26}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;display:flex;justify-content:center;align-items:center;z-index:2000;padding:15px;overflow-y:auto}.modal-content{border-left:none!important;box-shadow:0 4px 24px #0000001a;background:#fff;border-radius:10px;padding:32px;max-width:420px;margin:0 auto}.modal-content h4{width:100%;max-width:1100px;background:linear-gradient(90deg,#6a11cb,#2575fc);color:#fff;padding:4px;margin:auto;text-align:center;font-size:24px;font-weight:600;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 4px 12px #6a11cb33;z-index:10;position:sticky;top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}.form-grid label{font-weight:500;align-self:center;color:#444}.form-grid input[type=text],.form-grid input[type=date],.form-grid select{padding:7px 10px;border:1.8px solid #ccc;border-radius:6px;font-size:14px;width:100%;transition:border-color .3s ease}.form-grid input[type=text]:focus,.form-grid input[type=date]:focus,.form-grid select:focus{outline:none;border-color:#6a11cb;box-shadow:0 0 6px #6a11cb66}.form-buttons{margin-top:15px;display:flex;justify-content:flex-end;gap:15px}.form-buttons button{background:linear-gradient(135deg,#6a11cb,#2575fc);border:none;color:#fff;padding:8px 20px;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s ease;font-size:14px}.form-buttons button:hover{background:linear-gradient(135deg,#2575fc,#6a11cb)}.checkbox-list{display:flex;flex-direction:column;gap:8px;max-height:220px;padding-right:8px}.checkbox-label{font-size:14px;display:flex;align-items:center;gap:8px;color:#333}.other-text-input{margin-left:24px;padding:6px 10px;border:1.8px solid #ccc;border-radius:6px;width:100%;font-size:14px;margin-top:4px}.other-text-input:focus{outline:none;border-color:#6a11cb;box-shadow:0 0 6px #6a11cb66}.accessories-list{display:flex;flex-direction:column;gap:8px}.accessories-list label{display:flex;align-items:center;gap:8px}.checkbox-list::-webkit-scrollbar,.modal-content::-webkit-scrollbar{width:6px}.checkbox-list::-webkit-scrollbar-track,.modal-content::-webkit-scrollbar-track{background:transparent}.checkbox-list::-webkit-scrollbar-thumb,.modal-content::-webkit-scrollbar-thumb{background:#2655ff4d;border-radius:3px}.checkbox-list::-webkit-scrollbar-thumb:hover,.modal-content::-webkit-scrollbar-thumb:hover{background:#2655ff99}@media (max-width: 720px){.form-grid{grid-template-columns:1fr}.action-buttons{justify-content:flex-start;gap:12px}}@media (max-width: 900px){.main-table th,.main-table td{font-size:13px;padding:8px 6px}}@media (max-width: 700px){.main-table{min-width:500px;font-size:12px}.table-header{flex-direction:column;align-items:flex-start;gap:8px}.plus-button{width:100%;margin-top:8px}}@media (max-width: 500px){.main-table{min-width:350px;font-size:11px}}.next-btn{background-color:#6a11cb;border:none;color:#fff;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:13px;transition:background-color .3s ease}.next-btn:hover{background-color:#2575fc}.success-popup{position:fixed;top:20px;right:30px;background:#4caf50;color:#fff;padding:14px 28px;border-radius:8px;font-size:1.1rem;z-index:9999;box-shadow:0 2px 8px #4caf502e}@media (max-width: 700px){.modal-content{max-width:98vw;padding:10px}.form-grid{grid-template-columns:1fr;gap:10px}}.checkbox-list{max-height:200px;overflow-y:auto;padding:8px 0}.checkbox-label{font-size:1em;cursor:pointer}.next-btn{background:#1976d2;color:#fff;border:none;border-radius:4px;padding:8px 18px;font-size:1em;cursor:pointer;transition:background .2s}.next-btn:hover{background:#125ea2}.app-layout{display:flex;flex-direction:column;min-height:100vh;height:100%;width:100%;background:#f5f6fa}.tagline-section{width:100%;height:30%;text-align:center}.tagline-section{width:100%;height:180px;background:url(/assets/BG3-ubegDFAS.jpg) center/cover no-repeat;text-align:center;padding:32px 0 24px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;margin:0;border-radius:0}.tagline-section h1{font-size:2.2em;color:#fafafa;margin-bottom:8px}.tagline-section p{font-size:1.2em;color:#fafafa;margin:0}.body-area{display:flex;min-height:100%;width:100%;height:100%}.sidebar{background:linear-gradient(to right,#6a11cb,#2575fc);display:flex;flex-direction:column;align-items:flex-start;height:400px;min-height:100%;position:relative;z-index:100;transition:width .3s;margin:0;border-radius:0}.sidebar.collapsed{width:60px!important}.main-content-box{flex:1 1 0;min-width:0;overflow-x:auto;background:#fff;border-radius:14px;box-shadow:0 3px 16px #00000014;margin:20px;min-height:60vh;display:flex;flex-direction:column;transition:margin .3s cubic-bezier(.4,0,.2,1),max-width .3s cubic-bezier(.4,0,.2,1)}.main-table{min-width:100%;width:max-content;border-collapse:collapse}.main-table th,.main-table td{width:10%;text-align:left;padding:12px 14px;border-bottom:1px solid #eaeaea;font-size:15px;vertical-align:middle}.asset-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#28283c59;z-index:1000;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.asset-popup-modal{background:#fff;border-radius:18px;box-shadow:0 8px 32px #6a11cb2e;padding:36px 32px 28px;max-width:420px;width:95vw;position:relative;animation:popup-fade-in .3s cubic-bezier(.4,0,.2,1)}@keyframes popup-fade-in{0%{transform:translateY(40px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.asset-popup-modal .close-btn{color:#6a11cb;top:16px;right:18px;font-size:2rem;transition:color .2s}.asset-popup-modal .close-btn:hover{color:#2575fc;background:#f1f5ff;border-radius:50%}.asset-popup-modal .asset-form{align-items:stretch;gap:18px;padding-bottom:0}@media (max-width: 900px){.sidebar{width:60px}.main-content-box{padding:10px;margin:8px;border-radius:8px}.tagline-section{height:100px;padding:10px 0}.tagline-section h1{font-size:1.2em}}@media (max-width: 600px){.main-content-box{padding:4px;border-radius:4px}}html,body,#root{height:100%;width:100%}.form-wrapper{font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:center;background-color:#f9fbff;height:100vh;overflow:hidden}.header-bar{width:100%;max-width:1100px;background:linear-gradient(90deg,#6a11cb,#2575fc);color:#fff;padding:4px;text-align:center;font-size:24px;font-weight:600;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 4px 12px #6a11cb33;z-index:10;position:sticky;top:0}.scrollable-form-wrapper{background:#fff;width:100%;max-width:1100px;flex:1;overflow-y:auto;padding:30px 32px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow:0 8px 20px #6a11cb26;height:calc(100vh - 90px);scrollbar-width:thin;scrollbar-color:rgba(37,117,252,.5) transparent}.scrollable-form-wrapper::-webkit-scrollbar{width:8px}.scrollable-form-wrapper::-webkit-scrollbar-track{background:transparent;border-radius:10px}.scrollable-form-wrapper::-webkit-scrollbar-thumb{background:#b0c7ff;border-radius:10px;border:2px solid transparent;background-clip:content-box}.scrollable-form-wrapper::-webkit-scrollbar-thumb:hover{background:#92afff}.asset-form{display:flex;flex-direction:column;gap:24px;padding-bottom:50px}.form-row{display:flex;flex-wrap:wrap;gap:20px}.form-row label{display:flex;flex-direction:column;font-size:17px;font-weight:600;color:#222;flex:1 1 45%}input,select{margin-top:6px;padding:10px 1px;border:1px solid #ccc;border-radius:10px;font-size:14px;transition:border .3s ease,box-shadow .3s ease;text-align:center}input:focus,select:focus{border-color:#6a11cb;box-shadow:0 0 6px #6a11cb40;outline:none}.submit-btn{background:linear-gradient(90deg,#6a11cb,#2575fc);color:#fff;padding:12px 24px;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;align-self:flex-end;transition:background .3s ease}.submit-btn:hover{background:linear-gradient(90deg,#2575fc,#6a11cb)}.close-btn{background:transparent;border:none;color:#fff;font-size:2.5rem;cursor:pointer;position:absolute;top:0;right:25px}@media (max-width: 768px){.form-row{flex-direction:column}.form-row label{flex:1 1 100%}.header-bar,.scrollable-form-wrapper{border-radius:0;max-width:100%}}@media (max-width: 900px){.main-table th,.main-table td{font-size:13px;padding:8px 6px}.main-content-box{padding:12px;min-height:300px;max-height:none}}@media (max-width: 700px){.main-table{min-width:500px;font-size:12px}.main-content-box{padding:6px}.table-header{flex-direction:column;align-items:flex-start;gap:8px}.plus-button{width:100%;margin-top:8px}}@media (max-width: 500px){.main-table{min-width:350px;font-size:11px}.main-content-box{padding:2px}}.table-section{font-family:Poppins,sans-serif;padding:20px;width:100%;box-sizing:border-box}.table-header{color:#fff;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#6a11cb,#2575fc);padding:10px 24px;border-radius:14px;box-shadow:0 3px 16px #6a11cb14;min-height:85px}.form-container{max-height:400px;overflow-y:auto;border-radius:12px;box-shadow:0 4px 12px #0000001a;scrollbar-width:thin;scrollbar-color:rgba(37,117,252,.5) transparent}.view-list-button{background:linear-gradient(to right,#6a11cb,#2575fc);border:none;color:#fff;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:.2s ease;margin-left:10px;padding:6px 14px 6px 10px}.view-list-button:hover{opacity:.9}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:20px;width:500px;max-height:80vh;overflow-y:auto;border-radius:12px;box-shadow:0 10px 25px #0003;position:relative}.popup-list{list-style:none;padding:0;margin:20px 0}.popup-list li{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-bottom:1px solid #eee}.delete-icon{color:#e74c3c;cursor:pointer}.add-section{display:flex;gap:10px}.add-section input{flex:1;padding:8px 10px;border:1px solid #ccc;border-radius:6px}.add-btn{background:linear-gradient(to right,#6a11cb,#2575fc);color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px}.close-button{position:absolute;top:1px;background:transparent;right:5px;border:none;font-size:36px;cursor:pointer;color:#fff}.main-table-config{width:100%;box-sizing:border-box}.asset-table-section{box-sizing:border-box;padding:32px 24px 24px;min-height:100vh;background:#f7f8fa;width:100%}.table-scroll-x{overflow-x:auto;overflow-y:auto;width:100%;max-height:60vh;box-sizing:border-box;background:#fff;border-radius:12px;margin-bottom:32px}.main-table-info{min-width:200px;border-collapse:collapse}@media (max-width: 900px){.main-table{min-width:500px;font-size:13px}}@media (max-width: 600px){.main-table{min-width:350px;font-size:12px}}.status-cards{display:flex;gap:5px;margin-bottom:32px;border-radius:20px}.status-card{flex:1 1 180px;background:linear-gradient(to right,#6a11cb,#2575fc);box-shadow:0 4px 16px #2575fc1a;padding:22px 0 18px;text-align:center;min-width:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:12px}.status-card .count{font-size:2.3rem;font-weight:700;color:#fff;letter-spacing:1px;margin-bottom:6px}.status-card .label{font-size:1.08rem;color:#e0e7ff;font-weight:500;letter-spacing:.5px;margin:0;padding:0;line-height:1.2}.asset-table-header{font-size:1.5rem;font-weight:700;text-transform:uppercase;background:linear-gradient(to right,#6a11cb,#2575fc);color:#fff;padding:5px 24px;border-radius:10px;margin-top:10px;margin-bottom:10px;text-align:center;display:flex;justify-content:space-between;align-content:center;flex-wrap:wrap}.plus-button{background:#fff;color:#2575fc;border:none;border-radius:8px;width:38px;height:38px;font-size:1.7rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 2px 8px #2575fc1a}.plus-button:hover{background:linear-gradient(90deg,#2575fc,#6a11cb);color:#fff;box-shadow:0 4px 16px #2575fc2e}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-content{background:#fff;border-radius:16px;padding:10px;max-width:650px;width:100%;position:static;box-shadow:0 8px 32px #2575fc2e;max-height:106%;overflow-y:auto}.button{position:absolute;left:5px;background:linear-gradient(90deg,#6a11cb,#2575fc);border:s;font-size:25px;border-radius:5px;color:#fbfdff;cursor:pointer;font-weight:700;z-index:1}@media (max-width: 600px){.modal-close{display:none}}@media (max-width: 900px){.asset-table-section{padding:12px 4px 8px}.modal-content{min-width:90vw;max-width:98vw;padding:18px 4px 12px}}@media (max-width: 600px){.asset-table-section{padding:8px 1vw}.modal-content{min-width:98vw;max-width:100vw;padding:8px 2px}}.blinded-row{background:#e0e0e0;color:#888}@media (max-width: 700px){.status-cards{flex-direction:column;gap:12px}}.app{display:flex;height:100vh}.main-area{flex:1;display:flex;flex-direction:column;overflow:auto;min-height:0}.history-page{padding:24px 24px 0;font-family:Poppins,sans-serif;background:#f7f8fa;min-height:100vh}.name{font-size:1.3rem;font-weight:600;color:#fff;border-radius:10px;margin-bottom:20px;text-transform:uppercase}.history-page h3{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#fff;letter-spacing:1px}.filtering-controls{margin-bottom:20px;display:flex;align-items:center;gap:18px;background:#fff;padding:14px 18px;border-radius:8px;box-shadow:0 2px 8px #6a11cb0f}.filtering-controls label{display:flex;align-items:center;gap:6px;font-size:15px;color:#22223b;font-weight:500}.filter-input{padding:8px 14px;border:1px solid #ccc;border-radius:6px;font-size:15px;transition:border-color .3s,box-shadow .3s;background:#f7f8fa}.filter-input:focus{outline:none;border-color:#6a11cb;box-shadow:0 0 6px #6a11cb2e}.filter-bar{display:flex;align-items:center;gap:18px;margin-bottom:18px;justify-content:flex-end}.filter-bar label{font-weight:500;color:#444;display:flex;align-items:center;gap:4px}.filter-bar .filter-input{padding:6px 12px;border-radius:6px;border:1px solid #bfc9e0;font-size:1em;outline:none;transition:border .2s}.filter-bar .filter-input:focus{border:1.5px solid #6a11cb}table{width:100%;border-collapse:collapse;min-width:950px;background:#fff}thead tr{background:linear-gradient(135deg,#6a11cb,#2575fc);color:#fff;border-bottom:2px solid #eaeaea}thead th{border-bottom:none!important}th,td{text-align:left;padding:12px 14px;border-bottom:1px solid #eaeaea;font-size:15px;vertical-align:middle}th{font-weight:600;letter-spacing:.5px}tbody tr:nth-child(2n){background-color:#f7f8fa}tbody tr:hover{background-color:#e3e8ff;transition:background .2s}.expand-btn{border:none;background:none;font-size:1.2em;cursor:pointer;color:#2575fc;font-weight:700;margin-right:6px;transition:color .2s}.expand-btn:hover{color:#6a11cb}.employee-row{background:#e9eefd!important;font-weight:600;font-size:1.07em;border-radius:8px;border:2px solid #e9eefd;box-shadow:0 2px 8px #6a11cb0f;transition:background .25s,border-color .25s,box-shadow .25s;cursor:pointer}.employee-row:hover{background:#d6e0fc!important;border-color:#6a11cb;box-shadow:0 4px 16px #6a11cb21}.employee-row td{padding-top:18px;padding-bottom:18px;font-size:1.08em;letter-spacing:.2px}.employee-row.expanded{border-left:6px solid #2575fc;background:#d6e0fc!important}.asset-row td{padding-left:36px;background:#f7f8fa;border-left:3px solid #6a11cb;transition:background .2s}.asset-row:hover td{background:#e3e8ff}.expand-btn{display:none}.snapshot-header-bar{display:flex;align-items:center;justify-content:space-between;padding:0 0 18px;margin-bottom:12px;background:none;border-radius:0;box-shadow:none}.snapshot-header-bar .table-header{color:#22223b;font-size:1.5rem;font-weight:600;margin:0;letter-spacing:1px;text-shadow:none}.snapshot-header-bar .filter-bar{background:none;box-shadow:none;margin-bottom:0;gap:18px}.snapshot-header-bar .filter-bar label{color:#444;font-weight:500}.snapshot-header-bar .filter-bar .filter-input{background:#fff;color:#22223b;border:1px solid #bfc9e0}.snapshot-header-box{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#6a11cb,#2575fc);padding:10px;border-radius:14px;margin-bottom:2px;box-shadow:0 3px 16px #6a11cb14;min-height:44px}.snapshot-header-box .table-header{color:#fff;font-size:1.5rem;font-weight:600;margin:0;letter-spacing:1px;text-shadow:0 1px 4px rgba(0,0,0,.08)}.snapshot-header-box .filter-bar{display:flex;align-items:center;gap:18px;background:none;box-shadow:none;margin-bottom:0}.snapshot-header-box .filter-bar label{color:#fff;font-weight:500}.snapshot-header-box .filter-bar .filter-input{background:#fff;color:#22223b;border:1px solid #bfc9e0;border-radius:6px;padding:6px 12px;font-size:1em;outline:none;transition:border .2s}.snapshot-header-box .filter-bar .filter-input:focus{border:1.5px solid #6a11cb}.history-page{max-width:1200px;margin:0 auto;background:#fff;border-radius:14px;box-shadow:0 3px 16px #00000014;padding:24px;min-height:60vh}.main-table-container{overflow-x:auto;border-radius:10px;box-shadow:0 3px 16px #00000014;background:#fff;margin-bottom:32px}.main-content{width:100%;height:100%;overflow:auto}.table-scroll-x{overflow-x:auto;overflow-y:auto;width:100%;max-height:fit-content;box-sizing:border-box;background:#fff;border-radius:12px}.main-table{min-width:1200px;width:min-content;border-collapse:collapse}.main-table-header{background:linear-gradient(135deg,#6a11cb,#2575fc);color:#fff;font-weight:600;letter-spacing:.5px}@media (max-width: 900px){.main-table-container{overflow-x:scroll}table{min-width:800px}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5}.login-card{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:40px;width:380px;text-align:center}.login-logo{width:205px;height:auto;margin-bottom:20px}.login-button{display:flex;align-items:center;justify-content:center;background-color:#0078d4;color:#fff;border:none;border-radius:4px;padding:12px 20px;font-size:16px;cursor:pointer;margin-top:20px;width:100%;transition:background-color .3s}.login-button:hover{background-color:#0078d4}.ms-logo{width:20px;height:20px;margin-right:10px}h1{color:#333;margin-bottom:10px}p{color:#666;margin-bottom:20px}.debug-area{margin-top:20px;padding-top:15px;border-top:1px solid #eee;font-size:12px;color:#666}.debug-message{font-family:monospace;word-break:break-all}._notFoundDiv_1m8z9_1{min-height:550px;flex-basis:100%;display:flex;flex-direction:column;align-content:center;justify-items:center}._notFoundDiv_1m8z9_1 ._oopsDiv_1m8z9_9{color:#0a448f;font-size:150px;font-weight:Bolder;padding:0;margin:0}._notFoundDiv_1m8z9_1 ._contentDiv_1m8z9_16{padding:0;margin:0 0 10px}._notFoundDiv_1m8z9_1 ._buttonContainer_1m8z9_20{display:flex;justify-content:center;align-items:center;width:100px;height:70px;padding:10px;margin:10px;border-radius:7px;color:#fff;background-color:#00f;cursor:pointer}._notFoundDiv_1m8z9_1 ._buttonContainer_1m8z9_20:hover{color:#fff;background-color:#00008b}
