#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 12px 8px 10px;width:100%}.aiChatHeaderContent div h5{padding:0;margin:0}.aiChatHeaderContent-left{display:flex;align-items:center;flex-direction:row;gap:10px}.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}.inputQuestions{position:-webkit-sticky;position:sticky;bottom:60px;margin-top:6px}.userInput{display:flex;justify-content:center;align-items:center;gap:5px;height:35px;margin-bottom:12px;margin-top:20px}.userInput input{width:85%;height:100%}.userInput button{width:15%;height:100%}.chatbox{flex-grow:1;overflow-y:auto}.chatSection{display:flex;align-items:flex-start;margin-top:5px}.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;text-align:left;cursor:pointer;padding:2px 6px;border:0;border-radius:8px;margin:10px 0 0;word-break:keep-all;white-space:normal;word-wrap:break-word}.chatPic{height:50px;width:50px;border-radius:20px;margin-top:auto;margin-right:3px;margin-left:3px}.assistantPortalPic{background-color:#fff;padding:4px;object-fit:contain}.chatTextBackground{background-color:rgb(53,53,53);padding:5px 17px;border-radius:8px;max-width:75%}.chatTextBackground.user{border-bottom-right-radius:1px}.chatTextBackground.assistant{border-bottom-left-radius:1px;background-color:rgb(20,20,20)}.chatText{margin-bottom:0;color:white;word-break:keep-all;white-space:normal;word-wrap:break-word}.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{width:25%;background-color:rgb(5,230,5);border:none;border-radius:7px}.inputDiv form input{width:75%;border-color:rgba(128,128,128,.221)}.aiChatInputJobDesc{position:fixed;bottom:2px;display:flex;flex-direction:column;width:100%}.aiChatInputJobDesc form{width:100%;display:flex;justify-content:center;align-items:center;height:40px}.aiChatInputJobDesc form input{width:82%;height:100%}.aiChatInputJobDesc form button{width:17%;height:100%;border-radius:7px;border:0;background-color:rgb(5,230,5);color:rgb(0,0,0)}.aiChatInputJobDesc section{display:flex;overflow-x:auto;white-space:nowrap;gap:3px}.aiChatInputJobDesc section span{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:max-content;text-wrap:wrap;word-break:break-all;text-align:center;background-color:white;padding:2px 4px;border:1px solid rgba(128,128,128,.37);border-radius:15px;height:42px;margin-bottom:5px;flex-shrink:0;cursor:pointer}