.navbar{width:100%;padding:20px;display:flex;align-items:center;justify-content:right}.navbar .logo{display:flex;align-items:center;font-weight:700;gap:10px}.navbar .icons{display:flex;align-items:center;gap:10px}@media screen and (max-width: 480px){.navbar .icons .icon{display:none}}.navbar .icons .notification{position:relative}.navbar .icons .notification span{background-color:red;color:#fff;width:16px;height:16px;border-radius:50%;position:absolute;top:-10px;right:-10px;display:flex;align-items:center;justify-content:center;font-size:12px}.navbar .icons .user{display:flex;align-items:center;gap:10px}.navbar .icons .user img{width:26px;height:26px;border-radius:50%;object-fit:cover}.footer{display:flex;align-items:center;justify-content:space-between;padding:30px}.footer span{float:right;margin-left:10px}.footer .logo{background-color:#fff}.search-page{height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.search-page form{position:relative;width:100%;max-width:600px}.search-page input{width:100%;padding:15px;margin:5px 0;border:none;border-radius:50px;font-size:16px;outline:none;box-shadow:0 4px 6px #0000001a}.search-page button{display:none}.dataTable .dataGrid{border:none;color:#fff;margin:10px;padding:20px;font-size:larger;opacity:.9}.dataTable .dataGrid .MuiDataGrid-toolbarContainer{flex-direction:row-reverse}.dataTable .dataGrid .css-levciy-MuiTablePagination-displayedRows{color:#fff}.dataTable .dataGrid img{width:32px;height:32px;border-radius:50%;object-fit:cover}.dataTable .dataGrid .action{display:flex;gap:15px}.dataTable .dataGrid .action img{width:20px;height:20px;cursor:pointer}.activityLog{background-color:#ffffff1a;border-radius:10px;flex-grow:1}.pieChartBox{height:100%;display:flex;margin-top:10px}@media screen and (max-width: 1400px){.pieChartBox h1{font-size:24px}}.pieChartBox .chart{width:70%}.pieChartBox .options{margin-left:20px;justify-content:space-between;gap:10px;font-size:14px;place-self:center}.pieChartBox .options .option{gap:10px;align-items:center}.pieChartBox .options .option .title{display:flex;gap:10px;align-items:center;font-size:larger}.pieChartBox .options .option .title .dot{width:10px;height:10px;border-radius:50%;font-size:larger}.pieChartBox .options .option .optionItem{margin-top:10px}.home{margin:10px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(40px,auto);grid-auto-flow:dense}@media screen and (max-width: 1200px){.home{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.home{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.home{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width: 480px){.home{grid-auto-rows:minmax(120px,auto)}}.home h1{font-size:26px;margin:0}@media screen and (max-width: 1400px){.home h1{font-size:20px}}.home .box{padding:40px;border-radius:10px;background:rgba(255,255,255,.1)}.home .box1{grid-column:span 2;grid-row:span 1}.home .box4{grid-column:span 4;grid-row:span 1}.home .box7{grid-column:span 4;grid-row:span 2}@media screen and (max-width: 768px){.home .box7{display:none}}.home .details{font-size:20px}.home .item{align-items:center;gap:10px;margin:30px 0;display:flex;justify-content:space-between}.home .item .itemTitle{font-weight:600;margin-right:10px;width:500px;text-transform:capitalize}.home .result{color:#adff2f}.home .buttons{width:100%;padding:10px;cursor:pointer;position:relative;display:flex;justify-content:flex-end}.home .buttons button{margin-left:10px}.home .showAddressesBtn{cursor:pointer;position:relative;display:flex;justify-content:flex-end}.home .darkBlueBtn{color:#fff;background-color:#1f4b6f;opacity:.9}.home .darkBlueBtn:hover{background-color:#1d5786}.home .warningBtn{color:#fff;background-color:#601313;opacity:.9}.home .warningBtn:hover{background-color:#731818}.home .confirmedBtn{color:#fff;background-color:#114f19;opacity:.9}.home .confirmedBtn:hover{background-color:#166621}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}.main{font-family:Inter,sans-serif;background-color:#2a3447;color:#fff;background-image:url(/XChain_BG_1.jpeg);background-repeat:round;display:flex;flex-direction:column;min-height:100vh}.container{flex:1;display:flex;flex-direction:row}.menuContainer{width:250px;padding:5px 20px;border-right:2px solid #384256}@media screen and (max-width: 1024px){.menuContainer{width:max-content}}.contentContainer{flex:1;padding:5px 20px;width:100%}.footer{background-color:#000;opacity:33%}.containerHeader{background-color:#000}.risk-timeline .title{text-align:center;margin-bottom:20px}.risk-timeline .timeline{justify-content:space-around;display:flex;justify-content:center;align-items:center;height:340px}.risk-timeline .timeline .timeline-item{text-align:center;font-size:large;margin:10px}.risk-timeline .timeline .timeline-item .risk-label{font-size:24px;font-weight:700;margin-bottom:5px}.risk-timeline .timeline .timeline-item .risk-label.low{color:#2ecc71}.risk-timeline .timeline .timeline-item .risk-label.medium{color:#f1c40f}.risk-timeline .timeline .timeline-item .risk-label.high{color:#e74c3c}.risk-timeline .timeline .timeline-item .date-label{color:#fff;font-size:20px}.overview{margin:10px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(40px,auto);grid-auto-flow:dense}@media screen and (max-width: 1200px){.overview{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.overview{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.overview{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width: 480px){.overview{grid-auto-rows:minmax(120px,auto)}}.overview h1{font-size:26px;padding-bottom:20px}@media screen and (max-width: 1400px){.overview h1{font-size:20px}}.overview .box{padding:40px;border-radius:10px;background:rgba(255,255,255,.1);max-height:600px}.overview .longBox{grid-column:span 2;grid-row:span 2;max-height:fit-content}.overview .squareBox{grid-column:span 1;grid-row:span 5;max-height:600px}.overview .box1{grid-column:span 2;grid-row:span 1}.overview .box4{grid-column:span 4;grid-row:span 1}.overview .box7{grid-column:span 4;grid-row:span 2}@media screen and (max-width: 768px){.overview .box7{display:none}}.overview .details{font-size:20px}.overview .item{align-items:center;gap:10px;margin:30px 0;display:flex;justify-content:space-between}.overview .item .itemTitle{font-weight:600;margin-right:10px;width:500px;text-transform:capitalize}.overview .result{color:#adff2f}.overview .buttons{width:100%;padding:10px;cursor:pointer;position:relative;display:flex;justify-content:flex-end}.overview .buttons button{margin-left:10px}.overview .showAddressesBtn{cursor:pointer;position:relative;display:flex;justify-content:flex-end}.overview .darkBlueBtn{color:#fff;background-color:#1f4b6f;opacity:.9}.overview .darkBlueBtn:hover{background-color:#1d5786}.overview .warningBtn{color:#fff;background-color:#601313;opacity:.9}.overview .warningBtn:hover{background-color:#731818}.overview .confirmedBtn{color:#fff;background-color:#114f19;opacity:.9}.overview .confirmedBtn:hover{background-color:#166621}.overview .gauge-container{position:relative;width:100%;height:250px}.overview .gauge-container .gauge-label{position:absolute;bottom:0;width:100%;text-align:center;color:#fff;font-size:18px;font-weight:700;padding:10px 0}
