qlu-20-ui-library 1.1.3 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Table/index.d.ts +7 -0
- package/dist/components/Tabs/index.d.ts +11 -0
- package/dist/components/index.d.ts +3 -1
- package/dist/index.css +1 -1
- package/dist/library.es.js +1709 -1652
- package/dist/library.umd.js +13 -13
- package/package.json +4 -2
|
@@ -41,7 +41,9 @@ export { default as SearchTabsBar } from './SearchTabsBar';
|
|
|
41
41
|
export { default as SecondaryButton } from './SecondaryButton';
|
|
42
42
|
export { default as SidebarChatbot } from './SidebarChatbot';
|
|
43
43
|
export { default as StepperNavigation } from './StepperNavigation';
|
|
44
|
-
export { default as
|
|
44
|
+
export { default as SwitchLarge } from './SwitchLarge';
|
|
45
|
+
export { default as Table } from './Table';
|
|
46
|
+
export { default as Tabs } from './Tabs';
|
|
45
47
|
export { default as TertiaryButton } from './TertiaryButton';
|
|
46
48
|
export { default as TextButton } from './TextButton';
|
|
47
49
|
export { default as TextPillNotClickable } from './TextPillNotClickable';
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter";@import"https://fonts.googleapis.com/css2?family=Rubik";.addTribeMemberCard{display:flex;flex-direction:row;border:1px solid #232323;border-radius:8px;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);padding:16px;box-sizing:border-box;gap:12px;width:350px}.addTribeMemberCard>span{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:85%}.addTribeMemberCard>span .addTribeMemberCard--Details{display:flex;flex-direction:column}.addTribeMemberCard>span .addTribeMemberCard--Details>span>h3{font-family:Inter;color:#d5d5d5;background-color:transparent;margin:0;padding:0;font-weight:600;font-size:16px;line-height:24px}.addTribeMemberCard>span .addTribeMemberCard--Details>span>p{font-family:Inter;color:#adadad;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px;display:inline}.circularIcon{border-radius:50%}.primary-orange--CircularSvgButton{background-color:#ff8d4e;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-orange--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#190e08}.primary-orange--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#190e08}.primary-orange--CircularSvgButton:hover{background-color:#c3713e}.primary-orange--CircularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-orange--CircularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.primary-orange--CircularSvgButton:active:not(:disabled){outline:2px solid #FFB58C}.primary-gray--CircularSvgButton{background-color:#999;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-gray--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--CircularSvgButton:hover{background-color:#868686}.primary-gray--CircularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--CircularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--CircularSvgButton:active:not(:disabled){outline:2px solid #ADADAD}.primary-black--CircularSvgButton{background-color:#232323;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-black--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--CircularSvgButton:hover{background-color:#373737}.primary-black--CircularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--CircularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--CircularSvgButton:active:not(:disabled){outline:2px solid #999999}.secondary-orange--CircularSvgButton{background-color:transparent;border:1px solid #FF8D4E;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-orange--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#190e08}.secondary-orange--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#190e08}.secondary-orange--CircularSvgButton:hover{background-color:#ff8d4e}.secondary-orange--CircularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-orange--CircularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-orange--CircularSvgButton:active:not(:disabled){outline:2px solid #FFB58C}.secondary-gray--CircularSvgButton{background-color:transparent;border:1px solid #868686;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-gray--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-gray--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-gray--CircularSvgButton:hover{background-color:#868686}.secondary-gray--CircularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-gray--CircularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-gray--CircularSvgButton:active:not(:disabled){outline:2px solid #ADADAD}.secondary-black--CircularSvgButton{background-color:transparent;border:1px solid #232323;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-black--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-black--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-black--CircularSvgButton:hover{background-color:#232323}.secondary-black--CircularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-black--CircularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-black--CircularSvgButton:active:not(:disabled){outline:2px solid #999999}.tertiary-gray--CircularSvgButton{background-color:#373737;border:none;transition:background-color .3s ease-in-out,color .3s ease-in-out}.tertiary-gray--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#d5d5d5}.tertiary-gray--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#d5d5d5}.tertiary-gray--CircularSvgButton:hover{background-color:#4b4b4b}.tertiary-gray--CircularSvgButton:active:not(:disabled){outline:2px solid #727272}.circularSvgButtonGeneric{display:flex;align-items:center;justify-content:center;border-radius:50vh;height:fit-content}.circularSvgButtonGeneric:hover{cursor:pointer}.circularSvgButtonGeneric:disabled{cursor:not-allowed}.xxsSize--CircularSvgButton{padding:0}.xsSize--CircularSvgButton{padding:6px}.smSize--CircularSvgButton{padding:8px}.baseSize--CircularSvgButton{padding:10px}.lSize--CircularSvgButton{padding:12px}.xlSize--CircularSvgButton{padding:14px}.andButton--Generic{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:5px 6px;border:none;outline:none;border-radius:4px 0 0 4px;transition:.3s color ease-in-out,.3s background-color ease-in-out}.andButton--Generic:hover{cursor:pointer}.orButton--Generic{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:5px 6px;border:none;outline:none;border-radius:0 4px 4px 0;transition:.3s color ease-in-out,.3s background-color ease-in-out}.orButton--Generic:hover{cursor:pointer}.andOrButton--Selected{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;color:#fff;background-color:#727272}.andOrButton--Unselected{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;color:#c1c1c1;background-color:#373737}.andOrButton--Wrapper{display:flex;flex-direction:row;align-items:center;width:fit-content}.andOrButton--Wrapper>button{width:50%}.avatarGroup{display:flex;flex-direction:row}.avatarGroup>img{box-sizing:border-box;margin-right:-.5rem;flex:none;flex-grow:0;order:1;border:1px solid white}.avatarGroup>img.w-32{border:1.5px solid white}.avatarGroup>img.w-48{border:1.5px solid white}.avatarGroup>img.w-80{border:2px solid white}.avatarGroup>div{display:flex;margin-right:-.5rem;flex:none;flex-grow:0;order:1;border:1px solid white;position:relative;background-color:#000;color:#fff;justify-content:center;align-items:center;border-radius:9999px;font-weight:500}.avatarGroup>div.w-24{font-weight:600;font-size:8px;line-height:12px;width:24px;height:24px}.avatarGroup>div.w-32{font-size:12px;line-height:12px;width:32px;height:32px;border:1.5px solid white}.avatarGroup>div.w-48{font-size:16px;line-height:16px;width:48px;height:48px;border:1.5px solid white}.avatarGroup>div.w-80{font-size:30px;line-height:30px;width:80px;height:80px;border:2px solid white}.badgeClickable--Neutral{font-family:Inter;color:#fafafa;background-color:#4b4b4b;margin:0;font-weight:400;font-size:14px;line-height:21px;display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;width:fit-content;padding:3px 4px;border-radius:3px}.badgeClickable--Neutral>svg>path{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Neutral>svg>circle{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Neutral>button{display:flex;align-items:center;width:fit-content;height:fit-content;outline:none;border:none;padding:0;background-color:transparent}.badgeClickable--Neutral>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Neutral>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Neutral>button:hover{cursor:pointer}.badgeClickable--Warning{font-family:Inter;color:#f8b4b4;background-color:#5e2a2a;margin:0;font-weight:400;font-size:14px;line-height:21px;display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;width:fit-content;padding:3px 4px;border-radius:3px}.badgeClickable--Warning>svg>path{transition:stroke .3s ease-in-out;stroke:#f8b4b4}.badgeClickable--Warning>svg>circle{transition:stroke .3s ease-in-out;stroke:#f8b4b4}.badgeClickable--Warning>button{display:flex;align-items:center;width:fit-content;height:fit-content;outline:none;border:none;padding:0;background-color:transparent}.badgeClickable--Warning>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Warning>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Warning>button:hover{cursor:pointer}.badgeClickable--Info{font-family:Inter;color:#ff8d4e;background-color:#232323;margin:0;font-weight:400;font-size:14px;line-height:21px;display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;width:fit-content;padding:3px 4px;border-radius:3px}.badgeClickable--Info>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.badgeClickable--Info>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.badgeClickable--Info>button{display:flex;align-items:center;width:fit-content;height:fit-content;outline:none;border:none;padding:0;background-color:transparent}.badgeClickable--Info>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Info>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Info>button:hover{cursor:pointer}.badgeClickable--Success{font-family:Inter;color:#def7ec;background-color:#0e9f6e;margin:0;font-weight:400;font-size:14px;line-height:21px;display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;width:fit-content;padding:3px 4px;border-radius:3px}.badgeClickable--Success>svg>path{transition:stroke .3s ease-in-out;stroke:#def7ec}.badgeClickable--Success>svg>circle{transition:stroke .3s ease-in-out;stroke:#def7ec}.badgeClickable--Success>button{display:flex;align-items:center;width:fit-content;height:fit-content;outline:none;border:none;padding:0;background-color:transparent}.badgeClickable--Success>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Success>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Success>button:hover{cursor:pointer}.badgeClickable--Success>svg>path{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Success>svg>circle{transition:stroke .3s ease-in-out;stroke:#fafafa}.chatClickableCard{display:flex;flex-direction:row;align-items:flex-start;gap:8px;padding:30px 24px;width:100%;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);border-radius:8px;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25))}.chatClickableCard>span{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;color:#999;text-align:center;width:100%;cursor:pointer}.chatClickableCard:hover{outline:1px solid #727272}.chatClickableCard:hover>span{color:#e8e8e8}.dropdown{position:relative}.input-dropdown{display:flex;flex-direction:row;align-items:center;padding:8px 16px;gap:10px;border:1px solid #4B4B4B;border-radius:8px;box-sizing:border-box;background-color:#232323}.input-dropdown>svg>path{transition:stroke .3s ease-in-out;stroke:#5e5e5e}.input-dropdown>svg>circle{transition:stroke .3s ease-in-out;stroke:#5e5e5e}.input-dropdown>input{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;color:#999;border:none;outline:0px;background-color:#232323;width:calc(100% - 34px)}.options-list{display:flex;flex-direction:column;align-items:flex-start;padding:8px 0;list-style:none;overflow-y:auto;width:100%;box-sizing:border-box;color:#adadad;border-radius:8px;position:absolute;background-color:#373737}.options-list .first-item{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding-left:8px;height:30px}.options-list .first-item:hover{color:#adadad;background-color:#373737}.options-list>li,.options-list div{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;display:flex;flex-direction:row;text-align:center;height:40px;gap:8px;width:100%;box-sizing:border-box;padding-left:16px;padding-top:9px;cursor:pointer}.options-list>li:hover,.options-list div:hover{color:#d5d5d5;background:#4B4B4B}.chatPeopleCard{display:flex;flex-direction:column;align-items:center;padding:16px 24px;width:100%;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);border-radius:8px;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25))}.chatPeopleCard .designation{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;color:#727272;gap:8px}.chatPeopleCard>span{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;color:#adadad;text-align:center;cursor:pointer}.chatPeopleCard:hover{outline:1px solid #727272}.chatPeopleCard:hover .name{color:#e8e8e8}.text-span{display:flex;flex-direction:column;align-items:center}.primaryButtonGeneric{display:flex;align-items:center;justify-content:center;text-align:center;border-radius:8px;min-width:110px;border:none;outline:0px;height:fit-content}.primaryButtonGeneric:hover{cursor:pointer}.primaryButtonGeneric:disabled{cursor:not-allowed}.orange--PrimaryButton{color:#190e08;background-color:#ff8d4e;transition:color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out}.orange--PrimaryButton:hover{color:#fff;background-color:#c3713e}.orange--PrimaryButton:active:not(:disabled){outline:2px solid #FFB58C}.black--PrimaryButton{color:#fff;background-color:#232323;transition:color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out}.black--PrimaryButton:hover{color:#fff;background-color:#373737}.black--PrimaryButton:active:not(:disabled){outline:2px solid #999999}.gray--PrimaryButton{color:#232323;background-color:#999;transition:color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out}.gray--PrimaryButton:hover{color:#232323;background-color:#868686}.gray--PrimaryButton:active:not(:disabled){outline:2px solid #ADADAD}.xsSize--PrimaryButton{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:8px 12px}.smSize--PrimaryButton{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;padding:8px 12px}.baseSize--PrimaryButton{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;padding:10px 20px}.tertiaryButtonGeneric{display:flex;align-items:center;justify-content:center;text-align:center;border-radius:8px;min-width:110px;border:none;outline:0px;height:fit-content;color:#adadad;background-color:#232323;border:1px solid #5E5E5E;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}.tertiaryButtonGeneric:hover{color:#fff;background-color:#373737;border-color:#4b4b4b}.tertiaryButtonGeneric:active:not(:disabled){outline:2px solid #5E5E5E}.tertiaryButtonGeneric:hover{cursor:pointer}.tertiaryButtonGeneric:disabled{cursor:not-allowed}.xsSize--TertiaryButton{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:8px 12px}.smSize--TertiaryButton{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;padding:8px 12px}.baseSize--TertiaryButton{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;padding:10px 20px}#dialog{width:100%;border:none;outline:none;background:transparent}.chat-dialogbox-popup{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;display:flex;flex-direction:column;align-items:center;padding:24px;gap:10px;max-width:480px;color:#e8e8e8;background:#232323;border-radius:16px;text-align:center}.chat-dialogbox-popup .subText{color:#adadad;font-weight:400;font-size:14px}.chat-dialogbox-popup .two-buttons{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:16px}.chat-dialogbox-popup .two-buttons>button{width:100%}.chat-dialogbox-popup .one-button{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;gap:16px}.chat-dialogbox-popup .one-button>button{width:50%}.center{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.topleft{position:fixed;top:0;left:0}.topcenter{position:fixed;top:0;left:50%;transform:translate(-50%)}.topright{position:fixed;top:0;right:0}.centerright{position:fixed;top:50%;right:0;transform:translateY(-50%)}.centerleft{position:fixed;top:50%;left:0;transform:translateY(-50%)}.bottomleft{position:fixed;bottom:0;left:0}.bottomcenter{position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottomright{position:fixed;bottom:0;right:0}.chatBar{display:flex;align-items:center;padding:12px;background-color:#232323;border-radius:8px;width:fit-content;width:100%;gap:12px;box-sizing:border-box}.chatBarInput{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;width:95%;padding:10px 16px 11px;border-radius:8px;box-sizing:border-box;color:#fafafa;background-color:#4b4b4b;outline:0px;border:none;gap:10px}.chatBarInput:active{outline:1px solid #5E5E5E}.primary-orange--SearchSvgButton{background-color:#232323;border-radius:8px;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-orange--SearchSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-orange--SearchSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-orange--SearchSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-orange--SearchSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-orange--SearchSvgButton:active:not(:disabled)>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-orange--SearchSvgButton:active:not(:disabled)>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-orange--SearchSvgButton:disabled{background-color:#232323;cursor:not-allowed}.primary-orange--SearchSvgButton:disabled>svg>path{transition:stroke .3s ease-in-out;stroke:#4b4b4b}.primary-orange--SearchSvgButton:disabled>svg>circle{transition:stroke .3s ease-in-out;stroke:#4b4b4b}.primary-gray--SearchSvgButton{background-color:#232323;border-radius:8px;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-gray--SearchSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--SearchSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--SearchSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--SearchSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--SearchSvgButton:active:not(:disabled)>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--SearchSvgButton:active:not(:disabled)>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--SearchSvgButton:disabled{background-color:#232323;cursor:not-allowed}.primary-gray--SearchSvgButton:disabled>svg>path{transition:stroke .3s ease-in-out;stroke:#4b4b4b}.primary-gray--SearchSvgButton:disabled>svg>circle{transition:stroke .3s ease-in-out;stroke:#4b4b4b}.primary-black--SearchSvgButton{background-color:#232323;border-radius:8px;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-black--SearchSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-black--SearchSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-black--SearchSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-black--SearchSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-black--SearchSvgButton:active:not(:disabled)>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-black--SearchSvgButton:active:not(:disabled)>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-black--SearchSvgButton:disabled{background-color:#232323;cursor:not-allowed}.primary-black--SearchSvgButton:disabled>svg>path{transition:stroke .3s ease-in-out;stroke:#4b4b4b}.primary-black--SearchSvgButton:disabled>svg>circle{transition:stroke .3s ease-in-out;stroke:#4b4b4b}.secondary-orange--SearchSvgButton{background-color:transparent;border:1px solid #FF8D4E;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-orange--SearchSvgButton>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#190e08;stroke:#190e08}.secondary-orange--SearchSvgButton>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#190e08;stroke:#190e08}.secondary-orange--SearchSvgButton:hover{background-color:#ff8d4e}.secondary-orange--SearchSvgButton:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.secondary-orange--SearchSvgButton:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.secondary-orange--SearchSvgButton:active:not(:disabled){outline:2px solid #FFB58C}.secondary-gray--SearchSvgButton{background-color:transparent;border:1px solid #868686;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-gray--SearchSvgButton>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#0f0f0f;stroke:#0f0f0f}.secondary-gray--SearchSvgButton>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#0f0f0f;stroke:#0f0f0f}.secondary-gray--SearchSvgButton:hover{background-color:#868686}.secondary-gray--SearchSvgButton:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.secondary-gray--SearchSvgButton:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.secondary-gray--SearchSvgButton:active:not(:disabled){outline:2px solid #ADADAD}.secondary-black--SearchSvgButton{background-color:transparent;border:1px solid #232323;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-black--SearchSvgButton>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#0f0f0f;stroke:#0f0f0f}.secondary-black--SearchSvgButton>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#0f0f0f;stroke:#0f0f0f}.secondary-black--SearchSvgButton:hover{background-color:#232323}.secondary-black--SearchSvgButton:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.secondary-black--SearchSvgButton:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.secondary-black--SearchSvgButton:active:not(:disabled){outline:2px solid #999999}.tertiary-gray--SearchSvgButton{background-color:#373737;border:none;transition:background-color .3s ease-in-out,color .3s ease-in-out}.tertiary-gray--SearchSvgButton>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#d5d5d5;stroke:#d5d5d5}.tertiary-gray--SearchSvgButton>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#d5d5d5;stroke:#d5d5d5}.tertiary-gray--SearchSvgButton:hover{background-color:#4b4b4b}.tertiary-gray--SearchSvgButton:active:not(:disabled){outline:2px solid #727272}.SearchSvgButtonGeneric{display:flex;align-items:center;justify-content:center;height:fit-content}.SearchSvgButtonGeneric:hover{cursor:pointer}.xxsSize--SearchSvgButton{padding:0}.xsSize--SearchSvgButton{padding:6px}.smSize--SearchSvgButton{padding:8px}.baseSize--SearchSvgButton{padding:10px}.lSize--SearchSvgButton{padding:12px}.xlSize--SearchSvgButton{padding:14px}input[type=checkbox]{-webkit-appearance:none;display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #ccc;border-radius:4px;margin:0;transition:background-color .2s ease-out}input[type=checkbox]:checked{background-color:#e57f46;border-color:#e57f46}input[type=checkbox]:checked:before{content:"✔";color:#000;font-size:14px}input[type=checkbox]:not(:checked){background-color:#727272;border-color:#adadad}input[type=checkbox]:focus{outline:none;box-shadow:0 0 3px 2px #0000001a}.clickableTextGeneric{display:flex;flex-direction:row;background:transparent;border-radius:8px;gap:8px;width:fit-content;height:fit-content;outline:none;border:1px solid transparent}.clickableTextGeneric:hover{cursor:pointer}.iconOnLeftClickableText{flex-direction:row-reverse}.orangeClickableText{color:#ff8d4e;transition:color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out,outline .3s ease-in-out}.orangeClickableText>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#ff8d4e;stroke:#ff8d4e}.orangeClickableText>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#ff8d4e;stroke:#ff8d4e}.orangeClickableText:hover{color:#ff9e69}.orangeClickableText:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#ff9e69;stroke:#ff9e69}.orangeClickableText:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#ff9e69;stroke:#ff9e69}.grayClickableText{color:#999;transition:color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out,outline .3s ease-in-out}.grayClickableText>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#999;stroke:#999}.grayClickableText>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#999;stroke:#999}.grayClickableText:hover{color:#c1c1c1}.grayClickableText:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#c1c1c1;stroke:#c1c1c1}.grayClickableText:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#c1c1c1;stroke:#c1c1c1}.xsSizeClickableText{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:2px 4px}.smSizeClickableText{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;padding:4px 8px}.baseSizeClickableText{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;padding:6px 12px}.companyLikePillSelectable--Generic{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;outline:none;border-radius:50vh;padding:8px 10px 8px 12px;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;height:fit-content;font-family:Inter;font-size:14px;font-weight:500;line-height:21px}.companyLikePillSelectable--Generic .pillThumbSvg,.companyLikePillSelectable--Generic .errorSvg{height:fit-content}.companyLikePillSelectable--Generic:hover{cursor:pointer}.companyLikePillSelectable--Unselected{color:#868686;border:1px solid #727272;background-color:#232323}.companyLikePillSelectable--Unselected>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#868686;stroke:#868686}.companyLikePillSelectable--Unselected>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#868686;stroke:#868686}.companyLikePillSelectable--Unselected:hover{color:#fff;border-color:#868686;background-color:#373737}.companyLikePillSelectable--Unselected:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.companyLikePillSelectable--Unselected:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.companyLikePillSelectable--Selected{color:#ff8d4e;border:1px solid #FF8D4E;background-color:#232323}.companyLikePillSelectable--Selected>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#ff8d4e;stroke:#ff8d4e}.companyLikePillSelectable--Selected>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#ff8d4e;stroke:#ff8d4e}.companyLikePillSelectable--Selected:hover{color:#e57f46;border-color:#e57f46;background-color:#373737}.companyLikePillSelectable--Selected:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#e57f46;stroke:#e57f46}.companyLikePillSelectable--Selected:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#e57f46;stroke:#e57f46}.companyLogoPillSelectable--Generic{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;outline:none;border-radius:50vh;padding:8px 10px 8px 12px;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;height:fit-content;font-family:Inter;font-size:14px;font-weight:500;line-height:21px}.companyLogoPillSelectable--Generic .pillThumbSvg,.companyLogoPillSelectable--Generic .errorSvg{display:flex;align-items:center;justify-content:center}.companyLogoPillSelectable--Generic:hover{cursor:pointer}.companyLogoPillSelectable--Unselected{color:#868686;border:1px solid #727272;background-color:#232323}.companyLogoPillSelectable--Unselected .pillThumbSvg>svg>path{transition:stroke .3s ease-in-out;stroke:#adadad}.companyLogoPillSelectable--Unselected .pillThumbSvg>svg>circle{transition:stroke .3s ease-in-out;stroke:#adadad}.companyLogoPillSelectable--Unselected:hover{color:#fff;border-color:#868686;background-color:#373737}.companyLogoPillSelectable--Unselected:hover .pillThumbSvg>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.companyLogoPillSelectable--Unselected:hover .pillThumbSvg>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.companyLogoPillSelectable--Selected{color:#ff9e69;border:1px solid #FF9E69;background-color:#232323}.companyLogoPillSelectable--Selected .pillThumbSvg>svg>path{transition:stroke .3s ease-in-out;stroke:#ff9e69}.companyLogoPillSelectable--Selected .pillThumbSvg>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff9e69}.companyLogoPillSelectable--Selected:hover{color:#fff;border-color:#ffb58c;background-color:#373737}.companyLogoPillSelectable--Selected:hover .pillThumbSvg>svg>path{transition:stroke .3s ease-in-out;stroke:#ffb58c}.companyLogoPillSelectable--Selected:hover .pillThumbSvg>svg>circle{transition:stroke .3s ease-in-out;stroke:#ffb58c}.companyLogoPillSelectable--Error{color:#adadad;border:1px solid #F05252;background-color:#232323}.companyLogoPillSelectable--Error .pillThumbSvg>svg>path{transition:stroke .3s ease-in-out;stroke:#adadad}.companyLogoPillSelectable--Error .pillThumbSvg>svg>circle{transition:stroke .3s ease-in-out;stroke:#adadad}.companyLogoPillSelectable--Error .errorSvg>svg>path{transition:stroke .3s ease-in-out;stroke:#f05252}.companyLogoPillSelectable--Error .errorSvg>svg>circle{transition:stroke .3s ease-in-out;stroke:#f05252}.companyLogoPillSelectable--Error:hover{color:#fff;border-color:#f98080;background-color:#373737}.countCancelButton--Generic{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:2px 8px;outline:none;border-radius:6px;background-color:transparent;border:1px solid #999999;color:#999;transition:.3s color ease-in-out,.3s border-color ease-in-out}.countCancelButton--Generic>svg>path{transition:stroke .3s ease-in-out;stroke:#999}.countCancelButton--Generic>svg>circle{transition:stroke .3s ease-in-out;stroke:#999}.countCancelButton--Generic:hover{cursor:pointer;border:1px solid #FF8D4E;color:#ff8d4e}.countCancelButton--Generic:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.countCancelButton--Generic:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--DeleteSvgButton{opacity:0;background:transparent;border-radius:8px;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-gray--DeleteSvgButton:hover{opacity:1}.primary-gray--DeleteSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-gray--DeleteSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.DeleteSvgButtonGeneric{display:flex;align-items:center;justify-content:center;height:fit-content}.DeleteSvgButtonGeneric:hover{cursor:pointer}.xxsSize--DeleteSvgButton{padding:0}.xsSize--DeleteSvgButton{padding:6px}.smSize--DeleteSvgButton{padding:8px}.baseSize--DeleteSvgButton{padding:10px}.lSize--DeleteSvgButton{padding:12px}.xlSize--DeleteSvgButton{padding:14px}.primary-gray--EditSvgButton{opacity:0;background:transparent;border-radius:8px;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-gray--EditSvgButton:hover{opacity:1}.primary-gray--EditSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-gray--EditSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.EditSvgButtonGeneric{display:flex;align-items:center;justify-content:center;height:fit-content}.EditSvgButtonGeneric:hover{cursor:pointer}.xxsSize--EditSvgButton{padding:0}.xsSize--EditSvgButton{padding:6px}.smSize--EditSvgButton{padding:8px}.baseSize--EditSvgButton{padding:10px}.lSize--EditSvgButton{padding:12px}.xlSize--EditSvgButton{padding:14px}.fileUpload{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:4px}.fileUpload>p:first-of-type{color:#fff;font-size:14px;line-height:150%;margin:0}.fileUpload>p:last-of-type{color:#727272;font-weight:400;font-size:12px;line-height:150%;margin:0}.fileUpload>input{display:block;background-color:#373737;color:#fff;cursor:pointer;border-radius:8px;border:1px solid #232323;outline:none!important}.fileUpload>input.xs{width:20%}.fileUpload>input.s{width:40%}.fileUpload>input.m{width:60%}.fileUpload>input.lg{width:80%}.fileUpload>input.xl{width:100%}input[type=file]::file-selector-button{border:1px solid #4B4B4B;background-color:#4b4b4b;transition:1s;color:#fff;padding:12px 16px}.hiringCompanyConciseCard{display:flex;flex-direction:row;border:1px solid #232323;border-radius:8px;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);padding:16px;box-sizing:border-box;gap:12px;width:350px}.hiringCompanyConciseCardCompanyDetails{display:flex;flex-direction:column}.hiringCompanyConciseCardCompanyDetails>h3{font-family:Inter;color:#d5d5d5;background-color:transparent;margin:0;padding:0;font-weight:600;font-size:16px;line-height:24px}.hiringCompanyConciseCardCompanyDetails>span{font-family:Inter;color:#adadad;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px;display:inline}.idealProfileConciseCard{display:flex;flex-direction:row;border:1px solid #232323;border-radius:8px;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);padding:16px;box-sizing:border-box;gap:12px;width:350px}.idealProfileConciseCardProfileDetails{display:flex;flex-direction:column}.idealProfileConciseCardProfileDetails>h3{font-family:Inter;color:#d5d5d5;background-color:transparent;margin:0;padding:0;font-weight:600;font-size:16px;line-height:24px}.idealProfileConciseCardProfileDetails span{font-family:Inter;color:#adadad;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px;display:inline}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;left:0;opacity:0;padding:8px 16px;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;width:max-content;will-change:opacity,visibility}.styles-module_fixed__7ciUi{position:fixed}.styles-module_arrow__K0L3T{background:inherit;height:8px;position:absolute;transform:rotate(45deg);width:8px}.styles-module_noArrow__T8y2L{display:none}.styles-module_clickable__Bv9o7{pointer-events:auto}.styles-module_show__2NboJ{opacity:var(--rt-opacity);visibility:visible}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}.idealProfileSelectionCard{display:flex;flex-direction:row;border-radius:8px;padding:16px;box-sizing:border-box;gap:12px;width:350px}.idealProfileSelectionCardSelected{border:1px solid #FF8D4E;background:linear-gradient(212.26deg,rgba(255,141,78,.2) 0%,rgba(73,73,73,0) 99.04%)}.idealProfileSelectionCardUnelected{border:1px solid #232323;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%)}.idealProfileSelectionCardProfileDetails{display:flex;flex-direction:column;gap:4px;width:85%}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileName{display:flex;align-items:center;gap:4px}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileName>h3{font-family:Inter;color:#d5d5d5;background-color:transparent;margin:0;padding:0;font-weight:600;font-size:16px;line-height:24px}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileName>span{width:fit-content;height:fit-content}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileName>span>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#727272;stroke:#727272}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileName>span>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#727272;stroke:#727272}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileName>span:hover{cursor:pointer}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileRole{font-family:Inter;color:#adadad;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px;display:inline}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardButton{width:fit-content;align-self:flex-end}.inputFieldGeneric{padding:8px 12px;border:2px solid;border-radius:8px;height:fit-content;transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;background-color:#232323;border-color:#4b4b4b;color:#fff}.inputFieldGeneric::placeholder:not(:disabled){color:#999}.inputFieldGeneric:hover:not(:disabled){border-color:#868686}.inputFieldGeneric:focus:not(:disabled){outline:none;border-color:#ff8d4e}.inputFieldGeneric:disabled{cursor:not-allowed}.errorInputField{background-color:#232323;border-color:#f05252;color:#fff}.errorInputField::placeholder:not(:disabled){color:#f05252}.errorInputField:focus:not(:disabled){outline:none;border-color:#ff8d4e}.inputFieldWithSvg--Container{display:flex;align-items:center;width:100%;gap:8px;box-sizing:border-box;padding:12px;border-radius:8px;border:1px solid #232323;transition:.3s border-color ease-in-out}.inputFieldWithSvg--Container>input{font-family:Inter;color:#d5d5d5;background-color:transparent;margin:0;padding:0;font-weight:500;font-size:14px;line-height:21px;width:calc(100% - 26px);outline:none;border:none}.inputFieldWithSvg--Container>input::placeholder{font-family:Inter;color:#999;background-color:transparent;margin:0;padding:0;font-weight:500;font-size:14px;line-height:21px}.inputFieldWithSvg--Container:hover,.inputFieldWithSvg--Container-Focused{border-color:#ff8d4e}.inputFieldWithSvg--RowReverse{flex-direction:row-reverse}.inputFieldWithSvg--SvgButton{display:flex;align-items:center;background-color:transparent;border:none;outline:none}.inputFieldWithSvg--SvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#727272}.inputFieldWithSvg--SvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#727272}.inputFieldWithSvg--SvgButton:hover{cursor:pointer}.inputFieldWithSvg--SvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.inputFieldWithSvg--SvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.modal-DialogWrapper{padding:0;border-radius:8px;background:transparent;z-index:10}.modal--Generic{padding:32px;background-color:#232323;border-radius:8px}.modal-Header{display:flex;justify-content:space-between;align-items:center;width:100%}.modal-Header>span{display:flex;align-items:center;gap:16px}.modal-Header>span>h2{font-family:Inter;color:#e8e8e8;background-color:transparent;margin:0;padding:0;font-weight:600;font-size:20px;line-height:30px}.modal-Footer{display:flex;flex-direction:row-reverse;width:100%;align-items:center;justify-content:space-between}.xsSize--Modal{width:550px}.smSize--Modal{width:816px}.baseSize--Modal{width:902px}.primary-orange--RectangularSvgButton{background-color:#ff8d4e;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-orange--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#190e08}.primary-orange--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#190e08}.primary-orange--RectangularSvgButton:hover{background-color:#c3713e}.primary-orange--RectangularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-orange--RectangularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.primary-orange--RectangularSvgButton:active:not(:disabled){outline:2px solid #FFB58C}.primary-gray--RectangularSvgButton{background-color:#999;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-gray--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--RectangularSvgButton:hover{background-color:#868686}.primary-gray--RectangularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--RectangularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--RectangularSvgButton:active:not(:disabled){outline:2px solid #ADADAD}.primary-black--RectangularSvgButton{background-color:#232323;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-black--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--RectangularSvgButton:hover{background-color:#373737}.primary-black--RectangularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--RectangularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--RectangularSvgButton:active:not(:disabled){outline:2px solid #999999}.secondary-orange--RectangularSvgButton{background-color:transparent;border:1px solid #FF8D4E;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-orange--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#190e08}.secondary-orange--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#190e08}.secondary-orange--RectangularSvgButton:hover{background-color:#ff8d4e}.secondary-orange--RectangularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-orange--RectangularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-orange--RectangularSvgButton:active:not(:disabled){outline:2px solid #FFB58C}.secondary-gray--RectangularSvgButton{background-color:transparent;border:1px solid #868686;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-gray--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-gray--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-gray--RectangularSvgButton:hover{background-color:#868686}.secondary-gray--RectangularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-gray--RectangularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-gray--RectangularSvgButton:active:not(:disabled){outline:2px solid #ADADAD}.secondary-black--RectangularSvgButton{background-color:transparent;border:1px solid #232323;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-black--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-black--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-black--RectangularSvgButton:hover{background-color:#232323}.secondary-black--RectangularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-black--RectangularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-black--RectangularSvgButton:active:not(:disabled){outline:2px solid #999999}.tertiary-gray--RectangularSvgButton{background-color:#373737;border:none;transition:background-color .3s ease-in-out,color .3s ease-in-out}.tertiary-gray--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#d5d5d5}.tertiary-gray--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#d5d5d5}.tertiary-gray--RectangularSvgButton:hover{background-color:#4b4b4b}.tertiary-gray--RectangularSvgButton:active:not(:disabled){outline:2px solid #727272}.rectangularSvgButton--Generic{display:flex;align-items:center;justify-content:center;border-radius:8px;height:fit-content}.rectangularSvgButton--Generic:hover{cursor:pointer}.rectangularSvgButton--Generic:disabled{cursor:not-allowed}.xxsSize--RectangularSvgButton{padding:0}.xsSize--RectangularSvgButton{padding:6px}.smSize--RectangularSvgButton{padding:8px}.baseSize--RectangularSvgButton{padding:10px}.lSize--RectangularSvgButton{padding:12px}.xlSize--RectangularSvgButton{padding:14px}.numberInputField--Generic{display:flex;align-items:center;width:fit-content;justify-content:space-between;padding:4px 4px 4px 8px;border-radius:6px;background-color:#232323;border:1px solid #4B4B4B;transition:.3s border-color ease-in-out}.numberInputField--Generic:hover{border-color:#868686}.numberInputField--Generic>input{font-family:Inter;color:#d5d5d5;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px;border:none;outline:none;max-width:50px}.numberInputField--Generic>input::placeholder{font-family:Inter;color:#868686;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px}.numberInputField--Generic>.numberInputField-Buttons{display:flex;flex-direction:column;align-items:center}.numberInputField--Generic>.numberInputField-Buttons>button{display:flex;align-items:center;justify-content:center;background:transparent;padding:0;outline:none;border:none;height:50%;border-radius:4px}.numberInputField--Generic>.numberInputField-Buttons>button>svg>path{transition:stroke .3s ease-in-out;stroke:#868686}.numberInputField--Generic>.numberInputField-Buttons>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#868686}.numberInputField--Generic>.numberInputField-Buttons>button:hover{cursor:pointer;background:#373737}.input-range__slider{appearance:none;background:#3f51b5;border:1px solid #3f51b5;border-radius:100%;cursor:pointer;display:block;height:1rem;margin-left:-.5rem;margin-top:-.65rem;outline:none;position:absolute;top:50%;transition:transform .3s ease-out,box-shadow .3s ease-out;width:1rem}.input-range__slider:active{transform:scale(1.3)}.input-range__slider:focus{box-shadow:0 0 0 5px #3f51b533}.input-range--disabled .input-range__slider{background:#cccccc;border:1px solid #cccccc;box-shadow:none;transform:none}.input-range__slider-container{transition:left .3s ease-out}.input-range__label{color:#aaa;font-family:Helvetica Neue,san-serif;font-size:.8rem;transform:translateZ(0);white-space:nowrap}.input-range__label--min,.input-range__label--max{bottom:-1.4rem;position:absolute}.input-range__label--min{left:0}.input-range__label--max{right:0}.input-range__label--value{position:absolute;top:-1.8rem}.input-range__label-container{left:-50%;position:relative}.input-range__label--max .input-range__label-container{left:50%}.input-range__track{background:#eeeeee;border-radius:.3rem;cursor:pointer;display:block;height:.3rem;position:relative;transition:left .3s ease-out,width .3s ease-out}.input-range--disabled .input-range__track{background:#eeeeee}.input-range__track--background{left:0;margin-top:-.15rem;position:absolute;right:0;top:50%}.input-range__track--active{background:#3f51b5}.input-range{height:1rem;position:relative;width:100%}.recentchatcomponent{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 8px 12px 24px;gap:8px;color:#868686;width:100%}.recentchatcomponent>svg>path{transition:stroke .3s ease-in-out;stroke:#868686}.recentchatcomponent>svg>circle{transition:stroke .3s ease-in-out;stroke:#868686}.recentchatcomponent:hover{background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);border-radius:8px;cursor:pointer;color:#fff}.recentchatcomponent:hover>button{opacity:1}.recentchatcomponent:hover>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.recentchatcomponent:hover>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.recentchatcomponent:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.recentchatcomponent:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.selected{background-color:#232323;color:#fff}.selected>button{opacity:1}.selected>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.selected>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.selected>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.selected>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.selected:hover{background-color:#232323;border-radius:8px;cursor:pointer;color:#fff}.selected:hover>button{opacity:1}.selected:hover>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.selected:hover>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.selected:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.selected:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.searchFilterButton--Generic{display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-sizing:border-box;background:transparent;width:100%;border:none;outline:none;padding:12px 24px;transition:.3s background ease-in-out}.searchFilterButton--Generic .searchFilterButton-FitlerDetails{display:flex;align-items:center;font-family:Inter;color:#999;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px;transition:.3s color ease-in-out;gap:8px}.searchFilterButton--Generic .searchFilterButton-FitlerDetails>svg>path{transition:stroke .3s ease-in-out;stroke:#999}.searchFilterButton--Generic .searchFilterButton-FitlerDetails>svg>circle{transition:stroke .3s ease-in-out;stroke:#999}.searchFilterButton--Generic:hover{cursor:pointer;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%)}.searchFilterButton--Generic:hover .searchFilterButton-FitlerDetails{font-family:Inter;color:#c1c1c1;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px}.searchFilterButton--Generic:hover .searchFilterButton-FitlerDetails>svg>path{transition:stroke .3s ease-in-out;stroke:#c1c1c1}.searchFilterButton--Generic:hover .searchFilterButton-FitlerDetails>svg>circle{transition:stroke .3s ease-in-out;stroke:#c1c1c1}.companySearchFiltersSideDrawer--Generic{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);width:100%;height:inherit}.companySearchFiltersSideDrawer--Generic .companySearchFiltersSideDrawer-Header{display:flex;justify-content:space-between;width:100%;box-sizing:border-box;padding:20px 24px 16px}.companySearchFiltersSideDrawer--Generic .companySearchFiltersSideDrawer-Header>span{display:flex;flex-direction:row;align-items:center;gap:8px}.companySearchFiltersSideDrawer--Generic .companySearchFiltersSideDrawer-Header>span>h3{font-family:Rubik;color:#c1c1c1;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px}.companySearchFiltersSideDrawer--Generic .companySearchFiltersSideDrawer-Filters{display:flex;flex-direction:column;width:100%}.peopleSearchFiltersSideDrawer--Generic{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);width:100%;height:inherit}.peopleSearchFiltersSideDrawer--Generic .peopleSearchFiltersSideDrawer-Header{display:flex;justify-content:space-between;width:100%;box-sizing:border-box;padding:20px 24px 16px}.peopleSearchFiltersSideDrawer--Generic .peopleSearchFiltersSideDrawer-Header>span{display:flex;flex-direction:row;align-items:center;gap:8px}.peopleSearchFiltersSideDrawer--Generic .peopleSearchFiltersSideDrawer-Header>span>h3{font-family:Rubik;color:#c1c1c1;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px}.peopleSearchFiltersSideDrawer--Generic .peopleSearchFiltersSideDrawer-Filters{display:flex;flex-direction:column;width:100%}.searchPersonTable--Generic{color:#fff;width:100%;overflow:auto;padding:0;position:relative}.searchPersonTable--Generic table{table-layout:fixed;border-spacing:0px}.searchPersonTable--Generic table th,.searchPersonTable--Generic table td{white-space:nowrap;padding:0}.searchPersonTable--Generic th,.searchPersonTable--Generic td{font-family:Inter;color:#c1c1c1;background-color:transparent;margin:0;font-weight:400;font-size:14px;line-height:21px;padding:0}.searchPersonTable--Generic th:first-child,.searchPersonTable--Generic td:first-child{position:sticky;left:0;z-index:2;border-right:2px solid pink}.searchPersonTable--Generic th:not(:first-child),.searchPersonTable--Generic td:not(:first-child){background-color:transparent}.searchPersonTable--Generic th:nth-child(1),.searchPersonTable--Generic td:nth-child(1){min-width:var(--column1-min-width, 250px)}.searchPersonTable--Generic th:nth-child(2),.searchPersonTable--Generic td:nth-child(2){min-width:var(--column2-min-width, 150px)}.searchPersonTable--Generic th:nth-child(3),.searchPersonTable--Generic td:nth-child(3){min-width:var(--column3-min-width, 150px)}.searchPersonTable--Generic th:nth-child(4),.searchPersonTable--Generic td:nth-child(4){min-width:var(--column4-min-width, 150px)}.searchPersonTable--Generic th:nth-child(5),.searchPersonTable--Generic td:nth-child(5){min-width:var(--column5-min-width, 150px)}.searchPersonTable--Generic th:nth-child(6),.searchPersonTable--Generic td:nth-child(6){min-width:var(--column6-min-width, 150px)}.searchPersonTable--Generic:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(248.66deg,#38183A 0%,#000000 49.48%,#241E43 100%);z-index:-1;pointer-events:none}.searchPersonTable--Generic th:not(:first-child),.searchPersonTable--Generic td:not(:first-child){position:relative;background-color:none;z-index:1;mix-blend-mode:screen;backdrop-filter:blur(10px)}.searchTabsBar--Generic{display:flex;align-items:center;justify-content:space-between;gap:12px;width:fit-content;padding-left:32px}.searchTabsBar-Button--Generic{font-family:Inter;color:#190e08;background-color:transparent;margin:0;font-weight:400;font-size:14px;line-height:21px;display:flex;align-items:center;justify-content:center;outline:none;border:none;padding:10px 8px;border-bottom:2px solid transparent;transition:.3s color ease-in-out}.searchTabsBar-Button--Generic:hover{cursor:pointer}.searchTabsBar-Button--Selected{color:#ff8d4e;border-color:#ff8d4e}.searchTabsBar-Button--Unselected{color:#868686}.searchTabsBar-Button--Unselected:hover{color:#ff8d4e}.secondaryButtonGeneric{display:flex;align-items:center;justify-content:center;text-align:center;border-radius:8px;min-width:110px;border:none;outline:0px;height:fit-content}.secondaryButtonGeneric:hover{cursor:pointer}.secondaryButtonGeneric:disabled{cursor:not-allowed}.orange--SecondaryButton{color:#ff8d4e;background-color:transparent;border:1px solid #FF8D4E;transition:color .3s ease-in-out,background-color .3s ease-in-out}.orange--SecondaryButton:hover{color:#fff;background-color:#ff8d4e}.orange--SecondaryButton:active:not(:disabled){outline:2px solid #FFB58C}.black--SecondaryButton{color:#232323;background-color:transparent;border:1px solid #232323;transition:color .3s ease-in-out,background-color .3s ease-in-out}.black--SecondaryButton:hover{color:#fff;background-color:#373737}.black--SecondaryButton:active:not(:disabled){outline:2px solid #999999}.gray--SecondaryButton{color:#232323;background-color:transparent;border:1px solid #232323;transition:color .3s ease-in-out,background-color .3s ease-in-out}.gray--SecondaryButton:hover{color:#fff;background-color:#868686}.gray--SecondaryButton:active:not(:disabled){outline:2px solid #ADADAD}.xsSize--SecondaryButton{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:8px 12px}.smSize--SecondaryButton{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;padding:8px 12px}.baseSize--SecondaryButton{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;padding:10px 20px}.sideDrawer{position:fixed;top:0;right:0;z-index:40;padding-top:1.5rem;padding-bottom:1.5rem;background-color:#232323;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);color:#e8e8e8;width:50%;height:100%;border-color:#6b7280}.sideDrawer.showSideBar{--transform-translate-x: 0}.sideDrawer.hideSideBar{--transform-translate-x: 100%}.sideDrawer>div:nth-child(1){position:absolute;opacity:.16;filter:blur(150px);width:80%;height:30%;right:0;z-index:1;top:0}.sideDrawer>div:nth-child(2){display:flex;flex-direction:row;justify-content:space-around;align-items:center;height:4rem}.sideDrawer>div:nth-child(2)>span{width:80%}.sideDrawer>div:nth-child(2)>button{position:relative;z-index:10;background:none;border:none;cursor:pointer}.sideDrawer>div:nth-child(2)>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.sideDrawer>div:nth-child(2)>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.sideDrawer>div:last-child{display:flex;position:relative;flex-direction:column;height:100%}.stepperNavigation{display:flex;padding-top:.75rem;justify-content:center;align-items:center;gap:.5rem;color:#fafafa}.stepperNavigation>div{display:flex;justify-content:center;align-items:center;gap:.5rem}.stepperNavigation>div>svg>path{transition:stroke .3s ease-in-out;stroke:#0e9f6e}.stepperNavigation>div>svg>circle{transition:stroke .3s ease-in-out;stroke:#0e9f6e}.stepperNavigation>div>h6{font-weight:500;font-size:14px;line-height:14px}.stepperNavigation>div>h6.isCompleted{color:#0e9f6e}.switchLarge{display:flex}.switchLarge>button{display:flex;align-items:center;padding:8px 12px;gap:8px;background:#232323;color:#fff;border:none!important;cursor:pointer}.switchLarge>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.switchLarge>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.switchLarge>button:hover{background:#373737}.switchLarge>button.active{background:#4B4B4B}.switchLarge>button:first-of-type{border-radius:8px 0 0 8px}.switchLarge>button:last-of-type{border-radius:0 8px 8px 0}.textButtonGeneric{display:flex;align-items:center;justify-content:center;text-align:center;height:fit-content;border:none;border-radius:8px;transition:background-color .3s ease-in-out,color .3s ease-in-out}.textButtonGeneric:hover{cursor:pointer}.textButtonGeneric:active:not(:disabled){outline:2px solid black}.textButtonGeneric:disabled{cursor:not-allowed}.primaryOrange{background-color:#c3713e;color:#66381f}.primaryOrange:hover{cursor:pointer;background-color:#c3713e;color:#fff}.primaryOrange:active:not(:disabled){outline:2px solid #FFB58C}.primaryOrangeBorder{background-color:transparent;color:#e57f46;border:1px solid #FF8D4E}.primaryOrangeBorder:hover{cursor:pointer;background-color:#ff8d4e;color:#fff;border:1px solid #FF8D4E}.primaryOrangeBorder:active:not(:disabled){outline:2px solid #FFB58C}.alternativeDarkBorder{background-color:#232323;color:#adadad;border:1px solid #5E5E5E}.alternativeDarkBorder:hover{cursor:pointer;background-color:#373737;color:#fff}.alternativeDarkBorder:active:not(:disabled){outline:2px solid #868686}.xsSize{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:4px}.smSize{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;padding:8px}.baseSize{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;padding:10px}.lSize{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;padding:12px}.xlSize{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;padding:14px}.textPillNotClickableGeneric{display:flex;flex-direction:row;text-align:center;border-radius:50vh;height:fit-content;width:fit-content}.textPillNotClickableBorder{border:.5px solid #5E5E5E}.xsSize{font-family:Inter;color:#868686;background-color:#232323;margin:0;font-weight:500;font-size:12px;line-height:18px;padding:6px 12px}.smSize{font-family:Inter;color:#868686;background-color:#232323;margin:0;font-weight:500;font-size:14px;line-height:21px;padding:6px 12px}.baseSize{font-family:Inter;color:#868686;background-color:#232323;margin:0;font-weight:500;font-size:16px;line-height:24px;padding:6px 12px}.toggle{position:relative;display:inline-block;width:60px;height:34px;margin:10px}.toggle-switch{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#4b4b4b;border-radius:34px;transition:background-color .3s}.toggle-switch:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#d5d5d5;border-radius:50%;transition:transform .3s}.toggle.on .toggle-switch{background-color:#ff8d4e}.toggle.on .toggle-switch:before{transform:translate(26px)}.toggle.on .toggle-switch:hover{background-color:#ff9e69}.toggle.off .toggle-switch:before{transform:translate(0)}.topNavbarGeneric{display:flex;flex-direction:row;align-items:center;padding:4px 32px;gap:40px;width:100%;border-bottom:2px solid rgba(255,141,78,.1);box-sizing:border-box}.topNavbarGeneric .topNavbarGenericButtonsContainer{display:flex;flex-direction:row;align-items:center;height:fit-content;gap:8px;width:fit-content}:export{orange-25:#FFFCFA;orange-50:#FFF0E8;orange-100:#FFE0CF;orange-200:#FFCFB5;orange-300:#FFB58C;orange-400:#FF9E69;orange-500:#FF8D4E;orange-600:#E57F46;orange-700:#C3713E;orange-800:#99552F;orange-900:#66381F;orange-950:#331C10;orange-990:#190E08;gray-10:#FAFAFA;gray-15:#E8E8E8;gray-25:#D5D5D5;gray-50:#C1C1C1;gray-100:#ADADAD;gray-200:#999999;gray-300:#868686;gray-400:#727272;gray-500:#5E5E5E;gray-600:#4B4B4B;gray-700:#373737;gray-800:#232323;gray-900:#0F0F0F;blue-50:#EBF5FF;blue-100:#E1EFFE;blue-200:#C3DDFD;blue-300:#A4CAFE;blue-400:#76A9FA;blue-500:#3F83F8;blue-600:#1C64F2;blue-700:#1A56DB;blue-800:#1E429F;blue-900:#233876;red-50:#FDF2F2;red-100:#FDE8E8;red-200:#FBD5D5;red-300:#F8B4B4;red-400:#F98080;red-500:#F05252;red-600:#E02424;red-700:#C81E1E;red-800:#9B1C1C;red-900:#771D1D;red-950:#5E2A2A;red-990:#402C2C;twOrange-50:#FFF8F1;twOrange-100:#FEECDC;twOrange-200:#FCD9BD;twOrange-300:#FDBA8C;twOrange-400:#FF8A4C;twOrange-500:#FF5A1F;twOrange-600:#D03801;twOrange-700:#B43403;twOrange-800:#8A2C0D;twOrange-900:#771D1D;yellow-50:#FDFDEA;yellow-100:#FDF6B2;yellow-200:#FCE96A;yellow-300:#FACA15;yellow-400:#E3A008;yellow-500:#C27803;yellow-600:#9F580A;yellow-700:#8E4B10;yellow-800:#723B13;yellow-900:#633112;green-50:#F3FAF7;green-100:#DEF7EC;green-200:#BCF0DA;green-300:#84E1BC;green-400:#31C48D;green-500:#0E9F6E;green-600:#057A55;green-700:#046C4E;green-800:#03543F;green-900:#014737;teal-50:#EDFAFA;teal-100:#D5F5F6;teal-200:#AFECEF;teal-300:#7EDCE2;teal-400:#16BDCA;teal-500:#0694A2;teal-600:#047481;teal-700:#036672;teal-800:#05505C;teal-900:#014451;indigo-50:#F0F5FF;indigo-100:#E5EDFF;indigo-200:#CDDBFE;indigo-300:#B46CFC;indigo-400:#8DA2FB;indigo-500:#6875F5;indigo-600:#5850EC;indigo-700:#5145CD;indigo-800:#42389D;indigo-900:#362F78;purple-50:#F6F5FF;purple-100:#EDEBFE;purple-200:#DCD7FE;purple-300:#CABFFD;purple-400:#AC94FA;purple-500:#9061F9;purple-600:#7E3AF2;purple-700:#6C2BD9;purple-800:#5521B5;purple-900:#4A1D96;pink-50:#FDF2F8;pink-100:#FCE8F3;pink-200:#FAD1ED;pink-300:#F8B4D9;pink-400:#F17EB8;pink-500:#E74694;pink-600:#D61F69;pink-700:#BF125D;pink-800:#99154B;pink-900:#751A3D}.navbarButton--Generic{font-family:Inter;color:#190e08;background-color:transparent;margin:0;font-weight:400;font-size:14px;line-height:21px;display:flex;align-items:center;padding:3px 7px;gap:8px;height:fit-content;transition:color .3s ease-in-out;outline:none;border:none;background:transparent}.navbarButton--Generic:hover:not(:disabled){cursor:pointer}.navbarButton--Selected{color:#ff8d4e}.navbarButton--Selected>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.navbarButton--Selected>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.navbarButton--Unselected{color:#868686}.navbarButton--Unselected>svg>path{transition:stroke .3s ease-in-out;stroke:#868686}.navbarButton--Unselected>svg>circle{transition:stroke .3s ease-in-out;stroke:#868686}.navbarButton--Unselected:hover{color:#ff8d4e}.navbarButton--Unselected:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.navbarButton--Unselected:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}
|
|
1
|
+
@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter";@import"https://fonts.googleapis.com/css2?family=Rubik";.addTribeMemberCard{display:flex;flex-direction:row;border:1px solid #232323;border-radius:8px;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);padding:16px;box-sizing:border-box;gap:12px;width:350px}.addTribeMemberCard>span{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:85%}.addTribeMemberCard>span .addTribeMemberCard--Details{display:flex;flex-direction:column}.addTribeMemberCard>span .addTribeMemberCard--Details>span>h3{font-family:Inter;color:#d5d5d5;background-color:transparent;margin:0;padding:0;font-weight:600;font-size:16px;line-height:24px}.addTribeMemberCard>span .addTribeMemberCard--Details>span>p{font-family:Inter;color:#adadad;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px;display:inline}.circularIcon{border-radius:50%}.primary-orange--CircularSvgButton{background-color:#ff8d4e;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-orange--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#190e08}.primary-orange--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#190e08}.primary-orange--CircularSvgButton:hover{background-color:#c3713e}.primary-orange--CircularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-orange--CircularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.primary-orange--CircularSvgButton:active:not(:disabled){outline:2px solid #FFB58C}.primary-gray--CircularSvgButton{background-color:#999;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-gray--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--CircularSvgButton:hover{background-color:#868686}.primary-gray--CircularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--CircularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--CircularSvgButton:active:not(:disabled){outline:2px solid #ADADAD}.primary-black--CircularSvgButton{background-color:#232323;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-black--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--CircularSvgButton:hover{background-color:#373737}.primary-black--CircularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--CircularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--CircularSvgButton:active:not(:disabled){outline:2px solid #999999}.secondary-orange--CircularSvgButton{background-color:transparent;border:1px solid #FF8D4E;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-orange--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#190e08}.secondary-orange--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#190e08}.secondary-orange--CircularSvgButton:hover{background-color:#ff8d4e}.secondary-orange--CircularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-orange--CircularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-orange--CircularSvgButton:active:not(:disabled){outline:2px solid #FFB58C}.secondary-gray--CircularSvgButton{background-color:transparent;border:1px solid #868686;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-gray--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-gray--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-gray--CircularSvgButton:hover{background-color:#868686}.secondary-gray--CircularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-gray--CircularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-gray--CircularSvgButton:active:not(:disabled){outline:2px solid #ADADAD}.secondary-black--CircularSvgButton{background-color:transparent;border:1px solid #232323;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-black--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-black--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-black--CircularSvgButton:hover{background-color:#232323}.secondary-black--CircularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-black--CircularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-black--CircularSvgButton:active:not(:disabled){outline:2px solid #999999}.tertiary-gray--CircularSvgButton{background-color:#373737;border:none;transition:background-color .3s ease-in-out,color .3s ease-in-out}.tertiary-gray--CircularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#d5d5d5}.tertiary-gray--CircularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#d5d5d5}.tertiary-gray--CircularSvgButton:hover{background-color:#4b4b4b}.tertiary-gray--CircularSvgButton:active:not(:disabled){outline:2px solid #727272}.circularSvgButtonGeneric{display:flex;align-items:center;justify-content:center;border-radius:50vh;height:fit-content}.circularSvgButtonGeneric:hover{cursor:pointer}.circularSvgButtonGeneric:disabled{cursor:not-allowed}.xxsSize--CircularSvgButton{padding:0}.xsSize--CircularSvgButton{padding:6px}.smSize--CircularSvgButton{padding:8px}.baseSize--CircularSvgButton{padding:10px}.lSize--CircularSvgButton{padding:12px}.xlSize--CircularSvgButton{padding:14px}.andButton--Generic{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:5px 6px;border:none;outline:none;border-radius:4px 0 0 4px;transition:.3s color ease-in-out,.3s background-color ease-in-out}.andButton--Generic:hover{cursor:pointer}.orButton--Generic{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:5px 6px;border:none;outline:none;border-radius:0 4px 4px 0;transition:.3s color ease-in-out,.3s background-color ease-in-out}.orButton--Generic:hover{cursor:pointer}.andOrButton--Selected{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;color:#fff;background-color:#727272}.andOrButton--Unselected{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;color:#c1c1c1;background-color:#373737}.andOrButton--Wrapper{display:flex;flex-direction:row;align-items:center;width:fit-content}.andOrButton--Wrapper>button{width:50%}.avatarGroup{display:flex;flex-direction:row}.avatarGroup>img{box-sizing:border-box;margin-right:-.5rem;flex:none;flex-grow:0;order:1;border:1px solid white}.avatarGroup>img.w-32{border:1.5px solid white}.avatarGroup>img.w-48{border:1.5px solid white}.avatarGroup>img.w-80{border:2px solid white}.avatarGroup>div{display:flex;margin-right:-.5rem;flex:none;flex-grow:0;order:1;border:1px solid white;position:relative;background-color:#000;color:#fff;justify-content:center;align-items:center;border-radius:9999px;font-weight:500}.avatarGroup>div.w-24{font-weight:600;font-size:8px;line-height:12px;width:24px;height:24px}.avatarGroup>div.w-32{font-size:12px;line-height:12px;width:32px;height:32px;border:1.5px solid white}.avatarGroup>div.w-48{font-size:16px;line-height:16px;width:48px;height:48px;border:1.5px solid white}.avatarGroup>div.w-80{font-size:30px;line-height:30px;width:80px;height:80px;border:2px solid white}.badgeClickable--Neutral{font-family:Inter;color:#fafafa;background-color:#4b4b4b;margin:0;font-weight:400;font-size:14px;line-height:21px;display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;width:fit-content;padding:3px 4px;border-radius:3px}.badgeClickable--Neutral>svg>path{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Neutral>svg>circle{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Neutral>button{display:flex;align-items:center;width:fit-content;height:fit-content;outline:none;border:none;padding:0;background-color:transparent}.badgeClickable--Neutral>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Neutral>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Neutral>button:hover{cursor:pointer}.badgeClickable--Warning{font-family:Inter;color:#f8b4b4;background-color:#5e2a2a;margin:0;font-weight:400;font-size:14px;line-height:21px;display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;width:fit-content;padding:3px 4px;border-radius:3px}.badgeClickable--Warning>svg>path{transition:stroke .3s ease-in-out;stroke:#f8b4b4}.badgeClickable--Warning>svg>circle{transition:stroke .3s ease-in-out;stroke:#f8b4b4}.badgeClickable--Warning>button{display:flex;align-items:center;width:fit-content;height:fit-content;outline:none;border:none;padding:0;background-color:transparent}.badgeClickable--Warning>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Warning>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Warning>button:hover{cursor:pointer}.badgeClickable--Info{font-family:Inter;color:#ff8d4e;background-color:#232323;margin:0;font-weight:400;font-size:14px;line-height:21px;display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;width:fit-content;padding:3px 4px;border-radius:3px}.badgeClickable--Info>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.badgeClickable--Info>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.badgeClickable--Info>button{display:flex;align-items:center;width:fit-content;height:fit-content;outline:none;border:none;padding:0;background-color:transparent}.badgeClickable--Info>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Info>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Info>button:hover{cursor:pointer}.badgeClickable--Success{font-family:Inter;color:#def7ec;background-color:#0e9f6e;margin:0;font-weight:400;font-size:14px;line-height:21px;display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:center;width:fit-content;padding:3px 4px;border-radius:3px}.badgeClickable--Success>svg>path{transition:stroke .3s ease-in-out;stroke:#def7ec}.badgeClickable--Success>svg>circle{transition:stroke .3s ease-in-out;stroke:#def7ec}.badgeClickable--Success>button{display:flex;align-items:center;width:fit-content;height:fit-content;outline:none;border:none;padding:0;background-color:transparent}.badgeClickable--Success>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Success>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Success>button:hover{cursor:pointer}.badgeClickable--Success>svg>path{transition:stroke .3s ease-in-out;stroke:#fafafa}.badgeClickable--Success>svg>circle{transition:stroke .3s ease-in-out;stroke:#fafafa}.chatClickableCard{display:flex;flex-direction:row;align-items:flex-start;gap:8px;padding:30px 24px;width:100%;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);border-radius:8px;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25))}.chatClickableCard>span{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;color:#999;text-align:center;width:100%;cursor:pointer}.chatClickableCard:hover{outline:1px solid #727272}.chatClickableCard:hover>span{color:#e8e8e8}.dropdown{position:relative}.input-dropdown{display:flex;flex-direction:row;align-items:center;padding:8px 16px;gap:10px;border:1px solid #4B4B4B;border-radius:8px;box-sizing:border-box;background-color:#232323}.input-dropdown>svg>path{transition:stroke .3s ease-in-out;stroke:#5e5e5e}.input-dropdown>svg>circle{transition:stroke .3s ease-in-out;stroke:#5e5e5e}.input-dropdown>input{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;color:#999;border:none;outline:0px;background-color:#232323;width:calc(100% - 34px)}.options-list{display:flex;flex-direction:column;align-items:flex-start;padding:8px 0;list-style:none;overflow-y:auto;width:100%;box-sizing:border-box;color:#adadad;border-radius:8px;position:absolute;background-color:#373737}.options-list .first-item{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding-left:8px;height:30px}.options-list .first-item:hover{color:#adadad;background-color:#373737}.options-list>li,.options-list div{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;display:flex;flex-direction:row;text-align:center;height:40px;gap:8px;width:100%;box-sizing:border-box;padding-left:16px;padding-top:9px;cursor:pointer}.options-list>li:hover,.options-list div:hover{color:#d5d5d5;background:#4B4B4B}.chatPeopleCard{display:flex;flex-direction:column;align-items:center;padding:16px 24px;width:100%;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);border-radius:8px;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25))}.chatPeopleCard .designation{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;color:#727272;gap:8px}.chatPeopleCard>span{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;color:#adadad;text-align:center;cursor:pointer}.chatPeopleCard:hover{outline:1px solid #727272}.chatPeopleCard:hover .name{color:#e8e8e8}.text-span{display:flex;flex-direction:column;align-items:center}.primaryButtonGeneric{display:flex;align-items:center;justify-content:center;text-align:center;border-radius:8px;min-width:110px;border:none;outline:0px;height:fit-content}.primaryButtonGeneric:hover{cursor:pointer}.primaryButtonGeneric:disabled{cursor:not-allowed}.orange--PrimaryButton{color:#190e08;background-color:#ff8d4e;transition:color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out}.orange--PrimaryButton:hover{color:#fff;background-color:#c3713e}.orange--PrimaryButton:active:not(:disabled){outline:2px solid #FFB58C}.black--PrimaryButton{color:#fff;background-color:#232323;transition:color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out}.black--PrimaryButton:hover{color:#fff;background-color:#373737}.black--PrimaryButton:active:not(:disabled){outline:2px solid #999999}.gray--PrimaryButton{color:#232323;background-color:#999;transition:color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out}.gray--PrimaryButton:hover{color:#232323;background-color:#868686}.gray--PrimaryButton:active:not(:disabled){outline:2px solid #ADADAD}.xsSize--PrimaryButton{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:8px 12px}.smSize--PrimaryButton{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;padding:8px 12px}.baseSize--PrimaryButton{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;padding:10px 20px}.tertiaryButtonGeneric{display:flex;align-items:center;justify-content:center;text-align:center;border-radius:8px;min-width:110px;border:none;outline:0px;height:fit-content;color:#adadad;background-color:#232323;border:1px solid #5E5E5E;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}.tertiaryButtonGeneric:hover{color:#fff;background-color:#373737;border-color:#4b4b4b}.tertiaryButtonGeneric:active:not(:disabled){outline:2px solid #5E5E5E}.tertiaryButtonGeneric:hover{cursor:pointer}.tertiaryButtonGeneric:disabled{cursor:not-allowed}.xsSize--TertiaryButton{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:8px 12px}.smSize--TertiaryButton{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;padding:8px 12px}.baseSize--TertiaryButton{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;padding:10px 20px}#dialog{width:100%;border:none;outline:none;background:transparent}.chat-dialogbox-popup{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;display:flex;flex-direction:column;align-items:center;padding:24px;gap:10px;max-width:480px;color:#e8e8e8;background:#232323;border-radius:16px;text-align:center}.chat-dialogbox-popup .subText{color:#adadad;font-weight:400;font-size:14px}.chat-dialogbox-popup .two-buttons{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:16px}.chat-dialogbox-popup .two-buttons>button{width:100%}.chat-dialogbox-popup .one-button{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;gap:16px}.chat-dialogbox-popup .one-button>button{width:50%}.center{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.topleft{position:fixed;top:0;left:0}.topcenter{position:fixed;top:0;left:50%;transform:translate(-50%)}.topright{position:fixed;top:0;right:0}.centerright{position:fixed;top:50%;right:0;transform:translateY(-50%)}.centerleft{position:fixed;top:50%;left:0;transform:translateY(-50%)}.bottomleft{position:fixed;bottom:0;left:0}.bottomcenter{position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottomright{position:fixed;bottom:0;right:0}.chatBar{display:flex;align-items:center;padding:12px;background-color:#232323;border-radius:8px;width:fit-content;width:100%;gap:12px;box-sizing:border-box}.chatBarInput{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;width:95%;padding:10px 16px 11px;border-radius:8px;box-sizing:border-box;color:#fafafa;background-color:#4b4b4b;outline:0px;border:none;gap:10px}.chatBarInput:active{outline:1px solid #5E5E5E}.primary-orange--SearchSvgButton{background-color:#232323;border-radius:8px;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-orange--SearchSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-orange--SearchSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-orange--SearchSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-orange--SearchSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-orange--SearchSvgButton:active:not(:disabled)>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-orange--SearchSvgButton:active:not(:disabled)>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-orange--SearchSvgButton:disabled{background-color:#232323;cursor:not-allowed}.primary-orange--SearchSvgButton:disabled>svg>path{transition:stroke .3s ease-in-out;stroke:#4b4b4b}.primary-orange--SearchSvgButton:disabled>svg>circle{transition:stroke .3s ease-in-out;stroke:#4b4b4b}.primary-gray--SearchSvgButton{background-color:#232323;border-radius:8px;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-gray--SearchSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--SearchSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--SearchSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--SearchSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--SearchSvgButton:active:not(:disabled)>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--SearchSvgButton:active:not(:disabled)>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--SearchSvgButton:disabled{background-color:#232323;cursor:not-allowed}.primary-gray--SearchSvgButton:disabled>svg>path{transition:stroke .3s ease-in-out;stroke:#4b4b4b}.primary-gray--SearchSvgButton:disabled>svg>circle{transition:stroke .3s ease-in-out;stroke:#4b4b4b}.primary-black--SearchSvgButton{background-color:#232323;border-radius:8px;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-black--SearchSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-black--SearchSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-black--SearchSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-black--SearchSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-black--SearchSvgButton:active:not(:disabled)>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-black--SearchSvgButton:active:not(:disabled)>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-black--SearchSvgButton:disabled{background-color:#232323;cursor:not-allowed}.primary-black--SearchSvgButton:disabled>svg>path{transition:stroke .3s ease-in-out;stroke:#4b4b4b}.primary-black--SearchSvgButton:disabled>svg>circle{transition:stroke .3s ease-in-out;stroke:#4b4b4b}.secondary-orange--SearchSvgButton{background-color:transparent;border:1px solid #FF8D4E;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-orange--SearchSvgButton>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#190e08;stroke:#190e08}.secondary-orange--SearchSvgButton>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#190e08;stroke:#190e08}.secondary-orange--SearchSvgButton:hover{background-color:#ff8d4e}.secondary-orange--SearchSvgButton:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.secondary-orange--SearchSvgButton:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.secondary-orange--SearchSvgButton:active:not(:disabled){outline:2px solid #FFB58C}.secondary-gray--SearchSvgButton{background-color:transparent;border:1px solid #868686;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-gray--SearchSvgButton>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#0f0f0f;stroke:#0f0f0f}.secondary-gray--SearchSvgButton>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#0f0f0f;stroke:#0f0f0f}.secondary-gray--SearchSvgButton:hover{background-color:#868686}.secondary-gray--SearchSvgButton:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.secondary-gray--SearchSvgButton:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.secondary-gray--SearchSvgButton:active:not(:disabled){outline:2px solid #ADADAD}.secondary-black--SearchSvgButton{background-color:transparent;border:1px solid #232323;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-black--SearchSvgButton>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#0f0f0f;stroke:#0f0f0f}.secondary-black--SearchSvgButton>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#0f0f0f;stroke:#0f0f0f}.secondary-black--SearchSvgButton:hover{background-color:#232323}.secondary-black--SearchSvgButton:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.secondary-black--SearchSvgButton:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.secondary-black--SearchSvgButton:active:not(:disabled){outline:2px solid #999999}.tertiary-gray--SearchSvgButton{background-color:#373737;border:none;transition:background-color .3s ease-in-out,color .3s ease-in-out}.tertiary-gray--SearchSvgButton>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#d5d5d5;stroke:#d5d5d5}.tertiary-gray--SearchSvgButton>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#d5d5d5;stroke:#d5d5d5}.tertiary-gray--SearchSvgButton:hover{background-color:#4b4b4b}.tertiary-gray--SearchSvgButton:active:not(:disabled){outline:2px solid #727272}.SearchSvgButtonGeneric{display:flex;align-items:center;justify-content:center;height:fit-content}.SearchSvgButtonGeneric:hover{cursor:pointer}.xxsSize--SearchSvgButton{padding:0}.xsSize--SearchSvgButton{padding:6px}.smSize--SearchSvgButton{padding:8px}.baseSize--SearchSvgButton{padding:10px}.lSize--SearchSvgButton{padding:12px}.xlSize--SearchSvgButton{padding:14px}input[type=checkbox]{-webkit-appearance:none;display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #ccc;border-radius:4px;margin:0;transition:background-color .2s ease-out}input[type=checkbox]:checked{background-color:#e57f46;border-color:#e57f46}input[type=checkbox]:checked:before{content:"✔";color:#000;font-size:14px}input[type=checkbox]:not(:checked){background-color:#727272;border-color:#adadad}input[type=checkbox]:focus{outline:none;box-shadow:0 0 3px 2px #0000001a}.clickableTextGeneric{display:flex;flex-direction:row;background:transparent;border-radius:8px;gap:8px;width:fit-content;height:fit-content;outline:none;border:1px solid transparent}.clickableTextGeneric:hover{cursor:pointer}.iconOnLeftClickableText{flex-direction:row-reverse}.orangeClickableText{color:#ff8d4e;transition:color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out,outline .3s ease-in-out}.orangeClickableText>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#ff8d4e;stroke:#ff8d4e}.orangeClickableText>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#ff8d4e;stroke:#ff8d4e}.orangeClickableText:hover{color:#ff9e69}.orangeClickableText:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#ff9e69;stroke:#ff9e69}.orangeClickableText:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#ff9e69;stroke:#ff9e69}.grayClickableText{color:#999;transition:color .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out,outline .3s ease-in-out}.grayClickableText>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#999;stroke:#999}.grayClickableText>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#999;stroke:#999}.grayClickableText:hover{color:#c1c1c1}.grayClickableText:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#c1c1c1;stroke:#c1c1c1}.grayClickableText:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#c1c1c1;stroke:#c1c1c1}.xsSizeClickableText{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:2px 4px}.smSizeClickableText{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;padding:4px 8px}.baseSizeClickableText{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;padding:6px 12px}.companyLikePillSelectable--Generic{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;outline:none;border-radius:50vh;padding:8px 10px 8px 12px;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;height:fit-content;font-family:Inter;font-size:14px;font-weight:500;line-height:21px}.companyLikePillSelectable--Generic .pillThumbSvg,.companyLikePillSelectable--Generic .errorSvg{height:fit-content}.companyLikePillSelectable--Generic:hover{cursor:pointer}.companyLikePillSelectable--Unselected{color:#868686;border:1px solid #727272;background-color:#232323}.companyLikePillSelectable--Unselected>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#868686;stroke:#868686}.companyLikePillSelectable--Unselected>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#868686;stroke:#868686}.companyLikePillSelectable--Unselected:hover{color:#fff;border-color:#868686;background-color:#373737}.companyLikePillSelectable--Unselected:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.companyLikePillSelectable--Unselected:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#fff;stroke:#fff}.companyLikePillSelectable--Selected{color:#ff8d4e;border:1px solid #FF8D4E;background-color:#232323}.companyLikePillSelectable--Selected>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#ff8d4e;stroke:#ff8d4e}.companyLikePillSelectable--Selected>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#ff8d4e;stroke:#ff8d4e}.companyLikePillSelectable--Selected:hover{color:#e57f46;border-color:#e57f46;background-color:#373737}.companyLikePillSelectable--Selected:hover>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#e57f46;stroke:#e57f46}.companyLikePillSelectable--Selected:hover>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#e57f46;stroke:#e57f46}.companyLogoPillSelectable--Generic{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;outline:none;border-radius:50vh;padding:8px 10px 8px 12px;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;height:fit-content;font-family:Inter;font-size:14px;font-weight:500;line-height:21px}.companyLogoPillSelectable--Generic .pillThumbSvg,.companyLogoPillSelectable--Generic .errorSvg{display:flex;align-items:center;justify-content:center}.companyLogoPillSelectable--Generic:hover{cursor:pointer}.companyLogoPillSelectable--Unselected{color:#868686;border:1px solid #727272;background-color:#232323}.companyLogoPillSelectable--Unselected .pillThumbSvg>svg>path{transition:stroke .3s ease-in-out;stroke:#adadad}.companyLogoPillSelectable--Unselected .pillThumbSvg>svg>circle{transition:stroke .3s ease-in-out;stroke:#adadad}.companyLogoPillSelectable--Unselected:hover{color:#fff;border-color:#868686;background-color:#373737}.companyLogoPillSelectable--Unselected:hover .pillThumbSvg>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.companyLogoPillSelectable--Unselected:hover .pillThumbSvg>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.companyLogoPillSelectable--Selected{color:#ff9e69;border:1px solid #FF9E69;background-color:#232323}.companyLogoPillSelectable--Selected .pillThumbSvg>svg>path{transition:stroke .3s ease-in-out;stroke:#ff9e69}.companyLogoPillSelectable--Selected .pillThumbSvg>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff9e69}.companyLogoPillSelectable--Selected:hover{color:#fff;border-color:#ffb58c;background-color:#373737}.companyLogoPillSelectable--Selected:hover .pillThumbSvg>svg>path{transition:stroke .3s ease-in-out;stroke:#ffb58c}.companyLogoPillSelectable--Selected:hover .pillThumbSvg>svg>circle{transition:stroke .3s ease-in-out;stroke:#ffb58c}.companyLogoPillSelectable--Error{color:#adadad;border:1px solid #F05252;background-color:#232323}.companyLogoPillSelectable--Error .pillThumbSvg>svg>path{transition:stroke .3s ease-in-out;stroke:#adadad}.companyLogoPillSelectable--Error .pillThumbSvg>svg>circle{transition:stroke .3s ease-in-out;stroke:#adadad}.companyLogoPillSelectable--Error .errorSvg>svg>path{transition:stroke .3s ease-in-out;stroke:#f05252}.companyLogoPillSelectable--Error .errorSvg>svg>circle{transition:stroke .3s ease-in-out;stroke:#f05252}.companyLogoPillSelectable--Error:hover{color:#fff;border-color:#f98080;background-color:#373737}.countCancelButton--Generic{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:2px 8px;outline:none;border-radius:6px;background-color:transparent;border:1px solid #999999;color:#999;transition:.3s color ease-in-out,.3s border-color ease-in-out}.countCancelButton--Generic>svg>path{transition:stroke .3s ease-in-out;stroke:#999}.countCancelButton--Generic>svg>circle{transition:stroke .3s ease-in-out;stroke:#999}.countCancelButton--Generic:hover{cursor:pointer;border:1px solid #FF8D4E;color:#ff8d4e}.countCancelButton--Generic:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.countCancelButton--Generic:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.primary-gray--DeleteSvgButton{opacity:0;background:transparent;border-radius:8px;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-gray--DeleteSvgButton:hover{opacity:1}.primary-gray--DeleteSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-gray--DeleteSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.DeleteSvgButtonGeneric{display:flex;align-items:center;justify-content:center;height:fit-content}.DeleteSvgButtonGeneric:hover{cursor:pointer}.xxsSize--DeleteSvgButton{padding:0}.xsSize--DeleteSvgButton{padding:6px}.smSize--DeleteSvgButton{padding:8px}.baseSize--DeleteSvgButton{padding:10px}.lSize--DeleteSvgButton{padding:12px}.xlSize--DeleteSvgButton{padding:14px}.primary-gray--EditSvgButton{opacity:0;background:transparent;border-radius:8px;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-gray--EditSvgButton:hover{opacity:1}.primary-gray--EditSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-gray--EditSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.EditSvgButtonGeneric{display:flex;align-items:center;justify-content:center;height:fit-content}.EditSvgButtonGeneric:hover{cursor:pointer}.xxsSize--EditSvgButton{padding:0}.xsSize--EditSvgButton{padding:6px}.smSize--EditSvgButton{padding:8px}.baseSize--EditSvgButton{padding:10px}.lSize--EditSvgButton{padding:12px}.xlSize--EditSvgButton{padding:14px}.fileUpload{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:4px}.fileUpload>p:first-of-type{color:#fff;font-size:14px;line-height:150%;margin:0}.fileUpload>p:last-of-type{color:#727272;font-weight:400;font-size:12px;line-height:150%;margin:0}.fileUpload>input{display:block;background-color:#373737;color:#fff;cursor:pointer;border-radius:8px;border:1px solid #232323;outline:none!important}.fileUpload>input.xs{width:20%}.fileUpload>input.s{width:40%}.fileUpload>input.m{width:60%}.fileUpload>input.lg{width:80%}.fileUpload>input.xl{width:100%}input[type=file]::file-selector-button{border:1px solid #4B4B4B;background-color:#4b4b4b;transition:1s;color:#fff;padding:12px 16px}.hiringCompanyConciseCard{display:flex;flex-direction:row;border:1px solid #232323;border-radius:8px;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);padding:16px;box-sizing:border-box;gap:12px;width:350px}.hiringCompanyConciseCardCompanyDetails{display:flex;flex-direction:column}.hiringCompanyConciseCardCompanyDetails>h3{font-family:Inter;color:#d5d5d5;background-color:transparent;margin:0;padding:0;font-weight:600;font-size:16px;line-height:24px}.hiringCompanyConciseCardCompanyDetails>span{font-family:Inter;color:#adadad;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px;display:inline}.idealProfileConciseCard{display:flex;flex-direction:row;border:1px solid #232323;border-radius:8px;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);padding:16px;box-sizing:border-box;gap:12px;width:350px}.idealProfileConciseCardProfileDetails{display:flex;flex-direction:column}.idealProfileConciseCardProfileDetails>h3{font-family:Inter;color:#d5d5d5;background-color:transparent;margin:0;padding:0;font-weight:600;font-size:16px;line-height:24px}.idealProfileConciseCardProfileDetails span{font-family:Inter;color:#adadad;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px;display:inline}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;left:0;opacity:0;padding:8px 16px;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;width:max-content;will-change:opacity,visibility}.styles-module_fixed__7ciUi{position:fixed}.styles-module_arrow__K0L3T{background:inherit;height:8px;position:absolute;transform:rotate(45deg);width:8px}.styles-module_noArrow__T8y2L{display:none}.styles-module_clickable__Bv9o7{pointer-events:auto}.styles-module_show__2NboJ{opacity:var(--rt-opacity);visibility:visible}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}.idealProfileSelectionCard{display:flex;flex-direction:row;border-radius:8px;padding:16px;box-sizing:border-box;gap:12px;width:350px}.idealProfileSelectionCardSelected{border:1px solid #FF8D4E;background:linear-gradient(212.26deg,rgba(255,141,78,.2) 0%,rgba(73,73,73,0) 99.04%)}.idealProfileSelectionCardUnelected{border:1px solid #232323;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%)}.idealProfileSelectionCardProfileDetails{display:flex;flex-direction:column;gap:4px;width:85%}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileName{display:flex;align-items:center;gap:4px}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileName>h3{font-family:Inter;color:#d5d5d5;background-color:transparent;margin:0;padding:0;font-weight:600;font-size:16px;line-height:24px}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileName>span{width:fit-content;height:fit-content}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileName>span>svg>path{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#727272;stroke:#727272}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileName>span>svg>circle{transition:fill .3s ease-in-out,stroke .3s ease-in-out;fill:#727272;stroke:#727272}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileName>span:hover{cursor:pointer}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardProfileRole{font-family:Inter;color:#adadad;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px;display:inline}.idealProfileSelectionCardProfileDetails .idealProfileSelectionCardButton{width:fit-content;align-self:flex-end}.inputFieldGeneric{padding:8px 12px;border:2px solid;border-radius:8px;height:fit-content;transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;background-color:#232323;border-color:#4b4b4b;color:#fff}.inputFieldGeneric::placeholder:not(:disabled){color:#999}.inputFieldGeneric:hover:not(:disabled){border-color:#868686}.inputFieldGeneric:focus:not(:disabled){outline:none;border-color:#ff8d4e}.inputFieldGeneric:disabled{cursor:not-allowed}.errorInputField{background-color:#232323;border-color:#f05252;color:#fff}.errorInputField::placeholder:not(:disabled){color:#f05252}.errorInputField:focus:not(:disabled){outline:none;border-color:#ff8d4e}.inputFieldWithSvg--Container{display:flex;align-items:center;width:100%;gap:8px;box-sizing:border-box;padding:12px;border-radius:8px;border:1px solid #232323;transition:.3s border-color ease-in-out}.inputFieldWithSvg--Container>input{font-family:Inter;color:#d5d5d5;background-color:transparent;margin:0;padding:0;font-weight:500;font-size:14px;line-height:21px;width:calc(100% - 26px);outline:none;border:none}.inputFieldWithSvg--Container>input::placeholder{font-family:Inter;color:#999;background-color:transparent;margin:0;padding:0;font-weight:500;font-size:14px;line-height:21px}.inputFieldWithSvg--Container:hover,.inputFieldWithSvg--Container-Focused{border-color:#ff8d4e}.inputFieldWithSvg--RowReverse{flex-direction:row-reverse}.inputFieldWithSvg--SvgButton{display:flex;align-items:center;background-color:transparent;border:none;outline:none}.inputFieldWithSvg--SvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#727272}.inputFieldWithSvg--SvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#727272}.inputFieldWithSvg--SvgButton:hover{cursor:pointer}.inputFieldWithSvg--SvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.inputFieldWithSvg--SvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.modal-DialogWrapper{padding:0;border-radius:8px;background:transparent;z-index:10}.modal--Generic{padding:32px;background-color:#232323;border-radius:8px}.modal-Header{display:flex;justify-content:space-between;align-items:center;width:100%}.modal-Header>span{display:flex;align-items:center;gap:16px}.modal-Header>span>h2{font-family:Inter;color:#e8e8e8;background-color:transparent;margin:0;padding:0;font-weight:600;font-size:20px;line-height:30px}.modal-Footer{display:flex;flex-direction:row-reverse;width:100%;align-items:center;justify-content:space-between}.xsSize--Modal{width:550px}.smSize--Modal{width:816px}.baseSize--Modal{width:902px}.primary-orange--RectangularSvgButton{background-color:#ff8d4e;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-orange--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#190e08}.primary-orange--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#190e08}.primary-orange--RectangularSvgButton:hover{background-color:#c3713e}.primary-orange--RectangularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-orange--RectangularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.primary-orange--RectangularSvgButton:active:not(:disabled){outline:2px solid #FFB58C}.primary-gray--RectangularSvgButton{background-color:#999;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-gray--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--RectangularSvgButton:hover{background-color:#868686}.primary-gray--RectangularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--RectangularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.primary-gray--RectangularSvgButton:active:not(:disabled){outline:2px solid #ADADAD}.primary-black--RectangularSvgButton{background-color:#232323;transition:background-color .3s ease-in-out,color .3s ease-in-out;border:none}.primary-black--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--RectangularSvgButton:hover{background-color:#373737}.primary-black--RectangularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--RectangularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.primary-black--RectangularSvgButton:active:not(:disabled){outline:2px solid #999999}.secondary-orange--RectangularSvgButton{background-color:transparent;border:1px solid #FF8D4E;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-orange--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#190e08}.secondary-orange--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#190e08}.secondary-orange--RectangularSvgButton:hover{background-color:#ff8d4e}.secondary-orange--RectangularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-orange--RectangularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-orange--RectangularSvgButton:active:not(:disabled){outline:2px solid #FFB58C}.secondary-gray--RectangularSvgButton{background-color:transparent;border:1px solid #868686;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-gray--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-gray--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-gray--RectangularSvgButton:hover{background-color:#868686}.secondary-gray--RectangularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-gray--RectangularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-gray--RectangularSvgButton:active:not(:disabled){outline:2px solid #ADADAD}.secondary-black--RectangularSvgButton{background-color:transparent;border:1px solid #232323;transition:background-color .3s ease-in-out,color .3s ease-in-out}.secondary-black--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-black--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#0f0f0f}.secondary-black--RectangularSvgButton:hover{background-color:#232323}.secondary-black--RectangularSvgButton:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-black--RectangularSvgButton:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.secondary-black--RectangularSvgButton:active:not(:disabled){outline:2px solid #999999}.tertiary-gray--RectangularSvgButton{background-color:#373737;border:none;transition:background-color .3s ease-in-out,color .3s ease-in-out}.tertiary-gray--RectangularSvgButton>svg>path{transition:stroke .3s ease-in-out;stroke:#d5d5d5}.tertiary-gray--RectangularSvgButton>svg>circle{transition:stroke .3s ease-in-out;stroke:#d5d5d5}.tertiary-gray--RectangularSvgButton:hover{background-color:#4b4b4b}.tertiary-gray--RectangularSvgButton:active:not(:disabled){outline:2px solid #727272}.rectangularSvgButton--Generic{display:flex;align-items:center;justify-content:center;border-radius:8px;height:fit-content}.rectangularSvgButton--Generic:hover{cursor:pointer}.rectangularSvgButton--Generic:disabled{cursor:not-allowed}.xxsSize--RectangularSvgButton{padding:0}.xsSize--RectangularSvgButton{padding:6px}.smSize--RectangularSvgButton{padding:8px}.baseSize--RectangularSvgButton{padding:10px}.lSize--RectangularSvgButton{padding:12px}.xlSize--RectangularSvgButton{padding:14px}.numberInputField--Generic{display:flex;align-items:center;width:fit-content;justify-content:space-between;padding:4px 4px 4px 8px;border-radius:6px;background-color:#232323;border:1px solid #4B4B4B;transition:.3s border-color ease-in-out}.numberInputField--Generic:hover{border-color:#868686}.numberInputField--Generic>input{font-family:Inter;color:#d5d5d5;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px;border:none;outline:none;max-width:50px}.numberInputField--Generic>input::placeholder{font-family:Inter;color:#868686;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px}.numberInputField--Generic>.numberInputField-Buttons{display:flex;flex-direction:column;align-items:center}.numberInputField--Generic>.numberInputField-Buttons>button{display:flex;align-items:center;justify-content:center;background:transparent;padding:0;outline:none;border:none;height:50%;border-radius:4px}.numberInputField--Generic>.numberInputField-Buttons>button>svg>path{transition:stroke .3s ease-in-out;stroke:#868686}.numberInputField--Generic>.numberInputField-Buttons>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#868686}.numberInputField--Generic>.numberInputField-Buttons>button:hover{cursor:pointer;background:#373737}.input-range__slider{appearance:none;background:#3f51b5;border:1px solid #3f51b5;border-radius:100%;cursor:pointer;display:block;height:1rem;margin-left:-.5rem;margin-top:-.65rem;outline:none;position:absolute;top:50%;transition:transform .3s ease-out,box-shadow .3s ease-out;width:1rem}.input-range__slider:active{transform:scale(1.3)}.input-range__slider:focus{box-shadow:0 0 0 5px #3f51b533}.input-range--disabled .input-range__slider{background:#cccccc;border:1px solid #cccccc;box-shadow:none;transform:none}.input-range__slider-container{transition:left .3s ease-out}.input-range__label{color:#aaa;font-family:Helvetica Neue,san-serif;font-size:.8rem;transform:translateZ(0);white-space:nowrap}.input-range__label--min,.input-range__label--max{bottom:-1.4rem;position:absolute}.input-range__label--min{left:0}.input-range__label--max{right:0}.input-range__label--value{position:absolute;top:-1.8rem}.input-range__label-container{left:-50%;position:relative}.input-range__label--max .input-range__label-container{left:50%}.input-range__track{background:#eeeeee;border-radius:.3rem;cursor:pointer;display:block;height:.3rem;position:relative;transition:left .3s ease-out,width .3s ease-out}.input-range--disabled .input-range__track{background:#eeeeee}.input-range__track--background{left:0;margin-top:-.15rem;position:absolute;right:0;top:50%}.input-range__track--active{background:#3f51b5}.input-range{height:1rem;position:relative;width:100%}.recentchatcomponent{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 8px 12px 24px;gap:8px;color:#868686;width:100%}.recentchatcomponent>svg>path{transition:stroke .3s ease-in-out;stroke:#868686}.recentchatcomponent>svg>circle{transition:stroke .3s ease-in-out;stroke:#868686}.recentchatcomponent:hover{background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);border-radius:8px;cursor:pointer;color:#fff}.recentchatcomponent:hover>button{opacity:1}.recentchatcomponent:hover>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.recentchatcomponent:hover>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.recentchatcomponent:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.recentchatcomponent:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.selected{background-color:#232323;color:#fff}.selected>button{opacity:1}.selected>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.selected>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.selected>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.selected>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.selected:hover{background-color:#232323;border-radius:8px;cursor:pointer;color:#fff}.selected:hover>button{opacity:1}.selected:hover>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.selected:hover>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.selected:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.selected:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.searchFilterButton--Generic{display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-sizing:border-box;background:transparent;width:100%;border:none;outline:none;padding:12px 24px;transition:.3s background ease-in-out}.searchFilterButton--Generic .searchFilterButton-FitlerDetails{display:flex;align-items:center;font-family:Inter;color:#999;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px;transition:.3s color ease-in-out;gap:8px}.searchFilterButton--Generic .searchFilterButton-FitlerDetails>svg>path{transition:stroke .3s ease-in-out;stroke:#999}.searchFilterButton--Generic .searchFilterButton-FitlerDetails>svg>circle{transition:stroke .3s ease-in-out;stroke:#999}.searchFilterButton--Generic:hover{cursor:pointer;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%)}.searchFilterButton--Generic:hover .searchFilterButton-FitlerDetails{font-family:Inter;color:#c1c1c1;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px}.searchFilterButton--Generic:hover .searchFilterButton-FitlerDetails>svg>path{transition:stroke .3s ease-in-out;stroke:#c1c1c1}.searchFilterButton--Generic:hover .searchFilterButton-FitlerDetails>svg>circle{transition:stroke .3s ease-in-out;stroke:#c1c1c1}.companySearchFiltersSideDrawer--Generic{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);width:100%;height:inherit}.companySearchFiltersSideDrawer--Generic .companySearchFiltersSideDrawer-Header{display:flex;justify-content:space-between;width:100%;box-sizing:border-box;padding:20px 24px 16px}.companySearchFiltersSideDrawer--Generic .companySearchFiltersSideDrawer-Header>span{display:flex;flex-direction:row;align-items:center;gap:8px}.companySearchFiltersSideDrawer--Generic .companySearchFiltersSideDrawer-Header>span>h3{font-family:Rubik;color:#c1c1c1;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px}.companySearchFiltersSideDrawer--Generic .companySearchFiltersSideDrawer-Filters{display:flex;flex-direction:column;width:100%}.peopleSearchFiltersSideDrawer--Generic{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%);width:100%;height:inherit}.peopleSearchFiltersSideDrawer--Generic .peopleSearchFiltersSideDrawer-Header{display:flex;justify-content:space-between;width:100%;box-sizing:border-box;padding:20px 24px 16px}.peopleSearchFiltersSideDrawer--Generic .peopleSearchFiltersSideDrawer-Header>span{display:flex;flex-direction:row;align-items:center;gap:8px}.peopleSearchFiltersSideDrawer--Generic .peopleSearchFiltersSideDrawer-Header>span>h3{font-family:Rubik;color:#c1c1c1;background-color:transparent;margin:0;padding:0;font-weight:400;font-size:14px;line-height:21px}.peopleSearchFiltersSideDrawer--Generic .peopleSearchFiltersSideDrawer-Filters{display:flex;flex-direction:column;width:100%}.searchPersonTable--Generic{color:#fff;width:100%;overflow:auto;padding:0;position:relative}.searchPersonTable--Generic table{table-layout:fixed;border-spacing:0px}.searchPersonTable--Generic table th,.searchPersonTable--Generic table td{white-space:nowrap;padding:0}.searchPersonTable--Generic th,.searchPersonTable--Generic td{font-family:Inter;color:#c1c1c1;background-color:transparent;margin:0;font-weight:400;font-size:14px;line-height:21px;padding:0}.searchPersonTable--Generic th:first-child,.searchPersonTable--Generic td:first-child{position:sticky;left:0;z-index:2;border-right:2px solid pink}.searchPersonTable--Generic th:not(:first-child),.searchPersonTable--Generic td:not(:first-child){background-color:transparent}.searchPersonTable--Generic th:nth-child(1),.searchPersonTable--Generic td:nth-child(1){min-width:var(--column1-min-width, 250px)}.searchPersonTable--Generic th:nth-child(2),.searchPersonTable--Generic td:nth-child(2){min-width:var(--column2-min-width, 150px)}.searchPersonTable--Generic th:nth-child(3),.searchPersonTable--Generic td:nth-child(3){min-width:var(--column3-min-width, 150px)}.searchPersonTable--Generic th:nth-child(4),.searchPersonTable--Generic td:nth-child(4){min-width:var(--column4-min-width, 150px)}.searchPersonTable--Generic th:nth-child(5),.searchPersonTable--Generic td:nth-child(5){min-width:var(--column5-min-width, 150px)}.searchPersonTable--Generic th:nth-child(6),.searchPersonTable--Generic td:nth-child(6){min-width:var(--column6-min-width, 150px)}.searchPersonTable--Generic:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(248.66deg,#38183A 0%,#000000 49.48%,#241E43 100%);z-index:-1;pointer-events:none}.searchPersonTable--Generic th:not(:first-child),.searchPersonTable--Generic td:not(:first-child){position:relative;background-color:none;z-index:1;mix-blend-mode:screen;backdrop-filter:blur(10px)}.searchTabsBar--Generic{display:flex;align-items:center;justify-content:space-between;gap:12px;width:fit-content;padding-left:32px}.searchTabsBar-Button--Generic{font-family:Inter;color:#190e08;background-color:transparent;margin:0;font-weight:400;font-size:14px;line-height:21px;display:flex;align-items:center;justify-content:center;outline:none;border:none;padding:10px 8px;border-bottom:2px solid transparent;transition:.3s color ease-in-out}.searchTabsBar-Button--Generic:hover{cursor:pointer}.searchTabsBar-Button--Selected{color:#ff8d4e;border-color:#ff8d4e}.searchTabsBar-Button--Unselected{color:#868686}.searchTabsBar-Button--Unselected:hover{color:#ff8d4e}.secondaryButtonGeneric{display:flex;align-items:center;justify-content:center;text-align:center;border-radius:8px;min-width:110px;border:none;outline:0px;height:fit-content}.secondaryButtonGeneric:hover{cursor:pointer}.secondaryButtonGeneric:disabled{cursor:not-allowed}.orange--SecondaryButton{color:#ff8d4e;background-color:transparent;border:1px solid #FF8D4E;transition:color .3s ease-in-out,background-color .3s ease-in-out}.orange--SecondaryButton:hover{color:#fff;background-color:#ff8d4e}.orange--SecondaryButton:active:not(:disabled){outline:2px solid #FFB58C}.black--SecondaryButton{color:#232323;background-color:transparent;border:1px solid #232323;transition:color .3s ease-in-out,background-color .3s ease-in-out}.black--SecondaryButton:hover{color:#fff;background-color:#373737}.black--SecondaryButton:active:not(:disabled){outline:2px solid #999999}.gray--SecondaryButton{color:#232323;background-color:transparent;border:1px solid #232323;transition:color .3s ease-in-out,background-color .3s ease-in-out}.gray--SecondaryButton:hover{color:#fff;background-color:#868686}.gray--SecondaryButton:active:not(:disabled){outline:2px solid #ADADAD}.xsSize--SecondaryButton{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:8px 12px}.smSize--SecondaryButton{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;padding:8px 12px}.baseSize--SecondaryButton{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;padding:10px 20px}.sideDrawer{position:fixed;top:0;right:0;z-index:40;padding-top:1.5rem;padding-bottom:1.5rem;background-color:#232323;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);color:#e8e8e8;width:50%;height:100%;border-color:#6b7280}.sideDrawer.showSideBar{--transform-translate-x: 0}.sideDrawer.hideSideBar{--transform-translate-x: 100%}.sideDrawer>div:nth-child(1){position:absolute;opacity:.16;filter:blur(150px);width:80%;height:30%;right:0;z-index:1;top:0}.sideDrawer>div:nth-child(2){display:flex;flex-direction:row;justify-content:space-around;align-items:center;height:4rem}.sideDrawer>div:nth-child(2)>span{width:80%}.sideDrawer>div:nth-child(2)>button{position:relative;z-index:10;background:none;border:none;cursor:pointer}.sideDrawer>div:nth-child(2)>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.sideDrawer>div:nth-child(2)>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.sideDrawer>div:last-child{display:flex;position:relative;flex-direction:column;height:100%}.stepperNavigation{display:flex;padding-top:.75rem;justify-content:center;align-items:center;gap:.5rem;color:#fafafa}.stepperNavigation>div{display:flex;justify-content:center;align-items:center;gap:.5rem;width:auto}.stepperNavigation>div>svg>path{transition:stroke .3s ease-in-out;stroke:#0e9f6e}.stepperNavigation>div>svg>circle{transition:stroke .3s ease-in-out;stroke:#0e9f6e}.stepperNavigation>div>h6{font-weight:500;font-size:14px;line-height:14px}.stepperNavigation>div>h6.isCompleted{color:#0e9f6e}.switchLarge{display:flex}.switchLarge>button{display:flex;align-items:center;padding:8px 12px;gap:8px;background:#232323;color:#fff;border:none!important;cursor:pointer}.switchLarge>button>svg>path{transition:stroke .3s ease-in-out;stroke:#fff}.switchLarge>button>svg>circle{transition:stroke .3s ease-in-out;stroke:#fff}.switchLarge>button:hover{background:#373737}.switchLarge>button.active{background:#4B4B4B}.switchLarge>button:first-of-type{border-radius:8px 0 0 8px}.switchLarge>button:last-of-type{border-radius:0 8px 8px 0}.table{color:#d5d5d5;width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:8px;border-bottom:1px solid #373737;background:transparent!important}.table>tbody .row{background:linear-gradient(212.26deg,rgba(73,73,73,.2) 0%,rgba(73,73,73,0) 99.04%)}.tabs{color:#adadad}.tabs .tabsNav{display:flex;justify-content:flex-start;margin-bottom:16px;gap:24px;border-bottom:2px solid #232323}.tabs .tabsNav .tabsNavItem{border:none;cursor:pointer;padding:0!important;background:none;text-transform:uppercase;font-family:Inter;color:#adadad;background-color:transparent;margin:0;padding:0;font-weight:500;font-size:14px;line-height:21px}.tabs .tabsNav .tabsNavItem.active{color:#ff8d4e;border-bottom:2px solid #FF8D4E;margin-bottom:-2px}.tabs .tabsContent .tabsContentItem{display:none}.tabs .tabsContent .tabsContentItem.active{display:block}.textButtonGeneric{display:flex;align-items:center;justify-content:center;text-align:center;height:fit-content;border:none;border-radius:8px;transition:background-color .3s ease-in-out,color .3s ease-in-out}.textButtonGeneric:hover{cursor:pointer}.textButtonGeneric:active:not(:disabled){outline:2px solid black}.textButtonGeneric:disabled{cursor:not-allowed}.primaryOrange{background-color:#c3713e;color:#66381f}.primaryOrange:hover{cursor:pointer;background-color:#c3713e;color:#fff}.primaryOrange:active:not(:disabled){outline:2px solid #FFB58C}.primaryOrangeBorder{background-color:transparent;color:#e57f46;border:1px solid #FF8D4E}.primaryOrangeBorder:hover{cursor:pointer;background-color:#ff8d4e;color:#fff;border:1px solid #FF8D4E}.primaryOrangeBorder:active:not(:disabled){outline:2px solid #FFB58C}.alternativeDarkBorder{background-color:#232323;color:#adadad;border:1px solid #5E5E5E}.alternativeDarkBorder:hover{cursor:pointer;background-color:#373737;color:#fff}.alternativeDarkBorder:active:not(:disabled){outline:2px solid #868686}.xsSize{font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:4px}.smSize{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;padding:8px}.baseSize{font-family:Inter;font-size:14px;font-weight:500;line-height:21px;padding:10px}.lSize{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;padding:12px}.xlSize{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;padding:14px}.textPillNotClickableGeneric{display:flex;flex-direction:row;text-align:center;border-radius:50vh;height:fit-content;width:fit-content}.textPillNotClickableBorder{border:.5px solid #5E5E5E}.xsSize{font-family:Inter;color:#868686;background-color:#232323;margin:0;font-weight:500;font-size:12px;line-height:18px;padding:6px 12px}.smSize{font-family:Inter;color:#868686;background-color:#232323;margin:0;font-weight:500;font-size:14px;line-height:21px;padding:6px 12px}.baseSize{font-family:Inter;color:#868686;background-color:#232323;margin:0;font-weight:500;font-size:16px;line-height:24px;padding:6px 12px}.toggle{position:relative;display:inline-block;width:60px;height:34px;margin:10px}.toggle-switch{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#4b4b4b;border-radius:34px;transition:background-color .3s}.toggle-switch:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#d5d5d5;border-radius:50%;transition:transform .3s}.toggle.on .toggle-switch{background-color:#ff8d4e}.toggle.on .toggle-switch:before{transform:translate(26px)}.toggle.on .toggle-switch:hover{background-color:#ff9e69}.toggle.off .toggle-switch:before{transform:translate(0)}.topNavbarGeneric{display:flex;flex-direction:row;align-items:center;padding:4px 32px;gap:40px;width:100%;border-bottom:2px solid rgba(255,141,78,.1);box-sizing:border-box}.topNavbarGeneric .topNavbarGenericButtonsContainer{display:flex;flex-direction:row;align-items:center;height:fit-content;gap:8px;width:fit-content}:export{orange-25:#FFFCFA;orange-50:#FFF0E8;orange-100:#FFE0CF;orange-200:#FFCFB5;orange-300:#FFB58C;orange-400:#FF9E69;orange-500:#FF8D4E;orange-600:#E57F46;orange-700:#C3713E;orange-800:#99552F;orange-900:#66381F;orange-950:#331C10;orange-990:#190E08;gray-10:#FAFAFA;gray-15:#E8E8E8;gray-25:#D5D5D5;gray-50:#C1C1C1;gray-100:#ADADAD;gray-200:#999999;gray-300:#868686;gray-400:#727272;gray-500:#5E5E5E;gray-600:#4B4B4B;gray-700:#373737;gray-800:#232323;gray-900:#0F0F0F;blue-50:#EBF5FF;blue-100:#E1EFFE;blue-200:#C3DDFD;blue-300:#A4CAFE;blue-400:#76A9FA;blue-500:#3F83F8;blue-600:#1C64F2;blue-700:#1A56DB;blue-800:#1E429F;blue-900:#233876;red-50:#FDF2F2;red-100:#FDE8E8;red-200:#FBD5D5;red-300:#F8B4B4;red-400:#F98080;red-500:#F05252;red-600:#E02424;red-700:#C81E1E;red-800:#9B1C1C;red-900:#771D1D;red-950:#5E2A2A;red-990:#402C2C;twOrange-50:#FFF8F1;twOrange-100:#FEECDC;twOrange-200:#FCD9BD;twOrange-300:#FDBA8C;twOrange-400:#FF8A4C;twOrange-500:#FF5A1F;twOrange-600:#D03801;twOrange-700:#B43403;twOrange-800:#8A2C0D;twOrange-900:#771D1D;yellow-50:#FDFDEA;yellow-100:#FDF6B2;yellow-200:#FCE96A;yellow-300:#FACA15;yellow-400:#E3A008;yellow-500:#C27803;yellow-600:#9F580A;yellow-700:#8E4B10;yellow-800:#723B13;yellow-900:#633112;green-50:#F3FAF7;green-100:#DEF7EC;green-200:#BCF0DA;green-300:#84E1BC;green-400:#31C48D;green-500:#0E9F6E;green-600:#057A55;green-700:#046C4E;green-800:#03543F;green-900:#014737;teal-50:#EDFAFA;teal-100:#D5F5F6;teal-200:#AFECEF;teal-300:#7EDCE2;teal-400:#16BDCA;teal-500:#0694A2;teal-600:#047481;teal-700:#036672;teal-800:#05505C;teal-900:#014451;indigo-50:#F0F5FF;indigo-100:#E5EDFF;indigo-200:#CDDBFE;indigo-300:#B46CFC;indigo-400:#8DA2FB;indigo-500:#6875F5;indigo-600:#5850EC;indigo-700:#5145CD;indigo-800:#42389D;indigo-900:#362F78;purple-50:#F6F5FF;purple-100:#EDEBFE;purple-200:#DCD7FE;purple-300:#CABFFD;purple-400:#AC94FA;purple-500:#9061F9;purple-600:#7E3AF2;purple-700:#6C2BD9;purple-800:#5521B5;purple-900:#4A1D96;pink-50:#FDF2F8;pink-100:#FCE8F3;pink-200:#FAD1ED;pink-300:#F8B4D9;pink-400:#F17EB8;pink-500:#E74694;pink-600:#D61F69;pink-700:#BF125D;pink-800:#99154B;pink-900:#751A3D}.navbarButton--Generic{font-family:Inter;color:#190e08;background-color:transparent;margin:0;font-weight:400;font-size:14px;line-height:21px;display:flex;align-items:center;padding:3px 7px;gap:8px;height:fit-content;transition:color .3s ease-in-out;outline:none;border:none;background:transparent}.navbarButton--Generic:hover:not(:disabled){cursor:pointer}.navbarButton--Selected{color:#ff8d4e}.navbarButton--Selected>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.navbarButton--Selected>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.navbarButton--Unselected{color:#868686}.navbarButton--Unselected>svg>path{transition:stroke .3s ease-in-out;stroke:#868686}.navbarButton--Unselected>svg>circle{transition:stroke .3s ease-in-out;stroke:#868686}.navbarButton--Unselected:hover{color:#ff8d4e}.navbarButton--Unselected:hover>svg>path{transition:stroke .3s ease-in-out;stroke:#ff8d4e}.navbarButton--Unselected:hover>svg>circle{transition:stroke .3s ease-in-out;stroke:#ff8d4e}
|