@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);body,html{margin:0;padding:0}body *,html *{box-sizing:border-box;font-family:Roboto}div#app{zoom:80%}div.container{max-width:1600px;margin:0 auto}header.head{justify-content:space-between;margin-bottom:15px}header.head,header.head div.left{display:flex;align-items:center}header.head span.text{display:inline-block;line-height:100%;letter-spacing:.04em;padding:5px 0 5px 16px;border-left:1px solid #737373;margin-left:16px}header.head span.text,header.head span.weeks{font-size:20px;color:#737373;text-transform:uppercase}header.head span.weeks{line-height:32px;letter-spacing:.02em;font-weight:700}header.head span.date{padding-left:16px;border-left:1px solid #737373}header.head span.date,header.head span.time{font-size:24px;line-height:32px;color:#292a6b;margin-left:16px}header.head span.time{font-weight:900}div.c-item{display:flex;flex-direction:column;justify-content:space-between;border-radius:24px;margin-bottom:8px;min-height:368px;font-weight:700;width:49%}div.c-item div.top{display:flex;align-items:center}div.c-item div.body{padding:32px 32px 32px 44px}div.c-item p.title{font-weight:700;font-size:24px;line-height:36px;letter-spacing:.02em;text-transform:uppercase;color:#737373;margin:0;margin-left:20px}div.c-item p.first-value,div.c-item p.second-value{font-weight:700;font-size:25px;line-height:52px;color:#111;margin:0}div.c-item p.second-value{position:relative}div.c-item p.second-value:before{content:"";display:block;background:#fff;height:2px;width:80px;position:absolute;top:0;left:0}div.c-item span.num{font-size:90px;line-height:105px;color:#111}div.c-item.yellow{background:linear-gradient(280.19deg,#eab818 1.06%,hsla(0,0%,100%,.64))}div.c-item.green{background:linear-gradient(280.19deg,#b1c333,hsla(0,0%,100%,.64))}div.c-item.blue,div.c-item.green{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}div.c-item.blue{background:linear-gradient(280.19deg,rgba(0,136,255,.5),hsla(0,0%,100%,.32))}div.c-item.pink{background:linear-gradient(280.19deg,#e5b2c0,hsla(0,0%,100%,.64));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}div.list-item div.row{display:flex;align-items:center;justify-content:space-between;margin:5px 0}div.list-item span.text{font-size:16px;line-height:19px;letter-spacing:.02em;color:#111}div.list-item div.line{flex-grow:1;border:1px dashed #111;opacity:.32;margin:0 12px}div.list-item span.value{font-weight:500;font-size:24px;line-height:28px;color:#292a6b}.lds-ripple{display:inline-block;position:relative;width:120px;height:120px}.lds-ripple div{position:absolute;border:4px solid #89cbff;opacity:1;border-radius:50%;-webkit-animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.lds-ripple div:nth-child(2){-webkit-animation-delay:-.5s;animation-delay:-.5s}@-webkit-keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}@keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}div.v-dashboard div.spinner-wrap{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}div.v-dashboard div.container{display:flex}div.v-dashboard h3.jobs-title{text-align:center;font-size:25px;color:#292a6b;margin:10px 0 10px 0;text-transform:uppercase}div.v-dashboard div.items{display:flex;flex-wrap:wrap;justify-content:space-between}div.v-dashboard div.right{padding-left:10px}div.v-dashboard div.list-item{display:flex;flex-direction:column;flex-wrap:wrap;max-height:203px}div.v-dashboard div.list-item div.row{display:flex;align-items:center;justify-content:space-between;margin:5px}div.v-dashboard div.list-item span.text{font-size:16px;line-height:19px;letter-spacing:.02em;color:#111}div.v-dashboard div.list-item div.line{flex-grow:1;border:1px dashed #111;opacity:.32;margin:0 12px}div.v-dashboard div.list-item span.value{font-weight:500;font-size:24px;line-height:28px;color:#292a6b}