@keyframes placeholderShimmer{0%{background-position:-500px 0}to{background-position:500px 0}}@keyframes blink{50%{fill:transparent;transform:translateY(-2px)}}@keyframes search{0%{transform:rotate(0) translate(-5px) rotate(0)}to{transform:rotate(360deg) translate(-5px) rotate(-360deg)}}@keyframes line{0%{transform:scaleX(1)}25%,to{transform:scaleX(0)}}@keyframes move{0%{transform:translate(-150%,-50%)}to{transform:translate(150%,-50%)}}@keyframes beat{0%,to{transform:scale(.8)}50%{transform:scale(1.2)}}@keyframes cursorBlink{0%,to{color:transparent}50%{color:#383634}}@keyframes clockWise{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}@keyframes antiClockWise{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}.landing-wrap{height:calc(100vh - 60px);display:flex;flex-direction:column;padding:30px 60px 60px}.landing-wrap.new{padding:30px}.landing-wrap .welcome-section{text-align:center;margin-bottom:15px;padding-top:15px;justify-content:center}.landing-wrap .welcome-heading{font-size:20px;color:#333;margin-bottom:0;font-weight:700}.landing-wrap .task-wrap{flex:1;padding:25px;background:#fbfbff;overflow:auto}.landing-wrap .task-wrap .search-container{display:flex;justify-content:center;margin-bottom:25px}.landing-wrap .task-wrap .search-container span{font-size:16px;color:#666}.landing-wrap .square-tiles-grid{display:flex;flex-wrap:wrap;justify-content:center;padding:10px 40px;gap:30px}.landing-wrap .square-tiles-grid .square-tile{height:214px;width:214px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:12px;box-shadow:0 32px 64px #0a0a0a1a,0 0 8px #0a0a0a1a;text-decoration:none;color:#333;padding:20px;transition:all .2s ease;border-top:3px solid transparent;position:relative}.landing-wrap .square-tiles-grid .square-tile:hover{transform:translateY(-5px);border-top-color:#f7d2b0}.landing-wrap .square-tiles-grid .square-tile.disable{opacity:.5;cursor:not-allowed}.landing-wrap .square-tiles-grid .square-tile.disable:hover{transform:none;box-shadow:0 1px 3px #0000001a}.landing-wrap .square-tiles-grid .square-tile.disable:hover{transform:none;box-shadow:none}.landing-wrap .square-tiles-grid .square-tile.disable:hover:before{background-color:transparent}.landing-wrap .square-tiles-grid .square-tile .icon-container{display:flex;justify-content:center;align-items:center;height:60px;width:60px;margin-bottom:16px;background-color:#e9f1f7;border-radius:50%;padding:15px;transition:all .2s ease}.landing-wrap .square-tiles-grid .square-tile .icon-container.web-search{background-color:#add8e64d}.landing-wrap .square-tiles-grid .square-tile .icon-container.repository{background-color:#ffc86433}.landing-wrap .square-tiles-grid .square-tile .icon-container.image{background-color:#90ee9033}.landing-wrap .square-tiles-grid .square-tile .icon-container.analytics{background-color:#ffebb066}.landing-wrap .square-tiles-grid .square-tile .icon-container.code{background-color:#87cefa33}.landing-wrap .square-tiles-grid .square-tile .icon-container.agent{background-color:#ffa07a33}.landing-wrap .square-tiles-grid .square-tile .icon-container svg{width:32px;height:32px}.landing-wrap .square-tiles-grid .square-tile .tile-title{font-family:Work Sans,sans-serif;font-size:16px;line-height:1.4;font-weight:500;text-align:center;color:#3d445c}.landing-wrap .icon-container{margin-bottom:12px;transition:all .2s ease}.landing-wrap .tile-title{transition:all .2s ease}.landing-wrap .square-tile:hover .icon-container{transform:scale(1.05)}.landing-wrap .no-results{display:flex;justify-content:center;align-items:center;height:200px}.landing-wrap .no-results .no-data{color:#666;font-size:16px}.intro .btn-group{float:right}.intro .btn-group .ant-btn{margin-left:20px}.intro h1{font-size:40px;line-height:52px;font-weight:300;color:#515151;letter-spacing:.8px;position:relative}.intro h1>span{font-weight:400;color:#0a0a0a}.intro h1>span.alter{color:hsl(from var(--brandColor) h s calc(l - 7))}.intro h1:after{content:"";width:170px;height:1px;position:absolute;left:0;bottom:0;border-top:1px solid;border-image:linear-gradient(to left,var(--brandColor) 52%,#0a0a0a) 1 0 0 0}.intro h3{margin-bottom:20px;font-size:15px;font-weight:400;color:#515151;letter-spacing:.8px;text-transform:uppercase}.intro h3>span{padding:8px 0;display:inline-block}.cards-wrap{display:flex;gap:50px;flex:1;overflow:auto}.cards-wrap .card{display:flex;flex-direction:column;flex:1;padding:20px 30px;border-radius:10px;background-color:#fffc;box-shadow:0 5px 15px #0a0a0a0d;overflow:hidden}.cards-wrap .card .card-header{margin-bottom:40px;display:flex;align-items:center;justify-content:space-between}.cards-wrap .card .card-header h2{font-size:16px;line-height:20px;letter-spacing:1.6px;color:#252526;text-transform:uppercase}.cards-wrap .card .card-header .actions{display:flex;align-items:center;gap:15px;font-size:16px;color:#a2b6c6}.cards-wrap .card .card-header .actions .divider{width:1px;height:20px;background-color:#e1e2e3}.cards-wrap .card .card-header .actions i.active{color:#08978e}.cards-wrap .card .tiles-group{display:flex;gap:40px;flex-wrap:wrap;overflow:auto;padding:10px;margin:0 -10px}.cards-wrap .card .tiles-group .tile{max-width:80px;font-size:13px;line-height:16px;text-align:center;color:#616161;cursor:pointer;position:relative}.cards-wrap .card .tiles-group .tile .icon-holder{margin-bottom:10px;width:80px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(315deg,#f9f4f0 7%,#fff 65%);box-shadow:-3px -3px 5px #0a0a0a0d;border:1px solid #ffebd8}.cards-wrap .card .tiles-group .tile .icon-holder>i{font-size:32px}.cards-wrap .card .tiles-group .tile .settings{padding:4px;width:22px;height:22px;font-size:14px;line-height:1;border-radius:100%;background-color:#fff;position:absolute;top:10px;right:10px;opacity:0;transition:all .3s ease-in-out;box-shadow:1px 1px 3px #0a0a0a14}.cards-wrap .card .tiles-group .tile:hover .settings{top:-7px;right:-7px;opacity:1}.cards-wrap .card .tiles-group .tile.disable{cursor:default}.cards-wrap .card .card-footer{padding-top:16px;margin-top:auto}.card-wrap-new{border-radius:10px;background-color:#fff;display:flex;flex:1;height:100%;overflow:hidden}.card-wrap-new .section-header{padding:11px 20px;display:flex;align-items:center;gap:30px;justify-content:space-between;box-sizing:border-box;height:50px}.card-wrap-new .align-items-center{justify-content:center}.card-wrap-new .left-sec{width:365px;display:flex;flex-direction:column;background-color:#282b2c;border:1px solid rgba(211,211,211,.3);border-right:none;border-radius:10px 0 0 10px;overflow:hidden}.card-wrap-new .left-sec .bottom-sec{padding:20px 0;display:flex;flex-direction:column;overflow:auto;height:100%}.card-wrap-new .left-sec .bottom-sec .top-wrap{margin:0 15px 20px;display:flex;align-items:center;gap:15px}.card-wrap-new .left-sec .bottom-sec .header-input{background-color:#171a1b;height:28px;box-sizing:border-box}.card-wrap-new .left-sec .bottom-sec .header-input input{height:inherit;background-color:transparent!important}.card-wrap-new .left-sec .bottom-sec .header-input .ai-search{color:#fff;font-size:12px!important}.card-wrap-new .left-sec .bottom-sec .pr-list{overflow:auto;padding:0 15px}.card-wrap-new .left-sec .bottom-sec .pr-list .tile{display:flex;align-items:center;gap:15px;background:#2f3234;box-shadow:0 0 10px #0a0a0a14;padding:20px 16px;margin-bottom:20px;border-radius:10px;width:100%;position:relative;border:#2f3234 1px solid;cursor:pointer}.card-wrap-new .left-sec .bottom-sec .pr-list .tile.active{border-color:var(--brandColor);background-color:#191b1c}.card-wrap-new .left-sec .bottom-sec .pr-list .tile:hover .actions i{display:block}.card-wrap-new .left-sec .bottom-sec .pr-list .project-label-tokens{flex:1;display:flex;flex-direction:column;gap:10px}.card-wrap-new .left-sec .bottom-sec .pr-list .project-label-tokens .label{font-size:16px;font-weight:600;color:#fff}.card-wrap-new .left-sec .bottom-sec .pr-list .project-label-tokens .project-meta{display:flex;align-items:center;gap:15px;font-size:12px;line-height:14px;color:#f4f3f3}.card-wrap-new .left-sec .bottom-sec .pr-list .project-label-tokens .project-meta .tenant-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:140px}.card-wrap-new .left-sec .bottom-sec .pr-list .project-label-tokens .project-meta .divider{height:14px;width:1px;background-color:#f4f3f3}.card-wrap-new .left-sec .bottom-sec .pr-list .project-label-tokens .project-tokens .token-wrap{display:flex;margin:0;padding:0;color:#a3a1a8;background-color:transparent;justify-content:space-between}.card-wrap-new .left-sec .bottom-sec .pr-list .project-label-tokens .project-tokens .token-wrap i.ai-info{position:static;margin-right:2px}.card-wrap-new .left-sec .bottom-sec .pr-list .project-label-tokens .project-tokens .token-wrap .tokens{display:flex;align-items:center;gap:4px}.card-wrap-new .left-sec .bottom-sec .pr-list .project-label-tokens .project-tokens .token-wrap .tokens .head{margin:0}.card-wrap-new .left-sec .bottom-sec .pr-list .project-label-tokens .project-tokens .token-wrap .tokens .ant-progress{margin-right:0}.card-wrap-new .left-sec .bottom-sec .pr-list .project-label-tokens .project-tokens .token-wrap .credits{display:flex;align-items:center;gap:4px}.card-wrap-new .left-sec .bottom-sec .pr-list .project-label-tokens .project-tokens .token-wrap .credits .head{margin:0;white-space:nowrap}.card-wrap-new .left-sec .bottom-sec .pr-list .project-label-tokens .project-tokens .token-wrap .credits .value{font-size:11px;font-weight:600;color:#fff}.card-wrap-new .left-sec .bottom-sec .pr-list .actions{position:absolute;right:5px;top:5px;transition:all .3s ease-in-out}.card-wrap-new .left-sec .bottom-sec .pr-list .actions i{display:none;font-size:14px;color:#e1e2e3}.card-wrap-new .left-sec .bottom-sec .pr-list .actions i.show{display:block}.card-wrap-new .left-sec .section-header{border-radius:10px 0 0;border-bottom:1px solid rgba(211,211,211,.7)}.card-wrap-new .left-sec .section-header h2{font-size:13px;color:#fff;letter-spacing:1px;text-transform:uppercase}.card-wrap-new .left-sec .section-header .client-dropdown{width:140px;height:28px}.card-wrap-new .right-sec{flex:1;display:flex;flex-direction:column;border:1px solid rgba(211,211,211,.7);border-left:none;border-radius:0 10px 10px 0;overflow:hidden}.card-wrap-new .right-sec .section-header{padding:18px 25px;width:100%;border-bottom:1px solid rgba(211,211,211,.7)}.card-wrap-new .right-sec .section-header h2{font-size:16px}.card-wrap-new .right-sec .section-header .project-cost-details{gap:10px;font-size:12px;line-height:16px;align-items:center}.card-wrap-new .right-sec .section-header .project-cost-details .ai-info{font-size:16px}.card-wrap-new .right-sec .section-header .project-cost-details .project-view-details{font-size:11px;text-decoration:underline}.card-wrap-new .right-sec .section-header .project-cost-details .divider{width:1px;height:16px;background-color:#c4c4c4}.card-wrap-new .right-sec .bottom-sec{display:flex;flex-direction:column;flex:1;overflow:auto}.card-wrap-new .right-sec .bottom-sec .dashboard-tabs{padding:0 25px;border-bottom:1px solid #eaeaea}.card-wrap-new .right-sec .bottom-sec .dashboard-tabs .ant-tabs-nav{margin-bottom:0}.card-wrap-new .right-sec .bottom-sec .dashboard-tabs .ant-tabs-tab{padding:12px 0;font-size:14px;font-weight:500}.card-wrap-new .right-sec .bottom-sec .dashboard-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--brandColor)}.card-wrap-new .right-sec .bottom-sec .dashboard-tabs .ant-tabs-ink-bar{background-color:var(--brandColor);height:2px}.card-wrap-new .right-sec .bottom-sec .bottom-header{display:flex;padding:20px 25px;align-items:center;justify-content:center;gap:20px;position:relative}.card-wrap-new .right-sec .bottom-sec .bottom-header .search{position:absolute;right:25px}.card-wrap-new .right-sec .bottom-sec .bottom-header .search.off-white{border-color:#eaeaea}.card-wrap-new .right-sec .bottom-sec .bottom-header ul.app-categories .list-item{display:inline-block;padding:0 15px;font-size:12px;line-height:16px;color:#515151;text-transform:uppercase;cursor:pointer;border-right:#e1e2e3 1px solid}.card-wrap-new .right-sec .bottom-sec .bottom-header ul.app-categories .list-item:first-child{padding-left:0}.card-wrap-new .right-sec .bottom-sec .bottom-header ul.app-categories .list-item:last-child{padding-right:0;border:none}.card-wrap-new .right-sec .bottom-sec .bottom-header ul.app-categories .list-item .app-category{padding:1px 5px;border-radius:2px;font-weight:500;border:1px solid transparent;background-color:transparent}.card-wrap-new .right-sec .bottom-sec .bottom-header ul.app-categories .list-item .app-category.workbench{border-color:#f6d786cc;background-color:#fefcf5}.card-wrap-new .right-sec .bottom-sec .bottom-header ul.app-categories .list-item .app-category.consumption{border-color:#a0ebb5cc;background-color:#f7fef9}.card-wrap-new .right-sec .bottom-sec .bottom-header ul.app-categories .list-item .app-category.tools{border-color:#90cbe599;background-color:#f7fcff}.card-wrap-new .right-sec .bottom-sec .bottom-header ul.app-categories .list-item.active{color:var(--brandColor)}.card-wrap-new .right-sec .bottom-sec .bottom-header ul.app-categories .list-item.active .app-category{border-color:transparent;background-color:transparent}.card-wrap-new .right-sec .bottom-sec .app-tiles{padding:25px;overflow:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:30px;flex:1}.card-wrap-new .right-sec .bottom-sec .app-tiles .tile{height:214px;width:214px;padding:20px;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background-color:#fff;text-decoration:none;color:inherit;transition:all .2s ease-in-out;box-shadow:0 32px 64px #0a0a0a1a,0 0 8px #0a0a0a1a;border-top:3px solid transparent}.card-wrap-new .right-sec .bottom-sec .app-tiles .tile:hover{transform:translateY(-5px);border-top-color:#e9f1f7}.card-wrap-new .right-sec .bottom-sec .app-tiles .tile.disable{opacity:.6;cursor:not-allowed}.card-wrap-new .right-sec .bottom-sec .app-tiles .tile.disable:hover{transform:none;box-shadow:none;border-top-color:transparent}.card-wrap-new .right-sec .bottom-sec .app-tiles .tile .icon-holder{width:60px;height:60px;display:flex;justify-content:center;align-items:center;margin-bottom:16px;border-radius:50%;background-color:#e9f1f7;padding:15px;transition:all .2s ease}.card-wrap-new .right-sec .bottom-sec .app-tiles .tile .icon-holder.consumption,.card-wrap-new .right-sec .bottom-sec .app-tiles .tile .icon-holder.tools,.card-wrap-new .right-sec .bottom-sec .app-tiles .tile .icon-holder.workbench{background-color:#e9f1f7}.card-wrap-new .right-sec .bottom-sec .app-tiles .tile .icon-holder svg{width:32px;height:32px}.card-wrap-new .right-sec .bottom-sec .app-tiles .tile:hover .icon-holder{transform:scale(1.05)}.card-wrap-new .right-sec .bottom-sec .app-tiles .tile .app-details{display:flex;flex-direction:column;align-items:center;text-align:center}.card-wrap-new .right-sec .bottom-sec .app-tiles .tile .app-details h3{font-size:16px;color:#3d445c;font-weight:500;margin-bottom:5px;margin-top:0}.card-wrap-new .right-sec .bottom-sec .app-tiles .tile .app-details p{color:#828181;margin:0;font-size:13px}.card-wrap-new .right-sec .bottom-sec .no-data{text-align:center;padding:40px 0;color:#a0a0a0;font-size:16px}.card-wrap-new .square-tiles-grid .square-tile .icon-container{display:flex;justify-content:center;align-items:center;height:60px;width:60px;margin-bottom:16px;background-color:#e9f1f7;border-radius:50%;padding:15px;transition:all .2s ease}.card-wrap-new .square-tiles-grid .square-tile .icon-container.web-search{background-color:#add8e64d}.card-wrap-new .square-tiles-grid .square-tile .icon-container.repository{background-color:#ffc86433}.card-wrap-new .square-tiles-grid .square-tile .icon-container.image{background-color:#90ee9033}.card-wrap-new .square-tiles-grid .square-tile .icon-container svg{width:32px;height:32px}
