.error-wrapper{flex-direction:column;align-items:center;display:flex}.error-wrapper .error-icon{justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:12px;display:flex}.error-wrapper .error-icon .face-down-icon{background-color:var(--gray-100);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.error-wrapper .error-icon .face-down-icon svg{color:var(--grey-light-text)}.error-wrapper h4{color:var(--grey-heading-dashboard);margin-bottom:8px;font-size:32px;font-weight:400}.error-wrapper .error-text{color:var(--grey-light-text);margin-bottom:24px;font-size:20px}.error-wrapper button{font-size:14px!important}
.error-page-wrapper{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.project-detail-wrapper{flex-direction:column;height:100%;min-height:0;padding:2rem 0;display:flex;overflow:hidden}.project-detail-wrapper .breadcrumb-wrapper{margin-bottom:20px;padding:0 2rem}.project-detail-wrapper .breadcrumb-wrapper.project-breadcrumb-row{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;display:flex}.project-detail-wrapper .project-outbox-btn{align-items:center;gap:6px;font-weight:600;display:inline-flex}.project-detail-wrapper .project-outbox-btn__badge{background:var(--primary-600);min-width:20px;height:20px;color:var(--bg-primary,#fff);border-radius:9999px;justify-content:center;align-items:center;margin-left:4px;padding:0 6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.project-detail-wrapper .project-header-name{justify-content:space-between;align-items:center;width:100%;min-height:40px;margin-bottom:32px;padding:0 2rem;display:flex}.project-detail-wrapper .project-header-name .header-left{align-items:center;gap:8px;display:flex}.project-detail-wrapper .project-header-name .header-left h4{color:var(--grey-heading-dashboard);margin-bottom:0;margin-right:8px;font-size:30px;font-style:normal;font-weight:600}.project-detail-wrapper .project-header-name .header-right{cursor:pointer;align-items:center;gap:4px;display:flex}.project-detail-wrapper .project-header-name .header-right span{font-size:14px;font-style:normal;font-weight:600}.project-detail-wrapper .project-tab-list-wrapper{flex-direction:column;flex:1;width:100%;min-height:0;padding:0 2rem;display:flex}.body-height-table-indetail{height:calc(100vh - 375px);position:relative}@media (max-width:1180px){.project-detail-wrapper{height:auto;padding:1rem 0;display:block;overflow:visible}.project-detail-wrapper .breadcrumb-wrapper{padding:0 1rem}.project-detail-wrapper .project-header-name{flex-direction:row;align-items:center;gap:.75rem;padding:0 1rem}.project-detail-wrapper .project-header-name .header-left{flex:1;min-width:0;overflow:hidden}.project-detail-wrapper .project-header-name .header-left h4{text-overflow:ellipsis;white-space:nowrap;font-size:22px;overflow:hidden}.project-detail-wrapper .project-header-name .header-right{flex-shrink:0}.project-detail-wrapper #project-detail-archive-button .archive-btn-label{display:none}.project-detail-wrapper .project-tab-list-wrapper{height:auto;padding:0 1rem}.body-height-table-indetail{height:auto;min-height:300px}}
.logo-wrapper{cursor:pointer}.logo-wrapper img{width:auto;height:50px}.logo-header-row{justify-content:space-between;align-items:center;display:flex}.logo-header-lang-btn{border:1px solid var(--grey-light-border,var(--gray-300));border-radius:var(--radius-md);cursor:pointer;color:var(--grey-dark,var(--gray-600));background:0 0;align-items:center;gap:6px;padding:4px 12px;font-size:13px;transition:border-color .2s,background-color .2s;display:flex}.logo-header-lang-btn:hover{border-color:var(--primary-color,var(--color-primary));background-color:var(--grey-lightest,var(--gray-50))}.logo-header-lang-btn svg{width:16px;height:16px}.logo-header-lang-item{justify-content:space-between;align-items:center;min-width:140px;font-size:14px;display:flex}
.custom-confirm-modal .button-wrapper{justify-content:space-between;gap:12px;width:100%;display:flex}.custom-confirm-modal .button-wrapper button{width:50%!important}.custom-confirm-modal .title-wrapper{flex-direction:column;margin-top:16px;margin-bottom:32px;display:flex}.custom-confirm-modal .title-wrapper .title{color:var(--grey-heading-dashboard);margin-bottom:8px;font-size:16px;font-weight:600}.custom-confirm-modal .title-wrapper .sub-title{color:var(--grey-light-text);font-size:14px}
.multiselect-dropdown{background:var(--color-white);box-shadow:var(--shadow-md);border-radius:var(--radius-sm);max-height:300px;font-size:16px;overflow-y:auto}.multiselect-dropdown .add-option{min-height:44px;color:var(--primary-600);cursor:pointer;border-bottom:1px solid var(--gray-200);align-items:center;gap:12px;padding:8px 16px;font-weight:500;display:flex}.multiselect-input{border:1px solid var(--gray-300);border-radius:var(--radius-md);cursor:pointer;flex-wrap:wrap;align-items:center;gap:4px;min-height:40px;padding:0 11px;transition:border-color .3s;display:flex}:is(.multiselect-input:hover,.multiselect-input.open){border-color:var(--color-primary)}.multiselect-input>input{cursor:pointer;border:none;padding-left:0;padding-right:0}.multiselect-input>input:focus{box-shadow:none;outline:none}.multiselect-tag{background:var(--gray-100);border:1px solid var(--gray-100);color:var(--gray-700);border-radius:var(--radius-2xl);margin:2px;padding:2px 8px;font-weight:500}.multiselect-option{cursor:pointer;min-height:44px;color:var(--gray-900);align-items:center;padding:7px 14px;font-weight:500;display:flex}.multiselect-option.disabled{opacity:.6;cursor:not-allowed}.multiselect-option .ant-checkbox{border-color:var(--gray-300)}.multiselect-option.no-results{justify-content:center}.dropdown-disabled{color:#00000040;border-color:var(--gray-300);box-shadow:none;cursor:not-allowed;opacity:1;background-color:#0000000a}.dropdown-disabled:hover{border-color:var(--gray-300)}.dropdown-disabled>input{background-color:#0000!important}
.locale-aware-number-input{width:100%;position:relative}.locale-aware-number-input .number-input{width:100%}.locale-aware-number-input .number-input input{text-align:left;padding-right:30px}.locale-aware-number-input .number-input .ant-input-suffix{pointer-events:none;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.locale-aware-number-input.has-error .number-input{border-color:var(--error-500)}:is(.locale-aware-number-input.has-error .number-input:focus,.locale-aware-number-input.has-error .number-input:hover){border-color:var(--error-500)}.locale-aware-number-input .number-error-message{color:var(--error-500);margin-top:4px;font-size:12px;line-height:1.4}@media (prefers-color-scheme:dark){.locale-aware-number-input .number-error-message{color:var(--error-300)}}
.attributes-section .add-attribute-btn{margin-top:16px}.attributes-section .attribute-category-group{margin-bottom:8px}.attributes-section .attribute-category-title{color:var(--gray-900);border-bottom:1px solid var(--gray-200);align-items:center;gap:8px;margin:32px 0 12px;padding-bottom:8px;font-size:16px;font-weight:600;display:flex}.attributes-section .attribute-category-icon{width:20px;height:20px;color:var(--gray-700);flex-shrink:0}.attributes-section .attribute-category-group:first-child .attribute-category-title{margin-top:0}.language-proficiency-select{flex-direction:column;gap:8px;width:100%;display:flex}.language-proficiency-row{align-items:center;gap:8px;display:flex}.language-proficiency-remove{color:var(--gray-500);flex-shrink:0}.language-proficiency-remove:hover{color:var(--error-500)}.language-proficiency-add{color:var(--color-primary);border-color:var(--color-primary);align-self:flex-start;margin-top:4px}@media (max-width:767px){.language-proficiency-row{flex-wrap:wrap}.language-proficiency-row .ant-select{min-width:0}}.ca-group{margin-bottom:8px}.ca-group-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.ca-group-header .attribute-category-title{flex:1;margin-right:0}.ca-add-link.ant-btn{color:var(--color-primary);align-items:center;gap:4px;height:auto;padding:0 4px;font-weight:500;display:inline-flex}.ca-add-link.ant-btn:hover{color:var(--primary-700);background:0 0!important}.ca-row .form-row-label{flex-wrap:wrap;align-items:center;gap:8px;line-height:32px;display:flex}.ca-row-label-text{min-width:0}.ca-row-status{align-items:center;font-weight:400;display:inline-flex}.ca-row .form-row-label.ca-untitled{color:var(--gray-400);font-style:italic;font-weight:400}.ca-row-trailing{flex:none;align-items:center;gap:8px;margin-left:auto;padding-left:12px;display:inline-flex}.ca-row .form-row-inputs>.range-inputs{align-items:center;gap:16px;width:100%;display:flex}.ca-row .form-row-inputs>.range-inputs>:not(.range-separator){flex:1;min-width:0}.ca-row-type-tag.ant-tag{color:var(--primary-700);background:var(--primary-100);border:1px solid var(--primary-200);border-radius:var(--radius-full);margin:0;padding:1px 8px;font-size:11px;font-weight:500;line-height:16px}.ca-row-actions{align-items:center;gap:2px;display:inline-flex}.ca-row-action.ant-btn{color:var(--gray-400);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.ca-row-action.ant-btn .ant-btn-icon{justify-content:center;align-items:center;line-height:1;display:inline-flex}.ca-row-action.ant-btn .ant-btn-icon>svg{width:16px;height:16px;display:block}.ca-row-action.ant-btn:hover{color:var(--color-primary);background:var(--primary-100)!important}.ca-row-action.active{color:var(--color-primary);background:var(--primary-100)!important}.ca-row-action-danger.ant-btn:hover{color:var(--error-500)!important;background:var(--error-100)!important}.ca-edit-panel{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin:4px 0 16px;padding:16px}.ca-edit-panel--alert{border-color:var(--error-300);background:var(--error-100)}.ca-edit-grid{grid-template-columns:1fr 1fr;gap:12px 16px;display:grid}.ca-edit-field.ant-form-item{margin-bottom:0}.ca-edit-field--full{grid-column:1/-1}.ca-edit-label{color:var(--gray-600);font-size:12px;font-weight:500}.ca-edit-translate-note{color:var(--primary-700);background:var(--primary-100);border:1px solid var(--primary-200);border-radius:var(--radius-md);align-items:center;gap:8px;margin-bottom:14px;padding:8px 12px;font-size:12px;display:flex}.ca-edit-translate-icon{font-size:14px}.ca-row-status-tag.ant-tag{border-radius:var(--radius-full);align-items:center;gap:4px;margin:0;padding:1px 8px;font-size:11px;font-weight:500;line-height:16px;display:inline-flex}.ca-row-status-pending.ant-tag{color:var(--primary-700);background:var(--primary-100);border:1px solid var(--primary-200)}.ca-row-status-error.ant-tag{color:var(--error-600);background:var(--error-100);border:1px solid var(--error-200)}@media (max-width:767px){.ca-edit-grid{grid-template-columns:1fr}}.ca-empty-state{text-align:center;background:var(--gray-50);border:1px dashed var(--gray-300);border-radius:var(--radius-xl);flex-direction:column;justify-content:center;align-items:center;gap:12px;margin-top:4px;padding:32px 24px;display:flex}.ca-empty-state-body{max-width:420px;color:var(--gray-600);margin:0;font-size:13px;line-height:1.5}.ca-row-value-draft{min-height:40px;color:var(--gray-400);align-items:center;font-size:13px;font-style:italic;display:inline-flex}.ca-edit-translate-text{flex:1}.ca-edit-translate-dismiss.ant-btn{color:var(--primary-700);flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.ca-edit-translate-dismiss.ant-btn:hover{background:var(--primary-200)!important;color:var(--primary-700)!important}
.modal-header{background-color:var(--color-white);z-index:999;opacity:1;justify-content:space-between;width:100%;padding:2rem 0;display:flex;position:sticky;top:0}.modal-header .ant-avatar{background-color:var(--primary-50)}.modal-header h4>a{line-height:0}.modal-header .role-tag{color:var(--gray-700);background-color:var(--color-white);border-color:var(--gray-300);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);cursor:pointer;gap:4px;padding:3px 8px;font-size:14px;display:inline-flex}.modal-header .role-switcher{align-items:center;gap:4px;display:inline-flex}.modal-header .role-switcher-open{color:var(--gray-600);justify-content:center;align-items:center;height:auto;padding:2px 6px;display:inline-flex}.modal-header .role-switcher-open:hover{color:var(--primary-600)}.modal-header .modal-header-left{flex:1;align-items:center;min-width:0;display:flex;overflow:hidden}.modal-header .modal-header-left .back-button{border-radius:var(--radius-md);border:1px solid var(--grey-icon-modal-border-color);cursor:pointer;flex-shrink:0;padding:10px}.modal-header .modal-header-left .modal-header-prefix{flex-shrink:0;align-items:center;margin-left:1rem;display:inline-flex}.modal-header .modal-header-left h4{min-width:0;color:var(--currency-sufix-color);flex:1;align-items:center;gap:8px;margin-bottom:0;margin-left:1rem;font-size:30px;font-weight:600;display:flex;overflow:hidden}.modal-header .modal-header-left h4 .modal-header-title-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.modal-header .modal-header-left h4 .modal-header-title{color:var(--gray-400)}.modal-header .modal-header-left .modal-header-subtitle{color:var(--gray-600);margin-left:1rem;font-size:16px}.modal-header .modal-header-left .ant-tag{justify-content:center;align-items:center;min-height:28px;display:inline-flex}.modal-header .modal-header-right{flex-shrink:0;display:flex}.modal-header .modal-header-right button{width:auto;max-height:36px;font-size:14px!important}.modal-header .modal-header-right button:first-child{margin-right:.5rem}.modal-header .modal-header-right button.ant-btn-variant-outlined{box-shadow:none;color:var(--gray-600);border:none;gap:4px}.modal-header .modal-header-right button.ant-btn-variant-outlined svg{color:var(--gray-400)}.modal-header .modal-header-right .custom-button-disabled{border:1px solid var(--grey-border)!important;background:var(--grey-light-background-border)!important;box-shadow:var(--shadow-xs)!important}.modal-header .modal-header-right .custom-button-disabled svg{color:var(--gray-300)!important}@media (max-width:1180px){.modal-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem 0}.modal-header .modal-header-left{min-width:0}.modal-header .modal-header-left .back-button{flex-shrink:0}.modal-header .modal-header-left h4{flex:1;min-width:0;font-size:20px;overflow:hidden}.modal-header .modal-header-left h4 .modal-header-title-text{font-size:20px}.modal-header .modal-header-right{width:100%}.modal-header .modal-header-right button{flex:1}.modal-header .modal-header-right button:first-child{margin-right:0}}.shooting-header-actions{gap:8px;display:flex}.shooting-header-actions button{min-height:40px;border:1px solid var(--gray-300)!important;color:var(--gray-700)!important}.shooting-header-actions .shooting-date-text{color:var(--gray-900);text-overflow:ellipsis;white-space:nowrap;max-width:357px;font-weight:400;display:inline-block;overflow:hidden}.shooting-header-actions .tooltip-flex{max-width:180px}.shooting-header-actions .shooting-cancel-btn{color:var(--error-500)!important}.shooting-header-actions .shooting-cancel-btn svg path{stroke:var(--error-500)!important}
.g-divider{border-bottom:1px solid var(--grey-border);width:100%;margin-bottom:20px}
.form-content{gap:96px;display:flex}.form-content-sidebar{flex-direction:column;gap:8px;display:flex}.form-content-sidebar .sidebar-sticky{top:var(--section-sticky-top,139px);padding-top:16px;position:sticky}.form-content-sidebar-wrapper{flex-direction:column;gap:8px;display:flex}.form-content-sidebar .sidebar-item{color:var(--gray-500);cursor:pointer;border-left:2px solid #0000;padding:4px 14px;font-size:16px;font-weight:600}.form-content-sidebar .sidebar-item.active{color:var(--color-primary-for-text);border-color:2px solid var(--color-primary)}.form-content-main{flex:1}@media (max-width:1180px){.form-content{flex-direction:column;gap:0}.form-content-sidebar{border-bottom:1px solid var(--grey-border);top:var(--section-sticky-top,120px);z-index:10;background-color:var(--color-white);padding-top:16px;padding-bottom:16px;position:sticky}.form-content-sidebar .sidebar-sticky{position:static}.form-content-sidebar-wrapper{scrollbar-width:none;flex-direction:row;gap:0;overflow-x:auto}.form-content-sidebar-wrapper::-webkit-scrollbar{display:none}.form-content .sidebar-item{white-space:nowrap;border-bottom:2px solid #0000;border-left:none;flex-shrink:0;padding:10px 16px;font-size:14px}.form-content .sidebar-item.active{border-bottom-color:var(--color-primary);color:var(--color-primary-for-text)}.form-content-main{width:100%;padding-top:24px}}
.form-row{margin-bottom:20px;display:flex;position:relative}.form-row.form-col{flex-direction:column;width:100%}.form-row.form-col .form-row-label{width:100%;margin:0;font-weight:500!important}.form-row.form-col .form-row-inputs{max-width:100%!important}.form-row .delete-timeslot-btn{color:var(--gray-600);position:absolute;right:0;font-size:14px!important}.form-row .delete-timeslot-btn svg{color:var(--gray-400)}.form-row .form-row-label{width:25%;color:var(--gray-700);text-align:left;padding-right:16px;font-size:14px;font-weight:600;line-height:32px}.form-row .form-row-label .required-mark{color:var(--color-primary)}.form-row .form-row-label .light{font-weight:500}.form-row .form-row-label .label-hint{color:var(--gray-600);margin-top:4px;font-size:14px;font-weight:400;line-height:1.4}.form-row .form-row-label .input-error{color:var(--error-500);margin-top:4px;font-size:14px}.form-row .form-row-label .attribute-select{width:100%}.form-row .form-row-label.description-label{line-height:normal}.form-row .form-row-inputs{flex:1;max-width:50%}:is(.form-row .form-row-inputs .ant-form-item,.form-row .form-row-inputs .ant-form-item-additional){margin-bottom:0!important}.form-row .form-row-inputs.flex-column{flex-direction:column;gap:16px;display:flex}.form-row .form-row-inputs.flex-column label{color:var(--gray-700);margin-bottom:16px;font-size:14px;font-weight:600}.form-row .form-row-inputs.range-inputs{gap:16px;display:flex}.form-row .form-row-inputs.range-inputs .range-separator{margin-top:8px}:is(.form-row .form-row-inputs.range-inputs .range-input,.form-row .form-row-inputs.range-inputs .ant-form-item){flex:1}.form-row .form-row-inputs .attribute-select{width:100%}.form-row .form-row-inputs .budget-input-wrapper{align-items:center;display:flex;position:relative}.form-row .form-row-inputs .budget-input-wrapper .budget-input{flex:1}.form-row .form-row-inputs .budget-input-wrapper .budget-input .ant-input-number-input{padding-right:96px}.form-row .form-row-inputs .budget-input-wrapper .currency-select{z-index:2;width:90px;position:absolute;top:1px;bottom:1px;right:1px;box-shadow:none!important;background:0 0!important;border:none!important;align-items:center!important;padding-top:0!important;padding-bottom:0!important}.form-row .form-row-inputs .budget-input-wrapper .currency-select .ant-select-selector{color:var(--currency-sufix-color);align-items:center;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;height:100%!important}.form-row .form-row-inputs .budget-input-wrapper .currency-select .ant-select-selector .ant-select-selection-item{color:var(--currency-sufix-color);font-weight:400}.form-row .form-row-inputs .budget-input-wrapper .currency-select .ant-select-content{color:var(--currency-sufix-color);align-items:center;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;height:100%!important}:is(.form-row .form-row-inputs .budget-input-wrapper .currency-select .ant-select-arrow,.form-row .form-row-inputs .budget-input-wrapper .currency-select .ant-select-suffix){color:var(--currency-sufix-color);align-items:center;display:flex}@media (max-width:1180px){.form-row{flex-direction:column}.form-row .form-row-label{width:100%}.form-row .form-row-inputs{max-width:100%}}
.tenant-filter-wrapper{height:100%;position:relative}.tenant-filter-wrapper .tenant-filter-body{max-width:100%;height:100%;padding-bottom:70px;padding-left:24px;padding-right:24px;overflow-y:auto}.tenant-filter-wrapper .tenant-filter-search{z-index:2;background:var(--color-white);border-bottom:1px solid var(--gray-100);margin:0 -24px 8px;padding:16px 24px 12px;position:sticky;top:0}.tenant-filter-wrapper .tenant-filter-quick-row{flex-wrap:wrap;gap:8px;margin:4px 0 16px;display:flex}.tenant-filter-quick-pill{color:var(--gray-700);background:var(--color-white);border:1px solid var(--gray-300);border-radius:var(--radius-full);cursor:pointer;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.tenant-filter-quick-pill:hover{background:var(--gray-50);border-color:var(--gray-400)}.tenant-filter-quick-pill:focus-visible{box-shadow:var(--shadow-focus-brand);outline:none}.tenant-filter-quick-pill.is-active{background:var(--primary-100);border-color:var(--primary-300);color:var(--primary-700)}.tenant-filter-quick-pill-dot{background:var(--gray-300);border-radius:50%;flex-shrink:0;width:8px;height:8px}.tenant-filter-quick-pill.is-active .tenant-filter-quick-pill-dot{background:var(--primary-600)}.tenant-filter-section-header{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.tenant-filter-section-header .collapse-title{align-items:center;gap:8px;display:inline-flex}.tenant-filter-section-icon{width:18px;height:18px;color:var(--gray-700);flex-shrink:0}.tenant-filter-section-meta{align-items:center;gap:8px;display:inline-flex}.tenant-filter-section-clear{color:var(--primary-700);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:500}.tenant-filter-section-clear:hover{text-decoration:underline}.tenant-filter-section-clear:focus-visible{box-shadow:var(--shadow-focus-brand);border-radius:var(--radius-sm);outline:none}.tenant-filter-wrapper .range-slider-row{align-items:center;gap:12px;display:flex}.tenant-filter-wrapper .range-slider-value{color:var(--gray-900);text-align:center;min-width:40px;font-size:13px;font-weight:600}.tenant-filter-wrapper .range-slider-value.is-muted{color:var(--gray-400);font-weight:400}.tenant-filter-wrapper .tenant-filter-slider.ant-slider{flex:1;margin:8px 4px}.tenant-filter-empty-search{text-align:center;color:var(--gray-500);padding:32px 16px;font-size:13px}.tenant-filter-wrapper .tenant-filter-body .custom-tags{width:100%}.tenant-filter-wrapper .tenant-filter-body .custom-tags .ant-select-selection-overflow{cursor:pointer}.tenant-filter-wrapper .tenant-filter-body .custom-tenant-collapse .ant-collapse-header{padding:0 8px 0 0}.tenant-filter-wrapper .tenant-filter-body .custom-tenant-collapse .ant-collapse-content .ant-collapse-content-box{padding:0}.tenant-filter-wrapper .tenant-filter-body .custom-tenant-collapse .collapse-title{color:var(--grey-heading-dashboard);font-size:16px;font-style:normal;font-weight:600}.tenant-filter-wrapper .tenant-filter-body .filter-form-item:first-child{margin-top:24px}.tenant-filter-wrapper .tenant-filter-body .filter-form-item .filter-item-label{color:var(--grey-heading-dashboard);margin-bottom:16px;font-size:14px;font-style:normal;font-weight:600}.tenant-filter-wrapper .tenant-filter-body .filter-form-item .filter-status-check{flex-direction:column;gap:10px;display:flex}.tenant-filter-wrapper .tenant-filter-body .filter-form-item .checkbox-favorite-label{color:var(--gray-700);font-size:14px;font-weight:500;line-height:20px}.tenant-filter-wrapper .tenant-filter-body .minmax-row{align-items:center;gap:8px;display:flex}.tenant-filter-wrapper .tenant-filter-body .minmax-row .minmax-item{flex:1;display:flex}.tenant-filter-wrapper .tenant-filter-body .minmax-row .to-text{color:var(--grey-light-text);font-size:16px;font-style:normal;font-weight:400}.tenant-filter-wrapper .tenant-filter-body .custom-devider-tenant{margin-top:0}.tenant-filter-wrapper .filter-buttons{background-color:var(--color-white);border-top:1px solid var(--grey-border);justify-content:space-between;align-items:center;width:100%;padding:1rem 1.5rem;display:flex;position:absolute;bottom:0;left:0}.tenant-filter-wrapper .filter-buttons .button-right{justify-content:flex-end;align-items:center;gap:8px;display:flex}
.search-wrapper{transition:all .5s;display:inline-block}.search-icon-button{cursor:pointer;border-radius:var(--radius-md);border:1px solid var(--grey-icon-modal-border-color);background:var(--color-white);justify-content:center;align-items:center;width:40px;height:40px;padding:10px;transition:background-color .15s;display:flex}.search-icon-button:hover{background:var(--grey-hover-background)}.search-icon-button svg{color:var(--gray-400)}.search-input{width:auto;max-width:300px;transition:all .5s;display:none}.search-input svg{color:var(--gray-400)}.expanded .search-icon-button{display:none}.expanded .search-input{display:inline-flex}@media (max-width:1180px){.search-wrapper{flex:1;align-items:center;min-width:0;display:flex}.search-wrapper .search-icon-button{display:none!important}.search-wrapper .search-input{flex:1;width:100%;max-width:none;display:flex}}
.form-section{margin-bottom:80px}.form-section:last-child{margin-bottom:0}.form-section .section-heading{margin-bottom:24px;padding-top:16px}.form-section .section-heading.section-heading-with-actions{top:var(--section-sticky-top,0px);background-color:var(--color-white);z-index:99;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:0;padding-top:16px;padding-bottom:16px;display:flex;position:sticky}.form-section .section-heading-left{flex:1;min-width:0}.form-section .section-title{color:var(--gray-900);margin-bottom:2px;font-size:18px;font-weight:600;line-height:28px}.form-section .section-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.form-section .section-actions button.ant-btn-lg{font-size:14px!important}.form-section .section-description{color:var(--gray-500);margin-bottom:0}@media (max-width:1180px){.form-section .section-heading.section-heading-with-actions{flex-direction:column;align-items:flex-start;gap:.75rem}.form-section .section-heading.section-heading-with-actions .section-actions{width:100%}.form-section .section-heading.section-heading-with-actions .section-actions button{flex:1}}
.no-content-data{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.activity-feeds{flex-direction:column;min-height:calc(100vh - 250px);display:flex;position:relative}.activity-feeds-body{border-radius:var(--radius-xl);box-shadow:var(--shadow-xs);border:1px solid var(--gray-200);flex-direction:column;display:flex;overflow:auto}.activity-feeds-body .table-paging{border-top:1px solid var(--gray-200);background-color:var(--color-white);z-index:10;padding:16px 0;position:sticky}.activity-feed{padding:20px 20px 0}.activity-feed.no-pagination{padding-bottom:16px}.activity-feed.no-pagination .activity-feed-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.activity-feed-empty-text{flex-direction:column;gap:4px;margin-top:8px;display:flex}.activity-feed-empty-text .activity-feed-empty-title{color:var(--gray-900);font-size:14px;font-weight:600;display:block}.activity-feed-empty-text .activity-feed-empty-description{color:var(--gray-600);font-size:14px;display:block}.activity-feed-item{border-bottom:1px solid var(--gray-200);align-items:flex-start;gap:12px;margin-bottom:16px;padding-bottom:16px;display:flex}.activity-feed-item:last-child{border-bottom:0;margin-bottom:0}.activity-feed-item .ant-avatar{background-color:var(--primary-50);flex:0 0 48px}.activity-feed-item .ant-avatar svg{width:20px;height:20px}.activity-feed-item .ant-avatar svg path{stroke:var(--primary-700)!important}.activity-feed-item-time{color:var(--gray-600);font-size:12px;font-weight:400}.activity-feed-item-title{color:var(--gray-700);align-items:center;gap:8px;font-weight:500;display:inline-flex}.activity-feed-item-des{color:var(--gray-600);font-size:14px;font-weight:400}.activity-feed-item-des a{color:var(--primary-700);font-size:14px;font-weight:500}
.notification{border-radius:var(--radius-xl);border:1px solid var(--gray-300);background:var(--color-white);align-items:flex-start;gap:16px;width:400px;max-width:100%;padding:16px;font-family:inherit;display:flex;position:relative;overflow:clip;box-shadow:0 12px 16px -4px #0a0d1214,0 4px 6px -2px #0a0d1208,0 2px 2px -1px #0a0d120a}.notification__featured-icon{flex-shrink:0;width:20px;height:20px;position:relative}.notification__ring{border-radius:var(--radius-full);border:2px solid;position:absolute}.notification__ring--outer{opacity:.1;inset:-45%}.notification__ring--inner{opacity:.3;inset:-20%}.notification__icon{width:20px;height:20px;position:absolute;inset:0}.notification__content{flex-direction:column;flex:1 0 0;gap:12px;min-width:0;padding-top:2px;padding-right:32px;display:flex}.notification__text{flex-direction:column;gap:4px;display:flex}.notification__title{color:var(--gray-900);margin:0;font-size:14px;font-weight:600;line-height:20px}.notification__description{color:var(--gray-600);margin:0;font-size:14px;font-weight:400;line-height:20px}.notification__actions{align-items:flex-start;gap:12px;display:flex}.notification__action-btn{cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:14px;font-weight:600;line-height:20px}.notification__action-btn--secondary{color:var(--gray-600)}.notification__action-btn--primary{color:var(--primary-700)}.notification__close-btn{border-radius:var(--radius-md);cursor:pointer;width:36px;height:36px;color:var(--gray-400);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:color .15s;display:flex;position:absolute;top:7px;right:7px}.notification__close-btn:hover{color:var(--gray-600)}.notification__close-icon{width:20px;height:20px}
.last-text{color:var(--color-primary-for-text)}.item-click{cursor:pointer}.ant-breadcrumb{align-items:center;height:20px;font-weight:600;display:flex}.ant-breadcrumb .ant-breadcrumb-separator{align-items:center;padding-bottom:5px;display:flex}@media (max-width:1180px){.ant-breadcrumb{height:auto;min-height:20px;overflow:hidden}.ant-breadcrumb ol{flex-wrap:nowrap;min-width:0;overflow:hidden}.ant-breadcrumb li{white-space:nowrap;flex-shrink:0}.ant-breadcrumb li:last-child{flex-shrink:1;min-width:0;overflow:hidden}:is(.ant-breadcrumb li:last-child .ant-breadcrumb-link,.ant-breadcrumb li:last-child .last-text){text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}}.ant-breadcrumb a:hover{background:0 0}
.country-code-select-options-label{align-items:center;display:flex}:is(.phone-code-country-select.ant-select,.phone-code-country-select){min-width:120px}.phone-code-country-select .ant-select-selection-item{align-items:center;min-width:0;display:flex}.phone-code-country-select .ant-select-selection-item .country-code-select-options-label{white-space:nowrap;flex-shrink:1;min-width:0;overflow:hidden}.phone-code-country-select{margin-inline-end:-1px}.phone-code-country-select button[data-rac]{border-top-right-radius:0;border-bottom-right-radius:0}:is(.phone-code-country-select button[data-rac]:hover,.phone-code-country-select button[data-rac]:focus,.phone-code-country-select button[data-rac]:focus-visible,.phone-code-country-select button[data-rac][aria-expanded=true]){z-index:1;position:relative}.phone-code-select-dropdown{min-width:300px!important}
.segmented-button-group{isolation:isolate;align-items:stretch;display:inline-flex}.segmented-button-group.is-block{width:100%;display:flex}.segmented-button-group.is-block .segmented-button{flex:1 1 0;justify-content:center}.segmented-button{border:1px solid var(--gray-300);background:var(--color-white,#fff);color:var(--gray-700);cursor:pointer;transition:background-color var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard),box-shadow var(--duration-fast) var(--ease-standard);white-space:nowrap;margin:0;font-weight:600;line-height:20px;position:relative}.segmented-button-group.size-md .segmented-button{padding:8px 14px;font-size:14px}.segmented-button-group.size-sm .segmented-button{padding:6px 12px;font-size:13px;line-height:18px}.segmented-button+.segmented-button{margin-left:-1px}.segmented-button:first-child{border-top-left-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md)}.segmented-button:last-child{border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.segmented-button:hover{background-color:var(--gray-50);color:var(--gray-800);z-index:1}.segmented-button.is-active{background-color:var(--gray-50);color:var(--gray-800);z-index:2}.segmented-button:focus-visible{box-shadow:var(--shadow-focus-brand);z-index:3;outline:none}
.sort-header{cursor:pointer;align-items:center;gap:8px;display:flex}.sort-header svg{color:var(--grey-light-text);width:10px}.sort-header.center{justify-content:center}
.TranslationBadge-module-scss-module__ei4QNW__badge{border-radius:var(--radius-full,999px);white-space:nowrap;align-items:center;gap:4px;margin-inline-start:8px;padding:2px 8px;font-size:12px;font-weight:500;line-height:16px;display:inline-flex}.TranslationBadge-module-scss-module__ei4QNW__pending{background:var(--gray-100,#f2f4f7);color:var(--gray-600,#475467);cursor:default}.TranslationBadge-module-scss-module__ei4QNW__toggle{background:var(--primary-50,#f4f3ff);color:var(--primary-700,#5d3ec1);border:1px solid var(--primary-200,#d9d6fe);cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s}.TranslationBadge-module-scss-module__ei4QNW__toggle:hover{background:var(--primary-100,#ebe9fe);border-color:var(--primary-300,#bdb4fe)}.TranslationBadge-module-scss-module__ei4QNW__toggle:focus-visible{box-shadow:var(--shadow-focus-brand,0 0 0 4px #7e57dc3d);outline:none}.TranslationBadge-module-scss-module__ei4QNW__state{color:inherit}.TranslationBadge-module-scss-module__ei4QNW__dot{opacity:.6}.TranslationBadge-module-scss-module__ei4QNW__action{text-underline-offset:2px;color:inherit;text-decoration:underline}.TranslationBadge-module-scss-module__ei4QNW__spin{animation:1.2s linear infinite TranslationBadge-module-scss-module__ei4QNW__translation-spin}@keyframes TranslationBadge-module-scss-module__ei4QNW__translation-spin{to{transform:rotate(360deg)}}
.comments-section{border-radius:var(--radius-xl);border:1px solid var(--gray-200);background:var(--color-white);box-shadow:var(--shadow-sm);padding:24px}.comments-feeds{flex-direction:column;min-height:calc(100vh - 250px);display:flex;position:relative}.comments-form{margin-bottom:24px;position:relative}.comments-form textarea{min-height:104px;color:var(--gray-500);font-size:16px}.comments-form-actions{align-items:center;gap:12px;min-height:40px;display:flex;position:absolute;bottom:12px;right:12px}.comments-form button{min-height:40px}.comment-item{border-bottom:1px solid var(--gray-200);margin-bottom:16px;padding-bottom:16px}.comment-item.active{background-color:var(--gray-100);border-radius:var(--radius-md);padding:16px}.comment-item:last-child{border-bottom:none}.comment-item-header{align-items:center;margin-bottom:16px;display:flex}.comment-item-header-info{align-items:center;gap:8px;display:flex}.comment-item-header-info .ant-avatar{background-color:var(--primary-50)}.comment-item-header-info>div{flex-direction:column;display:flex}.comment-item-header-actions{justify-content:flex-end;align-items:center;min-width:200px;margin-left:auto;display:flex}.comment-item-header-actions.edit{gap:12px}.comment-item-header-actions.edit button{font-size:14px!important}.comment-item-header-actions.edit button:disabled{color:var(--gray-400);cursor:not-allowed;background:var(--color-white)!important;border:1px solid var(--gray-200)!important}.comment-item-header-actions.edit button:disabled svg{color:var(--gray-300)!important}.comment-item-header-actions .btn-icon{box-shadow:none;border:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.comment-item-header-actions .btn-icon:disabled{cursor:not-allowed;background:0 0}.comment-item-header-actions svg{cursor:pointer}.comment-item-author{color:var(--gray-700);font-size:14px;font-weight:600}.comment-item-role-chip{background:var(--primary-50,#f5f0fc);color:var(--primary-700,#6842b8);border:1px solid var(--primary-200,#d5c1f2);border-radius:999px;align-items:center;margin-left:8px;padding:1px 8px;font-size:11px;font-weight:500;line-height:16px;display:inline-flex}.comment-item-time{color:var(--gray-700);font-size:12px;font-weight:400}.comment-item-body{color:var(--gray-900);font-size:16px}.comment-item-body textarea{min-height:128px;color:var(--gray-500);font-size:16px}@media (max-width:1180px){.comments-form-actions{bottom:unset;right:unset;justify-content:flex-end;margin-top:8px;position:static}.comments-form-actions button{flex:1}.comment-item-header{flex-wrap:wrap;gap:8px}.comment-item-header-actions{min-width:unset}}.comment-group-time{text-align:center;height:20px;margin-bottom:24px;position:relative}.comment-group-time:after{content:"";background-color:var(--gray-200);width:100%;height:1px;display:block;position:absolute;top:50%;left:0}.comment-group-time span{background-color:var(--color-white);color:var(--gray-600);z-index:2;padding:0 8px;font-size:14px;font-weight:500;display:inline-block;position:relative}.comment-translation-status{margin-top:6px;font-size:12px;font-style:italic;display:block}.comment-translation-status.pending{color:var(--gray-400)}.comment-translation-status.translated{color:var(--gray-400)}
.fullscreen-modal-wrapper{overflow:hidden!important}.fullscreen-modal-wrapper .ant-modal{flex-direction:column;flex:1;max-width:100vw;margin:0;padding:0;display:flex;width:100vw!important;height:100dvh!important;top:0!important}.fullscreen-modal-wrapper .ant-modal .ant-modal-container{background-color:#fff;border-radius:0;flex-direction:column;flex:1;padding:0;display:flex;overflow:hidden}:is(.fullscreen-modal-wrapper .ant-modal>div,.fullscreen-modal-wrapper .ant-modal .ant-modal-content){border-radius:0;flex-direction:column;height:100%;padding:0;display:flex;overflow:hidden}.fullscreen-modal-wrapper .ant-modal .ant-modal-body{flex-direction:column;flex:1;padding:0;display:flex;overflow:hidden!important}.fullscreen-modal-wrapper .modal-wrapper{flex-direction:column;flex:1;padding:2rem 0 0;display:flex;overflow:hidden}.fullscreen-modal-wrapper .modal-wrapper .breadcrumb-wrapper{flex-shrink:0}:is(.fullscreen-modal-wrapper .tomobi-form,.fullscreen-modal-wrapper .create-agency-form-wrapper,.fullscreen-modal-wrapper .setting-form-wrapper){scrollbar-gutter:stable;overscroll-behavior:contain;flex:1;overflow-y:auto;max-height:none!important}:is(.fullscreen-slide-enter,.fullscreen-slide-appear){opacity:0;transform:translate(100%)}:is(.fullscreen-slide-enter-active,.fullscreen-slide-appear-active){opacity:1;transition:all .3s;transform:translate(0)}.fullscreen-slide-exit{opacity:1;transform:translate(0)}.fullscreen-slide-exit-active{opacity:0;transition:all .3s;transform:translate(100%)}@media (max-width:1180px){:is(.fullscreen-slide-enter,.fullscreen-slide-appear){opacity:0;transform:translateY(100%)}:is(.fullscreen-slide-enter-active,.fullscreen-slide-appear-active){opacity:1;transition:transform .3s,opacity .15s;transform:translateY(0)}.fullscreen-slide-exit{opacity:1;transform:translateY(0)}.fullscreen-slide-exit-active{opacity:0;transition:transform .3s,opacity .15s;transform:translateY(100%)}}
.modal-wrapper{padding:2rem 0}.modal-wrapper .breadcrumb-wrapper{padding:0 2rem}.modal-wrapper .breadcrumb-wrapper.modal-breadcrumb-row{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:12px;display:flex}.modal-wrapper .project-outbox-btn{align-items:center;gap:6px;font-weight:600;display:inline-flex}.modal-wrapper .project-outbox-btn__badge{background:var(--primary-600);min-width:20px;height:20px;color:var(--bg-primary,#fff);border-radius:9999px;justify-content:center;align-items:center;margin-left:4px;padding:0 6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.modal-wrapper .input-error{color:var(--error-500)}.tomobi-form{scrollbar-gutter:stable;overscroll-behavior:contain;width:100%;max-height:100vh;padding-bottom:5rem;padding-left:2rem;padding-right:2rem;position:relative;overflow:hidden auto}.tomobi-form .ant-btn-variant-outlined{border-color:var(--gray-300)}.tomobi-form .ant-form{flex:1}.tomobi-form .ant-form-item{margin-bottom:0!important}.tomobi-form .ant-form-item-label{text-align:left;width:25%;font-weight:600}.tomobi-form .required-mark{color:var(--element-default-color);margin-left:4px}.tomobi-form .toggle-section{margin-top:24px}.tomobi-form .ant-picker .ant-picker-input input{padding-left:4px}.tomobi-form .ant-picker .ant-picker-prefix svg{color:var(--gray-500)}.tomobi-form.detail{--section-sticky-top:var(--section-heading-top,139px)}.tomobi-form.detail .modal-header{border-bottom:1px solid var(--grey-icon-modal-border-color);margin-bottom:0;padding-bottom:2rem}.tomobi-form .tomobi-form-details{display:block}.tomobi-form .tomobi-form-details .ant-tabs-content-holder{margin-right:0}.tomobi-form .tomobi-form-details.edit-mode .ant-tabs-nav{display:none!important}.tomobi-form .tomobi-form-details>.ant-tabs{flex-direction:row-reverse;gap:96px}.tomobi-form .tomobi-form-details>.ant-tabs .ant-tabs-content-holder{border-right:none}.tomobi-form .tomobi-form-details>.ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane{padding-right:0}.tomobi-form .tomobi-form-details>.ant-tabs .ant-tabs-nav-list{gap:8px}.tomobi-form .tomobi-form-details>.ant-tabs .ant-tabs-nav-wrap{flex:unset;height:auto;padding-top:16px;display:block;position:sticky;top:139px}.tomobi-form .tomobi-form-details>.ant-tabs .ant-tabs-tab{padding:4px 14px;font-size:16px;font-style:normal;font-weight:600}.tomobi-form .tomobi-form-details>.ant-tabs .ant-tabs-tab .ant-tabs-tab-btn{color:var(--grey-dark)}.tomobi-form .tomobi-form-details>.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-primary-for-text)}.tomobi-form .tomobi-form-details>.ant-tabs .ant-tabs-ink-bar{background:var(--color-primary)!important}.tomobi-form .form-actions{background-color:var(--color-white);border-radius:var(--radius-md);z-index:999;justify-content:flex-end;gap:12px;display:flex;position:fixed;top:190px;right:32px}.tomobi-form .form-actions .ant-btn{font-size:14px!important}@media (max-width:1180px){.tomobi-form{padding-left:1rem;padding-right:1rem}.tomobi-form .form-actions{justify-content:flex-start;padding:1rem 0 0;position:static}.tomobi-form .tomobi-form-details>.ant-tabs{flex-direction:column;gap:0}.tomobi-form .tomobi-form-details>.ant-tabs .ant-tabs-nav-wrap{position:static}.tomobi-form .tomobi-form-details>.ant-tabs.ant-tabs-top .ant-tabs-nav{top:var(--talent-header-h,120px);background-color:var(--color-white);z-index:10;margin-bottom:24px;position:sticky}.tomobi-form .tomobi-form-details>.ant-tabs.ant-tabs-top .ant-tabs-nav-wrap{flex:auto;display:flex;position:static;overflow:hidden}.tomobi-form .tomobi-form-details>.ant-tabs.ant-tabs-top .ant-tabs-nav-list{gap:0}.tomobi-form .tomobi-form-details>.ant-tabs.ant-tabs-top .ant-tabs-tab{white-space:nowrap;padding:10px 16px!important;font-size:14px!important}.modal-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem 0}.modal-header .modal-header-right{width:100%}.modal-header .modal-header-right button{flex:1}.modal-header .modal-header-right button:first-child{margin-right:0}.modal-create-header{gap:.75rem;flex-direction:column!important;align-items:flex-start!important}.modal-create-header .modal-create-header-left{flex:1;min-width:0;overflow:hidden}.modal-create-header .modal-create-header-left .back-button{flex-shrink:0}.modal-create-header .modal-create-header-left h4{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden;font-size:20px!important}.modal-create-header .modal-create-header-right{width:100%}.modal-create-header .modal-create-header-right button{flex:1}.modal-create-header .modal-create-header-right button:first-child{margin-right:0}.form-edit-header{gap:.75rem;flex-direction:column!important;align-items:flex-start!important}.form-edit-header .form-edit-header-right{width:100%;display:flex}.form-edit-header .form-edit-header-right button{flex:1}.items-wrapper{width:100%!important}}
.right-side-sheet .ant-drawer-body{padding:24px 24px 0}.right-side-sheet .drawer-head{border-bottom:1px solid var(--grey-border);width:100%;padding-bottom:24px;display:flex;position:relative}.right-side-sheet .drawer-head h4{color:var(--grey-heading-dashboard);font-size:18px;font-style:normal;font-weight:600}.right-side-sheet .drawer-head .sub-title{color:var(--grey-light-text);font-size:14px;font-style:normal;font-weight:400}.right-side-sheet .drawer-head .close-icon{cursor:pointer;position:absolute;top:-8px;right:-8px}.right-side-sheet .drawer-body-wrapper{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;height:calc(100vh - 100px);margin-left:-24px;margin-right:-24px;padding-top:24px;overflow-y:auto}@media (max-width:1180px){.right-side-sheet .ant-drawer-content-wrapper{width:100%!important;max-width:100vw!important}}
.project-table-wrapper{background:var(--color-white);border:1px solid var(--grey-border);border-radius:var(--radius-xl);padding:0;overflow:clip}.name-table{vertical-align:middle;align-items:center;gap:8px;display:inline-flex}.name-table svg{color:var(--grey-light-text)}.table-toolbar{z-index:10;background:var(--color-white);border-bottom:1px solid var(--grey-border);align-items:center;gap:8px;padding:16px 24px;display:flex;position:sticky;top:0}.table-toolbar button{font-size:14px!important}.table-toolbar .filter-group{align-items:center;gap:8px;display:flex}.table-toolbar .search-box{align-items:center;gap:8px;margin-left:auto;display:flex}.table-toolbar .search-box .refresh-button{width:40px;height:40px;padding:10px!important}.project-table .ant-table-wrapper{border-radius:0}.project-table .ant-table{border-collapse:collapse;border-radius:0}.project-table .ant-table-content{overflow-x:auto}.project-table .ant-table-thead>tr>th{background:var(--grey-hover-background);color:var(--grey-light-text);border-bottom:1px solid var(--grey-border);white-space:nowrap;z-index:5;padding:12px 24px;font-size:12px;font-weight:500;position:sticky;top:0;border-right:none!important}.project-table .ant-table-thead>tr>th:before{display:none!important}.project-table .ant-table-tbody>tr>td{color:var(--grey-light-text);border-bottom:1px solid var(--grey-border);white-space:nowrap;padding:16px 24px;font-size:14px;border-right:none!important}.project-table .ant-table-cell{vertical-align:middle}.project-table .ant-avatar{width:24px;height:24px;font-size:12px}.project-table .ant-table-tbody>tr:hover>td{background-color:var(--grey-hover-background)}.project-table .ant-table-container{border-radius:0!important}.calendar-for-table{align-items:center;gap:8px;display:flex}.calendar-for-table svg{color:var(--grey-dark);flex-shrink:0;margin-right:5px}.owner-column{align-items:center;gap:12px;display:flex}.owner-column .avatar-wrapper{width:32px}.owner-column .text-owner{white-space:nowrap;text-overflow:ellipsis;width:60px;margin-left:5px;overflow:hidden}.action-column{justify-content:flex-end;align-items:center;gap:4px;display:flex}.action-column .action-icon{cursor:pointer;justify-content:center;align-items:center;display:flex}.action-column .action-icon svg{color:var(--grey-icon-color)}.action-column .button-notallow{pointer-events:none;cursor:not-allowed}.row-disabled{opacity:.5}.row-style{cursor:pointer}.table-name-text{color:var(--grey-heading-dashboard)}.progress-text-custom{color:var(--color);font-size:14px;font-style:normal;font-weight:500}.talent-avatar-name{align-items:center;gap:12px;display:flex}.talent-avatar-name .talent-name{color:var(--grey-heading-dashboard);font-size:14px;font-style:normal;font-weight:500}.talent-avatar-name .avatar-wrapper{width:40px}.availability-column{align-items:center;gap:4px;font-size:14px;display:flex}.action-column-talent{justify-content:flex-end;gap:8px;display:flex}.action-column-talent button{width:40px;padding:0}.no-project-wrapper{flex-direction:column;align-items:center;display:flex}.no-project-wrapper h5{color:var(--grey-heading-dashboard);margin-bottom:8px;font-size:32px;font-weight:400}.no-project-wrapper .sub-title{color:var(--grey-light-text);margin-bottom:24px;font-size:20px}.no-project-wrapper button{width:auto;font-size:14px}.project-table .ant-table-body{scrollbar-gutter:stable auto;overflow-y:auto!important}.status-text-wrapper{align-items:center;gap:6px;display:flex}.status-text-wrapper .active-dot{background-color:var(--purple-icon-color);border-radius:50%;width:8px;height:8px}.status-text-wrapper{font-weight:500}.table-project-header{background-color:var(--color-white);z-index:99;justify-content:space-between;width:100%;padding-top:16px;padding-bottom:24px;display:flex;position:sticky;top:0}.table-project-header .header-left{flex-direction:column;display:flex}.table-project-header .header-left h4{color:var(--gray-900);margin-bottom:2px;font-size:18px;font-weight:600;line-height:28px}.table-project-header .header-left span{color:var(--gray-500);font-size:14px;font-style:normal;font-weight:400}.table-project-header .header-right{align-items:center;display:flex;gap:8px!important}@media (max-width:1180px){.table-project-header{flex-direction:column;gap:.75rem}.table-project-header .header-right{flex-wrap:wrap;width:100%}.table-project-header .header-right button{flex:1}.project-table .ant-table-thead>tr>th{padding:12px 24px!important}.project-table .ant-table-content{overflow-x:auto}.project-table colgroup col:first-child{width:180px!important}.project-table colgroup col:nth-child(2){width:210px!important}.project-table colgroup col:nth-child(3){width:150px!important}.table-toolbar{flex-wrap:wrap;gap:8px;padding:12px 16px}.table-toolbar .filter-group{flex:1;width:100%}.table-toolbar .filter-group>*{flex:1}.table-toolbar .filter-group>* .filter-button-wrapper{border-width:0;padding:0}:is(.table-toolbar .filter-group>* .filter-button-wrapper.active,.table-toolbar .filter-group>* .filter-button-wrapper:hover){outline:2px solid var(--purple-icon-color);outline-offset:0}.table-toolbar .filter-group>* .ant-btn{width:100%}.table-toolbar .search-box{order:1;width:100%;margin-left:0}}.project-table .ant-table-cell-fix-left{z-index:99!important}.project-table .ant-table-cell-fix-left-first{z-index:100!important}.project-table .ant-table-row-selected .ant-table-cell{background-color:var(--grey-hover-background)!important}.uui-row-btn:focus-visible{outline:none;box-shadow:var(--shadow-focus-brand)!important}:is(tr.row-needs-high td:first-child,tr.row-needs-medium td:first-child,tr.row-needs-low td:first-child){position:relative}tr.row-needs-high td:first-child{box-shadow:inset 4px 0 0 var(--error-600)}tr.row-needs-medium td:first-child{box-shadow:inset 4px 0 0 var(--warning-500)}tr.row-needs-low td:first-child{box-shadow:inset 4px 0 0 var(--gray-500)}
.create-request-modal{max-width:400px}:is(.create-request-modal .ant-modal-content,.create-request-modal .ant-modal-container){border-radius:var(--radius-2xl);flex-direction:column;max-height:calc(100dvh - 48px);padding:0;display:flex;overflow:hidden}.create-request-modal .ant-modal-body{flex-direction:column;flex:1;min-height:0;padding:0;display:flex;overflow:hidden}.create-request-modal .create-request-modal-wrapper{flex-direction:column;flex:1;min-height:0;padding:24px;display:flex;overflow:hidden}.create-request-modal .create-request-modal-header{text-align:left;margin-bottom:24px}.create-request-modal .create-request-modal-title{color:var(--gray-900);margin:0 0 4px;font-size:16px;font-weight:600;line-height:24px}.create-request-modal .create-request-modal-subtitle{color:var(--gray-600);margin-bottom:0;font-size:14px;font-weight:400;line-height:20px}.create-request-modal .create-request-modal-content{margin-bottom:16px}.create-request-modal .progress-steps{justify-content:space-between;align-items:flex-start;width:100%;padding:0 0 32px;display:flex;position:relative}.create-request-modal .step-item{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.create-request-modal .step-circle{z-index:2;background-color:#0000;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin:0 auto;transition:all .3s;display:flex;position:relative}.create-request-modal .circle-inactive-wrapper{border:2px solid var(--gray-200);z-index:2;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin:0 auto;transition:all .3s;display:flex;position:relative;top:2px}.create-request-modal .step-circle.active{border-color:var(--primary-400);background-color:#fff;width:32px;height:32px;top:0}.create-request-modal .circle-completed-icon{background-color:var(--color-primary-for-text);border-color:var(--color-primary-for-text);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;top:5px}.create-request-modal .circle-inner{background-color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.create-request-modal .circle-center{background-color:#fff;border-radius:50%;width:8px;height:8px}.create-request-modal .circle-inactive-dot{background-color:var(--gray-300);border-radius:50%;width:8px;height:8px}.create-request-modal .step-line{background-color:var(--gray-200);z-index:1;height:2px;transition:background-color .3s;position:absolute;top:16px}.create-request-modal .step-line.left{left:0;right:50%}.create-request-modal .step-line.right{left:50%;right:0}.create-request-modal .step-line.active{background-color:var(--color-primary-for-text)}.create-request-modal .step-text{margin-top:8px}.create-request-modal .step-title{text-align:center;font-size:14px;font-weight:600;line-height:20px}.create-request-modal .step-title.active{color:var(--color-primary-for-text)}.create-request-modal .step-description{text-align:center;font-size:14px;font-weight:400;line-height:20px}.create-request-modal .step-description.active{color:var(--color-primary-for-text)}.create-request-modal .step-content{flex-direction:column;flex:1;gap:8px;min-height:0;display:flex;overflow-y:auto}.create-request-modal .request-type-group{flex-direction:column;gap:20px;width:100%;display:flex}.create-request-modal .request-type-group .ant-radio-wrapper{margin:0}.create-request-modal .request-type-option{width:100%}.create-request-modal .request-type-option .ant-radio-label{padding-left:0}.create-request-modal .request-type-option .ant-radio{margin-right:12px}.create-request-modal .request-type-option .ant-radio.ant-radio-checked .ant-radio-inner{background-color:var(--color-white);position:relative}.create-request-modal .request-type-option .ant-radio.ant-radio-checked .ant-radio-inner:after{background-color:var(--primary-700)}.create-request-modal .request-type-option .ant-radio .ant-radio-inner{width:20px;height:20px}.create-request-modal .request-type-option .ant-radio .ant-radio-inner:after{background-color:#0000;width:8px;height:8px;margin:0;top:50%;left:50%;transform:translate(-50%,-50%)}.create-request-modal .request-type-option .option-content{flex:1}.create-request-modal .request-type-option .option-content .option-title{color:var(--gray-700);margin-bottom:2px;font-size:16px;font-weight:500;line-height:24px}.create-request-modal .request-type-option .option-content .option-subtitle{color:var(--gray-600);font-size:16px;font-weight:400;line-height:24px}.create-request-modal .instructions-section{flex-direction:column;gap:6px;display:flex}.create-request-modal .instructions-section .section-label{color:var(--gray-700);font-size:14px;font-weight:500;line-height:20px}.create-request-modal .instructions-section .instructions-textarea{border-radius:var(--radius-md);height:78px;color:var(--gray-600);padding:10px 14px;font-size:16px;line-height:24px}.create-request-modal .instructions-section .hint-text{color:var(--gray-600);margin-bottom:0;font-size:14px}.create-request-modal .upload-instructions-section{width:100%}.create-request-modal .upload-instructions-section .section-label{color:var(--gray-700);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.create-request-modal .upload-instructions-section .upload-dragger .ant-upload.ant-upload-drag{border:1px solid var(--gray-300);border-radius:var(--radius-xl);background:var(--color-white);padding:16px 24px}.create-request-modal .upload-instructions-section .upload-dragger .ant-upload.ant-upload-btn{padding:0}.create-request-modal .upload-instructions-section .upload-dragger .ant-upload.ant-upload-drag:hover{border-color:var(--color-primary-for-text);background:var(--purple-light-background);border-style:dashed}.create-request-modal .upload-instructions-section .upload-dragger .dropzone-wrapper{flex-direction:column;justify-content:center;align-items:center;padding:0;display:flex}.create-request-modal .upload-instructions-section .upload-dragger .dropzone-wrapper .drag-icon{border:1px solid var(--gray-300);border-radius:var(--radius-md);justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;display:flex}.create-request-modal .upload-instructions-section .upload-dragger .dropzone-wrapper .ant-upload-text{color:var(--primary-700);margin-bottom:0;font-size:14px;font-weight:600;line-height:20px}.create-request-modal .upload-instructions-section .upload-dragger .dropzone-wrapper .ant-upload-text .click-to-upload{color:var(--primary-700);cursor:pointer;font-weight:600}.create-request-modal .upload-instructions-section .upload-dragger .dropzone-wrapper .ant-upload-hint{color:var(--gray-600);text-align:center;font-size:12px;line-height:18px}.create-request-modal .upload-instructions-section .uploading-files{flex-direction:column;gap:12px;display:flex}.create-request-modal .file-item-upload{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:#fff;align-items:center;gap:12px;padding:16px;display:flex}.create-request-modal .file-item-upload .file-item-info{flex-direction:column;flex:1;gap:4px;display:flex}.create-request-modal .file-item-upload .file-item-info .file-name{color:var(--gray-700);font-size:14px;font-weight:500;line-height:20px}.create-request-modal .file-item-upload .file-item-info .file-description{align-items:center;gap:8px;font-size:14px;line-height:20px;display:flex}.create-request-modal .file-item-upload .file-item-info .file-description .file-size{color:var(--gray-600)}.create-request-modal .file-item-upload .file-item-info .file-description .break-line{color:var(--gray-300)}.create-request-modal .file-item-upload .file-item-info .file-description .file-upload-status{align-items:center;gap:4px;display:flex}.create-request-modal .file-item-upload .file-item-info .file-description .file-upload-status .file-status-text{white-space:nowrap;font-weight:500}.create-request-modal .file-item-upload .file-item-info .file-description .file-upload-status .file-status-text.uploading{color:var(--gray-600)}.create-request-modal .file-item-upload .file-item-info .file-description .file-upload-status .file-status-text.completed{color:var(--success-600)}.create-request-modal .file-item-upload .file-item-info .progress-wrapper{align-items:center;gap:8px;display:flex}.create-request-modal .file-item-upload .file-item-info .progress-wrapper .ant-progress{flex:1}.create-request-modal .file-item-upload .file-item-info .progress-wrapper .file-upload-progress{color:var(--gray-700);font-weight:500}.create-request-modal .uploaded-files-section .section-label{color:var(--gray-700);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.create-request-modal .uploaded-files-section .uploaded-files-list{flex-direction:column;gap:8px;max-height:152px;display:flex;overflow-y:auto}.create-request-modal .uploaded-file-item{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:#fff;align-items:center;gap:12px;padding:11px 16px;display:flex}.create-request-modal .uploaded-file-item .file-checkbox .ant-checkbox{border-radius:var(--radius-xs)!important}.create-request-modal .uploaded-file-item .file-item-info{flex-direction:column;flex:1;display:flex}.create-request-modal .uploaded-file-item .file-item-info .file-name{color:var(--gray-900);word-wrap:break-word;max-width:230px;font-size:14px;font-weight:500}.create-request-modal .uploaded-file-item .file-item-info .file-size{color:var(--grey-light-text);font-size:12px}.create-request-modal .uploaded-file-item .file-status{align-items:center;gap:4px;display:flex}.create-request-modal .uploaded-file-item .file-status .file-status-text{font-size:12px;font-weight:500}.create-request-modal .uploaded-file-item .file-status .file-status-text.completed{color:var(--success-600)}.create-request-modal .modal-actions{flex-shrink:0;justify-content:flex-end;gap:12px;padding-top:16px;display:flex}.create-request-modal .modal-actions .custom-button-disabled:disabled svg path{stroke:var(--gray-300)!important}.create-request-modal .modal-actions .btn-purple-custom{color:var(--color-white)!important}.create-request-modal .modal-actions .btn-purple-custom svg path{stroke:var(--gray-300)!important}.create-request-modal .modal-actions .ant-btn{min-width:94px;min-height:44px;font-size:16px!important}
.doc-file-icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.doc-file-icon svg{width:26px;height:32px}.doc-file-ext-badge{color:var(--gray-700);font-size:7px;font-weight:700;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}
.talent-detail-footer{background-color:var(--color-white);border-top:1px solid var(--gray-200);z-index:10;width:100%;color:var(--gray-600);justify-content:flex-end;align-items:center;gap:16px;padding:16px;font-size:14px;font-weight:400;display:flex;position:fixed;bottom:0;left:0}.talent-detail-footer button{box-shadow:none;cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex;width:36px!important;height:36px!important}.talent-detail-footer button:disabled{opacity:.5;cursor:not-allowed}.talent-detail-footer .current-talent-index{font-weight:500}.talent-detail-footer .talent-detail-footer-action{align-items:center;display:flex}@media (max-width:1180px){.talent-detail-footer{flex-wrap:wrap;gap:8px;padding:12px 1rem}}
.address-fields-wrapper{flex-direction:column;width:100%;display:flex}.address-fields-wrapper .ant-form-item{margin-bottom:0!important}.address-fields-wrapper .form-item-render{flex-direction:column;display:flex}.address-fields-wrapper .form-item-render .label-group{padding-bottom:6px}.address-fields-wrapper .form-item-render .label-group .form-item-render-label{color:var(--color,var(--gray-700));font-size:14px;font-weight:500;line-height:20px}.address-fields-wrapper .form-item-render .label-group .required-icon{color:var(--element-default-color,var(--color-primary));margin-left:2px}.address-fields-wrapper .form-item-render .control-group{flex:1}.address-fields-wrapper>.ant-form-item+.ant-form-item{margin-top:12px!important}
.ant-upload-wrapper.upload-dragger .ant-upload.ant-upload-drag{border:1px solid var(--gray-200)}.ant-upload-wrapper.upload-dragger .ant-upload-text{margin-bottom:4px;font-weight:600;color:var(--primary-700)!important;font-size:14px!important;line-height:20px!important}.ant-upload-wrapper.upload-dragger .ant-upload-text span{color:var(--primary-700);font-weight:600}.ant-upload-wrapper.upload-dragger .ant-upload-hint{margin-bottom:0;color:var(--gray-600)!important;font-size:12px!important}.general-section .general-category-group{margin-bottom:8px}.general-section .general-category-title{color:var(--gray-900);border-bottom:1px solid var(--gray-200);align-items:center;gap:8px;margin:32px 0 12px;padding-bottom:8px;font-size:16px;font-weight:600;display:flex}.general-section .general-category-icon{width:20px;height:20px;color:var(--gray-700);flex-shrink:0}.general-section .general-category-group:first-child .general-category-title{margin-top:0}.ant-upload-wrapper.upload-dragger .upload-icon{border:1px solid var(--gray-300);border-radius:var(--radius-md);justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 12px;display:flex}
:is(.export-talent-modal .ant-modal-content,.export-talent-modal .ant-modal-container){border-radius:var(--radius-2xl);padding:0}.export-talent-modal .ant-modal-close{color:var(--gray-400);top:20px;right:20px}.export-talent-modal .ant-modal-close:hover{color:var(--gray-500)}.export-talent-modal .export-modal-wrapper{padding:24px}.export-talent-modal .export-modal-header{text-align:left;margin-bottom:24px}.export-talent-modal .export-modal-title{color:var(--gray-900);margin:0 0 4px;font-size:16px;font-weight:600;line-height:24px}.export-talent-modal .export-modal-subtitle{color:var(--gray-600);margin-bottom:0;font-size:14px;font-weight:400;line-height:20px}.export-talent-modal .export-modal-content{margin-bottom:32px}.export-talent-modal .export-radio-group{flex-direction:column;gap:16px;width:100%;display:flex}.export-talent-modal .export-radio-group .export-radio-item{align-items:flex-start;width:100%;margin:0;display:flex}.export-talent-modal .export-radio-group .export-radio-item .ant-radio-label{padding-left:12px}.export-talent-modal .export-radio-group .export-radio-item .ant-radio{align-self:flex-start;margin-top:4px}.export-talent-modal .export-radio-group .export-radio-item .export-radio-content{flex:1}.export-talent-modal .export-radio-group .export-radio-item .export-radio-title{color:var(--gray-700);margin-bottom:0;font-size:16px;font-weight:500;line-height:24px}.export-talent-modal .export-radio-group .export-radio-item .export-radio-description{color:var(--gray-600);font-size:14px;line-height:20px}.export-talent-modal .export-modal-footer{gap:12px;display:flex}.export-talent-modal .export-modal-footer .ant-btn{border-radius:var(--radius-md);height:48px;font-size:16px;font-weight:500}.export-talent-modal .export-modal-footer .ant-btn.btn-outline{border:1px solid var(--gray-200);color:var(--gray-700)}.export-talent-modal .export-modal-footer .ant-btn.btn-outline:hover{border-color:var(--gray-300);color:var(--gray-900)}.export-talent-modal .export-modal-footer .ant-btn.btn-purple{background:var(--primary-600);border-color:var(--primary-600)}.export-talent-modal .export-modal-footer .ant-btn.btn-purple:hover{background:var(--primary-700);border-color:var(--primary-700)}.export-talent-modal .export-modal-footer .ant-btn.btn-disabled{background:var(--gray-200);border-color:var(--gray-200);color:var(--gray-400);cursor:not-allowed}.export-talent-modal .export-modal-footer .ant-btn.btn-disabled:hover{background:var(--gray-200);border-color:var(--gray-200)}.export-talent-modal .export-modal-footer .ant-btn.btn-outline-disabled{border:1px solid var(--gray-200);color:var(--gray-400);background:var(--gray-50);cursor:not-allowed}.export-talent-modal .export-modal-footer .ant-btn.btn-outline-disabled:hover{border-color:var(--gray-200);color:var(--gray-400);background:var(--gray-50)}.export-talent-modal .export-modal-footer .ant-btn.btn-download{justify-content:center;align-items:center;gap:8px;display:flex}.export-talent-modal .export-modal-footer .ant-btn.btn-download svg{width:20px;height:20px}.export-talent-modal .export-modal-generating{text-align:center;padding:0 0 32px}.export-talent-modal .export-modal-generating .progress-circle{justify-content:center;margin-bottom:16px;display:flex}.export-talent-modal .export-modal-generating .progress-circle .ant-progress-circle .ant-progress-text{color:var(--gray-700);font-size:14px;font-weight:600}.export-talent-modal .export-modal-generating .export-modal-subtitle{text-align:center}.export-talent-modal .export-modal-ready{text-align:center;padding:0 0 32px}.export-talent-modal .export-modal-ready .success-icon{justify-content:center;margin-bottom:16px;display:flex}
.video-upload-wrapper{width:100%;padding-bottom:5rem;padding-left:2rem;padding-right:2rem;position:relative;overflow-y:auto}.video-upload-wrapper .modal-header{border-bottom:1px solid var(--grey-icon-modal-border-color);margin-bottom:24px}.video-upload-wrapper .video-upload-content-wrapper{width:100%;max-height:calc(100vh - 300px);padding-top:8px}.video-upload-wrapper .video-upload-content-wrapper .video-upload-header{flex-direction:column;width:100%;display:flex}.video-upload-wrapper .video-upload-content-wrapper .video-upload-header h5{color:var(--grey-heading-dashboard);font-size:18px;font-style:normal;font-weight:600}.video-upload-wrapper .video-upload-content-wrapper .video-upload-header .vid-upload-subtitle{color:var(--grey-light-text);font-size:14px;font-style:normal;font-weight:400}.video-upload-wrapper .video-upload-content-wrapper .video-upload-body{padding-top:24px}
.table-paging{justify-content:center;align-items:center;width:100%;padding:16px 24px;display:flex}.table-paging .paging-wrapper{border:1px solid var(--grey-icon-modal-border-color);border-radius:var(--radius-md);align-items:center;font-size:14px;font-weight:500;display:inline-flex;overflow:hidden}.table-paging .paging-item{border:none;border-right:1px solid var(--grey-icon-modal-border-color);cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--color);background-color:#fff;justify-content:center;align-items:center;min-width:50px;padding:10px 16px;font-family:inherit;display:flex}.table-paging .paging-item:last-child{border-right:none}.table-paging .paging-item:hover:not(:disabled):not(.active){background-color:var(--grey-hover-background)}.table-paging .paging-item:disabled{color:var(--gray-400);cursor:not-allowed}.table-paging .paging-item.active{background-color:var(--grey-hover-background);color:var(--gray-800)}.table-paging .paging-item.dots{cursor:pointer}.table-paging .paging-item.arrow{color:var(--gray-800);gap:6px;font-weight:600}.table-paging .paging-item.arrow:disabled{color:var(--gray-400)}
.select-all-bar{align-items:center;gap:16px;display:flex}.select-all-bar .selected-title{color:var(--currency-sufix-color);font-size:14px;font-style:normal;font-weight:400}.select-all-bar .ant-checkbox-label{color:var(--color);font-size:14px;font-style:normal;font-weight:500}
.status-filter-toggle-wrapper{border-radius:var(--radius-md);border:1px solid var(--grey-icon-modal-border-color);display:flex!important}.status-filter-toggle-wrapper .status-filter-item{border-right:1px solid var(--grey-icon-modal-border-color);color:var(--color);cursor:pointer;align-items:center;padding:8px 16px;font-size:14px;font-style:normal;font-weight:600;display:flex}:is(.status-filter-toggle-wrapper .status-filter-item:hover,.status-filter-toggle-wrapper .status-filter-item.active){background-color:var(--grey-hover-background)}.status-filter-toggle-wrapper .status-filter-item:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.status-filter-toggle-wrapper .status-filter-item:last-child{border-right:none;border-top-right-radius:8px;border-bottom-right-radius:8px}.status-filter-toggle-wrapper.disabled-click{opacity:.5;pointer-events:none}@media (max-width:1180px){.status-filter-toggle-wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;overflow-x:auto}.status-filter-toggle-wrapper::-webkit-scrollbar{display:none}.status-filter-toggle-wrapper .status-filter-item{flex:1;justify-content:center;min-width:max-content;padding:8px 12px;font-size:12px}}
.icon-wrapper{color:red;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.icon-wrapper img{width:100%;height:100%}

.project-tab-wrapper{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.project-tab-wrapper>.ant-tabs{flex:1;min-height:0}.project-tab-wrapper>.ant-tabs>.ant-tabs-content-holder{flex-direction:column;flex:1;min-height:0;display:flex}.project-tab-wrapper .ant-tabs-content{flex-direction:column;flex:1;height:auto;min-height:0;display:flex}.project-tab-wrapper .ant-tabs-tabpane-active{flex-direction:column;flex:1;min-height:0;display:flex}.project-tab-wrapper .tab-title{color:var(--grey-dark);font-size:14px;font-style:normal;font-weight:600}.project-tab-wrapper .tab-title-count{color:var(--primary-700);text-align:center;border-radius:var(--radius-2xl);border:1px solid var(--primary-200);background:var(--primary-50);padding:2px 8px;font-size:12px;font-weight:500;display:inline-flex}.project-tab-wrapper .tab-body-height{flex:1;min-height:0;margin-left:-32px;margin-right:-32px;position:relative;overflow:auto}.project-tab-wrapper .tab-body-height-table{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.tab-body-height-table{height:calc(100vh - 250px);position:relative}.project-tab-wrapper .tab-body-height-table>.form-section{flex-direction:column;flex:1;min-height:0;margin-bottom:0;display:flex}.project-tab-wrapper .tab-body-height-table>.form-section .section-heading{flex-shrink:0}.project-tab-wrapper .tab-body-height-table .activity-feeds{flex:1;min-height:0;overflow:auto}.project-tab-wrapper .tab-body-height-table .activity-feeds .activity-feeds-title{padding-bottom:8px}.project-tab-wrapper .tab-body-height-table .activity-feeds .table-paging{background-color:var(--color-white);padding:16px 0;position:sticky;bottom:0}@media (max-width:1180px){.ant-tabs-dropdown-menu-item .tab-title-count{display:none}.project-tab-wrapper{height:auto}.project-tab-wrapper .tab-body-height{height:auto;min-height:300px;margin-left:0;margin-right:0}.project-tab-wrapper .tab-body-height-table{height:auto;min-height:300px;display:block;overflow:visible}.tab-body-height-table{height:auto;min-height:0}}
.filter-form-item{margin-bottom:24px}.tenant-filter-wrapper .tenant-filter-body .filter-form-item .filter-status-check{gap:12px}
.message-center-tabs{border-radius:var(--radius-lg);border:1px solid var(--gray-200);background:var(--gray-50);align-items:center;margin-bottom:24px;padding:4px;display:flex}.message-center-tabs .message-center-tabs-item{height:36px;color:var(--gray-500);border-radius:var(--radius-lg);cursor:pointer;white-space:nowrap;flex:1;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:14px;font-weight:600;line-height:20px;display:flex}.message-center-tabs .message-center-tabs-item .tab-label-short{display:none}.message-center-tabs .message-center-tabs-item.active{color:var(--gray-700);background-color:var(--color-white);box-shadow:var(--shadow-sm)}.message-center-tabs .message-center-tabs-item .tab-count{border-radius:var(--radius-2xl);border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-700);text-align:center;padding:2px 8px;font-size:12px;font-weight:500;display:inline-block}@media (max-width:1180px){.message-center-tabs .message-center-tabs-item .tab-label-full{display:none}.message-center-tabs .message-center-tabs-item .tab-label-short{display:inline}}
.attachments-container{border-top:1px solid var(--gray-300);flex-direction:column;gap:16px;margin-top:24px;padding-top:16px;display:flex}.attachments-header{color:var(--gray-400);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.attachments-header .paperclip-icon{flex-shrink:0}.attachments-header .attachments-title{color:var(--gray-900);font-size:16px;font-weight:600;line-height:24px}.attachments-list{flex-direction:column;gap:16px;display:flex}.attachment-item{border:1px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:12px;padding:8px;transition:background-color .2s;display:flex;position:relative}.attachment-item:hover{background:var(--gray-100)}.attachment-item a{width:100%;height:100%;position:absolute;top:0;left:0}.attachment-icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.attachment-icon .file-extension-badge{color:var(--gray-700);font-size:7px;font-weight:700;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.attachment-info{align-items:center;gap:8px;display:flex}.attachment-name{color:var(--gray-700);word-wrap:break-word;max-width:480px;font-size:14px;font-weight:500}.attachment-size{color:var(--gray-600);font-size:14px;font-weight:400}
.msg-box{border-radius:var(--radius-xl);border:1px solid var(--gray-200);background:var(--color-white);box-shadow:var(--shadow-sm)}.msg-box-title{border-radius:var(--radius-xl) 12px 0 0;border-bottom:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-900);gap:16px;padding:16px 24px;font-size:16px;font-weight:600}.msg-box-content{background:var(--color-white);border-radius:0 0 8px 8px;padding:24px;overflow-x:auto}.msg-box-content table{max-width:100%}.msg-note{border-radius:var(--radius-xl);background:var(--gray-50);flex-direction:column;gap:16px;padding:16px 24px;display:flex}.msg-note-title{color:var(--gray-900);justify-content:space-between;font-size:16px;font-weight:600;display:flex}.msg-note-title button svg path{stroke:var(--primary-400)}.msg-note-content{color:var(--gray-900);flex-direction:column;gap:16px;font-size:16px;display:flex}.msg-note-content p{margin-bottom:0}.msg-note-content-note{color:var(--gray-600);font-size:14px;font-weight:400}.msg-note-content .ant-input{color:var(--gray-900);padding:16px;min-height:120px!important}.select-receipient .ant-select-selector{padding-left:15px}.select-receipient .ant-select-selector .user-icon{width:18px;height:18px}.send-msg-form .ant-select{height:auto}.select-receipient-item{white-space:wrap;flex-direction:row;align-items:center;gap:8px;padding-top:7px;padding-bottom:7px;line-height:1.5;display:flex!important}.select-receipient-item .user-icon{color:var(--gray-500);flex:0 0 18px;width:18px;height:18px}.select-receipient-item .recipient-emails{flex:1}.drawer-actions.flex.justify-between{justify-content:space-between;display:flex}.drawer-actions.flex.justify-between>div{gap:12px;display:flex}
.project-table-wrapper{background:var(--color-white);border:1px solid var(--grey-border);border-radius:var(--radius-xl);padding:0;overflow:clip}.name-table{align-items:center;gap:4px;display:flex}.name-table svg{color:var(--grey-light-text)}.table-toolbar{z-index:10;background:var(--color-white);border-bottom:1px solid var(--grey-border);align-items:center;gap:8px;padding:16px 24px;display:flex;position:sticky;top:0}.table-toolbar button{font-size:14px!important}.table-toolbar .search-box{align-items:center;gap:8px;margin-left:auto;display:flex}.project-table .ant-table-wrapper{border-radius:0}.project-table .ant-table{border-collapse:collapse;border-radius:0}.project-table .ant-table-content{overflow-x:auto}.project-table .ant-table-thead>tr>th{background:var(--grey-hover-background);color:var(--grey-light-text);border-bottom:1px solid var(--grey-border);z-index:5;padding:12px 24px;font-size:12px;font-weight:500;position:sticky;top:0;border-right:none!important}.project-table .ant-table-thead>tr>th:first-child{z-index:999;position:relative}.project-table .ant-table-thead>tr>th:before{display:none!important}.project-table .ant-table-tbody>tr>td{color:var(--grey-light-text);border-bottom:1px solid var(--grey-border);padding:16px 24px;font-size:14px;border-right:none!important}.project-table .ant-table-cell{vertical-align:middle}.project-table .ant-checkbox{z-index:999;position:relative}.project-table .ant-avatar{width:24px;height:24px;font-size:12px}.project-table .ant-table-tbody>tr:hover>td{background-color:var(--grey-hover-background)}.project-table .ant-table-container{border-radius:0!important}.project-table .email-list{word-wrap:normal}.calendar-for-table{align-items:center;gap:8px;display:flex}.calendar-for-table svg{color:var(--grey-dark);flex-shrink:0;margin-right:5px}.owner-column{align-items:center;gap:12px;display:flex}.owner-column .text-owner{white-space:nowrap;text-overflow:ellipsis;width:60px;margin-left:5px;overflow:hidden}.action-column{justify-content:flex-end;align-items:center;gap:4px;display:flex}.action-column .action-icon{cursor:pointer;justify-content:center;align-items:center;display:flex}.action-column .action-icon svg{color:var(--grey-icon-color)}.action-column .action-icon:disabled{cursor:not-allowed}.action-column .action-icon:disabled svg{color:var(--grey-icon-modal-border-color)}.action-column .button-notallow{pointer-events:none;cursor:not-allowed}.row-disabled{opacity:.5}.row-style{cursor:pointer}.table-name-text{color:var(--grey-heading-dashboard)}.progress-text-custom{color:var(--color);font-size:14px;font-style:normal;font-weight:500}.talent-avatar-name{align-items:center;gap:12px;display:flex}.talent-avatar-name .talent-name{color:var(--grey-heading-dashboard);font-size:14px;font-style:normal;font-weight:500}.talent-avatar-name .avatar-wrapper{width:40px}.availability-column{align-items:center;gap:4px;font-size:14px;display:flex}.action-column-talent{justify-content:flex-end;gap:8px;display:flex}.action-column-talent button{width:40px;padding:0}.no-project-wrapper{flex-direction:column;align-items:center;display:flex}.no-project-wrapper h5{color:var(--grey-heading-dashboard);margin-bottom:8px;font-size:32px;font-weight:400}.no-project-wrapper .sub-title{color:var(--grey-light-text);margin-bottom:24px;font-size:20px}.no-project-wrapper button{width:auto;font-size:14px}.project-table .ant-table-body{scrollbar-gutter:stable auto;overflow-y:auto!important}.status-text-wrapper{align-items:center;gap:6px;display:flex}.status-text-wrapper .active-dot{background-color:var(--purple-icon-color);border-radius:50%;width:8px;height:8px}.status-text-wrapper{font-weight:500}.table-project-header{background-color:var(--color-white);z-index:99;justify-content:space-between;width:100%;padding-top:16px;padding-bottom:24px;display:flex;position:sticky;top:0}.table-project-header .header-left{flex-direction:column;display:flex}.table-project-header .header-left h4{color:var(--gray-900);margin-bottom:2px;font-size:18px;font-weight:600;line-height:28px}.table-project-header .header-left span{color:var(--gray-500);font-size:14px;font-style:normal;font-weight:400}.table-project-header .header-right{align-items:center;display:flex;gap:8px!important}.project-table .ant-table-cell-fix-left{z-index:99!important}.project-table .ant-table-cell-fix-left-first{z-index:100!important}.project-table .ant-table-row-selected .ant-table-cell{background-color:var(--grey-hover-background)!important}@media (max-width:1180px){.table-toolbar{flex-wrap:wrap;gap:8px;padding:12px 16px}.table-toolbar>:not(.search-box){flex:1}.table-toolbar .search-box{order:1;width:100%;margin-left:0}}
.create-project-form-wrapper{width:100%;max-height:100vh;padding-bottom:5rem;padding-left:2rem;padding-right:2rem;position:relative;overflow-y:auto}.create-project-form-wrapper.edit-project-form-wrapper{max-height:100%;padding-bottom:2rem;padding-left:32px;padding-right:32px}.create-project-form-wrapper.edit-project-form-wrapper::-webkit-scrollbar{width:5px}.create-project-form-wrapper.edit-project-form-wrapper::-webkit-scrollbar-track{background:var(--color-white);border-radius:var(--radius-xs)}.create-project-form-wrapper.edit-project-form-wrapper::-webkit-scrollbar-thumb{background-color:var(--grey-light-background-border);border-radius:var(--radius-xs)}.create-project-form-wrapper.edit-project-form-wrapper::-webkit-scrollbar-thumb:hover{background-color:var(--grey-light-background-border)}.create-project-form-wrapper.edit-project-form-wrapper .form-edit-header{z-index:999;background-color:var(--color-white);justify-content:space-between;align-items:center;padding:8px 0 24px;display:flex;position:sticky;top:0}.create-project-form-wrapper.edit-project-form-wrapper .form-edit-header .form-edit-header-left{flex-direction:column;display:flex}.create-project-form-wrapper.edit-project-form-wrapper .form-edit-header .form-edit-header-right{gap:.5rem;display:flex}.create-project-form-wrapper .modal-create-header{background-color:var(--color-white);z-index:999;opacity:1;justify-content:space-between;width:100%;padding:2rem 0;display:flex;position:sticky;top:0}.create-project-form-wrapper .modal-create-header.show-devider{border-bottom:1px solid var(--grey-border);padding:2rem 0 1.5rem}.create-project-form-wrapper .modal-create-header .modal-create-header-left{flex:1;align-items:center;min-width:0;display:flex;overflow:hidden}.create-project-form-wrapper .modal-create-header .modal-create-header-left .back-button{border-radius:var(--radius-md);border:1px solid var(--grey-icon-modal-border-color);cursor:pointer;flex-shrink:0;padding:10px}.create-project-form-wrapper .modal-create-header .modal-create-header-left h4{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--grey-heading-dashboard);flex:1;margin-bottom:0;margin-left:1rem;font-size:30px;font-weight:600;overflow:hidden}.create-project-form-wrapper .modal-create-header .modal-create-header-right{display:flex}.create-project-form-wrapper .modal-create-header .modal-create-header-right button{width:auto}.create-project-form-wrapper .modal-create-header .modal-create-header-right button:first-child{margin-right:.5rem}.create-project-form-wrapper .modal-create-header .modal-create-header-right button:last-child{margin-right:0}.create-project-form-wrapper .modal-create-header .modal-create-header-right .btn-small-text{font-size:14px!important}.create-project-form-wrapper .modal-create-header .modal-create-header-right .custom-button-disabled{border:1px solid var(--grey-border)!important;background:var(--grey-light-background-border)!important;box-shadow:var(--shadow-xs)!important}.create-project-form-wrapper .modal-create-header .modal-create-header-right .custom-button-disabled svg{color:var(--gray-300)!important}.create-project-form-wrapper .modal-create-header .modal-create-header-right .text-button-custom{cursor:pointer;color:var(--grey-light-text);align-items:center;gap:0;font-size:14px;font-style:normal;font-weight:600;display:flex}.create-project-form-wrapper .items-wrapper{width:60%;margin-bottom:20px}.create-project-form-wrapper .items-wrapper .form-item-render{display:flex}.create-project-form-wrapper .items-wrapper .form-item-render .label-group{width:250px;max-width:280px;margin-top:-5px}.create-project-form-wrapper .items-wrapper .form-item-render .label-group .form-item-render-label{width:100%;font-size:14px;font-weight:600;display:block}.create-project-form-wrapper .items-wrapper .form-item-render .label-group .form-item-render-label .required-icon{color:var(--element-default-color)}.create-project-form-wrapper .items-wrapper .form-item-render .label-group .sub-label{color:var(--grey-light-text);font-size:14px;font-style:normal;font-weight:400}.create-project-form-wrapper .items-wrapper .form-item-render .control-group{flex:1;position:relative}.create-project-form-wrapper .items-wrapper .form-item-render .control-group .ant-select-lg{height:40px}.create-project-form-wrapper .items-wrapper .form-item-render .control-group .custom-input-currency .ant-input-prefix{color:var(--currency-prefix-color);padding-right:.5rem}.create-project-form-wrapper .items-wrapper .form-item-render .control-group .custom-input-currency .ant-input-wrapper .ant-input-outlined{border-right:none}.create-project-form-wrapper .items-wrapper .form-item-render .control-group .budget-input-wrapper{display:flex;position:relative}.create-project-form-wrapper .items-wrapper .form-item-render .control-group .budget-input-wrapper .ant-input-number-prefix{color:var(--currency-prefix-color);padding-right:.5rem}.create-project-form-wrapper .items-wrapper .form-item-render .control-group .budget-input-wrapper .budget-main-input{flex:1}.create-project-form-wrapper .items-wrapper .form-item-render .control-group .budget-input-wrapper .budget-main-input .ant-input-number-input{padding-right:12px}:is(.create-project-form-wrapper .items-wrapper .form-item-render .control-group .budget-input-wrapper .budget-currency-select .ant-select-selector,.create-project-form-wrapper .items-wrapper .form-item-render .control-group .budget-input-wrapper .budget-currency-select .ant-select-content){color:var(--currency-sufix-color);align-items:center;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;height:100%!important}:is(.create-project-form-wrapper .items-wrapper .form-item-render .control-group .budget-input-wrapper .budget-currency-select .ant-select-selector .ant-select-selection-item,.create-project-form-wrapper .items-wrapper .form-item-render .control-group .budget-input-wrapper .budget-currency-select .ant-select-content .ant-select-selection-item){color:var(--currency-sufix-color);font-weight:400}:is(.create-project-form-wrapper .items-wrapper .form-item-render .control-group .budget-input-wrapper .budget-currency-select .ant-select-arrow,.create-project-form-wrapper .items-wrapper .form-item-render .control-group .budget-input-wrapper .budget-currency-select .ant-select-suffix){color:var(--currency-sufix-color);align-items:center;display:flex}.budget-input-wrapper{align-items:stretch;display:flex}.budget-input-wrapper .budget-main-input{flex:1;min-width:0;border-top-right-radius:0!important;border-bottom-right-radius:0!important}:is(.budget-input-wrapper .budget-main-input .ant-input-number,.budget-input-wrapper .budget-main-input .ant-input-number-affix-wrapper){border-top-right-radius:0!important;border-bottom-right-radius:0!important}.budget-input-wrapper .budget-main-input .ant-input-number-input{padding-right:12px}.budget-input-wrapper .budget-currency-select{flex-shrink:0;width:auto;min-width:76px;margin-inline-start:-1px}.budget-input-wrapper .budget-currency-select button[data-rac]{height:100%;color:var(--currency-sufix-color);border-top-left-radius:0!important;border-bottom-left-radius:0!important}:is(.budget-input-wrapper .budget-currency-select button[data-rac]:hover,.budget-input-wrapper .budget-currency-select button[data-rac]:focus,.budget-input-wrapper .budget-currency-select button[data-rac]:focus-visible,.budget-input-wrapper .budget-currency-select button[data-rac][aria-expanded=true]){z-index:1;position:relative}.create-project-form-wrapper .items-wrapper .form-item-render .control-group .custom-select-language .ant-select-selector .ant-select-prefix svg{width:20px;color:var(--grey-dark);margin-right:8px}.create-project-form-wrapper .items-wrapper .form-item-render .control-group .custom-project-email .ant-input-suffix{color:var(--grey-dark)}.create-project-form-wrapper .items-wrapper .form-item-render .control-group .suggestion-project-email{z-index:9999;border-radius:var(--radius-md);background-color:var(--color-white);width:100%;box-shadow:var(--shadow-md);padding:8px 12px;position:absolute;top:calc(100% + 2px)}.create-project-form-wrapper .items-wrapper .form-item-render .control-group .suggestion-project-email .email-suggest{cursor:pointer;color:var(--color-primary-for-text);font-weight:600}.create-project-form-wrapper .items-wrapper .ant-form-item-additional{padding-left:250px!important}.create-project-form-wrapper .items-wrapper .custom-datepicker{width:50%}.create-project-form-wrapper .items-wrapper .custom-datepicker .ant-picker-suffix{order:-1;margin-left:0;margin-right:8px;transition:color .2s;color:var(--grey-dark)!important}.create-project-form-wrapper .items-wrapper .custom-datepicker .ant-picker-suffix svg{color:var(--grey-dark)!important}.create-project-form-wrapper .items-wrapper .custom-datepicker:hover .ant-picker-suffix svg{display:block;color:var(--grey-dark)!important}.create-project-form-wrapper .devider{border-bottom:1px solid var(--grey-border);width:100%;margin-bottom:20px}.disable-name-text{color:var(--gray-400)!important}@media (max-width:1180px){.create-project-form-wrapper{padding-left:1rem;padding-right:1rem}.create-project-form-wrapper .items-wrapper{width:100%}.create-project-form-wrapper .items-wrapper .form-item-render{flex-direction:column}.create-project-form-wrapper .items-wrapper .form-item-render .label-group{width:100%;max-width:100%;margin-top:0;margin-bottom:6px}.create-project-form-wrapper .items-wrapper .form-item-render .control-group{flex-direction:column}.create-project-form-wrapper .items-wrapper .ant-form-item-additional{padding-left:0!important}.create-project-form-wrapper .items-wrapper .custom-datepicker{width:100%}.create-project-form-wrapper .modal-create-header{flex-direction:column;gap:.75rem;padding:1rem 0;position:static}.create-project-form-wrapper .modal-create-header .modal-create-header-right{width:100%}.create-project-form-wrapper .modal-create-header .modal-create-header-right button{flex:1}.create-project-form-wrapper.edit-project-form-wrapper{padding-left:1rem;padding-right:1rem}.create-project-form-wrapper.edit-project-form-wrapper .form-edit-header{flex-direction:column;align-items:flex-start;gap:.75rem;position:static}.create-project-form-wrapper.edit-project-form-wrapper .form-edit-header .form-edit-header-right{width:100%}.create-project-form-wrapper.edit-project-form-wrapper .form-edit-header .form-edit-header-right button{flex:1}}
.modal-wrapper{padding:2rem 0}.modal-wrapper .breadcrumb-wrapper{padding:0 2rem}
.user-selector-wrapper{width:300px;position:relative}.user-selector-wrapper .user-display{background:var(--color-white);border:1px solid var(--grey-border);border-radius:var(--radius-xl);cursor:pointer;align-items:center;gap:8px;padding:12px;display:flex;position:relative}.user-selector-wrapper .user-display.disable-all{border-color:var(--gray-300);box-shadow:none;cursor:not-allowed;opacity:1;background-color:#0000000a}.user-selector-wrapper .user-display .user-info{flex:1}.user-selector-wrapper .user-display .user-info .user-name{color:var(--grey-heading-dashboard);font-size:14px;font-weight:600}.user-selector-wrapper .user-display .user-info .user-email{color:var(--grey-light-text);font-size:14px}.user-selector-wrapper .user-display .dropdown-icon{font-size:12px;position:absolute;top:16px;right:16px}.user-selector-wrapper .dropdown-container{z-index:1000;width:100%;position:absolute;left:0}.user-selector-wrapper .dropdown-container.bottom{top:calc(100% + 4px);bottom:auto}.user-selector-wrapper .dropdown-container.top{top:auto;bottom:calc(100% + 4px)}.user-selector-wrapper .custom-dropdown-wrapper{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;display:flex;overflow:hidden}.user-selector-wrapper .custom-dropdown-wrapper .search-item{padding:8px}.user-selector-wrapper .custom-dropdown-wrapper .search-item .dropdown-search{background:var(--color-white);border-radius:var(--radius-sm);padding:4px 11px}.user-selector-wrapper .custom-dropdown-wrapper .search-item .dropdown-search input{color:var(--tertiary-900);background:0 0;padding:4px 0;font-size:14px}.user-selector-wrapper .custom-dropdown-wrapper .search-item .dropdown-search input::placeholder{color:var(--gray-400)}.user-selector-wrapper .custom-dropdown-wrapper .user-list{max-height:260px;overflow-y:auto}:is(.user-selector-wrapper .custom-dropdown-wrapper .user-list .loading,.user-selector-wrapper .custom-dropdown-wrapper .user-list .no-result){text-align:center;color:var(--gray-500);padding:12px;font-size:13px}.user-selector-wrapper .custom-dropdown-wrapper .user-list .user-item{cursor:pointer;align-items:center;gap:10px;padding:14px 12px;transition:background .2s;display:flex}.user-selector-wrapper .custom-dropdown-wrapper .user-list .user-item:hover{background-color:var(--gray-50)}.user-selector-wrapper .custom-dropdown-wrapper .user-list .user-item.selected{background-color:var(--gray-50)}.user-selector-wrapper .custom-dropdown-wrapper .user-list .user-item .info{flex-direction:column;flex:1;display:flex}.user-selector-wrapper .custom-dropdown-wrapper .user-list .user-item .info .name{color:var(--grey-heading-dashboard);font-size:16px;font-weight:500}.user-selector-wrapper .custom-dropdown-wrapper .user-list .user-item .info .email{font-size:12px}.user-selector-wrapper .custom-dropdown-wrapper .user-list .user-item .check-icon{color:var(--primary-600);font-size:16px}
.sidebar{background:var(--background);border-right:1px solid var(--gray-200);flex-direction:column;width:100%;height:100%;padding-top:2rem;display:flex;position:relative;top:0;overflow:visible}.sidebar .sidebar-header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-right:1rem;display:flex}.sidebar .sidebar-close-btn{cursor:pointer;color:var(--color);background:0 0;border:none;padding:4px 8px;font-size:18px;line-height:1;display:none}.sidebar .logo{padding-left:1.5rem}.sidebar .logo img{width:auto;height:2.5rem}.sidebar .search-wrapper{margin-bottom:1.5rem;padding:0 1.5rem}.sidebar .sidebar-bottom{flex-shrink:0;width:100%;padding:0 1rem 2rem}.sidebar .sidebar-bottom .bottom-item{width:100%;color:var(--color);border-radius:var(--radius-sm);cursor:pointer;align-items:center;padding:8px 12px;transition:background .2s;display:flex;position:relative}.sidebar .sidebar-bottom .bottom-item:hover{background:var(--gray-100)}.sidebar .sidebar-bottom .bottom-item.active{background:var(--purple-light-background);color:var(--color-primary-for-text);font-size:16px;font-weight:600}.sidebar .sidebar-bottom .bottom-item.active svg{color:var(--purple-icon-color)}.sidebar .sidebar-bottom .bottom-item.active .item-collap-icon span{background-color:var(--purple-temp-color)}.sidebar .sidebar-bottom .bottom-item.active .item-collap-icon svg{color:var(--purple-icon-color)}.sidebar .sidebar-bottom .bottom-item span{margin-left:12px;font-size:16px;font-weight:600}.sidebar .sidebar-bottom .bottom-item svg{color:var(--grey-dark)}.sidebar .sidebar-bottom .bottom-item .lang-flag{vertical-align:middle;border-radius:50%;flex-shrink:0;width:16px;height:16px;margin:0 8px 0 0;display:inline-block;box-shadow:0 0 0 1px #0a0d1214}.sidebar .sidebar-bottom .bottom-item .language-dropdown-label{align-items:center;margin-left:0;display:inline-flex}.sidebar .sidebar-bottom .bottom-item .language-dropdown{background-color:var(--color-white);box-shadow:var(--shadow-lg);z-index:9999;width:250px;position:absolute;bottom:0;right:-270px}.sidebar .sidebar-bottom .bottom-item .language-dropdown .language-dropdown-item{color:var(--grey-heading-dashboard);justify-content:space-between;align-items:center;padding:10px 14px;font-size:16px;display:flex}.sidebar .sidebar-bottom .bottom-item .language-dropdown .language-dropdown-item:hover{background:var(--gray-50)}.sidebar .sidebar-bottom .bottom-item .language-dropdown .language-dropdown-item.active{background:var(--gray-50)}.sidebar .sidebar-bottom .user-wrapper{border-radius:var(--radius-xl);border:1px solid var(--grey-border);margin-top:24px;padding:12px}.nav-list{flex:1;min-height:0;padding:0 1rem;overflow-y:auto}.nav-item{border-radius:var(--radius-sm);cursor:pointer;color:var(--color);align-items:center;padding:8px 12px;font-size:16px;font-weight:600;transition:background .2s;display:flex}.nav-item .nav-item-label{white-space:nowrap;text-overflow:ellipsis;width:calc(100% - 24px);max-width:calc(100% - 24px);overflow:hidden}.nav-item svg{width:24px;color:var(--grey-dark);margin-right:.5rem}.nav-item-collapse{justify-content:space-between;align-items:center;display:flex}.nav-item-collapse .item-first{align-items:center;display:flex}.nav-item-collapse .item-first svg{color:var(--grey-dark);width:24px;margin-right:.5rem}.nav-item-collapse .item-collap-icon{align-items:center;display:flex}.nav-item-collapse .item-collap-icon span{border-radius:var(--radius-2xl);background-color:var(--grey-light-background-border);color:var(--color-primary-for-text);justify-content:center;align-items:center;padding:2px 10px;font-size:14px;font-weight:500;display:flex}.nav-item-collapse .item-collap-icon img{margin-left:.5rem;margin-right:0}.nav-item-collapse .item-collap-icon svg{transition:transform .3s}.nav-item-collapse .item-collap-icon .list-open svg{transform:rotate(180deg)}@media (max-width:1180px){.sidebar .sidebar-close-btn{display:block}.sidebar .sidebar-bottom .bottom-item .language-dropdown{width:100%;inset:auto 0 100%}}.collap-content{max-height:calc(100% - 130px);overflow-y:auto}.collap-content::-webkit-scrollbar{width:4px}.collap-content::-webkit-scrollbar-track{background:var(--color-white);border-radius:var(--radius-xs)}.collap-content::-webkit-scrollbar-thumb{background-color:var(--grey-light-background-border);border-radius:var(--radius-xs)}.collap-content::-webkit-scrollbar-thumb:hover{background-color:var(--grey-light-background-border)}.collap-content .nav-item{padding-left:42px!important}.nav-item:hover{background:var(--gray-100)}.nav-item.active{background:var(--purple-light-background);color:var(--color-primary-for-text);font-size:16px;font-weight:600}.nav-item.active svg{color:var(--purple-icon-color)}.nav-item.active .item-collap-icon span{background-color:var(--purple-temp-color)}.nav-item.active .item-collap-icon svg{color:var(--purple-icon-color)}
.dashboard-box{border-radius:var(--radius-xl);border:1px solid var(--gray-200);background:var(--color-white);box-shadow:var(--shadow-xs);flex-direction:column;height:calc(100vh - 372px);padding:24px;display:flex}.dashboard-box__title{color:var(--gray-600);margin-bottom:8px;font-size:14px;font-weight:500}.dashboard-box__count{color:var(--gray-900);font-size:30px;font-weight:600}.dashboard-box__content{flex-direction:column;flex:1;display:flex}.dashboard-box__content .g-divider{margin:24px 0}.dashboard-box__empty{color:var(--gray-600);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px 12px;display:flex}.dashboard-box__empty-icon{color:var(--success-600)}.dashboard-box__empty-title{font-size:13px;font-weight:500}.dashboard-box__list{flex-direction:column;flex:1 1 0;gap:20px;min-height:0;display:flex;overflow-y:auto}.dashboard-box__item{cursor:pointer;align-items:flex-start;gap:12px;display:flex;position:relative}.dashboard-box__item a{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.dashboard-box__item svg{width:16px;height:16px}.dashboard-box__item-title{color:var(--gray-700);margin-bottom:0;font-size:14px;font-weight:500}.dashboard-box__item-description{color:var(--gray-600);margin-bottom:0;font-size:14px}.dashboard-box__pagination{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.dashboard-box__pagination-info{color:var(--gray-700);font-size:14px;font-weight:500}.dashboard-box__pagination .ant-btn.ant-btn-sm{border-radius:var(--radius-md);border:1px solid var(--gray-300);width:36px;height:36px;box-shadow:var(--shadow-xs);background:var(--color-white);justify-content:center;align-items:center;padding:0;font-size:12px;font-weight:500;display:flex}.dashboard-box__pagination .ant-btn.ant-btn-sm:disabled{border-color:var(--gray-300);background:var(--gray-100);color:var(--gray-400)}
.form-wrapper{width:100%;max-height:100vh;padding:0 2rem 5rem;position:relative;overflow-y:auto}.contact-header-identity{align-items:baseline;gap:10px;min-width:0;display:inline-flex;overflow:hidden}.contact-header-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.contact-header-name-native{color:var(--gray-500);white-space:nowrap;font-size:.7em;font-weight:500}.form-wrapper.edit-agency-form-wrapper{max-height:100%;padding:0 32px 2rem}.form-wrapper.edit-agency-form-wrapper::-webkit-scrollbar{width:5px}.form-wrapper.edit-agency-form-wrapper::-webkit-scrollbar-track{background:var(--color-white);border-radius:var(--radius-xs)}.form-wrapper.edit-agency-form-wrapper::-webkit-scrollbar-thumb{background-color:var(--grey-light-background-border);border-radius:var(--radius-xs)}.form-wrapper.edit-agency-form-wrapper::-webkit-scrollbar-thumb:hover{background-color:var(--grey-light-background-border)}.form-wrapper .ant-select-selector .ant-select-selection-item{border-radius:var(--radius-2xl);height:unset;line-height:unset;padding:2px 8px}.form-wrapper .ant-select-selector .ant-select-selection-item .ant-select-selection-item-content{font-weight:500;font-size:12px!important}.form-wrapper .modal-create-header{background-color:var(--color-white);z-index:999;justify-content:space-between;width:100%;padding:2rem 0;display:flex;position:sticky;top:0}.form-wrapper .modal-create-header.show-devider{border-bottom:1px solid var(--grey-border);padding-bottom:1.5rem}.form-wrapper .modal-create-header .modal-create-header-left{align-items:center;display:flex}.form-wrapper .modal-create-header .modal-create-header-left .back-button{border-radius:var(--radius-md);border:1px solid var(--grey-icon-modal-border-color);cursor:pointer;padding:10px}.form-wrapper .modal-create-header .modal-create-header-left h4{color:var(--grey-heading-dashboard);margin:0 0 0 1rem;font-size:30px;font-weight:600}.form-wrapper .modal-create-header .modal-create-header-left h4.disable-name-text{color:var(--gray-400)}.form-wrapper .modal-create-header .modal-create-header-right{display:flex}.form-wrapper .modal-create-header .modal-create-header-right button{width:auto}.form-wrapper .modal-create-header .modal-create-header-right button:first-child{margin-right:.5rem}.form-wrapper .modal-create-header .modal-create-header-right .btn-small-text{font-size:14px!important}.form-wrapper .modal-create-header .modal-create-header-right .custom-button-disabled{border:1px solid var(--grey-border)!important;background:var(--grey-light-background-border)!important;box-shadow:var(--shadow-xs)!important}.form-wrapper .modal-create-header .modal-create-header-right .custom-button-disabled svg{color:var(--gray-300)!important}.form-wrapper .form-edit-header{z-index:999;background-color:var(--color-white);justify-content:space-between;align-items:center;padding:8px 0 24px;display:flex;position:sticky;top:0}.form-wrapper .form-edit-header .form-edit-header-left{flex-direction:column;display:flex}.form-wrapper .form-edit-header .form-edit-header-left h4{color:var(--grey-heading-dashboard);font-size:18px;font-weight:600;line-height:28px}.form-wrapper .form-edit-header .form-edit-header-right{gap:.5rem;display:flex}.create-agency-form-wrapper.create .form-fields>.form-row{width:60%}.create-agency-form-wrapper.create .form-fields>.form-row>.form-row-label{width:33.33%}.create-agency-form-wrapper.create .form-fields>.form-row>.form-row-inputs{width:100%;max-width:100%}.create-agency-form-wrapper.create .form-fields>.form-row .form-row:last-child{margin-bottom:0}@media (max-width:1180px){.form-wrapper{padding:0 1rem 5rem}.create-agency-form-wrapper.create .form-fields>.form-row{width:100%}.create-agency-form-wrapper.create .form-fields>.form-row>.form-row-label{width:100%}.create-agency-form-wrapper.create .form-fields>.form-row>.form-row-inputs{max-width:100%}.control-group-address{flex-direction:column}}
.mobile-topbar{display:none}.sidebar-backdrop{display:none}.layout{background-color:var(--background);width:100%;height:100vh;display:flex}.layout .sidebar-wrapper{z-index:50;flex-shrink:0;width:300px;height:100%;position:relative}.layout .main-content{isolation:isolate;flex:1;min-width:0;overflow-y:auto}.layout .main-content .content-header{justify-content:space-between;width:100%;padding:2rem;display:flex}.layout .main-content .content-header .content-header-left h4{color:var(--grey-heading-dashboard);margin-bottom:.5rem;font-size:30px}.layout .main-content .content-header .content-header-left span{color:var(--grey-light-text);font-size:16px}.layout .main-content .content-header .content-header-right button{color:var(--color-white)}.layout .main-content .content-header .content-header-right button img{width:20px;height:20px}.layout .main-content .main-content-wrapper{width:100%;height:calc(100vh - 135px);overflow-y:unset;padding:0 2rem 2rem;position:relative}.dashboard-boxes{grid-template-columns:repeat(3,1fr);gap:32px;height:calc(100vh - 372px);display:grid;position:relative;overflow-y:hidden}.dashboard-boxes .ant-spin{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1180px){.dashboard-boxes{grid-template-columns:1fr;height:auto;overflow-y:visible}.layout .main-content .content-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.layout .main-content .content-header .content-header-right{width:100%}.layout .main-content .content-header .content-header-right button{width:100%}.layout .main-content .main-content-wrapper{height:auto;min-height:0;padding:0 1rem 2rem}.mobile-topbar{border-bottom:1px solid var(--grey-border);background:var(--background);z-index:100;align-items:center;height:56px;padding:0 1rem;display:flex;position:fixed;top:0;left:0;right:0}.hamburger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:4px;display:flex}.hamburger-btn span{background:var(--color);border-radius:2px;width:22px;height:2px;display:block}.sidebar-backdrop{z-index:1100;background:#0006;display:block;position:fixed;inset:0}.layout{flex-direction:column;height:auto;min-height:100vh;padding-top:56px}.layout .sidebar-wrapper{z-index:1200;width:280px;height:100%;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%)}.layout .sidebar-wrapper.sidebar-open{transform:translate(0)}.layout .main-content{isolation:isolate;width:100%}}
.custom-steps-wrapper{justify-content:space-between;align-items:flex-start;width:100%;padding:15px 0 20px;display:flex;position:relative}.step-item{text-align:center;flex:1;position:relative}.circle{border:2px solid var(--gray-200);z-index:2;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin:0 auto;display:flex;position:relative}.circle.active{border-color:var(--color-primary-for-text);background-color:#fff}.circle-inner{background-color:var(--color-primary-for-text);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.circle-center{background-color:#fff;border-radius:50%;width:6px;height:6px}.circle-inactive-dot{background-color:var(--gray-300);border-radius:50%;width:10px;height:10px}.circle.completed{background-color:var(--color-primary-for-text);border-color:var(--color-primary-for-text)}.circle-check-icon{color:#fff;font-size:12px}.line{background-color:var(--gray-200);z-index:1;height:2px;transition:background-color .3s;position:absolute;top:16px}.line.left{left:0;right:50%}.line.right{left:50%;right:0}.line.active{background-color:var(--color-primary-for-text)}.step-text{margin-top:12px}.step-title{color:var(--color);font-size:14px;font-weight:600}.step-title.active{color:var(--color-primary-for-text)}.step-description{color:var(--grey-light-text);font-size:14px;font-weight:400}.step-description.active{color:var(--color-primary-for-text)}
.table-toolbar-actions{justify-content:space-between;align-items:center;padding:12px 24px;display:flex}.table-toolbar-actions button{font-size:14px!important}.table-header{background-color:var(--color-white);z-index:10;margin-bottom:0;position:sticky;top:0}
.custom-backbutton{cursor:pointer;align-items:center;margin-bottom:1rem;display:flex}.custom-backbutton span{font-weight:600;font-size:var(--font-size-md);margin-left:10px;color:var(--color-primary-for-text)!important}
.dashboard-card{border-radius:var(--radius-xl);border:1px solid var(--gray-200);background:var(--color-white);box-shadow:var(--shadow-xs);flex:1;gap:12px;padding:20px;transition:background-color .15s;display:flex;position:relative}.dashboard-card:hover{background:var(--grey-hover-background)}.dashboard-card__icon{border-radius:var(--radius-lg);border:1px solid var(--gray-300);background:var(--color-white);width:48px;height:48px;color:var(--gray-700);justify-content:center;align-items:center;display:flex}.dashboard-card__title{color:var(--gray-700);margin-bottom:0;font-size:16px;font-weight:600;line-height:24px}.dashboard-card__description{color:var(--gray-600);text-overflow:ellipsis;margin-bottom:0;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}
.login-form-wrapper .checkbox-resetpass{justify-content:space-between;align-items:center;width:100%;display:flex}.login-form-wrapper .checkbox-resetpass .resetpass{margin-bottom:1rem}.login-form-wrapper .checkbox-resetpass .resetpass a{color:var(--color-primary-for-text);font-weight:600}.login-form-wrapper .checkbox-resetpass .resetpass .disabled-reset-link{pointer-events:none;opacity:.5;cursor:not-allowed;text-decoration:none}.login-form-wrapper .have-no-account{align-items:center;display:flex}.login-form-wrapper .have-no-account span{color:var(--grey-light-text);margin-right:5px}.login-form-wrapper .have-no-account a{color:var(--color-primary-for-text);font-weight:600}.login-form-wrapper .reset-pass-button-wrapper{margin-top:.5rem}.login-form-wrapper .reset-pass-button-wrapper button:last-child{margin-top:.5rem}.login-form-wrapper .invited-colleague-list{flex-direction:column;display:flex}.login-form-wrapper .invited-colleague-list .invited-colleagues-item{justify-content:space-between;align-items:center;margin-bottom:1.5em;display:flex}.login-form-wrapper .invited-colleague-list .invited-colleagues-item .invited-sent{font-size:16px;font-weight:600}.login-form-wrapper .invite-form-buttons{flex-direction:column;display:flex}.login-form-wrapper .invite-form-buttons button:last-child{margin-top:.5rem}.login-form-wrapper .ant-form .ant-form-item .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-prefix svg{color:var(--gray-500);margin-right:5px}.login-form-wrapper .ant-form .ant-form-item .ant-form-item-control .ant-form-item-additional .ant-form-item-extra{margin-bottom:-1rem}.login-form-wrapper .ant-form .ant-select-selector:hover{cursor:pointer}.checkbox-with-text{align-items:center;display:flex}.checkbox-with-text .check-box-title{color:var(--color);margin-left:-5px;font-size:14px}.checkbox-with-text .check-box-title a{color:var(--color-primary-for-text)}
.talent-agency-tab-wrapper{width:100%;height:calc(100vh - 190px)}.talent-agency-tab-wrapper .tab-title{color:var(--grey-dark);font-size:14px;font-style:normal;font-weight:600}.talent-agency-tab-wrapper .tab-body-height{height:calc(100vh - 250px);margin-left:-32px;margin-right:-32px;position:relative;overflow-y:auto}.talent-agency-tab-wrapper .tab-body-height.no-margin{margin:0}.talent-agency-tab-wrapper .tab-body-height .activity-feeds-title{padding-bottom:8px}.talent-agency-tab-wrapper .tab-body-height .comments-header{background-color:var(--color-white);z-index:9;position:sticky;top:0}.talent-agency-tab-wrapper .tab-body-height-table{height:calc(100vh - 250px);position:relative}.talent-agency-tab-wrapper .comments{height:calc(100vh - 250px);overflow:auto}@media (max-width:1180px){.talent-agency-tab-wrapper .comments{height:auto;overflow:visible}}.talent-agency-tab-wrapper .comments-title{padding:8px 0}
.dashboard-cards{flex-direction:column;gap:32px;width:100%;display:flex}.dashboard-cards-title{color:var(--gray-900);margin-bottom:0;font-size:18px;font-weight:600}.dashboard-cards-list{gap:24px;width:100%;display:flex}@media (max-width:1180px){.dashboard-cards-list{flex-direction:column}}
.change-password-form .back-button{color:var(--primary-700);align-items:center;gap:8px;padding:6px;font-size:16px;font-weight:600;display:flex;position:absolute;left:32px}@media (max-width:1180px){.change-password-form{padding:0 1rem}.change-password-form .back-button{align-self:flex-start;margin-bottom:12px;position:static}}.change-password-form label{color:var(--gray-700);font-size:14px;font-weight:500;line-height:20px}.change-password-form .form-header-title{text-align:center;font-size:30px;font-weight:600;line-height:38px}.change-password-form .form-header-subtitle{color:var(--gray-600);margin:0;font-size:14px;font-weight:400;line-height:20px}
.user-dropdown{display:inline-block;position:relative}.user-dropdown-trigger{cursor:pointer;align-items:center;gap:8px;display:flex}.user-dropdown-avatar-wrapper{background-color:var(--purple-light-background);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.user-dropdown-avatar-wrapper .user-dropdown-avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.user-dropdown-avatar-wrapper .user-dropdown-avatar-fallback{width:20px;height:auto}.user-dropdown-avatar-wrapper .user-status-wrapper{background-color:var(--background);border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;display:flex;position:absolute;bottom:0;right:-5px}.user-dropdown-avatar-wrapper .user-status-wrapper .user-status-icon-wrapper{background-color:var(--success-color);border-radius:50%;width:10px;height:10px}.user-dropdown-avatar-wrapper .user-status-wrapper .user-status-icon-wrapper img{object-fit:cover;border-radius:50%;width:100%;height:100%}.user-dropdown-info{flex-direction:column;font-size:14px;display:flex}.user-dropdown-name{font-weight:600}.user-dropdown-email{font-size:12px}.user-dropdown-arrow{font-size:12px}.user-dropdown-menu{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:999;border:1px solid var(--grey-border);width:240px;margin-top:12px;position:absolute;top:100%;right:0;overflow:hidden}.user-dropdown-item{cursor:pointer;align-items:center;gap:12px;padding:12px 16px;font-size:14px;transition:background .2s;display:flex}.user-dropdown-item img{width:20px;height:20px}.user-dropdown-item:hover{background-color:var(--grey-hover-background)}.user-dropdown-logout{border-top:1px solid var(--grey-border)}
.custom-checkbox .ant-checkbox-label{color:var(--color)}.custom-checkbox .ant-checkbox-checked{background-color:var(--purple-light-background)!important;border-color:var(--color-primary)!important}.custom-checkbox .ant-checkbox:hover{border-color:var(--color-primary)!important}.custom-checkbox .ant-checkbox-wrapper:hover .ant-checkbox{border-color:var(--color-primary)!important}.custom-checkbox .ant-checkbox-disabled{background-color:var(--element-disable-color)!important;border-color:var(--element-disable-color)!important}.custom-checkbox .checkbox-number{margin-top:5px;padding-left:1.5rem}
.AttentionChip-module-scss-module__AJEHpW__chip{white-space:nowrap;border-radius:9999px;align-items:center;padding:2px 8px;font-size:12px;font-weight:500;line-height:18px;display:inline-flex}.AttentionChip-module-scss-module__AJEHpW__critical,.AttentionChip-module-scss-module__AJEHpW__high{background-color:var(--error-50);color:var(--error-700)}.AttentionChip-module-scss-module__AJEHpW__actionable,.AttentionChip-module-scss-module__AJEHpW__medium{background-color:var(--warning-50);color:var(--warning-700)}.AttentionChip-module-scss-module__AJEHpW__informational,.AttentionChip-module-scss-module__AJEHpW__low{background-color:var(--info-50);color:var(--info-700)}
.lang-wrapper{align-items:center;font-size:16px;font-weight:600;display:flex}.lang-wrapper .lang-text{align-items:center;gap:12px;margin-right:5px;display:flex}.lang-wrapper .lang-text svg{color:var(--grey-dark)}.lang-wrapper .lang-text span{color:var(--color)}.lang-wrapper a{color:var(--color)}.lang-wrapper .selected-label{cursor:pointer;align-items:center;gap:16px;display:flex}.label-item{justify-content:space-between;align-items:center;min-width:170px;font-size:16px;display:flex}.label-item-text{align-items:center;gap:8px;display:inline-flex}:is(.lang-wrapper .lang-flag,.label-item .lang-flag){vertical-align:-3px;border-radius:50%;flex-shrink:0;width:16px;height:16px;display:inline-block;box-shadow:0 0 0 1px #0a0d1214}.lang-wrapper .selected-label .lang-flag{margin-right:4px}
