*,*:before,*:after{box-sizing:border-box;font-family:Poppins,Arial,sans-serif}html,body,div#root{width:100%;height:100%;margin:0;font-size:16px;font-weight:500;color:#3c3c3c;background-color:#fbfaf6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,th{font-weight:700!important;color:#fc3634}a,a:visited{color:#fc3634}a:hover{color:#ff9d1b}a.ascending:after{content:"\1f53c";display:inline-block;margin-left:1em}a.descending:after{content:"\1f53d";display:inline-block;margin-left:1em}.homepage-greetbox{height:100%;display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column}.greetbox-first-row{display:flex;justify-content:center;align-items:center;text-align:center;color:#fc3634;font-size:48px;font-weight:700}.greetbox-first-row img{height:80px;margin-right:32px}.greetbox-second-row{margin-top:64px}button{cursor:pointer;background-color:#fff;color:#fc3634;font-size:20px;font-weight:500;padding:4px 18px;border-radius:12px;border:1px solid #fc3634;outline:none}button:hover{color:#fff;background-color:#fc3634}button:disabled,button:disabled:hover{cursor:not-allowed;color:#ccc;background-color:#fff;border:1px solid #cccccc}.avatar{width:40px;height:40px;border-radius:40px;display:inline-block;background-size:cover;margin-right:16px;flex-shrink:0}.toolbar{margin-top:68px;padding:12px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #cccccc}.top-bar{width:100%;height:64px;padding:12px 18px;background-color:#fff;position:fixed;z-index:100;top:0;left:0;right:0;box-shadow:0 0 8px #ccc;display:flex;justify-content:space-between;align-items:center}.userInfo{display:flex;align-items:center;margin:0 16px}.contents{margin-top:16px;padding:0 18px}.styledTable{width:100%}.styledTable th{text-align:left;padding:12px 0;background-color:#fff}.styledTable th:first-child{padding-left:8px}.styledTable td{font-size:15px;line-height:38px;padding:4px 0;word-wrap:break-word}.styledTable td:first-child{padding-left:8px;padding-right:8px}.styledTable tr:nth-child(even){background-color:#fff}.styledTable tr:nth-child(odd){background-color:#eee}.styledTable .actionsColumn{width:320px}.styledTable tr>td>div.showOnHover{display:none}.styledTable tr:hover>td>div.showOnHover{display:block}.appLink,.appLinkActive{display:inline-block;white-space:nowrap;cursor:pointer;background-color:#fff;color:#fc3634;font-size:14px;font-weight:500;line-height:24px;text-decoration:none;padding:2px 10px;border-radius:10px;border:1px solid #fc3634;outline:none;margin:4px 2px;transition:all .2s ease-in-out}.appLink:hover,.appLinkActive{color:#fff;background-color:#fc3634}.appLink:not(:last-of-type),.appLinkActive:not(:last-of-type){margin-right:10px}.searchBox{background-color:#fff;font-size:14px;font-weight:500;padding:2px 10px;border-radius:10px;border:1px solid #3c3c3c;outline:none;margin:4px 0}.searchBox:focus{border-color:#ff9d1b}input[type=email],input[type=tel],textarea{outline:none;display:block;border-radius:6px;border:2px solid #efece3;font-size:16px;background:#fff;line-height:2em;padding:.3em .5em;margin:.5em 0 1.2em;min-width:300px}input[type=tel]:focus,input[type=email]:focus,textarea:focus{outline:none;border:2px solid #3c3c3c}label{font-weight:700!important;color:#fc3634;cursor:pointer}pre{display:inline-block;font-family:Courier New,Courier,monospace;font-size:11px;line-height:normal;background-color:#eee;color:#000;padding:6px;border:1px solid #cccccc;border-radius:8px;margin:0 10px 0 0}.file-dropzone{cursor:pointer;background-color:#fff;border:4px dotted #ff9d1b;padding:24px;font-size:24px;text-align:center}.transferSuccessful{display:inline-block;background-color:#1dc071;color:#fff;padding:32px;font-size:18px;border-radius:10px;margin-top:64px}.modal{position:fixed;inset:0;z-index:9999;transform:translateY(-100%)}.modalOpen{transform:translateY(0)}.modalBackground{position:absolute;inset:0;z-index:99999;background:rgba(0,0,0,.85);opacity:0;transition:opacity .3s ease-in-out}.modalOpen .modalBackground{opacity:1}.modalClose{position:absolute;right:32px;top:32px;width:64px;height:64px;z-index:999999;cursor:pointer}.modalClose .bar{display:block;position:absolute;top:50%;left:50%;margin-top:-1px;background-color:#fff;width:30px;margin-left:-15px;height:2px;transform:scale(.85);-ms-transform:scale(.85);transition:all .3s ease-in-out}.modalClose .bar.bar-1{margin-top:-1px;transform:rotate3d(0,0,1,-45deg)}.modalClose .bar.bar-2{margin-top:-1px;transform:rotate3d(0,0,1,45deg)}.modalContent{position:absolute;z-index:999999;max-width:100%;width:100%;top:0;left:50%;height:100%;overflow:scroll}.modalOpen .modalContent{transform:translate(-50%) scale(1);background-color:#fff;width:80vw;max-width:800px;height:auto;max-height:80vh;overflow:auto;margin:160px auto;padding:32px}.filePill{display:inline-block;background-color:#efece3;font-size:14px;color:#000;border-radius:8px;margin:4px}.filePill>.fileName,.filePill>.fileSize{display:inline-block;padding:4px 8px}.filePill>.fileName{border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-top-left-radius:8px;border-bottom-left-radius:8px}.filePill>.fileSize{background-color:#ff9d1b;color:#fff;border-top:1px solid #ff9d1b;border-right:1px solid #ff9d1b;border-bottom:1px solid #ff9d1b;border-top-right-radius:8px;border-bottom-right-radius:8px}.expirationLabel{display:inline-flex;color:#333;font-size:14px;margin-right:14px}.expirationLabel>input[type=radio]{margin-right:6px}@keyframes ldio-9n95w9ym5dk{0%{top:48px;left:48px;width:0;height:0;opacity:1}to{top:9px;left:9px;width:78px;height:78px;opacity:0}}.ldio-9n95w9ym5dk div{position:absolute;border-width:2px;border-style:solid;opacity:1;border-radius:50%;animation:ldio-9n95w9ym5dk 1s cubic-bezier(0,.2,.8,1) infinite}.ldio-9n95w9ym5dk div:nth-child(1){border-color:#fc3634;animation-delay:0s}.ldio-9n95w9ym5dk div:nth-child(2){border-color:#1dc071;animation-delay:-.5s}.loadingio-spinner-ripple-jijwz26w98{width:32px;height:32px;display:inline-block;overflow:hidden;background:none}.ldio-9n95w9ym5dk{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.32);backface-visibility:hidden;transform-origin:0 0}.ldio-9n95w9ym5dk div{box-sizing:content-box}@media (max-width: 768px){.avatar{margin-right:8px}.signOutButton{padding:2px 14px;font-size:16px}.top-bar{padding:8px 12px}.toolbar{margin-top:64px;padding:8px 12px}.searchBox{width:75vw}.contents{margin-top:12px;padding:0 12px}}@media (max-width: 512px){.greetbox-first-row{flex-direction:column}.greetbox-first-row img{margin:0 0 16px}.contents{margin-top:8px;padding:4px}}
