@import url('https://fonts.googleapis.com/css2?family=Nunito:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:600&display=swap');

::-moz-selection {
  background: rgba(54, 179, 126, 0.9);
  color: #ffffff;
}

::selection {
  background: rgba(54, 179, 126, 0.9);
  color: #ffffff;
}

.cookie-consent-banner {
  position: fixed;
  z-index: 10000;
  top: auto;
  bottom: 0;
}

.powered-by {
  width: 0px !important;
}

body,
input,
textarea {
  font-family: 'Nunito', sans-serif;
}

h1,
h2,
h3,
h4,
b,
strong,
label,
button,
input[type='submit'],
#custom-header nav,
.font-large,
.font-largest,
.status-incident .incident-name {
  font-family: 'Nunito Sans', 'Nunito', sans-serif;
}

a:hover:not(.no-link):not(.active):not(.current),
input[type='button']:hover,
input[type='submit']:hover,
button:hover,
.component-inner-container[data-js-hook='component-group-opener'] .name:hover {
  opacity: 0.8;
}

a.no-link,
a.current,
.page-title a {
  cursor: text !important;
}

@media screen and (max-width: 580px) {
  
  .no-mobile {
    display: none !important;
  }
  
}

@keyframes pulse {
  0% {
    opacity: 0.5
  }
  70% {
    opacity: 0;
    transform: scale(1.05, 1.5)
  }
  100% {
    opacity: 0
  }
}

.page-status {
  position: relative;
  text-align: center;
  border-radius: 42px !important;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1)), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1));
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
  border-top: rgba(255, 255, 255, 0.1) 1px solid !important;
  border-right: rgba(0, 0, 0, 0.1) 1px solid !important;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid !important;
  border-left: rgba(255, 255, 255, 0.1) 1px solid !important;
}

.page-status::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  border-radius: 42px;
  background: currentColor;
  animation: pulse 1.5s infinite;
}

.page-status .status {
  top: 1px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  text-shadow: none;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 475px) {
  
  .page-status .status {
    top: 0 !important;
  }
  
}

.actual-title {
  text-transform: uppercase;
  font-weight: 700 !important;
  text-shadow: none;
  vertical-align: bottom;
}

.components-uptime-link {
  display: none;
}

.small {
  color: #8993A5 !important;
}

.history-backpage .small {
  font-size: 16px;
}

.unresolved-incidents .incident-title {
  border-radius: 4px 4px 0 0;
  text-shadow: none !important;
}

.unresolved-incidents .incident-title .actual-title {
  margin-top: -1px;
}

.unresolved-incidents .incident-title .subscribe {
  margin-top: 1px;
}

.unresolved-incidents .updates {
  border-radius: 0 0 4px 4px;
}

.unresolved-incidents .impact-none .incident-title {
  background-color: #8993A5;
}

.status-incident .incident-name {
  font-size: 28px !important;
}

.page-title .subheader {
  line-height: 45px;
}

.flat-button {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
  text-shadow: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 580px) {
  
  .flat-button {
    font-size: 13px !important;
  }
  
}

.flat-button:active {
  top: 0;
}

.modal-header h4 {
  font-size: 16px;
  font-weight: 700;
}

.modal-header .close {
  line-height: 30px !important;
}

.incident-subscription-dialog-description {
  font-weight: normal;
  font-style: italic;
}

@media screen and (max-width: 580px) {
  
  .privacy_policy_information.left,
  .terms_and_privacy_information.left {
    margin-top: 16px;
  }
  
}

.updates-dropdown .phone-country,
.modal-body .phone-country-dropdown,
input[type='text'],
input[type='password'],
input[type='email'],
textarea {
  color: #454F59 !important;
}

.updates-dropdown .phone-country:focus,
.modal-body .phone-country-dropdown:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-offset: 0px !important;
  outline: #388BFF auto 1px !important;
  border-color: transparent !important;
}

.components-container {
  overflow: visible !important;
}

.component-inner-container[data-js-hook='component-group-opener'] .name {
  font-weight: 400 !important;
}

