@charset "UTF-8";ul.breadcrumbs{list-style-type:none;display:flex;align-items:center;gap:8px}ul.breadcrumbs .dropdown-modal{display:block}.breadcrumbs>li{display:flex;align-items:center;position:relative}.breadcrumbs>li.current{font-size:14px;font-weight:700}.breadcrumbs>li:after{content:"/";margin-left:8px}.breadcrumbs>li:last-child:after,.breadcrumbs>li:first-child:after{content:""}.bc-back-btn,.breadcrumbs>li>a,.dropdownButton{background:transparent;border:none;display:flex;align-items:center;gap:10px;color:#73738b;font-size:12px;font-weight:500;cursor:pointer;border-radius:4px}.bc-back-btn>span{text-decoration:underline;padding-right:5px}.breadcrumbs>li>a{padding:4px}.bc-back-btn:hover,.breadcrumbs>li>a:hover,.dropdownButton:hover,.dropdownButton:active{color:#606074}.bc-back-btn:disabled,.bc-back-btn[aria-disabled=true]{opacity:.4;cursor:not-allowed;pointer-events:none}.bc-back-btn>i{font-size:20px}.bc-dropdown{list-style-type:none}.bc-dropdown>li{padding:8px 16px;font-size:14px;line-height:20px;font-weight:500}.bc-dropdown>li:hover{color:#606074}.bc-dropdown>li>a{color:var(--text-01);text-decoration:none;display:block}.layout{height:100vh;display:flex;flex-direction:row}.layout .header{height:48px;background:#fff;display:flex;align-items:center;padding:0 16px;box-shadow:0 10px 15px #959da559;z-index:10}.layout .header__first-section{display:flex;align-items:center;gap:8px;flex:1}.layout .header__first-section .menu-button{background:none;border:none;cursor:pointer;display:none;align-items:center;border-radius:4px;transition:all .2s ease-in-out}@media(max-width:768px){.layout .header__first-section .menu-button{display:flex}}.layout .header__first-section .menu-button:hover{background-color:var(--hover-01)}.layout .header__first-section .menu-button:active{box-shadow:inset 0 2px 5px #0000004d,inset 0 -2px 5px #ffffff4d}.layout .header__first-section .tpps-logo{width:177px;height:32px}.layout .header__second-section{display:flex;align-items:center;gap:12px}.layout .header__second-section .user-section{position:relative}.layout .header__second-section .user-section .profile-button{background:none;border:none;cursor:pointer}.layout .header__second-section .user-section .profile-menu{position:absolute;right:0;top:calc(100% + 4px);background:#fff;border-radius:4px;max-width:240px;box-shadow:0 2px 6px #0003;z-index:50}.layout .header__second-section .user-section .profile-menu ul{list-style:none;margin:0;padding:8px 0;color:#2e2e2e}.layout .header__second-section .user-section .profile-menu ul li{padding:8px 16px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layout .header__second-section .user-section .profile-menu ul li.log-out-option{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.layout .header__second-section .user-section .profile-menu ul li.log-out-option:hover{background-color:var(--hover-01)}.layout .header__second-section .user-section .profile-menu ul li.log-out-option .log-out-icon{font-size:18px;color:red}.layout .overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.layout .overlay.visible{display:block}.layout .main{margin-left:72px;flex:1;display:flex;flex-direction:column;height:100vh;background-color:#ebecf2;overflow:hidden}@media(max-width:768px){.layout .main{margin-left:0}}.layout .main .main-content{flex:1;overflow-y:auto;padding:8px 16px}.content-pages{background-color:var(--background-01);padding:16px;border-radius:16px;width:100%;max-width:100%;height:calc(100% - 33px);box-sizing:border-box;overflow:auto;isolation:isolate;-webkit-mask-image:radial-gradient(circle,white 100%,black 100%);mask-image:radial-gradient(circle,#fff 100%,#000)}.content-pages.preview-open{isolation:auto;-webkit-mask-image:none;mask-image:none;overflow:visible}.content-pages.no-scroll{overflow:hidden}.content-pages .content-title-button{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px}.content-pages .content-title-button .title{font-weight:700;font-size:20px!important;line-height:1.2;letter-spacing:0;word-break:break-word}.user-profile{display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;position:relative;-webkit-user-select:none;user-select:none;padding:10px}.user-profile__initials{line-height:1}.user-profile__status{width:12px;height:12px;border:1px solid white;border-radius:50%;position:absolute;bottom:0;right:0}.user-profile__tooltip-text{font-size:10px}.user-profile img{width:100%;height:100%;border-radius:50%}.user-profile--sm{width:32px;height:32px}.user-profile--sm__initials{font-size:12px}.user-profile--sm__status{width:8px;height:8px}.user-profile--md{width:40px;height:40px}.user-profile--md__initials{font-size:14px}.user-profile--md__status{width:10px;height:10px}.user-profile--lg{width:50px;height:50px}.user-profile--lg__initials{font-size:16px}.user-profile--lg__status{width:12px;height:12px}@keyframes loadingPulse{0%{box-shadow:0 0 #fff}to{box-shadow:0 0 0 6px #ffffff4d}}@keyframes loadingPulseDark{0%{box-shadow:0 0 #2c2c2e}to{box-shadow:0 0 0 6px #2c2c2e40}}.tp-button--small{height:32px!important}.tp-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:40px;padding:0 16px;font-size:14px;font-weight:700;border-radius:100px;border:none;cursor:pointer;-webkit-user-select:none;user-select:none;text-decoration:none;transition:all .2s ease-in-out;background-color:#2c2c2e;color:#fff}.tp-button:disabled{cursor:auto;background-color:#e4e4e5;border:1px solid #e4e4e5;color:#b0b1b4}.tp-button:disabled:active{background-color:#e4e4e5;border:1px solid #e4e4e5;color:#b0b1b4;box-shadow:none}.tp-button:focus-visible{outline:2px solid #0087ff;outline-offset:3px}.tp-button:active:not(:disabled),.tp-button:hover:not(:disabled){box-shadow:0 4px 8px #0003}.tp-button__icon{display:inline-flex;align-items:center;justify-content:center}.tp-button__text{display:inline-flex;align-items:center}.tp-button--primary{background-color:#2c2c2e;color:#fff;border:1px solid #2c2c2e}.tp-button--primary:hover:not(:disabled){background-color:#515255;border:1px solid #515255}.tp-button--primary:active:not(:disabled){background-color:#1c1c1e;border:1px solid #1c1c1e}.tp-button--primaryAccent{background-color:#8051ff;color:#fff;border:1px solid #8051ff}.tp-button--primaryAccent:hover:not(:disabled){background-color:#4c0caf;border:1px solid #4c0caf}.tp-button--primaryAccent:active:not(:disabled){background-color:#24005c;border:1px solid #24005c}.tp-button--secondary{background-color:#fff;color:#2c2c2e;border:1px solid #2c2c2e}.tp-button--secondary.tp-button--loading .tp-button__loader{background-color:#2c2c2e;animation-name:loadingPulseDark}.tp-button--secondary:hover:not(:disabled){background-color:#f2f2f3;border:1px solid #515255}.tp-button--secondary:active:not(:disabled){background-color:#e4e4e5;border:1px solid #2c2c2e}.tp-button--secondary:disabled{border:1px solid #b0b1b4}.tp-button--secondary:disabled:active{border:1px solid #b0b1b4}.tp-button--tertiary{background-color:transparent;color:#2c2c2e;border:1px solid transparent;padding:0}.tp-button--tertiary.tp-button--loading .tp-button__loader{background-color:#2c2c2e;animation-name:loadingPulseDark}.tp-button--tertiary:hover:not(:disabled){text-decoration:underline;box-shadow:none;color:#8051ff}.tp-button--tertiary:active:not(:disabled){box-shadow:none;text-decoration:underline;color:#2c2c2e}.tp-button--tertiary:disabled{background-color:transparent;border:1px solid transparent}.tp-button--login{background-color:#3d3e5a;color:#fff;border:1px solid #3d3e5a}.tp-button--login:hover:not(:disabled){background-color:#2f2f47;border:1px solid #2f2f47}.tp-button--login:active:not(:disabled){background-color:#222237;border:1px solid #222237}.tp-button--icon-right{flex-direction:row}.tp-button--icon-left{flex-direction:row-reverse}.tp-button--loading{position:relative;pointer-events:none}.tp-button--loading:hover:not(:disabled),.tp-button--loading:active:not(:disabled){box-shadow:none}.tp-button__loader{display:inline-flex;align-items:center;justify-content:center;width:8px;height:8px;border-radius:50%;animation:loadingPulse 1.2s infinite;background-color:#f7f7f7}.tp-button--icon-right .tp-button__loader{order:999}.tp-button--icon-left .tp-button__loader{order:-1}.alert-box{display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:8px;border:none;width:100%;box-sizing:border-box}.alert-box__header{display:flex;align-items:center;gap:8px}.alert-box__icon-wrapper{flex-shrink:0;display:flex;align-items:center}.alert-box__icon{font-size:24px}.alert-box__title{font-size:18px!important;font-weight:700;line-height:1.5;word-break:break-word}.alert-box__message{font-size:16px!important;font-weight:400;line-height:1.5;word-break:break-word}.alert-box--warning{background:#fff7da;color:#856404}.alert-box--warning .alert-box__icon{color:#ffc107}.alert-box--warning .alert-box__title,.alert-box--warning .alert-box__message{color:#856404}.alert-box--error{background:#ffd7d7;color:#c70000}.alert-box--error .alert-box__icon{color:#f44336}.alert-box--error .alert-box__title,.alert-box--error .alert-box__message{color:#c70000}.alert-box--info{background:#e3f2fd;color:#0d47a1}.alert-box--info .alert-box__icon{color:#2196f3}.alert-box--info .alert-box__title,.alert-box--info .alert-box__message{color:#0d47a1}.credit-usage-card{display:flex;flex-direction:column;justify-content:center;padding:0 8px;background:#fff;border:1px solid #dedae4;border-radius:8px;width:100%;box-sizing:border-box;min-height:40px}.credit-usage-card__content{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.credit-usage-card__header{display:flex;align-items:center;gap:8px;flex:0 0 auto;min-width:0}.credit-usage-card__calendar-icon{font-size:24px;color:#7c4dff}.credit-usage-card__title{font-size:14px;font-weight:700;color:#2e2e2e;white-space:nowrap;flex-shrink:0}.credit-usage-card__amount{font-size:14px!important;font-weight:600;color:#2e2e2e;flex:0 0 auto;flex-shrink:0;padding:3.5px 10px!important;border:1px solid #dedae4;border-radius:8px;white-space:nowrap}.credit-usage-card__updated-by{display:flex;align-items:center;gap:8px;margin-left:auto;flex:0 0 auto}.credit-usage-card__date{font-size:14px!important;font-weight:400;color:#73738b;white-space:nowrap;flex:0 0 auto;flex-shrink:0;margin-left:auto}.suggestion-box{display:flex;flex-direction:column;gap:16px;padding:16px;background:transparent;border:1px solid #dedae4;border-radius:8px;width:100%;box-sizing:border-box}.suggestion-box__header{display:flex;align-items:center;gap:8px}.suggestion-box__icon-wrapper{flex-shrink:0;display:flex;align-items:center}.suggestion-box__icon{font-size:20px;color:#2196f3}.suggestion-box__title{font-size:18px!important;font-weight:700;line-height:1.5;color:#2e2e2e;word-break:break-word}.suggestion-box__message{font-size:16px!important;font-weight:400;line-height:1.5;color:#2e2e2e;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none}.modal{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1001;background:#2e2e2ecc;overflow:hidden;display:none;align-items:center;justify-content:center}.modal.is-open{display:flex}.modal.modal-sm .modal-content{width:464px}.modal.modal-md .modal-content{width:900px}.modal.modal-lg .modal-content{width:1150px}.modal.modal-alert{text-align:center}.modal.modal-alert .modal-title,.modal.modal-alert .modal-body,.modal.modal-alert .modal-footer{justify-content:center;gap:16px;padding-left:100px;padding-right:100px}.modal.modal-alert .modal-footer{text-align:center}.modal.modal-alert .modal-title.warning>i{font-size:48px;color:var(--orange-secondary-01)}.modal-content{width:600px;box-sizing:border-box;display:flex;background-color:var(--background-01);border-radius:5px;border:1px solid var(--stroke-01);max-height:95vh;flex-direction:column;gap:24px}.modal-title{padding:32px 32px 0;font-size:20px;font-weight:700;line-height:32px;display:flex;gap:24px;justify-content:space-between;align-items:baseline}.modal-body{flex:1;overflow:auto;padding:0 32px;font-size:14px;font-weight:500;display:flex;flex-direction:column;gap:24px}.modal-footer{padding:0 32px 32px;text-align:right;display:flex;align-items:end;justify-content:space-between}.modal-footer>.main-actions{display:flex;gap:16px;justify-content:end;width:-webkit-fill-available;width:-moz-available}.modal-footer>.additional-actions{display:flex;gap:16px;justify-content:start;width:-webkit-fill-available;width:-moz-available}nav.tabs{display:flex;border-bottom:1px solid var(--stroke-01);height:32px}.tab-item,button.tab-item{padding:6px 8px;font-weight:500;line-height:20px;background:transparent;border:none;outline:none;font-size:14px;cursor:pointer;position:relative}.tab-item:hover:after,button.tab-item:hover:after,.tab-item.active:after,button.tab-item.active:after{content:"";display:block;width:100%;border-bottom:2px solid #8051ff;position:absolute;left:0;bottom:-1px}.tab-item:focus-visible,button.tab-item:focus-visible{outline:2px solid #0087ff;outline-offset:3px;border-radius:4px}.tab-item.active,button.tab-item.active{color:#2c2c2e;font-weight:700}.tab-item.disabled,button.tab-item.disabled{color:#9e9e9e;cursor:not-allowed}.tab-item.disabled.active,button.tab-item.disabled.active{color:#9e9e9e;font-weight:500}.tab-item.disabled:hover:after,button.tab-item.disabled:hover:after,.tab-item.disabled.active:after,button.tab-item.disabled.active:after{content:none;border-bottom:none}.tab-item .badge{background:#e8deff;padding:2px 4px;font-size:12px;line-height:15px;border-radius:4px}.tab-item.tab-badge{display:flex;gap:8px}:root{--form-gap: 24px}.create-client-content h2{font-weight:700;font-size:20px;margin-bottom:var(--form-gap);color:var(--text-01)}.create-client-content .form-section{margin-bottom:10px}.create-client-content .form-section .two-columns{display:grid;grid-template-columns:1fr 1fr;gap:var(--form-gap)}@media(max-width:768px){.create-client-content .form-section .two-columns{grid-template-columns:1fr}}.create-client-content .form-buttons{display:flex;justify-content:flex-end;gap:16px;margin-top:var(--form-gap)}.date-picker{position:absolute;top:100%;left:0;right:0;height:276px;border-radius:4px;padding:16px;background:#fff;border:1px solid #3d3e5a;box-shadow:0 4px 10px #00000026;display:flex;flex-direction:column;gap:12px;z-index:9999;margin-top:8px;box-sizing:border-box}.date-picker .date-picker-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:16px;color:var(--text-01)}.date-picker .date-picker-header .arrow-icon{cursor:pointer;color:#5d5d5d;font-size:16px}.date-picker .date-picker-header .month-year{font-weight:700}.date-picker .date-picker-header .month-year-display{display:flex;align-items:center;cursor:pointer;gap:4px;font-size:16px;font-weight:700;color:var(--text-01)}.date-picker .date-picker-header .month-year-display button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.date-picker .date-picker-header .month-year-display button+button{margin-left:4px}.date-picker .date-picker-header .month-year-display button.active{text-decoration:underline}.date-picker .date-picker-header .month-year-display .dropdown-icon{font-size:20px;color:#5d5d5d}.date-picker .month-year-picker{display:flex;flex-direction:column;gap:12px;flex-grow:1;overflow-y:auto}.date-picker .month-year-picker .months-grid,.date-picker .month-year-picker .years-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;text-align:center}.date-picker .month-year-picker .months-grid .month-item,.date-picker .month-year-picker .months-grid .year-item,.date-picker .month-year-picker .years-grid .month-item,.date-picker .month-year-picker .years-grid .year-item{padding:12px 0;cursor:pointer;border-radius:4px;font-weight:400;color:var(--text-01)}.date-picker .month-year-picker .months-grid .month-item.selected,.date-picker .month-year-picker .months-grid .year-item.selected,.date-picker .month-year-picker .years-grid .month-item.selected,.date-picker .month-year-picker .years-grid .year-item.selected{background-color:#3d3e5a;color:#fff;font-weight:700;border-radius:8px}.date-picker .month-year-picker .months-grid .month-item.month-item-current-row,.date-picker .month-year-picker .months-grid .year-item.month-item-current-row,.date-picker .month-year-picker .years-grid .month-item.month-item-current-row,.date-picker .month-year-picker .years-grid .year-item.month-item-current-row{color:#2e2e2e}.date-picker .month-year-picker .months-grid .month-item.month-item-other-row,.date-picker .month-year-picker .months-grid .year-item.month-item-other-row,.date-picker .month-year-picker .years-grid .month-item.month-item-other-row,.date-picker .month-year-picker .years-grid .year-item.month-item-other-row{color:#989898}.date-picker .month-year-picker .months-grid .month-item:hover,.date-picker .month-year-picker .months-grid .year-item:hover,.date-picker .month-year-picker .years-grid .month-item:hover,.date-picker .month-year-picker .years-grid .year-item:hover{background-color:#f0f0f0}.date-picker .date-picker-days-of-week,.date-picker .date-picker-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.date-picker .date-picker-days-of-week div{font-weight:500;color:var(--text-02)}.date-picker .date-picker-grid{flex-grow:1;grid-template-rows:repeat(6,1fr)}.date-picker .date-picker-grid .date-picker-day{padding:4px 0;cursor:pointer;border-radius:4px;font-weight:400;color:var(--text-01);display:flex;justify-content:center;align-items:center;font-size:14px;line-height:1;transition:all .2s ease-in-out;position:relative}.date-picker .date-picker-grid .date-picker-day.empty{visibility:hidden}.date-picker .date-picker-grid .date-picker-day.other-month{color:#989898}.date-picker .date-picker-grid .date-picker-day.selected{background-color:#3d3e5a;color:#fff;font-weight:700;transform:scale(1.1);box-shadow:0 2px 8px #7800964d}.date-picker .date-picker-grid .date-picker-day.today{color:#c30091;font-weight:700}.date-picker .date-picker-grid .date-picker-day.today.selected{background-color:#3d3e5a;color:#fff;font-weight:700;box-shadow:0 2px 8px #7800964d}.date-picker .date-picker-grid .date-picker-day:not(.empty):hover{background-color:#f0f0f0;transform:scale(1.05)}.date-picker .date-picker-grid .date-picker-day.today:not(.empty):hover{background-color:#f0f0f0;color:#c30091}.date-picker .date-picker-grid .date-picker-day.selecting{animation:pulse .6s ease-in-out;background-color:#3d3e5a!important;color:#fff!important;font-weight:700!important;box-shadow:0 2px 8px #7800964d!important}@keyframes pulse{0%{transform:scale(1);background-color:#3d3e5a;color:#fff}50%{transform:scale(1.2);background-color:#3d3e5a;color:#fff}to{transform:scale(1.1);background-color:#3d3e5a;color:#fff}}.form-field input::placeholder{color:#989898!important;opacity:1}.MuiAutocomplete-popper .MuiPaper-root{border:1px solid #3d3e5a!important;box-shadow:none}.search-input-container{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border:1px solid #bfbfbf;border-radius:6px;padding:0 16px;transition:border-color .2s ease}.search-input-container input{border:none;outline:none;font-size:14px;flex:1;background:transparent}.search-input-container .icon{font-size:20px;color:#656565;cursor:default;display:flex;align-items:center}.search-input-container .clear-icon{cursor:pointer;border-radius:3px}.search-input-container .clear-icon:hover{background-color:#dcdfe4}.search-input-container.focused{border-color:#8051ff}.search-input-container.focused .search-icon{color:#8051ff}#system-alert-modal .modal-content{width:430px!important;border-radius:5px!important;padding:24px!important;gap:24px!important;box-shadow:4px 4px 22px #00000040!important}#system-alert-modal .modal-title{padding:0!important;font-size:18px!important;line-height:24px!important}#system-alert-modal .modal-body{padding:0!important;gap:0!important}#system-alert-modal .modal-footer{padding:0!important}.project-credits-panel{display:flex;flex-direction:column;gap:16px;width:100%;box-sizing:border-box}@media(max-width:768px){.project-credits-panel{gap:14px}}@media(max-width:480px){.project-credits-panel{gap:12px}}@keyframes skeleton-pulse{0%{opacity:1;background-color:#f0f0f0}50%{opacity:.6;background-color:#e8e8e8}to{opacity:1;background-color:#f0f0f0}}.project-info-card{background:#fff;border:1px solid #dedae4;border-radius:8px;width:100%;display:flex;flex-direction:column;overflow:hidden;margin-bottom:24px}.project-info-card .client-status-badge{display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;height:24px!important;padding:0 10px!important;border-radius:4px!important;overflow:hidden!important;font-size:14px!important;font-weight:400!important;line-height:24px!important;letter-spacing:.3px!important;white-space:nowrap!important;width:auto!important;background:#b7fac4!important;color:#027650!important}.project-info-card .client-status-badge.inactive{background:#ddd!important;color:#555!important}.project-info-card .user-badge{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:28px;padding:2px 8px;border-radius:4px;overflow:hidden;gap:8px;background:#ebecf3;margin-left:0}.project-info-card__header{height:60px;padding:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dedae4}.project-info-card__header-left{display:flex;align-items:center;gap:16px;height:100%}.project-info-card__status-group,.project-info-card__created-by-group{display:flex;align-items:center;gap:8px}.project-info-card__label{font-size:14px;font-weight:700;color:#2e2e2e;letter-spacing:.3px;white-space:nowrap}.project-info-card__manager-name{font-size:12px;font-weight:400;color:#2e2e2e;line-height:16px;letter-spacing:.3px;white-space:nowrap}.project-info-section__header{display:flex;align-items:center;gap:8px;padding:8px;border-top:1px solid #dedae4;border-bottom:1px solid #dedae4;background:#fff}.project-info-section__title{font-size:16px!important;font-weight:700!important;color:#2e2e2e!important;line-height:1.2!important;letter-spacing:.3px!important;white-space:nowrap!important}.project-info-config-grid{display:flex;flex-direction:column;gap:16px;padding:16px 8px}.project-info-config-row{display:flex;flex-direction:row;align-items:center;gap:6px}.project-info-config-row__label{font-size:14px;font-weight:700;color:#2e2e2e;line-height:normal;white-space:nowrap}.project-info-config-row__value{font-size:14px;font-weight:400;color:#2e2e2e;line-height:normal}.project-info-languages{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:16px 8px}.project-info-language-tag{display:inline-flex;align-items:center;height:24px;border:1px solid #dedae4;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:400;color:#2e2e2e;letter-spacing:.3px;line-height:1.2;white-space:nowrap}.project-info-description{display:flex;align-items:center;padding:16px 8px}.project-info-token{background:#fff;border:1px solid #dedae4;border-radius:8px;width:100%;display:flex;flex-direction:column;overflow:hidden;margin-bottom:24px}.dt__no-data,.dt__container{display:flex;flex-direction:column;gap:1.5rem;width:100%}.dt__no-data{justify-content:center;align-items:center;margin:0;min-height:60vh;padding:2rem;flex:1}.dt__no-data .not-found-svg{width:20rem;margin-bottom:1.5rem}.dt__no-data p{color:#2e2e2e;font-size:16px;font-weight:500;text-align:center;margin:0}.dt__table-container{display:flex;width:100%;flex-direction:column;gap:1.5rem}.dt__table-container--compact{align-items:flex-start}.dt__table-wrapper{overflow:auto;max-height:500px;position:relative;scroll-behavior:smooth}.dt__table-wrapper table,.dt__table-wrapper thead{background:#fff}.dt__table-wrapper table{border-collapse:collapse;width:100%}.dt__table-wrapper.dt__table-wrapper--compact{width:100%;max-width:100%}.dt__table-wrapper.dt__table-wrapper--compact .dt__table{width:100%;table-layout:auto}.dt__table-wrapper thead{position:sticky;top:0;z-index:2;transition:all .2s ease-in-out}.dt__table-wrapper thead th{height:40px;padding:0 16px;font-weight:700;font-size:14px;line-height:1.4;color:#2e2e2e;border-bottom:1px solid #e0e0e0;background:inherit;text-align:start;vertical-align:middle}.dt__table-wrapper thead.scrolled{border-bottom:1px solid #e0e0e0;box-shadow:0 2px 6px #00000014}.dt__table-wrapper thead.scrolled th{height:40px;border-bottom:none}.dt__table-wrapper tbody tr{height:40px}.dt__table-wrapper tbody tr:nth-child(odd){background:#f7f7f7}.dt__table-wrapper tbody tr:nth-child(2n){background:#fff}.dt__table-wrapper tbody tr:nth-child(odd),.dt__table-wrapper tbody tr:nth-child(2n){transition:all .2s ease-in-out}.dt__table-wrapper tbody tr:nth-child(odd):hover,.dt__table-wrapper tbody tr:nth-child(2n):hover{background:#eef2ff}.dt__table-wrapper tbody td{height:40px;padding:0 16px;font-size:14px;font-weight:500;line-height:1.4;color:#2e2e2e;vertical-align:middle;text-align:left}.dt__table--compact thead th,.dt__table--compact tbody td{white-space:nowrap;width:1%}.dt__table--compact tbody td:last-child,.dt__table--compact thead th:last-child{width:auto}.dt__th-content{display:inline-flex;align-items:center;gap:4px}.dt__th-content--sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.dt__th-content--sortable .dt__sort-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:4px}.dt__th-content--sortable .dt__sort-icon{width:18px;height:18px;opacity:0;transform:translateY(0);transition:opacity .15s ease-in-out,transform .15s ease-in-out;pointer-events:none}.dt__th-content--sortable:hover .dt__sort-icon,.dt__th-content--sortable.sorted .dt__sort-icon{opacity:1;transform:translateY(0)}.dt__th-content--clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.dt__th--select,.dt__td--select{width:48px;text-align:center}.dt__th--select button,.dt__th--select input[type=checkbox],.dt__td--select button,.dt__td--select input[type=checkbox]{cursor:pointer;background:none;border:none;outline:none;display:flex}.dt__th--actions,.dt__td--actions{width:48px;text-align:center;position:relative}.dt__th--actions button,.dt__td--actions button{cursor:pointer;background:none;border:none}.dt__loading,.dt__empty{padding:16px;text-align:center;font-size:14px;color:#777}.dt__menu{position:absolute;background:#fff;border:1px solid var(--primary-color);border-radius:.25rem;box-shadow:0 10px 15px #959da559;list-style:none;z-index:10;opacity:0;transform:scale(.95);transition:opacity .2s ease,transform .2s ease}.dt__menu--open{opacity:1;transform:scale(1)}.dt__menu li button{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;padding:0 12px;border-radius:.25rem;gap:1em;font-size:14px;font-weight:500;color:#2e2e2e;background:none;border:none;transition:all .2s ease-in-out;cursor:pointer}.dt__menu li button:hover{background:#eef2ff}.dt__cards-wrapper{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:16px}.dt__card{width:320px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;transition:box-shadow .2s ease}.dt__card:hover{box-shadow:0 4px 8px #0000001a}.dt__card-field{margin-bottom:8px;font-size:14px;line-height:1.4}.dt__card-field strong{color:#333;margin-right:4px}.dt__card .MuiCheckbox-root{align-self:flex-start;margin-bottom:12px}.dt__card .dt__minor-actions-popover{margin-top:auto;align-self:flex-end}.dt__menu-icon{display:flex;color:#2e2e2e}.dt__pager{display:flex;justify-content:space-between;width:100%;gap:1em;flex-wrap:wrap}.dt__pager p,.dt__pager .select-page>select{margin:0;font-size:14px;font-weight:500;color:#656a71}.dt__pager .pager-content,.dt__pager .select-page{display:flex;align-items:center;gap:1.5em;flex-wrap:wrap}.dt__pager .pager-content{width:100%;justify-content:space-between;align-items:flex-end}.dt__pager .select-page{gap:.5em}.dt__pager .rows-selected{color:#656a71;font-weight:400;font-size:12px}.dt__pager .select-page>select{border:1px solid #dddddd;border-radius:4px;padding:.2em .6em;outline-color:var(--primary-color)}.pager{display:flex;align-items:center;gap:.5rem}.button,.ellipsis{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.button{border:1px solid transparent;border-radius:.25rem;background-color:transparent;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s}.button:hover:not(:disabled){background-color:#dfdfdf}.button .arrow{color:#656a71}.contained{background-color:#e8deff;color:var(--primary-color);border-color:#e8deff}.contained:hover:not(:disabled){background-color:#dfd2fd;color:var(--primary-color-hover);border-color:#dfd2fd}.outlined{background-color:transparent;color:#656a71;border-color:transparent}.outlined:hover:not(:disabled){background-color:#dfdfdf;color:#656a71;border-color:transparent}.button:disabled{opacity:.5;cursor:auto}.ellipsis{color:#656a71}.dt__with-filter{display:flex;flex-direction:row;width:100%;align-items:flex-start}.dt__with-filter .dt__filter-panel{width:280px;flex-shrink:0}.dt__with-filter .dt__table-content{flex:1;display:flex;flex-direction:column;gap:1.5rem}.dt__header-wrapper{display:flex;flex-direction:column;gap:0;margin-bottom:16px}.dt__header-banner{width:100%;margin-top:12px}.dt__header-options{display:flex;align-items:center;justify-content:space-between;width:100%}.dt__header-search,.dt__header-right{display:flex;align-items:center;gap:12px}.dt__inline-filter{display:flex;align-items:center;gap:8px;padding:0;margin:0;flex-wrap:nowrap}.dt__filter-button{padding:6px 16px;font-size:14px;font-weight:400;border:1px solid transparent;border-radius:4px;background-color:#ebecf3;color:#5f6368;cursor:pointer;transition:all .2s ease;white-space:nowrap;outline:none;height:32px;display:flex;align-items:center}.dt__filter-button:hover{background-color:#f5f5f5;color:#202124}.dt__filter-button:active{background-color:#e8e8e8}.dt__filter-button:focus-visible{outline:2px solid var(--primary-color, #1976d2);outline-offset:2px}.dt__filter-button--active{background-color:#e8d5ff;color:#3d3e5a;font-weight:500;border-color:#d1b3ff}.dt__filter-button--active:hover{background-color:#dcc4ff;color:#3d3e5a}.dt__filter-button--active:active{background-color:#d1b3ff}.dt__header-options--icons-container{display:flex;align-items:center;justify-content:center;gap:1rem}.dt__header-options--icons-container .icon{width:1.5rem;height:1.5rem;cursor:pointer;transition:all .2s ease-in-out}.dt__header-options--icons-container .icon .MuiSvgIcon-root{color:#2e2e2e}.dt__header-options--icons-container .icon:hover{opacity:.8}.dt__header-options--icons-container .icon.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media(max-width:1024px){.dt__header-options{flex-wrap:wrap;gap:12px}.dt__header-right{width:100%;justify-content:space-between}.dt__inline-filter{flex-wrap:wrap}}._pageInput_lfm9p_1::-webkit-outer-spin-button,._pageInput_lfm9p_1::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._pageInput_lfm9p_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._docxPreview_lfm9p_10{padding:30px;width:100%;min-height:100%;overflow:auto;box-sizing:border-box;background-color:#fff}._excelTable_lfm9p_19{border-collapse:collapse!important;width:auto!important;margin:0!important;background:#fff!important;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important;table-layout:fixed!important}._excelTable_lfm9p_19 td,._excelTable_lfm9p_19 th{border:1px solid #d0d0d0!important;padding:6px 10px!important;text-align:left!important;font-size:13px!important;white-space:nowrap!important;min-width:60px!important;width:100px!important;min-height:25px!important;height:25px!important;background:#fff!important;vertical-align:middle!important;box-sizing:border-box!important}._excelTable_lfm9p_19 td:empty,._excelTable_lfm9p_19 th:empty{min-width:60px!important;min-height:25px!important}._excelTable_lfm9p_19 tr:first-child td,._excelTable_lfm9p_19 tr:first-child th{background-color:#f0f0f0!important;font-weight:600!important;color:#333!important}._excelTable_lfm9p_19 tr:hover td{background-color:#f8f9fa!important}._pdfContent_lfm9p_57{width:100%;height:100%;overflow:auto;display:flex;justify-content:center;align-items:flex-start;padding:20px;box-sizing:border-box}._imageContainer_lfm9p_68{width:100%;height:100%;overflow:hidden;position:relative;cursor:grab;display:flex;align-items:center;justify-content:center}._imageContainer_lfm9p_68._panning_lfm9p_78{cursor:grabbing}._imageElement_lfm9p_82{transform-origin:center;transition:transform .2s ease;width:auto;height:auto;-webkit-user-select:none;user-select:none;pointer-events:none;box-shadow:0 8px 24px #00000026;background-color:#fff;border-radius:2px;max-width:800px;max-height:80vh}._imageElement_lfm9p_82._panning_lfm9p_78{transition:none}._imageElement_lfm9p_82._fullScreen_lfm9p_98{max-width:100vw;max-height:100vh;box-shadow:none;border-radius:0}._imageLoading_lfm9p_105{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ccc}._pptxContent_lfm9p_113{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}._pptxIframe_lfm9p_121{width:100%;height:100%;flex:1;border:none}._excelContent_lfm9p_128{width:100%;height:100%;overflow:auto;padding:20px;box-sizing:border-box;background-color:#fff}._controls_lfm9p_137{display:flex;align-items:center;justify-content:space-between;gap:8px;background-color:#2e2e2e;color:#fff;padding:6px 12px;border-radius:6px;font-size:13px;width:auto;opacity:.9;box-sizing:border-box;position:fixed;bottom:20px;left:50%;transform:translate(-50%) scale(.7);z-index:1201}._documentPreviewOverlay_lfm9p_157 .modal-body{padding:0;overflow:hidden;gap:0;position:relative}._documentPreviewOverlay_lfm9p_157 .modal-content{gap:0}._documentPreviewOverlay_lfm9p_157 .modal-title{padding:16px 24px;font-size:16px}._pageControls_lfm9p_171{display:flex;align-items:center;gap:4px;flex-shrink:0;white-space:nowrap;width:110px;justify-content:flex-start}._controlText_lfm9p_181{font-size:14px!important;font-weight:500!important;line-height:1!important;color:#fafafa!important;margin:0!important}._pageInputField_lfm9p_189{background-color:#fff;color:#000;width:28px;height:28px;min-height:28px;max-height:28px;border-radius:4px;border:1px solid transparent;padding:0;text-align:center;font-size:14px;font-weight:500;line-height:1;box-sizing:border-box;outline:none;-moz-appearance:textfield;-webkit-appearance:none;appearance:none}._divider_lfm9p_210{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:20px;height:0;border-top:1px solid #bfbfbf;z-index:1}._zoomControls_lfm9p_221{display:flex;align-items:center;gap:4px;flex-shrink:0}._pageInput_1q275_1::-webkit-outer-spin-button,._pageInput_1q275_1::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._pageInput_1q275_1[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}._documentPreviewModal_1q275_10 .modal{top:48px;height:calc(100vh - 48px)}._documentPreviewModal_1q275_10 .modal-body{padding:0;overflow:hidden;gap:0;position:relative}._documentPreviewModal_1q275_10 .modal-content{gap:0}._documentPreviewModal_1q275_10 .modal-title{padding:16px 24px;font-size:16px}._docxPreview_1q275_28{padding:30px;width:100%;min-height:100%;overflow:auto;box-sizing:border-box;background-color:#fff}._excelTable_1q275_37{border-collapse:collapse!important;width:auto!important;margin:0!important;background:#fff!important;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important;table-layout:fixed!important}._excelTable_1q275_37 td,._excelTable_1q275_37 th{border:1px solid #d0d0d0!important;padding:6px 10px!important;text-align:left!important;font-size:13px!important;white-space:nowrap!important;min-width:60px!important;width:100px!important;min-height:25px!important;height:25px!important;background:#fff!important;vertical-align:middle!important;box-sizing:border-box!important}._excelTable_1q275_37 td:empty,._excelTable_1q275_37 th:empty{min-width:60px!important;min-height:25px!important}._excelTable_1q275_37 tr:first-child td,._excelTable_1q275_37 tr:first-child th{background-color:#f0f0f0!important;font-weight:600!important;color:#333!important}._excelTable_1q275_37 tr:hover td{background-color:#f8f9fa!important}._pdfContent_1q275_75{width:100%;height:100%;overflow:auto;display:flex;justify-content:center;align-items:flex-start;padding:20px;box-sizing:border-box}._imageContainer_1q275_86{width:100%;height:100%;overflow:hidden;position:relative;cursor:grab;display:flex;align-items:center;justify-content:center}._imageContainer_1q275_86._panning_1q275_96{cursor:grabbing}._imageElement_1q275_100{transform-origin:center;transition:transform .2s ease;width:auto;height:auto;-webkit-user-select:none;user-select:none;pointer-events:none;box-shadow:0 8px 24px #00000026;background-color:#fff;border-radius:2px;max-width:800px;max-height:80vh}._imageElement_1q275_100._panning_1q275_96{transition:none}._imageElement_1q275_100._fullScreen_1q275_116{max-width:100vw;max-height:100vh;box-shadow:none;border-radius:0}._imageLoading_1q275_123{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ccc}._pptxContent_1q275_131{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}._pptxIframe_1q275_139{width:100%;height:100%;flex:1;border:none}._excelContent_1q275_146{width:100%;height:100%;overflow-x:auto;overflow-y:auto;padding:20px;box-sizing:border-box;background-color:#fff}._controls_1q275_156{display:flex;align-items:center;justify-content:space-between;gap:8px;background-color:#2e2e2e;color:#fff;padding:6px 12px;border-radius:6px;font-size:13px;width:auto;opacity:.9;box-sizing:border-box;position:fixed;bottom:20px;left:50%;transform:translate(-50%) scale(.7);z-index:1201}._pageControls_1q275_176{display:flex;align-items:center;gap:4px;flex-shrink:0;white-space:nowrap;width:110px;justify-content:flex-start}._controlText_1q275_186{font-size:14px!important;font-weight:500!important;line-height:1!important;color:#fafafa!important;margin:0!important}._pageInputField_1q275_194{background-color:#fff;color:#000;width:28px;height:28px;min-height:28px;max-height:28px;border-radius:4px;border:1px solid transparent;padding:0;text-align:center;font-size:14px;font-weight:500;line-height:1;box-sizing:border-box;outline:none;-moz-appearance:textfield;-webkit-appearance:none;appearance:none}._divider_1q275_215{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:20px;height:0;border-top:1px solid #bfbfbf;z-index:1}._zoomControls_1q275_226{display:flex;align-items:center;gap:4px;flex-shrink:0}._downloadLink_1q275_233{font-weight:700;cursor:pointer;text-decoration:underline;color:#5f5f5f}._excelPreviewOuter_1q275_240{width:100%;height:100%;overflow:auto;background:#fafafa;box-sizing:border-box}._excelPreview_1q275_240{display:block;min-width:max-content;transform-origin:top left}._excelPreview_1q275_240 table{border-collapse:collapse;font-family:Calibri,Arial,sans-serif;font-size:13px;color:#1a1a1a;background:#fff;white-space:nowrap}._excelPreview_1q275_240 th{background:#f0f0f0;font-weight:600;text-align:left;padding:6px 12px;border:1px solid #c8c8c8;position:sticky;top:0;z-index:1}._excelPreview_1q275_240 td{padding:4px 12px;border:1px solid #e0e0e0;min-width:80px;max-width:320px;overflow:hidden;text-overflow:ellipsis}._excelPreview_1q275_240 tr:nth-child(2n){background:#f7f7f7}._excelPreview_1q275_240 tr:hover{background:#eef4ff}._excelTable_1q275_37{border-collapse:collapse;font-family:Calibri,Arial,sans-serif;font-size:13px;color:#1a1a1a;background:#fff;white-space:nowrap;width:100%}._excelTable_1q275_37 th{background:#f0f0f0;font-weight:600;text-align:left;padding:6px 12px;border:1px solid #c8c8c8;position:sticky;top:0;z-index:1}._excelTable_1q275_37 td{padding:4px 12px;border:1px solid #e0e0e0;min-width:80px;max-width:320px;overflow:hidden;text-overflow:ellipsis}._excelTable_1q275_37 tr:nth-child(2n){background:#f7f7f7}._excelTable_1q275_37 tr:hover{background:#eef4ff}.workgroup-name-header,.workgroup-name-cell{width:20%!important;min-width:150px!important}.workgroup-description-header,.workgroup-description-cell{width:50%!important;min-width:300px!important}.workgroup-users-header,.workgroup-users-cell,.workgroup-status-header,.workgroup-status-cell{width:15%!important;min-width:120px!important;text-align:left!important}.description-label{font-weight:500;font-style:normal;font-size:14px;line-height:100%;letter-spacing:0%;vertical-align:middle;color:#2e2e2e}.error-icon{position:absolute;right:12px;top:12px;width:24px;height:24px;opacity:1;pointer-events:none}.error-icon-workgroup{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;opacity:1;pointer-events:none}.error-message{color:#c00;font-weight:500;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0%;margin-top:4px;vertical-align:middle}.reports-chips{display:flex;flex-wrap:wrap;gap:12px;padding:12px 0 16px}.reports-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:400;width:150px;height:24px;line-height:1.25;white-space:nowrap;flex-shrink:0;cursor:pointer;border:1px solid #d0d0d0;border-radius:4px;background:transparent;color:#2e2e2e;transition:background .2s ease,border-color .2s ease,color .2s ease}.reports-chip__icon{display:inline-flex;flex-shrink:0;font-size:20px;color:#989898}.reports-chip__icon--img{flex-shrink:0;object-fit:contain}.reports-chip__label{white-space:nowrap;flex-shrink:0}.reports-chip:hover:not(:disabled){background:#7800960f;color:#5d5d5d}.reports-chip:hover:not(:disabled) .reports-chip__icon{color:#5d5d5d}.reports-chip--active{background:#ede5ff;border:1px solid #ede5ff;color:#3e2666;font-weight:600}.reports-chip--active .reports-chip__icon{color:#3e2666}.reports-chip--active:hover{background:#e4dafd}.modal-role-form{display:flex;flex-direction:column;gap:20px;padding:20px}.modal-role-form .form-row{display:flex;gap:20px}@media(max-width:768px){.modal-role-form .form-row{flex-direction:column}}.modal-role-form .form-group{display:flex;flex-direction:column;flex:1}.modal-role-form .form-group.full-width{width:100%}.modal-role-form .form-group label{font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.modal-role-form .form-group label .required{color:#e74c3c;margin-left:2px;font-weight:700}.modal-role-form .form-group .form-field{padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff;width:100%;box-sizing:border-box}.modal-role-form .form-group .form-field:focus{outline:none;border-color:#3d3e5a;box-shadow:0 0 0 2px #7800961a}.modal-role-form .form-group .form-field::placeholder{color:#999;font-style:italic}.modal-role-form .form-group .form-field[rows]{resize:vertical;min-height:80px;font-family:inherit}.modal-role-form .form-group .char-counter{font-size:12px;color:#666;text-align:right;margin-top:4px;font-weight:500}.modal-role-form .form-group .custom-dropdown{position:relative;width:100%}.modal-role-form .form-group .custom-dropdown .dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid #ddd;border-radius:4px;background-color:#fff;cursor:pointer;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease;width:100%;box-sizing:border-box;min-height:44px}.modal-role-form .form-group .custom-dropdown .dropdown-header:hover{border-color:#bbb}.modal-role-form .form-group .custom-dropdown .dropdown-header:focus{outline:none;border-color:#3d3e5a;box-shadow:0 0 0 2px #7800961a}.modal-role-form .form-group .custom-dropdown .dropdown-header .dropdown-placeholder{color:#333;font-weight:400}.modal-role-form .form-group .custom-dropdown .dropdown-header .dropdown-arrow{width:12px;height:12px;transition:transform .2s ease;flex-shrink:0}.modal-role-form .form-group .custom-dropdown .dropdown-header .dropdown-arrow.open{transform:rotate(180deg)}.modal-role-form .form-group .selected-services{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.modal-role-form .form-group .selected-services .service-chip{display:flex;align-items:center;background-color:#e8f4f8;color:#2c5aa0;padding:6px 8px;border-radius:4px;font-size:12px;font-weight:500;border:1px solid #d0e7f0;transition:all .2s ease}.modal-role-form .form-group .selected-services .service-chip:hover{background-color:#d4edfa;border-color:#b8dff2}.modal-role-form .form-group .selected-services .service-chip .chip-text{margin-right:6px}.modal-role-form .form-group .selected-services .service-chip .chip-remove{background:none;border:none;color:#2c5aa0;cursor:pointer;font-size:16px;font-weight:700;padding:0;margin:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.modal-role-form .form-group .selected-services .service-chip .chip-remove:hover{background-color:#2c5aa026;color:#1e3f73}.modal-role-form .form-group .selected-services .service-chip .chip-remove:focus{outline:none;background-color:#2c5aa033}.modal-role-form .form-group .status-checkbox{margin-top:8px}.modal-role-form .form-group .status-checkbox .checkbox-container{display:flex;align-items:center;cursor:pointer;font-size:14px;transition:opacity .2s ease}.modal-role-form .form-group .status-checkbox .checkbox-container:hover{opacity:.8}.modal-role-form .form-group .status-checkbox .checkbox-container .status-input{display:none}.modal-role-form .form-group .status-checkbox .checkbox-container .checkmark{position:relative;width:18px;height:18px;border:2px solid #ddd;border-radius:3px;margin-right:8px;transition:all .2s ease;flex-shrink:0}.modal-role-form .form-group .status-checkbox .checkbox-container .checkmark:after{content:"";position:absolute;display:none;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.modal-role-form .form-group .status-checkbox .checkbox-container .status-input:checked+.checkmark{background-color:#4caf50;border-color:#4caf50}.modal-role-form .form-group .status-checkbox .checkbox-container .status-input:checked+.checkmark:after{display:block}.modal-role-form .form-group .status-checkbox .checkbox-container .checkbox-label{color:#333;font-weight:500;-webkit-user-select:none;user-select:none}.dropdown-options-portal{border:1px solid #ddd!important;border-radius:4px!important;box-shadow:0 4px 20px #00000040!important;background-color:#fff!important;max-height:200px!important;overflow-y:auto!important;z-index:99999!important}.dropdown-options-portal::-webkit-scrollbar{width:6px}.dropdown-options-portal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.dropdown-options-portal::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.dropdown-options-portal::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.dropdown-options-portal .dropdown-option{display:flex!important;align-items:center!important;padding:12px!important;cursor:pointer!important;font-size:14px!important;transition:background-color .2s ease!important;border-bottom:1px solid #f5f5f5}.dropdown-options-portal .dropdown-option:last-child{border-bottom:none}.dropdown-options-portal .dropdown-option:hover{background-color:#f5f5f5!important}.dropdown-options-portal .dropdown-option:active{background-color:#e8f4f8!important}.dropdown-options-portal .dropdown-option .service-checkbox-container{width:100%!important;display:flex!important;align-items:center!important;cursor:pointer!important;margin:0!important}.dropdown-options-portal .dropdown-option .service-checkbox-container .service-checkmark{flex-shrink:0!important;position:relative!important;width:18px!important;height:18px!important;border:2px solid #ddd!important;border-radius:3px!important;margin-right:8px!important;transition:all .2s ease!important}.dropdown-options-portal .dropdown-option .service-checkbox-container .service-checkmark[style*="background-color: rgb(76, 175, 80)"]{background-color:#4caf50!important;border-color:#4caf50!important}.dropdown-options-portal .dropdown-option .service-checkbox-container span:not(.service-checkmark){color:#333;font-weight:400;-webkit-user-select:none;user-select:none}.utility-modal .MuiDialog-paper{min-width:600px;max-width:800px;overflow:visible;border-radius:8px}@media(max-width:768px){.utility-modal .MuiDialog-paper{min-width:auto;margin:16px;width:calc(100% - 32px);max-width:none}}.utility-modal .MuiDialogTitle-root{padding:24px 24px 16px;font-weight:600;font-size:18px;border-bottom:1px solid #eee;color:#333}.utility-modal .MuiDialogContent-root{padding:0;overflow:visible}.utility-modal .MuiDialogActions-root{padding:16px 24px 24px;gap:12px}.utility-modal .MuiDialogActions-root .MuiButton-root{text-transform:none;font-weight:500;padding:8px 24px;border-radius:4px}.utility-modal .MuiDialogActions-root .MuiButton-root.MuiButton-outlined{border-color:#ddd;color:#666}.utility-modal .MuiDialogActions-root .MuiButton-root.MuiButton-outlined:hover{border-color:#bbb;background-color:#0000000a}.utility-modal .MuiDialogActions-root .MuiButton-root.MuiButton-contained{background-color:#3d3e5a}.utility-modal .MuiDialogActions-root .MuiButton-root.MuiButton-contained:hover{background-color:#5a0070}.utility-modal .MuiDialogActions-root .MuiButton-root.MuiButton-contained:disabled{background-color:#ccc;color:#888}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-options-portal{animation:dropdownFadeIn .15s ease-out}.modal-role-form .form-field:focus,.modal-role-form .dropdown-header:focus,.modal-role-form .checkbox-container:focus-within{outline:2px solid #3d3e5a;outline-offset:2px}.form-group.error .form-field,.form-group.error .dropdown-header{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c1a}.form-group .error-message{color:#e74c3c;font-size:12px;margin-top:4px;font-weight:500}@media(max-width:768px){.modal-role-form{padding:16px;gap:16px}.modal-role-form .form-row{gap:16px}.modal-role-form .selected-services{gap:6px}.modal-role-form .selected-services .service-chip{font-size:11px;padding:4px 6px}.dropdown-options-portal{max-height:150px!important}.dropdown-options-portal .dropdown-option{padding:10px!important;font-size:13px!important}}.project-creation-wizard{display:flex;gap:0;min-height:calc(100vh - 64px);background:#fff;margin:0;border-radius:4px;overflow:hidden}.project-creation-wizard .wizard-sidebar{width:240px;background:#fff;border-right:1px solid #e5e7eb;padding:0 20px;flex-shrink:0;margin:24px 0}.project-creation-wizard .wizard-sidebar h2{font-size:26px;font-weight:600;color:#2e2e2e;margin:0 0 18px;padding:0}.project-creation-wizard .wizard-sidebar .wizard-steps{display:flex;flex-direction:column}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step{display:flex;align-items:center;gap:12px;padding:20px 8px;margin:0;cursor:default;border-radius:0;transition:none;border-bottom:1px solid #dedae4}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step:hover{background:transparent}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step .step-number{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;background:transparent;color:#73738b;border:1px solid #73738b;flex-shrink:0}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step .step-label{font-size:16px;color:#6b7280;font-weight:600}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step .step-label .required{color:#c00;margin-left:4px;font-size:16px}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step.active .step-number{background:#3e2666;color:#fff;border:none}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step.active .step-label{color:#2e2e2e;font-weight:600}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step.active.active-valid .step-number{background:#009a58;color:#fff;border:none}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step.active.active-valid .step-number:before{content:"✓"}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step.active.active-valid .step-number span{display:none}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step.completed .step-number{background:#009a58;color:#fff;border:none}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step.completed .step-number:before{content:"✓"}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step.completed .step-number span{display:none}.project-creation-wizard .wizard-sidebar .wizard-steps .wizard-step.completed .step-label{color:#1f2937;font-weight:400}.project-creation-wizard .wizard-main{flex:1;padding:32px 20px;overflow-y:auto;background:#fff}.project-creation-wizard .wizard-main .wizard-content{max-width:900px;margin:0;background:transparent;border-radius:0;padding:0;box-shadow:none}.project-creation-wizard .wizard-main .wizard-actions{margin-top:32px;padding-top:20px;border-top:1px solid #e5e7eb;max-width:900px}.project-creation-wizard .wizard-main .wizard-actions .left-actions,.project-creation-wizard .wizard-main .wizard-actions .right-actions{display:flex;gap:12px}.settings-step .form-section,.user-groups-step .form-section,.services-step .form-section{display:flex;flex-direction:column;gap:16px}.settings-step .two-columns,.user-groups-step .two-columns,.services-step .two-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px;overflow:visible}@media(max-width:768px){.settings-step .two-columns,.user-groups-step .two-columns,.services-step .two-columns{grid-template-columns:1fr}}.settings-step .single-column,.user-groups-step .single-column,.services-step .single-column{display:flex;flex-direction:column;width:100%}.settings-step .form-row,.user-groups-step .form-row,.services-step .form-row{margin-bottom:24px}.settings-step .form-row:last-child,.user-groups-step .form-row:last-child,.services-step .form-row:last-child{margin-bottom:0}.settings-step .form-group,.user-groups-step .form-group,.services-step .form-group{display:flex;flex-direction:column;gap:6px;position:relative}.settings-step .form-group label,.user-groups-step .form-group label,.services-step .form-group label{font-size:13px;font-weight:500;color:#1f2937;margin-bottom:6px}.settings-step .form-group label .required,.settings-step .form-group label .required-asterisk,.user-groups-step .form-group label .required,.user-groups-step .form-group label .required-asterisk,.services-step .form-group label .required,.services-step .form-group label .required-asterisk{color:#ef4444;margin-left:4px}.settings-step .form-group .date-input-container,.user-groups-step .form-group .date-input-container,.services-step .form-group .date-input-container{position:relative;overflow:visible}.settings-step .form-group #project-instance-name-input,.settings-step .form-group #project-description-input,.user-groups-step .form-group #project-instance-name-input,.user-groups-step .form-group #project-description-input,.services-step .form-group #project-instance-name-input,.services-step .form-group #project-description-input{padding:9px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;font-family:inherit;transition:all .15s;background:#fff;width:100%}.settings-step .form-group #project-instance-name-input:focus,.settings-step .form-group #project-description-input:focus,.user-groups-step .form-group #project-instance-name-input:focus,.user-groups-step .form-group #project-description-input:focus,.services-step .form-group #project-instance-name-input:focus,.services-step .form-group #project-description-input:focus{outline:none;border-color:#3d3e5a;box-shadow:0 0 0 3px #7c3aed1a}.settings-step .form-group #project-instance-name-input:disabled,.settings-step .form-group #project-description-input:disabled,.user-groups-step .form-group #project-instance-name-input:disabled,.user-groups-step .form-group #project-description-input:disabled,.services-step .form-group #project-instance-name-input:disabled,.services-step .form-group #project-description-input:disabled{background-color:#f9fafb;cursor:not-allowed;color:#9ca3af}.settings-step .form-group #project-instance-name-input::placeholder,.settings-step .form-group #project-description-input::placeholder,.user-groups-step .form-group #project-instance-name-input::placeholder,.user-groups-step .form-group #project-description-input::placeholder,.services-step .form-group #project-instance-name-input::placeholder,.services-step .form-group #project-description-input::placeholder{color:#9ca3af}.settings-step .form-group #project-description-input,.user-groups-step .form-group #project-description-input,.services-step .form-group #project-description-input{min-height:115px;resize:vertical}.settings-step .form-group .char-count,.user-groups-step .form-group .char-count,.services-step .form-group .char-count{font-size:.75rem;color:#6b7280;text-align:right;margin-top:4px}.settings-step .form-separator,.user-groups-step .form-separator,.services-step .form-separator{height:1px;background:#e5e7eb;margin:16px 0}.settings-step .checkbox-group,.user-groups-step .checkbox-group,.services-step .checkbox-group{flex-direction:row;align-items:center;gap:8px;margin-top:4px}.settings-step .checkbox-group input[type=checkbox],.user-groups-step .checkbox-group input[type=checkbox],.services-step .checkbox-group input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#10b981;margin:0}.settings-step .checkbox-group label,.user-groups-step .checkbox-group label,.services-step .checkbox-group label{margin:0;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;font-weight:500;color:#1f2937}.user-groups-step .user-group-card{background:#fff;border-radius:8px;padding:0;margin-bottom:16px}.user-groups-step .user-group-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f5f2ff;border-top-left-radius:8px;border-top-right-radius:8px}.user-groups-step .user-group-card .card-header h4{font-size:18px;font-weight:500;color:#2e2e2e;margin:0}.user-groups-step .user-group-card .card-header .header-actions{display:flex;gap:4px}.user-groups-step .user-group-card .card-content{padding:0 16px 16px;background:#f5f2ff;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.user-groups-step .user-group-card .card-content .inner-content{background-color:#fff;padding:32px;border-radius:4px}.user-groups-step .user-group-card .card-content .form-group{margin-bottom:16px}.user-groups-step .user-group-card .card-content .form-group label{display:block;font-size:14px;font-weight:500;color:#2e2e2e;margin-bottom:8px}.user-groups-step .user-group-card .card-content .form-group label .required{color:#ef4444;margin-left:2px}.user-groups-step .user-group-card .card-content .form-group .form-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;color:#2e2e2e;background:#fff;min-height:38px;line-height:18px}.user-groups-step .user-group-card .card-content .form-group .form-input:focus{outline:none;border-color:#9333ea;box-shadow:0 0 0 3px #9333ea1a}.user-groups-step .user-group-card .card-content .form-group .form-input::placeholder{color:#9ca3af}.user-groups-step .user-group-card .card-content .form-group .form-textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;color:#2e2e2e;background:#fff;font-family:inherit;resize:vertical;min-height:100px}.user-groups-step .user-group-card .card-content .form-group .form-textarea:focus{outline:none;border-color:#9333ea;box-shadow:0 0 0 3px #9333ea1a}.user-groups-step .user-group-card .card-content .form-group .form-textarea::placeholder{color:#9ca3af}.user-groups-step .user-group-card .card-content .form-group .character-counter{text-align:right;font-size:12px;color:#6b7280;margin-top:4px}.user-groups-step .user-group-card .card-content .upload-section{margin-bottom:16px}.user-groups-step .user-group-card .card-content .upload-section .upload-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.user-groups-step .user-group-card .card-content .upload-section .upload-header .upload-label{display:flex;align-items:center;font-size:16px;font-weight:500;color:#2e2e2e}.user-groups-step .user-group-card .card-content .upload-section .upload-header .download-template-link{display:flex;align-items:center;background:none;border:none;color:#2e2e2e;font-size:16px;font-weight:500;cursor:pointer;padding:0;text-decoration:none}.user-groups-step .user-group-card .card-content .upload-section .upload-header .download-template-link:hover{text-decoration:underline}.user-groups-step .user-group-card .card-content .upload-section .upload-dropzone{border:none;border-radius:4px;padding:16px 20px;background:#fff;background-image:repeating-linear-gradient(0deg,#d1d5db,#d1d5db 12px,transparent 12px,transparent 19px),repeating-linear-gradient(90deg,#d1d5db,#d1d5db 12px,transparent 12px,transparent 19px),repeating-linear-gradient(180deg,#d1d5db,#d1d5db 12px,transparent 12px,transparent 19px),repeating-linear-gradient(270deg,#d1d5db,#d1d5db 12px,transparent 12px,transparent 19px);background-size:1px 100%,100% 1px,1px 100%,100% 1px;background-position:0 0,0 0,100% 0,0 100%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:space-between;gap:16px}.user-groups-step .user-group-card .card-content .upload-section .upload-dropzone .file-input{display:none}.user-groups-step .user-group-card .card-content .upload-section .upload-dropzone .dropzone-content{display:flex;align-items:center;gap:12px;cursor:pointer;flex:1}.user-groups-step .user-group-card .card-content .upload-section .upload-dropzone .dropzone-content .dropzone-text{display:flex;flex-direction:column;gap:2px;text-align:left}.user-groups-step .user-group-card .card-content .upload-section .upload-dropzone .dropzone-content .dropzone-text .dropzone-main{font-size:14px;color:#2e2e2e;font-weight:400}.user-groups-step .user-group-card .card-content .upload-section .upload-dropzone .dropzone-content .dropzone-text .dropzone-sub{font-size:12px;color:#73738b}.user-groups-step .user-group-card .card-content .upload-section .file-uploading{border:1px solid #e5e7eb;border-radius:4px;padding:12px 16px;background:#fff}.user-groups-step .user-group-card .card-content .upload-section .file-uploading .file-info{display:flex;justify-content:flex-start;align-items:center;gap:12px}.user-groups-step .user-group-card .card-content .upload-section .file-uploading .file-info .spinner-container{display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-groups-step .user-group-card .card-content .upload-section .file-uploading .file-info .file-details{display:flex;flex-direction:column;gap:4px;flex:1}.user-groups-step .user-group-card .card-content .upload-section .file-uploading .file-info .file-details .file-name{font-size:14px;font-weight:500;color:#2e2e2e}.user-groups-step .user-group-card .card-content .upload-section .file-uploading .file-info .file-details .file-size{font-size:12px;color:#6b7280}.user-groups-step .user-group-card .card-content .upload-section .file-uploaded{border:1px solid #e5e7eb;border-radius:4px;padding:12px 16px;background:#fff}.user-groups-step .user-group-card .card-content .upload-section .file-uploaded .file-info{display:flex;justify-content:space-between;align-items:center}.user-groups-step .user-group-card .card-content .upload-section .file-uploaded .file-info .file-details .file-name{font-size:14px;font-weight:500;color:#2e2e2e}.user-groups-step .user-group-card .card-content .upload-section .file-error-card{border:1px solid #e5e7eb;border-radius:4px;padding:12px 16px;background:transparent;display:flex;justify-content:flex-start;align-items:center;gap:12px;margin-bottom:16px}.user-groups-step .user-group-card .card-content .upload-section .file-error-card .error-icon{color:#fff;background:#c00;border-radius:50%;padding:4px;font-size:20px;flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.user-groups-step .user-group-card .card-content .upload-section .file-error-card .file-details{display:flex;flex-direction:column;gap:4px;flex:1}.user-groups-step .user-group-card .card-content .upload-section .file-error-card .file-details .file-name{font-size:14px;font-weight:500;color:#2e2e2e}.user-groups-step .user-group-card .card-content .upload-section .file-error-card .file-details .error-message{font-size:12px;color:#c00;font-weight:500}.user-groups-step .user-group-card .card-content .upload-section .error-summary{border:2px dashed #dc2626;border-radius:4px;padding:16px;background:#fff}.user-groups-step .user-group-card .card-content .upload-section .error-summary .error-summary-header{font-size:14px;font-weight:600;color:#2e2e2e;margin-bottom:12px}.user-groups-step .user-group-card .card-content .upload-section .error-summary .error-summary-table{width:100%;border-collapse:collapse}.user-groups-step .user-group-card .card-content .upload-section .error-summary .error-summary-table thead tr th{text-align:left;padding:8px 12px;font-size:12px;font-weight:600;color:#2e2e2e;border-bottom:1px solid #e5e7eb;background:transparent}.user-groups-step .user-group-card .card-content .upload-section .error-summary .error-summary-table tbody tr{background:#fff;border-bottom:1px solid #e5e7eb}.user-groups-step .user-group-card .card-content .upload-section .error-summary .error-summary-table tbody tr:nth-child(odd){background:#f7f7f7}.user-groups-step .user-group-card .card-content .upload-section .error-summary .error-summary-table tbody tr:last-child{border-bottom:none}.user-groups-step .user-group-card .card-content .upload-section .error-summary .error-summary-table tbody tr td{padding:8px 12px;font-size:12px;color:#2e2e2e;background:transparent}.user-groups-step .user-group-card .card-content .upload-section .error-summary .error-summary-table tbody tr td:first-child{font-weight:500}.user-groups-step .user-group-card .card-content .user-actions-row{display:flex;justify-content:space-between;align-items:center}.user-groups-step .user-group-card .card-content .add-user-link{display:flex;align-items:center;background:none;border:none;color:#2e2e2e;font-size:16px;font-weight:500;cursor:pointer;padding:0;text-decoration:underline}.user-groups-step .user-group-card .card-content .add-user-link:hover{opacity:.8}.user-groups-step .user-group-card .card-content .active-toggle{display:flex;align-items:center;gap:8px}.user-groups-step .user-group-card .card-content .active-toggle-label{color:#2e2e2e;font-size:14px;font-weight:400}.user-groups-step .user-group-card .card-content .users-table{margin-top:20px}.user-groups-step .user-group-card .card-content .users-table .dt__header-wrapper{display:none}.user-groups-step .user-group-card .card-content .users-table .dt__container{border:none}.user-groups-step .user-group-card .card-content .users-table .dt__table-wrapper{border:none;border-radius:0;max-height:none}.user-groups-step .user-group-card .card-content .users-table table{width:100%;border-collapse:collapse}.user-groups-step .user-group-card .card-content .users-table table thead{background:transparent}.user-groups-step .user-group-card .card-content .users-table table thead tr th{text-align:left;padding:12px 16px;font-size:14px;font-weight:700;color:#2e2e2e;text-transform:none;border-bottom:1px solid #e5e7eb;border-top:none;border-left:none;border-right:none}.user-groups-step .user-group-card .card-content .users-table table tbody tr:nth-child(odd),.user-groups-step .user-group-card .card-content .users-table table tbody tr:nth-child(2n){background:#fff;border-bottom:1px solid #e5e7eb;border-left:none;border-right:none;height:auto}.user-groups-step .user-group-card .card-content .users-table table tbody tr:nth-child(odd):last-child,.user-groups-step .user-group-card .card-content .users-table table tbody tr:nth-child(2n):last-child{border-bottom:none}.user-groups-step .user-group-card .card-content .users-table table tbody tr:nth-child(odd):hover,.user-groups-step .user-group-card .card-content .users-table table tbody tr:nth-child(2n):hover{background:#f9fafb}.user-groups-step .user-group-card .card-content .users-table table tbody tr td{padding:12px 16px;font-size:14px;font-weight:400;color:#2e2e2e;border:none;height:auto}.user-groups-step .user-group-card .card-content .users-table .dt__footer{border-top:1px solid #e5e7eb;padding-top:16px;margin-top:0}.user-groups-step .add-usergroup-container{display:flex;justify-content:center;padding:8px;background:#f5f2ff;border-radius:4px;margin-top:16px}.user-groups-step .add-usergroup-container .add-usergroup-btn{display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;color:#2e2e2e;font-size:14px;font-weight:500;letter-spacing:.24px;text-transform:capitalize;cursor:pointer;font-family:inherit}.user-groups-step .add-usergroup-container .add-usergroup-btn:hover{opacity:.8}.user-groups-step .empty-state{text-align:center;padding:60px 32px;border:2px dashed #d1d5db;border-radius:8px;background:#fafafa}.user-groups-step .empty-state p{color:#6b7280;font-size:14px;margin:0}.services-step .service-card{background:#fff;border-radius:8px;padding:0;margin-bottom:16px}.services-step .service-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f5f2ff;border-top-left-radius:8px;border-top-right-radius:8px}.services-step .service-card .card-header h4{font-size:18px;font-weight:500;color:#2e2e2e;margin:0}.services-step .service-card .card-header .header-actions{display:flex;gap:4px}.services-step .service-card .card-content{padding:0 16px 16px;background:#f5f2ff;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.services-step .service-card .card-content .inner-content{background-color:#fff;padding:32px;border-radius:4px}.services-step .service-card .card-content .checkboxes-row{display:flex;gap:32px;margin-top:24px;padding-top:0}.services-step .form-group label.MuiTypography-root[for^=service-name-]{font-weight:500!important;font-size:12px}.services-step .add-service-container{display:flex;justify-content:center;padding:8px;background:#f5f2ff;border-radius:4px;margin-top:16px}.services-step .add-service-container .add-service-btn{display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;color:#2e2e2e;font-size:14px;font-weight:500;letter-spacing:.24px;text-transform:capitalize;cursor:pointer;font-family:inherit}.services-step .add-service-container .add-service-btn:hover{opacity:.8}.project-creation-wizard .MuiTextField-root,.project-creation-wizard .MuiFormControl-root{width:100%}.project-creation-wizard .MuiTextField-root .MuiInputBase-root,.project-creation-wizard .MuiFormControl-root .MuiInputBase-root{border-radius:4px;font-size:14px;min-height:38px}.project-creation-wizard .MuiTextField-root .MuiInputBase-root:before,.project-creation-wizard .MuiTextField-root .MuiInputBase-root:after,.project-creation-wizard .MuiFormControl-root .MuiInputBase-root:before,.project-creation-wizard .MuiFormControl-root .MuiInputBase-root:after{display:none}.project-creation-wizard .MuiTextField-root .MuiInputBase-root input,.project-creation-wizard .MuiTextField-root .MuiInputBase-root textarea,.project-creation-wizard .MuiFormControl-root .MuiInputBase-root input,.project-creation-wizard .MuiFormControl-root .MuiInputBase-root textarea{padding:9px 12px}.project-creation-wizard .MuiTextField-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.project-creation-wizard .MuiFormControl-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#d1d5db;border-radius:4px}.project-creation-wizard .MuiTextField-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.project-creation-wizard .MuiFormControl-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#9ca3af}.project-creation-wizard .MuiTextField-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.project-creation-wizard .MuiFormControl-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#7c3aed;border-width:1px;box-shadow:0 0 0 3px #7c3aed1a}.project-creation-wizard .MuiTextField-root .MuiInputLabel-root,.project-creation-wizard .MuiFormControl-root .MuiInputLabel-root{font-size:14px}.project-creation-wizard .MuiTextField-root .MuiInputLabel-root.Mui-focused,.project-creation-wizard .MuiFormControl-root .MuiInputLabel-root.Mui-focused{color:#7c3aed}.project-creation-wizard .MuiTextField-root .MuiSelect-select,.project-creation-wizard .MuiFormControl-root .MuiSelect-select{padding:9px 12px}.MuiStepper-root{display:none}.add-capabilities-modal-content .capabilities-grid{max-height:480px;overflow-y:auto}.add-capabilities-modal-content .capabilities-grid::-webkit-scrollbar{width:8px}.add-capabilities-modal-content .capabilities-grid::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.add-capabilities-modal-content .capabilities-grid::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.add-capabilities-modal-content .capabilities-grid::-webkit-scrollbar-thumb:hover{background:#9ca3af}.add-user-modal .MuiDialog-paper{width:100%;max-width:1050px;height:auto;max-height:90vh;border-radius:0;transition:max-height .3s ease;display:flex;flex-direction:column}.add-user-modal__back-button{position:absolute;left:16px;top:16px}.add-user-modal__title-content{padding-top:8px}.add-user-modal__step-title{margin-bottom:24px;font-weight:600}.add-user-modal__search{display:flex;flex-direction:column;min-height:300px}.add-user-modal__search-label{font-size:12px;font-weight:500;color:#666;margin-bottom:4px;display:block}.add-user-modal__search-row{display:flex;gap:16px;align-items:flex-end;margin-bottom:20px}.add-user-modal__search-field{display:flex;flex-direction:column}.add-user-modal__search-field:first-child{min-width:180px;width:180px}.add-user-modal__search-field:nth-child(2){flex:1}.add-user-modal__search-field{min-width:180px}.add-user-modal__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:48px 24px;text-align:center}.add-user-modal__empty-state img{max-width:200px;height:auto}.add-user-modal__results{display:flex;flex-direction:column;height:auto}.add-user-modal__selected-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding:0;min-height:auto}.add-user-modal__selected-chips:empty{display:none;margin-bottom:0}.add-user-modal__selected-chip{background-color:#ede5ff!important;color:#3e2666!important;font-weight:500!important;height:32px!important;border-radius:4px!important;padding:0 8px 0 4px!important}.add-user-modal__selected-chip .MuiChip-avatar{width:24px!important;height:24px!important;margin-left:0!important;margin-right:8px!important;font-size:11px!important}.add-user-modal__selected-chip .MuiAvatar-root{width:24px!important;height:24px!important;font-size:11px!important}.add-user-modal__selected-chip .MuiChip-label{padding:0!important;font-size:13px!important;font-weight:500!important;color:#3e2666!important}.add-user-modal__selected-chip .MuiChip-deleteIcon{color:#3e2666!important;font-size:18px!important;margin:0 0 0 4px!important}.add-user-modal__selected-chip .MuiChip-deleteIcon:hover{color:#5a0070!important}.add-user-modal__user-list{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:16px;padding:0;overflow-y:visible}.add-user-modal__user-item{display:flex;align-items:center;gap:12px;padding:16px 12px 8px;border-radius:0;border:none;border-bottom:1px solid #f0f0f0;transition:all .2s ease;background-color:transparent;cursor:pointer;height:73px;box-sizing:border-box}.add-user-modal__user-item:nth-last-child(-n+2){border-bottom:none}.add-user-modal__user-item:hover{background-color:#fafafa}.add-user-modal__user-item--selected{border-radius:4px!important;padding:15px 11px 7px!important}.add-user-modal__user-add-icon{color:#3d3e5a;cursor:pointer;font-size:24px;transition:transform .2s ease;flex-shrink:0}.add-user-modal__user-add-icon:hover{transform:scale(1.1)}.add-user-modal__user-add-icon--selected{color:#008837;font-size:24px}.add-user-modal__user-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.add-user-modal__user-info .MuiTypography-body1{font-weight:600;font-size:14px;line-height:1.2;color:#2e2e2e}.add-user-modal__user-info .MuiTypography-body2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.2;color:#666;font-weight:400}.add-user-modal__user-info .MuiTypography-caption{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.2;color:#666}.add-user-modal__pagination-wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:0;padding-top:16px;border-top:1px solid #e0e0e0;flex-shrink:0}.add-user-modal__pagination-status{font-size:13px;color:#666;font-weight:400}.add-user-modal__pagination,.add-user-modal__pagination .pager{display:flex;align-items:center;gap:8px}.add-user-modal__pagination .pager .button{min-width:32px;height:32px;padding:0 8px;border:none;background-color:transparent;color:#2e2e2e;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.add-user-modal__pagination .pager .button:hover:not(:disabled){background-color:#f5f5f5}.add-user-modal__pagination .pager .button.contained{background-color:#e8deff;color:#3d3e5a}.add-user-modal__pagination .pager .button.contained:hover{background-color:#d4c5f0}.add-user-modal__pagination .pager .button:disabled{opacity:.4;cursor:not-allowed}.add-user-modal__pagination .pager .button .arrow{font-size:18px}.add-user-modal__pagination .pager .ellipsis{padding:0 4px;color:#666;font-size:13px}.add-user-modal__assign-role{display:flex;flex-direction:column;margin-top:0;padding-bottom:0}.add-user-modal__role-list{display:flex;flex-direction:column;gap:0;max-height:340px;overflow-y:auto;padding:0}.add-user-modal__role-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border:none;border-bottom:1px solid #f0f0f0;border-radius:0;background-color:#fff}.add-user-modal__role-item:first-child{border-top:none}.add-user-modal__role-user-info{display:flex;align-items:center;gap:12px;flex-shrink:0}.add-user-modal__role-controls{display:flex;align-items:flex-start;gap:24px;flex-shrink:0}.add-user-modal__role-dropdown{min-width:300px}.add-user-modal__active-toggle{display:flex;flex-direction:column;align-items:flex-start;min-width:80px}.add-user-modal__active-toggle .MuiTypography-root{margin-bottom:8px}.add-user-modal__active-toggle .MuiSwitch-root{margin-top:4px}.add-user-modal__back-link{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;text-decoration:none}.add-user-modal__back-link:hover{text-decoration:underline}.add-user-modal__back-link svg{color:#73738b;font-size:18px}.add-user-modal__back-link .MuiTypography-root{color:#2e2e2e}.add-user-modal__final{display:flex;flex-direction:column;min-height:300px}.add-user-modal__final-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.add-user-modal__final-user{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;border:1px solid #e0e0e0;background-color:#fafafa}.add-user-modal__final-user .MuiChip-root{margin-left:auto}.add-user-modal .MuiDialogTitle-root{padding:20px 24px;border-bottom:none}.add-user-modal .MuiDialogContent-root{padding:24px;border-top:none;overflow-y:visible;display:flex;flex-direction:column;flex:1}.add-user-modal .MuiDialogActions-root{padding:16px 24px;border-top:none;gap:12px;margin-top:0}.drag-drop-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.drag-drop-container .drop-zone{display:flex;align-items:center;justify-content:space-between;border:2px dashed #bfbfbf;border-radius:4px;padding:.8rem;cursor:pointer;transition:border-color .2s}.drag-drop-container .drop-zone.dragging{border-color:#3d3e5a}.drag-drop-container .drop-zone.filled{border-style:solid}.drag-drop-container .drop-zone .placeholder,.drag-drop-container .drop-zone .file-status{display:flex;align-items:center}.drag-drop-container .drop-zone .placeholder .info.no-icon,.drag-drop-container .drop-zone .file-status .info.no-icon{margin-left:0}.drag-drop-container .drop-zone .placeholder .info,.drag-drop-container .drop-zone .file-status .info{margin-left:.8rem}.drag-drop-container .drop-zone .placeholder .info .drop-text,.drag-drop-container .drop-zone .placeholder .info .name,.drag-drop-container .drop-zone .file-status .info .drop-text,.drag-drop-container .drop-zone .file-status .info .name{margin:0 0 6px;font-weight:500;font-size:14px}.drag-drop-container .drop-zone .placeholder .info .name,.drag-drop-container .drop-zone .file-status .info .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.drag-drop-container .drop-zone .placeholder .info .size-text,.drag-drop-container .drop-zone .placeholder .info .msg,.drag-drop-container .drop-zone .file-status .info .size-text,.drag-drop-container .drop-zone .file-status .info .msg{margin:0;font-size:12px;color:#989898}.drag-drop-container .drop-zone .file-status.error .info>.msg{color:#c00;border-color:#c00;font-weight:700}.drag-drop-container .drop-zone .file-status.success .info>.msg{color:#080;border-color:#080;font-weight:700}.drag-drop-container .drop-zone .file-status .loader{width:24px;height:24px;border:3px solid #eee;border-top:3px solid #3d3e5a;border-radius:50%;animation:spin 1s linear infinite}.drag-drop-container .drop-zone .btn-group{display:flex;align-items:center;gap:1rem}.drag-drop-container .drop-zone .btn-group .cancel-btn{font-size:1.5rem;cursor:pointer}.drag-drop-container .drop-zone .btn-group .cancel-btn:hover{opacity:.7}@keyframes spin{to{transform:rotate(360deg)}}.metric-overview-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}@media(max-width:1200px){.metric-overview-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.metric-overview-cards{grid-template-columns:1fr}}.metric-card{background:#fff;border:1px solid #dedae4;border-radius:4px;padding:16px;display:flex;flex-direction:column;gap:12px;transition:all .2s ease}.metric-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.metric-card--skeleton{min-height:120px;animation:pulse 1.5s ease-in-out infinite}.metric-card__skeleton-icon{width:48px;height:48px;border-radius:50%;background:#eeecea}.metric-card__skeleton-text{width:60%;height:16px;border-radius:4px;background:#eeecea}.metric-card__skeleton-sub{width:80%;height:12px;border-radius:4px;background:#eeecea}.metric-card__header{display:flex;justify-content:space-between;align-items:flex-start}.metric-card__icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.metric-card__icon svg{font-size:24px}.metric-card__icon img{width:24px;height:24px}.metric-card__badge{min-width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:0 8px;font-size:16px;font-weight:700;line-height:1}.metric-card__content{display:flex;flex-direction:column;gap:4px}.metric-card__title{font-size:14px;font-weight:600;color:#1a1a2e;margin:0;line-height:1.4}.metric-card__subtitle{font-size:12px;color:#73738b;margin:0;line-height:1.4}.metric-card__extra{display:flex;justify-content:space-between;align-items:center;gap:4px;margin-top:2px}.metric-card__extra-item{font-size:12px;font-weight:500;color:#73738b}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.project-dashboard-table .project-link{color:#1a1a2e;text-decoration:underline;font-weight:700;cursor:pointer}.project-dashboard-table .project-link:hover{opacity:.7}.project-dashboard-table .expiration-cell{display:flex;align-items:center;gap:6px;white-space:nowrap}.project-dashboard-table .expiration-cell--expired{color:#c70000}.project-dashboard-table .expiration-cell--approaching{color:#c93600}.project-dashboard-table .client-group-cell{font-weight:500;vertical-align:middle}.project-dashboard-table .client-group-cell__name{font-weight:600}.project-dashboard-table .client-group-row--even{background:#f7f7f7!important}.project-dashboard-table .client-group-row--even:hover{background:#eef2ff!important}.project-dashboard-table .client-group-row--odd{background:#fff!important}.project-dashboard-table .client-group-row--odd:hover{background:#eef2ff!important}.audio-transcription-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background-color:#fff}.audio-transcription-modal__header-content{display:flex;align-items:center;gap:8px}.audio-transcription-modal__header-content .audio-icon{width:24px;height:24px}.audio-transcription-modal__header .copy-button{color:#2e2e2e;padding:4px}.audio-transcription-modal__header .copy-button:hover{background-color:#0000000d}.audio-transcription-modal__body{max-height:60vh;overflow-y:auto;padding:16px 20px;background-color:#fff;border:none}.audio-transcription-modal__body .transcription-title{font-size:18px;font-weight:700;color:#2e2e2e;margin-bottom:0}.audio-transcription-modal__body .transcription-container{background-color:#f4f4f4;padding:16px;border-radius:6px}.audio-transcription-modal__body .copy-button{color:#2e2e2e;padding:4px}.audio-transcription-modal__body .copy-button:hover{background-color:#0000000d}.audio-transcription-modal__body .transcription-list{list-style:disc;padding-left:24px;margin:0}.audio-transcription-modal__body .transcription-list-item{font-size:14px;line-height:1.8;color:#2e2e2e;margin-bottom:2px}.audio-transcription-modal__body .transcription-text{white-space:pre-wrap;font-family:inherit;line-height:1.7;color:#2e2e2e;margin:0;font-size:14px}.audio-transcription-modal__footer{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background-color:#fff;border-bottom:none}.audio-transcription-modal__footer .footer-left{flex:1}.audio-transcription-modal__footer .download-button{display:inline-flex;align-items:center;gap:8px;color:#2e2e2e;text-transform:none;font-weight:600;cursor:pointer;padding:8px 0;transition:opacity .2s}.audio-transcription-modal__footer .download-button:hover{opacity:.7}.audio-transcription-modal__footer .close-button{background-color:#2e2e2e;color:#fff;text-transform:none}.audio-transcription-modal__footer .close-button:hover{background-color:#000}#audio-transcription-modal .modal-content{border-radius:8px;max-height:80vh;overflow:hidden}#audio-transcription-modal .modal-body{padding:0!important;margin:0!important;background:transparent!important;gap:0!important}._moduleConfigurationWrapper_z8kik_1{display:flex;flex-direction:column;height:100%;background-color:#fff}._contentArea_z8kik_8{flex:1;overflow-y:auto;padding-left:12px}._contentArea_z8kik_8::-webkit-scrollbar{width:8px}._contentArea_z8kik_8::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}._contentArea_z8kik_8::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}._contentArea_z8kik_8::-webkit-scrollbar-thumb:hover{background:#a8a8a8}._loadingState_z8kik_28{display:flex;justify-content:center;align-items:center;padding:40px}._loadingState_z8kik_28 ._loadingText_z8kik_34{font-size:14px;color:#6b7280}._kmSection_z8kik_39{margin-bottom:24px;padding-left:12px}._kmToggleBox_z8kik_44{padding:12px;border-radius:8px;background-color:#fff}._labelTitle_z8kik_50{font-size:14px;font-weight:700!important;font-family:TPSans,sans-serif;color:#2e2e2e;height:19px}._kmToggleLabel_z8kik_58{display:flex;align-items:flex-start;gap:12px;margin:0}._kmToggleLabel_z8kik_58 ._labelContent_z8kik_64{flex:1}._kmToggleLabel_z8kik_58 ._labelContent_z8kik_64 ._labelDescription_z8kik_67{font-size:12px;color:#6b7280;line-height:1.5;font-weight:500}._dropdownSection_z8kik_74{margin-bottom:24px}._dropdownSection_z8kik_74 ._dropdownLabel_z8kik_77{font-size:12px;font-weight:500;color:#2e2e2e;margin-bottom:8px;display:block}._errorMessage_z8kik_85{display:flex;align-items:center;gap:12px;padding:12px;background-color:#ffd7d7;border:1px solid #ffd7d7;border-radius:4px;margin-bottom:24px;max-width:550px;height:46px}._errorMessage_z8kik_85 ._errorIcon_z8kik_97{flex-shrink:0;width:20px;height:20px;color:#850117}._errorMessage_z8kik_85 ._errorText_z8kik_103{flex:1;font-size:14px;color:#850117;font-weight:500;line-height:1.5}._footer_z8kik_111{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e5e7eb;background-color:#fff;gap:16px}._footer_z8kik_111 ._footerLeft_z8kik_120,._footer_z8kik_111 ._footerRight_z8kik_124{display:flex;gap:12px}._kmDropdown_z8kik_129 .MuiInputBase-root{min-height:40px;font-size:14px}._kmDropdown_z8kik_129 .MuiAutocomplete-inputRoot input{color:#2e2e2e}._kmDropdown_z8kik_129 .MuiAutocomplete-inputRoot input::placeholder{color:#989898;opacity:1}.sidebar{width:72px;transition:width .3s ease,transform .3s ease;overflow:visible!important;overflow-y:auto;overflow-x:hidden;position:fixed;top:0;bottom:0;left:0;z-index:1000;padding:0 16px 8px;background-color:#3d3e5a;box-shadow:2px 0 5px #0000001a}.sidebar .sidebar-toggle-container{display:flex;justify-content:center;align-items:center;height:48px;margin-bottom:24px}.sidebar .sidebar-toggle-container .logo{width:144px;height:24px}.sidebar .sidebar-toggle-container .sidebar-toggle-button{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;padding:8px;transition:background-color .2s ease-in-out;color:#f7f7f7}.sidebar .sidebar-toggle-container .sidebar-toggle-button i{font-size:20px;display:flex;align-items:center;justify-content:center}.sidebar .sidebar-toggle-container .sidebar-toggle-button:focus-visible{outline:2px solid #0087ff;outline-offset:3px}.sidebar .sidebar-toggle-container .sidebar-toggle-button:hover{background-color:#797b98}.sidebar .sidebar-toggle-container.expanded{position:relative}.sidebar .sidebar-toggle-container.expanded .sidebar-toggle-button{position:absolute;top:8px;right:-36px;width:40px;height:40px;border-radius:50%;background-color:#a1a2bd}.sidebar:not(.collapsed){width:240px}.sidebar.collapsed .label,.sidebar.collapsed .arrow{display:none}.sidebar.collapsed .submenu{display:none!important}.sidebar.collapsed .menu-link,.sidebar.collapsed .menu-link.active,.sidebar.collapsed .submenu-toggle{display:flex!important;justify-content:center!important;align-items:center!important;height:40px!important;width:40px!important}.sidebar.collapsed .menu-link .icon,.sidebar.collapsed .menu-link.active .icon,.sidebar.collapsed .submenu-toggle .icon{margin-right:0!important}.sidebar.collapsed .menu-link .tooltip,.sidebar.collapsed .menu-link.active .tooltip,.sidebar.collapsed .submenu-toggle .tooltip{display:flex}.sidebar.collapsed .submenu-toggle.has-active-child{background-color:#797b98!important}.sidebar.collapsed .submenu-toggle .collapsed-flyout{background-color:#797b98}.sidebar.collapsed .submenu-toggle .collapsed-flyout a.menu-link,.sidebar.collapsed .submenu-toggle .collapsed-flyout .service-name{width:100%!important;margin:0!important;height:auto!important}@media(max-width:768px){.sidebar{transform:translate(-100%);width:240px}.sidebar.open{transform:translate(0)}}.sidebar .service-name{display:block;font-weight:500;font-size:14px;line-height:20px;color:#f7f7f7}.sidebar .service-category{font-size:14px;color:#4a18d1;background-color:#ede5ff;display:inline-block;padding:2px 10px;border-radius:4px;font-weight:500;line-height:20px}.sidebar .submenu-item.service-display-only{padding:8px 12px 8px 30px;margin:2px 4px;border-radius:4px;background-color:#f8f9fa}.sidebar .submenu-item.service-display-only .service-info{pointer-events:none;-webkit-user-select:none;user-select:none}.sidebar .menu-list{list-style:none;margin:0}.sidebar .menu-list .menu-item{margin-bottom:8px}.sidebar .menu-list .menu-item .menu-link,.sidebar .menu-list .menu-item .submenu-toggle{display:flex;align-items:center;width:100%;background:none;border:none;padding:6px 10px;cursor:pointer;text-decoration:none;color:inherit;border-radius:6px;font-size:14px;transition:background-color .2s ease-in-out;min-height:40px}.sidebar .menu-list .menu-item .menu-link .icon,.sidebar .menu-list .menu-item .submenu-toggle .icon{font-size:20px;margin-right:8px;display:flex;color:#f7f7f7}.sidebar .menu-list .menu-item .menu-link .icon img,.sidebar .menu-list .menu-item .submenu-toggle .icon img{width:22px;height:22px}.sidebar .menu-list .menu-item .menu-link .label,.sidebar .menu-list .menu-item .submenu-toggle .label{flex:1;color:#f7f7f7}.sidebar .menu-list .menu-item .menu-link .arrow,.sidebar .menu-list .menu-item .submenu-toggle .arrow{font-size:12px;display:flex;color:#f7f7f7}.sidebar .menu-list .menu-item .menu-link:hover,.sidebar .menu-list .menu-item .submenu-toggle:hover,.sidebar .menu-list .menu-item .menu-link.menu-link.active,.sidebar .menu-list .menu-item .submenu-toggle.menu-link.active{background-color:#797b98}.sidebar .menu-list .menu-item .menu-link:focus-visible,.sidebar .menu-list .menu-item .submenu-toggle:focus-visible{outline:2px solid #0087ff;outline-offset:3px}.sidebar .menu-list .menu-item .menu-link .collapsed-flyout,.sidebar .menu-list .menu-item .submenu-toggle .collapsed-flyout{position:absolute;top:0;left:calc(100% + 8px);background:#3d3e5a;min-width:220px;border-radius:4px;box-shadow:0 2px 8px #0000004d;z-index:2000;max-height:300px;overflow-y:auto}.sidebar .menu-list .menu-item .menu-link .collapsed-flyout::-webkit-scrollbar,.sidebar .menu-list .menu-item .submenu-toggle .collapsed-flyout::-webkit-scrollbar{width:6px}.sidebar .menu-list .menu-item .menu-link .collapsed-flyout::-webkit-scrollbar-thumb,.sidebar .menu-list .menu-item .submenu-toggle .collapsed-flyout::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar .menu-list .menu-item .menu-link .collapsed-flyout::-webkit-scrollbar-thumb:hover,.sidebar .menu-list .menu-item .submenu-toggle .collapsed-flyout::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.sidebar .menu-list .menu-item .menu-link .collapsed-flyout .collapsed-submenu,.sidebar .menu-list .menu-item .submenu-toggle .collapsed-flyout .collapsed-submenu{list-style:none;margin:0;padding:4px;text-align:left}.sidebar .menu-list .menu-item .menu-link .collapsed-flyout .collapsed-submenu .submenu-item,.sidebar .menu-list .menu-item .submenu-toggle .collapsed-flyout .collapsed-submenu .submenu-item{margin-bottom:2px}.sidebar .menu-list .menu-item .menu-link .collapsed-flyout .collapsed-submenu .submenu-item .menu-link,.sidebar .menu-list .menu-item .submenu-toggle .collapsed-flyout .collapsed-submenu .submenu-item .menu-link{display:block;padding:8px 12px;font-size:14px;line-height:20px;text-decoration:none;color:#f7f7f7;border-radius:4px;transition:background-color .2s ease-in-out;width:100%;box-sizing:border-box}.sidebar .menu-list .menu-item .menu-link .collapsed-flyout .collapsed-submenu .submenu-item .menu-link .label,.sidebar .menu-list .menu-item .submenu-toggle .collapsed-flyout .collapsed-submenu .submenu-item .menu-link .label{display:block;width:100%;padding:0!important}.sidebar .menu-list .menu-item .menu-link .collapsed-flyout .collapsed-submenu .submenu-item .menu-link .service-name,.sidebar .menu-list .menu-item .submenu-toggle .collapsed-flyout .collapsed-submenu .submenu-item .menu-link .service-name{display:block;font-weight:500;font-size:14px;line-height:20px;color:#f7f7f7;margin-bottom:4px}.sidebar .menu-list .menu-item .menu-link .collapsed-flyout .collapsed-submenu .submenu-item .menu-link .service-category,.sidebar .menu-list .menu-item .submenu-toggle .collapsed-flyout .collapsed-submenu .submenu-item .menu-link .service-category{font-size:12px;color:#4a18d1;background-color:#ede5ff;display:inline-block;padding:2px 8px;border-radius:4px;font-weight:500;line-height:16px}.sidebar .menu-list .menu-item .menu-link .collapsed-flyout .collapsed-submenu .submenu-item .menu-link:hover,.sidebar .menu-list .menu-item .submenu-toggle .collapsed-flyout .collapsed-submenu .submenu-item .menu-link:hover{background:#797b98}.sidebar .menu-list .menu-item .menu-link .collapsed-flyout .collapsed-submenu .submenu-item .menu-link.active,.sidebar .menu-list .menu-item .submenu-toggle .collapsed-flyout .collapsed-submenu .submenu-item .menu-link.active{background:#797b98;font-weight:600}.sidebar .menu-list .menu-item .submenu-toggle{justify-content:space-between}.sidebar .menu-list .menu-item .submenu-toggle .submenu-option{display:flex;align-items:center}.sidebar .menu-list .menu-item .submenu{list-style:none;margin:0;max-height:300px;overflow-y:auto}.sidebar .menu-list .menu-item .submenu::-webkit-scrollbar{width:6px}.sidebar .menu-list .menu-item .submenu::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.sidebar .menu-list .menu-item .submenu::-webkit-scrollbar-thumb:hover{background:#0000004d}.sidebar .menu-list .menu-item .submenu .submenu-item{margin-bottom:2px}.sidebar .menu-list .menu-item .submenu .submenu-item a{padding:6px 8px 6px 38px;text-decoration:none;color:inherit}.sidebar .menu-list .menu-item .submenu .submenu-item a:hover{background-color:#eef2ff7e}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#ebecf2;position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;width:100%;height:100%;background-image:url(/assets/login-background-Cpn7dA30.svg);background-size:cover;background-repeat:no-repeat;opacity:1;z-index:0}.login-form-section{min-width:300px;max-width:450px;width:90%;display:flex;flex-direction:column;padding:40px;background:#4b4c6aa3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 12px 24px #0003;position:relative;z-index:1;border-bottom:8px solid #4c0caf}.logo-section{margin-bottom:40px}.logo{display:flex;align-items:baseline;justify-content:center}.logo img{width:280px;height:auto}.login-content{display:flex;flex-direction:column;gap:24px}.login-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:9px}.login-description{font-size:16px;font-weight:400;color:#fff}.sso-button-content{position:relative}@media(max-width:768px){.login-container{padding:1rem}.login-form-section{width:100%;max-width:100%;padding:2rem 1.5rem}}.content-role-management{padding:0 24px 24px;background-color:var(--background-01);border-radius:4px;width:100%;height:100%;overflow-y:auto;box-sizing:border-box;overflow-x:hidden;max-width:100vw}.content-role-management .content-title-button{display:flex;justify-content:space-between;align-items:center}.content-role-management .content-title-button .title{font-weight:700;font-size:20px;line-height:100%;letter-spacing:0%;vertical-align:middle}.content-role-management .main-actions button{margin-left:1rem}.form-row .form-group label{font-size:.875rem;font-weight:600;color:#333;margin-bottom:10px}.form-row .form-group .form-field{width:100%;font-size:.9rem;padding:9px 8px;border:1px solid #d1d5db;border-radius:4px;background-color:var(--background-01);transition:border .2s}.full-width label{margin-bottom:10px}.full-width textarea.form-field{font-family:inherit;font-size:.9rem;padding:9px 8px;border:1px solid #d1d5db;border-radius:4px;background-color:var(--background-01);transition:border .2s;resize:vertical;min-height:80px;width:100%}.permissions-accordion{width:704px;box-shadow:none;background-color:transparent;border:none}.permissions-accordion:before{display:none!important}.permissions-accordion .MuiAccordion-root{border:none;box-shadow:none}.permissions-accordion .MuiAccordionSummary-root{min-height:32px;height:32px;background-color:#f4f4f4;padding:0 16px;border:none;box-shadow:none}.permissions-accordion .MuiAccordionSummary-root.Mui-expanded{min-height:32px}.permissions-accordion .MuiAccordionSummary-root .MuiAccordionSummary-content{margin:0;height:32px;display:flex;align-items:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.permissions-accordion .MuiAccordionSummary-root .MuiAccordionSummary-content.Mui-expanded{margin:0}.permissions-accordion .accordion-title{font-size:14px;font-weight:700;color:#656a71;line-height:32px}.permissions-accordion .MuiAccordionDetails-root{padding:8px 16px;background-color:#fff;border:none}.category-folder-item{display:flex;justify-content:space-between;align-items:center;padding:8px;cursor:pointer}.category-folder-item .title{font-size:14px;color:var(--text-02);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.category-folder-item-selected{background-color:var(--hover-01)}hr{border-top:1px solid var(--hover-01)}.markdown ol,.markdown ul{margin-left:16px}.chip{border-radius:4px;padding:8px;width:fit-content;cursor:pointer;font-size:12px}.chip.primary{background-color:var(--primary-color-background);color:var(--primary-color)}.chip.secondary{background-color:var(--neutral-01);color:var(--neutral-02)}.chip.tertiary{background-color:var(--hover-01);color:var(--text-01)}.category-folder-item:hover{background-color:var(--hover-01)}.toaster-notification{background-color:var(--neutral-01);color:var(--neutral-02);width:100%;border-radius:5px;padding:16px;display:flex}.toaster-notification p{margin:3px}.fixed-to-bottom-container{height:calc(100vh - 300px)}.fixed-to-bottom-container .col{height:100%;overflow-y:auto}.add-subcategory-section hr{margin:16px 0}.edit-label .icon{cursor:pointer;margin:-6px 6px;display:none}.edit-label:hover .icon{display:inline-block}.main-actions button{margin-left:1rem}.modal-role-form{display:flex;flex-direction:column;gap:1.5rem;padding-top:.5rem;font-family:TPSans,sans-serif}.form-row{display:flex;flex-wrap:wrap;gap:1rem}.form-row .form-group{flex:1;min-width:200px;display:flex;flex-direction:column}.form-row .form-group label{font-size:.875rem;font-weight:600;color:#333;margin-bottom:6px}.form-row .form-group label .required{color:var(--error-03);font-weight:700;margin-left:2px}.form-row .form-group .form-field{width:100%;font-size:.9rem;padding:.6rem .75rem;border:1px solid #d1d5db;border-radius:4px;background-color:var(--background-01);transition:border .2s}.form-row .form-group .form-field:focus{border-color:var(--purple-primary-01);outline:none}.form-row .form-group input.form-field,.form-row .form-group select.form-field{appearance:none;-webkit-appearance:none;-moz-appearance:none}.form-row .form-group input.form-field:disabled,.form-row .form-group select.form-field:disabled{background-color:#f3f4f6;cursor:not-allowed}.form-row .form-group .input-wrapper{position:relative;display:inline-block}.form-row .form-group .input-wrapper .input-svg-arrow-down-icon{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none;right:12px}.full-width{width:100%}.full-width .required{color:var(--error-03);font-weight:700;margin-left:2px}.full-width textarea.form-field{font-family:inherit;font-size:.9rem;padding:.6rem .75rem;border:1px solid #d1d5db;border-radius:4px;background-color:var(--background-01);transition:border .2s;resize:vertical;min-height:80px;width:100%}.full-width textarea.form-field:focus{border-color:var(--purple-primary-01);outline:none}.full-width .char-counter{font-size:.75rem;color:#6b7280;text-align:right;margin-top:4px}.form-switches{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.switch{position:relative;display:inline-block;height:16px;width:30px}.switch input[type=checkbox]{display:none}.switch-label:hover{cursor:pointer}.flex-row{display:flex;flex-direction:row;align-items:center;gap:16px}.switch-label{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000040;border-radius:20px;transition:background-color .3s}.switch-handle{position:absolute;top:2px;left:2px;width:11px;height:12px;background-color:#fff;border-radius:20px;transition:left .3s}.switch input[type=checkbox]:checked+.switch-label{background-color:#1890ff}.switch input[type=checkbox]:checked+.switch-label.green{background-color:#009a58}.switch input[type=checkbox]:checked+.switch-label .switch-handle{left:17px}.drop{position:relative;display:inline}.drop .dropdownButton{font-size:14px;color:var(--text-01);width:fit-content;display:inherit}.drop .dropdownButton:hover{background-color:transparent}.drop .dropdownButton.arrow-drop{display:inline-flex;gap:8px}.drop .dropdownButton.arrow-drop:after{content:"keyboard_arrow_down";font-family:Material Icons Round;justify-self:flex-end;font-size:22px;display:block}.dropdown-modal{display:none;position:absolute;top:30px;left:0;width:230px;height:auto;border-radius:4px;box-shadow:0 6px 15px #959da559;overflow:hidden;z-index:1;background-color:var(--background-01)}.dm-outlined{border:1px solid var(--stroke-01)}.dropdown-modal.active{display:block}.dropdown-list{list-style-type:none;display:flex;flex-direction:column}.dropdown-list>.dd-list-item{padding:8px 16px;font-size:14px;line-height:20px;font-weight:500;color:var(--text-01);text-decoration:none;width:100%;display:flex;gap:16px;border:none;outline:none;font-family:inherit;background:transparent;box-sizing:border-box}.dropdown-list>.dd-list-item:hover{background:var(--hover-01)}.dropdown-list>.dd-list-item:focus,.dropdown-list>.dd-list-item.active{background:var(--select-01)}.dropdown-list a{font-size:14px;line-height:20px;font-weight:500;color:var(--text-01);text-decoration:none}.text-left,.text-right{flex:1}.li-icon>i{font-size:18px}.list{min-width:230px}.dd-list-item>.checkbox-container{margin-right:0}.project-manager-alert-dialog .MuiPaper-root{width:430px;height:172px;border-radius:5px;padding:24px;gap:24px;box-shadow:4px 4px 22px #00000040;display:flex;flex-direction:column;align-items:center}.project-manager-alert-dialog .MuiDialogTitle-root{padding:0;text-align:center;font-weight:700;font-size:18px;line-height:100%;letter-spacing:0%;vertical-align:middle}.project-manager-alert-dialog .MuiDialogContent-root{padding:0;display:flex;justify-content:center;align-items:center}.project-manager-alert-dialog .project-manager-alert-message{font-weight:500;font-size:14px;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:middle}.project-manager-alert-dialog .MuiDialogActions-root{padding:0;gap:10px}.project-manager-alert-dialog .project-manager-alert-button{width:79px;height:32px;border-radius:4px;padding:9px 16px;border-width:1px;min-width:79px;max-width:79px}.project-manager-alert-dialog .project-manager-alert-button.MuiButton-outlined{border-width:1px;border-color:#3d3e5a;color:#3d3e5a}.project-manager-alert-dialog .project-manager-alert-button.MuiButton-contained{background-color:#3d3e5a;color:#fff}.content-role-management{background-color:var(--background-01);border-radius:4px;width:100%;overflow-y:auto;box-sizing:border-box;overflow-x:hidden}.content-role-management .content-title-button{margin-bottom:24px}.content-role-management .content-title-button .title{font-size:20px;font-weight:700;color:var(--text-01)}.content-role-management.empty-state{min-height:80vh;display:flex;flex-direction:column}.content-role-management.empty-state .content-title-button{flex-shrink:0}.project-card{width:345px;height:184px;display:flex;flex-direction:column;background:#f4f4f4;border-radius:4px;padding:16px;gap:10px;overflow:hidden;transition:all .2s ease-in-out;box-sizing:border-box}.project-card:hover{background:#eef2ff}.project-card__header{width:100%;display:flex;justify-content:space-between;align-items:center;position:relative}.project-card__header--title{font-size:16px;font-weight:700;color:var(--text-01);word-break:break-word;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.project-card__header--edit-btn{opacity:0;visibility:hidden;background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease-in-out;color:#666;display:flex;align-items:center;justify-content:center;min-width:26px;height:26px}.project-card__header--edit-btn:hover:not(:disabled){background-color:#0000001a;color:#333}.project-card__header--edit-btn:disabled{cursor:wait;opacity:.6}.project-card__header--edit-btn.loading{opacity:1;visibility:visible;cursor:wait}.project-card__header--edit-btn svg{width:18px;height:18px}.project-card__header--edit-btn .loading-spinner{width:18px;height:18px;border:2px solid #f3f3f3;border-top:2px solid #666;border-radius:50%;animation:spin 1s linear infinite}.project-card:hover .project-card__header--edit-btn{opacity:1;visibility:visible}.project-card__content{display:flex;gap:16px;width:100%;height:100%}.project-card__content--logo{width:128px;height:120px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;background-size:contain;background-position:center;background-repeat:no-repeat}.project-card__content__body{flex:1;display:flex;flex-direction:column;justify-content:center;gap:4px}.project-card__info-wrapper{display:flex;flex-direction:column;flex:1}.project-card__info{display:flex;flex-direction:column;gap:4px}.project-card__info p{font-size:12px;color:var(--text-01);font-weight:500;word-break:break-word;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:168px}.project-card__footer{display:flex;justify-content:space-between;margin-top:16px}.project-card__footer--right{margin-top:12px}.project-card__label{font-weight:700}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dynamic-filter{background-color:#fff;border-radius:8px;border-right:1px solid #e6e6e6;padding-right:1rem;overflow-y:auto;height:calc(100dvh - 300px);font-family:TPSans,sans-serif}.dynamic-filter .filter-title,.dynamic-filter .label,.dynamic-filter .chip-label,.dynamic-filter .checkbox-label,.dynamic-filter .accordion-title{font-family:inherit}.dynamic-filter .MuiTypography-root,.dynamic-filter .MuiFormControlLabel-label,.dynamic-filter .MuiInputBase-input,.dynamic-filter .MuiTreeItem-label,.dynamic-filter .MuiButtonBase-root{font-family:inherit!important}.dynamic-filter .tree-item-label{font-family:inherit}.dynamic-filter [class*=-MuiTreeItem-content],.dynamic-filter [class*=-MuiTreeItem-label],.dynamic-filter [class*=-MuiTreeItem-iconContainer],.dynamic-filter [class*=-MuiCheckbox-root],.dynamic-filter [class*=-MuiRichTreeView-root]{font-family:inherit!important}.dynamic-filter .date-picker-group{display:flex;flex-direction:row;gap:10px;margin-bottom:1rem}.dynamic-filter .MuiTreeItem-label{display:flex;align-items:center}.dynamic-filter .filter-title{font-size:16px;font-weight:700;margin-bottom:16px}.dynamic-filter .label{font-size:12px;font-weight:500;margin-bottom:8px}.dynamic-filter .chip{display:flex;align-items:center;background-color:#ebecf3;border-radius:4px;height:28px;padding:2px 8px;gap:8px}.dynamic-filter .chip .chip-label{font-size:14px;font-weight:400;color:#1c1c1c;white-space:nowrap}.dynamic-filter .chip .chip-delete{padding:0;width:16px;height:16px;color:#5f6368}.dynamic-filter .chip .chip-delete:hover{background-color:transparent}.dynamic-filter .checkbox-label{color:#656a71;font-size:14px;margin-left:14px}.dynamic-filter .accordion-summary{height:32px;min-height:32px;max-height:32px;border-radius:4px;background-color:#f4f4f4}.dynamic-filter .accordion-summary .accordion-title{font-size:14px;font-weight:700;color:#656a71;line-height:32px}.dynamic-filter .accordion-details{background-color:#fff}.dynamic-filter .search-input{margin-bottom:10px}.dynamic-filter .search-input input{padding:6px 8px;font-size:14px}.status-dropdown{position:relative;width:100%;min-height:50px;height:50px;line-height:50px;border:1px solid #d1d5db;border-radius:6px;background-color:var(--background-01);cursor:pointer;transition:border .2s,box-shadow .2s;display:flex;align-items:center;justify-content:flex-start;padding:0 36px 0 .75rem;font-size:14px;color:#2e2e2e;box-sizing:border-box}.status-dropdown:hover:not(.status-dropdown--disabled){border-color:#8051ff}.status-dropdown:focus-within,.status-dropdown--open{border-color:#8051ff;box-shadow:0 0 0 2px #8051ff33}.status-dropdown--disabled{background-color:#e6e6e6;color:#989898;cursor:not-allowed;border-color:#e6e6e6}.status-dropdown__selected{flex:1;display:flex;align-items:center;min-height:50px;height:50px;line-height:50px;font-size:14px;color:#2e2e2e;background:transparent;box-sizing:border-box;padding:0}.status-dropdown__label{display:inline-block;transition:all .2s ease;font-size:14px;font-weight:400;color:#2e2e2e;vertical-align:middle}.status-dropdown__placeholder{color:#989898;font-size:14px;font-weight:400;vertical-align:middle}.status-dropdown__arrow{width:12px;height:8px;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:transform .2s;flex-shrink:0;pointer-events:none;opacity:.7}.status-dropdown__arrow--open{transform:translateY(-50%) rotate(180deg)}.status-dropdown__menu{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #d1d5db;border-top:none;border-radius:0 0 6px 6px;box-shadow:0 4px 12px #3c3c3c26;z-index:1000;max-height:200px;overflow-y:auto}.status-dropdown__list{list-style:none;margin:0;padding:4px 0}.status-dropdown__item{padding:0;margin:0;width:100%}.status-dropdown__item:hover,.status-dropdown__item--selected{background-color:#e8deff}.status-dropdown__item-label{display:block;width:100%;padding:8px 12px;text-align:left;background:none;border:none;cursor:pointer;font-family:inherit;font-size:14px;line-height:1.4;transition:all .2s ease;border-radius:0;color:#2e2e2e;background-color:transparent}.status-dropdown__item-label:hover{background-color:transparent}@media(max-width:768px){.status-dropdown{min-height:50px;height:50px;line-height:50px;padding:0 36px 0 .75rem}.status-dropdown__selected{min-height:50px;height:50px;line-height:50px}.status-dropdown__placeholder{font-size:16px}}.token-container{background-color:#fff;padding:16px;border-radius:4px}.token-container .token-label{font-size:14px;font-weight:700}.token-container .generate-btn{border-color:#3d3e5a;color:#3d3e5a;text-transform:none;font-weight:700;height:32px;font-size:14px;line-height:20px}.token-container .generate-btn:hover{background-color:#f3e5f5;border-color:#6a1b9a}.token-container .token-box{display:flex;flex-direction:column;gap:6px}.token-container .token-box .token-field{width:280px;height:32px;background-color:#f4f4f4;border-radius:4px}.token-container .token-box .token-field .MuiInputBase-root{height:32px;font-size:14px;color:#73738b}.token-container .token-box .token-field input{padding:0 8px}.token-container .token-box .token-field .MuiOutlinedInput-notchedOutline,.token-container .token-box .token-field:hover .MuiOutlinedInput-notchedOutline{border-color:transparent}.token-container .token-box .token-field .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#3d3e5a;border-width:1px;border-radius:4px}.token-container .token-box .token-info{display:flex;flex-direction:column;gap:8px;margin-left:4px}.token-container .token-box .token-info .detail-text{font-size:12px;font-weight:700;color:#333}.token-container .token-box .token-info .detail-text .value{font-weight:400;margin-left:4px}.token-container .token-box .token-info .detail-text .value.expired{color:var(--error-03)}.token-container .token-box .token-info .detail-row{display:flex;align-items:center;gap:6px}.token-container .token-box .token-info .detail-row.editable .MuiIconButton-root{padding:4px;color:#666}.token-container .token-box .token-info .detail-row.editable svg{font-size:16px}.token-container .token-box .token-info .MuiTypography-root{font-size:.85rem}.dual-scrollbar{position:relative;width:100%;height:100%;overflow:visible}.dual-scrollbar__track{position:absolute;top:0;bottom:0;left:0;width:12px;overflow-y:auto;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:5;background:transparent;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.35) transparent}.dual-scrollbar__track--visible{opacity:1;pointer-events:auto}.dual-scrollbar__track::-webkit-scrollbar{width:12px}.dual-scrollbar__track::-webkit-scrollbar-track{background:transparent}.dual-scrollbar__track::-webkit-scrollbar-thumb{background:#00000040;border-radius:6px}.dual-scrollbar__track::-webkit-scrollbar-thumb:hover{background:#00000059}.dual-scrollbar__track-spacer{width:1px;min-height:100%}.dual-scrollbar__content{position:relative;width:100%;height:100%;overflow-y:auto;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.35) transparent}.dual-scrollbar__content::-webkit-scrollbar{width:12px}.dual-scrollbar__content::-webkit-scrollbar-track{background:transparent}.dual-scrollbar__content::-webkit-scrollbar-thumb{background:#00000040;border-radius:6px}.dual-scrollbar__content::-webkit-scrollbar-thumb:hover{background:#00000059}.dual-scrollbar__arrow{position:absolute;width:0;height:0;pointer-events:none;z-index:10;opacity:0;transition:opacity .2s ease}.dual-scrollbar__arrow:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent}.dual-scrollbar__arrow--up:before{border-bottom:7px solid rgba(0,0,0,.55)}.dual-scrollbar__arrow--down:before{border-top:7px solid rgba(0,0,0,.55)}.dual-scrollbar__arrow--left{left:6px}.dual-scrollbar__arrow--right{right:6px}.dual-scrollbar__arrow--up{top:-10px}.dual-scrollbar__arrow--down{bottom:-10px}.dual-scrollbar__track.dual-scrollbar__track--visible~.dual-scrollbar__arrow{opacity:1}.btn-more-vert{width:26px;height:26px;font-size:15px;border-radius:4px}.btn-more-vert:hover{cursor:pointer;background-color:#ede5ff}.dashboard-view{width:100%;padding:0;margin-top:24px}.dashboard-view .dashboard-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:24px;width:100%}.dashboard-view .dashboard-card{background:#fff;border:1px solid #dedae4;border-radius:4px;width:100%;aspect-ratio:340/242;padding:16px;display:flex;flex-direction:column;gap:16px;opacity:1;transition:all .2s ease}.dashboard-view .dashboard-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.dashboard-view .dashboard-card .card-header{display:flex;justify-content:space-between;align-items:flex-start}.dashboard-view .dashboard-card .card-header .icon-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5!important}.dashboard-view .dashboard-card .card-header .icon-circle svg{font-size:24px}.dashboard-view .dashboard-card .card-header .count-badge{min-width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:0 8px;font-size:16px;font-weight:700;font-style:bold;line-height:1}.dashboard-view .dashboard-card .card-content{display:flex;flex-direction:column;gap:8px}.dashboard-view .dashboard-card .card-content .card-title{font-size:16px;font-weight:600;color:#1a1a2e;margin:0;line-height:1.4}.dashboard-view .dashboard-card .card-content .card-subtitle{font-size:14px;color:#73738b;margin:0;line-height:1.4}.dashboard-view .dashboard-card .card-content .empty-state{margin-top:8px;display:flex;align-items:center;justify-content:center;gap:12px;flex:1}.dashboard-view .dashboard-card .card-content .empty-state .empty-state-image{width:80px;height:auto;flex-shrink:0}.dashboard-view .dashboard-card .card-content .empty-state .empty-state-text{font-size:14px;color:#1a1a2e;margin:0;line-height:1.4;text-align:left}.llm-provider-card{background:var(--background-01);border:1px solid #e6e6e6;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px;width:100%;box-shadow:0 1px 2px #22222214}.llm-provider-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.llm-provider-card__title-wrapper{flex:1;min-width:0}.llm-provider-card__title-badges{display:flex;flex-direction:row;align-items:center;gap:10.5px}.llm-provider-card__title{font-size:16px!important;font-weight:700!important;color:var(--text-01);line-height:1.2}.llm-provider-card__badges{margin-top:6px;display:flex;align-items:center}.llm-provider-card__pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600;line-height:1;border:1px solid transparent}.llm-provider-card__description{margin-top:4px!important;color:var(--text-02);font-size:13px!important;font-weight:500!important}.llm-provider-card__menu-button{width:32px;height:32px;border:1px solid #e6e6e6}.llm-provider-card__info-grid{display:grid;gap:10px 16px;grid-template-columns:repeat(2,minmax(220px,1fr))}.llm-provider-card__info-item{display:flex;flex-direction:column;gap:4px}.llm-provider-card__info-item-med-width{display:grid;gap:10px 16px;grid-template-columns:repeat(2,minmax(220px,1fr))}.llm-provider-card__label{font-size:12px;color:var(--text-01);font-weight:600}.llm-provider-card__value{font-size:14px;color:var(--text-03);font-weight:600;word-break:break-word}.llm-provider-card__secret-row{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:var(--background-02);border-radius:8px;gap:8px;flex-wrap:wrap}.llm-provider-card__secret-value{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--text-01);font-weight:600}.llm-provider-card__secret{display:flex;flex-direction:column;gap:6px}.llm-provider-card__secret-field{display:flex;align-items:center;gap:10px;padding:10px 12px;min-height:40px}.llm-provider-card__secret-field-bg{border-radius:8px;background:var(--background-02)}.llm-provider-card__secret-field-icon{color:var(--text-03);flex:0 0 auto}.llm-provider-card__secret-field-text{flex:1 1 auto;min-width:0;font-size:14px;color:var(--text-01);font-weight:600;letter-spacing:.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.llm-provider-card__secret-field-action{flex:0 0 auto;padding:4px}.llm-provider-card__models{display:grid;grid-template-columns:repeat(1,minmax(300px,1fr));gap:16px}.llm-provider-card__models-column{display:flex;flex-direction:column}.llm-provider-card__section-title{font-size:14px;font-weight:700;color:var(--text-01)}.llm-provider-card__model-row{display:grid;grid-template-columns:repeat(2,minmax(300px,1fr));gap:12px;align-items:flex-start}.llm-provider-card__model-chip{height:28px!important;font-weight:600!important;background:#f0f4ff!important;width:fit-content;border-radius:4px!important}.llm-provider-card__model-chip--inactive{background:#f5f5f5!important;color:var(--text-02)!important}.llm-provider-card__params{display:flex;flex-direction:column}.llm-provider-card__param{font-size:12px;color:var(--text-02);font-weight:500}.llm-provider-card__muted{font-size:12px;color:var(--text-03)}.llm-provider-card__footer{display:flex;gap:12px;flex-wrap:wrap;border-top:1px solid #e6e6e6;padding-top:8px;margin-top:4px}.llm-provider-card__meta{font-size:12px;color:var(--text-03);font-weight:600}.llm-provider-card--inactive{border-color:#f2dede;background:#fff9f9}.llm-provider-card--expired{border-color:#ffe0e5;background:#fff7f8}@media(max-width:768px){.llm-provider-card__model-row{grid-template-columns:1fr}}.llm-providers-page{display:flex;flex-direction:column;background:var(--background-01);gap:14px;padding:16px}.llm-providers-page__header{display:flex;align-items:center;gap:10px}.llm-providers-page__back{padding-left:0!important}.llm-providers-page__title{font-size:18px!important;font-weight:700!important;color:var(--text-01)}.llm-providers-page__tabs{display:flex;gap:16px;border-bottom:1px solid #e6e6e6;padding-bottom:6px}.llm-providers-page__tab{border:0;background:transparent;font-size:13px;font-weight:700;color:var(--text-02);padding:6px 2px;cursor:pointer;position:relative;display:inline-flex;align-items:center;gap:8px}.llm-providers-page__tab.is-active{color:#3d3e5a}.llm-providers-page__tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:3px;background:#3d3e5a;border-radius:3px}.llm-providers-page__tab-badge{min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#f3e8ff;color:#3d3e5a;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;line-height:1}.llm-providers-page__toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.llm-providers-page__new{min-width:150px}.llm-providers-page__state{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e6e6e6;border-radius:8px;background:var(--background-01);width:fit-content}.llm-providers-page__state--error{border-color:#f2dede;background:#fff9f9}.llm-providers-page__empty{color:var(--text-02);font-weight:600}.llm-providers-page__list{display:flex;flex-direction:column;gap:14px;padding-bottom:12px}:root{--tp-dark-slate-50: #f1f4f8;--tp-dark-slate-100: #e2e8f1;--tp-dark-slate-200: #c4d0e3;--tp-dark-slate-300: #98acca;--tp-dark-slate-400: #6b86b1;--tp-dark-slate-500: #3e5f98;--tp-dark-slate-600: #324c79;--tp-dark-slate-700: #25395b;--tp-dark-slate-800: #19263d;--tp-dark-slate-900: #0c131e;--tp-dark-slate-950: #060a0f;--tp-lavender-50: #f9f8fb;--tp-lavender-100: #f2f1f7;--tp-lavender-200: #e6e3ef;--tp-lavender-300: #cdc6df;--tp-lavender-400: #b3a9cf;--tp-lavender-500: #998cbf;--tp-lavender-600: #7a7099;--tp-lavender-700: #5c5473;--tp-lavender-800: #3d384d;--tp-lavender-900: #1f1c26;--tp-lavender-950: #0f0e13;--neutral-0: #ffffff;--neutral-50: #fafafb;--neutral-100: #f5f5f6;--neutral-200: #e0e1e3;--neutral-300: #c8c9cc;--neutral-400: #aeafb4;--neutral-500: #93949c;--neutral-600: #75767d;--neutral-700: #58585e;--neutral-800: #3a3b3f;--neutral-900: #1d1d20;--neutral-950: #0e0e0f;--success-50: #f5fef9;--success-100: #ebfef3;--success-200: #d6fde8;--success-300: #a8fbcf;--success-400: #79f9b7;--success-500: #4bf79e;--success-600: #3cc57e;--success-700: #2d9460;--success-800: #1e6341;--success-900: #0f3121;--success-950: #071910;--error-50: #fef6f6;--error-100: #feeded;--error-200: #fcd8d8;--error-300: #fab1b1;--error-400: #f78989;--error-500: #f56262;--error-600: #c34e4e;--error-700: #923b3b;--error-800: #612727;--error-900: #311414;--error-950: #180a0a;--warning-50: #fffef8;--warning-100: #fffdef;--warning-200: #fffadd;--warning-300: #fff5b8;--warning-400: #fff094;--warning-500: #ffeb6f;--warning-600: #ccbc59;--warning-700: #998d43;--warning-800: #665e2d;--warning-900: #332f16;--warning-950: #19170b;--info-50: #f7faff;--info-100: #eff5ff;--info-200: #dfeeff;--info-300: #bfddff;--info-400: #9fcbff;--info-500: #7fbaff;--info-600: #6595cc;--info-700: #4c7099;--info-800: #334b66;--info-900: #192633;--info-950: #0d1319}:root{--background-01: #ffffff;--background-02: #f7f7f7;--text-01: #2e2e2e;--text-02: #5d5d5d;--text-03: #989898;--stroke-01: #bfbfbf;--hover-01: #e6e6e6;--select-01: #eef2ff;--neutral-01: #d3e1fc;--neutral-02: #002c81;--success-01: #cef3e5;--success-02: #00462f;--success-03: #009a58;--error-01: #ffd7d7;--error-02: #850117;--error-03: #cc0000;--alert-01: #fff7da;--alert-02: #5b4900;--primary-color: #3d3e5a;--primary-color-hover: #a00095;--primary-color-background: #e8deff;--purple-primary-01: #3d3e5a;--purple-primary-02: #a00095;--purple-secondary-01: #c30091;--purple-tertiary-01: #ffb8dc}@font-face{font-family:TPSans;src:url(/assets/TPSans-Light-DZh-5rGR.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:TPSans;src:url(/assets/TPSans-Regular-Bd286oAD.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:TPSans;src:url(/assets/TPSans-Italic-B8EanhB1.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:TPSans;src:url(/assets/TPSans-Medium-AC1k5c34.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:TPSans;src:url(/assets/TPSans-Bold-By1gKz9N.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}html,body,*{margin:0;padding:0;font-family:TPSans,sans-serif;box-sizing:border-box}.MuiTypography-root,.MuiButtonBase-root,.MuiButton-root,.MuiInputBase-root,.MuiMenuItem-root,.MuiListItem-root,.MuiChip-root,.MuiTooltip-tooltip,.MuiTableCell-root,.MuiTab-root,.MuiFormLabel-root,.MuiFormHelperText-root,.MuiPaginationItem-root,.MuiTreeItem-root,.MuiStepper-root,.MuiStepLabel-root,.MuiStepLabel-label{font-family:TPSans,sans-serif!important}.pt-16{padding-top:64px}.flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.content-breadcrumb{width:100%;align-items:center;margin-bottom:8px}.MuiPaper-root.MuiMenu-paper{border:1px solid #3d3e5a}
