-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtool.css
1 lines (1 loc) · 3.58 KB
/
tool.css
1
#tool .f-g+.f-g{margin-top:1rem}#tool h2{font-size:20px;line-height:1}#tool h2.s-t{font-weight:700;margin-top:10px;margin-bottom:20px}#tool .w-input{background:#f7f7f7;display:flex;flex-direction:row;margin:0;padding-top:0;padding-bottom:0}#tool .w-input.type-percent input{text-align:right}#tool .invalid .w-input{border-color:#f0706b}#tool .w-input:focus-within{border-color:#2b2525}#tool .i-pre{padding-right:.5rem}#tool .i-suf{padding-left:.5rem}#tool .i-pre,#tool .i-suf{line-height:38px;font-size:1rem}#tool input,#tool select{padding:0;display:block;line-height:38px;border:0;background:0 0;flex:1;height:38px}#tool input:focus,#tool select:focus{outline:0}#tool fieldset{padding-top:1rem;margin-top:2rem}#tool fieldset+fieldset{margin-top:3rem}#tool fieldset legend{font-family:Roboto,sans-serif;font-weight:700;font-size:14px;background:#f2c2bb;padding:0 5px;text-transform:uppercase}#tool label{text-transform:uppercase}#tool .loading{margin-top:2rem;font-size:2rem;text-align:center}#tool .f-p{display:none}#tool .err-msg{color:#fff;display:none;padding:8px 12px;background:#f0706b}#tool .f-bs{margin-top:2rem;display:flex;flex-direction:row;text-align:right;justify-content:space-between}#tool .f-b{text-transform:none;color:#f0706b;border-color:#f0706b}#tool .f-b:hover{background:#fef2f2}#tool .f-b[type=submit]{background:#f0706b;color:#fff}#tool .f-b[type=submit]:hover{background:#f17d78}#tool .f-prog{display:flex;flex-direction:row;justify-content:space-between;position:relative;margin:1rem 0}#tool .f-prog .p-n{display:block;width:30px;height:30px;text-align:center;border-radius:15px;line-height:30px;z-index:1;background:#f7f7f7;color:#f7f7f7;font-family:'Roboto Slab',sans-serif;font-weight:700;font-size:18px}#tool .f-prog .p-n.active{background:#f0706b;color:#fff}#tool .f-prog .cnctr{position:absolute;left:15px;right:15px;top:14px;height:3px;background:#f7f7f7}#tool .f-prog .cnctr-prog{position:absolute;left:0;top:0;bottom:0;width:0;transition:width .2s ease;background:#f0706b}#report h2{text-align:center;font-size:3rem;font-weight:700;margin-top:30px}#report table{width:100%;font-family:"Roboto Slab",sans-serif;table-layout:fixed}#report td,#report th{padding:15px;width:2%}#report th{text-transform:uppercase;font-weight:400;font-family:Roboto,sans-serif;vertical-align:bottom}#report tbody tr:nth-child(odd){background:#f7f7f7}#report .even{background:#f5f5f5}#report tbody tr:nth-child(odd) .even{background:#ededed}#report table .multirow tr:first-child th{text-align:center;padding-bottom:0}#report tr.totals td{font-weight:700}#report .t-s{margin-top:30px}#report .ts{display:flex;flex-direction:row;justify-content:center;margin:0 -20px}#report .ts .t{flex:0 0 50%;padding:0 20px}#report .ts+.ts{margin-top:35px}#report .ts.full .t{flex-basis:100%}#report .t h4{text-align:center;margin-bottom:20px}#report .s-t{font-size:20px;text-transform:uppercase}#report section.ol{border:1px solid #000;padding:10px 20px}#report .ts.full .t-title{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#report .ts.full h4{text-align:left}#report .t .t-total{background:#01c6bd;margin-left:50px;padding:0 10px}#report.topdf .f-bs{display:none}#report.topdf td,#report.topdf th{padding:5px 10px;font-size:10px}#report.topdf h2{margin-bottom:40px}#report.topdf h4{font-size:16px}#report.topdf section.ol{margin-top:2px}@media (min-width:767px){#report:not(.topdf){position:relative;width:96vw;left:50%;right:50%;margin-left:-48vw;margin-right:-48vw}}#cloth{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;padding:100px;font-size:20px;font-family:"Roboto Slab",sans-serif;text-align:center}