/* Start Custom CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
/* End Custom CSS */

body {
 background-color: #000000;
 border-color: #000000; 
 font-family: 'Poppins';
 color: white;
}
html {
 background-color: #000000;
 border-color: #000000; 
 font-family: 'Poppins';
 color: white;
}
span { 
 font-family: 'Poppins';
 color: white;
}
div {
 background-color: #000000;
 border-color: #000000; 
 font-family: 'Poppins';
 color: white;
}
object {
 background-color: #000000;
 border-color: #000000; 
 font-family: 'Poppins';
 color: white;
}
iframe {
 background-color: #000000;
 border-color: #000000; 
 font-family: 'Poppins';
 color: white;
}
.timeframe.color-secondary.font-regular.border-color.active {
  color: white;
  font-family: 'Poppins';
}
.metric-name.color-primary {
  color: white;
  font-family: 'Poppins';
}
.date {
 font-family: 'Poppins';
 background-color: black;
 border-color: black; 
}
.highcharts-background {
 font-family: 'Poppins';
 color: #000000;
}
.no-outages-msg {
 font-family: 'Poppins';
 background-color: #000000;
}
.flat-button, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown {
    box-shadow: 0 -0px 0 rgba(0, 0, 0, 0.0) none;
    -moz-box-shadow: 0 -0px 0 rgba(0,0,0,0.0) none;
    -webkit-box-shadow: 0 -0px 0 rgba(0, 0, 0, 0.0) none;
    -o-box-shadow: 0 -0px 0 rgba(0,0,0,0.0) none;
    -ms-box-shadow: 0 -0px 0 rgba(0,0,0,0.0) none;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    font-size: 0.75rem;
    line-height: 1.27;
    font-weight: 700;   					
    border: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.0);
    padding: 14px 44px;
    position: relative;
}
.flat-button, .masthead .updates-dropdown-container .show-updates-dropdown, .layout-content.status-full-history .show-filter.open {
    background-color: #FF7026;
}
.updates-dropdown-container .updates-dropdown .updates-dropdown-section {
    font-size: 14px;
    line-height: 21.35px;
    font-size: 0.875rem;
    line-height: 1.334375rem;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    padding: 1rem;
    background: #000;
}
.updates-dropdown-sections-container .privacy_policy_information, .terms_and_privacy_information {
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    margin-top: 16px;
    color: #999;
}
.css-hkzqy0-singleValue {
    color: #fff !important;
    margin-left: 2px;
    margin-right: 2px;
    max-width: calc(100% - 8px);
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    line-height: 16px;
}
.layout-content.status.status-full-history .history-nav a:not(.current) {
    border: 1px solid transparent !important;
    color: #FF7026;
}
.layout-content.status.status-full-history .history-nav a:hover {
    border: 1px solid transparent !important;
    color: #ce5b20 !important;
}
.css-wjj10o-control {
    -webkit-box-align: center;
    align-items: center;
    background-color: #000000 !important;
    border-color: #555 !important;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 40px;
    position: relative;
    transition: background-color 200ms 
ease-in-out, border-color 200ms 
ease-in-out;
    box-sizing: border-box;
    padding: 0px;
    outline: 0px !important;
    color: #fff !important;
}