/* Minification failed. Returning unminified contents.
(74,15): run-time error CSS1039: Token not allowed after unary operator: '-black'
(92,15): run-time error CSS1039: Token not allowed after unary operator: '-black'
(118,15): run-time error CSS1039: Token not allowed after unary operator: '-black'
(258,15): run-time error CSS1039: Token not allowed after unary operator: '-black'
(272,15): run-time error CSS1039: Token not allowed after unary operator: '-black'
(287,15): run-time error CSS1039: Token not allowed after unary operator: '-black'
(302,15): run-time error CSS1039: Token not allowed after unary operator: '-black'
(338,15): run-time error CSS1039: Token not allowed after unary operator: '-black'
(343,15): run-time error CSS1039: Token not allowed after unary operator: '-royal-purple'
(358,15): run-time error CSS1039: Token not allowed after unary operator: '-black'
 */
.status-page-heading {
  margin-bottom: 20px;
}

.card {
  border-radius: 10px;
}

.card-title p {
    font-size: 20px;
}

.card-content-right {
  float: right;
  margin: -1px 189px -2px -49px;
}

.row-design {
  margin: -18px -212px 0px -58px;
}

.top-margin {
  margin-top: 2rem !important;
}

.Rectangle-Table {
  width: 100%;
  padding: 19px 22.4px 16.3px 23.6px;
  background-color: #1b131312;
  border: none;
}

.Rectangle-Div {
  width: 59%;
  margin: auto;
  padding: 19px 22.4px 16.3px 23.6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #1ad9ad;
  border: none;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .Rectangle-Div {
    width: 100%;
    margin: auto;
    padding: 19px 22.4px 16.3px 23.6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #1ad9ad;
    border: none;
    text-align: center;
    vertical-align: middle;
  }
}

.Service-Table {
  width: 100%;
  height: 210.3px;
  margin: -30px 90px 50.7px 71px;
  padding: 19px 22.4px 16.3px 23.6px;
  border: none;
}

.Service-tabletd {
  font-family: OpenSans;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
  height: 24px;
  border: none;
  background-color: white;
  padding: 20px 5px;
}

.Service-TablerowTd {
  height: 24px;
  border: none;
  font-family: OpenSans;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
  padding: 20px 8.4px 65px;
  background-color: white;
  border-bottom: solid;
}

.incidentdescription {
  font-size: 14px;
  height: 133.9px;
  margin: -57.9px -1px 0 45px;
  padding: 8.4px 0.4px 0 10px;
  border: none;
  color: black;
}

.incidentimage {
  height: 24px;
  border: none;
  font-family: OpenSans;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
  background-color: white;
}

.ColumnTitle {
  text-align: left;
  border: none;
  padding: 0.5px 8px 0.5px 8px;
}


.main-inc-content {
  font-size: 14px;
  margin: -57.9px -1px 0 45px;
  padding: 8.4px 0.4px 0 10px;
  border: none;
  color: black;
}

.alert {
  padding-left: 65px;
  padding-bottom: 25px;
}

  .alert svg {
    position: absolute;
    left: 5px;
    top: 15px;
  }

.contentDivlightOrange {
  font-size: 14px;
  margin: -20.9px -1px 0 0px;
  padding: 8.4px 0.4px 0 10px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #fd972659;
  border: none;
}

.contentDivlightRed {
  font-size: 14px;
  margin: -20.9px -1px 0 0px;
  padding: 8.4px 0.4px 0 10px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #e58787;
  border: none;
}

.card-success {
  border-left: 5px solid #1ad9ad;
}

.card-danger {
  border-left: 5px solid red;
}

svg.warning-icon {
  fill: #fd9726;
}

svg.error-icon {
  fill: #fd9726;
}

svg.operational-icon {
  fill: #4D8400;
  width: 25px;
  height: 25px;
  float: left;
}

svg.operational-icon-heading {
  fill: #4D8400;
  width: 50px;
  height: 50px;
  float: left;
}

svg.service-error-icon-heading {
  fill: #c80a00 !important;
  width: 50px !important;
  height: 50px !important;
  float: left !important;
}

#errorIconStatus {
  position: absolute;
  display: none;
  top: 10px;
  right: -20px;
  background-color: #ffffff;
  padding: 0;
}

  #errorIconStatus svg {
      width: 25px;
      height: 25px;
  }

  svg.degraded-icon-danger {
    fill: #fd9726;
    width: 25px;
    height: 25px;
    float: right;
  }


svg.service-error-icon {
  fill: #fd9726;
  width: 25px;
  height: 25px;
  float: right;
}

svg.IT-status-tab-icon {
  width: 16px;
  height: 16px;
}



.ContactUsDiv {
  width: 100%;
  height: 245px;
  margin: 50px 60px 50px 71px;
  padding: 20px 25.7px 11.7px 23px;
  background-color: #f2f2f2;
}

.Contact-usTitle {
  width: 505px;
  margin: 50px 60px 50px 71px;
  font-family: OpenSans;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
}

.Raise-TicketTitle {
  width: 505px;
  margin: 50px 60px 50px 0px;
  font-family: OpenSans;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
}

.ContactUs-Content {
  width: 626px;
  height: 167px;
  margin: 19px 36px 0.3px 0;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
}

.Raise-TicketContent {
  width: 412.3px;
  height: 104px;
  margin: 15.1px 0 23.2px;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
}

.Faq-Question {
  background-color: rgba(178,216,227,.35);
  width: 1010px;
  height: 63px;
  margin: 30px 90px 50.7px 71px;
  padding: 19px 22.4px 16.3px 0.6px;
  font-size: 20px;
}

.Faq-Answer {
  width: 1010px;
  height: 63px;
  margin: -48px 90px 50.7px 71px;
  font-size: 18px;
}

.Frequently-Asked-Questions {
  width: 1010px;
  margin: 30px 90px 50.7px 71px;
  padding: 19px 22.4px 16.3px 23.6px;
}

.ContactUs-Content {
  width: 626px;
  height: 167px;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
}

.emailid-style {
  font-weight: bold;
  color: var(--royal-purple);
}

.raise-a-ticket {
  width: 412.3px;
  height: 104px;
  vertical-align: top;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: var(--black);
}

.faq-div-style {
  width: 100%;
}



