body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--blue:#1e90ff;--white:#fff;--yellow:#f9d641;--lblack:#6b6b6b;--black:#1d1d1d;--green:#3dc178;--red:#a31400;--grey:#a5a5a5;--orange:#ed4024;--background:#fffefc;--lightText:#595c5e;--bg-dark-seperator:#2b3947;--bg-light-seperator:#eae7e7}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3)}::-webkit-scrollbar-thumb{background-color:#cfcbcb;border-radius:10px;outline:none}.myClass{font-family:sans-serif}.theme--light .myClass{background:#f1f3f4;color:#595c5e}.theme--dark .myClass{background:#232f3e;color:#f1f3f4}.container{display:flex;flex-direction:column}.container .wrapper{align-self:center;box-sizing:border-box;display:flex;height:100%;height:92vh;justify-content:center;width:100%}.container .wrapper.closed{max-width:1500px}.container .wrapper .page{box-sizing:border-box;display:flex;flex:5 1;height:92vh}.btn-a{color:inherit;gap:1rem;justify-content:flex-start;text-decoration:none}.auth-container,.btn-a{align-items:center;display:flex}.auth-container{background-color:rgba(249,214,65,.4);box-sizing:border-box;height:100vh;justify-content:center;width:100vw}.auth-container .loading-circle{color:#fff}.auth-container .loading-circle.big{color:#999;position:absolute}.auth-container .loading-circle.large{color:#555}.auth-container .center-box{align-items:center;background-color:hsla(0,0%,100%,.7);border-radius:.3rem;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;justify-content:center;max-width:600px;padding:3rem;position:relative;transition:.3s ease-in-out;width:100%}@media screen and (max-width:767px){.auth-container .center-box{padding:1rem}}.auth-container .center-box .logout-icon-button{position:absolute;right:10px;top:10px}.auth-container .center-box .form-input{border:1px solid gray;border-radius:.3rem;box-sizing:border-box;flex:1 1;padding:1rem;width:100%}.auth-container .center-box .form-input.flexed{border:none}.auth-container .center-box .input-area{background-color:#fff;border:1px solid gray;border-radius:.3rem;box-sizing:border-box;display:flex;padding-right:.5rem;width:100%}.auth-container .center-box .input-area .icon-eye{padding:0}.auth-container .center-box .submit-button{align-items:center;align-self:center;background-color:#505050;border:none;border-radius:.3rem;color:#f5f5f5;cursor:pointer;display:flex;font-family:inherit;font-weight:400;gap:1rem;justify-content:center;padding:1rem;text-decoration:none;transition:.3s ease-in-out;width:-webkit-max-content;width:max-content}.auth-container .center-box .submit-button:hover{background-color:#202020;color:#fff}.jobSideBar{align-items:start;border-left:1px solid #fff;display:flex;flex-direction:column;height:100%;transition:.3s ease-in-out}.jobSideBar.dark{background-color:#202c33}.jobSideBar.open{flex:2 1;height:auto;opacity:1}.jobSideBar.closed{flex:0 1;height:0;opacity:0;overflow:hidden;transition:opacity 1s ease-out}.jobSideBar .icon,.jobSideBar .icon:hover{transition:.3s ease-in-out}.jobSideBar .icon:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.selectedJob{border-top-left-radius:.3rem;border-top-right-radius:.3rem;box-sizing:border-box;transition:.3s ease-in-out;width:100%}.selectedJob.dark{background-color:#111b21}.selectedJob.light{background-color:#dcdcdc}.selectedJob.open{box-shadow:0 -1px 5px 0 hsla(0,0%,100%,.4);flex:4 1;height:100%;opacity:1;overflow-y:auto;transition:opacity 1s ease-out}.selectedJob.hide{height:0;opacity:0;overflow:hidden;transition:opacity 1s ease-out}.selectedJob .content{display:flex;flex-direction:column;font-size:.8rem;gap:.5rem;height:100%;padding:1rem}.selectedJob .content .info-row{display:flex;gap:1rem}.selectedJob .content .info-row .row-title{flex:1 1;flex-wrap:wrap;font-weight:600}.selectedJob .content .info-row .row-text{flex:1 1}.chat-whole{display:flex;flex:3 1;flex-direction:column;height:92vh}.chat-whole .chat-user-header{align-items:center;display:flex;gap:1rem;height:8vh;justify-content:space-between;padding:1rem}.chat-whole .chat-user-header .left{align-items:center;cursor:pointer;display:flex;flex:1 1;gap:1rem;justify-content:flex-start;transition:.3s ease-in-out;width:100%}@media screen and (max-width:1000px){.chat-whole .chat-user-header .left{gap:.3rem}.chat-whole .chat-user-header .left #email,.chat-whole .chat-user-header .left #unique{display:none}}.chat-whole .chat-user-header .right{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;justify-content:flex-end;position:relative;width:100%}.chat-whole .chat-user-header .right .icon{background-color:inherit;border-radius:0}.chat-whole .chat-user-header #item-list{background-color:#fff;border:1px solid;color:#000;position:absolute;top:2rem}.chat-whole .chat-user-header img{border:1px solid;border-radius:1rem;height:60px;object-fit:contain;padding:.3rem}.chatHistoryArea{align-items:center;justify-content:space-between}.chatHistoryArea,.chatHistoryArea .history{display:flex;flex:1 1;flex-direction:column;height:80vh;overflow-y:auto}.chatHistoryArea .history{box-sizing:border-box;gap:.5rem;padding:1rem;width:100%}.chatHistoryArea .history.dark{background-color:#2f3b43}.chatHistoryArea .history.light{background-color:#efeae2}.chatHistoryArea .history .one-chat{border-radius:.4rem;display:flex;flex-direction:column;max-width:500px;padding:.5rem 1rem;position:relative;width:-webkit-max-content;width:max-content}.chatHistoryArea .history .one-chat small{align-self:flex-end;font-size:.8rem;font-weight:300}.chatHistoryArea .history .one-chat img{border-radius:.3rem;height:100px;object-fit:contain}.chatHistoryArea .history .one-chat.me{align-self:flex-end;border-top-right-radius:0}.chatHistoryArea .history .one-chat.me.dark{background-color:#005c4b}.chatHistoryArea .history .one-chat.me.light{background-color:#d9fdd3}.chatHistoryArea .history .one-chat.other{border-top-left-radius:0}.chatHistoryArea .history .one-chat.other.dark{background-color:#202c33}.chatHistoryArea .history .one-chat.other.light{background-color:#fff}.chatHeaderRight{display:flex!important}.closeSessionArea{display:flex}.closeSessionArea .progressTimer{align-items:flex-end;display:flex;flex-direction:column;justify-content:center;margin-right:10px}.closeSessionArea .progressBar{width:100px}.message_form{align-items:center;box-sizing:border-box;display:flex;padding:.3rem 1rem;width:100%}.message_form label{align-items:center;cursor:pointer;display:flex;justify-content:center;z-index:9}.message_form .img-meta{display:flex}.message_form .img-meta-area{padding:2px}.message_form input.input{border:none;border-radius:.5rem;color:inherit;flex:1 1;outline:none;padding:1rem}.message_form input.input.dark{background-color:#2a3942}.message_form input.input.light{background-color:#fff}.userLogHistory{align-items:start;border-left:.5px solid #fff;display:flex;flex-direction:column;height:100%;transition:.3s ease-in-out}.userLogHistory.dark{background-color:#2f3b43}.userLogHistory.open{flex:2 1;height:auto;opacity:1}.userLogHistory.closed{flex:0 1;height:0;opacity:0;overflow:hidden;transition:opacity 1s ease-out}.userLogHistory .icon{transition:.3s ease-in-out}.userLogHistory .icon:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg);transition:.3s ease-in-out}.search{box-sizing:border-box;gap:1rem;padding:1rem;width:100%}.search,.search #item-list{display:flex;flex:1 1;flex-direction:column;overflow-y:auto}.search #item-list{gap:.5rem}.search #item-list .item{border-radius:.3rem;cursor:pointer;display:flex;flex-wrap:wrap;gap:.3rem;padding:.4rem .2rem}.search #item-list .item.dark{background-color:#111b21}.search #item-list .item.light{background-color:#dcdcdc}.search #item-list .item span{flex:1 1}.search #item-list .item span.name{flex:1.5 1}.search-form{border:1px solid;border-radius:.3rem;display:flex;max-width:500px;padding:.1rem}.search-form,.search-input{box-sizing:border-box;width:100%}.search-input{background-color:transparent;border:none;color:inherit;outline:none;padding:.5rem 1rem}.search-input:focus.light{background-color:#f5f5f5}.search-input:focus.dark{background-color:#303030}.search-input::-webkit-input-placeholder{color:inherit;font-size:.7rem}.search-input::placeholder{color:inherit;font-size:.7rem}.issueArea{display:flex!important}.issueModal{background-color:#efefef;border-radius:10px;height:600px;left:50%;padding:10px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:800px}.issueModal .modalDivider{margin:10px 0!important}.issueModal .modalHeader{align-items:center;display:flex;justify-content:space-between}.issueModal .modalBody{display:flex}.issueModal .issueList{background-color:#efefef!important;border:1px solid hsla(0,0%,62%,.773);border-radius:4px;height:550x;margin-right:5px;width:50%}.navbar{align-items:center;background-color:#5f6368;border-bottom:1px solid #5f6368;box-sizing:border-box;color:#fff;display:flex;height:8vh;justify-content:center;min-height:60px;padding:0 3rem}.navbar.dark{background-color:#303030;box-shadow:0 1px 5px 0 hsla(0,0%,100%,.4);transition:.8s ease-in-out}.navbar .nav-wrapper{align-items:center;display:flex;width:100%}.navbar .nav-wrapper .left{align-items:center;display:flex;flex:1 1;gap:1rem;justify-content:flex-start}.navbar .nav-wrapper .left .logo{object-fit:contain;width:100px}.navbar .nav-wrapper .left .title{border-left:1px solid #dcdcdc;font-weight:400;padding:0 1rem}.navbar .nav-wrapper .right{align-items:center;display:flex;flex:1 1;gap:.5rem;justify-content:flex-end}.navbar .nav-wrapper .right span{color:inherit;font-size:.6rem}.navbar .nav-wrapper .right img[alt]{align-self:flex-end;font-size:.5rem}.navbar .nav-wrapper .right .avatar{align-items:center;border:1px solid #f5f5f5;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;object-fit:contain;transition:.3s ease-in-out;width:40px}.navbar .nav-wrapper .right .avatar:hover{opacity:.7}.sidebar{border-right:.5px solid #fff;display:flex;flex:1 1;flex-direction:column;font-size:.8rem;gap:.5rem;height:92vh;min-width:150px;padding:.5rem 0}.sidebar,.sidebar *{box-sizing:border-box}.sidebar .top{display:flex;flex:1 1;flex-direction:column;gap:.5rem;overflow-y:auto}.sidebar .top .seperator{cursor:pointer;padding:.5rem 1rem;transition:.3s ease-in-out}.sidebar .top .seperator.dark{background-color:var(--bg-dark-seperator)}.sidebar .top .seperator.light{background-color:var(--bg-light-seperator)}.sidebar .top .seperator .seperator-title{align-items:center;display:flex;justify-content:space-between}.sidebar .top .seperator .seperated-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.sidebar .top .seperator .seperated-list .a-user-selector{align-items:center;border-radius:.3rem;display:flex;gap:.5rem;padding:.3rem 1rem;width:100%}.sidebar .top .seperator .seperated-list .a-user-selector.selected.dark{background-color:#232f3e}.sidebar .top .seperator .seperated-list .a-user-selector.selected.light{background-color:var(--background)}.sidebar .top .seperator .seperated-list .a-user-selector:hover.dark{background-color:#232f3e}.sidebar .top .seperator .seperated-list .a-user-selector:hover.light{background-color:var(--background)}.sidebar .top .seperator .seperated-list .a-user-selector img{border-radius:50%;object-fit:contain;transition:.2s ease-in-out;width:30px}.sidebar .top .seperator .seperated-list .a-user-selector img:hover{-webkit-transform:scale(1.6);transform:scale(1.6)}.sidebar .top .seperator .seperated-list .a-user-selector .name-area{display:flex;flex-direction:column}.sidebar .top .seperator .seperated-list .a-user-selector .name-area small{font-size:.6rem;font-weight:300;opacity:.7}.sidebar .top .seperator .seperated-list .a-user-selector .indicator{border-radius:50%;box-shadow:0 1px 5px 0 hsla(0,0%,100%,.4);height:8px;width:8px}.sidebar .top .seperator .seperated-list .a-user-selector .indicator.green{background-color:#7fc05d}.sidebar .top .seperator .seperated-list .a-user-selector .indicator.red{background-color:#ed0000}.sidebar .top .nav-link{align-items:center;border-left:4px solid #f1f3f4;color:#595c5e;display:flex;justify-content:space-between;padding:.5rem 1rem;text-decoration:none;transition:.15s ease-in-out;width:100%}.sidebar .top .nav-link:hover{background-color:#dadce0;border-color:#dadce0}.sidebar .top .nav-link.active{background-color:#dadce0;border-color:#185abc}.sidebar .top .nav-link.active .icon{display:block}.sidebar .userIndividualCard{align-items:center;display:flex;justify-content:flex-start;text-overflow:ellipsis;width:100%}.sidebar .userIndividualCard .text{font-weight:600!important}.sidebar .userIndividualCard .avatar{margin-right:7px}.sidebar .search-in-sidebar{padding:1rem}.sidebar .userCardStarter{height:50px;margin:0 5px;width:5px}.sidebar .userCardButton{padding:0!important}.sidebar .userCardDivider{border-color:hsla(0,0%,83%,.31);width:90%}.noChatPage{align-items:center;gap:15px;height:100%;justify-content:center}.noChatPage,.user-profile{display:flex;flex-direction:column;width:100%}.user-profile{align-self:center;background-color:#fff;border-radius:.3rem;box-shadow:2px 2px 5px 0 #7f808f;gap:.5rem;height:80vh;margin:auto;max-width:800px;overflow-y:auto;padding:1rem;position:relative}.user-profile .checked-icon{color:green;font-size:32px;position:absolute;right:0;top:0}.user-profile .avatar-label{align-items:center;border-radius:50%;box-shadow:2px 2px 5px 0 #7f808f;cursor:pointer;display:flex;justify-content:center;position:relative;width:-webkit-max-content;width:max-content}.user-profile .avatar-label .add-photo{opacity:0;position:absolute}.user-profile .avatar-label:hover .add-photo{opacity:1}.user-profile .avatar-label .avatar{border-radius:50%;height:80px;object-fit:contain;width:80px}.user-profile .avatar-label .avatar:hover{opacity:.7}.user-profile .info-row{align-items:center;display:flex;gap:1rem;justify-content:flex-start}.user-profile .info-row .s-title{flex:1 1;font-weight:500}.user-profile .info-row .s-info{flex:5 1}.user-profile .info-row .changable-area{align-items:center;display:flex;flex:5 1;gap:1rem;justify-content:flex-start}.user-profile .info-row .changable-area .update-input{background-color:#f5f5f5;border:1px solid gray;border-radius:.2rem;min-width:200px;outline-color:var(--yellow);padding:.5rem}.user-profile .info-row .changable-area .update-input:focus{background-color:#fff}.user-profile .buttons{align-items:center;border-bottom:1px solid #dcdcdc;display:flex;gap:1.5rem;padding-bottom:1rem}.user-profile .submit-changes-button{background-color:#2490f6;color:#fff;width:-webkit-max-content;width:max-content}.user-profile .submit-changes-button:hover{color:#2490f6}.user-profile .submit-changes-button.clear{background-color:var(--lightText);color:#f5f5f5}.user-profile .box-button{align-items:center;background-color:var(--lightText);color:#fff;display:flex;gap:.3rem;justify-content:center;padding:.3rem 1rem;width:-webkit-max-content;width:max-content}.user-profile .pass{display:flex;flex-direction:column;gap:.5rem}.user-profile .pass label{font-size:.8rem}.user-profile .pass .inputver{align-items:center;border:1px solid gray;border-radius:.3rem;color:var(--lightText);display:flex;justify-content:flex-start;padding:.1rem .3rem;width:-webkit-max-content;width:max-content}.user-profile .pass .inputver input{border:none;outline:none;padding:.5rem}