body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.flag{line-height:30px;text-align:center;font-weight:400;font-size:18px;margin-bottom:10px}.flag.error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}.flag.success{color:#2d673a;background-color:#d5eddb;border:1px solid #c4e6cc}*{margin:0}body{font-size:16px;font-family:"Poppins",sans-serif;color:#4c4c4c}.dashboard .cards{display:grid;grid-template-columns:1fr;grid-gap:20px}.dashboard .cards .card{background:#fff;padding:0;color:#37474f;border-radius:5px;transition:all .3s ease-in-out;cursor:pointer;box-sizing:border-box}.dashboard .cards .card.program>div:first-child{background-color:#4e73df}.dashboard .cards .card.applications>div:first-child{background-color:#1cc88a}.dashboard .cards .card.points>div:first-child{background-color:#d98d37}.dashboard .cards .card.payments>div:first-child{background-color:#e74a3b}.dashboard .cards .card.membership>div:first-child{background-color:#36b9cc}.dashboard .cards .card.referrals>div:first-child{background-color:#f6c23e}@media(min-width:1000px){.dashboard .cards{display:grid;grid-template-columns:repeat(4,1fr)}}.dialog{position:relative}.dialog .shade{background-color:#000;opacity:.5;z-index:1}.dialog .shade,.dialog>.content{position:fixed;top:0;left:0;width:100%;bottom:0}.dialog>.content{z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading{margin:10px}.loading .spinner{border:8px solid #f3f3f3;border-top-color:#565cc6;border-radius:50%;width:30px;height:30px;margin:0 auto;-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.newsletter{display:flex;flex-direction:column}.newsletter h4{background-color:#4e73df;color:#fff;text-align:center;padding:5px 10px;border-radius:5px 5px 0 0}.newsletter p{padding:0 5px;line-height:30px}.newsletter button{background-color:#e74a3b;color:#fff;width:100px;margin:20px auto;border:0;padding:6px 10px;cursor:pointer}form .form-input{margin-bottom:10px}form .form-input input,form .form-input label,form .form-input select{display:block}form .form-input input,form .form-input select,form .form-input textarea{background:#fff;border:1px solid #bdc4c9;font-size:16px;padding:7px 6px;width:100%;border-radius:3px;box-sizing:border-box}form .form-input input.error,form .form-input select.error,form .form-input textarea.error{border:1px solid #c02}form .form-input input:focus,form .form-input select:focus,form .form-input textarea:focus{outline:none}form .form-input span.error{color:red;line-height:25px;font-size:15px}.auth .login{background:#fff;box-shadow:2px 3px 10px -7px rgba(0,0,0,.5);max-width:400px;margin:0 auto;padding:20px}.auth .login h1{font-size:16px;font-weight:400;display:flex;flex-direction:row;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #bdc4c9;margin-bottom:10px}.auth .login h1 span:last-child b{color:#005ff8;font-weight:400;cursor:pointer}.auth .login h4{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;line-height:30px;text-align:center;font-weight:400;font-size:18px;margin-bottom:10px}.auth .login div.actions{display:flex;flex-direction:row;justify-content:space-around}.auth .login div.actions button{color:#fff;border:0;transition:.3s;line-height:30px;font-weight:400;width:90px;background:#d98d37;border-radius:3px;font-size:16px;cursor:pointer}.auth .login div.actions button:focus{outline:none}.auth .login div.actions label{font-size:14px}.auth .login div.actions label a{text-decoration:none;color:#005ff8}.auth .login div.actions label input{margin-right:5px}:root{--bg-dark:#565cc6;--bg-darker:#3e3f78;--text-light:#fff;--bg-main:#d8dde3}.default-template{background:#d8dde3;background:var(--bg-main);height:100%;overflow:auto;position:fixed;width:100%;bottom:0;top:0;left:0}.default-template section{display:flex;flex-direction:row;height:100%}.default-template section .content{flex-grow:1;padding:15px}.default-template section .btn{border-radius:2px;text-transform:capitalize;font-size:15px;padding:10px 19px;text-decoration:none;background-color:#6472da;border:none;color:#fff;color:var(--text-light);font-weight:400;cursor:pointer;display:inline-block;margin-bottom:10px}.default-template section .card{border-radius:0;border:none;background:#fff;padding:20px}.default-template section .card .header{border-bottom:1px solid #c5c5c5;margin-bottom:20px}.default-template section .card .header h4{padding-bottom:10px;border-bottom:1px solid #3e3f78;border-bottom:1px solid var(--bg-darker);display:inline-block;margin-bottom:-1px}.default-template section .card h4{font-weight:400}.default-template section .card form .actions{display:flex;flex-direction:row;justify-content:flex-end}.default-template section .card form .actions button{text-transform:capitalize;font-size:15px;line-height:35px;border:none;color:#fff;color:var(--text-light);font-weight:400;cursor:pointer;width:100%;max-width:150px}.default-template section .card form .actions button[type=submit]{background-color:#6472da}.default-template section .card form .actions button[type=reset]{background-color:#ecf2f6;color:#565cc6;color:var(--bg-dark)}.default-template section .card form .actions button:first-child{border-radius:2px 0 0 2px}.default-template section .card form .actions button:last-child{border-radius:0 2px 2px 0}.default-template section .card form .checkbox .checked{background-color:#3e3f78;background-color:var(--bg-darker)}.default-template section .card .flag{line-height:30px;text-align:center;font-weight:400;font-size:18px;margin-bottom:10px}.default-template section .card .flag.error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}.default-template section .card .flag.success{color:#2d673a;background-color:#d5eddb;border:1px solid #c4e6cc}.default-template table{border-collapse:collapse;background-color:#fff;width:100%}.default-template table thead{background-color:#7997f5;line-height:40px}.default-template table th{font-weight:500;color:#fff;color:var(--text-light);text-align:start}.default-template table td,.default-template table th{padding:7px 13px}.default-template table tbody tr{cursor:pointer}header .brand{background-color:var(--bg-dark);height:70px;padding:5px;box-sizing:border-box;flex-basis:200px;flex-grow:0;flex-shrink:0}header .brand>div{display:flex}header .brand>div img{display:block;height:55px;margin:auto}header .brand>div h1{font-weight:400;color:var(--text-light);width:100%;text-align:center;padding:5px 0;text-transform:uppercase}header .brand>div .toggler{width:30px;padding:10px;display:flex;align-self:center;flex-direction:column;cursor:pointer}header .brand>div .toggler span{height:1px;display:block;background-color:#fff;margin:4px 0}@media(min-width:700px){header .brand{flex-basis:250px}header .brand>div .toggler{display:none}}header{display:flex;flex-direction:row}header .search{padding:17.5px;position:relative;background-color:#fff;box-sizing:border-box;flex-grow:1}header .search input{border:1px solid #ddd;height:35px;padding:5px 30px 5px 5px;box-sizing:border-box;border-radius:5px;width:100%}header .search input:focus{outline:none}header .search img{position:absolute;height:20px;top:25px;right:25px}header .profile{align-self:flex-end;background-color:#fff;display:none}header .profile>div{justify-self:end;padding:15px;cursor:pointer}header .profile .img-cont{height:40px;width:40px;padding:2px;box-sizing:border-box;background-color:#ddd;border-radius:20px;float:left}header .profile .img-cont img{height:36px;width:36px;border-radius:18px}header .profile strong{float:left;line-height:40px;padding:0 10px;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400}header .profile img.arrow-down{height:15px;float:left;margin-top:12px}@media(min-width:700px){header .profile{display:grid;max-width:250px}}.menu{padding-top:30px;background-color:var(--bg-dark);overflow:hidden;flex-basis:0;flex-grow:0;flex-shrink:0;display:block;transition:flex-basis .3s ease-in-out}.menu.active{flex-basis:200px}.menu h4{color:var(--text-light);padding:10px 20px;font-weight:400}.menu ul{list-style:none;padding:0;min-width:200px}.menu ul li.item{color:var(--text-light);line-height:44px;box-sizing:border-box;border-left:3px solid transparent;cursor:pointer;transition:background-color .3s ease-in-out 1ms}.menu ul li.item span{display:grid;grid-template-columns:40px auto 30px;padding:3px 10px}.menu ul li.item span img:first-child{height:14px;margin:14px auto;display:block}.menu ul li.item ul{height:auto;max-height:0;transition:max-height .3s ease-in-out 1ms;overflow:hidden;background-color:var(--bg-darker);padding-left:40px}.menu ul li.item ul li a{display:grid;grid-template-columns:20px auto;line-height:30px;font-size:14px;padding:10px;color:var(--text-light);text-decoration:none}.menu ul li.item ul li a img{margin-top:11px;height:8px}.menu ul li.item ul li a:hover{color:#fcd669}.menu ul li.item.active{background-color:var(--bg-darker);color:var(--text-light);border-left-color:var(--text-light)}.menu ul li.item.active ul{max-height:600px}@media(min-width:700px){.menu,.menu.active{flex-basis:250px}}.auth .bg{background:#eaf0f3;width:100%;position:fixed;top:0;left:0;bottom:0;z-index:-1}.auth header{padding:20px 0;margin:10px auto;display:grid;align-content:center}.auth header h1{text-align:center;font-weight:400;align-items:center}.auth header h1 img{height:40px}.auth footer{padding:20px 0;margin:10px auto}.auth footer ul{list-style-type:none;list-style:none;border-bottom:1px solid #bdc4c9;padding:10px;max-width:500px;margin:0 auto;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center}.auth footer ul li{margin:0 auto}.auth footer ul li a{color:#005ff8;font-size:14px;text-decoration:none}.auth footer p{line-height:40px;font-size:13px;text-align:center}.user-create{max-width:500px}.user-create p.flag{line-height:30px;text-align:center;font-weight:400;font-size:18px;margin-bottom:10px}.user-create p.flag-2{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}.user-create p.flag-0{color:#2d673a;background-color:#d5eddb;border:1px solid #c4e6cc}.user-create form .row-roles{display:grid;grid-template-columns:auto auto;margin-bottom:10px}.create-author{max-width:500px}.article-types .list{display:grid;grid-template-columns:auto}.article-types .list .article-type{margin:20px 0;display:flex;flex-direction:row;box-shadow:0 0 3px hsla(0,0%,42%,.5);align-items:center}.article-types .list .article-type div:first-child{flex-grow:1;padding:10px}.article-types .list .article-type div:first-child *{margin-bottom:5px}.article-types .list .article-type div:first-child strong{color:#c02}.article-types .list .article-type div:first-child h4{font-size:20px}.article-types .list .article-type div:last-child{display:flex;flex-direction:column}.article-types .list .article-type div:last-child img{height:25px;margin:10px;cursor:pointer}.article-types .list .article-type div:last-child .loading .spinner{width:2px;height:2px;border:2px solid #f3f3f3;border-top-color:#2f4f83}.create-type{max-width:500px}.articles .list{display:grid;grid-template-columns:auto}.articles .list .article{margin:20px 0;display:flex;flex-direction:row;box-shadow:0 0 3px hsla(0,0%,42%,.5);align-items:center}.articles .list .article div:first-child{flex-grow:1;padding:10px}.articles .list .article div:first-child *{margin-bottom:5px}.articles .list .article div:first-child strong{color:#c02}.articles .list .article div:first-child h4{font-size:20px}.articles .list .article div:last-child{display:flex;flex-direction:column}.articles .list .article div:last-child img{height:25px;margin:10px;cursor:pointer}.articles .list .article div:last-child .loading .spinner{width:2px;height:2px;border:2px solid #f3f3f3;border-top-color:#2f4f83}.create-article{max-width:900px}.create-article form .editor{margin-bottom:15px}.create-article form .editor .ck-content{border:1px solid #bdc4c9;border-top:0;min-height:300px}.create-article form .editor .error{color:red}.edit-article .add-author{width:100%;max-width:350px;padding:10px}.edit-article .authors .author{margin:20px 0;display:flex;flex-direction:row;box-shadow:0 0 3px hsla(0,0%,42%,.5)}.edit-article .authors .author>div:first-child{border-radius:5px 5px 0 0;padding:10px;flex-grow:1}.edit-article .authors .author>div:first-child>*{margin-bottom:5px}.edit-article .authors .author>div:first-child h4{font-size:18px;margin-bottom:10px}.edit-article .authors .author>div:last-child{line-height:35px;color:#fff;text-align:center;border-radius:0 5px 5px 0;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.edit-article .authors .author>div:last-child .spinner{height:20px;width:20px}.edit-article .authors .author>div:last-child img{margin:0 10px;height:30px}.edit-article .file{margin:20px 0;border-radius:5px 5px 0 0;padding:10px;box-shadow:0 0 3px hsla(0,0%,42%,.5)}.edit-article .file h4{font-size:18px;margin-bottom:10px}.edit-article .upload-pdf{width:100%;max-width:350px;padding:10px}.edit-article{max-width:900px}.edit-article form .editor{margin-bottom:15px}.edit-article form .editor .ck-content{border:1px solid #bdc4c9;border-top:0;min-height:300px}.edit-article form .editor .error{color:red}.groups .list{display:grid;grid-template-columns:auto}.groups .list .group{margin:20px 0;display:flex;flex-direction:row;box-shadow:0 0 3px hsla(0,0%,42%,.5);align-items:center}.groups .list .group div:first-child{flex-grow:1;padding:10px}.groups .list .group div:first-child *{margin-bottom:5px}.groups .list .group div:first-child strong{color:#c02}.groups .list .group div:first-child h4{font-size:20px}.groups .list .group div:last-child{display:flex;flex-direction:column}.groups .list .group div:last-child img{height:25px;margin:10px;cursor:pointer}.groups .list .group div:last-child .loading .spinner{width:2px;height:2px;border:2px solid #f3f3f3;border-top-color:#2f4f83}.create-group{max-width:500px}.journals .list{display:grid;grid-template-columns:auto}.journals .list .journal{display:flex;border-bottom:1px solid #c5c5c5;padding:10px 0}.journals .list .journal>div:first-child{flex-grow:0;flex-shrink:0;flex-basis:250px}.journals .list .journal>div:nth-child(2){flex-grow:1;padding:0 10px}.journals .list .journal>div:nth-child(2) h4{font-weight:500}.journals .list .journal div:last-child{display:flex;flex-direction:column}.journals .list .journal div:last-child img{height:25px;margin:10px;cursor:pointer}.journals .list .journal div:last-child .loading .spinner{width:2px;height:2px;border:2px solid #f3f3f3;border-top-color:#2f4f83}.journals .journal .image{height:100%;position:relative}.journals .journal .image button,.journals .journal .image input{position:absolute;width:100%;border-radius:2px;text-transform:capitalize;font-size:15px;padding:8px 0;text-decoration:none;background-color:#6472da;border:none;color:var(--text-light);font-weight:400;cursor:pointer;display:inline-block;margin-bottom:10px}.journals .journal .image input{opacity:0}.journals .journal .image div{display:block;height:100%;background-repeat:no-repeat;background-size:cover}.create-journal{max-width:500px}.edit-journal{max-width:900px}.pages .list{display:grid;grid-template-columns:auto}.pages .list .page{margin:20px 0;display:flex;flex-direction:row;box-shadow:0 0 3px hsla(0,0%,42%,.5);align-items:center}.pages .list .page div:first-child{flex-grow:1;padding:10px}.pages .list .page div:first-child *{margin-bottom:5px}.pages .list .page div:first-child strong{color:#c02}.pages .list .page div:first-child h4{font-size:20px}.pages .list .page div:last-child{display:flex;flex-direction:column}.pages .list .page div:last-child img{height:25px;margin:10px;cursor:pointer}.pages .list .page div:last-child .loading .spinner{width:2px;height:2px;border:2px solid #f3f3f3;border-top-color:#2f4f83}.create-page{max-width:900px}.create-page form .editor{margin-bottom:15px}.create-page form .editor .ck-content{border:1px solid #bdc4c9;border-top:0;min-height:300px}.create-page form .editor .error{color:red}.edit-page{max-width:900px}.edit-page form .editor{margin-bottom:15px}.edit-page form .editor .ck-content{border:1px solid #bdc4c9;border-top:0;min-height:300px}.edit-page form .editor .error{color:red}.manuscript .records .record{margin:20px 0;display:flex;flex-direction:row;box-shadow:0 0 3px hsla(0,0%,42%,.5);align-items:center;cursor:pointer}.manuscript .records .record div{flex-grow:1;padding:10px}.manuscript .records .record div *{margin-bottom:5px}.manuscript .records .record div strong{color:#c02}.manuscript .records .record div h4{font-size:20px}.manuscript .records .record img{height:30px;margin:0 10px}.manuscript .authors .author{margin:20px 0;display:flex;flex-direction:row;box-shadow:0 0 3px hsla(0,0%,42%,.5)}.manuscript .authors .author>div:first-child{border-radius:5px 5px 0 0;padding:10px;flex-grow:1}.manuscript .authors .author>div:first-child>*{margin-bottom:5px}.manuscript .authors .author>div:first-child h4{font-size:18px;margin-bottom:10px}.manuscript .authors .author>div:last-child{line-height:35px;color:#fff;text-align:center;border-radius:0 5px 5px 0;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.manuscript .authors .author>div:last-child .spinner{height:20px;width:20px}.manuscript .authors .author>div:last-child img{margin:0 10px;height:30px}.manuscript{margin:10px auto}.manuscript .files .file{margin:20px 0;display:flex;flex-direction:row;box-shadow:0 0 3px hsla(0,0%,42%,.5)}.manuscript .files .file>div:first-child{border-radius:5px 5px 0 0;padding:10px;flex-grow:1}.manuscript .files .file>div:first-child>*{margin-bottom:5px}.manuscript .files .file>div:first-child h4{font-size:18px;margin-bottom:10px}.manuscript .files .file>div:last-child{line-height:35px;color:#fff;text-align:center;border-radius:0 5px 5px 0;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.manuscript .files .file>div:last-child .spinner{height:20px;width:20px}.manuscript .files .file>div:last-child img{margin:0 10px;height:30px}.manuscript .accept,.manuscript .reject{width:300px;padding:10px}.detail .btn.a{background-color:#1cc88a}.detail .btn.r{background-color:#e74a3b}.collaborator .collaborators .records .record{margin:20px 0;display:flex;flex-direction:row;box-shadow:0 0 3px hsla(0,0%,42%,.5);align-items:center;cursor:pointer}.collaborator .collaborators .records .record div{flex-grow:1;padding:10px}.collaborator .collaborators .records .record div *{margin-bottom:5px}.collaborator .collaborators .records .record div strong{color:#c02}.collaborator .collaborators .records .record div h4{font-size:20px}.collaborator .collaborators .records .record img{height:30px;margin:0 10px}.collaborator .accept{width:300px;padding:10px}.collaborator .accept form textarea{min-height:120px}.collaborator .reject{width:300px;padding:10px}.collaborator .reject form textarea{min-height:120px}.collaborator .detail .btn.a{background-color:#1cc88a}.collaborator .detail .btn.r{background-color:#e74a3b}
/*# sourceMappingURL=main.7c8e00bb.chunk.css.map */