div::-webkit-scrollbar{background-color:rgba(0,0,253,0);width:.5em}div::-webkit-scrollbar-thumb{background-color:#141f24;border-radius:10px}.login{color:#77d0e9;background:#141f24;margin:auto;box-shadow:0 2px 10px rgba(0,0,0,.2),0 10px 20px rgba(0,0,0,.3),0 30px 60px 1px rgba(0,0,0,.5);border-radius:8px;padding:50px}.login .head{display:flex;align-items:center;justify-content:center}.login .head .company{font-size:2.2em;color:#77d0e9}.login .msg{text-align:center}.login .form input[type=text].text{border:none;background:none;box-shadow:0 2px 0 0 #1d434e;width:100%;color:#fff;font-size:1em;outline:none}.login .form .text::-moz-placeholder{color:#5ca0b3}.login .form .text:-ms-input-placeholder{color:#5ca0b3}.login .form .text::placeholder{color:#5ca0b3}.login .form input[type=password].password{border:none;background:none;box-shadow:0 2px 0 0 #1d434e;width:100%;color:#fff;font-size:1em;outline:none;margin-bottom:20px;margin-top:20px}.login .form .password::-moz-placeholder{color:#5ca0b3}.login .form .password:-ms-input-placeholder{color:#5ca0b3}.login .form .password::placeholder{color:#5ca0b3}.login .form .btn-login{background:none;text-decoration:none;color:#5ca0b3;box-shadow:0 0 0 2px #1d434e;border-radius:3px;border:0;padding:5px 2em;transition:.5s}.login .form .btn-login:hover{background:#04c2c9;color:#042c33;transition:.5s}.login .forgot{text-decoration:none;color:#fff;float:right}.sub-text a{text-decoration:none;color:#fcc0c0}.tata{position:fixed;display:flex;justify-content:space-around;align-items:center;width:300px;border-radius:3px;color:#fff;font-size:16px;z-index:9999;pointer-events:auto;padding:12px 14px 12px 20px;box-shadow:0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12),0 11px 15px -7px rgba(0,0,0,.2)}.tata:hover{opacity:1}.tata *{box-sizing:border-box}.tata .tata-icon{font-size:2em;color:inherit}.tata .tata-body{margin:0;padding:0 14px;min-height:38px;min-width:260px}.tata .tata-title{margin:0 0 2px 0;font-size:1em}.tata .tata-text{margin:0;font-size:.9em}.tata .tata-close{position:absolute;top:6px;right:6px;border:none;margin:0;padding:0;font-size:1em;font-weight:700;color:inherit;cursor:pointer;outline:none;background:transparent}.tata-progress{position:absolute;bottom:-1px;left:0;width:100%;height:5px;border-radius:0 0 3px 3px;background:rgba(0,0,0,.2)}.tata .tata-close:hover{opacity:.4}.tata.top-right{top:12px;right:12px}.tata.top-mid{top:12px;left:50%;transform:translateX(-50%)}.tata.top-left{top:12px;left:12px}.tata.bottom-right{right:12px;bottom:18px}.tata.bottom-mid{left:50%;bottom:18px;transform:translateX(-50%)}.tata.bottom-left{bottom:18px;left:12px}.tata.mid-right{right:12px}.tata.mid-left,.tata.mid-right{top:50%;transform:translateY(-50%)}.tata.mid-left{left:12px}.tata.mid-mid{top:35%;left:50%;transform:translate(-50%,-50%)}.tata.text{color:#fff;background:#323232}.tata.log{color:#333;background:#fffffc}.tata.info{background:#2ca9e1}.tata.warn{background:#f89406}.tata.error{background:#e9546b}.tata.success{background:#38b48b}.tata.fade-in{-webkit-animation:fadeIn .4s ease-in forwards;animation:fadeIn .4s ease-in forwards}.tata.fade-out{-webkit-animation:fadeOut .4s linear forwards;animation:fadeOut .4s linear forwards}.tata.slide-right-in{-webkit-animation:slideRightIn .4s ease forwards;animation:slideRightIn .4s ease forwards}.tata.slide-right-out{-webkit-animation:slideRightOut .4s ease forwards;animation:slideRightOut .4s ease forwards}.tata.slide-left-in{-webkit-animation:slideLeftIn .4s ease forwards;animation:slideLeftIn .4s ease forwards}.tata.slide-left-out{-webkit-animation:slideLeftOut .4s ease forwards;animation:slideLeftOut .4s ease forwards}.tata.slide-top-in{-webkit-animation:slideTopIn .4s ease forwards;animation:slideTopIn .4s ease forwards}.tata.slide-top-out{-webkit-animation:slideTopOut .4s ease forwards;animation:slideTopOut .4s ease forwards}.tata.slide-bottom-in{-webkit-animation:slideBottomIn .4s ease forwards;animation:slideBottomIn .4s ease forwards}.tata.slide-bottom-out{-webkit-animation:slideBottomOut .4s ease forwards;animation:slideBottomOut .4s ease forwards}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes slideRightIn{0%{right:-310px}to{right:12px}}@keyframes slideRightIn{0%{right:-310px}to{right:12px}}@-webkit-keyframes slideRightOut{0%{right:12px}to{right:-310px}}@keyframes slideRightOut{0%{right:12px}to{right:-310px}}@-webkit-keyframes slideLeftIn{0%{left:-310px}to{left:12px}}@keyframes slideLeftIn{0%{left:-310px}to{left:12px}}@-webkit-keyframes slideLeftOut{0%{left:12px}to{left:-310px}}@keyframes slideLeftOut{0%{left:12px}to{left:-310px}}@-webkit-keyframes slideTopIn{0%{top:calc(-100% - 12px)}to{top:12px}}@keyframes slideTopIn{0%{top:calc(-100% - 12px)}to{top:12px}}@-webkit-keyframes slideTopOut{0%{top:12px}to{top:calc(-100% - 12px)}}@keyframes slideTopOut{0%{top:12px}to{top:calc(-100% - 12px)}}@-webkit-keyframes slideBottomIn{0%{bottom:calc(-100% - 18px)}to{bottom:18px}}@keyframes slideBottomIn{0%{bottom:calc(-100% - 18px)}to{bottom:18px}}@-webkit-keyframes slideBottomOut{0%{bottom:18px}to{bottom:calc(-100% - 18px)}}@keyframes slideBottomOut{0%{bottom:18px}to{bottom:calc(-100% - 18px)}}@-webkit-keyframes reduceWidth{0%{width:100%}to{width:0}}@keyframes reduceWidth{0%{width:100%}to{width:0}}h3[data-v-8061a0b4]{margin:40px 0 0}ul[data-v-8061a0b4]{list-style-type:none;padding:0}li[data-v-8061a0b4]{display:inline-block;margin:0 10px}a[data-v-8061a0b4]{color:#42b983}body[data-v-16d1b6d5]{background-color:#141f24}.infscroll[data-v-5a8a31da]{height:500px;overflow-y:scroll}.msg-summ-left[data-v-08f07b12]{font-size:.8rem;color:#028fa8;margin-right:15px}.msg-summ-right[data-v-08f07b12]{font-weight:bolder;font-size:.8rem;color:#00bfe0}.info-container[data-v-602ba8f0]{margin-bottom:20px}button[data-v-602ba8f0]{margin-left:10px;margin-right:10px}.click[data-v-61c65633]{cursor:pointer}.content[data-v-11ae4c46]{height:300px;width:100%}.tab[data-v-11ae4c46]{font-size:25px;background-color:hsla(0,0%,100%,0);border-color:hsla(0,0%,100%,0);color:#b8abab;margin-bottom:30px;margin-right:10px}.tab-active[data-v-11ae4c46]{border-bottom:2;border-top:0;border-left:0;border-right:0;border-color:#fe610e;color:#fe610e}.click[data-v-06098082],.click[data-v-e1450b00]{cursor:pointer}.lds-dual-ring[data-v-3f5eeec5]{display:inline-block;width:80px;height:80px}.lds-dual-ring[data-v-3f5eeec5]:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid #77d0e9;border-color:#77d0e9 transparent #77d0e9 transparent;-webkit-animation:lds-dual-ring-3f5eeec5 1.2s linear infinite;animation:lds-dual-ring-3f5eeec5 1.2s linear infinite}@-webkit-keyframes lds-dual-ring-3f5eeec5{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes lds-dual-ring-3f5eeec5{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}