@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap";body{padding:0;margin:0;font-family:"Roboto",sans-serif;display:flex;align-items:stretch;justify-content:flex-end;font-weight:300;flex-wrap:wrap}*{box-sizing:border-box}a{color:#006e9f;text-decoration:none}img{max-width:100%}.btn{cursor:pointer;display:inline-block;padding:8px 24px;border-radius:20px;background:#006e9f;color:#fff;text-decoration:none;font-size:14px;font-weight:500}.btn:hover{background:#d22030}.btn-transparent{cursor:pointer;display:inline-block;padding:8px 24px;border-radius:20px;background:rgba(0,0,0,0);color:#006e9f;text-decoration:none;font-size:14px;font-weight:500;border:solid 1px #006e9f}.btn-transparent:hover{background:#d22030;color:#fff;border:solid 1px #d22030}.btn-cancel{background-color:#d22030}.btn-cancel:hover{background-color:#006e9f}.newApplicantErrorPopUp{height:100%;width:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center}.newApplicantErrorPopUp .newApplicantErrorPopUpContent{position:relative;background:#fff;border-radius:12px;max-width:800px;max-height:600px;overflow:auto;padding:24px;text-align:center}.newApplicantErrorPopUp .newApplicantErrorPopUpContent .closeModal{position:absolute;top:15px;right:15px}form label{display:inline-block;font-size:14px;margin-bottom:4px;color:#006e9f;font-weight:400}form input,form select,form textarea{font-family:"Roboto",sans-serif;font-size:14px;background:none;color:#006e9f;min-width:400px;max-width:400px;margin-bottom:16px;padding:8px 16px;border-radius:20px;border:solid 1px #006e9f}form input[type=checkbox]{min-width:auto}form small{display:inline-block;margin-top:8px;margin-bottom:16px;color:#666}form button{border:0}.filters form input,.filters form select{min-width:100px}.login{height:100vh;display:flex;flex:1;flex-direction:column;justify-content:center;align-items:center}.login img{margin-bottom:40px}.login form input,.login form select{min-width:270px}.login form button{width:270px}.login .menuLinks{margin-top:8px}.menuWrapper{background:#fff;padding:30px;height:100vh;position:fixed;top:0;left:0;display:flex;flex-direction:column;justify-content:space-between;flex-wrap:wrap;max-width:250px}.menuWrapper .logo{margin:30px 0}.menuWrapper .menuFooter{justify-self:flex-start}.menuWrapper .menuFooter h1{margin:0;color:#006e9f;font-weight:500;font-size:15px}.menuWrapper .menuFooter p{margin:0;font-size:13px;color:#666}.menuWrapper nav a{display:block;padding:12px 20px;text-decoration:none;color:#006e9f;font-weight:500;border-radius:20px}.menuWrapper nav a i{display:inline-block;margin-right:8px}.menuWrapper nav a:hover{background:#e7ecef}.menuWrapper .logoutArea select{min-width:150px;max-width:150px}.menuWrapper .logoutArea a{display:block;margin-top:20px;color:#d22030;font-weight:400;text-decoration:none;font-size:14px}.menuWrapper .logoutArea a i{transform:scaleX(-1)}.pageWrapper{background:#e7ecef;padding:50px;margin:30px 0;border-radius:20px;width:calc(100% - 250px)}.pageWrapper .pageTitle{margin-bottom:30px}.pageWrapper .pageTitle h2{margin-bottom:5px}.pageWrapper .pageTitle p{margin-top:0;margin-bottom:0;font-weight:normal;font-size:16px;opacity:.5}.pageWrapper .pageTitle .titleAddButton{transition:all linear .2s;padding:8px 10px;color:#006e9f;font-size:14px;border-radius:20px;padding:8px 24px;font-weight:normal}.pageWrapper .pageTitle .titleAddButton:hover{background:#d22030;color:#fff}.pageWrapper .filters{font-size:12px}.pageWrapper .filters span{font-size:16px;color:#006e9f;font-weight:500}.pageWrapper .filters input,.pageWrapper .filters select{background:none;color:#006e9f;width:200px;margin:2px;padding:8px 16px;border-radius:20px;border:solid 1px #006e9f;font-size:11px}.pageWrapper .filters input::placeholder,.pageWrapper .filters select::placeholder{opacity:1;color:#006e9f}.pageWrapper .filters input[type=checkbox]{width:auto}.pageWrapper .filters .rejectApplicantsButton{display:inline-block;float:right}.pageWrapper .filters .clearFilters{color:#666;font-size:14px}.pageWrapper .filters .clearFilters--visible{display:inline-block}.pageWrapper .filters .exportCSV{display:inline-block;margin-left:10px}.pageWrapper .filters .exportCSV i{color:#006e9f;font-size:20px}.pageWrapper .filters .exportCSV i:hover{color:#d22030}.pageWrapper table{width:100%;margin:15px 0;background:#fff !important;border-radius:15px;padding:20px;border-spacing:0;font-size:14px}.pageWrapper table tr td{padding:8px;max-width:400px}.pageWrapper table thead{color:#999}.pageWrapper table tbody tr td{position:relative}.pageWrapper table tbody tr td a{color:#006e9f}.pageWrapper table tbody tr td i{display:inline-block;margin-right:8px;font-size:18px}.pageWrapper table tbody tr .cancelRequest{position:relative}.pageWrapper table tbody tr .cancelRequest .confirmTrash{display:none;width:170px;background:#d22030;padding:10px 20px;border-radius:20px;position:absolute;top:0;left:0;transform:translate(0, -90%)}.pageWrapper table tbody tr .actionConfirm{color:#666;font-size:14px !important}.pageWrapper table tbody tr .actionConfirm .fa-trash-can{font-size:13px}.pageWrapper table tbody tr .actionConfirm:hover{color:#d22030}.pageWrapper table tbody tr .actionConfirmDialog{white-space:nowrap;display:none;background:#e24351;padding:10px 20px;border-radius:20px;position:absolute;top:0;right:0;transform:translate(0, -90%);color:#fff}.pageWrapper table tbody tr .actionConfirmDialog span{display:inline-block;margin-right:5px;color:#fff}.pageWrapper table tbody tr .actionConfirmDialog button{cursor:pointer;background:none;border:0;color:#fff}.pageWrapper table tbody tr .confirmBgCheck{background:#006e9f}.pageWrapper table tbody tr:nth-child(even){background:#f9f9f9}.pageWrapper table tbody tr:hover{background:#ececec}.pageWrapper table tbody .clickableTR{cursor:pointer}.pageWrapper table tbody .application-error{background:rgba(210,32,48,.15) !important;color:#d22030}.pageWrapper table tbody .archivedStore{color:rgba(210,32,48,.5) !important}.pageWrapper .tableFooter{margin-top:30px}.pageWrapper .tableFooter .pagination{max-width:80%;text-align:right}.pageWrapper .tableFooter .pagination a{display:inline-flex;align-items:center;justify-content:center;height:30px;width:30px;border-radius:50%}.pageWrapper .tableFooter .pagination .active{background:#006e9f;color:#fff}@media(min-width: 768px){.pageWrapper .tableFooter .pagination{margin-right:10px}}@media(min-width: 768px){.pageWrapper .tableFooter{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row-reverse}}.pageWrapper .applicationInfo p{line-height:1.5}.responsePage{background:#e7ecef;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100vh}.alertModal{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center}.alertModal .alertModalBody{background:#fff;padding:36px;border-radius:20px;max-width:700px;line-height:1.4}.alertModal .alertModalBody .btn{padding-left:42px;padding-right:42px}/*# sourceMappingURL=global.min.css.map */