@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/icon?family=Material+Icons);body{background:#e5e5e5;font-family:Noto Sans,sans-serif;font-weight:400;color:#515151}h2{font-weight:500!important}.fade-enter-active,.fade-leave-active{transition:opacity .5s ease}.fade-enter-from,.fade-leave-to{opacity:0}#app svg path.green{fill:#3bca51!important}#app svg path.yellow{fill:#ffa435!important}#app svg path.red{fill:#ff0020!important}#app .status-card{margin:0 auto;margin-top:50px;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);width:668px}#app .status-card .status-logo{padding-top:64px;padding-bottom:32px}#app .status-card .status-overall .status-overall-status{display:flex;align-items:center;justify-content:center}#app .status-card .status-overall .status-overall-status .status-overall-status-text{text-align:center}#app .status-card .status-overall .status-overall-status .status-overall-status-text h1{text-align:center;font-size:22px}#app .status-card .status-overall .status-overall-status .status-overall-status-text.green h1{color:#1ee4a8}#app .status-card .status-overall .status-overall-status .status-overall-status-text.yellow h1{color:#ffd11b}#app .status-card .status-overall .status-overall-status .status-overall-status-text.yellow h1:last-child{margin-top:-15px}#app .status-card .status-overall .status-overall-status .status-overall-status-text.red h1{color:#ff0764}#app .status-card .status-overall .status-overall-last-fire{position:relative;top:-20px;margin-bottom:40px;text-align:center}#app .status-card .status-overall .status-overall-last-fire h2{font-size:14px;color:#333}#app .status-card .status-per-system{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:40px;color:#333}#app .status-card .status-per-system .status-system{border:1px solid #e5e5e5;width:532px;display:flex;justify-content:space-between;align-items:center;padding-left:16px;padding-top:19px;padding-bottom:24px;padding-right:17px}#app .status-card .status-per-system .status-system .status-system-icon{display:flex;justify-content:space-between;align-items:center;margin-right:18px;width:26px;height:26px;border-radius:50%;color:#fff}#app .status-card .status-per-system .status-system .status-system-icon span{line-height:25px;font-size:18px;font-weight:700}#app .status-card .status-per-system .status-system .status-system-icon.green{background:linear-gradient(to right bottom,#3bca51 50%,#0ff)}#app .status-card .status-per-system .status-system .status-system-icon.yellow{background:linear-gradient(to right bottom,#ffa435 50%,#fffe00)}#app .status-card .status-per-system .status-system .status-system-icon.red{background:linear-gradient(to right bottom,#ff0020 50%,#ff0ea7)}#app .status-card .status-fire-heading{margin-left:54px;color:#333;font-size:18px;width:567px;border-bottom:1px solid #e5e5e5;padding-bottom:25px;margin-bottom:10px}#app .status-card .status-fire-list{padding-top:15px;padding-bottom:15px;padding-right:54px;text-align:justify;color:#333}#app .status-card .status-fire-list .status-fire{margin-left:55px;margin-bottom:30px;font-size:14px}#app .status-card .status-fire-list .status-fire .status-fire-date{display:flex;align-items:center;justify-content:space-between}#app .status-card .status-fire-list .status-fire .status-fire-description{margin-bottom:10px}#app .status-card .status-fire-list .status-fire .status-fire-show-hide-details{cursor:pointer;display:flex;align-items:center}#app .status-card .status-fire-list .status-fire .status-fire-actions{margin-left:10px}#app .status-card .status-fire-list .status-fire .status-fire-actions .status-fire-action{margin-top:10px}#app .status-card .status-fire-list .status-fire .status-fire-actions .status-fire-action .status-fire-action-details{padding-left:15px;border-left:3px solid #838383;margin-top:10px;padding-top:5px;padding-bottom:5px}#app .status-card .status-fire-list .status-fire .status-fire-actions .status-fire-action .status-fire-action-details .status-fire-action-status{font-weight:700}