.component-inner-container .group-parent-indicator:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.tooltip-base {
  padding: 0;
  color: #8993A5;
  border-color: #8993A5;
  background-color: #ffffff;
}

.page-footer a span[style*='arial'],
.page-footer a span[class*='arrow'] {
  font-family: system-ui, 'BlinkMacSystemFont', 'Roboto', 'Courier', 'Arial', sans-serif !important;
}

.custom-header-container {
  position: relative;
  z-index: 100;
}

#custom-header {
  position: relative;
  padding: 12px 12px 12px 24px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

#custom-header .logo-container {
  float: left;
  max-width: 320px;
}

#custom-header .logo-container img {
  max-height: 34px;
}

#custom-header nav {
  float: right;
}

#custom-header nav > a {
  display: inline-block;
  margin: 0 16px;
  color: #8993A5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#custom-header nav > a:hover,
#custom-header nav > a.active:hover {
  opacity: 1;
}

#custom-header nav > a:hover,
#custom-header nav > a.active {
  color: #454F59;
}

#custom-header .show-updates-dropdown {
  display: inline-block;
  margin: 0 15px !important;
  color: #ffffff;
  background-color: #626F86;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/*
#custom-header .show-updates-dropdown:after {
    content: 'Subscribe';
}
*/

#custom-header .updates-dropdown {
  right: 14px;
  background-color: #ffffff;
}

#custom-header .updates-dropdown-nav a.active {
  background-color: #626F86 !important;
  cursor: default;
}

#custom-header .updates-dropdown .directions {
  margin-bottom: 12px;
}

#custom-header .updates-dropdown .directions strong {
  font-weight: normal;
  font-style: italic;
}

#custom-header .updates-dropdown [id^='subscribe-btn-'] {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: none;
}

@media screen and (min-width: 900px) {

  .layout-content {
    padding-top: 120px;
  }
  
  .layout-content.status-index {
    padding-top: 160px;
  }
  
  .layout-content.status-incident {
    padding-top: 80px;
  }
  
  .custom-header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #custom-header {
    border-bottom: 1px solid #091E4224;
  }
  
  #custom-header .logo-container {
    position: relative;
    top: 5px;
  }
  
  #custom-header .logo-container img {
    max-width: 240px;
  }

  #custom-header nav > a {
    position: relative;
    top: 1px;
  }
  
  #custom-header .show-updates-dropdown {
    padding: 8px 20px;
  }

  #custom-header .show-updates-dropdown var span {
    display: none;
  }

}

@media screen and (max-width: 900px) {
  
  #custom-header {
    text-align: center;
    padding: 22px 5% 12px 5%;
  }

  #custom-header .logo-container {
    float: none;
    display: block;
    max-width: none;
    margin-bottom: 18px;
  }

  #custom-header .logo-container img {
    display: inline-block;
    max-width: 320px;
  }

  #custom-header nav {
    float: none;
  }

  #custom-header nav > a,
  #custom-header .updates-dropdown-container {
    float: none;
  }

  #custom-header .show-updates-dropdown {
    margin: 6px 0;
    padding: 4px 10px;
  }

  #custom-header .show-updates-dropdown var span {
    display: none;
  }

}

@media screen and (max-width: 475px) {
  
  #custom-header nav > a {
    margin-right: 20px;
  }

  #custom-header nav > a,
  #custom-header nav .show-updates-dropdown {
    font-size: 13px;
  }

  #custom-header .logo-container img {
    max-width: 70%;
  }

  #custom-header .show-updates-dropdown {
    margin: 8px 0;
    padding: 2px 8px;
  }
  
}

#custom-footer {
  padding: 36px 36px 90px 36px;
  text-align: center;
  color: #8993A5;
  font-size: 14px;
}

#custom-footer a {
  margin-left: 10px;
  margin-right: 10px;
  color: #8993A5;
  white-space: nowrap;
}

#custom-footer .badges {
  margin-top: 30px;
}

#custom-footer .badges img {
  height: 36px;
}

#custom-footer .stickers {
  margin-bottom: 20px;
}

#custom-footer .stickers img {
  height: 24px;
}