@font-face {
 font-family: 'ABBvoice';
 src: url('/static/fonts/ABBvoice_W_Rg.woff2') format('woff2');
 font-weight: normal;
 font-style: normal;
}

body {
  font-family: ABBvoice, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

a {
  text-decoration: none;
  color: #1F1F1F;
}

/* Disable margin on last <p> within the site banner */
#banner p:last-child {
  margin-bottom: 0;
}

/* Disable hr on last accordion item */
#notificationPanelAccordion div:last-child > hr {
  display: none;
}

/* Do not put bottom margin on last update in a page*/
#notificationPanelAccordion div.panel-notification-card:last-child .updates_block {
  margin-bottom: 0 !important;
}

.info-header {
  border-top: 5px solid blue !important;
  padding: 10px !important;
}

.tick-header {
  border-top: 5px solid green !important;
  padding: 10px !important;
}

.error-header {
  border-top: 5px solid red !important;
  padding: 10px !important;
}

.icon-css {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.info-header .icon-css {
  background-image: url('../images/info.png');
}

.tick-header .icon-css {
  background-image: url('../images/tick.png');
}

.error-header .icon-css {
  background-image: url('../images/error.png');
}

.modal-header,
.modal-footer {
  margin: 0;
  padding: 10px;
  border: none;
}

.close-icon {
  padding-left: 30px !important;
  font-size: 0.85em;
}

.title-name {
  padding-left: 10px;
}

main {
  background-color: #EBEBEB !important;
  flex: 1;
}

.categorytext {
  color: #1F1F1F;
  font-size: 20px;
  font-weight: 600;
}

.notificationdate {
  color: #1F1F1F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.service_description {
  color: black;
  font-size: 14px;
  font-weight: 400;
}

.service_heading {
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
  padding-bottom: 0px;
}

footer {
  background-color: #EBEBEB;
  color: #9F9F9F;
  font-size: 11px;
  font-weight: 400;
  word-wrap: break-word
}

footer a {
  color: #9F9F9F;
  text-decoration: underline;
}

.container {
  max-width: 1500px;
}

.header-home {
  color: black;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  word-wrap: break-word;
  padding: 10px;
}

.accordion-button {
  background-color: white;
  color: black;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  color: black;
  box-shadow: none;
}
.subscribe-button {
  background-color: black;
  border-radius: 30px;
  height: 30px;
  color: white;
}

.applibrary-button {
  background-color: #00000014;
  border-radius: 30px;
  border: none;
  height: 30px;
  color: black;
}

.navbar-left img {
  height: 20px;
  margin-right: 10px;
}

.navitem {
  width: 150px;
  text-align: center;
}

.nav-link {
  color: black;
  font-size: 16px;
  font-weight: 400;
}

.navbar {
  padding: 0 !important;
}


.brand-block {
  display: inline-block;
  vertical-align: middle;
  color: black;
}

.brand-block p {
  margin: 0;
}

.brand-division {
  color: black;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}

.brand-app {
  color: black;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
  margin-top: 0px;
}

.navactive {
  border-bottom: 3px solid black;
  font-weight: 700;
  font-size: 16px;
}

.dropdown-icon {
  padding-left: 5px;
  font-size: 0.8em;
}


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-info {
  color: white !important;
  background-color: royalblue;
}

.alert-warning {
  color: white !important;
  background-color:#FFA200;
}

.alert-danger {
  color: white !important;
  background-color: #EF3A34;
}

.alert-success {
  color: white !important;
  background-color: #21A67A;
}
.alert-dark{
  color: white !important;
  background-color:#e97132;
}

.timeline {
  padding: 4px 8px;
  border-radius: 4px;
  height: 23px;
  width: 61px;
  font-size: smaller;
  text-align: center;
}

.timeline-text {
  color: white !important;
}


.buttongap {
  padding-right: 10px;
}

.service_block {
  padding-top: 20px;
}

.status_badge {
  margin-left: 16px;
  opacity: 0.7;
}

.service_badge {
  background-color: #00000014;
  color: gray;
  font-weight: 400;
  font-size: 12px;
  border-radius: 12px;
}

.timeline_view {
  flex-wrap: nowrap;
}

.accordian-gap {
  padding-bottom: 10px;
}

.card-gap {
  padding: 0px 20px !important;
}

.accordion-circle-btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid lightgrey;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: bold;
  font-size: 0em;
}

.accordion-circle-btn:focus {
  outline: none;
  box-shadow: none;
}

.notification-id {
  color: #1F1F1F;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}

.notification-status-badge {
  opacity: 0.7;
}

.notification-card-gap {
  padding: 10px 20px;
}

.iti {
  position: relative;
  z-index: 10000;
}

.iti__country-list {
  z-index: 10001;
}

.phone-field-gap {
  padding-right: 10px;
}

.updates_block {
  background-color: #EBEBEB;
  padding: 10px;
  border-radius: 10px;
}

.side-panel {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #EBEBEB;
  overflow-x: hidden;
  transition: 0.3s;
  color: black;
  z-index: 1000;
}

.btn-dark {
  background-color: black;
  color: white;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 20px;
  text-decoration: none;
  color: black;
}

.panel-header {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  align-self: stretch;
}

.panel-status {
  display: flex;
  padding: 10px 24px;
  align-items: center;
  align-self: stretch;
  padding-bottom: 10px;
}

.center-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.panel-position {
  padding-top: 20px;
}

.carousel-sign {
  margin-top: 20px;
  width: 1.5rem;
  height: 1.5em;
  color: black !important;
}

.panel_status-bar-majoroutage {
  background: #EF3A34;
}

.panel_status-bar-operational {
  background: #21A67A;
}

.panel_status-bar-partialoutage {
  background:#e97132;
}

.panel_status-bar-degraded {
  background: #FFA200;
}

.side-panel-close {
  right: 25px;
  position: absolute;
}

.breakline-class {
  margin: 0px 15px;
}

.panel-card {
  padding: 10px;
}

.panel-notification-card {
  margin-bottom: 10px;
}

.p-sevice-name {
  font-weight: 600;
}

.p-category-name {
  font-weight: 400;
  color: gray
}

.status-bar {
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.status-bar-inner {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
}

.status-bar-inner2 {
  height: 40px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex
}

.status-bar-inner3 {
  align-self: stretch;
  padding: 12px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dateblock {
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.date-font {
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
}

.arrow {
  width: 16px;
  height: 16px;
}

.side-panel-display {
  display: none;
}

.arrow-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5); 
  display: none;
  z-index: 998;
}

#sidePanel {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: white;
  z-index: 999;
  transition: width 0.3s ease;
}

.white-box {
  background-color: white;
  border: 1px solid #ddd;
}
