@font-face {
	font-family: "Avenir";
	src: local("Avenir Regular"), local("Avenir-Regular"),
		url("https://rechargepayments.com/wp-content/themes/rechargepayments/assets/fonts/Avenir/Avenir-Regular.otf")
			format("otf");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
.centered-section {
  text-align: center;
  margin-top: 20px;
}

.centered-section p {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  color: #AAAAAA;
}
@font-face {
	font-family: "Greycliff";
	src: local("Greycliff Medium"), local("Greycliff-Medium"),
		url("https://rechargepayments.com/wp-content/themes/rechargepayments/assets/fonts/Greycliff/Greycliff-Medium.woff2")
			format("woff2"),
		url("https://rechargepayments.com/wp-content/themes/rechargepayments/assets/fonts/Greycliff/Greycliff-Medium.woff")
			format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

body, label, input, textarea, button, select {
    font-family: "Avenir", sans-serif;
}

.font-largest {
    font-size: 24px;
}

.logo-container a {
    display: block;
    background-color: #3901F1;
    -webkit-mask-image: url(https://rechargepayments.com/wp-content/uploads/2021/06/recharge-logo-full.svg);
    mask: url(https://rechargepayments.com/wp-content/uploads/2021/06/recharge-logo-full.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.logo-container a:hover {
    background-color: #5B29FE;
}

.logo-container a img {
    position: relative;
    z-index: -1;
    display: block;
    height: 38px;
    width: 192px;
    opacity: 0;
}

.updates-dropdown-container{
  margin-top:15px;

}

#show-updates-dropdown {
    font-family: "Greycliff", sans-serif;
    padding: 10px 20px 13px 20px;
    border-radius: 999px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

#show-updates-dropdown:active {
    top: 0;
}

#show-updates-dropdown::after {
    content: "Subscribe to updates";
    font-size: 14px;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
}

#show-updates-dropdown:hover {
    background-color: #2E3685;
    color: #FFFFFF;

}

.layout-content.status.status-index .page-status, .layout-content.status.status-index .components-section .components-container.one-column .component-container:first-child, .layout-content.status.status-index .components-section .components-container.one-column .component-container:last-child {
    border-radius: 0 !important;
}

.layout-content.status.status-index .page-status.status-none .status {
    color: transparent;
    font-size: 0;
}

.layout-content.status.status-index .page-status.status-none .status::before {
    content: "All systems operational";
    color: #FFFFFF;
    font-size: 20px;
}

.layout-content.status.status-index .components-section .components-uptime-link {
    margin-right: 1.25rem;
    margin-bottom: 10px;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container {
    border-left: none !important;
    border-right: none !important;
}

.layout-content.status.status-index .custom-metrics-container .timeframes-container .timeframe {
    padding-left: 6px;
    margin-left: 6px;
}

.layout-content.status.status-index .custom-metrics-container .metrics-container .metric {
    padding: 0;
    border: none;
}

.metrics-display-graph {
    width: calc(100% + 14px);
    margin-left: -7px;
}

.layout-content.status .incidents-list.format-expanded .status-day .date, .layout-content.status.status-full-history .months-container .month .month-title {
    border: none;
}

.layout-content.status.status-full-history .uptime-header .component-selector .control-group .select-input__control .select-input__value-container .select-input__single-value {
    font-size: 14px;
    margin-left: 10px;
}
.status-day:nth-child(n+4) { display:none; }
.page-footer .history-footer-link {
    font-size: 0;
}

.page-footer .history-footer-link::after {
    content: "Incident history";
    font-size: 14px;
}

.page-footer .history-footer-link span {
    display: inline-block;
    font-size: 14px;
    margin-right: 3px;
}
.history-footer-link { display:none; }
.page-footer > span.powered-by, .page-footer > span.powered-by a {
    color: transparent;
    pointer-events: none;
}

.page-footer > span.powered-by::before {
    content: "Some issues affecting a small percentage of stores may not be reflected here. -- Recharge status";
    float: right;
    color: #AAAAAA;
}

#subscribe-form-email label {
    margin-top: 10px;
}

#subscribe-form-email input[type="submit"], #subscribe-form-sms input[type="submit"] {
    display: block;
    color: #191D48;
    font-family: "Greycliff", sans-serif;
    font-size: 14px;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    width: auto !important;
    padding: 15px 24px 13px 24px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #191D48;
    border-radius: 999px;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    -moz-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    -o-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

#subscribe-form-email input[type="submit"]:hover, #subscribe-form-sms input[type="submit"]:hover {
    color: #FFFFFF;
    background-color: #2E3685;
    border-color: #2E3685;
}

.terms_and_privacy_information {
    line-height: 1.6;
}



/*
=====================================================
 CUSTOM STYLES START | ADDED ON AUG 29 per Mike Flynn
=====================================================
*/

/* Modify the tooltip label, Mayor outage --> Outage */
.outage-field.major .label {
  font-size: 0; 
}

.outage-field.major .label i {
  font-size: 14px; 
}

/* Add replacement text */
.outage-field.major .label::after {
  content: "Outage";
  font-size: 14px;   
  margin-left: 4px;  
}
/* Modify the tooltip label, Mayor outage --> Outage */

/* Outage non expanded; Outage red single tile when expanded; multiple components outage */
rect.uptime-day[fill="#c2a03f"],
rect.uptime-day[fill="#fd295c"],
rect.uptime-day[fill="#fb8d4c"] {
  fill: #C2A03F; /* "gold" color same as partial outage */
}

/*
===================
 CUSTOM STYLES END
===================
*/