#askAiPage{margin-left:5px;margin-right:5px;position:relative;display:flex;flex-direction:column;height:100%}.aiChatHeader{padding:10px 0 0;margin-bottom:5px;border-bottom:1px solid rgba(128,128,128,.37)}@media screen and (max-width:1300px){.aiChatHeader{display:none}}.aiChatHeader h6{font-weight:600;margin-left:15px}.aichatJobWrapper{width:26%;position:-webkit-sticky;position:sticky}.aichatJobWrapper.job{height:100vh;top:150px}.aichatJobWrapper.company{height:100vh;top:0}.aichatJobWrapper.popup{position:fixed;bottom:0;top:auto;width:20%;right:10px;height:65%;background-color:#e7e7e7;border-radius:10px 10px 0 0;z-index:1000}.aiChatHeaderContent{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 5px 8px;width:100%}.aiChatHeaderContent div h5{padding:0;margin:0}.aiChatHeaderContent-left{display:flex;align-items:center;flex-direction:row;gap:5px}.aiChatHeaderContent-left h5{font-size:1.1rem}.aiChatHeaderContent-left img{width:32px;height:32px;border-radius:50%}.aiChatCloseBtn{width:32px;height:32px;border:1px solid rgba(255,255,255,.45);border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.65),rgba(255,255,255,.2));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#1f2937;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px rgba(2,6,23,.12);transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.aiChatCloseBtn:hover{background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,255,255,.45));box-shadow:0 10px 22px rgba(2,6,23,.18);transform:translateY(-1px)}.aiChatCloseBtn:active{transform:translateY(0) scale(.98);box-shadow:0 4px 10px rgba(2,6,23,.14)}.aiChatCloseBtn:focus-visible{outline:2px solid #22c55e;outline-offset:2px}.aiChatOpenBtn{width:auto;min-height:32px;padding:0 10px;gap:6px;font-weight:600}.aiChatOpenBtnSpan{font-size:12px}@media screen and (max-width:1600px){.aiChatOpenBtn{padding:5px}.aiChatOpenBtnSpan{font-size:10px}}@media screen and (max-width:1435px){.aiChatOpenBtnSpan{font-size:8px}.aiChatOpenBtn{padding:2px}}@media screen and (max-width:1340px){.aiChatOpenBtnSpan{font-size:7px}.aiChatOpenBtn{padding:1px}}.inputQuestions{position:-webkit-sticky;position:sticky;bottom:60px;margin-top:6px}.userInput{display:flex;justify-content:center;align-items:center;gap:8px;height:46px;margin-bottom:12px;margin-top:14px;padding:5px 5px 5px 18px;background:#ffffff;border:1.5px solid #dde4e2;border-radius:999px;transition:border-color .18s ease,box-shadow .18s ease}.userInput:focus-within{border-color:var(--portal-color,#008174);box-shadow:0 0 0 3px color-mix(in srgb,var(--portal-color,#008174) 14%,transparent)}.userInput input{flex:1 1;min-width:0;height:100%;border:none;outline:none;background:transparent;font-size:14px;color:#22302d}.userInput input::placeholder{color:#93a09c}.userInput button{flex:none;width:36px;height:36px;border:none;border-radius:50%;background:var(--portal-color,#008174);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:filter .15s ease,transform .15s ease}.userInput button:hover:not(:disabled){filter:brightness(1.06);transform:scale(1.05)}.userInput button:disabled{background:#c6d2cf;cursor:default}.chatbox{flex-grow:1;overflow-y:auto}.aiChatEmptyStateSpacer{flex-grow:1;min-height:0}.chatSection{display:flex;align-items:flex-start;margin-top:10px}.chatSection.user{flex-direction:row-reverse}.preDefinedQuestion{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;padding-bottom:3px;margin-left:15px}.preDefinedQuestion span{display:flex;flex-wrap:wrap;width:max-content;margin:10px 0 0;text-align:left;cursor:pointer;padding:7px 13px;border:1px solid #dce4e2;border-radius:999px;background:#ffffff;font-size:13px;font-weight:500;color:#44524f;word-break:keep-all;white-space:normal;word-wrap:break-word;transition:border-color .15s ease,color .15s ease,background .15s ease}.preDefinedQuestion span:hover{border-color:var(--portal-color,#008174);color:var(--portal-color,#008174);background:color-mix(in srgb,var(--portal-color,#008174) 5%,#ffffff)}.chatPic{height:36px;width:36px;border-radius:50%;margin-top:auto;margin-right:6px;margin-left:6px;object-fit:cover}.assistantPortalPic{background-color:#fff;padding:4px;object-fit:contain}.aiHeaderSparkle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 auto}.aiHeaderSparkle i{font-size:22px;line-height:1}.assistantPortalPic.aiMsgSparkle{display:inline-flex;align-items:center;justify-content:center;padding:0}.assistantPortalPic.aiMsgSparkle i{font-size:28px;line-height:1}.chatTextBackground{background:var(--portal-color,#008174);padding:9px 14px;border-radius:16px;max-width:78%;box-shadow:0 1px 2px rgba(16,40,37,.06)}.chatTextBackground.user{border-bottom-right-radius:4px}.chatTextBackground.assistant{border-bottom-left-radius:4px;background:#f2f7f6;border:1px solid #e5edeb}.chatText{margin-bottom:0;color:#ffffff;font-size:14px;line-height:1.55;word-break:keep-all;white-space:normal;word-wrap:break-word}.chatText.assistant{color:#24312e}.chatText a{color:inherit;text-decoration:underline}.aiTyping{display:inline-flex;align-items:center;gap:5px;padding:4px 2px}.aiTyping i{width:7px;height:7px;border-radius:50%;background:color-mix(in srgb,var(--portal-color,#008174) 55%,#9fb3ae);animation:aiTypingBlink 1.2s ease-in-out infinite}.aiTyping i:nth-child(2){animation-delay:.18s}.aiTyping i:nth-child(3){animation-delay:.36s}@keyframes aiTypingBlink{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.inputDiv{display:flex;flex-direction:column;width:100%;justify-content:space-between;flex-wrap:wrap;position:-webkit-sticky;position:sticky;bottom:0}@media screen and (min-width:1301px){#askAiPage{align-self:flex-start}}.inputDiv form{width:100%;display:flex}.inputDiv form button:disabled{cursor:not-allowed}.aiChatInputJobDesc{position:fixed;bottom:0;display:flex;flex-direction:column;width:100%;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #e4eae9;box-shadow:0 -6px 18px rgba(16,40,37,.07);padding:8px 10px 10px}.aiChatInputJobDesc form{width:100%;display:flex;justify-content:center;align-items:center;gap:8px;height:44px;padding:4px 4px 4px 16px;background:#ffffff;border:1.5px solid #dde4e2;border-radius:999px;transition:border-color .18s ease,box-shadow .18s ease}.aiChatInputJobDesc form:focus-within{border-color:var(--portal-color,#008174);box-shadow:0 0 0 3px color-mix(in srgb,var(--portal-color,#008174) 14%,transparent)}.aiChatInputJobDesc form input{flex:1 1;min-width:0;height:100%;border:none;outline:none;background:transparent;font-size:14px;color:#22302d}.aiChatInputJobDesc form input::placeholder{color:#93a09c}.aiChatInputJobDesc form button{flex:none;width:34px;height:34px;border-radius:50%;border:0;background:var(--portal-color,#008174);color:#ffffff;display:inline-flex;align-items:center;justify-content:center}.aiChatInputJobDesc form button:disabled{background:#c6d2cf}.aiChatInputJobDesc section{display:flex;overflow-x:auto;white-space:nowrap;gap:8px;padding:2px 2px 8px;scrollbar-width:none}.aiChatInputJobDesc section::-webkit-scrollbar{display:none}.aiChatInputJobDesc section span{display:inline-flex;justify-content:center;align-items:center;width:max-content;white-space:nowrap;text-align:center;cursor:pointer;background-color:#ffffff;padding:7px 13px;border:1px solid #dce4e2;border-radius:999px;font-size:13px;font-weight:500;color:#44524f;flex-shrink:0;transition:border-color .15s ease,color .15s ease}.aiChatInputJobDesc section span:active,.aiChatInputJobDesc section span:hover{border-color:var(--portal-color,#008174);color:var(--portal-color,#008174)}