#askAiPage{margin-left:5px;margin-right:5px;position:relative;display:flex;flex-direction:column;height:100%}.aiChatHeader{padding:10px 0 0;margin-bottom:15px;border-bottom:1px solid rgba(128,128,128,.37)}@media screen and (max-width:1300px){.aiChatHeader{display:none}}.aiChatHeader h4{font-weight:600}.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}.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}.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) and (max-width:1950px){.inputDiv.emptyMessages{position:fixed;bottom:5px;right:5px;width:20%}}@media screen and (min-width:1900px) and (max-width:1950px){.inputDiv.emptyMessages{right:20px}}.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}