.skeleton{opacity:1;animation:skeleton-loading 2s linear infinite alternate}.skeleton-text{width:100%;height:1.5rem;margin-bottom:.25rem;border-radius:.125rem}.skeleton-text:last-child{margin-bottom:0;width:80%}@keyframes skeleton-loading{0%{background-color:#a3b8c2}to{background-color:#f0f3f5}}.multi-range-slider *{box-sizing:border-box;padding:0;margin:0}.multi-range-slider{display:flex;position:relative;border:1px solid gray;border-radius:10px;padding:20px 10px;box-shadow:1px 1px 4px #000;flex-direction:column;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.multi-range-slider .bar-left{border-radius:10px 0 0 10px;padding:4px 0}.multi-range-slider .bar-left,.multi-range-slider .bar-right{width:25%;background-color:#f0f0f0;box-shadow:inset 0 0 5px #000}.multi-range-slider .bar-right{border-radius:0 10px 10px 0}.multi-range-slider .bar-inner{background-color:lime;display:flex;flex-grow:1;flex-shrink:1;position:relative;border:1px solid #000;justify-content:space-between;box-shadow:inset 0 0 5px #000}.multi-range-slider .bar-inner-left,.multi-range-slider .bar-inner-right{width:50%}.multi-range-slider .thumb{background-color:#fff;position:relative;z-index:1;cursor:pointer}.multi-range-slider .thumb:before{content:"";background-color:inherit;position:absolute;width:20px;height:20px;border:1px solid #000;box-shadow:0 0 3px #000,inset 0 0 5px gray;border-radius:50%;z-index:1;margin:-8px -12px;cursor:pointer}.multi-range-slider .input-type-range:focus+.thumb:after{content:"";position:absolute;top:-4px;left:-7px;width:11px;height:11px;z-index:2;border-radius:50%;border:1px dotted #000;box-shadow:0 0 5px #fff,inset 0 0 10px #000}.multi-range-slider .caption{position:absolute;bottom:35px;width:2px;height:2px;left:1px;display:flex;justify-content:center;align-items:center;overflow:visible;display:none}.multi-range-slider .thumb .caption *{position:absolute;min-width:30px;height:30px;font-size:75%;text-align:center;line-height:30px;background-color:blue;border-radius:15px;color:#fff;box-shadow:0 0 5px #000;padding:0 5px;white-space:nowrap}.multi-range-slider .input-type-range:focus+.thumb .caption,.multi-range-slider .thumb:active .caption{display:flex}.multi-range-slider .input-type-range{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}.multi-range-slider .ruler{margin:10px 0 -5px;display:flex;overflow:hidden}.multi-range-slider .ruler .ruler-rule{border-left:1px solid;border-bottom:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:5px 0}.multi-range-slider .ruler .ruler-rule:last-child{border-right:1px solid}.multi-range-slider .ruler .ruler-sub-rule{border-left:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:3px 0;bottom:0;margin-bottom:-5px}.multi-range-slider .ruler .ruler-sub-rule:first-child{border-left:none}.multi-range-slider .labels{display:flex;justify-content:space-between;padding:0;margin-top:10px;margin-bottom:-20px}.multi-range-slider .label{font-size:80%;display:flex;width:1px;justify-content:center}.multi-range-slider .label:first-child{justify-content:start}.multi-range-slider .label:last-child{justify-content:end}.multi-range-slider.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider.zero-ranage-margin .thumb-right{left:8px}.multi-range-slider.disabled{border:1px solid #c8c8c8;box-shadow:1px 1px 4px #b4b4b4;color:#b4b4b4}.multi-range-slider .bar{display:flex}.multi-range-slider.disabled .bar-left,.multi-range-slider.disabled .bar-right{background-color:#c9c9c9;box-shadow:inset 0 0 5px #a0a0a0}.multi-range-slider.disabled .bar-inner{background-color:#82f382;border:1px solid #959595;box-shadow:inset 0 0 5px #676767}.multi-range-slider.disabled .thumb{background-color:#fff}.multi-range-slider.disabled .thumb:before{border:1px solid #c8c8c8;box-shadow:0 0 3px #232323,inset 0 0 5px gray}.multi-range-slider.disabled .input-type-range:focus+.thumb:after{border:1px dotted #232323;box-shadow:0 0 5px #fff,inset 0 0 10px #232323}.multi-range-slider.disabled .thumb .caption *{background-color:#545489;color:#c7c7c7;box-shadow:0 0 5px #232323}#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 hsla(0,0%,50%,.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:#353535;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:#141414}.chatText{margin-bottom:0;color:#fff;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:#05e605;border:none;border-radius:7px}.inputDiv form input{width:75%;border-color:hsla(0,0%,50%,.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:#05e605;color:#000}.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:#fff;padding:2px 4px;border:1px solid hsla(0,0%,50%,.37);border-radius:15px;height:42px;margin-bottom:5px;flex-shrink:0;cursor:pointer}.multi-range-slider-black *{box-sizing:border-box;padding:0;margin:0}.multi-range-slider-black{display:flex;position:relative;background-color:#000;border:1px solid gray;padding:30px 10px 25px;flex-direction:column;color:#fff;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.multi-range-slider-black .bar{display:flex}.multi-range-slider-black .bar.active *{transition:none}.multi-range-slider-black .bar-left{width:25%;background-color:gray;border-radius:10px 0 0 10px;box-shadow:inset 0 0 5px #000;border:1px solid #000;padding:5px 0}.multi-range-slider-black .bar-right{width:25%;background-color:gray;border-radius:0 10px 10px 0;box-shadow:inset 0 0 5px #000;border:1px solid #000}.multi-range-slider-black .bar-inner{background-color:lime;display:flex;flex-grow:1;flex-shrink:1;position:relative;border:1px solid #000;justify-content:space-between;box-shadow:inset 0 0 5px #000}.multi-range-slider-black .bar-inner-left,.multi-range-slider-black .bar-inner-right{width:50%}.multi-range-slider-black .thumb{background-color:#fff;position:relative;z-index:1;cursor:pointer}.multi-range-slider-black .thumb:before{content:"";background-color:inherit;position:absolute;width:20px;height:30px;border:1px solid #000;box-shadow:0 0 5px #000,inset 0 0 10px gray;border-radius:7px;z-index:1;margin:-10px -12px;cursor:pointer}.multi-range-slider-black .input-type-range:focus+.thumb:after{content:"";position:absolute;top:-6px;left:-8px;width:12px;height:22px;z-index:2;border-radius:7px;border:1px dotted #000;box-shadow:0 0 5px #fff,inset 0 0 10px #000}.multi-range-slider-black .caption{position:absolute;bottom:45px;width:2px;height:2px;left:1px;display:flex;justify-content:center;align-items:center;overflow:visible}.multi-range-slider-black .thumb .caption *{position:absolute;min-width:30px;height:30px;font-size:75%;text-align:center;line-height:30px;background-color:blue;border-radius:15px;color:#fff;box-shadow:0 0 5px #000;padding:0 5px;white-space:nowrap}.multi-range-slider-black .input-type-range:focus+.thumb .caption,.multi-range-slider-black .thumb:active .caption{display:flex}.multi-range-slider-black .input-type-range{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}.multi-range-slider-black .ruler{margin:10px 0 -5px;display:flex;overflow:hidden}.multi-range-slider-black .ruler .ruler-rule{border-left:1px solid;border-bottom:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:5px 0}.multi-range-slider-black .ruler .ruler-rule:last-child{border-right:1px solid}.multi-range-slider-black .ruler .ruler-sub-rule{border-left:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:3px 0;bottom:0;margin-bottom:-5px}.multi-range-slider-black .ruler .ruler-sub-rule:first-child{border-left:none}.multi-range-slider-black .labels{display:flex;justify-content:space-between;padding:0;margin-top:10px;margin-bottom:-20px}.multi-range-slider-black .label{font-size:80%}.multi-range-slider-black.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider-black.zero-ranage-margin .thumb-right{left:8px}