.incidents-list {
  display: none;
}
.masthead{
  display: flex;
  justify-content: center;
}
.masthead .updates-dropdown-container {
  display: none;
}
.components-container {
  display: none;
}
.scheduled-maintenances-container {
  display: none;
}
.page-status{
  display: none;
}
.unresolved-incidents {
  display: none;
}
.component-statuses-legend{
  display: none;
}
.page-footer{
  display: none !important;
}
.activate-page-prompt{
  display: none !important;
}
.text-section-container >.text-section {
  display: none !important;
}
.text-section{
  text-align: center;
}
#about-this-site{
  display: none;
}
html {
  background: #161225 !important;
}

body {
  /* display: none; */
  margin: 0;
  background: transparent !important;
  color: #ffffff !important;
}
/*Adding graphic element*/

.cirlce-grpahic-element {
  position: absolute;
  display: inline-block;
  top: 98vh;
  left: -190px;
  height: 380px;
  width: 380px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/Graphics-2.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  @media screen and (max-width: 1470px) {
    display: none;
  }
  @media screen and (min-height: 975px) {
    top: 90vh !important;
  }
  @media screen and (min-height: 1015px) {
    top: 85vh !important;
  }
}
.polygon-grpahic-element {
  position: absolute;
  display: inline-block;
  top: 40%;
  right: -350px;
  height: 500px;
  width: 700px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/Graphics-1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  @media screen and (max-width: 1920px) {
    right: -250px;
    height: 500px;
    width: 500px;
  }
  @media screen and (max-height: 665px) {
    top: 40%;
  }
  @media screen and (min-height: 735px) {
    top: 37%;
  }
  @media screen and (min-height: 875px) {
    top: 30%;
  }
  @media screen and (min-height: 955px) {
    top: 25%;
  }
  @media screen and (max-width: 1470px) {
    display: none;
  }
}

/* Button inside subscribe menu */
.flat-button {
  align-items: center;
  appearance: none;
  background-color: #722ac9;
  border-radius: 21px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 43px;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 20px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
}
.flat-button:hover {
  background-color: #fff;
  color: #000000;
}

/*-----------------Page Scrollbar------------------------------*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #333333;
}

.modal-content {
  color: #000 !important;
}
.container {
  max-width: 1200px;
}
.color-secondary {
  color: #ffffff !important;
}

/*---------------------------------Header section CSS Starts-----------------------------------------*/

.headercontainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  @media screen and (max-width: 805px) {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    margin-top: 20px;
  }
}
.leftpanel {
  display: flex;
  justify-content: left;
  align-items: center;
  @media screen and (max-width: 805px) {
    justify-content: center;
  }
}
.logo {
  height: auto;
  width: 370;
}
.rightpanel {
  display: flex;
  align-items: center;
  @media screen and (max-width: 805px) {
    justify-content: center;
  }
}
#show-updates-dropdown {
  align-items: center;
  appearance: none;
  background-color: #722ac9;
  border-radius: 50px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  padding: 14px 24px;
  fill: currentcolor;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
}
#show-updates-dropdown:hover,
#show-updates-dropdown:active {
  background: #fff;
  color: #722ac9;
}

.updates-dropdown-section {
  color: #000;
}

.updates-dropdown {
  margin-top: auto;
}
#website-button {
  margin-left: 24px;
  display: flex !important;
  background: transparent;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  max-width: 100%;
  text-align: center;
  width: auto;
  gap: 10px;
}
#website-button:hover,
#website-button:active {
  color: #722ac9 !important;
}

/* Header section CSS ends */

/* ----------------------------------------------------------------------------*/

/* Body section CSS Starts*/
/* Page status banner - all systems operataional style */
.page-status-container > .page-status {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  background: #14B76F !important;
  border: 0px !important;
  padding: 30px 40px !important;
  color: #000 !important;
  border-radius: 12px !important;
  @media screen and (max-width: 519px) {
    padding: 25px 35px !important;
  }
  @media screen and (max-width: 442px) {
    padding: 20px 27px !important;
  }
  @media screen and (max-width: 385px) {
    padding: 16px 22px !important;
  }
  @media screen and (max-width: 371px) {
    padding: 16px 18px !important;
  }
}

.page-status-container > .status-none h2 {
    text-align: center;
}

.page-status-container .page-status .status {
  color: #ffffff !important;
  font-size: 25px !important;
  font-weight: 500;
  display: flex;
  @media screen and (max-width: 519px) {
    font-size: 20px !important;
  }
  @media screen and (max-width: 442px) {
    font-size: 18px !important;
  }
  @media screen and (max-width: 371px) {
    font-size: 16px !important;
  }
}

/* Incident updates banner (minor, major, maintenace)*/
.unresolved-incidents-container > .unresolved-incidents {
  display: block !important;
}
.unresolved-incident {
  margin-top: 0px;
  background-color: #2c283e !important;
  border-radius: 12px !important;
}

.unresolved-incident .incident-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px !important;
  width: 100%;
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
}
.unresolved-incident .incident-title h5 {
  margin-bottom: 0px !important;
}
.unresolved-incident .incident-title .title {
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  padding-left: 10px !important;
  @media screen and (max-width: 438px) {
    font-size: 16px !important;
  }
}

.subscribe {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  width: auto;
  align-items: center;
  appearance: none;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  overflow: visible;
  padding: 10px 18px;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform, opacity;
  margin-left: auto !important;
  @media screen and (max-width: 794px) {
    height: 26px;
    padding: 1px 7px;
    font-size: 0.7rem !important;
  }
  @media screen and (max-width: 450px) {
    height: 22px;
    padding: 1px 5px;
    font-size: 0.6rem !important;
    font-weight: 300 !important;
  }
}
.subscribe:hover {
  background: #f6f9fe;
  color: #722ac9 !important;
}

.unresolved-incident > .updates {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  column-gap: 20px;
  padding: 20px !important;
  border: 0px !important;
}
.all-updates {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center !important;
}

.updates > .all-updates > .update {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px;

  @media screen and (max-width: 680px) {
    display: block !important;
  }
}

.updates > .all-updates > .update > .whitespace-pre-wrap {
  width: 70%;
}
.updates > .all-updates > .update small {
  margin-left: auto !important;
  color: #938fa8 !important;
}
/* .updates > .all-updates > .update small:before {
  @media screen and (max-width: 680px) {
    content: '\A' !important;
  }
} */

.incident-status {
  align-self: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  @media screen and (max-width: 910px) {
    display: none !important;
  }
}
.vertical-line {
  width: 2px;
  align-self: stretch;
  border-radius: 10px;
  background-color: #fff;
  @media screen and (max-width: 910px) {
    display: none !important;
  }
}
.incident-details {
  align-items: center;
  appearance: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0.25px;
  text-transform: none;
  width: auto;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  padding: 0px 20px;
  padding-bottom: 20px !important;
}
.incident-details:hover {
  color: #722ac9;
}

/* none impact incidents banner */

/*---------------Minor incidents banner-------------------*/

