.minaheader{ display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; padding-top:10px !important; }
.minaheader .img-1{ width:170px; height:auto }
.minaheader .img-2{ width:90px; height: auto;}
.layout-content.status .custom-header-container{ margin-bottom:0px !important}

.images-container{  min-height:130px; position: relative; background:none !important ; border:0 !important; height:130px !important; width:95%; margin:0 auto;}

.images-container:after,.images-container:before{ position:absolute;   content:"";  background-size: contain !important; width:50%; }

.images-container:after{left:22px; top:30px; bottom:30px; background:url(https://web.pokerbaazicdn.com/status-dashboard/status-dashboard-logo.svg) no-repeat left; }

.images-container:before{right:22px; top:0; bottom:0;   background:url(https://web.pokerbaazicdn.com/status-dashboard/status-dashboard-emoji.svg) no-repeat right;   }

@media(max-width:600px){
  .images-container{  min-height:100px;  height:100px !important; width:90%; margin:0 auto;}
}

.text-container{ display:none !important}

.text-container{
position:unset !important;
display:flex;
justify-content: center; 
}
.page-name {
text-align:center;
white-space: normal !important;
line-height: 20px !important;;
}
.masthead{
  margin-bottom:15px !important;
  margin-top:15px !important;
  margin-left:15px !important;
  margin-right:15px !important;
}
.page-status{
  margin-top:15px !important;
  margin-bottom:15px !important;
}
#cover-image-container{
  border:2px solid #ffffff;
  border-radius:15px;
}
@media screen and (max-width: 450px){
.page-name {
text-align:center;
white-space: normal !important;
line-height: 20px !important;;
}
}

.unresolved-incidents{ margin-bottom:10px !important}

.layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none .incident-title {
    background-color: #22C347;
}

.page-status .status-none{
    background-color: #22C347 !important;
}
 
.page-status .status-minor {
    background-color: #F7D955 !important;
}
 
.page-status .status-major {
    background-color: #F27618 !important;
}
 
.page-status .status-critical {
    background-color: #D00E1B !important;
}


.page-status .status-maintenance{
background-color:#208EF7 !important;
}

.component-inner-container[data-component-status="operational"]>.component-status {color: #22C347 !important}

.component-inner-container[data-component-status="degraded_performance"]>.component-status {color: #F7D955 !important}

.component-inner-container[data-component-status="partial_outage"]>.component-status {color: #F27618 !important}

.component-inner-container[data-component-status="major_outage"]>.component-status {color: #D00E18 !important}

.component-inner-container[data-component-status="under_maintenance"]>.component-status {color: #208EF7 !important}