@font-face{
  font-display:swap;
  font-family:Poppins;
  font-style:normal;
  font-weight:400;
  src:url("https://139486594.fs1.hubspotusercontent-eu1.net/hubfs/139486594/raw_assets/public/amsystem-theme/dist/assets/fonts/poppins-v21-latin-regular.woff2") format("woff2");
}
@font-face{
  font-display:swap;
  font-family:Poppins;
  font-style:normal;
  font-weight:700;
  src:url("https://139486594.fs1.hubspotusercontent-eu1.net/hubfs/139486594/raw_assets/public/amsystem-theme/dist/assets/fonts/poppins-v21-latin-700.woff2") format("woff2");
}

body{
		background: #232224;
  font-family: "poppins";
}
body.status, .color-primary, .color-primary:hover, .layout-content.status-index .status-day .update-title.impact-none a, .layout-content.status-index .status-day .update-title.impact-none a:hover, .layout-content.status-index .timeframes-container .timeframe.active, .layout-content.status-full-history .month .incident-container .impact-none, .layout-content.status.status-index .incidents-list .incident-title.impact-none a, .incident-history .impact-none, .layout-content.status .grouped-items-selector.inline .grouped-item.active, .layout-content.status.status-full-history .history-nav a.current, .layout-content.status.status-full-history .history-nav a:not(.current):hover, div[id^="subscribe-modal"] .modal-header .close, .grouped-item-label, #uptime-tooltip .tooltip-box .tooltip-content .related-events .related-event a.related-event-link{
color: #fff;
}
.layout-content.status.status-index .page-status .status{
	line-height:45px;
}
small, .layout-content.status .table-row .date, .color-secondary, .layout-content.status .grouped-items-selector.inline .grouped-item, .layout-content.status.status-full-history .history-footer .pagination a.disabled, .layout-content.status.status-full-history .history-nav a, #uptime-tooltip .tooltip-box .tooltip-content .related-events #related-event-header{
color: #B0B0B0;
}
.layout-content.status.status-full-history .history-header .pagination a, .layout-content.status.status-full-history .uptime-header .pagination a{
	background:#fff;
  border-radius: 50px;
}

.layout-content.status .incidents-list.format-expanded .status-day p{
	font-size:16px;
}
.layout-content.status .incidents-list > h2.font-largest,.container > h4{
		color:#fff;
  font-weight:700;
  font-size:32px;
}

.layout-content.status .incidents-list.format-expanded .status-day,
.months-container > .month{
		background: #383838;
  border-radius:20px;
  padding:30px;
  margin-top:20px;
}

.layout-content.status .incidents-list.format-expanded .status-day .date,
.layout-content.status.status-full-history .months-container .month .month-title,
.layout-content.status.status-full-history .history-header .pagination .current, .layout-content.status.status-full-history .uptime-header .pagination .current{
	color: #FFB739;
  font-size:16px;
  font-weight:700;
  border:none;
  margin-bottom:0px;

}
.layout-content.status.status-index .components-section .components-container.one-column .component-container,
.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:nth-last-child(3),
.layout-content.status.status-index .components-section .components-container.one-column .component-container:nth-last-child(2),
.layout-content.status.status-index .components-section .components-container.one-column .component-container:last-child{
  margin-bottom:10px;
  border:1px solid rgb(115,155,155)!important;
  border-radius: 20px!important;
  color:#fff;
}

.component-inner-container{
				display: flex;
  align-items:center;
  justify-content: left;
  
}
.layout-content.status.status-index .components-section .component-container .name{
  font-size:18px;
  font-weight:400;
		flex: 1;
    max-width:100%!important;
  line-height:25px;
  margin-left:10px;
}
.layout-content.status.status-index .components-section .component-container .component-status {
			color:#b0b0b0;
  font-size:16px;
}
.layout-content.status.status-index .components-section .components-container.one-column .component-container .icon-indicator{
	display:block;
  width:25px;
  height:25px;
  color:#fff;
  background: rgb(29,163,83);
  line-height:25px;
  text-align:center;
  border-radius:25px;
  margin:0px;
  top:0px;
  margin-left:20px;
  right:0px;
}

.layout-content.status .masthead-container.basic .masthead .logo-container{
		max-width:100px
}
.tooltip-base,.updates-dropdown-container > a{
	display:none;
}

.layout-content.status.status-full-history .months-container .month .incident-container{
color:#fff;
}

.layout-content.status.status-index .page-status.status-none{
background:transparent;
}
.layout-content.status.status-index .page-status{

  border:none;
  margin:0px 0px 15px;
  padding:0px;
}
.layout-content.status.status-index .page-status .status{
	color: #fff;
  font-size: 45px;
  font-weight: 700;
}
.layout-content.status.status-index .page-status:after{
content: "Do you have problem? Contact us on info@amsystem.com";
    display:block;
  margin-bottom:70px;
  margin-top:30px;
    color:#b0b0b0;
  font-size:16px;
  	
}
.page-footer{
	border:none;
}
.powered-by > a:nth-child(1){
display:none!important;
}

.layout-content.status.status-full-history .months-container .month .incident-container .incident-body{
font-size:15px;
  line-height:19px;
  margin-bottom:15px;
}
.history-footer-link,.page-footer > a{
  display:inline-block;
  border-radius:50px;
		height:40px;
  line-height:40px;
  padding:0px 30px;
  background:#fff;
  color:#232224;
}
.history-footer-link:hover,.page-footer > a:hover{
	color:#232224;
  background:#EEE;
}
.history-footer-link > span{
  display:none;
}
.layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown{
display:none;}