.unresolved-incidents .impact-minor .incident-title {
  background-color: #eabf0f !important;
  color: #000 !important;
}
.minor {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/banner-incident-minor-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.unresolved-incidents .impact-minor .incident-title .subscribe {
  border: 1px solid #000 !important;
  color: #000 !important;
}
.unresolved-incidents .impact-minor .incident-title .subscribe:hover {
  color: #fff !important;
  background-color: #000 !important;
}

/*---------------Major incidents banner--------------- */
.unresolved-incidents .impact-major .incident-title {
  background-color: #ff5b24 !important;
}
.major {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/Major-plain.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* ---------------Critical incidents banner--------------- */
.unresolved-incidents .impact-critical .incident-title {
  background-color: #c60000 !important;
}
.critical {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/banner-incident-critical-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* ---------------maintenance ongoing banner ---------------*/

.unresolved-incidents .impact-maintenance .incident-title {
  background-color: #0041be !important;
}
.maintenance {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/banner-maintenance-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*Incident impact icons starts*/

/* Incident updates banner (minor, major, maintenace) ends*/
/* Helper text font color*/
.tooltip-base {
  color: white;
}
.tooltip-base:hover {
  color: #000;
  background-color: white;
}

.upperbody {
  display: flex;
  @media screen and (max-width: 794px) {
    flex-direction: column;
    row-gap: 20px;
    height: auto !important;
  }
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
  height: auto;
  column-gap: 10%;
}
.component-inner-container > .name {
  max-width: 80% !important;
}
.component-container > .component-inner-container > .component-status {
  display: none !important;
}

.child-components-container > .component-inner-container > .component-status {
  display: none !important;
}
.globalservices {
  flex-basis: 45%;
  @media screen and (max-width: 794px) {
    flex-basis: auto;
    width: 100%;
  }
}
.globalservices-head {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
}
.globalservices-head h2 {
  margin-bottom: 0px !important;
}

.globalservices > .components-container {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  flex-wrap: noWrap;
  padding-top: 16px !important;
  border-radius: 12px !important;
  /* row-gap: 4px !important; */
}
.globalservices > .components-container > .component-container {
  width: 100% !important;
  border: 0px !important;
  padding: 22.4px 21px 21.8px 21px !important;
  background-color: #2c283e;
  border-top: 1px solid #000000 !important;
}

.globalservices > .components-container > .component-container:first-child {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.layout-content.status.status-index
  .components-section
  .components-container.three-columns
  .component-container:nth-child(3) {
  border-radius: 0px !important;
}
.layout-content.status.status-index
  .components-section
  .components-container.three-columns
  .component-container:nth-last-child(2):nth-child(3n + 3) {
  border-radius: 0px !important;
}

.nomaintenance {
  flex-basis: 45%;
  @media screen and (max-width: 794px) {
    flex-basis: auto;
    width: 100%;
  }
}
.nomaintenance > .maintenances-head h2 {
  margin-bottom: 0px !important;
}
.nomaintenance p {
  padding: 16px 24px;
  background-color: #2c283e;
  border-radius: 10px;
}
.upperbody .scheduled-maintenances-container {
  @media screen and (max-width: 794px) {
    flex-basis: auto;
    width: 100%;
  }
  display: block;
  flex-basis: 45%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 7px !important;
  height: 100%;
}
.maintenances-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 16px !important;
}

.maintenance-head-icon {
  /*   @media screen and (max-width: 794px) {
        display: none !important;
      } */
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/maintenance-heading-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* New maintenance style */
.planned-maintenances {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-right: 15px;
  max-height: 510px;
  margin: 0 auto;
  overflow: hidden;
  @media screen and (max-width: 794px) {
    max-height: none !important;
    height: auto !important;
  }
}
.planned-maintenances:hover,
.planned-maintenances:active {
  overflow-y: auto;
}

.maintenances {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #2c283e !important;
  border-radius: 10px;
  padding: 16px 0px;
  cursor: pointer;
  /* justify-content: space-between; */
}
.maintenances:hover,
.maintenances:active {
  background: #433f58 !important;
}
.maintenance-styling-line {
  margin-left: 24px;
  margin-right: 24px;
  width: 6px;
  align-self: stretch;
  border-radius: 10px;
  background-color: #3caaff;
}
.maintenance-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.date-time-class {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  @media screen and (max-width: 470px) {
    font-size: 15px;
  }
}
.maintenance-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  @media screen and (max-width: 470px) {
    font-size: 13px;
  }
}
.arrow {
  display: flex !important;
  background: transparent;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 24px;
}

/*Regional services css classes  */
.regionalservices {
  margin-top: 48px;
}
.regionalservices h2 {
  margin-bottom: 0px !important;
}
.regionalservices > .components-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 5%;
  margin-top: 16px !important;
  @media screen and (max-width: 794px) {
    flex-direction: column;
    row-gap: 20px;
    column-gap: auto;
    height: auto !important;
  }
}
.regionalservices > .components-container > .component-container {
  flex-basis: 30%;
  height: 100%;
  border: 0px !important;
  /*  border: 1px solid #181f2a !important; */
  border-radius: 12px !important;
  padding: 0 !important;
  @media screen and (max-width: 794px) {
    flex-basis: auto;
    width: 100% !important;
  }
}
.country-head {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.country-name {
  font-size: 1rem !important;

  /*  @media screen and (max-width: 794px) {
      font-size: 1rem !important;
    } */
  font-weight: 500 !important;
}
.regionalservices > .components-container > .closed {
  background-color: #2c283e !important;
}
.regionalservices > .components-container > .open {
  background-color: transparent !important;
}
.regionalservices
  > .components-container
  > .component-container
  > .component-inner-container {
  display: none !important;
  padding: 20px 20px 20px 20px;
  font-size: 1rem !important;

  /*  @media screen and (max-width: 794px) {
      font-size: 1rem !important;
    } */
  font-weight: 100 !important;
}
.regionalservices
  > .components-container
  > .component-container
  > .child-components-container {
  padding-left: 0px !important;
  border-radius: 20px !important;
}

.regionalservices
  > .components-container
  > .component-container
  > .child-components-container
  > .component-inner-container {
  background-color: #2c283e !important;
  margin-top: 0px !important;
  border-top: 1px solid #000000 !important;
  padding: 22.4px 21px 21.8px 21px !important;
}
.regionalservices
  > .components-container
  > .component-container
  > .child-components-container
  > .component-inner-container:first-child {
  margin-top: 0px !important;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.regionalservices
  > .components-container
  > .component-container
  > .child-components-container
  > .component-inner-container:last-child {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

/*--------------Legends styling----------------------------- */
.operational-check {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/operational-legend-icon-v2.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.degraded-minus-square {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/degraded-performance-legend-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.partial-warning-traingle {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/partial-outage-legend-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.major-cross-cirlce {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/major-outage-legend-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.maintenance-nut {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/maintenance-nut.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page-incident-legends > .component-statuses-legend {
  display: flex !important;
  padding: 0px 16px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
}
.layout-content.status.status-index
  .components-section
  .page-incident-legends
  .component-statuses-legend
  .legend-item {
  display: flex !important;
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.layout-content.status.status-index
  .components-section
  .page-incident-legends
  .component-statuses-legend
  .legend-item:nth-child(3) {
  margin-right: 5% !important;
}
.layout-content.status.status-index
  .components-section
  .page-incident-legends
  .component-statuses-legend
  .legend-item:nth-child(n + 4) {
  margin-top: 0px !important;
}
/*--------------Footer styling----------------------------- */

.page-footer-container > .page-footer {
  display: flex !important;
  flex-direction: row;
  @media screen and (max-width: 690px) {
    flex-direction: column;
    justify-content: center;
    width: auto !important;
  }
}
.history-footer-link {
  width: auto;
  margin-right: auto;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 2px solid;
  border-color: #fff;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: 32px;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  overflow: visible;
  padding: 8px 15px;
  position: relative;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform, opacity;
  z-index: 0;
  @media screen and (max-width: 695px) {
    display: flex !important;
    align-self: center;
    width: auto !important;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.history-footer-link:hover {
  background: #f6f9fe;
  color: #722ac9;
}

.current-status-button {
  width: auto;
  display: inline-flex;
  margin-right: auto;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 2px solid;
  border-color: #fff;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  fill: currentcolor;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  overflow: visible;
  height: 32px;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;

  @media screen and (max-width: 690px) {
    /* display: inline-block !important; */
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex !important;
    align-self: center;
    width: auto !important;
  }
}
.current-status-button:hover {
  background: #f6f9fe;
  color: #174ea6;
}

.status-full-history > .container > .page-footer-container > .page-footer a {
  display: flex !important;
  margin-right: auto;
  @media screen and (max-width: 690px) {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
    width: auto !important;
  }
}
.powered-by {
  display: flex !important;
  margin-left: auto;
  @media screen and (max-width: 690px) {
    margin-left: 0;
    justify-content: center;
  }
}
.powered-by a {
  @media screen and (max-width: 690px) {
    margin-left: 0;
    display: flex !important;
    justify-content: center;
  }
}
.footer-links {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  justify-content: center;
  font-weight: 500;
  @media screen and (max-width: 570px) {
    display: flex;
    justify-content: center;
  }
}
.footer-links a {
  @media screen and (max-width: 570px) {
    margin-bottom: 1px !important;
  }
}

.pipe-class {
  color: #808080;
}
.copyright-class {
  display: flex;
  justify-content: center;
  color: #808080;
  margin-top: 5px;
  @media screen and (max-width: 570px) {
    margin-bottom: 10px !important;
    display: flex !important;
    justify-content: center;
  }
}

/*------------------------------History Page CSS---------------------------------------*/
.border-color {
  border-color: #3f3c3c98 !important;
}
.history-header {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.history-header::before {
  display: none !important;
}
.history-header::after {
  display: none !important;
}
/*-------------------Styling for component filter in History page-----------------*/
.component-selector {
  width: 280px;
  align-items: center;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  @media screen and (max-width: 455px) {
    width: 100% !important;
  }
}
.layout-content.status.status-full-history .history-header .component-selector {
  @media screen and (max-width: 455px) {
    width: 100% !important;
  }
}
.layout-content.status.status-full-history .show-filter {
  display: flex !important;
  width: 100%;
  background-color: whitesmoke;
  color: #000 !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
  justify-content: space-between;
  align-items: center;
}
.layout-content.status.status-full-history .show-filter:hover {
  background-color: rgb(115, 188, 221);
  color: #fff !important;
}
.component-selector > .grouped-items-selector {
  width: 280px;
  height: auto;
  position: absolute;
  overflow-y: scroll;
  @media screen and (max-width: 724px) {
    width: auto;
    height: 30%;
  }
}
#reset-selection {
  cursor: pointer;
}
#reset-selection:hover {
  cursor: pointer;
  background-color: #174ea6;
  color: #fff !important;
}
/*---------------Styling for impacts and pagination in History page------------------*/

.pagination-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 1185px) {
    flex-direction: column;
    width: auto;
    row-gap: 10px;
  }
  @media screen and (max-width: 651px) {
    flex-direction: column-reverse;
    padding: 0px !important;
  }
}
.pagination {
  display: flex !important;
  background: var(--Cell, #2c283e) !important;
  border-radius: 10px;
  padding: 10px 12px;
}
.pagination > .previous-page {
  border-radius: var(--default, 10px);
  background: var(--Hover, #433f58);
}
.pagination > .next-page {
  border-radius: var(--default, 10px);
  background: var(--Hover, #433f58);
}
.pagination > .current {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.impact-legends-box {
  display: flex;
  align-items: center;
  width: auto;
  margin-right: 0;
  background-color: #2c283e !important;
  border-radius: 10px;
  height: auto;
  padding: 10px 12px;
  @media screen and (max-width: 939px) {
    width: auto;
  }
}
.impact-fieldset {
  text-align: center;
  width: auto;
  background: transparent !important;
  font-size: 1rem !important;
  display: flex !important;
  flex-direction: row;
  border-radius: 5px !important;
  @media screen and (max-width: 1111px) {
    font-size: 0.8rem !important;
  }
  @media screen and (max-width: 995px) {
    font-size: 0.7rem !important;
  }
}
.all-impacts {
  display: flex !important;
  flex-direction: row;
  gap: 20px;
  @media screen and (max-width: 495px) {
    gap: 10px;
  }
  @media screen and (max-width: 365px) {
    gap: 5px;
    align-items: left;
  }
}
.impact-legends-heading {
  display: flex !important;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  color: #fff !important;
  font-weight: 400 !important;
  @media screen and (max-width: 939px) {
    flex-direction: column;
    justify-content: left;
  }
}
.impact-text {
  color: #fff !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.impact-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  @media screen and (max-width: 399px) {
    gap: 5px;
    align-items: left;
  }
  @media screen and (max-width: 365px) {
    gap: 2px;
    align-items: left;
  }
  /* @media screen and (max-width: 1054px) {
        font-weight: 400 !important;
      } */
}
.critical-bar {
  width: 6px;
  height: 19px;
  background: #c60000;
  border-radius: 10px;
}
.major-bar {
  width: 6px;
  height: 19px;
  background: #ff5b24 !important;
  border-radius: 10px;
}
.minor-bar {
  width: 6px;
  height: 19px;
  background: #eabf0f;
  border-radius: 10px;
}
.maintenance-bar {
  width: 6px;
  height: 19px;
  background: #3caaff;
  border-radius: 10px;
}

/*------------------pagination styling-----------------*/
.layout-content.status.status-full-history
  .history-header
  .pagination
  .current {
  @media screen and (max-width: 578px) {
    font-size: 0.8rem !important;
  }
}
.pagination {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: right;
}
.layout-content.status.status-full-history .history-header .pagination a {
  border-style: none !important;
}

.layout-content.status.status-full-history .history-header .left-arrow:before {
  color: #fff !important;
}
.layout-content.status.status-full-history .history-header .right-arrow:before {
  color: #fff !important;
}

/*History container begins*/
.months-container {
  padding-top: 20px !important;
}
.month-title {
  border-style: none !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem !important;
  font-weight: 500;
}

.incident-history {
  text-align: center;
}
.incident-list {
  text-align: start !important;
}
.incident-container {
  background-color: #2c283e !important;
  border-radius: 10px !important;
  display: flex !important;
  width: 100%;
  flex-direction: column;
  padding-bottom: 12px;
}

.incident-container > .incident-title {
  width: 100%;
  display: flex !important;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding: 12px 12px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  @media screen and (max-width: 435px) {
    font-size: 18px;
  }
}

.incident-container > .impact-maintenance {
  display: flex;
  width: 100%;
  color: #3caaff !important;
}
.incident-container > .impact-maintenance:hover,
.impact-maintenance:active {
  background-color: #433f58 !important;
}
.incident-container > .impact-minor {
  display: flex;
  width: 100%;
  background: transparent !important;
  color: #eabf0f !important;
}
.incident-container > .impact-minor:hover,
.impact-minor:active {
  background-color: #433f58 !important;
}
.incident-container > .impact-major {
  display: flex;
  width: 100%;
  color: #ff5b24 !important;
}
.incident-container > .impact-major:hover,
.impact-major:active {
  background-color: #433f58 !important;
}
.incident-container > .impact-critical {
  display: flex;
  width: 100%;
  color: #c60000 !important;
}
.incident-container > .impact-critical:hover,
.impact-critical:active {
  background-color: #433f58 !important;
}
.incident-container > .impact-none {
  display: flex;
  width: 100%;
  color: #ffffff !important;
}
.incident-container > .impact-none:hover {
  background-color: #433f58 !important;
  color: #ffffff !important;
}
.incident-container > .message {
  color: #fff !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  padding: 0px 12px;

  /* padding-top: 5px; */
  @media screen and (max-width: 435px) {
    font-size: 14px;
  }
}
.incident-container > .secondary {
  color: #c9c6d7 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-top: 5px;
  padding-left: 12px;
  padding-bottom: 12px;
  gap: 3px;
  display: flex;
  @media screen and (max-width: 435px) {
    font-size: 12px;
  }
}
.expand-incidents {
  display: inline-block !important;
  background: #fff !important;
  color: #722ac9 !important;
  border-radius: 50px !important;
  width: auto !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 14px 24px !important;
}
.expand-incidents:hover {
  background: #722ac9 !important;
  color: #fff !important;
}

/*-----------------Incident / Maintenance page styling ------------------------ */
.incident .layout-content {
  background: transparent !important;
}
.layout-content.status.status-incident > .container {
  max-width: 1000px !important;
}
.status-incident > .container {
  padding-bottom: 0px !important;
}
.page-title > .subheader {
  padding-top: 10px;
}

.layout-content.status.status-incident .components-affected {
  border-style: none !important;
  display: flex !important;
  justify-content: center;
  padding: 1px !important;
  color: #ffffffd0 !important;
  font-weight: 500;
}
.layout-content.status.status-incident .page-title {
  margin-bottom: 20px !important;
}
.incident-title.impact-none{
  color: #ffff !important;
}
.layout-content.status.status-incident .incident-updates-container {
  margin-top: 30px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  width: 100% !important;
}

.layout-content.status.status-incident .update-row .update-timestamp {
  color: #aaa3a3d0 !important;
}

.subscribe-button {
  align-items: center;
  appearance: none;
  background-color: #722ac9 !important;
  border-radius: 21px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 43px;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 20px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
}
.subscribe-button:hover {
  background-color: #fff !important;
  color: #000000;
}

/*-----------------Subscribe page ------------------------ */
.status.edit.status-none .layout-content.status .custom-header-container {
  margin-bottom: 50px !important;
  @media screen and (max-width: 805px) {
    margin-bottom: 30px !important;
  }
}

.manage-subscriptions > .container {
  max-width: 1200px !important;
  padding-bottom: 0px !important;
}

.component-form
  > .grouped-items-selector
  .body
  .grouped-items
  .grouped-item-label {
  color: #fff !important;
}
.component-form > .grouped-items-selector {
  text-align: center !important;
}
.component-form > .grouped-items-selector .body label,
.component-form > .grouped-items-selector .body span {
  color: #fff !important;
}

.layout-content.status .grouped-items-selector.inline .grouped-item {
  padding: 14px 22px 14px 5px;
}
.new-subscription .heading {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  @media screen and (max-width: 475px) {
    gap: 12px;
  }
}
.new-subscription .heading .title {
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  @media screen and (max-width: 875px) {
    font-size: 20px !important;
  }
  @media screen and (max-width: 527px) {
    font-size: 18px !important;
  }
  /*  @media screen and (max-width: 420px) {
    font-size: 0.9rem !important;
  } */
  @media screen and (max-width: 475px) {
    font-size: 14px !important;
  }
}
.new-subscription .heading .subscriber {
  display: flex;
  color: #c9c6d7 !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  @media screen and (max-width: 875px) {
    font-size: 18px !important;
  }
  @media screen and (max-width: 527px) {
    font-size: 16px !important;
  }
  @media screen and (max-width: 475px) {
    font-size: 12px !important;
  }
}
.subscribe-helpertext {
  width: 70% !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #dbd8e8 !important;
  @media screen and (max-width: 875px) {
    width: 100% !important;
  }
}
.subscribe-helpertext-h6 {
  @media screen and (max-width: 755px) {
    font-size: 0.9rem !important;
  }
  @media screen and (max-width: 680px) {
    font-size: 0.7rem !important;
  }
  @media screen and (max-width: 528px) {
    font-size: 0.6rem !important;
  }
}
.component-form > .form-actions {
  justify-content: flex-start !important;
  margin-top: 16px;
  margin-bottom: 20px;
  gap: 20px;
  @media screen and (max-width: 475px) {
    justify-content: center !important;
  }
}

.component-form > .form-actions > .flat-button {
  align-items: center;
  appearance: none;
  background-color: #722ac9;
  border: 1px solid #722ac9;
  border-radius: 50px !important;
  height: auto !important;
  padding: 14px 24px !important;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.25px;
  overflow: visible;
  position: relative;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
  @media screen and (max-width: 700px) {
    padding: 10px 20px !important;
  }
  @media screen and (max-width: 475px) {
    padding: 8px 18px !important;
    font-size: 16px;
    line-height: 18px;
  }
}
.component-form > .form-actions > .flat-button:hover {
  background: #fff;
  color: #722ac9;
}
.component-form > .form-actions > .cancel-btn {
  align-items: center;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #dbd8e8;
  border-radius: 50px;
  padding: 14px 24px !important;
  justify-content: center;
  align-items: center;
  color: #722ac9;
  cursor: pointer;
  height: auto !important;
  display: inline-flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.25px;
  overflow: visible;
  position: relative;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
  @media screen and (max-width: 700px) {
    padding: 10px 20px !important;
  }
  @media screen and (max-width: 475px) {
    padding: 8px 18px !important;
    font-size: 16px;
    line-height: 18px;
  }
}
.component-form > .form-actions > .cancel-btn:hover {
  background: #722ac9;
  color: #ffffff;
  border: 1px solid #722ac9;
}

.subscribe-services-apis-head {
  margin-top: 40px;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  @media screen and (max-width: 875px) {
    font-size: 20px !important;
  }
  @media screen and (max-width: 527px) {
    font-size: 18px !important;
  }
}
.subscriber-heading {
  display: flex;
  flex-direction: column;
}
.subscriber-heading > .border {
  border-style: none !important;
  width: 100%;
  padding-left: 0px !important;
  padding-bottom: 10px !important;
  display: flex;
  align-items: left !important;
  margin-bottom: auto !important;
}
.subscriber-heading > .border > .identifier {
  display: flex !important;
  color: #c9c6d7 !important;
  align-items: left !important;
  @media screen and (max-width: 805px) {
    font-size: 1rem !important;
  }
}

.component-form > .grouped-items-selector {
  background: transparent !important;
  border-style: none !important;
  margin-top: 10px !important;
}
.grouped-items-selector > .body {
  display: flex;
  flex-direction: row;
  column-gap: 5%;
  width: 100%;
  @media screen and (max-width: 875px) {
    display: flex;
    flex-direction: column !important;
    row-gap: 10% !important;
  }
}
.grouped-item {
  border-style: none !important;
}
.subscribe-global {
  width: 25%;
  border-radius: 10px !important;
  background: transparent;
  @media screen and (max-width: 875px) {
    width: 100%;
  }
}
.subscribe-global > .grouped-items {
  padding-left: 5px !important;
  border-radius: 12px;
}
.subscribe-global > .grouped-items > .grouped-item {
  background: #2c283e;
  border-top: 1px solid #000000 !important;
  padding: 22.4px 21px 21.8px 21px !important;
}
.subscribe-global > .grouped-items > .grouped-item:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.subscribe-global > .grouped-items > .grouped-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.global-head {
  width: 100%;
  padding: 5px;
  font-size: 1rem !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  justify-content: flex-start;
}

.subscribe-denmark {
  width: 25%;
  border-radius: 10px !important;
  @media screen and (max-width: 875px) {
    width: 100%;
    margin-top: 20px !important;
  }
}
.subscribe-denmark > .group-parent {
  background: #2c283e !important;
}
.subscribe-denmark > .open {
  background: transparent !important;
}
.subscribe-denmark > .grouped-item > .grouped-item-label {
  width: 100%;
  font-size: 1rem !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  justify-content: flex-start;
  column-gap: 10px !important;
}
.subscribe-denmark > .grouped-item {
  padding-left: 5px !important;
  border-radius: 12px !important;
}
.subscribe-denmark > .grouped-item > .grouped-item {
  background: #2c283e !important;
  border-top: 1px solid #000000 !important;
  padding: 22.4px 21px 21.8px 21px !important;
}
.subscribe-denmark > .grouped-item > .grouped-item:nth-child(2) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.subscribe-denmark > .grouped-item > .grouped-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.subscribe-denmark > .group-parent {
  padding: 0px !important;
}


.subscribe-finland {
  width: 25%;
  border-radius: 10px !important;
  @media screen and (max-width: 875px) {
    width: 100%;
    margin-top: 20px !important;
  }
}
.subscribe-finland > .group-parent {
  background: #2c283e !important;
}
.subscribe-finland > .open {
  background: transparent !important;
}
.subscribe-finland > .grouped-item > .grouped-item-label {
  width: 100%;
  font-size: 1rem !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  justify-content: flex-start;
  column-gap: 10px !important;
}
.subscribe-finland > .grouped-item {
  padding-left: 5px !important;
  border-radius: 12px !important;
}
.subscribe-finland > .grouped-item > .grouped-item {
  background: #2c283e !important;
  border-top: 1px solid #000000 !important;
  padding: 22.4px 21px 21.8px 21px !important;
}
.subscribe-finland > .grouped-item > .grouped-item:nth-child(2) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.subscribe-finland > .grouped-item > .grouped-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.subscribe-finland > .group-parent {
  padding: 0px !important;
}


.label-button {
  width: 100%;
  display: flex !important;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
  padding: 10px !important;
}
.show-children {
  margin-left: auto !important;
}
.subscribe-norway {
  width: 25%;
  border-radius: 10px !important;
  @media screen and (max-width: 875px) {
    width: 100%;
    margin-top: 20px !important;
  }
}
.subscribe-norway > .group-parent {
  background: #2c283e !important;
}
.subscribe-norway > .open {
  background: transparent !important;
}

.subscribe-norway > .grouped-item > .grouped-item-label {
  width: 100%;
  font-size: 1rem !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  justify-content: flex-start;
  column-gap: 10px !important;
}
.subscribe-norway > .grouped-item {
  padding-left: 5px !important;
  border-radius: 12px !important;
}
.subscribe-norway > .grouped-item > .grouped-item {
  background: #2c283e !important;
  border-top: 1px solid #000000 !important;
  padding: 22.4px 21px 21.8px 21px !important;
}
.subscribe-norway > .grouped-item > .grouped-item:nth-child(2) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.subscribe-norway > .grouped-item > .grouped-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.subscribe-norway > .group-parent {
  padding: 0px !important;
}
.grouped-items-selector.inline i.fa {
  color: #fff;
  margin-right: 5px;
}

.unsubscribe-button {
  margin-left: auto !important;
  appearance: none;
  background-color: #c60000;
  border: 1px solid;
  border-color: #c60000;
  border-radius: 50px;
  box-sizing: border-box;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: normal;
  overflow: visible;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
  @media screen and (max-width: 700px) {
    padding: 10px 20px !important;
  }
  @media screen and (max-width: 475px) {
    padding: 8px 18px !important;
    font-size: 16px;
    line-height: 18px;
  }
}
.unsubscribe-button:hover {
  background: #fff;
  border-color: #fff;
  color: #c60000 !important;
}

.global-toggle-btn {
  display: inline-block !important;
  padding: 14px 24px;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 22px !important;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #dbd8e8;
  background: #fff;
  color: #722ac9 !important;
  text-align: center !important;
  width: auto !important;
  margin-top: 20px;
  @media screen and (max-width: 700px) {
    padding: 10px 20px !important;
  }
  @media screen and (max-width: 475px) {
    padding: 8px 18px !important;
    font-size: 16px;
    line-height: 18px;
  }
}
.global-toggle-btn:hover {
  background: #722ac9;
  color: #ffffff !important;
  border: 1px solid #722ac9;
}

/* === New: hide Global Services block on main page === */
.globalservices {
  display: none !important;
}

/* Make the scheduled maintenance block take full width in upperbody */
.upperbody .scheduled-maintenances-container,
.upperbody .nomaintenance {
  flex-basis: 100% !important;
}

/* === New: Azure-like status matrix (lower body) === */

.lowerbody {
  margin-top: 40px;
}

/* Wrapper to enable horizontal scroll on small screens */
.vm-status-matrix-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #121225;
}

/* The matrix table itself */
.vm-status-matrix {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  font-size: 14px;
}

/* Basic cell styles */
.vm-status-matrix th,
.vm-status-matrix td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  white-space: nowrap;
}

/* Header row + sticky first column */
.vm-status-matrix thead th {
  position: sticky;
  top: 0;
  background: #1d1833;
  font-weight: 500;
  z-index: 2;
}

/* First column: component names */
.vm-sticky-col {
  position: sticky;
  left: 0;
  background: #1d1833;
  text-align: left;
  z-index: 3;
}

/* Status cells + dots */
.vm-status-cell {
  position: relative;
}

.vm-status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 4px;
}

/* Colors per status */
.vm-status-operational .vm-status-dot {
  background: #14b76f;
}
.vm-status-degraded .vm-status-dot {
  background: #eabf0f;
}
.vm-status-partial .vm-status-dot {
  background: #ff5b24;
}
.vm-status-down .vm-status-dot {
  background: #c60000;
}
.vm-status-maintenance .vm-status-dot {
  background: #3caaff;
}
.vm-status-na .vm-status-dot {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.vm-status-label {
  font-size: 12px;
  opacity: 0.8;
}

.vm-status-matrix tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}
/* ===== Matrix Header Styles ===== */
.vm-region-header-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
/* Force region header font size */
.vm-region-header-inner .vm-region-label {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4;
}

.vm-region-flag {
  width: 22px;
  height: 22px;
  border-radius: 6px;
}

.vm-region-label {
  font-size: 14px;
  font-weight: 500;
}

/* ===== Status icons inside cells ===== */
.vm-status-icon {
  display: inline-block;
  transform: scale(1.1);
}

/* NA (no data) styling */
.vm-status-label {
  color: #888;
  font-size: 12px;
}

.incidents-list {
  display: none;
}
.masthead{
  display: flex;
  justify-content: center;
}
.masthead .updates-dropdown-container {
  display: none;
}
.components-container {
  display: none;
}
.scheduled-maintenances-container {
  display: none;
}
.page-status{
  display: none;
}
.unresolved-incidents {
  display: none;
}
.component-statuses-legend{
  display: none;
}
.page-footer{
  display: none !important;
}
.activate-page-prompt{
  display: none !important;
}
.text-section-container >.text-section {
  display: none !important;
}
.text-section{
  text-align: center;
}
#about-this-site{
  display: none;
}
html {
  background: #161225 !important;
}

body {
  /* display: none; */
  margin: 0;
  background: transparent !important;
  color: #ffffff !important;
}
/*Adding graphic element*/

.cirlce-grpahic-element {
  position: absolute;
  display: inline-block;
  top: 98vh;
  left: -190px;
  height: 380px;
  width: 380px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/Graphics-2.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  @media screen and (max-width: 1470px) {
    display: none;
  }
  @media screen and (min-height: 975px) {
    top: 90vh !important;
  }
  @media screen and (min-height: 1015px) {
    top: 85vh !important;
  }
}
.polygon-grpahic-element {
  position: absolute;
  display: inline-block;
  top: 40%;
  right: -350px;
  height: 500px;
  width: 700px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/Graphics-1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  @media screen and (max-width: 1920px) {
    right: -250px;
    height: 500px;
    width: 500px;
  }
  @media screen and (max-height: 665px) {
    top: 40%;
  }
  @media screen and (min-height: 735px) {
    top: 37%;
  }
  @media screen and (min-height: 875px) {
    top: 30%;
  }
  @media screen and (min-height: 955px) {
    top: 25%;
  }
  @media screen and (max-width: 1470px) {
    display: none;
  }
}

/* Button inside subscribe menu */
.flat-button {
  align-items: center;
  appearance: none;
  background-color: #722ac9;
  border-radius: 21px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 43px;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 20px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
}
.flat-button:hover {
  background-color: #fff;
  color: #000000;
}

/*-----------------Page Scrollbar------------------------------*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #333333;
}

.modal-content {
  color: #000 !important;
}
.container {
  max-width: 1200px;
}
.color-secondary {
  color: #ffffff !important;
}

/*---------------------------------Header section CSS Starts-----------------------------------------*/

.headercontainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  @media screen and (max-width: 805px) {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    margin-top: 20px;
  }
}
.leftpanel {
  display: flex;
  justify-content: left;
  align-items: center;
  @media screen and (max-width: 805px) {
    justify-content: center;
  }
}
.logo {
  height: auto;
  width: 370;
}
.rightpanel {
  display: flex;
  align-items: center;
  @media screen and (max-width: 805px) {
    justify-content: center;
  }
}
#show-updates-dropdown {
  align-items: center;
  appearance: none;
  background-color: #722ac9;
  border-radius: 50px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  padding: 14px 24px;
  fill: currentcolor;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
}
#show-updates-dropdown:hover,
#show-updates-dropdown:active {
  background: #fff;
  color: #722ac9;
}

.updates-dropdown-section {
  color: #000;
}

.updates-dropdown {
  margin-top: auto;
}
#website-button {
  margin-left: 24px;
  display: flex !important;
  background: transparent;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  max-width: 100%;
  text-align: center;
  width: auto;
  gap: 10px;
}
#website-button:hover,
#website-button:active {
  color: #722ac9 !important;
}

/* Header section CSS ends */

/* ----------------------------------------------------------------------------*/

/* Body section CSS Starts*/
/* Page status banner - all systems operataional style */
.page-status-container > .page-status {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  background: #14B76F !important;
  border: 0px !important;
  padding: 30px 40px !important;
  color: #000 !important;
  border-radius: 12px !important;
  @media screen and (max-width: 519px) {
    padding: 25px 35px !important;
  }
  @media screen and (max-width: 442px) {
    padding: 20px 27px !important;
  }
  @media screen and (max-width: 385px) {
    padding: 16px 22px !important;
  }
  @media screen and (max-width: 371px) {
    padding: 16px 18px !important;
  }
}

.page-status-container > .status-none h2 {
    text-align: center;
}

.page-status-container .page-status .status {
  color: #ffffff !important;
  font-size: 25px !important;
  font-weight: 500;
  display: flex;
  @media screen and (max-width: 519px) {
    font-size: 20px !important;
  }
  @media screen and (max-width: 442px) {
    font-size: 18px !important;
  }
  @media screen and (max-width: 371px) {
    font-size: 16px !important;
  }
}

/* Incident updates banner (minor, major, maintenace)*/
.unresolved-incidents-container > .unresolved-incidents {
  display: block !important;
}
.unresolved-incident {
  margin-top: 0px;
  background-color: #2c283e !important;
  border-radius: 12px !important;
}

.unresolved-incident .incident-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px !important;
  width: 100%;
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
}
.unresolved-incident .incident-title h5 {
  margin-bottom: 0px !important;
}
.unresolved-incident .incident-title .title {
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  padding-left: 10px !important;
  @media screen and (max-width: 438px) {
    font-size: 16px !important;
  }
}

.subscribe {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  width: auto;
  align-items: center;
  appearance: none;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  overflow: visible;
  padding: 10px 18px;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform, opacity;
  margin-left: auto !important;
  @media screen and (max-width: 794px) {
    height: 26px;
    padding: 1px 7px;
    font-size: 0.7rem !important;
  }
  @media screen and (max-width: 450px) {
    height: 22px;
    padding: 1px 5px;
    font-size: 0.6rem !important;
    font-weight: 300 !important;
  }
}
.subscribe:hover {
  background: #f6f9fe;
  color: #722ac9 !important;
}

.unresolved-incident > .updates {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  column-gap: 20px;
  padding: 20px !important;
  border: 0px !important;
}
.all-updates {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center !important;
}

.updates > .all-updates > .update {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px;

  @media screen and (max-width: 680px) {
    display: block !important;
  }
}

.updates > .all-updates > .update > .whitespace-pre-wrap {
  width: 70%;
}
.updates > .all-updates > .update small {
  margin-left: auto !important;
  color: #938fa8 !important;
}
/* .updates > .all-updates > .update small:before {
  @media screen and (max-width: 680px) {
    content: '\A' !important;
  }
} */

.incident-status {
  align-self: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  @media screen and (max-width: 910px) {
    display: none !important;
  }
}
.vertical-line {
  width: 2px;
  align-self: stretch;
  border-radius: 10px;
  background-color: #fff;
  @media screen and (max-width: 910px) {
    display: none !important;
  }
}
.incident-details {
  align-items: center;
  appearance: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0.25px;
  text-transform: none;
  width: auto;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  padding: 0px 20px;
  padding-bottom: 20px !important;
}
.incident-details:hover {
  color: #722ac9;
}

/* none impact incidents banner */

/*---------------Minor incidents banner-------------------*/

.unresolved-incidents .impact-minor .incident-title {
  background-color: #eabf0f !important;
  color: #000 !important;
}
.minor {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/banner-incident-minor-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.unresolved-incidents .impact-minor .incident-title .subscribe {
  border: 1px solid #000 !important;
  color: #000 !important;
}
.unresolved-incidents .impact-minor .incident-title .subscribe:hover {
  color: #fff !important;
  background-color: #000 !important;
}

/*---------------Major incidents banner--------------- */
.unresolved-incidents .impact-major .incident-title {
  background-color: #ff5b24 !important;
}
.major {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/Major-plain.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* ---------------Critical incidents banner--------------- */
.unresolved-incidents .impact-critical .incident-title {
  background-color: #c60000 !important;
}
.critical {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/banner-incident-critical-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* ---------------maintenance ongoing banner ---------------*/

.unresolved-incidents .impact-maintenance .incident-title {
  background-color: #0041be !important;
}
.maintenance {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/banner-maintenance-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*Incident impact icons starts*/

/* Incident updates banner (minor, major, maintenace) ends*/
/* Helper text font color*/
.tooltip-base {
  color: white;
}
.tooltip-base:hover {
  color: #000;
  background-color: white;
}

.upperbody {
  display: flex;
  @media screen and (max-width: 794px) {
    flex-direction: column;
    row-gap: 20px;
    height: auto !important;
  }
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
  height: auto;
  column-gap: 10%;
}
.component-inner-container > .name {
  max-width: 80% !important;
}
.component-container > .component-inner-container > .component-status {
  display: none !important;
}

.child-components-container > .component-inner-container > .component-status {
  display: none !important;
}
.globalservices {
  flex-basis: 45%;
  @media screen and (max-width: 794px) {
    flex-basis: auto;
    width: 100%;
  }
}
.globalservices-head {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
}
.globalservices-head h2 {
  margin-bottom: 0px !important;
}

.globalservices > .components-container {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  flex-wrap: noWrap;
  padding-top: 16px !important;
  border-radius: 12px !important;
  /* row-gap: 4px !important; */
}
.globalservices > .components-container > .component-container {
  width: 100% !important;
  border: 0px !important;
  padding: 22.4px 21px 21.8px 21px !important;
  background-color: #2c283e;
  border-top: 1px solid #000000 !important;
}

.globalservices > .components-container > .component-container:first-child {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.layout-content.status.status-index
  .components-section
  .components-container.three-columns
  .component-container:nth-child(3) {
  border-radius: 0px !important;
}
.layout-content.status.status-index
  .components-section
  .components-container.three-columns
  .component-container:nth-last-child(2):nth-child(3n + 3) {
  border-radius: 0px !important;
}

.nomaintenance {
  flex-basis: 45%;
  @media screen and (max-width: 794px) {
    flex-basis: auto;
    width: 100%;
  }
}
.nomaintenance > .maintenances-head h2 {
  margin-bottom: 0px !important;
}
.nomaintenance p {
  padding: 16px 24px;
  background-color: #2c283e;
  border-radius: 10px;
}
.upperbody .scheduled-maintenances-container {
  @media screen and (max-width: 794px) {
    flex-basis: auto;
    width: 100%;
  }
  display: block;
  flex-basis: 45%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 7px !important;
  height: 100%;
}
.maintenances-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 16px !important;
}

.maintenance-head-icon {
  /*   @media screen and (max-width: 794px) {
        display: none !important;
      } */
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/maintenance-heading-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* New maintenance style */
.planned-maintenances {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-right: 15px;
  max-height: 510px;
  margin: 0 auto;
  overflow: hidden;
  @media screen and (max-width: 794px) {
    max-height: none !important;
    height: auto !important;
  }
}
.planned-maintenances:hover,
.planned-maintenances:active {
  overflow-y: auto;
}

.maintenances {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #2c283e !important;
  border-radius: 10px;
  padding: 16px 0px;
  cursor: pointer;
  /* justify-content: space-between; */
}
.maintenances:hover,
.maintenances:active {
  background: #433f58 !important;
}
.maintenance-styling-line {
  margin-left: 24px;
  margin-right: 24px;
  width: 6px;
  align-self: stretch;
  border-radius: 10px;
  background-color: #3caaff;
}
.maintenance-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.date-time-class {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  @media screen and (max-width: 470px) {
    font-size: 15px;
  }
}
.maintenance-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  @media screen and (max-width: 470px) {
    font-size: 13px;
  }
}
.arrow {
  display: flex !important;
  background: transparent;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 24px;
}

/*Regional services css classes  */
.regionalservices {
  margin-top: 48px;
}
.regionalservices h2 {
  margin-bottom: 0px !important;
}
.regionalservices > .components-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 5%;
  margin-top: 16px !important;
  @media screen and (max-width: 794px) {
    flex-direction: column;
    row-gap: 20px;
    column-gap: auto;
    height: auto !important;
  }
}
.regionalservices > .components-container > .component-container {
  flex-basis: 30%;
  height: 100%;
  border: 0px !important;
  /*  border: 1px solid #181f2a !important; */
  border-radius: 12px !important;
  padding: 0 !important;
  @media screen and (max-width: 794px) {
    flex-basis: auto;
    width: 100% !important;
  }
}
.country-head {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.country-name {
  font-size: 1rem !important;

  /*  @media screen and (max-width: 794px) {
      font-size: 1rem !important;
    } */
  font-weight: 500 !important;
}
.regionalservices > .components-container > .closed {
  background-color: #2c283e !important;
}
.regionalservices > .components-container > .open {
  background-color: transparent !important;
}
.regionalservices
  > .components-container
  > .component-container
  > .component-inner-container {
  display: none !important;
  padding: 20px 20px 20px 20px;
  font-size: 1rem !important;

  /*  @media screen and (max-width: 794px) {
      font-size: 1rem !important;
    } */
  font-weight: 100 !important;
}
.regionalservices
  > .components-container
  > .component-container
  > .child-components-container {
  padding-left: 0px !important;
  border-radius: 20px !important;
}

.regionalservices
  > .components-container
  > .component-container
  > .child-components-container
  > .component-inner-container {
  background-color: #2c283e !important;
  margin-top: 0px !important;
  border-top: 1px solid #000000 !important;
  padding: 22.4px 21px 21.8px 21px !important;
}
.regionalservices
  > .components-container
  > .component-container
  > .child-components-container
  > .component-inner-container:first-child {
  margin-top: 0px !important;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.regionalservices
  > .components-container
  > .component-container
  > .child-components-container
  > .component-inner-container:last-child {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

/*--------------Legends styling----------------------------- */
.operational-check {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/operational-legend-icon-v2.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.degraded-minus-square {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/degraded-performance-legend-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.partial-warning-traingle {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/partial-outage-legend-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.major-cross-cirlce {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/major-outage-legend-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.maintenance-nut {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://vmstatuspageartifacts.blob.core.windows.net/icons/maintenance-nut.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page-incident-legends > .component-statuses-legend {
  display: flex !important;
  padding: 0px 16px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
}
.layout-content.status.status-index
  .components-section
  .page-incident-legends
  .component-statuses-legend
  .legend-item {
  display: flex !important;
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.layout-content.status.status-index
  .components-section
  .page-incident-legends
  .component-statuses-legend
  .legend-item:nth-child(3) {
  margin-right: 5% !important;
}
.layout-content.status.status-index
  .components-section
  .page-incident-legends
  .component-statuses-legend
  .legend-item:nth-child(n + 4) {
  margin-top: 0px !important;
}
/*--------------Footer styling----------------------------- */

.page-footer-container > .page-footer {
  display: flex !important;
  flex-direction: row;
  @media screen and (max-width: 690px) {
    flex-direction: column;
    justify-content: center;
    width: auto !important;
  }
}
.history-footer-link {
  width: auto;
  margin-right: auto;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 2px solid;
  border-color: #fff;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: 32px;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  overflow: visible;
  padding: 8px 15px;
  position: relative;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform, opacity;
  z-index: 0;
  @media screen and (max-width: 695px) {
    display: flex !important;
    align-self: center;
    width: auto !important;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.history-footer-link:hover {
  background: #f6f9fe;
  color: #722ac9;
}

.current-status-button {
  width: auto;
  display: inline-flex;
  margin-right: auto;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 2px solid;
  border-color: #fff;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  fill: currentcolor;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  overflow: visible;
  height: 32px;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;

  @media screen and (max-width: 690px) {
    /* display: inline-block !important; */
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex !important;
    align-self: center;
    width: auto !important;
  }
}
.current-status-button:hover {
  background: #f6f9fe;
  color: #174ea6;
}

.status-full-history > .container > .page-footer-container > .page-footer a {
  display: flex !important;
  margin-right: auto;
  @media screen and (max-width: 690px) {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
    width: auto !important;
  }
}
.powered-by {
  display: flex !important;
  margin-left: auto;
  @media screen and (max-width: 690px) {
    margin-left: 0;
    justify-content: center;
  }
}
.powered-by a {
  @media screen and (max-width: 690px) {
    margin-left: 0;
    display: flex !important;
    justify-content: center;
  }
}
.footer-links {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  justify-content: center;
  font-weight: 500;
  @media screen and (max-width: 570px) {
    display: flex;
    justify-content: center;
  }
}
.footer-links a {
  @media screen and (max-width: 570px) {
    margin-bottom: 1px !important;
  }
}

.pipe-class {
  color: #808080;
}
.copyright-class {
  display: flex;
  justify-content: center;
  color: #808080;
  margin-top: 5px;
  @media screen and (max-width: 570px) {
    margin-bottom: 10px !important;
    display: flex !important;
    justify-content: center;
  }
}

/*------------------------------History Page CSS---------------------------------------*/
.border-color {
  border-color: #3f3c3c98 !important;
}
.history-header {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.history-header::before {
  display: none !important;
}
.history-header::after {
  display: none !important;
}
/*-------------------Styling for component filter in History page-----------------*/
.component-selector {
  width: 280px;
  align-items: center;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  @media screen and (max-width: 455px) {
    width: 100% !important;
  }
}
.layout-content.status.status-full-history .history-header .component-selector {
  @media screen and (max-width: 455px) {
    width: 100% !important;
  }
}
.layout-content.status.status-full-history .show-filter {
  display: flex !important;
  width: 100%;
  background-color: whitesmoke;
  color: #000 !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
  justify-content: space-between;
  align-items: center;
}
.layout-content.status.status-full-history .show-filter:hover {
  background-color: rgb(115, 188, 221);
  color: #fff !important;
}
.component-selector > .grouped-items-selector {
  width: 280px;
  height: auto;
  position: absolute;
  overflow-y: scroll;
  @media screen and (max-width: 724px) {
    width: auto;
    height: 30%;
  }
}
#reset-selection {
  cursor: pointer;
}
#reset-selection:hover {
  cursor: pointer;
  background-color: #174ea6;
  color: #fff !important;
}
/*---------------Styling for impacts and pagination in History page------------------*/

.pagination-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 1185px) {
    flex-direction: column;
    width: auto;
    row-gap: 10px;
  }
  @media screen and (max-width: 651px) {
    flex-direction: column-reverse;
    padding: 0px !important;
  }
}
.pagination {
  display: flex !important;
  background: var(--Cell, #2c283e) !important;
  border-radius: 10px;
  padding: 10px 12px;
}
.pagination > .previous-page {
  border-radius: var(--default, 10px);
  background: var(--Hover, #433f58);
}
.pagination > .next-page {
  border-radius: var(--default, 10px);
  background: var(--Hover, #433f58);
}
.pagination > .current {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.impact-legends-box {
  display: flex;
  align-items: center;
  width: auto;
  margin-right: 0;
  background-color: #2c283e !important;
  border-radius: 10px;
  height: auto;
  padding: 10px 12px;
  @media screen and (max-width: 939px) {
    width: auto;
  }
}
.impact-fieldset {
  text-align: center;
  width: auto;
  background: transparent !important;
  font-size: 1rem !important;
  display: flex !important;
  flex-direction: row;
  border-radius: 5px !important;
  @media screen and (max-width: 1111px) {
    font-size: 0.8rem !important;
  }
  @media screen and (max-width: 995px) {
    font-size: 0.7rem !important;
  }
}
.all-impacts {
  display: flex !important;
  flex-direction: row;
  gap: 20px;
  @media screen and (max-width: 495px) {
    gap: 10px;
  }
  @media screen and (max-width: 365px) {
    gap: 5px;
    align-items: left;
  }
}
.impact-legends-heading {
  display: flex !important;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  color: #fff !important;
  font-weight: 400 !important;
  @media screen and (max-width: 939px) {
    flex-direction: column;
    justify-content: left;
  }
}
.impact-text {
  color: #fff !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.impact-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  @media screen and (max-width: 399px) {
    gap: 5px;
    align-items: left;
  }
  @media screen and (max-width: 365px) {
    gap: 2px;
    align-items: left;
  }
  /* @media screen and (max-width: 1054px) {
        font-weight: 400 !important;
      } */
}
.critical-bar {
  width: 6px;
  height: 19px;
  background: #c60000;
  border-radius: 10px;
}
.major-bar {
  width: 6px;
  height: 19px;
  background: #ff5b24 !important;
  border-radius: 10px;
}
.minor-bar {
  width: 6px;
  height: 19px;
  background: #eabf0f;
  border-radius: 10px;
}
.maintenance-bar {
  width: 6px;
  height: 19px;
  background: #3caaff;
  border-radius: 10px;
}

/*------------------pagination styling-----------------*/
.layout-content.status.status-full-history
  .history-header
  .pagination
  .current {
  @media screen and (max-width: 578px) {
    font-size: 0.8rem !important;
  }
}
.pagination {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: right;
}
.layout-content.status.status-full-history .history-header .pagination a {
  border-style: none !important;
}

.layout-content.status.status-full-history .history-header .left-arrow:before {
  color: #fff !important;
}
.layout-content.status.status-full-history .history-header .right-arrow:before {
  color: #fff !important;
}

/*History container begins*/
.months-container {
  padding-top: 20px !important;
}
.month-title {
  border-style: none !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem !important;
  font-weight: 500;
}

.incident-history {
  text-align: center;
}
.incident-list {
  text-align: start !important;
}
.incident-container {
  background-color: #2c283e !important;
  border-radius: 10px !important;
  display: flex !important;
  width: 100%;
  flex-direction: column;
  padding-bottom: 12px;
}

.incident-container > .incident-title {
  width: 100%;
  display: flex !important;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding: 12px 12px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  @media screen and (max-width: 435px) {
    font-size: 18px;
  }
}

.incident-container > .impact-maintenance {
  display: flex;
  width: 100%;
  color: #3caaff !important;
}
.incident-container > .impact-maintenance:hover,
.impact-maintenance:active {
  background-color: #433f58 !important;
}
.incident-container > .impact-minor {
  display: flex;
  width: 100%;
  background: transparent !important;
  color: #eabf0f !important;
}
.incident-container > .impact-minor:hover,
.impact-minor:active {
  background-color: #433f58 !important;
}
.incident-container > .impact-major {
  display: flex;
  width: 100%;
  color: #ff5b24 !important;
}
.incident-container > .impact-major:hover,
.impact-major:active {
  background-color: #433f58 !important;
}
.incident-container > .impact-critical {
  display: flex;
  width: 100%;
  color: #c60000 !important;
}
.incident-container > .impact-critical:hover,
.impact-critical:active {
  background-color: #433f58 !important;
}
.incident-container > .impact-none {
  display: flex;
  width: 100%;
  color: #ffffff !important;
}
.incident-container > .impact-none:hover {
  background-color: #433f58 !important;
  color: #ffffff !important;
}
.incident-container > .message {
  color: #fff !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  padding: 0px 12px;

  /* padding-top: 5px; */
  @media screen and (max-width: 435px) {
    font-size: 14px;
  }
}
.incident-container > .secondary {
  color: #c9c6d7 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-top: 5px;
  padding-left: 12px;
  padding-bottom: 12px;
  gap: 3px;
  display: flex;
  @media screen and (max-width: 435px) {
    font-size: 12px;
  }
}
.expand-incidents {
  display: inline-block !important;
  background: #fff !important;
  color: #722ac9 !important;
  border-radius: 50px !important;
  width: auto !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 14px 24px !important;
}
.expand-incidents:hover {
  background: #722ac9 !important;
  color: #fff !important;
}

/*-----------------Incident / Maintenance page styling ------------------------ */
.incident .layout-content {
  background: transparent !important;
}
.layout-content.status.status-incident > .container {
  max-width: 1000px !important;
}
.status-incident > .container {
  padding-bottom: 0px !important;
}
.page-title > .subheader {
  padding-top: 10px;
}

.layout-content.status.status-incident .components-affected {
  border-style: none !important;
  display: flex !important;
  justify-content: center;
  padding: 1px !important;
  color: #ffffffd0 !important;
  font-weight: 500;
}
.layout-content.status.status-incident .page-title {
  margin-bottom: 20px !important;
}
.incident-title.impact-none{
  color: #ffff !important;
}
.layout-content.status.status-incident .incident-updates-container {
  margin-top: 30px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  width: 100% !important;
}

.layout-content.status.status-incident .update-row .update-timestamp {
  color: #aaa3a3d0 !important;
}

.subscribe-button {
  align-items: center;
  appearance: none;
  background-color: #722ac9 !important;
  border-radius: 21px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 43px;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 20px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
}
.subscribe-button:hover {
  background-color: #fff !important;
  color: #000000;
}

/*-----------------Subscribe page ------------------------ */
.status.edit.status-none .layout-content.status .custom-header-container {
  margin-bottom: 50px !important;
  @media screen and (max-width: 805px) {
    margin-bottom: 30px !important;
  }
}

.manage-subscriptions > .container {
  max-width: 1200px !important;
  padding-bottom: 0px !important;
}

.component-form
  > .grouped-items-selector
  .body
  .grouped-items
  .grouped-item-label {
  color: #fff !important;
}
.component-form > .grouped-items-selector {
  text-align: center !important;
}
.component-form > .grouped-items-selector .body label,
.component-form > .grouped-items-selector .body span {
  color: #fff !important;
}

.layout-content.status .grouped-items-selector.inline .grouped-item {
  padding: 14px 22px 14px 5px;
}
.new-subscription .heading {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  @media screen and (max-width: 475px) {
    gap: 12px;
  }
}
.new-subscription .heading .title {
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  @media screen and (max-width: 875px) {
    font-size: 20px !important;
  }
  @media screen and (max-width: 527px) {
    font-size: 18px !important;
  }
  /*  @media screen and (max-width: 420px) {
    font-size: 0.9rem !important;
  } */
  @media screen and (max-width: 475px) {
    font-size: 14px !important;
  }
}
.new-subscription .heading .subscriber {
  display: flex;
  color: #c9c6d7 !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  @media screen and (max-width: 875px) {
    font-size: 18px !important;
  }
  @media screen and (max-width: 527px) {
    font-size: 16px !important;
  }
  @media screen and (max-width: 475px) {
    font-size: 12px !important;
  }
}
.subscribe-helpertext {
  width: 70% !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #dbd8e8 !important;
  @media screen and (max-width: 875px) {
    width: 100% !important;
  }
}
.subscribe-helpertext-h6 {
  @media screen and (max-width: 755px) {
    font-size: 0.9rem !important;
  }
  @media screen and (max-width: 680px) {
    font-size: 0.7rem !important;
  }
  @media screen and (max-width: 528px) {
    font-size: 0.6rem !important;
  }
}
.component-form > .form-actions {
  justify-content: flex-start !important;
  margin-top: 16px;
  margin-bottom: 20px;
  gap: 20px;
  @media screen and (max-width: 475px) {
    justify-content: center !important;
  }
}

.component-form > .form-actions > .flat-button {
  align-items: center;
  appearance: none;
  background-color: #722ac9;
  border: 1px solid #722ac9;
  border-radius: 50px !important;
  height: auto !important;
  padding: 14px 24px !important;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.25px;
  overflow: visible;
  position: relative;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
  @media screen and (max-width: 700px) {
    padding: 10px 20px !important;
  }
  @media screen and (max-width: 475px) {
    padding: 8px 18px !important;
    font-size: 16px;
    line-height: 18px;
  }
}
.component-form > .form-actions > .flat-button:hover {
  background: #fff;
  color: #722ac9;
}
.component-form > .form-actions > .cancel-btn {
  align-items: center;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #dbd8e8;
  border-radius: 50px;
  padding: 14px 24px !important;
  justify-content: center;
  align-items: center;
  color: #722ac9;
  cursor: pointer;
  height: auto !important;
  display: inline-flex;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.25px;
  overflow: visible;
  position: relative;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
  @media screen and (max-width: 700px) {
    padding: 10px 20px !important;
  }
  @media screen and (max-width: 475px) {
    padding: 8px 18px !important;
    font-size: 16px;
    line-height: 18px;
  }
}
.component-form > .form-actions > .cancel-btn:hover {
  background: #722ac9;
  color: #ffffff;
  border: 1px solid #722ac9;
}

.subscribe-services-apis-head {
  margin-top: 40px;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  @media screen and (max-width: 875px) {
    font-size: 20px !important;
  }
  @media screen and (max-width: 527px) {
    font-size: 18px !important;
  }
}
.subscriber-heading {
  display: flex;
  flex-direction: column;
}
.subscriber-heading > .border {
  border-style: none !important;
  width: 100%;
  padding-left: 0px !important;
  padding-bottom: 10px !important;
  display: flex;
  align-items: left !important;
  margin-bottom: auto !important;
}
.subscriber-heading > .border > .identifier {
  display: flex !important;
  color: #c9c6d7 !important;
  align-items: left !important;
  @media screen and (max-width: 805px) {
    font-size: 1rem !important;
  }
}

.component-form > .grouped-items-selector {
  background: transparent !important;
  border-style: none !important;
  margin-top: 10px !important;
}
.grouped-items-selector > .body {
  display: flex;
  flex-direction: row;
  column-gap: 5%;
  width: 100%;
  @media screen and (max-width: 875px) {
    display: flex;
    flex-direction: column !important;
    row-gap: 10% !important;
  }
}
.grouped-item {
  border-style: none !important;
}
.subscribe-global {
  width: 25%;
  border-radius: 10px !important;
  background: transparent;
  @media screen and (max-width: 875px) {
    width: 100%;
  }
}
.subscribe-global > .grouped-items {
  padding-left: 5px !important;
  border-radius: 12px;
}
.subscribe-global > .grouped-items > .grouped-item {
  background: #2c283e;
  border-top: 1px solid #000000 !important;
  padding: 22.4px 21px 21.8px 21px !important;
}
.subscribe-global > .grouped-items > .grouped-item:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.subscribe-global > .grouped-items > .grouped-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.global-head {
  width: 100%;
  padding: 5px;
  font-size: 1rem !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  justify-content: flex-start;
}

.subscribe-denmark {
  width: 25%;
  border-radius: 10px !important;
  @media screen and (max-width: 875px) {
    width: 100%;
    margin-top: 20px !important;
  }
}
.subscribe-denmark > .group-parent {
  background: #2c283e !important;
}
.subscribe-denmark > .open {
  background: transparent !important;
}
.subscribe-denmark > .grouped-item > .grouped-item-label {
  width: 100%;
  font-size: 1rem !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  justify-content: flex-start;
  column-gap: 10px !important;
}
.subscribe-denmark > .grouped-item {
  padding-left: 5px !important;
  border-radius: 12px !important;
}
.subscribe-denmark > .grouped-item > .grouped-item {
  background: #2c283e !important;
  border-top: 1px solid #000000 !important;
  padding: 22.4px 21px 21.8px 21px !important;
}
.subscribe-denmark > .grouped-item > .grouped-item:nth-child(2) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.subscribe-denmark > .grouped-item > .grouped-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.subscribe-denmark > .group-parent {
  padding: 0px !important;
}


.subscribe-finland {
  width: 25%;
  border-radius: 10px !important;
  @media screen and (max-width: 875px) {
    width: 100%;
    margin-top: 20px !important;
  }
}
.subscribe-finland > .group-parent {
  background: #2c283e !important;
}
.subscribe-finland > .open {
  background: transparent !important;
}
.subscribe-finland > .grouped-item > .grouped-item-label {
  width: 100%;
  font-size: 1rem !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  justify-content: flex-start;
  column-gap: 10px !important;
}
.subscribe-finland > .grouped-item {
  padding-left: 5px !important;
  border-radius: 12px !important;
}
.subscribe-finland > .grouped-item > .grouped-item {
  background: #2c283e !important;
  border-top: 1px solid #000000 !important;
  padding: 22.4px 21px 21.8px 21px !important;
}
.subscribe-finland > .grouped-item > .grouped-item:nth-child(2) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.subscribe-finland > .grouped-item > .grouped-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.subscribe-finland > .group-parent {
  padding: 0px !important;
}


.label-button {
  width: 100%;
  display: flex !important;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
  padding: 10px !important;
}
.show-children {
  margin-left: auto !important;
}
.subscribe-norway {
  width: 25%;
  border-radius: 10px !important;
  @media screen and (max-width: 875px) {
    width: 100%;
    margin-top: 20px !important;
  }
}
.subscribe-norway > .group-parent {
  background: #2c283e !important;
}
.subscribe-norway > .open {
  background: transparent !important;
}

.subscribe-norway > .grouped-item > .grouped-item-label {
  width: 100%;
  font-size: 1rem !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  justify-content: flex-start;
  column-gap: 10px !important;
}
.subscribe-norway > .grouped-item {
  padding-left: 5px !important;
  border-radius: 12px !important;
}
.subscribe-norway > .grouped-item > .grouped-item {
  background: #2c283e !important;
  border-top: 1px solid #000000 !important;
  padding: 22.4px 21px 21.8px 21px !important;
}
.subscribe-norway > .grouped-item > .grouped-item:nth-child(2) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.subscribe-norway > .grouped-item > .grouped-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.subscribe-norway > .group-parent {
  padding: 0px !important;
}
.grouped-items-selector.inline i.fa {
  color: #fff;
  margin-right: 5px;
}

.unsubscribe-button {
  margin-left: auto !important;
  appearance: none;
  background-color: #c60000;
  border: 1px solid;
  border-color: #c60000;
  border-radius: 50px;
  box-sizing: border-box;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: normal;
  overflow: visible;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
  @media screen and (max-width: 700px) {
    padding: 10px 20px !important;
  }
  @media screen and (max-width: 475px) {
    padding: 8px 18px !important;
    font-size: 16px;
    line-height: 18px;
  }
}
.unsubscribe-button:hover {
  background: #fff;
  border-color: #fff;
  color: #c60000 !important;
}

.global-toggle-btn {
  display: inline-block !important;
  padding: 14px 24px;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 22px !important;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #dbd8e8;
  background: #fff;
  color: #722ac9 !important;
  text-align: center !important;
  width: auto !important;
  margin-top: 20px;
  @media screen and (max-width: 700px) {
    padding: 10px 20px !important;
  }
  @media screen and (max-width: 475px) {
    padding: 8px 18px !important;
    font-size: 16px;
    line-height: 18px;
  }
}
.global-toggle-btn:hover {
  background: #722ac9;
  color: #ffffff !important;
  border: 1px solid #722ac9;
}

/* === New: hide Global Services block on main page === */
.globalservices {
  display: none !important;
}

/* Make the scheduled maintenance block take full width in upperbody */
.upperbody .scheduled-maintenances-container,
.upperbody .nomaintenance {
  flex-basis: 100% !important;
}

/* === New: Azure-like status matrix (lower body) === */

.lowerbody {
  margin-top: 40px;
}

/* Wrapper to enable horizontal scroll on small screens */
.vm-status-matrix-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #121225;
}

/* The matrix table itself */
.vm-status-matrix {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  font-size: 14px;
}

/* Basic cell styles */
.vm-status-matrix th,
.vm-status-matrix td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  white-space: nowrap;
}

/* Header row + sticky first column */
.vm-status-matrix thead th {
  position: sticky;
  top: 0;
  background: #1d1833;
  font-weight: 500;
  z-index: 2;
}

/* First column: component names */
.vm-sticky-col {
  position: sticky;
  left: 0;
  background: #1d1833;
  text-align: left;
  z-index: 3;
}

/* Status cells + dots */
.vm-status-cell {
  position: relative;
}

.vm-status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 4px;
}

/* Colors per status */
.vm-status-operational .vm-status-dot {
  background: #14b76f;
}
.vm-status-degraded .vm-status-dot {
  background: #eabf0f;
}
.vm-status-partial .vm-status-dot {
  background: #ff5b24;
}
.vm-status-down .vm-status-dot {
  background: #c60000;
}
.vm-status-maintenance .vm-status-dot {
  background: #3caaff;
}
.vm-status-na .vm-status-dot {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.vm-status-label {
  font-size: 12px;
  opacity: 0.8;
}

.vm-status-matrix tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}
/* ===== Matrix Header Styles ===== */
.vm-region-header-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vm-region-flag {
  width: 22px;
  height: 22px;
  border-radius: 6px;
}

.vm-region-label {
  font-size: 14px;
  font-weight: 500;
}

/* ===== Status icons inside cells ===== */
.vm-status-icon {
  display: inline-block;
  transform: scale(1.1);
}

/* NA (no data) styling */
.vm-status-label {
  color: #888;
  font-size: 12px;
}

/* === Restore Statuspage Default Text Sizes === */

/* Matrix header text (Products & Services + region names) */
.vm-status-matrix .vm-header-text {
  font-size: 16px;        /* Statuspage default */
  font-weight: 600;       /* Slightly bold like originals */
  line-height: 1.4;
}

/* Component names */
.vm-status-matrix .vm-component-name {
  font-size: 14px;        /* Statuspage component default size */
  font-weight: 500;       /* Matches original component list */
  line-height: 1.4;
}

/* Region flag + label wrapper */
.vm-region-header-inner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Flags */
.vm-region-flag {
  width: 20px;
  height: 14px;
}
.na-bar {
  display: inline-block;
  width: 16px;
  height: 4px;
  background-color: #7a7a7a; /* grey like "--" */
  border-radius: 2px;
  margin-right: 6px;
}

.na-legend {
  display: inline-flex;
  align-items: center;
  margin-left: 50px;
}
/* Correct region label font so it matches component name size */
.vm-region-header-inner .vm-region-label {
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.3 !important;
}
                                                    
                                                    /* Make matrix icons a bit smaller (only inside the matrix) */
.vm-status-matrix .operational-check,
.vm-status-matrix .degraded-minus-square,
.vm-status-matrix .partial-warning-traingle,
.vm-status-matrix .major-cross-cirlce,
.vm-status-matrix .maintenance-nut {
  display: inline-block;
  transform: scale(0.75);      /* tweak: 0.8 = slightly smaller, 0.7 = smaller */
  transform-origin: center;
}
                                                    
/* Scroll container */
.vm-status-matrix-wrapper {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Base table */
.vm-status-matrix {
  border-collapse: collapse;
  min-width: 640px;
  width: 100%;
  table-layout: fixed;
}

.vm-status-matrix th,
.vm-status-matrix td {
  padding: 12px 16px;
}

/* ------------------------------
   STICKY FIRST COLUMN (always on top)
   ------------------------------ */
.vm-status-matrix .vm-sticky-col {
  position: sticky;
  left: 0;
     /* same as row background */
  z-index: 10;                  /* HIGHER than header cells */
}

/* top-left header cell (Products & Services) */
.vm-status-matrix thead .vm-sticky-col {
  z-index: 11;                  /* highest of all */
}

/* ------------------------------
   STICKY HEADER ROW (regions)
   ------------------------------ */
.vm-status-matrix thead th {
  position: sticky;
  top: 0;
      /* header background */
  white-space: nowrap;
  z-index: 5;                   /* LOWER than sticky column */
}

/* Just to be explicit: only non-first-header cells stay at 5 */
.vm-status-matrix thead th:not(.vm-sticky-col) {
  z-index: 5;
}

/* Region name container */
.vm-region-header-inner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

/* Region label inherits the component font */
.vm-region-label {
  font-size: inherit;
  font-weight: inherit;
}

/* Align "Verifying / In progress / Scheduled" labels + text nicely */
.unresolved-incident .updates .update,
.scheduled-maintenance .updates .update {
  display: flex !important;
  align-items: flex-start;
  gap: 6px; /* space between label and text; tweak if you want */
}

/* Fixed-ish label width so all descriptions start at same x-position */
.unresolved-incident .updates .update strong,
.scheduled-maintenance .updates .update strong {
  flex: 0 0 95px;          /* adjust 100–120px to taste */
  display: block;
     /* try 80px first; adjust 75–90px until it looks right */
  text-align: left; /* optional, keeps label text left-aligned */

  white-space: nowrap;      /* keep "In progress" on one line */
}

/* Let the description take the rest of the row */
.unresolved-incident .updates .update .whitespace-pre-wrap,
.scheduled-maintenance .updates .update .whitespace-pre-wrap {
  flex: 1 1 auto;
}
/* Force component names to align left */
.vm-status-matrix td.vm-sticky-col {
  text-align: left !important;
  padding-left: 20px; /* optional: matches Statuspage spacing */
}
.vm-status-matrix th.vm-sticky-col {
  text-align: left !important;
  padding-left: 20px;
}